/* Mobile & tablet */
@media (max-width: 1023px) {
    .no-display-mobile-tablet {
        display: none;
    }

    header .bottom .container {
        position: relative;
        display: flex;
        /* flex-direction: row-reverse; */
        width: 100%;
        justify-content: space-between;
    }
}

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

    header .bottom .container .nav-cate .drop .grid.wide .border-item:nth-child(3),
    header .bottom .container .nav-cate .drop .grid.wide .border-item:nth-child(4) {
        display: none;
    }

    header .bottom .container .nav li .search {
        margin-left: -30px;
    }

    header .bottom .container .logo {
        z-index: 80;
        left: 0;
    }

    header .bottom.active .container .logo {
        margin-top: -25px;
    }

    header .banner .swiper-slide .content {
        width: 46%;
    }

    header .bottom .container .nav-cate {
        margin-left: 52px;
        margin-right: 20px;
    }

    header .top .left {
        margin-left: 138px;
    }
}

/* Mobile */
@media (max-width: 739px) {
    .no-display-mobile {
        display: none;
    }

    header .bottom .container .nav-cate .drop .grid.wide .border-item {
        display: none;
    }

    header .bottom .container .nav-cate .drop {
        top: 45px;
    }

        header .bottom .container .nav-cate .drop .drop-item {
            padding-left: 0;
        }

            header .bottom .container .nav-cate .drop .drop-item .list {
                flex-wrap: wrap;
                flex-direction: row;
            }

                header .bottom .container .nav-cate .drop .drop-item .list a {
                    width: 50%;
                }

                    header .bottom .container .nav-cate .drop .drop-item .list a i {
                        padding-right: 10px;
                    }

    header .top .container {
        text-align: unset;
    }

    header .top .item:last-child {
        margin-top: 8px;
    }

    header .bottom .container .btn-menu-respon::before {
        width: 30px;
        height: 6px;
        bottom: 24px;
    }

    header .bottom .container .btn-menu-respon .decor {
        width: 30px;
        height: 6px;
        top: -1px;
        left: 3px;
    }

    header .bottom .container .logo:after {
        content: unset;
    }

    .menu-rs .decor-close::before {
        width: 25px !important;
        height: 5px !important;
    }

    header .bottom.active .container .btn-menu-respon .decor {
        background-color: #90ce4e;
        top: -2px;
    }

    .menu-rs .decor-close::after {
        width: 25px !important;
        height: 5px !important;
    }

    header .bottom .container .btn-menu-respon::after {
        width: 30px;
        height: 6px;
        top: 25px;
    }



    header .bottom .container .help-name {
        display: none;
    }

    header .bottom .container .nav li .search {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-left: 35px;
    }

    header .bottom .container .nav li .drop-search {
        right: 0;
    }

        header .bottom .container .nav li .drop-search.show {
            top: calc(100% + 28px);
        }

    header .bottom .container .btn-menu-respon::after {
        top: 20px;
    }

    header .bottom .container .btn-menu-respon::before {
        bottom: 22px;
    }

    header .bottom .container .nav-cate {
        position: absolute;
        right: 54px;
    }

        header .bottom .container .nav-cate .item span {
            font-size: 12px;
        }

    .home-hot-pro .container .list-pro .pro-heading {
        padding-right: 0 !important;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    header .bottom .container .nav {
        /* margin-left: 203px; */
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    header .bottom .container .nav {
        /* margin-left: 203px; */
    }
}

@media (min-width: 600px) and (max-width: 1118px) {
    header .bottom .container .nav {
        /* margin-left: 170px; */
    }
}

@media (min-width: 600px) and (max-width: 1086px) {
    header .bottom .container .nav {
        /* margin-left: 156px; */
    }
}

@media (min-width: 600px) and (max-width: 1064px) {
    header .bottom .container .nav {
        /* margin-left: 127px; */
    }
}

@media (min-width: 600px) and (max-width: 1030px) {
    header .bottom .container .nav {
        /* margin-left: 95px; */
    }
}
