﻿@media (min-width: 1024px) and (max-width: 1239px) {
}

@media(max-width:1023px) {
    .leftContentBird h3 {
        font-size: 30px;
    }

    .content-bird-right span {
        font-size: 14px;
    }
}

@media(max-width:739px) {

    .top-product-bird-nest-home:before {
        content: unset;
    }

    .wp-product-bird-nest-home:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 91px;
        background: url(/Design/img/YenSaoNhomKinh2023/Product/decorBackTop.png) no-repeat;
        background-size: cover;
        top: -69px;
        left: 0;
    }

    .wp-product-bird-nest-home {
        background: url(/Design/img/YenSaoNhomKinh2023/Product/decorBack.png) no-repeat;
        background-size: cover;
        padding-top: 10px;
    }

    .sideContentBird {
        display: none;
    }

    .wp-product-aluminum-door {
        background-size: cover;
    }

    .widgetTopContentBird {
        display: block;
    }

    .leftContentBird > img {
        width: 90%;
        margin: auto;
    }

    .content-bird-right {
        padding-left: 0;
    }

    .widgetBottomContentBird {
        padding-top: 10px;
    }

    ul.listContentBirdHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(1,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 25px;
    }

    .leftContentBird h3 {
        font-size: 24px;
    }

    .wp-product-aluminum-door:before {
        background-size: cover;
    }
}
