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

    .top-img-product-home a img {
        height: 250px;
    }
     .imgTopProHotHome img {
        display: block;
        width: 100%;
        height: 250px;
    }

    .star-view-pro-hot-home {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 8px 0;
        padding: 0 110px;
    }
}

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

    .list-pro .item .h3 {
        font-size: 20px;
        margin-top: 15px;
        padding: 0 5px;
    }

    .list-pro .item span {
        font-size: 14px;
        padding: 0 5px;
    }

    .item-product-home {
        margin-bottom: 20px;
    }
}

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

    .list-pro .item .h3 {
        font-size: 16px;
        padding: 0 5px;
        margin-top: 10px;
    }

    .list-pro .item span {
        font-size: 12px;
        padding: 0 5px;
    }

    .top-img-product-home a img {
        height: 150px;
    }

    .item-product-home {
        margin-bottom: 10px;
    }

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

    .decor-product-right-home {
        top: 46px;
        width: 24px;
        height: 24px;
    }

        .decor-product-right-home a i {
            font-size: 13px;
        }

         .top-home-pro-hot h2 {
        font-size: 28px;
    }

    .wp-home-pro-hot {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    span.slogan-home-pro-hot {
        padding: 0;
        margin-bottom: 10px;
    }

    .imgTopProHotHome img {
        height: 130px;
    }

    .star-view-pro-hot-home {
        padding: 0;
    }

        .star-view-pro-hot-home .star {
            color: #efc248;
            font-size: 8px;
        }

    span.viewProHotHome {
        font-size: 11px;
    }

    .star-view-pro-hot-home .star:after {
        height: 8px;
        top: 1px;
        content: unset;
    }

    span.contactProHotHome a {
        width: 100px;
        font-size: 11px;
        height: 30px;
    }

    .bottomContentProHotHome {
        padding: 10px;
    }

    h3.titleProHotHome {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
