:root {
    --color-main: #006715;
    --color-main2: #F54439;
    --color-white: #fff;
    --color-black: #000;
}

/* Font Chữ */

@font-face {
    font-family: 'Cuprum';
    src: url('../font/Cuprum-Italic.woff2') format('woff2'),
        url('../font/Cuprum-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cuprum';
    src: url('../font/Cuprum-Regular.woff2') format('woff2'),
        url('../font/Cuprum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../font/DancingScript-Regular.woff2') format('woff2'),
        url('../font/DancingScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rasa';
    src: url('../font/Rasa-Italic.woff2') format('woff2'),
        url('../font/Rasa-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rasa';
    src: url('../font/Rasa-Regular.woff2') format('woff2'),
        url('../font/Rasa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* End Font Chữ */

body {
    font-family: 'Rasa';
}

.pal-container {
    max-width: 1430px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img-wrap {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}

.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

section {
    padding: 50px 0;
}

/* Banner Home */

.pal-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    line-height: 0;
}

.pal-hero-slider__slide {
    min-width: 100%;
    position: relative;
    overflow: hidden;
}

.pal-hero-slider__slide .img-wrap {
    position: relative;
    padding-top: 40.25%;
}

.pal-hero-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    background: var(--color-white);
    color: #222;
    font-size: 24px;
    padding: 0 !important;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pal-hero-slider__arrow:focus {
    background: var(--color-white);
    color: #222;
}

.pal-hero-slider__arrow:hover {
    background: var(--color-main);
    color: #fff;
}

.pal-hero-slider__arrow--prev {
    left: 15px;
    transform: translateY(-50%) rotate(-180deg) !important;
}

.pal-hero-slider__arrow--next {
    right: 15px;
}

/* Laptop */
@media (max-width: 1199px) {
    .pal-hero-slider__slide .img-wrap {
        padding-top: 48%;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .pal-hero-slider__slide .img-wrap {
        padding-top: 60%;
    }

    .pal-hero-slider__arrow {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .pal-hero-slider__slide .img-wrap {
        padding-top: 80%;
    }

    .pal-hero-slider__arrow {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .pal-hero-slider__arrow--prev {
        left: 10px;
    }

    .pal-hero-slider__arrow--next {
        right: 10px;
    }
}

/* Mobile nhỏ */
@media (max-width: 575px) {
    .pal-hero-slider__slide .img-wrap {
        padding-top: 50%;
    }

    .pal-hero-slider__arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

/* End Banner Home */


/* Treval Intro */

.pal-travel-intro {
    position: relative;
    background: #edf4ec;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pal-travel-intro__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.pal-travel-intro__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.pal-travel-intro__gallery-left {
    overflow: hidden;
    border-radius: 34px 0 34px 0;
}

.pal-travel-intro__gallery-left .img-wrap {
    padding-top: 150.25%
}

.pal-travel-intro__gallery-right {
    display: grid;
    gap: 16px;
}

.pal-travel-intro__gallery-top,
.pal-travel-intro__gallery-bottom {
    overflow: hidden;
    border-radius: 24px 0 24px 0;
}

.pal-travel-intro__gallery-top .img-wrap,
.pal-travel-intro__gallery-bottom .img-wrap {
    padding-top: 72.25%;
}

.pal-travel-intro__gallery-left img,
.pal-travel-intro__gallery-top img,
.pal-travel-intro__gallery-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pal-travel-intro__content {
    position: relative;
}

.pal-travel-intro__subheading {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--color-main2);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pal-travel-intro__heading {
    font-family: 'Rasa';
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.22;
    font-weight: 700;
    color: var(--color-black);
}

.pal-travel-intro__desc {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-black);
}

.pal-travel-intro__desc p {
    margin: 0;
}

.pal-travel-intro__info-item+.pal-travel-intro__info-item {
    margin-top: 10px;
}

.pal-travel-intro__info-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: var(--color-black);
}

.pal-travel-intro__info-item p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-black);
}

.pal-travel-intro__button-wrap {
    margin-top: 18px;
}

.pal-travel-intro__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid #4f4f4f;
    border-radius: 10px;
    background: transparent;
    color: var(--color-black);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pal-travel-intro__button:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-white);
}

.pal-travel-intro__button svg {
    flex: 0 0 auto;
}

.pal-travel-intro__person {
    position: absolute;
    right: -58px;
    bottom: -64px;
    max-width: 185px;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

.pal-travel-intro__person img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .pal-travel-intro__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pal-travel-intro__content {
        padding-right: 0;
    }

    .pal-travel-intro__person {
        position: static;
        width: 160px;
        margin-top: 20px;
        margin-left: auto;

    }
}

@media (max-width: 767px) {
    .pal-travel-intro {
        padding: 24px 0;
    }

    .pal-travel-intro__gallery {
        grid-template-columns: 1fr;
    }

    .pal-travel-intro__gallery-left,
    .pal-travel-intro__gallery-top,
    .pal-travel-intro__gallery-bottom {
        height: 220px;
    }

    .pal-travel-intro__subheading {
        font-size: 20px;
    }

    .pal-travel-intro__heading {
        font-size: 24px;
    }

    .pal-travel-intro__desc,
    .pal-travel-intro__info-item p {
        font-size: 14px;
        line-height: 1.45;
    }
}

/* End Treval Intro */

/* Service */
.pal-service-showcase {
    overflow: hidden;
}

.pal-service-showcase__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pal-service-showcase__list .pal-service-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.pal-service-showcase__list .pal-service-item .pal-service-item__media {
    position: relative;
}

.pal-service-showcase__list .pal-service-item .pal-service-item__media .pal-service-item__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-main .pal-service-item__number {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 100px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    pointer-events: none;
}

.home-main .pal-service-item:not(.is-reverse) .pal-service-item__number {
    top: 10px;
    left: 10px;
}

.home-main .pal-service-item.is-reverse .pal-service-item__number {
    top: 10px;
    right: 10px;
}

.home-main .pal-service-item.is-reverse .pal-service-item__media {
    order: 2;
}

.home-main .pal-service-item.is-reverse .pal-service-item__content {
    order: 1;
}

.home-main .pal-service-item__content .section-pal-heading {
    text-align: start;
    margin-bottom: 0;
}

.home-main .pal-service-item__content .pal-service-item__desc {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}

.home-main .pal-service-showcase .pal-service-item__button {
    background: var(--color-main);
    color: var(--color-white);
    padding: 0px 20px;
    font-size: 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    gap: 8px;
}

.home-main .pal-service-showcase .pal-service-item__button .icon {
    display: flex;
}

@media (max-width: 767px) {
    .pal-service-showcase .pal-service-showcase__head {
        margin-bottom: 24px;
        padding: 0 12px;
    }

    .home-main .pal-service-showcase__sub-title {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .home-main .pal-service-showcase__title {
        font-size: 24px;
        line-height: 1.35;
    }

    .pal-service-showcase__list .pal-service-item {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        align-items: start;
        margin-bottom: 18px;
    }

    .pal-service-showcase__list .pal-service-item .pal-service-item__media::before {
        right: 22%;
        width: 999%;
        height: 100%;
    }

    .pal-service-showcase__list .pal-service-item .pal-service-item__media .pal-service-item__image-wrap {
        padding: 0;
    }

    .home-main .pal-service-item__number {
        font-size: 48px;
    }

    .home-main .pal-service-item:not(.is-reverse) .pal-service-item__number {
        top: 6px;
        left: 4px;
    }

    .home-main .pal-service-item.is-reverse .pal-service-item__number {
        top: 6px;
        right: 4px;
    }

    .home-main .pal-service-item.is-reverse .pal-service-item__media::before {
        left: 22%;
        width: 999%;
        height: 100%;
    }

    .home-main .pal-service-item__content {
        padding-top: 12px;
    }

    .home-main .pal-service-item__content .pal-service-item__tag {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .home-main .pal-service-item__content .pal-service-item__title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .home-main .pal-service-item__content .pal-service-item__desc {
        font-size: 16px;
        line-height: 1.5;
    }

}

/* End Service */

/* Testimanial */

.pal-home-testimonial {
    padding: 50px 0 36px;
    background: #f5f5f5;
    overflow: hidden;
}

.pal-home-testimonial__inner {
    width: 100%;
}

.pal-home-testimonial__slider {
    position: relative;
    margin: 0 auto;
}

.pal-home-testimonial__slide.slick-slide {
    transform: scale(0.92);
    transition: all 0.35s ease;
}

.pal-home-testimonial__slide.slick-center {
    transform: scale(1);
}

.pal-home-testimonial__card {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 18px 20px;
    transition: all 0.35s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.pal-home-testimonial__slide.slick-center .pal-home-testimonial__card {
    background: #285f18;
}

.pal-home-testimonial__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.pal-home-testimonial__author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.pal-home-testimonial__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 42px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pal-home-testimonial__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pal-home-testimonial__avatar span {
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.pal-home-testimonial__meta {
    min-width: 0;
}

.pal-home-testimonial__name {
    margin: 0 0 2px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-black);
}

.pal-home-testimonial__address {
    font-size: 18px;
    line-height: 1.3;
    color: #7b7b7b;
}

.pal-home-testimonial__stars {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    color: #d2d2d2;
    flex-shrink: 0;
    margin-top: 2px;
}

.pal-home-testimonial__stars .is-active {
    color: #f2b01e;
}

.pal-home-testimonial__content {
    font-size: 16px;
    line-height: 1.7;
    color: #8a8a8a;
}

.pal-home-testimonial__slide.slick-center .pal-home-testimonial__name {
    color: #fff;
}

.pal-home-testimonial__slide.slick-center .pal-home-testimonial__address {
    color: rgba(255, 255, 255, 0.85);
}

.pal-home-testimonial__slide.slick-center .pal-home-testimonial__content {
    color: rgba(255, 255, 255, 0.92);
}

.pal-home-testimonial__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.pal-home-testimonial__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.pal-home-testimonial__dot.is-active {
    background: #5b9650;
    border-color: #5b9650;
}

@media (max-width: 991px) {
    .pal-home-testimonial__sub-title {
        font-size: 28px;
    }

    .pal-home-testimonial__title {
        font-size: 24px;
    }

    .pal-home-testimonial__slider {
        max-width: 100%;
    }

    .pal-home-testimonial__slide {
        width: 220px;
        flex: 0 0 220px;
    }

    .pal-home-testimonial__slide.is-center {
        width: 340px;
        flex: 0 0 340px;
    }

    .pal-home-testimonial__slide.slick-slide {
        transform: scale(1);
    }

    .pal-home-testimonial__track {
        padding: 8px 0;
        margin-left: -12px;
        margin-right: -12px;
    }

    .pal-home-testimonial__slide {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .pal-home-testimonial {
        padding: 36px 0 26px;
    }

    .pal-home-testimonial__head {
        margin-bottom: 22px;
    }

    .pal-home-testimonial__sub-title {
        font-size: 24px;
    }

    .pal-home-testimonial__title {
        font-size: 22px;
    }

    .pal-home-testimonial__slider {
        max-width: 100%;
    }

    .pal-home-testimonial__track {
        gap: 0;
        min-height: auto;
    }

    .pal-home-testimonial__slide,
    .pal-home-testimonial__slide.is-center {
        width: 100%;
        flex: 0 0 100%;
        display: none;
        transform: none;
        opacity: 1;
    }

    .pal-home-testimonial__slide.is-center {
        display: block;
    }

    .pal-home-testimonial__card,
    .pal-home-testimonial__slide.is-center .pal-home-testimonial__card {
        min-height: auto;
        padding: 18px;
    }

    .pal-home-testimonial__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .pal-home-testimonial__content {
        font-size: 13px;
    }
}

/* End Testimanial */


/* Post New */

.pal-home-posts {
    background: #c8f1cf;
    padding: 28px 0 34px;
}

.pal-home-posts .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pal-home-posts__head {
    margin-bottom: 18px;
}

.pal-home-posts__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #234b2c;
    font-weight: 700;
}

.pal-home-posts__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 28px;
    align-items: start;
}

.pal-post-card__thumb {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.pal-post-card__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.pal-post-card:hover .pal-post-card__thumb img {
    transform: scale(1.04);
}

.pal-post-card__date {
    font-size: 14px;
    line-height: 18px;
    color: #5f745f;
    margin-bottom: 8px;
}

.pal-post-card__title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.pal-post-card__title a {
    color: #173b1f;
    text-decoration: none;
}

.pal-post-card__title a:hover {
    color: #6e8f34;
}

.pal-post-card__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #3e5340;
}

.pal-post-card__readmore {
    display: inline-block;
    font-size: 16px;
    color: #173b1f;
    text-decoration: none;
}

.pal-post-card__readmore:hover {
    color: #6e8f34;
}

.pal-post-card--featured .pal-post-card__thumb {
    margin-bottom: 14px;
    aspect-ratio: 16 / 9;
}

.pal-post-card--featured .pal-post-card__title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.pal-post-card--featured .pal-post-card__excerpt {
    font-size: 16px;
    line-height: 1.7;
}

.pal-home-posts__right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* SỬA PHẦN CARD NHỎ BÊN PHẢI */
.pal-post-card--small {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 16px;
    align-items: stretch;
}

.pal-post-card--small .pal-post-card__thumb {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
    overflow: hidden;
    border-radius: 6px;
    padding-top: 0;
    background: #ddd;
}

.pal-post-card--small .pal-post-card__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}

.pal-post-card--small .pal-post-card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pal-post-card--small .pal-post-card__title {
    font-size: 21px;
    margin-bottom: 6px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.pal-post-card--small .pal-post-card__excerpt {
    font-size: 14px;
    line-height: 1.7;
}

.pal-home-posts__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .pal-home-posts__grid {
        grid-template-columns: 1fr;
    }

    .pal-post-card--featured .pal-post-card__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .pal-home-posts {
        padding: 24px 0 28px;
    }

    .pal-home-posts__title {
        font-size: 28px;
    }

    .pal-post-card--small {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pal-post-card--small .pal-post-card__thumb {
        min-height: 180px;
        width: 100%;
    }

    .pal-post-card--small .pal-post-card__title {
        font-size: 18px;
    }

    .pal-post-card--small .pal-post-card__excerpt {
        font-size: 13px;
        line-height: 1.6;
    }

    .pal-post-card--featured .pal-post-card__title {
        font-size: 22px;
    }
}


/* End Post New */

/* Css Hotel */

.hotel-archive-page {
    background: #f4fbf6;
    padding: 42px 0 70px;
}

.hotel-archive-page .pal- {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hotel-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 46px 34px;
    margin-bottom: 28px;
    background: linear-gradient(135deg, #006b2f 0%, #169447 55%, #52bd75 100%);
    color: #fff;
}

.hotel-hero:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    top: -100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.hotel-hero__title {
    position: relative;
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.25;
    color: #fff;
    font-weight: 800;
}

.hotel-hero__desc {
    position: relative;
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .94);
}

.hotel-filter {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 28px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.hotel-filter__form {
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
    gap: 14px;
    align-items: end;
}

.hotel-filter__group label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #174224;
}

.hotel-filter select {
    width: 100%;
    height: 48px;
    border: 1px solid #dce8df;
    border-radius: 14px;
    padding: 0 14px;
    background: #f9fcfa;
    color: #26382b;
    outline: none;
}

.hotel-filter__btn,
.hotel-filter__reset {
    height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    border: 0;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    white-space: nowrap;
}

.hotel-filter__btn {
    background: #007a34;
    color: #fff !important;
    cursor: pointer;
}

.hotel-filter__reset {
    background: #edf6ef;
    color: #007a34 !important;
    cursor: pointer;
}

.hotel-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
    align-items: start;
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hotel-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
    transition: .3s ease;
    border: 1px solid rgba(0, 107, 47, .08);
}

.hotel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .11);
}

.hotel-card__thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #e8eee9;
}

.hotel-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .4s ease;
}

