/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-size: 2.5em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h2 {
    font-size: 2em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.7em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 20px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 15px;
    opacity: 1;
}
b, strong {
    font-weight: 700;
}
p:last-of-type {
    margin-bottom: 0;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box.icon-box-left,
.icon-box.icon-box-right {
    display: flex;
}
/*.icon-box.icon-box-left {*/
    /*padding-left: 10px;*/
/*}*/
/*.icon-box.icon-box-right {*/
    /*padding-right: 10px;*/
/*}*/
.icon-box.align-center {
    align-items: center;
}
.icon-box .icon-box-img img,
.icon-box .icon-box-img svg {
    padding: 0;
}
.button {
    margin: 0;
    font-weight: 400;
}
p:last-of-type {
    margin: 0;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.align-right {
    text-align: right;
}
.img.align-right {
    margin-left: auto;
}
.img.align-center {
    margin-left: auto;
    margin-right: auto;
}
.rd-20 img {
    border-radius: 20px;
}

/* Header */
.header .header-wrapper {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}
.header-nav-main.nav.nav-left {
    justify-content: center;
    padding-right: 30px;
}
.header-wrapper .nav > li > a {
    font-weight: 400;
}
.header-wrapper .nav>li.active>a,
.header-wrapper .nav>li.current>a,
.header-wrapper .nav>li>a.active,
.header-wrapper .nav>li>a.current {
    font-weight: 700;
}
.header-wrapper .header-button .button {
    font-size: 1.1em;
    min-height: auto;
    min-width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    color: #000000;
    background: none;
    box-shadow: none;
    border: none;
}
.header-wrapper .header-button .button i {
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 10px 10px 0 10px;
    font-size: 22px;
    color: #ffffff;
    background: var(--fs-color-primary);
}
.lang-switcher-inline span {
    color: var(--fs-color-primary);
}
.lang-switcher-inline span, .lang-switcher-inline a {
    font-size: 16px;
    margin: 0 7px;
}

/* Trang chủ dịch vụ */
.row-services .box .box-image {
    border-radius: 42px 42px 0 0;
    overflow: hidden;
}
.row-services .box .box-text {
    background: rgba(9, 114, 59, 0.9);;
    border-radius: 0 40px 0 0;
    transition: 0.5s;
    text-align: center;
}
.row-services .box .text > * {
    font-size: 17px;
    color: #ffffff !important;
    text-transform: uppercase;
}

/* Trang chủ tuyến đường */
.row-routes .box .box-image {
    border-radius: 16px;
    overflow: hidden;
}
.row-routes .box .box-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(9, 114, 59, 0) 58.45%, rgba(9, 114, 59, 0.9) 83.38%);
}
.row-routes .box-text {
    padding: 15px 10px;
}
.row-services .box .box-text h3 {
    margin: 0 0 15px;
    text-transform: uppercase;
}
.slick-slider-large.slick-slider .slick-prev, .slick-slider-large.slick-slider .slick-next {
    width: 36px !important;
    height: 36px !important;
    background-size: 12px !important;
}
.slick-slider-large.slick-slider .slick-next {
    right: 25px !important;
}
.slick-slider-large.slick-slider .slick-prev {
    left: 25px !important;
}

