/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: calc(100vh - 90px);
    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.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}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    align-content: center;
}
.slbannerhh .bancapts::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}
.slbannerhh .bancapts > div{
    width: 100%;
}
.slbannerhh .csinner{
    max-width: 440px;
}
.slbannerhh .slick-current .csinner{
    opacity: 1;
    transform: unset;
}
.slbannerhh .cstitle{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
    transform: translateX(120px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .cstends{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    transform: translateX(120px);
    opacity: 0;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .csviews{
    transform: translateX(120px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .csviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    border: 2px solid #fff;
    border-radius: 35px;
    padding: 14px 35px;
    color: #fff;
}
.slbannerhh .csviews a:hover{
    background-color: #fff;
    color: #000000;
}
.slbannerhh .csviews a span{
    display: inline-block;
    position: relative;
    padding-right: 22px;
}
.slbannerhh .csviews a span::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    transition-delay: 0.3s;
}
.slbannerhh .slick-current .cstends{
    opacity: 1;
    transform: unset;
    transition-delay: 0.6s;
}
.slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
    transition-delay: 0.9s;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.tpaainfohh{
    position: relative;
    z-index: 1;
}
.tpaainfohh::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    width: 443px;
    height: 462px;
    background-image: url('../images/aaback.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}
.tpaainfohh:nth-child(odd)::before{
    display: block;
}
.tpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpaainfohh .hhgrip > div{
    width: 50%;
}
.tpaainfohh .hhthumb a{
    display: block;
    position: relative;
}
.tpaainfohh .hhthumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80px;
    height: 80px;
    background-image: url('../images/aaplay.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
.tpaainfohh .hhthumb img{
    width: 100%;
}
.tpaainfohh:nth-child(even) .hhgrip .mcol{
    order: 2;
}
.tpaainfohh .hhdecss{
    padding: 30px 75px;
}
.tpaainfohh .dscapts{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #1e5b91;
    font-weight: 500;
}
.tpaainfohh .dstitle{
    margin-bottom: 15px;
    color: #1e5b91;
    text-transform: uppercase;
}
.tpaainfohh .dstitle span{
    color: #e60009;
}
.tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpaainfohh .dsconts{
    font-size: 15px;
    line-height: 25px;
    color: #555555;
    margin-bottom: 30px;
    text-align: justify;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 55px 0 45px;
    background-color: #1e5b91;
}
.bbinfohome, .bbinfohome a{
    color: #fff;
}
.hpbbinfohh .hhcapts{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.tpbbinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpbbinfohh .hhgrip > div{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}
.itbbinfohh{
    text-align: center;
}
.itbbinfohh .vvinfo{
    margin-bottom: 20px;
}
.itbbinfohh .ifgrip{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 -9px;
}
.itbbinfohh .ifgrip > div{
    padding: 0 9px;
}
.itbbinfohh .vvinfo .iimg{
    max-width: 42px;
    width: 100%;
}
.itbbinfohh .inum{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}
.itbbinfohh .inum .cquan{
    font-size: 20px;
    line-height: 28px;
}
.itbbinfohh .vvdecs{
    font-size: 15px;
    line-height: 25px;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.itccinfohh{
    position: relative;
}
.itccinfohh .thumb img{
    width: 100%;
}
.itccinfohh .decss{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.itccinfohh .dswrap{
    max-width: 560px;
}
.itccinfohh:nth-child(odd) .dswrap{
    margin-left: auto;
}
.itccinfohh .dsinfos{
    padding: 50px 60px 65px 64px;
    background-color: rgba(30, 91, 145, 0.85);
    border-radius: 50px 0 50px 0;
    pointer-events: auto;
}
.itccinfohh .dsinfos, .itccinfohh .dsinfos a{
    color: #fff;
}
.itccinfohh .ititle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.itccinfohh .ititle, .itccinfohh .ititle h3{
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
}
.itccinfohh .iconts{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
    max-height: calc(28px * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itccinfohh .iviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 13px 35px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    border-radius: 35px;
}
.itccinfohh .iviews a:hover{
    background-color: #fff;
    color: #1e5b91;
}
.itccinfohh .iviews a span{
    display: inline-block;
    padding-right: 22px;
    position: relative;
}
.itccinfohh .iviews a span::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 60px 0 70px;
}
.hpddinfohh .hhtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle a{
    color: #1e5b91;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.hpddinfohh .hhcapts{
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
}
.slddinfohh .slick-list{
    position: relative;
    overflow: unset;
    z-index: 1;
}
.slddinfohh .slick-list::before{
    content: '';
    position: absolute;
    right: calc(100% - 20px);
    width: 10000px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}
.slddinfohh .slick-arrow{
    top: -110px;
    transform: unset;
}
.slddinfohh .slick-prev{
    right: 65px;
    left: unset;
}
.slddinfohh .slick-next{
    right: 0;
}
.itddinfohh{
    width: 520px;
}
.itddinfohh .decss{
    position: relative;
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-top: -55px;
    padding: 25px 30px 0 30px;
    background-color: #fff;
    z-index: 2;
}
.itddinfohh .dsdates{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
    color: #1e5b91;
}
.itddinfohh .dstitle{
    margin-bottom: 12px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.itddinfohh .dstitle a{
    max-height: calc(28px * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh .dsconts{
    color: #555555;
    font-size: 15px;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itddinfohh .dsviews{
    position: absolute;
    top: -25px;
    right: 45px;
    z-index: 1;
}
.itddinfohh .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    font-size: 11px;
    color: #1e5b91;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.itddinfohh .dsviews a:hover{
    background-color: #1e5b91;
    color: #fff;
}
/* <=== ddinfohome ===> */

@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .tpaainfohh .hhdecss{
        padding: 20px;
    }
    .tpaainfohh .dscapts{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
        font-size: 35px;
        line-height: 45px;
    }
    .tpaainfohh .dsconts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .csinner{
        max-width: 240px;
    }
    .slbannerhh .cstitle{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .slbannerhh .cstends, .slbannerhh .csviews{
        display: none;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        padding-top: 45.265%;
        min-height: 172px;
        height: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .tpaainfohh .hhgrip > div{
        width: 100%;
    }
    .tpaainfohh:nth-child(even) .hhgrip .mcol{
        order: unset;
    }
    .tpaainfohh .hhthumb a::before{
        width: 65px;
        height: 65px;
    }
    .tpaainfohh::before{
        width: 257px;
        height: 353px;
        bottom: -50px;
        right: -30px;
    }
    .tpaainfohh .hhdecss{
        text-align: center;
    }
    .tpaainfohh .hhdecss{
        padding: 20px 20px 45px
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 30px 0;
    }
    .hpbbinfohh .hhcapts{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
        text-align-last: center;
    }
    .tpbbinfohh .hhgrip > div{
        width: 50%;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .itccinfohh .decss{
        position: relative;
        top: unset;
        transform: unset;
    }
    .itccinfohh .wrapper{
        padding: 0;
    }
    .itccinfohh .dswrap{
        max-width: 100%;
    }
    .itccinfohh .dsinfos{
        border-radius: 0;
        background-color: #1e5b91;
        padding: 20px 20px 30px;
        text-align: center;
    }
    .itccinfohh .ititle{
        margin-bottom: 10px;
    }
    .itccinfohh .ititle, .itccinfohh .ititle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itccinfohh .iconts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
        max-height: calc(24px * 3);
    }
    .itccinfohh .iviews a{
        font-size: 13px;
        line-height: 21px;
        padding: 10px 28px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 30px 0 45px;
    }
    .hpddinfohh .hhtitle{
        text-align: center;
        margin-bottom: 5px;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpddinfohh .hhcapts{
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .slddinfohh .slick-list::before{
        right: calc(100% - 10px);
    }
    .slddinfohh {
        padding-bottom: 75px;
    }
    .slddinfohh .slick-arrow{
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .slddinfohh .slick-prev{
        margin-left: -33px;
    }
    .slddinfohh .slick-next{
        margin-left: 33px;
    }
    .itddinfohh{
        width: 68.422vw;
    }
    .itddinfohh .decss{
        max-width: calc(100% - 20px);
        margin-left: auto;
        margin-top: -28px;
        padding: 15px 10px 0 15px;
    }
    .itddinfohh .dsviews{
        right: 15px;
        top: -20px;
    }
    .itddinfohh .dsviews a{
        width: 40px;
        height: 40px;
    }
    .itddinfohh .dsdates{
        margin-bottom: 5px;
    }
    .itddinfohh .dstitle{
        margin-bottom: 6px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itddinfohh .dstitle a{
        max-height: 42px;
    }
    .itddinfohh .dsconts{
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
        -webkit-line-clamp: 2;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bbinfohome ===> */
    .tpbbinfohh .hhgrip > div{
        width: 100%;
    }
    .itbbinfohh .ifgrip{
        margin: 0 -8px;
    }
    .itbbinfohh .ifgrip > div{
        padding: 0 8px;
    }
    /* <=== bbinfohome ===> */
}