﻿.ipadmo-992 { /* ẩn nút menu */
    display: none;
}
.mobile-form-search {
    width: 100%;
    margin: 5px 0;
    position: relative;
}
.mobile-form-search input[type="text"] {
    border: 0;
    height: 30px;
    vertical-align: top;
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 0 40px 0 15px;
    border-radius: 5px;
}
    .mobile-form-search .search-btn {
        width: 40px;
        height: 30px;
        border: none;
        background: no-repeat;
        color: #004f93;
        position: absolute;
        top: -1px;
        right: 0;
        font-size: 18px;
    }
.mobile-language {
    text-align: center;
    margin: 5px 0;
}
.mobile-language li {
    display: inline-block;
}
    .mobile-language li a {
        padding: 0 7px;
        border-right: 1px solid #000;
    }
    .mobile-language li.active a {
        color: yellow;
    }
    .mobile-language li:last-child a {
        border-right: 0;
    }
    @media screen and (max-width: 1440px){
        .wrap-news .news-item .img {
            width: 220px;
        }
        .wrap-news .news-item .content {
            width: calc(100% - 220px);
        }
    }
@media screen and (max-width: 1199px) {
    .nav-links__submenu {
        position: inherit;
    }
    .iconar{
        display:block;
    }
    .header-left.logo img {
        width: 150px;
    }
    .header-banner > img {
        width: 100%;
        height: auto;
    }
    #menu > ul > li > a {
        font-size: 14px;
        padding: 5px 10px;
    }
    .header-banner .banner-content .content-left h2 {
        font-size: 24px;
    }
    .header-banner .banner-content .content-left h1 {
        font-size: 48px;
    }
    .header-banner .banner-content .content-right {
        display: none;
    }
    #section-introduce .content-introduce .content-right .intro-items .item {
        width: calc(50% - 15px);
    }
    #section-advise h2 {
        font-size: 36px;
    }
    footer#footer .social-media a {
        padding: 0;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    
}
@media (min-width: 992px){
    
}
@media (max-width: 992px) {
    .ipadmo-992 { /* hiện menu đt */
        display: block;
    }

    .desktop-992 { /* ẩn menu pc */
        display: none !important;
    }
    
    #home-aside {
        display: none;
    }
    #section-introduce .list-circle .item {
        width: 50%;
        margin-bottom: 30px;
    }
    #section-introduce .content-introduce .content-left {
        margin-bottom: 30px;
        height:100%;
    }
    #section-introduce .content-introduce .content-right {
        height: 100%;
        overflow: unset;
    }
    #footer .col-lg-4 {
        margin-bottom: 15px;
    }
    #footer .col-lg-8 .col-lg-3 {
        margin-bottom: 15px;
    }

    .product-info img {
        margin-bottom: 15px;
    }
    .product-info h1 {
        font-size: 24px;
    }
    .product-description .nav-tabs li a {
        font-size: 16px;
    }
    .top-product-types .left-types {
        margin-bottom: 15px;
    }
    .top-product-types .right-types {
        text-align: center;
    }
    .wrap-content-img img {
        margin-bottom: 15px;
    }
    .wrap-news .main-news {
        margin-bottom: 30px;
    }
    .wrap-projects h1.title {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .product-description .nav-tabs li {
        width: 100%;
        text-align: left;
    }
        .product-description .nav-tabs li a {
            background: #f2f2f2;
            border-bottom: 1px solid #fff;
        }
        .product-description .nav-tabs li a.active {
            border: none;
            background: #2FBDFF;
            color: #fff;
        }
    .product-description .nav-tabs {
        border-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 576px) {
    .header-banner .banner-content {
        top: 75%;
    }
    .header-banner .banner-content .content-left h2 {
        font-size: 14px;
    }
    .header-banner .banner-content .content-left h1 {
        font-size: 18px;
    }
    .header-banner .banner-content .content-left .content-button a {
        font-size: 8px;
        padding: 5px 7px;
        line-height: 1.5;
    }
    .header-banner .banner-content .content-left .content-button a svg {
        height: 10px;
    }
}
@media screen and (max-width: 480px) {
    #section-introduce .list-circle .item {
        width: 50%;
    }
    #section-advise h2 {
        font-size: 24px;
    }
    .wrap-news .news-item .img {
        width: 100%;
    }
    .wrap-news .news-item .content {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 380px) {
    #section-introduce .content-introduce .content-right .intro-items .item {
        width: 100%;
    }
}
