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

@media(max-width:1000px) {
    .form_lh p input,.form_lh p textarea{
        width: 100%;
    }
    .box_new img{
        width: 100%;
    }
    .frame_images,.khung_thongtin{
        width: 100% !important;
    }
    ul.khung_thongtin{
        margin-left: 0;
        margin-top: 15px;
    }
    .noidung-fix img{
        max-width: 100% !important;
        height: auto !important;
    }
    #info {
        padding: 0 10px;
    }

    .logo-foter,
    .thongtin_bt,
    .w-chinh-sach,
    .facebook {
        width: 50%;
    }

    .wap-group-ft {
        display: flex;
        flex-wrap: wrap;
    }

    .item .product_images {
        height: auto;
    }

    .wap-sanpham {
        padding: 30px 10px;
    }

    .slick-arrow {
        display: none !important;
    }

    .dmcap2 span {
        border-radius: 8px;
    }

    .dmcap2 span:after {
        display: none;
    }

    .dmcap2 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .list_product {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .menu-res {
        display: block;
    }

    .wap-top,
    .banner {
        display: none;
    }

    #header {
        background: #fff;
        padding: 10px 0;
    }

    .logo {
        width: fit-content;
        margin: 0 auto;
        max-width: 110px;
    }
}

@media(max-width:600px) {
    #support {
        right: unset;
        left: 0;
    }

    .logo-foter img {
        max-width: 110px;
    }

    .logo-foter,
    .thongtin_bt,
    .w-chinh-sach,
    .facebook {
        width: 100%;
        margin-bottom: 20px;
    }

    .list_product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media(max-width:500px) {
    .title_primary h2, .title_primary h1{
        font-size: 25px;
    }
    .wap-khachhang h3 {
        font-size: 16px;
    }

    .wap-tintuc .content-detail h3 {
        font-size: 16px;
    }

    .title p {
        font-size: 20px;
    }

    .dmcap2 span {
        font-size: 14px;
    }

    .list_product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media(max-width:400px) {
    .list_product {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}