@media (min-width: 1200px) {
    .section-hero__banner {
        width: calc(100% - 280px);
    }

    .branch-main {
        padding: 0 100px 0 100px;
    }
}

@media (min-width: 991px) {
    .header.is-scroll ~ .main .sidebar-sticky {
        position: sticky;
        top: 155px;
        transition: var(--transition);
    }
}


@media (max-width: 1199px) {

    .section-gap {
        padding: 30px 0;
    }

    .button-theme {
        padding: 8px 20px;
        font-size: 1.05em;
    }

    .button-theme.button-theme_large {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /*==============================
            HEADER - NAV
    =================================*/
    .header .header-categories,
    .header .nav-list {
        display: none;
    }

    .header .header-navigation {
        display: block !important;
    }

    .header-logo_hamburger {
        display: flex;
    }

    .header-logo img {
        width: auto !important;
        max-height: 50px;
        max-width: 100%;
        object-fit: contain;
    }

    /*==============================
        HEADER - MOBILE TOP
    =================================*/
    .header-navigation__top {
        display: flex !important;
        padding: 15px 20px;
        background-color: var(--primary-color);
        color: var(--bs-white);
        font-weight: 600;
        font-size: 1.1em;
    }

    .header-navigation__top .logo-mobile {
        width: 113px;
        height: 46px;
        background: var(--bs-white);
        border-radius: 3px;
        padding: 5px;
    }

    /*==============================
        HEADER - CLOSE BUTTON
    =================================*/
    .header-navigation__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5em;
    }

}


@media (max-width: 1024px) {

    .section-heading .heading,
    .section-heading-2 .heading-2 {
        font-size: 2.3em;
    }

    .section-heading-3 .heading-3,
    .sidebar-heading .heading {
        font-size: 1.8em;
    }

    .section-heading .heading-title2 {
        font-size: 1.8em;
        background-size: 60px auto;
    }


    /*==============================
            HERO
    =================================*/
    .hero-content .hero-content_title {
        font-size: 3em;
    }

    /*==============================
        PHONE / CONTACT
    =================================*/
    .idex-alo-phone {
        width: 140px;
        top: 126%;
    }

    .phone-number {
        font-size: 14px;
    }

    /*==============================
            ARTICLE
    =================================*/
    .page-article .article-content .article-title {
        font-size: 1.8em;
    }

    /*product-main*/
    .section-tab__category .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .section-tab__category .nav::-webkit-scrollbar {
        display: none;
    }

}


@media screen and (max-width: 992px) {

    .category-main .category-box .box-image {
        width: 140px;
        height: 140px;
    }

    /*==============================
            HEADER
    =================================*/
    .header-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0 !important;
    }

    .header .header-wrap {
        flex-wrap: wrap !important;
    }


    .header-logo_hamburger button {
        width: 35px;
        height: 35px;
    }

    .header-logo_hamburger button span {
        width: 18px;
    }

    /*==============================
        SECTION - HEADING
    =================================*/
    .section-heading .heading-title {
        margin-bottom: 20px;
        font-size: 1.6em;
        line-height: 26px;
    }

    .section-heading .heading-description {
        font-size: 1em;
    }

    .section-heading .heading-subtitle {
        font-size: 0.95em;
    }

    .section-heading .heading-title-2 {
        font-size: 1.6em;
        background-size: 50px auto;
    }

    /*==============================
            PRODUCT CARD
    =================================*/
    .card-product {
        width: 225px;
        font-size: 0.9rem;
        margin: 12px;
    }

    .card-product a > img {
        height: 180px;
        padding: 8px;
    }

    .card-title {
        font-size: 1rem;
    }

    /*==============================
            CONTACT
    =================================*/
    .contact-text {
        font-size: 0.8em;
    }

    .page-contact .contact-map {
        margin-bottom: 30px;
    }

    .page-contact .contact-right,
    .page-contact .contact-left {
        margin-top: 0;
        height: auto;
        padding: 30px;
        border-radius: 14px;
    }

    .page-contact .contact-map iframe {
        height: 280px;
    }

    .contact-social {
        gap: 20px;
    }

    .contact-left__icon {
        width: 48px;
        height: 48px;
        font-size: 1.1em;
    }

    .contact-left__content .title {
        font-size: 1.05em;
    }

    .contact-left__content .text {
        font-size: 0.95em;
    }

}