.hotel-card:hover .hotel-card__thumb img {
    transform: scale(1.06);
}

.hotel-card__badge {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgba(0, 107, 47, .92);
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
}

.hotel-card__body {
    padding: 18px;
}

.hotel-card__rating {
    margin-bottom: 8px;
    color: #f5a400;
    font-size: 15px;
    letter-spacing: 1px;
}

.hotel-card__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
}

.hotel-card__title a {
    color: #14351f;
    text-decoration: none;
}

.hotel-card__title a:hover {
    color: #007a34;
}

.hotel-card__excerpt {
    color: #5b6b60;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.hotel-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hotel-card__date {
    font-size: 13px;
    color: #7a887e;
}

.hotel-card__button {
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #007a34;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hotel-card__button:hover {
    background: #005f29;
}

.hotel-sidebar {
    position: sticky;
    top: 20px;
}

.hotel-sidebar-box {
    background: #fff;
    border-radius: 24px;
    padding: 22px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    margin-bottom: 22px;
}

.hotel-sidebar-title {
    margin: 0 0 16px;
    font-size: 21px;
    color: #14351f;
    font-weight: 800;
    padding-bottom: 11px;
    position: relative;
}

.hotel-sidebar-title:after {
    content: "";
    width: 62px;
    height: 3px;
    background: #007a34;
    border-radius: 99px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hotel-cats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hotel-cats li {
    margin-bottom: 10px;
}

.hotel-cats a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    background: #f3faf5;
    border-radius: 14px;
    color: #14351f;
    text-decoration: none;
    font-weight: 700;
}

