/* <=== bannerhome ===> */
.bannerhome{
    position: relative;
    overflow: hidden;
}
.slbannerhh{
    position:relative;
    height: calc(100vh - 100px);
    overflow:hidden;
    margin-bottom:0;
    z-index: 1;
}
.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: top 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 img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 0 115px 0;
}
.slbannerhh .bancapts::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -2;
    pointer-events: none;
    background: var(--color00);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbannerhh .csinner{
    text-align: center;
    overflow: hidden;
}
.slbannerhh .cstitle{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    color: var(--colorff);
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.slbannerhh .slick-arrow{
    color: var(--colorff);
    z-index: 11;
}
.slbannerhh .slick-dots{
    bottom: 70px;
    z-index: 11;
}
.slbannerhh .cstitle .word{
    display: inline-block;
    opacity: 0;
    white-space: pre;
    transform-style: preserve-3d;
    will-change: transform, opacity, filter;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    position: relative;
    overflow: hidden;
    padding: 80px 0 135px;
}
.hpaainfohh .hhlogos{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    margin-right: -60px;
    z-index: -1;
    pointer-events: none;
}
.tpaainfohh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
    gap: 20px 0;
}
.tpaainfohh .ifgrip > div{
    padding: 0 15px;
}
.tpaainfohh .ifgrip .mcol{
    width: 43.561%;
}
.tpaainfohh .ifgrip .hcol{
    width: calc(100% - 43.561%);
}
.tpaainfoha .hatitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--colorwm);
}
.tpaainfoha .hatitle, .tpaainfoha .hatitle h2{
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
}
.tpaainfoha .hacapts{
    color: var(--colorwt);
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.tpaainfoha .haconts{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}
.tpaainfohb{
    position: relative;
}
.tpaainfohb .hbthumb{
    position: relative;
    z-index: 1;
}
.tpaainfohb .hbthumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/main/aanens.png');
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.tpaainfohb .hbthumb a{
    max-width: 95%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: url("../images/main/aaback.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    z-index: 1;
}
.tpaainfohb .hbthumb a img{
    width: 100%;
}
.tpaainfohb .hbthumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-image: url('../images/main/aaplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 45px 0 140px;
    background-image: url('../images/main/bbbackm.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tpbbinfohh .hhtitle{
    text-align: center;
    margin-bottom: 30px;
    color: var(--colorwm);
}
.tpbbinfohh .hhtitle, .tpbbinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.slbbinfoha {
    margin-bottom: 20px;
}
.slbbinfoha .dstitle,
.slbbinfoha .dsconts{
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1.2s ease,
    opacity 1.2s ease;
}
/* khi slide active */
.slbbinfoha .slick-current .dstitle{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}
.slbbinfoha .slick-current .dsconts{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.itbbinfoha{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.itbbinfoha .thumb a{
    display: block;
    padding-top: 44.264%;
    position: relative;
    overflow: hidden;
}
.itbbinfoha .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itbbinfoha .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 48px 40px;
    z-index: 1;
}
.itbbinfoha .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: -2;
    pointer-events: none;
    background: var(--color00);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itbbinfoha .decss, .itbbinfoha .decss a{
    color: var(--colorff);
}
.itbbinfoha .dstitle{
    margin-bottom: 10px;
}
.itbbinfoha .dstitle, .itbbinfoha .dstitle h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}
.itbbinfoha .dsconts{
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itbbinfohb{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.itbbinfohb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 22px 20px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itbbinfohb.vitem1 .decss{
    background-image: url('../images/main/bbimg1.png');
}
.itbbinfohb.vitem2 .decss{
    background-image: url('../images/main/bbimg2.png');
}
.itbbinfohb.vitem3 .decss{
    background-image: url('../images/main/bbimg3.png');
}
.itbbinfohb .decss,.itbbinfohb .decss a{
    color: var(--colorff);
}
.itbbinfohb .dstitle,.itbbinfohb .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.itbbinfohb .dstitle a{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    position: relative;
    padding-top: 50px;
    background-color: var(--colorf9);
}
.hpccinfohh .ccinfos{
    position: relative;
    z-index: 2;
}
.tpccinfohh .hhcapts{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}
.tpccinfohh .hhcapts span{
    color: var(--colorwm);
}
.tpccinfohh .hhtitle{
    margin-bottom: 40px;
    color: var(--colorwm);
    text-align: center;
}
.tpccinfohh .hhtitle, .tpccinfohh .hhtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.slccinfohh .slick-list{
    overflow: unset;
}
.itccinfohh{
    border: 1px solid var(--colordd);
    position: relative;
    padding: 20px 20px 30px;
    margin-left: -1px;
}
.itccinfohh::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-top: solid 1px var(--colorwm);
    border-bottom: solid 1px var(--colorwm);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    pointer-events: none;
    z-index: 1;
}
.itccinfohh::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px var(--colorwm);
    border-right: solid 1px var(--colorwm);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    pointer-events: none;
    z-index: 1;
}
.itccinfohh:hover::before{
    left: 0;
    right: 0;
}
.itccinfohh:hover::after{
    top: 0;
    bottom: 0;
}
.itccinfohh .vvlinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itccinfohh .vvlinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itccinfohh .iicons{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itccinfohh .iicons img{
    max-width: 100%;
    max-height: 100%;
}
.itccinfohh .ithumb{
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itccinfohh .ithumb .timg{
    display: block;
    padding-top: 134.38%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.itccinfohh .idecss{
    text-align: center;
    min-height: 150px;
    padding-bottom: 20px;
    position: relative;
}
.itccinfohh .idecss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--colordd);
    border-radius: 100%;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itccinfohh:hover .idecss::before{
    background-color: var(--colorwm);
}
.itccinfohh .dtitle, .itccinfohh .dtitle h3{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.itccinfohh .ithumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itccinfohh:hover, .itccinfohh:hover a{
    color: var(--colorwm);
} 
.hpccinfohh .ccthumb{
    position: relative;
    z-index: 1;
    margin-top: -50px;
}
.hpccinfohh .ccthumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: var(--colorf9);
    background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 0) 100%);
    z-index: 0;
    pointer-events: none;
}
.hpccinfohh .ccthumb img{
    width: 100%;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 50px 0 60px;
}
.hpddinfohh .hhtitle{
    margin-bottom: 10px;
    color: var(--colorwm);
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.hpddinfohh .hhcapts{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
}
.slddinfohh{
    width: calc(100% - 1px);
}
.slddinfohh .slick-slide{
    position: relative;
    margin-left: -1px;
}
.slddinfohh .slick-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    bottom: 35px;
    background-color: var(--colorf4);
}
.itddinfohh{
    position: relative;
}
.itddinfohh .quant{
    z-index: 1;
    margin-bottom: 10px;
}
.itddinfohh .quant ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
        min-height: 28px;
}
.itddinfohh .quant li{
    border: 1px solid var(--colordd);
    font-size: 15px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 25px;
}
.itddinfohh .thumb{
    margin-bottom: 20px;
}
.itddinfohh .decss{
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}
.itddinfohh .dstitle{
    margin-bottom: 5px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.itddinfohh .dstitle a{
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh:hover .dstitle a{
    color: var(--colorwm);
}
.itddinfohh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
}
/* <=== ddinfohome ===> */

/* <=== eeinfohome ===> */
.eeinfohome{
    padding: 55px 0 140px;
    background-color: var(--colorwn);
    position: relative;
}
.tpeeinfohh .hhtitle{
    margin-bottom: 40px;
}
.tpeeinfohh .hhtitle .ttgrip{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px 20px;
}
.tpeeinfohh .hhtitle .tname{
    margin-bottom: 10px;
    color: var(--colorwm);
}
.tpeeinfohh .hhtitle .tname, .tpeeinfohh .hhtitle .tname h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpeeinfohh .hhtitle .tdecs{
    font-size: 16px;
    line-height: 26px;
}
.tpeeinfohh .hhtitle .tview{
    min-width: 170px;
}
.tpeeinfoha{
    margin-bottom: 65px;
}
.iteeinfoha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -55px;
    gap: 15px 0;
} 
.iteeinfoha .hagrip > div{
    padding: 0 55px;
    width: 50%;
}
.iteeinfoha .thumb a{
    border-radius: 15px;
}
.iteeinfoha .dstitle{
    margin-bottom: 20px;
}
.iteeinfoha .dstitle, .iteeinfoha .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.iteeinfoha .dstitle, .iteeinfoha .dstitle a{
    color: var(--colorwm);
}
.iteeinfoha .dsconts{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    max-height: calc(28px * 5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.iteeinfoha .dsviews{
    display: flex;
}
.iteeinfoha .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 25px;
}
.iteeinfoha .dsviews a .vicon{
    width: 45px;
    height: 45px;
    border: 2px solid var(--colorws);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: var(--colorwm);
    font-size: 13px;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.iteeinfoha .dsviews a:hover .vicon{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.tpeeinfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 20px 0;
}
.tpeeinfohb .hbgrip > div{
    width: 25%;
    padding: 0 15px;
}
.iteeinfohb{
    padding-top: 25px;
    border-top: 2px solid transparent;
    cursor: pointer;
    position: relative;
    --line-w: 0%;
}
.iteeinfohb::before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--colorwm);
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.8s ease;
}
.iteeinfohb:hover::before{
    width: 100%;
}
.iteeinfohb::after{
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.iteeinfohb:hover::after{
    width: 100%;
}
.iteeinfohb .vdate{
    color: var(--color66);
    margin-bottom: 15px;
}
.iteeinfohb .vname, .iteeinfohb .vname h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.iteeinfohb .vname, .iteeinfohb .vname a{
    color: var(--color1c);
}
.iteeinfohb:hover .vname, .iteeinfohb:hover .vname a{
    color: var(--colorwm);
}
/* <=== eeinfohome ===> */

/* <=== ffinfohome ===> */
.ffinfohome{
    padding: 40px 0 60px;
}
.tpffinfohh .hhtitle{
    text-align: center;
    margin-bottom: 20px;
}
.tpffinfohh .hhtitle .ttgrip{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px 20px;
}
.tpffinfohh .hhtitle .tname{
    margin-bottom: 10px;
    color: var(--colorwm);
}
.tpffinfohh .hhtitle .tname, .tpffinfohh .hhtitle .tname h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpffinfohh .hhtitle .tdecs{
    font-size: 16px;
    line-height: 26px;
}
.tpffinfohh .hhtitle .tview{
    min-width: 170px;
}
.tpffinfohh .hhmenus{
    margin-bottom: 45px;
}
.tpffinfohh .hhmenus ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
    gap: 5px 0;
}
.tpffinfohh .hhmenus li{
    padding: 0 5px;
    width: calc(100% / 5);
}
.tpffinfohh .hhmenus li a{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 35px;
    background-color: var(--colorwt);
    color: var(--colorff);
}
.tpffinfohh .hhmenus li.active a, .tpffinfohh .hhmenus li:hover a{
    background-color: var(--colorwm);
}
.slffinfohh .slick-list{
    padding: 0 0 20px 0;
}
.itffinfohh{
    background-color: var(--colorff);
    border-radius: 15px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
}
.itffinfohh .decss{
    padding: 25px 30px 32px;
}
.itffinfohh .dstitle{
    margin-bottom: 10px;
}
.itffinfohh .dstitle, .itffinfohh .dstitle h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.itffinfohh .dstitle a{
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itffinfohh:hover .dstitle a{
    color: var(--colorwm);
}
.itffinfohh .dsconts{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itffinfohh .dsviews{
    display: flex;
}
.itffinfohh .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 25px;
}
.itffinfohh .dsviews a .vicon{
    width: 45px;
    height: 45px;
    border: 2px solid var(--coloree);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: var(--colorwm);
    font-size: 13px;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itffinfohh:hover .dsviews a .vicon{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.itffinfohh:hover .dsviews a{
    color: var(--colorwm);
}
/* <=== ffinfohome ===> */

/* <=== gginfohome ===> */
.gginfohome{
    padding: 55px 0 75px;
}
.hpgginfohh .hhtitle{
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--colorwm);
}
.hpgginfohh .hhtitle, .hpgginfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpgginfohh .hhcapts{
    max-width: 875px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.tpgginfohh .ctmenus{
    margin-bottom: 50px;
    position: relative;
}
.tpgginfohh .ctmenus::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--colore6);
    width: 100%;
}
.tpgginfohh .ctmenus ul{
    display: flex;
}
.tpgginfohh .ctmenus li{
    width: 20%;
}
.tpgginfohh .ctmenus li a{
    padding: 0 35px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.tpgginfohh .ctmenus li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--colorwt);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tpgginfohh .ctmenus li.active a, .tpgginfohh .ctmenus li:hover a{
    color: var(--colorwt);
}
.tpgginfohh .ctmenus li.active a::before, .tpgginfohh .ctmenus li:hover a::before{
    width: 100%;
}
.tpgginfohh .ctinfos{
    position: relative;
    overflow: hidden;
}
.tpgginfohh .ctinfos .iftabs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.tpgginfohh .ctinfos .iftabs.active{
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    position: relative;
}
.tpgginfohh .ifdecss{
    text-align: center;
}
.tpgginfohh .dwraps{
    max-width: 470px;
    margin: 0 auto;
}
.tpgginfohh .dlogos{
    margin-bottom: 25px;
}
.tpgginfohh .dtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpgginfohh .dtitle, .tpgginfohh .dtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpgginfohh .dconts{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
/* <=== gginfohome ===> */

@media all and (min-width: 1025px){
    .iteeinfohb{
        border-top: 2px solid transparent;
    }
    .iteeinfohb::before{
        transform: scaleX(0);
    }
    .iteeinfohb.vlineactive::before{
        transform: scaleX(1);
    }
}
@media all and (max-width: 1200px){
    /* <=== eeinfohome ===> */
    .iteeinfoha .hagrip{
        margin: 0 -20px;
    }
    .iteeinfoha .hagrip > div{
        padding: 0 20px;
    }
    /* <=== eeinfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh{
        padding-top: 45.266%;
        min-height: 172px;
        height: 0;
    }
    .slbannerhh .bancapts{
        padding: 10px 0 40px;
    }
    .slbannerhh .slick-dots{
        bottom: 12px;
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    .slbannerhh .csinner{
        margin: 0 -10px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 20px 0 40px;
    }
    .tpaainfohh .ifgrip{
        flex-direction: column-reverse;
    }
    .tpaainfohh .ifgrip .mcol{
        width: 100%;
    }
    .tpaainfohh .ifgrip .hcol{
        width: 100%;
    }
    .tpaainfoha{
        text-align: center;
    }
    .tpaainfoha .hatitle, .tpaainfoha .hatitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    .tpaainfoha .hacapts{
        font-size: 17px;
        line-height: 26px;
    }
    .tpaainfoha .haconts{
        font-size: 15px;
        line-height: 25px;        
    }
    .hpaainfohh .hhlogos{
        max-width: 360px;
        width: 100%;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 25px 0 65px;
    }
    .tpbbinfohh .hhtitle{
        margin-bottom: 20px;
    }
    .tpbbinfohh .hhtitle, .tpbbinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .itbbinfoha .decss{
        padding: 12px 15px;
    }
    .itbbinfoha .dstitle, .itbbinfoha .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itbbinfoha .dsconts{
        display: none;
    }
    .itbbinfohb .decss{
        padding: 20px 9px 8px;
    }
    .itbbinfohb .dstitle, .itbbinfohb .dstitle h3{
        font-size: 12px;
        line-height: 18px;
    }
    .itbbinfohb .dstitle a{
        height: 36px;
    }
    .itbbinfoha, .itbbinfohb{
        border-radius: 10px;
    }
    /* <=== bbinfohome ===> */
    
    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding-top: 20px;
    }
    .tpccinfohh .hhcapts{
        text-align: center;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 28px;
    }
    .tpccinfohh .hhtitle{
        text-align: center;
        margin-bottom: 20px;
    }
    .tpccinfohh .hhtitle, .tpccinfohh .hhtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .hpccinfohh .ccthumb{
        margin-top: 0;
    }
    .itccinfohh .iicons{
        margin-bottom: 35px;
    }
    .itccinfohh .idecss{
        min-height: 85px;
    }
    .itccinfohh .dtitle, .itccinfohh .dtitle h3{
        font-size: 14px;
        line-height: 28px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 20px 0 30px;
    }
    .hpddinfohh .hhtitle{
        text-align: center;
        margin-bottom: 5px;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    .hpddinfohh .hhcapts{
        text-align: justify;
        text-align-last: center;
        font-size: 15px;
        line-height: 23px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itddinfohh .dstitle a{
        height: 42px;
    }
    .itddinfohh .dsviews a{
        font-size: 13px;
        line-height: 21px;
    }
    .itddinfohh .quant li{
        font-size: 12px;
        line-height: 18px;
        padding: 2px 8px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .eeinfohome{
        padding: 25px 0 55px;
    }
    .tpeeinfohh .hhtitle .ttgrip{
        flex-wrap: wrap;
    }
    .tpeeinfohh .hhtitle .ttgrip > div{
        width: 100%;
    }
    .tpeeinfohh .hhtitle .ttgrip .hcol{
        display: none;
    }
    .tpeeinfohh .hhtitle{
        margin-bottom: 20px;
    }
    .tpeeinfohh .hhtitle .tname{
        text-align: center;
        margin-bottom: 5px;
    }
    .tpeeinfohh .hhtitle .tname, .tpeeinfohh .hhtitle .tname h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpeeinfohh .hhtitle .tdecs{
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    .iteeinfoha .hagrip > div{
        width: 100%;
    }
    .iteeinfoha .dstitle{
        margin-bottom: 10px;
    }
    .iteeinfoha .dstitle, .iteeinfoha .dstitle h3{
        font-size: 20px;
        line-height: 32px;
    }
    .iteeinfoha .dsconts{
        font-size: 14px;
        line-height: 24px;
        max-height: 72px;
        -webkit-line-clamp: 3;
    }
    .tpeeinfoha{
        margin-bottom: 20px;
    }
    .tpeeinfohb .hbgrip{
        margin: 0 -10px;
    }
    .tpeeinfohb .hbgrip > div{
        width: 50%;
        padding: 0 10px;
    }
    .iteeinfohb{
        padding-top: 15px;
    }
    .iteeinfohb .vdate{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .iteeinfohb .vname, .iteeinfohb .vname h3{
        font-size: 14px;
        line-height: 21px;
    }
    .iteeinfohb .vname a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 63px;
        -webkit-line-clamp: 3;
    }
    .tpeeinfohh .hhconts{
        margin-bottom: 20px;
    }
    /* <=== eeinfohome ===> */

    /* <=== ffinfohome ===> */
    .ffinfohome{
        padding: 40px 0 30px;
    }
    .tpffinfohh .hhtitle .ttgrip{
        flex-wrap: wrap;
    }
    .tpffinfohh .hhtitle .ttgrip > div{
        width: 100%;
    }
    .tpffinfohh .hhtitle .ttgrip .hcol{
        display: none;
    }
    .tpffinfohh .hhtitle{
        margin-bottom: 20px;
    }
    .tpffinfohh .hhtitle .tname{
        text-align: center;
        margin-bottom: 5px;
    }
    .tpffinfohh .hhtitle .tname, .tpffinfohh .hhtitle .tname h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpffinfohh .hhtitle .tdecs{
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    .tpffinfohh .hhconts{
        margin-bottom: 10px;
    }
    .itffinfohh{
        border-radius: 10px;
    }
    .itffinfohh .decss{
        padding: 8px 10px 10px;
    }
    .itffinfohh .dstitle{
        margin-bottom: 5px;
    }
    .itffinfohh .dstitle, .itffinfohh .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    .itffinfohh .dstitle a{
        height: calc(19px * 3);
        -webkit-line-clamp: 3;
    }
    .itffinfohh .dsconts{
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 18px;
        height: calc(18px * 2);
        -webkit-line-clamp: 2;
    }
    .itffinfohh .dsviews a{
        font-size: 12px;
    }
    .itffinfohh .dsviews a .vicon{
        width: 30px;
        height: 30px;
        margin-right: 8px;
        font-size: 10px;
    }
    .tpffinfohh .hhmenus{
        margin-bottom: 30px;
    }
    .tpffinfohh .hhmenus .mntitle {
        font-size: 15px;
        line-height: 25px;
        padding: 10px 40px 10px 20px;
        background-color: var(--colorwm);
        color: var(--colorff);
        position: relative;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .tpffinfohh .hhmenus .mntitle::before{
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        -webkit-transition: var(--effectl);
        -o-transition: var(--effectl);
        transition: var(--effectl);
    }
    .tpffinfohh .hhmenus.active .mntitle::before{
        transform: translateY(-50%) rotate(180deg);
    }
    .tpffinfohh .hhmenus .mnconts{
        padding-top: 5px;
        display: none;
    }
    .tpffinfohh .hhmenus li{
        width: 100%;
    }
    .tpffinfohh .hhmenus li a{
        justify-content: flex-start;
        border-radius: 5px;
        padding: 10px 20px;
    }
    /* <=== ffinfohome ===> */

    /* <=== gginfohome ===> */
    .gginfohome{
        padding: 25px 0 50px;
    }
    .tpgginfohh .ctmenus li a{
        padding: 0 2px 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .hpgginfohh .hhtitle{
        margin-bottom: 10px;
    }
    .hpgginfohh .hhtitle, .hpgginfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpgginfohh .hhcapts{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .tpgginfohh .ctmenus{
        margin-bottom: 30px;
    }
    .tpgginfohh .dtitle, .tpgginfohh .dtitle h3{
        font-size: 20px;
        line-height: 28px;
    }
    .tpgginfohh .dconts{
        font-size: 16px;
    }
    /* <=== gginfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .tpaainfohb .hbthumb{
        margin: 0 -10px;
    }
    .tpaainfohb .hbthumb a::before{
        width: 60px;
        height: 60px;
    }
    .tpaainfoha .hatitle{
        margin-bottom: 5px;
    }
    .tpaainfoha .hacapts{
        margin-bottom: 10px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        background-image: url('../images/main/bbbackh.jpg');
    }
    .itbbinfoha .dstitle, .itbbinfoha .dstitle h3{
        font-size: 15px;
        line-height: 21px;
    }
    /* <=== bbinfohome ===> */
}