/* <=== vhbannerpg ===> */
.vhbannerpg{
    overflow: hidden;
    margin-bottom: 25px
}
.vhbannerpg .bnthumb img{
    width: 100%;
}
.vhbannerpg .bnthumb{
    position: relative;
}
.vhbannerpg .bnthumb::before{
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    pointer-events: none;
}
/* <=== vhbannerpg ===> */

/* <=== vhlinktabs ===> */
.vhlinktabs{
    background-color: #fff;
}
.hplinktabs{
    display: flex;
    justify-content: center;
    position: relative;
}
.hplinktabs::before{
    content: '';
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
}
.hplinktabs ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    padding-bottom: 3px;
}
.hplinktabs ul::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
} 
.hplinktabs ul::-webkit-scrollbar-thumb {
    background-color: #931211;
}
.hplinktabs ul li{
    margin-right: 36px;
}
.hplinktabs ul li:first-child{
    margin-left: 20px;
}
.hplinktabs ul li:last-child{
    margin-right: 20px;
}
.hplinktabs li a{
    color: #969696;
    font-size: 16px;
    line-height: 25px;
    display: block;
    position: relative;
    padding: 15px 0;
}
.hplinktabs li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #931211;
    width: 0%;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hplinktabs li.current a, .hplinktabs li.active a, .hplinktabs li:hover a{
    color: #121221;
}
.hplinktabs li.current a::before, .hplinktabs li.active a::before, .hplinktabs li:hover a::before{
    width: 100%;
}
/* <=== vhlinktabs ===> */

/* <=== tpaboutsmm ===> */
.tpaboutsmm{
    padding: 75px 0 0;
}
.tpaboutsmm .mmtitle{
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}
.tpaboutsmm .mmtitle, .tpaboutsmm .mmtitle h1, .tpaboutsmm .mmtitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.tpaboutsmm .mmcapts{
    color: #969696;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 60px;
}
.tpaboutsmm .mmconts{
    max-width: 1090px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
/* <=== tpaboutsmm ===> */

/* <=== tpaboutshh ===> */
.tpaboutshh{
    padding: 90px 0 0;
}
.tpaboutshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutshh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 45px;
}
.itaboutshh .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
}
.itaboutshh .thumb::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: rgb(147,18,17);
    background: linear-gradient(0deg, rgba(147,18,17,1) 0%, rgba(147,18,17,0) 100%);
}
.itaboutshh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutshh .decss{
    text-align: center;
}
.itaboutshh .dswrap{
    max-width: 470px;
    margin: 0 auto;
}
.itaboutshh .dstitle {
    margin-bottom: 10px;
    color: #931211;
}
.itaboutshh .dstitle, .itaboutshh .dstitle h3{
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
}
.itaboutshh .dsconts{
    font-size: 14px;
    line-height: 25px;
}
/* <=== tpaboutshh ===> */

/* <=== tpaboutsbb ===> */
.tpaboutsbb{
    padding: 60px 0 0;
}
.tpaboutsbb .bbtitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.tpaboutsbb .bbtitle, .tpaboutsbb .bbtitle h2, .tpaboutsbb .bbtitle h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}
.tpaboutsbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbb .bbgrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 45px;
}
.itaboutsbb .thumb{
    width: 150px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itaboutsbb .decss{
    text-align: center;
}
.itaboutsbb .dstitle{
    margin-bottom: 5px;
}
.itaboutsbb .dstitle, .itaboutsbb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itaboutsbb .dsconts{
    font-size: 14px;
    line-height: 25px;
}
/* <=== tpaboutsbb ===> */

/* <=== tpaboutstt ===> */
.tpaboutstt .ttinfos{
    padding: 50px 0 110px;
}
.tpaboutstt .tttitle{
    margin-bottom: 45px;
    text-align: center;
    text-transform: uppercase;
}
.tpaboutstt .tttitle, .tpaboutstt .tttitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.tpaboutstt .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px;
}
.tpaboutstt .ctgrip > div{
    padding: 0 55px;
}
.tpaboutstt .ctgrip .mcol{
    width: 55%;
}
.tpaboutstt .ctgrip .hcol{
    width: 45%;
}
.tpaboutstt .ttdecss{
    padding: 20px 0;
}
.itaboutstt{
    margin-bottom: 25px;
} 
.itaboutstt:last-child{
    margin-bottom: 0;
}
.itaboutstt .ttgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
}
.itaboutstt .ttgrip > div{
    padding: 0 19px;
}
.itaboutstt .ttgrip .xcol{
    width: 101px;
}
.itaboutstt .ttgrip .ycol{
    width: calc(100% - 101px);
}
.itaboutstt .thumb img{
    max-width: 63px;
    width: 100%;
}
.itaboutstt .dstitle{
    margin-bottom: 5px;
}
.itaboutstt .dstitle, .itaboutstt .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #931211;
}
.itaboutstt .dsconts{
    font-size: 14px;
    line-height: 25px;
}
.tpaboutstt .ttthumb{
    border-radius: 12px;
    overflow: hidden;
}
.tpaboutstt .ttthumb img{
    width: 100%;
}
.tpaboutstt .ttbaner{
    position: relative;
    overflow: hidden;
}
.tpaboutstt .ttbaner::before{
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
}
.tpaboutstt .ttbaner::after{
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
}
.tpaboutstt .ttbaner img{
    width: 100%;
}
/* <=== tpaboutstt ===> */