/* Đặt xe trang chủ */
.dxn-product-filter {
    text-align: left;
}
.col.col-product-filter {
    padding-bottom: 0;
}
.dxn-filter-form {
    max-height: 47px;
    overflow: hidden;
}
.filter-field {
    font-size: 20px;
}
.filter-field .field-input {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    white-space: nowrap;
}
.filter-field .field-input:last-child {
    margin: 0;
}
.filter-field .field-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.filter-field .field-input label {
    display: block;
    font-weight: 400;
    color: var(--fs-color-secondary);
    padding: 10px 20px;
    background: #E5E5E5;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0;
}
.filter-field .field-input:hover label {
    color: #ffffff;
    background: var(--fs-color-primary);
}
.filter-field .field-input input.checked + .label-for-check {
    color: #ffffff;
    font-weight: bold;
    background: var(--fs-color-primary);
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    width: 25px;
    height: 25px;
    min-width: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--fs-color-secondary) !important;
    background-image: url("assets/images/icon-arrow-left.svg") !important;
    background-size: 9px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    transition: 0.5s;
    z-index: 9;
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    opacity: 1 !important;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none;
}
.slick-slider .slick-next {
    right: 10px;
    background-image: url("assets/images/icon-arrow-right.svg") !important;
}
.slick-slider .slick-prev {
    left: 10px;
}
.loading {
    opacity: 0.5;
}
.dxn-product-filter-content {
    padding: 25px 0 0;
    font-size: 20px;
    margin-top: 10px;
    border-top: 1px rgba(0, 0, 0, 0.4) solid;
}
.dxn-button-loader {
    display: none;
    text-align: center;
}
.dxn-button-loader .dxn-product-loadmore {
    margin: 0;
    border-radius: 10px;
    text-transform: none;
    padding: 5px 45px;
}
.dxn-button-loader .dxn-product-loadmore.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.dxn-button-loader .dxn-product-loadmore i {
    margin: 0;
    top: 0;
    padding-left: 5px;
}
.product-small.box {
    background: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 16px;
    overflow: hidden;
}
.product-small.box.box-vertical {
    padding: 20px;
}
.product-small.box.box-vertical .box-image {
    border-radius: 16px;
    overflow: hidden;
}
.product-small.box.box-vertical .box-text {
    padding: 0 0 0 20px;
}
.product-small .box-image a {
    pointer-events: none;
}
.product-small .box-text {
    padding: 16px 10px;
}
.product-small .box-text .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    gap: 16px;
}
.product-small .box-text .title-wrapper {
    display: none;
}
.product-small .box-text .product-archive-category span {
    display: inline-block;
    padding: 5px 20px;
    background: #EFEFEF;
    border: 1px rgba(0,0,0,0.2) solid;
    border-radius: 50px;
}
.product-small .box-text .product-archive-category,
.product-small .box-text .product-archive-content {
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
}
.product-small .box-text .product-archive-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 0;
    font-size: 1.3em;
}
.product-small .box-text .product-archive-content p {
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.product-small .box-text .product-archive-content img {
    display: inline-block;
    margin: 0 10px;
    transform: rotate(90deg);
    width: 20px;
}
.product-small .box-text .price {
    padding-left: 30px;
    position: relative;
}
.product-small .box-text .price:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: 0;
    background-image: url("assets/images/icon-price.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.product-small .box-text span.amount {
    color: var(--fs-color-secondary);
    font-weight: 400;
    white-space: nowrap;
    font-size: 1em;
}
.product-small .box-text .buy-now-popup,
.product-small .box-text .quick-view-btn {
    padding: 2px 12px;
    color: #000000;
    border-radius: 50px;
    margin: 0;
    text-transform: none;
    flex: 1 1 100%;
}
.product-small.box.box-vertical .image-none img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.product-small.box .box-text p.noti {
    width: 100%;
    min-width: 100%;
}
.product-small.box .box-text p.noti strong {
    color: var(--fs-color-secondary);
}
.product-small.box .box-text .status-btn-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-small.box .box-text .status-btn-action .status-product {
    flex: 1;
    white-space: nowrap;
}
.product-small.box .box-text .status-btn-action .quick-view-btn {
    flex: 1;
    width: auto;
    min-width: auto;
}

#buy-now-popup {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
    display:none;
}
#buy-now-popup .popup-content {
    background:#fff;
    max-width:1290px;
    max-height: 90vh;
    margin:5% auto;
    padding: 20px 5px;
    border-radius:10px;
    position:relative;
    overflow: auto;
}
#buy-now-popup .close-popup {
    position:absolute;
    top: -5px;
    right: 10px;
    font-size:24px;
    cursor:pointer;
    z-index: 9;
}
#customer_details .woocommerce-billing-fields {
    padding: 0;
    border: none;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout .col-inner.has-border {
    height: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 16px;
}
.woocommerce-checkout p {
    margin-bottom: 0;
}
#customer_details #billing_first_name_field {
    width: 100%;
    margin-right: 0;
}
.woocommerce-checkout .payment_box.payment_method_bacs,
.woocommerce-checkout .payment_box.payment_method_cod,
.woocommerce-checkout .woocommerce-privacy-policy-text,
#customer_details .form-row label,
#customer_details .woocommerce-additional-fields h3 {
    display: none !important;
}
#customer_details h3 {
    text-transform: none;
}
#customer_details #ngay_di_field label,
#customer_details #ngay_ve_field label,
#customer_details #so_nguoi_field label {
    display: block !important;
}
#customer_details .form-row input,
#customer_details .form-row textarea {
    border-color: var(--fs-color-secondary);
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-checkout-review-order .product-name,
.woocommerce-table--order-details .product-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.wc-extra-item-cat {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-top: 10px;
}
.wc-extra-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}
.wc-extra-item img {
    width: 20px;
    min-width: 20px;
}
.woocommerce-order-received .checkout-page-title {
    display: none !important;
}
.woocommerce-order-received .page-wrapper.page-checkout {
    padding-top: 60px;
}
.woocommerce-checkout-review-order .order-total span.amount {
    font-size: 20px;
    color: var(--fs-color-primary);
}
.product-quantity {
    display: none !important;
}
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}
.woocommerce-order-received .woocommerce-order-details {
    padding: 20px 10px;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 10px;
    margin-top: 30px;
}
.woocommerce-order-received .dxn-payment-method-bacs .woocommerce-order-details {
    margin-top: 0;
}
.woocommerce-order-received .woocommerce-order .is-well.col-inner {
    padding: 20px 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    background: #D7FFE9;
    border: none;
    border-radius: 10px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    color: #000000;
    margin-bottom: 15px;
}
.dxn-payment-method {
    padding: 20px 10px;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 10px;
}
.dxn-payment-method-bacs .dxn-payment-method {
    display: none;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 22px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 18px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details {
    padding-left: 20px;
    margin: 0;
}

#quick-view-modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:99999;
}
#quick-view-content {
    background: #ffffff;
    width: 80%;
    max-width: 900px;
    margin: 50px auto;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
