@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=Manrope:wght@300;400;500;600;700&display=swap");
@media (min-width: 1024px) {
  .section:not(.map-section):not(.tien-ich-noi-khu-section) {
    min-height: 100vh !important;
  }
}

@font-face {
  font-family: "Trajan Pro 3 ExtraLight";
  src: url("/fonts/_TrajanPro3ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3 Semi";
  src: url("/fonts/_TrajanPro3Semi.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3 SemiBold";
  src: url("/fonts/_TrajanPro3SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3";
  src: url("/fonts/TrajanProRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3";
  src: url("/fonts/TrajanProBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3 Light";
  src: url("/fonts/TrajanLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3";
  src: url("/fonts/TrajanPro3Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro 3 ExtraLight";
  src: url("/fonts/TrajanPro3ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
.bannerhome img {
  height: 900px !important;
}

.hero-vertical-living {
  position: relative;
  min-height: 100vh;
}
.hero-vertical-living::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.7)), to(rgba(13, 43, 89, 0)));
  background: linear-gradient(to top, rgba(13, 43, 89, 0.7) 0%, rgba(13, 43, 89, 0) 100%);
  pointer-events: none;
}
.hero-vertical-living section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-vertical-living .flickity-nav {
  display: none !important;
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1024px) {
  .hero-vertical-living .flickity-nav {
    bottom: 80px;
  }
}
.hero-vertical-living .flickity-nav {
  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;
  gap: 12px;
  z-index: 99999;
}
.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 * {
  font-family: "UTM Essendine Caps", serif;
}
.hero-vertical-living .hero-tagline * {
  font-family: "UTM Essendine Caps", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 849px) {
  .hero-vertical-living .hero-tagline * {
    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;
  }
}

.contact-section {
  position: relative;
}
@media (min-width: 1024px) {
  .contact-section {
    padding: 150px 0 100px 0;
  }
}
.contact-section {
  overflow: hidden;
}
.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-value-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: white;
  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 .col-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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 .col-inner {
  padding: 40px;
}
@media (max-width: 849px) {
  .contact-section .contact-form-box .col-inner {
    padding: 20px;
  }
}
.contact-section .contact-form-box .col-inner {
  border-radius: 40px;
  border: 5px solid #ECD681;
}
.contact-section .contact-form-box .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-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: white !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 15px 30px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #898989;
}
.contact-section .contact-form-box .form-group input::-webkit-input-placeholder, .contact-section .contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: #898989;
}
.contact-section .contact-form-box .form-group input::-moz-placeholder, .contact-section .contact-form-box .form-group textarea::-moz-placeholder {
  color: #898989;
}
.contact-section .contact-form-box .form-group input:-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea:-ms-input-placeholder {
  color: #898989;
}
.contact-section .contact-form-box .form-group input::-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea::-ms-input-placeholder {
  color: #898989;
}
.contact-section .contact-form-box .form-group input::placeholder,
.contact-section .contact-form-box .form-group textarea::placeholder {
  color: #898989;
}
.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-top: 40px;
  font-family: "Montserrat", sans-serif;
  color: #464646 !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(14%, #A98042), color-stop(62%, #E9CF96), color-stop(90%, #D7AA6F));
  background: linear-gradient(90deg, #A98042 14%, #E9CF96 62%, #D7AA6F 90%);
  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;
  }
}

.cs-chinh-sach {
  position: relative;
  background-color: #3D1A08;
  background-image: radial-gradient(ellipse at 20% 50%, rgba(101, 48, 12, 0.6) 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(101, 48, 12, 0.4) 0%, transparent 60%);
  overflow: hidden;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .cs-chinh-sach {
    padding-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .cs-chinh-sach {
    padding-top: 50px !important;
  }
}
.cs-chinh-sach .row {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cs-chinh-sach .cs-chinh-sach-title {
    margin-bottom: -160px;
  }
}

/* ===== LÝ DO NÊN CHỌN SECTION ===== */
.project-overview-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-overview-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;
}
.project-overview-section .section-content {
  position: relative;
  z-index: 2;
}
.project-overview-section .area-white {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.project-overview-section .area-white p, .project-overview-section .area-white h2 {
  color: white;
}
.project-overview-section .area-white p span, .project-overview-section .area-white h2 span {
  color: #E7C07D;
}
.project-overview-section .area-white p, .project-overview-section .area-white h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 40px;
  font-family: "UTM Essendine Caps", sans-serif;
}
.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;
}

/* ===================================
   DIGISKY INTRO SECTION STYLES
   =================================== */
/* Section Background */
.digisky-intro-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .digisky-intro-section {
    padding-top: 200px;
  }
}
.digisky-intro-section {
  /* Row Layout */
}
.digisky-intro-section .digisky-intro-row {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .digisky-intro-section .digisky-intro-row {
    padding-top: 80px;
  }
}
.digisky-intro-section {
  /* Left Column */
}
.digisky-intro-section .digisky-intro-left {
  padding-right: 50px;
}
.digisky-intro-section {
  /* Section Title */
}
.digisky-intro-section .digisky-section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 75px;
  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;
  /* Cho trình duyệt hỗ trợ chuẩn mới */
  background-clip: text;
  color: transparent;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.digisky-intro-section {
  /* Intro Description */
}
.digisky-intro-section .digisky-intro-desc p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #FFEFD9;
}
.digisky-intro-section {
  /* Main Content */
}
.digisky-intro-section .digisky-intro-content p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: justify;
}
.digisky-intro-section {
  /* Right Column */
}
.digisky-intro-section .digisky-intro-right {
  position: relative;
}
.digisky-intro-section {
  /* Map Image */
}
.digisky-intro-section .digisky-map-image {
  position: relative;
  -webkit-animation: fadeInUp 1s ease-out 0.2s both;
          animation: fadeInUp 1s ease-out 0.2s both;
}
.digisky-intro-section .digisky-map-image img {
  max-width: 100%;
  height: auto;
}
.digisky-intro-section {
  /* Stats Overlay */
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.digisky-intro-section {
  /* Shared Stat Style */
}
.digisky-intro-section .digisky-stat-projects, .digisky-intro-section .digisky-stat-years {
  text-align: center;
}
.digisky-intro-section .digisky-stat-projects h3, .digisky-intro-section .digisky-stat-years h3 {
  font-family: "Inter", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  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;
  background-clip: text;
  color: transparent;
}
.digisky-intro-section .digisky-stat-projects p, .digisky-intro-section .digisky-stat-years p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin: 0;
}
.digisky-intro-section {
  /* Stats */
}
.digisky-intro-section {
  /* Animations */
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.digisky-intro-section .digisky-section-title,
.digisky-intro-section .digisky-intro-desc,
.digisky-intro-section .digisky-intro-content {
  -webkit-animation: fadeInUp 0.8s ease-out;
          animation: fadeInUp 0.8s ease-out;
}
.digisky-intro-section .digisky-stat-years {
  -webkit-animation: fadeInUp 1s ease-out 0.4s both;
          animation: fadeInUp 1s ease-out 0.4s both;
}
.digisky-intro-section .digisky-stat-projects {
  -webkit-animation: fadeInUp 1s ease-out 0.6s both;
          animation: fadeInUp 1s ease-out 0.6s both;
}
.digisky-intro-section {
  /* =====================
  Responsive
  ===================== */
}
@media (max-width: 992px) {
  .digisky-intro-section .digisky-intro-left {
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 50px;
  }
  .digisky-intro-section .digisky-intro-desc p,
  .digisky-intro-section .digisky-intro-content p {
    font-size: 18px;
  }
  .digisky-intro-section .digisky-stat-years h3,
  .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 70px;
  }
  .digisky-intro-section .digisky-stat-years p,
  .digisky-intro-section .digisky-stat-projects p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .digisky-intro-section .digisky-section-title h2::after {
    font-size: 16px;
  }
  .digisky-intro-section .digisky-intro-desc p,
  .digisky-intro-section .digisky-intro-content p {
    font-size: 16px;
  }
  .digisky-intro-section .digisky-stat-years h3,
  .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 70px;
  }
  .digisky-intro-section .digisky-stat-years p,
  .digisky-intro-section .digisky-stat-projects p {
    font-size: 22px;
  }
  .digisky-intro-section .digisky-stats-container {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 36px;
  }
  .digisky-intro-section .digisky-section-title h2::after {
    font-size: 14px;
  }
  .digisky-intro-section .digisky-intro-desc p,
  .digisky-intro-section .digisky-intro-content p {
    font-size: 15px;
  }
  .digisky-intro-section .digisky-stat-years h3,
  .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 56px;
  }
  .digisky-intro-section .digisky-stat-years p,
  .digisky-intro-section .digisky-stat-projects p {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  .digisky-intro-section .digisky-stat-years p {
    padding: 6px 15px;
  }
}

