@media (max-width: 767px) {
    header .text-bg-dark {
        display: none;
    }

    .mi-main-menu {
        display: none;
    }
    .page-header .container{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .sBanner{
        height: 15rem !important;
    }
    .page-content h1{
        font-size: 2rem !important;
    }
    .list-item-video .about-video{
        height: 16rem;
    }
    .list-item-video .about-video .mi-about-play{
        width: 100%;
        right: 0;
    }
    .list-item-video .about-video .mi-about-play .title{
        font-size: 1rem;
    }
    .mi-news .news-title{
        padding-top: 5rem !important;
    }
    .mi-index-banner{
        height: 100vh;
    }
    .mi-index-banner .swiper-slide{

    }
    .mi-index-banner .swiper-slide video{
        height: 100vh !important;
        width: auto !important;
    }
    .miSwiper{
        height: 30rem;
    }
    .miSwiper .carousel-caption {
        top: 20% !important;
        left: 5% !important;
        right: 5% !important;
        width: 90%;
    }
    .miSwiper .carousel-caption h1{
        font-size: 2.5rem !important;
        margin-bottom: 1.5rem !important;
        padding: 0 !important;
    }
    .miSwiper .carousel-caption .desc{
        font-size: 1.2rem !important;
        padding: 0 !important;
    }
    .hot-product h1{
        font-size: 2rem;
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .hot-product .about-video{
        height: 20rem;
    }
    .hot-product .about-video .mi-about-play{
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .applicationSwiper{
        height: 23rem;
    }
    .mi-factory{
        background-size: auto 100%;
        padding: 0 !important;
    }
    .mi-factory .content .top{
        top: 0;
    }
    .mi-factory .container .content{
        width: 100%;
    }
    .mi-factory .content .content-s{
        padding: 1rem;
    }
    .mi-about-values .card-body .info{
        height: auto;
    }
    .mi-products-swiper .swiper-slide .info{
        height: auto;
    }
    .mi-cover-set .row-cols-md-2 .card-body {
        height: 20rem;
    }
    .mi-about-items .show-item-big{
        height: 21rem;
        margin-bottom: 2rem;
    }
    .mi-about-items .show-item .info{
        height: 3rem;
    }
}
@media (min-width: 767px) {
    .main-menu-wrapper__main-menu {
        display: none;
    }
    #bdNavbar{
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu-wrapper__call {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 100px;
    }



}