@media screen and (max-width: 1280px), screen and (max-height: 1024px) {
    .open-offcanvas,
    .close-offcanvas,
    i.btn-open-dropdown {
        display: none;
    }
    .header-main {
        height: 100px;
        width: 100%;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header-main .header-logo {
        width: 300px;
        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: 30px;
    }
    .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: 80px;
        color: #29272e;
        /*text-transform: uppercase;*/
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 15px;
    }
    #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;
    }

    .btn-div{
        width: 100%;
    }

    .func-btn{
        overflow: auto;
        min-width: 160px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #dedede;
        background-color: white;
        margin: 10px 30px 0px 0px;
    }

    .func-btn:hover{
        background-color: #369FF0;
        color: white;
        font-weight: bold;
    }

    .func-btn-active{
        background-color: #369FF0;
        color: white;
        font-weight: bold;
    }

    .div-content{
        text-align: center;
        width: 1000px;
        margin: 0 auto;
        min-height: 187px;
    }
    .bus-info-div{
        text-align: center;
        border: 1px solid #dedede;
        /*height: 500px;*/
        padding: 10px;
        overflow: auto;
        box-shadow: 1px 10px 10px #ccc;
    }
    .bus-info-div-content{
        width: 98%;
        margin: 0px auto;
    }
    /*@media screen and (max-height: 1024px){*/
    /*}*/

    .top-slider .slide-item .case-content {
        position: absolute;
        top: 18%;
        color: #fff;
        z-index: 1;
        left: 6%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        width: 900px;
    }
    .top-slider .slide-item .case-content-btn-div {
        margin-left: 30%;
        position: absolute;
        top: 61%;
        left: 16.2%;
        width: 120px;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .top-slider .slide-item .case-content-btn-div .swin-btns{
        margin-top: 20px;
    }
    .swin-btns {
        position:relative;
        min-width: 100px;
        line-height: 40px;
        border: 1px solid #a9a9a9;
        display: flex;
        justify-content: center;
        border-radius: 40px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
        overflow: hidden;
        /*background-image:-webkit-gradient(linear,left top,left bottom,from(#6cc3fe),to(#21a1d0));*/
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-name: breathe;
        -webkit-animation-duration: 700ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
    }
    .top-slider .slide-item .case-content .sub-title {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 30px;
        margin-top: 30px;
        text-align: left;
        width: 538px;
        letter-spacing: 1px;
    }

    .top-slider .slide-item .content {
        position: absolute;
        top: 40%;
        color: #fff;
        z-index: 1;
        left: 10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .top-slider .slide-item .content .sub-title {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 30px;
        margin-top: 30px;
        text-align: center;
        width: 900px;
    }
    .top-slider .slide-item .physi-store-content {
        position: absolute;
        top: 53%;
        color: #fff;
        z-index: 1;
        left: 7%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .top-slider .slide-item .physi-store-content .sub-title {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 30px;
        margin-top: 50px;
        text-align: center;
        width: 1000px;
    }
    .top-slider .slide-item .physi-store-content .physi-store-content-div .physi-store-img-div {
        position: relative;
        width: 900px;
        margin: 40px auto 0 auto;
    }
    .top-slider .slide-item .into-china-content {
        position: absolute;
        top: 46%;
        color: #fff;
        z-index: 1;
        left: 7%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .top-slider .slide-item .into-china-content .sub-title {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 30px;
        margin-top: 30px;
        text-align: center;
        width: 1000px;
    }
    .top-slider .slide-item .into-china-content .into-china-content-btn-div {
        height: 250px;
        margin-top: 80px;
        /* background: url(../../assets/images/sik_bg.png); */
    }

    .top-slider .slide-item .into-china-content .into-china-content-btn-div .into-china-content-img {
        float: left;
        margin-left: 50px;
    }
    .top-slider .slide-item .into-china-content .into-china-content-btn-div .into-china-content-img .li_bgg {
        position: absolute;
        z-index: 99999;
        width: 270px;
        background: url(../../assets/images/sik_listbg.png);
        height: 173px;
        opacity: 0;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        cursor: pointer;
    }
    .top-slider .slide-item .into-china-content .into-china-content-btn-div .into-china-content-img img {
        width: 270px;
        height: 173px;
        position: inherit;
    }
    .top-slider .slide-item .into-china-content .into-china-content-btn-div .into-china-content-img .li_bgg span {
        position: absolute;
        z-index: 99999999;
        color: #fff;
        font-size: 18px;
        top: 4px;
        left: 10px;
    }
    .top-slider .slide-item .into-china-content .into-china-content-btn-div .into-china-content-img .li_bgg p {
        position: absolute;
        z-index: 99999;
        line-height: 20px;
        width: 246px;
        color: #e5e5e5;
        font-size: 12px;
        top: 38px;
        left: 10px;
    }
}
