/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.8
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html, body, p, span, a, div, h1, h2, h3, h4, h5, h6, li, ul, ol, td, th, tr, tbody, thead, table, label, section, header, footer, aside, nav, article, input, textarea, button, select, strong, em, b, q, blockquote, dd, dt, dt, dl, address, pre, code {
  font-family: 'Inter', sans-serif !important;
}

.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, [class^="fa-"], [class*=" fa-"],
.icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-menu, .icon-search, .icon-shopping-basket, .icon-shopping-cart, .icon-heart, .icon-user, .icon-phone, .icon-envelop, .icon-play, .icon-close, .icon-lock, .icon-user-o, .icon-chat, .icon-line, .icon-equalizer, .icon-shopping-bag, .icon-google-plus, .icon-heart-o, .icon-star, .icon-star-o, .icon-facebook, .icon-feed, .icon-checkmark, .icon-plus, .icon-cross, .icon-instagram, .icon-tiktok, .icon-pinterest, .icon-skype, .icon-dribbble, .icon-certificate, .icon-expand, .icon-linkedin, .icon-map-pin-fill, .icon-pen-alt-fill, .icon-youtube, .icon-flickr, .icon-clock, .icon-snapchat, .icon-whatsapp, .icon-telegram, .icon-twitch, .icon-discord, .icon-threads,
.star-rating, .star-rating span, .stars a,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome', 'fl-icons', 'flatsome-icons' !important;
}

p {
  font-family: 'Inter', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: rgb(51, 51, 51) !important;
  font-size: 19px !important;
  line-height: 29px !important;
}

.xc-home-featured .icon-box.featured-box {
  background-color: #F6FCFD;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(25, 150, 203, 0.3);
  padding: 50px 20px 25px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  position: relative;
  margin-top: 35px;
}
.xc-home-featured .icon-box.featured-box:hover {
  box-shadow: 0 0 10px 0 rgba(25, 150, 203, 0.5);
}

.xc-home-featured .icon-box.featured-box::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #282828;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 28px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.xc-home-featured .icon-box.tra-gop::before { content: "\f200"; }
.xc-home-featured .icon-box.chi-tiet::before { content: "\f1ec"; }
.xc-home-featured .icon-box.lai-thu::before { content: "\f1b9"; }

.xc-home-featured .icon-box.featured-box h3 {
  font-family: 'Inter', sans-serif ;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.xc-home-featured .icon-box.featured-box p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.45 !important;
  letter-spacing: normal !important;
  color: #333 !important;
  margin-bottom: 15px !important;

  height: 40px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.xc-home-featured .icon-box.featured-box .button.primary {
  font-family: 'Inter', sans-serif ;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #171717;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  border-color: transparent;
  margin: 0;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.xc-home-featured .icon-box.featured-box .button.primary::before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
}
.xc-home-featured .icon-box.featured-box .button.primary:hover {
  background-color: #333;
  box-shadow: none;
}

.xc-footer-lai-thu {
  background-color: #282828;
  padding: 50px 0 !important;
}
.xc-footer-lai-thu .row {
  max-width: 800px;
}
.xc-footer-lai-thu .col {
  padding-bottom: 0;
}
.xc-footer-lai-thu form {
  margin-bottom: 0;
}
.xc-footer-lai-thu fieldset {
  margin: 0;
  padding: 0;
}

.xc-footer-lai-thu p.lead {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 20px;
}
.xc-footer-lai-thu p {
  color: #fff !important;
}

.xc-footer-lai-thu .form-dang-ky {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: stretch;
}
.xc-footer-lai-thu .form-dang-ky__field,
.xc-footer-lai-thu .form-dang-ky__submit {
  flex: 1 1 34%;
  display: flex;
  align-items: center;
}
.xc-footer-lai-thu .form-dang-ky p {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.xc-footer-lai-thu .form-dang-ky .wpcf7-spinner {
  display: none;
}

.xc-footer-lai-thu .form-dang-ky__field input {
  border: 1px solid #dadbdd;
  border-radius: 3px;
  padding: 7px;
  height: 37px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fff;
  box-shadow: none;
  margin: 0;
}
.xc-footer-lai-thu .form-dang-ky__field input:focus {
  border-color: #409EFF;
  outline: none;
  box-shadow: none;
}

.xc-footer-lai-thu .form-dang-ky__submit input[type="submit"] {
  background-color: #424242;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 20px;
  min-width: 100%;
  height: 37px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  box-shadow: none;
  min-height: auto;
  letter-spacing: 0;
  margin: 0;
}
.xc-footer-lai-thu .form-dang-ky__submit input[type="submit"]:hover {
  opacity: 0.8;
  box-shadow: none;
}

.xc-footer-lai-thu .wpcf7-form br,
.xc-footer-lai-thu .wpcf7-form label,
.xc-footer-lai-thu .wpcf7 .screen-reader-response,
.xc-footer-lai-thu .wpcf7-response-output {
  display: none;
}
.xc-footer-lai-thu .form-dang-ky__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.xc-footer-lai-thu .wpcf7 p {
  margin: 0;
}

.xc-footer-info {
  padding: 30px 0 50px 0 !important;
  color: #fff;
}
.xc-footer-info .section-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.57;
}
.xc-footer-info .col {
  padding-bottom: 0;
}

.xc-footer-info .logo-footer img {
  width: 63%;
  border-radius: 3px;
}

.xc-footer-info .widget-title {
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #C8C8C8;
}

.xc-footer-info .ux-menu-link {
  border-bottom: 1px dashed rgba(187, 187, 187, 0.62);
}
.xc-footer-info .ux-menu-link:last-child {
  border-bottom: none;
}
.xc-footer-info .ux-menu-link__link {
  padding: 5px 0;
}
.xc-footer-info .ux-menu-link__text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.xc-footer-info .ux-menu-link__link:hover .ux-menu-link__text {
  color: #ccc;
}

.xc-footer-info .menu-xe .ux-menu-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.xc-footer-info .menu-xe .ux-menu-link__text {
  font-size: 16px;
}

.xc-footer-info .ux-menu-link__link::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}

.xc-footer-info .menu-thong-tin .address .ux-menu-link__link::before {
  content: "\f3c5";
}
.xc-footer-info .menu-thong-tin .hotline .ux-menu-link__link::before {
  content: "\f658";
}
.xc-footer-info .menu-thong-tin .email .ux-menu-link__link::before {
  content: "\f0e0";
}

.xc-footer-info .menu-thong-tin .ux-menu-link:not(.address):not(.hotline):not(.email) .ux-menu-link__link::before {
  content: "\f068";
}

.xc-footer-info .menu-xe .ux-menu-link__link::before {
  content: "\f0da";
}

.xc-footer-info .row .row .col {
  padding-bottom: 0;
}

@media only screen and (max-width: 48em) {

  .xc-home-featured .icon-box.featured-box h3 {
    font-size: 20px;
  }
  .xc-home-featured .icon-box.featured-box p {
    font-size: 14px !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
  }

  .xc-footer-lai-thu p.lead {
    font-size: 18px;
    line-height: 24px;
  }
  .xc-footer-lai-thu .wpcf7-form .form-dang-ky {
    flex-direction: column;
  }

  .xc-footer-info .widget-title {
    font-size: 20px;
  }

  .medium-logo-center .logo {
    order: 1 !important;
    margin: 0 15px 0 0 !important;
    text-align: left !important;
  }
  .medium-logo-center .flex-left {
    order: 2 !important;
  }

}

body .off-canvas-left .mfp-content,
body .off-canvas-right .mfp-content,
body .off-canvas-left.mfp-ready .mfp-content,
body .off-canvas-right.mfp-ready .mfp-content {
    background-color: #f3f4f6 !important;
}

