@media screen and (max-width: 1300px) {
    .open-offcanvas,
    .close-offcanvas,
    i.btn-open-dropdown {
        display: none;
    }
    .header-main .header-logo {
        width: 290px;
        min-height: 100px;
        float: left;
        position: relative;
        line-height: 100px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-left: 1px;
    }
    .header-main {
        height: 100px;
        width: 100%;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /*.logo-sticky {*/
    /*    height: 85px;*/
    /*}*/
    .header-transparent.header-fixed .header-main img.logo-trans, .header-main img.logo-trans, .header-transparent .header-main img.logo-sticky {
        display: none;
    }
    .header-main .main-nav-wrapper {
        /* float: right; */
    }
    #main-nav > li > a {
        line-height: 88px;
        color: #29272e;
        /*text-transform: uppercase;*/
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 8px;
    }
    header.header-fixed .header-main {
        background-color: #fff;
        height: 86px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    }
    #main-nav .dropdown.open > .dropdown-menu {
        opacity: 1;
        z-index: 99;
        top: 100%;
    }
    /*.swiper-container{*/
    /*    width: 1280px;*/
    /*    height: 782px;*/
    /*}*/
    /*.swiper-container img{*/
    /*    width: 1280px;*/
    /*    height: 782px;*/
    /*    max-width:100%;*/
    /*    max-height:100%;*/
    /*}*/
    /*.swiper-container-e {*/
    /*    width: 1280px;*/
    /*    height: 400px;*/
    /*}*/
    /*.swiper-container-e img{*/
    /*    width: 1280px;*/
    /*    height: auto;*/
    /*    max-width:100%;*/
    /*    max-height:100%;*/
    /*}*/
    /*.top-slider .slide-item .slide-bg,*/
    /*.top-slider .slide-item .slide-bg img{*/
    /*    transition: opacity .5s; opacity: 1;*/
    /*}*/
    /*.top-slider .slide-item .slide-bg img{*/
    /*    width: 100%;*/
    /*    position: inherit;*/
    /*    max-width: none;*/
    /*    left: 50%;*/
    /*    height: 782px;*/
    /*}*/

    .func-btn-div {
        width: 1000px;
        margin: 20px auto;
    }
}
