.hero-bg .banner-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 16, 19, .86) 15%, rgba(14, 16, 19, .55) 60%, rgba(14, 16, 19, .25) 80%);
}
.hero-bg .banner-inner .banner-layers {
    z-index: 1;
}
.header-nav-main .header-button .button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
}
.header-main #logo img{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-main .header-nav-main ul.sub-menu.nav-dropdown li a {
    color: #333;
}
.header-main .header-nav-main ul.sub-menu.nav-dropdown li.current-menu-item a,
.header-main .header-nav-main ul.sub-menu.nav-dropdown li a:hover {
    color: var(--fs-experimental-link-color-hover);
}
.main-breadcrumb {
    background-color: #E3E6EA;
    padding: 16px 0;
    font-size: 12.5px;
}
.title-header-box .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: var(--fs-color-secondary);
}
.title-header-box .featured {
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 2.8rem;
    line-height: 1.2;
}
.title-header-box .title::before {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--fs-color-secondary);
}
.car-featured .wrapper {
    background: #ffffff;
    border: 1px solid #e3e6ea;
    transition: box-shadow .2s ease, transform .2s ease;
    display: flex;
    flex-direction: column;
}
.car-featured .car-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e3e6ea;
}
.car-featured .car-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.car-featured .wrapper:hover .car-thumb img {
    transform: scale(1.06);
}
.car-featured .car-thumb .title-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #c98a2c;
    color: #0e1013;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: .1em;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all .18s ease;
    white-space: nowrap;
}
.btn-outline {
    border-color: #0e1013;
    color: #0e1013;
}
.box-text-products .actions,
.car-featured .actions {
    display: flex;
    gap: 10px;
}
.box-text-products .actions .btn, .car-featured .actions .btn {
    flex: 1;
    text-align: center;
}
.btn-dark {
    background: #0e1013;
    color: #fff;
}
.btn-sm {
    padding: 9px 16px;
    font-size: 12px;
}
.product-small.box {
    background: #ffffff;
    border: 1px solid #e3e6ea;
    transition: box-shadow .2s ease, transform .2s ease;
    display: flex;
    flex-direction: column;
}
.box-text.box-text-products {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.car-featured .car-inner {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.car-featured .wrapper:hover {
    box-shadow: 0 24px 60px -20px rgba(14, 16, 19, .35);
    transform: translateY(-4px);
}
.box-text-products .product-title a,
.car-featured .car-inner .title {
    font-size: 22px;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 1;
}
.box-text-products .price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--fs-color-secondary);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px;
}
.box-text-products .price-wrapper span.amount {
    color: var(--fs-color-secondary);
}
.car-featured .car-inner .price {
    color: var(--fs-color-secondary);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px;
}
.box-text-products .mini-specs,
.car-featured .car-inner .mini-specs {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #6b7480;
    border-top: 1px solid #e3e6ea;
    padding-top: 14px;
    margin-top: auto;
    margin-bottom: 16px;
    justify-content: space-between;
}
.box-text-products .mini-specs .item-specs,
.car-featured .car-inner .mini-specs .item-specs {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.box-text-products .mini-specs .item-specs b,
.car-featured .car-inner .mini-specs .item-specs b {
    color: #0e1013;
    font-size: 14px;
}
.box-blog-post .post-meta {
    color: var(--fs-color-secondary);
    opacity: 1;
    font-size: 12px;
}
.box-blog-post .is-divider {
    display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
}
.main-form .item-submit span.wpcf7-spinner {
    display: none;
}
.main-form .item-submit .wpcf7-submit {
    margin: 0;
}
form.wpcf7-form {
    margin: 0;
}
.main-form.form-dklt .item-submit .wpcf7-submit {
    width: 100%;
}
.footer-wrapper .is-divider {
    display: none;
}
.footer-wrapper .widget-title {
    margin-bottom: 12px;
    display: block;
}
.footer ul.menu li a {
    color: #9aa3ad;
}
.footer-wrapper .dark p,
.footer-wrapper .widget a {
    color: #9aa3ad;
}
.footer-wrapper .footer.footer-1>.row:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #313d4b;
    bottom: 0;
    left: 15px;
}
.absolute-footer {
    padding-top: 15px;
}
.footer-wrapper .footer.footer-1>.row{
	position: relative;
}
.footer-wrapper .footer.footer-1 {
    padding-top: 50px;
}
.car-featured .car-inner .mini-specs .item-specs span {
    white-space: nowrap;
}
p:last-child {
    margin: 0;
}
.post-sidebar .widget.flatsome_recent_posts, .post-sidebar .widget.widget_products {
    background-color: #fff;
    border: 1px solid #e3e6ea;
    padding: 24px 20px;
}
.post-sidebar .widget .is-divider {
    height: 1px;
    max-width: 100%;
}
.post-sidebar .widget span.post_comments {
    display: none;
}
.products.row .product-small.col .col-inner {
    height: 100%;
}
.products.row .product-small.col .product-small.box {
    height: 100%;
}
.admin-bar .product-info.product-summary {
	top: 115px;
}
.product-info.product-summary {
    position: sticky;
    top: 90px;
    padding-top: 0;
    padding-bottom: 0;
}
.product-info.product-summary .wrapper-info {
    background: #ffffff;
    border: 1px solid #e3e6ea;
    padding: 28px;
}
.product-main>.row {
    align-items: start;
}
.woocommerce-Tabs-panel--description.panel {
    position: relative;
    max-height: 500px; /* chiều cao hiển thị ban đầu */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.woocommerce-Tabs-panel--description.panel::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(238,240,242,0), rgba(238,240,242,1));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.woocommerce-Tabs-panel--description.panel.expanded {
    max-height: none;
}