.category-tin-tuc #content {
    background-color: #f3f4f6; 
    padding-top: 50px;
    padding-bottom: 60px;
}

.category-tin-tuc .archive-page-header {
    margin-bottom: 45px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
}
.category-tin-tuc .archive-page-header .page-title {
    font-size: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.category-tin-tuc .archive-page-header .page-title span {
    font-size: 32px !important;
    font-weight: 600;
    color: #111111;
    font-family: 'Inter', sans-serif;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
}
.category-tin-tuc .archive-page-header .page-title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #111111; 
}

.category-tin-tuc #post-list .row.large-columns-3 > .col {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
}

.category-tin-tuc #post-list .post-item {
    margin-bottom: 30px;
}
.category-tin-tuc #post-list .box-blog-post {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    position: relative !important;
}

.category-tin-tuc #post-list .box-image {
    overflow: hidden;
    position: relative;
}
.category-tin-tuc #post-list .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: top !important; 
}

.category-tin-tuc #post-list .box-text {
    text-align: left !important;
    padding: 24px 20px !important;
}
.category-tin-tuc #post-list .blog-post-inner {
    padding: 0 !important;
}

.category-tin-tuc #post-list .post-title {
    font-family: 'Inter', sans-serif;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    text-transform: none !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: calc(1.4em * 2) !important;
    max-height: calc(1.4em * 2) !important;
}
.category-tin-tuc #post-list .post-title a {
    color: #111111 !important;
}

.category-tin-tuc #post-list .is-divider {
    display: none !important;
}

.category-tin-tuc #post-list .from_the_blog_excerpt {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #555555 !important;
    margin: 0 !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: calc(1.6em * 2) !important;
    max-height: calc(1.6em * 2) !important;
}

.category-tin-tuc #post-list .badge.post-date {
    display: none !important;
}
.category-tin-tuc #post-list .box-text,
.category-tin-tuc #post-list .box-text-inner {
    position: static !important;
}
.category-tin-tuc #post-list .custom-post-date {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 10 !important;
    display: inline-flex !important;
    align-items: center !important;
    background-color: #f3f4f6 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04) !important;
}
.category-tin-tuc #post-list .custom-post-date i {
    font-size: 12px !important;
    color: #4b5563 !important;
    margin-right: 6px !important;
}
.category-tin-tuc #post-list .custom-post-date span {
    line-height: 1 !important;
}

.category-tin-tuc .nav-pagination {
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}
.category-tin-tuc .nav-pagination li {
    display: inline-block;
    margin: 0 4px;
}
.category-tin-tuc .nav-pagination .page-number, 
.category-tin-tuc .nav-pagination .next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.category-tin-tuc .nav-pagination .page-number.current {
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}
.category-tin-tuc .nav-pagination .page-number:hover:not(.current),
.category-tin-tuc .nav-pagination .next:hover {
    border-color: #111111;
    color: #111111;
    background-color: #fafafa;
}

@media only screen and (max-width: 48em) {
    .category-tin-tuc .archive-page-header .page-title span {
        font-size: 26px !important;
    }
    .category-tin-tuc #post-list .post-title {
        font-size: 17px !important;
    }
    .category-tin-tuc #post-list .badge.post-date {
        top: 10px !important;
        left: 10px !important;
    }
}

.entry-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

h2.single-vehicle-h2 {
    border-bottom: 2px solid #111 !important;
    margin-bottom: 30px !important;
    line-height: 1 !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
}
h2.single-vehicle-h2 span.xe-h2-inner {
    background: #111 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    text-transform: uppercase !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
}

.xc-child-prices-section {
    margin-bottom: 35px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 35px !important;
}
.xc-child-prices-section .row > .col {
    padding: 15px 10px !important;
}

.xe-child-card-link {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.xe-child-card-link:hover {
    transform: translateY(-6px) !important;
}
.xe-child-image-wrapper {
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 180px !important;
    overflow: hidden !important;
}
.xe-child-image-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.xe-child-card-link:hover .xe-child-image-wrapper img {
    transform: scale(1.05) !important;
}
.xe-child-card-link h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    letter-spacing: 0.5px !important;
}
.xe-child-card-link .xe-child-price {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 500 !important;
}

.xe-content-wrapper {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05) !important;
}
.xe-section {
    margin-bottom: 35px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 35px !important;
    scroll-margin-top: 155px !important;
}

.xe-gallery-slider {
    margin-bottom: 20px !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #000 !important;
}
.xe-gallery-slide {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 300px !important;
    max-height: 500px !important;
    background: #000 !important;
}
.xe-gallery-slide img {
    max-height: 500px !important;
    width: auto !important;
    object-fit: contain !important;
}

.xe-single-page-content {
    background-color: #f7f7f7 !important;
    padding: 40px 0 !important;
}

.xe-price-banner-section {
    background-color: #fff !important;
    padding: 25px 0 !important;
    margin-bottom: 25px !important;
}

.xe-price-banner-row {
    margin: 0 auto !important;
}

.xe-price-banner-col-left {
    padding: 10px 25px !important;
}

.xe-price-banner-col-right {
    padding: 10px 25px !important;
}

.xe-display-image-wrapper {
    position: relative !important;
    min-height: 250px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

#xe-main-display-image {
    max-width: 90% !important;
    height: auto !important;
    transition: opacity 0.2s ease-in-out !important;
    border-radius: 4px !important;
}

.xe-color-selector {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
    flex-wrap: wrap !important;
}

.xe-color-dot {
    display: inline-block !important;
    width: 32px !important;
    height: 18px !important;
    border: 1px solid #ddd !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.xe-price-box {
    margin-top: 15px !important;
    text-align: center !important;
}

.xe-price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
}

.xe-promo-card {
    font-family: 'Inter', sans-serif !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 25px 30px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02) !important;
    display: flex !important;
    flex-direction: column !important;
}

.xe-promo-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #777 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom: 6px !important;
    letter-spacing: 1px !important;
}

.xe-promo-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.xe-promo-list-content {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    color: #374151 !important;
    margin-bottom: 20px !important;
}

.xe-promo-buttons {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    width: 100% !important;
}

.xe-promo-button {
    background-color: #333 !important;
    color: #fff !important;
    border: none !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    flex: 1 !important;
    text-align: center !important;
    justify-content: center !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    padding: 0 10px !important;
    box-shadow: none !important;
}

.xe-sticky-nav-wrapper {
    position: sticky !important;
    top: 90px !important;
    z-index: 99 !important;
    margin-bottom: 25px !important;
}

.xe-sticky-nav {
    background: #111 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12) !important;
}

.xe-sticky-nav-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.xe-sticky-nav-item {
    padding: 10px 14px !important;
}

.xe-sticky-nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transition: all 0.2s ease-in-out !important;
    border-bottom: 2px solid transparent !important;
    padding-bottom: 4px !important;
}

.xe-sticky-nav-link:hover {
    color: #d32f2f !important;
}

.xe-sticky-nav-item.active .xe-sticky-nav-link {
    color: #d32f2f !important;
    border-bottom: 2px solid #d32f2f !important;
}

.xe-sidebar-box {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05) !important;
    margin-bottom: 25px !important;
    border-top: 4px solid #111 !important;
}

@media (min-width: 850px) {
    .col-sidebar {
        position: sticky !important;
        top: 90px !important;
        z-index: 98 !important;
        align-self: flex-start !important; 
    }
}

