@media (min-width:1200px) {
    .container-custom {
        max-width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container-custom {
        max-width: 980px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container-custom {
        max-width: 760px;
    }
}

@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%;
    }

    .menu {
        display: none;
    }

    .menu-res {
        display: block;
    }
}

@media only screen and (max-width:575px) {
    .name-procart a {
        font-size: 13px;
    }

    .procart-label {
        font-size: 13px;
    }
}

@media only screen and (max-width:767px) {
    .quantity-procart {
        text-align: right;
    }

    .procart-label .quantity-procart p:last-child {
        display: block;
    }

    .procart-label .quantity-procart p:first-child {
        display: none;
    }

    .price-procart-rp {
        display: block;
    }

    .price-procart {
        display: none;
    }

    .row-album {
        margin: 0px -7px;
    }

    .col-album {
        padding: 0px 7px;
    }
}

@media only screen and (min-width:768px) {
    .procart-label .quantity-procart p:first-child {
        display: block;
    }

    .procart-label .quantity-procart p:last-child {
        display: none;
    }
}

@media only screen and (min-width:992px) {
    .comment-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width:1024px) {
    .pic_gioithieu{display: none;}
    .head-bottom{display: block;}
    .title-form p{width: auto;}
    .wrap_form{padding: 20px 10px;}
    .col-dichvu-1{width: 100%;margin: 0;}
    .col-dichvu-2{width: 100%;margin-top: 10px;}
    .item_quytrinh{margin-bottom: 10px;}
    .line_quytrinh{display: none;}
    .title-trangchu,.title-duan{margin-bottom: 12px;}
    .line_sanpham,.banner_sanpham{margin: 15px 0px;}
    .pic_gioithieu{max-width: 550px;margin: auto;}
    .pic_danhmuccap1{padding: 3px;}
    .item_danhmuccap1{margin: 0 3px;}
    .wap_danhmuccap1,.wap_gioithieu,.wap_sanpham,.wap_duan,.wap_feedback,.wap_dichvu,.wrap_dichvu,.wap_tintuc{padding: 15px 10px;}
    .wrap_form,.wrap-dichvu{max-width: 100%;}
    .footer-article{padding: 30px 10px 70px;}
    .noidung_footer{max-width: 100%;margin: auto;}
    .content_footer{padding: 15px 5px;}
    .footer-ul{
        gap: 10px;
        justify-content: start;
        align-items: start;
        padding-left: 10px;
        flex-direction: column;
    }
    .header,.w-menu{display: none;}
    .contact-input {
        margin-bottom: 15px;
    }

    .flex-cus,
    .row-video,
    .row-20 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .mg-cus,
    .mg-video,
    .col-20 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .content-text img {
        height: auto !important;
    }

    .padding-top-bottom {
        padding: 2rem 0;
    }

    .pad-top {
        padding-top: 2rem;
    }

    .pad-bottom {
        padding-bottom: 2rem;
    }

    .mg-top {
        margin-top: 2rem;
    }

    .mg-bottom {
        margin-bottom: 2rem;
    }

    .title-detail-main {
        font-size: 20px;
    }

    .cart-fixed {
        bottom: 220px;
    }

    .toolbar {
        display: block;
    }

    .toolbar-app {
        display: block;
    }

    .scrollToTop,
    #messages-facebook,
    .btn-frame {
        display: none !important;
    }

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

    .pad-bottom {
        padding-bottom: 2rem !important;
    }

    .pad-top {
        padding-top: 2rem !important;
    }

    .padding-top-bottom {
        padding: 2rem 0 !important;
    }

    .menu {
        display: none;
    }

    .menu-res {
        display: block;
    }

    .product-tool {
        opacity: 1;
        visibility: visible;
        position: initial;
    }

    .product-tool a span {
        display: none;
    }

    .head-bottom {
        position: sticky;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
        padding: 5px 10px;
    }
    .header_logo_mobile{display: block;}
    .show-toolbar {
        transition: 0.7s;
    }

    .hidden-toolbar {
        padding-top: 0px;
        transition: 0.7s;
    }

    .hidden-toolbar .toolbar-app {
        transform: translateY(120%);
        transition: 0.7s;
    }

    .hidden-toolbar .head-bottom {
        transform: translateY(-120%);
        transition: 0.7s;
    }

    .show-toolbar .toolbar-app {
        transform: translateY(0);
        transition: 0.7s;
    }

    .show-toolbar .head-bottom {
        transform: translateY(0);
        transition: 0.7s;
    }

    .right-head {
        display: flex;
    }

    .banner-head,
    .hotline-head {
        display: none;
    }

    .logo-head img {
        max-height: 60px;
    }

    .head-top {
        display: none;
    }

    .check-toolbar {
        display: block;
    }
}

