/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    padding: 40px 0 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hpaboutsmm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006eba;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.hpaboutsmm, .hpaboutsmm a{
    color: #fff;
}
.hpaainfohh .hhtitle{
    text-align: center;
    margin-bottom: 10px;
}
.hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpaainfohh .hhcapts{
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}
.tpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpaainfohh .hhgrip > div{
    padding: 0 10px;
}
.tpaainfohh .hhgrip .hcol{
    width: 593px;
}
.tpaainfohh .hhgrip .mcol{
    width: calc((100% - 593px) / 2);
}
.tpaainfohb{
    width: 450px;
    height: 450px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 49px;
    position: relative;
}
.tpaainfohb::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    pointer-events: none;
}
.tpaainfohb .hbthumb{
    background-color: #fff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    animation: pulse_toa 2s infinite;
}
.itaainfoha{
    margin-bottom: 115px;
}
.itaainfoha:last-child{
    margin-bottom: 0;
}
.itaainfoha .hagrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -16px;
}
.itaainfoha .hagrip > div{
    padding: 0 16px;
}
.itaainfoha .hagrip .xcol{
    width: 107px;
}
.itaainfoha .hagrip .ycol{
    width: calc(100% - 107px);
}
.itaainfoha .haicon{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
.itaainfoha .haicon img{
    max-width: 80%;
    max-height: 80%;
}
.itaainfoha .hadecs{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
.tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hagrip .xcol{
    order: 2;
}
.tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hadecs{
    text-align: right;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    position: relative;
    background-image: url('../images/hhback.jpg');
    background-position: top left;
    background-repeat: repeat;
    z-index: 1;
}
.hpaboutshh::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 169px;
    height: 381px;
    z-index: -1;
    background-image: url("../images/hhbackm.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.hpaboutshh::after{
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    width: 167px;
    height: 418px;
    z-index: -1;
    background-image: url("../images/hhbackh.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.hpaboutshh .hhback{
    padding: 70px 0;
}
.hpaboutshh .hhback::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url("../images/hhback.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.tpaboutsha{
    margin-bottom: 85px;
}
.tpaboutsha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.tpaboutsha .hagrip > div{
    padding: 0 40px;
    width: 50%;
}
.tpaboutsha .dstitle{
    margin-bottom: 15px;
}
.tpaboutsha .dstitle, .tpaboutsha .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpaboutsha .dsconts{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    max-width: 570px;
}
.tpaboutsha .thumb{
    padding-top: 100%;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}
.tpaboutsha .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaboutshb .hbthumb{
    margin-bottom: 45px;
    border-radius: 15px;
    overflow: hidden;
}
.tpaboutshb .hbthumb img{
    width: 100%;
}
.tpaboutshb .ifwrap{
    max-width: 1180px;
    margin: 0 auto;
}
.tpaboutshb .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px;
}
.tpaboutshb .ifgrip > div{
    padding: 0 55px;
    width: 50%;
}
.itaboutshb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutshb .vvgrip > div{
    padding: 0 15px;
}
.itaboutshb .vvgrip .lcol{
    width: 95px;
}
.itaboutshb .vvgrip .rcol{
    width: calc(100% - 95px);
}
.itaboutshb .vicon{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #766df4;
    color: #fff;
    border-radius: 10px;
}
.itaboutshb .vicon img{
    max-width: 80%;
    max-height: 80%;
}
.itaboutshb .dtitle{
    margin-bottom: 10px;
    color: #766df4;
}
.itaboutshb .dtitle, .itaboutshb .dtitle h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.itaboutshb .dconts{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
/* <=== hpaboutshh ===> */

@media all and (max-width: 1200px){
    /* <=== hpaboutsmm ===> */
    .tpaainfohh .hhgrip .mcol{
        width: calc((100% - 420px) / 2);
    }
    .tpaainfohh .hhgrip .hcol{
        width: 420px;
    }
    .tpaainfohb{
        width: 400px;
        height: 400px;
        padding: 40px;
    }
    .tpaainfohb::before{
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px;
    }
    .itaainfoha .hagrip{
        margin: 0 -13px;
    }
    .itaainfoha .hagrip > div{
        padding: 0 13px;
    }
    /* <=== hpaboutsmm ===> */
}
@media all and (max-width: 991px){
    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 25px 0 45px;
    }
    .tpaainfohh .hhgrip .hcol{
        display: none;
    }
    .tpaainfohh .hhgrip .mcol{
        width: 50%;
    }
    .tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hagrip .xcol{
        order: unset;
    }
    .tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hadecs{
        text-align: left;
    }
    .hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpaainfohh .hhcapts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
        margin-bottom: 30px;
    }
    .itaainfoha{
        margin-bottom: 30px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh .hhback{
        padding: 30px 0 40px;
    }
    .hpaboutshh::before{
        width: 88px;
        height: 202px;
        top: 60%;
    }
    .hpaboutshh::after{
        width: 98px;
        height: 249px;
    }
    .tpaboutsha{
        margin-bottom: 25px;
    }
    .tpaboutsha .hagrip{
        flex-direction: column-reverse;
    }
    .tpaboutsha .hagrip > div{
        width: 100%;
    }
    .tpaboutsha .hagrip .hcol{
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .tpaboutsha .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutsha .dstitle, .tpaboutsha .dstitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpaboutsha .dsconts{
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .tpaboutshb .hbthumb{
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .tpaboutshb .ifgrip{
        margin: 0 -15px;
    }
    .tpaboutshb .ifgrip > div{
        padding: 0 15px;
    }
    .itaboutshb .dtitle{
        margin-bottom: 5px;
    }
    .itaboutshb .dtitle, .itaboutshb .dtitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutshb .dconts{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== hpaboutshh ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        background-position: 24% center;
    }
    .tpaainfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpaainfohh .hhgrip > div:last-child{
        margin-bottom: 0!important;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .tpaboutshb .ifgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutshb .ifgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== hpaboutshh ===> */
}