@media all and (max-width: 1200px) {

.box-shop {
    justify-content: center;
}

.d-shop:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
}

.d-shop:nth-child(2n) {
    margin-left: 18px;
}

}

@media all and (max-width: 800px) {

    .box-shop {
        justify-content: center;
    }
    
    .d-shop:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    
    .d-shop:nth-child(2n) {
        margin-left: 0;
    }
    
    
    }

@media all and (max-width: 768px) {
    body {
        background-color: #f4f4f4;
    }

    .on-768 {
        display: block;
    }

    .off-768 {
        display: none !important;
    }

    .t-1 {
        font-size: 6vw;
    }

    .shop-dealer {
        width: 92%;
        margin: 0 auto;
    }

    .d-shop {
        background-color: #fff;
    }
    
    .d-shop img {
        width: 90px;
    }

    .f-32 {
        font-size: 5vw;
    }    
    
    .f-24 {
        font-size: 4.6vw;
    }

    .f-14 {
        font-size: 3.6vw;
    }

    .f-12 {
        font-size: 2vw;
    }
    
    .btn-filter {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 23px 30px;
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff;
        cursor: pointer;
        display: flex;
    }

    .btn-switch {
        position: relative;
        display: flex;
        cursor: pointer;
    }

    .btn-switch .fa-plus {
        position: absolute;
        top: 0;
        left: 0;
    }

    .btn-filter p {
        margin-left: 20px;
    }

    .btn-filter .on {
        display: none;
    }

    .btn-filter.on .on {
        display: block;
    }

    .btn-filter.on .off {
        display: none;
    }

    .btn-filter.on .btn-switch .fa-plus {
        display: none;
    }

    .box-front {
        /* margin-top: 66px; */
        margin-top: 0;
        margin-bottom: 20%;
        overflow: hidden;
    }

    .box-front .t-1 {
        margin: 10% 0;
    }

    .box-dealer .banner {
        flex-direction: column;
        height: auto;
        background-image: none;
        color: #000;
        background-color: #fff;
        width: 100%;
        /* position: fixed;
        top: 56px;
        left: 0; */
        z-index: 2;
        margin-bottom: 0;
    }

    .box-dealer .banner .box {
        width: 70%;
        margin: 5% auto 10% auto;
        display: none;
    }

    .box-dealer .banner .box.on {
        display: block;
    }

    .box-detail {
        background-color: #fff;
    }

    /* .box-detail.on .gallery {
        width: 90% !important;
        margin: 0 auto;
    } */

    .result {
        width: 100%;
    }

    .result .t1 {
        padding: 8% 8%;
    }

    .result .t2, .result .t3, .result .t4, .result .t5-gallery, .box-map, .box-map-b, .gallery {
        width: 90% !important;
        margin: 0 auto;
    }

    .gallery {
        height: auto;
    }

    .box-map {
        height: 300px !important;
        margin: 5% auto 10% !important;
    }

    .box-result {
        width: 100%;
        flex-direction: column;
    }

    .box-detail .box-map {
        display: block;
    }

    .box-detail .box-map-b {
        display: none;
    }

    .box-detail.on .box-map {
        width: 100%;
    }

    .box-detail.on .t5-gallery {
        display: block;
    }

    
}<!--0.00019598007202148-->