.col-sidebar .xe-sidebar-box {
    background-image: linear-gradient(200deg, #2c2d30 0%, #111111 100%) !important;
    background-color: #111 !important;
    color: #fff !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border-top: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18) !important;
    overflow: hidden !important;
    margin-bottom: 25px !important;
}

.col-sidebar .xe-sidebar-box .row {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.col-sidebar .xe-sidebar-box .col {
    padding: 0 !important;
    margin: 0 !important;
}

.col-sidebar .xe-sidebar-box .col-inner {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.col-sidebar .xe-sidebar-box .img {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.col-sidebar .xe-sidebar-box .img img,
.col-sidebar .xe-sidebar-box .xe-sidebar-img {
    border-radius: 8px 8px 0 0 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}

.col-sidebar .xe-sidebar-box p.lead,
.col-sidebar .xe-sidebar-box .xe-sidebar-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffffff !important; 
    text-transform: uppercase !important;
    text-align: center !important;
    margin: 20px 15px 15px 15px !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.5px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.col-sidebar .xe-sidebar-box .xe-sidebar-img-box {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.col-sidebar .xe-sidebar-box .xe-sidebar-desc {
    padding: 0 20px !important;
    text-align: center !important;
    color: #ccc !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
}

.col-sidebar .xe-sidebar-box a.button,
.col-sidebar .xe-sidebar-box .xe-sidebar-phone-btn {
    display: block !important;
    width: calc(100% - 40px) !important;
    margin: 0 20px 12px 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 100px !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.col-sidebar .xe-sidebar-box a.button:nth-of-type(1),
.col-sidebar .xe-sidebar-box .xe-sidebar-phone-btn {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important;
}

.col-sidebar .xe-sidebar-box a.button:nth-of-type(1) span::before {
    content: "\f879" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin-right: 8px !important;
    display: inline-block !important;
    color: #000000 !important;
    transition: color 0.3s ease !important;
}

.col-sidebar .xe-sidebar-box a.button:nth-of-type(1):hover,
.col-sidebar .xe-sidebar-box .xe-sidebar-phone-btn:hover {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}
.col-sidebar .xe-sidebar-box a.button:nth-of-type(1):hover span::before {
    color: #ffffff !important;
}

.col-sidebar .xe-sidebar-box a.button:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.col-sidebar .xe-sidebar-box a.button:nth-of-type(2) span::before {
    content: "\f879" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin-right: 8px !important;
    display: inline-block !important;
    color: #ffffff !important;
    transition: color 0.3s ease !important;
}

.col-sidebar .xe-sidebar-box a.button:nth-of-type(2):hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
}
.col-sidebar .xe-sidebar-box a.button:nth-of-type(2):hover span::before {
    color: #000000 !important;
}

.col-sidebar .xe-sidebar-box a.button span {
    line-height: 38px !important;
}

.col-sidebar .xe-sidebar-box .xe-contact-form {
    width: 100% !important;
    padding: 0 20px 20px 20px !important;
}

.col-sidebar .xe-sidebar-box .xe-sidebar-form-row {
    margin-bottom: 10px !important;
}

.col-sidebar .xe-sidebar-box .xe-sidebar-input {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 0 20px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 13.5px !important;
    width: 100% !important;
}

.col-sidebar .xe-sidebar-box .xe-sidebar-input::placeholder {
    color: #888 !important;
}

.col-sidebar .xe-sidebar-box .xe-sidebar-submit-btn {
    background-color: #c5a880 !important;
    border: none !important;
    color: #111 !important;
    border-radius: 100px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    width: 100% !important;
    text-transform: uppercase !important;
}
.col-sidebar .xe-sidebar-box .xe-sidebar-submit-btn:hover {
    background-color: #bfa178 !important;
    transform: translateY(-2px) !important;
}

.xe-calculator-row {
    margin-bottom: 35px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 35px !important;
}

.automotive_longvietweb select,
.automotive_longvietweb .automotive_laivay select,
.automotive_longvietweb .text-input select {
    height: 40px !important;
    line-height: normal !important;
    padding: 8px 30px 8px 10px !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    -webkit-appearance: select !important;
    -moz-appearance: select !important;
    appearance: select !important;
}

.automotive_longvietweb .text-input select {
    border: 0 !important;
    background: #f9fafb !important;
}

.box-vehice {
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 4px !important;
    padding: 15px 5px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
    margin-bottom: 20px !important;
    transition: box-shadow 0.2s ease-in-out !important;
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.row.align-equal > .col > .col-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important;
    height: 100% !important;
    width: 100% !important;
}

.row.align-equal > .col > .col-inner > .box-vehice {
    flex: 1 0 auto !important;
}

.box-vehice .box-image {
    height: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
}

.box-vehice .box-image img {
    max-height: 140px !important;
    width: auto !important;
    object-fit: contain !important;
    transition: transform 0.3s ease-in-out !important;
}

.box-vehice:hover .box-image img {
    transform: scale(1.05) !important;
}

.box-vehice .box-text {
    padding: 15px 5px 0 5px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important;
    text-align: left !important;
    align-items: stretch !important;
}

.box-vehice .box-text-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
}

.box-vehice .xc-car-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.box-vehice .xc-car-title a {
    color: #111 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.box-vehice .xc-car-title a:hover {
    color: #c5a880 !important;
}

.box-vehice .xc-car-price {
    color: #737373 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.box-vehice .xc-car-divider {
    border-top: 1px solid #eaeaea !important;
    margin-bottom: 10px !important;
    padding-top: 5px !important;
    margin-top: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.box-vehice .xc-car-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.box-vehice .xc-car-action-link {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: color 0.2s ease !important;
}

.box-vehice .xc-car-action-link:hover {
    color: #c5a880 !important;
}

.box-vehice .xc-car-action-link i {
    margin-right: 4px !important;
    font-size: 10px !important;
}

.list-vehice .sub-title {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: rgb(98, 98, 98) !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.list-vehice .xc-section-title {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: rgb(40, 40, 40) !important;
    font-size: 44px !important;
    line-height: 44px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    .box-vehice .xc-car-title {
        font-size: 16px !important;
    }
    .box-vehice .xc-car-price {
        font-size: 13px !important;
    }
    .box-vehice .xc-car-action-link {
        font-size: 12px !important;
    }
    .list-vehice .xc-section-title {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .list-vehice .sub-title {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}

.xc-home.about {
  position: relative;
  padding: 50px 0 !important;
  background-color: #000000;
}

.xc-home.about .section-bg {
  background-image: url("https://lexus-hanoi.vn/wp-content/uploads/2024/10/masthead-d-1.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.xc-home.about .section-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.51) !important;
  pointer-events: none;
}

.xc-home.about .row {
  max-width: 750px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.xc-home.about .col-inner {
  text-align: center !important;
  padding: 0 !important;
}

.xc-home.about h2 {
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.xc-home.about h2::after {
  content: "";
  display: block;
  width: 147px;
  height: 15px;
  background-image: url("https://kiabinhtanhcm.com/wp-content/uploads/2022/07/divider.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  margin: 15px auto 20px auto !important;
}

.xc-home.about p {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.xc-home.about p strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.xc-home.about a.button {
  display: inline-block !important;
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px !important;
  padding: 12px 35px !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: all 0.3s ease !important;
  transform: skewX(-15deg) !important;
  box-shadow: none !important;
  min-height: auto !important;
  height: auto !important;
  line-height: 1.2 !important;
}

.xc-home.about a.button span {
  display: inline-block !important;
  transform: skewX(15deg) !important; 
  line-height: 1.2 !important;
}

.xc-home.about a.button:hover,
.xc-home.about a.button:focus {
  background-color: #ce1010 !important;
  border-color: #ce1010 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .xc-home.about {
    padding: 40px 0 !important;
  }
  .xc-home.about h2 {
    font-size: 35px !important;
  }
  .xc-home.about p {
    font-size: 14px !important;
  }
}

.xc-home.why {
  padding: 50px 0 !important;
  background-color: #ffffff !important;
}

@media (min-width: 850px) {
  .xc-home.why .row:nth-child(2) {
    display: flex !important;
    align-items: center !important;
  }
}

.xc-home.why .sub-title {
  color: #626262 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 5px !important;
  letter-spacing: 0.5px !important;
}

.xc-home.why .xc-section-title {
  color: #111111 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 35px !important;
  line-height: 1.2 !important;
}

.xc-home.why .img-inner img {
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.xc-home.why .icon-box.featured-box {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  margin-bottom: 25px !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.xc-home.why .icon-box.featured-box:last-child {
  margin-bottom: 0 !important;
}

.xc-home.why .icon-box.featured-box::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif !important;
  font-weight: 900 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #282828 !important;
  color: #ffffff !important;
  width: 55px !important;
  height: 55px !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  transition: all 0.3s ease !important;
  margin-top: 2px !important;
}

.xc-home.why .icon-box.featured-box:hover::before {
  background-color: #ce1010 !important; 
  transform: scale(1.08) !important;
}

.xc-home.why .icon-box.open::before {
  content: "\f571" !important; 
}
.xc-home.why .icon-box.customer::before {
  content: "\f0c0" !important; 
}
.xc-home.why .icon-box.best::before {
  content: "\f1ad" !important; 
  font-weight: 400 !important; 
}

.xc-home.why .icon-box-text {
  padding: 0 !important;
  margin: 0 !important;
  flex-grow: 1 !important;
}

.xc-home.why .icon-box h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.2px !important;
}

.xc-home.why .icon-box p {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .xc-home.why {
    padding: 40px 0 !important;
  }
  .xc-home.why .sub-title {
    font-size: 18px !important;
  }
  .xc-home.why .xc-section-title {
    font-size: 35px !important;
    margin-bottom: 25px !important;
  }
  .xc-home.why .icon-box h3 {
    font-size: 19px !important;
  }
  .xc-home.why .icon-box p {
    font-size: 14px !important;
  }
  .xc-home.why .icon-box.featured-box {
    gap: 15px !important;
  }
  .xc-home.why .icon-box.featured-box::before {
    width: 45px !important;
    height: 45px !important;
    font-size: 16px !important;
  }
}

.xc-home.support {
  background-color: #282828 !important;
  padding: 30px 0 !important;
  position: relative !important;
}

.xc-home.support .row {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

@media (min-width: 850px) {
  .xc-home.support .row {
    display: flex !important;
    align-items: center !important;
  }
  .xc-home.support .col:nth-child(1) {
    flex-basis: 68.446% !important;
    max-width: 68.446% !important;
    padding-bottom: 0 !important;
  }
  .xc-home.support .col:nth-child(2) {
    flex-basis: 31.554% !important;
    max-width: 31.554% !important;
    text-align: center !important;
    padding-bottom: 0 !important;
  }
}

.xc-home.support h3 {
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: right !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2px !important;
}

.xc-home.support h4 {
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: right !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

.xc-home.support a.button {
  background-color: #ffffff !important;
  color: rgb(23, 23, 23) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 20px !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 15px 40px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease !important;
  min-height: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.xc-home.support a.button span::before {
  content: "\f095" !important; 
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif !important;
  font-weight: 900 !important;
  margin-right: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  color: inherit !important;
}

.xc-home.support a.button:hover,
.xc-home.support a.button:focus {
  background-color: #f2f2f2 !important;
  color: rgb(23, 23, 23) !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .xc-home.support {
    padding: 20px 10px !important;
  }
  .xc-home.support .col {
    padding-bottom: 15px !important;
  }
  .xc-home.support .col:last-child {
    padding-bottom: 0 !important;
  }
  .xc-home.support h3 {
    font-size: 22px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
  }
  .xc-home.support h4 {
    font-size: 13px !important;
    text-align: center !important;
  }
  .xc-home.support .col-inner {
    text-align: center !important;
  }
  .xc-home.support a.button {
    font-size: 18px !important;
    padding: 12px 30px !important;
    margin: 10px auto 0 auto !important;
  }
}

.xc-home-news {
  padding: 50px 0 !important;
  background-color: #ffffff !important;
}

.xc-home-news .xc-section-title {
  font-family: "Inter", sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 35px !important;
  line-height: 1.2 !important;
}

.xc-home-news .box-blog-post {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  height: 380px !important; 
  background-color: #171717 !important; 
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}

.xc-home-news .box-blog-post:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px) !important;
}

.xc-home-news .box-blog-post .box-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.xc-home-news .box-blog-post .box-image .image-cover {
  padding-top: 0 !important;
  height: 100% !important;
}

.xc-home-news .box-blog-post .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.xc-home-news .box-blog-post:hover .box-image img {
  transform: scale(1.08) !important;
}

.xc-home-news .box-blog-post .box-text {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 2 !important;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%) !important;
  padding: 40px 20px 20px 20px !important;
  text-align: left !important;
}

.xc-home-news .box-blog-post .box-text-inner {
  padding: 0 !important;
}

.xc-home-news .box-blog-post .post-title {
  font-family: "Inter", sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  margin-bottom: 8px !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: calc(1.4em * 2) !important;
  max-height: calc(1.4em * 2) !important;
}

.xc-home-news .box-blog-post .post-title a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.xc-home-news .box-blog-post .post-title a:hover {
  color: #ffffff !important;
}

.xc-home-news .box-blog-post .is-divider {
  display: none !important;
}

.xc-home-news .box-blog-post .from_the_blog_excerpt {
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #dddddd !important;
  margin: 0 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: calc(1.6em * 2) !important;
  max-height: calc(1.6em * 2) !important;
}

@media (max-width: 767px) {
  .xc-home-news {
    padding: 40px 0 !important;
  }
  .xc-home-news .xc-section-title {
    font-size: 35px !important;
    margin-bottom: 25px !important;
  }
  .xc-home-news .box-blog-post {
    height: 320px !important; 
  }
  .xc-home-news .box-blog-post .post-title {
    font-size: 16px !important;
  }
  .xc-home-news .box-blog-post .from_the_blog_excerpt {
    font-size: 12.5px !important;
  }
}

.blog-single {
  background-color: #f7f7f7 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.blog-single article {
  background-color: #ffffff !important;
  padding: 40px 50px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #eaeaea !important;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .blog-single article {
    padding: 25px 15px !important;
  }
}

.blog-single .entry-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  line-height: 1.25 !important;
  text-align: center !important;
  margin-top: 10px !important;
  margin-bottom: 25px !important;
  letter-spacing: 0.5px !important;
}

@media (max-width: 767px) {
  .blog-single .entry-title {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
}

.blog-single .entry-meta {
  text-align: center !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #888888 !important;
  margin-bottom: 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-bottom: 1px solid #eee !important;
  padding-bottom: 15px !important;
}

.blog-single .entry-meta a {
  color: #888888 !important;
  font-weight: 500 !important;
}

.blog-single .entry-meta a:hover {
  color: #ce1010 !important;
}

.blog-single .entry-content h2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  border-left: 4px solid #ce1010 !important;
  padding-left: 15px !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.5px !important;
}

.blog-single .entry-content h3 {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
}

.blog-single .entry-content h4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .blog-single .entry-content h2 {
    font-size: 20px !important;
    padding-left: 10px !important;
    margin-top: 30px !important;
  }
  .blog-single .entry-content h3 {
    font-size: 18px !important;
  }
}

.blog-single .entry-content p {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #333333 !important;
  margin-bottom: 20px !important;
}

.blog-single .entry-content ul, 
.blog-single .entry-content ol {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #333333 !important;
  margin-bottom: 20px !important;
  padding-left: 20px !important;
}

.blog-single .entry-content li {
  margin-bottom: 8px !important;
}

.blog-single .entry-content .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 25px 0 !important;
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
}

.blog-single .entry-content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  margin: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
}

.blog-single .entry-content table th,
.blog-single .entry-content table td {
  padding: 12px 15px !important;
  border-bottom: 1px solid #eaeaea !important;
  border-right: 1px solid #eaeaea !important;
  color: #333333 !important;
  vertical-align: middle !important;
  line-height: 1.4 !important;
}

.blog-single .entry-content table th:last-child,
.blog-single .entry-content table td:last-child {
  border-right: none !important;
}

.blog-single .entry-content table tr:last-child td {
  border-bottom: none !important;
}

.blog-single .entry-content table tr:first-child,
.blog-single .entry-content table thead tr {
  background-color: #171717 !important; 
}

.blog-single .entry-content table tr:first-child td,
.blog-single .entry-content table tr:first-child th,
.blog-single .entry-content table thead tr th {
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border-bottom: 2px solid #ce1010 !important; 
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.blog-single .entry-content table tr:first-child td strong,
.blog-single .entry-content table tr:first-child th strong {
  color: #ffffff !important;
}

.blog-single .entry-content table tr td:first-child {
  text-align: left !important;
  font-weight: 600 !important;
  background-color: #fafafa !important;
  width: 250px !important;
}

.blog-single .entry-content table tr td {
  text-align: center !important;
}

.blog-single .entry-content table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

.blog-single .entry-content table tr:hover {
  background-color: #f1f1f1 !important;
  transition: background-color 0.2s ease !important;
}

.blog-single .entry-content figure {
  margin: 30px auto !important;
  text-align: center !important;
  max-width: 100% !important;
}

.blog-single .entry-content figure img,
.blog-single .entry-content img {
  border-radius: 6px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #eaeaea !important;
  margin-bottom: 8px !important;
  max-width: 100% !important;
  height: auto !important;
  display: inline-block !important;
}

.blog-single .entry-content figcaption {
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  font-style: italic !important;
  color: #666666 !important;
  margin-top: 5px !important;
  text-align: center !important;
  display: block !important;
}

.blog-single .entry-content #ez-toc-container {
  border: 1px solid #eaeaea !important;
  background-color: #fdfdfd !important;
  border-radius: 6px !important;
  padding: 20px !important;
  margin-bottom: 30px !important;
  width: 100% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}

.blog-single .entry-content #ez-toc-container .ez-toc-title-container {
  border-bottom: 2px solid #111111 !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.blog-single .entry-content #ez-toc-container p.ez-toc-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #111111 !important;
  margin: 0 !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list li {
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  margin-bottom: 8px !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list li a {
  color: #555555 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
@media (max-width: 767px) {
  .blog-single .entry-content h2 {
    font-size: 20px !important;
    padding-left: 10px !important;
    margin-top: 30px !important;
  }
  .blog-single .entry-content h3 {
    font-size: 18px !important;
  }
}

.blog-single .entry-content p {
  font-family: 'Inter', sans-serif !important;
  font-size: 19px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 29px !important;
  color: rgb(51, 51, 51) !important;
  margin-bottom: 20px !important;
}

.blog-single .entry-content ul, 
.blog-single .entry-content ol {
  font-family: 'Inter', sans-serif !important;
  font-size: 19px !important;
  line-height: 29px !important;
  color: rgb(51, 51, 51) !important;
  margin-bottom: 20px !important;
  padding-left: 20px !important;
}

.blog-single .entry-content li {
  font-family: 'Inter', sans-serif !important;
  font-size: 19px !important;
  line-height: 29px !important;
  color: rgb(51, 51, 51) !important;
  margin-bottom: 8px !important;
}

.blog-single .entry-content .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 25px 0 !important;
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
}

.blog-single .entry-content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  margin: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
}

.blog-single .entry-content table th,
.blog-single .entry-content table td {
  padding: 12px 15px !important;
  border-bottom: 1px solid #eaeaea !important;
  border-right: 1px solid #eaeaea !important;
  color: #333333 !important;
  vertical-align: middle !important;
  line-height: 1.4 !important;
}

.blog-single .entry-content table th:last-child,
.blog-single .entry-content table td:last-child {
  border-right: none !important;
}

.blog-single .entry-content table tr:last-child td {
  border-bottom: none !important;
}

.blog-single .entry-content table tr:first-child,
.blog-single .entry-content table thead tr {
  background-color: #171717 !important; 
}

.blog-single .entry-content table tr:first-child td,
.blog-single .entry-content table tr:first-child th,
.blog-single .entry-content table thead tr th {
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border-bottom: 2px solid #ce1010 !important; 
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.blog-single .entry-content table tr:first-child td strong,
.blog-single .entry-content table tr:first-child th strong {
  color: #ffffff !important;
}

.blog-single .entry-content table tr td:first-child {
  text-align: left !important;
  font-weight: 600 !important;
  background-color: #fafafa !important;
  width: 250px !important;
}

.blog-single .entry-content table tr td {
  text-align: center !important;
}

.blog-single .entry-content table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

.blog-single .entry-content table tr:hover {
  background-color: #f1f1f1 !important;
  transition: background-color 0.2s ease !important;
}

.blog-single .entry-content figure {
  margin: 30px auto !important;
  text-align: center !important;
  max-width: 100% !important;
}

.blog-single .entry-content figure img,
.blog-single .entry-content img {
  border-radius: 6px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #eaeaea !important;
  margin-bottom: 8px !important;
  max-width: 100% !important;
  height: auto !important;
  display: inline-block !important;
}

.blog-single .entry-content figcaption {
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  font-style: italic !important;
  color: #666666 !important;
  margin-top: 5px !important;
  text-align: center !important;
  display: block !important;
}

.blog-single .entry-content #ez-toc-container {
  border: 1px solid #eaeaea !important;
  background-color: #fdfdfd !important;
  border-radius: 6px !important;
  padding: 20px !important;
  margin-bottom: 30px !important;
  width: 100% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}

.blog-single .entry-content #ez-toc-container .ez-toc-title-container {
  border-bottom: 2px solid #111111 !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.blog-single .entry-content #ez-toc-container p.ez-toc-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #111111 !important;
  margin: 0 !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list li {
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  margin-bottom: 8px !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list li a {
  color: #555555 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.blog-single .entry-content #ez-toc-container ul.ez-toc-list li a:hover {
  color: #ce1010 !important;
}

.blog-single .entry-content blockquote {
  border-left: 4px solid #ce1010 !important;
  background-color: #fafafa !important;
  padding: 15px 20px !important;
  margin: 25px 0 !important;
  font-style: italic !important;
  color: #555555 !important;
  font-size: 16px !important;
}

.header-wrapper {
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}

.header-bg-color {
  background-color: #171717 !important;
}

.header-main {
  height: 90px !important;
  position: relative !important;
  z-index: 10 !important;
}

#logo img {
  max-height: 90px !important;
}

#logo {
  width: 200px !important;
}

.header-inner.container {
  max-width: 1370px !important;
}

.header-wrapper.stuck {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3) !important;
}

.header-wrapper.stuck .header-bg-color {
  background-color: rgba(23, 23, 23, 0.97) !important;
}

.header-main .top-divider {
  opacity: 0.06 !important;
  border-color: #ffffff !important;
}

@media (min-width: 850px) {
  #logo.logo {
    margin-right: 65px !important;
  }
}

.header-logo-dark {
  display: none !important;
}

.header-nav-main {
  height: 100% !important;
}

.header-nav-main > li {
  height: 100% !important;
}

.header-nav-main > li > a {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  transition: color 0.2s ease-in-out !important;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
}

.header-nav-main > li.active > a,
.header-nav-main > li.current-menu-item > a,
.header-nav-main > li.current-menu-parent > a,
.header-nav-main > li.current-menu-ancestor > a,
.header-nav-main > li.current_page_item > a,
.header-nav-main > li > a:hover {
  color: rgb(189, 189, 189) !important;
}

.nav-line-bottom > li > a::before,
.nav-line-grow > li > a::before,
.nav-line > li > a::before,
.nav-line-bottom > li > a::after,
.nav-line-grow > li > a::after,
.nav-line > li > a::after {
  content: none !important;
  display: none !important;
  background-color: transparent !important;
}

.header-nav-main > li.has-dropdown > a .icon-angle-down {
  color: inherit !important;
  font-size: 14px !important;
  margin-left: 0.3em !important;
  opacity: 0.6 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 900 !important;
}

.header-nav-main > li.has-dropdown > a .icon-angle-down::before {
  content: "\f107" !important; 
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
}

.header-nav-main .nav-dropdown {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  padding: 10px 0 !important;
}

.header-nav-main .nav-dropdown li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #333333 !important;
  padding: 10px 20px !important;
  transition: all 0.2s ease-in-out !important;
}

.header-nav-main .nav-dropdown li a:hover {
  color: #ce1010 !important;
  background-color: rgba(206, 16, 16, 0.04) !important;
  padding-left: 25px !important;
}

.header-nav-main .nav-dropdown li.active a,
.header-nav-main .nav-dropdown li.current-menu-item a {
  color: #ce1010 !important;
}

.header-nav-main .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 1px solid #f0f0f0 !important;
  margin: 0 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.header-nav-main .nav-dropdown.nav-dropdown-default > li:last-child > a {
  border-bottom: none !important;
}

.header-nav-main .nav-dropdown.nav-dropdown-default > li {
  margin-left: 0 !important;
}

.mobile-nav .header-button a.icon.button {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  transition: all 0.2s ease !important;
}

.mobile-nav .header-button a.icon.button:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: none !important;
}

.mobile-nav .header-button a.icon.button i {
  color: #ffffff !important;
}

@media (max-width: 549px) {
  .header-main {
    height: 70px !important;
  }
  #logo img {
    max-height: 70px !important;
  }
}

@media (max-width: 849px) {

  .medium-logo-center .logo {
    margin: 0 15px !important;
    text-align: center !important;
  }
  .medium-logo-center .logo img {
    margin: 0 auto !important;
  }
}

.xc-tra-gop-intro p {
  font-family: 'Inter', sans-serif !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
  color: rgb(51, 51, 51) !important;
  margin-bottom: 20px !important;
}

.xc-tra-gop-form-box {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 40px 30px !important;
  margin-bottom: 20px !important;
  border: 1px solid #eaeaea !important;
}

.xc-tra-gop-form-box .xc-form-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ce1010 !important; 
  text-transform: uppercase !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3 !important;
}

