@media (max-width: 767px) {
    .solution-short {
        height: 16rem !important;
        display: -webkit-box;
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 5;*/
        /*overflow: ;*/
    }
    .solution-hr {
        display: none;
    }
    .solu-h4 {
        height: 2rem !important;
    }
    .margin-bottom {
        margin-bottom: 2rem !important;
    }
}


.swiper-button-next {
    position: absolute;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
    right: 0;
    /*background-image: url(/public/left.png);*/
}
.swiper-button-prev {
    position: absolute;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
    right: 0;
}
.swiper-button-next:focus {
    outline: none;
}
.swiper-button-prev:focus {
    outline: none;
}
{if condition="lang('lang') == 'cn'"}
    .top-top {
        top: 3.5rem;
    }
{else /}
    .top-top {
        top: 4.5rem;
    }
{/if}



@media (max-width:767px) {
    .product-des {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .p1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

}



/* footer */

footer a {
    color: white !important;
}
footer {
    background: rgb(0, 64, 152);
}
footer h5 {
    font-size: 16px;
    color: white;
}
footer h4 {
    color: white;
}
footer p {
    font-size: 14px !important;
    color: white;
}
footer p a {
    color: white;
}
footer p a:hover {
    color: rgb(184, 184, 184);
}
.footer-sm-phone {
    display: none;
}
@media (max-width: 767px) {
    .footer-sm {
        display: none;
    }
    .footer-sm-phone {
        display: block;
        width: 90%;
    }
}
.a-white {
    color: white;
}
.foot_hr {
    margin-top: 1rem;
    margin-bottom: 0px;
    border: 0;
    width: 3rem;
    border-top: 1px solid #eee;
    position: absolute;
    left: 9%;
}

