@media (min-width: 1100px) {
    #mainMenu .mainMenu > li > ul.sub-product {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        left: 0;
        pointer-events: none;
    }

        #mainMenu .mainMenu > li > ul.sub-product li {
            width: calc(100% / 2);
            white-space: nowrap;
        }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .menu ul li a {
        padding: 17px 12px;
    }

    ul.subMenu li a {
        padding: 2px 18px;
    }

    button.slick-prev.slick-arrow {
        left: -10px;
        z-index: 111;
    }

    button.slick-next.slick-arrow {
        right: -10px;
        z-index: 111;
    }

    .link-new {
        height: 150px;
    }

    .item-cty a img {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }

    .logo.wow.fadeInLeft.animated {
        float: none;
        position: absolute;
        left: 15px;
    }

    .header .logo img {
        max-width: 100px;
    }

    .header.header_top .logo img {
        max-width: 100px;
        margin-top: -10px;
    }

    .header.header_top .item {
        padding: 15px 0;
    }

    .item-leng.mg-top {
        margin-top: 12px;
        margin-right: 65px;
    }

    .header .item {
        padding-bottom: 25px;
    }

    .col-xs-12.col-sm-12.col-md-5.text-right {
        display: none;
    }

    .bg-black {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: block;
        background: #333;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
    }

        .bg-black.active {
            opacity: 0.9;
            visibility: visible;
        }

    .touch-menu {
        display: block;
        height: 36px;
        width: 36px;
        position: absolute;
        z-index: 999;
        top: 14px;
        right: 30px;
    }

        .touch-menu span {
            display: block;
            width: 28px;
            height: 2px;
            background: #01B051;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 2px;
            transition: transform 0.5s linear;
        }

            .touch-menu span:before, .touch-menu span:after {
                display: block;
                width: 32px;
                height: 2px;
                background: #01B051;
                position: absolute;
                top: 50%;
                content: "";
                transform: translateY(-50%);
                transition: transform 0.5s linear, opacity 0.5s linear;
            }

            .touch-menu span:before {
                top: -7px;
            }

            .touch-menu span:after {
                top: initial;
                bottom: -9px;
            }

        .touch-menu.active span {
            transform: rotate(-45deg);
            width: 32px;
        }

            .touch-menu.active span:before {
                opacity: 0;
            }

            .touch-menu.active span:after {
                transform: rotate(90deg);
                top: 0;
            }

    #mainMenu {
        position: fixed;
        top: 113px;
        right: 0;
        max-height: 100vh;
        width: 40vw;
        display: block;
        background: #01B051;
        padding: 20px;
        z-index: 1000;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 10px;
        transition: clip-path 0.5s linear;
        clip-path: circle(0% at calc(100% - 45px) 0);
        padding: 0;
    }

        #mainMenu.active {
            clip-path: circle(100% at 50% 50%);
        }

        #mainMenu > ul {
            display: flex;
            flex-direction: column;
        }

            #mainMenu > ul > li.home {
                display: none;
            }

            #mainMenu > ul > li {
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            }

            #mainMenu > ul li {
                float: initial;
                position: relative;
            }

                #mainMenu > ul li .angle {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    width: 33px;
                    border-radius: 5px;
                    height: 33px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transform: rotate(90deg);
                    background: #03813d;
                }

                    #mainMenu > ul li .angle.active {
                        transform: rotate(270deg);
                    }

                    #mainMenu > ul li .angle svg {
                        height: 15px;
                    }

                #mainMenu > ul li a {
                    color: #fff;
                    display: flex;
                    align-items: center;
                    text-transform: uppercase;
                    padding: 10px 10px;
                    width: calc(100% - 43.85px);
                }

        #mainMenu .mainMenu > li > ul {
            position: initial;
            width: 100%;
            background: #03813d;
            opacity: 1;
            visibility: visible;
            transition: initial;
            display: none;
        }

            #mainMenu .mainMenu > li > ul li {
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            }

                #mainMenu .mainMenu > li > ul li a {
                    text-transform: initial;
                    border-top: none;
                    border-bottom: none;
                }

    ul.subMenu li a:hover, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: initial;
    }

    #mainMenu .mainMenu > li > ul > li > .angle {
        right: 5px;
        top: 5px;
        width: 33px;
        border-radius: 5px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .subnw, .subnw2 {
        position: initial;
        visibility: visible;
        opacity: 1;
        transition: initial;
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .container {
        width: 100%;
    }

    .row.row-s .col-xs-12.col-sm-4.col-md-3.col-s .list-product {
        animation-delay: 0.1s !important;
    }
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .mypage-alo-phone {
        bottom: 100px;
    }



    .banner.banner-content {
        aspect-ratio: 16/6;
    }

        .banner.banner-content .item {
            height: 100%;
        }

            .banner.banner-content .item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .touch-menu {
        right: 15px;
        top: 18px;
    }

    .item-leng.mg-top {
        margin-right: 60px;
        margin-top: 16px;
    }

    #mainMenu {
        width: 100%;
        max-height: calc(100% - 120px);
        overflow-y: auto;
    }

    .container {
        width: 100%;
    }

    .top-left ul {
        justify-content: center;
    }

    .top-right ul li a {
        padding: 5px;
        font-size: 12px;
    }

    .logo.wow.fadeInLeft.animated img {
        max-width: 100px;
    }

    .logo.wow.fadeInLeft.animated {
        left: 0;
        top: 7px;
        position: initial;
    }

    .ceo {
        margin-bottom: 15px;
    }

    .link-new {
        height: auto;
        margin-bottom: 15px;
    }

    .list-new {
        padding: 20px 0;
    }

    .item-ft {
        margin-bottom: 0;
    }

        .item-ft ul li {
            width: 100%;
        }

    .footer .botton .col-xs-12.col-sm-6 {
        text-align: center;
        margin-bottom: 10px;
    }

    .botton ul {
        float: none;
        margin: auto;
        justify-content: center;
    }

    .link-new {
        height: auto;
        margin-bottom: 15px;
    }

        .link-new h3 {
            height: auto;
        }

    ul.subMenu li a {
        color: black;
    }

    .item-news.over {
        margin-bottom: 20px;
    }

    .header.header_top {
        position: static;
        background: none;
    }

        .header.header_top .logo, .header.header_top .item-leng {
            display: none;
        }

        .header.header_top #button-toggle-menu {
            position: fixed;
            top: 15px;
            left: 15px;
            -moz-transition: ease 0.5s;
            -o-transition: ease 0.5s;
            -webkit-transition: ease 0.5s;
            transition: ease 0.5s;
            z-index: 9999999999;
        }

    .new-img img {
        height: auto;
    }

    table {
        width: 100% !important;
    }

    td, th {
        display: block;
    }

    .product-detailnw td, .product-detailnw th {
        display: table-cell;
    }

    table td:nth-child(2) h1 {
        display: none;
    }

    .slyder-partner button.slick-prev.slick-arrow {
        left: 15px;
    }

    .slyder-partner button.slick-next.slick-arrow {
        right: 15px;
    }

    .product {
        padding: 15px 0;
    }

    .header .item {
        padding-bottom: 10px;
    }

    .spen h1 {
        font-size: 24px;
    }

    .detail-ser .result-search .item {
        padding: 15px 0;
    }

        .detail-ser .result-search .item .img {
            width: 25%;
        }

        .detail-ser .result-search .item .right {
            width: 75%;
        }

        .detail-ser .result-search .item h3 a {
            font-size: 16px;
            line-height: 1.4;
        }

        .detail-ser .result-search .item ._desc {
            display: none;
        }

    .flex-content {
        flex-direction: column;
        gap: 0;
    }

        .flex-content.flex-2 > * {
            width: 100%;
        }

    .top-right {
        display: none;
    }

    .link-ceo.over.text-center {
        padding: 0;
    }

        .link-ceo.over.text-center h3 a {
            font-size: 16px;
            min-height: 48.39px;
            display: block;
            line-height: 1.5;
        }

        .link-ceo.over.text-center a.ct {
            margin-top: 0;
        }

    .slyder-home .owl-controls {
        margin-top: -20px;
    }

    .over-ceo {
        margin: 15px 0;
    }

    button.slick-prev.slick-arrow {
        left: 15px;
    }

    button.slick-next.slick-arrow {
        right: 15px;
    }

    .img-ceo.text-center.over.wow.zoomIn {
        height: initial;
        aspect-ratio: 100/60;
    }

    .slyder-product .item .img {
        justify-content: center;
        display: flex;
    }

        .slyder-product .item .img img {
            height: initial;
            width: initial;
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .product-detail h1 {
        font-size: 36px;
        padding: 15px 0;
    }

    .side-menu {
        margin-top: 15px;
    }

    .new-img a img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
