:root {
    --white: #fff;
    --black: #000;
    --primary: #faaa3f;
    --second: #ffddb3;
    --body: #140f08
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

a,
button,
i,
img {
    transition: all ease .4s
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #faaa3f;
    --second: #ffddb3;
    --body: #140f08
}

.car-option input {
    display: none
}

.box-btn a,
.box-btn button {
    display: flex;
    height: 45px;
    border-radius: .5rem;
    border: 1px solid var(--primary);
    background: var(--primary);
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    justify-content: center;
    color: #fff;
    transition: all ease .4s
}

.box-btn a:hover,
.box-btn button:hover {
    background: var(--second);
    color: #000
}

.car-option input:checked+.car-box {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #fff
}

.marquee-column {
    height: 500px;
    overflow: hidden;
    position: relative
}

.marquee-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: marqueeUp 50s linear infinite
}

.marquee-track img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.vuta-col-6:nth-child(1) .marquee-track {
    animation-duration: 55s
}

.vuta-col-6:nth-child(2) .marquee-track {
    animation-duration: 60s
}

@keyframes marqueeUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

.page-banner {
    background-image: url('/themes/travel/bookcar/images/banner-thue-xe-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.page-banner .box-img img {
    min-height: 850px;
    object-fit: unset;
}

.page-banner .box-content {
    padding: 120px 0 50px
}

.page-banner .box-content form {
    padding: 30px;
    background: #fff;
    border-radius: .75rem;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow)
}

.page-banner .box-content form h2 {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary)
}

.page-banner .box-content form .notice {
    text-align: center;
    font-style: italic;
    color: #888
}

.page-banner .box-content form .notice span {
    color: red;
    font-weight: 700
}

.page-banner .box-content .car-select ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.page-banner .box-content .car-select ul li {
    width: calc(33.3333333333% - 10px)
}

.page-banner .box-content .car-select ul li label {
    width: 100%
}

.page-banner .box-content .car-select ul li .car-box {
    display: flex;
    border: 1px solid #ffddb3;
    border-radius: .5rem;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    justify-content: center;
    width: 100%
}

.page-banner .box-content .box-btn button {
    width: 100%
}

.gr-input .box-input {
    display: flex;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid var(--primary);
    margin-bottom: 15px
}

.gr-input .box-input .vuta-input {
    border: 0 !important;
    border-radius: 0 .5rem .5rem 0
}

.gr-input .box-input .icon {
    height: 45px;
    width: 45px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px
}

.gr-input .box-input .icon span {
    color: #fff
}

.gr-input label {
    font-size: 12px;
    text-transform: uppercase
}

.page-intro {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .page-intro {
        padding: 20px 0
    }
}

.page-intro .vuta-row {
    border-bottom: 1px solid #dee2e6
}

.page-intro .vuta-row .d-flex {
    padding-bottom: 40px;
    align-items: center;
    gap: 15px
}

.page-intro .vuta-row .d-flex svg g path {
    fill: var(--primary) !important
}

@media screen and (max-width:996px) {
    .page-intro .vuta-row .d-flex svg {
        height: 40px !important;
        width: 40px !important
    }
}

.page-intro .vuta-row .d-flex p {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--primary);
    font-weight: 700;
    text-transform: capitalize
}

@media screen and (max-width:996px) {
    .page-intro .vuta-row .d-flex p {
        font-size: 16px
    }
}

.box-title {
    text-align: center
}

.box-title h2 {
    text-transform: uppercase;
    color: var(--primary)
}

.box-title .slogan {
    font-style: italic;
    color: #888
}

.page-service .box-title {
    margin-bottom: 0
}

.page-service .box-title p {
    margin-bottom: 0
}

.page-service-slider {
    padding-bottom: 60px
}

@media screen and (max-width:996px) {
    .page-service-slider {
        padding-bottom: 0
    }
}

