@media screen and (max-width: 1440px) and (min-width: 1200px) {
    header .container {
        max-width: 98%;
    }
}

@media (max-width: 1199px) {
    header {
        background-color: var(--bs-white);
    }

    .main,
    .page-other .main {
        margin-top: 116px;
    }

    .header-bottom {
        background-color: var(--primary-color);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    }

    .header-bottom .header-bottom__wrap {
        box-shadow: unset;
        width: 100%;
    }

    .header-logo {
        width: 80px;
    }

    .section-hero::before {
        background: unset;
        position: unset;
    }

    .header-heading .header-title {
        font-size: 1.2em;
    }

    .header-language__item {
        width: 26px;
        height: 26px;
    }

    .header-navigation {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 400px;
        width: 100%;
        background-color: var(--primary-color);
        height: 100vh;
        z-index: 6;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .is-navigation .header-navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header .header-navigation > ul,
    .header.is-scroll .header-navigation > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
    }

    .header .header-navigation > ul > li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgb(255 255 255 / 9%);
    }

    .header .header-navigation > ul > li > button,
    .header .header-navigation > ul > li > ul > li > button,
    .header .header-navigation > ul > li > a {
        width: 100%;
        background-color: transparent;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        font-weight: 600;
        color: var(--bs-white);
        text-transform: uppercase;
    }

    .header .header-navigation > ul > li > button i,
    .header .header-navigation > ul > li > ul > li > button i {
        width: 25px;
        height: 25px;
        background-color: #ffffff1a;
        color: var(--bs-white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 2px;
    }

    .header .header-navigation > ul > li > button[aria-expanded='true'] i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .header-navigation > ul > li:hover > a,
    .header .header-navigation > ul > li > button[aria-expanded=true] {
        color: var(--bs-white);
        background-color: transparent;
    }

    .header .header-navigation > ul > li > ul, .header .header-navigation > ul > li > ul > li > ul {
        background-color: rgb(var(--primary-rgb), 0.9);
        position: unset;
        left: unset;
        width: 100%;
        top: unset;
        border-radius: 0;
        transition: var(--transition-default);
        box-shadow: unset;
        opacity: unset;
        visibility: unset;
        pointer-events: unset;
    }

    .header .header-navigation > ul > li:hover > a i {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .header .header-navigation > ul > li > ul > li > a,
    .header .header-navigation > ul > li > ul > li > ul > li > a {
        color: var(--bs-gray-300);
        font-weight: 400;
    }

    .header .header-navigation > ul > li > ul > li:not(:last-child), .header .header-navigation > ul > li > ul > li > ul > li:not(:last-child) {
        border-bottom: 1px solid transparent;
    }

    .header .header-navigation > ul > li > ul > li:hover > a, .header .header-navigation > ul > li > ul > li > ul > li:hover a {
        color: var(--bs-gray-200);
        background-color: transparent;
    }

    .page-home .header .header-navigation > ul > li > a {
        color: var(--bs-gray-200);
    }

    .hero-content_title {
        font-size: 1.9em;
    }

    .hero-content_desc {
        font-size: 1em;
    }

    .section-hero .button-theme {
        padding: 7px 20px 9px;
        font-size: 0.9em;
    }
}

@media (max-width: 1024px) {
    .section-breadcrumb {
        padding: 100px 0 30px 0;
    }

    .section-breadcrumb__title {
        font-size: 2em;
    }


    .section-heading .heading-subtitle {
        font-size: 1em;
    }

    .section-heading .heading-title {
        font-size: 1.6em;
    }

    .counter-item {
        font-size: 13px;
    }

    .counter-item__image {
        width: 80px;
        height: 80px;
    }

    .counter-item__image > span.image {
        padding: 25px;
    }

    .section-tab .nav-link {
        font-size: 0.9em;
        padding: 6px 22px;
    }

    .card-product .card-title {
        font-size: 1.1em;
    }

    .page-contact .company-title {
        font-size: 1.3em;
    }

    .section-counter {
        padding: 50px 0 30px;
    }

}

@media (max-width: 992px) {
    .button-swiper {
        display: none !important;
    }

    .hero-content_title {
        font-size: 1.7em;
    }

    .counter-item {
        font-size: 12px;
        padding: 40px 20px 20px 20px;
    }

    .counter-item__image {
        width: 70px;
        height: 70px;
        margin-top: -75px;
    }

    .section-heading .heading-title.detail-article__title {
        font-size: 1.6em;
    }

    .detailContent h1 {
        font-size: 1.5em;
    }

    .detailContent h2 {
        font-size: 1.45em;
    }

    .detailContent h3 {
        font-size: 1.4em;
    }

    .detailContent h4 {
        font-size: 1.35em;
    }

    .button-theme {
        padding: 8px 20px 10px;
        font-size: 0.9em;
    }

    .detail-product__table .table-item .title {
        width: 100px;
    }
}

@media (max-width: 767px) {

    .counter-item {
        border-top: 1px solid #ffffff1f;
        padding: 25px 15px 20px 15px;
    }

    .counter-item__image {
        margin-top: 0;
        width: 60px;
        height: 60px;
    }

    .counter-item__image > span.image {
        padding: 20px;
    }

    .article-card {
        padding: 13px !important;
    }

    .article-card.article-card-2 {
        gap: 15px;
    }

    .article-card.article-card-2 .article-card__image {
        width: 150px;
        height: 125px;
    }

    .article-card.article-card-2 .article-card__image img {
        height: 100% !important;
        object-fit: cover;
    }

    .detail-product__button .button-theme {
        min-width: 155px;
    }
}

@media (max-width: 576px) {
    .main, .page-other .main {
        margin-top: 142px;
    }

    .section-breadcrumb {
        padding: 70px 0 30px 0;
    }

    .section-breadcrumb__title {
        font-size: 1.8em;
        margin-bottom: 5px;
    }

    .section-heading .heading-title {
        font-size: 1.5em !important;
    }

    .header-logo {
        width: 50px;
    }

    .header-heading .header-title {
        font-size: 0.9em;
    }

    .article-card__title {
        font-size: 1em;
    }

    .page-contact .company-title {
        font-size: 1.2em;
    }

    .page-contact .contact-list .contact-item {
        font-size: 1em;
    }

    .page-contact .contact-list .contact-item .list-email {
        flex-direction: column;

    }

    .page-contact .contact-list .contact-item .list-email a:not(:first-child) {
        padding-left: 0;
        margin-left: 0;
    }

    .page-contact .contact-list .contact-item .list-email a:not(:first-child)::before {
        position: unset;
        background-color: unset;
    }

    .article-card-2 .card-article__text {
        display: none !important;
    }

    .section-counter {
        padding: 0 0 30px;
    }

    .card-product .card-title {
        font-size: 1em;
    }
}

@media (max-width: 375px) {
    .article-card.article-card-2 .article-card__image {
        width: 130px;
    }
}
