@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
.vv-hero {
  position: relative;
  width: 100%;
  height: 844px;
  overflow: hidden;
}
.vv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#004C52), color-stop(32.52%, rgba(29, 90, 95, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, #004C52 0%, rgba(29, 90, 95, 0) 32.52%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}
.vv-hero .row {
  position: relative;
  z-index: 2;
  width: 100%;
}
.vv-hero__title h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 18px;
}
.vv-hero__desc p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 36px;
  max-width: 971px;
  margin-left: auto;
  margin-right: auto;
}
.vv-hero__cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 32px;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
  background: #004E54;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, -webkit-transform 0.22s ease;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, -webkit-transform 0.22s ease;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.22s ease;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}
.vv-hero__cta a:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .vv-hero {
    height: 100vw;
    max-height: 844px;
    min-height: 560px;
  }
  .vv-hero .row {
    padding-bottom: 80px !important;
  }
  .vv-hero__title h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 14px;
  }
  .vv-hero__desc p {
    font-size: 15px;
    padding: 0 24px;
    margin-bottom: 28px;
  }
  .vv-hero__cta a {
    width: 220px;
    height: 44px;
    font-size: 15px;
    padding: 10px 28px;
  }
}
@media (max-width: 767px) {
  .vv-hero {
    height: 100svh;
    min-height: 500px;
    max-height: 100svh;
  }
  .vv-hero::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#004C52), color-stop(28%, rgba(29, 90, 95, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(180deg, #004C52 0%, rgba(29, 90, 95, 0) 28%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
  .vv-hero .row {
    padding-bottom: 56px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .vv-hero__title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
  }
  .vv-hero__desc p {
    font-size: 14px;
    line-height: 1.65;
    padding: 0;
    margin-bottom: 24px;
  }
  .vv-hero__cta a {
    width: 220px;
    height: 44px;
    font-size: 14px;
    padding: 10px 24px;
  }
}

