/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    padding: 40px 0 35px;
}
.tpaboutsma{
    margin-bottom: 65px;
}
.tpaboutsma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.tpaboutsma .magrip > div{
    padding: 0 40px;
}
.tpaboutsma .magrip .mcol{
    width: 54.015%;
}
.tpaboutsma .magrip .hcol{
    width: calc(100% - 54.015%);
}
.tpaboutsma .thumb{
    position: relative;
    padding: 25px 50px;
}
.tpaboutsma .thumb::before{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../images/mmback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.tpaboutsma .thumb .timg{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tpaboutsma .thumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaboutsma .dstitle{
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #005aab;
    border-bottom: 2px solid #005aab;
}
.tpaboutsma .dstitle, .tpaboutsma .dstitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutsma .dsconts{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.tpaboutsmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutsmb .mbgrip > div{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 30px;
}
.itaboutsmb{
    text-align: center;
}
.itaboutsmb .vvicon{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.itaboutsmb .vvicon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/mmcicle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    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);
    }
}
.itaboutsmb .dsnumb{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
.itaboutsmb .dsnumb .plus{
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: -10px;
}
.itaboutsmb .dstext{
    font-size: 16px;
    line-height: 30px;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    padding: 50px 0 ;
    min-height: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpaboutshh > div{
    width: 100%;
}
.tpaboutshh .dswrap{
    max-width: 550px;
    margin-left: auto;
}
.itaboutshh{
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.itaboutshh:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.itaboutshh, .itaboutshh a{
    color: #fff;
}
.itaboutshh .vvtitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.itaboutshh .vvtitle, .itaboutshh .vvtitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.itaboutshh .vvconts{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    padding: 55px 0 50px;
}
.tpaboutsbb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsbb .ctgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itaboutsbb{
    height: 100%;
    padding: 35px 50px 65px;
    background-color: #ebf6ff;
    border-radius: 10px;
    overflow: hidden;
}
.tpaboutsbb .ctgrip > div:nth-child(even) .itaboutsbb{
    background-color: #f5f5f5;
}
.itaboutsbb .vnumbs{
    margin-bottom: 5px;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #005aab;
    color: transparent;
}
.itaboutsbb .vtitle{
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #005aab;
    border-bottom: 1px solid #005aab;
    text-transform: uppercase;
}
.itaboutsbb .vtitle, .itaboutsbb .vtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itaboutsbb .vconts{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.hpaboutstt{
    position: relative;
    z-index: 1;
    padding: 70px 0 120px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpaboutstt::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005aab;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.slaboutstt .slick-arrow{
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.itaboutstt a{
    background-color: #fff;
    border-radius: 10px;
}
/* <=== hpaboutstt ===> */

/* <=== hpaboutsnn ===> */
.hpaboutsnn{
    padding: 55px 0 100px;
    background-color: #ebf6ff;
}
.itaboutsnn a{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
}
.itaboutsnn a:hover{
    border-color: #005aab;
}
.slaboutsnn .slick-slide > div{
    margin-bottom: 10px;
}
.slaboutsnn .slick-slide > div:last-child{
    margin-bottom: 0;
}
.slaboutsnn .slick-arrow{
    background-color: transparent;
}
.slaboutsnn .slick-arrow::before{
    font-size: 20px;
}
.slaboutsnn .slick-prev::before{
    content: '\e908';
    transform: translate(-50%, -50%) rotate(180deg);
}
.slaboutsnn .slick-next::before{
    content: '\e908';
}
/* <=== hpaboutsnn ===> */

/* <=== hpaboutsss ===> */
.hpaboutsss{
    padding: 60px 0 90px;
}
.tpaboutsss .ctinfo{
    margin-bottom: 30px;
}
.tpaboutsss .ctinfo img{
    width: 100%;
}
.tpaboutsss .ctlink{
    display: flex;
    justify-content: center;
}
.tpaboutsss .ctlink a{
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 45px;
    background-color: #b51f23;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.tpaboutsss .ctlink a:hover{
    background-color: #005aab;
}
.tpaboutsss .ctlink a i{
    margin-right: 14px;
}
/* <=== hpaboutsss ===> */

.vntheader .mnfixed_self{
    position: absolute!important;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== gdmenutab ===> */
    .menuTab{
        position: relative;
    }
    .menuTab::before{
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        color: #333333;
    }
    .menuTab::after{
        content: '';
        position: absolute;
        right: -20px;
        height: 100%;
        background: #FFFFFF;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
        z-index: 4;
        width: 40px;
    }
    .menuTab ul li:last-child{
        margin-right: 35px;
    }
    /* <=== gdmenutab ===> */

    /* <=== header ===> */
    .vntheader{
        position: absolute;
    }
    /* <=== header ===> */

    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 40px 0 30px;
    }
    .tpaboutsma{
        margin-bottom: 30px;
    }
    .tpaboutsma .magrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutsma .magrip .hcol{
        width: 100%;
    }
    .tpaboutsma .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutsma .dstitle, .tpaboutsma .dstitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    .tpaboutsma .dsconts{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .tpaboutsmb .mbgrip > div{
        width: 50%;
    }
    .itaboutsmb .vvicon{
        margin-bottom: 12px;
    }
    .itaboutsmb .dsnumb{
        font-size: 35px;
        line-height: 35px;
    }
    .itaboutsmb .dsnumb .plus{
        font-size: 20px;
        line-height: 20px;
    }
    .itaboutsmb .dstext{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh{
        padding: 0;
        background-image: unset!important;
        min-height: auto;
    }
    .hpaboutshh .hhthumb img{
        width: 100%;
    }
    .hpaboutshh .hhdecss{
        padding: 35px 0 45px;
        background-color: #005aab;
    }
    .itaboutshh{
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .itaboutshh .vvtitle{
        margin-bottom: 10px;
    }
    .itaboutshh .vvtitle, .itaboutshh .vvtitle h3{
        font-size: 30px;
        line-height: 40px;
    }
    .itaboutshh .vvconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        padding: 40px 0 50px;
    }
    .tpaboutsbb .ctgrip{
        margin: 0 -5px;
    }
    .tpaboutsbb .ctgrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    .itaboutsbb{
        padding: 15px 30px 35px;
    }
    .itaboutsbb .vtitle, .itaboutsbb .vtitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    .itaboutsbb .vconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .hpaboutstt{
        padding: 45px 0;
        background-attachment: unset;
    }
    /* <=== hpaboutstt ===> */

    /* <=== hpaboutsnn ===> */
    .hpaboutsnn{
        padding: 40px 0 50px;
    }
    .slaboutsnn .slick-dots li button{
        border-color: #999999;
        box-shadow: none;
    }
    .slaboutsnn .slick-dots li.slick-active button{
        background-color: #005aab;
    }
    /* <=== hpaboutsnn ===> */

    /* <=== hpaboutsss ===> */
    .hpaboutsss{
        padding: 45px 0 60px;
    }
    /* <=== hpaboutsss ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsma .thumb{
        padding: 10px 20px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsbb .ctgrip > div{
        width: 100%;
    }
    /* <=== hpaboutsbb ===> */
}