@media screen and (min-width: 1600px){
    .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    body {
        font-size: 15px;
    }
    .container, .containers {
        max-width: 1200px;
    }
    .banner_abs p {
        font-size: 88px;
    }
    .rd_item .absolute, .fr_3_item li {
        font-size: 18px;
    }
    .font-size-18 {
        font-size: 16px;
    }
    .font-size-22 {
        font-size: 20px;
    }
    .font-size-36 {
        font-size: 32px;
    }
    .font-size-24 {
        font-size: 20px;
    }
    .title_page, article h1 {
        font-size: 24px;
    }
    .pr_right .product_item h2 a {
        font-size: 16px;
    }
    .ft_flex > div {
        width: 45%;
    }
    .ft_info {
        padding-right: 30px !important;
    }
    .header_navs {
        padding: 30px calc((100% - 1200px) / 2) 30px 90px;
    }
    .header_nav a {
        font-size: 16px;
    }
    .close {
        right: 10%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .header_main .col-md-3, .header_main .col-md-1 {
        width: 50%;
    }
    .news_detail .col-md-8, .news_detail .col-md-4 {
        width: 100%;
    }
    .pr_right .product_item h2 a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px){
    .visible-mobile, .menu_mb {
        display: none;
    }
    .visible-desktop {
        display: block;
    }
    #menu, .header_btn {
        display: none !important;
    }
    .ft_info {
        padding-right: 60px;
    }
    .hide-pc {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .detail {
        padding: 0;
        border: none;
        border-radius: 0;
    }
}
@media screen and (min-width: 567px) and (max-width: 1199px) {
    .header_navs .header_nav {
        padding-top: 0;
    }
    .header_navs .header_nav li a {
        padding: 10px 15px 10px 0;
    }
}
@media screen and (max-width: 1199px) {
    #back-to-top.show{opacity:1;}
    .mm-menu {
        background: #8b0030;
        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;
    }
    .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;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .rd_item .absolute {
        font-size: 16px;
        text-align: center;
        padding: 20px;
    }
    .roads_flex > div {
        flex: 0 0 100%;
        width: 100%;
    }
    .banner_abs p {
        font-size: 48px;
    }
    .font-size-22 {
        font-size: 18px;
    }
    .title {
        font-size: 42px;
    }
    .logo img {
        height: 42px;
    }
    .products_slider {
        margin: 0;
    }
    main {
        padding-top: 72px;
    }
    .banner_item img {
        height: calc(100vh - 72px);
    }
    .pd-90 {
        padding: 30px 0;
    }
    .font-size-18{
        font-size: 16px;
    }
    .about {
        background: url(../images/bg-1.png) no-repeat top left, url(../images/bg-2.png) no-repeat bottom  right;
        background-size: 20%;
    }
    .mg-60 {
        margin: 30px 0;
    }
    footer {
        padding: 30px 0 0 0;
    }
    .ft_flex h2 {
        margin: 20px 0;
        height: unset;
    }
    .copy {
        padding: 10px;
        text-align: center;
    }
    .modal-dialog {
        height: unset;
        padding: 60px 0 30px 0;
    }
    .pro_gals {
        padding: 0 0 30px 0;
    }
    .close {
        top: -50px;
        right: 10px;
    }
    .font-size-32 {
        font-size: 24px;
    }
    .header_navs {
        background: #fff;
        height: calc(100vh - 72px);
        top: 72px;
        align-items: flex-start;
        left: 100%;
        width: 100%;
    }
    .header_nav {
        flex-wrap: wrap;
        padding-top: 20px;
        width: 100%;
    }
    .header_nav li {
        margin: 0;
        width: 100%;
    }
    .header_nav li a {
        padding: 15px 15px 15px 0;
    }
    .header_navs.show {
        top: unset;
        left: 0;
    }
    .font-size-36 {
        font-size: 24px;
    }
    .franchise_1 .flex-center-center {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .franchise_1 .flex-center-center span {
        margin: 0 0 10px 0;
    }
    .pdt-90 {
        padding-top: 30px;
    }
    .accordion {
        padding: 30px 0 0 0;
    }
    .accordion-header .accordion-button {
        font-size: 18px;
    }
    .franch_box .zoom-img:before {
        padding-bottom: 50%;
    }
    .franch_box .absolute {
        padding: 30px;
    }
    .franch {
        flex-wrap: wrap;
    }
    .line {
        display: none;
    }
    .franch_item {
        flex: 0 0 100%;

    }
    .franch_item:not(:last-child) {
        margin-bottom: 90px;
    }

    .franch_bot ul {
        padding-bottom: 0;
    }
    .franchise_2 {
        background-size: 20%;
    }
    .mgr-10 {
        margin-right: 0
    }
    .mgb-60 {
        margin-bottom:30px;
    }
    .franch {
        margin-top: 90px;
    }
    .fr_3_flex {
        flex-wrap: wrap;
    }
    .fr_3_item {
        max-width: 100%;
    }
    .fr_3_item:not(:last-child) {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .text-center-mb {
        text-align: center;
    }
    .fr_3_item li {
        font-size: 16px;
    }
    .franch_3 {
        background-size: 20%;
    }
    .font-size-24 {
        font-size: 20px;
    }
    .font-size-20 {
        font-size: 18px;
    }
    .product_item h2 a {
        font-size: 18px;
    }
    .product_3 {
        background: url(../images/bg-4.png) no-repeat bottom 30px left /20%;
    }
    .products .row {
        margin: 0 -15px;
    }
    .products .row > div {
        padding: 0 15px;
    }
    .title_page {
        font-size: 23px;
        font-weight: 600;
    }
    .news_cache  .font-size-24 {
        font-size: 16px;
    }
    .news_cache {
        padding: 20px 20px 20px 20px;
    }
    .news_style_1 {
        margin-bottom: 30px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    article h1 {
        font-size: 24px;
    }
    .news_right {
        margin-top: 30px;
    }
    .cate_bot {
        background-size: 20%;
    }
    #maps {
        margin-top: 20px;
    }
    .about iframe {
        height: 350px;
    }
    .row-30 {
        margin: 0 -15px;
    }
    .row-30 > div {
        padding: 0 15px;
    }
    .header_nav a {
        font-size: 16px;
    }
    .header_main .col-md-8 {
        display: none;
    }
    .header_navs {
        padding-top: 0;
    }
    .header_nav li li a {
        font-size: 16px;
        padding: 0 15px 0 0;
    }
    .bres {
        top: 72px;
    }
    .news_detail {
        padding-top: 60px;
    }
    .hide-mb {
        display: none !important;
    }
    .containers .col-md-4 {
        margin-bottom: 20px;
    }
}