.hotel-cats a:hover,
.hotel-cats li.current-term a {
    background: #007a34;
    color: #fff;
}

.hotel-latest {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1e4;
}

.hotel-latest:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.hotel-latest__thumb {
    width: 92px;
    min-width: 92px;
    height: 72px;
    border-radius: 13px;
    overflow: hidden;
    background: #eee;
    display: block;
}

.hotel-latest__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-latest__title {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.hotel-latest__title a {
    color: #14351f;
    text-decoration: none;
}

.hotel-latest__title a:hover {
    color: #007a34;
}

.hotel-latest__date {
    font-size: 13px;
    color: #77857d;
}

.hotel-empty {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    color: #59675e;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .05);
}

.hotel-pagination {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.hotel-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    margin: 0 4px;
    border-radius: 999px;
    background: #fff;
    color: #14351f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
}

.hotel-pagination .page-numbers.current,
.hotel-pagination .page-numbers:hover {
    background: #007a34;
    color: #fff;
}

#hotelAjaxResult {
    position: relative;
    min-height: 220px;
}

#hotelAjaxResult.is-loading {
    opacity: .45;
    pointer-events: none;
}

#hotelAjaxResult.is-loading:before {
    content: "Đang tải khách sạn...";
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    font-weight: 800;
    color: #007a34;
}

