@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");
.casa-hero {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.casa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#1A3933), color-stop(17.02%, rgba(26, 57, 51, 0.8)), color-stop(50%, rgba(26, 57, 51, 0)));
  background: linear-gradient(0deg, #1A3933 0%, rgba(26, 57, 51, 0.8) 17.02%, rgba(26, 57, 51, 0) 50%);
  z-index: 1;
  pointer-events: none;
}
.casa-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.casa-hero .row {
  position: relative;
  z-index: 2;
}
.casa-hero__logo {
  margin-bottom: 20px;
}
.casa-hero__title h1 {
  font-family: "UTM Essendine Caps", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #DF1F8C;
  text-shadow: 0px 0px 20px #DF1F8C;
  margin: 0 auto 10px;
  display: inline-block;
}
.casa-hero__subtitle p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .casa-hero {
    height: 600px;
  }
  .casa-hero__title h1 {
    font-size: 80px;
  }
  .casa-hero__subtitle p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .casa-hero {
    height: 100svh;
    min-height: 480px;
  }
  .casa-hero .row {
    padding-bottom: 40px !important;
  }
  .casa-hero__title h1 {
    font-size: 48px;
    text-shadow: 0px 0px 10px #DF1F8C;
  }
  .casa-hero__subtitle p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
  }
}

.casa-contact {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.casa-contact__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("link-anh-pattern-hoa-van-mo.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.casa-contact__title h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #1A3933;
  margin-bottom: 40px;
  display: inline-block;
}
.casa-contact__info .info-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1A3933;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
.casa-contact__desc-short p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1A3933;
  margin-top: 10px;
  margin-bottom: 20px;
}
.casa-contact__desc-long p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #1A3933;
  max-width: 454px;
  margin-bottom: 40px;
}
.casa-contact__btn {
  background-color: #1A3933 !important;
  border: none;
  font-weight: 500;
}
.casa-contact__btn a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.casa-contact__btn a:hover {
  background-color: #DF1F8C !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.casa-contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
@media (max-width: 849px) {
  .casa-contact__content {
    padding: 40px 20px !important;
  }
  .casa-contact__title h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .casa-contact__info .info-item, .casa-contact__desc-short p, .casa-contact__desc-long p {
    font-size: 16px;
  }
  .casa-contact__image img {
    min-height: 350px;
  }
}

@media (min-width: 1024px) {
  .section:not(.casa-contact):not(.tig-hero-section) {
    min-height: 100vh !important;
  }
}

.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;
  }
}

.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;
  }
}

/* ===================================
   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
   =================================== */
/* ===================================
   CASA BONITA - TIN TỨC & SỰ KIỆN
   =================================== */
.tig-infinity-news {
  background-color: transparent;
  position: relative;
  padding: 80px 0 !important;
}
@media (min-width: 1024px) {
  .tig-infinity-news {
    padding: 120px 0 !important;
  }
}
.tig-infinity-news .is-divider {
  display: none;
}
.tig-infinity-news .section-main-title {
  margin-bottom: 60px;
}
.tig-infinity-news .section-main-title h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  color: #1A3933;
  display: table;
  margin: 0 auto;
  padding: 10px 40px;
  background: transparent;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  -webkit-filter: none;
          filter: none;
}
.tig-infinity-news .blog-post-custom {
  max-width: 1440px;
  margin: 0 auto;
}
.tig-infinity-news .blog-post-custom .post-item {
  padding: 0 15px;
  margin-bottom: 40px;
}
.tig-infinity-news .blog-post-custom .box {
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 25px !important;
  border: none;
  overflow: hidden;
  height: 100%;
  -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;
}
.tig-infinity-news .blog-post-custom .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.tig-infinity-news .blog-post-custom .box-image {
  padding: 20px 20px 0 20px;
  background: transparent;
}
.tig-infinity-news .blog-post-custom .box-image .image-zoom {
  border-radius: 19px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.tig-infinity-news .blog-post-custom .box-image img {
  -webkit-filter: none !important;
          filter: none !important;
}
.tig-infinity-news .blog-post-custom .box-text {
  padding: 25px 20px !important;
  background: transparent !important;
}
.tig-infinity-news .blog-post-custom .box-text .box-text-inner {
  padding: 0;
}
.tig-infinity-news .blog-post-custom .box-text .post-title {
  margin-bottom: 15px;
  height: 40px;
  overflow: hidden;
}
.tig-infinity-news .blog-post-custom .box-text .post-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000 !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tig-infinity-news .blog-post-custom .box-text .post-title a:hover {
  color: #1A3933 !important;
}
.tig-infinity-news .blog-post-custom .box-text .from_the_blog_excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  color: #000000;
  margin-bottom: 20px;
  height: 90px;
  overflow: hidden;
}
.tig-infinity-news .blog-post-custom .box-text .is-bevel:after {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  left: 0;
}
.tig-infinity-news .blog-post-custom .box-text .button {
  background: transparent !important;
  color: #000000 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.tig-infinity-news .blog-post-custom .box-text .button:hover {
  color: #1A3933 !important;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 849px) {
  .tig-infinity-news .section-main-title h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 8px 20px;
  }
  .tig-infinity-news .blog-post-custom .box-text .from_the_blog_excerpt {
    height: auto;
    font-size: 14px;
  }
  .tig-infinity-news .blog-post-custom .post-title a {
    font-size: 14px;
  }
}