/* <=== tpaboutsnn ===> */
.tpaboutsnn{
    padding: 70px 0 0;
}
.tpaboutsnn .nntitle {
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.tpaboutsnn .nntitle, .tpaboutsnn .nntitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.tpaboutsnn .nnconts{
    max-width: 1290px;
    margin: 0 auto;
}
.tpaboutsnn .ctthumb{
    margin-bottom: 30px;
    position: relative;
}
.tpaboutsnn .ctthumb img{
    width: 100%;
}
.tpaboutsnn .ctdecss{
    max-width: 970px;
    margin: 0 auto;
}
.tpaboutsnn .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutsnn .dsgrip > div{
    padding: 0 10px;
    width: 33.3333%;
}
.tpaboutsnn .dsitem{
    text-align: center;
    position: relative;
}
.tpaboutsnn .dstitle{
    margin-bottom: 12px;
}
.tpaboutsnn .dstitle, .tpaboutsnn .dstitle h3{
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
}
.tpaboutsnn .dsconts{
    font-size: 14px;
    line-height: 26px;
}
.tpaboutsnn .dsconts p{
    padding: 2px 0;
}
/* <=== tpaboutsnn ===> */

/* <=== tpaboutsss ===> */
.tpaboutsss{
    padding: 80px 0 40px;
}
.tpaboutsss .sstitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tpaboutsss .sstitle, .tpaboutsss .sstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.tpaboutsss .sscapts{
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    color: #969696;
    font-size: 15px;
    line-height: 25px;
}
.tpaboutsss .ssgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsss .ssgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 40px;
}
.itaboutsss .thumb{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    margin-bottom: 15px;
}
.itaboutsss .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutsss .thumb::before{
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
}
.itaboutsss .dstitle{
    text-align: center;
}
.itaboutsss .dstitle, .itaboutsss .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.itaboutsss .dstitle span{
    display: block;
}
.itaboutsss .decss{
    padding: 0 30px;
}
/* <=== tpaboutsss ===> */

