@media(max-width:1300px){
    .container{
        width: 100%;
    }
}

@media(max-width:1020px){
    .single_content .share_cont{
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .single_content .share {
        position: relative;
        width: 100%;
        top: 0;
        left: 0px;
        margin-bottom: 20px;
    }
    .single_content .share .name{
        display: inline-block;
        margin-right: 20px; 
        padding-top: 12px;
    }
}

@media(max-width:992px){
    .nav_open{display: block;}
    header .logo img{
        height: 60px;
        margin-top: 6px;
    }
    header nav.desc{display: none;}
    header .logo{width: calc(60% - 35px);}
    button.btn{
        min-width: 120px;
        height: 33px;
        font-size: 12px;
        line-height: 33px;
    }
    header .right{
        width: 40%;
    }
    .home_top h1{
        font-size: 34px;
        line-height: 37px;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }
/*     .single_fixed{
        display: none !important;
    } */
    .single_top{
        min-height: 435px;
    }
    .single_top .cont h1{
        font-size: 34px;
        line-height: 37px;
    }
    .single_top .cont{
        bottom: 30px;
        left: 15px;
        margin-left: 0;
        width: calc(100% - 30px);
    }
    .single_top .back{display: none;}
    .search_page{
        padding: 35px 0px;
    }
    .home{
        padding: 35px 0px;
    }
    .search_page .sidebar {
        width: 100%;
        padding-right: 0px;
        float: none;
    }
    .search_page .content{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .search_page .st{
        display: none;
    }
    .search_page .stm{
        display: block;
    }
}

@media(max-width:768px){
    .home_top .search{width: 100%;}
    .slider .carousel .item{
        margin-bottom: 20px;
        min-height: 204px;
    }
    footer .logo{
        width: 25%;
        margin-bottom: 15px;
    }
    footer .cont{
        width: 75%;
    }
    footer .soc{
        position: relative;
        margin-bottom: 20px;
    }
    footer nav{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    footer nav .item{
        width: 48%;
        margin-bottom: 10px; 
        margin-right: 0;
        padding-right: 5px;
    }
    footer .copy{
        float: none;
        width: 100%;
        text-align: left;
    }
    .page404 h3{
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }
    .page404 h5{
        font-size: 14px;
        line-height: 32px;
    }
    .single_content .container{
        width: 100%;
    }
    .search_page .content .item .img{
        float: none;
        width: 100%;
         height: 200px; 
        margin-bottom: 15px;
    }
    .search_page .items .item{
        flex-direction: column;
    }
    .item-img{
        width: 100%;
    /* height: 175px; */
    /* flex: 0 1 300px; */
    margin-right: 0px;
    background-size: cover;
    height: auto;
    flex: 0 1 300px;

    }
    .search_page .items .item .txt {
        position: relative;
        padding-right: 50px;
        /* flex: 0 0 59%; */
        width: 100%;
    }
}


@media(max-width:480px){ 
    .home_top {
        padding: 90px 0 75px; 
        min-height: 400px;
        background-image: url(../image/homebgm.png);
    }
    .home_top h1 {
        margin-bottom: 80px;
    }
}
@media(max-width:420px){ 

    .home_top h1 {
        margin-bottom: 90px;
    }
}
@media(max-width:370px){ 

    .home_top h1 {
        margin-bottom: 60px;
    }
}
@media(max-width:570px){ 
    .item-img{
    flex: 0 1 200px;
  }
  .single_content{
    padding: 45px 0;
}
    }
@media(min-width:993px){ 
    .site-overlay.actives {
        display: none;
    }
    .burger-menu.active{
        display: none;
    }
}
@media(max-width:760px){ 
    .carousel.right .owl-stage-outer:after {
        right: 0;
        background-image: none;
    }

    
}

@media screen and (max-width: 767px) {
    .owl-item.cloned{
      display: none !important;
    }
    .owl-stage{
      transform:none !important;
      transition: none !important;
      width: auto !important;
    }
    .owl-item{
      width: auto !important;
    }
    .owl-carousel .owl-item {
       
        float: none;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }
    .owl-nav{
        display: none;
    }
    .pagination .item{
        height: 0px;
    }
    .pagination .item.right .next {
        /* width: 40px; */
        height: 40px!important;
    }
  }
