/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 40px 0 20px;
}
.tpaboutsmm{
    padding: 35px 0 60px;
}
.tpaainfoha{
    margin-bottom: 80px;
}
.tpaainfoha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -52px;
    gap: 25px 0;
}
.tpaainfoha .hagrip > div{
    padding: 0 52px;
}
.tpaainfoha .hagrip .mcol{
    width: 46.916%;
}
.tpaainfoha .hagrip .hcol{
    width: calc(100% - 46.916%);
}
.tpaainfoha .hathumb{
    position: relative;
}
.tpaainfoha .hathumb .timages{
    background-color: var(--colorff);
    border-radius: 100%;
    padding: 20px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
}
.tpaainfoha .hathumb .iimg{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    top: 5px;
    left: 10px;
}
.tpaainfoha .hathumb .iimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaainfoha .hathumb .tvideos{
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 1;
}
.tpaainfoha .tvideos a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--colorwh);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    animation: pulse_toaw 2s infinite;
}
@keyframes pulse_toaw {
    0% {
        box-shadow: 0 0 0 0 var(--colorwh);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.tpaainfoha .tvideos a img{
    max-width: 50%;
    max-height: 50%;
}
.tpaainfoha .dscapts{
    margin-bottom: 15px;
    color: var(--colorwh);
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.tpaainfoha .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--colorwm);
}
.tpaainfoha .dstitle, .tpaainfoha .dstitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tpaainfoha .dstends{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--colorwm);
    margin-bottom: 15px;
}
.tpaainfoha .dsconts{
    font-size: 16px;
    line-height: 30px;
}
.tpaainfohb .hbwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpaainfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaainfohb .hbgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itaainfohb .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -12px;
}
.itaainfohb .vvgrip > div{
    padding: 0 12px; 
}
.itaainfohb .vvgrip .xcol{
    width: 124px;
}
.itaainfohb .vvgrip .ycol{
    width: calc(100% - 124px);
}
.itaainfohb .vicon{
    width: 100px;
    height: 100px;
    background-color: var(--colorff);
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.itaainfohb .vicon img{
    max-width: 70%;
    max-height: 70%;
}
.itaainfohb .vdecs{
    max-width: 210px;
}
.itaainfohb .dnumb{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: var(--colorwm);
}
.itaainfohb .dtext{
    font-size: 16px;
    line-height: 25px;
}
.tpaboutshh{
    position: relative;
}
.tpaboutshh .thumb img{
    width: 100%;
}
.tpaboutshh .decss{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;    
    max-height: 100%;
    padding: 20px 0;
    overflow: hidden;
    overflow-y: auto;
}
.tpaboutshh .decss::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.tpaboutshh .decss::-webkit-scrollbar-thumb {
    background-color: var(--colorwm);
}
.tpaboutshh .dsinfos{
    padding: 35px 55px 40px;
    max-width: 570px;
    width: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: justify;
}
.tpaboutshh .dsinfos .iname{
    margin-bottom: 10px;
    color: var(--colorwm);
}
.tpaboutshh .dsinfos .iname, .tpaboutshh .dsinfos .iname h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.tpaboutshh .dsinfos .itend{
    font-size: 16px;
    line-height: 26px;
}
.tpaboutshh .dsinfos .itend li{
    margin-bottom: 5px;
}
.tpaboutshh .dsinfos .itend li::before{
    content: '';
    position: relative;
    top: -4px;
    width: 3px;
    height: 3px;
    background-color: var(--color33);
    border-radius: 100%;
    margin-right: 5px;
    display: inline-block;
}
.hpccinfohh{
    padding: 40px 0 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.slccinfohh .slick-list{
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.itccinfohh{
    height: 100%;
    border-radius: 20px;
    background-color: var(--colorff);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.itccinfohh .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 37px;
    height: 37px;
    z-index: 2;
    background-image: url('../images/ccplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: pulse_toa 2s infinite;
    border-radius: 100%;
}
.itccinfohh .decss{
    padding: 20px;
    text-align: center;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.itccinfohh .dstitle a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itccinfohh:hover .dstitle a{
    color: var(--colorwm);
}
.hpddinfohh{
    padding: 45px 0 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.slddinfohh .slick-list{
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.itddinfohh a{
    background-color: var(--colorff);
    border-radius: 15px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
}
.itddinfohh a:hover{
    border-color: var(--colorwm);
}
.tpaboutsbb{
    padding: 45px 0 65px;
}
.tpaboutsbb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
    margin: 0 -20px;
}
.tpaboutsbb .ctgrip > div{
    padding: 0 20px;
    width: 20%;
}
.itaboutsbb .vthumb{
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: var(--colorwh);
    color: var(--colorff);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    animation: pulse_toaw 2s infinite;
}
@keyframes pulse_toaw {
    0% {
        box-shadow: 0 0 0 0 var(--colorwh);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itaboutsbb .vthumb img{
    max-width: 60%;
    max-height: 60%;
}
.itaboutsbb .vdecss{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
/* <=== vhaboutspg ===> */
@media all and (min-width: 992px){
    .vabout .vntheader{
        position: absolute;
    }
    .vabout .vntheader::after{
        display: none;
    }
}
@media all and (max-width: 1200px){
    /* <=== vhaboutspg ===> */
    .tpaainfoha{
        margin-bottom: 40px;
    }
    .tpaainfoha .hagrip{
        margin: 0 -20px;
    }
    .tpaainfoha .hagrip > div{
        padding: 0 20px;
    }
    .tpaainfoha .dscapts{
        font-size: 16px;
        line-height: 24px;
    }
    .tpaainfoha .dstitle, .tpaainfoha .dstitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tpaainfoha .dstends{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .tpaainfoha .dsconts{
        font-size: 13px;
        line-height: 21px;
        text-align: justify;
    }
    /* <=== vhaboutspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhaboutspg ===> */
    .vhaboutspg .abpadd{
        padding: 20px 0 10px;
    }
    .tpaboutsmm{
        padding: 15px 0 35px;
    }
    .tpaainfoha .hagrip{
        flex-direction: column-reverse;
    }
    .tpaainfoha .hagrip .mcol{
        width: 100%;
    }
    .tpaainfoha .hagrip .hcol{
        width: 100%;
    }
    .tpaainfohb .hbgrip > div{
        width: 50%;
    }
    .tpaainfoha .dscapts{
        margin-bottom: 10px;
    }
    .tpaainfoha .dstitle{
        margin-bottom: 10px;
    }
    .tpaainfoha .hathumb{
        margin: 0 -5px;
    }
    .tpaainfoha .hathumb .timages{
        padding: 15px;
    }
    .tpaainfoha .hathumb .iimg{
        top: 3px;
        left: 7px;
    }
    .itaainfohb .vvgrip{
        margin: 0 -11px;
    }
    .itaainfohb .vvgrip > div{
        padding: 0 11px;
    }
    .itaainfohb .vvgrip .xcol{
        width: 122px;
    }
    .itaainfohb .vvgrip .ycol{
        width: calc(100% - 122px);
    }
    .tpaboutshh .decss{
        position: relative;
        top: unset;
        transform: unset;
        max-height: unset;
        overflow: unset;
        padding: 25px 0;
    }
    .tpaboutshh .dsinfos{
        padding: 0;
        background-color: transparent;
    }
    .tpaboutshh .dsinfos .iname, .tpaboutshh .dsinfos .iname h3{
        font-size: 16px;
        line-height: 26px;
    }
    .tpaboutshh .dsinfos .itend{
        font-size: 14px;
        line-height: 24px;
    }
    .hpccinfohh{
        padding: 25px 0 35px;
    }
    .itccinfohh{
        border-radius: 10px;
    }
    .itccinfohh .decss{
        padding: 8px 10px;
    }
    .itccinfohh .dstitle, .itccinfohh .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .hpddinfohh{
        padding: 25px 0 40px;
    }
    .itddinfohh a{
        border-radius: 10px;
    }
    .tpaboutsbb{
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding: 25px 0;
    }
    .tpaboutsbb .ctgrip{
        margin: 0 -10px;
    }
    .tpaboutsbb .ctgrip > div{
        padding: 0 10px;
        width: calc(100% / 3);
    }
    .itaboutsbb .vthumb{
        width: 110px;
        height: 110px;
        margin-bottom: 15px;
    }
    @keyframes pulse_toaw {
        0% {
            box-shadow: 0 0 0 0 var(--colorwh);
        }

        70% {
            box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
        }
    }
    .itaboutsbb .vdecss{
        font-size: 13px;
        line-height: 20px;
    }

    /* <=== vhaboutspg ===> */ 
}
@media all and (max-width: 767px){
    /* <=== vhaboutspg ===> */
    .tpaainfoha .hathumb .tvideos{
        bottom: 22px;
        right: 25px;
    }
    .tpaainfoha .tvideos a{
        width: 57px;
        height: 57px;
    }
    .tpaainfohb .hbgrip > div{
        width: 100%;
    }
    .tpaboutsbb .ctgrip > div{
        width: 50%;
    }
    /* <=== vhaboutspg ===> */
}