/* <=== vtitleab ===> */
.vtitleab{
    margin-bottom: 30px
}
.vtitleab.vmargin{
    margin-bottom: 0;
}
.vtitleab{
    text-transform: uppercase;
}
.vtitleab, .vtitleab a{
    color: #ff3131;
}
.vtitleab, .vtitleab h1, .vtitleab h2, .vtitleab h3{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
}
.vtitleab .tline{
    display: inline-block;
    position: relative;
}
.vtitleab .tline::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
    width: 70px;
    height: 3px;
    background-color: #ff3131;
}
/* <=== vtitleab ===> */

/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    padding: 50px 0 80px;
}
.tpaboutsma{
    margin-bottom: 10px;
}
.tpaboutsma .magrip{
    display: flex;
    flex-wrap: wrap;
}
.tpaboutsma .magrip .mcol{
    width: 42.636%;
}
.tpaboutsma .magrip .hcol{
    width: calc(100% - 42.636%);
}
.tpaboutsma .thumb{
    position: relative;
    z-index: 2;
    margin-top: 45px;
}
.tpaboutsma .thumb img{
    width: 100%;
}
.tpaboutsma .decss{
    position: relative;
    z-index: 1;
    padding: 50px 0 80px 80px;
    margin-top: -15px;
    margin-bottom: 20px;
}
.tpaboutsma .decss::before{
    content: '';
    position: absolute;
    top: 0;
    left: -145px;
    height: 100%;
    width: 10000000px;
    background-color: #02a6ed;
    z-index: -1;
    pointer-events: none;
}
.tpaboutsma .decss, .tpaboutsma .decss a{
    color: #fff;
}
.tpaboutsma .dstitle{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #81d3f6;
    text-transform: uppercase;
}
.tpaboutsma .dstitle, .tpaboutsma .dstitle h1, .tpaboutsma .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpaboutsma .dsconts{
    font-size: 16px;
    line-height: 30px;
}
.tpaboutsma .dsconts li{
    margin-bottom: 8px;
}
.tpaboutsma .dsconts li:last-child{
    margin-bottom: 0;
}
.tpaboutsmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.tpaboutsmb .mbgrip > div{
    padding: 0 35px;
}
.tpaboutsmb .mbgrip .mcol{
    width: calc(100% - 51.471%);
}
.tpaboutsmb .mbgrip .hcol{
    width: 51.471%;
}
.tpaboutsmb .decss{
    padding: 20px 0;
    font-size: 17px;
    line-height: 35px;
}
.tpaboutsmb .decss li{
    position: relative;
    padding-left: 30px;
}
.tpaboutsmb .decss li::before{
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    height: 6px;
    width: 6px;
    background-color: #222222;
    border-radius: 100%;
}
.tpaboutsmb .thumb{
    position: relative;
}
.tpaboutsmb .thumb .tinfo{
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
    border: 2px solid #fff;
    animation: xoayvong 40s linear 0s infinite;
    -webkit-animation: xoayvong 40s linear 0s infinite;
    -moz-animation: xoayvong 40s linear 0s infinite;
    -o-animation: xoayvong 40s linear 0s infinite; 
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */ 
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.tpaboutsmb .thumb .tinfo img{
    width: 100%;
}
.tpaboutsmb .thumb .tlogo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 47%;
    height: 47%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}