.woocommerce-Tabs-panel--description.panel.expanded::after {
    opacity: 0;
}

.btn-toggle-desc {
    display: block;
    margin: 15px auto 0;
    padding: 5px 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}
.product-info .pill {
    display: inline-block;
    padding: 5px 12px 4px 12px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 1px solid #313d4b;
}
.product-info .price.product-page-price {
    font-size: 30px;
}
.product-info .price-note {
    font-size: 13px;
    color: #6b7480;
    margin-bottom: 20px;
}
.product-info .main-form .item-submit .wpcf7-submit {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
}
.product-info .main-form .btn.btn-outline {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}
.product-footer {
    background-color: #E3E6EA;
    padding: 40px 0;
}
.product-footer .related.product-section {
    border: 0;
}
.product-info.product-summary .wrapper-info input.wpcf7-text {
    box-shadow: none;
    height: 42px;
}
.product-gallery .product-thumbnails img {
    opacity: 1;
}
.product-gallery .product-thumbnails .is-nav-selected a, .product-gallery .product-thumbnails a:hover {
    border-color: #c98a2c;
}
.product-gallery .product-title {
    margin-top: 30px;
    font-size: 30px;
}
.product-gallery .woocommerce-tabs {
    margin-top: 30px;
}
.product-gallery .woocommerce-tabs ul.product-tabs {
    border-bottom: 1px solid #e3e6ea;
}
.product-gallery .woocommerce-tabs ul.product-tabs ::before {
    bottom: 0;
    top: auto;
    background-color: #c98a2c;
}
.product-gallery .woocommerce-tabs ul.product-tabs li a {
    font-size: 16px;
    padding: 10px 15px;
}
.product-gallery .woocommerce-tabs ul.product-tabs li {
    margin: 0;
}
.woocommerce-Tabs-panel table td.price {
    color: #C98A2C;
    font-weight: 700;
}
.woocommerce-Tabs-panel table td {
    font-size: 15px;
}
.product-gallery .woocommerce-tabs ul.product-tabs li {
    height: 100%;
}
.tax-product_cat .main-breadcrumb {
    display: none;
}
.title-page-box .title-page {
    margin: 0;
}
  .table-wrap{
    max-width:1100px;
    margin:0 auto;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(11,61,145,0.12), 0 1px 0 rgba(0,0,0,0.03);
    border:1px solid #d7dde5;
  }