#quick-view-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    margin: 0;
}
#quick-view-content .product-main {
    padding: 0;
}
#quick-view-content #product-sidebar {
    display: none;
}
#quick-view-content h1 {
    font-size: 1.5em;
}
#quick-view-content .next-prev-thumbs,
#quick-view-content .is-divider {
    display: none !important;
}
table.variations {
    margin-bottom: 10px;
}
table.variations tbody {
    display: flex;
    flex-flow: row wrap;
}
table.variations tbody tr {
    border: none !important;
}
table.variations tbody tr:first-child,
table.variations tbody tr:nth-child(2) {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}
#quick-view-content .variations label {
    font-size: 1em;
    font-weight: 400;
    margin-top: 10px;
}
#quick-view-content .variations th.label {
    padding-right: 0;
}
#quick-view-content .variations span.woo-selected-variation-item-name {
    font-weight: 700;
    color: var(--fs-color-secondary);
}
.woo-variation-swatches .variable-item:before,
.woo-variation-swatches .variable-item:after {
    display: none !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: auto;
    height: 32px !important;
    font-size: 14px;
    border: 1px rgba(0, 0, 0, 0.2) solid !important;
    box-shadow: none !important;
    color: #000000;
    border-radius: 10px;
    transition: 0.5s;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: rgba(215, 255, 233, 1);
    border-color: var(--fs-color-secondary) !important;
    color: #000000;
}
.variations .reset_variations {
    color: red;
}
.single_variation_wrap .woocommerce-variation-price {
    border-top: 1px dashed var(--fs-color-secondary);
    font-size: 1em;
    padding: 15px 0 15px 30px;
    background-image: url("assets/images/icon-price.svg");
    background-position: left center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.single_variation_wrap .woocommerce-variation-price span.amount {
    color: var(--fs-color-secondary);
}
.product-summary .variations_button {
    padding: 0;
}
.product-summary .variations_button .qty-label {
    font-weight: 400;
    margin: 0 0 -10px;
}
.product-summary .variations_button .ux-quantity {
    border-radius: 10px;
    overflow: hidden;
}
.product-summary .variations_button .quantity .button.minus {
    min-width: 40px;
    background-color: #E0E0E0;
    background-image: url("assets/images/icon-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    font-size: 0;
}
.product-summary .variations_button .quantity .button.plus {
    min-width: 40px;
    background-color: #E0E0E0;
    background-image: url("assets/images/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    font-size: 0;
    border-radius: 0 10px 10px 0;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: none;
}
.product-gallery-slider img, .product-thumbnails img {
    border-radius: 20px;
}
.product-info .price {
    font-size: 1.2em;
}
.single_add_to_cart_button {
    display: none !important;
}
.archive .product-small .box-text .quick-view-btn {
    flex: 1 !important;
}
.buy_now_button {
    flex: 1 !important;
    border-radius: 10px;
}


/* Hình thức đặt xe */
.hinh-thuc-dat-xe {
    height: 100%;
    padding: 16px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    background: #D7FFE9;
    border-radius: 16px;
    position: relative;
    z-index: 9;
}
.hinh-thuc-dat-xe .icon-box-text {
    position: relative;
    /*padding-left: 76px !important;*/
}
.hinh-thuc-dat-xe .icon-box-text > div {
    position: unset;
}
.hinh-thuc-dat-xe .icon-box-text .text-number {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 20px;
}
.hinh-thuc-dat-xe .icon-box-text h3 {
    font-size: 24px;
}
.dxn-social a {
    display: inline-block;
    margin-right: 8px;
}
.dxn-social a:last-child {
    margin-right: 0;
}
.dxn-social a img {
    width: 32px;
}
.hinh-thuc-thanh-toan > .col-inner {
    background: url("https://datxenhanh.com.vn/wp-content/uploads/2025/08/image-26.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.hinh-thuc-thanh-toan-list > .col-inner {
    /*padding-right: 15px;*/
    /*max-height: 451px;*/
    /*overflow-y: auto;*/
}

.dxn-scrollbar::-webkit-scrollbar-track,
.hinh-thuc-thanh-toan-list > .col-inner::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.dxn-scrollbar::-webkit-scrollbar,
.hinh-thuc-thanh-toan-list > .col-inner::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #E8E8E8;
    border-radius: 10px;
}

.dxn-scrollbar::-webkit-scrollbar-thumb,
.hinh-thuc-thanh-toan-list > .col-inner::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
}
.hinh-thuc-thanh-toan-list .icon-box {
    display: flex !important;
    padding: 16px;
    background: #ffffff;
    border: 1px rgba(0,0,0,0.5) solid !important;
    border-radius: 16px;
}

/* Khách hàng nhận xét */
.dxn-customer-reviews {
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.dxn-customer-reviews:before,
.dxn-customer-reviews:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 96px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFFFFF 50.48%, rgba(255, 252, 252, 0) 100%);
    z-index: 9;
}
.dxn-customer-reviews:after {
    top: auto;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 50.48%, rgba(255, 252, 252, 0) 100%);
}
.dxn-customer-reviews .dxn-customer-reviews-wrap {
    padding-bottom: 0;
    height: 100%;
}
.dxn-customer-reviews .dxn-customer-reviews-wrap > .col-inner {
    position: relative;
    height: 100%;
}
.row.dxn-customer-reviews-item {
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: marqueeTop 100s linear infinite;
}
.dxn-customer-reviews-wrap:nth-child(even) .row.dxn-customer-reviews-item {
    animation: marqueeBottom 100s linear infinite;
}
@keyframes marqueeTop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
@keyframes marqueeBottom {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}
.row.dxn-customer-reviews-item .col {
    padding: 0 0 10px;
}
.row.dxn-customer-reviews-item .col img {
    border-radius: 16px;
}

