/* #region Page heađer */
.page-header__inner {
    background-color: var(--color-white);
    /*height: 604px;*/
    height: 500px;
    display: flex;
    flex-direction: column;
}

/* Right banner and top row hidden on mobile */
.page-header__banner {
    display: none;
}

.page-header__top-row {
    /*display: none;*/
}

.page-header .page__title {
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: -1%;
}

.page-header .page__dealer-search {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: auto;
}

/* #endregion */

/* #region Dealer override */
.dealers .section-title-group,
.dealers .dealers__list-provinces {
    display: none;
}

.dealer__detail {
    display: none;
}

    .dealer__detail.is-active {
        display: block;
    }


/* #endregion */

@media only screen and (max-width: 1279px) {
    /*.dealer__detail-direction {*/
    /*    margin-bottom: 80%;*/
    /*}*/



    /*.dealers__sheet .dealers__list-main {*/
    /*    max-height: 510px !important;*/
    /*}*/

    /*.dealer__detail .dealer__detail-direction*/
    /*{*/
    /*    margin-top: 20px*/
    /*}*/
}

@media only screen and (min-width: 1280px) {

    /* #region Page header override */
    .header {
        margin-top: 1rem;
    }

    /*.page-header__inner {*/
    /*    height: 350px;*/
    /*}*/

    .page-header__inner {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .page-header__top-row {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .page-header .page__title {
        font-weight: 600;
        font-size: var(--font-size-h2);
        line-height: 1.2;
        letter-spacing: -1%;
    }

    .page-header .page__description {
        max-width: 430px;
    }

    .page-header__content {
        flex: 1 1 50%;
        display: flex;
        flex-direction: column;
    }

    .page-header__banner {
        flex: 1 1 80%;
        display: block;
        border-radius: var(--rounded-display);
        overflow: hidden;
        height: 280px;
    }

        .page-header__banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .page-header .page__dealer-search {
        flex-direction: row;
        width: 100%;
    }

        .page-header .page__dealer-search .input__group {
            flex-grow: 1;
            flex-shrink: 0;
            margin-bottom: 0 !important;
        }
    .dealer__detail {
        display: none;
    }

        .dealer__detail.is-active {
            display: block;
        }
    /* #endregion */

    /* #region Dealer override */


    /* #endregion */
    .dealers__list > .dealers__list-main {
        max-height: fit-content;
    }
}

.testimonials__slider-wrapper-item {
    margin-right: 8px;
}

.testimonial_item-bg picture,
.testimonial_item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* đảm bảo ảnh lấp đầy */
    object-position: center; /* luôn canh giữa */
    display: block;
}
