@media(max-width: 1199px) {
    .main-nav-one .side-menu__toggler {
        display: block;
        color: #ffffff;
        font-size: 18px;
        margin-left: 20px;
    }

    .main-nav-one .main-nav__main-navigation {
        display: none;
    }

    .main-nav-one .logo-box {
        display: flex;
        align-items: center;
        border: none;
    }

    .main-nav-one .main-nav__right {
        margin-left: auto;
    }

    .main-nav-one .main-nav__right .sidemenu-icon {
        display: none;
    }
    .banner-carousel .slide-item {
        height:450px;
    }
    .banner-section .owl-theme .owl-nav {
        top: 60%;
    }
    .banner-section .owl-theme .owl-nav .owl-prev {
        left: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .banner-section .owl-theme .owl-nav .owl-prev:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .banner-section .owl-theme .owl-nav .owl-next {
        right: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .banner-section .owl-theme .owl-nav .owl-next:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .block-title {
        padding:20px;
    }
    .page-header {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 150px;
        padding-bottom: 80px;
        font-size: 18px;
    }
    .section-hsyj .video-box{
        padding:0;
    }

}

@media(max-width: 991px) {
video {
    width: 100%;
}
    .main-nav-one .logo-box {
        padding-top: 17.5px;
        padding-bottom: 17.5px;
    }

    .main-nav-one .main-nav__right {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .banner-carousel .slide-item {
        height:400px;
    }
    .banner-section .owl-theme .owl-nav {
        top: 60%;
    }
    .banner-section .owl-theme .owl-nav .owl-prev {
        left: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .banner-section .owl-theme .owl-nav .owl-prev:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .banner-section .owl-theme .owl-nav .owl-next {
        right: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .banner-section .owl-theme .owl-nav .owl-next:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .page-header {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 150px;
        padding-bottom: 80px;
        font-size: 18px;
    }
    .page-header h2 {
        font-size: 18px;
    }
    .article p img{
        width:100%;
    }

}

@media(max-width: 767px) {
    .banner-section .owl-theme .owl-nav {
        display: none !important;
    }

    .banner-carousel .slide-item {
        height:180px;
    }

    .bg_gradual::before{
        height:80px;
    }
    .page-header {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 100px;
        padding-bottom: 80px;
        font-size: 18px;
    }
    .page-header h2 {
        font-size: 18px;
    }
    .breadcrumb{
        -ms-flex-pack:start!important;justify-content:flex-start!important
    }
    .section-links h3{
        font-size: 18px;
    }
    .block-title .block-title-title{
        font-size: 18px;
    }
    .block-title  .more{
        font-size: 12px;
        top:0;
    }
    .page-header {
        background-repeat: no-repeat;
        background-position:top center;
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .sub-nav .xy.nav-item h2{
        padding:10px 0;
        margin:0 16px 0 0;
        font-size: 16px;
        position: relative;
        text-align: center;
    }
    .article-box{
        padding:20px 0;
    }
    .article .title h2{
        font-size: 18px;
        margin-bottom:10px;
        text-align: left;
    }
    .article .title .publish-info{
        text-align: left;
        border-bottom: 1px solid #ebebeb;
        background: transparent;

    }
    .section-hsyj .video-box{
        height:240px;
        overflow: hidden;
        padding:0;
    }

    .text-link{
        padding-top:0px;
    }
    .text-link a{
        display: block;
        padding:8px 12px;
        margin-left:10px;
        margin-bottom:10px;
    }
    .collection-two .bg-1{
        height:360px;
    }
    .team-section .item {
        margin: 0 15px 40px;
        width: 160px;
        height: 208px;
        display: flex;
        display: -webkit-flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        background-color:#ffffff ;
        background-repeat: no-repeat;
        background-position: left top;
        background-size:160px 208px;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        cursor: pointer;
        -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));

    }
    .team-section .item.active {
        width: 650px;
    }
}

@media(max-width: 625px) {
    .banner-section .owl-theme .owl-nav {
        display: none !important;
    }

    .banner-carousel .content-box h2 {
        font-size: 40px;
    }

    .banner-carousel .content-box .btn-box {
        margin-top: 40px;
    }

    .banner-carousel .slide-item {
        height:180px;
    }
    .bg_gradual::before{
        height:80px;
    }
    .team-section .owl-theme .owl-nav {
        display: none;
    }

}

@media(max-width: 575px) {

}

@media(max-width: 480px) {


}