@media (max-width: 767px) {

    /*==============================
            HERO
    =================================*/
    .hero-content {
        justify-content: center;
    }

    .hero-content .hero-content_sub > span {
        font-size: 1em;
    }

    .hero-content .hero-content_title {
        font-size: 1.5em;
    }

    /*==============================
        PHONE / CONTACT (MOBILE)
    =================================*/
    .idex-alo-phone {
        width: 110px;
        top: 126%;
    }

    .phone-number {
        font-size: 13px;
    }

    .contact-text-hero {
        font-size: 0.8em;
    }

    /*==============================
            PRODUCT CARD
    =================================*/
    .card-product {
        width: 100%;
        font-size: 0.9rem;
        margin: 0 auto 1.2rem;
    }

    .card-product a > img {
        height: 160px;
        padding: 6px;
    }

    .card-title {
        font-size: 1rem;
    }

    /*==============================
            ARTICLE
    =================================*/
    .section-article .card-article-2__text {
        display: none;
    }

    /*==============================
            CONTACT
    =================================*/
    .contact-text {
        font-size: 0.7em;
    }

    .page-contact .contact-map iframe {
        height: 220px;
    }

    .page-contact .contact-right,
    .page-contact .contact-left {
        padding: 20px;
        border-width: 2px;
    }

    .contact-left__item {
        align-items: flex-start;
    }

    .contact-left__icon {
        width: 42px;
        height: 42px;
        font-size: 1em;
    }

    .contact-left__content .title {
        font-size: 1em;
    }

    .contact-left__content .text {
        font-size: 0.9em;
        line-height: 1.4;
    }

    .button-theme {
        justify-content: center;
    }

}


@media (max-width: 600px) {

    /*==============================
            HERO
    =================================*/
    .hero-content_desc {
        display: none;
    }

}


@media (max-width: 576px) {


    /*==============================
        HEADING
    =================================*/
    .section-heading-3 .heading-3,
    .sidebar-heading .heading {
        font-size: 1.6em;
    }

    /*==============================
            ARTICLE
    =================================*/
    .page-article .article-content .article-title {
        font-size: 1.6em;
    }

    .article-card__text {
        display: none !important;
    }

    .article-card__image {
        width: 130px !important;
        height: 90px !important;
    }

    .scroll-mobile {
        display: flex !important;
    }

    .scroll-top {
        bottom: 70px;
    }

    /*product*/
    .detail-product .product-buttons .button-theme {
        width: 100%;
    }

    .group-contact {
        -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08) !important;
        box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08) !important;
        background-color: #f3f3f3;
        flex-direction: row;
        bottom: 0;
        left: 0;
        height: 60px;
        width: 100%;
        gap: 1px;
    }

    .group-contact .item-contact {
        height: 60px !important;
        width: calc(100% / 3) !important;
        background-color: var(--primary-color);
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.9em !important;
        gap: 2px;
        padding: 10px 0;
    }

    .group-contact .item-contact .item {
        border-radius: 50%;
        padding: 5px;
        font-size: 1em;
        background-color: var(--primary-color);
    }

    .group-contact .item-contact {
        background-color: var(--bs-white);
    }

    .group-contact .item-contact span.text {
        color: var(--bs-gray-800);
        font-weight: 700;
        opacity: 1;
        display: flex;
        visibility: visible;
    }

    .group-contact .item-contact .item.item-phone svg {
        width: 16px;
    }

    .group-contact .item-contact:hover {
        background-color: var(--bs-white);

    }

    .group-contact .item-contact:hover span.text {
        color: var(--secondary-color);
    }

    .footer {
        margin-bottom: 55px;
    }

}


/* Điện thoại rất nhỏ */
@media (max-width: 480px) {

    /*==============================
            PRODUCT CARD
    =================================*/
    .card-product {
        width: 100%;
        font-size: 0.85rem;
        border-radius: 6px;
    }

    .card-product a > img {
        height: 140px;
        padding: 5px;
    }

    /*==============================
            CONTACT
    =================================*/
    .contact-text {
        font-size: 0.7em;
    }

}



