/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 40px 0 70px;
}
/* <=== vhaboutspg ===> */

/* <=== hpaboutsmm ===> */
.hpaboutsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.hpaboutsmm .mmgrip > div{
    padding: 0 35px;
}
.hpaboutsmm .mmgrip .mcol{
    width: 37.904%;
}
.hpaboutsmm .mmgrip .hcol{
    width: calc(100% - 37.904%);
}
.tpaboutsma .madecss{
    position: relative;
    border: 10px solid #e5f2ff;
    border-radius: 10px;
    padding: 55px 30px 45px;
    box-shadow: 0 10px 20px 0 rgba(0, 174, 239, 0.15);
    text-align: center;
}
.tpaboutsma .dsicons{
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #003f8d;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.tpaboutsma .dsconts{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-style: italic;
}
.tpaboutsma .dsconts::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #003f8d;
}
.tpaboutsma .dsinfos .iname{
    font-size: 18px;
    line-height: 27px;
    color: #003f8d;
    font-weight: bold;
    margin-bottom: 5px;
}
.tpaboutsma .dsinfos .ichuc{
    font-size: 14px;
    line-height: 22px;
}
.tpaboutsmb .mbtitle{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 5px solid #003f8d;
}
.tpaboutsmb .mbtitle .vnttitle{
    margin-bottom: 0;
}
.tpaboutsmb .mbconts{
    font-size: 16px;
    line-height: 30px;
}
.tpaboutsmb .mbconts h3{
    font-size: 20px;
    line-height: 30px;
}
.tpaboutsmb .mbconts li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}
.tpaboutsmb .mbconts li::before{
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #222222;
    left: 7px;
    top: 11px;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.tpaboutsha{
    margin-bottom: 60px;
}
.tpaboutsha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.tpaboutsha .hagrip > div{
    padding: 0 25px;
}
.tpaboutsha .hagrip .mcol{
    width: 46.722%;
}
.tpaboutsha .hagrip .hcol{
    width: calc(100% - 46.722%);
}
.tpaboutsha .hathumb{
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}
.tpaboutsha .hathumb .timgm{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tpaboutsha .hathumb .timgm img{
    width: 100%;
}
.tpaboutsha .hathumb .timgh{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.tpaboutsha .dsitem{
    margin-bottom: 35px;
}
.tpaboutsha .dsitem:last-child{
    margin-bottom: 0;
}
.itaboutsha .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itaboutsha .vvgrip > div{
    padding: 0 10px;
}
.itaboutsha .vvgrip .xcol{
    width: 100px;
}
.itaboutsha .vvgrip .ycol{
    width: calc(100% - 100px);
}
.itaboutsha .dsicons{
    max-width: 80px;
}
.itaboutsha .dstitle{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutsha .dstitle span{
    color: #003f8d;
}
.itaboutsha .dsconts{
    font-size: 16px;
    line-height: 30px;
}
.tpaboutshb .hbtitle{
    text-align: center;
    margin-bottom: 40px;
    color: #003f8d;
}
.tpaboutshb .hbtitle, .tpaboutshb .hbtitle h2, .tpaboutshb .hbtitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpaboutshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tpaboutshb .hbgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
    padding-top: 70px;
}
.itaboutshb{
    height: 100%;
    position: relative;
    padding: 120px 35px 40px;
    border-radius: 10px;
    border: 5px solid #e5f2ff;
    text-align: center;
}
.tpaboutshb .hbgrip > div:nth-child(odd) .itaboutshb{
    background-color: #e5f2ff;
}
.itaboutshb .vvicon{
    border: 10px solid #e5f2ff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 10px 20px 0 rgba(0, 174, 239, 0.15);
}
.itaboutshb .vvicon img{
    max-width: 70px;
    max-height: 70%;
}
.itaboutshb .dstitle{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.itaboutshb .dsconts{
    font-size: 16px;
    line-height: 30px;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.tpaboutsba{
    margin-bottom: 100px;
}
.tpaboutsba .bagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.tpaboutsba .bagrip > div{
    padding: 0 35px;
}
.tpaboutsba .bagrip .mcol{
    width: 54.033%;
}
.tpaboutsba .bagrip .hcol{
    width: calc(100% - 54.033%);
}
.tpaboutsba .thumb{
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.tpaboutsba .thumb::before{
    content: '';
    position: absolute;
    right: 140px;
    top: 0;
    height: 100%;
    width: 1000000px;
    background-color: #e5f2ff;
    border-radius: 0 100px 100px 0;
    pointer-events: none;
    z-index: -1;
}
.tpaboutsba .thumb .timg{
    border-radius: 10px;
    overflow: hidden;
    overflow: hidden;
}
.tpaboutsba .thumb .timg img{
    width: 100%;
}
.tpaboutsba .dstitle{
    margin-bottom: 20px;
    color: #003f8d;
}
.tpaboutsba .dstitle, .tpaboutsba .dstitle h2, .tpaboutsba .dstitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutsba .dsconts{
    font-size: 16px;
    line-height: 30px;
}
.tpaboutsbb{
    margin-bottom: 100px;
}
.tpaboutsbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbb .bbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
}
.tpaboutsbb .bbgrip > div:nth-child(odd){
    margin-top: -80px;
}
.tpaboutsbb .bbgrip > div:first-child{
    margin-top: 0!important;
}
.itaboutsbx{
    height: 100%;
    padding: 30px 0 80px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itaboutsbx > div{
    width: 100%;
}
.itaboutsbx .bttitle{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #003f8d;
}
.itaboutsby{
    background-color: #e5f2ff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px ;
}
.itaboutsby .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -12.5px;
}
.itaboutsby .vvgrip > div{
    padding: 0 12.5px;
}
.itaboutsby .vvgrip .xcol{
    width: 195px;
}
.itaboutsby .vvgrip .ycol{
    width: calc(100% - 195px);
}
.itaboutsby .bythumb{
    position: relative;
}
.itaboutsby .bythumb .tnumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #003f8d;
    color: #fff;
    border-radius: 25px 25px 5px 25px;
    z-index: 1;
}
.itaboutsby .bythumb .timgs{
    padding-top: calc(100% - 20px);
    border: 10px solid #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    background-color: #eeeeee;
    box-shadow: 0 5px 20px 0 rgba(0, 174, 239, 0.2);
}
.itaboutsby .bythumb .timgs img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itaboutsby .bydecss .dname{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #003f8d;
    margin-bottom: 3px;
}
.itaboutsby .bydecss .dchuc{
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 10px;
}
.itaboutsby .bydecss .dinfo{
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
}
.itaboutsby .bydecss .dinfo::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 90%;
    background-color: #003f8d;
    border-radius: 25px;
}
.tpaboutsbc{
    margin-bottom: 85px;
}
.tpaboutsbc .bcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbc .bcgrip > div{
    padding: 0 15px
}
.tpaboutsbc .bcgrip .mcol{
    width: 25%;
}
.tpaboutsbc .bcgrip .hcol{
    width: 75%;
}
.tpaboutsbc .cinfos .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbc .cinfos .ifgrip > div{
    padding: 0 15px;
    width: 33.3333%;
}
.tpaboutsbc .cdecss{
    padding-top: 145px;
}
.tpaboutsbc .cdecss .dstitle{
    margin-bottom: 20px;
    color: #003f8d;
}
.tpaboutsbc .cdecss .dstitle, .tpaboutsbc .cdecss .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutsbc .cdecss .dsconts{
    font-size: 18px;
    line-height: 30px;
}
.tpaboutsbc .cinfos{
    position: relative;
    padding: 80px 0;
}
.tpaboutsbc .cinfos::before{
    content: '';
    position: absolute;
    left: 125px;
    top: 0;
    height: 100%;
    width: 100000px;
    background-color: #e5f2ff;
    border-radius: 100px 0 0 100px;
    z-index: -1;
    pointer-events: none;
}
.itaboutsbc{
    height: 100%;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(17, 42, 87, 0.1);
    padding: 40px 30px 40px;
    border-radius: 10px;
    overflow: hidden;
}
.itaboutsbc .vicon{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #003f8d;
    border-radius: 100%;
}
.itaboutsbc .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.itaboutsbc .vdecs{
    text-align: center;
}
.itaboutsbc .vdecs .dtitle{
    margin-bottom: 12px;
}
.itaboutsbc .vdecs .dtitle, .itaboutsbc .vdecs .dtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutsbc .vdecs .dconts{
    font-size: 16px;
    line-height: 30px;
}
.tpaboutsbd {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.tpaboutsbd .bdwrap{
    max-width: 850px;
    margin: 0 auto;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.tpaboutstt{
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: -30px;
}
.itaboutstt .ttgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutstt .ttgrip > div{
    padding: 0 15px;
}
.itaboutstt .ttgrip .mcol{
    width: calc(100% - 140px);
}
.itaboutstt .ttgrip .hcol{
    width: 140px;
}
.itaboutstt{
    position: relative;
}
.itaboutstt::before{
    content: '';
    position: absolute;
    top: 0;
    right: 110px;
    width: 2px;
    height: 100%;
    background-color: #e6e6e6;
}
.itaboutstt:first-child:after{
    content: '';
    position: absolute;
    bottom: 100%;
    right: 110px;
    width: 2px;
    height: 70px;
    background-color: #e6e6e6;
}
.itaboutstt:last-child::before{
    display: none;
}
.itaboutstt .ttitem{
    padding: 32px 0;
    border-top: 2px solid #e6e6e6;
    position: relative;
}
.itaboutstt .ttitem::before{
    content: '';
    position: absolute;
    top: -6px;
    right: -34px;
    width: 10px;
    height: 10px;
    background-color: #003f8d;
    border-radius: 100%;
    z-index: 2;
}
.itaboutstt.vchange .ttitem:first-child:before{
    background-color: #fa0000;
    animation: pulse_toa 2s infinite;
}
@keyframes pulse_toa {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    70% {
        box-shadow: 0 0 0 5px #fa0000;
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itaboutstt .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itaboutstt .vvgrip > div{
    padding: 0 10px;
}
.itaboutstt .vvgrip .xcol{
    width: 100px;
}
.itaboutstt .vvgrip .ycol{
    width: calc(100% - 100px);
}
.itaboutstt .vdates{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #003f8d;
    opacity: 0.4;
    position: relative;
    transform: rotate(-90deg);
    transform-origin: 0;
    left: 15px;
    width: 180px;
    top: 130px;
}
.itaboutstt .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutstt .ifgrip > div{
    padding: 0 15px;
}
.itaboutstt .ifgrip .acol{
    width: 200px;
}
.itaboutstt .ifgrip .bcol{
    width: calc(100% - 200px);
}
.itaboutstt .thumb{
    padding-top: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.itaboutstt .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutstt .dtitle{
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
    color: #003f8d;
}
.itaboutstt .dconts{
    font-size: 26px;
    line-height: 35px;
}
.itaboutstt .ttyear{
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
    color: #003f8d;
    position: relative;
    top: -17px;
    text-align: center;
}
.itaboutstt .ttyear::before{
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 10px;
    background-image: url('../images/hhline.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* <=== hpaboutstt ===> */
@media all and (max-width: 1200px){
    /* <=== hpaboutsmm ===> */
    .hpaboutsmm .mmgrip{
        margin: 0 -20px;
    }
    .hpaboutsmm .mmgrip > div{
        padding: 0 20px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsba .bagrip{
        margin: 0 -20px;
    }
    .tpaboutsba .bagrip > div{
        padding: 0 20px;
    }
    /* <=== hpaboutsbb ===> */
}
@media all and (max-width: 991px){
    /* <=== vhaboutspg ===> */
    .vhaboutspg .abpadd{
        padding: 40px 0 40px;
    }
    /* <=== vhaboutspg ===> */

    /* <=== hpaboutsmm ===> */
    .hpaboutsmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 40px;
    }
    .hpaboutsmm .mmgrip .hcol{
        width: 100%;
    }
    .tpaboutsma .mathumb{
        max-width: 200px;
        margin: 0 auto;
    }
    .tpaboutsma .madecss{
        padding: 45px 20px 35px;
    }
    .tpaboutsma .dsconts{
        font-size: 18px;
    }
    .tpaboutsma .dsinfos .iname{
        font-size: 16px;
    }
    .tpaboutsmb .mbtitle{
        text-align: center;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    .tpaboutsmb .mbconts{
        font-size: 15px;
    }
    .tpaboutsmb .mbconts h3{
        font-size: 18px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .tpaboutsha{
        margin-bottom: 35px;
    }
    .tpaboutsha .hagrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpaboutsha .hagrip .hcol{
        width: 100%;
    }
    .tpaboutsha .dsitem{
        margin-bottom: 30px;
    }
    .itaboutsha .vvgrip .xcol{
        width: 90px;
    }
    .itaboutsha .vvgrip .ycol{
        width: calc(100% - 90px);
    }
    .itaboutsha .dsicons{
        max-width: 70px;
    }
    .itaboutsha .dstitle{
        font-size: 16px;
    }
    .itaboutsha .dsconts{
        font-size: 15px;
    }
    .tpaboutshb .hbtitle{
        margin-bottom: 30px;
    }
    .tpaboutshb .hbtitle, .tpaboutshb .hbtitle h2, .tpaboutshb .hbtitle h3{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutshb .hbgrip > div{
        width: 50%;
    }
    .itaboutshb .dstitle{
        font-size: 16px;
        line-height: 30px;
    }
    .itaboutshb .dsconts{
        font-size: 15px;
    }
    .itaboutshb{
        padding: 100px 25px 30px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsba .bagrip .mcol{
        width: 100%;
        margin-bottom: 40px;
    }
    .tpaboutsba .bagrip .hcol{
        width: 100%;
    }
    .tpaboutsba .thumb{
        padding: 50px 0;
    }
    .tpaboutsba .thumb::before{
        right: 85px;
    }
    .tpaboutsba .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutsba .dstitle, .tpaboutsba .dstitle h2, .tpaboutsba .dstitle h3{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsba .dsconts{
        font-size: 15px;
    }
    .tpaboutsba{
        margin-bottom: 35px;
    }
    .tpaboutsbb .bbgrip > div{
        width: 100%;
        margin-top: 0!important;
    }
    .tpaboutsbb .bbgrip > div:last-child{
        margin-bottom: 0;
    }
    .itaboutsbx{
        padding: 0;
    }
    .tpaboutsbb .bbgrip > div{
        margin-bottom: 20px;
    }
    .itaboutsbx .bttitle{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsbb{
        margin-bottom: 60px;
    }
    .tpaboutsbc .bcgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutsbc .cdecss{
        padding-top: 0;
    }
    .tpaboutsbc .cdecss .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutsbc .cdecss .dstitle, .tpaboutsbc .cdecss .dstitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsbc .cdecss .dsconts{
        font-size: 16px;
    }
    .tpaboutsbc .bcgrip .hcol{
        width: 100%;
    }
    .tpaboutsbc .cinfos .ifgrip{
        margin: 0 -10px;
    }
    .tpaboutsbc .cinfos .ifgrip > div{
        padding: 0 10px;
    }
    .itaboutsbc{
        padding: 20px 15px 30px;
    }
    .itaboutsbc .vdecs .dtitle, .itaboutsbc .vdecs .dtitle h3{
        font-size: 18px;
    }
    .itaboutsbc .vdecs .dconts{
        font-size: 15px;
    }
    .tpaboutsbc .cinfos{
        padding: 50px 0;
    }
    .tpaboutsbc .cinfos::before{
        left: 70px;
    }
    .tpaboutsbc{
        margin-bottom: 40px;
    }
    .tpaboutsbd {
        font-size: 15px;
    }
    /* <=== hpaboutsbb ===> */

}
@media all and (max-width: 767px){
    /* <=== hpaboutshh ===> */
    .tpaboutshb .hbgrip > div{
        width: 100%;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .itaboutsbx{
        padding-right: 50px;
    }
    .itaboutsby{
        padding: 20px 15px 30px;
    }
    .itaboutsby .vvgrip .xcol{
        width: 100%;
    }
    .itaboutsby .vvgrip .ycol{
        width: 100%;
    }
    .itaboutsby .bythumb{
        width: 90px;
        height: 90px;
        position: absolute;
        top: 0;
        left: 15px;
    }
    .itaboutsby .vvgrip{
        position: relative;
    }
    .itaboutsby .bydecss .dmobi{
        margin-bottom: 15px;
        min-height: 90px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding-left: 104px;
    }
    .itaboutsby .bydecss .dmobi > div{
        width: 100%;
    }
    .itaboutsby .bydecss .dname{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .itaboutsby .bydecss .dchuc{
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .itaboutsby .bydecss .dinfo{
        font-size: 14px;
    }
    .itaboutsby .bythumb .tnumb{
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 15px;
    }
    .itaboutsby .bythumb .timgs{
        padding-top: calc(100% - 10px);
        border: 5px solid #fff;
    }
    .tpaboutsbc .cinfos .ifgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutsbc .cinfos .ifgrip > div:last-child{
        margin-bottom: 0;
    }
    .itaboutsbc{
        display: flex;
    }
    .itaboutsbc .vicon{
        width: 50px;
        height: 50px;
    }
    .itaboutsbc .vdecs{
        width: calc(100% - 50px);
        padding-left: 10px;
        text-align: left;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .tpaboutstt{
        padding-top: 25px;
    }
    .itaboutstt .ttgrip{
        margin: 0 -10px;
    }
    .itaboutstt .ttgrip > div{
        padding: 0 10px;
    }
    .itaboutstt .ttgrip .mcol{
        width: calc(100% - 100px);
    }
    .itaboutstt .ttgrip .hcol{
        width: 100px;
    }
    .itaboutstt .ttyear{
        font-size: 18px;
        line-height: 27px;
        top: -13px;
        width: calc(100% + 10px);
    }
    .itaboutstt .ttyear::before{
        width: 40px;
        height: 6px;
    }
    .itaboutstt::before{
        right: 75px;
    }
    .itaboutstt .vvgrip .xcol{
        width: 50px;
    }
    .itaboutstt .vvgrip .ycol{
        width: calc(100% - 50px);
    }
    .itaboutstt .ttitem::before{
        right: -29px;
    }
    .itaboutstt:first-child:after{
        right: 75px;
        height: 35px;
    }
    .itaboutstt .ifgrip .acol{
        max-width: 200px;
        width: 100%;
    }
    .itaboutstt .ifgrip .bcol{
        width: 100%;
        max-width: 200px;
    }
    .itaboutstt .vdates{
        font-size: 30px;
        line-height: 30px;
        top: 125px;
    }
    .itaboutstt .dtitle{
        font-size: 16px;
        line-height: 24px;
    }
    .itaboutstt .dconts{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== hpaboutstt ===> */
}
