@media screen and (min-width: 1600px){
    .container {
        max-width: 1380px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    body {
        font-size: 15px;
    }
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
    .row {
        margin: 0 -15px;
    }
    .row > div {
        padding: 0 15px;
    }
    .form_search input {
        width: 450px;
    }
    .font-size-32 {
        font-size: 24px;
    }
    .news_item h3 a {
        font-size: 16px;
    }
    .form_search {
        margin-left: 80px;
    }
}
@media screen and (min-width: 1200px){
    .visible-mobile, .menu_mb {
        display: none;
    }
    .visible-desktop {
        display: block;
    }
    #menu {
        display: none !important;
    }
    .btn_search_mb,#hamburger, .system_link {
        display: none;
    }
    .logo img {
        height: unset;
    }
    .banner_slider_mb {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .banner_slider_pc, #menu {
        display: none;
    }
    #menu.mm-menu_opened {
        display: block;
    }
    .banner_item img {
        transform: unset !important; ;
    }
    #back-to-top.show{opacity:1;}
    .mm-menu {
        background: #046cc5;
        z-index: 99999;
    }
    .mm-listitem>a, .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*, .mm-counter {
        color: #fff !important;
        text-transform: uppercase;
    }
    .mm-menu .mm-listview .mm-btn_next:after , .mm-menu .mm-btn:after, .mm-menu .mm-btn:before{
        border-color:  #ffff;
    }
    .mm-wrapper_blocking .mm-page__blocker {
        z-index: 999999;
    }
    .mburger {
        --mb-button-size: 60px;
        --mb-bar-width: 0.6;
        --mb-bar-height: 4px;
        --mb-bar-spacing: 10px;
        --mb-cross-timeout: 0.4s;
        background: 0 0;
        border: none;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        height: var(--mb-button-size);
        padding: 0 0 0 var(--mb-button-size);
        margin: 0;
        line-height: var(--mb-button-size);
        vertical-align: middle;
        appearance: none;
        outline: 0;
        cursor: pointer;
    }
    #hamburger .mburger {
        margin-left: 0;
        --mb-button-size: 31px;
        --mb-bar-height: 2px;
        --mb-bar-width: 0.8;
        --mb-bar-spacing: 6px;
    }
    .mburger b {
        display: block;
        position: absolute;
        left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
        width: calc(var(--mb-button-size));
        height: var(--mb-bar-height);
        border-radius: calc(var(--mb-bar-height)/ 2);
        background: currentColor;
        color: inherit;
        opacity: 1;
    }
    .mburger b:nth-of-type(1) {
        bottom: calc(50% + var(--mb-bar-spacing));
        transition: bottom .2s ease,transform .2s ease;
    }
    .mburger--collapse b:nth-of-type(1) {
        transition: bottom .2s ease,margin .2s ease,transform .2s ease;
        transition-delay: .2s,0s,0s;
    }
    .mburger b:nth-of-type(2) {
        top: calc(50% - (var(--mb-bar-height)/ 2));
        transition: opacity .2s ease;
    }
    .mburger--collapse b:nth-of-type(2) {
        transition: top .2s ease,opacity 0s ease, width ease 0.3s;
        transition-delay: .3s,.3s;
    }
    .mburger b:nth-of-type(3) {
        top: calc(50% + var(--mb-bar-spacing));
        transition: top .2s ease,transform .2s ease;
    }
    .mm-wrapper_opened .mburger b:nth-of-type(1) {
        bottom: calc(50% - (var(--mb-bar-height)/ 2));
        transform: rotate(
                45deg
        );
    }
    .mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
        bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
        margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
        transform: rotate(
                45deg
        );
        transition-delay: calc(var(--mb-cross-timeout) + .1s),calc(var(--mb-cross-timeout) + .3s),calc(var(--mb-cross-timeout) + .3s);
    }
    .mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
        top: calc(50% + var(--mb-bar-spacing));
        opacity: 0;
        transition-delay: calc(var(--mb-cross-timeout) + 0s),calc(var(--mb-cross-timeout) + .2s);
    }
    .mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
        top: calc(50% - (var(--mb-bar-height)/ 2));
        transform: rotate(
                -45deg
        );
        transition-delay: calc(var(--mb-cross-timeout) + .3s),calc(var(--mb-cross-timeout) + .3s);
    }
    .mburger--collapse b:nth-of-type(1), .mburger--collapse b:nth-of-type(3) {
        width: 28px;
    }
    .mburger--collapse b:nth-of-type(2) {
        width: 28px;
    }
    .mm-wrapper_opened .mburger--collapse b{
        width: 28px;
    }
    #hamburger:focus {
        color: #fff;
    }
    /*.mburger.mburger--collapse b {*/
    /*    transition: width ease 0.3s, top .2s ease,opacity 0s ease;*/
    /*}*/
    .mburger.mburger--collapse:hover b {
        width: 28px;
    }
    body {
        font-size: 15px
    }

    .visible-mobile {
        display: block;
    }

    .visible-desktop {
        display: none;
    }
    .pd-60 {
        padding: 30px 0;
    }
    .pdt-60 {
        padding-top: 30px;
    }
    .pdt-30 {
        padding-top: 30px;
    }
    .container {
        padding: 0 10px;
    }
    .row {
        margin: 0 -10px;
    }
    .row > div {
        padding: 0 10px;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .header_main, .hide_mb {
        display: none;
    }
    .why_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .product_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prices {
        flex-wrap: wrap;
        height: 50px;
        align-items: flex-start;
    }
    .prices span {
        text-align: center;
        width: 100%;
    }
    .product_item .add_cart {
        font-size: 14px;
        opacity: 1;
        visibility: visible;
        margin: 0;
    }
    .add_cart svg {
        margin-right: 5px;
        width: 18px;
    }
    .product_item h4 a {
        font-size: 16px;
    }
    .form_search {
        position: absolute;
        right: 0;
        left: 0;
        top: 56px;
        z-index: 9999;
        transition: all ease 0.2s;
    }
    .form_search input {
        border-radius: 0;
        width: 100%;
    }
    .form_search.show {
        top: 54px;
        opacity: 1;
        visibility: visible;
    }
    .logo img {
        height: unset;
    }
    .header_top svg {
        margin: 0;
    }
    .hotline {
        display: none;
    }
    .system_link svg, .btn_search_mb svg{
        height: 20px;
    }
    .header_cart svg {
        height: 18px;
    }
    .system_link, .header_cart {
        border-radius: 50%;
        height: 30px;
        width: 30px;
        padding: 0;
    }
    .btn_search_mb {
        background: #3aa5f6;
        border: none;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }
    .user_btn svg {
        height: 26px;
        width: 26px;
    }
    .header_top {
        padding: 7px 0
    }
    header {
        position: relative;
    }
    .font-size-32 {
        font-size: 20px;
    }
    .pd-90 {
        padding: 30px 0;
    }
    .life_img {
        height: 120px;
    }
    .life_img img {
        height: 65px;
    }
    .life_item {
        padding: 20px 5px;
    }
    .cates_item h2 a {
        font-size: 16px
    }
    .swiper-button {
        height: 40px;
        width: 40px;
    }
    .swiper-button:after {
        font-size: 18px;
    }
    .link_btn {
        padding: 8px 16px;
    }
    .why_item {
        flex: 0 0 45%;
        max-width: 45%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .why_img {
        height: 160px;
        padding: 20px 50px;
    }
    .why_img img {
        width: 55px;
    }
    .news_item h3 a {
        font-size: 15px;
    }
    .policy_item {
        margin-top: 10px;
        justify-content: flex-start;
        width:48%;
    }
    .policy_item span:first-child {
        flex: 0 0 24px;
        max-width: 24px;
        margin-right: 5px;
    }
    .policy_item span img {
        width: 24px;
    }
    .policy_item span {
        font-size: 14px;
    }
    footer {
        padding-top: 30px;
    }
    .footer_flex {
        flex-wrap: wrap;
    }
    .footer_col_2 {
        margin-top: 20px;
        width: 48%;
    }
    .footer_col_2:first-child {
        width: 100%;
    }
    .res {
        order: 2;
        margin-top: 20px;
        width: 100%;
    }
    main {
        padding-top: 64px
    }
    .system_link {
        display: none;
    }
    .form_search {
        margin: 10px;
    }
    .btn_search_mb {
        display: none;
    }
    .seacrh {
        margin-left: 30px;
    }
    #div_danh_muc .row > div {
        flex: unset;
        max-width: unset;
        width: unset;
    }
    .header_cart {
        position: absolute;
        right: 90px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .form_search input {
        background: #fff;
        border: 2px solid #046cc5;
        border-radius: 8px;
    }
    .footer_col h4 {
        font-size: 16px;
    }
    .footer_col_2:last-child {
        width: 100%;
    }
    .choose_lang {
        position: absolute;
        right: 50px;
    }
    .choose_lang span {
        display: none;
    }

    .mm-panel_opened .mm-listview .mm-listitem a {
        text-transform: unset;
    }
    .mm-listitem {
        display: flex;
        align-items: center;
    }
    .mm-listitem img {
        filter: brightness(0) invert(1);
        flex: 0 0 24px;
        max-width: 24px;
        margin-left: 10px;
    }
    .mm-listitem:after {
        left: 0;
    }
    .mm-listitem>a, .mm-listitem>span {
        padding: 10px;
    }
}