.vv-about {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #26585e;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.vv-about .vv-about__arc-group {
  margin-top: -500px;
  max-width: 1200px !important;
}
.vv-about .row,
.vv-about .col {
  position: relative;
  z-index: 2;
}
.vv-about__title h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ffedbf), color-stop(45.32%, #fefff8), color-stop(72.04%, #ffe5b7));
  background: linear-gradient(360deg, #ffedbf 25%, #fefff8 45.32%, #ffe5b7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 8px;
  text-align: center;
}
.vv-about__desc p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  max-width: 821px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.vv-about__arc-wrap {
  position: relative;
}
.vv-about__arc {
  position: relative;
  width: 760px;
  height: 480px;
  margin: 0 auto;
}
.vv-about__stat {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 10px;
  height: 70px;
  width: 188px;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  z-index: 4;
}
.vv-about__stat .box-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.vv-about__stat .box-image img {
  width: 44px !important;
  height: 44px !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.vv-about__stat .box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin: 0;
}
.vv-about__stat .box-text .box-text-inner {
  padding: 0;
}
.vv-about__stat-label p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}
.vv-about__stat-label p span {
  display: block;
}
.vv-about__stat-label p br {
  display: none;
}
.vv-about__stat-value p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}
.vv-about__stat-value p span {
  display: block;
}
.vv-about__stat-value p br {
  display: none;
}
.vv-about__stat-value--teal p {
  color: #c6ebeb;
}
.vv-about__stat-value--white p {
  color: #ffffff;
}
.vv-about__stat--s1 {
  left: -20px;
  top: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vv-about__stat--s1 .box-text .box-text-inner {
  text-align: right;
}
.vv-about__stat--s1 .vv-about__stat-label p,
.vv-about__stat--s1 .vv-about__stat-value p {
  text-align: right;
}
.vv-about__stat--s2 {
  left: 140px;
  top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vv-about__stat--s2 .box-text .box-text-inner {
  text-align: right;
}
.vv-about__stat--s2 .vv-about__stat-label p,
.vv-about__stat--s2 .vv-about__stat-value p {
  text-align: right;
}
.vv-about__stat--s3 {
  left: 60px;
  top: 135px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vv-about__stat--s3 .box-text .box-text-inner {
  text-align: right;
}
.vv-about__stat--s3 .vv-about__stat-label p,
.vv-about__stat--s3 .vv-about__stat-value p {
  text-align: right;
}
.vv-about__stat--s4 {
  right: 60px;
  top: 50px;
}
.vv-about__stat--s5 {
  left: -44px;
  top: 310px;
  width: 208px;
  border-radius: 0px 20px 20px 0px;
  background: -webkit-gradient(linear, right top, left top, from(#c9a24d), to(rgba(201, 162, 77, 0)));
  background: linear-gradient(270deg, #c9a24d 0%, rgba(201, 162, 77, 0) 100%);
  padding: 0 10px 0 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vv-about__stat--s5 .box-text .box-text-inner {
  text-align: right;
}
.vv-about__stat--s5 .vv-about__stat-label p,
.vv-about__stat--s5 .vv-about__stat-value p {
  text-align: right;
}
.vv-about__stat--s6 {
  right: -60px;
  top: 200px;
}
.vv-about__stat--s7 {
  right: -20px;
  top: 130px;
}
.vv-about__stat--s8 {
  right: -80px;
  top: 310px;
}
@media (max-width: 1024px) {
  .vv-about__title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .vv-about__desc p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .vv-about__arc {
    width: 640px;
    height: 420px;
  }
  .vv-about__arc-curve {
    width: 380px;
    height: 380px;
  }
  .vv-about__arc-curve::before {
    width: 300px;
    height: 300px;
  }
  .vv-about__logo img {
    width: 150px !important;
  }
  .vv-about__stat {
    width: 168px;
    height: 62px;
  }
  .vv-about__stat-label p {
    font-size: 12px;
  }
  .vv-about__stat-value p {
    font-size: 15px;
  }
  .vv-about__stat .box-image img {
    width: 36px !important;
    height: 36px !important;
  }
  .vv-about__stat--s1 {
    left: -10px;
    top: 172px;
  }
  .vv-about__stat--s2 {
    left: 110px;
    top: 38px;
  }
  .vv-about__stat--s3 {
    left: 40px;
    top: 112px;
  }
  .vv-about__stat--s4 {
    right: 40px;
    top: 38px;
  }
  .vv-about__stat--s5 {
    left: -36px;
    top: 272px;
    width: 185px;
  }
  .vv-about__stat--s6 {
    right: 40px;
    top: 172px;
  }
  .vv-about__stat--s7 {
    right: -10px;
    top: 112px;
  }
  .vv-about__stat--s8 {
    right: -10px;
    top: 272px;
  }
}
@media (max-width: 767px) {
  .vv-about {
    padding: 60px 0 !important;
  }
  .vv-about__title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .vv-about__desc p {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  .vv-about__arc {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
  }
  .vv-about__arc-curve {
    display: none;
  }
  .vv-about__logo {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 auto 24px !important;
  }
  .vv-about__logo img {
    width: 110px !important;
    margin: 0 auto;
  }
  .vv-about__stat {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: calc(100% - 32px) !important;
    max-width: 320px;
    margin: 0 auto 10px;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    padding: 0 12px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .vv-about__stat .box-text .box-text-inner {
    text-align: left !important;
  }
  .vv-about__stat .vv-about__stat-label p,
  .vv-about__stat .vv-about__stat-value p {
    text-align: left !important;
  }
  .vv-about__stat--s5 {
    background: -webkit-gradient(linear, right top, left top, from(#c9a24d), to(rgba(201, 162, 77, 0.3))) !important;
    background: linear-gradient(270deg, #c9a24d 0%, rgba(201, 162, 77, 0.3) 100%) !important;
    border-radius: 16px !important;
    padding: 0 12px !important;
    width: calc(100% - 32px) !important;
  }
}

.value-difference-section {
  position: relative;
  background-color: #26585e;
}
.value-difference-section .value-content-row {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 1024px) {
  .value-difference-section .value-content-row-one {
    margin-bottom: -200px;
  }
}
.value-difference-section .section-main-title {
  text-align: center;
  margin-bottom: 8px;
}
.value-difference-section .section-main-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #FFEDBF), color-stop(45.32%, #FEFFF8), color-stop(72.04%, #FFE5B7));
  background: linear-gradient(360deg, #FFEDBF 25%, #FEFFF8 45.32%, #FFE5B7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (max-width: 768px) {
  .value-difference-section .section-main-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 550px) {
  .value-difference-section .section-main-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.value-difference-section .section-subtitle {
  text-align: center;
  margin-bottom: 48px;
  max-width: 801px;
  margin-left: auto;
  margin-right: auto;
}
.value-difference-section .section-subtitle p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .value-difference-section .section-subtitle p {
    font-size: 14px;
  }
}
.value-difference-section .value-items-grid .value-item-col {
  margin-bottom: 24px;
}
.value-difference-section .value-items-grid .value-item-col:nth-child(n+4) {
  margin-bottom: 0;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  margin-bottom: 0;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row .icon-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 4px 0 0;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row .icon-col .value-icon {
  width: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row .icon-col .value-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row .text-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row .text-col .value-text p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
}
.value-difference-section .value-items-grid .value-item-col .value-item-row .text-col .value-text p .highlight-text {
  font-style: italic;
}
@media (max-width: 768px) {
  .value-difference-section .value-items-grid .value-item-col .value-item-row .text-col .value-text p {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .value-difference-section .value-items-grid .value-item-col .value-item-row .text-col .value-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .value-difference-section .value-items-grid .value-item-col {
    margin-bottom: 20px;
  }
  .value-difference-section .value-items-grid .value-item-col:last-child {
    margin-bottom: 0;
  }
}
.value-difference-section .value-image-row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.value-difference-section .value-image-row .col {
  padding: 0;
}
.value-difference-section .value-image-row .full-width-image {
  width: 100%;
  display: block;
}
.value-difference-section .value-image-row .full-width-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .value-difference-section .value-image-row {
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .value-difference-section .value-content-row {
    padding: 30px 20px;
    border-width: 2px;
  }
}
@media (max-width: 550px) {
  .value-difference-section .value-content-row {
    padding: 25px 15px;
  }
}

.location-connection-section {
  background-color: #00464C;
}
.location-connection-section .location-content-row {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-connection-section .map-col {
  position: relative;
}
.location-connection-section .map-col .map-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.location-connection-section .map-col .map-image img {
  width: 100%;
  height: auto;
  display: block;
}
.location-connection-section .map-col .logo-circle-overlay {
  position: absolute;
  top: 80px;
  left: 71px;
  width: 74px;
  height: 74px;
  background: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.location-connection-section .map-col .logo-circle-overlay img {
  width: 55px;
  height: auto;
}
@media (max-width: 768px) {
  .location-connection-section .map-col .logo-circle-overlay {
    top: 60px;
    left: 50px;
    width: 60px;
    height: 60px;
  }
  .location-connection-section .map-col .logo-circle-overlay img {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .location-connection-section .map-col {
    margin-bottom: 40px;
  }
}
.location-connection-section .content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.location-connection-section .content-col .section-title-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #FFEDBF), color-stop(45.32%, #FEFFF8), color-stop(72.04%, #FFE5B7));
  background: linear-gradient(360deg, #FFEDBF 25%, #FEFFF8 45.32%, #FFE5B7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (max-width: 768px) {
  .location-connection-section .content-col .section-title-text h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .location-connection-section .content-col .section-title-text h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.location-connection-section .content-col .location-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  margin-bottom: 0;
}
.location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row .feature-icon-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 4px 0 0;
}
.location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row .feature-icon-col .feature-icon {
  width: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row .feature-icon-col .feature-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row .feature-text-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row .feature-text-col .feature-text p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .location-connection-section .content-col .location-features-list .feature-item-col .feature-item-row .feature-text-col .feature-text p {
    font-size: 15px;
  }
}
.location-connection-section .content-col .cta-button {
  background: -webkit-gradient(linear, left top, right top, from(#F3C360), color-stop(49.04%, #FDDEA1), to(#F3C360));
  background: linear-gradient(90deg, #F3C360 0%, #FDDEA1 49.04%, #F3C360 100%);
  border: none;
  border-radius: 100px;
  padding: 10px 32px !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location-connection-section .content-col .cta-button span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #00464C;
}
.location-connection-section .content-col .cta-button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(243, 195, 96, 0.4);
          box-shadow: 0 6px 20px rgba(243, 195, 96, 0.4);
}
@media (max-width: 768px) {
  .location-connection-section .content-col .cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .location-connection-section .content-col {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .location-connection-section {
    padding: 60px 20px;
  }
}
@media (max-width: 550px) {
  .location-connection-section {
    padding: 50px 15px;
  }
}

.promotion-offers-section {
  position: relative;
  background-color: #00464C;
}
.promotion-offers-section .promotion-header-row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.promotion-offers-section .section-main-title {
  text-align: center;
  margin-bottom: 8px;
}
.promotion-offers-section .section-main-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #FFEDBF), color-stop(45.32%, #FEFFF8), color-stop(72.04%, #FFE5B7));
  background: linear-gradient(360deg, #FFEDBF 25%, #FEFFF8 45.32%, #FFE5B7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (max-width: 768px) {
  .promotion-offers-section .section-main-title h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 550px) {
  .promotion-offers-section .section-main-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.promotion-offers-section .section-subtitle {
  text-align: center;
  margin-bottom: 48px;
}
.promotion-offers-section .section-subtitle p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .promotion-offers-section .section-subtitle p {
    font-size: 14px;
  }
}
.promotion-offers-section .promotion-tags-grid .tag-col {
  margin-bottom: 16px;
}
.promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100px;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
}
.promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text:hover {
  background: rgb(255, 255, 255);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #00464C;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text p .tag-bullet {
  color: #00464C;
  margin-right: 8px;
  font-weight: 600;
}
.promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text p .tag-highlight {
  font-weight: 600;
  color: #00464C;
}
@media (max-width: 768px) {
  .promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text p {
    font-size: 14px;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .promotion-offers-section .promotion-tags-grid .tag-col .promo-tag-text {
    padding: 10px 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .promotion-offers-section .promotion-tags-grid .tag-col {
    margin-bottom: 12px;
  }
}
.promotion-offers-section .hot-spring-image-row {
  position: relative;
  width: 100%;
  margin: 0;
}
.promotion-offers-section .hot-spring-image-row .col {
  padding: 0;
}
.promotion-offers-section .hot-spring-image-row .hot-spring-full-image {
  width: 100%;
  display: block;
}
.promotion-offers-section .hot-spring-image-row .hot-spring-full-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion-offers-section .cta-box-row {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.promotion-offers-section .cta-box-row .cta-box-wrapper .cta-contact-box {
  background: rgba(0, 70, 76, 0.9);
  border: 2px solid rgba(243, 195, 96, 0.5);
  border-radius: 20px;
  padding: 40px 50px;
  text-align: center;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.promotion-offers-section .cta-box-row .cta-box-wrapper .cta-contact-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #FFEDBF), color-stop(45.32%, #FEFFF8), color-stop(72.04%, #FFE5B7));
  background: linear-gradient(360deg, #FFEDBF 25%, #FEFFF8 45.32%, #FFE5B7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .promotion-offers-section .cta-box-row .cta-box-wrapper .cta-contact-box h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.promotion-offers-section .cta-box-row .cta-box-wrapper .cta-contact-box p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .promotion-offers-section .cta-box-row .cta-box-wrapper .cta-contact-box p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .promotion-offers-section .cta-box-row .cta-box-wrapper .cta-contact-box {
    padding: 30px 25px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .promotion-offers-section .promotion-header-row {
    padding: 60px 20px 40px;
  }
  .promotion-offers-section .cta-box-row {
    padding: 40px 20px 60px;
  }
}
@media (max-width: 550px) {
  .promotion-offers-section .promotion-header-row {
    padding: 50px 15px 30px;
  }
  .promotion-offers-section .cta-box-row {
    padding: 30px 15px 50px;
  }
}

/* ============================================
   CASA AMENITIES - TIỆN ÍCH & TRẢI NGHIỆM
   ============================================ */
.casa-amenities-section {
  background-color: #1A3933;
  padding: 60px 0;
}
.casa-amenities-section .casa-item-info h3, .casa-amenities-section .casa-amenity-title h2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #FFEDBF), color-stop(45.32%, #FEFFF8), color-stop(72.04%, #FFE5B7));
  background: linear-gradient(360deg, #FFEDBF 25%, #FEFFF8 45.32%, #FFE5B7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.casa-amenities-section .casa-amenity-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 849px) {
  .casa-amenities-section .casa-amenity-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.casa-amenities-section .casa-amenity-subtitle p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #FFFFFF;
  max-width: 801px;
  margin: 0 auto 48px;
}
.casa-amenities-section .casa-amenity-img .img-inner {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 377/291;
}
.casa-amenities-section .casa-amenity-img .img-inner img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.casa-amenities-section .casa-amenity-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.casa-amenities-section .casa-item-info {
  text-align: center;
  padding-top: 24px;
}
.casa-amenities-section .casa-item-info h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.casa-amenities-section .casa-item-info p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
}
.casa-amenities-section .casa-amenity-grid.row {
  gap: 24px 0;
}

/* ============================================
   CASA AMENITIES - TIỆN ÍCH & TRẢI NGHIỆM
   ============================================ */
.sodo-mat-bang-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #002D21;
}
.sodo-mat-bang-section .header-container {
  max-width: 801px;
  margin: 0 auto 48px auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sodo-mat-bang-section .header-container .title-h2 h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #FFEDBF), color-stop(45.32%, #FEFFF8), color-stop(72.04%, #FFE5B7));
  background: linear-gradient(360deg, #FFEDBF 25%, #FEFFF8 45.32%, #FFE5B7 72.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sodo-mat-bang-section .header-container .description-p p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.sodo-mat-bang-section .map-container .map-image {
  width: 1168px;
  height: auto;
  min-height: 826px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sodo-mat-bang-section {
    padding: 40px 0 !important;
  }
  .sodo-mat-bang-section .header-container {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .sodo-mat-bang-section .header-container .title-h2 h2 {
    font-size: 36px;
  }
  .sodo-mat-bang-section .map-container .map-image {
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sodo-mat-bang-section {
    padding: 30px 0 !important;
  }
  .sodo-mat-bang-section .header-container {
    gap: 12px;
    margin-bottom: 24px;
  }
  .sodo-mat-bang-section .header-container .title-h2 h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .sodo-mat-bang-section .header-container .description-p p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sodo-mat-bang-section .map-container .map-image {
    border-radius: 10px;
  }
}

@media (min-width: 1024px) {
  .section:not(.map-section):not(.tien-ich-noi-khu-section):not(.real-estate-section) {
    min-height: 100vh !important;
  }
}

.bannerhome img {
  height: 900px !important;
}

.hero-vertical-living {
  position: relative;
  min-height: 100vh;
}
.hero-vertical-living section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px !important;
}
.hero-vertical-living .section-bg {
  background-size: cover;
  background-position: center;
}
.hero-vertical-living .hero-tagline {
  margin-bottom: 65px;
  text-transform: uppercase;
  margin-top: 15px !important;
}
.hero-vertical-living .hero-tagline h2 {
  font-family: "Montserrat", serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.28;
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(50%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 849px) {
  .hero-vertical-living .hero-tagline h2 {
    font-size: 16px;
  }
}
@media (max-width: 849px) {
  .hero-vertical-living {
    padding: 120px 0 80px;
    min-height: auto;
  }
  .hero-vertical-living .row {
    text-align: center;
  }
  .hero-vertical-living .row .hero-tagline p {
    margin: 0 auto;
  }
  .hero-vertical-living .row .hero-social .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project-overview-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.project-overview-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  bottom: auto;
  width: 100%;
  height: 443px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #00464C), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, #00464C 11%, rgba(217, 217, 217, 0) 100%);
  pointer-events: none;
}
.project-overview-section .section-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .project-overview-section .project-overview-text {
    padding: 100px 0px;
  }
}
@media (max-width: 1024px) {
  .project-overview-section .project-overview-text {
    padding: 30px 0px;
  }
}
.project-overview-section .area-white {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.project-overview-section .area-white h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 72px;
}
@media (max-width: 1024px) {
  .project-overview-section .area-white h2 {
    font-size: 30px;
  }
}
.project-overview-section .area-white h2 {
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(50%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 63px 115px 37px rgba(0, 0, 0, 0.01), 40px 73px 34px rgba(0, 0, 0, 0.04), 23px 41px 28px rgba(0, 0, 0, 0.15), 10px 18px 21px rgba(0, 0, 0, 0.26), 3px 5px 12px rgba(0, 0, 0, 0.29);
}
.project-overview-section .area-section {
  margin-bottom: 10px;
  text-align: justify;
}
.project-overview-section .area-section p {
  margin: 0;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.six-privileges-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 443px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 43, 89, 0.63)), to(rgba(13, 43, 89, 0)));
  background: linear-gradient(to top, rgba(13, 43, 89, 0.63) 0%, rgba(13, 43, 89, 0) 100%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .six-privileges-section {
    padding: 50px 0 0px 0 !important;
  }
}
@media (min-width: 1024px) {
  .six-privileges-section .six-privileges-left {
    margin-right: -220px;
  }
}
.six-privileges-section .six-privileges-section-right > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.six-privileges-section .section-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .six-privileges-section .header-section {
    margin-left: -70px !important;
  }
}
.six-privileges-section .header-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .number-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .title-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .title-col .section-title-text .title-line-1,
.six-privileges-section .header-section .title-col .section-title-text .title-line-2 {
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(50%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
  text-shadow: 0px 0px 20px rgba(247, 229, 207, 0.6), 7px 1px 17px rgba(0, 0, 0, 0.39), 30px 6px 30px rgba(0, 0, 0, 0.34), 67px 13px 41px rgba(0, 0, 0, 0.2), 119px 24px 49px rgba(0, 0, 0, 0.06), 187px 37px 53px rgba(0, 0, 0, 0.01);
}
@media (max-width: 849px) {
  .six-privileges-section .header-section .title-col .section-title-text .title-line-1,
  .six-privileges-section .header-section .title-col .section-title-text .title-line-2 {
    font-size: 28px;
  }
}
.six-privileges-section .header-section .title-col .section-title-text .title-line-3 {
  font-family: "Allura", cursive;
  font-size: 96px;
  font-weight: 400;
  color: #ECC385;
  margin: -15px 0 0 0;
  line-height: 1;
}
@media (max-width: 849px) {
  .six-privileges-section .header-section .title-col .section-title-text .title-line-3 {
    font-size: 64px;
  }
}
@media (max-width: 849px) {
  .six-privileges-section .header-section {
    margin-bottom: 0px;
  }
  .six-privileges-section .header-section .number-col,
  .six-privileges-section .header-section .title-col {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
}
.six-privileges-section .privileges-grid .col-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .privileges-grid .privilege-item:nth-child(2) img {
  height: 131px;
  -o-object-fit: contain;
     object-fit: contain;
}
.six-privileges-section .privileges-grid .privilege-item:nth-child(3) img {
  height: 231px;
  -o-object-fit: contain;
     object-fit: contain;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content p,
.six-privileges-section .privileges-grid .privilege-item .privilege-content h5 {
  margin: 0;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
  font-family: "Montserrat";
  font-size: 96px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECC385), color-stop(70%, #866F4C));
  background: linear-gradient(180deg, #ECC385 0%, #866F4C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 0.9;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item .privilege-content {
    padding: 25px 20px;
    min-height: auto;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
    font-size: 60px;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
    font-size: 16px;
  }
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 849px) {
  .six-privileges-section {
    padding: 60px 0;
  }
}

.contact-section {
  position: relative;
}
@media (min-width: 1024px) {
  .contact-section {
    padding: 150px 0 100px 0;
  }
}
.contact-section {
  overflow: hidden;
}
.contact-section .form-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#D3C6B4), color-stop(57%, #CEB899));
  background: linear-gradient(90deg, #D3C6B4 0%, #CEB899 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 30px;
}
.contact-section .contact-info-col .contact-title-line-1 h2,
.contact-section .contact-info-col .contact-title-line-2 h2 {
  font-family: "UTM Essendine Caps";
  font-size: 80px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, #CEB899), to(#D3C6B4));
  background: linear-gradient(90deg, #CEB899 43%, #D3C6B4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}
@media (max-width: 849px) {
  .contact-section .contact-info-col .contact-title-line-1 h2,
  .contact-section .contact-info-col .contact-title-line-2 h2 {
    font-size: 42px;
  }
}
.contact-section .contact-info-col .contact-divider .divider-line {
  width: 100%;
  height: 2px;
  opacity: 1 !important;
  margin: 20px 0;
}
.contact-section .contact-info-col .contact-subtitle p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: white;
  opacity: 1;
}
.contact-section .contact-info-col .contact-details {
  margin-top: 40px;
}
.contact-section .contact-info-col .contact-details .contact-item {
  margin-bottom: 30px;
}
.contact-section .contact-info-col .contact-details .contact-item p {
  margin: 0 !important;
}
.contact-section .contact-info-col .contact-details .contact-item:last-child {
  border-bottom: unset;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-label-text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin: 0 !important;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(50%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 !important;
}
.contact-section .contact-info-col .contact-details .contact-item:first-child .contact-value-text p {
  font-family: "Montserrat", sans-serif;
}
.contact-section .contact-form-box {
  position: relative;
}
.contact-section .contact-form-box > .col-inner {
  position: relative;
}
.contact-section .contact-form-box > .col-inner::before {
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/doc.png) center/cover no-repeat;
  width: 10px;
  height: 247px;
  background-size: cover;
  left: -8px;
}
.contact-section .contact-form-box > .col-inner::after {
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/doc.png) center/cover no-repeat;
  width: 10px;
  height: 247px;
  background-size: cover;
  right: -5px;
}
.contact-section .contact-form-box .col-inner .wpcf7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/anhsangcontact.png") center/cover no-repeat;
  width: 600px;
  height: 90px;
  background-size: cover;
  left: 50%;
  top: -50px;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.contact-section .contact-form-box .col-inner .wpcf7::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/button.png") center/cover no-repeat;
  width: 450px;
  height: 90px;
  background-size: cover;
  left: 50%;
  bottom: -45px;
  top: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.contact-section .contact-form-box .col-inner .wpcf7 {
  padding: 40px;
}
@media (max-width: 849px) {
  .contact-section .contact-form-box .col-inner .wpcf7 {
    padding: 20px;
  }
}
.contact-section .contact-form-box .col-inner {
  border-radius: 40px;
  border: 2px solid #ECD681;
}
.contact-section .contact-form-box .form-group {
  margin-bottom: 20px;
}
.contact-section .contact-form-box .form-group input,
.contact-section .contact-form-box .form-group textarea {
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 15px 30px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: white;
  border: 1px solid #FFD97A !important;
}
.contact-section .contact-form-box .form-group input::-webkit-input-placeholder, .contact-section .contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: white;
}
.contact-section .contact-form-box .form-group input::-moz-placeholder, .contact-section .contact-form-box .form-group textarea::-moz-placeholder {
  color: white;
}
.contact-section .contact-form-box .form-group input:-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea:-ms-input-placeholder {
  color: white;
}
.contact-section .contact-form-box .form-group input::-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea::-ms-input-placeholder {
  color: white;
}
.contact-section .contact-form-box .form-group input::placeholder,
.contact-section .contact-form-box .form-group textarea::placeholder {
  color: white;
}
.contact-section .contact-form-box .form-group textarea {
  border-radius: 20px !important;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.contact-section .contact-form-box p {
  text-align: center;
}
.contact-section .contact-form-box .wpcf7-spinner {
  position: absolute;
}
.contact-section .contact-form-box .form-submit-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: -150px;
  font-family: "Montserrat", sans-serif;
  background-image: url(../../img/button.png) center/cover no-repeat;
}
.contact-section .contact-form-box .form-submit-btn::after {
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 247px;
  background-size: cover;
  right: -5px;
}
.contact-section .contact-form-box .form-submit-btn {
  z-index: 9999;
  color: #00464C !important;
  background: transparent;
  border-radius: 40px !important;
  padding: 12px 32px;
  border: none;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  line-height: 1;
}
.contact-section .contact-form-box .form-submit-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 849px) {
  .contact-section .contact-info-col .contact-title-line-1 h2 {
    font-size: 36px;
  }
  .contact-section .contact-info-col .contact-title-line-2 h2 {
    font-size: 28px;
  }
  .contact-section .contact-info-col .contact-details .contact-item .contact-label-text p {
    font-size: 18px;
  }
  .contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
    font-size: 22px;
  }
  .contact-section .contact-form-box::before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    bottom: auto;
    left: 0;
    width: 563px;
    height: 577px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgb(217, 217, 217) 0%, rgba(115, 115, 115, 0) 64%);
    opacity: 0.63;
  }
  .contact-section .contact-form-box .form-title {
    font-size: 30px;
  }
  .contact-section .contact-form-box .form-group input {
    font-size: 18px;
  }
  .contact-section .contact-form-box .form-submit-btn {
    font-size: 22px;
    height: 60px;
  }
}

/* ===================================
   DIGISKY PRODUCTS & SERVICES - STACK VERSION
   Using ux_stack and ux_image_box
   =================================== */
.digisky-hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 849px) {
  .digisky-hero .digisky-hero-col {
    min-height: 100vh;
  }
}
.digisky-hero .digisky-hero-col > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 849px) {
  .digisky-hero .digisky-hero-col > .col-inner {
    min-height: 100vh;
  }
}
@media (min-width: 849px) {
  .digisky-hero .digisky-hero-row {
    min-height: 100vh;
  }
}
@media (max-width: 849px) {
  .digisky-hero .digisky-hero-row > .digisky-hero-col:nth-child(1) > .col-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.digisky-hero h2 {
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 128.8%;
  letter-spacing: 0;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#DED2AE), color-stop(50%, #DBBA82), to(#CEB899));
  background: linear-gradient(180deg, #DED2AE 0%, #DBBA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.digisky-hero p {
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  color: white;
}
.digisky-hero .row {
  position: relative;
  z-index: 1;
}
.digisky-hero .right-image {
  width: 100%;
  height: auto;
}

/* ===================================
   DIGISKY PRODUCTS & SERVICES - STACK VERSION
   Using ux_stack and ux_image_box
   =================================== */
@media (min-width: 1024px) {
  .tig-infinity-news {
    padding-top: 120px !important;
  }
}
.tig-infinity-news .section-main-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0%;
  line-height: 128.8%;
  text-shadow: 9px 2px 20px rgba(65, 37, 37, 0.39), 35px 8px 36px rgba(65, 37, 37, 0.34), 78px 18px 48px rgba(65, 37, 37, 0.2), 139px 31px 57px rgba(65, 37, 37, 0.06), 217px 49px 62px rgba(65, 37, 37, 0.01);
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(50%, #D8BA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #D8BA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .tig-infinity-news .section-main-title h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.tig-infinity-news .blog-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tig-infinity-news .blog-post-inner .cat-label {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.tig-infinity-news .blog-post-inner .post-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tig-infinity-news .blog-post-inner .post-meta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
}
.tig-infinity-news .blog-post-inner .from_the_blog_excerpt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
.tig-infinity-news .blog-post-inner .button {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.tig-infinity-news .box {
  border-radius: 11px;
}
.tig-infinity-news .blog-post-custom .post-item {
  position: relative;
}
@media (min-width: 1023px) {
  .tig-infinity-news .blog-post-custom .post-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.tig-infinity-news .blog-post-custom .post-item .col-inner {
  position: relative;
  z-index: 2;
}
.tig-infinity-news .blog-post-custom .box {
  -webkit-box-shadow: 9px 2px 20px rgba(65, 37, 37, 0.39), 35px 8px 36px rgba(65, 37, 37, 0.34), 78px 18px 48px rgba(65, 37, 37, 0.2), 139px 31px 57px rgba(65, 37, 37, 0.06), 217px 49px 62px rgba(65, 37, 37, 0.01);
          box-shadow: 9px 2px 20px rgba(65, 37, 37, 0.39), 35px 8px 36px rgba(65, 37, 37, 0.34), 78px 18px 48px rgba(65, 37, 37, 0.2), 139px 31px 57px rgba(65, 37, 37, 0.06), 217px 49px 62px rgba(65, 37, 37, 0.01);
}
.tig-infinity-news .blog-post-custom .box-image {
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.tig-infinity-news .blog-post-custom .box-image .image-zoom {
  padding-top: 166px !important;
}
.tig-infinity-news .blog-post-custom .box-image img {
  -webkit-filter: brightness(0.86);
          filter: brightness(0.86);
}
.tig-infinity-news .blog-post-custom .post-meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: auto;
  letter-spacing: 0%;
  color: #00464C;
  opacity: 1;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .tig-infinity-news .blog-post-custom .post-meta {
    font-size: 14px;
  }
}
.tig-infinity-news .blog-post-custom .box-text {
  padding: 20px !important;
  background: white !important;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tig-infinity-news .blog-post-custom .box-text .box-text-inner {
  padding: 0;
}
.tig-infinity-news .blog-post-custom .box-text .is-divider {
  display: none;
}
.tig-infinity-news .blog-post-custom .box-text .post-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.tig-infinity-news .blog-post-custom .box-text .post-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: auto;
  letter-spacing: 0%;
  color: #00464C;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tig-infinity-news .blog-post-custom .box-text .post-title a:hover {
  color: #D8BA82;
}
@media (max-width: 1023px) {
  .tig-infinity-news .blog-post-custom .box-text .post-title a {
    font-size: 18px;
  }
}
.tig-infinity-news .blog-post-custom .box-text .from_the_blog_excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: auto;
  letter-spacing: 0%;
  color: #00464C;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 1023px) {
  .tig-infinity-news .blog-post-custom .box-text .from_the_blog_excerpt {
    font-size: 16px;
  }
}
.tig-infinity-news .blog-post-custom .box-text .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: auto;
  letter-spacing: 0%;
  color: #FFFFFF;
  background-color: #00464C;
  border-radius: 20px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0px;
}
.tig-infinity-news .blog-post-custom .box-text .button:hover {
  background-color: #D8BA82;
  color: #00464C;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.tig-infinity-news .blog-post-custom .box-text .button::after {
  content: "→";
  font-size: 15px;
  position: absolute;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media (max-width: 1023px) {
  .tig-infinity-news .blog-post-custom .box-text .button {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.tig-infinity-news .blog-post-custom .box-text .cat-label {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #00464C;
  text-transform: none;
  opacity: 0.7;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .tig-infinity-news .blog-post-custom .box-text .cat-label {
    font-size: 14px;
  }
}
.tig-infinity-news {
  /* Responsive cho Mobile */
}
@media (max-width: 849px) {
  .tig-infinity-news .section-main-title h2 {
    font-size: 28px;
  }
  .tig-infinity-news .blog-post-custom .post-item {
    margin-bottom: 30px;
  }
  .tig-infinity-news .blog-post-custom .post-item::after {
    height: 250px;
  }
  .tig-infinity-news .blog-post-custom .post-title a {
    font-size: 16px;
  }
  .tig-infinity-news .blog-post-custom .from_the_blog_excerpt {
    font-size: 14px;
  }
  .tig-infinity-news .blog-post-custom .button {
    font-size: 10px;
  }
}
.tig-infinity-news {
  /* Responsive cho Tablet */
}
@media (min-width: 850px) and (max-width: 1023px) {
  .tig-infinity-news .blog-post-custom .post-title a {
    font-size: 16px;
  }
  .tig-infinity-news .blog-post-custom .from_the_blog_excerpt {
    font-size: 14px;
  }
}