@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(.tig-hero-section) {
    min-height: 100vh !important;
  }
}

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

.hero-vertical-living {
  position: relative;
  min-height: 100vh;
}
.hero-vertical-living::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 443px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 43, 89, 0.7)), to(rgba(13, 43, 89, 0)));
  background: linear-gradient(to top, rgba(13, 43, 89, 0.7) 0%, rgba(13, 43, 89, 0) 100%);
  pointer-events: none;
}
.hero-vertical-living section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-vertical-living .flickity-nav {
  display: none !important;
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1024px) {
  .hero-vertical-living .flickity-nav {
    bottom: 80px;
  }
}
.hero-vertical-living .flickity-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 99999;
}
.hero-vertical-living .section-bg {
  background-size: cover;
  background-position: center;
}
.hero-vertical-living .hero-tagline {
  margin-bottom: 65px;
  text-transform: uppercase;
  margin-top: 15px !important;
}
.hero-vertical-living .hero-tagline * {
  font-family: "UTM Essendine Caps", serif;
}
.hero-vertical-living .hero-tagline 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;
  }
}

.project-overview-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-overview-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 443px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 43, 89, 0.63)), to(rgba(13, 43, 89, 0)));
  background: linear-gradient(to top, rgba(13, 43, 89, 0.63) 0%, rgba(13, 43, 89, 0) 100%);
  pointer-events: none;
}
.project-overview-section .section-content {
  position: relative;
  z-index: 2;
}
.project-overview-section .area-white {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.project-overview-section .area-white p {
  color: white;
}
.project-overview-section .area-white p span {
  color: #E7C07D;
}
.project-overview-section .area-white p {
  margin: 0;
  line-height: 1.3;
  font-size: 40px;
  font-family: "UTM Essendine Caps", sans-serif;
}
.project-overview-section .area-section {
  margin-bottom: 10px;
  text-align: justify;
}
.project-overview-section .area-section p {
  margin: 0;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

.six-privileges-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.six-privileges-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 443px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 43, 89, 0.63)), to(rgba(13, 43, 89, 0)));
  background: linear-gradient(to top, rgba(13, 43, 89, 0.63) 0%, rgba(13, 43, 89, 0) 100%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .six-privileges-section {
    padding: 50px 0 0px 0 !important;
  }
}
.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 .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: "UTM Essendine Caps";
  font-size: 48px;
  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 .col-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .six-privileges-section .privileges-grid .privilege-item:nth-child(2)::before, .six-privileges-section .privileges-grid .privilege-item:nth-child(3)::before, .six-privileges-section .privileges-grid .privilege-item:nth-child(4)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ECC385), to(rgba(153, 153, 153, 0)));
    background: linear-gradient(to bottom, #ECC385 0%, rgba(153, 153, 153, 0) 100%);
  }
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content p,
.six-privileges-section .privileges-grid .privilege-item .privilege-content h5 {
  margin: 0;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
  font-family: "Montserrat";
  font-size: 96px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECC385), color-stop(70%, #866F4C));
  background: linear-gradient(180deg, #ECC385 0%, #866F4C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 0.9;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-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: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item .privilege-content {
    padding: 25px 20px;
    min-height: auto;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
    font-size: 60px;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
    font-size: 16px;
  }
}
@media (max-width: 849px) {
  .six-privileges-section .privileges-grid .privilege-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 849px) {
  .six-privileges-section {
    padding: 60px 0;
  }
}

.contact-section {
  position: relative;
}
@media (min-width: 1024px) {
  .contact-section {
    padding: 150px 0 100px 0;
  }
}
.contact-section {
  overflow: hidden;
}
.contact-section .contact-info-col .contact-title-line-1 h2,
.contact-section .contact-info-col .contact-title-line-2 h2 {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 68px;
  font-weight: 600;
  color: #EDA34C;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.1;
}
@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;
  border-bottom: 1px solid rgba(241, 161, 99, 0.5);
}
.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;
  border-bottom: 1px solid rgba(241, 161, 99, 0.5);
}
.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 i {
  font-size: 50px;
  color: #F1A163;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-label-text p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  margin: 0 !important;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #F1A163;
  margin: 0 !important;
}
.contact-section .contact-info-col .contact-details .contact-item:first-child .contact-value-text p {
  font-family: "Manrope", sans-serif;
}
.contact-section .contact-form-box > .col-inner {
  position: relative;
}
.contact-section .contact-form-box > .col-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/anhsangcontact.png") center/cover no-repeat;
  width: 600px;
  height: 90px;
  background-size: cover;
  left: 50%;
  top: -50px;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.contact-section .contact-form-box > .col-inner::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);
}
.contact-section .contact-form-box .col-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#A97761), color-stop(50%, #65402F));
  background: linear-gradient(180deg, #A97761 0%, #65402F 50%);
  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 #C28F62;
  -webkit-box-shadow: 0 0 20px rgba(241, 161, 99, 0.3);
          box-shadow: 0 0 20px rgba(241, 161, 99, 0.3);
}
.contact-section .contact-form-box .form-title {
  font-family: "Trajan Pro 3 SemiBold";
  font-size: 50px;
  color: #F7A863;
  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: #F8E8DD !important;
  border: none !important;
  border-radius: 40px !important;
  padding: 15px 30px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #5B2F11;
}
.contact-section .contact-form-box .form-group input::-webkit-input-placeholder, .contact-section .contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input::-moz-placeholder, .contact-section .contact-form-box .form-group textarea::-moz-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input:-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea:-ms-input-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input::-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea::-ms-input-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input::placeholder,
.contact-section .contact-form-box .form-group textarea::placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.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;
  height: 80px;
  background: radial-gradient(70% 70% at 50% 45%, #FFE0A3 0%, #F6A361 100%);
  color: #351E10 !important;
  border: none !important;
  border-radius: 40px !important;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 36px;
  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;
}
.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 .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;
  }
}

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

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