#hotelAjaxResult {
    position: relative;
    min-height: 220px;
}

#hotelAjaxResult.is-loading {
    opacity: .45;
    pointer-events: none;
}

#hotelAjaxResult.is-loading:before {
    content: "Đang tải khách sạn...";
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    font-weight: 800;
    color: #007a34;
}

.hotel-rating-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hotel-rating-filter span {
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 10px;
    background: #f3faf5;
    color: #aaa;
    font-size: 16px;
    transition: all 0.2s ease;
}

.hotel-result-count {
    margin: 24px 0 28px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #111;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

.hotel-result-count strong {
    font-weight: 800;
    color: #111;
}

@media (max-width: 767px) {
    .hotel-result-count {
        font-size: 18px;
        margin: 18px 0 22px;
    }
}

.hotel-filter__group select option {
    color: #f5a400;
    font-weight: 600;
}

@media (max-width: 991px) {
    .hotel-layout {
        grid-template-columns: 1fr;
    }

    .hotel-sidebar {
        position: static;
    }

    .hotel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-filter__form {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .hotel-archive-page {
        padding: 28px 0 50px;
    }

    .hotel-hero {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .hotel-hero__title {
        font-size: 28px;
    }

    .hotel-grid,
    .hotel-filter__form {
        grid-template-columns: 1fr;
    }

    .hotel-card__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .hotel-card__button,
    .hotel-filter__btn,
    .hotel-filter__reset {
        width: 100%;
    }
}

/* End Css Hotel */

/* Single Hotel */

.pal-single__hotel-body {
    margin-top: 60px;
}

/* End Single Hotel */

/* Gallery Hotel */

.hotel-gallery {
    margin: 24px 0 36px;
}

.hotel-gallery__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 180px 180px;
    gap: 14px;
}

.hotel-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #eee;
}

.hotel-gallery__item--1 {
    grid-row: span 2;
}

.hotel-gallery__item--2 {
    grid-column: span 2;
}

.hotel-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.hotel-gallery__item:hover img {
    transform: scale(1.05);
}

.hotel-gallery__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 26, 50, 0.62);
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

