@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');


.color-main {
  color: #2C2557 !important;
}

.color-main-deep {
  color: #1A1533 !important;
}

.color-default {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #0E3BFA !important;
}

.color-orange {
  color: #E74E13 !important;
}

.color-dark-blue {
  color: #14293C !important;
  background-color: #14293C !important;
}

.banner-title {
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.banner-title span {
  font-size: 42px;
  line-height: 47px;
  font-weight: bold;
}
@media all and (max-width: 1400px) {
  .banner-title {
    font-size: 55px;
    line-height: 55px;
  }
  .banner-title span {
    font-size: 35px;
    line-height: 42px;
  }
}
@media all and (max-width: 1200px) {
  .banner-title {
    font-size: 45px;
    line-height: 46px;
  }
  .banner-title span {
    font-size: 27px;
    line-height: 27px;
  }
}
@media all and (max-width: 992px) {
  .banner-title {
    font-size: 42px;
    line-height: 42px;
  }
  .banner-title span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media all and (max-width: 767px) {
  .banner-title {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-title span {
    font-size: 23px;
    line-height: 37px;
    font-weight: 500;
  }
}
@media all and (max-width: 450px) {
  .banner-title {
    font-size: 29px;
    line-height: 33px;
  }
  .banner-title span {
    font-size: 23px;
    line-height: 37px;
    font-weight: 500;
  }
}

.title-35-b {
  font-size: 35px;
  font-weight: bold;
}
@media all and (max-width: 1400px) {
  .title-35-b {
    font-size: 32px;
  }
}
@media all and (max-width: 1200px) {
  .title-35-b {
    font-size: 30px;
  }
}
@media all and (max-width: 992px) {
  .title-35-b {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .title-35-b {
    font-size: 20px;
  }
}

.title-30-b {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 1400px) {
  .title-30-b {
    font-size: 26px;
  }
}
@media all and (max-width: 1200px) {
  .title-30-b {
    font-size: 23px;
  }
}
@media all and (max-width: 992px) {
  .title-30-b {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .title-30-b {
    font-size: 19px;
  }
}

.title-25-b {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .title-25-b {
    font-size: 22px;
    line-height: 25px;
  }
}
@media all and (max-width: 992px) {
  .title-25-b {
    font-size: 20px;
    line-height: 25px;
  }
}
@media all and (max-width: 767px) {
  .title-25-b {
    font-size: 19px;
    line-height: 23px;
  }
}

.title-21-b {
  font-size: 21px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .title-21-b {
    font-size: 19px;
  }
}
@media all and (max-width: 992px) {
  .title-21-b {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .title-21-b {
    font-size: 17px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    font-size: 16.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea,
button {
  border: none;
  outline: none;
  background-color: transparent;
}

.container-1100 {
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-1200 {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-1350 {
  width: 100%;
  max-width: 1410px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-1550 {
  width: 100%;
  max-width: 1610px;
  padding: 0 30px;
  margin: 0 auto;
}

.kriko-footer {
  height: 130px;
  background-color: #2C2557;
}
@media all and (max-width: 768px) {
  .kriko-footer {
    height: 100px;
  }

  .container-1100,
  .container-1200,
  .container-1350,
  .container-1550 {
    padding: 0 15px;
  }
}
@media all and (max-width: 575px) {
  .kriko-footer {
    height: 50px;
  }
}

.kriko-200 {
  height: 200px;
  width: 100%;
}

.kriko-175 {
  height: 175px;
  width: 100%;
}

.kriko-150 {
  height: 150px;
  width: 100%;
}

.kriko-135 {
  height: 135px;
  width: 100%;
}

.kriko-120 {
  height: 120px;
  width: 100%;
}

.kriko {
  height: 100px;
  width: 100%;
}

.kriko-h50 {
  height: 50px;
}

.kriko-h75 {
  height: 75px;
}

@media all and (max-width: 1600px) {
  .kriko {
    height: 83px;
  }
  .kriko-120 {
    height: 100px;
  }
  .kriko-135 {
    height: 100px;
  }
  .kriko-150 {
    height: 100px;
  }
  .kriko-175,
  .kriko-200 {
    height: 150px;
  }
}
@media all and (max-width: 1366px) {
  .kriko-120,
  .kriko-150,
  .kriko-175,
  .kriko-200 {
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .kriko-120,
  .kriko-135,
  .kriko-150,
  .kriko-175,
  .kriko-200 {
    height: 80px;
  }
}
@media all and (max-width: 992px) {
  .kriko-h50 {
    height: 40px;
  }
  .kriko-h75 {
    height: 55px;
  }
  .kriko {
    height: 60px;
  }
  .kriko-120,
  .kriko-150,
  .kriko-175,
  .kriko-200 {
    height: 80px;
  }
}
@media all and (max-width: 768px) {
  .kriko,
  .kriko-120,
  .kriko-135,
  .kriko-150,
  .kriko-175,
  .kriko-200 {
    height: 50px;
  }
  .kriko-h75 {
    height: 40px;
  }
  .kriko-h50 {
    height: 35px;
  }
}
@media all and (max-width: 575px) {
  .kriko,
  .kriko-120,
  .kriko-150,
  .kriko-175,
  .kriko-200 {
    height: 40px;
  }
  .kriko-h75,
  .kriko-h50 {
    height: 30px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 11px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  z-index: 5;
  bottom: 28px;
}
.swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.43;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.btn-read-more {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  height: 20px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  z-index: 1000;
  transition: background 1s ease;
  padding-left: 39px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media all and (max-width: 1260px) {
  #header {
    background-color: rgba(26, 21, 51, 0.52);
  }
}
@media all and (max-width: 767px) {
  #header {
    height: 70px;
    padding-left: 16px;
  }
  #header .logo img {
    max-width: 121px;
  }
}
#header .header-middle {
  flex-grow: 1;
  /*width: 100%;*/
  height: inherit;
}
@media all and (max-width: 1199px) {
  #header .header-middle {
    display: none;
  }
}
#header .header-middle .swiper {
  width: 100%;
  height: inherit;
}
#header .header-middle .header-search {
  background-color: transparent;
  border: 2px solid #fff;
  height: 55px;
  padding-left: 33px;
  padding-right: 17px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 1450px) {
  #header .header-middle .header-search {
    width: 80%;
    height: 50px;
  }
}
#header .header-middle .header-search form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
#header .header-middle .header-search form .filter,
#header .header-middle .header-search form .search {
  cursor: pointer;
}
#header .header-middle .header-search form input {
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
#header .header-middle .header-search form input::placeholder {
  color: rgba(255, 255, 255, 0.49);
}
#header .header-middle nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}
#header .header-middle nav ul li a {
  font-size: 14px;
  color: #fff;
}
@media all and (max-width: 1800px) {
  #header .header-middle nav ul {
    gap: 60px;
  }
}
@media all and (max-width: 1600px) {
  #header .header-middle nav ul {
    gap: 30px;
  }
}
#header .header-right {
  /*min-width: 415px;*/
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #000;
}
@media all and (max-width: 1450px) {
  /*#header .header-right {
    min-width: 320px;
    width: 320px;
  }*/
  /*#header .header-right .person-menu .not-message,
  #header .header-right .person-menu .not-general {
    display: none;
  }*/
}
@media all and (max-width: 767px) {
  #header .header-right {
    width: max-content;
    min-width: 0;
  }
}
#header .header-right .change-theme {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  #header .header-right .change-theme {
    display: none;
  }
}
#header .header-right .change-theme .person-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 0 23px;
  width: 100%;
  min-height: 100px;
  transition: all 0.3s linear;
}
#header .header-right .change-theme .person-menu .the-person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
}
#header .header-right .change-theme .person-menu .the-person .person-name {
  font-size: 16px;
  color: #fff;
}
#header .header-right .change-theme .person-menu .the-person .person-image {
  border-radius: 50%;
  overflow: hidden;
  width: 49px;
  height: 49px;
}
#header .header-right .change-theme .person-menu .the-person .person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header .header-right .change-theme .header-right-search {
  transition: all 0.3s linear;
  width: 100%;
  min-height: 100px;
}
#header .header-right .change-theme .header-right-search form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-right .change-theme .header-right-search form .input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#header .header-right .change-theme .header-right-search form .input-wrapper input {
  color: #fff;
  width: 60px;
  transition: all 0.25s ease;
  font-size: 14px;
}
#header .header-right .change-theme .header-right-search form .input-wrapper input::placeholder {
  color: #fff;
  font-size: 16px;
}
#header .header-right .change-theme .header-right-search form .input-wrapper input:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45) !important;
  width: 140px;
}
#header .header-right .burger-menu {
  border-left: 1px solid #646075;
  background-color: #fff;
  min-width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
#header .header-right .burger-menu .layer {
  height: 2px;
  width: 30px;
  background-color: #2C2557;
  transition: background 0.3s ease;
}
@media all and (max-width: 767px) {
  #header .header-right .burger-menu {
    width: 70px;
    min-width: 0;
    margin-left: auto;
    background-color: #0E3BFA !important;
  }
  #header .header-right .burger-menu .layer {
    background-color: #fff;
  }
}
#header .header-right.active {
  background-color: #2c2557;
}
#header .header-right.active .change-theme .header-right-search {
  display: flex;
  transform: translateY(-100%);
}
#header .header-right.active .change-theme .person-menu {
  transform: translateY(-100%);
}
#header.sticky, #header.start-sticky {
  position: fixed;
  background-color: #151E31;
}
#header.sticky .header-right .burger-menu, #header.start-sticky .header-right .burger-menu {
  background-color: #fff !important;
}
#header.sticky .header-right .burger-menu .layer, #header.start-sticky .header-right .burger-menu .layer {
  background-color: #2C2557;
}

.person-menu-opened {
  position: fixed;
  z-index: -1;
  right: 0;
  width: 415px;
  top: 99px;
  height: calc(100% - 100px);
  max-height: 732px;
  background-color: #1A1533;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.35s ease 0.25s;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 1450px) {
  .person-menu-opened {
    min-width: none;
    width: 320px;
  }
}
.person-menu-opened .person-menu-close {
  position: absolute;
  left: 27px;
  top: 27px;
  z-index: 50;
  cursor: pointer;
}
.person-menu-opened .person-menu-close i {
  font-size: 30px;
}
.person-menu-opened .inside {
  height: 100%;
  width: 100%;
  padding: 90px 52px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
  background-color: #1A1533;
  position: fixed;
}
.person-menu-opened .inside::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.person-menu-opened .inside::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #40356d;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.person-menu-opened .inside .person-image {
  position: relative;
  border-radius: 50%;
}
.person-menu-opened .inside .person-image .img-container {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.person-menu-opened .inside .person-image .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.person-menu-opened .inside .person-image.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  top: 13%;
  right: 7%;
  z-index: 2;
  opacity: 1;
  border-radius: 50%;
  background-color: #FF6F38;
  border: 5px solid #48445c;
}
.person-menu-opened .inside .current-time-message {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 500;
}
.person-menu-opened .inside .person-name {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.person-menu-opened .inside .person-position {
  color: #707070;
  opacity: 0.41;
  font-size: 15;
}
.person-menu-opened .inside .set-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 34px;
  margin-bottom: 40px;
}
.set-items .set-item {
  position: relative;
  cursor: pointer;
}
.set-items .set-item.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  top: 5px;
  right: 0px;
  z-index: 2;
  border-radius: 50%;
  background-color: #FF6F38;
  border: 1px solid #2C2557;
}
.notification-warning {
  position: relative;
  cursor: pointer;
}
.notification-warning.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  top: 5px;
  right: 0px;
  z-index: 2;
  border-radius: 50%;
  background-color: #FF6F38;
  border: 1px solid #2C2557;
}