/* ===================================
   CASA BONITA - LOCATION & INTRO SECTION
   =================================== */
.digisky-intro-section {
  position: relative;
  background-image: url("02.SHOPHOUSE.jpg") !important;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 950px;
}
.digisky-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.digisky-intro-section .digisky-intro-row {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}
.digisky-intro-section {
  /* --- CỘT TRÁI: TIÊU ĐỀ & MÔ TẢ --- */
}
.digisky-intro-section .digisky-section-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
  background: none;
  -webkit-text-fill-color: initial;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.digisky-intro-section .digisky-intro-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: justify;
  text-transform: capitalize;
  max-width: 471px;
}
.digisky-intro-section {
  /* --- CỘT PHẢI: THÔNG SỐ KẾT NỐI (STATS) --- */
}
.digisky-intro-section .digisky-stats-container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding-left: 50px;
}
.digisky-intro-section .digisky-stat-projects, .digisky-intro-section .digisky-stat-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin: 30px 0px;
}
.digisky-intro-section .digisky-stat-projects h3, .digisky-intro-section .digisky-stat-years h3 {
  font-family: "UTM Essendine Caps", serif;
  font-weight: 400;
  font-size: 48px;
  color: #DF1F8C;
  margin: 0;
  line-height: 1;
  text-shadow: 0px 0px 20px rgba(223, 31, 140, 0.8);
  -webkit-text-fill-color: #DF1F8C;
  min-width: 70px;
}
.digisky-intro-section .digisky-stat-projects p, .digisky-intro-section .digisky-stat-years p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin: 0;
}
.digisky-intro-section .digisky-stat-projects::before, .digisky-intro-section .digisky-stat-years::before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 0px 15px #DF1F8C);
          filter: drop-shadow(0px 0px 15px #DF1F8C);
}
.digisky-intro-section {
  /* --- HIỆU ỨNG ĐIỂM NHẤN (ELLIPSE) --- */
}
.digisky-intro-section .digisky-map-image {
  position: relative;
}
.digisky-intro-section .digisky-map-image::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 80px;
  background: #DF1F8C;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-1.29deg);
          transform: translate(-50%, -50%) rotate(-1.29deg);
  z-index: -1;
}
.digisky-intro-section {
  /* --- RESPONSIVE --- */
}
@media (max-width: 1023px) {
  .digisky-intro-section {
    min-height: auto;
    padding: 60px 20px !important;
  }
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 40px;
  }
  .digisky-intro-section .digisky-stats-container {
    padding-left: 0;
    margin-top: 50px;
  }
  .digisky-intro-section .digisky-stat-years h3, .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 36px;
  }
  .digisky-intro-section .digisky-stat-years p, .digisky-intro-section .digisky-stat-projects p {
    font-size: 18px;
  }
}