/* ======= all ======= */
.vhtitlehhh{
    text-align: center;
    margin-bottom: 45px;
}
.vhtitlehhh .line{
    display: inline-block;
    padding: 0 10px 0 10px;
    position: relative;
}
.vhtitlehhh .line::before{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #e6f2ec;
    z-index: -1;
    pointer-events: none;
    display: none;
}
.vhtitlehhh .line, .vhtitlehhh h2, .vhtitlehhh h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
}
/* ======= all ======= */

/* ======= box 1 ======= */
.bannerhome .slick-arrow{
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #333;
    border-radius: 100%;
    box-shadow: none;
    top: initial;
    transform: initial;
    bottom: 35px;
}
.bannerhome .slick-arrow::before{
    font-size: 15px;
    top: 53%;
}
.bannerhome .slick-prev{
    left: initial;
    right: 80px;
}
.bannerhome .slick-next{
    right: 30px;
}
.bannerhome .item {
    position: relative;
}
.bannerhome .item .img{
    padding-top: 39.584%;
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate; */
}
.bannerhome .item .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    pointer-events: none;
}
.bannerhome .item .img a{
    display: block;
    pointer-events: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.bannerhome .item .img img{
    display: none!important;
}
.bannerhome .item video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.bannerhome .bncaption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.bannerhome .bncaption .cwrap{
    max-width: 500px;
} 
.bannerhome .decs .tm{
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    pointer-events: auto;
}
.bannerhome .decs .th{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 25px;
}
.bannerhome .decs .tb{
    position: relative;
    pointer-events: auto;
}
.bannerhome .decs .view a{
    display: inline-block;
    padding: 12px 35px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    border-radius: 5px;
}
.bannerhome .decs .view a:hover{
    background-color: #057d40;
    color: #fff;
}
/* ======= box 1 ======= */

/* ======= box 2 ======= */
.abouthome{
    margin-bottom: 55px;
}
.itabouthh{
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
}
.itabouthh::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bgabout.png');
    background-repeat: repeat;
    background-position: left center;
    z-index: -1;
    pointer-events: none;
}
.itabouthh .grhh{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itabouthh .grhh .lcol{
    width: 40.973%;
}
.itabouthh .grhh .rcol{
    width: calc(100% - 40.973%);
}
.itabouthh.vright .grhh .lcol{
    order: 2;
}
.itabouthh .addecs{
    padding: 30px 80px;
}
.itabouthh .dstitle{
    margin-bottom: 15px;
}
.itabouthh .dstitle, .itabouthh .dstitle h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
.itabouthh .dstend{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
.itabouthh .abthumb img{
    width: 100%;
}

/* ======= box 2 ======= */

/* ======= box 3 ======= */
.producthome{
    margin-bottom: 50px;
}
/* ======= box 3 ======= */

/* ======= box 4 ======= */
.albumhhome{
    margin-bottom: 70px;
}
.hpalbumhhh{
    position: relative;
    padding: 70px 0;
    z-index: 1;
}
.hpalbumhhh::before{
    content: '';
    position: absolute;
    left: 33.3333%;
    height: 100%;
    width: 10000000px;
    background-color: #f3f3f3;
    pointer-events: none;
    z-index: -1;
    top: 0;
}
.hpalbumhhh .grhh{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.hpalbumhhh .grhh > div{
    padding: 0 20px;
    width: 50%;
}
.tpalbumhhh{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.italbumvideo{
    padding-top: 56.554%;
    position: relative;
    overflow: hidden;
    display: block;
}
.italbumvideo img, .italbumvideo iframe, .italbumvideo video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.italbumimg .thumb{
    padding-top: 56.554%;
    position: relative;
    overflow: hidden;
    display: block;
}
.italbumimg .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slalbumimg .slick-arrow{
    top: initial;
    transform: initial;
    bottom: 10px;
}
.slalbumimg .slick-prev{
    left: initial;
    right: 70px;
}
.slalbumimg .slick-next{
    right: 10px;
}
/* ======= box 4 ======= */

@media screen and (min-width: 992px) {
    /* ======= box 1 ======= */
    .bannerhome .decs{
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .bannerhome .slick-current .decs{
        opacity: 1;
        transform: initial;
    }
    .bannerhome .decs > div{
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .bannerhome .slick-current .decs > div{
        opacity: 1;
        transform: initial;
    }
    .bannerhome .decs > div:nth-child(1){
        transition-delay: 0.2s;
    }
    .bannerhome .decs > div:nth-child(2){
        transition-delay: 0.3s;
    }
    .bannerhome .decs > div:nth-child(3){
        transition-delay: 0.6s;
    }
    /* ======= box 1 ======= */
}
@media screen and (max-width: 1200px) {
    /* ======= box 2 ======= */
    .itabouthh .addecs{
        padding: 30px 30px;
    }
    /* ======= box 2 ======= */
}
@media screen and (max-width: 991px) {
    /* ======= all ======= */
    .vhtitlehhh{
        margin-bottom: 40px;
    }
    .vhtitlehhh .line, .vhtitlehhh h2, .vhtitlehhh h3{
        font-size: 28px;
        line-height: 37px;
    }
    /* ======= all ======= *
    /* ======= box 1 ======= */
    .bannerhome .bncaption{
        bottom: 15px;
        top: initial;
        transform: initial;
    }
    .bannerhome .bncaption .cwrap{
        max-width: 60%;
    }
    .bannerhome .slick-arrow{
        width: 35px;
        height: 35px;
    }
    .bannerhome .decs .tm{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .bannerhome .decs .tb{
        display: none;
    }
    /* ======= box 1 ======= */

    /* ======= box 2 ======= */
    .abouthome{
        margin-bottom: 30px;
    }
    .itabouthh .dstitle{
        margin-bottom: 10px;
    }
    .itabouthh .dstitle, .itabouthh .dstitle h3{
        font-size: 28px;
        line-height: 37px;
    }
    .itabouthh .dstend{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .itabouthh .grhh .lcol{
        width: 100%;
    }
    .itabouthh .grhh .rcol{
        width: 100%;
    }
    .itabouthh .addecs{
        padding: 30px 15px 50px;
    }
    .itabouthh.vright .grhh .lcol{
        order: unset;
    }
    /* ======= box 2 ======= */

    /* ======= box 3 ======= */
    .producthome{
        margin-bottom: 30px;
    }
    .slproducthh  .itproductall{
        width: 250px;
    }
    .slproducthh .slick-disabled{
        opacity: 0;
        pointer-events: none;
    } 
    /* ======= box 3 ======= */

    /* ======= box 4 ======= */
    .albumhhome{
        margin-bottom: 50px;
    }
    .hpalbumhhh{
        padding: 20px 0 45px;
    }
    .hpalbumhhh .grhh .lcol{
        margin-bottom: 20px;
    }
    .hpalbumhhh .grhh > div{
        width: 100%;
    }
    .hpalbumhhh::before{
        left: -100px;
        top: calc(33.3333% - 40px);
        height: calc((100% - 33.3333%) + 40px);
    }
    .tpalbumhhh{
        padding: 10px;
    }
    /* ======= box 4 ======= */
}
@media screen and (max-width: 767px) {
    
}