/* Về chúng tôi */
.bg-gradient-theme {
    background: linear-gradient(180deg, rgba(9, 114, 59, 0) -49.68%, #09723B 73.84%);
}
.bg-gradient-theme .section-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(9, 114, 59, 0) -49.68%, #09723B 73.84%);
    z-index: 2;
}
.bg-gradient-theme .section-content {
    z-index: 9;
}
.banner-radius {
    border-radius: 0 0 60px 60px;
    overflow: hidden;
}
.about-section1 .section-bg {
    width: 50%;
    border-radius: 0 0 200px 0;
    overflow: hidden;
}

.icon-box-custom-1.icon-box {
    align-items: center;
}
.icon-box-custom-1.icon-box .icon-box-img .icon-inner {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.icon-box-custom-1.icon-box .icon-box-img svg,
.icon-box-custom-1.icon-box .icon-box-img img {
    padding: 0;
    width: 45px;
    max-height: 90%;
    object-fit: contain;
}

.icon-box-custom-2.icon-box .icon-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D7FFE9;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.icon-box-custom-2.icon-box .icon-box-img svg,
.icon-box-custom-2.icon-box .icon-box-img img {
    padding: 0;
    width: 45px;
    max-height: 80%;
    object-fit: contain;
}
.icon-box-custom-2.icon-box .icon-box-text {
    padding: 16px 10px !important;
    background: #EFEBEB;
}
.button-booking-now {
    border-radius: 20px;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col .button-booking-now {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Bảng giá */
.dxn-table-price-wrap {
    overflow-y: hidden;
    overflow-x: auto;
}
.dxn-table-price {
    min-width: 720px;
    padding-bottom: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.dxn-table-price thead {
    background: var(--fs-color-secondary);
    border-radius: 20px;
    overflow: hidden;
}
.dxn-table-price thead th {
    max-width: 136px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 5px !important;
    text-align: center;
    border-left: 1px #ffffff solid;
    border-top: 10px var(--fs-color-secondary) solid;
    border-bottom: 10px var(--fs-color-secondary) solid;
}
@media only screen and (max-width: 991px) {
    .dxn-table-price thead th {
        font-size: 18px;
    }
}
.dxn-table-price thead th:first-child {
    border-left: none;
}
.dxn-table-price tbody td {
    padding: 20px 5px !important;
    border-left: 1px var(--fs-color-secondary) solid;
    border-bottom: none;
    border-right: none;
    border-top: none;
    position: relative;
    text-align: center;
    font-size: 1em;
    color: #000000;
}
.dxn-table-price tbody td:first-child {
    border-left: none;
}
.dxn-table-price tbody td:after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0;
    height: 1px;
    background: var(--fs-color-secondary);
}
.col-btn-action .button {
    margin: 0 5px;
}

/* Trang liên hệ */
.section-form-contact {
    padding: 0 62px !important;
    border-radius: 20px;
    overflow: hidden;
}
.col-form-contact > .col-inner {
    padding: 30px;
    background: #ffffff;
    box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    border: 1px var(--fs-color-secondary) solid;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
}
.wpcf7-form input,
.wpcf7-form select {
    min-height: 45px;
    line-height: 45px;
}
.wpcf7-form p {
    position: relative;
}
.wpcf7-form input.wpcf7-submit {
    width: 100%;
    margin: 0;
    font-weight: 400;
    border-color: var(--primary-color);
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
}

/* Trang loại xe */
.dxn-vehicle-types-item {
    margin-bottom: 60px;
}
.dxn-vehicle-types-item:last-child {
    margin-bottom: 0;
}
.dxn-vehicle-types .dxn-vehicle-types-header {
    text-align: center;
    margin-bottom: 40px;
}
.dxn-vehicle-types .dxn-vehicle-types-header h2 {
    text-transform: uppercase;
}
.dxn-vehicle-types .dxn-vehicle-types-header p {
    max-width: 500px;
    margin: 0 auto;
}
.dxn-vehicle-types .dxn-scrollbar {
    overflow-y: hidden;
    overflow-x: auto;
}
.dxn-vehicle-types .row {
    min-width: 1260px;
    flex-flow: row;
}
.dxn-vehicle-types .row .col {
    padding-bottom: 0;
    margin-bottom: 20px;
    min-width: 25%;
}
.dxn-vehicle-types .item {
    padding: 20px 10px;
    background: #EFEFEF;
    border-radius: 16px;
    overflow: hidden;
}
.dxn-vehicle-types .item .dxn-car-image {
    height: 245px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}
.dxn-vehicle-types .item .dxn-car-image img {
    width: auto;
    height: auto;
    max-width: 89%;
    max-height: 89%;
    object-fit: contain;
}
.dxn-vehicle-types .item .dxn-car-names {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.dxn-vehicle-types .dxn-vehicle-types-footer {
    display: flex;
    margin-top: 40px;
}
.dxn-vehicle-types .dxn-vehicle-types-footer .dxn-vehicle-action {
    width: auto;
    white-space: nowrap;
}
.dxn-vehicle-types .dxn-vehicle-types-footer .action-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 18px;
}
.dxn-vehicle-types .dxn-vehicle-types-footer .dxn-btn-popup-booking {
    display: block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
}
.dxn-vehicle-types .dxn-vehicle-types-footer .dxn-vehicle-desc {
    flex: 1;
    padding-left: 26px;
}
.section-content-top.section {
    align-items: flex-start;
}

.gia-chi-tu .box-text-inner {
    display: inline-block;
    padding: 10px 20px;
    background: var(--fs-color-secondary);
    border-radius: 0 30px 30px 0;
}
.gia-chi-tu .box-text-inner p {
    margin: 0;
    font-size: 24px;
}
.gia-chi-tu .box-text-inner p strong {
    display: inline-block;
    font-size: 30px;
    color: var(--primary-color);
    animation: blink-blue 2s infinite;
}
@keyframes blink-blue {
    0%   {
        transform: scale(1.2);}
    25%  {
        transform: scale(1);}
    50%  {
        transform: scale(1.2);}
    75%  {
        transform: scale(1);}
    100% {
        transform: scale(1.2);}
}
.image-banner-home {
    width: 150% !important;
    left: -50%;
}
.shop-page-title.page-title .page-title-inner .flex-col.flex-grow {
    padding: 60px 0;
    min-height: 466px;
    background-image: url("https://datxenhanh.com.vn/wp-content/uploads/2025/09/image-43.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 60px 60px;
    overflow: hidden;
    margin-bottom: 30px;
}
.shop-page-title .page-title-inner {
    padding-top: 0;
}
.shop-page-title .shop-page-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 2.5em;
}
.shop-page-title .is-large {
    display: none;
}

/* Trang tuyến xe */
.shop-container .term-description {
    display: none;
}
#shop-sidebar {
    padding: 30px 15px 0;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}
.widget .widget-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.widget .is-divider {
    display: none;
}
.widget ul li {
    margin-bottom: 15px;
    border: none !important;
}
.widget ul li:last-child {
    margin-bottom: 0;
}
.widget>ul>li ul {
    border: none;
    margin: 0;
    padding-left: 10px;
}
.widget>ul>li ul li {
    margin-top: 15px;
    border: none !important;
}
.widget ul li a,
.widget>ul>li li>a {
    padding: 0 0 0 29px;
    border: none;
    position: relative;
}
.widget ul li.current-cat > a {
    font-weight: 400;
}
.widget ul li.current-cat > a:hover {
    color: var(--primary-color);
}
.widget ul li a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px #000000 solid;
    border-radius: 2px;
    top: 1px;
    left: 0;
}
.widget ul li.chosen > a:before,
.widget ul li.current-cat > a:before {
    border-color: var(--primary-color);
    background: var(--primary-color);
}
body .widget li.chosen a:before {
    color: currentColor;
    content: "";
    display: inline-block;
    margin-right: 0;
    opacity: 1;
    border: 2px var(--primary-color) solid;
    position: absolute;
    top: 0;
    border-radius: 2px;
    height: 20px;
    line-height: 1px;
    text-align: center;
    width: 20px;
}
.widget ul li > span {
    display: none;
}

/* Footer */
.footer-wrapper .section-footer {
    background: linear-gradient(80.89deg, #00351A -0.72%, #009B4C 100%);
}
.footer-wrapper .absolute-footer {
    display: none;
}
.ux-menu .ux-menu-link {
    margin-bottom: 20px;
}
.ux-menu .ux-menu-link:last-child {
    margin-bottom: 0;
}
.ux-menu .ux-menu-link .ux-menu-link__link {
    padding: 0;
}
.footer-wrapper .ux-menu .ux-menu-link .ux-menu-link__link {
    padding: 0;
    color: #ffffff;
}
.text-copyright a {
    color: #ffffff;
    transition: 0.5s;
}
.text-copyright a:hover {
    color: var(--primary-color);
}
.col-z-index {
    z-index: 999;
}

#azt-contact-footer-outer {
    position: fixed;
    width: 100%;
    z-index: 99999999999 !important;
    bottom: 0;
    display: none;
}
@media (max-width: 549px) {
    #azt-contact-footer-outer {
        display: block !important;
    }
}
#azt-contact-footer {
    border-bottom: 15px solid #ffffff;
    display: flex;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-top: 5px;
}
#azt-contact-footer:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url('https://datxenhanh.com.vn/wp-content/uploads/2025/09/bg-contact-mobile.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: unset;
    height: 65px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    /*filter: invert(0.9);*/
}
#azt-contact-footer > a {
    position: relative;
    display: block;
    width: 25%;
    text-align: center;
    padding: 11px 0 0px 0;
    color: var(--fs-color-secondary);
}
#azt-contact-footer span {
    display: block;
}
#azt-contact-footer > a img {
    height: 24px;
    width: 24px;
    margin-bottom: 5px;
}
.azt-contact-footer-btn-label {
    padding: 0px 2px 0 2px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--fs-color-secondary);
    font-weight: 700;
}
.azt-contact-footer-btn-center-icon {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -28px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0 -3px 10px 0px;
}
.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
    border: 2px solid transparent;
    transition: all .5s;
    animation: zoom 1.3s infinite;
}
@keyframes zoom {
    0% {
    }

    70% {
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
a#azt-contact-footer-btn-center img {
    max-width: 50px !important;
    height: 50px !important;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#azt-contact-footer-btn-center .azt-contact-footer-btn-label {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
}
#azt-contact-footer-btn-center .azt-contact-footer-btn-label > span {
    padding: 0px 8px;
    background-image: linear-gradient(92.83deg, var(--primary-color) 0, var(--fs-color-secondary) 100%);
    border-radius: 30px;
    color: white;
    display: inline-block;
}

