/* <=== vtabinfos ===> */
.vtabinfos{
    margin-bottom: 20px;
}
/* <=== vtabinfos ===> */

/* <=== vtitleab ===> */
.vtitleab{
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.vtitleab.vmargin{
    margin-bottom: 20px;
}
.vtitleab, .vtitleab h2, .vtitleab h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
/* <=== vtitleab ===> */

/* <=== vcaptsab ===> */
.vcaptsab{
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
}
/* <=== vcaptsab ===> */

/* <=== hpaboutsaa ===> */
.hpaboutsaa{
    padding: 40px 55px 70px;
}
.tpaboutsaa .aagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -39.5px;
}
.tpaboutsaa .aagrip > div{
    padding: 0 39.5px;
}
.tpaboutsaa .aagrip .mcol{
    width: calc(50% + 39.5px);
}
.tpaboutsaa .aagrip .hcol{
    width: calc(50% - 39.5px);
}
.tpaboutsaa .thumb img{
    width: 100%;
}
.tpaboutsaa .decss{
    padding-top: 25px;
    border-top: 5px solid #0351bb;
}
.tpaboutsaa .dstitle{
    margin-bottom: 15px;
    color: #0351bb;
}
.tpaboutsaa .dstitle, .tpaboutsaa .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpaboutsaa .dsconts{
    font-size: 16px;
    line-height: 30px;
}
/* <=== hpaboutsaa ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb .bbdecss{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 5px;
}
.hpaboutsbb .dswrap{
    max-width: 50%;
    margin-left: auto;
}
.tpaboutsbb{
    min-height: 570px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 30px 50px;
    background-color: rgba(3, 81, 187, 0.9);
}
.tpaboutsbb, .tpaboutsbb a{
    color: #fff;
}
.tpaboutsbb > div{
    width: 100%;
}
.itaboutsbb{
    margin-bottom: 25px;
}
.itaboutsbb:last-child{
    margin-bottom: 0;
}
.itaboutsbb .vvtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itaboutsbb .vvtitle, .itaboutsbb .vvtitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.itaboutsbb .vvconts{
    font-size: 16px;
    line-height: 30px;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutscc ===> */
.hpaboutscc{
    padding: 50px 55px 40px;
}
.tpaboutscc .ccgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tpaboutscc .ccgrip > div{
    padding: 0 15px;
    margin-bottom: 20px;
    width: 33.3333%;
}
.itaboutscc{
    height: 100%;
    padding: 30px 40px 60px;
    background-color: #f0f7ff;
    border-radius: 5px;
    text-align: center;
}
.itaboutscc .vicons{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #0351bb;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    animation: pulse_toab 2s infinite;
}
@keyframes pulse_toab {
    0% {
        box-shadow: 0 0 0 0 #0351bb;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itaboutscc .vtitle{
    margin-bottom: 10px;
    color: #0351bb;
}
.itaboutscc .vtitle, .itaboutscc .vtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itaboutscc .vconts{
    font-size: 16px;
    line-height: 30px;
}
/* <=== hpaboutscc ===> */

/* <=== hpaboutsdd ===> */
.hpaboutsdd{
    padding: 45px 0 70px;
}
.itaboutsdd{
    max-width: 300px;
}
.itaboutsdd .years{
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    color: #fff;
}
.itaboutsdd .years::before{
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    height: 40px;
    width: 1px;
    background-color: #999999;
}
.itaboutsdd .thumb{
    margin-bottom: 15px;
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itaboutsdd .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutsdd .decss{
    font-size: 16px;
    line-height: 30px;
}
.tpaboutsdd {
    padding: 23px 85px 0 135px;
    position: relative;
    z-index: 1;
}
.tpaboutsdd::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    border-bottom: 1px solid #999999;
    background-color: #0351bb;
    z-index: -1;
    width: 100%;
    pointer-events: none;
}
.slaboutsdd .slick-arrow{
    top: 0;
    transform: unset;
}
.slaboutsdd .slick-prev{
    left: -70px;
}
.slaboutsdd .slick-next{
    right: -30px;
}
/* <=== hpaboutsdd ===> */

/* <=== hpaboutsee ===> */
.hpaboutsee{
    padding: 45px 55px 35px;
}
.tpaboutsee .eegrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsee .eegrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itaboutsee .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itaboutsee .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* <=== hpaboutsee ===> */

/* <=== hpaboutsff ===> */
.hpaboutsff{
    padding: 50px 55px 55px;
}
.tpaboutsff .ffinfo{
    margin-bottom: 40px;
    text-align: center;
}
.tpaboutsff .ifdown{
    text-align: center;
    display: flex;
    justify-content: center
}
.tpaboutsff .ifdown a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 50px;
    background-color: #0351bb;
    color: #fff;
    border-radius: 5px;
}
.tpaboutsff .ifdown a:hover{
    background-color: #066ffa;
}
.tpaboutsff .ifdown a i{
    margin-right: 12px;
}
/* <=== hpaboutsff ===> */

