@media(max-width: 1199px) {
    .main-nav .side-menu__toggler {
        display: block;
        top:20px;
        right:0;
    }
    .main-nav {
        width: 100%;
        z-index: 91;
    }
    .main-nav .main-nav__main-navigation {
        display: none;
    }

    .main-nav .logo-box {
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between;
        width: 100%;
    }
    .main-nav .logo-box img{
        width:70%;
    }
    .main-nav .main-nav__right {
        margin-left: auto;
    }

    .main-nav .main-nav__right .sidemenu-icon {
        display: none;
    }
    .footer-logo{
        width:450px;
    }


    .sub-nav .nav-item h2{
        margin:0 15px 10px 0;
        font-size: 14px;
    }
    .sub-nav .nav-item:hover h2 {
        font-size: 16px;

    }
    .sub-nav .nav-item.active h2 {
        font-size: 16px;
    }
    .sidebar-title h3{
        font-size: 18px;
    }


    .site-footer{
        padding-top:120px;
    }
}

@media(max-width: 991px) {
    .page-wrapper{
        background-repeat: no-repeat;
        background-size: cover;
    }
    .page-wrapper.article{
        background-image: none;
    }
    .main-nav {
        background-image:url(../images/top-bg.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .main-nav .logo-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner-section .carousel-indicators{
        bottom:5px;
    }
    .banner-section .carousel-indicators li{
        width:10px;
        height:5px;
        border-radius: 15px;
    }
    .banner-section .carousel-indicators li.active{
        width:15px;
        height:5px;
    }
    .carousel-control-next,
    .carousel-control-prev{
        display: none;
    }
    .news-slide .carousel-caption h5{
        font-size:14px;
        line-height: 160%;
    }
    .section2{
        background-attachment: inherit;
    }
    .section3{
        background-position: top center;
        padding:20px 0;
    }

    .section1{
        padding:20px 0;
        background-color:#f0e2ce;
        background-image: url(../images/home-bg-s1.jpg);
        background-position:top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .block-title.home {
        padding:20px 0 ;
    }

    .block-title .more{
        position: absolute;
        right:0;
        top:15px;
        font-size: 12px;
    }

    .article p img{
        width:100%;
    }
    .sub-container{
        padding-top:30px;
        padding-bottom:100px;
    }
    .site-footer{
        padding-top:0;
        background-image: none;
    }


}

@media(max-width: 767px) {
    .main-nav .side-menu__toggler {
        display: block;
        top:20px;
        right:0;
    }

    .block-title.home .block-title-title h3{
        font-size: 16px;
    }

    .block-title .more{
        top:16px;
    }

    .list-text .title{
        font-size:14px ;
    }

    .sub-nav4 .nav-item h2{
        font-size: 14px;
    }
    .article-box{
        padding:20px 0;
    }
    .article .title{
        margin-bottom:30px;
        text-align: center;
    }
    .article .title h2{
        font-size: 18px;
        font-weight: bold;
    }

    .article-team{
        position: relative;
        padding-left:0;
    }
    .article-team .img{
        width:200px;
        margin:10px auto;
        position:relative;
    }

    .section-link .item{
        height:120px;
    }

    .section-link .item .a1{
        height:120px;
        padding-top:30px;
    }
    .section-link .item .a1 a{
        font-size: 12px;
    }
    .section-link .item:hover .a1 img{
        margin-bottom:10px;
    }
    .section-link .item .a1 img{
        margin-bottom:10px;
        width:30px;
    }

    .xyy-js{
        padding:20px;
    }
    .xyy-js .title h4{
        font-size: 20px;
        float:none;
        padding-right:0;
    }
    .xyy-js .title{
        font-size: 14px;
    }
    .xyy-js p{
        font-size: 14px;
    }
    .sub-list .list-text1 .title{
        font-size:14px ;
    }

    .site-footer{
        padding-top:0;
    }
    .sub-container{
        padding-top:2px;
        padding-bottom:50px;
    }

}

@media(max-width: 625px) {

}

@media(max-width: 575px) {
}

@media(max-width: 480px) {

}
@media(max-width: 375px) {

}
@media(max-width: 360px) {


}