.tpaboutsmb .thumb .tlogo img{
    max-width: 60%;
    max-height: 60%;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    padding: 100px 0 30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;   
}
.hpaboutshh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #044084;
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
}
.hpaboutshh, .hpaboutshh a{
    color: #fff;
}
.tpaboutshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutshh .hhgrip > div{
    padding: 0 10px;
    margin-bottom: 40px;
    width: 25%;
}
.itaboutshh .vicon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
@keyframes pulse_toar {
    0% {
        box-shadow: 0 0 0 0 #ff3131;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itaboutshh .vicon .iimg{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-image: url('../images/hhcicle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    animation: pulse_toar 2s infinite;
    overflow: hidden;
}
.itaboutshh .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.itaboutshh .vdecs{
    text-align: center;
}
.itaboutshh .dnumb{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.itaboutshh .dnumb .text{
    margin-left: 10px;
    display: block;
}
.itaboutshh .dnumb .plus{
    position: relative;
    font-size: 30px;
    line-height: 40px;
    top: -10px;
}
.itaboutshh .dtext{
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    padding: 50px 0 5px;
}
.tpaboutsbb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
    margin-bottom: -20px;
}
.tpaboutsbb .ctgrip > div{
    padding: 0 45px;
    width: 50%;
    margin-bottom: 20px;
}
.itaboutsbb .thumb{
    position: relative;
    padding-top: 65.56%;
    overflow: hidden;
}
.itaboutsbb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutsbb .decss{
    position: relative;
    padding: 50px 0 0 80px;
}
.itaboutsbb .decss::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 95px;
    height: 68px;
    background-image: url('../images/bbquote.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itaboutsbb .dstitle{
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #02a6ed;
}
.itaboutsbb .dstitle, .itaboutsbb .dstitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.itaboutsbb .dsconts{
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.hpaboutstt{
    padding: 50px 0 5px;
}
.tpaboutstt .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpaboutstt .ctgrip > div{
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
}
.itaboutstt{
    padding: 30px 30px 35px 30px;
    height: 100%;
    background-color: #ebf6ff;
}
.itaboutstt .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutstt .vvgrip > div{
    padding: 0 15px;
}
.itaboutstt .vvgrip .mcol{
    width: 110px;
}
.itaboutstt .vvgrip .hcol{
    width: calc(100% - 110px);
}
.itaboutstt .vicon{
    width: 80px;
    height: 80px;
    background-color: #ff3131;
    border-radius: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.itaboutstt .vicon .iimg{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    animation: pulse_toar 2s infinite;
}
.itaboutstt .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.itaboutstt .dtitle{
    margin-bottom: 5px;
}
.itaboutstt .dtitle, .itaboutstt .dtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.itaboutstt .dconts{
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpaboutstt ===> */

/* <=== hpaboutsnn ===> */
.hpaboutsnn{
    padding: 45px 0 5px 0;
}
.tpaboutsna{
    margin-bottom: 10px;
}
.tpaboutsna .naitem{
    margin-bottom: 30px;
}
.itaboutsna{
    box-shadow: 0 1px 20px 0 rgba(30, 151, 212, 0.2);
}
.itaboutsna .nagrip{
    display: flex;
    flex-wrap: wrap;
}
.itaboutsna .nagrip .mcol{
    width: 51.163%;
}
.itaboutsna .nagrip .hcol{
    width: calc(100% - 51.163%);
}
.itaboutsna .thumb{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.itaboutsna .thumb img{
    width: 100%;
    opacity: 0;
}
.itaboutsna .decss{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 40px 20px 50px;
    height: 100%;
}
.itaboutsna .dstitle{
    margin-bottom: 5px;
}
.itaboutsna .dstitle, .itaboutsna .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itaboutsna .dsconts{
    font-size: 17px;
    line-height: 30px;
}
.itaboutsna .dsconts li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.itaboutsna .dsconts li:last-child{
    margin-bottom: 0;
}
.itaboutsna .dsconts li::before{
    content: '';
    position: absolute;
    top: 11px;
    left: 9px;
    width: 6px;
    height: 6px;
    background-color: #222222;
    border-radius: 100%;
}
.tpaboutsnb{
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpaboutsnn ===> */

/* <=== hpaboutsss ===> */
.hpaboutsss{
    padding: 40px 0 80px;
}
.tpaboutsss .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpaboutsss .ctgrip > div{
    padding: 0 20px;
}
.tpaboutsss .ctgrip .mcol{
    width: 55.64%;
}
.tpaboutsss .ctgrip .hcol{
    width: calc(100% - 55.64%);
}
.tpaboutssa .thumb{
    max-width: 630px;
}
.tpaboutssa .thumb img{
    width: 100%;
}
.tpaboutssb .sbitem{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.tpaboutssb .sbitem:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.itaboutssb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itaboutssb .vvgrip > div{
    padding: 0 10px;
}
.itaboutssb .vvgrip .lcol{
    width: 36.845%;
}
.itaboutssb .vvgrip .rcol{
    width: calc(100% - 36.845%);
}
.itaboutssb .thumb{
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.itaboutssb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutssb .dtitle, .itaboutssb .dtitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
}
.itaboutssb .dconts{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.itaboutssb .ligrip{
    display: flex;
    margin: 0 -5px;
}
.itaboutssb .ligrip > div{
    padding: 0 5px;
}
.itaboutssb .ligrip .xcol{
    width: 35px;
}
.itaboutssb .ligrip .ycol{
    width: calc(100% - 35px);
}
.itaboutssb .iicon{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ff3131;
    color: #fff;
    font-size: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.itaboutssb .inums{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
/* <=== hpaboutsss ===> */

@media all and (max-width: 1200px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsma .decss{
        padding: 30px 0 40px 40px;
    }
    .tpaboutsma .decss::before{
        left: -75px;
    }
    .tpaboutsma .dsconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tpaboutsmb .decss{
        font-size: 16px;
        line-height: 30px;
    }
    .tpaboutsma .dstitle, .tpaboutsma .dstitle h1, .tpaboutsma .dstitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsbb .ctgrip{
        margin: 0 -20px;
        margin-bottom: -20px;
    }
    .tpaboutsbb .ctgrip > div{
        padding: 0 20px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutsnn ===> */
    .itaboutsna .decss{
        padding: 20px 30px;
    }
    .itaboutsna .dstitle, .itaboutsna .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutsna .dsconts, .tpaboutsnb{
        font-size: 16px;
    }
    /* <=== hpaboutsnn ===> */
}
@media all and (max-width: 991px){
    /* <=== vtitleab ===> */
    .vtitleab{
        margin-bottom: 20px;
    }
    .vtitleab.vmargin{
        margin-bottom: 20px;
    }
    .vtitleab, .vtitleab h1, .vtitleab h2, .vtitleab h3{
        font-size: 25px;
        line-height: 35px;
    }
    .vtitleab .tline::before{
        width: 20px;
        right: -30px;
    }
    /* <=== vtitleab ===> */

    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 30px 0 50px;
    }
    .tpaboutsma{
        margin-bottom: 15px;
    }
    .tpaboutsma .magrip .mcol{
        width: 100%;
    }
    .tpaboutsma .magrip .hcol{
        width: 100%;
    }
    .tpaboutsma .thumb{
        margin-top: 0;
    }
    .tpaboutsma .decss{
        margin-bottom: 0;
        margin-top: 0;
        padding: 20px 20px 25px;
        background-color: #02a6ed;
    }
    .tpaboutsma .decss::before{
        display: none;
    }
    .tpaboutsmb .mbgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutsmb .mbgrip .hcol{
        width: 100%;
    }
    .tpaboutsmb .decss{
        padding: 0;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh{
        padding: 50px 0 20px;
        background-attachment: unset;
    }
    .itaboutshh .dnumb{
        font-size: 35px;
        line-height: 40px;
    }
    .itaboutshh .dnumb .plus{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutshh .dtext{
        font-size: 15px;
        line-height: 25px;
    }
    .itaboutshh .vicon{
        margin-bottom: 20px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        padding-top: 35px;
    }
    .tpaboutsbb .ctgrip{
        margin: 0 -10px;
        margin-bottom: -20px;
    }
    .tpaboutsbb .ctgrip > div{
        padding: 0 10px;
    }
    .itaboutsbb .decss{
        padding: 30px 0 0 20px;
    }
    .itaboutsbb .decss::before{
        top: 20px;
    }
    .itaboutsbb .dstitle{
        margin-bottom: 8px;
    }
    .itaboutsbb .dstitle, .itaboutsbb .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itaboutsbb .dsconts{
        font-size: 16px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .hpaboutstt{
        padding-top: 30px;
    }
    .itaboutstt{
        padding: 20px 18px 20px 18px;
    }
    .itaboutstt .vvgrip{
        margin: 0 -7.5px;
    }
    .itaboutstt .vvgrip > div{
        padding: 0 7.5px;
    }
    .itaboutstt .vvgrip .mcol{
        width: 65px;
    }
    .itaboutstt .vvgrip .hcol{
        width: calc(100% - 65px);
    }
    .itaboutstt .vicon, .itaboutstt .vicon .iimg{
        width: 50px;
        height: 50px;
    }
    .itaboutstt .dtitle, .itaboutstt .dtitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itaboutstt .dconts{
        font-size: 16px;
    }
    /* <=== hpaboutstt ===> */

    /* <=== hpaboutsnn ===> */
    .hpaboutsnn{
        padding-top: 30px;
    }
    .tpaboutsna .naitem{
        margin-bottom: 20px;
    }
    .itaboutsna .nagrip .mcol{
        width: 100%;
    }
    .itaboutsna .nagrip .hcol{
        width: 100%;
    }
    .itaboutsna .decss{
        padding: 20px;
    }
    /* <=== hpaboutsnn ===> */

    /* <=== hpaboutsss ===> */
    .hpaboutsss{
        padding: 30px 0 50px;
    }
    .tpaboutsss .ctgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpaboutsss .ctgrip .hcol{
        width: 100%;
    }
    .tpaboutssa .thumb{
        margin: 0 auto;
    }
    /* <=== hpaboutsss ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutshh ===> */
    .tpaboutshh .hhgrip > div{
        width: 50%;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsbb .ctgrip{
        margin-bottom: -30px;
    }
    .tpaboutsbb .ctgrip > div{
        width: 100%;
        margin-bottom: 30px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .tpaboutstt .ctgrip > div{
        width: 100%;
    }
    /* <=== hpaboutstt ===> */

    /* <=== hpaboutsss ===> */
    .tpaboutssb .sbitem{
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .itaboutssb .dtitle, .itaboutssb .dtitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itaboutssb .dconts{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .itaboutssb .inums{
        font-size: 15px;
    }
    .itaboutssb .vvgrip{
        margin: 0 -8px;
    }
    .itaboutssb .vvgrip > div{
        padding: 0 8px;
    }
    .itaboutssb .vvgrip .lcol{
        width: 41.012%;
    }
    .itaboutssb .vvgrip .rcol{
        width: calc(100% - 41.012%);
    }
    .itaboutssb .thumb{
        padding-top: 100%;
    }
    /* <=== hpaboutsss ===> */
}