/* <=== .vntheader ===> */
.vntheader{
    position: absolute;
}
/* <=== .vntheader ===> */

/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 50px 0;
}
/* <=== vhaboutspg ===> */

/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    margin-bottom: 80px;
}
.tpaboutsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -27.5px;
}
.tpaboutsmm .mmgrip > div{
    padding: 0 27.5px;
}
.tpaboutsmm .mmgrip .mcol{
    width: 47%;
}
.tpaboutsmm .mmgrip .hcol{
    width: calc(100% - 47%);
}
.tpaboutsmm .thumb{
    position: relative;
    padding-bottom: 20px;
    padding-right: 20px;
}
.tpaboutsmm .thumb::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    top: 20px;
    right: 0;
    background-image: url('../images/abimg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.tpaboutsmm .thumb img{
    width: 100%;
}
.tpaboutsmm .decss{
    padding-top: 30px;
    border-top: 2px solid #053493;
}
.tpaboutsmm .dstitle{
    color: #053493;
}
.tpaboutsmm .dstitle, .tpaboutsmm .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutsmm .dscapts{
    color: #dc9c0b;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tpaboutsmm .dsconts{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    margin-bottom: 70px;
}
.tpaboutshh .hhitem{
    margin-bottom: 30px;
}
.tpaboutshh .hhitem:nth-child(odd) .itaboutshh .hhgrip .mcol{
    order: 2;
}
.itaboutshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutshh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itaboutshh .thumb img{
    width: 100%;
}
.itaboutshh .decss{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px;
    background-color: #f6f6f6;
}
.itaboutshh .dscent{
    max-width: 510px;
    margin: 0 auto;
    width: 100%;
}
.itaboutshh .dtitle{
    color: #053493;
    margin-bottom: 10px;
}
.itaboutshh .dtitle, .itaboutshh .dtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.itaboutshh .dconts{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    margin-bottom: 35px;
}
.tpaboutsbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbb .bbgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 30px;
}
.tpaboutsbb .bbgrip > div:nth-child(even) .itaboutsbb{
    background-color: #f6f6f6;
}
.itaboutsbb{
    height: 100%;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
    padding: 30px 35px 50px;
    text-align: center;
}
.itaboutsbb .bbicon{
    width: 80px;
    height: 80px;
    background-color: #053493;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itaboutsbb .bbicon img{
    max-width: 70%;
    max-height: 70%;
}
.itaboutsbb .bbtitle{
    margin-bottom: 12px;
    color: #053493;
}
.itaboutsbb .bbtitle, .itaboutsbb .bbtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itaboutsbb .bbconts{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.tpaboutstt .ttgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutstt .ttgrip > div{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
    position: relative;
}
.tpaboutstt .ttgrip > div::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-image: url('../images/bbline.png');
    background-position: left center;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
}
.tpaboutstt .ttgrip > div:last-child::before{
    display: none;
}
.itaboutstt{
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}
.itaboutstt .ttnumb{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #053493;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.itaboutstt .ttname{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}
.itaboutstt .ttdecs{
    font-size: 15px;
    line-height: 25px;
    color: #222222;
}
/* <=== hpaboutstt ===> */
@media all and (max-width: 1200px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsmm .mmgrip{
        margin: 0 -25px;
    }
    .tpaboutsmm .mmgrip > div{
        padding: 0 25px;
    }
    /* <=== hpaboutsmm ===> */

}
@media all and (max-width: 991px){
    /* <=== vhaboutspg ===> */
    .vhaboutspg .abpadd{
        padding: 45px 0;
    }
    /* <=== vhaboutspg ===> */

    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        margin-bottom: 30px;
    }
    .tpaboutsmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 35px;
    }
    .tpaboutsmm .mmgrip .hcol{
        width: 100%;
    }
    .tpaboutsmm .dstitle, .tpaboutsmm .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpaboutsmm .dscapts{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh{
        margin-bottom: 40px;
    }
    .tpaboutshh .hhitem{
        margin-bottom: 20px;
    }
    .itaboutshh .hhgrip > div{
        width: 100%;
        order: unset!important;
    }
    .itaboutshh .decss{
        padding: 20px 25px 30px;
    }
    .itaboutshh .dscent{
        max-width: 100%;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        margin-bottom: 25px;
    }
    .tpaboutsbb .bbgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .itaboutsbb{
        padding: 30px 20px 40px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .tpaboutstt .ttgrip > div{
        width: 50%;
    }
    .tpaboutstt .ttgrip > div::before{
        display: none;
    }
    /* <=== hpaboutstt ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutstt ===> */
    .tpaboutstt .ttgrip > div{
        width: 100%;
    }
    /* <=== hpaboutstt ===> */
}