@media (max-width: 991px) {
    .hotel-gallery__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .hotel-gallery__item {
        aspect-ratio: 16 / 10;
    }

    .hotel-gallery__item--1,
    .hotel-gallery__item--2 {
        grid-column: span 2;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .hotel-gallery__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hotel-gallery__item,
    .hotel-gallery__item--1,
    .hotel-gallery__item--2 {
        grid-column: auto;
        grid-row: auto;
    }

    .hotel-gallery__item {
        aspect-ratio: 16 / 10;
    }

    .hotel-gallery__overlay {
        font-size: 20px;
    }
}

/* End Gallery Hotel */

/* Services Hotel */

.hotel-services-box {
    padding: 20px 0;
}

.hotel-box__title {
    margin: 0 0 18px;
    padding: 18px 20px;
    background: var(--color-main);
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
}

.hotel-box__content {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px 22px;
    max-height: max-content;
    overflow-y: auto;
}

.hotel-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-services-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.35;
    color: #222;
}

.hotel-services-list li:last-child {
    margin-bottom: 0;
}

.hotel-services-list__icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin-top: 3px;
    color: #066b0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.hotel-services-list__text {
    flex: 1;
}

@media (max-width: 767px) {
    .hotel-services-box__title {
        font-size: 22px;
        padding: 15px 16px;
    }

    .hotel-services-box__content {
        padding: 16px;
        max-height: none;
    }

    .hotel-services-list li {
        font-size: 17px;
    }
}

