@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .title-col-footer i {
        display: none;
    }
    .section-4 .home-brand .item {
        padding: 0 10px;
    }
    .login:hover .user-account {
        display: block;
    }
    .product_container .box-product:hover img {
        -webkit-transition: margin 0.2s ease-out;
        -moz-transition: margin 0.2s ease-out;
        -o-transition: margin 0.2s ease-out;
        margin-top: 15px;
    }
    .home-product-left .view-more {
        display: none;
    }
    .home-promotion .title h2 {
        margin-right: 10px;
    }
}

@media (max-width: 540px) {
    .account-wrap, .shopping-wrap {
        display: none;
    }
    header .mid-header-inner .login, header .mid-header-inner .shoping-cart {
        flex-basis: 0;
    }
    .group-category-menu {
        display: none !important;
    }
    .group-cat-mobile {
        padding: 10px;
        display: block;
    }
    .group-cat-mobile .menu-mobile-scrollable {
        display: -webkit-box;
        display: -moz-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }
    .group-cat-mobile .menu-mobile-scrollable a.item {
        display: block;
        white-space: nowrap;
        border-radius: 4px;
        padding: 10px;
        border: 1px solid #34a2d1;
        color: #000;
    }
    .group-cat-mobile .menu-mobile-scrollable a+a {
        margin-left: 10px;
    }
    .section-4 .home-brand {
        border-radius: 0;
        padding: 0;
    }
    .wrap-policy .item {
        padding: 5px;
    }
    .section-footer {
        padding: 20px 10px;
    }
    .wrap-col-footer > div {
        margin-bottom: 0px;
        padding: 0;
    }
    .col-flex .item-col-footer:last-child {
        margin-bottom: 0;
    }
    .home-promotion .title {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
    }
    .home-promotion {
        padding: 10px 0;
    }
    .home-promotion .title h2 {
        margin-bottom: 10px;
    }
    .section-2, .section-3, .section-4 {
        margin-top: 10px;
    }
    .banner-home-2 {
        padding: 0;
        margin-top: 10px;
    }
    .section-news-home .list-news-home {
        margin: 0;
    }
    .list-news-home .item-news a .image {
        height: 150px;
    }
    .section-news-home {
        margin-top: 20px;
    }
    .section-news-home .title h2 {
        padding: 0 10px;
    }
    .list-news-home .item-news .item-news-title {
        font-size: 15px;
    }
    .wrap-col-footer {
        margin: 0;
    }
    .item-col-footer .title-col-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    .content-col-footer .subcribe form {
        margin-bottom: 20px;
    }
    .logo_footer img {
        max-width: 250px;
    }
    .wrap_rate {
        padding: 0 10px;
        background: #fff;
        margin-top: 10px;
    }
    .product_container .box-product .image-product img {
        margin-top: 0;
    }
    .list-news-home > div {
        padding: 0;
    }
    .main-footer .policy-footer {
        display: none;
    }
    .button-action {
        display: none;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .mid-header-inner .logo {
        flex-grow: 1;
    }
    .mid-header-inner .col-search, .mid-header-inner .hot-line {
        display: none;
    }
    .mid-header-inner .login, .mid-header-inner .shoping-cart {
        flex-grow: 0;
        padding-left: 10px;
        flex-basis: 140px;
        margin-left: 10px;
    }
    .bot-header .col-category, .bot-header .col-product-category, .bot-header .col-menu {
        display: none !important;
    }
    .col-search-mobile, .col-menu-right-mobile, .col-menu-left-mobile {
        display: block;
    }
    .col-search-mobile {
        flex-grow: 1;
        padding-left: 5px;
    }
    .col-menu-left-mobile, .col-menu-right-mobile {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .col-search-mobile .search-box-mobile {
        position: relative;
        padding: 0;
        width: 100%;
        height: 30px;
    }
    .col-search-mobile .search-box-mobile form {
        height: 100%;
    }
    .col-search-mobile .search-box-mobile form input {
        width: 100%;
        height: 100%;
        border-radius: 2px;
        border: none;
        outline: none;
        padding-left: 10px;
    }
    .col-search-mobile .search-box-mobile form button {
        position: absolute;
        right: 0;
        border: none;
        height: 100%;
        padding: 0 10px;
        background: none;
    }
    .col-search-mobile .search-box-mobile form button i {
        font-size: 20px;
        opacity: 0.6;
    }
    .col-menu-left-mobile .bars {
        width: 40px;
        height: 40px;
        background-image: linear-gradient(#7CC9EF, #3E97C9);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .col-menu-right-mobile .bar-mobile-right {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .col-menu-left-mobile .bars i,  .col-menu-right-mobile .bar-mobile-right i {
        font-size: 20px;
        color: #fff;
    }
    .wrap-banner {
        margin-left: 0;
    }
    .col-banner-right, .col-banner-main {
        width: 100%;
    }
    .col-banner-right ul {
        display: flex;
        flex-wrap: wrap;
    }
    .col-banner-right ul li {
        width: 50%
    }
    .mid-header {
        padding: 0 15px 0 10px;
    }
    .wrap-banner .col-product-category {
        display: none !important;
    }
    .home-promotion {
        border-radius: 0;
    }
    .home-category .wrap {
        margin: 10px 0;
    }
    .home-category .wrap > div {
        padding: 0;
    }
    .home-promotion .box-product .image-product img, .home_best_seller .box-product .image-product img, .home-product-slide .item .image a img {
        min-height: unset;
    }
    .col-banner-right {
        display: none;
    }
    .top-header {
        display: none;
    }
}
@media (max-width: 1024px) {
    .list-news-home {
        display: block;
    }
    .home-product-slide .over-lay {
        opacity: 1;
    }
    .wrap-col-footer {
        margin: 0;
    }
}
@media (min-width: 375px) {
    .home-product-left .home-product-banner a img {
        min-height: 110px;
    }
}

@media (min-width: 390px) {
    .home-product-left .home-product-banner a img {
        min-height: 115px;
    }
}
@media (min-width: 414px) {
    .home-product-left .home-product-banner a img {
        min-height: 122px;
    }
}
@media (min-width: 430px) {
    .home-product-left .home-product-banner a img {
        min-height: 127px;
    }
}