/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    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;
}
.slbannerhh .banvdimg .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}
@-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 .bancapts{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 630px;
    padding: 25px 40px 40px 40px;
    background-color: rgba(255, 255, 255, 0.2);
}
.slbannerhh .cstitle{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.slbannerhh .cstitle .word{
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle .word{ 
    opacity: 1;
    transform: unset;
    -webkit-transition: 1s 0.4s;
    -o-transition: 1s 0.4s;
    transition: 1s 0.4s;
}
.slbannerhh .slick-arrow{
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding: 30px 0 90px;
    background-image: url('../images/aaback.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aainfohome .aapadd{
    max-width: calc(100% - (((100% - 1440px) / 2)));
    margin-left: auto;
    padding-left: 20px;
}
.hpaainfohh .hhtitle{
    margin-bottom: 35px;
}
.hpaainfohh .hhtitle, .hpaainfohh .hhtitle a{
    color: #fff;
}
.hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.hpaainfohh .hhtitle .ttgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.hpaainfohh .hhtitle .ttgrip > div{
    padding: 0 15px;
}
.hpaainfohh .hhtitle .ttgrip .xcol{
    width: 100px;
}
.hpaainfohh .hhtitle .ttgrip .ycol{
    width: calc(100% - 100px);
}
.hpaainfohh .hhconts{
    overflow: hidden;
}
.slaainfoha{
    position: relative;
    width: 100%;
    max-width: 1220px;
}
.tpaainfohh{
    position: relative;
}
.tpaainfohb{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.tpaainfoha {
    margin-left: 500px;
    overflow: hidden;
}
.slaainfoha .slick-list{
    overflow: unset;
}
.slaainfoha .slick-slide .itaainfohh{
    opacity: 0.2;
}
.slaainfoha .slick-current .itaainfohh{
    opacity: 1;
    -webkit-transition: 0.7s 0.4s;
    -o-transition: 0.7s 0.4s;
    transition: 0.7s 0.4s;
}
.slaainfohb{
    max-width: 1290px;
}
.slaainfohb .slick-arrow {
    pointer-events: auto;
}
.slaainfohb .slick-prev{
    left: 0;
}
.slaainfohb .slick-next{
    right: 0;
}
.slaainfoha{
    position: relative;
    max-width: 970px;
    width: 100%;
}
.slaainfohb {
    padding: 0 80px;
}
.itaainfohh{
   -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaainfohh .decss{
    left: 0;
    width: 520px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    padding: 35px 60px 70px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: auto;
}
.itaainfohh .dstitle{
    margin-bottom: 10px;
}
.itaainfohh .dstitle, .itaainfohh .dstitle h3{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.itaainfohh .dstitle span{
    display: block;
}
.itaainfohh .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itaainfohh .dsviews a{
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #1361ac;
    color: #fff;
    border-radius: 5px;
}
.itaainfohh .dsviews a:hover{
    background-color: #1361ac;
}
.itaainfohh .thumb{
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}
.itaainfohh .thumb::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: -1;
}
.itaainfohh .thumb a{
    display: block;
    padding-top: 58.948%;
    position: relative;
    overflow: hidden;
}
.itaainfohh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 60px 0 75px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.bbinfohome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1361ac;
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}
.hpbbinfohh .hhtitle{
    margin-bottom: 15px;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle a{
    color: #fff;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.hpbbinfohh .hhtitle .ttgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 -10px;
}
.hpbbinfohh .hhtitle .ttgrip > div{
    padding: 0 10px;
}
.hpbbinfohh .hhtitle .ttgrip .xcol{
    width: 90px;
    min-width: 90px;
}
.hpbbinfohh .hhcapts{
    max-width: 1090px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
.tpbbinfohh{
    position: relative;
}
.tpbbinfoha{
    width: 570px;
    height: 570px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.tpbbinfoha::after{
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    position: absolute;
    background-image: url('../images/bbcicleh.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
    animation: xoayvong 40s linear 0s infinite;
    -webkit-animation: xoayvong 40s linear 0s infinite;
    -moz-animation: xoayvong 40s linear 0s infinite;
    -o-animation: xoayvong 40s linear 0s infinite; 
}
.tpbbinfoha::before{
    content: '';
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
    border-radius: 100%;
    position: absolute;
    background-image: url('../images/bbciclem.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
    animation: xoayvongm 40s linear 0s infinite;
    -webkit-animation: xoayvongm 40s linear 0s infinite;
    -moz-animation: xoayvongm 40s linear 0s infinite;
    -o-animation: xoayvongm 40s linear 0s infinite; 
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@-webkit-keyframes xoayvongm{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
    }
}
@keyframes xoayvongm {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
    }
}
.tpbbinfoha .hathumb{
    width: 330px;
    height: 330px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    animation: pulse_toab 2s infinite;
}
@keyframes pulse_toab {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.tpbbinfoha .hathumb img{
    max-height: 90%;
    max-width: 90%;
}
.tpbbinfohb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.itbbinfohb{
    pointer-events: auto;
}
.itbbinfohb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itbbinfohb .vvgrip > div{
    padding: 0 10px;
}
.itbbinfohb .vvgrip .xcol{
    width: 100px;
}
.itbbinfohb .vvgrip .ycol{
    width: calc(100% - 100px);
}
.itbbinfohb .vicon{
    width: 80px;
    height: 80px;
    background-image: url('../images/bbiback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    animation: pulse_toar 2s infinite;
    border-radius: 100%;
}
@keyframes pulse_toar {
    0% {
        box-shadow: 0 0 0 0 #1361ac;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itbbinfohb .vicon img{
    max-width: 70%;
    max-height: 70%;
}
.itbbinfohb .vdecs, .itbbinfohb .vdecs a{
    color: #fff;
}
.itbbinfohb .vdecs .dnum{
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}
.itbbinfohb .vdecs .dtxt{
    font-size: 18px;
    line-height: 27px;
}
.itbbinfohb .vdecs .tquan{
    font-size: 25px;
    font-weight: 400;
    position: relative;
    top: -10px;
}
.tpbbinfohb .bcol{
    position: absolute;
    width: 50%;
}
.tpbbinfohb .bcol:nth-child(1){
    top: 110px;
    left: 0;
    padding-right: 215px;
}
.tpbbinfohb .bcol:nth-child(2){
    top: 110px;
    right: 0;
    padding-left: 215px;
}
.tpbbinfohb .bcol:nth-child(3){
    top: 345px;
    left: 0;
    padding-right: 215px;
}
.tpbbinfohb .bcol:nth-child(4){
    top: 345px;
    right: 0;
    padding-left: 215px;
}
.tpbbinfohb .bcol:nth-child(1) .itbbinfohb .vvgrip .xcol, .tpbbinfohb .bcol:nth-child(3) .itbbinfohb .vvgrip .xcol{
    order: 2;
}
.tpbbinfohb .bcol:nth-child(1) .itbbinfohb .vvgrip .ycol, .tpbbinfohb .bcol:nth-child(3) .itbbinfohb .vvgrip .ycol{
    text-align: right;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 70px 0 80px;
}
.hpccinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.hpccinfohh .hhgrip > div{
    padding: 0 30px;
}
.hpccinfohh .hhgrip .mcol{
    width: calc(100% - 45.186%);
}
.hpccinfohh .hhgrip .hcol{
    width: 45.186%;
}
.tpccinfohh .hhtitle{
    margin-bottom: 35px;
}
.tpccinfohh .hhtitle, .tpccinfohh .hhtitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.tpccinfohh .hhtitle .ttgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.tpccinfohh .hhtitle .ttgrip > div{
    padding: 0 15px;
}
.tpccinfohh .hhtitle .ttgrip .xcol{
    width: 100px;
}
.tpccinfohh .hhtitle .ttgrip .ycol{
    width: calc(100% - 100px);
}
.itccinfoha .hatitle{
    margin-bottom: 15px;
    color: #1361ac;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.itccinfoha .haconts{
    font-size: 15px;
    line-height: 25px;
}
.slccinfohb {
    padding: 50px 55px;
    background-image: url('../images/ccback.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.slccinfohb .slick-prev{
    left: -25px;
}
.slccinfohb .slick-next{
    right: -25px;
}
.slccinfohb .slick-list{
    overflow: unset;
}
.itccinfohb .thumb{
    display: block;
    padding-top: 125%;
    position: relative;
}
.itccinfohb .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.2));
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 100px 0 105px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.hpddinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpddinfohh .hhgrip > div{
    padding: 0 15px;
}
.hpddinfohh .hhgrip .mcol{
    width: 215px;
    position: relative;
}
.hpddinfohh .hhgrip .hcol{
    width: calc(100% - 215px);
}
.hpddinfohh .hhtitle{
    position: absolute;
    bottom: 0;
    left: 10%;
    text-transform: uppercase;
    height: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    transform-origin: 0 0;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.hpddinfohh .hhtitle .ttgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.hpddinfohh .hhtitle .ttgrip > div{
    padding: 0 15px;
}
.hpddinfohh .hhtitle .ttgrip .xcol{
    width: 100px;
}
.hpddinfohh .hhtitle .ttgrip .ycol{
    width: calc(100% - 100px);
}
.tpddinfohh .vvlist{
    margin-bottom: 30px;
}
.itddinfohh{
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 30px 35px;
}
.itddinfohh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.itddinfohh .vvgrip > div{
    padding: 0 15px;
}
.itddinfohh .vvgrip .acol{
    width: 150px;
}
.itddinfohh .vvgrip .bcol{
    width: 270px;
}
.itddinfohh .vvgrip .ccol{
    width: calc(100% - 420px);
}
.itddinfohh:nth-child(even) .vvgrip .bcol{
    order: 3;
}
.itddinfohh:nth-child(even) .vvgrip .ccol{
    order: 2;
}
.itddinfohh .vdates{
    font-size: 15px;
    line-height: 25px;
    color: #737375;
    font-weight: bold;
}
.itddinfohh .vthumb a{
    border-radius: 5px;
}
.itddinfohh .dtitle{
    margin-bottom: 10px;
}
.itddinfohh .dtitle, .itddinfohh .dtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itddinfohh .dviews a{
    display: inline-block;
    font-weight: bold;
    color: #1361ac;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
}
.itddinfohh .dviews a span{
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
.itddinfohh .dviews a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 17px;
}
.tpddinfohh .vvview{
    text-align: right;
}
/* <=== ddinfohome ===> */

@media all and (max-width: 1350px){
    /* <=== aainfohome ===> */
    .aainfohome .aapadd{
        padding-left: 20px;
        padding-right: 20px;
    }
    .itaainfohh .decss{
        padding: 25px 30px 30px;
    }
    .itaainfohh .decss{
        width: 450px;
    }
    .itaainfohh .dstitle, .itaainfohh .dstitle h3{
        font-size: 40px;
        line-height: 55px;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 1200px){
    /* <=== ddinfohome ===> */
    .itddinfohh .dtitle, .itddinfohh .dtitle h3{
        font-size: 18px;
        line-height: 30px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 52.106%;
        min-height: 198px;
    }
    .slbannerhh .slick-dots{
        bottom: 2px;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
    }
    .slbannerhh .csinner{
        max-width: 400px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 45px 0 70px;
    }
    .hpaainfohh .hhtitle{
        margin-bottom: 25px;
        text-align: center;
    }
    .hpaainfohh .hhtitle .ttgrip .ycol{
        width: 100%;
    }
    .hpaainfohh .hhtitle .ttgrip .xcol{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .itaainfohh .thumb{
        padding: 0;
    }
    .itaainfohh .thumb::before{
        display: none   ;
    }
    .itaainfohh .decss{
        width: 100%;
        padding: 20px 20px 25px;
    }
    .itaainfohh .dstitle, .itaainfohh .dstitle h3{
        font-size: 30px;
        line-height: 40px;
    }
    .itaainfohh .dsconts{
        max-height: 100px;
        -webkit-line-clamp: 4;
    }
    .hpaainfohh .hhconts{
        overflow: unset;
    }
    .slaainfohh{
        padding-right: 20px;
    }
    .slaainfohh  .slick-list{
        overflow: unset;
    }
    .slaainfohh .slick-slide .itaainfohh{
        opacity: 0.2;
    }
    .slaainfohh .slick-current .itaainfohh{
        opacity: 1;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 45px 0 40px;
        background-attachment: unset;
    }
    .hpbbinfohh .hhtitle{
        margin-bottom: 20px;
    }
    .hpbbinfohh .hhtitle .ttgrip .xcol{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .hpbbinfohh .hhtitle .ttgrip .ycol{
        width: 100%;
    }
    .hpbbinfohh .hhtitle{
        text-align: center;
        margin-bottom: 25px;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpbbinfoha{
        width: 340px;
        height: 340px;
    }
    .tpbbinfoha::before{
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px;
    }
    .tpbbinfoha .hathumb{
        width: 198px;
        height: 198px;
    }
    .tpbbinfohb{
        position: relative;
        margin-top: -50px;
    }
    .tpbbinfohb .hbgrip{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .tpbbinfohb .hbgrip > div{
        padding: 0 15px!important;
        width: 25%;
        margin-bottom: 20px;
    }
    .tpbbinfohb .bcol{
        position: static;
        top: unset;
        left: 0;
        right: unset;
    }
    .itbbinfohb .vvgrip .xcol{
        margin: 0 auto;
        margin-bottom: 10px;
        order: unset!important;
    }
    .itbbinfohb .vvgrip .ycol{
        width: 100%;
        order: unset!important;
    }
    .tpbbinfohb .bcol:nth-child(1) .itbbinfohb .vvgrip .ycol, .tpbbinfohb .bcol:nth-child(3) .itbbinfohb .vvgrip .ycol{
        text-align: center;
    }
    .itbbinfohb .vdecs{
        text-align: center;
    }
    .itbbinfohb .vdecs .dnum{
        font-size: 25px;
        line-height: 30px;
    }
    .itbbinfohb .vdecs .dtxt{
        font-size: 14px;
        line-height: 20px;
    }
    .itbbinfohb .vdecs .tquan{
        font-size: 16px;
        line-height: 20px;
        top: -8px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .hpccinfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .hpccinfohh .hhgrip .hcol{
        width: 100%;
    }
    .ccinfohome{
        padding: 45px 0 60px;
    }
     .tpccinfohh .hhtitle{
        text-align: center;
        margin-bottom: 15px;
     }
    .tpccinfohh .hhtitle, .tpccinfohh .hhtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpccinfohh .hhtitle .ttgrip .xcol{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .tpccinfohh .hhtitle .ttgrip .ycol{
        width: 100%;
    }
    .itccinfoha .hatitle{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .slccinfohb{
        padding: 30px;
    }
    .slccinfohb .slick-prev{
        left: -20px;
    }
    .slccinfohb .slick-next{
        right: -20px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 50px 0 55px;
    }
    .hpddinfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .hpddinfohh .hhgrip .hcol{
        width: 100%;
    }
    .hpddinfohh .hhtitle{
        position: relative;
        transform: unset;
        white-space: unset;
        height: unset;
        text-align: center;
        left: 0;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .hpddinfohh .hhtitle .ttgrip .xcol{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .hpddinfohh .hhtitle .ttgrip .ycol{
        width: 100%;
    }
    .itddinfohh{
        padding: 15px 20px 25px;
    }
    .itddinfohh .vvgrip .acol{
        width: 100%;
        margin-bottom: 12px;
    }
    .itddinfohh .vdates{
        text-align: center;
    }
    .itddinfohh .vvgrip .ccol{
        width: calc(100% - 270px);
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        top: unset;
        transform: unset;
        bottom: 30px;
    }
    .slbannerhh .csinner{
        max-width: 100%;
        padding: 10px 20px;
    }
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
    .slbannerhh .cstitle .word{
        transform: translateY(20px);
    }
    /* <=== bannerhome ===> */

    /* <=== bbinfohome ===> */
    .tpbbinfohb .hbgrip > div{
        width: 50%;
    }
    /* <=== bbinfohome ===> */

    /* <=== ddinfohome ===> */
    .itddinfohh .vvgrip .bcol{
        width: 100%;
        margin-bottom: 12px;
    }
    .itddinfohh .vvgrip .ccol{
        width: 100%;
    }
    .itddinfohh:nth-child(even) .vvgrip .bcol, .itddinfohh:nth-child(even) .vvgrip .ccol{
        order: unset;
    }
    .tpddinfohh .vvview{
        text-align: center;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 380px){
    /* <=== bbinfohome ===> */
    .tpbbinfoha {
        width: 320px;
        height: 320px;
    }
    /* <=== bbinfohome ===> */
}