@charset "UTF-8";
/* ==============================
   Brand Store Section
================================ */
.blognews {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.blognews::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.blognews::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.blognews {
  /* Blog Posts Carousel */
}
.blognews .slider .post-item > div {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.blognews .slider .post-item > div:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  border-color: #e5e7eb;
}
.blognews .slider .post-item > div:hover .post-title {
  color: #dc2626;
}
.blognews .slider .post-item > div:hover .box-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blognews .slider .post-item > div:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.blognews .slider .post-item > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.blognews .slider .post-item > div:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.blognews .slider .box-text {
  padding: 0px 0px 0px 0px !important;
}
.blognews .slider .box-blog-post {
  /* post title */
}
.blognews .slider .box-blog-post .post-title {
  margin: 12px 0;
}
.blognews .slider .box-blog-post .post-title a {
  font-size: 20px;
}
.blognews .slider .box-blog-post {
  /* divider */
}
.blognews .slider .box-blog-post .is-divider {
  display: none;
}
.blognews .slider {
  /* Blog Post Image */
}
.blognews .slider .box-image {
  position: relative;
  overflow: hidden;
}
.blognews .slider .box-image img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.blognews .slider {
  /* Category Badge */
  /* Blog Post Content */
}
.blognews .slider .box-text {
  padding: 25px;
}
.blognews .slider {
  /* Post Title */
}
.blognews .slider .post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #1a1a1a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blognews .slider {
  /* Read More Link */
}
.blognews .slider .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px !important;
  text-transform: inherit;
}
.blognews .slider .flickity-button {
  opacity: 1 !important;
}
.blognews .slider .flickity-button.previous {
  left: -80px !important;
}
.blognews .slider .flickity-button.next {
  right: -50px !important;
}
.blognews .slider .flickity-button:hover svg {
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #a41119;
  fill: #a41119;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blognews .slider .flickity-button:hover svg path {
  fill: #a41119 !important;
}
.blognews .slider .flickity-button:hover svg::after {
  content: "→";
  color: #a41119;
  -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;
}
.blognews .slider .flickity-button svg {
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #a41119;
  fill: #a41119;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blognews .slider .flickity-button svg path {
  fill: #a41119;
}
.blognews .slider .flickity-button svg::after {
  content: "→";
  color: #a41119;
  -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;
}
.blognews .slider .flickity-page-dots {
  bottom: -40px;
}
.blognews .slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  background: #d1d5db;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.blognews .slider .flickity-page-dots .dot.is-selected {
  background: black;
  width: 20px;
  opacity: 0.4;
  border-radius: 5px;
}
.blognews {
  /* Responsive */
}
@media (max-width: 849px) {
  .blognews .blog-section-title h2 {
    font-size: 32px;
  }
  .blognews .blog-section-subtitle p {
    font-size: 15px;
  }
  .blognews .blog-carousel-posts .box-text {
    padding: 20px;
  }
  .blognews .blog-carousel-posts .post-title {
    font-size: 16px;
  }
  .blognews .blog-carousel-posts .flickity-button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .blognews {
    padding: 50px 15px !important;
  }
  .blognews .blog-section-title h2 {
    font-size: 26px;
  }
  .blognews .blog-section-badge p {
    font-size: 12px;
    padding: 6px 16px;
  }
}
.blognews {
  /* Animation */
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Contact Section */
.contact-section {
  background: #ffffff;
  position: relative;
}
.contact-section .contact-section-info {
  margin-top: 20px;
}
@media (max-width: 849px) {
  .contact-section .contact-section-info {
    max-width: 100% !important;
    margin: 0px !important;
  }
}
.contact-section .contact-section-info p {
  margin-bottom: 0px;
}
.contact-section .contact-section-info .col-inner {
  padding: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.contact-section .contact-section-info .contact-section-info-top p {
  font-size: 20px;
  font-weight: 700;
}
.contact-section .contact-section-info .contact-section-info-bottom p {
  font-size: 16px;
}
.contact-section .social-icons a {
  margin-left: 0px !important;
  margin-right: 10px !important;
  border-color: white !important;
}
.contact-section .social-icons a i {
  color: white !important;
}
.contact-section {
  /* Contact Content Row */
}
.contact-section .contact-content-row {
  margin-bottom: 40px;
}
@media (max-width: 849px) {
  .contact-section .contact-form-col {
    padding: 0px 15px !important;
  }
}
.contact-section {
  /* Contact Info Box */
}
.contact-section .contact-info-box .text-box {
  color: #ffffff;
}
.contact-section {
  /* Info Item */
}
.contact-section .info-item {
  border-bottom: unset;
  margin-top: 15px;
}
.contact-section .info-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.contact-section .info-item .info-icon {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0px;
}
.contact-section .info-item .info-icon p {
  font-size: 20px;
}
.contact-section .info-item .info-icon .col-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-section .info-item p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.7;
}
.contact-section {
  /* Contact Form Column */
}
.contact-section .contact-form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact-section .contact-form-col h2,
.contact-section .contact-form-col p {
  color: white;
  text-align: center;
}
.contact-section .contact-form-col h2 {
  font-size: 40px;
}
.contact-section .contact-form-col p {
  font-size: 18px;
}
.contact-section .contact-form-col input,
.contact-section .contact-form-col textarea {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #DADADA !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.contact-section .contact-form-col input::-webkit-input-placeholder, .contact-section .contact-form-col textarea::-webkit-input-placeholder {
  color: rgba(130, 56, 32, 0.8);
}
.contact-section .contact-form-col input::-moz-placeholder, .contact-section .contact-form-col textarea::-moz-placeholder {
  color: rgba(130, 56, 32, 0.8);
}
.contact-section .contact-form-col input:-ms-input-placeholder, .contact-section .contact-form-col textarea:-ms-input-placeholder {
  color: rgba(130, 56, 32, 0.8);
}
.contact-section .contact-form-col input::-ms-input-placeholder, .contact-section .contact-form-col textarea::-ms-input-placeholder {
  color: rgba(130, 56, 32, 0.8);
}
.contact-section .contact-form-col input::placeholder,
.contact-section .contact-form-col textarea::placeholder {
  color: rgba(130, 56, 32, 0.8);
}
.contact-section .contact-form-col textarea,
.contact-section .contact-form-col span {
  margin-bottom: 0px !important;
}
.contact-section .contact-form-col .row {
  margin-bottom: 15px !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.contact-section .contact-form-col .col {
  padding: 0px 5px 0px 5px !important;
}
.contact-section .contact-form-col p {
  margin-bottom: 0px !important;
}
.contact-section .contact-form-col {
  /* Form Container */
}
.contact-section .contact-form-col .wpcf7-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-section .contact-form-col .wpcf7-form .row:last-child {
  margin-bottom: 0px !important;
}
.contact-section .contact-form-col form {
  margin-bottom: 0px !important;
}
.contact-section .contact-form-col form > .row:last-child {
  margin-bottom: 0px !important;
}
.contact-section .contact-form-col .wpcf7-spinner {
  position: absolute;
}
.contact-section .contact-form-col .wpcf7-form .row:last-child {
  margin-bottom: 0;
}
.contact-section .contact-form-col .wpcf7-form .col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.contact-section .contact-form-col {
  /* Column Sizes */
}
.contact-section .contact-form-col .wpcf7-form .col.large-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contact-section .contact-form-col .wpcf7-form .col.large-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contact-section .contact-form-col {
  /* Form Labels */
}
.contact-section .contact-form-col .wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.contact-section .contact-form-col {
  /* Form Inputs */
}
.contact-section .contact-form-col .wpcf7 input[type=text],
.contact-section .contact-form-col .wpcf7 input[type=email],
.contact-section .contact-form-col .wpcf7 input[type=tel],
.contact-section .contact-form-col .wpcf7 select,
.contact-section .contact-form-col .wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-section .contact-form-col .wpcf7 input[type=text]:focus,
.contact-section .contact-form-col .wpcf7 input[type=email]:focus,
.contact-section .contact-form-col .wpcf7 input[type=tel]:focus,
.contact-section .contact-form-col .wpcf7 select:focus,
.contact-section .contact-form-col .wpcf7 textarea:focus {
  outline: none;
  border-color: #E31E24;
  -webkit-box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
          box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.contact-section .contact-form-col {
  /* Textarea */
}
.contact-section .contact-form-col .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
.contact-section .contact-form-col {
  /* Character Counter */
}
.contact-section .contact-form-col .wpcf7 .wpcf7-character-count {
  font-size: 12px;
  color: #6b7280;
  text-align: right;
  margin-top: 5px;
  display: block;
}
.contact-section .contact-form-col {
  /* Submit Button */
}
.contact-section .contact-form-col .wpcf7 input[type=submit] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, from(#A81B25), color-stop(50%, #B5232C), to(#7C1313)) !important;
  background: linear-gradient(90deg, #A81B25 0%, #B5232C 50%, #7C1313 100%) !important;
  color: white;
  padding: 0px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: inherit;
  letter-spacing: 0.5px;
}
.contact-section .contact-form-col .wpcf7 input[type=submit]:hover {
  background-color: #c11a1f;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(227, 30, 36, 0.3);
          box-shadow: 0 4px 12px rgba(227, 30, 36, 0.3);
}
.contact-section .contact-form-col .wpcf7 input[type=submit]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contact-section .contact-form-col {
  /* Error messages */
}
.contact-section .contact-form-col .wpcf7-not-valid-tip {
  color: #E31E24;
  font-size: 12px;
  margin-top: 5px;
}
.contact-section .contact-form-col .wpcf7-validation-errors {
  border: 2px solid #E31E24;
  background-color: #fee;
  padding: 15px;
  margin-top: 20px;
  border-radius: 8px;
}
.contact-section .contact-form-col {
  /* Responsive */
}
@media (max-width: 849px) {
  .contact-section .contact-form-col .wpcf7-form .col.medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact-form-col .wpcf7-form .col.medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 549px) {
  .contact-section .contact-form-col .wpcf7-form .col.small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact-form-col .wpcf7-form .row {
    margin-bottom: 15px;
  }
}
.contact-section {
  /* Contact Form 7 Styling */
}
.contact-section .wpcf7 {
  width: 100%;
  background: transparent;
  border-radius: 16px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.contact-section .wpcf7 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.3;
}
.contact-section .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.contact-section .wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  display: block;
}
.contact-section .wpcf7-form input[type=text],
.contact-section .wpcf7-form input[type=email],
.contact-section .wpcf7-form input[type=tel],
.contact-section .wpcf7-form select,
.contact-section .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .wpcf7-form input:focus,
.contact-section .wpcf7-form select:focus,
.contact-section .wpcf7-form textarea:focus {
  border-color: #ef4444;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.contact-section .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-section .wpcf7-form input[type=submit] {
  width: 100%;
  padding: 5px 32px;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
          box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}
.contact-section {
  /* Map Row */
}
.contact-section .map-row {
  margin-top: 40px;
}
.contact-section .map-embed iframe {
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.contact-section {
  /* Responsive */
}
@media (max-width: 768px) {
  .contact-section .contact-title h2 {
    font-size: 30px;
  }
  .contact-section .contact-subtitle p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .contact-section .contact-info-box .text-box {
    padding: 40px 30px !important;
  }
  .contact-section .info-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .contact-section .wpcf7 {
    padding: 30px 25px;
    margin-top: 20px;
  }
  .contact-section .wpcf7 h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-section .map-embed iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .contact-section .contact-section {
    padding: 50px 15px !important;
  }
  .contact-section .contact-title h2 {
    font-size: 26px;
  }
  .contact-section .contact-label p {
    font-size: 12px;
  }
  .contact-section .contact-subtitle p {
    font-size: 14px;
  }
  .contact-section .contact-info-box .text-box {
    padding: 30px 20px !important;
  }
  .contact-section .info-item h4 {
    font-size: 15px;
  }
  .contact-section .info-item p {
    font-size: 13px;
  }
  .contact-section .wpcf7 {
    padding: 25px 20px;
  }
  .contact-section .wpcf7 h3 {
    font-size: 20px;
  }
  .contact-section .map-embed iframe {
    height: 250px;
  }
}

/* ===== TIỆN ÍCH NỘI KHU SECTION ===== */
.map-section {
  background: #fff;
}
@media (min-width: 1024px) {
  .map-section {
    min-height: 600px !important;
  }
}
@media (max-width: 849px) {
  .map-section {
    min-height: 100% !important;
  }
}

/* ===== TIỆN ÍCH NỘI KHU SECTION ===== */
.tien-ich-noi-khu-section {
  background: #fff;
}
@media (max-width: 849px) {
  .tien-ich-noi-khu-section {
    min-height: 100% !important;
  }
}
.tien-ich-noi-khu-section .col-last {
  padding-bottom: 0 !important;
}
.tien-ich-noi-khu-section .col-first {
  padding-bottom: 15px !important;
}
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-group {
  background: white;
  padding: 15px !important;
  margin: 0 !important;
}
.tien-ich-noi-khu-section {
  /* Rows */
}
.tien-ich-noi-khu-section .row {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tien-ich-noi-khu-section {
  /* LEFT */
}
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-left {
  padding-bottom: 0 !important;
}
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-left .col {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
@media (min-width: 1024px) {
  .tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-left .col-first .image-cover {
    padding-top: 215px !important;
  }
  .tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-left .col-last .image-cover {
    padding-top: 430px !important;
  }
}
.tien-ich-noi-khu-section {
  /* RIGHT */
}
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-right {
  padding-bottom: 0 !important;
}
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-right .col {
  padding-left: 0 !important;
}
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-right .col-first,
.tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-right .col-last-last {
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  .tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-right .col-first .image-cover {
    padding-top: 430px !important;
  }
  .tien-ich-noi-khu-section .tien-ich-noi-khu-section-inner-right .col-last .image-cover {
    padding-top: 215px !important;
  }
}
.tien-ich-noi-khu-section .col-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tien-ich-noi-khu-section {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 991px) {
  .tien-ich-noi-khu-section {
    padding: 40px 0 !important;
  }
  .tien-ich-noi-khu-section .col {
    margin-bottom: 25px;
  }
}
@media (max-width: 849px) {
  .tien-ich-noi-khu-section {
    padding: 0px !important;
  }
  .tien-ich-noi-khu-section .row:first-child {
    margin-bottom: 0 !important;
  }
  .tien-ich-noi-khu-section .col {
    padding: 0px !important;
    margin-bottom: 0px;
  }
}
.tien-ich-noi-khu-section {
  /* ===== IMAGE BOX ===== */
}
.tien-ich-noi-khu-section .tien-ich-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tien-ich-noi-khu-section .tien-ich-box.has-hover {
  margin-bottom: 0 !important;
}
.tien-ich-noi-khu-section .tien-ich-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
.tien-ich-noi-khu-section .tien-ich-box:hover .image-cover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.tien-ich-noi-khu-section .tien-ich-box:hover .box-image::after {
  opacity: 0.95;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.tien-ich-noi-khu-section .tien-ich-box:hover .tien-ich-title h3 {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
}
.tien-ich-noi-khu-section .tien-ich-box .box-image {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
.tien-ich-noi-khu-section .tien-ich-box .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
}
.tien-ich-noi-khu-section .tien-ich-box .image-cover {
  overflow: hidden;
}
.tien-ich-noi-khu-section .tien-ich-box .image-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tien-ich-noi-khu-section .tien-ich-box .box-text {
  position: absolute !important;
  inset: auto 0 0 0;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  z-index: 2;
}
.tien-ich-noi-khu-section .tien-ich-box .box-text.text-center {
  text-align: left !important;
}
.tien-ich-noi-khu-section .tien-ich-box .box-text-inner {
  padding: 10px 25px !important;
  background: rgba(224, 219, 216, 0.7882352941) !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-top-right-radius: 20px;
}
@media (max-width: 849px) {
  .tien-ich-noi-khu-section .tien-ich-box .image-cover {
    padding-top: 240px !important;
  }
  .tien-ich-noi-khu-section .tien-ich-box .box-text-inner {
    padding: 18px 22px !important;
  }
}
.tien-ich-noi-khu-section {
  /* ===== TITLE ===== */
}
.tien-ich-noi-khu-section .tien-ich-title {
  margin: 0 !important;
  padding: 0 !important;
}
.tien-ich-noi-khu-section .tien-ich-title h3 {
  color: black !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px;
  text-align: left !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .tien-ich-noi-khu-section .tien-ich-title h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 849px) {
  .tien-ich-noi-khu-section .tien-ich-title h3 {
    font-size: 16px !important;
  }
}

/* ===== LÝ DO NÊN CHỌN SECTION ===== */
.heritage-section {
  background: #f6ead8;
  padding: 80px 0;
}
@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: 56px;
  }
}
.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", serif;
  font-size: 16px;
  line-height: 1.9;
  max-width: 520px;
  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: 44px;
  }
}
.heritage-section .heritage-overview-title h3 {
  color: #4b2e1f;
  margin: 0px;
}
.heritage-section {
  /* ===== LIST ===== */
}
.heritage-section .heritage-overview-list ul {
  list-style: disc;
  padding-left: 20px;
}
.heritage-section .heritage-overview-list ul li {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 12px;
  color: #4a3325;
  margin-left: 0;
}
.heritage-section .heritage-overview-list ul li strong {
  font-weight: 600;
  color: #3a2419;
}

/* ===== LÝ DO NÊN CHỌN SECTION ===== */
.ly-do-nen-chon-section {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  min-height: 900px;
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .ly-do-nen-chon-section-top {
    margin-bottom: 20px;
    padding-top: 80px !important;
  }
  .ly-do-nen-chon-section .ly-do-nen-chon-section-center {
    padding-bottom: 0 !important;
  }
  .ly-do-nen-chon-section .ly-do-nen-chon-section-bottom {
    padding-top: 0 !important;
  }
}
.ly-do-nen-chon-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(220, 200, 160, 0.85);
  z-index: 0;
}
.ly-do-nen-chon-section .row,
.ly-do-nen-chon-section .col-inner {
  position: relative;
  z-index: 1;
}
.ly-do-nen-chon-section {
  /* ===== MAIN TITLE ===== */
}
.ly-do-nen-chon-section .main-number h2 {
  font-size: 280px !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: -8px;
  color: #4a3728 !important;
  margin: 0 !important;
  font-family: "Playfair Display", Georgia, serif !important;
}
.ly-do-nen-chon-section .main-subtitle {
  margin-bottom: 15px !important;
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .main-subtitle {
    text-align: left;
  }
}
.ly-do-nen-chon-section .main-subtitle h3 {
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: #4a3728 !important;
  margin: 0 !important;
  font-family: "Playfair Display", Georgia, serif !important;
}
.ly-do-nen-chon-section .main-subtitle .cursive {
  margin-left: 15px;
  font-family: "Dancing Script", "Brush Script MT", cursive !important;
  font-weight: 600 !important;
  font-style: italic;
}
.ly-do-nen-chon-section .main-project {
  margin-bottom: 0 !important;
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .main-project {
    text-align: left;
  }
}
.ly-do-nen-chon-section .main-project h4 {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 3px;
  color: #4a3728 !important;
  margin: 0 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}
.ly-do-nen-chon-section {
  /* ===== VERTICAL DIVIDER ===== */
}
.ly-do-nen-chon-section .row > .col:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: rgba(74, 55, 40, 0.2);
}
.ly-do-nen-chon-section {
  /* ===== ANIMATION ===== */
}
.ly-do-nen-chon-section [class*=animate-] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.ly-do-nen-chon-section {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 991px) {
  .ly-do-nen-chon-section {
    min-height: auto !important;
    height: auto !important;
    padding: 60px 0 !important;
  }
  .ly-do-nen-chon-section .main-number {
    margin-bottom: -25px !important;
  }
  .ly-do-nen-chon-section .main-number h2 {
    font-size: 180px !important;
  }
  .ly-do-nen-chon-section .main-subtitle h3 {
    font-size: 48px !important;
  }
  .ly-do-nen-chon-section .main-project h4 {
    font-size: 24px !important;
  }
  .ly-do-nen-chon-section .row > .col:first-child::after {
    display: none;
  }
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section {
    padding: 40px 0 !important;
  }
  .ly-do-nen-chon-section .reason-list-left .col,
  .ly-do-nen-chon-section .reason-list-right .col {
    padding: 20px 20px 0px 20px !important;
  }
  .ly-do-nen-chon-section .main-number {
    margin-bottom: -20px !important;
  }
  .ly-do-nen-chon-section .main-number h2 {
    font-size: 140px !important;
    letter-spacing: -5px;
  }
  .ly-do-nen-chon-section .main-subtitle h3 {
    font-size: 38px !important;
  }
  .ly-do-nen-chon-section .main-project h4 {
    font-size: 20px !important;
    letter-spacing: 2px;
  }
}
.ly-do-nen-chon-section {
  /* ===== REASON BOX ===== */
}
.ly-do-nen-chon-section .box-image,
.ly-do-nen-chon-section .box-text {
  direction: ltr;
  display: table-cell !important;
  vertical-align: middle !important;
}
.ly-do-nen-chon-section .reason-list-top {
  padding-bottom: 70px;
}
.ly-do-nen-chon-section .reason-list-top .box-image {
  overflow: unset;
}
.ly-do-nen-chon-section .reason-list-top .box-image::before {
  background-color: #4a3728 !important;
  height: 70px;
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .reason-list-top .box-image::before {
    height: 30px;
    bottom: -30px !important;
  }
}
.ly-do-nen-chon-section .reason-list-top .box-image::before {
  width: 1px;
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
}
.ly-do-nen-chon-section .reason-box {
  position: relative;
  margin-bottom: 0px !important;
}
@media (min-width: 849px) {
  .ly-do-nen-chon-section .reason-box {
    padding-left: 130px !important;
  }
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .reason-box {
    padding-left: 80px !important;
  }
}
.ly-do-nen-chon-section .reason-box::before {
  position: absolute;
  left: 0;
  top: -25px;
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .reason-box::before {
    top: -15px;
    left: 10px;
  }
}
.ly-do-nen-chon-section .reason-box::before {
  width: 110px;
  font-size: 90px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #4a3728 !important;
  text-align: left;
  font-family: "Playfair Display", Georgia, serif !important;
}
.ly-do-nen-chon-section .reason-box.reason-01::before {
  content: "01";
}
.ly-do-nen-chon-section .reason-box.reason-02::before {
  content: "02";
}
.ly-do-nen-chon-section .reason-box.reason-03::before {
  content: "03";
}
.ly-do-nen-chon-section .reason-box.reason-04::before {
  content: "04";
}
.ly-do-nen-chon-section .reason-box.reason-05::before {
  content: "05";
}
.ly-do-nen-chon-section .reason-box.reason-06::before {
  content: "06";
}
.ly-do-nen-chon-section .reason-box .box-text {
  padding-top: 8px !important;
}
.ly-do-nen-chon-section .reason-box .box-text-inner {
  padding: 0 !important;
}
.ly-do-nen-chon-section .reason-box {
  /* ===== TITLE & DESC ===== */
}
.ly-do-nen-chon-section .reason-box .reason-title {
  margin-bottom: 5px !important;
}
.ly-do-nen-chon-section .reason-box .reason-title h5 {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  letter-spacing: 1px;
  color: #4a3728 !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif !important;
}
.ly-do-nen-chon-section .reason-box .reason-desc {
  margin: 0 !important;
}
.ly-do-nen-chon-section .reason-box .reason-desc p {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #6b5d4f !important;
  margin: 0 !important;
}
.ly-do-nen-chon-section .reason-box {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .reason-box::before {
    font-size: 70px !important;
    width: 90px;
  }
  .ly-do-nen-chon-section .reason-box .box-image {
    width: 10% !important;
  }
  .ly-do-nen-chon-section .reason-box .box-image .image-cover {
    width: 50px;
  }
  .ly-do-nen-chon-section .reason-box .box-text {
    padding-left: 110px !important;
  }
  .ly-do-nen-chon-section .reason-box::after {
    left: 80px;
  }
  .ly-do-nen-chon-section .reason-box .reason-title h5 {
    font-size: 16px !important;
  }
}
@media (max-width: 849px) {
  .ly-do-nen-chon-section .reason-box {
    margin-bottom: 25px !important;
  }
  .ly-do-nen-chon-section .reason-box::before {
    font-size: 60px !important;
    width: 75px;
  }
  .ly-do-nen-chon-section .reason-box::after {
    left: 65px;
    top: 5px;
    font-size: 16px;
  }
  .ly-do-nen-chon-section .reason-box .box-text {
    padding-left: 15px !important;
    padding-top: 5px !important;
  }
  .ly-do-nen-chon-section .reason-box .reason-title h5 {
    font-size: 14px !important;
    letter-spacing: 0.5px;
  }
  .ly-do-nen-chon-section .reason-box .reason-desc p {
    font-size: 13px !important;
  }
}

.townhouse-gallery-section {
  background: linear-gradient(135deg, #f5f1ed 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.townhouse-gallery-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: url("data:image/svg+xml,...") no-repeat;
  opacity: 0.1;
  z-index: 0;
}

.townhouse-plans-row {
  position: relative;
  z-index: 1;
}

/* PLAN IMAGES */
.plan-images {
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.plan-thumbnails {
  margin-top: 20px;
}

.plan-label {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 12px 8px;
  text-align: center;
}

.plan-label p {
  font-size: 11px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plan-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#c19d5b), to(#d4af6a));
  background: linear-gradient(90deg, #c19d5b 0%, #d4af6a 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.plan-label.active::after,
.plan-label:hover::after {
  width: 80%;
}

.plan-label.active p,
.plan-label:hover p {
  color: #c19d5b;
}

/* PROPERTY INFO */
.property-title h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-style: italic;
  color: #c19d5b;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.property-name h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

.property-name h2 br + text {
  color: #8b4513;
}

/* PROPERTY SPECS */
.property-specs {
  margin: 30px 0;
}

.spec-item p {
  font-size: 14px;
  color: #555;
  margin: 0 0 15px 0;
  line-height: 1.6;
}

.spec-item strong {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.location-map {
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* PROPERTY GALLERY */
.property-gallery {
  margin: 30px 0;
}

.gallery-image {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.gallery-image:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

/* PROPERTY DETAILS */
.property-details p {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 1.8;
}

.property-details strong {
  color: #333;
  font-weight: 600;
  float: right;
}

/* PROPERTY TYPES BUTTONS */
.property-types-row {
  margin-top: 50px;
  position: relative;
}

.property-type-btn {
  background: #fff !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 50px !important;
  padding: 20px 30px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #666 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.6 !important;
}

.property-type-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #c19d5b 0%, #d4af6a 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}

.property-type-btn:hover::before,
.property-type-btn.active::before {
  width: 300%;
  height: 300%;
}

.property-type-btn:hover,
.property-type-btn.active {
  border-color: #c19d5b !important;
  color: #fff !important;
}

/* PAGE NUMBER */
.townhouse-gallery-section::after {
  content: "07";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 120px;
  font-weight: 700;
  color: rgba(193, 157, 91, 0.08);
  z-index: 0;
  font-family: "Playfair Display", serif;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .property-title h3 {
    font-size: 24px;
  }
  .property-name h2 {
    font-size: 22px;
  }
  .property-types-row {
    margin-top: 30px;
  }
  .property-type-btn {
    margin-bottom: 15px;
  }
  .townhouse-gallery-section::after {
    font-size: 80px;
    right: 20px;
  }
}
@media (max-width: 849px) {
  .tabimages {
    min-height: 100% !important;
    padding: 15px !important;
  }
}
.tabimages .muatheme_com_tabs > .nav {
  margin-bottom: 15px;
}
.tabimages .muatheme_com_tabs > .nav .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.tabimages .muatheme_com_tabs > .nav .tab a {
  text-align: center;
  display: inline-block;
  border: none;
  overflow: hidden;
  position: relative;
  padding: 12px 10px;
  font-size: 15px;
  color: black;
}
.tabimages .muatheme_com_tabs > .nav .tab a:before {
  display: none;
}
.tabimages .muatheme_com_tabs > .nav .tab a > img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.tabimages .muatheme_com_tabs > .nav .tab a > img:nth-child(2) {
  display: none;
}
.tabimages .muatheme_com_tabs > .nav .tab.active a {
  background: #2196F3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tabimages .muatheme_com_tabs > .nav .tab.active a > img:nth-child(1) {
  display: none;
}
.tabimages .muatheme_com_tabs > .nav .tab.active a > img:nth-child(2) {
  display: block;
}
.tabimages .muatheme_com_tabs > .nav h3 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 15px;
  color: black;
  text-align: center;
}
.tabimages .muatheme_com_tabs > .nav .active h3 {
  color: #fff;
}
.tabimages .muatheme_com_tabs > .nav.nav-vertical {
  margin-bottom: 0;
}
.tabimages .muatheme_com_tabs > .nav.nav-vertical > li + li {
  border-top: 0;
}
.tabimages .muatheme_com_tabs > .nav.nav-vertical a {
  border-top: 1px solid #d2d2d2;
  text-align: center;
}
.tabimages .muatheme_com_tabs > .tab-panels {
  width: 100%;
  padding: 20px;
}
.tabimages .muatheme_com_tabs > .tab-panels .row {
  margin: 0;
}
.tabimages .muatheme_com_tabs > .tab-panels .panel .row .col {
  padding: 0 5px 5px;
}
.tabimages .muatheme-tabs {
  max-width: 1200px;
  margin: 0 auto;
}
.tabimages {
  /* =========================
     TAB NAV WRAPPER
  ========================= */
}
.tabimages .tabbed-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0px 0px 0px;
}
@media (max-width: 849px) {
  .tabimages .tabbed-content .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: auto;
    padding: 10px 0px;
  }
}
.tabimages {
  /* =========================
     TAB ITEM
  ========================= */
}
.tabimages .tabbed-content .nav .tab {
  list-style: none;
}
.tabimages .tabbed-content .nav .tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 16px 22px;
  min-width: 260px;
  border-radius: 16px;
  border: 1.5px solid #f6c25b;
  background: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabimages {
  /* Hover */
}
.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);
}
.tabimages {
  /* =========================
     ICON
  ========================= */
}
.tabimages .tabbed-content .nav .tab img:first-child {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  background: #fff3d9;
}
.tabimages .tabbed-content .nav .tab img:nth-child(2) {
  display: none;
  /* icon active nếu cần sau */
}
.tabimages {
  /* =========================
     TEXT BLOCK
  ========================= */
}
.tabimages .tabbed-content .nav .tab h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.tabimages .tabbed-content .nav .tab .tab-ux-text {
  position: static !important;
  /* phá absolute cũ */
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  line-height: 1.3;
}
.tabimages {
  /* Gom h3 + ux text thành cột */
}
.tabimages .tabbed-content .nav .tab h3,
.tabimages .tabbed-content .nav .tab .tab-ux-text {
  display: block;
}
.tabimages .tabbed-content .nav .tab img {
  display: none;
}
.tabimages .tabbed-content .nav .tab a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.tabimages {
  /* Text wrapper ảo */
}
.tabimages .tabbed-content .nav .tab h3,
.tabimages .tabbed-content .nav .tab .tab-ux-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tabimages {
  /* =========================
     ACTIVE TAB
  ========================= */
}
.tabimages .tabbed-content .nav .tab.active a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(217, 119, 6)), to(rgb(146, 64, 14)));
  background: linear-gradient(to right, rgb(217, 119, 6), rgb(146, 64, 14));
  border-color: transparent;
  color: #fff;
}
.tabimages .tabbed-content .nav .tab.active h3,
.tabimages .tabbed-content .nav .tab.active .tab-ux-text {
  color: #fff;
}
.tabimages .tabbed-content .nav .tab.active img:first-child {
  background: rgba(255, 255, 255, 0.2);
}
.tabimages {
  /* CHECK ICON (chấm xanh) */
}
.tabimages .tabbed-content .nav .tab.active::after {
  content: "✔";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2ecc71;
  color: #fff;
  font-size: 12px;
  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;
}