:root{
    /* color web */
    --colorwm: #ff9302;
    --colorwh: #030870;
    --colorwb: #d92026;
    --colorwt: #373a97;
    --colorwn: #d90a00;
    /* color all */
    --color00: #000000;
    --color02: #020202;
    --color44: #444444;
    --color33: #333333;
    --color22: #222222;
    --color2f: #2f2f2f;
    --color55: #555555;
    --color44: #444444;
    --color66: #666666;
    --color67: #67635c;
    --color88: #888888;
    --color99: #999999;
    --color28: #282c3f;
    --color0b: #0B0A24;
    --colorff: #ffffff;
    --coloree: #eeeeee;
    --colordd: #dddddd;
    --colorcc: #cccccc;
    --colorf1: #f1f1f1;
    --colorf2: #f2f2f2;
    --colorf3: #f3f3f3;
    --colorf4: #f4f4f4;
    --colorf5: #F5F5F5;
    --colorf6: #f6f6f6;
    --colorf7: #f7f7f7;
    --colorf8: #f8f8f8;
    --colorf9: #f9f9f9;
    --colorb2: #b2b2b2;
    --colore7: #e7e7e7;
    --colore8: #e8e8e8;
    --colore5: #e5e5e5;
    --colorb4: #b4b4b4;
    --colord9: #d9d9d6;
    --colord0: #d0d0d0;
    --colorf0: #f0ebe9;
    --colorce: #ced4da; 
    --color1c: #1c1c1c;
    --color8d: #8d8d8d;
    --effectl: all 0.3s linear;
    --effecte: all 0.3s ease;
}
/* <=== vtitleab ===> */
.vtitleab{
    text-align: center;
    text-transform: uppercase;
}
.vtitleab.vwhite, .vtitleab.vwhite a{
    color: var(--colorff);
}
.vtitleab, .vtitleab h1, .vtitleab h2, .vtitleab h3{
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.vbackall::before{
    opacity: 1;
}
/* <=== vtitleab ===> */

/* <=== bannerhome ===> */
.bannerhome{
    background-color: var(--colorff);
}
.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);-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;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0;
    padding: 30px 0 75px;
    text-align: center;
}
.slbannerhh .bancapts::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: var(--color0b);
    background: linear-gradient(0deg, rgba(11, 10, 36, 1) 0%, rgba(11, 10, 36, 0) 100%);
    z-index: -1;
    pointer-events: none;
}
.slbannerhh .csinner{
    max-width: 1170px;
    margin: 0 auto;
}
.slbannerhh .csinner, .slbannerhh .csinner a{
    color: var(--colorff);
}
.slbannerhh .cstitle{
    color: var(--colorff);
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.slbannerhh .csconts{
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: var(--colorff);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 25px;
}
.slbannerhh .csviews a{
    display: inline-block;
    border-radius: 25px;
    border: 2px solid var(--colorff);
    font-size: 16px;
    line-height: 23px;
    font-weight: 800;
    color: var(--colorff);
    padding: 9px 29px;
}
.slbannerhh .csviews a:hover{
    background-color: var(--colorff);
    color: var(--colorwh);
}
.slbannerhh .csviews, .slbannerhh .cstitle{
    transform: translateX(150px);
}
.slbannerhh .csconts{
    transform: translateX(-150px);
}
.slbannerhh .csconts, .slbannerhh .cstitle, .slbannerhh .csviews{
    opacity: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbannerhh .slick-current .csconts, .slbannerhh .slick-current .cstitle, .slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
    transition-duration: 0.4s;
}
.slbannerhh .slick-current .cstitle{
    transition-delay: 0.2s;
}
.slbannerhh .slick-current .csconts{
    transition-delay: 0.4s;
}
.slbannerhh .slick-current .csviews{
    transition-delay: 0.6s;
}
.slbannerhh .slick-dots li button{
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 25px;
}
.slbannerhh .slick-dots li.slick-active button{
    width: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}
.slbannerhh .slick-arrow{
    opacity: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--colorff);
}
.slbannerhh .slick-prev{
    left: 0;
}
.slbannerhh .slick-next{
    right: 0;
}
.slbannerhh:hover .slick-arrow{
    opacity: 1;
}
.slbannerhh .slick-arrow:hover{
    background-color: rgba(0, 0, 0, 0.8);
}
.slbannerhh:hover .slick-prev{
    left: 20px;
}
.slbannerhh:hover .slick-next{
    right: 20px;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--colorff);
}
.aainfohome::before{
    content: '';
    position: absolute;
    top: -760px;
    left: 0;
    width: 100%;
    height: calc(100% + 760px);
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
    background-image: url("../images/aaback.png");
    background-position: top left;
    background-repeat: repeat;
    background-size: 100%;
}
.hpaainfoha{
    padding: 75px 0 100px;
    position: relative;
}
.tpaainfoha{
    text-align: center;
}
.tpaainfoha .hatitle{
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.tpaainfoha .hatitle, .tpaainfoha .hatitle h2{
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
}
.tpaainfoha .haconts{
    max-width: 1140px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 30px;
}
.hpaainfoha .haline{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.hpaainfoha .haline > div{
    width: calc(100% / 3);
    height: 10px;
}
.tpaainfohb .bbgrip{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tpaainfohb .bbgrip > div{
    overflow: hidden;
    transition: flex-grow 0.8s ease;
    flex: 1;
}
.tpaainfohb .bbgrip > div.vhover{
    flex: 3;
}
.itaainfohb{
    position: relative;
    overflow: hidden;
}
.itaainfohb .thumb a{
    display: block;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.itaainfohb .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    background: var(--color0b);
    background: linear-gradient(0deg, rgba(11, 10, 36, 1) 0%, rgba(11, 10, 36, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.itaainfohb .thumb a img{
    width: 100%;
    display: none;
}
.itaainfohb .bname{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 65px;
    width: 100%;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    z-index: 2;
    pointer-events: none;
}
.itaainfohb .bname, .itaainfohb .bname a{
    color: var(--colorff);
}
.itaainfohb .bname, .itaainfohb .bname h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.itaainfohb .ntitle{
    position: relative;
    padding-right: 10px;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.vhover .itaainfohb .ntitle{
    transform: translateX(100%);
    opacity: 0;
}
.itaainfohb .ntitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 70px;
    width: 1px;
    background-color: var(--colorff);
}
.itaainfohb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 70px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}
.vhover .itaainfohb .decss{
    opacity: 1;
}
.itaainfohb .decss, .itaainfohb .decss a{
    color: var(--colorff);
}
.itaainfohb .dtitle{
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.itaainfohb .dtitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: var(--colorff);
}
.itaainfohb .dtitle, .itaainfohb .dtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.itaainfohb .dconts{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 45px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itaainfohb .dviews{
    display: flex;
}
.itaainfohb .dviews a{
    display: flex;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
}
.itaainfohb .dviews a .vtext{
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid var(--colorff);
    font-weight: 800;
    margin-right: 15px;
}
.itaainfohb .dviews a .vicon{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: var(--colorwm);
    color: var(--colorff);
    font-size: 10px;
    transform: rotate(-25deg);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itaainfohb .dviews a:hover .vicon{
    background-color: var(--colorff);
    color: var(--colorwm);
}
.itaainfohb .decss > div{
    transform: translateX(150px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.vhover .itaainfohb .decss > div {
    opacity: 1;
    pointer-events: auto;
    transform: unset;
}
.vhover .itaainfohb .decss > div.lazyloading{
    opacity: 0;
}
.vhover .itaainfohb .decss .dtitle{
    -webkit-transition: 1s 0.3s;
    -o-transition: 1s 0.3s;
    transition: 1s 0.3s;
}
.vhover .itaainfohb .decss .dconts{
    -webkit-transition: 1s 0.5s;
    -o-transition: 1s 0.5s;
    transition: 1s 0.5s;
}
.vhover .itaainfohb .decss .dviews{
    -webkit-transition: 1s 0.7s;
    -o-transition: 1s 0.7s;
    transition: 1s 0.7s;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 70px 0 85px;
    background-color: rgba(255, 255, 255, 0.5);
}
.hpbbinfohh .hhtitle{
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.tpbbinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpbbinfohh .hhgrip > div{
    padding: 0 15px;
}
.tpbbinfohh .hhgrip .mcol{
    width: 330px;
}   
.tpbbinfohh .hhgrip .hcol{
    width: calc(100% - 330px);
}
.tpbbinfoha .haconts li{
    margin-bottom: 10px;
}
.tpbbinfoha .haconts li:last-child{
    margin-bottom: 0;
}
.tpbbinfoha .haconts li a{
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 50px 10px 30px;
    background-color: var(--colore8);
    border-radius: 35px;
    position: relative;
}
.tpbbinfoha .haconts li a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
}
.tpbbinfoha .haconts li.active a, .tpbbinfoha .haconts li:hover a {
    background-color: var(--colorwh);
    color: var(--colorff);
}
.tpbbinfohb{
    overflow: hidden;
    position: relative;
}
.tpbbinfohb .hbitem{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.tpbbinfohb .hbitem.active{
    position: relative;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
}
.itbbinfohb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 12px 0;
}
.itbbinfohb .vvgrip > div{
    padding: 0 15px;
}
.itbbinfohb .vvgrip .lcol{
    width: 63.637%;
}
.itbbinfohb .vvgrip .rcol{
    width: calc(100% - 63.637%);
}
.itbbinfohb .thumb{
    position: relative;
    overflow: hidden;  
}
.itbbinfohb .thumb a{
    border-radius: 20px;
    will-change: transform;
    clip-path: inset(0 round 20px);
}
.itbbinfohb .thumb a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 130px;
    height: 86px;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -1px;
    background-image: url("../images/bbnen.png");
    pointer-events: none;
}
.itbbinfohb .thumb a img{
    border-radius: inherit;
}
.itbbinfohb .decss{
    padding: 15px 0;
}
.itbbinfohb .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itbbinfohb .dstitle, .itbbinfohb .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
}
.itbbinfohb .dsconts{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
    max-height: calc(26px * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itbbinfohb .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    padding: 10px 30px;
    border-radius: 35px;
    background-color: var(--colorwm);
    color: var(--colorff);
}
.itbbinfohb .dsviews a:hover{
    background-color: var(--colorwh);
}
.slbbinfohb .slick-dots{
    width: calc(100% - 110px);
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    gap: 0 20px;
    padding: 0;
    margin-top: 50px;
}
.slbbinfohb .slick-dots::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: var(--colore8);
}
.slbbinfohb .slick-dots li{
    display: flex;
    align-items: center;
    align-content: center;
    width: 17px;
    height: 17px;
}
.slbbinfohb .slick-dots li button{
    width: 16px;
    height: 16px;;
    position: relative;
    border: 2px solid transparent;
    background-color: transparent;
}
.slbbinfohb .slick-dots li button::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: var(--colore8);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbbinfohb .slick-dots li.slick-active button::before{
    width: 7px;
    height: 7px;
    background-color: var(--colorwh);
}
.slbbinfohb .slick-dots li.slick-active button{
    background-color: var(--colorff);
    border-color: var(--colorwh);
}
.slbbinfohb{
    padding-bottom: 12px;
}
.slbbinfohb .slick-arrow{
    width: 40px;
    height: 40px;
    bottom: 0;
    transform: unset;
    top: unset;
    background-color: var(--colorwh);
    color: var(--colorff);
}
.slbbinfohb .slick-prev{
    left: unset;
    right: 52px;
}
.slbbinfohb .slick-next{
    right: 0;
}
.slbbinfohb .slick-arrow::before{
    font-weight: 400;
    font-size: 12px;
}
.slbbinfohb .slick-prev::before{
    content: "\e900";
    transform: translate(-50%, -50%) rotate(180deg);
}
.slbbinfohb .slick-next::before{
    content: "\e900";
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.hpccinfohh{
    position: relative;
    padding: 80px 0 150px;
    min-height: 750px;
    overflow: hidden;
    z-index: 1;
}
.hpccinfohh::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: var(--color0b);
    background: linear-gradient(90deg, rgba(11, 10, 36, 0.9) 0%, rgba(11, 10, 36, 0) 100%);
}
.hpccinfohh .hhthumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    /* transition: opacity 0.25s ease; */
}
.hpccinfohh .hhdecss{
    position: relative;
    z-index: 1;
}
.tpccinfohh, .tpccinfohh a{
    color: var(--colorff);
}
.tpccinfohh .dtitle{
    margin-bottom: 35px;
    text-transform: uppercase;
}
.tpccinfohh .dtitle, .tpccinfohh .dtitle h2{
    font-size: 48px;
    line-height: 60px;
    font-weight: 900;
}
.tpccinfohh .dtitle span{
    display: block;
}
.tpccinfohh .dconts li{
    margin-bottom: 20px;
}
.tpccinfohh .dconts li:last-child{
    margin-bottom: 0;
}
.tpccinfohh .dconts li a{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 23px;
    font-weight: bold;
}
.tpccinfohh .dconts li.active a, .tpccinfohh .dconts li a:hover{
    background-color: transparent;
    border-color: var(--colorwm);
    color: var(--colorwm);
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    background-color: var(--colorff);
    padding-top: 70px;
}
.hpddinfohh .hhtitle{
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.tpddinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -30px;
}
.tpddinfohh .hhgrip > div{
    padding: 0 30px;
}
.tpddinfohh .hhgrip .mcol{
    width: calc(100% - 53.334%);
}
.tpddinfohh .hhgrip .hcol{
    width: 53.334%;
}
.tpddinfohh .thumb{
    position: relative;
    max-width: 549px;
    margin: 0 auto;
}
.tpddinfohh .thumb img{
    width: 100%;
}
.tpddinfohh .thumb .twinm{
    position: absolute;
    top: -1.4%;
    left: -11%;
    width: 120%;
    z-index: 2;
    animation: vcircular 20s linear 0s infinite;
    -webkit-animation: vcircular 20s linear 0s infinite;
    -moz-animation: vcircular 20s linear 0s infinite;
    -o-animation: vcircular 20s linear 0s infinite; 
    pointer-events: none;
}
@-webkit-keyframes vcircular{
    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);
    }
}
/* Standard syntax */ 
@keyframes vcircular {
    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);
    }
}
.tpddinfohh .thumb .twinh{
    position: relative;
    z-index: 1;
}
.tpddinfohh .thumb .twinb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tpddinfohh .decss{
    padding-bottom: 100px;
}
.tpddinfohh .dtext{
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}
.tpddinfohh .dcont{
    margin-bottom: 20px;
}
.tpddinfohh .dcont ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
}
.tpddinfohh .dcont li{
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 32px 5px 45px;
    border-radius: 20px;
    background-color: var(--colore8);
    position: relative;
}
.tpddinfohh .dcont li::before{
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 19px;
    top: 7px;
    color: var(--colorwb);
}
.tpddinfohh .dinfo{
    margin-bottom: 30px;
}
.tpddinfohh .dinfo .icaps{
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 800;
}
.tpddinfohh .dinfo .iquan{
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}
.tpddinfohh .dinfo .ilist li:first-child{
    border-top: 1px solid var(--color0b);
}
.tpddinfohh .dinfo .ilist li{
    display: flex;
    justify-content: space-between;
    gap: 5px 20px;
    font-size: 16px;
    line-height: 30px;
    padding: 9.5px 0;
    border-bottom: 1px solid var(--color0b);
}
.tpddinfohh .dinfo .ilist li .th{
    font-weight: 800;
    font-size: 20px;
}
.tpddinfohh .dlink a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    padding: 10px 35px;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 35px;
}
.tpddinfohh .dlink a:hover{
    background-color: var(--colorwh);
}
/* <=== ddinfohome ===> */