.table-baogia table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

  .table-baogia thead th{
    background:linear-gradient(135deg, #062a66, #0b3d91);
    color:#fff;
    font-family:'Oswald', sans-serif;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-size:13.5px;
    padding:18px 16px;
    text-align:center;
    border-bottom:3px solid #e2192f;
  }
  .table-baogia thead th:first-child{ border-top-left-radius:0; }

  .table-baogia tbody td{
    padding:16px;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #d7dde5;
    font-size:14.5px;
  }

  .table-baogia tbody tr:nth-child(even){ background:#f5f7fa; }
  .table-baogia tbody tr:hover{ background:#eaf1fc; }

  /* tên dòng xe */
  .table-baogia td.ten-xe{
    font-family:'Oswald', sans-serif;
    font-weight:600;
    font-size:16px;
    color:#062a66;
    text-transform:uppercase;
  }
  .table-baogia td.ten-xe a{
    color:inherit;
    text-decoration:none;
  }
  .table-baogia td.ten-xe a:hover{ color:#e2192f; }

  .table-baogia td.hinh-anh img{
    max-width:150px;
    max-height:100px;
    object-fit:contain;
    border-radius:6px;
    display:block;
    margin:4px auto;
  }

  .table-baogia td.loai-xe{
    font-weight:600;
    color:#1b2733;
  }

  .table-baogia td.gia-niem-yet{
    font-weight:700;
    color:#0b3d91;
    white-space:nowrap;
  }

.table-baogia td.gia-dam-phan {
    padding: 10px;
}
  .table-baogia .lh-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#e2192f;
    color:#fff;
    font-weight:700;
    font-size:13px;
    padding:10px 16px;
    border-radius:6px;
    text-decoration:none;
    white-space:nowrap;
  }
  .table-baogia .lh-btn::before{
    content:"";
    width:7px; height:7px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 0 0 3px rgba(255,255,255,0.25);
  }
  .table-baogia .lh-btn:hover{ filter:brightness(1.1); }

  @media (max-width:800px){
    .table-baogia table, .table-baogia thead, .table-baogia tbody, .table-baogia th, .table-baogia td, .table-baogia tr{ display:block; }
    .table-baogia thead{ display:none; }
    .table-baogia tbody tr{ margin-bottom:14px; border:1px solid #d7dde5; border-radius:10px; overflow:hidden; }
    .table-baogia tbody td{
      text-align:right;
      padding:10px 14px;
      border-bottom:1px solid #d7dde5;
      position:relative;
      padding-left:45%;
    }
    .table-baogia tbody td:last-child{ border-bottom:none; }
    .table-baogia tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 14px;
        font-weight: 600;
        color: #5a6675;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .05em;
        top: 50%;
        transform: translateY(-50%);
    }
    .table-baogia td.hinh-anh img{ margin:4px 0 4px auto; }
  }
.blog-archive h1.page-title {
    text-align: left;
    font-size: 30px;
}
.header-top ul li.html a {
    font-size: 16px;
}
.header-top ul li span {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    display: inline-block;
    margin-left: 15px;
    line-height: inherit;
}
@media screen and (min-width: 1200px) {
	.footer-wrapper .footer .col.widget_nav_menu {
		flex-basis: 20%;
		max-width: 20%;
	}
	.footer-wrapper .footer .row>.widget_text:nth-child(1) {
		flex-basis: 35%;
		max-width: 35%;
		padding-right: 50px;
	}
}
@media screen and (max-width: 767px) {
    .medium-4 {
        flex-basis: 100%;
        max-width: 100%;
    }
	.title-header-box .featured {
		font-size: 2.2rem;
	}
	.product-gallery .woocommerce-tabs ul.product-tabs {
		flex-flow: nowrap;
	}
	.product-gallery .woocommerce-tabs ul.product-tabs li a {
		font-size: 14px;
		padding: 10px 7px;
		line-height: normal;
		text-align: center;
	}
	.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
	.header-main ul.mobile-nav .header-button {
		white-space: nowrap;
	}
}