@media only screen and (max-width: 1199px) {
    .wrap-content {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 991px) {

    .scrollToTop,
    #messages-facebook,
    .btn-frame,
    .menu,
    .section-3 .wrap-content:before,
    .section-3 .wrap-content:after,
    .section-3:before,
    .section-3:after,
    .section-4:after,
    .section-6:before,
    .footer .newsletter:before {
        display: none !important;
    }

    .menu-res {
        display: block;
    }

    .contact-input {
        margin-bottom: 15px;
    }

    .cart-fixed {
        bottom: 220px;
    }

    .cart-pro-detail {
        width: 100%;
        margin-top: 10px;
    }

    .header-logo {
        zoom: 0.5;
    }

    .othernews {
        position: initial;
    }

    .left-account {
        display: none;
    }

    .right-account {
        width: 100%;
    }

    .grid-pro-detail .left-pro-detail {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .grid-pro-detail .right-pro-detail {
        width: 100%;
    }

    .contact-detail {
        flex-direction: column-reverse;
    }

    .left-contact-detail {
        width: unset;
    }

    .right-contact-detail {
        width: unset;
        margin-bottom: 30px;
    }

    .left-content-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-content-detail {
        width: 100%;
    }

    .row-contact {
        justify-content: center;
    }

    .contact-item {
        width: 100%;
        margin: 5px;
    }

    .contact-item span {
        word-break: break-all;
    }

    .news-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-right {
        width: 100%;
    }

    .🐷 {
        padding: 30px 0;
    }

    .breadCrumbs ol {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }

    .section-1 .title p {
        font-size: 40px;
    }

    .section-1 .title span {
        font-size: 48px;
    }

    .section-2 .item .info .name {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }

    .section-2 .item .info .desc {
        -webkit-line-clamp: 2;
    }

    .section-3 fieldset legend span {
        font-size: 22px;
    }

    .section-3 fieldset legend p,
    .title-main h2 {
        font-size: 32px;
    }

    .section-3 .item .info {
        padding: 12px 0px 12px 32px;
    }

    .news-info {
        padding: 0;
        background: none;
    }

    .news-time {
        padding: 0;
    }

    .section-6 {
        background: url(../images/bg_vd.png) repeat left top, #fcfbe7;
    }

    .section-6 .customer .item .pic {
        transform: none;
    }

    .section-6 .customer .item {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        text-align: center;
    }

    .section-6 .customer .item .info {
        flex: auto;
    }

    .footer-title p {
        font-size: 32px;
        paint-order: stroke;
    }

    .footer-title span {
        font-size: 40px;
        margin-bottom: -12px;
    }

    .footer .newsletter-title span {
        font-size: 26px;
    }

    .footer .newsletter-title p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .box-readmore {
        width: calc(100% - 5px);
    }

    .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;
    }
}