/* <=== hpaboutsgg ===> */
.hpaboutsgg{
    padding: 45px 55px 65px;
}
.itaboutsgg .thumb{
    margin-bottom: 20px;
}
.itaboutsgg .thumb a{
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.itaboutsgg .thumb a:hover{
    border-color: #0351bb;
}
.itaboutsgg .decss{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
/* <=== hpaboutsgg ===> */

@media all and (max-width: 1200px){
    /* <=== hpaboutsdd ===> */
    .tpaboutsdd{
        padding: 23px 15px 0 20px;
    }
    /* <=== hpaboutsdd ===> */

    /* <=== hpaboutsee ===> */
    .hpaboutsee{
        padding: 35px 15px 25px;
    }
    /* <=== hpaboutsee ===> */

    /* <=== hpaboutsff ===> */
    .hpaboutsff{
        padding: 30px 15px 40px;
    }
    .tpaboutsff .ffinfo{
        margin-bottom: 20px;
    }
    /* <=== hpaboutsff ===> */

    /* <=== hpaboutsgg ===> */
    .hpaboutsgg{
        padding: 35px 15px 40px;
    }
    /* <=== hpaboutsgg ===> */
}
@media all and (max-width: 991px){
    /* <=== vtabinfos ===> */
    .vtabinfos{
        margin-bottom: 10px;
    }
    /* <=== vtabinfos ===> */

    /* <=== vtitleab ===> */
    .vtitleab{
        margin-bottom: 20px;
    }
    .vtitleab, .vtitleab h2, .vtitleab h3{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== vtitleab ===> */

    /* <=== vcaptsab ===> */
    .vcaptsab{
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== vcaptsab ===> */

    /* <=== hpaboutsaa ===> */
    .tpaboutsaa .aagrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutsaa .aagrip .hcol{
        width: 100%;
    }
    .hpaboutsaa{
        padding: 25px 15px 35px;
    }
    .tpaboutsaa .decss{
        padding-top: 20px;
    }
    .tpaboutsaa .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutsaa .dstitle, .tpaboutsaa .dstitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tpaboutsaa .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsaa ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb .bbthumb img{
        width: 100%;
    }
    .hpaboutsbb .bbdecss{
        border-radius: 0;
    }
    .hpaboutsbb .dswrap{
        width: 100%;
        max-width: 100%;
    }
    .tpaboutsbb{
        background-color: #0351bb;
        padding: 35px 15px 45px;
        min-height: auto;
    }
    .itaboutsbb .vvtitle, .itaboutsbb .vvtitle h3{
        font-size: 30px;
        line-height: 40px;
    }
    .itaboutsbb .vvconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutscc ===> */
    .hpaboutscc{
        padding: 30px 15px 40px;
    }
    .tpaboutscc .ccgrip{
        margin: 0 -10px;
    }
    .tpaboutscc .ccgrip > div{
        width: 50%;
        margin-bottom: 10px;
    }
    .itaboutscc{
        padding: 30px 15px 35px;
    }
    .itaboutscc .vtitle, .itaboutscc .vtitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    .itaboutscc .vconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutscc ===> */

    /* <=== hpaboutsdd ===> */
    .hpaboutsdd{
        padding: 30px 0 40px;
    }
    .tpaboutsdd{
        padding: 18px 15px 0 15px;
    }
    .itaboutsdd .years{
        font-size: 25px;
    }
    .tpaboutsdd::before{
        height: 80px;
    }
    .itaboutsdd .thumb{
        margin-bottom: 12px;
    }
    .itaboutsdd .decss{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsdd ===> */

    /* <=== hpaboutsee ===> */
    .tpaboutsee .eegrip{
        margin: 0 -5px;
    }
    .tpaboutsee .eegrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    /* <=== hpaboutsee ===> */

    /* <=== hpaboutsgg ===> */
    .itaboutsgg .thumb{
        margin-bottom: 15px;
    }
    .itaboutsgg .decss{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsgg ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutscc ===> */
    .tpaboutscc .ccgrip > div{
        width: 100%;
    }
    /* <=== hpaboutscc ===> */

    /* <=== hpaboutsee ===> */
    .tpaboutsee .eegrip > div{
        width: 50%;
    }
    /* <=== hpaboutsee ===> */
}