/* <=== header ===> */
#vnt-header{
    min-height: 0;
}
.hpmainhead{
    background: #6EB05A;
    background: linear-gradient(90deg, rgba(110, 176, 90, 0.95) 0%, rgba(26, 133, 200, 0.95) 100%);
}
/* <=== header ===> */

/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    /* height: 100vh; */
    padding-top: 40.106%;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .slick-arrow{
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.slbannerhh .slick-arrow:hover{
    background-color: rgba(0, 0, 0, 1);
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding: 30px 0;
}
.hpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.hpaainfohh .hhgrip > div{
    padding: 0 40px;
}
.hpaainfohh .hhgrip .mcol{
    width: 45.986%;
}
.hpaainfohh .hhgrip .hcol{
    width: calc(100% - 45.986%);
}
.tpaainfoha{
    display: block;
    padding-top: 114.546%;
    position: relative;
}
.tpaainfoha::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    background-color: #82c04c;
    height: 31.747%;
}
.tpaainfoha .haimg {
    position: absolute;
    overflow: hidden;
}
.tpaainfoha .haimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaainfoha .haimg.vmm{
    width: 87.274%;
    height: 50.796%;
    top: 0;
}
.tpaainfoha .haimg.vhh{
    top: 50.796%;
    left: 0;
    height: 38.097%;
    width: 36.365%;
    border-top: 20px solid #fff;
}
.tpaainfoha .haimg.vbb{
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    bottom: 0;
    right: 0;
    height: 52.383%;
    width: 63.637%;
}
.tpaainfohb .hbcapts{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #1a85c8;
    margin-bottom: 5px;
}
.tpaainfohb .hbtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpaainfohb .hbtitle, .tpaainfohb .hbtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tpaainfohb .hbconts{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
}
.tpaainfohb .hbconts p{
    padding: 0;
}
.tpaainfohb .hbinfos{
    margin-bottom: 20px;
}
.tpaainfohb .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaainfohb .ifgrip > div{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
}
.itaainfohb{
    background-color: #eff6fa;
    border-radius: 5px;
    padding: 15px 20px 15px 30px;
    height: 100%;
}
.itaainfohb .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -8px;
}
.itaainfohb .vvgrip > div{
    padding: 0 8px;
}
.itaainfohb .vvgrip .xcol{
    width: 70px;
}
.itaainfohb .vvgrip .ycol{
    width: calc(100% - 70px);
}
.itaainfohb .dnumb{
    color: #1a85c8;
    display: flex;
}
.itaainfohb .dnumb .count{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.itaainfohb .dnumb .vtext{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    top: -5px;
    margin-left: 5px;
}
.itaainfohb .dnumb .vplus{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    top: -5px;
    margin-left: 2px;
}
.itaainfohb .dtext{
    font-size: 16px;
    line-height: 24px;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.hpbbinfohh .hhtitle{
    text-align: center;
    padding: 30px 0;
}
.hpbbinfohh .hhtitle{
    text-transform: uppercase;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.slbbinfohh .slick-list{
    margin: 0 -0.5px;
}
.slbbinfohh .slick-slide{
    padding: 0 0.5px;
}
.slbbinfohh .slick-slide > div{
    margin-top: 1px;
}
.slbbinfohh .slick-arrow{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.slbbinfohh .slick-arrow:hover{
    background-color: rgba(0, 0, 0, 1);
}
.itbbinfohh{
    position: relative;
}
.itbbinfohh .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 22px;
    pointer-events: none;
}
.itbbinfohh .dstitle{
    text-transform: uppercase;
}
.itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itbbinfohh .dstitle, .itbbinfohh .dstitle a{
    color: #fff;
}
.itbbinfohh .thumb a{
    z-index: 1;
    padding-top: 44.667%;
}
.itbbinfohh .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 30px 0 40px;
    background-color: #eff6fa;
}
.tpccinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.tpccinfohh .hhgrip > div{
    padding: 0 14px;
    width: 50%;
}
.tpccinfoha, .itccinfoha{
    height: 100%;
}
.itccinfoha{
    padding: 20px 20px 35px;
    background-color: #fff;
}
.itccinfoha .thumb{
    margin-bottom: 25px;
}
.itccinfoha .decss{
    padding: 0 20px;
}
.itccinfoha .dsdates{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #1a85c8;
}
.itccinfoha .dstitle, .itccinfoha .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itccinfoha .dstitle a{
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tpccinfohb .hbitem{
    margin-bottom: 30px;
}
.tpccinfohb .hbitem:last-child{
    margin-bottom: 0;
}
.itccinfohb{
    padding: 20px;
    background-color: #fff;
}
.itccinfohb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itccinfohb .vvgrip > div{
    padding: 0 10px;
}
.itccinfohb .vvgrip .xcol{
    width: 35.19%;
}
.itccinfohb .vvgrip .ycol{
    width: calc(100% - 35.19%);
}
.itccinfohb .dsdates{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #1a85c8;
}
.itccinfohb .dstitle, .itccinfohb .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itccinfohb .dstitle a{
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 30px 0 40px;
}
.tpddinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpddinfohh .hhgrip > div{
    padding: 0 10px;
}
.tpddinfohh .hhgrip .mcol{
    width: 33.3333%;
}
.tpddinfohh .hhgrip .hcol{
    width: 66.6666%;
}
.tpddinfoha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpddinfoha .hagrip > div{
    padding: 0 10px;
    margin-bottom: 80px;
    width: 100%;
}
.tpddinfoha .hagrip:last-child{
    margin-bottom: 0;
}
.itddinfoha.vmargin{
    margin-bottom: 40px;
}
.itddinfoha .thumb{
    margin-bottom: 15px;
}
.itddinfoha .thumb a::before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itddinfoha.vimages .thumb a::before{
    background-image: url('../images/iimages.png');
}
.itddinfoha.vvideo .thumb a::before{
    background-image: url('../images/ivideo.png');
}
.itddinfoha .dstitle, .itddinfoha .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.tpddinfohb{
    margin-bottom: 20px;
}
.itddinfohb{

}
.itddinfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
}
.itddinfohb .hbgrip .xcol{
    width: calc(100% - 28.126%);
}
.itddinfohb .hbgrip .ycol{
    width: 28.126%;
}
.itddinfohb .decss{
    padding: 30px;
    height: 100%;
    background: #82C04C;
    background: linear-gradient(180deg, rgba(130, 192, 76, 1) 0%, rgba(26, 133, 200, 1) 100%);
}
.itddinfohb .dstitle{
    margin-bottom: 20px;
}
.itddinfohb .dstitle, .itddinfohb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itddinfohb .dstitle, .itddinfohb .dstitle a{
    color: #fff;
}
.tpddinfohc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpddinfohc .hcgrip > div{
    padding: 0 10px;
}
.tpddinfohc .hcgrip .xcol{
    width: 62.978%;
}
.tpddinfohc .hcgrip .ycol{
    width: calc(100% - 62.978%);
}
.itddinfohc .thumb{
    margin-bottom: 12px;
}
.itddinfohc .thumb a::before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itddinfohc.vimages .thumb a::before{
    background-image: url("../images/iimages.png");
}
.itddinfohc.vvideo .thumb a::before{
    background-image: url("../images/ivideo.png");
}
.itddinfohc .dstitle, .itddinfohc .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itddinfohd a{
    display: block;
    text-align: center;
    background: #6EB05A;
    background: linear-gradient(90deg, rgba(110, 176, 90, 1) 0%, rgba(26, 133, 200, 1) 100%);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}
.itddinfohd a:hover{
    background: #6EB05A;
    background: linear-gradient(90deg, rgba(110, 176, 90, 1) 0%, rgba(110, 176, 90, 1) 100%);
}
/* <=== ddinfohome ===> */

@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .hpaainfohh .hhgrip{
        margin: 0 -20px;
    }
    .hpaainfohh .hhgrip > div{
        padding: 0 20px;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== header ===> */
    #vnt-header{
        min-height: 60px;
    }
    .hpmainhead{
        background: #6EB05A;
        background: linear-gradient(90deg, rgba(110, 176, 90, 1) 0%, rgba(26, 133, 200, 1) 100%);
    }
    /* <=== header ===> */

    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 52.106%;
        min-height: 198px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 6px;
    }
    .slbannerhh .cscapts .vline{
        font-size: 12px;
        line-height: 19px;
        padding: 3px 10px;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
        transform: translateX(-100px);
    }
    .slbannerhh .csinner{
        max-width: 400px;
    }
    .slbannerhh .csviews{
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 35px 0 60px;
    }
    .hpaainfohh .hhgrip{
        flex-direction: column-reverse;
    }
    .hpaainfohh .hhgrip .mcol{
        width: 100%;
    }
    .hpaainfohh .hhgrip .hcol{
        width: 100%;
        margin-bottom: 40px;
    }
    .tpaainfohb .hbcapts{
        font-size: 14px;
        line-height: 22px;
    }
    .tpaainfohb .hbtitle, .tpaainfohb .hbtitle h2{
        font-size: 30px;
        line-height: 35px;
    }
    .tpaainfohb .hbconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .hpbbinfohh .hhtitle{
        padding: 25px 0;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding: 40px 0 70px;
    }
    .tpccinfohh .hhgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpccinfohh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    .itccinfoha{
        padding: 20px 20px 25px;
    }
    .itccinfoha .thumb{
        margin-bottom: 15px;
    }
    .itccinfoha .decss{
        padding: 0;
    }
    .itccinfoha .dstitle, .itccinfoha .dstitle h3{
        font-size: 18px;
        line-height: 30px;
    }
    .itccinfoha .dstitle a{
        max-height: 60px;
    }
    .tpccinfohb .hbitem{
        margin-bottom: 10px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 40px 0 55px;
    }
    .tpddinfohh .hhgrip{
        flex-direction: column-reverse;
    }
    .tpddinfohh .hhgrip .mcol{
        width: 100%;
    }
    .tpddinfohh .hhgrip .hcol{
        width: 100%;
    }
    .tpddinfohc .hcgrip .xcol{
        width: 50%;
    }
    .tpddinfohc .hcgrip .ycol{
        width: 50%;
    }
    .tpddinfoha .hagrip > div{
        width: 50%;
        margin-bottom: 0;
    }
    .itddinfohb .hbgrip .xcol{
        width: 65%;
    }
    .itddinfohb .hbgrip .ycol{
        width: 35%;
    }
    .itddinfohb .decss{
        padding: 20px;
    }
    .hpddinfohh .hhconts{
        margin-bottom: 25px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 22px;
        transform: translateX(-50px);
    }
    .slbannerhh .csinner{
        max-width: 250px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .tpaainfohb .ifgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpaainfohb .viewall a{
        display: block;
    }
    .tpaainfoha::before{
        width: 10px;
    }
    .tpaainfoha .haimg.vbb{
        border-top-width: 10px;
        border-left-width: 10px;
    }
    .tpaainfoha .haimg.vhh{
        border-top-width: 10px;
    }
    /* <=== aainfohome ===> */

    /* <=== ccinfohome ===> */
    .itccinfohb{
        padding: 15px;
    }
    .itccinfohb .dsdates{
        margin-bottom: 2px;
    }
    .itccinfohb .dstitle, .itccinfohb .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itccinfohb .dstitle a{
        max-height: 75px;
        -webkit-line-clamp: 3;
    }
    .itccinfohb .vvgrip .xcol{
        width: 51.516%;
    }
    .itccinfohb .vvgrip .ycol{
        width: calc(100% - 51.516%);
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .itddinfohb .hbgrip .xcol{
        width: 100%;
    }
    .itddinfohb .hbgrip .ycol{
        width: 100%;
    }
    .itddinfohb .decss{
        text-align: center;
        padding: 15px 25px 20px;
    }
    .itddinfohb .dstitle{
        margin-bottom: 10px;
    }
    .itddinfohb .dstitle, .itddinfohb .dstitle h3{
        font-size: 18px;
        line-height: 30px;
    }
    .itddinfohc .thumb a::before, .itddinfoha .thumb a::before{
        left: 10px;
        bottom: 10px;
        width: 30px;
        height: 30px;
    }
    .itddinfohc .dstitle, .itddinfohc .dstitle h3,
    .itddinfoha .dstitle, .itddinfoha .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itddinfoha.vmargin{
        margin-bottom: 20px;
    }
    /* <=== ddinfohome ===> */
}