@media only screen and (max-width: 1200px) {}

@media (max-width: 992px) {
    header .navbar-nav {
        width: 100%;
    }

    .scroll-css .header-tel a {
        color: #fff;
    }

    .header-title.ken-burn-center h1 {
        font-size: 25px !important;
    }

    .section-empty .title-base h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .header-tel a {
        color: #fff;
        line-height: 33px;
    }

    header .navbar-right>* {
        display: inline-block;
        padding-right: 25px !important;
    }

    .shop-menu-cnt {
        padding-top: 0 !important;
    }

    .shop-menu-cnt>i {
        line-height: 33px;
    }
    .section-empty .title-base h1 {
        font-size:18px;
    }
    .as-contact-box {
        
    }
}