﻿
@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .detail-pro .container .row.no-gutters .col {
        padding: 0;
    }

    .detail-pro .container {
        padding: 20px;
    }

    .banner-product {
        height: auto;
    }

    .detail-pro .grid.wide.f {
        transform: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slider-detail-pro {
        height: 100%;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important;
    }



    .same-pro {
        -webkit-transform: none;
        -ms-transform: translateY(-82px);
        transform: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important;
    }

    .detail-pro .grid.wide.f {
        transform: unset;
        padding-bottom: 18px;
        padding-top: 10px;
    }

    .top-img-product-home a img, .slider-detail-pro .swiper {
        height: 130px;
    }

    .detail-pro {
        background-size: 100% 100%;
        /* background-repeat: repeat; */
    }

    .decor-product-right-home {
        top: 36px;
    }

    h5.title-product-home {
        font-size: 12px;
    }

    .banner-product {
        height: 100%;
    }

    .detail-pro .title-top {
        font-size: 23px;
    }

    li.item-img-detail-contrusChild a img {
        height: 150px;
    }

    .detail-pro .description-top {
        font-size: 17px;
    }

    .detail-pro .table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .detail-pro .infor {
        margin: 30px 0;
    }

    .slider-detail-pro {
        height: 165px;
    }

    .same-pro {
        -webkit-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
        transform: translateY(-110px);
    }

    .same-pro {
        /* padding: 12px; */
        transform: unset;
        margin-bottom: 0;
    }

        .same-pro .contruct.content-item .wrap .wrap-title {
            height: 65px;
        }

        .same-pro .title {
            font-size: 19px;
        }

    .detail-pro .table .item {
        border-right: none;
        border-bottom: 1px solid #0000005c;
        width: 100%;
    }

        .detail-pro .table .item.n {
            border-bottom: none;
        }

    .detail-pro .container {
        transform: unset;
        background-color: #fff;
    }
}