/* End Services Hotel */

/* End utilities Hotel */
.hotel-utilities-box {
    padding: 0 !important;
}

.hotel-utilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 14px;
}

.hotel-utilities-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 21px;
    line-height: 1.35;
    color: #777;
}

.hotel-utilities-list__icon {
    color: #69c85f;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    margin-top: -2px;
}

.hotel-utilities-list__text {
    flex: 1;
    color: #000
}

@media (max-width: 991px) {
    .hotel-utilities-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hotel-utilities-box__title {
        font-size: 22px;
        padding: 15px 16px;
    }

    .hotel-utilities-box__content {
        padding: 16px;
    }

    .hotel-utilities-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hotel-utilities-list li {
        font-size: 17px;
    }

    .hotel-utilities-list__icon {
        font-size: 23px;
    }
}

/* End utilities Hotel */

/* Overview Hotel */

.hotel-overview-box {
    padding: 30px 0 !important;
}

.hotel-overview-box .content {
    font-size: 20px;
}

/* End Overview Hotel */

/* Map Hotel */

.pal-single__hotel-map-embed {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    border-radius: 8px;
}

.pal-single__hotel-map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* End Map Hotel */


/* Single Car */

.single-car-page {
    background: #f7faf8;
    padding: 36px 0 70px;
}

