
@media screen and (max-width: 992px) {
    .news-detail-show, .newspage-content-type {
        display: none !important;
        height: 0 !important;
    }
    
    .news-right-font a h2 {
        white-space: normal;
    }    
    
    .news-right-img {
        width: 24%;
    }
    .news-right-font {
        padding: 0 0 0 10px;
        width: 73%;    
    }
    .customerService i {
        font-size: 1rem;
        border-radius: 50%;
    }

    .topI {
        left: auto;
        right: 6px;
    }

        .topI i {
            font-size: .8rem;
            border-radius: 50%;
        }

    .shareit {
        width: 30px;
    }

    #customer {
        display: none;
    }

    .ShowHide {
        transform: rotate(270deg);
    }

        .ShowHide i {
            font-size: .8rem;
        }

    .shareit {
        bottom: 120px;
    }
    #openMenu {
        display: flex !important;
    }

    .logo {
        height: 90px !important;
    }

        .logo img {
            margin-top: 16px !important;
        }

    .nav {
        display: none;
    }

    .bander .swiper-container .swiper-wrapper .swiper-slide img {
        height: 250px !important;
    }

    .content {
        width: 100% !important;
        margin: 0 auto;
    }

    .product-sec {
        display: none !important;
    }

    .product-show li {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5% !important;
    }

    #news-title, #productnews, #new-title, #newsProduct {
        display: none !important;
    }

    .news-left {
        width: 100% !important;
        padding: 20px;
        box-sizing: border-box
    }

    .newsChild-right {
        width: 100% !important;
        padding-right: 20px;
    }

    .product-right {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .product-right-show li {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    .bander {
        height: 250px !important;
    }

    .news-right {
        float: none !important;
        width: 100% !important;
        padding-left: 20px !important;
    }

    em {
        width: 60px !important;
    }

    .ptitle-news {
        display: block !important;
    }

    .ptitle-product {
        display: block !important;
    }

    .news-right p {
        margin-top: 0px !important;
    }

    .news-right-font a h2 {
        line-height: 28px !important;
    }

    .crumbs_in {
        margin-left: 20px !important;
    }

    .news-right-content {
        height: 80px !important;
        margin: 20px 0 !important;
    }

    .news-right-img {
        margin: 0 0 10px 0 !important;
    }

        .news-right-img img {
            width: 124px !important;
            height: 78px !important;
        }

    .news-right p {
        -webkit-line-clamp: 2 !important;
        word-break: break-all !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
    }

    .about p {
        margin: 20px 20px !important;
    }

    .contact p {
        margin: 20px 20px !important;
    }

    .footer-nav {
        display: block !important;
    }
}


#webTicker, #webTicker p {
    display: inline-block;
    justify-content: center;
    height: 32px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}
