.bannerProduct{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media(max-width: 768px){
    .phone-header .logo.heading-title a img {
        max-width: 40%;
    }
    .wd_woo_search_box {
        display: none;
    }
    .boxReview .reviewItem {
        height: auto;
        width: 100%;
        aspect-ratio: 19/5;
    }
}
#header.fixTop {
    position: unset;
}
@media(max-width: 510px){
    .button_home{
        margin-top: 115px !important;
    }
}
@media(min-width: 769px){
    .boxReview .reviewItem{
        position: relative;
    }
    .boxReview .reviewItem p{
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
    }
}

    .phone-box, .back-to-top {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 30px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        background-color: #333;
    }

    .phone-box i {
        max-width: 25px;
        font-size: 27px;
        animation: play0 1.5s ease infinite
    }

    .phone-box:hover .oi {
        opacity: 1;
        width: 120px;
        font-size: 15px;
        line-height: 35px;
        height: 35px;
        background: linear-gradient(90deg, #ff8217 0%, #ffac64 50%, #ff7600 100%);
        border-radius: 25px;
        left: 40px;
        top: 7px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }
    .zalo-box, .fb-box {
        width: 48px;
        height: 48px;
        line-height: 47px;
        text-align: center;
        border-radius: 30px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        background: #333;
    }

    .zalo-box img, .fb-box img {
        max-width: 33px;
        filter: hue-rotate(65deg)
    }

    .phone {
        margin-bottom: 10px
    }

    .fix-phone {
        position: fixed;
        bottom: 110px;
        top: inherit !important;
        z-index: 999;
        right: 10px
    }

    .fix-phone .bbh {
        display: inline-block;
        position: relative
    }


    .reviewItem .imageCustomer,
    .reviewItem h3,
    .reviewItem .dateReview,
    .reviewItem .contentReview{
        display: none !important;
    }