.cs-chinh-sach {
  position: relative;
  background-color: #3D1A08;
  background-image: radial-gradient(ellipse at 20% 50%, rgba(101, 48, 12, 0.6) 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(101, 48, 12, 0.4) 0%, transparent 60%);
  overflow: hidden;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .cs-chinh-sach {
    padding-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .cs-chinh-sach {
    padding-top: 50px !important;
  }
}
.cs-chinh-sach .row {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cs-chinh-sach .cs-chinh-sach-title {
    margin-bottom: -160px;
  }
}
.cs-chinh-sach .cs-title-wrap {
  text-align: center;
  margin-bottom: 0;
}
.cs-chinh-sach .cs-title-wrap h2 {
  font-family: "UTM Essendine Caps", serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.1;
  color: #ECC385;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 40px rgba(236, 195, 133, 0.25), 0 2px 8px rgba(0, 0, 0, 0.5);
}
.cs-chinh-sach .cs-subtitle-wrap {
  text-align: center;
  margin-top: 14px;
}
.cs-chinh-sach .cs-subtitle-wrap p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #ECC385;
  margin: 0;
  opacity: 0.9;
}
.cs-chinh-sach .cs-cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cs-chinh-sach .cs-cards-row .cs-card-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.cs-chinh-sach .cs-card-item {
  position: relative;
  display: block;
}
.cs-chinh-sach .cs-card-item .cs-card-img {
  width: 100%;
  height: 100%;
}
.cs-chinh-sach .cs-card-item .cs-card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.cs-chinh-sach .cs-card-item .cs-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.cs-chinh-sach .cs-card-item .cs-card-content h3 {
  font-family: "UTM Essendine Caps", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.cs-chinh-sach .cs-card-item .cs-card-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.cs-chinh-sach .cs-card-item--1 .cs-card-content {
  top: 38%;
  left: 58%;
  text-align: left;
  width: 75%;
}
.cs-chinh-sach .cs-card-item--2 .cs-card-content {
  top: 30%;
  left: 50%;
  text-align: center;
  width: 100%;
}
.cs-chinh-sach .cs-card-item--3 .cs-card-content {
  top: 26%;
  left: 52%;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .cs-chinh-sach .cs-card-item--3 .cs-card-content {
    padding-left: 50px;
  }
}
.cs-chinh-sach .cs-card-item--4 .cs-card-content {
  top: 28%;
  left: 50%;
  text-align: left;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .cs-chinh-sach {
    padding-bottom: 50px;
  }
  .cs-chinh-sach .cs-card-item--1 {
    margin-bottom: 200px;
  }
  .cs-chinh-sach .cs-card-item--3 {
    margin-bottom: 65px;
  }
  .cs-chinh-sach .cs-card-item--4 {
    margin-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .cs-chinh-sach {
    padding: 60px 0;
  }
  .cs-chinh-sach .row {
    padding: 0 24px;
  }
  .cs-chinh-sach .cs-title-wrap h2 {
    font-size: 44px;
  }
  .cs-chinh-sach .cs-subtitle-wrap p {
    font-size: 18px;
  }
  .cs-chinh-sach .cs-cards-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cs-chinh-sach .cs-cards-row .cs-card-col {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    padding: 0;
  }
  .cs-chinh-sach .cs-card-item .cs-card-content h3 {
    font-size: 22px;
  }
  .cs-chinh-sach .cs-card-item .cs-card-content p {
    font-size: 14px;
  }
  .cs-chinh-sach .cs-card-item--1 .cs-card-content,
  .cs-chinh-sach .cs-card-item--2 .cs-card-content,
  .cs-chinh-sach .cs-card-item--3 .cs-card-content,
  .cs-chinh-sach .cs-card-item--4 .cs-card-content {
    top: calc(50% - 75px) !important;
    left: 50%;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 849px) {
  .cs-chinh-sach {
    padding: 48px 0;
  }
  .cs-chinh-sach .row {
    padding: 0 16px;
  }
  .cs-chinh-sach .cs-title-wrap {
    margin-bottom: 12px;
  }
  .cs-chinh-sach .cs-title-wrap h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .cs-chinh-sach .cs-subtitle-wrap {
    margin-bottom: 32px;
  }
  .cs-chinh-sach .cs-subtitle-wrap p {
    font-size: 14px;
    padding: 0 8px;
  }
  .cs-chinh-sach .cs-cards-row .cs-card-col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .cs-chinh-sach .cs-card-item .cs-card-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .cs-chinh-sach .cs-card-item .cs-card-content p {
    font-size: 13px;
  }
  .cs-chinh-sach .cs-card-item--1 .cs-card-content,
  .cs-chinh-sach .cs-card-item--2 .cs-card-content,
  .cs-chinh-sach .cs-card-item--3 .cs-card-content,
  .cs-chinh-sach .cs-card-item--4 .cs-card-content {
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80%;
  }
}

.real-estate-section.real-estate-section-bottom {
  padding-bottom: 10px;
}
.real-estate-section .hero-banner-row {
  margin-bottom: 0;
}
.real-estate-section .hero-banner-row .banner-title-text {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.real-estate-section .hero-banner-row .banner-title-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}
@media (max-width: 768px) {
  .real-estate-section .hero-banner-row .banner-title-text h1 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.real-estate-section .content-area-row {
  margin: 0 auto !important;
  margin-top: 50px !important;
}
.real-estate-section .content-area-row .section-title-text {
  margin-bottom: 20px;
}
.real-estate-section .content-area-row .section-title-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #4A2E1B;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
@media (max-width: 768px) {
  .real-estate-section .content-area-row .section-title-text h3 {
    font-size: 24px;
    text-align: center;
  }
}
.real-estate-section .content-area-row .properties-grid {
  margin-bottom: 50px;
}
.real-estate-section .content-area-row .properties-grid .property-card-col {
  margin-bottom: 40px;
  -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;
}
.real-estate-section .content-area-row .properties-grid .property-card-col:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.real-estate-section .content-area-row .properties-grid .property-card-col:hover .property-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-image {
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-title-text {
  margin-bottom: 0px;
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-title-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #00464C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .real-estate-section .content-area-row .properties-grid .property-card-col .property-title-text h4 {
    font-size: 16px;
  }
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-location-icon p {
  font-size: 15px;
  font-weight: 400;
  color: #00464C;
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-location-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-location-text p,
.real-estate-section .content-area-row .properties-grid .property-card-col .property-subtitle-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5B4B39;
  margin: 0 0 5px 0;
  line-height: 1.6;
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-location-text p:first-child,
.real-estate-section .content-area-row .properties-grid .property-card-col .property-subtitle-text p:first-child {
  font-weight: 500;
  color: #5B4B39;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.real-estate-section .content-area-row .properties-grid .property-card-col .property-location-text p .location-icon,
.real-estate-section .content-area-row .properties-grid .property-card-col .property-subtitle-text p .location-icon {
  margin-right: 6px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .real-estate-section .content-area-row .properties-grid .property-card-col {
    margin-bottom: 30px;
  }
}

.tig-hero-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tig-hero-section {
    padding: 0px !important;
  }
}
.tig-hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tig-hero-section .tig-hero-row {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tig-hero-section .tig-location-list {
  width: 450px;
  margin: 0 auto;
}
.tig-hero-section .tig-hero-content {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
}
.tig-hero-section .tig-hero-content .featured-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px;
}
.tig-hero-section .tig-hero-content .featured-box .icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tig-hero-section .tig-hero-content .featured-box img {
  padding: 0 !important;
}
.tig-hero-section .tig-hero-content * {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-content {
    padding-bottom: 0px;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 849px) {
  .tig-hero-section {
    min-height: auto;
    padding: 60px 20px !important;
  }
}
@media (max-width: 849px) {
  .tig-hero-section {
    padding: 40px 16px !important;
  }
  .tig-hero-section .tig-location-stats {
    margin-top: 0px !important;
  }
}

.tienichtoankhu .section-title-text h3 {
  color: #5B4B39;
  font-size: 80px;
}
.tienichtoankhu .section-title-text p {
  color: white;
}

.listlogo .listlogo__row .col::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/linelogo.png) center/cover no-repeat;
  width: 247px;
  height: 21px;
  background-size: cover;
  left: -92px;
}
@media (max-width: 849px) {
  .listlogo .listlogo__row .col::before {
    left: -106px;
  }
}
.listlogo .listlogo__row .col::before {
  right: auto;
  top: calc(50% - 28px);
  bottom: auto;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.listlogo .listlogo__row .col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/linelogo.png) center/cover no-repeat;
  width: 247px;
  height: 21px;
  background-size: cover;
  right: -92px;
}
@media (max-width: 849px) {
  .listlogo .listlogo__row .col::after {
    right: -106px;
  }
}
.listlogo .listlogo__row .col::after {
  left: auto;
  top: calc(50% - 28px);
  bottom: auto;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.listlogo .listlogo__row .col-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 195, 133, 0.8)), to(rgba(134, 111, 76, 0)));
  background: linear-gradient(180deg, rgba(236, 195, 133, 0.8) 0%, rgba(134, 111, 76, 0) 100%);
  border-radius: 15px;
  padding: 15px 15px 15px 15px !important;
  border: 3px solid #E0D491;
}
.listlogo .listlogo__row .col-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/linelogo.png) center/cover no-repeat;
  width: 300px;
  height: 40px;
  background-size: cover;
  left: 50%;
  top: -20px;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.listlogo .listlogo__row .col-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/linelogo.png) center/cover no-repeat;
  width: 300px;
  height: 40px;
  background-size: cover;
  left: 50%;
  bottom: -20px;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .listlogo h2 {
    font-size: 66px;
    margin-bottom: 100px;
  }
}
.listlogo h2 {
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  color: #E0B881 !important;
  letter-spacing: 0;
  text-shadow: 40px 28px 48px rgba(0, 0, 0, 0.35);
}
@media (max-width: 849px) {
  .listlogo h2 {
    font-size: 25px;
  }
}
.listlogo .row img {
  height: 144px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}