.single-car-page .single-car-main,
.single-car-page .single-car-sidebar {
    margin-top: 40px;
}

/* .single-car-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: start;
} */

/* .single-car-main {
    min-width: 0;
} */

.single-car-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 150px 150px 150px;
    gap: 10px;
    margin-bottom: 22px;
}

.single-car-gallery__item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #eee;
}

.single-car-gallery__item--1 {
    grid-row: span 3;
}

.single-car-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease;
}

.single-car-gallery__item:hover img {
    transform: scale(1.04);
}

.single-car-gallery__more {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.single-car-card,
.single-car-booking {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.single-car-card {
    padding-bottom: 8px;
}

.single-car-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.single-car-head .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.single-car-title {
    margin: 0 0 8px;
    font-size: 38px;
    line-height: 1.25;
    color: #111;
    font-weight: 800;
}

.single-car-address {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 8px;
}

.single-car-rating {
    color: #f5a400;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 8px;
}

.single-car-actions {
    display: flex;
    gap: 8px;
}

.single-car-actions button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f3f5f4;
    cursor: pointer;
}

.single-car-section {
    border-top: 1px solid #edf0ee;
    padding: 22px 0;
}

.single-car-section h2 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 800;
    color: #111;
}

.single-car-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.single-car-spec {
    display: flex;
    align-items: center;
    gap: 12px;
}


.single-car-spec__icon {
    color: #10b669;
    font-size: 22px;
}

.single-car-spec .text-spec {
    display: flex;
    flex-direction: column;
}

.single-car-spec small {
    color: #888;
    font-size: 18px;

}

.single-car-spec strong {
    font-size: 18px;
    color: #111;
}

.single-car-content {
    color: #555;
    font-size: 20px;
    line-height: 1.75;
    overflow: hidden;
}

.single-car-content * {
    max-width: 100%;
    word-break: break-word;
}

.single-car-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
}

.single-car-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 22px;
}

.single-car-feature img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.single-car-feature span {
    color: #0a9b52;
    font-weight: 800;
}

.single-car-sidebar {
    position: sticky;
    top: 20px;
}

.single-car-booking {
    margin-bottom: 16px;
}

.single-car-booking h3 {
    margin: 0 0 14px;
    color: #11975a;
    font-size: 17px;
    font-weight: 800;
}

.single-car-booking p {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.single-car-info-box {
    border: 1px solid #e5eee9;
    border-radius: 12px;
    overflow: hidden;
}

.single-car-info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border-bottom: 1px solid #e5eee9;
    font-size: 14px;
}

.single-car-info-row:last-child {
    border-bottom: 0;
}

.single-car-info-row span {
    color: #777;
}

.single-car-info-row strong {
    color: #111;
}

.single-car-book-btn {
    height: 48px;
    border-radius: 12px;
    background: #0a9b52;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 800;
}

@media (max-width: 991px) {
    .single-car-layout {
        grid-template-columns: 1fr;
    }

    .single-car-sidebar {
        position: static;
    }

    .single-car-specs,
    .single-car-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .single-car-page {
        padding: 24px 0 50px;
    }

    .single-car-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .single-car-gallery__item,
    .single-car-gallery__item--1 {
        grid-row: auto;
        aspect-ratio: 16 / 10;
    }

    .single-car-title {
        font-size: 24px;
    }

    .single-car-head {
        flex-direction: column;
    }

    .single-car-specs,
    .single-car-features {
        grid-template-columns: 1fr;
    }
}

.pal-car__related {
    padding: 60px 0;
}

.pal-car__related-title {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #073d19;
}