@media (max-width:992px) {
    .slick_sanpham .item-product{max-width: 250px;}
    .othernews {
        position: initial;
    }

    .footer-title:after {
        width: 100%;
    }

    #fanpage-facebook {
        overflow: hidden;
    }

    .footer-news:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-news:nth-child(2) {
        width: 48%;
    }

    .footer-news:nth-child(3) {
        width: 48%;
    }

    .footer-news:nth-child(4) {
        width: 48%;
    }

    .time-news {
        display: none;
    }

    .copyright,
    .statistic {
        width: 100%;
        text-align: center;
    }

    .footer-ul li {}

    .footer-copyright {
        width: 100%;
        text-align: center;
    }

    .footer-statistic {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .left-intro {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .right-intro {
        width: 100%;
    }

    .left-account {
        display: none;
    }

    .right-account {
        width: 100%;
    }
}

@media (max-width:768px) {

    .left-pro-detail,
    .right-pro-detail {
        width: 100%;
        margin: 0px;
    }

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

    .pic-news {
        width: 160px;
    }

    .info-news {
        width: calc(100% - 160px);
        padding-left: 10px;
    }

    .name-news {
        font-size: 15px;
    }

    .desc-news.text-split {
        -webkit-line-clamp: 2;
    }

    .price-procart-rp {
        display: block;
    }

    .quantity-procart {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
}

@media (max-width:576px) {
    .title-duan span{font-size: 20px;}
    .title-duan h2{font-size: 20px;}
    .button_gioithieu{flex-direction: column;}
    .pic_gioithieu{height: auto;}
    .pic_gioithieu img{position: static;}
    .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;
    }

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

    .order-price p {
        width: 100%;
    }

    .product-item {
        grid-template-columns: 50px auto 20%;
        grid-gap: 10px;
    }

    .product-item__info {
        gap: 0px;
        font-size: 13px;
    }

    .list .order-item {
        padding: 15px;
    }

    .list>.order-item .total-price_wrapper {
        font-size: 14px;
    }

    .list>.order-item .total-price_wrapper .total-price {
        font-size: 15px;
    }

    .list>.order-item .link>a {
        font-size: 13px;
    }

    .ngaymua {
        font-size: 13px;
    }

    .list>.order-item>.item-content {
        flex-wrap: wrap;
    }

    .pro-history {
        width: 100%;
    }

    .total-price_wrapper {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .row-product,
    .row-news,
    .row-service,
    .row-video,
    .row-album {
        margin: 0px -7px;
    }

    .col-product,
    .col-news,
    .col-service,
    .col-video,
    .col-album {
        padding: 0px 7px;
        margin-bottom: 20px;
    }
    .box_feedback{
        flex-direction: column;
        gap: 10px;
    }
    .info_feedback{width: 100%;margin: 0;}
    .item_feedback{margin: 0;}
    .search{width: 250px;}
}

@media (max-width:400px) {
    .col-news {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-service {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-album {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-video {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pic-news {
        width: 100%;
        margin-bottom: 10px;
    }

    .info-news {
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width:370px) {
    .col-product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}