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

.project-overview-section {
  position: relative;
}
.project-overview-section--new .section-bg.fill img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-overview-section--new .section-content {
  position: relative;
  z-index: 2;
}
.project-overview-section--new .project-overview-text {
  z-index: 999;
  width: 100%;
}
@media (min-width: 1024px) {
  .project-overview-section--new .project-overview-text {
    padding-top: 60px;
  }
}
@media (min-width: 849px) {
  .project-overview-section--new .project-overview-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (max-width: 849px) {
  .project-overview-section--new .project-overview-text {
    background-color: #2e1b0e;
    position: unset;
  }
}
@media (max-width: 849px) {
  .project-overview-section--new .img-bg .img-inner {
    padding-top: 0 !important;
  }
  .project-overview-section--new .img-bg .img-inner img {
    position: unset !important;
  }
}
.project-overview-section .project-info-box {
  margin-bottom: 15px;
  margin-left: 0;
}
.project-overview-section .project-info-box .info-list-row {
  margin-bottom: 0;
  border: 4px solid #C9AE91;
  border-radius: 36px;
  padding: 20px 30px;
  backdrop-filter: blur(8px);
  background: linear-gradient(14deg, rgba(169, 119, 97, 0.14) 0%, rgba(157, 109, 88, 0.14) 18%, rgba(148, 102, 81, 0.14) 31%, rgba(133, 85, 70, 0.14) 53%, rgba(119, 74, 61, 0.14) 73%, rgba(111, 72, 54, 0.14) 86%, rgba(101, 64, 47, 0.14) 100%);
  -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));
  position: relative;
  overflow: hidden;
  max-width: 383px;
  min-height: 660px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project-overview-section .project-info-box .info-list-row::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: url(../../img/hoavan.png) center/cover no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  width: 500px;
  height: 100%;
  background-size: cover;
  left: -15px;
}
.project-overview-section .project-info-box .info-list-row > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 849px) {
  .project-overview-section .project-info-box .info-list-row {
    max-width: 100%;
    min-height: unset;
    padding: 20px;
  }
}
.project-overview-section .project-info-box .info-item-three:first-child .img.has-hover {
  width: 38%;
  margin: 0 auto 16px;
}
.project-overview-section .project-info-box .info-item-three:first-child .img.has-hover img {
  width: 100%;
  display: block;
}
.project-overview-section .project-info-box .info-value-col .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.project-overview-section .project-info-box .info-value-col .col-inner .value-text-fisrt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.project-overview-section .project-info-box .info-value-col .col-inner .value-text-fisrt span {
  font-weight: 600;
  padding-right: 10px;
}
.project-overview-section .project-info-box .info-value-col .col-inner .value-text-fisrt span::before {
  content: ":";
  position: absolute;
  right: 0px;
  top: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.project-overview-section .project-info-box .info-value-col .col-inner .value-text-second {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-overview-section .project-info-box .info-value-col .col-inner .value-text-second span.value {
  color: white !important;
}
.project-overview-section .project-info-box .info-value-col .value-text p {
  margin: 0;
}
.project-overview-section .project-info-box .info-value-col .value-text .value {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-overview-section .project-info-box .info-value-col .value-text-second:last-child .value {
  text-transform: capitalize;
}
.project-overview-section .project-info-box .info-item {
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item br {
  display: none !important;
}
.project-overview-section .project-info-box .info-item p {
  margin: 0;
}
.project-overview-section .project-info-box .info-item:last-child {
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item .info-item-three {
  padding: 8px 0;
}
.project-overview-section .project-info-box .info-item .info-item-three:last-child {
  border-bottom: none;
}
@media (max-width: 849px) {
  .project-overview-section .project-info-box .info-item {
    margin-bottom: 10px;
  }
  .project-overview-section .project-info-box .info-item .info-value-col {
    margin-bottom: 4px;
    padding-left: 8px !important;
  }
}
@media (max-width: 849px) {
  .project-overview-section {
    padding: 60px 0;
  }
}

.six-privileges-section {
  position: relative;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .six-privileges-section {
    padding: 50px 0 0 0 !important;
  }
}
.six-privileges-section .section-bg.fill::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(72, 52, 27, 0.88);
  z-index: 1;
}
.six-privileges-section .section-content {
  position: relative;
  z-index: 2;
}
.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 .privileges-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.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;
}
.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", sans-serif;
  font-size: 95px;
  font-weight: 600;
  text-align: center;
  line-height: 116px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE7CE), color-stop(43.75%, #F5C997), color-stop(95.67%, #FFDDBE));
  background: linear-gradient(180deg, #FFE7CE 0%, #F5C997 43.75%, #FFDDBE 95.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
    font-size: 60px;
    line-height: 1.2;
  }
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 43px;
  margin-bottom: 18px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content.privilege-01 .privilege-title {
  font-size: 30px;
  line-height: 37px;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  position: relative;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-desc::before {
  content: "";
  background: white;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: -10px;
  top: 10px;
  position: absolute;
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item .privilege-content {
    padding: 25px 20px;
    min-height: auto;
  }
}
@media (max-width: 849px) {
  .six-privileges-section {
    padding: 60px 0;
  }
}

.contact-section {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  background-color: #46311C;
}
.contact-section .section-bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-section .section-bg.fill img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section .section-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .contact-section {
    padding: 100px 0;
  }
}
@media (max-width: 849px) {
  .contact-section {
    padding: 40px 16px;
    min-height: unset;
  }
}
.contact-section .contact-info-col {
  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;
}
@media (max-width: 1200px) {
  .contact-section .contact-info-col {
    padding-left: 60px;
  }
}
@media (max-width: 849px) {
  .contact-section .contact-info-col {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.contact-section .contact-info-col .contact-title-line-1 h2 {
  font-family: "UTM Essendine Caps", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 112px;
  text-align: left;
  color: #F7E5CF;
  margin: 0 0 40px;
}
@media (max-width: 849px) {
  .contact-section .contact-info-col .contact-title-line-1 h2 {
    font-size: 48px;
    line-height: 1.3;
  }
}
.contact-section .contact-info-col .contact-details {
  margin-top: 0;
}
.contact-section .contact-info-col .contact-details .contact-item {
  margin-bottom: 30px;
}
.contact-section .contact-info-col .contact-details .contact-item .row.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #F7E5CF;
  margin: 0 !important;
}
@media (max-width: 849px) {
  .contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.contact-section .contact-info-col .contact-details .contact-item.email-item .contact-value-text p {
  text-decoration-line: underline;
}
.contact-section .contact-info-col .contact-details .contact-item:last-child {
  border-bottom: unset;
}
.contact-section .contact-form-col {
  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;
}
@media (max-width: 849px) {
  .contact-section .contact-form-col {
    padding: 0;
  }
}
.contact-section .contact-form-box {
  width: 100%;
}
.contact-section .contact-form-box .col-inner {
  position: relative;
  max-width: 563px;
  min-height: 577px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 28px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 849px) {
  .contact-section .contact-form-box .col-inner {
    padding: 24px 20px;
    border-radius: 20px;
    min-height: unset;
  }
}
.contact-section .contact-form-box .form-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #46311C;
  margin-bottom: 24px;
}
@media (max-width: 849px) {
  .contact-section .contact-form-box .form-title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.contact-section .contact-form-box .form-group {
  margin-bottom: 16px;
}
.contact-section .contact-form-box .form-group p {
  margin: 0;
  text-align: left;
}
.contact-section .contact-form-box .form-group input {
  width: 100%;
  height: 51px;
  background-color: transparent !important;
  border: 1px solid #46311C !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #46311C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-section .contact-form-box .form-group input::-webkit-input-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group input::-moz-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group input:-ms-input-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group input::-ms-input-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group input::placeholder {
  color: #898989;
  font-size: 20px;
}
@media (max-width: 849px) {
  .contact-section .contact-form-box .form-group input {
    font-size: 14px;
    height: 44px;
  }
}
.contact-section .contact-form-box .form-group textarea {
  width: 100%;
  height: 139px;
  background-color: transparent !important;
  border: 1px solid #46311C !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #46311C;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-section .contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group textarea::-moz-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group textarea:-ms-input-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group textarea::-ms-input-placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box .form-group textarea::placeholder {
  color: #898989;
  font-size: 20px;
}
.contact-section .contact-form-box p {
  text-align: center;
  margin: 0;
}
.contact-section .contact-form-box .wpcf7-spinner {
  position: absolute;
}
.contact-section .contact-form-box .form-submit-btn {
  display: block;
  width: 174px;
  height: 53px;
  margin: 20px auto 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff !important;
  background: #46311C !important;
  border-radius: 13px !important;
  border: none !important;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-section .contact-form-box .form-submit-btn:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 849px) {
  .contact-section .contact-form-box .form-submit-btn {
    font-size: 18px;
    height: 46px;
    width: auto;
    padding: 0 32px;
  }
}
@media (max-width: 849px) {
  .contact-section .col.large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
    font-size: 18px;
  }
}

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

.heritage-section {
  position: relative;
  overflow: hidden;
  min-height: 900px;
}
.heritage-section .section-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 850px) {
  .heritage-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 849px) {
  .heritage-section {
    padding: 30px !important;
    min-height: unset;
  }
}
.heritage-section .heritage-title {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 40px;
}
.heritage-section .heritage-title h2 {
  font-family: "UTM Essendine Caps", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 98px;
  text-transform: uppercase;
  color: #46311C;
  margin: 0;
}
@media (max-width: 849px) {
  .heritage-section .heritage-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.heritage-section .col.large-6:first-child .col-inner {
  position: relative;
}
.heritage-section .col.large-6:first-child .col-inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 527px;
  background-color: #46311C;
}
@media (max-width: 849px) {
  .heritage-section .col.large-6:first-child .col-inner::after {
    display: none;
  }
}
.heritage-section .heritage-overview-title {
  margin-bottom: 8px;
}
.heritage-section .heritage-overview-title h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #46311C;
  margin: 0 0 8px;
}
@media (max-width: 849px) {
  .heritage-section .heritage-overview-title h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.heritage-section .heritage-overview-list {
  margin-bottom: 24px;
}
.heritage-section .heritage-overview-list ul {
  list-style: disc;
  padding-left: 24px;
  margin: 0 0 16px;
}
.heritage-section .heritage-overview-list ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #46311C;
  margin-bottom: 8px;
  display: list-item;
}
@media (max-width: 849px) {
  .heritage-section .heritage-overview-list ul li {
    font-size: 14px;
  }
}
.heritage-section .col.large-6 .col-inner {
  padding: 40px 60px;
}
@media (max-width: 1200px) {
  .heritage-section .col.large-6 .col-inner {
    padding: 30px 40px;
  }
}
@media (max-width: 849px) {
  .heritage-section .col.large-6 .col-inner {
    padding: 20px 0;
  }
}
@media (max-width: 849px) {
  .heritage-section .col.large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .heritage-section .heritage-overview-title h3 {
    font-size: 20px;
  }
  .heritage-section .heritage-overview-list ul li {
    font-size: 14px;
  }
}

/* ===== LÝ DO NÊN CHỌN SECTION ===== */
.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(#00464C), to(rgba(115, 115, 115, 0)));
  background: linear-gradient(0deg, #00464C 0%, rgba(115, 115, 115, 0) 100%);
  pointer-events: none;
}
.hero-vertical-living section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-vertical-living .flickity-nav {
  display: none !important;
}
.hero-vertical-living .section-bg {
  background-size: cover;
  background-position: center;
}
.hero-vertical-living .hero-tagline {
  text-transform: uppercase;
}
.hero-vertical-living .hero-tagline * {
  font-family: "UTM Essendine Caps", serif;
}
.hero-vertical-living .hero-tagline p {
  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 p {
    font-size: 16px;
  }
}
.hero-vertical-living .hero-tagline-one p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
.hero-vertical-living .hero-tagline-two p {
  font-family: "UTM Essendine Caps", serif;
  font-weight: 400;
  font-size: 64px;
  color: #ffffff;
  margin: 0px;
  line-height: 1;
  margin-bottom: 20px !important;
}
.hero-vertical-living .hero-tagline-three p {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}
@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;
  }
}

.tiendo {
  position: relative;
  overflow: hidden;
  min-height: 900px;
}
.tiendo .muatheme-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .tiendo .muatheme-tabs {
    margin-top: -100px;
  }
}
.tiendo .muatheme-tabs .nav {
  margin-bottom: 30px !important;
}
.tiendo .section-content {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media (max-width: 849px) {
  .tiendo {
    min-height: auto !important;
  }
}
.tiendo h2 {
  font-family: "UTM Essendine Caps", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 98px;
  text-transform: uppercase;
  color: #46311C;
  margin: 0;
  padding: 60px 0 30px 266px;
}
@media (max-width: 1200px) {
  .tiendo h2 {
    padding-left: 60px;
    font-size: 52px;
  }
}
@media (max-width: 849px) {
  .tiendo h2 {
    font-size: 36px;
    line-height: 1.3;
    padding: 30px 20px 20px;
  }
}
@media (max-width: 849px) {
  .tiendo .tabimages {
    min-height: 100% !important;
    padding: 15px !important;
  }
}
.tiendo .tabimages .tabbed-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1630px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .tiendo .tabimages .tabbed-content .nav {
    padding-left: 60px;
  }
}
@media (max-width: 849px) {
  .tiendo .tabimages .tabbed-content .nav {
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tiendo .tabimages .tabbed-content .nav .tab {
  list-style: none;
}
.tiendo .tabimages .tabbed-content .nav .tab a {
  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;
  width: 174px;
  height: 58px;
  background-color: #FDF2E5;
  border: 1px solid #000000;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.tiendo .tabimages .tabbed-content .nav .tab a:hover {
  opacity: 0.85;
}
.tiendo .tabimages .tabbed-content .nav .tab a img {
  display: none;
}
.tiendo .tabimages .tabbed-content .nav .tab a h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #46311C;
  margin: 0;
}
@media (max-width: 849px) {
  .tiendo .tabimages .tabbed-content .nav .tab a {
    width: auto;
    padding: 10px 16px;
    height: auto;
  }
  .tiendo .tabimages .tabbed-content .nav .tab a h3 {
    font-size: 12px;
  }
}
.tiendo .tabimages .tabbed-content .nav .tab.active a {
  background-color: #46311C;
  border-color: #46311C;
}
.tiendo .tabimages .tabbed-content .nav .tab.active a h3 {
  color: #F7E5CF;
}
.tiendo .tabimages .tab-panels .panel {
  display: none;
}
.tiendo .tabimages .tab-panels .panel.active {
  display: block;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1400px) {
  .tiendo .tabimages .tien-ich-noi-khu-section-group {
    padding: 0 40px;
  }
}
@media (max-width: 849px) {
  .tiendo .tabimages .tien-ich-noi-khu-section-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 10px;
  }
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 11px);
          flex: 0 0 calc(33.333% - 11px);
  max-width: calc(33.333% - 11px);
}
@media (max-width: 849px) {
  .tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-left .col-inner {
  padding: 0 !important;
  height: 100%;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-left .img.has-hover {
  width: 100%;
  height: 100%;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-left .img.has-hover .img-inner {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #000000;
  aspect-ratio: 512/583;
  height: 100%;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-left .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 12px);
          flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 849px) {
  .tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right .col-inner {
  padding: 0 !important;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right .col-first .img.has-hover .img-inner {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #000000;
  aspect-ratio: 418/407;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right .col-first .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right .col-last .img.has-hover .img-inner {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #000000;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-right .col-last .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.666% - 11px);
          flex: 0 0 calc(41.666% - 11px);
  max-width: calc(41.666% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 849px) {
  .tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last .col-inner {
  padding: 0 !important;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last .col-first .img.has-hover .img-inner {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #000000;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last .col-first .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last .col-last .img.has-hover .img-inner {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #000000;
  aspect-ratio: 605/275;
}
.tiendo .tabimages .tien-ich-noi-khu-section-group .tien-ich-noi-khu-section-inner-last .col-last .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.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: #00464C;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tig-hero-section .section-bg.fill img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.tig-hero-section .section-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.tig-hero-section .tig-hero-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@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 .col.tig-hero-row.large-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  max-width: 400px;
  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;
  padding: 20px 20px;
}
@media (max-width: 849px) {
  .tig-hero-section .col.tig-hero-row.large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tig-hero-section .col.tig-hero-row.large-5 > .col-inner {
  background-color: transparent;
  border-radius: 29px;
  border: 1px solid #46311C;
  padding: 15px !important;
}
.tig-hero-section .col.tig-hero-row.large-5 > .col-inner > .tig-hero-row {
  background-color: rgb(71, 49, 28);
  border-radius: 29px;
  border: 1px solid #F7E5CF;
  padding: 40px 40px;
  margin: 0px;
}
.tig-hero-section .col.tig-hero-row.large-5 > .col-inner {
  width: 450px;
  max-width: 100%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  .tig-hero-section .col.tig-hero-row.large-5 > .col-inner {
    width: 100%;
    padding: 32px 40px;
  }
}
@media (max-width: 849px) {
  .tig-hero-section .col.tig-hero-row.large-5 > .col-inner {
    padding: 24px 20px;
    border-radius: 20px;
  }
}
.tig-hero-section .img.has-hover {
  width: 27%;
  margin: 0 auto 16px;
}
@media (max-width: 849px) {
  .tig-hero-section .img.has-hover {
    width: 40%;
  }
}
.tig-hero-section .img.has-hover img {
  width: 100%;
  display: block;
}
.tig-hero-section .tig-title-location {
  font-family: "UTM Essendine Caps", serif;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: auto;
  letter-spacing: 0;
  margin: 0 0 16px;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-title-location {
    font-size: 24px;
  }
}
.tig-hero-section .tig-location-list {
  width: 100%;
  margin: 0 auto;
}
.tig-hero-section .tig-location-description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: auto;
  letter-spacing: 0;
  text-align: justify;
}
.tig-hero-section .tig-location-description p:first-child {
  font-size: 14px;
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tig-hero-section .tig-location-description .tig-list-items {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 12px;
}
.tig-hero-section .tig-location-description .tig-list-items li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  text-transform: uppercase;
}
.tig-hero-section .tig-location-description .tig-district-label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 12px 0 8px;
}
.tig-hero-section .col.tig-hero-map.large-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 400px);
          flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px;
}
.tig-hero-section .col.tig-hero-map.large-7 .img {
  margin: 0px !important;
  border-radius: 42px;
}
.tig-hero-section .col.tig-hero-map.large-7 .img img {
  border-radius: 42px;
}
@media (max-width: 849px) {
  .tig-hero-section .col.tig-hero-map.large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tig-hero-section .col.tig-hero-map.large-7 > .col-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 1px solid #46311C;
  border-radius: 42px;
}
.tig-hero-section .col.tig-hero-map.large-7 .img.has-hover {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 849px) {
  .tig-hero-section .col.tig-hero-map.large-7 .img.has-hover {
    width: 100%;
  }
}
.tig-hero-section .col.tig-hero-map.large-7 .img.has-hover img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .tig-hero-section {
    padding: 0 !important;
  }
}
@media (max-width: 849px) {
  .tig-hero-section {
    padding: 40px 16px !important;
  }
  .tig-hero-section .col.tig-hero-row.large-5,
  .tig-hero-section .col.tig-hero-map.large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.tienichtoankhu__three {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.tienichtoankhu__three .section-bg.fill img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tienichtoankhu__three .section-content {
  position: relative;
  z-index: 1;
}
.tienichtoankhu__three .section-title-text {
  text-align: center;
}
.tienichtoankhu__three .section-title-text h2 {
  font-family: "UTM Essendine Caps", serif;
  font-size: 70px;
  font-weight: 400;
  color: #493516;
  line-height: 98px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (max-width: 849px) {
  .tienichtoankhu__three .section-title-text h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}
.tienichtoankhu__three .section-title-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #493516 !important;
  line-height: 29px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 849px) {
  .tienichtoankhu__three .section-title-text h3 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
.tienichtoankhu__three .content-area-row.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.tienichtoankhu__three .content-area-row .col.large-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 11px);
          flex: 0 0 calc(33.333% - 11px);
  max-width: calc(33.333% - 11px);
}
@media (max-width: 849px) {
  .tienichtoankhu__three .content-area-row .col.large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 549px) {
  .tienichtoankhu__three .content-area-row .col.large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tienichtoankhu__three .content-area-row .col.large-4 .col-inner {
  width: 100%;
}
.tienichtoankhu__three .content-area-row .col.large-4 .img.has-hover {
  width: 100%;
  margin-bottom: 12px;
}
.tienichtoankhu__three .content-area-row .col.large-4 .img.has-hover .img-inner {
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 483/232;
}
.tienichtoankhu__three .content-area-row .col.large-4 .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tienichtoankhu__three .content-area-row .col.large-4 .img.has-hover:hover .img-inner {
  -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;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tienichtoankhu__three .content-area-row .col.large-4 .property-title-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #493516;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 849px) {
  .tienichtoankhu__three .content-area-row .col.large-4 .property-title-text h4 {
    font-size: 14px;
  }
}
@media (max-width: 849px) {
  .tienichtoankhu__three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 549px) {
  .tienichtoankhu__three {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.tienichtoankhu__four {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.tienichtoankhu__four .section-bg.fill img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tienichtoankhu__four .section-content {
  position: relative;
  z-index: 1;
}
.tienichtoankhu__four .section-title-text {
  text-align: center;
  margin-bottom: 40px;
}
.tienichtoankhu__four .section-title-text h3,
.tienichtoankhu__four .section-title-text * {
  font-family: "UTM Essendine Caps", serif !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  color: #493516 !important;
  line-height: 98px !important;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 849px) {
  .tienichtoankhu__four .section-title-text h3,
  .tienichtoankhu__four .section-title-text * {
    font-size: 36px !important;
    line-height: 1.4;
  }
}
.tienichtoankhu__four .properties-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.tienichtoankhu__four .properties-grid .col.large-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 12px);
          flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
}
@media (max-width: 849px) {
  .tienichtoankhu__four .properties-grid .col.large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 549px) {
  .tienichtoankhu__four .properties-grid .col.large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tienichtoankhu__four .properties-grid .col.large-3 .col-inner {
  width: 100%;
}
.tienichtoankhu__four .properties-grid .col.large-3 .img.has-hover {
  width: 100%;
  margin-bottom: 10px;
}
.tienichtoankhu__four .properties-grid .col.large-3 .img.has-hover .img-inner {
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 302/145;
}
.tienichtoankhu__four .properties-grid .col.large-3 .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tienichtoankhu__four .properties-grid .col.large-3 .img.has-hover:hover .img-inner {
  -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;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tienichtoankhu__four .properties-grid .col.large-3 .property-title-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #493516;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 849px) {
  .tienichtoankhu__four .properties-grid .col.large-3 .property-title-text h4 {
    font-size: 14px;
  }
}
@media (max-width: 849px) {
  .tienichtoankhu__four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 549px) {
  .tienichtoankhu__four {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.tienichtoankhu__fournau {
  position: relative;
  overflow: hidden;
  min-height: 900px;
}
.tienichtoankhu__fournau .section-content {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}
.tienichtoankhu__fournau .content-area-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 30px;
  padding: 40px 79px;
}
@media (max-width: 1200px) {
  .tienichtoankhu__fournau .content-area-row {
    padding: 40px 40px;
  }
}
@media (max-width: 849px) {
  .tienichtoankhu__fournau .content-area-row {
    padding: 30px 20px;
    gap: 16px;
  }
}
.tienichtoankhu__fournau .content-area-row .col.large-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 23px);
          flex: 0 0 calc(25% - 23px);
  max-width: calc(25% - 23px);
}
@media (max-width: 849px) {
  .tienichtoankhu__fournau .content-area-row .col.large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 549px) {
  .tienichtoankhu__fournau .content-area-row .col.large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tienichtoankhu__fournau .content-area-row .col.large-3 .col-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tienichtoankhu__fournau .content-area-row .col.large-3 .img.has-hover {
  width: 100%;
}
.tienichtoankhu__fournau .content-area-row .col.large-3 .img.has-hover .img-inner {
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 393/189;
}
.tienichtoankhu__fournau .content-area-row .col.large-3 .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -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;
}
.tienichtoankhu__fournau .content-area-row .col.large-3 .img.has-hover:hover .img-inner img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.tienichtoankhu__fournau .content-area-row .col.large-3 .property-title-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F7E5CF;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 849px) {
  .tienichtoankhu__fournau .content-area-row .col.large-3 .property-title-text h4 {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 849px) {
  .tienichtoankhu__fournau {
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.matbangphankhu {
  position: relative;
  overflow: hidden;
  min-height: 900px;
}
.matbangphankhu .section-content {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}
.matbangphankhu .row.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 900px;
}
.matbangphankhu .col.tig-hero-row.large-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666%;
          flex: 0 0 41.666%;
  max-width: 41.666%;
  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;
}
@media (max-width: 849px) {
  .matbangphankhu .col.tig-hero-row.large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 20px 20px;
  }
}
.matbangphankhu .col.tig-hero-row.large-5 h2 {
  font-family: "UTM Essendine Caps", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 98px;
  text-transform: uppercase;
  color: #46311C;
  margin: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .matbangphankhu .col.tig-hero-row.large-5 h2 {
    font-size: 52px;
    line-height: 1.3;
  }
}
@media (max-width: 849px) {
  .matbangphankhu .col.tig-hero-row.large-5 h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.matbangphankhu .col.tig-hero-map.large-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
  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;
  padding: 161px 0 0 0;
}
@media (max-width: 849px) {
  .matbangphankhu .col.tig-hero-map.large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
.matbangphankhu .col.tig-hero-map.large-7 .col-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.matbangphankhu .col.tig-hero-map.large-7 .img.has-hover {
  width: 100%;
  max-width: 1079px;
}
.matbangphankhu .col.tig-hero-map.large-7 .img.has-hover .img-inner {
  background: #FDF2E5;
  border: 1px solid #46311C;
  border-radius: 42px;
  overflow: hidden;
  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;
  min-height: 507px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 849px) {
  .matbangphankhu .col.tig-hero-map.large-7 .img.has-hover .img-inner {
    min-height: 280px;
    border-radius: 24px;
  }
}
.matbangphankhu .col.tig-hero-map.large-7 .img.has-hover .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.matbangphankhu .col.tig-hero-map.large-7 .img.has-hover .img-inner::before {
  content: attr(data-placeholder);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  text-transform: uppercase;
  color: #46311C;
}
.matbangphankhu .col.tig-hero-map.large-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0 60px;
}
.matbangphankhu .col.tig-hero-map.large-12 .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.matbangphankhu .col.tig-hero-map.large-12 .button.primary {
  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;
  width: 445px;
  height: 50px;
  background: #46311C !important;
  border-radius: 200px !important;
  border: none !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.matbangphankhu .col.tig-hero-map.large-12 .button.primary span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #F7E5CF !important;
}
.matbangphankhu .col.tig-hero-map.large-12 .button.primary:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 849px) {
  .matbangphankhu .col.tig-hero-map.large-12 .button.primary {
    width: auto;
    padding: 12px 32px;
  }
  .matbangphankhu .col.tig-hero-map.large-12 .button.primary span {
    font-size: 14px;
  }
}
@media (max-width: 849px) {
  .matbangphankhu {
    min-height: unset;
  }
}