/* <=== hpaboutmm ===> */
.hpaboutmm{
    padding: 65px 0 80px;
    position: relative;
    z-index: 1;
    background-color: #c3bfbc;
}
.hpaboutmm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/mmbg.png');
    background-position: left top;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
}
.tpaboutmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -65px;
}
.tpaboutmm .mmgrip > div{
    padding: 0 65px;
}
.tpaboutmm .mmgrip .lcol{
    width: calc(50% - 12px);
}
.tpaboutmm .mmgrip .rcol{
    width: calc(50% + 12px);
}
.tpaboutmm .mmthumb img{
    width: 100%;
}
.tpaboutmm .dscapts{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tpaboutmm .dstitle{
    margin-bottom: 15px;
    color: #000000;
    text-transform: uppercase;
}
.tpaboutmm .dstitle, .tpaboutmm .dstitle h1, .tpaboutmm .dstitle h2{
    font-size: 55px;
    line-height: 65px;
    font-weight: bold;
}
.tpaboutmm .dsconts{
    font-size: 16px;
    line-height: 26px;
}
/* <=== hpaboutmm ===> */

/* <=== hpabouthh ===> */
.hpabouthh{
    padding: 50px 0 70px;
}
.tpabouthh .hhdecss{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
}
.tpabouthh .hhvideo a{
    position: relative;
    overflow: hidden;
    border-radius: 10px;   
}
.tpabouthh .hhvideo a img{
    width: 100%;
}
.tpabouthh .hhvideo a .iplay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: url('../images/hhicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
/* <=== hpabouthh ===> */

@media all and (max-width: 1200px){
    /* <=== hpaboutmm ===> */
    .tpaboutmm .mmgrip{
        margin: 0 -30px;
    }
    .tpaboutmm .mmgrip > div{
        padding: 0 30px;
    }
    /* <=== hpaboutmm ===> */
}
@media all and (max-width: 991px){
    /* <=== hpaboutmm ===> */
    .hpaboutmm{
        padding: 20px 0 50px;
    }
    .tpaboutmm .mmgrip{
        margin: 0 -20px;
    }
    .tpaboutmm .mmgrip > div{
        padding: 0 20px;
    }
    .tpaboutmm .dscapts{
        font-size: 16px;
        line-height: 24px;
    }
    .tpaboutmm .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutmm .dstitle, .tpaboutmm .dstitle h1, .tpaboutmm .dstitle h2{
        font-size: 35px;
        line-height: 45px;
    }
    .tpaboutmm .dsconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    /* <=== hpaboutmm ===> */

    /* <=== hpabouthh ===> */
    .hpabouthh{
        padding: 30px 0 40px;
    }
    .tpabouthh .hhdecss{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 20px;
    }
    .tpabouthh .hhvideo a .iplay{
        width: 60px;
        height: 60px;
    }
    /* <=== hpabouthh ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutmm ===> */
    .tpaboutmm .mmgrip{
        flex-direction: column-reverse;
    }
    .tpaboutmm .mmgrip .lcol{
        width: 100%;
    }
    .tpaboutmm .mmgrip .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== hpaboutmm ===> */
}