@media (min-width: 1024px) {
    .section-html .col:nth-child(1) .html-item,
    .section-html .col:nth-child(4) .html-item {
        margin-top: 100px;
    }

    .section-html .html-item {
        padding: 0 30px;
    }

    .detail-product__top {
        animation: 2s height-animation ease-in-out;
    }
}

@media (max-width: 1200px) {
    .header-language__wrap {
        font-size: 0.95em;
    }

    .header-navigation__bottom {
        display: flex !important;
    }

    .header-navigation__bottom {
        padding: 30px 35px;
    }

    .header-logo {
        width: 180px;
        height: 70px;
    }

    .close-navigation {
        background-color: var(--bs-gray-300);
        border: 1px solid transparent !important;
        color: var(--bs-gray-700);
        font-size: 1.2em;
        width: 35px;
        height: 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: var(--transition-default);
        -o-transition: var(--transition-default);
        transition: var(--transition-default);
        border-radius: 50%;
        margin: 25px 35px 10px 35px;
        display: flex !important;
    }


    .close-navigation:hover {
        background-color: var(--secondary-color);
        color: var(--bs-white);
    }

    .header-button {
        margin-left: 0;
        display: flex !important;
    }

    .header-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 400px !important;
        background-color: var(--bs-white);
        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;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        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-navigation__home i {
        color: var(--primary-color) !important;
    }

    .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;
        padding: 30px 35px;
        overflow-y: auto;
        gap: 0 !important;
    }

    .header .header-navigation > ul > li {
        width: 100%;
        padding: 0;
    }

    .header .header-navigation > ul > li > button,
    .header .header-navigation > ul > li > ul > li > button {
        width: 100%;
        background-color: transparent;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        font-weight: 700;
        color: var(--bs-gray-800);
    }

    .header .header-navigation > ul > li > a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        color: var(--bs-gray-800);
    }

    .header .header-navigation > ul > li > button i,
    .header .header-navigation > ul > li > ul > li > button i {
        width: 25px;
        height: 25px;
        background-color: #edf0f3;
        color: var(--bs-gray-800);
        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(--primary-color);
        background-color: transparent;
    }

    .header .header-navigation > ul > li:hover > a i {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .header .header-navigation > ul > li:not(:last-child) {
        border-bottom: 1px solid rgb(244 241 241);
    }

    .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,
    .header .header-navigation > ul > li > ul > li > ul {
        background-color: transparent;
        width: 100%;
        position: unset !important;
        top: unset !important;
        left: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        opacity: unset;
        pointer-events: unset;
        visibility: unset;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0;
        padding: 0.5rem 0 0.5rem 0.5rem;
    }

    .header .header-navigation > ul > li > ul > li > ul {
        padding: 0.5rem 0;
    }

    .header .header-navigation > ul > li > ul > li > a,
    .header .header-navigation > ul > li > ul > li > ul > li > a {
        width: 100%;
        padding: 10px 0;
        font-weight: 700;
    }

    .header .header-navigation > ul > li > a:hover,
    .header .header-navigation > ul > li > ul > li > a:hover,
    .header .header-navigation > ul > li > ul > li > ul > li > a:hover {
        color: var(--primary-color);
    }

    .hero-content_title {
        font-size: 2em;
    }

}

@media (max-width: 1023px) {
    .section-breadcrumb__title {
        font-size: 2.2em;
    }

    .footer-title {
        font-size: 1.05em;
        margin-bottom: 20px;
    }

    .detail-article__date {
        padding: 10px;
        font-size: 0.8em;
    }

    .detail-article-title {
        font-size: 1.8em !important;
    }

    .detailContent h1 {
        font-size: 1.4em;
    }

    .detailContent h2 {
        font-size: 1.3em;
    }

    .detailContent h3 {
        font-size: 1.2em;
    }

    .detailContent h4 {
        font-size: 1.1em;
    }

    .detailContent h5 {
        font-size: 1.05em;
    }

    .detailContent h6 {
        font-size: 1em;
    }

    .company-address .company-item {
        padding: 30px 25px;
    }

    .detail-product__top {
        height: 35vh;
    }

    .detail-product__category {
        width: 100%;
        bottom: 0;
        background-color: var(--bs-gray-100);
    }

    .detail-product__category ul {
        overflow-x: auto;
        box-shadow: unset;
    }

    .detail-product__category ul > li > a {
        padding: 10px 22px;
        font-size: 1em;
        background-color: var(--bs-gray-100) !important;
    }

    .section-box__gird .gird-item {
        width: 230px;
        height: 380px;
        font-size: 13px;
    }

    .section-box__gird .gird-item.active {
        width: calc(100% - 230px);
    }

    .section-box__gird .gird-item__title {
        font-size: 1.4em;
    }

    .section-box__gird .gird-item__text {
        font-size: 1em;
    }

    .introduce-2__line .line {
        width: calc(100% / 4);
    }

}

@media (max-width: 992px) {
    .hero-content_title {
        font-size: 1.6em;
    }

    .hero-content_title::after {
        position: unset;
        content: unset;
        background-color: unset;
    }

    .article-card .card-body {
        padding: 15px 20px;
    }

    .article-card .card-title {
        font-size: 1.35em;
    }

    .section-article__home .list-article .article-card .article-card__header {
        width: 200px;
        height: 150px;
    }

    .section-article__home .list-article .article-card .card-text {
        display: none !important;
        opacity: 0;
    }

    .page-category .section-breadcrumb .breadcrumb-item:last-child {
        display: none !important;
    }

    .introduce-2__line .line {
        width: calc(100% / 3);
    }
}


@media (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 30px;
    }

    .scroll-top {
        right: 10px;
        bottom: 20px;
        width: 38px;
        height: 38px;
    }

    .header-logo {
        width: 160px;
    }

    .footer-contact {
        padding: 30px;
    }

    .card-product {
        padding-bottom: 70px;
    }

    .card-product .card-body {
        padding: 18px 18px 22px;
    }

    .card-product .card-title > h3 {
        font-size: 1em;
        height: 38px;
    }

    .card-product .card-link,
    .card-product-2 .card-link {
        width: 50px;
        height: 50px;
        border: 5px solid var(--bs-white);
    }

    .card-product-2 .card-link {
        right: 0;
    }

    .section-introduce__layer {
        padding: 12px 20px;
        font-size: 13px;
    }

    .footer-copyright {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .section-box__gird .gird-item,
    .section-box__gird .gird-item.active {
        width: 100%;
    }

    .section-box__gird .gird-item__text {
        opacity: 1;
    }

    .company-address {
        height: 560px;
    }

}

@media (max-width: 600px) {
    .section-html .html-item__number {
        font-size: 1.8em;
    }

    .card-product-2 .card-body {
        padding: 30px 5px 8px 5px;
    }

    .card-product-2 .card-title > h3 {
        font-size: 1.1em;
        height: 43px;
    }
}

@media (max-width: 576px) {
    .section-breadcrumb__title {
        font-size: 2em;
    }

    .section-article__home .list-article .article-card .article-card__header {
        width: 150px;
        height: 124px;
    }

    .card-product .card-body {
        padding: 12px 12px 22px;
    }

    .footer-contact {
        padding: 25px;
    }
    .article-card .card-link{
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .header-navigation {
        width: 100% !important;
    }
}

@media (max-width: 320px) {
    .card-product .card-body {
        padding: 12px;
    }

    .card-product .card-link,
    .card-product-2 .card-link {
        display: none !important;
    }

    .card-product-2 .card-body {
        padding: 8px 5px 8px 5px;
    }
}
