#CN-footer{
    margin-top: 0;
}
/*  <===== lazyloading =====>  */
.lazyloading{
    opacity: 0;
}
.lazy-start{
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*  <===== lazyloading =====>  */
/* <=== vtitleab ===> */
.vtitleab{
    margin-bottom: 45px;
    position: relative;
    padding: 0 10px 15px 10px;
    text-align: center;
    text-transform: uppercase;
}
.vtitleab::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #39b54a;
}
.vtitleab, .vtitleab h1, .vtitleab h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
/* <=== vtitleab ===> */

/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    padding: 15px 0 110px;
    position: relative;
    z-index: 1;
}
.hpaboutsmm::before{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50px;
    width: 100%;
    background-image: url('../images/mmback.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -1;
}
.tpaboutsmm .mmconts{
    margin-bottom: 78px;
}
.tpaboutsmm .ctgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 20px 0;
    margin: 0 -15px;
}
.tpaboutsmm .ctgrip > div{
    padding: 0 15px;
}
.tpaboutsmm .ctgrip .mcol{
    width: 38.75%;
}
.tpaboutsmm .ctgrip .hcol{
    width: calc(100% - 38.75%);
}
.tpaboutsmm .ctlogo{
    max-width: 298px;
}
.tpaboutsmm .dscapts{
    margin-bottom: 10px;
    color: #39b54a;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
}
.tpaboutsmm .dstitle{
    max-width: 590px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #bf1e2e;
}
.tpaboutsmm .dstitle, .tpaboutsmm .dstitle h1, .tpaboutsmm .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpaboutsmm .dstends{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}
.tpaboutsmm .dsinfos{
    padding: 30px 22px 30px 30px;
    background-color: #39b54a;
    border-radius: 20px 0 20px 0;
}
.tpaboutsmm .dsinfos, .tpaboutsmm .dsinfos a{
    color: #fff;
}
.tpaboutsmm .ifgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 20px;
}
.itaboutsmm .vnumb{
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 40px;
    min-height: 40px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}
