@media screen and (max-width: 990px) {
    .header {
        height: 60px;
    }
    .header__nav {
        display: none;
    }
    .header__logo {
        display: flex;
        justify-content: center;
    }
    .header__logo a {
        width: 100px;
        text-align: center;
    }
    .header__logo img {
        height: 53px;
    }
    .hotline-header {
        display: none;
        font-size: 14px;
        line-height: 13px;
        right: 50%;
        transform: translateX(50%);
    }
    .menu-icon {
        display: block;
    }
    .search-mobile {
        display: none;
    }
    /* 
    .banner__title h3{
        margin-top: 0;
    } */
    .information__boxleft {
        margin-bottom: 30px;
    }
    .fixed {
        display: none;
    }
    .banner__title-box {
        padding: 0 !important;
    }
    .infor-box-right {
        margin-bottom: 0;
    }
    .header-boxsection2 {
        justify-content: flex-start;
    }
    .boxsection2__img {
        margin-left: 10px;
    }
    .boxsection2__title {
        padding-left: 20px;
    }
    .footer-bot {
        margin-top: 20px;
    }
    /* detail-file */
    .detail__header-right {
        margin-top: 20px;
    }
}

@media screen and (max-width: 772px) {
    .map iframe {
        height: 250px;
    }
    .hidden-sm {
        display: none;
    }
    .banner__title h3 {
        font-size: 25px;
    }
    .slide-banner {
        height: auto;
    }
    .slide-banner img {
        background-size: cover;
        height: 500px;
        width: auto;
    }
    .banner2__title {
        margin-left: 0;
        left: 2%;
    }
    .icon-social {
        display: none;
    }
    .section1-sup {
        padding-top: 10px;
    }
    .navigation ul {
        display: -webkit-box;
        overflow: scroll;
        height: 26px;
    }
    .footer__box4 form {
        height: 35px;
    }
}

@media screen and (max-width:424px) {
    .map iframe {
        height: 200px;
    }
    .banner2-box {
        display: block;
    }
    .banner2-box a {
        margin-bottom: 15px;
    }
    .banner__title-nav ul li{
        font-size: 0.7375rem;
    }
}