/* <=== eeinfohome ===> */
.hpaboutsff{
    padding: 70px 0 85px;
    background-color: rgba(232, 232, 232, 0.2);
}
.tpaboutsff .fftitle{
    margin-bottom: 25px;
}
.tpaboutsff .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    gap: 40px 0;
}
.tpaboutsff .ctgrip > div{
    padding: 0 20px;
    width: calc(100% / 3);
}
.itaboutsff{
    max-width: 360px;
    margin: 0 auto;
}
.itaboutsff .vicon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;
}
.itaboutsff .vdecs{
    text-align: center;
}
.itaboutsff .dtitle{
    margin-bottom: 5px;
}
.itaboutsff .dtitle.vupper{
    text-transform: uppercase;
}
.itaboutsff .dtitle, .itaboutsff .dtitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
}
.itaboutsff .dinfos{
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: var(--colorwh);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.itaboutsff .dinfos .plus{
    font-size: 20px;
    top: -8px;
    position: relative;
}
.itaboutsff .dtext{
    font-size: 16px;
    line-height: 25px;
}
/* <=== eeinfohome ===> */

/* <=== ffinfohome ===> */
.ffinfohome{
    padding: 75px 0 70px;
    background-color: rgba(255, 255, 255, 0.5);
}
.hpffinfohh .hhtitle{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.hpffinfohh .hhtitle, .hpffinfohh .hhtitleb h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.hpffinfohh .hhconts{
    margin-bottom: 35px;
}
.tpffinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpffinfohh .hhgrip > div{
    padding: 0 15px;
}
.tpffinfohh .hhgrip .mcol{
    width: 41.667%;
}
.tpffinfohh .hhgrip .hcol{
    width: calc(100% - 41.667%);
}
.itffinfoha .thumb{
    margin-bottom: 10px;
}
.itffinfoha .thumb a{
    will-change: transform;
    border-radius: 20px;
    clip-path: inset(0 round 20px);
}
.itffinfoha .thumb a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 136px;
    height: 90px;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -1px;
    background-image: url("../images/ffnen1.png");
    pointer-events: none;
}
.itffinfoha .thumb a img{
    border-radius: inherit;
}
.itffinfoha .dstitle{
    margin-bottom: 5px;
}
.itffinfoha .dstitle, .itffinfoha .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.itffinfoha .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tpffinfohb .hbitem{
    margin-bottom: 10px;
}
.tpffinfohb .hbitem:last-child{
    margin-bottom: 0;
}
.itffinfohb{
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    background-color: var(--colorf7);
}
.itffinfohb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itffinfohb .vvgrip > div{
    padding: 0 15px;
}
.itffinfohb .vvgrip .lcol{
    width: 230px;
}
.itffinfohb .vvgrip .rcol{
    width: calc(100% - 230px);
}
.itffinfohb .thumb a{
    will-change: transform;
    border-radius: 10px;
    clip-path: inset(0 round 10px);
}
.itffinfohb .thumb a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 60px;
    height: 41px;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -1px;
    background-image: url("../images/ffnen2.png");
    pointer-events: none;
}
.itffinfohb .thumb a img{
    border-radius: inherit;
}
.itffinfohb .dsdates{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    color: var(--colorwb);
}
.itffinfohb .dsdates span{
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.itffinfohb .dsdates span::before{
    content: '\f133';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}
.itffinfohb .dstitle, .itffinfohb .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
}
.itffinfohb .dstitle a{
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hpffinfohh .hhviews{
    text-align: center;
}
.hpffinfohh .hhviews a{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    padding: 10px 40px;
    border-radius: 35px;
    background-color: var(--colorwm);
    color: var(--colorff);
}
.hpffinfohh .hhviews a:hover{
    background-color: var(--colorwh);
}
/* <=== ffinfohome ===> */

@media all and (min-width: 1600px){
    /* <=== aainfohome ===> */
    .itaainfohb .thumb a{
        height: 800px;
    }
    /* <=== aainfohome ===> */

    /* <=== ccinfohome ===> */
    .hpccinfohh{
        min-height: 850px;
    }
    /* <=== ccinfohome ===> */
}
@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    /* <=== bbinfohome ===> */
    .tpbbinfoha .haconts{
        display: block!important;
    }
    /* <=== bbinfohome ===> */
    body.vintro::after,
    body.vintro::before {
        content: "";
        height: 50%;
        background-color: #fff;
        z-index: 5;
        left: 0;
        width: 100%;
        position: fixed;
        -webkit-transition: height 1s ease-in-out;
        -moz-transition: height 1s ease-in-out;
        -o-transition: height 1s ease-in-out;
        -ms-transition: height 1s ease-in-out;
        transition: height 1s ease-in-out;
    }
    body.vintro::before {
        top: 0;
    }
    body.vintro::after {
        bottom: 0;
    }
    body.vintro.off::after,
    body.vintro.off::before {
        height: 0;
    }
}
@media all and (max-width: 991px){
    /* <=== vtitleab ===> */
    .vtitleab, .vtitleab h1, .vtitleab h2, .vtitleab h3{
        font-size: 28px;
        line-height: 38px;
    }
    /* <=== vtitleab ===> */

    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 52.106%;
        min-height: 198px;
    }
    .slbannerhh .slick-dots{
        bottom: 6px;
        gap: 5px 10px;
    }
    .slbannerhh .bancapts{
        padding: 20px 0 35px;
    }
    .slbannerhh .cstitle{
        font-size: 22px;
        line-height: 30px;
        transform: translateX(-100px);
        margin-bottom: 5px;
    }
    .slbannerhh .csconts{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .slbannerhh .csviews{
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .hpaainfoha{
        padding: 35px 0 60px;
    }
    .tpaainfoha .hatitle{
        margin-bottom: 8px;
    }
    .tpaainfoha .hatitle, .tpaainfoha .hatitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .tpaainfoha .haconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpaainfohb .bbgrip > div{
        width: 100%;
        flex: 100% !important;
    }
    .itaainfohb .thumb a{
        height: auto;
        padding-top: 90.265%;
    }
    .itaainfohb .bname{
        display: none;
    }
    .itaainfohb .decss{
        padding: 35px 20px;
        opacity: 1;
        /* pointer-events: auto; */
    }
    .itaainfohb .decss > div{
        opacity: 1;
        transform: unset;
        pointer-events: none;
    }
    .itaainfohb .dtitle{
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .itaainfohb .dtitle, .itaainfohb .dtitle h3{
        font-size: 22px;
        line-height: 35px;
    }
    .itaainfohb .dconts{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .itaainfohb .dviews a .vtext{
        font-size: 14px;
        line-height: 16px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 40px 0 35px;
    }
    .hpbbinfohh .hhtitle{
        margin-bottom: 15px;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 28px;
        line-height: 38px;
    }
    .tpbbinfohh .hhgrip .mcol{
        width: 100%;
    }
    .tpbbinfohh .hhgrip .hcol{
        width: 100%;
    }
    .tpbbinfoha .hatitle{
        font-size: 16px;
        line-height: 25px;
        font-weight: 800;
        padding: 10px 50px 10px 30px;
        background-color: var(--colorwh);
        color: var(--colorff);
        border-radius: 35px;
        position: relative;
        text-transform: uppercase;
    }
    .tpbbinfoha .hatitle::before{
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 26px;
        -webkit-transition: var(--effectl);
        -o-transition: var(--effectl);
        transition: var(--effectl);
    }
    .tpbbinfoha.active .hatitle::before{
        transform: translateY(-50%) rotate(180deg);
    }
    .tpbbinfoha .haconts{
        padding-top: 10px;
        display: none;
    }
    .tpbbinfoha .haconts li a{
        line-height: 25px;
    }
    .itbbinfohb .decss{
        padding: 0;
    }
    .itbbinfohb .dstitle, .itbbinfohb .dstitle h3{
        font-size: 18px;
        line-height: 30px;
    }
    .itbbinfohb .dsviews a{
        font-size: 15px;
        line-height: 25px;
        display: block;
        text-align: center;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .hpccinfohh{
        padding: 45px 0 110px;
        min-height: 540px;
    }
    .tpccinfohh .dtitle{
        margin-bottom: 20px;
    }
    .tpccinfohh .dtitle, .tpccinfohh .dtitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .tpccinfohh .dconts li{
        margin-bottom: 10px;
    }
    .tpccinfohh .dconts li a{
        font-size: 14px;
        line-height: 20px;
        padding: 9px 20px;
    }
    .hpccinfohh .hhthumb{
        transition: opacity 0s ease;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding-top: 45px;
    }
    .hpddinfohh .hhtitle{
        margin-bottom: 12px;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 28px;
        line-height: 38px;
    }
    .tpddinfohh .hhgrip{
        flex-direction: column-reverse;
    }
    .tpddinfohh .hhgrip .mcol{
        width: 100%;
    }
    .tpddinfohh .hhgrip .hcol{
        width: 100%;
    }
    .tpddinfohh .dtext{
        font-size: 15px;
        line-height: 25px;
    }
    .tpddinfohh .dcont li{
        font-size: 15px;
        line-height: 25px;
        min-height: 40px;
        padding: 5px 12px 5px 40px;
    }
    .tpddinfohh .dcont li::before{
        left: 14px;
        font-size: 16px;
    }
    .tpddinfohh .dinfo .icaps{
        font-size: 15px;
        line-height: 25px;
    }
    .tpddinfohh .dinfo .iquan{
        font-size: 40px;
        line-height: 40px;
    }
    .tpddinfohh .dinfo .ilist li{
        font-size: 15px;
    }
    .tpddinfohh .dinfo .ilist li .th{
        font-size: 18px;
    }
    .tpddinfohh .decss{
        padding-bottom: 0;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .hpaboutsff{
        padding: 45px 0 45px;
    }
    .tpaboutsff .ctgrip{
        margin: 0 -5px;
        gap: 25px 0;
    }
    .tpaboutsff .ctgrip > div{
        padding: 0 5px;
    }
    .itaboutsff .dtitle, .itaboutsff .dtitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itaboutsff .dinfos{
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutsff .dtext{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== eeinfohome ===> */

    /* <=== ffinfohome ===> */
    .ffinfohome{
        padding: 45px 0 60px;
    }
    .tpffinfohh .hhgrip .mcol{
        width: 100%;
    }
    .tpffinfohh .hhgrip .hcol{
        width: 100%;
    }
    .hpffinfohh .hhtitle{
        margin-bottom: 20px;
    }
    .hpffinfohh .hhtitle, .hpffinfohh .hhtitleb h2{
        font-size: 28px;
        line-height: 38px;
    }
    /* <=== ffinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 20px;
    }
    .slbannerhh .csconts{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== bbinfohome ===> */
    .itbbinfohb .vvgrip .lcol{
        width: 100%;
    }
    .itbbinfohb .vvgrip .rcol{
        width: 100%;
    }
    .slbbinfohb .slick-dots{
        width: calc(100% - 100px);
    }
    /* <=== bbinfohome ===> */

    /* <=== ddinfohome ===> */
    .tpddinfohh .thumb{
        max-width: 300px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .tpaboutsff .ctgrip > div{
        width: 50%;
    }
    /* <=== eeinfohome ===> */

    /* <=== ffinfohome ===> */
    .itffinfoha .thumb a::before{
        width: 89px;
        height: 59px;
    }
    .itffinfoha .dstitle, .itffinfoha .dstitle h3{
        font-size: 16px;
        line-height: 25px;
    }
    .itffinfoha .dsconts{
        max-height: calc(25px * 5);
        -webkit-line-clamp: 5;
    }
    .itffinfohb{
        padding: 10px;
    }
    .itffinfohb .vvgrip{
        margin: 0 -5px;
    }
    .itffinfohb .vvgrip > div{
        padding: 0 5px;
    }
    .itffinfohb .vvgrip .lcol{
        width: 160px;
    }
    .itffinfohb .vvgrip .rcol{
        width: calc(100% - 160px);
    }
    .itffinfohb .dsdates{
        margin-bottom: 2px;
    }
    .itffinfohb .dstitle, .itffinfohb .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itffinfohb .dstitle a{
        max-height: 66px;
        -webkit-line-clamp: 3;
    }
    .hpffinfohh .hhconts{
        margin-bottom: 20px;
    }
    .hpffinfohh .hhviews a{
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    .itffinfohb .thumb a::before{
        width: 42px;
        height: 29px;
    }
    /* <=== ffinfohome ===> */
}