.xc-tra-gop-form-box label {
  display: block !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  font-weight: normal !important;
}

.xc-tra-gop-form-box p {
  margin: 0 !important;
  padding: 0 !important;
}

.xc-tra-gop-form-box .xc-form-field {
  margin-bottom: 15px !important;
}

.xc-tra-gop-form-box .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.xc-tra-gop-form-box input[type="text"],
.xc-tra-gop-form-box input[type="email"],
.xc-tra-gop-form-box input[type="tel"],
.xc-tra-gop-form-box select {
  width: 100% !important;
  height: 44px !important;
  padding: 10px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #333 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  transition: border-color 0.2s ease-in-out !important;
}

.xc-tra-gop-form-box input:focus {
  border-color: #ce1010 !important;
  outline: none !important;
}

.xc-tra-gop-form-box input[type="submit"] {
  width: 100% !important;
  display: block !important;
  background-color: #171717 !important;
  color: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  height: 44px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  margin-top: 10px !important;
  box-shadow: none !important;
  min-height: auto !important;
}

.xc-tra-gop-form-box input[type="submit"]:hover {
  background-color: #ce1010 !important;
  border-color: #ce1010 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.xc-tra-gop.loi-ich ol,
.xc-tra-gop.thu-tuc ol,
.xc-tra-gop.thu-tuc ul {
  padding-left: 20px !important;
  margin-bottom: 20px !important;
}

.xc-tra-gop.loi-ich li,
.xc-tra-gop.thu-tuc li {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  margin-bottom: 8px !important;
}

.xc-tra-gop h3 {
  font-family: 'Inter', sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
}

.xc-tra-gop-loi-ich-section {
  position: relative !important;
  background-color: rgba(226, 226, 226, 0.52) !important;
  padding: 85px 0 50px 0 !important; 
}

.xc-section-shape-top {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  line-height: 0 !important;
  z-index: 2 !important;
}

.xc-section-shape-top svg {
  display: block !important;
  width: calc(100% + 1.3px) !important;
  height: 62px !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.xc-section-shape-top .elementor-shape-fill {
  fill: #ffffff !important;
}

.xc-tra-gop-loi-ich-section .row {
  max-width: 1240px !important;
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.xc-tra-gop-loi-ich-section .col {
  padding: 10px !important;
  display: flex !important;
}

.xc-tra-gop-loi-ich-section .col-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.xc-loi-ich-card {
  background-color: rgba(247, 247, 247, 0.8) !important; 
  border-radius: 10px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important; 
  padding: 35px 25px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  height: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.xc-loi-ich-card:hover {
  border-radius: 30px !important;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.2) !important;
  background-color: #ffffff !important; 
}

.xc-card-icon {
  text-align: center !important;
  margin-bottom: 15px !important;
}

.xc-card-icon i {
  color: #4054b2 !important;
  font-size: 30px !important;
}

.xc-card-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  color: #4054b2 !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.xc-card-divider {
  border-top: 1px dashed #cccccc !important;
  width: 94% !important;
  margin: 15px auto !important;
}

.xc-loi-ich-card ol {
  padding-left: 20px !important;
  margin-bottom: 0 !important;
  list-style: decimal !important;
  flex-grow: 1 !important;
}

.xc-loi-ich-card ol li {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  margin-bottom: 12px !important;
}

.xc-loi-ich-card ol li:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .xc-tra-gop-loi-ich-section {
    padding: 70px 0 30px 0 !important;
  }
  .xc-section-shape-top svg {
    height: 40px !important;
  }
  .xc-loi-ich-card {
    padding: 25px 15px !important;
  }
}

.xc-tra-gop.thu-tuc .col-inner {
  border: 1px dotted #cccccc !important;
  border-radius: 10px !important;
  padding: 35px 30px !important;
  background-color: #ffffff !important;
  margin: 15px 0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02) !important;
  box-sizing: border-box !important;
  height: calc(100% - 30px) !important;
}

