@media (min-width: 1920px){
}
@media (min-width: 1600px){
}
@media (min-width: 1440px){
    .header-custom .nav-custom>li{
        margin-left: 24px;
    }
}
@media (min-width: 1366px){
}
@media (min-width: 1280px){
}
@media (min-width: 1200px){
    .col-lg-5ths{
        float: left;
        width: 20%;
    }
    footer .footer-link{
        text-align: right;
    }
    .index-case .title .tabs-tit{
        min-width: 160px;
    }
}
@media (min-width: 1025px){
}
@media (min-width: 992px){
    .col-md-5ths{
        float: left;
        width: 20%;
    }
    .header-custom .nav-custom>li>a{
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .header-custom .nav-custom>li>a:before{
        content: '';
        height: 4px;
        background: #ff4a00;
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 15px;
        display: none;
    }
    .header-custom .nav-custom > li > a:hover:before,
    .header-custom .nav-custom > li > a:focus:before,
    .header-custom .nav-custom > .active > a:before,
    .header-custom .nav-custom > .active > a:hover:before,
    .header-custom .nav-custom > .active > a:focus:before,
    .header-custom .nav-custom>.open>a:before,
    .header-custom .nav-custom>.open>a:hover:before,
    .header-custom .nav-custom>.open>a:focus:before{
        display: block;
    }
    .header-custom .dropdown-menu{
        width: 200px;
        min-width: inherit;
        padding: 15px;
        margin-left: -100px;
        background: rgba(255,74,0,0.8);
        border: none;
        border-radius: inherit;
        box-shadow: none;
        left: 50%;
    }
    .header-custom .dropdown-menu>ul>li>a{
       /* padding: 12px 0; */
        color: #fff;
        text-align: center;
        white-space: inherit;
    }
    .header-custom .dropdown-menu>ul>li>a:hover,
    .header-custom .dropdown-menu>ul>li>a.on{
        background: none;
        color: #393e49;
    }
    .header-custom .header-search{
        float: left;
    }
    .header-custom .header-search .search-box{
        width: 400px;
    }
    .header-custom .header-search .search-box{
        padding-right: 40px;
    }
    .header-custom .header-search .search-box input[type=submit]{
        right: 0;
    }
    .header-custom .language-switching{
        float: left;
        margin-top: 18px;
        margin-right: 15px;
        margin-left: 10px;
    }
    .index-about{
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .index-about.other{
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-details .box{
        padding-left: 45%;
        position: relative;
    }
    .product-details .box .img{
        width: 45%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .product-details .box .img img{
        display: none;
    }
    .product-details .box .text{
        margin-left: 30px;
    }
}
@media (min-width: 768px){
    .col-sm-5ths{
        float: left;
        width: 20%;
    }
    .index-about{
        padding-left: 40%;
        position: relative;
    }
    .index-about .text{
        min-height: 400px;
        padding-top: 20px;
    }
    .index-about .img{
        width: 40%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .index-about .img img{
        display: none;
    }
    .index-about .text{
        padding-right: 10%;
        padding-left: 10%;
    }
    .index-about.other{
        padding-left: 19.7%;
    }
    .index-about.other .img{
        top: 40px;
        bottom: 40px;
    }
    .index-about.other .text{
        padding-right: 3.6%;
        padding-left: 28.5%;
    }
}
@media (min-width: 414px){
}
@media (min-width: 1366px) and (max-width: 1439px){
    .container{
        width: 1200px;
    }
    .header-custom .nav-custom>li{
        margin-left: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px){
}
@media (min-width: 1200px) and (max-width: 1365px){
    .header-custom .nav-custom>li{
        margin-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 991px){
    .index-about{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .index-about.other{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1365px){
}
@media only screen and (max-width : 1199px){
    footer{
        text-align: center;
    }
    .about-map{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 991px){
    .header-custom .header-search{
        margin-bottom: 15px;
    }
    .header-custom .header-search .search-box{
        width: 100%;
        padding-left: 40px;
    }
    .header-custom .header-search .search-box input[type=submit]{
        left: 0;
    }
    .header-custom .language-switching{
        width: 80px;
        height: 40px;
        line-height: 38px;
        margin-bottom: 10px;
        font-size: 18px;
    }
}
@media only screen and (max-width : 767px){
    .col-xs-5ths{
        float: left;
        width: 20%;
    }
    .index-about .img img{
        display: block;
        width: 100%;
    }
    .index-about .text{
        padding-right: 15px;
        padding-left: 15px;
    }
}


