/* <=== vabtitle ===> */
.vabtitle{
    text-align: center;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.vabtitle.vres{
    margin-bottom: 10px;
}
.vabtitle, .vabtitle h1, .vabtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
/* <=== vabtitle ===> */

/* <=== vabcapts ===> */
.vabcapts{
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 0 20px;
    text-align: center;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
}
/* <=== vabcapts ===> */

/* <=== hpaboutmm ===> */
.hpaboutmm{
    padding: 40px 0 0;
}
.tpaboutmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpaboutmm .mmgrip > div{
    width: 50%;
}
.tpaboutmm .thumb{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpaboutmm .thumb img{
    width: 100%;
    opacity: 0;
}
.tpaboutmm .decss{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px 20px;
    background: rgba(29,72,152,1);
    background: linear-gradient(45deg, rgba(22,67,150,1) 0%, rgba(133,165,64,1) 100%);
}
.tpaboutmm .dscen{
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
.tpaboutmm .decss, .tpaboutmm .decss a{
    color: #fff;
}
.tpaboutmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpaboutmm .dstitle, .tpaboutmm .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutmm .dsconts{
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpaboutmm ===> */

/* <=== hpabouthh ===> */
.hpabouthh{
    padding: 50px 0 0 0;
}
.tpaboutha{
    position: relative;
}
.tpaboutha .thumb img{
    width: 100%;
}
.tpaboutha .decss{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.tpaboutha .dstitle{
    text-transform: uppercase;
    margin-bottom: 12px;
}
.tpaboutha .dstitle, .tpaboutha .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutha .dsconts{
    font-size: 17px;
    line-height: 30px;
}
.tpaboutha .dsconts li{
    position: relative;
    margin-bottom: 8px;
    padding-left: 26px;
}
.tpaboutha .dsconts li::before{
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    color: #164399;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.tpabouthb {
    padding: 55px 0;
}
.tpabouthb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpabouthb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpabouthb .thumb{
    text-align: center;
}
.tpabouthb .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpabouthb .dstitle, .tpabouthb .dstitle h2, .tpabouthb .dstitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpabouthb .dsinfos{
    margin-bottom: 20px;
}
.tpabouthb .dsinfos li{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
.tpabouthb .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpabouthb .dsinfos li .icolor{
    width: 16px;
    height: 16px;
    border-radius: 100%;
}
.tpabouthb .dsinfos li .inumbr{
    width: 65px;
    padding: 0 10px 0 15px;
    font-size: 25px;
    font-weight: bold;
}
.tpabouthb .dsinfos li .itexts{
    width: calc(100 - (16 + 65));
}
.tpabouthb .dsconts{
    font-size: 17px;
    line-height: 30px;
}
/* <=== hpabouthh ===> */

/* <=== hpaboutbb ===> */
.hpaboutbb{
    padding: 45px 0 55px;
}
.tpaboutbb .bbline{
    position: relative;
    padding: 80px 0 50px;
    margin-bottom: 20px;
    z-index: 1;
}
.tpaboutbb .bbline::before{
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: #164399;
    z-index: 1;
}
.tpaboutbb .bblogo{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.tpaboutbb .bbcapt{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
.itaboutbb{
    background-color: #fff;
    position: relative;
    max-width: 50%;
    padding: 30px 40px 30px 30px;
}
.itaboutbb:last-child{
    margin-bottom: 0;
}
.itaboutbb:nth-child(odd){
    margin-left: auto;
}
.itaboutbb .dsyear{
    position: absolute;
    top: -45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    z-index: 3;
}
.itaboutbb:nth-child(odd) .dsyear{
    left: 0;
    border-radius: 50px 0 50px 0;
    padding: 15px 50px 15px 30px;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    margin-left: 1px;
}
.itaboutbb:nth-child(even) .dsyear{
    right: 0;
    border-radius: 0 50px 0 50px ;
    padding: 15px 30px 15px 50px;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(133,165,64,1) 0%, rgba(29,72,152,1) 100%);
    margin-right: 1px;
}
.itaboutbb .dstend{
    font-size: 17px;
    line-height: 30px;
}
.itaboutbb .dstend p{
    padding: 2px 0;
}
/* <=== hpaboutbb ===> */

/* <=== hpabouttt ===> */
.hpabouttt{
    padding: 45px 0 60px;
}
.tpabouttt .thumb{
    text-align: center;
}
/* <=== hpabouttt ===> */

/* <=== hpaboutnn ===> */
.hpaboutnn{
    padding: 50px 0 60px;
}
.tpaboutnn .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutnn .nngrip > div{
    padding: 0 10px;
    width: calc(100% / 5);
    margin-left: 0;
    margin-top: -80px;
}
.tpaboutnn .nngrip > div:nth-child(1),
.tpaboutnn .nngrip > div:nth-child(2),
.tpaboutnn .nngrip > div:nth-child(3),
.tpaboutnn .nngrip > div:nth-child(4),
.tpaboutnn .nngrip > div:nth-child(5){
    margin-top: 0;
}
.itaboutnn .thumb{
    position: relative;
}
.itaboutnn a{
    padding-top: 100%;
    position: relative;
    display: block;
    z-index: 1;
}
    .itaboutnn a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/img/about/nnback.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: -1;
        pointer-events: none;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
    }
    .itaboutnn a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/img/ihover.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        pointer-events: none;
    }
.itaboutnn a:hover::after{
    opacity: 1;
}
.itaboutnn a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 45%;
    max-height: 45%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itaboutnn a:hover img{
    transform: translate(-50%, -50%) scale(1.04);
}
/* <=== hpaboutnn ===> */

@media all and (max-width: 1200px){
    /* <=== hpaboutnn ===> */
    .tpaboutnn .nngrip > div{
        margin-top: -75px;
    }
    /* <=== hpaboutnn ===> */
}
@media all and (max-width: 991px){
    /* <=== vabtitle ===> */
    .vabtitle, .vabtitle h1, .vabtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== vabtitle ===> */

    /* <=== hpaboutmm ===> */
    .hpaboutmm{
        padding: 30px 0 0;
    }
    .tpaboutmm .mmgrip > div{
        width: 100%;
    }
    .tpaboutmm .decss{
        padding: 35px 20px 40px;
    }
    .tpaboutmm .dscen{
        max-width: 100%;
    }
    .tpaboutmm .dstitle, .tpaboutmm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutmm .dsconts{
        font-size: 16px;
    }
    /* <=== hpaboutmm ===> */

    /* <=== hpabouthh ===> */
    .hpabouthh{
        padding: 25px 0 0 0;
    }
    .tpaboutha .thumb{
        margin-bottom: 25px;
    }
    .tpaboutha .decss{
        position: static;
    }
    .tpaboutha .dstitle, .tpaboutha .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutha .dsconts{
        font-size: 16px;
    }
    .tpabouthb{
        padding: 20px 0 50px;
    }
    .tpabouthb .hbgrip{
        flex-direction: column-reverse;
    }
    .tpabouthb .hbgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpabouthb .hbgrip:first-child{
        margin-bottom: 0;
    }
    .tpabouthb .dstitle, .tpabouthb .dstitle h2, .tpabouthb .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .tpabouthb .dsconts{
        font-size: 16px;
    }
    .tpabouthb .thumb{
        padding: 0 30px;
    }
    /* <=== hpabouthh ===> */

    /* <=== hpaboutbb ===> */
    .hpaboutbb{
        padding: 40px 0 50px;
    }
    .itaboutbb .dstend{
        font-size: 15px;
        line-height: 25px;
    }
    .itaboutbb .bmgrip .lcol, .itaboutbb .bmgrip .rcol{
        width: 50%;
    }
    .itaboutbb .bmthumb{
        max-width: 100%;
    }
    .itaboutbb .dsyear{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutbb:nth-child(odd) .dsyear{
        padding: 10px 40px 10px 30px;
    }
    .itaboutbb:nth-child(even) .dsyear{
        padding: 10px 30px 10px 40px;
    }
    .tpaboutbb .bblogo{
        max-width: 160px;
    }
    .tpaboutbb .bbcapt{
        font-size: 16px;
    }
    /* <=== hpaboutbb ===> */

    /* <=== hpabouttt ===> */
    .hpabouttt{
        padding: 40px 0 50px;
    }
    /* <=== hpabouttt ===> */

    /* <=== hpaboutnn ===> */
    .hpaboutnn{
        padding: 40px 0 50px;
    }
    .tpaboutnn .nngrip > div{
        width: 25%;
    }
    .tpaboutnn .nngrip > div{
        margin-top: -65px;
    }
    .tpaboutnn .nngrip > div:nth-child(5), .tpaboutnn .nngrip > div:nth-child(6){
        margin-top: -65px;
    }
    /* <=== hpaboutnn ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutbb ===> */
    .tpaboutbb .bbline::before{
        z-index: -1;
    }
    .itaboutbb{
        width: 100%;
        max-width: 100%;
        margin-bottom: 90px;
        padding: 15px 20px 20px;
    }
    .itaboutbb .dsyear{
        bottom: 100%;
        top: unset;
    }
    .itaboutbb:nth-child(odd) .dsyear{
        left: 50%;
    }
    .itaboutbb:nth-child(even) .dsyear{
        right: 50%;
        left: unset;
    }
    .tpaboutbb .bbline{
        padding-top: 95px;
    }
    /* <=== hpaboutbb ===> */

    /* <=== hpaboutnn ===> */
    .tpaboutnn .nngrip{
        margin: 0 -8px;
    }
    .tpaboutnn .nngrip > div{
        padding: 0 8px;
        width: 50%;
    }
    .tpaboutnn .nngrip > div:nth-child(5), .tpaboutnn .nngrip > div:nth-child(6), .tpaboutnn .nngrip > div{
        margin-top: -65px;
    }
    .tpaboutnn .nngrip > div:nth-child(4), .tpaboutnn .nngrip > div:nth-child(3){
        margin-top: -65px;
    }
    .itaboutnn a{
        -webkit-mask-size: 95% 95%;
        -webkit-mask-repeat: no-repeat;
        background-position: 100% 91%;
        white-space-collapse: unset;
        -webkit-mask-position: 85% 85%;
    }
    /* <=== hpaboutnn ===> */
}