.pal-car__related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 991px) {
    .pal-car__related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pal-car__related {
        margin-top: 35px;
    }

    .pal-car__related-title {
        font-size: 24px;
    }

    .pal-car__related-grid {
        grid-template-columns: 1fr;
    }
}

/* End Single Car */

/* Archive Car */

.car-archive {
    background: #f2faf5;
}

.car-archive-hero {
    min-height: 460px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)),
        url("https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
}

.car-archive-hero__title {
    margin: 0 0 12px;
    font-size: 52px;
    color: #fff;
    font-weight: 800;
}

.car-archive-hero__breadcrumb {
    color: #fff;
    font-size: 16px;
}

.car-archive-hero__breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.car-archive-main {
    padding: 36px 0 70px;
}

.car-filter {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.car-filter__form {
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
    gap: 14px;
    align-items: end;
}

.car-filter__group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #063f18;
}

.car-filter select {
    width: 100%;
    height: 48px;
    border: 1px solid #dce8df;
    border-radius: 12px;
    padding: 0 14px;
    outline: none;
    background: #fff;
}

.car-filter__btn,
.car-filter__reset {
    height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.car-filter__btn {
    background: #007a34;
    color: #fff;
    cursor: pointer;
}

.car-filter__reset {
    background: #eef7f1;
    color: #007a34;
    cursor: pointer;
}

.car-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.car-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.car-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
    transition: .3s ease;
}

.car-card:hover {
    transform: translateY(-5px);
}

.car-card__thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #eee;
}

.car-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease;
}

.car-card:hover .car-card__thumb img {
    transform: scale(1.05);
}

.car-card__badge {
    position: absolute;
    left: 14px;
    top: 14px;
    background: #007a34;
    color: #fff;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.car-card__body {
    padding: 18px;
}

.car-card__title {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 800;
}

.car-card__title a {
    color: #073d19;
    text-decoration: none;
}

.car-card__seating {
    margin-bottom: 10px;
    color: #007a34;
    font-size: 15px;
    font-weight: 800;
}

.car-card__price {
    margin-bottom: 14px;
    color: #e65300;
    font-size: 18px;
    font-weight: 800;
}

.car-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.car-card__date {
    font-size: 13px;
    color: #8a958e;
}

.car-card__button {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #007a34;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
}

.car-sidebar {
    position: sticky;
    top: 20px;
}

.car-sidebar-box {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.car-sidebar-title {
    margin: 0 0 18px;
    color: #063f18;
    font-size: 20px;
    font-weight: 800;
}

.car-latest {
    display: flex;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e8eee9;
}

.car-latest:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.car-latest__thumb {
    width: 92px;
    min-width: 92px;
    height: 68px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #eee;
}

.car-latest__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-latest__title {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

.car-latest__title a {
    color: #073d19;
    text-decoration: none;
}

.car-latest__date {
    font-size: 12px;
    color: #888;
}

.car-pagination {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.car-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    margin: 0 4px;
    border-radius: 999px;
    background: #fff;
    color: #073d19;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
}

.car-pagination .page-numbers.current,
.car-pagination .page-numbers:hover {
    background: #007a34;
    color: #fff;
}

.car-empty {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    text-align: center;
}

#carAjaxResult {
    position: relative;
    min-height: 240px;
}

#carAjaxResult.is-loading {
    opacity: .45;
    pointer-events: none;
}

#carAjaxResult.is-loading:before {
    content: "Đang tải xe...";
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    font-weight: 800;
    color: #007a34;
}

@media (max-width: 991px) {
    .car-layout {
        grid-template-columns: 1fr;
    }

    .car-sidebar {
        position: static;
    }

    .car-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .car-filter__form {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .car-archive-hero {
        min-height: 320px;
    }

    .car-archive-hero__title {
        font-size: 34px;
    }

    .car-grid,
    .car-filter__form {
        grid-template-columns: 1fr;
    }

    .car-card__bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .car-card__button,
    .car-filter__btn,
    .car-filter__reset {
        width: 100%;
        text-align: center;
    }
}

/* End Archive Car */