/* Popup thông báo đặt xe */
.dxn-notis {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 150;
    transition: .3s ease-in-out;
}

.notis-icon {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 2px solid var(--fs-color-secondary);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .notis-icon {
        width:7rem;
        height: 7rem;
    }

    .dxn-notis {
        display: none;
    }
}

.notis-list {
    position: absolute;
    width: 200px;
    bottom: calc(100% + 1rem);
    transition: .2s ease-in-out;
}
.notis-list.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-120%);
}

.notis-item.c-animated {
    animation: fadeInLeft .3s ease-in-out;
}

.notis-item:not(:first-child) {
    margin-top: 10px;
}

.notis-item {
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(58,58,58,.8);
}

.notis-item.hide {
    transform: translateY(-5rem);
    opacity: 0;
    transition: .8s ease-in-out;
}

.notis-img {
    width: 45px;
    height: auto;
    min-height: 32px;
    border-radius: 5px;
    flex-shrink: 0;
    display: block;
    position: relative;
    overflow: hidden
}
.notis-img img {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    object-fit: cover;
}

.notis-title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.notis-content {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.notis.notis-hidden {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.notis.hide .notis-list {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.notis.hide .notis-icon-song {
    display: none;
}

.notis.hide .notis-icon-img {
    transform: rotate(90deg)!important;
}

@media screen and (max-width: 550px) {
    .dxn-notis {
        bottom: 20px;
    }
}

.notis-icon-img {
    width: 45%;
    height: unset;
    position: relative;
    transition: .5s ease-in-out;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media screen and (max-width: 550px) {
    .notis-icon-img {
        width: 25px;
    }
}

.notis-icon-img>img {
    object-fit: unset;
    height: auto
}

.notis-icon-song {
    position: absolute;
    left: 30px;
    top: 0px;
    height: auto;
    width: 11px;
}

.notis-icon-song img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.notis-icon.c-animated .notis-icon-img {
    transform: rotate(-45deg);
}

.notis-icon.c-animated .notis-icon-song img:nth-child(1) {
    animation: song-1 2.5s ease-out infinite both .5s;
}

.notis-icon.c-animated .notis-icon-song img:nth-child(2) {
    animation: song-2 2.5s ease-out infinite both .5s;
}

.notis-icon.c-animated .notis-icon-song img:nth-child(3) {
    animation: song-3 2.5s ease-out infinite both .5s;
}

@keyframes song-1 {
    0% {
        transform: translate3d(0,0,0) scale(1);
        opacity: 1;
    }

    100%,50% {
        transform: translate3d(5px,0,0) scale(2);
        opacity: 0;
    }
}

@keyframes song-2 {
    0%,19% {
        opacity: 0;
    }

    20% {
        transform: translate3d(0,0,0) scale(1);
        opacity: 1;
    }

    100%,70% {
        transform: translate3d(5px,0,0) scale(2);
        opacity: 0;
    }
}

@keyframes song-3 {
    0%,39% {
        opacity: 0;
    }

    40% {
        transform: translate3d(0,0,0) scale(1);
        opacity: 1;
    }

    100%,90% {
        transform: translate3d(5px,0,0) scale(2);
        opacity: 0;
    }
}

@media screen and (max-width: 550px) {
    .notis-icon {
        width:5rem;
        height: 5rem;
    }
}

.notis-number {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    background-color: #ff2b2b;
    top: -10px;
    right: -10px;
    display: none;
}

.notis-item.hides {
    animation: backOutLeft 2s forwards;
}

@media only screen and (min-width: 550px) {
    .image-full-height,
    .image-full-height .img-inner {
        height: 100%;
    }
    .image-full-height .img-inner img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1120px) {
    .product-small.box .box-text .status-btn-action {
        display: block;
    }
    .product-small.box .box-text .status-btn-action .quick-view-btn {
        width: 100%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 550px) {
    .header-wrapper .header-button-1 .header-button .button i {
        margin: 0;
    }
    .header-wrapper .header-button-1 .header-button .button span {
        display: none;
    }
    .banner-home {
        margin-bottom: 450px;
    }
    .banner-home .section-content > .row > .col.large-4 {
        order: -1;
        padding-bottom: 150px;
    }
    .image-banner-home {
        width: 100% !important;
        left: 0;
    }
    .banner-home .section-content > .row > .col:first-child {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: -480px;
        left: 0;
    }
    .banner-home .title-banner-mobile {
        position: absolute;
        width: 100%;
        height: auto;
        top: 45px;
        left: 0;
        z-index: 9;
    }
    .gia-chi-tu .box-image div {
        height: 420px;
        overflow: hidden;
        position: relative;
    }
    .gia-chi-tu .box-image img {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .dxn-product-content-wrap {
        padding: 0 10px;
    }
    .dxn-product-content-wrap .row {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 20px;
    }
    .dxn-product-content-wrap .row .col {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .product-small .box-text .product-archive-content {
        font-size: 0.8em;
    }
    .product-small .box-text .product-archive-content img {
        margin: 0 2px;
        width: 10px;
    }
    .slick-slider .slick-prev, .slick-slider .slick-next {
        opacity: 1 !important;
    }

    .about-section1 .section-bg {
        display: none;
    }

    .dxn-vehicle-types .dxn-vehicle-types-footer {
        flex-direction: column;
        margin-top: 24px;
    }
    .dxn-vehicle-types .dxn-vehicle-types-footer .dxn-vehicle-desc {
        order: -1;
        padding: 0;
        margin-bottom: 15px;
    }
    .dxn-vehicle-types .item .dxn-car-image {
        height: 200px;
    }
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 390px !important;
    }
    .off-canvas .mobile-sidebar .nav-sidebar {
        padding: 20px;
    }
    .off-canvas .mobile-sidebar .header-block-block-1 img {
        width: auto;
        height: 82px;
    }
    .off-canvas .mobile-sidebar .header-block-block-1 .text {
        font-weight: 700;
        margin-bottom: 35px;
        margin-top: 40px;
    }
    .off-canvas .mobile-sidebar .menu-item a {
        color: #000000;
        text-transform: none;
    }
    .off-canvas .nav-vertical li li>a {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 18px;
    }
    .off-canvas .header-block-block-2 {
        margin-top: 30px;
    }
    .section-form-contact {
        padding: 0 20px !important;
    }
}
@media only screen and (max-width: 550px) {
    .product-summary .variations_button {
        flex-direction: column;
    }
    table.variations tbody tr:first-child, table.variations tbody tr:nth-child(2) {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: block;
    }
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    .woocommerce-checkout span.woocommerce-input-wrapper {
        display: block;
    }
    .shop-page-title.page-title .page-title-inner .flex-col.flex-grow {
        min-height: 246px;
        margin-bottom: 90px;
    }
    .shop-page-title.page-title .page-title-inner .category-filtering {
        position: absolute;
        width: 100%;
        bottom: 30px;
        left: 0;
    }
    #shop-sidebar {
        padding: 30px 15px 90px;
        border: none;
        border-radius: 0;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}