.xc-tra-gop.thu-tuc p:first-child,
.xc-tra-gop.thu-tuc p:first-child strong,
.xc-tra-gop.thu-tuc p:first-child span {
  font-family: 'Inter', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #e86c53 !important; 
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.xc-tra-gop.thu-tuc ol,
.xc-tra-gop.thu-tuc ul {
  padding-left: 20px !important;
  margin-bottom: 20px !important;
}

.xc-tra-gop.thu-tuc li {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  margin-bottom: 10px !important;
}

.xc-tra-gop.thu-tuc {
  position: relative !important;
  padding-top: 135px !important; 
}

.xc-tra-gop.thu-tuc .xc-section-shape-top.opacity-fan svg {
  height: 105px !important;
}

.xc-tra-gop.thu-tuc .xc-section-shape-top.opacity-fan .elementor-shape-fill {
  fill: rgba(226, 226, 226, 0.52) !important;
}

.xc-lai-thu-img {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.xc-lai-thu-img img {
  border-radius: 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

@media screen and (min-width: 550px) {

  .xc-lai-thu.dang-ky .row.align-equal > .col > .col-inner {
    height: 440px !important;
  }

  .xc-lai-thu.dang-ky .wpcf7,
  .xc-lai-thu.dang-ky form.wpcf7-form {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .xc-lai-thu__box {
    height: calc(100% - 40px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important; 
    margin: 20px 20px 20px 20px !important;
  }

  .xc-lai-thu-img {
    height: calc(100% - 40px) !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 20px 0 !important;
  }

  .xc-lai-thu-img .img-inner {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important;
  }

  .xc-lai-thu-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }
}

.xc-lai-thu__box {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important; 
  padding: 25px !important; 
  border: 1px solid #eaeaea !important;
  margin: 20px 20px 20px 20px !important; 
}

.xc-lai-thu__description {
  margin-bottom: 20px !important;
}

.xc-lai-thu__text {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  margin-bottom: 12px !important;
}

.xc-lai-thu__text:last-child {
  margin-bottom: 0 !important;
}

.xc-lai-thu__field {
  margin-bottom: 20px !important;
}

.xc-lai-thu__field .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.xc-lai-thu__input {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  padding: 11px 15px !important; 
  border: 1px solid #ddd !important;
  border-radius: 7px !important; 
  color: #333333 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.xc-lai-thu__input:focus {
  border-color: #ce1010 !important; 
  background-color: #ffffff !important;
  color: #333333 !important;
  outline: none !important;
}

.xc-lai-thu__submit {
  margin-top: 10px !important;
  margin-bottom: 0 !important; 
}

.xc-lai-thu__button {
  width: 100% !important; 
  display: block !important;
  background-color: #171717 !important; 
  color: #ffffff !important;
  border: 1px solid #ddd !important; 
  border-radius: 7px !important; 
  padding: 11px 20px !important; 
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
  min-height: auto !important;
  margin: 0 !important; 
}

.xc-lai-thu__button:hover {
  background-color: #ce1010 !important; 
  border-color: #ce1010 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.xc-contact-section {
  background-color: #ffffff !important;
}

.xc-contact-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.xc-contact-divider {
  height: 8px !important;
  width: 100% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='%23333333' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: repeat-x !important;
  background-size: 20px 8px !important;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}

.box-dia-chi,
.box-hotline,
.box-email {
  position: relative !important;
  display: block !important; 
  padding-left: 65px !important; 
  margin-bottom: 25px !important;
  min-height: 50px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left !important;
}

.box-dia-chi .box-text,
.box-hotline .box-text,
.box-email .box-text {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.box-dia-chi::before,
.box-hotline::before,
.box-email::before {
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: #171717 !important; 
  color: #ffffff !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  transition: all 0.3s ease-in-out !important;
  z-index: 10 !important;
}

.box-dia-chi::before {
  content: "\f3c5" !important; 
}

.box-hotline::before {
  content: "\f879" !important; 
}

.box-email::before {
  content: "\f658" !important; 
}

.box-dia-chi:hover::before,
.box-hotline:hover::before,
.box-email:hover::before {
  background-color: #ce1010 !important; 
}

.box-dia-chi h5,
.box-hotline h5,
.box-email h5 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
}

.box-dia-chi p,
.box-hotline p,
.box-email p {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #555555 !important;
  margin: 0 !important;
}

.xc-contact__form-section {
  height: 100% !important;
}

.xc-contact__form-section .wpcf7,
.xc-contact__form-section form.wpcf7-form {
  height: 100% !important;
}

.xc-contact__box {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important; 
  padding: 30px !important; 
  border: 1px solid #eaeaea !important;
  margin: 15px !important;
  display: flex !important;
  flex-direction: column !important;
}

.xc-contact__field {
  margin-bottom: 20px !important;
}

.xc-contact__field .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.xc-contact__input {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  padding: 11px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 7px !important;
  color: #333333 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.xc-contact__input:focus {
  border-color: #ce1010 !important; 
  background-color: #ffffff !important;
  color: #333333 !important;
  outline: none !important;
}

.xc-contact__submit {
  margin-top: 10px !important;
}

.xc-contact__button {
  width: 100% !important;
  display: block !important;
  background-color: #171717 !important; 
  color: #ffffff !important;
  border: 1px solid #ddd !important; 
  border-radius: 7px !important; 
  padding: 11px 20px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
  min-height: auto !important;
  margin: 0 !important;
}

.xc-contact__button:hover {
  background-color: #ce1010 !important; 
  border-color: #ce1010 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .box-dia-chi,
  .box-hotline,
  .box-email {
    text-align: left !important;
  }
}

.bang-gia-xe-container {
  margin-bottom: 30px;
}
.bang-gia-xe-row-item {
  border-style: dashed;
  border-width: 0px 0px 2px 0px;
  border-color: #DDDDDD;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 0 !important;
  margin-bottom: 25px !important;
  align-items: center;
}
.bang-gia-xe-image-box {
  border: none !important;
  box-shadow: none !important;
}
.bang-gia-xe-parent-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  text-align: center;
}
.bang-gia-xe-parent-title a {
  color: #111;
  transition: color 0.2s;
}
.bang-gia-xe-parent-title a:hover {
  color: #d32f2f;
}
.bang-gia-xe-table-wrapper {
  width: 100%;
}
.bang-gia-xe-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  background-color: transparent;
  font-size: 15px;
}
.bang-gia-xe-table td {
  padding: 8px 12px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #e5e7eb;
}
.bang-gia-xe-table tr:nth-child(even) td {
  background-color: #F4F9FE;
}
.bang-gia-xe-table tr td:first-child {
  text-align: left !important;
  font-weight: 500;
}
.bang-gia-xe-table tr td:last-child {
  text-align: right !important;
}
.bang-gia-xe-price span {
  font-weight: bold;
  color: #d32f2f;
}
.bang-gia-xe-detail-btn {
  align-self: center;
  padding: 10px 40px !important;
}
@media only screen and (max-width: 767px) {
  .bang-gia-xe-table td {
    padding: 4px 6px !important;
    font-size: 13px;
  }
  .bang-gia-xe-row-item {
    padding: 15px 0 !important;
    margin-bottom: 20px !important;
  }

  .xe-sticky-nav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .xe-sticky-nav::-webkit-scrollbar {
    display: none !important;
  }
  .xe-sticky-nav {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  .xe-sticky-nav-list {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
  .xe-sticky-nav-item {
    flex: 0 0 auto !important;
  }
}

.xe-floating-zalo {
    position: fixed !important;
    left: 10px !important;
    bottom: 85px !important;
    z-index: 9999 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.xe-floating-zalo a {
    display: flex !important;
    align-items: center !important;
    background-color: #1C86DA !important; 
    border-radius: 100px !important;
    padding: 8px 24px 8px 8px !important; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    text-decoration: none !important;
}

.xe-floating-zalo .zalo-icon-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.xe-floating-zalo .zalo-icon-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.xe-floating-zalo .zalo-text {
    font-family: 'Inter', sans-serif !important;
    color: #ffffff !important; 
    font-weight: 600 !important;
    font-size: 22px !important; 
    margin-left: 10px !important;
    letter-spacing: 0.5px !important;
}

.xe-floating-zalo:hover {
    transform: scale(1.05) translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.xe-floating-zalo a:hover {
    background-color: #1571be !important;
}

.xe-floating-hotline {
    position: fixed !important;
    left: 10px !important;
    bottom: 20px !important; 
    z-index: 9999 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.xe-floating-hotline a {
    display: flex !important;
    align-items: center !important;
    background-color: #D73535 !important; 
    color: #ffffff !important;
    border-radius: 100px !important;
    padding: 12px 28px !important; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    text-decoration: none !important;
}

.xe-floating-hotline .hotline-icon-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px !important;
}

.xe-floating-hotline .hotline-icon-wrapper i {
    font-size: 20px !important; 
    color: #ffffff !important;
}

.xe-floating-hotline .hotline-text {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 21px !important; 
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.xe-floating-hotline:hover {
    transform: scale(1.05) translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.xe-floating-hotline a:hover {
    background-color: #be2d2d !important;
}

.xe-floating-quote {
    position: fixed !important;
    left: 10px !important;
    bottom: 165px !important; 
    z-index: 9999 !important;
    transition: transform 0.3s ease, background-color 0.3s ease !important;
}

.xe-floating-quote a {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #222222 !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    padding: 12px 28px !important; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important; 
    letter-spacing: 0.5px !important;
}

.xe-floating-quote i {
    margin-right: 8px !important;
    font-size: 16px !important;
}

.xe-floating-quote:hover {
    transform: scale(1.05) translateY(-2px) !important;
}

.xe-floating-quote a:hover {
    background-color: #d32f2f !important; 
    color: #ffffff !important;
}

@media (max-width: 767px) {

    .xe-floating-quote {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        transition: none !important;
    }

    .xe-floating-quote a {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        border-radius: 0 !important;
        padding: 16px 10px !important;
        font-size: 16px !important;
        background-color: #d32f2f !important; 
    }

    .xe-floating-quote:hover {
        transform: none !important;
    }

    .xe-floating-zalo {
        bottom: 65px !important;
        left: 10px !important;
    }

    .xe-floating-hotline {
        bottom: 140px !important;
        left: 10px !important;
    }

    body {
        padding-bottom: 60px !important;
    }
}

#baogianhanh {
    border-radius: 8px !important;
    background-color: transparent !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
}

#baogianhanh button.mfp-close {
    color: #DD3333 !important;
    background-color: #F9FCFB !important;
    font-size: 26px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    top: 15px !important; 
    right: 15px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    opacity: 1 !important;
    transition: background-color 0.2s, color 0.2s, transform 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border: none !important;
    position: absolute !important;
    z-index: 9999 !important;
}

#baogianhanh button.mfp-close:hover {
    color: #ffffff !important;
    background-color: #F64B3C !important;
    transform: scale(1.05) !important;
}

.xc-popup-form {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-family: 'Inter', sans-serif !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
}

.xc-popup-form__header {
    background-color: #F0FFF4 !important; 
    border-bottom: 1px solid #38A169 !important; 
    padding: 17px 30px !important;
    text-align: center !important;
}

.xc-popup-form__title {
    color: #2F855A !important; 
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
}

.xc-popup-form__body {
    padding: 28px 30px 24px 30px !important;
}

.xc-popup-form__field {
    margin-bottom: 20px !important;
}

.xc-popup-form__input {
    width: 100% !important;
    font-size: 15px !important;
    font-family: 'Inter', sans-serif !important;
    color: #333333 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 11px 15px !important;
    line-height: 1.5 !important;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
}

.xc-popup-form__input:focus {
    border-color: #38A169 !important;
    box-shadow: 0 0 0 3px rgba(56, 161, 105, 0.15) !important;
    outline: none !important;
}

.xc-popup-form__submit-wrapper {
    margin-top: 25px !important;
}

.xc-popup-form__submit-btn {
    width: 100% !important;
    background-color: #111111 !important; 
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease-in-out, transform 0.1s ease !important;
    display: block !important;
    text-align: center !important;
}

.xc-popup-form__submit-btn:hover {
    background-color: #333333 !important; 
}

.xc-popup-form__submit-btn:active {
    transform: scale(0.98) !important;
}

.xc-popup-form .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

.xc-popup-form .wpcf7-spinner {
    display: block !important;
    margin: 10px auto 0 auto !important;
}

.xc-popup-form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
}

@media (max-width: 767px) {
    #baogianhanh {
        max-width: 92% !important;
        margin: 0 auto !important;
    }

    .xc-popup-form__header {
        padding: 15px 20px !important;
    }

    .xc-popup-form__title {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .xc-popup-form__body {
        padding: 20px 20px 15px 20px !important;
    }

    #baogianhanh button.mfp-close {
        top: 11px !important; 
        right: 15px !important;
        background-color: #F9FCFB !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }
}

.lightbox-content {
    background-color: transparent !important;
}

.xc-mega-menu {
    background-color: #ffffff !important;
    padding: 0 !important;
}

.xc-mega-menu > .row {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 850px) {
    .xc-mega-menu .tabbed-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }

    .xc-mega-menu .tabbed-content > .nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        min-width: unset !important;
        border-bottom: 1px solid #eaeaea !important;
        border-right: none !important;
        background-color: #f8fafc !important;
        margin-bottom: 0 !important;
        padding: 0 10px !important;
        justify-content: center !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab {
        width: auto !important;
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab > a {
        display: inline-flex !important;
        align-items: center !important;
        padding: 14px 20px !important;
        width: auto !important;
        border-left: none !important;
        border-bottom: 3px solid transparent !important;
        text-align: center !important;
        justify-content: center !important;
        background: none !important;
        box-shadow: none !important;
        border-right: none !important;
        border-top: none !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #64748b !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        transition: all 0.2s ease-in-out !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab > a:hover {
        color: #0f172a !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab.active > a {
        border-left: none !important;
        border-bottom: 3px solid #ce1010 !important;
        background-color: #ffffff !important;
        color: #0f172a !important;
        font-weight: 700 !important;
        border-right: none !important;
        border-top: none !important;
    }

    .xc-mega-menu .tabbed-content .tab-panels {
        flex-grow: 1 !important;
        width: 100% !important;
        padding: 20px 25px !important;
        border: none !important;
        box-shadow: none !important;
        background-color: #ffffff !important;
    }
}

@media (max-width: 849px) {
    .xc-mega-menu .tabbed-content > .nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        border-bottom: 1px solid #e2e8f0 !important;
        background-color: #f8fafc !important;
        margin-bottom: 25px !important;
        padding: 0 15px !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .xc-mega-menu .tabbed-content > .nav::-webkit-scrollbar {
        display: none !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab > a {
        display: inline-flex !important;
        align-items: center !important;
        padding: 16px 20px !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #64748b !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        background: none !important;
        transition: all 0.2s ease-in-out !important;
        box-shadow: none !important;
        border: none !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab > a:hover {
        color: #0f172a !important;
    }

    .xc-mega-menu .tabbed-content > .nav > li.tab.active > a {
        color: #0f172a !important;
        font-weight: 700 !important;
        border: none !important;
    }

    .xc-mega-menu .tab-panels > .panel {
        padding: 0 15px 15px 15px !important;
        background-color: #ffffff !important;
        border: none !important;
        box-shadow: none !important;
    }
}

.xc-mega-menu .tabbed-content > .nav > li.tab > a::before,
.xc-mega-menu .tabbed-content > .nav > li.tab > a::after {
    content: none !important;
    display: none !important;
}

.xc-mega-menu .xc-tab-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

.xc-mega-menu .xc-tab-icon i {
    font-size: 14px !important;
    color: #94a3b8 !important;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out !important;
}

.xc-mega-menu li.tab.active .xc-tab-icon i {
    color: #ce1010 !important; 
    transform: scale(1.1) !important;
}

.xc-mega-menu .box-vehice .xc-car-divider,
.xc-mega-menu .box-vehice .xc-car-actions {
    display: none !important;
}