@media all and (max-width: 1200px){
    /* <=== tpaboutstt ===> */
    .tpaboutstt .ctgrip{
        margin: 0 -20px;
    }
    .tpaboutstt .ctgrip > div{
        padding: 0 20px;
    }
    /* <=== tpaboutstt ===> */
}
@media all and (max-width: 991px){
    .vhlinktabs{
        position: relative;
        transform: unset;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .vhlinktabs.fixed{
        transform: translateY(-10px);
    }
    /* <=== vhbannerpg ===> */
    .vhbannerpg{
        margin-bottom: 15px;
    }
    .vhbannerpg .bnthumb::before{
        height: 60px;
    }
    /* <=== vhbannerpg ===> */

    /* <=== vhlinktabs ===> */
    .hplinktabs ul::-webkit-scrollbar {
        height: 0;
    } 
    /* <=== vhlinktabs ===> */

    /* <=== tpaboutsmm ===> */
    .tpaboutsmm{
        padding: 45px 0 0;
    }
    .tpaboutsmm .mmtitle{
        margin-bottom: 20px;
    }
    .tpaboutsmm .mmtitle, .tpaboutsmm .mmtitle h1, .tpaboutsmm .mmtitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsmm .mmcapts{
        margin-bottom: 50px;
    }
    /* <=== tpaboutsmm ===> */

    /* <=== tpaboutshh ===> */
    .tpaboutshh{
        padding: 45px 0 0;
    }
    .tpaboutshh .hhgrip{
        margin: 0 -10px;
    }
    .tpaboutshh .hhgrip > div{
        padding: 0 10px;
    }
    
    .itaboutshh .dstitle, .itaboutshh .dstitle h3{
        font-size: 28px;
        line-height: 35px;
    }
    /* <=== tpaboutshh ===> */

    /* <=== tpaboutsbb ===> */
    .tpaboutsbb{
        padding: 40px 0 0;
    }
    .tpaboutsbb .bbgrip{
        margin: 0 -10px;
    }
    .tpaboutsbb .bbgrip > div{
        padding: 0 10px;
        width: 33.3333%;
        margin-bottom: 30px;
    }
    .tpaboutsbb .bbtitle{
        margin-bottom: 35px;
    }
    .tpaboutsbb .bbtitle, .tpaboutsbb .bbtitle h2, .tpaboutsbb .bbtitle h3{
        font-size: 26px;
        line-height: 35px;
    }
    .itaboutsbb .dstitle, .itaboutsbb .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== tpaboutsbb ===> */

    /* <=== tpaboutstt ===> */
    .tpaboutstt .ttinfos{
        padding: 30px 0 40px;
    }
    .tpaboutstt .tttitle{
        margin-bottom: 30px;
    }
    .tpaboutstt .tttitle, .tpaboutstt .tttitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutstt .ctgrip{
        flex-direction: column-reverse;
    }   
    .tpaboutstt .ctgrip .mcol{
        width: 100%;
    }
    .tpaboutstt .ctgrip .hcol{
        width: 100%;
        margin-bottom: 35px;
    }
    .tpaboutstt .ttdecss{
        padding: 0;
    }
    .itaboutstt .ttgrip{
        margin: 0 -10px;
    }
    .itaboutstt .ttgrip > div{
        padding: 0 10px;
    }
    .itaboutstt .ttgrip .xcol{
        width: 70px;
    }
    .itaboutstt .ttgrip .ycol{
        width: calc(100% - 70px);
    }
    .itaboutstt .thumb img{
        max-width: 50px;
    }
    .itaboutstt .dstitle, .itaboutstt .dstitle h3{
        font-size: 18px;
    }
    .tpaboutstt .ttbaner::after, .tpaboutstt .ttbaner::before{
        height: 50px;
    }
    /* <=== tpaboutstt ===> */

    /* <=== tpaboutsnn ===> */
    .tpaboutsnn{
        padding: 50px 0 0;
    }
    .tpaboutsnn .nntitle{
        margin-bottom: 25px;
    }
    .tpaboutsnn .nntitle, .tpaboutsnn .nntitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsnn .dsgrip > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpaboutsnn .dsgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== tpaboutsnn ===> */

    /* <=== tpaboutsss ===> */
    .tpaboutsss{
        padding: 50px 0 30px;
    }
    .tpaboutsss .sstitle, .tpaboutsss .sstitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsss .sscapts{
        margin-bottom: 30px;
    }
    .tpaboutsss .ssgrip > div{
        width: 50%;
    }
    .itaboutsss .dstitle, .itaboutsss .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itaboutsss .dstitle span{
        display: unset;
    }
    /* <=== tpaboutsss ===> */
}
@media all and (max-width: 767px){
    /* <=== tpaboutshh ===> */
    .tpaboutshh .hhgrip > div{
        width: 100%;
    }
    /* <=== tpaboutshh ===> */

    /* <=== tpaboutsbb ===> */
    .tpaboutsbb{
        padding: 10px 0 0;
    }
    .tpaboutsbb .bbgrip > div{
        width: 50%;
    }
    /* <=== tpaboutsbb ===> */

    /* <=== tpaboutsnn ===> */
    .tpaboutsnn .dstitle, .tpaboutsnn .dstitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    /* <=== tpaboutsnn ===> */

    /* <=== tpaboutsss ===> */
    .tpaboutsss .ssgrip > div{
        width: 100%;
    }
    
    /* <=== tpaboutsss ===> */
}