.person-menu-opened .inside .person-pin-items {
  width: 100%;
}
@media all and (max-width: 767px) {
  .person-menu-opened .inside .person-pin-items {
    display: none;
  }
}
.person-menu-opened .inside .person-pin-items .pin-item {
  display: flex;
  gap: 15px;
  padding-bottom: 24px;
  position: relative;
}
.person-menu-opened .inside .person-pin-items .pin-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 32px);
  background-color: #fff;
  left: 7px;
  top: 23px;
}
.person-menu-opened .inside .person-pin-items .pin-item .pin {
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: #c7c7c7;
  border-radius: 50%;
}
.person-menu-opened .inside .person-pin-items .pin-item.success .pin {
  background-color: #15B20F;
}
.person-menu-opened .inside .person-pin-items .pin-item.warning .pin {
  background-color: #D89F06;
}
.person-menu-opened .inside .person-pin-items .pin-item.danger .pin {
  background-color: #E74E13;
}
.person-menu-opened .inside .person-pin-items .pin-item .item {
  width: 100%;
  text-align: left;
}
.person-menu-opened .inside .person-pin-items .pin-item .item .title {
  font-size: 15px;
  font-weight: 600;
}
.person-menu-opened .inside .person-pin-items .pin-item .item .content {
  font-size: 15px;
  opacity: 0.41;
}
.person-menu-opened .outside {
  position: fixed;
  width: 640px;
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: 415px;
  z-index: 1;
  transform: translateX(100%);
  transition: all 0.4s ease-in 0.27s;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.person-menu-opened .outside::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #2B3350;
}
.person-menu-opened .outside::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #40356d;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 1450px) {
  .person-menu-opened .outside {
    right: 320px;
    width: 570px;
  }
}
@media all and (max-width: 767px) {
  .person-menu-opened .outside {
    height: auto;
  }
}
.person-menu-opened .outside::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 51, 80, 0.89);
  filter: brightness(0.86) opacity(0.66);
  backdrop-filter: blur(22px);
}
@media all and (max-width: 1260px) {
  .person-menu-opened .outside::after {
    background-color: rgba(43, 51, 80, 0.53);
  }
}
@media all and (max-width: 767px) {
  .person-menu-opened .outside::after {
    display: none;
  }
}
.person-menu-opened .outside .upside {
  min-height: 300px;
  height: 100%;
  width: 100%;
  padding: 40px 33px 33px;
  position: relative;
}
@media all and (max-width: 1450px) {
  .person-menu-opened .outside .upside {
    padding: 30px 33px 20px;
  }
}
.person-menu-opened .outside .upside .toHide {
  position: absolute;
  right: 30px;
  bottom: 45px;
  display: inline-block;
  cursor: pointer;
  z-index: 5;
}
.person-menu-opened .outside .upside .notification-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.person-menu-opened .outside .upside .notification-area .notification-symbole {
  width: 80px;
  height: 80px;
  padding: 17px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.person-menu-opened .outside .upside .notification-area .notification-symbole img {
  width: 100%;
}
.person-menu-opened .outside .upside .notification-area .content {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  padding-right: 50px;
  max-height: 130px;
  overflow-y: scroll;
}
.person-menu-opened .outside .upside .notification-area .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.person-menu-opened .outside .upside .notification-area .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #c7c7c7;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.person-menu-opened .outside .upside .notification-area .content .read-more {
  text-decoration: underline;
  font-size: 15px;
}
@media all and (max-width: 1450px) {
  .person-menu-opened .outside .upside .notification-area .content {
    font-size: 15px;
    gap: 12px;
  }
}
.person-menu-opened .outside .upside .notification-area .content .swiper {
  padding-bottom: 30px;
}
@media all and (max-width: 1260px) {
  .person-menu-opened .outside .upside .notification-area .content .swiper {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .person-menu-opened .outside .upside .notification-area .content .swiper {
    padding-bottom: 0px;
  }
}
.person-menu-opened .outside .upside .notification-area .content .swiper .swiper-slide {
  padding-bottom: 10px;
  justify-content: flex-end !important;
}
.person-menu-opened .outside .downside {
  position: relative;
  left: 0;
  bottom: 0;
  height: 385px;
  width: 100%;
  display: flex;
}
@media all and (max-width: 1450px) {
  .person-menu-opened .outside .downside {
    height: 320px;
  }
}
.person-menu-opened .outside .downside > * {
  height: inherit;
}
.date-weather {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.date-weather-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.date-weather-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  z-index: 1;
}
.date-weather-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.date-weather-information {
  display: flex;
  flex-direction: column;
  padding: 45px 44px;
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media all and (max-width: 1450px) {
  .date-weather-information {
    gap: 40px;
    padding: 32px 33px;
  }
}
.date-weather-information .weather-information {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.date-weather-information .weather-information::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 1450px) {
  .date-weather-information .weather-information::after {
    bottom: -17px;
  }
}
.date-weather-information .weather-information .weather-degree {
  font-size: 70px;
  font-weight: 100;
  display: flex;
  gap: 3px;
  line-height: 87px;
}
.date-weather-information .weather-information .weather-degree span {
  font-size: 55px;
  color: #fff;
}
@media all and (max-width: 1450px) {
  .date-weather-information .weather-information .weather-degree {
    font-size: 46px;
    line-height: 57px;
    margin-top: 10px;
    color: #fff;
  }
  .date-weather-information .weather-information .weather-degree span {
    font-size: 45px;
    color: #fff;
  }
}
.date-weather-information .weather-information .weather-status {
  font-size: 16px;
  color: #fff;
}
.date-weather-information .date-information .the-date {
  font-size: 50px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #fff;
}
@media all and (max-width: 1450px) {
  .date-weather-information .date-information .the-date {
    font-size: 35px;
    line-height: 24px;
  }
}
.date-weather-information .date-information .calendar {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.date-weather-information .date-information .calendar .day {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
.person-menu-opened .outside .downside .menu-events {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.person-menu-opened .outside .downside .menu-events-title {
  position: absolute;
  top: 17px;
  left: 16px;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 10px;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.person-menu-opened .outside .downside .menu-events-slider {
  position: relative;
}
.person-menu-opened .outside .downside .menu-events-slider .swiper-slide {
  padding: 0;
  display: block;
}
.person-menu-opened .outside .downside .menu-events-slider .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.person-menu-opened .outside .downside .menu-events-slider .slide-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 1;
}
.person-menu-opened .outside .downside .menu-events-slider .content {
  padding: 80px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1450px) {
  .person-menu-opened .outside .downside .menu-events-slider .content {
    padding-top: 70px;
  }
}
.person-menu-opened .outside .downside .menu-events-slider .content .slide-img {
  width: 100%;
  max-width: 165px;
  height: 165px;
  overflow: hidden;
  border-radius: 50%;
}
@media all and (max-width: 1450px) {
  .person-menu-opened .outside .downside .menu-events-slider .content .slide-img {
    height: 115px;
    max-width: 115px;
  }
}
.person-menu-opened .outside .downside .menu-events-slider .content .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person-menu-opened .outside .downside .menu-events-slider .content .slide-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.person-menu-opened .outside .downside .menu-events-slider .content .slide-summary {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.person-menu-opened .outside .downside .menu-events-slider .menu-events-slider-pagination {
  position: absolute;
  z-index: 5;
  bottom: 28px;
}
.person-menu-opened .outside .downside .menu-events-slider .menu-events-slider-pagination span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.43;
}
.person-menu-opened .outside .downside .menu-events-slider .menu-events-slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.person-menu-opened .outside.active {
  transform: translateX(0);
  transition-delay: 0.55s;
}
@media (min-width: 1261px) and (max-height: 650px) {
  .person-menu-opened .outside.active {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .person-menu-opened .outside.active .upside {
    height: 350px;
  }
}
@media all and (max-width: 767px) {
  .person-menu-opened .person-menu-container {
    width: calc(100% - 70px);
  }
}
.person-menu-opened .information-menu-mobile-right-side {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 70px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #0E3BFA;
}
@media (min-width: 768px) {
  .person-menu-opened .information-menu-mobile-right-side {
    display: none;
  }
}
.person-menu-opened .information-menu-mobile-right-side .item {
  text-align: center;
  width: 100%;
  padding: 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.person-menu-opened.active {
  transform: translateY(0);
  opacity: 1;
  z-index: 999;
}
.person-menu-opened.sticky {
  max-height: none;
}

main {
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  main#home .person-menu-opened {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative !important;
    max-height: none;
    background-color: transparent;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  main#home .person-menu-opened {
    flex-direction: row;
  }
}
@media all and (max-width: 1199px) {
  main#home .person-menu-opened .inside {
    overflow: hidden;
    height: auto;
    padding-top: 180px;
    margin-left: auto;
    width: 100%;
    max-width: 320px;
    background-color: #1A1533;
    position: relative;
  }
  main#home .person-menu-opened .inside .person-name {
    margin-top: 7px;
  }
  main#home .person-menu-opened .inside .current-time-message,
  main#home .person-menu-opened .inside .person-position {
    display: none;
  }
  main#home .person-menu-opened .inside .set-items {
    margin-top: 10px;
    gap: 25px;
  }
}
@media all and (max-width: 767px) {
  main#home .person-menu-opened .inside {
    max-width: none;
    background-color: transparent;
    padding-bottom: 15px;
  }
  main#home .person-menu-opened .inside::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 51, 80, 0.53);
    filter: brightness(0.86) opacity(0.89);
    backdrop-filter: blur(22px);
    z-index: -1;
  }
  main#home .person-menu-opened .inside .set-items {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1199px) {
  main#home .person-menu-opened .outside {
    position: relative;
    width: 100%;
    right: 0;
  }
  main#home .person-menu-opened .outside .upside {
    height: auto;
    background-color: #1A1533;
  }
}
@media all and (max-width: 1260px) {
  main#home .person-menu-opened .outside .upside .toHide {
    display: none;
  }
}
@media all and (max-width: 1260px) {
  main#home .person-menu-opened .outside .downside {
    height: auto;
  }
  .date-weather-information {
    padding: 25px 33px;
    gap: 25px;
  }
  .date-weather-information .weather-information::after {
    bottom: -10px;
  }
  main#home .person-menu-opened .outside .downside .menu-events-slider .content {
    padding-top: 55px;
  }
  main#home .person-menu-opened .outside .downside .menu-events-slider .menu-events-slider-pagination {
    bottom: 17px;
  }
}
main#home .person-menu-opened .outside .swiper-slide {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 767px) {
  main#home .person-menu-opened .outside .swiper-slide {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1199px) {
  main#home .person-menu-opened .person-menu-close {
    display: none;
  }
}

.breadcrumb {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media all and (max-width: 1367px) {
  .breadcrumb {
    top: 130px;
  }
}
.breadcrumb-container {
  width: 100%;
  max-width: 1410px;
  padding: 0 30px;
  margin: 0 auto;
}
.breadcrumb-container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.breadcrumb-container ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  gap: 15px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: lowercase;
}
.breadcrumb-container ul li a {
  cursor: pointer;
}
.breadcrumb-container ul li::after {
  content: ">";
}
.breadcrumb-container ul li:last-child::after {
  display: none;
}
@media all and (max-width: 767px) {
    .breadcrumb {
        top: 105px
    }
    .breadcrumb-container {
        width: 100%;
        max-width: 1410px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .breadcrumb-container ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 15px;
        height: 45px;
        overflow-y: auto;
    }
    .breadcrumb-container ul li {
        font-size: 14px;
    }
}

