@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;
}
@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%);
  }
}
.project-overview-section--new .project-overview-text {
  z-index: 999;
  width: 100%;
}
@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: 0px !important;
  }
  .project-overview-section--new .img-bg .img-inner img {
    position: unset !important;
  }
}
.project-overview-section .section-bg {
  background-size: cover;
  background-position: center;
}
.project-overview-section .section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.project-overview-section .section-content {
  position: relative;
  z-index: 2;
}
.project-overview-section .overview-title {
  margin-bottom: 10px;
}
.project-overview-section .overview-title h2 {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 36px;
  font-weight: 600;
  color: #ECC385;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 849px) {
  .project-overview-section .overview-title h2 {
    font-size: 24px;
    text-align: center;
  }
}
.project-overview-section .project-info-box-one {
  position: relative;
}
@media (min-width: 849px) {
  .project-overview-section .project-info-box-one > .col:first-child > .col-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../../img/line-1.png") center/cover no-repeat;
    width: 5px;
    height: 117px;
    background-size: cover;
    top: 0px;
    left: 280px;
    right: auto;
  }
}
.project-overview-section .project-info-box {
  margin-bottom: 15px;
  margin-left: 0px;
}
.project-overview-section .project-info-box .info-list-row {
  margin-bottom: 0;
  border: 1px solid #ECC385;
  border-radius: 20px;
  padding: 15px;
  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%);
}
.project-overview-section .project-info-box .info-item {
  margin-bottom: 0px;
}
.project-overview-section .project-info-box .info-item .info-item-three .value-text-second span {
  color: #ECC385 !important;
}
@media (min-width: 849px) {
  .project-overview-section .project-info-box .info-item.info-item-two::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../../img/line-2.png") center/cover no-repeat;
    width: 5px;
    height: 120px;
    background-size: cover;
    top: 0px;
    left: auto;
    right: 25px;
  }
}
.project-overview-section .project-info-box .info-item br {
  display: none !important;
}
.project-overview-section .project-info-box .info-item p {
  margin: 0px;
}
.project-overview-section .project-info-box .info-item:last-child {
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item .row-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1.26;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text .label {
  font-family: "Montserrat SemiBold";
  font-size: 15px;
  font-weight: 600;
  color: #E0BB81;
  letter-spacing: 0.8px;
  margin: 0;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text .dots {
  color: #E0BB81;
  font-size: 13px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}
@media (max-width: 849px) {
  .project-overview-section .project-info-box .info-item .info-label-col .label-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.project-overview-section .project-info-box .info-item .info-value-col .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-overview-section .project-info-box .info-item .info-value-col .col-inner .value-text-fisrt {
  width: 150px !important;
  position: relative;
}
.project-overview-section .project-info-box .info-item .info-value-col .col-inner .value-text-fisrt::before {
  content: ":";
  position: absolute;
  right: 15px;
  top: -2px;
  color: white;
}
.project-overview-section .project-info-box .info-item .info-value-col .col-inner .value-text-second {
  width: calc(100% - 150px) !important;
}
.project-overview-section .project-info-box .info-item .info-value-col .value-text a * {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 5px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ECC385 !important;
  font-weight: bold !important;
}
.project-overview-section .project-info-box .info-item .info-value-col .value-text a:hover, .project-overview-section .project-info-box .info-item .info-value-col .value-text a:hover * {
  color: #ECC385;
  font-weight: bold;
}
.project-overview-section .project-info-box .info-item .info-value-col .value-text .value {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.5px;
}
@media (max-width: 849px) {
  .project-overview-section .project-info-box .info-item {
    margin-bottom: 10px;
  }
  .project-overview-section .project-info-box .info-item .info-label-col,
  .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 .floor {
    max-width: 100% !important;
  }
}
.project-overview-section .area-white {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.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;
}
.project-overview-section .area-section .area-label {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}
.project-overview-section .area-section .area-value {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 128px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.95;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-overview-section .area-section .area-value .unit {
  font-size: 50px;
  font-weight: 400;
  vertical-align: super;
  margin-left: 5px;
  margin-bottom: 15px;
  position: absolute;
  right: -59px;
  top: 59px;
}
@media (max-width: 849px) {
  .project-overview-section .area-section .area-value {
    font-size: 80px;
  }
  .project-overview-section .area-section .area-value .unit {
    font-size: 40px;
  }
}
.project-overview-section .area-section .area-subtitle {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 32px;
  font-weight: 400;
  color: #ECC385;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 849px) {
  .project-overview-section .area-section .area-subtitle {
    font-size: 16px;
  }
}
.project-overview-section .floor-section {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.project-overview-section .floor-section p {
  margin: 0;
}
.project-overview-section .floor-section .floor-number {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 128px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.85;
}
@media (max-width: 849px) {
  .project-overview-section .floor-section .floor-number {
    font-size: 100px;
  }
}
.project-overview-section .floor-section .floor-label {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 48px;
  font-weight: 400;
  color: white;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 849px) {
  .project-overview-section .floor-section .floor-label {
    font-size: 24px;
  }
}
@media (max-width: 849px) {
  .project-overview-section .floor-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.project-overview-section .floor {
  margin: 0px !important;
}
.project-overview-section .sovereign-box {
  border: 1px solid #ECC385;
  border-radius: 20px;
  padding: 15px;
  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%);
}
.project-overview-section .sovereign-box p {
  margin: 0 !important;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-title {
  font-family: "Italiana", serif;
  font-size: 16px;
  font-weight: 700;
  color: #ECC385;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.7;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-parking {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 16px;
  font-weight: 700;
  color: #EFDAB9;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.6;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-parking span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}
@media (max-width: 849px) {
  .project-overview-section .sovereign-box {
    padding: 20px;
    width: 350px;
    margin: 0 auto;
  }
}
.project-overview-section .floors-highlight {
  text-align: center;
  margin-bottom: 30px;
}
.project-overview-section .floors-highlight p {
  margin: 0;
}
.project-overview-section .floors-highlight .floors-number {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 128px;
  font-weight: 700;
  color: #ECC385;
  line-height: 0.95;
  -webkit-filter: drop-shadow(12px 6px 4px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(12px 6px 4px rgba(0, 0, 0, 0.45));
  margin-bottom: 8px;
}
@media (max-width: 849px) {
  .project-overview-section .floors-highlight .floors-number {
    font-size: 80px;
  }
}
.project-overview-section .floors-highlight .floors-text {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 42px;
  font-weight: 600;
  color: #ECC385;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 849px) {
  .project-overview-section .floors-highlight .floors-text {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
.project-overview-section .amenities > .col-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-overview-section .amenities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(236, 195, 133, 0.35);
  border-radius: 10px;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.project-overview-section .amenities-list .amenity-item-wrapper {
  padding: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white !important;
}
.project-overview-section .amenities-list .amenity-item-wrapper:last-child {
  border-bottom: unset !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.project-overview-section .amenities-list .amenity-item-wrapper .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.project-overview-section .amenities-list .amenity-item-wrapper:hover {
  border-color: rgba(236, 195, 133, 0.8);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-box-shadow: 0 4px 20px rgba(236, 195, 133, 0.15);
          box-shadow: 0 4px 20px rgba(236, 195, 133, 0.15);
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto !important;
  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;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img .img-inner {
  width: 100%;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img .img-inner img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(1.1) contrast(1.05);
          filter: brightness(1.1) contrast(1.05);
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box p {
  margin: 0;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box .amenity-title {
  font-family: "Italiana";
  font-size: 16px;
  font-weight: 700;
  color: #ECC385;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box .amenity-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box .amenity-desc span {
  font-size: 11px;
  color: #EFDAB9;
  font-family: "Trajan Pro 3 SemiBold";
  display: inline-block;
  margin-top: 3px;
}
@media (max-width: 849px) {
  .project-overview-section .amenities-list .amenity-item-wrapper {
    padding: 18px 20px;
    margin-bottom: 18px;
  }
  .project-overview-section .amenities-list .amenity-item-wrapper .col-inner {
    gap: 16px;
  }
  .project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img {
    width: 40px;
  }
}
@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 0px 0 !important;
  }
}
.six-privileges-section .six-privileges-section-right > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.six-privileges-section .section-content {
  position: relative;
  z-index: 2;
}
.six-privileges-section .header-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .number-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .number-col .big-number-six h2 {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 280px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECC385), to(#866F4C));
  background: linear-gradient(180deg, #ECC385 0%, #866F4C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 0.85;
}
@media (max-width: 849px) {
  .six-privileges-section .header-section .number-col .big-number-six h2 {
    font-size: 150px;
  }
}
.six-privileges-section .header-section .title-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .title-col .section-title-text .title-line-1,
.six-privileges-section .header-section .title-col .section-title-text .title-line-2 {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 40px;
  font-weight: 600;
  color: #ECC385;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 849px) {
  .six-privileges-section .header-section .title-col .section-title-text .title-line-1,
  .six-privileges-section .header-section .title-col .section-title-text .title-line-2 {
    font-size: 28px;
  }
}
.six-privileges-section .header-section .title-col .section-title-text .title-line-3 {
  font-family: "Allura", cursive;
  font-size: 96px;
  font-weight: 400;
  color: #ECC385;
  margin: -15px 0 0 0;
  line-height: 1;
}
@media (max-width: 849px) {
  .six-privileges-section .header-section .title-col .section-title-text .title-line-3 {
    font-size: 64px;
  }
}
@media (max-width: 849px) {
  .six-privileges-section .header-section {
    margin-bottom: 0px;
  }
  .six-privileges-section .header-section .number-col,
  .six-privileges-section .header-section .title-col {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content {
  border-radius: 0;
  min-height: 280px;
  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";
  font-size: 96px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECC385), color-stop(70%, #866F4C));
  background: linear-gradient(180deg, #ECC385 0%, #866F4C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 0.9;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 18px;
  font-weight: 600;
  color: #ECC385;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin-bottom: 18px;
  text-shadow: 0px 4px 4px rgba(1, 1, 1, 0.5);
}
.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;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
    font-size: 60px;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
    font-size: 16px;
  }
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 849px) {
  .six-privileges-section {
    padding: 60px 0;
  }
}

.contact-section {
  position: relative;
}
@media (min-width: 1024px) {
  .contact-section {
    padding: 150px 0 100px 0;
  }
}
.contact-section {
  overflow: hidden;
}
.contact-section .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 ===== */
.heritage-section {
  background: #f6ead8;
  padding: 80px 30px;
}
@media (max-width: 1600px) and (min-width: 849px) {
  .heritage-section {
    padding-left: 100px !important;
  }
}
@media (max-width: 849px) {
  .heritage-section {
    padding: 30px !important;
  }
}
.heritage-section {
  color: #5a3b2a;
  /* ===== MAIN TITLE ===== */
}
.heritage-section .heritage-title h3 {
  font-family: "Playfair Display", serif;
}
@media (min-width: 1024px) {
  .heritage-section .heritage-title h3 {
    font-size: 60px;
  }
}
.heritage-section .heritage-title h3 {
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #4b2e1f;
  margin-bottom: 24px;
  margin: 0px;
}
.heritage-section {
  /* ===== DESCRIPTION ===== */
}
.heritage-section .heritage-description p {
  font-family: "Lora";
  font-size: 22px;
  line-height: 1.7;
  color: #5a3b2a;
  margin: 0px;
}
.heritage-section {
  /* ===== OVERVIEW TITLE ===== */
}
.heritage-section .heritage-overview-title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .heritage-section .heritage-overview-title h3 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px !important;
  }
}
.heritage-section .heritage-overview-title h3 {
  color: #4b2e1f;
  margin: 0px;
}
.heritage-section {
  /* ===== LIST ===== */
}
.heritage-section .heritage-overview-list ul {
  list-style: disc;
  padding-left: 0px;
}
.heritage-section .heritage-overview-list ul .heritage-overview-list-one {
  font-size: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.heritage-section .heritage-overview-list ul .heritage-overview-list-one strong {
  font-size: 22px;
  font-family: "Lora";
}
.heritage-section .heritage-overview-list ul .heritage-overview-list-three {
  font-size: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1 !important;
  font-family: "Playfair Display", serif;
}
.heritage-section .heritage-overview-list ul .heritage-overview-list-three span {
  line-height: 1;
  margin-top: -6px;
  margin-right: 10px;
}
.heritage-section .heritage-overview-list ul .heritage-overview-list-three strong {
  font-size: 22px;
  font-family: "Lora";
}
.heritage-section .heritage-overview-list ul li {
  font-family: "Lora";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .heritage-section .heritage-overview-list ul li {
    font-size: 22px;
  }
}
.heritage-section .heritage-overview-list ul li {
  line-height: 1.5;
  margin-bottom: 12px;
  color: #4a3325;
  margin-left: 0;
}
.heritage-section .heritage-overview-list ul li strong {
  font-weight: normal;
  color: #3a2419;
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "Lora";
}
.heritage-section .heritage-overview-list ul li strong::after {
  content: "";
  background-color: #4a3325;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  right: 10px;
  top: 10px;
  position: absolute;
}

/* ===== 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(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 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;
  }
}
@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;
  }
}

@media (max-width: 849px) {
  .tiendo {
    min-height: auto !important;
  }
}
.tiendo__title .col {
  padding-bottom: 0px !important;
}
.tiendo__title 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 (min-width: 1024px) {
  .tiendo__title h2 {
    font-size: 66px;
    margin-bottom: 0px;
  }
}
.tiendo .tabimages {
  /* Mobile */
}
@media (max-width: 849px) {
  .tiendo .tabimages {
    min-height: 100% !important;
    padding: 15px !important;
  }
}
.tiendo .tabimages .contenttitle {
  margin: 0 auto;
  display: none;
  width: 100%;
}
@media (min-width: 849px) {
  .tiendo .tabimages .contenttitle {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 999999;
    top: 220px;
  }
}
.tiendo .tabimages .contenttitle {
  color: white;
}
.tiendo .tabimages .contenttitle h3 {
  text-align: center;
  color: white !important;
  font-family: "Manrope";
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.39), 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 6px 12px rgba(0, 0, 0, 0.25);
}
.tiendo .tabimages .rowcontent {
  margin: 0 auto;
  max-width: 1230px;
}
@media (max-width: 849px) {
  .tiendo .tabimages .rowcontent {
    margin: 0px auto 50px auto;
  }
  .tiendo .tabimages .rowcontent > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tiendo .tabimages {
  /* =========================
     MUATHEME TABS
  ========================= */
}
.tiendo .tabimages .muatheme_com_tabs > .nav {
  margin-bottom: 15px;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab a {
  text-align: center;
  display: inline-block;
  border: none;
  overflow: hidden;
  position: relative;
  padding: 12px 10px;
  color: black;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab a:before {
  display: none;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab a > img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab a > img:nth-child(2) {
  display: none;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab.active a {
  background: #2196F3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab.active a > img:nth-child(1) {
  display: none;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .tab.active a > img:nth-child(2) {
  display: block;
}
.tiendo .tabimages .muatheme_com_tabs > .nav h3 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 28px;
  color: black;
  text-align: center;
}
.tiendo .tabimages .muatheme_com_tabs > .nav .active h3 {
  color: #fff;
}
.tiendo .tabimages .muatheme_com_tabs > .nav.nav-vertical {
  margin-bottom: 0;
}
.tiendo .tabimages .muatheme_com_tabs > .nav.nav-vertical > li + li {
  border-top: 0;
}
.tiendo .tabimages .muatheme_com_tabs > .nav.nav-vertical a {
  border-top: 1px solid #d2d2d2;
  text-align: center;
}
.tiendo .tabimages .muatheme_com_tabs > .tab-panels {
  width: 100%;
  padding: 20px;
}
.tiendo .tabimages .muatheme_com_tabs > .tab-panels .panel > .row {
  margin: 0 auto !important;
}
.tiendo .tabimages .muatheme_com_tabs > .tab-panels .row {
  margin: 0;
}
.tiendo .tabimages .muatheme_com_tabs > .tab-panels .row .col {
  padding: 0 5px 5px;
}
.tiendo .tabimages .muatheme-tabs {
  margin: 0 auto;
}
.tiendo .tabimages .muatheme-tabs > ul.nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 849px) {
  .tiendo .tabimages .muatheme-tabs > ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: unset;
            transform: unset;
    gap: 0;
  }
  .tiendo .tabimages .muatheme-tabs > ul.nav .tab {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin: 0;
    padding: 0 5px;
  }
  .tiendo .tabimages .muatheme-tabs > ul.nav .tab a {
    padding: 5px;
    border-radius: 5px;
    max-width: 100%;
    text-align: center;
  }
  .tiendo .tabimages .muatheme-tabs > ul.nav .tab a h3 {
    font-size: 14px;
    padding: 0;
  }
}
.tiendo .tabimages .muatheme-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.tiendo .tabimages .muatheme-tabs .panel .nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 849px) {
  .tiendo .tabimages .muatheme-tabs .panel .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: unset;
            transform: unset;
    gap: 0;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .tiendo .tabimages .muatheme-tabs .panel .nav .tab {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin: 0;
    padding: 0 5px;
    margin-top: 0px !important;
  }
  .tiendo .tabimages .muatheme-tabs .panel .nav .tab a {
    padding: 5px;
    border-radius: 5px;
    max-width: 100%;
    text-align: center;
  }
  .tiendo .tabimages .muatheme-tabs .panel .nav .tab a span {
    font-size: 14px;
  }
}
.tiendo .tabimages .muatheme-tabs .panel .nav a {
  border-radius: 16px !important;
}
.tiendo .tabimages {
  /* =========================
     TABBED CONTENT
  ========================= */
}
.tiendo .tabimages .tab-panels .nav {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.tiendo .tabimages .tabbed-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
@media (max-width: 849px) {
  .tiendo .tabimages .tabbed-content .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: auto;
    padding: 10px 0;
  }
}
.tiendo .tabimages .tabbed-content .nav .tab {
  list-style: none;
  position: relative;
}
.tiendo .tabimages .tabbed-content .nav .tab a {
  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 !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  padding: 16px 40px 16px 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: #1C2954;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1.5px solid #f6c25b;
}
.tiendo .tabimages .tabbed-content .nav .tab a span,
.tiendo .tabimages .tabbed-content .nav .tab a h3 {
  font-size: 28px;
  text-transform: initial;
  line-height: 1;
  text-transform: uppercase;
}
.tiendo .tabimages .tabbed-content .nav .tab a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.tiendo .tabimages .tabbed-content .nav .tab img {
  display: none;
}
.tiendo .tabimages .tabbed-content .nav .tab img:first-child {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  background: #fff3d9;
}
.tiendo .tabimages .tabbed-content .nav .tab img:nth-child(2) {
  display: none;
}
.tiendo .tabimages .tabbed-content .nav .tab h3,
.tiendo .tabimages .tabbed-content .nav .tab span {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tiendo .tabimages .tabbed-content .nav .tab .tab-ux-text {
  position: static !important;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}
.tiendo .tabimages .tabbed-content .nav .tab.active a {
  background: -webkit-gradient(linear, left top, right top, from(#D5A86D), color-stop(51%, #E9CF96), color-stop(90%, #D7AA6F));
  background: linear-gradient(90deg, #D5A86D 0%, #E9CF96 51%, #D7AA6F 90%);
  color: #111;
  font-size: 15px;
}

.tabbuttontwo {
  /* Cho phép hiển thị các slide tràn ra ngoài khung */
}
.tabbuttontwo .flickity-viewport {
  overflow: visible !important;
}
@media (max-width: 849px) {
  .tabbuttontwo .flickity-prev-next-button {
    top: calc(50% - 30px) !important;
    bottom: auto !important;
    -webkit-transform: translate(0%, -50%) !important;
            transform: translate(0%, -50%) !important;
  }
}
.tabbuttontwo .slider .video {
  max-width: 1220px;
  width: 1220px;
}
@media (max-width: 849px) {
  .tabbuttontwo .slider .video {
    max-width: 90%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.tabbuttontwo .slider .video iframe {
  max-width: 1220px;
  width: 1220px;
}
@media (min-width: 849px) {
  .tabbuttontwo .slider .video iframe {
    height: 600px;
  }
}
.tabbuttontwo .slider .video iframe {
  margin: 0 auto;
  border-radius: 43px;
  border: 5px solid #C28F62;
  overflow: auto !important;
}
@media (max-width: 849px) {
  .tabbuttontwo .slider .video iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.tabbuttontwo .slider .img {
  border: 5px solid #C28F62;
  border-radius: 50px;
  position: relative;
}
.tabbuttontwo .slider .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/anhsangcontact.png") center/cover no-repeat;
  width: 600px;
  height: 90px;
  background-size: cover;
  left: 50%;
  bottom: -50px;
  top: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 849px) {
  .tabbuttontwo .slider .img::after {
    width: 145px !important;
    height: 30px !important;
    bottom: -17px;
  }
}
.tabbuttontwo .slider {
  /* Slide mặc định (nhỏ và mờ) */
}
.tabbuttontwo .slider .img.has-hover {
  width: 60% !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.4;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
  pointer-events: none;
}
.tabbuttontwo .slider .img.has-hover.is-selected {
  opacity: 1 !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  z-index: 99;
  pointer-events: auto;
}
@media (max-width: 849px) {
  .tabbuttontwo .slider .img.has-hover.is-selected {
    -webkit-transform: scale(1.5) !important;
            transform: scale(1.5) !important;
  }
}
.tabbuttontwo .slider {
  /* Ảnh bên trong */
}
.tabbuttontwo .slider .img-inner img {
  border-radius: 43px !important;
}
.tabbuttontwo .slider {
  /* Nút điều hướng */
}
.tabbuttontwo .slider .flickity-prev-next-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDC471), to(#F6A361));
  background: linear-gradient(180deg, #FDC471 0%, #F6A361 100%);
  border: unset !important;
  opacity: 1 !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 100%;
  height: 70px;
  border-radius: 100%;
  width: 70px;
  display: block !important;
}
.tabbuttontwo .slider .flickity-prev-next-button::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#A97761), to(#65402F));
  background: linear-gradient(180deg, #A97761 0%, #65402F 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.tabbuttontwo .slider .flickity-prev-next-button.previous::before {
  left: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}
.tabbuttontwo .slider .flickity-prev-next-button.next::before {
  left: calc(50% + 3px);
}
.tabbuttontwo .slider .flickity-prev-next-button svg {
  display: none;
}
.tabbuttontwo .slider .flickity-prev-next-button.previous {
  left: -50px;
}
@media (max-width: 849px) {
  .tabbuttontwo .slider .flickity-prev-next-button.previous {
    left: 0px;
  }
}
.tabbuttontwo .slider .flickity-prev-next-button.next {
  right: -50px;
  margin: 0px;
  position: absolute;
  left: auto;
}
@media (max-width: 849px) {
  .tabbuttontwo .slider .flickity-prev-next-button.next {
    right: 0px;
  }
}
.tabbuttontwo .slidervideo .flickity-page-dots {
  display: none !important;
}
@media (max-width: 849px) {
  .tabbuttontwo .slidervideo .flickity-prev-next-button {
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translate(0%, -50%) !important;
            transform: translate(0%, -50%) !important;
  }
}
.tabbuttontwo .slidervideo .flickity-prev-next-button {
  display: none !important;
}
@media (min-width: 849px) {
  .tabbuttontwo .slidervideo .flickity-slider > .row > .col > .col-inner {
    height: 600px;
  }
}
.tabbuttontwo .slidervideo .flickity-slider > .row > .col > .col-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/anhsangcontact.png") center/cover no-repeat;
  width: 600px;
  height: 90px;
  background-size: cover;
  left: 50%;
  bottom: -40px;
  top: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.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 {
  background: #FFF1E0;
  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;
}
@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;
  }
}