.itaboutsmm .vnumb .nifo{
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
}
.itaboutsmm .vtext{
    font-size: 16px;
    line-height: 25px;
    opacity: 0.65;
}
.tpaboutsmm .mmvideo{
    border-radius: 20px;
    overflow: hidden;
}
.tpaboutsmm .mmvideo img, .tpaboutsmm .mmvideo iframe, .tpaboutsmm .mmvideo video{
    width: 100%!important;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    background-color: #f2fdf8;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 35px 0 65px;
}
.hpaboutshh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hhback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    pointer-events: none;
    z-index: -1;
}
.tpaboutshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
}
.tpaboutshh .hhgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itaboutshh .vvgrip{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}
.itaboutshh .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.itaboutshh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutshh .lines{
    height: 2px;
    background-color: #39b54a;
    position: relative;
}
.itaboutshh .lines::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #39b54a;
    border-radius: 100%;
}
.itaboutshh .lines::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #39b54a;
}
.itaboutshh .dnumb{
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #39b54a;
}
.itaboutshh .dtext{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    padding: 35px 0 55px;
}
.itaboutsbx .bxthumb{
    display: block;
    padding-top: 41.026%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.itaboutsbx .bxthumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaboutsby{
    position: relative;
    margin-top: -50px;
    z-index: 1;
    margin-bottom: 65px;
}
.tpaboutsby .bygrip{
    display: flex;
    margin: 0 -10px;
}
.tpaboutsby .bygrip > div{
    padding: 0 10px;
}
.tpaboutsby .bygrip .mcol{
    width: 190px;
}
.tpaboutsby .bygrip .hcol{
    width: calc(100% - 190px);
}
.tpaboutsby .bylogo{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 3px solid #39b54a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.tpaboutsby .bylogo::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 156px;
    width: 1px;
    background-color: #39b54a;
}
.tpaboutsby .bylogo::after{
    content: '';
    position: absolute;
    top: calc(100% + 156px);
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
    background-color: #39b54a;
    border-radius: 100%;
}
.tpaboutsby .bylogo img{
    max-width: 60%;
    max-height: 60%;
}
.tpaboutsbz{
    position: relative;
    padding-left: 137px;
}
.itaboutsbz .bznumb{
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #39b54a;
}
.itaboutsbz .bzname{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
.itaboutsbz .bzdecs{
    font-size: 18px;
    line-height: 26px;
}
.tpaboutsby .byinfos{
    overflow: hidden;
}
.slaboutsby{
    width: 240px;
    margin-left: -240px;
} 
.slaboutsby .slick-list{
    overflow: unset;
}
.itaboutsby{
    padding-top: 45px;
    text-align: center;
    cursor: pointer;
    width: 240px;
}
.itaboutsby .byyear{
    position: relative;
    display: inline-block;
    padding-top: 25px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #39b54a;
}
.itaboutsby .byyear::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
    background-color: #39b54a;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
@keyframes pulse_toa {
    0% {
        box-shadow: 0 0 0 0 #39b54a;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.hpaboutstt{
    position: relative;
}
.hpaboutstt .ttthumb img{
    width: 100%;
}
.hpaboutstt .ttdecss{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.hpaboutstt .ttdecss::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.hpaboutstt .ttdecss::-webkit-scrollbar-thumb {
    background-color: #39b54a;
    border-radius: 25px;
}
.tpaboutstt{
    max-width: 540px;
    margin-left: auto;
    padding: 35px 30px 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}
.tpaboutstt .vvtitle{
    margin-bottom: 10px;
    color: #39b54a;
    text-transform: uppercase;
}
.tpaboutstt .vvtitle, .tpaboutstt .vvtitle h2, .tpaboutstt .vvtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
.tpaboutstt .vvconts{
    font-size: 15px;
    line-height: 25px;
}
/* <=== hpaboutstt ===> */

/* <=== hpaboutsnn ===> */
.hpaboutsnn{
    padding: 70px 0 75px;
}
.tpaboutsnn .nngrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
    gap: 20px 0;
}
.tpaboutsnn .nngrip > div{
    padding: 0 35px;
}
.tpaboutsnn .nngrip .mcol{
    width: calc(50% - 35px);
}
.tpaboutsnn .nngrip .hcol{
    width: calc(50% + 35px);
}
.tpaboutsnn .decss{
    max-width: 520px;
    margin-left: auto;
    padding: 0 10px;
}
.tpaboutsnn .dstitle{
    max-width: 465px;
    margin-bottom: 10px;
    /* padding-bottom: 25px; */
    position: relative;
    text-transform: uppercase;
}
.tpaboutsnn .dstitle::before{
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #39b54a;
}
.tpaboutsnn .dstitle, .tpaboutsnn .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
.tpaboutsnn .dstitle, .tpaboutsnn .dstitle a{
    color: #39b54a;
}
.tpaboutsnn .dstitle span{
    display: block;
}
.tpaboutsnn .dsconts{
    font-size: 15px;
    line-height: 25px;
}
.tpaboutsnn .thumb{
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.tpaboutsnn .thumb img{
    width: 100%;
}
/* <=== hpaboutsnn ===> */

@media all and (min-width: 768px){
    /* <=== hpaboutshh ===> */
    .tpaboutshh .hhgrip > div:nth-child(even) .itaboutshh .vvgrip .acol{
        order: 3;
    }
    .tpaboutshh .hhgrip > div:nth-child(even) .itaboutshh .vvgrip .bcol{
        order: 2;
    }
    .tpaboutshh .hhgrip > div:nth-child(even) .itaboutshh .vvgrip .ccol{
        order: 1;
    }
    /* <=== hpaboutshh ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vtitleab ===> */
    .vtitleab{
        margin-bottom: 30px;
    }
    .vtitleab, .vtitleab h1, .vtitleab h2{
       font-size: 25px;
       line-height: 33px; 
    }
    /* <=== vtitleab ===> */

    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 10px 0 40px;
    }
    .hpaboutsmm::before{
        display: none;
    }
    .tpaboutsmm .ctgrip .mcol{
        width: 100%;
    }
    .tpaboutsmm .ctgrip .hcol{
        width: 100%;
    }
    .tpaboutsmm .ctlogo{
        max-width: 209px;
        margin: 0 auto;
    }
    .tpaboutsmm .dscapts{
        font-size: 20px;
        line-height: 30px;
    }
    .tpaboutsmm .dstitle, .tpaboutsmm .dstitle h1, .tpaboutsmm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsmm .mmconts{
        margin-bottom: 40px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh{
        padding: 25px 0 35px;
    }
    .tpaboutshh .hhgrip > div{
        width: 50%;
    }
    .itaboutshh .dnumb{
        font-size: 35px;
        line-height: 45px;
    }
    .itaboutshh .dtext{
        font-size: 18px;
        line-height: 28px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        padding: 25px 0 30px;
    }
    .tpaboutsby .bylogo{
        width: 80px;
        height: 80px;
    }
    .tpaboutsby .bygrip .mcol{
        width: 100px;
    }
    .tpaboutsby .bygrip .hcol{
        width: calc(100% - 100px);
    }
    .slaboutsby{
        width: 120px;
        margin-left: -120px;
    } 
    .itaboutsby{
        width: 120px;
    }
    .tpaboutsby .bylogo::before, .tpaboutsby .bylogo::after{
        display: none;
    }
    .tpaboutsbz{
        padding-left: 0;
    }
    .tpaboutsby{
        margin-bottom: 25px;
    }
    .itaboutsbz .bznumb{
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutsbz .bzname{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutsbz .bzdecs{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .hpaboutstt .ttdecss{
        position: static;
        transform: unset;
        max-height: auto;
        overflow: unset;
    }
    .tpaboutstt{
        padding: 15px 0 0 0;
        max-width: 100%;
    }
    .tpaboutstt .vvtitle{
        margin-bottom: 5px;
    }
    .tpaboutstt .vvtitle, .tpaboutstt .vvtitle h2, .tpaboutstt .vvtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== hpaboutstt ===> */

    /* <=== hpaboutsnn ===> */
    .hpaboutsnn{
        padding: 25px 0 30px;
    }
    .tpaboutsnn .nngrip{
        flex-direction: column-reverse;
    }
    .tpaboutsnn .nngrip .mcol{
        width: 100%;
    }
    .tpaboutsnn .nngrip .hcol{
        width: 100%;
    }
    .tpaboutsnn .thumb{
        margin-left: 10px;
    }
    .tpaboutsnn .dstitle{
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .tpaboutsnn .dstitle, .tpaboutsnn .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsnn .decss{
        max-width: 100%;
    }
    /* <=== hpaboutsnn ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsmm .dsinfos{
        padding: 30px 20px 25px 30px;
    }
    .tpaboutsmm .ifgrip > div{
        width: 100%;
    }
    /* <=== hpaboutsmm ===> */
    
    /* <=== hpaboutshh ===> */
    .tpaboutshh .hhgrip > div{
        width: 100%;
    }
    .itaboutshh .decss{
        min-height: auto!important;
    }
    .itaboutshh .vvgrip{
        gap: 25px 0;
    }
    /* <=== hpaboutshh ===> */
}