

@media (max-width: 768px){
    .mainmenu-area #primary-menu > ul > li {
        padding: 12px 2px;
    }
    .social-menu{
        text-align: left;
    }
    .page-title {
        margin-bottom: 30px;
    }
    .page-title h2 {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 0;
        margin-top: 15px;
        font-size: 20px;
    }
    .section-padding{
        padding: 30px 0;
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }
    .col-sm-offset-1 h3.text-uppercase{
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .client-area, .header-area {
        height: 400px;
        padding-top: 45px;
    }
    .box-goidv{
        padding-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .header-text h2{
        font-size: 32px;
    }
}


@media (max-width: 480px) {
    .mainmenu-area .logo {
        max-width: 150px;
        margin-top: -10px;
    }
    .mainmenu-area .navbar-brand .slogan{
        font-size: 8px;
        /* font-family: "Times New Roman"; */
        font-style: italic;
        position: absolute;
        right: 16px;
        bottom: -7px;
    }

    .box-taisao h3{
        height: 30px;
        font-size: 18px;
    }

    .caption-slider .carousel-indicators li{
        padding-top: 15px;
        padding-right: 15px;
        font-size: 12px;
    }

}
