/* <=== vhaboutdc ===> */
.itaboutdc{
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    padding: 18px 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutdc:hover{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.itaboutdc:hover, .itaboutdc:hover a{
    color: #084c91;
}
.itaboutdc .dclinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itaboutdc .dclinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itaboutdc .dstitle, .itaboutdc .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.itaboutdc .dstitle span{
    display: block;
    position: relative;
    padding-right: 30px;
}
.itaboutdc .dstitle span::before{
    content: '\e90b';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #084c91;
    font-weight: 400;
    font-size: 14px;
}
/* <=== vhaboutdc ===> */

/* <=== tpaboutma ===> */
.tpaboutma{
    margin-bottom: 40px;
}
.tpaboutma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpaboutma .magrip .lcol{
    width: calc(50% + 15px);
}
.tpaboutma .magrip .rcol{
    width: calc(50% - 15px);
}
.tpaboutma .mathumb img{
    width: 100%;
}
.tpaboutma .madecss{
    padding: 45px 30px;
    background-color: #084c91;
}
.tpaboutma .madecss, .tpaboutma .madecss a{
    color: #fff;
}
.tpaboutma .dswrap{
    max-width: 430px;
    margin: 0 auto;
}
.tpaboutma .dstitle{
    margin-bottom: 15px;
}
.tpaboutma .dstitle, .tpaboutma .dstitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.tpaboutma .dsconts{
    font-size: 16px;
    line-height: 30px;
}
/* <=== tpaboutma ===> */

/* <=== tpaboutmb ===> */
.tpaboutmb{
    position: relative;
}
.tpaboutmb::before{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 235px;
    width: 1px;
    background-color: #e6e6e6;
    pointer-events: none;
}
.itaboutmb{
    margin-bottom: 50px;
}
.itaboutmb .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.itaboutmb .magrip > div{
    padding: 0 35px;
}
.itaboutmb .magrip .lcol{
    width: 270px;
}
.itaboutmb .magrip .rcol{
    width: calc(100% - 270px);
}
.itaboutmb .mbyear{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    color: #ed3237;
    text-align: right;
}
.itaboutmb .mbyear::before{
    content: '';
    position: absolute;
    top: 9px;
    right: -43px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #ed3237;
}
.itaboutmb .mbdecs{
    font-size: 16px;
    line-height: 30px;
}
/* <=== tpaboutmb ===> */

/* <=== tpaboutmc ===> */
.tpaboutmc{
    padding: 20px 30px 25px;
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 30px;
}
/* <=== tpaboutmc ===> */

/* <=== tpaboutba ===> */
.itaboutba:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.itaboutba.active{
    background-color: #f9f9f9;
}
.itaboutba .mdtitle{
    cursor: pointer;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding: 15px 50px 15px 30px;
    position: relative;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    align-content: center;
    color: #084c91;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutba.active .mdtitle{
    border-top: 2px solid #084c91;
}
.itaboutba .mdtitle::before{
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 18px;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutba.active .mdtitle::before{
    transform: translateY(-50%) rotate(180deg);
}
.itaboutba .mdconts{
    padding: 30px;
    border-top: 1px solid #e6e6e6;
    display: none;
}
.itaboutba .ctgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.itaboutba .ctgrip > div{
    padding: 0 15px;
}
.itaboutba .ctgrip .lcol{
    width: 240px;
}
.itaboutba .ctgrip .rcol{
    width: calc(100% - 240px);
}
.itaboutba .vvthumb{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.itaboutba .vvthumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.itaboutba .vvdecss{
    font-size: 16px;
    line-height: 30px;
} 
.itaboutba .vvdecss p{
    padding: 0;
    margin-bottom: 10px;
}
.itaboutba .vvdecss p:last-child{
    margin-bottom: 0;
}
/* <=== tpaboutba ===> */

/* <=== tpaboutha ===> */
.tpaboutha .hainner{
    max-width: 970px;
    margin: 0 auto;
}
.itaboutha{
    margin-bottom: 40px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.itaboutha:last-child{
    margin-bottom: 0;
}
.itaboutha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itaboutha .hagrip .lcol{
    width: 48.454%;
}
.itaboutha .hagrip .rcol{
    width: calc(100% - 48.454%);
}
.itaboutha .hathumb img{
    width: 100%;
}
.itaboutha .hadecss{
    padding: 20px 30px;
}
.itaboutha .dschucs{
    color: #ed3237;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px
}
.itaboutha .dstitle{
    color: #084c91;
    margin-bottom: 10px;
}
.itaboutha .dstitle, .itaboutha .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itaboutha .dsconts{
    font-size: 15px;
    line-height: 25px;
}
/* <=== tpaboutha ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== tpaboutma ===> */
    .tpaboutma{
        margin-bottom: 30px;
    }
    .tpaboutma .magrip .lcol{
        width: 100%;
    }
    .tpaboutma .magrip .rcol{
        width: 100%;
    }
    .tpaboutma .madecss{
        padding: 22px 20px 25px;
    }
    .tpaboutma .dswrap{
        max-width: 100%;
    }
    .tpaboutma .dstitle, .tpaboutma .dstitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpaboutma .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpaboutma ===> */

    /* <=== tpaboutmb ===> */
    .itaboutmb .mbdecs{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpaboutmb ===> */

    /* <=== tpaboutmc ===> */
    .tpaboutmc{
        padding: 15px 20px 20px;
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpaboutmc ===> */

    /* <=== tpaboutha ===> */
    .itaboutha .hagrip .lcol{
        width: 100%;
    }
    .itaboutha .hagrip .rcol{
        width: 100%;
    }
    .itaboutha .hadecss{
        padding: 20px 20px 30px;
    }
    .itaboutha .dstitle{
        margin-bottom: 5px;
    }
    .itaboutha .dstitle, .itaboutha .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== tpaboutha ===> */
}
@media all and (max-width: 767px){
    /* <=== tpaboutmb ===> */
    .itaboutmb{
        margin-bottom: 20px;
        padding-left: 30px;
    }
    .tpaboutmb::before{
        left: 6.5px;
    }
    .itaboutmb .mbyear{
        text-align: unset;
        margin-bottom: 5px;
    }
    .itaboutmb .mbyear::before{
        left: -30px;
        right: unset;
    }
    .itaboutmb .magrip .lcol{
        width: 100%;
    }
    .itaboutmb .magrip .rcol{
        width: 100%;
    }
    /* <=== tpaboutmb ===> */

    /* <=== tpaboutba ===> */
    .itaboutba .mdtitle{
        font-size: 16px;
        line-height: 25px;
        padding: 10px 60px 10px 20px;
        min-height: 70px;
    }
    .itaboutba .mdconts{
        padding: 30px 20px 35px;
    }
    .itaboutba .ctgrip .lcol{
        max-width: 210px;
        width: 100%;
        margin-bottom: 20px;
    }
    .itaboutba .ctgrip .rcol{
        width: 100%;
    }
    .itaboutba .vvdecss{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpaboutba ===> */
}