﻿@media (max-width: 1239px) {
    .top-home-pro-hot h2 {
        font-size: 45.25px;
    }

    ul.ListCateProHome {
        padding: 0 165px;
    }

    h3.titleProHotHome {
        font-size: 16px;
    }

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

@media(max-width:1023px) {
    ul.listProHotHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 12px;
        row-gap: 12px;
        padding: 0;
    }

    .imgTopProHotHome > a > img {
        display: block;
        width: 100%;
        height: 340px;
    }

    ul.ListCateProHome {
        padding: 0 102px;
    }
}

@media(max-width: 739px) {
    .top-home-pro-hot h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

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

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

    .imgTopProHotHome > a > img {
        height: 170px;
    }

    .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;
        overflow: hidden;
    }

    ul.ListCateProHome {
        padding: 0 0px;
    }

    li.ItemCatePro {
        padding-right: 5px;
    }

        li.ItemCatePro a {
            font-size: 12px;
        }

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

    .detail-view-pro-home a {
        font-size: 16.05px;
        width: 130px;
        height: 45px;
    }

    li.itemProHotHome:hover .wp-btn-search-cart-home {
        opacity: 1;
        visibility: visible;
        display: none;
    }
}
