/* <=== hpaboutpg ===> */
.hpaboutpg{
    padding: 35px 0 40px;
}
/* <=== hpaboutpg ===> */

/* <=== vgripabout ===> */
.vgripabout{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vgripabout > div{
    padding: 0 15px;
}
.vgripabout .mlcol{
    width: 300px;
}
.vgripabout .mrcol{
    width: calc(100% - 300px);
}
/* <=== vgripabout ===> */

/* <=== tpsubmnabout ===> */
.tpsubmnabout{
    margin-bottom: 35px;
}
.tpsubmnabout .mctitle {
    font-size: 15px;
    line-height: 22px;
    padding: 9px 40px 9px 16px;
    position: relative;
    background-color: #0098da;
    color: #fff;
    border-radius: 5px;
}
.tpsubmnabout .mctitle::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpsubmnabout.active .mctitle::before{
    transform: translateY(-50%) rotate(180deg);
}
.tpsubmnabout .mcconts li{
    margin-bottom: 10px;
}
.tpsubmnabout .mcconts li:last-child{
    margin-bottom: 0;
}
.tpsubmnabout .mcconts li a{
    font-size: 15px;
    line-height: 22px;
    padding: 9px 40px 9px 16px;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 5px;
    display: block;
}
.tpsubmnabout .mcconts li a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #0098da;
}
.tpsubmnabout .mcconts li.active a, .tpsubmnabout .mcconts li:hover a {
    background-color: #0098da;
    color: #fff;
}
.tpsubmnabout .mcconts li.active a::before, .tpsubmnabout .mcconts li:hover a::before{
    color: #fff;
}
/* <=== tpsubmnabout ===> */

/* <=== tpbanerabout ===> */
.tpbanerabout .bnitem{
    margin-bottom: 10px;
}
.tpbanerabout .bnitem:last-child{
    margin-bottom: 0;
}
.tpbanerabout img{
    width: 100%;
}
/* <=== tpbanerabout ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpaboutpg ===> */
    .hpaboutpg{
        padding: 20px 0 25px;
    }
    /* <=== hpaboutpg ===> */

    /* <=== vgripabout ===> */
    .vgripabout .mlcol{
        width: 100%;
        margin-bottom: 12px;
    }
    .vgripabout .mrcol{
        width: 100%;
    }
    /* <=== vgripabout ===> */

    /* <=== tpsubmnabout ===> */
    .tpsubmnabout{
        margin-bottom: 0;
    }
    .tpsubmnabout .mcconts{
        padding-top: 2px;
        display: none;
    }
    .tpsubmnabout .mcconts li{
        margin-bottom: 2px;
    }
    /* <=== tpsubmnabout ===> */
}
@media all and (max-width: 767px){
    
}