@font-face {
  font-family: "BeVietnam-light";
  src: url("../fonts/BeVietnamPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnam-reg";
  src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnam-medium";
  src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnam-semibold";
  src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto-italic";
  src: url("../fonts/NotoSerifDisplay-Italic-VariableFont_wdth.ttf") format("truetype");
}
.hamburger {
  overflow: hidden;
}
.hamburger svg path {
  transition: all 0.3s linear;
}
.hamburger.active svg path:first-of-type {
  transform: rotate(45deg) translateY(-8.5px) translateX(7px);
}
.hamburger.active svg path:nth-of-type(2) {
  transform: translateX(-100%);
}
.hamburger.active svg path:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-1.3px) translateX(-15.6px);
}

.fixed-navigation {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 16px 40px 16px;
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}
.fixed-navigation .mobile-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fixed-navigation .mobile-menu li a {
  color: #000;
  font-family: "BeVietnam-reg";
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.fixed-navigation.active {
  transform: translateX(0);
}

header {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

header.contact-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.contact-navigation {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .contact-navigation {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact-navigation {
    padding: 0 32px;
  }
}

.video-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.video-container img {
  display: none;
}
@media (max-width: 768px) {
  .video-container {
    height: 81%;
  }
}
@media (max-width: 1200px) {
  .video-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.bg-video {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .bg-video {
    display: none;
  }
}

.header-wrapper {
  padding: 26px 64px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-wrapper {
    padding: 16px 32px;
  }
}

.main-navigation {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.main-navigation {
  transition: background-color 0.3s linear;
}
.main-navigation .nav-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24.5px 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-navigation .nav-wrapper {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-navigation .nav-wrapper {
    padding: 20px 32px;
  }
}
.main-navigation.scrolled {
  background-color: #fff;
}
.main-navigation.scrolled img,
.main-navigation.scrolled svg,
.main-navigation.scrolled a:not(.custom-logo-link) {
  filter: invert(1);
}
.main-navigation.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}
.main-navigation.active img,
.main-navigation.active svg,
.main-navigation.active a:not(.custom-logo-link) {
  filter: invert(1);
}

.main-menu,
.contact-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
@media (max-width: 1200px) {
  .main-menu,
  .contact-menu {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .main-menu,
  .contact-menu {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .main-menu li {
    width: 100%;
  }
}

.main-menu li a {
  color: #fff;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1200px) {
  .main-menu li a {
    color: #000;
    font-size: 20px;
  }
}

.contact-menu li a {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.main-menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}

.contact-menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}

.contact-menu li a:hover::before,
.main-menu li a:hover::before {
  width: 100%;
  right: 0;
}

.nav-contact-btn {
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: opacity 0.3s linear;
}
.nav-contact-btn:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .nav-contact-btn {
    padding: 4px 8px;
  }
}

.mobile-contact-btn {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #000;
  border-radius: 8px;
}

header.contact-header .nav-contact-btn {
  color: #000;
  border: 1px solid #000;
}

.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 65px;
}
@media (max-width: 768px) {
  .header-main-content {
    flex-direction: column;
    gap: 40px;
    padding-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-main-content {
    flex-direction: column;
    gap: 40px;
    padding-top: 90px;
  }
}

.header_text {
  flex: 0 0 calc(62.25% - 22px);
}
@media screen and (max-width: 768px) {
  .header_text {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header_text {
    flex: 0 0 100%;
    width: 100%;
  }
}

.heading-slide {
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -3px;
}
@media (max-width: 768px) {
  .heading-slide {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .heading-slide {
    font-size: 80px;
  }
}

.heading-subtext {
  color: #fff;
  font-family: "Noto-italic";
  font-size: 100px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -4px;
  display: block;
}
@media (max-width: 768px) {
  .heading-subtext {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .heading-subtext {
    font-size: 80px;
  }
}

.header_warranties {
  display: flex;
  gap: 32px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .header_warranties {
    flex-direction: column;
    margin-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header_warranties {
    margin-top: 48px;
  }
}

.warranty {
  flex: 0 0 calc(26.7% - 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.warranty .warranty-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.warranty .warranty-text h2 {
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.warranty .warranty-text p {
  color: #fff;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .warranty {
    flex-direction: row;
  }
  .warranty .warranty-text {
    gap: 8px;
  }
  .warranty .warranty-text h2 {
    font-size: 14px;
  }
  .warranty .warranty-text h2 br {
    display: none;
  }
  .warranty .warranty-text p br {
    display: none;
  }
}

.header_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header_btn {
    display: none;
  }
}

.header_form_container {
  width: 100%;
}
.header_form_container .header_form_box {
  background-color: #fff;
  margin-left: 17px;
  flex-grow: 1;
  padding: 32px;
  border-radius: 8px;
}
.header_form_container .header_form_box .form_header {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.header_form_container .header_form_box .form_subheader {
  color: #ff6721;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.header_form_container .header_form_box .wpcf7 {
  margin-top: 24px;
}
.header_form_container .header_form_box label {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 12px;
}
.header_form_container .header_form_box input[type=text],
.header_form_container .header_form_box input[type=email],
.header_form_container .header_form_box input[type=tel],
.header_form_container .header_form_box textarea {
  width: 100%;
  outline: none;
}
.header_form_container .header_form_box input[type=text]::placeholder,
.header_form_container .header_form_box input[type=email]::placeholder,
.header_form_container .header_form_box input[type=tel]::placeholder,
.header_form_container .header_form_box textarea::placeholder {
  color: #7f7f7f;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.header_form_container .header_form_box input[type=text],
.header_form_container .header_form_box input[type=email],
.header_form_container .header_form_box input[type=tel] {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 12px;
}
.header_form_container .header_form_box input[type=text].wpcf7-not-valid,
.header_form_container .header_form_box input[type=email].wpcf7-not-valid,
.header_form_container .header_form_box input[type=tel].wpcf7-not-valid {
  border: 1px solid #ed4337;
}
.header_form_container .header_form_box textarea {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 12px 12px;
  max-height: 87px;
}
.header_form_container .header_form_box .checkbox_cotnainer {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
  margin-top: 24px;
}
.header_form_container .header_form_box .checkbox_cotnainer p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.header_form_container .header_form_box .checkbox_cotnainer p .wpcf7-acceptance {
  max-height: 18px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 18px;
  position: relative;
}
.header_form_container .header_form_box .checkbox_cotnainer p .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.header_form_container .header_form_box .checkbox_cotnainer p .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  min-width: 18px;
  height: 18px;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.header_form_container .header_form_box .checkbox_cotnainer p .acceptance-text {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 200px;
  transform: translateY(-3px);
  display: inline-block;
}
.header_form_container .header_form_box .checkbox_cotnainer .form_image {
  max-width: 122px;
  max-height: 79px;
}
.header_form_container .header_form_box .checkbox_cotnainer .form_image p {
  display: block;
  max-height: 79px;
}
.header_form_container .header_form_box .checkbox_cotnainer .form_image img {
  min-width: 122px;
  max-height: 79px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .header_form_container .header_form_box .checkbox_cotnainer {
    flex-direction: column-reverse;
    padding: 16px;
    gap: 14px;
  }
  .header_form_container .header_form_box .checkbox_cotnainer p {
    width: 100%;
  }
  .header_form_container .header_form_box .checkbox_cotnainer p .acceptance-text {
    max-width: unset;
    transform: translateY(-1px);
  }
  .header_form_container .header_form_box .checkbox_cotnainer .form_image {
    max-width: unset;
    max-height: unset;
    width: 100%;
  }
  .header_form_container .header_form_box .checkbox_cotnainer .form_image p {
    max-height: unset;
  }
  .header_form_container .header_form_box .checkbox_cotnainer .form_image img {
    min-width: unset;
    max-height: unset;
    width: 100%;
    aspect-ratio: 16/10.1;
  }
}
.header_form_container .header_form_box .form_submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #ff6721;
  background: #ff6721;
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-top: 24px;
  cursor: pointer;
}
.header_form_container .header_form_box .form_submit img {
  transition: transform 0.3s linear;
}
.header_form_container .header_form_box .form_submit:hover img {
  transform: translateX(8px);
}
.header_form_container .header_form_box .wpcf7-not-valid-tip {
  display: inline;
  font-size: 12px;
  color: #ed4337;
  font-family: "BeVietnam-reg";
  font-weight: 400;
  position: absolute;
  top: -27px;
  right: 5px;
}
@media (max-width: 768px) {
  .header_form_container {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 37%, #ffffff 37%);
    padding: 0 20px 72px;
  }
  .header_form_container .header_form_box {
    margin: 0;
    padding: 24px 16px;
    box-shadow: 0px 5px 10px 0px rgba(15, 37, 66, 0.12);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header_form_container .header_form_box {
    max-width: 500px;
    box-shadow: 0px 5px 10px 0px rgba(15, 37, 66, 0.12);
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header_form_container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.checkbox_cotnainer:has(input[type=checkbox]:checked) .wpcf7-acceptance {
  background-color: #ff6721; /* Example styling */
  border-color: #ff6721;
}

.checkbox_cotnainer:has(input[type=checkbox]:checked) .wpcf7-acceptance::before {
  content: " ";
  background-image: url(../images/checkmark.png);
  background-size: 13px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -44%);
  position: absolute;
}

.wpcf7-response-output {
  display: none;
}

.word-swiper {
  max-height: 130px;
  max-width: 795px;
}
@media (max-width: 768px) {
  .word-swiper {
    max-height: 63px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .word-swiper {
    max-height: 101px;
  }
}

.form-sent {
  font-size: 26px;
  font-family: "BeVietnam-semibold";
}

.soon {
  color: #ff6721;
  font-size: 16px;
  font-family: "BeVietnam-reg";
  display: inline-block;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .custom-logo-link img {
    max-width: 130px;
  }
}
.wrapper {
  padding: 0 64px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 16px;
  }
  .wrapper.clients-wrapper {
    padding: 0 0 0 16px;
  }
  .wrapper.yt-films-wrapper {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wrapper {
    padding: 0 32px;
  }
}

.why-thailand-content {
  padding: 80px 0 64px 0;
}
@media (max-width: 768px) {
  .why-thailand-content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .why-thailand-content {
    padding: 40px 0 20px 0;
  }
}

.why-thailand-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-thailand-main {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
.why-thailand-main .why-thailand-left {
  flex: 0 0 53%;
  max-width: 53%;
}
.why-thailand-main .why-thailand-left h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-bottom: 65px;
}
.why-thailand-main .why-thailand-left .mobile-subheader {
  display: none;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 40px;
}
.why-thailand-main .why-thailand-left .why-thailand-image {
  position: relative;
}
.why-thailand-main .why-thailand-left .why-thailand-image .bg-image {
  max-width: 100%;
  aspect-ratio: 16/12.31;
  object-fit: cover;
  border-radius: 8px;
}
.why-thailand-main .why-thailand-left .why-thailand-image .chart-container {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.why-thailand-main .why-thailand-left .why-thailand-image .chart-container img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.why-thailand-main .why-thailand-right span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  display: inline-block;
  margin-bottom: 65px;
}
.why-thailand-main .why-thailand-right .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 0;
}
.why-thailand-main .why-thailand-right .grid .benefit p {
  color: var(--Black, #000);
  display: block;
  margin-top: 24px;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.why-thailand-main .why-thailand-right .grid .benefit p strong {
  font-family: "BeVietnam-semibold";
  font-weight: 600;
}
@media (max-width: 768px) {
  .why-thailand-main {
    margin-top: 0;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 24px;
  }
  .why-thailand-main .why-thailand-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-thailand-main .why-thailand-left h2 {
    letter-spacing: -0.96px;
    font-size: 32px;
    margin-bottom: 18px;
  }
  .why-thailand-main .why-thailand-left .mobile-subheader {
    display: block;
  }
  .why-thailand-main .why-thailand-left .mobile-subheader br {
    display: none;
  }
  .why-thailand-main .why-thailand-right span {
    display: none;
  }
  .why-thailand-main .why-thailand-right .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .why-thailand-main .why-thailand-right .grid .benefit {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .why-thailand-main .why-thailand-right .grid .benefit img {
    max-width: 56px;
    max-height: 56px;
    width: 56px;
    height: 56px;
  }
  .why-thailand-main .why-thailand-right .grid .benefit p {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .why-thailand-main {
    margin-top: 0;
    flex-direction: column;
    gap: 40px;
  }
  .why-thailand-main .why-thailand-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-thailand-main .why-thailand-left .why-thailand-image img.bg-image {
    aspect-ratio: 16/10;
  }
  .why-thailand-main .why-thailand-right span {
    margin-bottom: 35px;
  }
  .why-thailand-main .why-thailand-right .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.investments-content {
  padding: 64px 0;
}
.investments-content .investment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.investments-content .investment-header .investment-header-btn {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 32px;
  transition: opacity 0.3s linear;
}
.investments-content .investment-header .investment-header-btn svg {
  transition: transform 0.3s linear;
}
.investments-content .investment-header .investment-header-btn:hover svg {
  transform: translateX(8px);
}
.investments-content .investment-header h2 {
  color: #262626;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.investments-content .investments-list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
}
.investments-content .investments-list .download-catalog-box {
  background: #ff6721;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 8px;
  transition: opacity 0.3s linear;
  cursor: pointer;
}
.investments-content .investments-list .download-catalog-box:hover {
  opacity: 0.7;
}
.investments-content .investments-list .download-catalog-box .download-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  text-decoration: none;
}
.investments-content .investments-list .download-catalog-box .download-btn img {
  display: flex;
  padding: 20px;
  border: 1px solid white;
  border-radius: 50%;
}
.investments-content .investments-list .download-catalog-box .download-btn p {
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.72px;
}
.investments-content .investments-list .investment {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
.investments-content .investments-list .investment .investment_thumbnail_box {
  width: 100%;
  max-height: 277px;
  height: 277px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
}
.investments-content .investments-list .investment .investment_thumbnail_box .bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.1%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.investments-content .investments-list .investment .investment_thumbnail_box img {
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.investments-content .investments-list .investment .investment_thumbnail_box .investment-name {
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  position: relative;
  z-index: 1;
}
.investments-content .investments-list .investment .investment-info-box {
  padding: 16px;
  background: white;
}
.investments-content .investments-list .investment .investment-info-box .investment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.investments-content .investments-list .investment .investment-info-box .investment-info .investment-info-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.investments-content .investments-list .investment .investment-info-box .investment-info .investment-info-line h5 {
  flex: 0 0 17.8%;
  color: #000;
  font-family: "Noto-italic";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.investments-content .investments-list .investment .investment-info-box .investment-info .investment-info-line span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-content .investments-list .investment .investment-info-box .investment_description {
  padding-top: 16px;
}
.investments-content .investments-list .investment .investment-info-box .investment_description p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-content .investments-list .investment .btn-box {
  padding: 8px 16px;
  margin: auto 0 0 0;
}
.investments-content .investments-list .investment .btn-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #ff6721;
  background: #ff6721;
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  transition: opacity 0.3s linear;
  text-decoration: none;
}
.investments-content .investments-list .investment .btn-box a img {
  transition: transform 0.3s linear;
}
.investments-content .investments-list .investment .btn-box a:hover {
  opacity: 0.8;
}
.investments-content .investments-list .investment .btn-box a:hover img {
  transform: translateX(8px);
}
.investments-content .show-all_container {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.investments-content .show-all_container .show-all {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-decoration: none;
  padding: 12px 24px;
  background: white;
  border: 1px solid #000;
  border-radius: 32px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.investments-content .show-all_container .show-all.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .investments-content .show-all_container .show-all.desktop {
    display: inline-flex;
  }
}
.investments-content .show-all_container .show-all.mobile {
  display: inline-flex;
}
@media (min-width: 1200px) {
  .investments-content .show-all_container .show-all.mobile {
    display: none;
  }
}
.investments-content .show-all_container .show-all:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .investments-content {
    padding: 40px 0;
  }
  .investments-content .investment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .investments-content .investment-header h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .investments-content .investment-header .investment-header-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .investments-content .investments-list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .investments-content .investments-list .download-catalog-box {
    padding: 32px 0;
  }
  .investments-content .investments-list .download-catalog-box.desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .investments-content .investments-list {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .investments-content .investments-list .download-catalog-box {
    padding: 32px 0;
  }
  .investments-content .investments-list .download-catalog-box.desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .investments-content .investments-list .download-catalog-box.mobile {
    display: none;
  }
}

.investment:nth-of-type(n + 10) {
  display: none;
}

.investments-list.expand .investment:nth-of-type(n + 10) {
  display: block;
}

.investment-form-container {
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20;
  display: none;
}

.investment-form-container.active {
  display: flex;
}

.investment-form-box {
  background: white;
  padding: 32px;
  border-radius: 8px;
  max-width: 450px;
  position: relative;
}

.investment-form-box a {
  position: absolute;
  visibility: hidden;
}

.investment-form-box label {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 12px;
}

.investment-form-box input {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 12px;
  width: 100%;
  outline: none;
}

.investment-form-box input.hidden {
  position: absolute;
  height: 0;
  visibility: hidden;
}

.investment-form-box button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #ff6721;
  background: #ff6721;
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 24px;
  cursor: pointer;
}

.investment-form-box .wpcf7-form-control-wrap {
  position: relative;
}

.investment-form-box .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -31px;
  font-family: "BeVietnam-reg";
  font-size: 12px;
}

.box-header {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 16px;
}

.greetings {
  font-family: "BeVietnam-reg";
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}

.investment-form-container .closer {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #ff6721;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.investment-form-container .closer svg {
  width: 30px;
  height: 30px;
}

.investment .cta-btn {
  display: inline-flex;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid black;
  background: white;
  color: black;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  margin-top: 24px;
  align-self: flex-start;
  cursor: pointer;
}

@media (max-width: 768px) {
  .investment-form-box {
    max-width: 90%;
    font-size: 16px;
  }
  .box-header {
    font-size: 16px;
  }
}
.clients {
  padding: 64px 0;
}
.clients .clients-content .clients-header {
  color: #262626;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.clients .clients-content .clients-subheader {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.clients .clients-content .clients-swiper {
  margin-top: 40px;
}
.clients .clients-content .clients-swiper .client .client-img-box {
  max-height: 400px;
  height: 400px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.clients .clients-content .clients-swiper .client .client-img-box .yt-btn {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FF6721;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.clients .clients-content .clients-swiper .client .client-img-box .yt-btn svg {
  margin-left: 2.5px;
}
.clients .clients-content .clients-swiper .client .client-img-box img {
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  object-position: 90%;
  object-fit: cover;
}
.clients .clients-content .clients-swiper .client .client-data {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.clients .clients-content .clients-swiper .client .client-data .client-data-row {
  padding: 8px 0;
  border-bottom: 1px solid black;
}
.clients .clients-content .clients-swiper .client .client-data .client-name h3 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.clients .clients-content .clients-swiper .client .client-data .client-investment span {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .clients {
    padding: 8px 0 24px 0;
  }
  .clients .clients-content .clients-header {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .clients .clients-content .clients-subheader {
    font-size: 16px;
  }
  .clients .clients-content .clients-grid {
    display: none;
  }
  .clients .clients-content .clients-swiper .swiper-slide:last-of-type {
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clients .clients-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .clients .clients-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

.clients-scrollbar {
  position: relative !important;
  margin-top: 40px !important;
  height: 8px !important;
  background: #EDE8DF !important;
  z-index: 0 !important;
}
.clients-scrollbar .swiper-scrollbar-drag {
  background: #FF6721 !important;
}

@media (min-width: 768px) {
  .clients-scrollbar {
    display: none;
  }
}
.how-we-do-content {
  padding: 60px 0;
  display: flex;
  gap: 102px;
}
.how-we-do-content .how-we-do-left {
  flex: 0 0 calc(52.24% - 61px);
}
.how-we-do-content .how-we-do-left h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.how-we-do-content .how-we-do-left .how-we-do-img-box {
  margin-top: 40px;
  position: sticky;
  top: 20px;
}
.how-we-do-content .how-we-do-left .how-we-do-img-box .yt-btn {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FF6721;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.how-we-do-content .how-we-do-left .how-we-do-img-box .yt-btn:hover {
  opacity: 0.8;
}
.how-we-do-content .how-we-do-left .how-we-do-img-box .yt-btn svg {
  margin-left: 2.5px;
}
.how-we-do-content .how-we-do-left .how-we-do-img-box img {
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 0 29%;
}
.how-we-do-content .how-we-do-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.how-we-do-content .how-we-do-right .step {
  display: flex;
  gap: 32px;
  align-items: baseline;
}
.how-we-do-content .how-we-do-right .step .step-index {
  color: #0D0D0D;
  font-family: "Noto-italic";
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.how-we-do-content .how-we-do-right .step .step-text h4 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin-bottom: 16px;
}
.how-we-do-content .how-we-do-right .step .step-text p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: relative;
}
.how-we-do-content .how-we-do-right .step .step-text p.line::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 20px;
  bottom: 0;
  background-color: #000;
  left: -55px;
}
.how-we-do-content .how-we-do-swiper-container .how-we-do-swiper .step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: baseline;
}
.how-we-do-content .how-we-do-swiper-container .how-we-do-swiper .step .step-index {
  color: #0D0D0D;
  font-family: "Noto-italic";
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  position: relative;
  display: block;
  width: 100%;
}
.how-we-do-content .how-we-do-swiper-container .how-we-do-swiper .step .step-index.line::before {
  content: "";
  right: 0;
  position: absolute;
  left: 57px;
  height: 1px;
  top: 50%;
  /* bottom: 0; */
  background-color: #000;
  /* left: -55px; */
  transform: translateY(-50%);
}
.how-we-do-content .how-we-do-swiper-container .how-we-do-swiper .step .step-text h4 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin-bottom: 16px;
}
.how-we-do-content .how-we-do-swiper-container .how-we-do-swiper .step .step-text p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: relative;
}
.how-we-do-content .how-we-do-swiper-container .how-we-do-swiper .step .step-text p.line::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 20px;
  bottom: 0;
  background-color: #000;
  left: -55px;
}
@media (max-width: 768px) {
  .how-we-do-content {
    padding: 24px 0 0 0;
    flex-direction: column;
    gap: 40px;
  }
  .how-we-do-content .how-we-do-left h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .how-we-do-content .how-we-do-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .how-we-do-content .how-we-do-swiper-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .how-we-do-content {
    flex-direction: column;
    gap: 62px;
  }
}

.how-we-do-scrollbar {
  position: relative !important;
  margin-top: 40px !important;
  margin-bottom: 48px;
  height: 8px !important;
  background: #EDE8DF !important;
  z-index: 0 !important;
}
.how-we-do-scrollbar .swiper-scrollbar-drag {
  background: #FF6721 !important;
}

@media (min-width: 768px) {
  .how-we-do-scrollbar {
    display: none;
  }
}
.about-me {
  background: #F8F6F3;
}
.about-me .about-me-content {
  padding: 64px 0;
  display: flex;
  align-items: center;
  gap: 116px;
}
.about-me .about-me-content .about-me-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 calc(50.61% - 68px);
}
.about-me .about-me-content .about-me-left h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
}
.about-me .about-me-content .about-me-left span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.96px;
}
.about-me .about-me-content .about-me-left .description {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-me .about-me-content .about-me-right {
  padding-top: 70.5px;
  padding-right: 70.5px;
  position: relative;
}
.about-me .about-me-content .about-me-right .me-bg-img {
  position: absolute;
  max-width: 425px;
  aspect-ratio: 4/3.3;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 8px;
}
.about-me .about-me-content .about-me-right .me-img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-me .about-me-content {
    padding: 48px 0;
    flex-direction: column;
    gap: 40px;
  }
  .about-me .about-me-content .about-me-left {
    flex: 0 0 100%;
    gap: 32px;
  }
  .about-me .about-me-content .about-me-left h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .about-me .about-me-content .about-me-left span {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
  .about-me .about-me-content .about-me-right {
    padding-top: 40px;
    padding-right: 40px;
  }
  .about-me .about-me-content .about-me-right .me-bg-img {
    max-width: 243px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about-me {
    flex-direction: column;
    gap: 40px;
  }
  .about-me .about-me-content {
    flex-direction: column;
    gap: 40px;
  }
  .about-me .about-me-content .about-me-right {
    padding-top: 110.5px;
    padding-right: 110.5px;
  }
  .about-me .about-me-content .about-me-right .me-bg-img {
    max-width: 525px;
  }
}

.cooperation {
  background: #F8F6F3;
  padding: 64px 0;
}
.cooperation .cooperation-header {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.cooperation .cooperation-subheader {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.cooperation .advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 64px;
}
.cooperation .advantages-grid .advantage {
  padding: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.cooperation .advantages-grid .advantage h4 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  margin-bottom: 16px;
  margin-top: 24px;
}
.cooperation .advantages-grid .advantage p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .cooperation {
    padding: 24px 0;
  }
  .cooperation .cooperation-header {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .cooperation .cooperation-subheader {
    font-size: 16px;
  }
  .cooperation .advantages-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    gap: 8px;
  }
  .cooperation .advantages-grid .advantage {
    padding: 24px 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .cooperation .advantages-grid .advantage h4 {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cooperation .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 8px;
  }
  .cooperation .advantages-grid .advantage {
    padding: 24px 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .cooperation .advantages-grid .advantage h4 {
    margin-top: 0;
    font-size: 16px;
  }
}

.yt {
  padding: 64px 0;
  background-color: #F8F6F3;
}
.yt .yt-content .yt-heading {
  display: flex;
  gap: 71px;
}
.yt .yt-content .yt-heading .yt-heading-left {
  flex: 0 0 calc(47.904% - 35.5px);
}
.yt .yt-content .yt-heading .yt-heading-left span {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.yt .yt-content .yt-heading .yt-heading-left h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-top: 16px;
}
.yt .yt-content .yt-heading .yt-heading-right p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.yt .yt-content .yt-heading .yt-heading-right p strong {
  font-weight: 600;
  font-family: "BeVietnam-semibold";
}
.yt .yt-content .yt-heading .yt-heading-right .yt-channel-btn {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 32px;
  margin-top: 40px;
  transition: opacity 0.3s linear;
}
.yt .yt-content .yt-heading .yt-heading-right .yt-channel-btn:hover {
  opacity: 0.7;
}
.yt .yt-content .yt-films {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 80px;
}
.yt .yt-content .yt-films .yt-film {
  max-height: 176px;
  height: 176px;
  background: lightgray 0px -62.638px/100% 265.819% no-repeat;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.yt .yt-content .yt-films .yt-film img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 0 30%;
}
.yt .yt-content .yt-films .yt-film .yt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FF6721;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.yt .yt-content .yt-films .yt-film .yt-btn:hover {
  opacity: 0.8;
}
.yt .yt-content .yt-films .yt-film .yt-btn svg {
  margin-left: 2.5px;
}
.yt .yt-content .yt-films-swiper-container {
  margin-top: 40px;
}
.yt .yt-content .yt-films-swiper-container .swiper-slide:last-of-type {
  padding-right: 16px;
}
.yt .yt-content .yt-films-swiper-container .yt-film {
  aspect-ratio: 16/7.9;
  background: lightgray 0px -62.638px/100% 265.819% no-repeat;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.yt .yt-content .yt-films-swiper-container .yt-film img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 0 30%;
}
.yt .yt-content .yt-films-swiper-container .yt-film .yt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FF6721;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  cursor: pointer;
}
.yt .yt-content .yt-films-swiper-container .yt-film .yt-btn svg {
  margin-left: 2.5px;
}
@media (max-width: 768px) {
  .yt .yt-content .yt-heading {
    flex-direction: column;
    gap: 40px;
  }
  .yt .yt-content .yt-heading .yt-heading-left h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .yt .yt-content .yt-films {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .yt .yt-content .yt-films {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .yt-films-swiper-container {
    display: none;
  }
}
.yt-films-scrollbar {
  position: relative !important;
  margin-top: 40px !important;
  height: 8px !important;
  background: #EDE8DF !important;
  z-index: 0 !important;
}
.yt-films-scrollbar .swiper-scrollbar-drag {
  background: #FF6721 !important;
}

@media (min-width: 768px) {
  .yt-films-scrollbar {
    display: none;
  }
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.yt-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  animation: reveal 0.5s ease-in-out forwards;
  justify-content: center;
  align-items: center;
  display: none;
}
.yt-popup.active {
  display: flex;
}
.yt-popup iframe {
  width: 80%;
  aspect-ratio: 16/9;
}
.yt-popup .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #FF6721;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.yt-popup .closer svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .yt-popup iframe {
    width: 95%;
    aspect-ratio: 16/10;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .yt-popup iframe {
    width: 90%;
    aspect-ratio: 16/9;
  }
}

.opinions {
  padding: 64px 0;
  background-color: #F8F6F3;
}
.opinions .opinions-content .opinions-header {
  text-align: center;
}
.opinions .opinions-content .opinions-header h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.opinions .opinions-content .opinions-header span {
  color: #000;
  text-align: center;
  font-family: "BeVietnam-reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.opinions .opinions-content .opinions-swiper {
  margin-top: 64px;
  cursor: pointer;
}
.opinions .opinions-content .opinions-swiper .opinion {
  padding: 24px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  border-radius: 8px;
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-text {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-author {
  display: flex;
  align-items: center;
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-author:not(:has(img.img-two)) {
  gap: 12px;
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-author img {
  max-width: 48px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
  background: rgb(219, 192, 221);
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-author img.img-two {
  transform: translateX(-16px);
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-author .author-info h4 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom: 4px;
}
.opinions .opinions-content .opinions-swiper .opinion .opinion-author .author-info span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.opinions .opinions-content .opinions-pagination {
  margin-top: 64px;
  position: relative;
  z-index: 1 !important;
}
.opinions .opinions-content .opinions-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: rgb(217, 217, 217);
  opacity: 1;
}
.opinions .opinions-content .opinions-pagination .swiper-pagination-bullet-active {
  background: #FF6721;
}
@media (max-width: 768px) {
  .opinions {
    padding: 24px 0;
  }
  .opinions .opinions-content .opinions-header h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .opinions .opinions-content .opinions-swiper {
    margin-top: 40px;
  }
}

.cta {
  background-image: url("/wp-content/themes/wtajlandii/images/bg-image.webp");
  padding: 64px 0;
  background-size: cover;
  background-position: center;
}
.cta .cta-content {
  background: white;
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 40px;
  border-radius: 16px;
}
.cta .cta-content .cta-left-column {
  flex: 0 0 calc(51.0055% - 32px);
}
.cta .cta-content .cta-left-column .cta_preheader {
  color: #000;
  font-family: "Noto-italic";
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.cta .cta-content .cta-left-column h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
}
.cta .cta-content .cta-left-column .cta-text {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cta .cta-content .cta-left-column .cta-text p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.cta .cta-content .cta-left-column .cta-btn {
  display: inline-flex;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 32px;
  background: #FF6721;
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-decoration: none;
  margin-top: 52px;
  transition: opacity 0.3s linear;
}
.cta .cta-content .cta-left-column .cta-btn:hover {
  opacity: 0.8;
}
.cta .cta-content .cta-right-column {
  border-radius: 8px;
  overflow: hidden;
  height: 443px;
}
.cta .cta-content .cta-right-column img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cta .cta-content {
    padding: 16px;
    flex-direction: column;
    gap: 52px;
  }
  .cta .cta-content .cta-left-column .cta_preheader {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .cta .cta-content .cta-left-column h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .cta .cta-content .cta-left-column .cta-btn {
    margin-top: 40px;
    width: 100%;
    justify-content: center;
  }
  .cta .cta-content .cta-right-column {
    height: auto;
  }
  .cta .cta-content .cta-right-column img {
    aspect-ratio: 311/233.25;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .cta-content {
    padding: 32px;
    flex-direction: column;
    gap: 52px;
  }
  .cta .cta-content .cta-right-column {
    height: auto;
  }
  .cta .cta-content .cta-right-column img {
    aspect-ratio: 311/233.25;
  }
}

.questions {
  padding: 128px 0;
  background-color: #F8F6F3;
}
.questions .questions-content {
  display: flex;
  gap: 96px;
}
.questions .questions-content .questions-left-column {
  flex: 0 0 calc(43.0145% - 48px);
}
.questions .questions-content .questions-left-column h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.questions .questions-content .questions-left-column .subheader {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.questions .questions-content .questions-left-column .questions-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
.questions .questions-content .questions-left-column .questions-text p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.questions .questions-content .questions-left-column .questions-btn {
  display: inline-flex;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 32px;
  background: #FF6721;
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-decoration: none;
  margin-top: 40px;
  transition: opacity 0.3s linear;
}
.questions .questions-content .questions-left-column .questions-btn:hover {
  opacity: 0.8;
}
.questions .questions-content .questions-right-column {
  display: flex;
  gap: 16px;
}
.questions .questions-content .questions-right-column .person {
  flex: 0 0 calc(50% - 8px);
}
.questions .questions-content .questions-right-column .person .person-img {
  max-height: 500px;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.questions .questions-content .questions-right-column .person .person-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.questions .questions-content .questions-right-column .person h5 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.6px;
}
.questions .questions-content .questions-right-column .person .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.questions .questions-content .questions-right-column .person .phone span {
  color: #FF6721;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.questions .questions-content .questions-right-column .person .phone a {
  text-decoration: none;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .questions {
    padding: 48px 0;
  }
  .questions .questions-content {
    flex-direction: column;
    gap: 40px;
  }
  .questions .questions-content .questions-left-column h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .questions .questions-content .questions-left-column .questions-btn {
    display: none;
  }
  .questions .questions-content .questions-right-column .person .person-img {
    max-height: 233px;
  }
  .questions .questions-content .questions-right-column .person .person-img img {
    height: 100%;
    width: 100%;
  }
  .questions .questions-content .questions-right-column .person h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .questions {
    padding: 64px 0;
  }
  .questions .questions-content {
    flex-direction: column;
    gap: 40px;
  }
  .questions .questions-content .questions-right-column .person .person-img img {
    min-width: 100%;
  }
}

footer {
  background-image: url("/wp-content/themes/wtajlandii/images/foooter-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 35%;
  padding: 64px 0 219px 0;
  position: relative;
  z-index: 2;
}
footer .footer-bg {
  background: linear-gradient(0deg, rgba(248, 246, 243, 0) 0%, #F8F6F3 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
footer .footer-logo {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
footer .footer-links {
  padding-top: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-links .footer-links-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer-links .footer-links-right span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
footer .footer-links .footer-links-right .footer-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer-links .footer-links-right .footer-menu li {
  list-style: none;
}
footer .footer-links .footer-links-right .footer-menu li a {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .footer-links .footer-links-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-links .footer-links-left a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer {
    padding: 64px 0;
  }
  footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  footer .footer-links .footer-links-right {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-links .footer-links-right .footer-menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer {
    padding: 64px 0 112px 0;
  }
  footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.contact_main {
  padding: 32px 0 0;
}
.contact_main .contact-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.contact_main .contact-content .contact-content-left {
  flex: 0 0 calc(51.4% - 138px);
}
.contact_main .contact-content .contact-content-left h1 {
  color: #0D0D0D;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.contact_main .contact-content .contact-content-left .contact-people {
  display: flex;
  gap: 16px;
  margin-top: 64px;
}
.contact_main .contact-content .contact-content-left .contact-people .person {
  flex: 0 0 calc(50% - 8px);
}
.contact_main .contact-content .contact-content-left .contact-people .person .person-img {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.contact_main .contact-content .contact-content-left .contact-people .person .person-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}
.contact_main .contact-content .contact-content-left .contact-people .person h5 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.6px;
}
.contact_main .contact-content .contact-content-left .contact-people .person .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_main .contact-content .contact-content-left .contact-people .person .phone span {
  color: #FF6721;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-left .contact-people .person .phone a {
  text-decoration: none;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-left .contact-data {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.contact_main .contact-content .contact-content-left .contact-data .data-left h2 {
  color: #0D0D0D;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
.contact_main .contact-content .contact-content-left .contact-data .data-left .contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.contact_main .contact-content .contact-content-left .contact-data .data-left .contact-line span {
  color: #FF6721;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-left .contact-data .data-left .contact-line a {
  text-decoration: none;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-left .contact-data .data-left .contact-line p {
  text-decoration: none;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-left .contact-data .data-right h2 {
  color: #0D0D0D;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
.contact_main .contact-content .contact-content-left .contact-data .data-right .socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact_main .contact-content .contact-content-left .contact-data .data-right .socials a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_main .contact-content .contact-content-left .map-text {
  color: #FF6721;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-top: 56px;
}
.contact_main .contact-content .contact-content-right .mobile-header {
  display: none;
}
.contact_main .contact-content .contact-content-right .header_form_box {
  background-color: #fff;
  max-width: 500px;
  flex-grow: 1;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.12);
}
.contact_main .contact-content .contact-content-right .header_form_box .form_header {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.contact_main .contact-content .contact-content-right .header_form_box .form_subheader {
  color: #FF6721;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-right .header_form_box .wpcf7 {
  margin-top: 24px;
}
.contact_main .contact-content .contact-content-right .header_form_box label {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 12px;
}
.contact_main .contact-content .contact-content-right .header_form_box input[type=text], .contact_main .contact-content .contact-content-right .header_form_box input[type=email], .contact_main .contact-content .contact-content-right .header_form_box input[type=tel], .contact_main .contact-content .contact-content-right .header_form_box textarea {
  width: 100%;
  outline: none;
}
.contact_main .contact-content .contact-content-right .header_form_box input[type=text]::placeholder, .contact_main .contact-content .contact-content-right .header_form_box input[type=email]::placeholder, .contact_main .contact-content .contact-content-right .header_form_box input[type=tel]::placeholder, .contact_main .contact-content .contact-content-right .header_form_box textarea::placeholder {
  color: #7F7F7F;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact_main .contact-content .contact-content-right .header_form_box input[type=text], .contact_main .contact-content .contact-content-right .header_form_box input[type=email], .contact_main .contact-content .contact-content-right .header_form_box input[type=tel] {
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 10px 12px;
}
.contact_main .contact-content .contact-content-right .header_form_box input[type=text].wpcf7-not-valid, .contact_main .contact-content .contact-content-right .header_form_box input[type=email].wpcf7-not-valid, .contact_main .contact-content .contact-content-right .header_form_box input[type=tel].wpcf7-not-valid {
  border: 1px solid #ED4337;
}
.contact_main .contact-content .contact-content-right .header_form_box textarea {
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 12px 12px;
  max-height: 87px;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  justify-content: space-between;
  margin-top: 24px;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p .wpcf7-acceptance {
  max-height: 18px;
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  max-width: 18px;
  position: relative;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  min-width: 18px;
  height: 18px;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p .acceptance-text {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 200px;
  transform: translateY(-3px);
  display: inline-block;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer .form_image {
  max-width: 122px;
  max-height: 79px;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer .form_image p {
  display: block;
  max-height: 79px;
}
.contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer .form_image img {
  min-width: 122px;
  max-height: 79px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer {
    flex-direction: column-reverse;
    padding: 16px;
    gap: 14px;
  }
  .contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p {
    width: 100%;
  }
  .contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer p .acceptance-text {
    max-width: unset;
    transform: translateY(-1px);
  }
  .contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer .form_image {
    max-width: unset;
    max-height: unset;
    width: 100%;
  }
  .contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer .form_image p {
    max-height: unset;
  }
  .contact_main .contact-content .contact-content-right .header_form_box .checkbox_cotnainer .form_image img {
    min-width: unset;
    max-height: unset;
    width: 100%;
    aspect-ratio: 16/10.1;
  }
}
.contact_main .contact-content .contact-content-right .header_form_box .form_submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #FF6721;
  background: #FF6721;
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-top: 24px;
  cursor: pointer;
}
.contact_main .contact-content .contact-content-right .header_form_box .form_submit img {
  transition: transform 0.3s linear;
}
.contact_main .contact-content .contact-content-right .header_form_box .form_submit:hover img {
  transform: translateX(8px);
}
.contact_main .contact-content .contact-content-right .header_form_box .wpcf7-not-valid-tip {
  display: inline;
  font-size: 12px;
  color: #ED4337;
  font-family: "BeVietnam-reg";
  font-weight: 400;
  position: absolute;
  top: -27px;
  right: 5px;
}
@media (max-width: 1024px) {
  .contact_main .contact-content .contact-content-right .header_form_box {
    margin: 0;
    padding: 24px 16px;
    box-shadow: 0px 5px 10px 0px rgba(15, 37, 66, 0.12);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact_main .contact-content .contact-content-right .header_form_box {
    max-width: 500px;
    box-shadow: 0px 5px 10px 0px rgba(15, 37, 66, 0.12);
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .contact_main .contact-content .contact-content-left .contact-data {
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact_main .contact-content .contact-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .contact_main .contact-content {
    flex-direction: column-reverse;
  }
  .contact_main .contact-content .contact-content-left h1 {
    display: none;
  }
  .contact_main .contact-content .contact-content-left .contact-people {
    margin-top: 40px;
  }
  .contact_main .contact-content .contact-content-right .mobile-header {
    display: block;
    color: #0D0D0D;
    font-family: "BeVietnam-semibold";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.96px;
    margin-bottom: 30px;
  }
}

.map-container {
  position: relative;
}
.map-container .map-popup {
  position: absolute;
  padding: 16px 24px 40px 24px;
  background: white;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 330px;
  border-radius: 8px;
}
.map-container .map-popup .map-popup-content {
  position: relative;
}
.map-container .map-popup .map-popup-content .map-popup-closer {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.map-container .map-popup .map-popup-content h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}
.map-container .map-popup .map-popup-content .adress {
  color: #0D0D0D;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: block;
  margin-bottom: 8px;
}
.map-container .map-popup .map-popup-content .adress .marker {
  font-family: "BeVietnam-semibold";
}
.map-container .map-popup .map-popup-content .phone {
  color: #0D0D0D;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.map-container .map-popup .map-popup-content .phone .marker {
  font-family: "BeVietnam-semibold";
}
@media (max-width: 768px) {
  .map-container iframe {
    height: 500px;
    border-radius: 12px;
  }
  .map-container .map-popup {
    top: 5%;
  }
}

.breadcrumb {
  margin-bottom: 24px;
  margin-top: 6px;
}
.breadcrumb .spacer {
  padding: 0 8px;
}
.breadcrumb a {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  text-decoration: underline;
}
.breadcrumb span {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

article.post {
  padding-bottom: 40px;
  overflow: hidden;
}
article.post .wrapper {
  max-width: 864px;
  padding: 0;
}
article.post .back {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-1000, #FF6700);
  font-family: "BeVietnam-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  text-decoration: none;
  margin-bottom: 24px;
}
article.post h1.post-title {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  margin-bottom: 40px;
}
article.post .post-thumbnail {
  margin-bottom: 40px;
}
article.post .post-thumbnail img {
  max-width: 100%;
  object-fit: cover;
  max-height: 500px;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
article.post .excerpt {
  margin: 40px 0 80px 0;
}
article.post .excerpt p {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
article.post .entry-content p {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-light";
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 170%; /* 27.2px */
  display: inline-block;
  padding: 0 0 20px 0;
}
article.post .entry-content p mark {
  text-decoration: underline;
}
article.post .entry-content p strong {
  font-family: "BeVietnam-semibold";
}
article.post .entry-content p:empty {
  line-height: 20px;
  display: block;
  height: 20px;
}
article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6 {
  padding-bottom: 20px;
}
article.post .entry-content ol, article.post .entry-content ul {
  list-style-position: inside;
}
article.post .entry-content ol li {
  font-family: "BeVietnam-light";
  font-weight: 300;
  padding: 12px 0 0 0;
  color: var(--Black, #0D0D0D);
}
article.post .entry-content ol li::marker {
  font-family: "BeVietnam-light";
  color: #000;
}
article.post .entry-content ol li:first-child:not(ol li ul li) {
  padding: 0;
}
article.post .entry-content ol li ul {
  padding-left: 16px;
}
article.post .entry-content ol li ul li ul {
  padding-left: 24px;
}
article.post .entry-content ul li {
  font-family: "BeVietnam-light";
  padding: 12px 0;
}
article.post .entry-content ul li:last-child {
  padding: 12px 0 0 0;
}
article.post .entry-content ul li::marker {
  color: #FF6721;
}
article.post .entry-content ul li ul li {
  padding: 12px 0 0 0;
}
article.post .entry-content ul li ul li:last-child {
  padding: 12px 0 0 0;
}
article.post .entry-content ol:not(ol li ol, ul li ol) {
  padding-bottom: 20px;
}
article.post .entry-content ul:not(ol li ul, ul li ul) {
  padding-bottom: 20px;
}
article.post .entry-content h1 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
}
article.post .entry-content h2 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}
article.post .entry-content h3 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
article.post .entry-content h4 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
article.post .entry-content h5 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  padding-bottom: 20px;
}
article.post .entry-content h6 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
article.post .entry-content figure {
  padding-bottom: 20px;
}
article.post .entry-content figure::before {
  display: none;
}
article.post .entry-content figure img {
  min-width: 100%;
  height: auto;
  object-fit: cover;
}
article.post .entry-content figure figcaption {
  color: var(--black, #000);
  font-family: "BeVietnam-reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  padding-left: 8px;
  border-left: 1px solid var(--orange-1000, #FF6700);
  position: static;
}
article.post .entry-content .wp-block-group {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  article.post .wrapper {
    padding: 0 16px;
  }
  article.post .wrapper h1.post-title {
    font-size: 24px;
    line-height: 130%; /* 31.2px */
  }
  article.post .wrapper .post-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 24px;
  }
  article.post .wrapper .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  article.post .wrapper .excerpt {
    margin: 0 0 48px 0;
  }
  article.post .wrapper .excerpt p {
    font-size: 16px;
    line-height: 170%; /* 27.2px */
  }
  article.post .wrapper h1 {
    font-size: 24px;
  }
  article.post .wrapper h2 {
    font-size: 20px;
  }
  article.post .wrapper h3 {
    font-size: 18px;
  }
  article.post .wrapper h4 {
    font-size: 16px;
  }
  article.post .wrapper h5 {
    font-size: 16px;
  }
  article.post .wrapper h6 {
    font-size: 16px;
  }
  article.post .wrapper .wp-block-group {
    padding-bottom: 0;
  }
  article.post .wrapper .wp-block-group.is-layout-flex {
    gap: 0;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  article.post .wrapper {
    padding: 0 32px;
  }
}

.marked-posts .marked-posts-header {
  color: var(--Black, #0D0D0D);
  text-align: center;
  font-family: "BeVietnam-semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  display: inline-block;
  margin-bottom: 40px;
}
.marked-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 64px;
}
.marked-posts .posts-grid .post a {
  text-decoration: none;
}
.marked-posts .posts-grid .post .thumbnail-box {
  position: relative;
}
.marked-posts .posts-grid .post .thumbnail-box img {
  max-width: 100%;
  aspect-ratio: 26/15;
  object-fit: cover;
}
.marked-posts .posts-grid .post .thumbnail-box .category {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: var(--Orange-Sunset, #FF6721);
  font-family: "BeVietnam-semibold";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  border: 1px solid #FFF0E9;
  background: #FFF0E9;
  padding: 4px 8px;
  border-radius: 16px;
  white-space: nowrap;
}
.marked-posts .posts-grid .post .post-title {
  display: inline-block;
  margin: 24px 0 8px 0;
  overflow: hidden;
  color: var(--black, #000);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.marked-posts .posts-grid .post .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black, #000);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .marked-posts .posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-investments {
  padding: 64px 0;
  background-color: #FF6721;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.block-investments::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100vw;
  background: #FF6721;
  z-index: -1;
}
.block-investments::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100vw;
  background: #FF6721;
  z-index: -1;
}
.block-investments .title {
  color: var(--White, #FFF);
  font-family: "BeVietnam-reg";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  margin-bottom: 40px;
  display: inline-block;
}
.block-investments .block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.block-investments .block-grid .investment {
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.block-investments .block-grid .investment a {
  text-decoration: none;
}
.block-investments .block-grid .investment .investment_thumbnail_box {
  width: 100%;
  max-height: 277px;
  aspect-ratio: 277.33/182.58;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
}
.block-investments .block-grid .investment .investment_thumbnail_box .bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.1%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.block-investments .block-grid .investment .investment_thumbnail_box img {
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.block-investments .block-grid .investment .investment_thumbnail_box .investment-name {
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.block-investments .block-grid .investment .investment-info-box {
  padding: 16px;
  background: white;
}
.block-investments .block-grid .investment .investment-info-box .investment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
.block-investments .block-grid .investment .investment-info-box .investment-info .investment-info-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.block-investments .block-grid .investment .investment-info-box .investment-info .investment-info-line h5 {
  flex: 0 0 17.8%;
  color: #000;
  font-family: "Noto-italic";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%; /* 21px */
  padding-bottom: 0;
}
.block-investments .block-grid .investment .investment-info-box .investment-info .investment-info-line span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.block-investments .block-grid .investment .investment-info-box .investment_description {
  padding-top: 16px;
}
.block-investments .block-grid .investment .investment-info-box .investment_description p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
}
.block-investments .block-grid .investment .btn-box {
  padding: 8px 16px;
  margin: auto 0 0 0;
}
.block-investments .block-grid .investment .btn-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #FF6721;
  background: #FF6721;
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  transition: opacity 0.3s linear;
}
.block-investments .block-grid .investment .btn-box a img {
  transition: transform 0.3s linear;
}
.block-investments .block-grid .investment .btn-box a:hover {
  opacity: 0.8;
}
.block-investments .block-grid .investment .btn-box a:hover img {
  transform: translateX(8px);
}
@media (max-width: 768px) {
  .block-investments {
    padding: 32px 0;
  }
  .block-investments .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .block-investments .block-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog {
  padding-bottom: 64px;
}
.blog .blog-toolbar .title-row {
  padding: 0 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .blog-toolbar .title-row .search-engine {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.blog .blog-toolbar .title-row .search-engine .error {
  position: absolute;
  top: -20px;
  font-family: "BeVietnam-reg";
  font-size: 12px;
  color: #f10;
}
.blog .blog-toolbar .title-row .search-engine .input-box {
  position: relative;
}
.blog .blog-toolbar .title-row .search-engine .input-box input {
  padding: 12px 12px 12px 44px;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--white, #FFF);
  min-width: 360px;
  color: black;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  outline: none;
}
.blog .blog-toolbar .title-row .search-engine .input-box input::placeholder {
  color: var(--Grey-Grey-700, #7F7F7F);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.blog .blog-toolbar .title-row .search-engine .input-box img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  max-width: 24px;
}
.blog .blog-toolbar .title-row .search-engine .search-button {
  border: 1px solid var(--Orange-Sunset, #FF6721);
  background: var(--Orange-Sunset, #FF6721);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
}
.blog .blog-toolbar .title-row h1 {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.blog .blog-toolbar .sort {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog .blog-toolbar .sort .sort-select {
  position: relative;
}
.blog .blog-toolbar .sort .sort-select.active .options {
  display: flex;
}
.blog .blog-toolbar .sort .sort-select .row {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 8px 0px 8px 0px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.blog .blog-toolbar .sort .sort-select .row .method {
  color: var(--Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.blog .blog-toolbar .sort .sort-select .row .chevron svg {
  display: block;
  width: 24px;
  height: 24px;
}
.blog .blog-toolbar .sort .sort-select .options {
  display: none;
  flex-direction: column;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  bottom: -92px;
}
.blog .blog-toolbar .sort .sort-select .options .option {
  display: flex;
  padding: 12px 16px;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  cursor: pointer;
}
.blog .blog-toolbar .sort .sort-select .options .option:hover {
  opacity: 0.6;
}
.blog .blog-toolbar .categories {
  display: flex;
  align-items: center;
  gap: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog .blog-toolbar .categories::-webkit-scrollbar {
  display: none;
}
.blog .blog-toolbar .categories .category {
  border: 1px solid #FFF0E9;
  background: #FFF0E9;
  color: var(--Orange-Sunset, #FF6721);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  padding: 8px 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.blog .blog-toolbar .categories .category.active {
  background: #FF6721;
  border-color: #FF6721;
  color: white;
}
@media (min-width: 1024px) {
  .blog .blog-toolbar .categories .category:hover {
    background: #FF6721;
    border-color: #FF6721;
    color: white;
  }
}
.blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  margin-top: 64px;
}
.blog .blog-grid .post a {
  text-decoration: none;
}
.blog .blog-grid .post .thumbnail-box {
  position: relative;
}
.blog .blog-grid .post .thumbnail-box img {
  max-width: 100%;
  aspect-ratio: 26/15;
  object-fit: cover;
}
.blog .blog-grid .post .thumbnail-box .category {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: var(--Orange-Sunset, #FF6721);
  font-family: "BeVietnam-semibold";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  border: 1px solid #FFF0E9;
  background: #FFF0E9;
  padding: 4px 8px;
  border-radius: 16px;
  white-space: nowrap;
}
.blog .blog-grid .post .post-title {
  display: inline-block;
  margin: 24px 0 8px 0;
  overflow: hidden;
  color: var(--black, #000);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.blog .blog-grid .post .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black, #000);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 1024px) {
  .blog .blog-toolbar .title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 16px 16px 0;
  }
  .blog .blog-toolbar .title-row .search-engine .error {
    bottom: -20px;
    top: unset;
  }
  .blog .blog-toolbar .title-row h1 {
    font-size: 24px;
    line-height: 130%; /* 31.2px */
  }
  .blog .blog-toolbar .title-row .search-engine {
    width: 100%;
  }
  .blog .blog-toolbar .title-row .search-engine .input-box {
    width: 100%;
  }
  .blog .blog-toolbar .title-row .search-engine .input-box input {
    width: 100%;
    min-width: unset;
  }
  .blog .blog-toolbar .title-row .search-engine .search-button {
    min-width: 48px;
  }
  .blog .blog-toolbar .sort {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .blog .blog-toolbar .categories {
    max-width: 100%;
    overflow: scroll;
  }
  .blog .blog-toolbar .categories .category.active {
    order: -1;
  }
  .blog .blog-grid {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }
}

.toolbar-wrapper {
  padding: 0 64px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .toolbar-wrapper {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .toolbar-wrapper {
    padding: 0 32px;
  }
}

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
}
.custom-pagination span {
  color: var(--black, #000);
  text-align: center;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.custom-pagination .current {
  display: flex;
  width: 60px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--white, #FFF);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.custom-pagination a.next {
  display: block;
  margin-left: 8px;
}
.custom-pagination a.prev {
  display: block;
  margin-right: 8px;
}

.search-main {
  padding: 32px 0 64px 0;
}
.search-main .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.search-main .toolbar .results-text {
  color: var(--black, #000);
  font-family: "BeVietnam-reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.search-main .toolbar .search-engine {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.search-main .toolbar .search-engine .error {
  position: absolute;
  bottom: -20px;
  font-family: "BeVietnam-reg";
  font-size: 12px;
  color: #f10;
}
.search-main .toolbar .search-engine .input-box {
  position: relative;
}
.search-main .toolbar .search-engine .input-box input {
  padding: 12px 12px 12px 44px;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--white, #FFF);
  min-width: 360px;
  color: black;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  outline: none;
}
.search-main .toolbar .search-engine .input-box input::placeholder {
  color: var(--Grey-Grey-700, #7F7F7F);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.search-main .toolbar .search-engine .input-box img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  max-width: 24px;
}
.search-main .toolbar .search-engine .search-button {
  border: 1px solid var(--Orange-Sunset, #FF6721);
  background: var(--Orange-Sunset, #FF6721);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
}
.search-main .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 48px 0 0 0;
}
.search-main .blog-grid .post a {
  text-decoration: none;
}
.search-main .blog-grid .post .thumbnail-box {
  position: relative;
}
.search-main .blog-grid .post .thumbnail-box img {
  max-width: 100%;
  aspect-ratio: 26/15;
  object-fit: cover;
}
.search-main .blog-grid .post .thumbnail-box .category {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: var(--Orange-Sunset, #FF6721);
  font-family: "BeVietnam-semibold";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  border: 1px solid #FFF0E9;
  background: #FFF0E9;
  padding: 4px 8px;
  border-radius: 16px;
  white-space: nowrap;
}
.search-main .blog-grid .post .post-title {
  display: inline-block;
  margin: 24px 0 8px 0;
  overflow: hidden;
  color: var(--black, #000);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.search-main .blog-grid .post .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black, #000);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 1024px) {
  .search-main .toolbar {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }
  .search-main .toolbar .search-engine {
    width: 100%;
  }
  .search-main .toolbar .search-engine .input-box {
    width: 100%;
  }
  .search-main .toolbar .search-engine .input-box input {
    width: 100%;
    min-width: unset;
  }
  .search-main .toolbar .search-engine .search-button {
    min-width: 48px;
  }
  .search-main .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.investment .breadcrumb {
  margin-bottom: 0;
}
.investment .investment-header {
  padding: 24px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.investment .investment-header h1 {
  color: #262626;
  font-family: "BeVietnam-semibold";
  font-size: 40px;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
  max-width: 760px;
}
.investment .investment-header .badge {
  padding: 12px 40px;
  border-radius: var(--spacing-8, 8px);
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  color: var(--White, #ffffff);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  line-height: 1.5;
}
.investment .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
}
.investment .gallery .gallery-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.investment .gallery .gallery-item .mask {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  line-height: 1.5;
  color: white;
}
.investment .gallery .gallery-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.investment .gallery .gallery-item img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 325/187.5;
  max-height: 100%;
}
.investment .investment-info-container {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 64px;
  margin: 64px 0;
}
.investment .investment-info-container .description .info-header {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.72px;
  display: inline-block;
  margin-bottom: 24px;
}
.investment .investment-info-container .description .description-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.investment .investment-info-container .description .description-text p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investment .investment-info-container .info-table {
  padding: 24px;
  border-radius: 16px;
  background: var(--Light-beige, #f8f6f3);
}
.investment .investment-info-container .info-table .info-line {
  padding: 9.5px 16px;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 16px;
  border-radius: 8px;
  position: relative;
}
.investment .investment-info-container .info-table .info-line::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.investment .investment-info-container .info-table .info-line.date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 20H4M4 20H14M4 20V6.2002C4 5.08009 4 4.51962 4.21799 4.0918C4.40973 3.71547 4.71547 3.40973 5.0918 3.21799C5.51962 3 6.08009 3 7.2002 3H10.8002C11.9203 3 12.4796 3 12.9074 3.21799C13.2837 3.40973 13.5905 3.71547 13.7822 4.0918C14 4.5192 14 5.07899 14 6.19691V12M14 20H20M14 20V12M20 20H22M20 20V12C20 11.0681 19.9999 10.6024 19.8477 10.2349C19.6447 9.74481 19.2557 9.35523 18.7656 9.15224C18.3981 9 17.9316 9 16.9997 9C16.0679 9 15.6019 9 15.2344 9.15224C14.7443 9.35523 14.3552 9.74481 14.1522 10.2349C14 10.6024 14 11.0681 14 12M7 10H11M7 7H11' stroke='%23999999' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.investment .investment-info-container .info-table .info-line.profit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12M12 3C16.9706 3 21 7.02944 21 12M12 3V12M21 12H12M18 18.5L12 12' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.investment .investment-info-container .info-table .info-line.growth::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 15.0002V16.8C3 17.9201 3 18.4798 3.21799 18.9076C3.40973 19.2839 3.71547 19.5905 4.0918 19.7822C4.5192 20 5.07899 20 6.19691 20H21.0002M3 15.0002V5M3 15.0002L6.8534 11.7891L6.85658 11.7865C7.55366 11.2056 7.90288 10.9146 8.28154 10.7964C8.72887 10.6567 9.21071 10.6788 9.64355 10.8584C10.0105 11.0106 10.3323 11.3324 10.9758 11.9759L10.9822 11.9823C11.6357 12.6358 11.9633 12.9635 12.3362 13.1153C12.7774 13.2951 13.2685 13.3106 13.7207 13.1606C14.1041 13.0334 14.4542 12.7275 15.1543 12.115L21 7' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.investment .investment-info-container .info-table .info-line.price::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 15C10.6716 15 10 14.3284 10 13.5C10 12.6716 10.6716 12 11.5 12M3 15.8002V8.2002C3 7.08009 3 6.51962 3.21799 6.0918C3.40973 5.71547 3.71547 5.40973 4.0918 5.21799C4.51962 5 5.08009 5 6.2002 5H17.8002C18.9203 5 19.4796 5 19.9074 5.21799C20.2837 5.40973 20.5905 5.71547 20.7822 6.0918C21 6.5192 21 7.07899 21 8.19691V15.8036C21 16.9215 21 17.4805 20.7822 17.9079C20.5905 18.2842 20.2837 18.5905 19.9074 18.7822C19.48 19 18.921 19 17.8031 19H6.19691C5.07899 19 4.5192 19 4.0918 18.7822C3.71547 18.5905 3.40973 18.2842 3.21799 17.9079C3 17.4801 3 16.9203 3 15.8002ZM17 13.5C17 14.3284 16.3284 15 15.5 15C14.6716 15 14 14.3284 14 13.5C14 12.6716 14.6716 12 15.5 12C16.3284 12 17 12.6716 17 13.5Z' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.investment .investment-info-container .info-table .info-line .info-header {
  padding-left: 40px;
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.investment .investment-info-container .info-table .info-line .info-value {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investment .investment-info-container .info-table .info-line .info-value strong {
  color: #10b552;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.investment .investment-info-container .info-table .info-line .info-value .currencies {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.investment .investment-info-container .info-table .info-line .info-value .currencies .currency {
  color: var(--Grey-Grey-800, #666);
  font-family: "BeVietnam-medium";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  padding: 2px 8px;
  border-radius: 8px;
  border: 1px solid var(--Grey-Grey-200, #e5e5e5);
  background: var(--Grey-Grey-200, #e5e5e5);
}
.investment .investment-info-container .info-table .info-line:nth-child(even) {
  background: var(--White, #fff);
}
.investment .investment-info-container .info-table .info-line:nth-child(odd) {
  background: var(--Grey-Grey-100, #f7f7f7);
}
.investment .investment-info-container .info-table .info-table-contact {
  margin-top: 40px;
}
.investment .investment-info-container .info-table .info-table-contact .heading {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.6px;
  margin-bottom: 24px;
  display: inline-block;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow: hidden;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person .mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.1%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute !important;
  inset: 0;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  display: block;
  width: 100%;
  object-position: top;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person .person-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 8px;
  left: 8px;
  gap: 8px;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person .person-info span {
  color: var(--White, #fff);
  font-family: "BeVietnam-semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person .person-info a {
  padding: 2px 8px;
  background-color: white;
  color: var(--Grey-Grey-1000, #262626);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  border-radius: 16px;
}
.investment .investment-info-container .info-table .info-table-contact .cotact-people .person .person-info a span {
  color: var(--Orange-Sunset, #ff6721);
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  padding-right: 8px;
}
.investment .investment-info-container .table-info-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investment .tabs .tabs-bar {
  display: flex;
  gap: 8px;
  padding: 8px;
  align-items: center;
  border-radius: 8px;
  background: var(--Grey-Grey-100, #f7f7f7);
}
.investment .tabs .tabs-bar .tab {
  padding: 8px 12px;
  border-radius: var(--spacing-4, 4px);
  border: 1px solid var(--Grey-Grey-200, #e5e5e5);
  background: var(--Grey-Grey-200, #e5e5e5);
  color: var(--Grey-Grey-1000, #262626);
  font-family: "BeVietnam-medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.investment .tabs .tabs-bar .tab.active {
  border: 1px solid #ff6721;
  background: var(--Orange-Sunset, #ff6721);
  color: var(--Black-and-White-White, #fff);
}
.investment .tabs .tabs-content {
  margin-top: 40px;
  padding-bottom: 64px;
}
.investment .tabs .tabs-content .tab-content-box {
  display: none;
}
.investment .tabs .tabs-content .tab-content-box.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.investment .tabs .tabs-content .tab-content-box .tab-content {
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  grid-template-rows: repeat(7, auto);
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.investment .tabs .tabs-content .tab-content-box .tab-content .tab-item {
  position: relative;
  padding-left: 32px;
  color: #000;
  font-family: "BeVietnam-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.investment .tabs .tabs-content .tab-content-box .tab-content .tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12.0005L10.2426 16.2431L18.727 7.75781' stroke='%23FF6721' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 1200px) {
  .investment .investment-header {
    padding-bottom: 26px;
  }
  .investment .investment-header h1 {
    font-size: 24px;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.72px;
  }
  .investment .investment-header .badge {
    display: none;
  }
  .investment .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .investment .investment-info-container {
    grid-template-columns: 1fr;
  }
  .investment .investment-info-container .info-table {
    margin: 0 -16px;
    padding: 24px 16px;
    border-radius: 0;
  }
  .investment .investment-info-container .info-table .info-lines .info-line {
    grid-template-columns: 1fr;
    padding: 8px 16px;
    gap: 2px;
  }
  .investment .investment-info-container .info-table .info-lines .info-line .info-value {
    padding-left: 40px;
  }
  .investment .investment-info-container .info-table .info-table-contact {
    margin-top: 64px;
  }
  .investment .investment-info-container .info-table .info-table-contact .cotact-people .person {
    min-height: 200px;
  }
  .investment .investment-info-container .info-table .info-table-contact .cotact-people .person img {
    height: 100%;
    max-height: 100%;
  }
  .investment .investment-info-container .info-table .table-info-line {
    align-items: flex-start;
  }
  .investment .tabs .tabs-bar {
    flex-wrap: wrap;
  }
  .investment .tabs .tabs-bar .tab {
    font-size: 14px;
    padding: 8px;
  }
  .investment .tabs .tabs-content {
    margin-top: 32px;
    padding-bottom: 32px;
  }
  .investment .tabs .tabs-content .tab-content-box .tab-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .investment .master-plan {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .investment .master-plan .master-wrapper {
    padding: 0 16px;
  }
  .investment .master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-next {
    right: 0px;
    display: none;
  }
  .investment .master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-prev {
    left: 0;
    display: none;
  }
  .investment .master-plan .master-wrapper .master-plan-content .swiper-pagination {
    display: block;
  }
}

.master-plan {
  margin-top: 40px;
  padding-bottom: 64px;
}
.master-plan .master-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 0 64px;
}
.master-plan .master-wrapper .master-plan-content h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin-bottom: 56px;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-wrapper {
  height: auto;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 427/246.86;
  cursor: pointer;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-next {
  border-radius: 9999px;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  width: 48px;
  height: 48px;
  right: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-next svg {
  width: 24px;
  height: 24px;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-next::after {
  display: none;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-prev {
  border-radius: 9999px;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-prev svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.master-plan .master-wrapper .master-plan-content .masterSwiper .swiper-button-prev::after {
  display: none;
}
.master-plan .master-wrapper .master-plan-content .swiper-pagination {
  position: relative;
  margin-top: 24px;
  display: none;
}
.master-plan .master-wrapper .master-plan-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Orange-Sunset, #ff6721);
}

.payments {
  padding: 64px 0;
}
.payments .payments-content h2 {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
  margin-bottom: 32px;
}
.payments .payments-content .row {
  display: flex;
  gap: 80px;
}
.payments .payments-content .row .payment-columns-col {
  flex: 0 0 calc(59.8% - 40px);
}
.payments .payments-content .row .payment-columns-col .payment-columns {
  display: flex;
  gap: 64px;
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan {
  max-width: 340px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 32px);
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .plan-header {
  border-radius: 8px;
  background: var(--Orange-Sunset, #ff6721);
  color: var(--White, #fff);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  padding: 12px 16px 12px 68px;
  position: relative;
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .plan-header::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 40px;
  height: 32px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='33' viewBox='0 0 41 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2056_1275)'%3E%3Cpath d='M16.6581 32.8578C15.6412 32.8578 14.6274 32.4723 13.8532 31.6997L0.000488281 17.8453V0.859375L34.7307 0.886344C36.855 1.07037 38.7238 2.18564 39.7391 3.89105C40.7497 5.58695 40.8116 7.46688 39.912 9.04697C39.057 10.5462 37.4562 11.4774 35.7334 11.4774H35.7254C34.6625 11.4774 33.5822 10.9824 32.8413 10.1543C31.7435 8.92957 31.4341 7.41453 32.0195 6.10572C32.5605 4.89527 33.7662 4.11316 35.0909 4.11316C36.6598 4.11316 37.9385 5.39024 37.9385 6.96081H36.3521C36.3521 6.26595 35.7873 5.69959 35.0909 5.69959C34.3912 5.69959 33.7535 6.11206 33.4695 6.75298C33.1427 7.48433 33.3442 8.33942 34.0232 9.09615C34.4706 9.59429 35.1083 9.89254 35.7286 9.89254H35.735C36.8899 9.89254 37.9607 9.26907 38.535 8.26327C39.1442 7.19401 39.0871 5.8979 38.3764 4.7049C37.5483 3.31359 35.9317 2.44898 34.1596 2.44898H1.58692V17.1917L14.9749 30.5797C15.9013 31.5061 17.4132 31.5061 18.3397 30.5797L31.7276 17.1917V12.7608H33.3141V17.8485L19.4613 31.7013C18.6887 32.4739 17.6718 32.8594 16.6565 32.8594L16.6581 32.8578Z' fill='white'/%3E%3Cpath d='M15.0304 20.4657C15.005 20.683 15.005 20.9734 15.005 21.2145C15.005 22.6392 15.5619 23.607 16.528 23.8719V16.2614L16.4551 16.1884C14.8844 14.4496 13.2424 12.6854 13.2424 10.5595C13.2424 8.53033 14.7893 7.29761 16.6248 7.08026V5.36523H16.9389V7.05646H17.2293C19.4281 7.05646 21.1193 8.67629 21.1193 10.8006H19.0648C19.0648 10.6071 19.0902 10.3421 19.0902 10.1248C19.0902 8.40976 18.4858 7.37059 17.1563 7.37059H16.9389V13.5802C17.2531 13.9673 17.5672 14.329 17.9051 14.7162C19.4995 16.5042 21.2399 18.3398 21.2399 20.4657C21.2399 22.8343 19.2838 24.2828 17.0595 24.2828H16.8422V25.9741H16.528V24.259C14.426 24.0417 12.8315 22.4948 12.8315 20.4657H15.0304ZM16.6248 13.1693V7.44357C15.876 7.63712 15.224 8.33678 15.224 9.85983C15.224 11.0196 15.8284 12.1063 16.6248 13.1693ZM16.8422 16.6247V23.9449C16.9389 23.9687 17.0595 23.9687 17.1547 23.9687C18.1938 23.9687 19.2568 23.1723 19.2568 21.2621C19.2568 19.5963 18.1463 18.0986 16.8422 16.6247Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2056_1275'%3E%3Crect width='40.5441' height='32' fill='white' transform='translate(0.000488281 0.859375)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .list-items {
  display: flex;
  flex-direction: column;
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .list-items .item {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  gap: 2px;
  border-radius: 8px;
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .list-items .item:nth-child(odd) {
  background: var(--Grey-Grey-100, #f7f7f7);
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .list-items .item .key {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.payments .payments-content .row .payment-columns-col .payment-columns .payment-plan .list-items .item .value {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.payments .payments-content .row .image-box img {
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 1200px) {
  .payments {
    padding: 32px 0;
  }
  .payments .payments-content .row {
    gap: 32px;
    flex-direction: column;
  }
  .payments .payments-content .row .payment-columns-col h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .payments .payments-content .row .payment-columns-col .payment-columns {
    flex-direction: column;
    gap: 16px;
  }
  .payments .payments-content .row .payment-columns-col .payment-columns .payment-plan {
    width: 100%;
    max-width: unset;
  }
  .payments .payments-content .row .image-box img {
    aspect-ratio: 16/9;
  }
}

.apartaments .apartaments-content .apartament {
  padding: 64px 0;
}
.apartaments .apartaments-content .apartament .heading-row {
  display: flex;
  justify-content: space-between;
  width: calc(60.366% - 32px);
}
.apartaments .apartaments-content .apartament .heading-row .title {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.96px;
}
.apartaments .apartaments-content .apartament .heading-row .apartaments-info .top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.apartaments .apartaments-content .apartament .heading-row .apartaments-info .top .price {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.apartaments .apartaments-content .apartament .heading-row .apartaments-info .top .area {
  color: #000;
  text-align: center;
  font-family: "Noto-italic";
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
}
.apartaments .apartaments-content .apartament .heading-row .apartaments-info .top .price_per_meter {
  color: var(--White, #fff);
  font-family: "BeVietnam-medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  border-radius: 12px;
  background: var(--Orange-Sunset, #ff6721);
  padding: 2px 8px;
  display: flex;
}
.apartaments .apartaments-content .apartament .heading-row .apartaments-info .foreign-currencies {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.apartaments .apartaments-content .apartament .heading-row .apartaments-info .foreign-currencies .price_foreign {
  color: var(--Grey-Grey-800, #666);
  font-family: "BeVietnam-medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  padding: 2px 8px;
  border-radius: 12px;
  border: 1px solid var(--Grey-Grey-200, #e5e5e5);
  background: var(--Grey-Grey-200, #e5e5e5);
}
.apartaments .apartaments-content .apartament .apartament-content {
  display: flex;
  gap: 64px;
  margin-top: 24px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery {
  flex: 0 0 calc(60.366% - 32px);
  width: calc(60.366% - 32px);
  overflow: visible;
  position: relative;
  height: 100%;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .main-container {
  overflow: hidden;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .main-container .main-swiper {
  margin-bottom: 24px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .main-container .main-swiper .swiper-slide img {
  max-width: 100%;
  aspect-ratio: 759/436.43;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-container {
  position: relative;
  overflow: hidden;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-container .thumbnail-swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-container .thumbnail-swiper .swiper-slide.swiper-slide-active {
  border: 2px solid var(--Orange-Sunset, #ff6721);
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-container .thumbnail-swiper .swiper-slide img {
  max-width: 100%;
  aspect-ratio: 145.4/83.6;
  object-fit: cover;
  display: block;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-btn.thumbnail-btn-prev {
  display: none;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-btn.thumbnail-btn-next {
  right: -24px;
  bottom: 3.4%;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data {
  flex: 0 0 calc(39.634% - 32px);
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .attr-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .attr-text span {
  color: #000;
  font-family: "BeVietnam-medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .attributes {
  display: flex;
  flex-direction: column;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .attributes .attribute {
  padding: 12px 0;
  border-bottom: 1px solid var(--Grey-Grey-200, #e5e5e5);
  display: grid;
  grid-template-columns: 40.9% 59.1%;
  gap: 16px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .attributes .attribute .key {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .attributes .attribute .value {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form {
  margin-top: 40px;
  padding: 24px;
  border-radius: 8px;
  background: var(--Light-beige, #f8f6f3);
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .header {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.6px;
  display: inline-block;
  margin-bottom: 24px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields {
  display: flex;
  gap: 12px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field {
  width: 50%;
  position: relative;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field .wpcf7-form-control-wrap {
  position: static;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 10px;
  font-family: "BeVietnam-reg";
  color: #f10;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field label {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: inline-block;
  margin-bottom: 4px;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field input {
  border-radius: 4px;
  border: 1px solid var(--Grey-Grey-200, #e5e5e5);
  background: var(--White, #fff);
  outline: none;
  padding: 10px 12px;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  width: 100%;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field input.wpcf7-not-valid {
  border-color: #f10;
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field input::placeholder {
  color: var(--Grey-Grey-700, #7f7f7f);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form button {
  border-radius: 32px;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  outline: none;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--White, #fff);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-top: 24px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .apartaments {
    padding-bottom: 32px;
  }
  .apartaments .apartaments-content .apartament {
    padding: 32px 0;
  }
  .apartaments .apartaments-content .apartament .heading-row {
    width: 100%;
    flex-direction: column;
  }
  .apartaments .apartaments-content .apartament .heading-row .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .apartaments .apartaments-content .apartament .heading-row .apartaments-info .top {
    gap: 16px;
  }
  .apartaments .apartaments-content .apartament .heading-row .apartaments-info .top .price {
    font-size: 20px;
  }
  .apartaments .apartaments-content .apartament .heading-row .apartaments-info .top .area {
    font-size: 20px;
  }
  .apartaments .apartaments-content .apartament .heading-row .apartaments-info .top .price_per_meter {
    font-size: 10px;
  }
  .apartaments .apartaments-content .apartament .heading-row .apartaments-info .foreign-currencies {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .apartaments .apartaments-content .apartament .apartament-content {
    flex-direction: column;
    gap: 32px;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-gallery {
    width: 100%;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .main-container .main-swiper {
    margin-bottom: 8px;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-btn {
    width: 36px;
    height: 36px;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-btn svg {
    width: 20px;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-gallery .thumbnail-btn.thumbnail-btn-next {
    right: -5px;
    bottom: 7%;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-data .attr-text {
    align-items: flex-start;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form {
    margin-top: 24px;
    padding: 24px 16px;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .header {
    font-size: 18px;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields {
    flex-direction: column;
  }
  .apartaments .apartaments-content .apartament .apartament-content .apartament-data .apartament-form .form-fields .field {
    width: 100%;
  }
}

.contact {
  background: var(--Light-beige, #f8f6f3);
  padding: 64px 0;
}
.contact .contact-content {
  display: grid;
  grid-template-columns: 65.6% 34.4%;
  gap: 40px;
}
.contact .contact-content .left-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact .contact-content .left-col .text-col .title {
  display: block;
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
.contact .contact-content .left-col .text-col .subtitle {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  display: inline-block;
  margin-bottom: 40px;
}
.contact .contact-content .left-col .text-col p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: inline-block;
}
.contact .contact-content .left-col .text-col p:not(:last-child) {
  margin-bottom: 16px;
}
.contact .contact-content .left-col .contact-people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact .contact-content .left-col .contact-people .person {
  position: relative;
  height: 418px;
  border-radius: 8px;
  overflow: hidden;
}
.contact .contact-content .left-col .contact-people .person img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .contact .contact-content .left-col .contact-people .person img {
    height: 100%;
  }
}
.contact .contact-content .left-col .contact-people .person .mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.1%, rgba(0, 0, 0, 0.4) 100%);
}
.contact .contact-content .left-col .contact-people .person .person-info {
  position: absolute;
  bottom: 8px;
  z-index: 2;
  left: 8px;
  display: flex;
  flex-direction: column;
}
.contact .contact-content .left-col .contact-people .person .person-info span:not(a span) {
  color: var(--White, #fff);
  font-family: "BeVietnam-semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  display: inline-block;
  margin-bottom: 8px;
}
.contact .contact-content .left-col .contact-people .person .person-info a {
  color: var(--Grey-Grey-1000, #262626);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-radius: 16px;
  background: var(--Light-beige, #f8f6f3);
  padding: 2px 8px;
  text-decoration: none;
}
.contact .contact-content .left-col .contact-people .person .person-info a span {
  color: var(--Orange-Sunset, #ff6721);
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  padding-right: 8px;
}
.contact .contact-content .right-col {
  padding: 24px;
  border-radius: 8px;
  background: var(--White, #fff);
}
.contact .contact-content .right-col .form-title {
  color: #000;
  font-family: "BeVietnam-semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.6px;
  display: inline-block;
  margin-bottom: 24px;
}
.contact .contact-content .right-col form .wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 10px;
  font-family: "BeVietnam-reg";
  color: #f10;
}
.contact .contact-content .right-col form input,
.contact .contact-content .right-col form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  outline: none;
  border: 1px solid var(--Grey-Grey-200, #e5e5e5);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact .contact-content .right-col form input::placeholder,
.contact .contact-content .right-col form textarea::placeholder {
  color: var(--Grey-Grey-700, #7f7f7f);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact .contact-content .right-col form label {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.contact .contact-content .right-col form input {
  margin-top: 4px;
  margin-bottom: 12px;
}
.contact .contact-content .right-col form input.wpcf7-not-valid {
  border-color: #f10;
}
.contact .contact-content .right-col form textarea {
  margin-top: 4px;
  margin-bottom: 24px;
  height: 87px;
  max-height: 87px;
  min-height: 87px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.contact .contact-content .right-col form button {
  display: flex;
  padding: var(--spacing-12, 12px) var(--spacing-24, 24px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  outline: none;
  color: var(--White, #fff);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  border-radius: 32px;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .contact {
    padding: 32px 0;
  }
  .contact .contact-content {
    grid-template-columns: 1fr;
  }
  .contact .contact-content .left-col {
    grid-template-columns: 1fr;
  }
  .contact .contact-content .left-col .text-col .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .contact .contact-content .left-col .text-col .title br {
    display: none;
  }
  .contact .contact-content .left-col .text-col .subtitle {
    margin-bottom: 24px;
  }
  .contact .contact-content .left-col .contact-people .person {
    height: auto;
  }
  .contact .contact-content .right-col {
    padding: 32px;
  }
  .contact .contact-content .right-col .form-title br {
    display: none;
  }
}

.popup-container {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-container .swiper-box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  max-height: 600px;
}
.popup-container .swiper-box .closer {
  position: absolute;
  right: -70px;
  top: -70px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}
.popup-container .swiper-box .closer svg {
  max-width: 24px;
}
.popup-container .swiper-box .swiper {
  max-height: 100%;
}
.popup-container .swiper-box .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.popup-container .swiper-box .swiper .swiper-slide img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 600px;
}
.popup-container .swiper-box .swiper-button-next,
.popup-container .swiper-box .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--Orange-Sunset, #ff6721);
  background: var(--Orange-Sunset, #ff6721);
  cursor: pointer;
}
.popup-container .swiper-box .swiper-button-next::after,
.popup-container .swiper-box .swiper-button-prev::after {
  display: none;
}
.popup-container .swiper-box .swiper-button-next svg,
.popup-container .swiper-box .swiper-button-prev svg {
  width: 24px;
  height: 24px;
}
.popup-container .swiper-box .swiper-button-prev {
  left: -70px;
}
.popup-container .swiper-box .swiper-button-prev svg {
  transform: rotate(180deg);
}
.popup-container .swiper-box .swiper-button-next {
  right: -70px;
}
@media (max-width: 768px) {
  .popup-container .swiper-box .closer {
    right: 0;
  }
  .popup-container .swiper-box .swiper-button-next {
    right: 0;
    bottom: -22%;
    top: unset;
  }
  .popup-container .swiper-box .swiper-button-prev {
    left: 0;
    bottom: -22%;
    top: unset;
  }
}

.see-also {
  padding: 64px 0;
}
.see-also .title {
  color: #262626;
  font-family: "BeVietnam-semibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.96px;
  margin-bottom: 40px;
  display: inline-block;
}
.see-also .see-also-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.see-also .see-also-content .investment {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.see-also .see-also-content .investment a {
  text-decoration: none;
}
.see-also .see-also-content .investment:nth-of-type(n + 10) {
  display: block;
}
.see-also .see-also-content .investment .investment_thumbnail_box {
  width: 100%;
  max-height: 277px;
  height: 277px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
}
.see-also .see-also-content .investment .investment_thumbnail_box .bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.1%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.see-also .see-also-content .investment .investment_thumbnail_box img {
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.see-also .see-also-content .investment .investment_thumbnail_box .investment-name {
  color: #fff;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  position: relative;
  z-index: 1;
}
.see-also .see-also-content .investment .investment-info-box {
  padding: 16px;
  background: white;
}
.see-also .see-also-content .investment .investment-info-box .investment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.see-also .see-also-content .investment .investment-info-box .investment-info .investment-info-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.see-also .see-also-content .investment .investment-info-box .investment-info .investment-info-line h5 {
  flex: 0 0 17.8%;
  color: #000;
  font-family: "Noto-italic";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.see-also .see-also-content .investment .investment-info-box .investment-info .investment-info-line span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.see-also .see-also-content .investment .investment-info-box .investment_description {
  padding-top: 16px;
}
.see-also .see-also-content .investment .investment-info-box .investment_description p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .see-also {
    padding: 32px 0;
  }
  .see-also .title {
    font-size: 24px;
  }
  .see-also .see-also-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .see-also .see-also-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.film {
  padding: 64px 0;
}
.film .film-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 870px;
  margin: 0 auto;
  gap: 40px;
}
.film .film-content h2 {
  color: #000;
  text-align: center;
  font-family: "Noto-italic";
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
}
.film .film-content .film-thumb {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.film .film-content .film-thumb img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
}
.film .film-content .film-thumb .btn-play {
  border-radius: 50%;
  background: var(--Orange-Sunset, #ff6721);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.film .film-content .film-thumb .btn-play:hover {
  opacity: 0.8;
}
.film .film-content .film-thumb .btn-play svg {
  transform: translateX(2px);
}
@media (max-width: 768px) {
  .film {
    padding: 32px 0;
  }
  .film .film-content h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}

.investments-listing-content h1 {
  color: #262626;
  font-family: "BeVietnam-semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-bottom: 30px;
  margin-top: 16px;
}
.investments-listing-content .filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.investments-listing-content .filters .city {
  cursor: pointer;
  position: relative;
}
.investments-listing-content .filters .city.active .cities-select {
  display: flex;
}
.investments-listing-content .filters .city.active .city-box svg {
  transform: rotate(180deg);
}
.investments-listing-content .filters .city .city-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9.5px 12px;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--White, #FFF);
}
.investments-listing-content .filters .city .city-box .city-title {
  color: var(--Black-and-White-Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-listing-content .filters .city .cities-select {
  display: none;
  flex-direction: column;
  padding: 8px 0;
  border-radius: 10px;
  background: var(--White, #FFF);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin-top: 10px;
}
.investments-listing-content .filters .city .cities-select .mobile-closer {
  display: none;
}
.investments-listing-content .filters .city .cities-select .mobile-clean-filters {
  display: none;
}
.investments-listing-content .filters .city .cities-select .filter-link {
  color: #000;
  font-family: "BeVietnam-light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  text-decoration: none;
  display: flex;
  padding: 12px 16px;
}
.investments-listing-content .filters .city .cities-select .filter-link:hover {
  background: #E5E5E5;
}
.investments-listing-content .filters .city_area {
  cursor: pointer;
  position: relative;
}
.investments-listing-content .filters .city_area.active .districts-select {
  display: flex;
}
.investments-listing-content .filters .city_area.active .city_area_box svg {
  transform: rotate(180deg);
}
.investments-listing-content .filters .city_area .mobile-closer {
  display: none;
}
.investments-listing-content .filters .city_area .mobile-clean-filters {
  display: none;
}
.investments-listing-content .filters .city_area .city_area_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9.5px 12px;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--White, #FFF);
}
.investments-listing-content .filters .city_area .city_area_box .city_area_title {
  color: var(--Black-and-White-Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-listing-content .filters .city_area .districts-select {
  display: none;
  flex-direction: column;
  padding: 8px 0;
  border-radius: 10px;
  background: var(--White, #FFF);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin-top: 10px;
}
.investments-listing-content .filters .city_area .districts-select .filter-link {
  color: #000;
  font-family: "BeVietnam-light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  text-decoration: none;
  display: flex;
  padding: 12px 16px;
}
.investments-listing-content .filters .city_area .districts-select .filter-link:hover {
  background: #E5E5E5;
}
.investments-listing-content .filters .building .building-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9.5px 12px;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--White, #FFF);
}
.investments-listing-content .filters .building .building-box .building-title {
  color: var(--Black-and-White-Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-listing-content .remove-filters {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.investments-listing-content .remove-filters .remove-filters-btn {
  display: inline-flex;
  padding: 4px 12px;
  color: var(--Black-and-White-Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-radius: 32px;
  border: 1px solid var(--Grey-Grey-200, #E5E5E5);
  background: var(--White, #FFF);
  text-decoration: none;
  align-items: center;
  gap: 16px;
}
.investments-listing-content .sorts {
  padding: 4px 0;
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  cursor: pointer;
}
.investments-listing-content .sorts .results {
  color: var(--Black-and-White-Black, #0D0D0D);
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.investments-listing-content .sorts .sort {
  position: relative;
}
.investments-listing-content .sorts .sort.active .select {
  display: flex;
}
.investments-listing-content .sorts .sort.active .sort-select-box svg {
  transform: rotate(180deg);
}
.investments-listing-content .sorts .sort .sort-select-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.investments-listing-content .sorts .sort .sort-select-box .sort-title {
  color: var(--Black-and-White-Black, #0D0D0D);
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-listing-content .sorts .sort .sort-select-box .sort-title .sort-way {
  font-family: "BeVietnam-semibold";
  font-weight: 600;
}
.investments-listing-content .sorts .sort .select {
  padding: 8px 0;
  display: none;
  flex-direction: column;
  border-radius: 10px;
  background: var(--White, #FFF);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  margin-top: 10px;
  z-index: 2;
  left: 0;
  right: 0;
}
.investments-listing-content .sorts .sort .select .select-option {
  padding: 12px 16px;
  color: #000;
  font-family: "BeVietnam-light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  text-decoration: none;
}
.investments-listing-content .investmensts-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
  padding-bottom: 32px;
}
.investments-listing-content .investmensts-listing .investment {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.investments-listing-content .investmensts-listing .investment a {
  text-decoration: none;
}
.investments-listing-content .investmensts-listing .investment:nth-of-type(n+10) {
  display: flex;
}
.investments-listing-content .investmensts-listing .investment .investment_thumbnail_box {
  width: 100%;
  max-height: 277px;
  height: 277px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
}
.investments-listing-content .investmensts-listing .investment .investment_thumbnail_box .bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.1%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.investments-listing-content .investmensts-listing .investment .investment_thumbnail_box img {
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.investments-listing-content .investmensts-listing .investment .investment_thumbnail_box .investment-name {
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  position: relative;
  z-index: 1;
}
.investments-listing-content .investmensts-listing .investment .investment-info-box {
  padding: 16px;
  background: white;
}
.investments-listing-content .investmensts-listing .investment .investment-info-box .investment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
.investments-listing-content .investmensts-listing .investment .investment-info-box .investment-info .investment-info-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.investments-listing-content .investmensts-listing .investment .investment-info-box .investment-info .investment-info-line h5 {
  flex: 0 0 17.8%;
  color: #000;
  font-family: "Noto-italic";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.investments-listing-content .investmensts-listing .investment .investment-info-box .investment-info .investment-info-line span {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-listing-content .investmensts-listing .investment .investment-info-box .investment_description {
  padding-top: 16px;
}
.investments-listing-content .investmensts-listing .investment .investment-info-box .investment_description p {
  color: #000;
  font-family: "BeVietnam-reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.investments-listing-content .investmensts-listing .investment .btn-box {
  padding: 8px 16px;
  margin: auto 0 0 0;
}
.investments-listing-content .investmensts-listing .investment .btn-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #FF6721;
  background: #FF6721;
  color: #FFF;
  font-family: "BeVietnam-semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  transition: opacity 0.3s linear;
}
.investments-listing-content .investmensts-listing .investment .btn-box a img {
  transition: transform 0.3s linear;
}
.investments-listing-content .investmensts-listing .investment .btn-box a:hover {
  opacity: 0.8;
}
.investments-listing-content .investmensts-listing .investment .btn-box a:hover img {
  transform: translateX(8px);
}
.investments-listing-content .custom-pagination {
  padding: 0 0 32px 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .investments-listing-content h1 {
    font-size: 32px;
  }
  .investments-listing-content .filters {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8px;
  }
  .investments-listing-content .filters .city .cities-select {
    position: fixed;
    inset: 0;
    z-index: 100;
    margin: 0;
    padding: 20px 16px 60px 16px;
  }
  .investments-listing-content .filters .city .cities-select .mobile-closer {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #FF6721;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 16px;
  }
  .investments-listing-content .filters .city .cities-select .mobile-closer svg {
    width: 32px;
    height: 32px;
  }
  .investments-listing-content .filters .city .cities-select .mobile-clean-filters {
    padding: 12px 8px;
    display: inline-block;
    margin-top: 16px;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--Grey-Grey-200, #E5E5E5);
    background: var(--White, #FFF);
    color: var(--Black-and-White-Black, #0D0D0D);
    text-align: center;
    font-family: "BeVietnam-reg";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .investments-listing-content .filters .city .cities-select .filter-link {
    font-size: 20px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
  }
  .investments-listing-content .filters .city .cities-select .filter-link:nth-of-type(n+2) {
    border-top: none;
  }
  .investments-listing-content .filters .city_area .districts-select {
    position: fixed;
    inset: 0;
    z-index: 100;
    margin: 0;
    padding: 20px 16px 60px 16px;
  }
  .investments-listing-content .filters .city_area .districts-select .mobile-closer {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #FF6721;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 16px;
  }
  .investments-listing-content .filters .city_area .districts-select .mobile-closer svg {
    width: 32px;
    height: 32px;
  }
  .investments-listing-content .filters .city_area .districts-select .mobile-clean-filters {
    padding: 12px 8px;
    display: inline-block;
    margin-top: 16px;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--Grey-Grey-200, #E5E5E5);
    background: var(--White, #FFF);
    color: var(--Black-and-White-Black, #0D0D0D);
    text-align: center;
    font-family: "BeVietnam-reg";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    gap: 12px;
  }
  .investments-listing-content .filters .city_area .districts-select .filter-link {
    font-size: 20px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
  }
  .investments-listing-content .filters .city_area .districts-select .filter-link:nth-of-type(n+2) {
    border-top: none;
  }
  .investments-listing-content .remove-filters {
    display: none;
  }
  .investments-listing-content .sorts {
    flex-direction: column-reverse;
    gap: 32px;
    padding: 0;
  }
  .investments-listing-content .sorts .results {
    font-size: 14px;
  }
  .investments-listing-content .sorts .sort .sort-select-box {
    padding: 9.5px 12px;
    justify-content: space-between;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--Grey-Grey-200, #E5E5E5);
    background: var(--White, #FFF);
  }
  .investments-listing-content .investmensts-listing {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .investments-listing-content .investmensts-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .investments-listing-content h1 {
    margin-bottom: 20px;
  }
  .investments-listing-content .filters {
    margin-bottom: 16px;
  }
}

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