@media only screen and (max-width: 991px) {
    .top-cart {
        margin-bottom: 2rem;
    }

    .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;
    }

    .🐷 {
        margin-top: 40px;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        box-shadow: 0 1px 5px 0px rgb(0 0 0 / 30%);
        z-index: 999;
        background-color: #fff;
    }

    .menu {
        display: none;
    }

    .menu-res {
        display: block;
    }

    .header-logo {
        zoom: 0.7;
    }

    .section-1 .center {
        margin: 0;
    }

    .section-1 .center .title h1 {
        font-size: 22px;
    }

    .section-1 .center .title h1 span {
        font-size: 40px;
    }

    .section-1 .center .slogan {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }

    .pic-news {
        width: 160px;
    }

    .info-news {
        padding-top: 10px;
    }

    .name-news {
        font-size: 15px;
    }

    .desc-news.text-split {
        -webkit-line-clamp: 2;
    }

    .quantity-procart {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .section-1 .center {
        margin: 0;
        padding: 70px 30px 40px 30px;
        background-size: 100% auto;
    }

    .section-2 fieldset {
        padding: 44px 8px;
        margin-bottom: 40px;
    }

    .section-2 fieldset:after {
        display: none;
    }

    .section-2 .item .price span {
        font-size: 14px;
    }

    .section-2 .item .name {
        -webkit-line-clamp: 2;
        height: 50px;
        text-align: center;
    }

    .section-3 .title span,
    .section-4 .right .title p {
        font-size: 22px;
    }

    .section-3 .title span span {
        font-size: 40px;
    }

    .section-4 .right .title p span {
        font-size: 28px;
    }

    .product-name a {
        -webkit-line-clamp: 2;
        height: 42px;
    }

    .section-4 .right .item .pic {
        zoom: 0.7;
    }

    .section-4 .right .customer-pagination {
        display: none;
    }

    .title-main span {
        font-size: 24px;
    }

    .title-main p {
        font-size: 13px;
    }

    .section-5 .grid .item img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .section-5 .grid .item {
        break-inside: avoid;
    }
}

@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;
    }

    .section-1 .center .desc {
        -webkit-line-clamp: 3;
    }

    .slideshow img {
        height: 200px;
        object-fit: cover;
    }
}