/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 20px 0 30px;
}
.tpaboutsmm{
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    overflow: hidden;
}
.tpaboutsmm::before{
    content: '';
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../images/mmback.png');
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    pointer-events: none;
}
.tpaboutsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
    gap: 15px 0;
}
.tpaboutsmm .mmgrip > div{
    padding: 0 35px;
}
.tpaboutsmm .mmgrip .mcol{
    width: calc(50% - 35px);
}
.tpaboutsmm .mmgrip .hcol{
    width: calc(50% + 35px);
}
.tpaboutsmm .decss{
    max-width: 580px;
    margin-left: auto;
    padding-left: 20px;
}
.tpaboutsmm .dsitem{
    margin-bottom: 25px;
}
.tpaboutsmm .dsitem:last-child{
    margin-bottom: 0;
}
.tpaboutsmm .dstitle{
    margin-bottom: 10px;
}
.tpaboutsmm .dstitle, .tpaboutsmm .dstitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpaboutsmm .dsconts{
    font-size: 18px;
    line-height: 28px;
}
.tpaboutsmm .thumb a{
    display: block;
    position: relative;
}
.tpaboutsmm .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: url('../images/mmplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    animation: pulse_toa 2s infinite;
}
.tpaboutsmm .thumb a img{
    width: 100%;
}
.tpaboutshh .hhthumb img{
    width: 100%;
}
.tpaboutshh .hhdecss{
    position: relative;
    margin-top: -245px;
    z-index: 1;
}
.tpaboutshh .dsinfos{
    max-width: 850px;
    margin: 0 auto;
    padding: 45px 20px 40px;
    text-align: justify;
    text-align-last: center;
    position: relative;
    z-index: 1;
}
.tpaboutshh .dsinfos, .tpaboutshh .dsinfos a{
    color: var(--colorff);
}
.tpaboutshh .dsinfos::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--colorwh);
    background: linear-gradient(90deg, var(--colorwh) 0%, var(--colorwb) 100%);
    opacity: 0.95;
    z-index: -1;
    pointer-events: none;
}
.tpaboutshh .dsinfos .ifwrap{
    max-width: 670px;
    margin: 0 auto;
}
.tpaboutshh .dsinfos .ititle{
    margin-bottom: 5px;
}
.tpaboutshh .dsinfos .ititle, .tpaboutshh .dsinfos .ititle h2, .tpaboutshh .dsinfos .ititle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpaboutshh .dsinfos .iconts{
    font-size: 20px;
    line-height: 30px;
}
.tpaboutshh .dsinfos .cttend{
    margin-bottom: 25px;
}
.tpaboutshh .dsinfos .cttend:last-child{
    margin-bottom: 0;
}
.tpaboutshh .dsinfos .cttend p{
    padding: 0;
}
/* <=== vhaboutspg ===> */
@media all and (max-width: 1200px){
    /* <=== vhaboutspg ===> */
    .tpaboutsmm .mmgrip{
        margin: 0 -20px;
    }
    .tpaboutsmm .mmgrip > div{
        padding: 0 20px;
    }
    .tpaboutsmm .mmgrip .mcol{
        width: calc(50% - 20px);
    }
    .tpaboutsmm .mmgrip .hcol{
        width: calc(50% + 20px);
    }
    .tpaboutsmm .dstitle, .tpaboutsmm .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsmm .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== vhaboutspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhaboutspg ===> */
    .vhaboutspg .abpadd{
        padding: 20px 0;
    }
    .tpaboutshh .hhdecss{
        margin-top: -40px;
    }
    .tpaboutshh .dsinfos{
        padding: 20px 30px;
    }
    .tpaboutshh .dsinfos .ititle, .tpaboutshh .dsinfos .ititle h2, .tpaboutshh .dsinfos .ititle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutshh .dsinfos .iconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpaboutshh .dsinfos .cttend{
        margin-bottom: 20px;
    }
    .tpaboutsmm .mmgrip{
        flex-direction: column-reverse;
    }
    .tpaboutsmm .mmgrip .mcol{
        width: 100%;
    }
    .tpaboutsmm .mmgrip .hcol{
        width: 100%;
    }
    .tpaboutsmm .thumb{
        padding: 0 20px;
    }
    .tpaboutsmm .decss{
        max-width: 100%;
        padding: 0 20px;
    }
    /* <=== vhaboutspg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhaboutspg ===> */
    .tpaboutsmm .thumb a::before{
        width: 60px;
        height: 60px;
    }
    .tpaboutsmm .dsitem{
        margin-bottom: 15px;
    }
    .tpaboutsmm .dsconts{
        text-align: justify;
    }
    .tpaboutsmm::before{
        background-image: url('../images/mmbackm.png');
        bottom: -110px;
    }
    /* <=== vhaboutspg ===> */
}