@media (max-width: 1001px) {
    .news__image a img {
        width: 100%;
    }
    .items__news {
        margin-bottom: 20px;
        background: #f4f4f4;
        flex-wrap: wrap;
    }
    .wrap-sell-car .left .title p {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: bold;
        line-height: 1.2;
    }
    .wrap-sell-car .right {
        background: #ffffff;
        border-radius: 10px;
        padding: 20px;
        margin-left: 0px;
    }
    .support-online {
        position: fixed;
        z-index: 999;
        right: 10px;
        bottom: 20px;
        zoom: 0.6;
    }
    .support-online.suppp {
        position: fixed;
        z-index: 999;
        right: 10px;
        bottom: 300px;
        zoom: 0.6;
    }
    .thanhtrai,.criteria-sellcar-box .criteria-sellcar-info .so{
        display: none;
    }
    #form-sellcar {
        position: relative;
        padding-left: 0px;
    }
    .news__image {
        position: relative;
        width: 100%;
    }
    .news__image a {
        display: block;
        width: 100%;
    }
    .info__news {
        padding: 15px;
        width: 100%;
    }
    .news__name.text-split {
        -webkit-line-clamp: 2;
    }
    .news__name {
        font-size: 17px;
        color: #333;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .news__desc {
        color: #333;
        font-size: 17px;
        line-height: 26px;
        -webkit-line-clamp: 2;
    }
    .info__news .btn__aboutus {
        margin: 20px auto 0 0;
        filter: brightness(0) saturate(100%) invert(72%) sepia(63%) saturate(315%) hue-rotate(6deg) brightness(89%)
            contrast(94%);
        -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(63%) saturate(315%) hue-rotate(6deg)
            brightness(89%) contrast(94%);
        -moz-filter: brightness(0) saturate(100%) invert(72%) sepia(63%) saturate(315%) hue-rotate(6deg) brightness(89%)
            contrast(94%);
    }
    .btn__aboutus {
        display: block;
        border: none;
        margin: 0 0 0 auto;
        position: relative;
        text-align: center;
        width: 170px;
        height: 50px;
        line-height: 50px;
        color: var(--color-main);
        font-family: var(--font-semi);
        font-size: 17px;
        background: url(../images/bg-click.png) no-repeat;
        background-size: 100% 100%;
    }
    .header {
        display: none !important;
    }
    .product {
        padding: 5px;
    }
    #hamburger {
        display: block;
    }
    .menu-head,
    .header-info,
    .slideAds .info {
        display: none !important;
    }
    .pagination-product-home {
        nav {
            justify-content: center !important;
        }
    }
    .wrap-criteria {
        padding: 50px 0 50px 0;
        background: #f4f4f4;
    }
    .header-bottom {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .wrap-criteria .criteria .left .item {
        padding-bottom: 15px;
        background: url(../images/TempImages/decor-under-left.png) no-repeat center / auto;
        background-position: bottom right;
        margin-right: 50px;
        background-size: 80%;
    }
    .wrap-criteria .criteria .right .item {
        padding-bottom: 15px;
        background: url(../images/TempImages/decor-under-right.png) no-repeat center / auto;
        background-position: bottom left;
        background-size: 80%;
        margin-left: 50px;
    }
    .productList__cate .choose__item {
        border: 0;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    .wrap-criteria .criteria .item {
        margin: 10px !important;
        margin-bottom: 60px;
    }
    .productCat__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 1rem;
    }
    .productList__header {
        border-bottom: 1px solid #183660;
        gap: 1rem;
        justify-content: space-between;
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
        margin: 0;
    }
    .about-us .left .box-title {
        background: unset;
        padding: 10px;
        margin: 0 !important;
    }
    .footer-news {
        margin-bottom: 20px;
    }
    .productList__cate {
        flex: unset;
        max-width: 100%;
        margin-bottom: 0.25rem;
    }
    .wrap-form .cover-form .title-form {
        margin-right: 61px;
        margin-top: -52px;
        padding: 10px;
        margin: 0;
        padding-bottom: 20px;
    }
    .wrap-form .cover-form {
        background: url(../images/TempImages/bg-line.png) no-repeat center / cover;
        padding: 10px;
    }
    .project .item-info {
        margin: 10px 0;
    }
    .project .item-info.right {
        padding-left: 0px;
    }
    .project .item-info.left {
        padding-right: 0px;
    }
    .padding-main {
        padding: 30px 0;
    }
    .menu-res {
        display: block;
    }
    .menu {
        display: none;
    }
    .cart-head {
        padding: 5px;
        font-size: 12px;
    }
    .flex-product-main {
        display: block;
    }
    .flex-product-main .left-product {
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        transform: translateX(-250px);
        bottom: 0px;
        overflow-x: hidden;
        background: #fff;
        box-shadow: 0px 0px 5px #000;
        transition: all 0.5s;
    }
    .flex-product-main .left-product.show {
        transform: translateX(0px);
    }
    .flex-product-main .right-product {
        width: 100%;
    }
    .grid-product {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .filter {
        display: block;
    }
}
@media (max-width: 850px) {
}
@media (max-width: 769px) {
    .modal-dialog {
        max-width: 800px !important;
    }
    .support-online {
        position: fixed;
        z-index: 999;
        right: 10px;
        zoom: 1;
        bottom: 70px;
    }
    .support-online.suppp {
        position: fixed;
        z-index: 999;
        right: 10px;
        bottom: 355px;
        zoom: 1;
    }
    .text-cart {
        display: none;
    }
    .grid-pro-detail {
        display: block;
    }
    .grid-pro-detail .left-pro-detail {
        width: 100%;
        padding: 0px;
        border-right: none;
    }
    .slick_photo1 {
        text-align: center;
    }
    .grid-pro-detail .right-pro-detail {
        width: 100%;
    }
    .grid-product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 440px) {
    .policy__list > li {
        width: 100%;
        padding-right: 0px !important;
        border-bottom: 1px solid #f1f1f1 !important;
    }
}
@media (max-width: 369px) {
}