.page-service-slider .slick-track {
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (max-width:996px) {
    .page-service-slider .slick-track {
        padding-top: 0;
        padding-bottom: 0
    }
}

.page-service-slider .slick-prev {
    left: 10px
}

.page-service-slider .slick-next {
    right: 10px
}

.page-service-slider .item {
    padding: 35px 20px;
    border-radius: 20px;
    background: #ebebeb;
    transition: all 1s;
    transform: scale(.85);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow)
}

@media screen and (max-width:996px) {
    .page-service-slider .item {
        margin: 10px
    }
}

.page-service-slider .item:hover {
    background: #fff
}

.page-service-slider .item.slick-current.slick-active.slick-center {
    transform: scale(1);
    background: #fff
}

.page-service-slider .item .label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--primary);
    color: #fff;
    border-radius: 12px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px
}

.page-service-slider .item h4 {
    font-size: 16px
}

.page-service-slider .item .list-option {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding-left: 15px;
    min-height: 58px
}

.page-service-slider .item .list-option li {
    width: calc(50% - 8px);
    list-style: disc;
    color: #757579;
    font-size: .875rem
}

.page-service-slider .item .box-img {
    aspect-ratio: 3/2
}

.page-service-slider .item .box-img img {
    object-fit: contain;
    height: 100%;
    width: 100%
}

.page-table .wraper-table {
    border: 3px solid var(--primary);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (max-width:996px) {
    .page-table .wraper-table {
        border: 0;
        border-radius: 0
    }
}

.page-table .wraper-table .table {
    margin-bottom: 0
}

.page-table .wraper-table .table th {
    background: var(--primary);
    color: #fff
}

.page-table .wraper-table .box-btn {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 15px 0
}

.page-table .wraper-table .box-btn a {
    display: inline-flex
}

.page-table .box-notice ul {
    padding-left: 15px
}

.page-table .box-notice ul li {
    list-style: disc
}

.page-stept {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .page-stept {
        padding: 20px 0
    }
}

.page-stept .box-title {
    margin-bottom: 20px
}

.page-stept .box-title h2 {
    font-size: 20px
}

.page-stept .box-title.title-faq h2 {
    font-size: 24px
}

.page-stept .box-item {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 20px
}

@media screen and (max-width:996px) {
    .page-stept .box-item {
        margin-bottom: 30px
    }
}

.page-stept .box-item .list-stept li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.page-stept .box-item .list-stept li .num {
    height: 32px;
    width: 32px;
    background: var(--primary);
    display: flex;
    align-items: center;
    font-weight: 700;
    color: red;
    border-radius: 50%;
    justify-content: center
}

.page-stept .faq ul li {
    border-radius: .75rem;
    margin-bottom: 15px;
    padding: 15px;
    background: #f5f5f5
}

.page-stept .faq ul li .link a {
    color: #000;
    font-weight: 700
}

.page-stept .faq ul li .hidden-content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb
}

.page-stept .faq ul li .hidden-content p {
    margin-bottom: 0
}

.page-stept .faq ul li.active a {
    color: var(--primary)
}

.slick-arrow {
    background: var(--second);
    border: 1px solid var(--second)
}

.slick-arrow:focus,
.slick-arrow:hover {
    background: var(--primary);
    border: 1px solid var(--primary)
}

.page-feedback {
    padding-bottom: 60px
}

@media screen and (max-width:996px) {
    .page-feedback {
        padding-bottom: 20px
    }
}

.page-feedback .box-title {
    margin-bottom: 40px
}

.page-feedback .marquee .vuta-row {
    margin: 0
}

.page-feedback .marquee .vuta-row [class^=vuta-col-] {
    padding: 0
}

@media screen and (max-width:996px) {
    .page-feedback .lSSlideOuter {
        padding-bottom: 10px
    }
}

.page-feedback .lSSlideOuter .lSSlideWrapper {
    aspect-ratio: 3/2
}

.page-feedback .lSSlideOuter .lSSlideWrapper #carGallery {
    aspect-ratio: 3/2
}

.page-feedback .lSSlideOuter .lSSlideWrapper #carGallery li {
    aspect-ratio: 3/2
}

.page-feedback .lSPager li {
    aspect-ratio: 16/9
}