/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    padding: 35px 0 70px;
    background-image: url('../images/mmback.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tpaboutsmm .mmwrap{
    max-width: 850px;
    margin: 0 auto;
}
.tpaboutsmm .mmdecss{
    margin-bottom: 65px;
    font-size: 16px;
    line-height: 28px;
}
.tpaboutsmm .mmthumb{
    text-align: center;
}
.tpaboutsmm .mmthumb a{
    display: inline-block;
    position: relative;
}
.tpaboutsmm .mmthumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-image: url('../images/mmplay.png');
    background-position: center;
    background-size: 100%;
    z-index: 1;
    animation: pulse_toa 2s infinite;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.itaboutshh{
    position: relative;
    min-height: 560px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.itaboutshh > div{
    width: 100%;
}
.itaboutshh, .itaboutshh a{
    color: #fff;
}
.itaboutshh:nth-child(odd){
    background-image: url('../images/hhbackm.png');
}
.itaboutshh:nth-child(even){
    background-image: url('../images/hhbackh.png');
}
.itaboutshh:nth-child(odd) .thumb{
    right: 0;
}
.itaboutshh:nth-child(even) .thumb{
    left: 0;
}
.itaboutshh .thumb{
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50% + 50px);
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.itaboutshh .thumb img{
    width: 100%;
    opacity: 0;
}
.itaboutshh .decss{
    padding: 40px 0;
}
.itaboutshh .dswrap{
    max-width: 485px;
}
.itaboutshh:nth-child(even) .dswrap{
    margin-left: auto;
}
.itaboutshh .dstitle{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.itaboutshh .dstitle, .itaboutshh .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.itaboutshh .dsconts{
    font-size: 16px;
    line-height: 28px;
    max-height: calc(28px * 12);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: -10px;
}
.itaboutshh .dsconts::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.itaboutshh .dsconts::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    padding: 40px 0 85px;
    background-image: url('../images/bbback.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.itaboutsbb .thumb{
    margin-bottom: 20px;
}
.itaboutsbb .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid transparent;
}
.itaboutsbb:hover .thumb a{
    border-color: #e3b562;
}
.itaboutsbb .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.itaboutsbb .decss{
    text-align: center;
}
.itaboutsbb .dstitile, .itaboutsbb .dstitile h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
/* <=== hpaboutsbb ===> */
@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    .vntheader{
        position: absolute;
    }
}
@media all and (max-width: 991px){
    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 25px 0 50px;
    }
    .tpaboutsmm .mmdecss{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .tpaboutsmm .mmthumb a::before{
        width: 65px;
        height: 65px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .itaboutshh{
        min-height: auto;
        background-image: unset!important;
    }
    .itaboutshh .thumb{
        position: static;
        width: 100%;
    }
    .itaboutshh:nth-child(odd) .decss{
        background-color: #08509e;
    }
    .itaboutshh:nth-child(even) .decss{
        background-color: #e3b562;
    }
    .itaboutshh .decss{
        padding: 30px 0;
    }
    .itaboutshh .dstitle, .itaboutshh .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutshh .dsconts{
        max-height: unset;
        overflow: unset;
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        padding: 20px 0 35px;
    }
    .itaboutsbb .thumb{
        margin-bottom: 12px;
    }
    .itaboutsbb .dstitile, .itaboutsbb .dstitile h3{
        font-size: 13px;
        line-height: 21px;
    }
    /* <=== hpaboutsbb ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsmm ===> */
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    /* <=== hpaboutsbb ===> */
}