﻿@media (min-width: 1024px) and (max-width: 1239px) {
    ul.list-item-product-home {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(5,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 15px;
    }

    .RightTopProHome {
        padding-left: 10px;
    }
}

@media(max-width:1023px) {
    .left-name-pro-title-slogan h3 {
        /* font-size: 26px; */
    }

    .left-name-pro-title-slogan span {
        font-size: 20px;
    }

    ul.nav-pro-contrus.nav-items li a {
        font-size: 15px;
        height: 30px;
    }

    .RightTopProHome {
        padding-left: 10px;
    }

    .leftTopProHome ul.list-item-product-home {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .widget-pro-home-top {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

        .widget-pro-home-top li.itemProHotHome:nth-child(3) {
            display: none;
        }

    ul.list-item-product-home {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(3,minmax(0,1fr));
        column-gap: 12px;
        row-gap: 25px;
    }

    .widget-home-pro-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pro-heading-home {
        margin-bottom: 30px;
    }
}

@media(max-width: 739px) {
    .pro-heading-home {
        display: block;
        border-bottom: unset;
        margin-bottom: 35px;
    }

    .wp-home-pro-bottom.KetSatProHome .left-name-pro-title-slogan:before {
        background: url(/Design/img/KetSatPT/KetSat/imgDecorNameRes.png) no-repeat !important;
        width: 212px;
        top: -24px;
    }

    .RightTopProHome {
        display: none;
    }

    ul.nav-pro-contrus.nav-items li a {
        font-size: 11px;
        margin-left: 3px;
    }

    .right-widget-home-pro-bottom a {
        font-size: 22.66px;
        font-family: 'KanitMI';
        color: #2a303c;
        display: none;
    }

    .left-name-pro-title-slogan span {
        font-size: 15px;
    }

    .left-name-pro-title-slogan h3 {
        font-size: 20px;
        padding-left: 90px;
    }

    .left-name-pro-title-slogan {
        margin-bottom: 4px;
    }

    ul.nav-pro-contrus.nav-items {
        display: flex;
        align-items: center;
        justify-content: unset;
    }

    span.slogan-homeFurnitureConsultant {
        font-size: 14px;
    }

    ul.list-item-product-home {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .pro-heading-home:before {
        content: "";
        position: absolute;
        background: #0049b4;
        width: 91%;
        height: 2px;
        bottom: -6px;
        right: 0;
    }

    .widget-home-pro-bottom.CameraProHome .left-name-pro-title-slogan:before {
        background: url(/Design/img/KetSatPT/Camera/imgDecorNameRes.png) no-repeat;
        width: 212px !important;
        top: -21px;
    }
    .left-name-pro-title-slogan:before {
        background: url(/Design/img/KetSatPT/KetSat/imgDecorNameRes.png) no-repeat !important;
        width: 212px;
        top: -24px;
    }
}
