html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
a{
    text-decoration: none;
    color: white;
}

a:hover { 
    text-decoration: none;
}

ul,li,h1,h2,h3,a,p{
    margin: 0px;
    padding: 0px;
}
li{
    list-style-type: none;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
    display: block;
    line-height: 23px;
}

.swiper-pagination-bullet-cs {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.30);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    width: 23px;
    height: 23px;
    border: 1px solid white;
}

.swiper-pagination {
    right: 10px;
}
@media(min-width: 566px){
    .swiper-pagination {
        right: 40px !important;
    }
}

@media(min-width: 823px){
    .swiper-pagination {
        right: 40px !important;
    }
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
}

.swiper-slide {
    overflow: hidden;
}


/* ################# cpnnvb  ################## */

.cpnnvb .navbar {
    z-index: 0;
    opacity: 1;
}

.cpnnvb .navbar .box-li{
    margin: 3% auto 0px;
}

.cpnnvb .navbar .box-li .li{
    /* width: 350px; */
    height: 90px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
@media (min-width: 572px){
    .cpnnvb .navbar .box-li .li{
        /* width: 350px; */
        height: 90px;
    }
}
@media (min-width: 768px){
    .cpnnvb .navbar .box-li .li{
        /* width: 350px; */
        height: 90px;
    }
}

@media (min-width: 823px){
    .cpnnvb .navbar .box-li .li{
        /* width: 350px; */
        height: 215px;
    }
}

.cpnnvb .navbar .box-li .li .a-before{
    font-size: 24px;
    font-family: arial;
    transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
    padding-top: 20px;
    height: 80px;
    color: rgb(255, 255, 255);
    position: relative;
    background: rgba(10, 162, 26, 0.5);
}

@media (min-width: 572px){
    .cpnnvb .navbar .box-li .li .a-before{
        padding-top: 20px;
        height: 80px;
    }
}
@media (min-width: 823px){
    .cpnnvb .navbar .box-li .li .a-before{
        padding-top: 60px;
        height: 200px;
    }
}

.cpnnvb .navbar .box-li .li .a-before:hover{
    background: rgba(10, 162, 26, 1);
}


.btn-toggle {
    position: absolute;
    top: 45px;
    right: 30px;
    height: 56px;
    width: 56px;
    z-index: 9;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    background: rgba(10, 162,26,1);
    white-space: nowrap;
}

.bg-zoom {
    z-index: 8;
    position: absolute;
}

@media(min-width: 566px){
    .bg-zoom, .btn-toggle{
        top: 5px;
        right: 10px;
    }
}

@media(min-width: 823px){
    .bg-zoom, .btn-toggle{
        top: 45px;
        right: 30px;
    }
}

.bars{
    margin-top: 19px;
}
.bar1,
.bar2,
.bar3 {
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin: 6px auto;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(-6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
}

.navbar{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(../img/ls_nav_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
}
.a-before::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 0px;
    background: #fff;
    left: 139px;
    top: 102px;
    z-index: 333;
    transition: all 0.5s;
}
.a-before::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 40%;
    background: #fff;
    left: 30%;
    top: 120px;
    transition: all 0.5s;
}

/* ################# Slide 1  ################## */

.content-sl1 {
    position: absolute;
    /* top: 20px; */
}

.box-m-sl1 {
    width: 170px;
    height: 170px;
    position: absolute;
    top: -66px;
    left: -81px;
    right: 0;
    bottom: 0
}

.box-m-sl1>img {
    height: inherit;
}

.box-l-sl1 {
    width: 246px;
    height: 246px;
    position: absolute;
    top: -104px;
    left: -120px;
    right: 0;
    bottom: 0
}

.box-l-sl1>img {
    height: inherit;
}

.box-xl-sl1 {
    width: 340px;
    height: 340px;
    position: absolute;
    top: -153px;
    left: -168px;
    right: 0;
    bottom: 0
}

.box-xl-sl1>img {
    height: inherit;
}


/* @media(min-width: 566px){
    .box-m-sl1 {
        width: 230px;
        height: 230px;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0;
        bottom: 0
    }

    .box-m-sl1>img {
        height: inherit;
    }

    .box-l-sl1 {
        width: 380px;
        height: 380px;
        position: absolute;
        top: -75px;
        left: -75px;
        right: 0;
        bottom: 0
    }

    .box-l-sl1>img {
        height: inherit;
    }

    .box-xl-sl1 {
        width: 520px;
        height: 520px;
        position: absolute;
        top: -145px;
        left: -145px;
        right: 0;
        bottom: 0
    }

    .box-xl-sl1>img {
        height: inherit;
    }
} */

@media(min-width: 823px){
    .box-m-sl1 {
        width: 230px;
        height: 230px;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0;
        bottom: 0
    }

    .box-m-sl1>img {
        height: inherit;
    }

    .box-l-sl1 {
        width: 380px;
        height: 380px;
        position: absolute;
        top: -75px;
        left: -75px;
        right: 0;
        bottom: 0
    }

    .box-l-sl1>img {
        height: inherit;
    }

    .box-xl-sl1 {
        width: 520px;
        height: 520px;
        position: absolute;
        top: -145px;
        left: -145px;
        right: 0;
        bottom: 0
    }

    .box-xl-sl1>img {
        height: inherit;
    }
}
.animate-zoom-1{
    animation: animatezoomout 1s;
}
.animate-zoom-2{
    animation: animatezoomout 1s;
}
.animate-zoom-3{
    animation: animatezoomout 1s;
}

@keyframes animatezoomout {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* ################# Slide 2  ################## */

.content-sl2{
    left: -50%;
    position: absolute;
    top: 30px;
    width: 100%;
}
@media(min-width: 566px){
    .content-sl2{
        left: -50%;
        position: absolute;
        top: -10px;
        width: 100%;
    }
}

@media(min-width: 823px){
    .content-sl2{
        left: -50%;
        position: absolute;
        top: 30px;
        width: 100%;
    }
}

.box-xxxl-sl2{
    display: none;
}

@media(min-width: 566px){
    .box-xxxl-sl2{
        width: 1440px;
        height: 1073px;
        position: relative;
        display: block;
    }
}

@media(min-width: 823px){
    .box-xxxl-sl2{
        width: 1440px;
        height: 1073px;
        position: relative;
        display: block;
    }
}

.box-xxxl-sl2 > img{
    height: inherit;
}


.box_tt_sl2{
    left: 50%;
    position: absolute;
    top: 60px;
    z-index: 2;
    width: 100%;
}

@media(min-width: 566px){
    .box_tt_sl2{
        position: relative;
        top: 40px;
        z-index: 2;
        width: 100%;
    }
}

@media(min-width: 823px){
    .box_tt_sl2{
        position: relative;
        top: 0px;
        z-index: 2;
        width: 100%;
    }
}


.box_tt_sl2>div>div>p{
    margin-top: 0px;
}

@media(min-width: 566px){
    .box_tt_sl2>div>div>p{
        margin-top: -10px;
    }
}

@media(min-width: 823px){
    .box_tt_sl2>div>div>p{
        margin-top: 210px;
        font-size: 1.55rem;
        text-transform: uppercase;
    }
}

.box_tt_sl2 .section-title {
    color: white;
}

.box-m-sl2 > .box-content{
    display: none;
}

@media(min-width: 566px){
    .box-m-sl2 > .box-content{
        height: inherit;
        position: relative;
        display: block;
    }
}


@media(min-width: 823px){
    .box-m-sl2 > .box-content{
        height: inherit;
        position: relative;
        display: block;
    }
}

.box-m-sl2{
    left: 100%;
    position: absolute;
    top: 200px;
    z-index: 2;
}

@media(min-width: 566px){
    .box-m-sl2{
        left: 100%;
        position: absolute;
        top: 140px;
        z-index: 2;
    }
}


@media(min-width: 823px){
    .box-m-sl2{
        left: 100%;
        position: absolute;
        top: 320px;
        z-index: 2;
    }
}

.box-m-sl2 > 
.box-content >
.text-content{
    position: absolute;
    top: 71px;
    left: 44px;
    z-index: 1;
    width: 209px;
    height: 99px;
}
/* 
.box-content >
.btn{
    position: absolute;
    top: 170px;
    left: 69px;
    z-index: 2;
    width: 160px;
    height: 46px;
    padding: 0.375rem 0.75rem;
}
.iconfont{
    display: inline;
    color: inherit;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    font-size: inherit;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    text-decoration: none;
}

.box-content >
.btn>a{
    width: 100%;
    height: inherit;
    display: table;
    text-decoration: none;
}

.box-content >
.btn>a:visited{
    text-decoration: none !important;
}
 
.box-content >
.btn>a > .font:hover{
    background-color: #0aa21a;
    border-color: #0aa21a;
    color: white;
}
.product-sl3>.box-content >.btn> a > .font{
    border-color:white;
    color: white;
}
.box-content >
.btn> a > .font{
    background-color: rgba(0, 0, 0, 0);
    border-color: #0aa21a;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #0aa21a;
    display: table-cell;
} */

.box-1-circle{
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 3;
    width: 140px;
    height: 140px;
}

.box-2-circle{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 140px;
    height: 140px;
}

.box-3-circle{
    position: absolute;
    top: 195px;
    left: -160px;
    z-index: 3;
    width: 140px;
    height: 140px;
}

.box-4-circle{
    position: absolute;
    top: 195px;
    left: 0px;
    z-index: 3;
    width: 140px;
    height: 140px;
}


@media(min-width: 566px){
    .box-1-circle{
        position: absolute;
        top: 0px;
        left: -280px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }

    .box-2-circle{
        position: absolute;
        top: 0px;
        left: -140px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }

    .box-3-circle{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }

    .box-4-circle{
        position: absolute;
        top: 0px;
        left: 140px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }
}

@media(min-width: 823px){
    .box-1-circle{
        position: absolute;
        top: 0px;
        left: -460px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }

    .box-2-circle{
        position: absolute;
        top: 0px;
        left: -200px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }

    .box-3-circle{
        position: absolute;
        top: 0px;
        left: 60px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }

    .box-4-circle{
        position: absolute;
        top: 0px;
        left: 320px;
        z-index: 3;
        width: 140px;
        height: 140px;
    }
}
.btn-circle{
    position: relative;
}

.bg-circle {
    width: 100%;
    height: 100%;
}

.bg-circle >img{
    position: absolute;
    top: 5px;
    left: 5px;
    transition: ease 0.5s;
    transform: rotate(0deg);
}

.bg-circle:hover >img{
    transition: ease 0.5s;
    transform: rotate(90deg);
}

.btn-link{
    position: absolute;
    width: 120px;
    height: 120px;
    top:10px;
    left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


@media(min-width: 566px){
    .btn-link{
        overflow: inherit;
    }
}

@media(min-width: 823px){
    .btn-link{
        overflow: inherit;
    }
}

.box-m-sl2 .btn-link{
    overflow: inherit;
}

.btn-link:hover {
    text-decoration: none;
}
/* .box-1-circle>.btn-link{
    background: url("../img/ls_p02_btn01.png");
} */
.btn-link>a{
    text-decoration: none;
}



.btn-link>a>div{
    height: 120px;
    border-radius: 50%;
    opacity: 1;
    padding: 0px 5px;
    background-color: #d4f3d747;
}


.btn-link>span{
    position: relative;
    top: -96px;
    color: transparent;
    text-align: center;
    line-height: inherit;
}

@media(min-width: 566px){
    .btn-link>a>div{
        height: 120px;
        border-radius: 50%;
        opacity: 1;
        padding: 0px 5px;
        background-color: none;
    }
    .btn-link>span{
        position: relative;
        top: 10px;
        color: #000;
        text-align: center;
    }
}

@media(min-width: 823px){
    .btn-link>a>div{
        height: 120px;
        border-radius: 50%;
        opacity: 1;
        padding: 0px 5px;
        background-color: none;
    }
    .btn-link>span{
        position: relative;
        top: 10px;
        color: #000;
        text-align: center;
        line-height: 35px;
    }
}


.box-m-sl2 .btn-link>span{
    position: relative;
    top: 10px;
    color: transparent;
    text-align: center;
    
}

.btn-link>a>div:hover{
    opacity: 0.75;
    background-color: #078e66;
}


/* ################# Slide 3  ################## */

.content-sl3{
    display: none;
}

@media(min-width: 566px){
    .content-sl3{
        display: none;
    }
}

@media(min-width: 823px){
    .content-sl3{
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        width: 280%;
        height: 100%;
        z-index: 3;
        display: block;
    }
}


.box-sl3{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media(min-width: 566px){
    .box-sl3{
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}

@media(min-width: 823px){
    .box-sl3{
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}

.product-sl3{
    position: absolute;
    top: 247px;
    left: 6px;
    width: 430px;
    height: 300px;
}
.product-sl3 > .commont-text{
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 2;
    width: 430px;
    height: 12px;
    text-align: left;
    line-height: 12px;
}
.product-sl3>.img{
    position: absolute;
    top: 130px;
    left: 50px;
    z-index: 1;
    /* width: 430px; */
    /* height: 81px; */
    
}

.product-sl3 > .box-content{
    position: absolute;
    top: 220px;
    left: 102px;
    z-index: 4;
    /* width: 160px; */
    height: 46px;
}
.product-sl3 > .box-content> .btn{
    top: 0px;
    left: 0px;
}

.box-sl3 img{
    width: 100%;
    height: 100%;
}

.box-sl3> .box-0{
    position: absolute;
    left: 790px;
    bottom: 75px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../img/Layer1.png');
    width: 523px;
    height: 295px;
    transition: 1s ease;
}

.box-sl3> div> .commont-text, .box-sl3> div> .img{
    z-index: 200;
}

.box-sl3> div> .commont-text:hover, .box-sl3> div> .img:hover{
    transform: scale(1.1);
    cursor: pointer;
}

/* .box-sl3> .box-0:hover{
    transform: scale(1.1);
    cursor: pointer;
} */

.box-sl3> .box-0 > .commont-text{
    top: 180px;
    position: absolute;
    left: 170px;
    width: 180px;
}
.box-sl3> .box-0 > .img{
    position: absolute;
    top: 60px;
    left: 180px;
    z-index: 1;
    width: 100px;
    height: 100px;
}
.box-sl3> .box-1{
    position: absolute;
    left: 640px;
    bottom: 346px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../img/Layer2.png');
    width: 433px;
    height: 158px;
    transition: 1s ease;
}
/* .box-sl3> .box-1:hover{
    transform: scale(1.1);
    cursor: pointer;
} */

.box-sl3> .box-1 > .commont-text{
    top: 50px;
    position: absolute;
    left: 210px;
    width: 140px;
}
.box-sl3> .box-1 > .img{
    position: absolute;
    top: 56px;
    left: 140px;
    z-index: 1;
    width: 78px;
    height: 78px;
}
.box-sl3> .box-2{
    position: absolute;
    left: 620px;
    bottom: 102px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../img/Layer3.png');
    width: 313px;
    height: 312px;
    transition: 1.2s ease;
}
/* .box-sl3> .box-2:hover{
    transform: scale(1.1);
    cursor: pointer;
} */
.box-sl3> .box-2 > .commont-text{
    top: 190px;
    position: absolute;
    left: 70px;
    width: 160px;
}
.box-sl3> .box-2 > .img{
    position: absolute;
    top: 90px;
    left: 60px;
    z-index: 1;
    width: 100px;
    height: 100px;
}
.box-sl3> .box-3{
    position: absolute;
    left: 440px;
    bottom: 520px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../img/Layer4.png');
    width: 433px;
    height: 171px;
    transition: 1.4s ease;
}
/* .box-sl3> .box-3:hover{
    transform: scale(1.1);
    cursor: pointer;
} */
.box-sl3> .box-3 > .commont-text{
    top: 30px;
    position: absolute;
    left: 165px;
    width: 140px;
}
.box-sl3> .box-3 > .img{
    position: absolute;
    top: 60px;
    left: 90px;
    z-index: 1;
    width: 78px;
    height: 78px;
}
.box-sl3> .box-4{
    position: absolute;
    left: 280px;
    bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../img/Layer5.png');
    width: 379px;
    height: 396px;
    transition: 1.3s ease;
    
}
/* .box-sl3> .box-4:hover{
    transform: scale(1.1);
    cursor: pointer;
} */
.box-sl3> .box-4 > .commont-text{
    top: 190px;
    position: absolute;
    left: 210px;
    width: 120px;
}
.box-sl3> .box-4 > .img{
    position: absolute;
    top: 110px;
    left: 184px;
    z-index: 1;
    width: 90px;
    height: 90px;
}
.box-sl3> .box-5{
    position: absolute;
    left: 405px;
    bottom: 550px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../img/Layer6.png');
    width: 333px;
    height: 135px;
    transition: 1.2s ease;
}
/* .box-sl3> .box-5:hover{
    transform: scale(1.1);
    cursor: pointer;
} */
.box-sl3> .box-5 > .commont-text{
    top: 30px;
    position: absolute;
    left: 110px;
    width: 160px;
}
.box-sl3> .box-5 > .img{
    position: absolute;
    top: 55px;
    left: 72px;
    z-index: 1;
    width: 68px;
    height: 68px;
}



.content-sl3-mobile{
    position: absolute;
    top: 20px;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}

@media(min-width: 566px){
    .content-sl3-mobile{
        position: absolute;
        top: -45px;
        /* overflow: hidden; */
        width: 100%;
        height: 100%;
        z-index: 3;
        display: block;
    }
}

@media(min-width: 823px){
    .content-sl3-mobile{
        display: none;
    }
}

.box_tt_sl3-mobile {
    position: absolute;
    top: 80px;
    z-index: 2;
    width: 100%;
    transition: 1s ease ;
}

@media(min-width: 566px){
    .box_tt_sl3-mobile {
        position: absolute;
        top: 20px;
        z-index: 2;
        width: 100%;
        transition: 1s ease ;
    }
}

.box_tt_sl3-mobile .section-title {
    color: white;
}

.box-sl3-mobile{
    position: absolute;
    top: 70px;
    left: 160px;
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    transition: 1s ease ;
}

@media(min-width: 566px){
    .box-sl3-mobile{
        position: absolute;
        top: 70px;
        left: 160px;
        /* width: 100%; */
        /* height: 100%; */
        display: block;
        transition: 1s ease ;
    }
}

@media(min-width: 823px){
    .box-sl3-mobile{
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
        height: 100%;
        transition: 1s ease ;
        display: none;
    }
}

.box-sl3-mobile> .box-1{
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 3;
    width: 140px;
    height: 140px;
    transition: 1s ease;
}

.box-sl3-mobile> .box-0{
    position: absolute;
    top: 180px;
    left: 10px;
    z-index: 3;
    width: 140px;
    height: 140px;
    transition: 1s ease;
}

.box-sl3-mobile> .box-4{
    position: absolute;
    top: 320px;
    left: 10px;
    z-index: 3;
    width: 140px;
    height: 140px;
    transition: 1s ease;
}

.box-sl3-mobile> .box-2{
    position: absolute;
    top: 40px;
    left: -150px;
    z-index: 3;
    width: 140px;
    height: 140px;
    transition: 1s ease;
}

.box-sl3-mobile> .box-3{
    position: absolute;
    top: 180px;
    left: -150px;
    z-index: 3;
    width: 140px;
    height: 140px;
    transition: 1s ease;
}

.box-sl3-mobile> .box-5{
    position: absolute;
    top: 320px;
    left: -150px;
    z-index: 3;
    width: 140px;
    height: 140px;
    transition: 1s ease;
}

@media(min-width: 566px){
        
    .box-sl3-mobile> .box-1{
        position: absolute;
        top: 30px;
        left: -105px;
        z-index: 3;
        width: 140px;
        height: 140px;
        transition: 1s ease;
    }

    .box-sl3-mobile> .box-0{
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 3;
        width: 140px;
        height: 140px;
        transition: 1s ease;
    }

    .box-sl3-mobile> .box-4{
        position: absolute;
        top: 150px;
        left: -35px;
        z-index: 3;
        width: 140px;
        height: 140px;
        transition: 1s ease;
    }

    .box-sl3-mobile> .box-2{
        position: absolute;
        top: 30px;
        left: -245px;
        z-index: 3;
        width: 140px;
        height: 140px;
        transition: 1s ease;
    }

    .box-sl3-mobile> .box-3{
        position: absolute;
        top: 150px;
        left: -170px;
        z-index: 3;
        width: 140px;
        height: 140px;
        transition: 1s ease;
    }

    .box-sl3-mobile> .box-5{
        position: absolute;
        top: 150px;
        left: 105px;
        z-index: 3;
        width: 140px;
        height: 140px;
        transition: 1s ease;
    }
}

.box-sl3-mobile .btn-link{
    background-color: #ffffffba;
}

.box-sl3-mobile .btn-link>a, .box-sl3-mobile .btn-link>div{
    position: absolute;
    width: 120px;
}

.box-sl3-mobile .btn-link>div>span{
    font-weight: bold;
}

.box-sl3-mobile>div>div>div{
    font-size: 16px;
}

.box-sl3-mobile> .box-0>div>div{
    padding-top: 16px;
}



/* ################# Slide 4  ################## */

.content-sl4{
    position: absolute;
    top: 0px;
    height: 100px;
    left: 0px;
    height: 100%;
    width: 100%;
}
@media(min-width: 566px){
    .content-sl4{
        position: absolute;
        top: -70px;
        height: 100px;
        left: 0px;
        height: 100%;
        width: 100%;
    }
}

@media(min-width: 823px){
    .content-sl4{
        position: absolute;
        top: -30px;
        height: 100px;
        left: 0px;
        height: 100%;
        width: 100%;
    }
}
.box-sl4{
    position: relative;
    margin: auto;
    top: 129px;
    height: 150px;
    z-index: 102;
    /* width: 615px;
    height: 157px; */
    transition: 1.3s ease;
}

.box-sl4 .section-title{
    color: white;
}

.slide-news {
    position: relative;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.slide-news .owl-item img{
    height: 200px;
}

.owl-item .detail-new{
    display: none;
}

.slide-news .section-title{
    font-size: 20px;
    color: #ffffffe6;
    overflow: hidden;
}

@media(min-width: 566px){
    .slide-news {
        margin-top: 0px;
        padding-left: 40px;
        padding-right: 80px;
    }
    .slide-news .owl-item img{
        height: 210px;
    }
    .owl-item .detail-new{
        display: block;
    }
    .slide-news .section-title{
        font-size: 30px;
        color: #ffffffe6;
    }

}

@media(min-width: 823px){
    .slide-news {
        margin-top: 100px;
        padding-left: 40px;
        padding-right: 80px;
    }
    .slide-news .owl-item img{
        height: 300px;
    }
    
    .owl-item .detail-new{
        display: block;
    }
    .slide-news .section-title{
        font-size: 40px;
        color: #ffffffe6;
    }
   
}


/* ################# Slide 5  ################## */

.content-sl5{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

@media(min-width: 566px){
    .content-sl5{
        position: absolute;
        top: -80px;
        left: 0px;
        height: 100%;
        width: 100%;
    }
}

@media(min-width: 823px){
    .content-sl5{
        position: absolute;
        top: -50px;
        left: 0px;
        height: 100%;
        width: 100%;
    }
}



.box-top-sl5, .box-bottom-sl5{
    display: none;
}

@media(min-width: 566px){
    .box-top-sl5{
        display: block;
        position: absolute;
        top: 43px;
        z-index: 1;
        width: 100%;
        height: 386px;
        margin: auto;
        overflow: hidden;
        transition: 1.2s ease;
    }
    .box-bottom-sl5{
        display: block;
        position: absolute;
        top: 470px;
        z-index: 2;
        width: 100%;
        height: 313px;
        margin: auto;
        overflow: hidden;
        transition: 1.2s ease;
    }
}

@media(min-width: 823px){
    .box-top-sl5{
        display: block;
        position: absolute;
        top: 43px;
        z-index: 1;
        width: 100%;
        height: 386px;
        margin: auto;
        overflow: hidden;
        transition: 1.2s ease;
    }
    .box-bottom-sl5{
        display: block;
        position: absolute;
        top: 470px;
        z-index: 2;
        width: 100%;
        height: 313px;
        margin: auto;
        overflow: hidden;
        transition: 1.2s ease;
    }
}


.box-sl5{
    position: absolute;
    margin: auto;
    top: 140px;
    left: 205px;
    z-index: 102;
    width: 100%;
    /* height: 230px; */
    transition: 1.3s ease;
}

@media(min-width: 566px){
    .box-sl5{
        position: absolute;
        margin: auto;
        top: 130px;
        z-index: 102;
        width: 100%;
        height: 313px;
        transition: 1.3s ease;
    }
}

@media(min-width: 823px){
    .box-sl5{
        position: absolute;
        margin: auto;
        top: 210px;
        z-index: 102;
        width: 100%;
        height: 313px;
        transition: 1.3s ease;
    }
}

.content-sl5 .section-title {
    color: white;
}

.box-sl5 >div>div>p{
    display: none;
}

@media(min-width: 572px){
    .box-sl5 >div>div>p{
        display: none;
    }
}

@media(min-width: 823px){
    .box-sl5 >div>div>p{
        display: block;
    }
}



.content-sl5>.box-content{
    position: absolute;
    top: 490px;
    left: 210px;
    z-index: 6;
    width: 100%;
    height: 46px;
    margin: auto;
    transition: 1.5s ease;
}

@media(min-width: 566px){
    .content-sl5>.box-content{
        position: absolute;
        top: 345px;
        z-index: 6;
        width: 100%;
        height: 46px;
        margin: auto;
        transition: 1.5s ease;
    }
}

@media(min-width: 823px){
    .content-sl5>.box-content{
        position: absolute;
        top: 535px;
        z-index: 6;
        width: 100%;
        height: 46px;
        margin: auto;
        transition: 1.5s ease;
    }
}
.content-sl5>.box-content>.btn{
    position: relative;
    top: 0px;
    left: 0px;
    width: 180px;
}

.box-contact{
    position: absolute;
    top: 295px;
    left: 0px;
    margin: auto;
    z-index: 103;
    transition: 1.5s ease;
}

.box-info-contact{
    position: absolute;
    top: -170px;
    left: 0px;
    height: 84px;
    margin: auto;
    z-index: 103;
}

@media(min-width: 566px){
    .box-info-contact{
        position: absolute;
        top: -200px;
        left: 0px;
        width: 100%;
        height: 92px;
        margin: auto;
        z-index: 103;
        transition: 1.5s ease;
    }
}

@media(min-width: 823px){
    .box-info-contact{
        position: absolute;
        top: -30px;
        left: 0px;
        width: 100%;
        height: 92px;
        margin: auto;
        z-index: 103;
        transition: 1.5s ease;
    }
}
.box-info-contact>div{
    position: absolute;
    left: -120px;
    width: 248px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.4);
    text-overflow: ellipsis;
    overflow: hidden;
}

@media(min-width: 566px){
    .box-info-contact>div{
        position: absolute;
        z-index: 109;
        width: 180px;
        height: 130px;
        background-color: rgba(255, 255, 255, 0.65);
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media(min-width: 823px){
    .box-info-contact>div{
        position: absolute;
        z-index: 109;
        width: 248px;
        height: 92px;
        background-color: rgba(255, 255, 255, 0.8);
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
.box-info-contact>.sales{
    top: 0px;
}
.box-info-contact>.fax{
    top: 80px;
}
.box-info-contact>.address{
    top: 160px;
}

@media(min-width: 566px){

    .box-info-contact>.sales{
        top: 0px;
        left: -280px;
    }
    .box-info-contact>.fax{
        top: 0px;
        left: -90px;
    }
    .box-info-contact>.address{
        top: 0px;
        left: 100px;
    }
}

@media(min-width: 823px){

    .box-info-contact>.sales{
        top: 0px;
        left: -435px;
    }
    .box-info-contact>.fax{
        top: 0px;
        left: -125px;
    }
    .box-info-contact>.address{
        top: 0px;
        left: 185px;
    }
}
.logo-top{
    position: fixed;
    top: 30px;
    left: 30px;
    bottom: auto;
    right: auto;
    transform: none;
    width: 160px;
    height: 66px;
    z-index: 3;
    content: "lt";
    background-color: transparent;
}

@media(min-width: 566px){
    .logo-top{
        top: 10px;
        left: 10px;
        bottom: auto;
        right: auto;
        transform: none;
        width: 160px;
        height: 66px;
        z-index: 3;
        content: "lt";
        background-color: transparent;
    }
}

@media(min-width: 823px){
    .logo-top{
        top: 30px;
        left: 30px;
        bottom: auto;
        right: auto;
        transform: none;
        width: 160px;
        height: 66px;
        z-index: 3;
        content: "lt";
        background-color: transparent;
    }
}

.logo-top> a> img{
    width: 160px;
    height: 66px;
}

.language-top {
    position: fixed;
    top: 0px;
    right: 15px;
    z-index: 9;
}

@media(min-width: 566px){
    .language-top {
        position: fixed;
        top: 10px;
        right: 70px;
        z-index: 9;
    }
}

@media(min-width: 823px){
    .language-top {
        position: fixed;
        top: 0px;
        right: 15px;
        z-index: 9;
    }
}
.language-top>a{
    float: left; 
    padding: 10px 10px; 
    transform: scale(1.5);
}

.language-top>a>span{
    background-size: cover;
}