.banner {
  position: relative;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 831px;
}
@media (min-width: 1550px) {
  .banner .banner-img img {
    height: 831px;
  }
}
@media all and (max-width: 1550px) {
  .banner .banner-img img {
    height: 768px;
    max-height: none;
  }
}
@media all and (max-width: 767px) {
  .banner .banner-img img {
    height: 924px;
    max-height: none;
  }
}
.banner .location {
  position: absolute;
  bottom: 140px;
  left: 45px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.banner .location .current-time-message {
  font-size: 66px;
  font-weight: 300;
}
@media all and (max-width: 1550px) {
  .banner .location {
    bottom: 85px;
    font-size: 16px;
  }
  .banner .location .current-time-message {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  .banner .location {
    display: none;
  }
}
@media all and (max-width: 1260px) {
  .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
  }
}

.burger-menu-opened {
  visibility: hidden;
  opacity: 0;
  z-index: -201;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.burger-menu-opened .close {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 10;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .burger-menu-opened .close {
    top: 15px;
    right: 26px;
  }
  .burger-menu-opened .close img{
    max-width: 25px;
    max-height: 25px;
  }
}
.burger-menu-opened .outside {
  position: relative;
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .burger-menu-opened .outside {
    padding: 0;
  }
}
.burger-menu-opened .outside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  z-index: -1;
}
.burger-menu-opened .outside .logo {
  position: relative;
  z-index: 3;
  top: 93px;
  left: 100px;
}
@media all and (max-width: 1550px) {
  .burger-menu-opened .outside .logo {
    left: 50px;
    top: 40px;
  }
}
@media all and (max-width: 1250px) {
  .burger-menu-opened .outside .logo {
    left: 30px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .logo {
    display: none;
  }
}
.burger-menu-opened .outside .inside {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #fff;
}
@media all and (max-width: 992px) {
  .burger-menu-opened .outside .inside {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .inside {
    flex-direction: column;
    background-color: #0E3BFA;
  }
  .burger-menu-opened .outside .inside .logo {
    display: block !important;
    position: static;
    margin-top: 20px;
    padding-left: 30px;
  }
}
.burger-menu-opened .outside .inside .logo {
  display: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.burger-menu-opened .outside .inside nav {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row-reverse;
}
.burger-menu-opened .outside .inside nav .target-opening {
  position: relative;
  padding: 140px 50px 20px 80px;
  background-color: #0E3BFA;
  border-right: 1px solid #fff;
  width: 100%;
  max-width: 450px;
  transform: translateX(100%);
  transition: all 0.25s ease;
  opacity: 0;
  max-height: 100vh;
  overflow-y: scroll;
}
.burger-menu-opened .outside .inside nav .target-opening ul {
  padding-right: 30px;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li {
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  /* <ul> the first <li> child */
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li:hover {
  color: #F77949;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li:hover a {
  border-color: #0021a9;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li::before {
  display: none !important;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li > a {
  width: max-content;
  margin: 0;
  display: inline-block;
  transition: all 0.25s ease;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #052dd3;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li a::after {
  content: "+";
  font-weight: bold;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.empty > a::after {
  display: none;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.empty > ul > li.empty > a::after {
  display: none;
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .inside nav .target-opening > ul > li {
    width: 100%;
  }
  .burger-menu-opened .outside .inside nav .target-opening > ul > li > a {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .burger-menu-opened .outside .inside nav .target-opening > ul > li ul {
    display: none;
  }
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list {
  height: 0;
  padding: 0 0 0 20px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.25s ease;
    position: relative;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list:before {
    content: '';
    position: absolute;
    left: 2px;
    width: 1px;
    /* height: 75%; */
    top: 20px;
    border: 1px dashed white;
    bottom: 40px;
}

.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li {
  font-size: 16px;
  font-weight: 500;
  /*<ul> the second <li> child */
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li a {
  font-size: 15px;
  font-weight: 400;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.25s ease;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li a:hover::before {
  width: 100%;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li > ul {
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.25s ease;
}
@media all and (min-width: 768px) {
  .burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li > ul {
    display: none;
  }
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li > ul li {
  font-size: 16px;
  font-weight: 300;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li ul.child-list > li > ul li a {
  transition: none;
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .inside nav .target-opening > ul > li.empty a::after {
    display: none;
  }
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active > a {
  color: #F77949;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active > a::after {
  content: "-";
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active::before {
  content: "";
  position: absolute;
  display: block;
  left: -100px;
  width: calc(100% + 130px);
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active.empty::before {
  display: none !important;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active.empty::after {
  display: none !important;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul {
  /* child ul */
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list {
    height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
      opacity: 1;
      visibility: visible;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list::before {

}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li {
  font-weight: 300;
  margin-bottom: 17px;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active {
  margin-bottom: 0;
  /* grandchild ul */
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active.empty {
  margin-bottom: 17px;
  width: max-content;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > a {
  color: #F77949;
  width: 100%;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > a::before {
  width: 100%;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > a::after {
  content: "-";
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > ul {
  height: auto;
  padding: 30px 15px 30px 55px;
  opacity: 1;
  visibility: visible;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > ul > li {
  margin-bottom: 15px;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > ul > li > a {
  width: max-content;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active ul.child-list > li.active > ul > li > a:hover::before {
  width: 100%;
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .inside nav .target-opening > ul > li {
    font-size: 17px !important;
    font-weight: 400;
  }
  .burger-menu-opened .outside .inside nav .target-opening > ul > li::before {
    display: block !important;
  }
}
.burger-menu-opened .outside .inside nav .target-opening > ul.child-list, .burger-menu-opened .outside .inside nav .target-opening > ul.grandChild-list {
  display: none;
}
.burger-menu-opened .outside .inside nav .target-opening > ul.grandChild-list a {
  width: max-content;
}
.burger-menu-opened .outside .inside nav .target-opening > ul.grandChild-list a::after {
  display: none;
}
.burger-menu-opened .outside .inside nav .target-opening > ul.active {
  display: block;
}
.burger-menu-opened .outside .inside nav .target-opening.active {
  transform: translateX(0);
  opacity: 1;
}
.burger-menu-opened .outside .inside nav .target-opening.parent {
  z-index: 5;
  transition-delay: 0.7s;
}
.burger-menu-opened .outside .inside nav .target-opening.target-child {
  z-index: 2;
}
.burger-menu-opened .outside .inside nav .target-opening.target-grandchild {
  z-index: 1;
}
.burger-menu-opened .outside .inside nav .target-opening.target-child ul li, .burger-menu-opened .outside .inside nav .target-opening.target-grandchild ul li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .inside nav .target-opening.sub-links {
    display: none;
  }
}
@media all and (max-width: 1550px) {
  .burger-menu-opened .outside .inside nav .target-opening {
    padding-top: 120px;
  }
  .burger-menu-opened .outside .inside nav .target-opening ul li {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 1250px) {
  .burger-menu-opened .outside .inside nav .target-opening {
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 150px;
  }
  .burger-menu-opened .outside .inside nav .target-opening ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 992px) {
/*   .burger-menu-opened .outside .inside nav {
    height: auto;
  } */
  .burger-menu-opened .outside .inside nav .target-opening {
    padding-bottom: 42px;
  }
}
@media all and (max-width: 767px) {
  .burger-menu-opened .outside .inside nav .target-opening {
    padding-bottom: 42px;
    padding-right: 0;
    padding-left: 30px;
    width: 100%;
    border-right: none;
    max-width: none;
    padding-top: 70px;
  }
  .burger-menu-opened .outside .inside nav .target-opening > ul > li > ul {
    padding-right: 25px;
  }
  .burger-menu-opened .outside .inside nav .target-opening > ul > li > ul > li > ul li a::after {
    display: none !important;
  }
  .burger-menu-opened .outside .inside nav .target-opening > ul li.empty a::after {
    display: none;
  }
}
.burger-menu-opened .outside .inside .contact {
  width: 570px;
  min-width: 570px;
  position: relative;
  height: 100%;
  background: url(/assets/images/burger-bg.webp) no-repeat;
  background-size: cover;
  margin-left: auto;
}
.burger-menu-opened .outside .inside .contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 1;
}
.burger-menu-opened .outside .inside .contact .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 72px;
  padding-right: 35px;
}
.burger-menu-opened .outside .inside .contact .content .social-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.burger-menu-opened .outside .inside .contact .content .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.burger-menu-opened .outside .inside .contact .content .social-links a img {
  height: 20px;
}
@media all and (max-width: 1450px) {
  .burger-menu-opened .outside .inside .contact {
    width: 450px;
    min-width: 450px;
  }
}
@media all and (max-width: 1250px) {
  .burger-menu-opened .outside .inside .contact {
    width: 390px;
    min-width: 390px;
  }
  .burger-menu-opened .outside .inside .contact .content {
    padding-left: 50px;
  }
}
@media all and (max-width: 1100px) {
  .burger-menu-opened .outside .inside .contact {
    width: 330px;
    min-width: 330px;
  }
  .burger-menu-opened .outside .inside .contact .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 992px) {
  .burger-menu-opened .outside .inside .contact {
    width: 100%;
    min-width: 0;
    padding: 65px 60px;
  }
  .burger-menu-opened .outside .inside .contact .content {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
    position: relative;
    transform: none;
    top: 0;
  }
}
.burger-menu-opened.active {
  visibility: visible;
  opacity: 1;
  z-index: 201;
}
.burger-menu-opened.active .outside::before {
  opacity: 1;
}
.burger-menu-opened.active .outside .inside nav .parent {
  transform: translateX(0);
  opacity: 1;
}

.information-center {
  width: 100%;
  display: flex;
}
@media all and (max-width: 992px) {
  .information-center {
    flex-direction: column;
  }
}
.information-center .left {
  width: 100%;
  background-color: #2C2557;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1260px) {
  .information-center .left {
    width: 50%;
  }
}
@media all and (max-width: 992px) {
  .information-center .left {
    width: 100%;
  }
}
.information-center .left .smart-search {
  padding: 53px 113px 78px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search {
    padding: 40px 22px 60px;
    background-color: #7B0FFA;
  }
}
.information-center .left .smart-search .title {
  margin-bottom: 35px;
  color: #fff;
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .title {
    margin-bottom: 14px;
  }
}
.information-center .left .smart-search .title h3 {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .title h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.information-center .left .smart-search .title p {
  font-size: 17px;
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .title p {
    display: none;
  }
}
.information-center .left .smart-search .inside {
  border: 2px solid #fff;
  height: 55px;
  padding-left: 33px;
  padding-right: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .inside {
    height: 40px;
    padding-left: 14px;
  }
}
.information-center .left .smart-search .inside form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
.information-center .left .smart-search .inside form .filter,
.information-center .left .smart-search .inside form .search {
  cursor: pointer;
}
.information-center .left .smart-search .inside form input {
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.information-center .left .smart-search .inside form input::placeholder {
  color: rgba(255, 255, 255, 0.49);
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .inside form input {
    font-size: 15px;
  }
  .information-center .left .smart-search .inside form input::placeholder {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .inside form .search img {
    width: 18px;
  }
}
.information-center .left .smart-search .inside form .search-filter {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-left: 2px solid #fff;
}
@media all and (max-width: 767px) {
  .information-center .left .smart-search .inside form .search-filter img {
    width: 14px;
  }
}
@media all and (max-width: 767px) {
  .information-center .left .information-menu {
    display: none;
  }
}
.information-center .left .information-menu .item {
  padding: 42px 23px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  height: 314px;
  color: #fff;
  transition: background 400ms;
}
.information-center .left .information-menu .item:hover {
  background: #E74E13 !important;
}
@media all and (max-width: 1450px) {
  .information-center .left .information-menu .item {
    padding: 40px 20px;
  }
}
@media all and (max-width: 992px) {
  .information-center .left .information-menu .item {
    height: 250px;
  }
}
.information-center .left .information-menu .item.item-1 {
  background-color: #C80FFA;
}
.information-center .left .information-menu .item.item-2 {
  background-color: #7B0FFA;
}
.information-center .left .information-menu .item.item-3 {
  background-color: #0F3BFA;
}
.information-center .left .information-menu .item.item-4 {
  background-color: #FA0FC8;
}
.information-center .left .information-menu .item .content h5 {
  font-size: 15px;
  font-weight: bold;
}
.information-center .left .information-menu .item .content p {
  font-size: 15px;
  font-weight: 300;
}
.information-center .right {
  background-color: #1A1533;
}
@media all and (max-width: 1260px) {
  .information-center .right {
    width: 50%;
  }
}
@media all and (max-width: 992px) {
  .information-center .right {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .information-center .right {
    display: none;
  }
}
.information-center .right .statistics {
  width: 735px;
  color: #fff;
  height: 100%;
  padding: 45px 45px 25px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media all and (max-width: 1450px) {
  .information-center .right .statistics {
    width: 605px;
    justify-content: center;
    padding: 45px;
  }
}
@media all and (max-width: 1260px) {
  .information-center .right .statistics {
    width: 100%;
  }
}
.information-center .right .statistics .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(108, 105, 124, 0.5);
}
@media all and (max-width: 992px) {
  .information-center .right .statistics .item {
    width: 75%;
    margin: 0 auto;
  }
}
.information-center .right .statistics .item-num {
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: self-end;
}
@media all and (max-width: 1366px) {
  .information-center .right .statistics .item-num {
    font-size: 45px;
  }
}
@media all and (max-width: 992px) {
  .information-center .right .statistics .item-num {
    font-size: 37px;
  }
}
.information-center .right .statistics .item-name {
  display: flex;
  align-items: self-end;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media all and (max-width: 992px) {
  .information-center .right .statistics .item-name {
    font-size: 15px;
  }
}

.statistics {
  width: 735px;
  color: #fff;
  height: 100%;
  padding: 45px 45px 25px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media all and (max-width: 1450px) {
  .statistics {
    width: 605px;
    justify-content: center;
    padding: 45px;
  }
}
@media all and (max-width: 1260px) {
  .statistics {
    width: 100%;
  }
}
.statistics .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(108, 105, 124, 0.5);
}
@media all and (max-width: 992px) {
  .statistics .item {
    width: 75%;
    margin: 0 auto;
  }
}
.statistics .item-num {
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: self-end;
}
.statistics .item-num .item-img {
  width: 90px;
  margin-right: 15px;
}
.statistics .item-num .name {
  width: 30px;
  font-size: 35px;
  align-self: flex-start;
  color: #E74E13;
  margin-left: 2px;
  font-weight: bold;
  padding-top: 9px;
}
@media all and (max-width: 1366px) {
  .statistics .item-num {
    font-size: 45px;
  }
  .statistics .item-num .name {
    width: auto;
    font-size: 25px;
    padding-top: 23px;
  }
  .statistics .item-num .item-img {
    width: 50px;
  }
  .statistics .item-num .item-img img {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .statistics .item-num {
    font-size: 37px;
  }
  .statistics .item-num .name {
    font-size: 20px;
    align-self: center;
  }
  .statistics .item-num .item-img {
    width: 45px;
  }
}
.statistics .item-name {
  display: flex;
  align-items: self-end;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media all and (max-width: 992px) {
  .statistics .item-name {
    font-size: 15px;
  }
}

.home-news {
  background-color: #F5F5F5;
  padding-left: 55px;
  padding-right: 42px;
  max-width: 1920px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .home-news {
    background-color: #fff;
  }
}
@media all and (max-width: 575px) {
  .home-news {
    padding: 0;
  }
}
@media all and (max-width: 575px) {
  .home-news .home-news-title {
    padding: 0 40px;
  }
}
.home-news .news-area {
  background-color: #fff;
  padding: 30px;
}
@media all and (max-width: 767px) {
  .home-news .news-area {
    padding: 0;
  }
}
.home-news .news-area .news-item {
  display: flex;
  width: 100%;
  gap: 15px;
  transition: all 0.25s ease;
}
.home-news .news-area .news-item {
  position: relative;
}
.home-news .news-area .news-item:nth-child(2)::after,
.home-news .news-area .news-item:nth-child(3)::after {
  content: '';
  width: 100%;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  height: 1px;
  background-color: #ededed;
}
.home-news .news-area .news-item:hover {
  box-shadow: none !important;
  background-color: #f5f5f5;
}
@media all and (max-width: 574px) {
  .home-news .news-area .news-item:hover {
    box-shadow: none;
  }
}
.home-news .news-area .news-item .item-img img {
  width: 195px;
  height: 150px;
  object-fit: cover;
}
.home-news .news-area .news-item .item-content {
  display: flex;
  flex-direction: column;
}
.home-news .news-area .news-item .item-content .date {
  color: #B7B7B7;
  font-size: 15px;
  margin-bottom: 5px;
}
@media all and (max-width: 1450px) {
  .home-news .news-area .news-item .item-content .date {
    font-size: 14px;
  }
}
.home-news .news-area .news-item .item-content .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1450px) {
  .home-news .news-area .news-item .item-content .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
}
.home-news .news-area .news-item .item-content .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 1450px) {
  .home-news .news-area .news-item .item-content .text {
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
  }
}
.home-news .news-area .news-item.single {
  flex-direction: column;
}
.home-news .news-area .news-item.single .item-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 574px) {
  .home-news .news-area .news-item.single .item-img img {
    width: 100%;
  }
}
.home-news .news-area .news-item.single .item-content {
  padding: 0 12px;
  padding-bottom: 20px;
}
.home-news .news-area .news-item.single .item-content .date {
  font-size: 16px;
  color: #000;
}
.home-news .news-area .other-news {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home-news .news-area .news-mobile-slider {
  position: relative;
}
.home-news .news-area .news-mobile-slider .swiper-pagination {
  bottom: 20px;
}
.home-news .news-area .news-mobile-slider .swiper-pagination span {
  background-color: #000;
}
.home-news .news-area .news-mobile-slider .swiper-slide {
  padding: 0;
  width: 83%;
}
.home-news .news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-news .news-title a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
}
.home-news .notification-area {
  background-color: #fff;
  padding: 30px 35px;
  background-color: #2C2557;
}
.home-news .notification-area .notification-dates {
  position: relative;
  padding-bottom: 25px;
}
.home-news .notification-area .notification-dates .notification-dates-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media all and (max-width: 1650px) {
  .home-news .notification-area .notification-dates .notification-dates-slider {
    padding: 0 25px;
  }
}
@media all and (max-width: 1400px) {
  .home-news .notification-area .notification-dates .notification-dates-slider {
    max-width: 450px;
  }
}
.home-news .notification-area .notification-dates .notification-dates-slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6D678B;
  cursor: pointer;
}
.home-news .notification-area .notification-dates .notification-dates-slider .item .day {
  font-size: 45px;
  line-height: 34px;
  font-weight: bold;
}
.home-news .notification-area .notification-dates .notification-dates-slider .item .date {
  font-size: 18px;
  font-weight: 500;
}
.home-news .notification-area .notification-dates .notification-dates-slider .item.active {
  color: #fff;
}
@media all and (max-width: 767px) {
  .home-news .notification-area .notification-dates .notification-dates-slider .item {
    flex-direction: row;
    color: #fff;
    gap: 4.5px;
  }
  .home-news .notification-area .notification-dates .notification-dates-slider .item .day {
    font-size: 18px;
    font-weight: 500;
    line-height: unset;
  }
}
.home-news .notification-area .notification-dates .slider-button {
  top: 42%;
}
@media all and (max-width: 767px) {
  .home-news .notification-area .notification-dates .slider-button {
    top: 26%;
  }
}
.home-news .notification-area .notification-dates .slider-button::after {
  color: #fff;
}
@media all and (max-width: 767px) {
  .home-news .notification-area .notification-dates .slider-button::after {
    font-size: 35px;
  }
}
.home-news .notification-area .notification-dates .slider-button.swiper-button-prev {
  left: 0;
}
@media all and (max-width: 1800px) {
  .home-news .notification-area .notification-dates .slider-button.swiper-button-prev {
    left: -5px;
  }
}
.home-news .notification-area .notification-dates .slider-button.swiper-button-next {
  right: 0;
}
@media all and (max-width: 1800px) {
  .home-news .notification-area .notification-dates .slider-button.swiper-button-next {
    right: -5px;
  }
}
.home-news .notification-area .date-items {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.home-news .notification-area .date-items .date-item {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #6C6784;
  padding-top: 26px;
  padding-bottom: 45px;
  position: relative;
}
.home-news .notification-area .date-items .date-item::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 26px;
  width: 18px;
  height: 18px;
  background: url(../images/icons/arrow-up.svg) no-repeat;
  background-size: contain;
  transition: all 0.25s ease;
}
@media all and (max-width: 767px) {
  .home-news .notification-area .date-items .date-item::after {
    display: none;
  }
}
.home-news .notification-area .date-items .date-item:hover::after {
  transform: translate(6px, -6px);
}
.home-news .notification-area .date-items .date-item .date-item-title {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.29;
  margin-bottom: 15px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news .notification-area .date-items .date-item .content-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news .notification-area .date-items .date-item .content-text {
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-news .notification-area .date-items .date-item .btn-read-more {
  display: none;
}
@media all and (max-width: 767px) {
  .home-news .notification-area .date-items .date-item .btn-read-more {
    display: inline-block;
  }
}

.news-item {
  display: flex;
  width: 100%;
  gap: 15px;
  transition: all 0.25s ease;
}
.news-item:hover {
  box-shadow: 2px 4px 10px #cbcbcb;
}
@media all and (max-width: 574px) {
  .news-item:hover {
    box-shadow: none;
  }
}
.news-item .item-img img {
  width: 195px;
  height: 150px;
  object-fit: cover;
}
.news-item .item-content {
  display: flex;
  flex-direction: column;
}
.news-item .item-content .date {
  color: #B7B7B7;
  font-size: 15px;
  margin-bottom: 5px;
}
@media all and (max-width: 1450px) {
  .news-item .item-content .date {
    font-size: 14px;
  }
}
.news-item .item-content .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1450px) {
  .news-item .item-content .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
}
.news-item .item-content .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 1450px) {
  .news-item .item-content .text {
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
  }
}
.news-item.single {
  flex-direction: column;
}
.news-item.single .item-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 574px) {
  .news-item.single .item-img img {
    width: 100%;
  }
}
.news-item.single .item-content {
  padding: 0 12px;
  padding-bottom: 20px;
}
.news-item.single .item-content .date {
  font-size: 16px;
  color: #000;
}

.home-videos {
  color: #fff;
}
.home-videos .home-videos-container {
  background-color: #1A1533;
  width: 100%;
  max-width: 1650px;
  padding: 54px 0 70px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .home-videos .home-videos-container {
    padding-bottom: 25px;
  }
}
.home-videos .home-videos-container .home-videos-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 60px 35px 45px;
}
.home-videos .home-videos-container .home-videos-title .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.home-videos .home-videos-container .home-videos-title .content p {
  margin: 0;
}
.home-videos .home-videos-container .video-slider {
  padding: 0 50px;
  position: relative;
}
.home-videos .home-videos-container .video-slider .swiper-slide {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .home-videos .home-videos-container .video-slider .swiper-slide {
    margin-top: 0;
  }
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box {
  display: block;
  position: relative;
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img {
  display: block;
  transition: all 0.2s linear;
  width: 100%;
  position: relative;
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .image {
  transform: scaleX(0.8);
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1350px) {
  .home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .image {
    transform: scale(1);
  }
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 4, 34, 0.72);
  z-index: 1;
  transition: all 0.2s ease;
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .image img {
  width: 100%;
  height: 100%;
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  transition: all 0.25s ease;
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .video-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.25s ease;
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .video-btn img {
  object-fit: contain;
  width: 25px;
  padding-left: 5px;
}
@media all and (max-width: 1350px) {
  .home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img .video-btn {
    opacity: 0;
  }
}
@media all and (max-width: 450px) {
  .home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-box-img {
    height: 300px;
  }
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-content {
  padding: 17px 50px 0;
  transition: all 0.25s ease;
  line-height: 22px;
}
@media all and (max-width: 1350px) {
  .home-videos .home-videos-container .video-slider .swiper-slide .video-box .video-content {
    padding: 17px 0px 0px;
    opacity: 0;
  }
}
.home-videos .home-videos-container .video-slider .swiper-slide .video-box:hover .video-box-img::after {
  opacity: 0.3;
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active {
  padding: 0;
  margin-top: 0;
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-box-img .image {
  transform: scale(1.2, 1.15);
}
@media all and (max-width: 1350px) {
  .home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-box-img .image {
    transform: scale(1);
  }
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-box-img .image::after {
  background-color: rgba(9, 4, 34, 0.56);
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-box-img .video-btn {
  opacity: 1;
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-box-img .video-btn::after {
  background-color: rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-box-img .video-btn::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-content {
  text-align: center;
  padding: 25px 25px 0;
  opacity: 1;
}
.home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-content p {
  margin-bottom: 0;
}
@media all and (max-width: 1350px) {
  .home-videos .home-videos-container .video-slider .swiper-slide.swiper-slide-active .video-box .video-content {
    padding: 25px 0px 0px;
  }
}
.home-videos .home-videos-container .video-slider .slider-button {
  color: #fff;
}
.home-videos .home-videos-container .video-slider .slider-button.swiper-button-prev {
  left: 50px;
}
.home-videos .home-videos-container .video-slider .slider-button.swiper-button-next {
  right: 50px;
}
@media all and (max-width: 1350px) {
  .home-videos .home-videos-container .video-slider .slider-button.swiper-button-prev {
    left: 10px;
  }
  .home-videos .home-videos-container .video-slider .slider-button.swiper-button-next {
    right: 10px;
  }
  .home-videos .home-videos-container .video-slider .slider-button::after {
    font-size: 25px;
  }
}

.home-about {
  position: relative;
  color: #fff;
}
.home-about .bg-img img {
  width: 100%;
  object-fit: cover;
}
@media all and (max-width: 1450px) {
  .home-about .bg-img img {
    height: 570px;
  }
}
@media all and (max-width: 767px) {
  .home-about .bg-img img {
    height: 350px;
  }
}
@media all and (max-width: 450px) {
  .home-about .bg-img img {
    max-height: 250px;
  }
}
.home-about .content {
  padding-bottom: 50px;
  position: absolute;
  top: 50%;
  left: 180px;
  transform: translateY(-50%);
  width: 100%;
  max-width: 900px;
}
@media all and (max-width: 1450px) {
  .home-about .content {
    padding-bottom: 25px;
    left: 0;
    padding: 50px 100px;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .home-about .content {
    padding: 40px 70px;
    padding-top: 80px;
    transform: none;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media all and (max-width: 450px) {
  .home-about .content {
    padding: 40px 20px;
  }
}
.home-about .content .title {
  font-size: 31px;
}
@media all and (max-width: 1450px) {
  .home-about .content .title {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .home-about .content .title {
    font-size: 21px;
  }
}
@media all and (max-width: 767px) {
  .home-about .content .title {
    font-size: 18px;
    margin-bottom: 33px;
  }
}
.home-about .content p {
  margin-top: 25px;
  margin-bottom: 35px;
}
@media all and (max-width: 1450px) {
  .home-about .content p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .home-about .content p {
    display: none;
  }
}
.home-about .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 305px;
  background-color: #000;
  height: 50px;
  transition: all 0.25s ease;
}
.home-about .content a:hover {
  background-color: #1A1533;
}
@media all and (max-width: 767px) {
  .home-about .content a {
    font-size: 14px;
    height: 34px;
    max-width: 225px;
  }
  .home-about .content a span {
    display: none;
  }
}

.home-trible-section {
  padding: 0 30px;
}
@media all and (max-width: 767px) {
  .home-trible-section {
    padding: 0;
  }
}
.home-trible-section .inside {
  margin: 0 auto;
  width: 100%;
  max-width: 1750px;
}
.home-trible-section .inside .food-calendar {
  padding-top: 65px;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
@media all and (max-width: 1500px) {
  .home-trible-section .inside .food-calendar {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .food-calendar {
    margin-bottom: 0;
    padding: 40px;
  }
}
.home-trible-section .inside .food-calendar .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .food-calendar .title {
    justify-content: center;
  }
}
.home-trible-section .inside .food-calendar .food-calendar-inside .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 45px;
  border: 2px solid transparent;
  transition: border 0.4s ease;
  cursor: pointer;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .item-day-num {
  margin-bottom: 4px;
  font-size: 45px;
  font-weight: bold;
  line-height: 36px;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .item-month {
  margin-bottom: 24px;
  font-weight: 500;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .item span {
  font-size: 14px;
  font-weight: 400;
  color: #E74E13;
  text-decoration: underline;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .item:hover {
  border: 2px solid #E74E13;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .item:nt {
  background-color: red;
  color: red;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .col{
  background-color: #EDEDED;
}
.home-trible-section .inside .food-calendar .food-calendar-inside .col:nth-child(even) {
  background-color: #F7F7F7;
}
.home-trible-section .inside .food-calendar .food-calendar-mobile .swiper {
  padding-top: 5px;
}
.home-trible-section .inside .food-calendar .food-calendar-mobile .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-trible-section .inside .food-calendar .food-calendar-mobile .item-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}
.home-trible-section .inside .food-calendar .food-calendar-mobile .item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 400;
  font-size: 17px;
}

@media(max-width: 767px) {
    .home-trible-section .inside .food-calendar .food-calendar-mobile .item-title {
        font-size: 17px;
    }
    .home-trible-section .inside .food-calendar .food-calendar-mobile .item-content {
        font-size: 15px;
    }
}

.home-trible-section .inside .food-calendar .food-calendar-mobile .slider-button {
  top: 25px;
  transform: none;
}
.home-trible-section .inside .food-calendar .food-calendar-mobile .slider-button::after {
  color: #000;
}
.home-trible-section .inside .food-calendar .food-calendar-mobile .slider-button.swiper-button-next::after {
  color: #E74E13;
}
.home-trible-section .inside .home-survey {
  background-color: #E74E13;
  color: #fff;
  padding: 60px 75px;
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 1500px) {
  .home-trible-section .inside .home-survey {
    padding: 60px 45px;
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .home-trible-section .inside .home-survey {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 45px;
  }
}
@media all and (max-width: 992px) {
  .home-trible-section .inside .home-survey {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 45px;
  }
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey {
    padding: 40px 38px 55px;
    margin-top: 0;
  }
}
.home-trible-section .inside .home-survey .title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  margin-bottom: 37px;
  position: relative;
}
.home-trible-section .inside .home-survey .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -100px;
  width: calc(100% + 200px);
  height: 1px;
  background-color: #fff;
}
.home-trible-section .inside .home-survey .title h3 {
  margin: 0;
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey .title {
    margin-bottom: 20px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-trible-section .inside .home-survey .title::after {
    display: none;
  }
}
.home-trible-section .inside .home-survey .katilimci {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey .katilimci {
    display: none;
  }
}
.home-trible-section .inside .home-survey .summary {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}
@media all and (max-width: 1450px) {
  .home-trible-section .inside .home-survey .summary {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
  }
}
@media all and (max-width: 992px) {
  .home-trible-section .inside .home-survey .summary {
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey .summary {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
  }
}
@media all and (max-width: 575px) {
  .home-trible-section .inside .home-survey .summary {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
  }
}
.home-trible-section .inside .home-survey form {
  display: flex;
  flex-direction: column;
}
.home-trible-section .inside .home-survey form .input-div {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px;
  border: 1px solid #fff;
  margin-bottom: 13px;
  cursor: pointer;
}
.home-trible-section .inside .home-survey form .input-div > * {
  cursor: pointer;
}
.home-trible-section .inside .home-survey form .input-div input {
  border-radius: 50%;
  background-color: #E74E13;
  border: 1px solid #FFE6E6;
  width: 49px;
  height: 49px;
  position: relative;
  appearance: none;
  box-shadow: inset rgba(0, 0, 0, 0.16) 0px 5px 15px;
}
@media all and (max-width: 1450px) {
  .home-trible-section .inside .home-survey form .input-div input {
    width: 42px;
    height: 42px;
  }
}
@media all and (max-width: 1200px) {
  .home-trible-section .inside .home-survey form .input-div input {
    width: 40px;
    height: 40px;
  }
}
.home-trible-section .inside .home-survey form .input-div input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey form .input-div input::after {
    width: 11px;
    height: 11px;
  }
}
.home-trible-section .inside .home-survey form .input-div input:checked::after {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey form .input-div {
    gap: 15px;
    max-height: 50px;
  }
  .home-trible-section .inside .home-survey form .input-div input {
    width: 34px;
    height: 34px;
  }
}
.home-trible-section .inside .home-survey form .send-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 250px;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 23px;
  transition: all 0.25s ease;
}
.home-trible-section .inside .home-survey form .send-button:hover {
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 767px) {
  .home-trible-section .inside .home-survey form .send-button {
    height: 45px;
    margin: 0 auto;
    margin-top: 19px;
  }
}

.survey form {
  display: flex;
  flex-direction: column;
}
.survey .input-div,
.survey .item-box {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px;
  border: 1px solid #fff;
  margin-bottom: 13px;
  cursor: pointer;
}
.survey .input-div > *,
.survey .item-box > * {
  cursor: pointer;
}
.survey .input-div input,
.survey .input-div .item-type,
.survey .item-box input,
.survey .item-box .item-type {
  border-radius: 50%;
  background-color: #E74E13;
  border: 1px solid #FFE6E6;
  width: 49px;
  height: 49px;
  position: relative;
  appearance: none;
  box-shadow: inset rgba(0, 0, 0, 0.16) 0px 5px 15px;
}
@media all and (max-width: 1450px) {
  .survey .input-div input,
  .survey .input-div .item-type,
  .survey .item-box input,
  .survey .item-box .item-type {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .survey .input-div input,
  .survey .input-div .item-type,
  .survey .item-box input,
  .survey .item-box .item-type {
    width: 35px;
    height: 35px;
  }
}
.survey .input-div input::after,
.survey .input-div .item-type::after,
.survey .item-box input::after,
.survey .item-box .item-type::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media all and (max-width: 767px) {
  .survey .input-div input::after,
  .survey .input-div .item-type::after,
  .survey .item-box input::after,
  .survey .item-box .item-type::after {
    width: 11px;
    height: 11px;
  }
}
.survey .input-div input:checked::after,
.survey .input-div .item-type:checked::after,
.survey .item-box input:checked::after,
.survey .item-box .item-type:checked::after {
  opacity: 1;
}
@media all and (max-width: 1450px) {
  .survey .input-div,
  .survey .item-box {
    max-height: 70px;
  }
}
@media all and (max-width: 1200px) {
  .survey .input-div,
  .survey .item-box {
    max-height: 60px;
  }
}
@media all and (max-width: 767px) {
  .survey .input-div,
  .survey .item-box {
    gap: 15px;
    max-height: 50px;
  }
  .survey .input-div input,
  .survey .item-box input {
    width: 34px;
    height: 34px;
  }
}
.survey .send-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 250px;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 23px;
  transition: all 0.25s ease;
}
.survey .send-button:hover {
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 767px) {
  .survey .send-button {
    height: 45px;
    margin: 0 auto;
    margin-top: 19px;
  }
}

.social-media {
  background-color: #F5F5F5;
  padding: 75px 34px 100px;
}
@media all and (max-width: 1500px) {
  .social-media {
    padding: 60px 30px 80px;
  }
}
@media all and (max-width: 767px) {
  .social-media {
    background-color: transparent;
    padding: 38px 22px;
  }
}
@media all and (max-width: 420px) {
  .social-media {
    background-color: transparent;
    padding: 38px 55px;
  }
}
@media all and (max-width: 400px) {
  .social-media {
    background-color: transparent;
    padding: 38px 45px;
  }
}
.social-media .social-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
}
.social-media .social-boxes .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 27px;
  width: 170px;
  height: 205px;
  color: #fff;
  transition: all 0.25s ease;
}
@media all and (max-width: 1500px) {
  .social-media .social-boxes .item {
    width: 135px;
    height: 175px;
    gap: 18px;
  }
}
@media all and (max-width: 992px) {
  .social-media .social-boxes .item {
    width: 125px;
    height: 155px;
    gap: 16px;
  }
  .social-media .social-boxes .item img {
    height: 35px;
  }
}
.social-media .social-boxes .item p {
  font-size: 16px;
  margin-bottom: 0;
}
.social-media .social-boxes .item:nth-of-type(1) {
  background-color: #0966C2;
}
.social-media .social-boxes .item:nth-of-type(2) {
  background-color: #3B5996;
}
.social-media .social-boxes .item:nth-of-type(3) {
  background-color: #DA004C;
}
.social-media .social-boxes .item:nth-of-type(4) {
  background-color: #DA004C;
}
.social-media .social-boxes .item:nth-of-type(5) {
  background-color: #000000;
}
.social-media .social-boxes .item:nth-of-type(6) {
  background-color: #EE1D1B;
}
.social-media .social-boxes .item:hover {
  transform: translateY(-7px);
}
@media all and (max-width: 767px) {
  .social-media .social-boxes {
    justify-content: center;
    gap: 3px;
  }
  .social-media .social-boxes .item {
    width: 74px;
    height: 74px;
  }
  .social-media .social-boxes .item p {
    display: none;
  }
  .social-media .social-boxes .item img {
    height: 23px;
  }
}
@media all and (max-width: 767px) {
  .social-media .social-boxes {
    justify-content: center;
    gap: 5px;
  }
  .social-media .social-boxes .item {
    width: 74px;
    height: 74px;
  }
  .social-media .social-boxes .item p {
    display: none;
  }
  .social-media .social-boxes .item img {
    height: 23px;
  }
}

.faq {
  padding: 0 24px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .faq .container-1350 {
    padding: 0;
  }
}
.faq .inside .accordion-button {
  padding-left: 55px;
  height: 90px;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: none !important;
  font-size: 21px;
  font-weight: 400;
  align-items: center;
}
@media all and (max-width: 1366px) {
  .faq .inside .accordion-button {
    font-size: 19px;
    height: 70px;
  }
}
@media all and (max-width: 992px) {
  .faq .inside .accordion-button {
    font-size: 18px;
    height: 60px;
  }
}
@media all and (max-width: 767px) {
  .faq .inside .accordion-button {
    font-size: 15px;
    padding-left: 25px;
    height: 50px;
  }
  .faq .inside .accordion-button::before {
    margin-right: 17px;
  }
}
.faq .inside .accordion-button::after {
  display: none;
}
.faq .inside .accordion-button:not(.collapsed)::before {
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq .inside .accordion-button::before {
  content: url(../images/icons/chevron-down.svg);
  margin-right: 26px;
  transition: all 0.25s ease;
}
.faq .inside .accordion-item {
  border: none !important;
  margin-bottom: 10px;
}
.faq .inside .accordion-header {
  border: none !important;
}
.faq .inside .accordion-body {
  background: #f1f1f1;
  padding: 35px 50px;
}
.faq .inside .accordion-body .buttons{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.faq .inside .accordion-body .buttons a{
  color: #fff;
  background-color: #6c757d;
  padding: 6px 12px;
}
@media all and (max-width: 767px) {
  .faq .inside .accordion-body {
    padding: 20px;
  }
}
.faq .inside .accordion-button {
  background-color: #E7EBED;
}
.faq .inside .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
}

.sub-banner {
  padding-bottom: 62px;
  position: relative;
  padding-top: 260px;
}
@media all and (max-width: 767px) {
  .sub-banner {
    padding-top: 220px;
    padding-bottom: 25px;
  }
}
.sub-banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-bottom: 5px solid #E74E13;
  z-index: -1;
}
.sub-banner .banner-img img {
  height: inherit;
  width: inherit;
}
.sub-banner .banner-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 6, 15, 0.55);
}
.sub-banner .contact-bannner-inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 35px;
  column-gap: 35px;
  color: #fff;
}
@media all and (max-width: 450px) {
  .sub-banner .contact-bannner-inside {
    row-gap: 22px;
  }
}
.sub-banner .contact-bannner-inside .banner-title span.for-contact {
  font-weight: 300;
}
@media (min-width: 1401px) {
  .sub-banner .contact-bannner-inside .banner-title span.for-contact {
    font-size: 30px;
  }
}
.sub-banner .contact-bannner-inside .right {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 17px;
}
.sub-banner .contact-bannner-inside .right .social-item {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.sub-banner .contact-bannner-inside .right .social-item h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .sub-banner .contact-bannner-inside .right .social-item h5 {
    font-size: 16px;
  }
}
.sub-banner .contact-bannner-inside .right .social-item .social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub-banner .contact-bannner-inside .right a {
  transition: all 0.25s ease;
}
.sub-banner .contact-bannner-inside .right a:hover {
  color: #af4c24;
}
.sub-banner.ver-3 {
  padding-bottom: 190px;
}

.sub-banner-picture {
  position: relative;
  width: 100%;
  height: 340px;
  margin-bottom: -200px;
  z-index: -1;
}
.sub-banner-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .sub-banner-picture {
    margin-bottom: 0;
    height: 250px;
  }
}

.location {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.location .location-title {
  font-size: 24px;
}
@media all and (max-width: 992px) {
  .location .location-title {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .location .location-title {
    font-size: 19px;
  }
}
.location .summary {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.location .item {
  color: #fff;
  padding: 80px 90px 100px;
  background-color: #2E264F;
  display: flex;
  flex-direction: column;
}
.location .item.second {
  background-color: #332B57;
}
@media all and (max-width: 1400px) {
  .location .item {
    padding: 60px 70px 80px;
  }
}
@media all and (max-width: 1200px) {
  .location .item {
    padding: 50px 40px 60px;
  }
}
@media all and (max-width: 992px) {
  .location .item {
    padding: 50px 27px 60px;
  }
}
@media all and (max-width: 767px) {
  .location .item {
    padding: 35px 25px 30px;
  }
}
.location .item .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location .item .title h3 {
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .location .item .title h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.location .item .title .general-location {
  margin-bottom: 19px;
}
@media all and (max-width: 767px) {
  .location .item .title .general-location {
    margin-bottom: 10px;
  }
}
.location .item .title .detail {
  font-weight: 400;
  width: 100%;
  max-width: 75%;
}
@media all and (max-width: 992px) {
  .location .item .location-map iframe {
    max-height: 300px;
  }
}
@media all and (max-width: 575px) {
  .location .item .location-map iframe {
    max-height: 250px;
  }
}

.points-of-sale {
  background-color: #2C2557;
  color: #fff;
}
.points-of-sale .outside {
  padding-left: 160px;
  padding-bottom: 130px;
  position: relative;
  width: 100%;
  max-width: 1920px;
}
.points-of-sale .outside .inside {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
.points-of-sale .outside .inside .title {
  width: 100%;
  max-width: 760px;
  position: relative;
  padding-bottom: 18px;
}
.points-of-sale .outside .inside .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  height: 1px;
  background-color: #453E6A;
  z-index: 1;
}
.points-of-sale .outside .inside .title h3 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 0;
}
@media all and (max-width: 1400px) {
  .points-of-sale .outside .inside .title h3 {
    font-size: 42px;
    line-height: 47px;
  }
}
@media all and (max-width: 1200px) {
  .points-of-sale .outside .inside .title h3 {
    font-size: 39px;
    line-height: 45px;
  }
}
@media all and (max-width: 992px) {
  .points-of-sale .outside .inside .title h3 {
    font-size: 35px;
    line-height: 41px;
  }
}
@media all and (max-width: 767px) {
  .points-of-sale .outside .inside .title h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.points-of-sale .outside .inside .title p {
  margin: 0;
  font-size: 40px;
}
@media all and (max-width: 1400px) {
  .points-of-sale .outside .inside .title p {
    font-size: 35px;
  }
}
@media all and (max-width: 1200px) {
  .points-of-sale .outside .inside .title p {
    font-size: 30px;
  }
}
@media all and (max-width: 992px) {
  .points-of-sale .outside .inside .title p {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .points-of-sale .outside .inside .title p {
    font-size: 19px;
  }
}
.points-of-sale .outside .inside .item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
  width: 100%;
  max-width: 240px;
}
.points-of-sale .outside .inside .item-title {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media all and (max-width: 1200px) {
  .points-of-sale .outside .inside .item-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media all and (max-width: 768px) {
  .points-of-sale .outside .inside .item-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  .points-of-sale .outside .inside .item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.points-of-sale .outside .inside .item-has {
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
}
.points-of-sale .outside .inside .item-has li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.points-of-sale .outside .inside .item-has li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../images/icons/arrow-orange.svg) no-repeat;
  background-size: cover;
}
.points-of-sale .outside .inside .item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 232, 232, 0.56);
  height: 44px;
  width: 100%;
  max-width: 180px;
  font-size: 17px;
  text-decoration: underline;
  transition: all 0.25s ease;
  margin-top: auto;
}
@media all and (max-width: 767px) {
  .points-of-sale .outside .inside .item-button {
    font-size: 15px;
    height: 35px;
  }
}
.points-of-sale .outside .inside .item .item-button:hover {
  background-color: #E74E13;
  border: 1px solid #E74E13;
}
.points-of-sale .outside .inside .item .working-button {
    width: 100%;
    max-width: 180px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.19);
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-bottom: 7px;
}
.points-of-sale .outside .inside .item .working-button:hover {
    background-color: #E74E13;
}

@media all and (min-width: 1921px) {
  .points-of-sale .outside {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 1400px) {
  .points-of-sale .outside {
    padding-left: 100px;
  }
  .points-of-sale .outside .inside {
    max-width: 900px;
  }
}
@media all and (max-width: 1200px) {
  .points-of-sale .outside {
    padding-left: 0px;
    padding: 0 60px;
    padding-bottom: 100px;
  }
  .points-of-sale .outside .inside {
    max-width: 900px;
  }
}
@media all and (max-width: 574px) {
  .points-of-sale .outside {
    padding: 0 50px;
    padding-bottom: 60px;
  }
}
.points-of-sale .bg-img {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1;
  transform: translateX(160px);
  width: 50.5%;
}
@media all and (max-width: 768px) {
  .points-of-sale .bg-img {
    width: 75%;
    transform: translateX(50px);
    top: 120px;
    opacity: 0.4;
  }
}
.points-of-sale .bg-img img {
  width: 100%;
  object-fit: contain;
}

.classic-banner {
  position: relative;
}
.classic-banner .bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.classic-banner .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 6, 15, 0.55);
  z-index: 1;
}
.classic-banner .bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  top: auto;
  bottom: 0;
  height: 33.4%;
}
.classic-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.classic-banner .content {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 5;
  text-align: center;
}
.classic-banner .content .banner-title {
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 1400px) {
  .classic-banner {
    height: 600px;
  }
}
@media all and (max-width: 1200px) {
  .classic-banner {
    height: 580px;
  }
  .classic-banner .content .banner-title {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .classic-banner {
    height: 580px;
  }
  .classic-banner .content .banner-title {
    font-size: 23px;
    line-height: 28px;
  }
}
@media all and (max-width: 470px) {
  .classic-banner {
    height: 650px;
  }
  .classic-banner .content .banner-title {
    font-size: 21px;
  }
}

.about-us-banner {
  position: relative;
}
.about-us-banner .bg-img {
  width: 100%;
  height: 100%;
}
.about-us-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-banner .content {
  position: absolute;
  bottom: 186px;
  left: 285px;
  z-index: 2;
}
@media all and (min-width: 1921px) {
  .about-us-banner .content {
    max-width: 1920px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 1400px) {
  .about-us-banner {
    height: 600px;
  }
  .about-us-banner .content {
    left: 150px;
    bottom: 100px;
  }
}
@media all and (max-width: 1200px) {
  .about-us-banner {
    height: 580px;
  }
  .about-us-banner .content {
    left: 30px;
    bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .about-us-banner {
    height: 580px;
  }
  .about-us-banner .content {
    left: 30px;
    bottom: 60px;
  }
}
@media all and (max-width: 470px) {
  .about-us-banner {
    height: 650px;
  }
  .about-us-banner .content {
    left: 30px;
    bottom: 80px;
  }
}

.about-us-founder {
  background-color: #1A1533;
  padding: 65px 0px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about-us-founder.home {
  background-color: #fff;
  padding: 75px 0px;
  color: #1A1533;
  position: relative;
  z-index: 2;
}
.about-us-founder .inside .founder-img {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.about-us-founder .inside .founder-img img {
  max-width: 450px;
}
@media all and (max-width: 992px) {
  .about-us-founder .inside .founder-img img {
    max-width: 300px;
  }
  .about-us-founder.home {
    padding: 50px 0px;
  }
}
@media all and (max-width: 767px) {
  .about-us-founder.home {
    padding:  20px;
  }
}
.about-us-founder .inside .summary {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .about-us-founder .inside .summary {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .about-us-founder .inside .summary {
    font-size: 18px;
    text-align: center;
  }
}
.about-us-founder .bg-c {
  position: absolute;
  z-index: -1;
  right: -80px;
  top: -41%;
  opacity: 0.2;
  width: 39.48%;
  max-height: 782px;
  max-width: 750px;
}
.about-us-founder .bg-c img {
  width: 100%;
}
@media (min-width: 1921px) {
  .about-us-founder .bg-c {
    right: 28%;
  }
}
@media all and (max-width: 1400px) {
  .about-us-founder .bg-c {
    top: -31%;
  }
}
@media all and (max-width: 1200px) {
  .about-us-founder .bg-c {
    top: -18%;
    right: -60px;
    width: 350px;
  }
}
@media all and (max-width: 992px) {
  .about-us-founder h3 {
    text-align: center;
  }
  .about-us-founder .bg-c {
    display: none;
  }
}
.about-us-founder.home .kurucu-title img {
    filter: brightness(0);
}

.milestone {
  background-color: #F5F5F5;
  padding-top: 85px;
  padding-bottom: 125px;
}
.milestone .outside {
  position: relative;
  z-index: 1;
}
.milestone .outside .line {
  position: absolute;
  width: 42px;
  height: 100%;
  border-radius: 60px;
  background-color: #E74E13;
  z-index: -1;
  top: 15px;
  left: 358px;
}
@media all and (max-width: 992px) {
  .milestone .outside .line {
    left: 50px;
    top: 55px;
  }
}
@media all and (max-width: 575px) {
  .milestone .outside .line {
    top: 50px;
    left: 25px;
    width: 26px;
  }
}
.milestone .outside h3 {
  margin-bottom: 86px;
}
@media all and (max-width: 992px) {
  .milestone .outside h3 {
    margin-bottom: 120px;
  }
}
.milestone .outside .inside {
  width: 100%;
  max-width: 1100px;
}
.milestone .outside .inside .item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.milestone .outside .inside .item-date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 90px;
  border-radius: 70px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 35px;
  font-weight: bold;
}
.milestone .outside .inside .item-content {
  width: 100%;
  display: flex;
  gap: 33px;
  padding-left: 55px;
  padding-top: 36px;
  padding-bottom: 70px;
  margin-top: 53px;
  margin-left: 180px;
  position: relative;
  font-weight: 400;
}
@media all and (max-width: 1200px) {
  .milestone .outside .inside .item-content {
    gap: 18px;
  }
}
.milestone .outside .inside .item-content .content-img {
  margin-top: 7px;
}
.milestone .outside .inside .item-content .cotnent-text {
  max-width: 550px;
}
.milestone .outside .inside .item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: calc(100% + 25px);
  height: 1px;
  z-index: 1;
  background-color: #707070;
}
.milestone .outside .inside .item-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 992px) {
  .milestone .outside .inside .item {
    flex-direction: column;
  }
  .milestone .outside .inside .item-date {
    height: 80px;
    font-size: 33px;
    background-color: transparent;
    box-shadow: none;
    height: auto;
    justify-content: flex-start;
    padding-left: 120px;
  }
  .milestone .outside .inside .item-content {
    padding-left: 55px;
    margin-top: 10px;
    margin-left: 71px;
    padding-right: 71px;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .milestone .outside .inside .item-date {
    font-size: 26px;
    padding-left: 110px;
  }
  .milestone .outside .inside .item-content {
    padding-bottom: 50px;
    padding-left: 45px;
  }
  .milestone .outside .inside .item-content::after {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 575px) {
  .milestone .outside .inside .item-date {
    font-size: 26px;
    padding-left: 70px;
  }
  .milestone .outside .inside .item-content {
    margin-left: 38px;
    padding-right: 38px;
    padding-left: 35px;
    padding-top: 30px;
  }
  .milestone .outside .inside .item-content::before {
    width: 12px;
    height: 12px;
  }
  .milestone .outside .inside .item-content::after {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .milestone .outside .inside .item-content::after {
    width: calc(100% + 30px);
  }
}

.our-values .inside {
  width: 100%;
}
@media (min-width: 993px) {
  .our-values .inside .left {
    height: inherit;
  }
}
.our-values .inside .title {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 80px;
}
.our-values .inside .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  height: 100%;
  left: auto;
  right: 0;
  background-color: #707070;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .our-values .inside .title {
    padding-bottom: 0;
  }
  .our-values .inside .title::after {
    display: none;
  }
}
.our-values .inside .content {
  font-weight: 400;
  padding-top: 83px;
}
@media all and (max-width: 992px) {
  .our-values .inside .content {
    padding-top: 0;
  }
}
.our-values .inside .content .downside .item {
  display: flex;
  gap: 27px;
  margin-bottom: 28px;
}
.our-values .inside .content .downside .item-img {
  min-width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E74E13;
  border-radius: 50%;
}
.our-values .inside .content .downside .item-img img {
  object-fit: contain;
}
.our-values .inside .content .downside .item-text .title-25-b {
  margin-bottom: 9px;
}
@media all and (min-width: 1200px) {
  .our-values .inside .content .downside .item-text p {
    font-size: 22px;
  }
}

.etik .inside {
  background-color: #2C2557;
  color: #fff;
}
@media (min-width: 1921px) {
  .etik .inside {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .etik .inside {
    padding: 60px 30px;
  }
}
@media all and (max-width: 767px) {
  .etik .inside {
    padding: 45px 30px;
  }
}
.etik .inside .left {
  width: max-content;
  margin: 0 auto;
  padding-left: 60px;
}
@media all and (max-width: 1400px) {
  .etik .inside .left {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 1200px) {
  .etik .inside .left {
    width: 100%;
    padding-left: 40px;
  }
}
@media all and (max-width: 992px) {
  .etik .inside .left {
    padding: 0;
    padding-left: 30px;
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .etik .inside .left {
    padding-top: 25px;
  }
}
.etik .inside .left ul {
  list-style: disc;
}

.m-v .title p {
  font-weight: 400;
}
.m-v .text {
  padding: 50px 0px;
}
@media all and (max-width: 767px) {
  .m-v .text {
    padding: 25px 0px;
  }
}

.services-lists .inside .inside-items-title {
  display: inline-block;
  background-color: #0E3BFA;
  color: #fff;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .services-lists .inside .inside-items-title {
    font-size: 18px;
  }
}
.services-lists .inside .inside-items .item {
  border-left: 1px dashed #707070;
  padding-left: 11px;
  padding-bottom: 30px;
}
.services-lists .inside .inside-items .item-title {
  display: inline-block;
  background-color: #FA11C7;
  width: 227px;
  color: #fff;
  padding: 10px 24px;
  padding-right: 17px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
}
.services-lists .inside .inside-items .item ul {
  list-style: disc;
  margin-left: 22px;
}
.services-lists .inside .inside-items .item ul li {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .services-lists .inside .inside-items .item ul li {
    font-size: 17px;
  }
}
.services-lists .inside .inside-items .item .btn-read-more {
  font-size: 14px;
  color: #0E3BFA;
  font-weight: 400;
  margin-left: 22px;
}

.surveys .inside .survey-selector {
  padding-left: 83px;
  border-bottom: 5px solid #E74E13;
  position: relative;
  height: 53px;
  display: flex;
  align-items: center;
}
.surveys .inside .survey-selector .logo-img {
  position: absolute;
  left: 8px;
}
.surveys .inside .survey-selector .selector-items {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}
.surveys .inside .survey-selector .selector-items .item {
  font-size: 20px;
  font-weight: bold;
  color: #ACACAC;
}
.surveys .inside .survey-selector .selector-items .item.current {
  color: #E74E13;
}
@media all and (max-width: 575px) {
  .surveys .inside .survey-selector {
    padding-left: 73px;
  }
  .surveys .inside .survey-selector .selector-items {
    gap: 15px;
  }
  .surveys .inside .survey-selector .selector-items .item {
    font-size: 13px;
    padding-top: 10px;
  }
}
.surveys .inside .survey-area .survey-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #707070;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.surveys .inside .survey-area .survey-item-title {
  font-weight: 900;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .surveys .inside .survey-area .survey-item-title {
    font-size: 17px;
  }
}
.surveys .inside .survey-area .survey-item .survey-btn {
  width: 100%;
  font-size: 16px;
  color: #fff;
  height: 58px;
  background-color: #0E3BFA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: inherit;
}
@media all and (max-width: 767px) {
  .surveys .inside .survey-area .survey-item .survey-btn {
    font-size: 14px;
    height: 45px;
  }
}
.surveys .inside .survey-area .survey-item:hover .survey-btn {
  background-color: #E74E13;
}
.surveys .inside .survey-area.deActive .survey-item {
  color: #808080;
}
.surveys .inside .survey-area.deActive .survey-item .survey-btn {
  background-color: #2C2557;
}
.surveys .inside .survey-area.deActive .survey-item:hover .survey-btn {
  background-color: #1A1533;
}
.surveys .inside .survey-area.deActive .survey-item .time-over {
  position: absolute;
  right: 0;
  top: 0;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  gap: 4px;
  color: #B7B7B7;
  background: #ededed;
}
@media all and (max-width: 575px) {
  .surveys .inside .survey-area.deActive .survey-item .time-over {
    font-size: 13px;
    line-height: 12px;
    width: 55px;
    height: 55px;
  }
}
.surveys .inside .survey-area .ancetor {
  width: 134px;
  height: 30px;
  border-radius: 40px;
  background-color: #DFE3FD;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .surveys .inside .survey-area .ancetor {
    font-size: 13px;
    height: 28px;
    width: 120px;
  }
}
.surveys .inside .survey-area .katilimci {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .surveys .inside .survey-area .katilimci {
    font-size: 13px;
  }
}
.surveys .inside .survey-area .modal .modal-dialog {
  max-width: 800px;
}
.surveys .inside .survey-area .modal-header {
  height: 85px;
  border-bottom: 5px solid #E74E13;
  padding: 0;
  padding-left: 40px;
}
.surveys .inside .survey-area .modal-header .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 84px;
  background-color: #E74E13;
  opacity: 1;
  background-image: url(../images/icons/close.svg);
}
@media all and (max-width: 992px) {
  .surveys .inside .survey-area .modal-header {
    height: 70px;
  }
}
.surveys .inside .survey-area .modal-body {
  padding: 38px 50px;
}
@media all and (max-width: 992px) {
  .surveys .inside .survey-area .modal-body {
    padding: 30px 35px;
  }
}
.surveys .inside .survey-area .modal-body .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 33px;
}
@media all and (max-width: 1200px) {
  .surveys .inside .survey-area .modal-body .title {
    font-size: 21px;
  }
}
@media all and (max-width: 992px) {
  .surveys .inside .survey-area .modal-body .title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .surveys .inside .survey-area .modal-body .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
  }
}
.surveys .inside .survey-area .modal-body .survey .input-div {
  border: 1px solid #000000;
}
.surveys .inside .survey-area .modal-body .survey .input-div input {
  border: 1px solid #000000;
  background-color: transparent;
}
.surveys .inside .survey-area .modal-body .survey .input-div input:checked {
  background-color: #E74E13;
}
.surveys .inside .survey-area .modal-body .survey .input-div.active {
  background-color: #E74E13;
  border: 1px solid #E74E13;
  color: #fff;
}
.surveys .inside .survey-area .modal-body .survey .input-div.active input {
  border: 1px solid #fff;
}
.surveys .inside .survey-area .modal-body .survey .item-box {
  display: flex;
  position: relative;
  align-items: center;
  background-color: transparent;
  z-index: 1;
  border: 1px solid rgba(173, 173, 173, 0.5);
  margin-bottom: 45px;
}
@media all and (max-width: 768px) {
  .surveys .inside .survey-area .modal-body .survey .item-box {
    margin-bottom: 30px;
  }
}
.surveys .inside .survey-area .modal-body .survey .item-box .filled {
  position: absolute;
  top: -25px;
  right: 40px;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .surveys .inside .survey-area .modal-body .survey .item-box .filled {
    right: 25px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .surveys .inside .survey-area .modal-body .survey .item-box .filled {
    top: -20px;
  }
}
.surveys .inside .survey-area .modal-body .survey .item-box .bg-layer {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
}
.surveys .inside .survey-area .modal-body .survey .item-box .item-type {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(1) .bg-layer {
  background-color: #D0DBE5;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(1) .item-type {
  background-color: #2C4867;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(2) .bg-layer {
  background-color: #D0DBE5;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(2) .item-type {
  background-color: #2C4867;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(3) .bg-layer {
  background-color: #F9ECE3;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(3) .item-type {
  background-color: #E74E13;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(4) .bg-layer {
  background-color: #F9ECE3;
}
.surveys .inside .survey-area .modal-body .survey .item-box:nth-of-type(4) .item-type {
  background-color: #E74E13;
}
.surveys .inside .survey-area .modal-body .survey .send-button {
  width: 100%;
  max-width: 85%;
  text-align: center;
  background-color: #0E3BFA;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
}
.surveys .inside .survey-area .modal-body .survey .send-button:hover {
  background-color: #E74E13;
}
@media all and (max-width: 767px) {
  .surveys .inside .survey-area .modal-body .survey .send-button {
    font-size: 14px;
    height: 45px;
  }
}
.surveys .inside .survey-area .modal-footer {
  padding: 0px 50px 50px;
  display: flex;
  flex-direction: column;
}
.surveys .inside .survey-area .modal-footer .change-modal {
  width: 100%;
  max-width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.surveys .inside .survey-area .modal-footer .change-modal div {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 25px;
  cursor: pointer;
}
.surveys .inside .survey-area .modal-footer .change-modal div.next::after {
  content: url(../images/icons/arrow-29.svg);
  padding-top: 5px;
}
.surveys .inside .survey-area .modal-footer .change-modal div.prev::before {
  content: url(../images/icons/arrow-29.svg);
  padding-top: 5px;
  transform: scale(-1);
}
.surveys .inside .survey-area .modal-footer .go-home {
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 13.5px;
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .surveys .inside .survey-area .modal-footer {
    padding: 0px 35px 50px;
  }
  .surveys .inside .survey-area .modal-footer .change-modal div {
    font-size: 13px;
    gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .surveys .inside .survey-area .modal-footer .change-modal div span {
    display: none;
  }
  .surveys .inside .survey-area .modal-footer .go-home {
    margin-top: 15px;
  }
}

.helpful-links .outside {
  background-color: transparent;
}
@media all and (max-width: 767px) {
  .helpful-links .outside {
    background-color: #0E3BFA;
  }
}
.helpful-links .outside .inside {
  background-color: #0E3BFA;
}
.helpful-links .outside .inside .steps {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.helpful-links .outside .inside .steps .step {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.helpful-links .outside .inside .steps .step:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
@media all and (max-width: 992px) {
  .helpful-links .outside .inside .steps .step {
    flex-direction: column;
    height: auto;
    border: none;
  }
}
.helpful-links .outside .inside .steps .step .item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 410px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.helpful-links .outside .inside .steps .step .item-text {
  margin-left: 25px;
  margin-right: 7px;
}
.helpful-links .outside .inside .steps .step .item-arrow {
  transition: inherit;
  display: inline-block;
  margin-left: auto;
}
.helpful-links .outside .inside .steps .step .item:hover .item-arrow {
  transform: translate(4px, -4px);
}
@media all and (max-width: 992px) {
  .helpful-links .outside .inside .steps .step .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 15px 0;
  }
}
@media all and (max-width: 767px) {
  .helpful-links .outside .inside .steps .step .item {
    font-size: 15px;
    line-height: 18px;
  }
}

.is-ilan .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 14px;
  border: 1px solid rgba(173, 173, 173, 0.5);
}
.is-ilan .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap-reverse;
  gap: 7px;
}
.is-ilan .item .title .history-date {
  font-size: 15px;
  font-weight: 400;
  color: #ADADAD;
}
@media all and (max-width: 767px) {
  .is-ilan .item .title .history-date {
    font-size: 13px;
  }
}
.is-ilan .item p {
  margin-bottom: 30px;
  font-size: 16px;
}
.is-ilan .item .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.is-ilan .item .buttons .item-button {
  width: 225px;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  background-color: #0E3BFA;
  color: #fff;
  font-size: 16px;
  transition: all 0.25s ease;
}
.is-ilan .item .buttons .item-button:hover {
  background-color: #E74E13;
}
@media all and (max-width: 767px) {
  .is-ilan .item .buttons .item-button {
    height: 38px;
    font-size: 14px;
  }
}
.is-ilan .item .buttons .lets-share img {
  transition: filter 0.25s ease;
}
.is-ilan .item .buttons .lets-share:hover img {
  filter: invert(36%) sepia(20%) saturate(5478%) hue-rotate(353deg) brightness(97%) contrast(96%);
}
.is-ilan .modal#social-share .modal-content {
  background-color: #0f111c;
  color: #fff;
}
.is-ilan .modal#social-share .modal-content .btn-close {
  color: #fff;
  filter: invert(1);
}
.is-ilan .modal#social-share .modal-content .social-medias {
  gap: 5px;
  display: flex;
}
.is-ilan .modal#social-share .modal-content .social-medias a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E74E13;
  height: 55px;
  width: 55px;
  transition: all 0.25s ease;
}
.is-ilan .modal#social-share .modal-content .social-medias a img {
  height: 20px;
}
.is-ilan .modal#social-share .modal-content .social-medias a:hover {
  background-color: #0E3BFA;
  border: 1px solid #fff;
}
@media all and (max-width: 575px) {
  .is-ilan .modal#social-share .modal-content .social-medias a {
    width: 45px;
    height: 45px;
  }
}
.is-ilan .modal#social-share .modal-content .copy-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  border: 0.5px solid #E74E13;
  margin-top: 20px;
  gap: 10px;
}
@media all and (max-width: 992px) {
  .is-ilan .modal#social-share .modal-content .copy-group {
    flex-wrap: wrap;
  }
}
.is-ilan .modal#social-share .modal-content .copy-group img {
  min-width: 23px;
}
.is-ilan .modal#social-share .modal-content .copy-group .text {
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 134px);
  max-width: 250px;
  font-size: 14px;
}
@media all and (max-width: 992px) {
  .is-ilan .modal#social-share .modal-content .copy-group .text {
    width: calc(100% - 34px);
    max-width: none;
  }
}
.is-ilan .modal#social-share .modal-content .copy-group .button-share {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #E74E13;
  padding: 10px 16px;
  background-color: #E74E13;
  transition: all 300ms;
  display: block;
}
@media all and (max-width: 992px) {
  .is-ilan .modal#social-share .modal-content .copy-group .button-share {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.is-ilan .modal#social-share .modal-content .copy-group .button-share:hover {
  background-color: #963611;
}
.is-ilan .modal#advert-detail .modal-dialog {
  max-width: 800px;
}
.is-ilan .modal#advert-detail .modal-header {
  border-bottom: 5px solid #E74E13;
  position: relative;
  padding: 37px 30px 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.is-ilan .modal#advert-detail .modal-header .btn-close {
  position: absolute;
  top: 28px;
  right: 26px;
}
@media all and (max-width: 767px) {
  .is-ilan .modal#advert-detail .modal-header .btn-close {
    top: 16px;
    right: 15px;
  }
}
.is-ilan .modal#advert-detail .modal-header .modal-title {
  color: #E74E13;
  line-height: 25px;
  margin-bottom: 0px;
}
.is-ilan .modal#advert-detail .modal-header #advert-to {
  font-weight: 400;
  margin-bottom: 13px;
}
.is-ilan .modal#advert-detail .modal-header .location-time {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-size: 15px;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 4px;
}
.is-ilan .modal#advert-detail .modal-header .location-time #advert-location {
  font-weight: 400;
  color: #8D8D8D;
}
.is-ilan .modal#advert-detail .modal-body {
  padding: 38px 30px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #8D8D8D;
}
.is-ilan .modal#advert-detail .modal-body .line {
  width: 100%;
  height: 1px;
  background-color: #A3A3A3;
}
.is-ilan .modal#advert-detail .modal-body .advert-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.is-ilan .modal#advert-detail .modal-body .advert-detail > div {
  width: max-content;
  min-width: 150px;
  display: flex;
  gap: 11px;
}
.is-ilan .modal#advert-detail .modal-footer {
  padding: 35px 30px 50px;
}
.is-ilan .modal#advert-detail .modal-footer a {
  text-align: center;
}
.is-ilan .modal#advert-detail .modal-footer .send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #E74E13;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 1400px) {
  .is-ilan .modal#advert-detail .modal-footer .send-btn {
    height: 55px;
  }
}
@media all and (max-width: 1200px) {
  .is-ilan .modal#advert-detail .modal-footer .send-btn {
    height: 50px;
  }
}
@media all and (max-width: 768px) {
  .is-ilan .modal#advert-detail .modal-footer .send-btn {
    height: 45px;
    font-weight: 500;
    font-size: 14px;
  }
}
.is-ilan .modal#advert-detail .modal-footer .go-home {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .is-ilan .modal#advert-detail .modal-footer .go-home {
    margin-top: 20px;
  }
}

.catalogue .inside .cat:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.catalogue .inside .cat .cat-item {
  position: relative;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  padding-left: 38px;
  transition: all 0.25s ease-in;
  padding: 10px 15px 10px 38px;
}
.catalogue .inside .cat .cat-item:hover {
    background: #ededed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.catalogue .inside .cat .cat-item .cat-item-title {
    font-size: 17px;
    font-weight: 400;
}
.catalogue .inside .cat .cat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 8px;
  background-color: #0E3BFA;
  z-index: 1;
}
.catalogue .inside .cat .cat-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 8px;
  background-color: #E74E13;
  height: 0;
  transition: inherit;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .catalogue .inside .cat .cat-item {
    padding-left: 30px;
  }
  .catalogue .inside .cat .cat-item::before, .catalogue .inside .cat .cat-item::after {
    width: 8px;
  }
}
.catalogue .inside .cat .cat-item p {
  font-size: 16px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 450px) {
  .catalogue .inside .cat .cat-item p {
    -webkit-line-clamp: 3;
  }
}
.catalogue .inside .cat .cat-item .btn-read-more {
  color: #0E3BFA;
  transition: all 0.25s ease 0.25s;
}
.catalogue .inside .cat .cat-item:hover::after {
  height: 100%;
}
.catalogue .inside .cat .cat-item:hover .btn-read-more {
  color: #E74E13;
}

@media all and (max-width: 767px) {
  .file-area .container-1350 {
    padding: 0;
  }
}
.file-area .inside {
  background-color: #E7EBED;
  padding: 40px 35px 75px;
}
.file-area .inside .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  border-radius: 70px;
  background-color: #fff;
  border: 1px solid #BCBCBC;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 38px;
  font-size: 17px;
  font-weight: 400;
  transition: all 0.25s ease;
}
@media all and (max-width: 767px) {
  .file-area .inside .item {
    min-height: 50px;
    height: auto;
    margin-bottom: 5px;
    padding: 10px 20px;
    padding-right: 8px;
  }
}
.file-area .inside .item .item-name {
  width: 100%;
  padding-left: 60px;
  position: relative;
}
.file-area .inside .item .item-name div{
}
.file-area .inside .item .item-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icons/word.svg) no-repeat;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 24px;
  background-color: #E74E13;
  border-radius: 50%;
}
@media all and (max-width: 767px) {
  .file-area .inside .item .item-name::before{
    width: 35px;
    height: 35px;
    background-size: 15px;
  }
  .file-area .inside .item .item-name {
    padding-left: 45px;
  }
  .file-area .inside .item{
    padding-left: 8px;
  }
}
.file-area .inside .item .item-inf {
  width: 322px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-area .inside .item .item-inf .item-file,
.file-area .inside .item .item-inf .item-date {
  padding-left: 26px;
  position: relative;
}
.file-area .inside .item .item-inf .download {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #E7EBED;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.file-area .inside .item:hover .item-inf .download {
  background-color: #E74E13;
}
.file-area .inside .item.title {
  background-color: #E7EBED;
  border: none;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.file-area .inside .item.title .item-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 12px;
    background: url(../images/icons/arrow-double.svg) no-repeat;
    background-size: contain;
}
.file-area .inside .item.title .item-inf .item-file,
.file-area .inside .item.title .item-inf .item-date {
    padding-left: 26px;
    position: relative;
}
.file-area .inside .item.title .item-inf .item-file::before,
.file-area .inside .item.title .item-inf .item-date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 12px;
    background: url(../images/icons/arrow-double.svg) no-repeat;
    background-size: contain;
}
.file-area .inside .item.title:hover .item-inf .download {
  background-color: #E7EBED;
}
@media all and (max-width: 992px) {
  .file-area .inside .item {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .file-area .inside .item {
    gap: 12px;
  }
  .file-area .inside .item .item-inf {
    justify-content: flex-end;
    width: 50px;
  }
  .file-area .inside .item .item-inf .item-file,
  .file-area .inside .item .item-inf .item-date {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .file-area .inside .item {
    font-size: 13px;
    line-height: 15px;
  }
}

.food-table {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.food-table .daily-menus {
  width: 100%;
  background-color: #0E3BFA;
  color: #fff;
}
.food-table .daily-menus .days {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80px;
}
.food-table .daily-menus .days .day-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.food-table .daily-menus .days .day-box:nth-of-type(1) {
  background-color: #7535af;
}
.food-table .daily-menus .days .day-box:nth-of-type(2) {
  background-color: #9431AF;
}
.food-table .daily-menus .days .day-box:nth-of-type(3) {
  background-color: #7B0FFA;
}
.food-table .daily-menus .days .day-box:nth-of-type(4) {
  background-color: #C80EFA;
}
.food-table .daily-menus .days .day-box:nth-of-type(5) {
  background-color: #FA0FC8;
}
.food-table .daily-menus .days .day-box.active {
  background-color: #0E3BFA;
  font-size: 28px;
}
@media all and (max-width: 1200px) {
  .food-table .daily-menus .days {
    height: 70px;
  }
  .food-table .daily-menus .days .day-box {
    font-size: 18px;
  }
  .food-table .daily-menus .days .day-box.active {
    font-size: 23px;
  }
}
@media all and (max-width: 992px) {
  .food-table .daily-menus .days {
    height: 65px;
  }
  .food-table .daily-menus .days .day-box {
    font-size: 17px;
    font-weight: 500;
  }
  .food-table .daily-menus .days .day-box.active {
    font-size: 21px;
    font-weight: bold;
  }
}
@media all and (max-width: 768px) {
  .food-table .daily-menus .days {
    height: 50px;
  }
  .food-table .daily-menus .days .day-box {
    font-size: 16px;
  }
  .food-table .daily-menus .days .day-box.active {
    font-size: 19px;
  }
}
.food-table .daily-menus .days-dropdown {
  height: auto;
  padding: 25px 25px 0;
}
.food-table .daily-menus .days-dropdown .dropdown {
  border: 1px solid #fff;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  height: 45px !important;
  font-size: 14px;
}
.food-table .daily-menus .days-dropdown .dropdown button.dropdown-toggle {
  color: #fff !important;
  border: none;
  outline: none;
}
.food-table .daily-menus .result {
  padding: 40px;
}
.food-table .daily-menus .result-food {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 0px;
}
.food-table .daily-menus .result-food .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 100%;
  max-width: 230px;
  height: 55px;
}
@media all and (max-width: 768px) {
  .food-table .daily-menus .result {
    padding: 25px;
  }
  .food-table .daily-menus .result-food {
    max-width: none;
    row-gap: 15px;
    justify-content: flex-start;
    column-gap: 5px;
  }
  .food-table .daily-menus .result-food .item {
    height: 45px;
    font-size: 15px;
    max-width: 175px;
  }
}
@media all and (max-width: 767px) {
  .food-table .daily-menus .result-food {
    max-width: none;
    row-gap: 5px;
  }
  .food-table .daily-menus .result-food .item {
    height: 35px;
    font-size: 14px;
    max-width: 175px;
  }
}
.food-table .daily-menus .history {
  padding: 24px 80px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .food-table .daily-menus .history {
    padding: 20px 40px 25px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.food-table .down-side {
  width: 100%;
}
.food-table .down-side .monthly-links .link-item {
  width: 100%;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 0;
  color: #000;
  background-color: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  transition: background 0.25s ease;
}
.food-table .down-side .monthly-links .link-item::after {
  content: url(../images/icons/arrow-up-orange.svg);
}
@media all and (max-width: 992px) {
  .food-table .down-side .monthly-links .link-item {
    font-size: 17px;
    height: 65px;
    padding: 0 25px;
  }
}
@media all and (max-width: 767px) {
  .food-table .down-side .monthly-links .link-item {
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    padding: 0 20px;
  }
}
.food-table .down-side .monthly-links .link-item:hover {
  background-color: #E74E13;
  color: #fff;
}
.food-table .down-side .monthly-links .link-item:hover::after {
  filter: invert(1) brightness(20);
}

.statistic-area {
  background-color: #F0F6FA;
  color: #000;
}
.statistic-area .statistics {
  width: 100%;
}
@media all and (max-width: 575px) {
  .statistic-area .statistics {
    padding: 45px 0px;
  }
  .statistic-area .statistics .item {
    width: 100%;
  }
}
.statistic-area .statistics .item {
  border-bottom: 2px solid #E74E13;
  padding: 30px 0;
}
.statistic-area .statistics .item .number {
  color: #E74E13;
}
.statistic-area .statistics .item .item-name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .statistic-area .statistics .item .item-name {
    font-size: 16px;
  }
}

.reports .cat-filter {
  margin-bottom: 20px;
}
.reports .cat-filter .title {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #2E264F;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .reports .cat-filter .title {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .reports .cat-filter .title {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  .reports .cat-filter .title {
    font-size: 14.5px;
    height: 40px;
    font-weight: 500;
  }
}
.reports .cat-filter .inside {
  display: flex;
  color: #000;
  gap: 15px;
}
.reports .cat-filter .inside .cat-item {
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}
.reports .cat-filter .inside .cat-item.active {
  background-color: #0E3BFA;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .reports .cat-filter .inside .cat-item {
    font-size: 17px;
  }
  .reports .cat-filter .inside .cat-item.active {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .reports .cat-filter .inside .cat-item {
    font-size: 15px;
  }
  .reports .cat-filter .inside .cat-item.active {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .reports .cat-filter .inside {
    flex-wrap: wrap;
    gap: 6px;
  }
  .reports .cat-filter .inside .cat-item {
    height: auto;
    font-size: 13px;
    background-color: rgba(231, 78, 19, 0.1294117647);
  }
  .reports .cat-filter .inside .cat-item.active {
    font-size: 14px;
    font-weight: 500;
  }
}
.reports .result .item {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 20px;
  border: 1px solid rgba(112, 112, 112, 0.25);
}
.reports .result .item p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.page-pagination * {
  font-size: 15px;
}
.page-pagination .pagination-way {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  cursor: pointer;
}
.page-pagination .pagination-way.prev {
  background-color: #E74E13;
}
.page-pagination .pagination-way.next {
  background-color: #2C2557;
}
.page-pagination .pagination-nums {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.page-pagination .pagination-nums .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(112, 112, 112, 0.2);
  color: #000;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.dropdown {
  outline: none;
  box-shadow: none;
  border: none;
}
.dropdown .dropdown-toggle {
  border: none !important;
}
.dropdown .dropdown-toggle:active {
  border: none !important;
}
.dropdown * {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.news-page {
  background-color: #F5F5F5;
}
.news-page .dropdown {
  outline: none;
  box-shadow: none;
  border: none;
}
.news-page .dropdown .dropdown-toggle {
  border: none !important;
}
.news-page .dropdown .dropdown-toggle:active {
  border: none !important;
}
.news-page .dropdown * {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.news-page .news-item {
  display: flex;
  width: 100%;
  gap: 15px;
  transition: all 0.25s ease;
}
.news-page .news-item:hover {
  box-shadow: 2px 4px 10px #cbcbcb;
}
@media all and (max-width: 574px) {
  .news-page .news-item:hover {
    box-shadow: none;
  }
}
.news-page .news-item .item-img img {
  width: 195px;
  height: 150px;
  object-fit: cover;
}
.news-page .news-item .item-content {
  display: flex;
  flex-direction: column;
}
.news-page .news-item .item-content .date {
  color: #B7B7B7;
  font-size: 15px;
  margin-bottom: 5px;
}
@media all and (max-width: 1450px) {
  .news-page .news-item .item-content .date {
    font-size: 14px;
  }
}
.news-page .news-item .item-content .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1450px) {
  .news-page .news-item .item-content .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
}
.news-page .news-item .item-content .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 1450px) {
  .news-page .news-item .item-content .text {
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
  }
}
.news-page .news-item.single {
  flex-direction: column;
}
.news-page .news-item.single .item-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 574px) {
  .news-page .news-item.single .item-img img {
    width: 100%;
  }
}
.news-page .news-item.single .item-content {
  padding: 0 12px;
  padding-bottom: 20px;
}
.news-page .news-item.single .item-content .date {
  font-size: 16px;
  color: #000;
}
@media all and (max-width: 767px) {
  .news-page .home-news .home-news-title {
    padding: 30px 20px 0;
  }
}
.news-page .news-mobile-slider .swiper-slide {
  width: 100% !important;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #777777;
}

.news-detail {
  background-color: #F5F5F5;
}
.news-detail .news-dropdown-title {
  width: 83%;
  max-width: 1120px;
  margin: 0 auto;
}
@media all and (max-width: 992px) {
  .news-detail .news-dropdown-title {
    width: 100%;
  }
}

.other-news-aside {
  background-color: #fff;
  margin-top: 70px;
}
.other-news-aside > .title {
  height: 70px;
  background-color: #2C2557;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.other-news-aside .news-area {
  padding: 26px 17px;
}
@media all and (max-width: 992px) {
  .other-news-aside .news-area {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .other-news-aside .news-area .line {
    display: none;
  }
  .other-news-aside .news-area .news-item {
    max-width: 320px;
  }
  .other-news-aside .news-area .btn-read-more {
    min-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .other-news-aside .news-area .news-item {
    max-width: none;
  }
  .other-news-aside .news-area .news-item img {
    max-width: 450px;
  }
}

.social-aside .social-boxes {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social-aside .social-boxes .item {
  width: 72px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-aside .social-boxes .item i {
    font-size: 25px;
    color: #fff;
}
.social-aside .social-boxes .item.linkedin {
  background-color: #3B5996;
}
.social-aside .social-boxes .item.facebook {
  background-color: #0966C2;
}
.social-aside .social-boxes .item.instagram {
  background-color: #DA004C;
}
.social-aside .social-boxes .item.twitter {
  background-color: #000000;
}
.social-aside .social-boxes .item.youtube {
  background-color: #EE1D1B;
}
.social-aside .social-boxes .item.whatsapp {
  background-color: #118679;
}
.social-aside .social-boxes .item.email {
  background-color: #1e69ad;
}
@media all and (max-width: 992px) {
  .social-aside .social-boxes {
    margin-top: 0;
    margin-bottom: 20px;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }
  .social-aside .social-boxes .item {
    height: 60px;
    width: 50px;
  }
  .social-aside .social-boxes .item img {
    height: 20px;
  }
}

.digital-transformation .documents .document-box {
  background-color: #2C2557;
  padding: 0px 45px 20px;
}
@media all and (max-width: 575px) {
  .digital-transformation .documents .document-box {
    padding: 0 20px 20px;
  }
}
.digital-transformation .documents .document-box .doc-selector {
  display: flex;
}
.digital-transformation .documents .document-box .doc-selector .item {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.digital-transformation .documents .document-box .doc-selector .item:nth-of-type(1) {
  background-color: #883B9C;
}
.digital-transformation .documents .document-box .doc-selector .item:nth-of-type(2) {
  background-color: #C80EFA;
}
.digital-transformation .documents .document-box .doc-selector .item:nth-of-type(3) {
  background-color: #7B0FFA;
}
.digital-transformation .documents .document-box .doc-selector .item:nth-of-type(4) {
  background-color: #FA11C7;
}
.digital-transformation .documents .document-box .doc-selector .item:nth-of-type(5) {
  background-color: #0E3BFA;
}
.digital-transformation .documents .document-box .doc-selector .item.active {
  background-color: #2C2557;
}
@media all and (max-width: 575px) {
  .digital-transformation .documents .document-box .doc-selector {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .digital-transformation .documents .document-box .doc-selector .item {
    width: 100%;
    height: 70px;
  }
  .digital-transformation .documents .document-box .doc-selector .item img {
    width: 40px;
  }
}
.digital-transformation .documents .document-box .doc-area .doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  height: 52px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  transition: all 0.25s ease;
}
.digital-transformation .documents .document-box .doc-area .doc-item:hover {
  background-color: #E74E13;
}
.digital-transformation .documents .document-box .doc-area .doc-item .doc-type img {
  filter: invert(1) opacity(0.1);
  object-fit: contain;
  width: 50px;
}
@media all and (max-width: 575px) {
  .digital-transformation .documents .document-box .doc-area .doc-item {
    font-size: 13px;
    line-height: 14px;
    height: 45px;
    padding: 0 10px;
  }
  .digital-transformation .documents .document-box .doc-area .doc-item .doc-type img {
    width: 45px;
  }
}
@media all and (max-width: 450px) {
  .digital-transformation .documents .document-box .doc-area .doc-item {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 17px;
    gap: 8px;
  }
  .digital-transformation .documents .document-box .doc-area .doc-item .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
.digital-transformation .documents .document-box .doc-area .btn-read-more {
  width: 200px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 213, 213, 0.5);
  transition: all 0.25s ease;
}
.digital-transformation .documents .document-box .doc-area .btn-read-more:hover {
  background-color: #E74E13;
}
.digital-transformation .documents .e-signature {
  background-color: #E7EBED;
  padding: 55px 75px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}
@media screen and (max-width:767px) {
  .digital-transformation .documents .e-signature {
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
  .digital-transformation .documents .e-signature p {
    text-align: center;
  }
}
.digital-transformation .documents .e-signature .signature-btn {
  width: 100%;
  max-width: 400px;
  min-height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #0E3BFA;
  padding: 10px 5px;
}
.digital-transformation .documents .e-signature:hover {
  background-color: #E74E13;
  color: #fff;
}
.digital-transformation .corporate-slider {
  background-color: #E7EBED;
  padding: 60px 0px;
}
@media (min-width: 1921px) {
  .digital-transformation .corporate-slider {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.digital-transformation .corporate-slider .inside .swiper {
  padding-bottom: 50px;
}
.digital-transformation .corporate-slider .inside .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 260px;
  background-color: #0E3BFA;
  color: #fff;
  padding: 30px 0px;
  gap: 30px;
  width: 100%;
  max-width: 340px;
}
.digital-transformation .corporate-slider .inside .item .item-img {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital-transformation .corporate-slider .inside .item .item-img img {
  width: auto;
}
.digital-transformation .corporate-slider .inside .item .item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.digital-transformation .corporate-slider .inside .swiper-pagination {
  bottom: 0;
}
.digital-transformation .corporate-slider .inside .swiper-pagination span {
  background-color: #969696;
  opacity: 0.43;
}
.digital-transformation .corporate-slider .inside .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

@media all and (max-width: 767px) {
  .information-security-videos .container-1200 {
    padding: 0;
  }
}
.information-security-videos .outside {
  background-color: #2C2557;
  color: #fff;
  padding: 60px 70px;
}
@media all and (max-width: 1200px) {
  .information-security-videos .outside {
    padding: 60px 0px;
  }
}
.information-security-videos .outside .title {
  padding: 0 65px;
}
@media all and (max-width: 767px) {
  .information-security-videos .outside .title {
    padding: 0 30px;
  }
}
.information-security-videos .outside .inside {
  padding: 0 65px;
}
@media all and (max-width: 767px) {
  .information-security-videos .outside .inside {
    padding: 0 30px 35px;
  }
}
.information-security-videos .outside .inside .swiper-slide {
  display: flex;
  flex-direction: column;
}
.information-security-videos .outside .inside .swiper-slide .img {
  position: relative;
}
.information-security-videos .outside .inside .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(9, 4, 34, 0.53);
}
.information-security-videos .outside .inside .swiper-slide .img .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  transition: all 0.25s ease;
}
.information-security-videos .outside .inside .swiper-slide .img .video-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.25s ease;
}
.information-security-videos .outside .inside .swiper-slide .img .video-btn img {
  object-fit: contain;
  width: 25px;
  padding-left: 5px;
}
@media all and (max-width: 1350px) {
  .information-security-videos .outside .inside .swiper-slide .img .video-btn {
    opacity: 0;
  }
}
.information-security-videos .outside .inside .slider-button::after {
  color: #6C6784;
}
.information-security-videos .outside .inside .slider-button.swiper-button-prev {
  left: 5px;
}
.information-security-videos .outside .inside .slider-button.swiper-button-right {
  right: -5px;
}
@media all and (max-width: 1200px) {
  .information-security-videos .outside .inside .slider-button::after {
    font-size: 35px;
  }
  .information-security-videos .outside .inside .slider-button.swiper-button-prev {
    left: 10px;
  }
  .information-security-videos .outside .inside .slider-button.swiper-button-right {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .information-security-videos .outside .inside .slider-button {
    display: none;
  }
}

@media all and (min-width: 575px) {
  .bultens-page {
    padding: 0 30px;
  }
}
.bultens-page .bulten-widget {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 70px;
  background-color: #0E3BFA;
  color: #fff;
}
@media all and (max-width: 575px) {
  .bultens-page .bulten-widget {
    padding: 50px 30px;
  }
}
.bultens-page .bulten-widget .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  flex-wrap: wrap;
}
.bultens-page .bulten-widget .title .bulten-title {
  text-decoration: underline;
}
.bultens-page .bulten-widget .title .bulten-download {
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: all 0.25s ease;
}
@media all and (max-width: 767px) {
  .bultens-page .bulten-widget .title .bulten-download {
    height: 40px;
  }
}
.bultens-page .bulten-widget .title .bulten-download:hover {
  background-color: #E74E13;
  border: 1px solid #E74E13;
}

footer {
  padding: 50px 15px;
  background-color: #1A1533;
  color: #fff;
}
footer .kvkk {
  font-size: 15px;
}
footer .logo-cetas-footer {
  text-align: center;
}
.footer-line{
  width: calc(100% + 30px);
  height: .5px;
  background: rgba(255,255,255, .45);
  margin: 0 -15px;
}
footer .footer-menu{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
footer .footer-menu *{
  font-size: 15px;
  font-weight: 500;
  transition: all 300ms;
  position: relative;
}
footer .footer-menu *::before{
  content: '';
  position: absolute;
  height: 2px;
  top: calc(100% + 5px);
  width: 0;
  left: 0;
  background-color: #fff;
  transition: all 300ms;
}
footer .footer-menu *:hover::before{
  width: 90%;
}
footer .copyright{
  margin: 0 !important;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  display: block;
}
footer .projx-logos{
  margin: 30px auto 0;
}
footer .footer-social{
  max-width: 996px;
  margin: 0 auto;
}
footer .footer-social h2{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
}
footer .footer-social p{
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
footer .footer-social-account{
  display: flex;
  align-items: end;
  gap: 15px;
  height: 100%;
}
@media screen and (max-width:767px) {
  footer .footer-social-account{
    gap: 10px;
  }
}
@media screen and (max-width:574px) {
  footer .footer-social-account{
    gap: 5px;
  }
  footer .footer-social {
    text-align: center;
  }
}
footer .footer-social-account .item{
  width: 100%;
  color: #fff;
  padding: 20px 10px;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  transition: all 300ms;
  position: relative;
}
footer .footer-social-account .item i{
  position: relative;
}
footer .footer-social-account .item::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #2E264F;
  transition: all 300ms;
}
footer .footer-social-account .item:hover{
  color: #1A1533;
}
footer .footer-social-account .item:hover::before{
  height: 120px;
  background-color: #fff;
}
@media all and (max-width: 1200px) {
  footer .logo-cetas-footer {
    padding: 0;
    border: none;
  }
}
@media all and (max-width: 992px) {
  footer .footer-menu{
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  footer .kvkk {
    order: 2;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 16px;
  }
  footer .logo-cetas-footer {
    order: 1;
  }
  footer .projx-logos {
    order: 3;
  }
  footer .footer-social-account .item:hover::before{
    height: 100%;
    background-color: #fff;
  }
}

.modal {
  background-color: rgba(7, 6, 15, 0.65);
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-content .modal-header .btn-close {
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.modal .modal-content .modal-footer {
  border-top: 0;
}
.modal.services-modal .modal-content {
  padding: 50px;
  max-width: 400px;
  text-align: center;
}
.modal.services-modal .modal-content .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
}
.modal.services-modal .modal-content .modal-header {
  border: none;
}
.modal.services-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #0E3BFA;
  margin-bottom: 12px;
}
.modal.services-modal .modal-content .modal-header .modal-title-2 {
  width: 227px;
  height: 40px;
  background-color: #FA11C7;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.modal.services-modal .modal-content .modal-body {
  width: 227px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #F0F2F7;
  padding: 20px 14px 14px;
  display: flex;
  flex-direction: column;
}
.modal.services-modal .modal-content .modal-body div {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 14px;
}
.modal.services-modal .modal-content .modal-body div span {
  color: #A7A7A7;
}
.modal.services-modal .modal-content .modal-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: none;
}
.modal.services-modal .modal-content .modal-footer div {
  font-size: 17px;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */

.profile-link-image{
  filter: brightness(0.662);
  width: 12.25px;
  position: absolute;
  left: 2px;
  top: 50%;
  line-height: 19px;
  font-size: 14px;
  color: #a9a9a9;
  z-index: 1;
  transform: translateY(-50%);
}

.popupmodal .modal-content .popup-close-button{
  width: 40px;
  height: 40px;
  background-color: #E74E13;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  cursor: pointer;
}
.popupmodal .modal-content .popup-close-button.light{
  background-color: #fff;
  color: black;
}

.grecaptcha-badge {
    display: none !important
}

.notification-swiper-pagination {
    position: absolute;
    bottom: auto !important;
    top: 28px !important;
    left: 100px !important;
    right: auto !important;
    width: auto !important;
    padding-left: 11px;
    text-align: left;
    z-index: 5;
}
.notification-swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.43;
}
.notification-swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.notification-swiper-clamp {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 7px;
}
.notification-all-btn {
    position: absolute;
    top: 28px !important;
    right: 0 !important;
    text-align: left;
    z-index: 5;
    font-size: 14px;
    color: #fff;
}
.notification-all-btn i {
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease-in-out
}
.notification-all-btn:hover i {
    transform: translateX(5px)
}

.qr-code-btn {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.qr-code-btn .icon {
  width: 76px;
  height: 70px;
  line-height: 1;
  font-size: 50px;
  margin-bottom: 5px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.qr-code-btn .icon i {
  color: #2f2d7e;
  transition: all 0.3s ease-in-out;
}
.qr-code-btn:hover .icon i {
  color: #e74e13;
  transform: scale(0.88)
}