@media screen and (max-width: 1120px){
    .nav{
        display: none;
    }

    .header-nav-mobile{
        display: block;
    }
}

@media only screen and (max-width: 990px) {
    .home-banner-pattern{
        display: none;
    }

    .banner-content h1{
        font-size: 25px;
    }

    .btn{
        margin-bottom: 10px;
    }

    .home-faq .faq-container{
        padding: 50px 10px;
    }

    .contact-card-container{
        display: block;
    }

    .contact-card{
        padding: 20px;
    }

    .product-pattern-1, .contact-pattern-1, .inquiry-pattern-1{
        display: none;
    }

    .contact-form-container{
        padding: 25px;
    }

    .office-list{
        padding: 25px;
    }
    
    .about-content-container{
        padding: 50px 30px;
        border-radius: 0px;
    }
    
    .about-container{
        position: relative;
        margin-top: 0;
    }
    
    .about-background{
        display: none;
    }
    
    .company-header{
        padding-bottom:100px;
    }
    
    .company-pattern-2{
        display: none;
    }

    .vision-mission-item{
        padding: 10px;
        flex:  100%;
        margin-bottom:  30px;
    }

    .vision-mission-item.mission{
        border-left: none;
    }

    .contact-info{
        padding-top: 0px;
    }
    
    .filter-container{
        height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    
    .filter-container.active{
        height: initial;
        transition: all 0.3s ease;
    }
    
    .category-filter{
        background: transparent;
        border: none;
        padding: 20px 0px;
        border-radius: 0px;
    }
    
    .category-filter:before{
        display: none;
    }
    
    .filter-wrapper{
        padding: 5px 15px;
        border-radius: 8px;
        margin-bottom: 10px;
        color: #f5f5f5;
        transition: all 0.3s ease;
        width: 44%;
        float: left;
        margin: 10px;
        text-align: center;
        background: #fff;
    }
    
    .filter-wrapper a{
        color: #111e6a;
        text-align: center;
    }
    
    .product-header, .company-header{
        padding: 50px 0px 10px 0px;    
    }
    
    .header-icon{
        display: inline-block;
    }

    .footer-copyright, .footer-language{
        text-align: center;
    }

    .footer-copyright{
        padding:  25px 5px 5px 5px;
    }

    .footer-language{
        padding: 5px 5px 25px 5px;
    }
}

@media screen and (max-width: 560px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .owl-nav{
        margin-top: -12px;
    }

    .owl-nav .owl-prev, .owl-nav .owl-next{
        width: 25px;
        height: 25px;
        font-size: 12px !important;
        border: 1px solid #ddd;
    }

    .owl-nav .owl-prev{
        left:-10px;
    }

    .owl-nav .owl-next{
        right: -10px;
    }

    .product-details{
    }

    .product-details .detail-content-wrapper{
        margin: 0% auto;
        width: 100%;
        height: calc(100vh - 78px);
        overflow-y: auto;
        border-radius: 0;
        margin-top: 78px;
    }
}
