@media only screen and (max-width: 991px) {
    .top-cart {
        margin-bottom: 2rem;
    }

    .cart-fixed {
        bottom: 220px;
    }

    .comment-item-poster {
        width: auto;
        margin-right: 0px;
        margin-bottom: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .comment-item-letter {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-bottom: 0;
    }

    .comment-item-name {
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .comment-item-information {
        width: 100%;
    }

    .grid-pro-detail .left-pro-detail {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .grid-pro-detail .right-pro-detail {
        width: 100%;
    }

    .left-content-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-content-detail {
        width: 100%;
    }

    .contact-detail {
        flex-direction: column-reverse;
    }

    .left-contact-detail {
        width: unset;
    }

    .right-contact-detail {
        width: unset;
        margin-bottom: 30px;
    }

    .row-contact {
        justify-content: center;
    }

    .contact-item {
        width: 100%;
        margin: 5px;
    }

    .contact-item span {
        word-break: break-all;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        box-shadow: 0 1px 5px 0px rgb(0 0 0 / 30%);
        z-index: 999;
    }

    .menu,
    .btn-zalo,
    .btn-messenger {
        display: none;
    }

    .menu-res {
        display: block;
    }

    .header-bottom {
        padding: 9px 0;
    }

    .header-logo {
        zoom: 0.5;
    }

    .header-banner {
        zoom: 0.8;
    }

    .section-3 .main {
        padding: 0;
        background: none;
    }

    .section-3 .main .title span {
        min-width: auto;
        height: auto;
        background: none;
        color: var(--color-main);
    }
}

@media only screen and (max-width: 767px) {

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }

    .quantity-procart {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .section-1 .item .info .name {
        font-size: 14px;
    }

    .section-2 .item .info {
        min-width: auto;
        width: 95%;
    }

    .section-2 .item .info .name {
        font-size: 13px;
    }

    .product {
        padding: 4px;
    }

    .title-product .left:before,
    .title-product .left:after,
    .title-product .right:after,
    .section-6 .item .info .numb {
        display: none;
    }

    .title-product .left {
        background: none;
        padding: 0;
        min-width: auto;
        width: 100%;
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .title-product .left a {
        color: var(--color-main);
    }

    .title-product .right {
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0;
    }

    .title-product .right .view-all {
        width: 100%;
    }

    .paging-product-category {
        padding: 0;
        border: 0;
        background: none;
    }

    .title-product-cat .swiper-wrapper {
        flex-wrap: wrap;
    }

    .title-home .title span {
        padding: 12px 24px;
    }

    .title-home .title span b,
    .title-main span {
        font-size: 22px;
    }

    .section-6 .item .info .name {
        font-size: 15px;
    }

    .section-6 .item .info .view {
        zoom: .8;
    }

    .section-8 .main {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .name-procart a {
        font-size: 13px;
    }

    .procart-label {
        font-size: 13px;
    }

    .toast-cus {
        left: 5px;
        width: calc(100% - 10px);
    }

    .box-readmore {
        width: calc(100% - 5px);
    }

    .newshome-scroll {
        width: 100%;
    }

    .newshome-intro {
        width: 100%;
        margin-bottom: 20px;
    }

    .top-contact .form-contact .button-contact .file-contact span b {
        max-width: 105px;
    }

    .cart-pro-detail {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cart-pro-detail a {
        width: 100%;
        text-align: center;
        margin: 0px !important;
    }

    .cart-pro-detail a:first-child {
        margin-bottom: 5px !important;
    }

    .installment-product {
        font-size: 13px;
    }

    .properties-procart {
        font-size: 13px;
    }
}