/*box 3*/
/*@font-face {*/
/*    font-family: 'Avo';*/
/*    src: url('../fonts/UTM Avo.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'AvoBold';*/
/*    src: url('../fonts/UTM AvoBold.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'AvoBold_Italic';*/
/*    src: url('../fonts/UTM AvoBold_Italic.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'AvoItalic';*/
/*    src: url('../fonts/UTM AvoItalic.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*.vti_update{*/
/*    font-family: 'Avo';*/
/*}*/
.box_vti_3_left {
    padding-right: 50px;
}

.box_vti_3_left {
    border-right: 2px solid #2c5095
}

.box_vti_3_right {
    padding-left: 50px;
}

.box_vti_3 h2, .box_vti_5 h2 {
    font-size: 20px !important;
    margin-top: 0px;
}

.box_vti_3 ul {
    padding-left: 0px;
    list-style: none;
    font-size: 15px;
}

.box_vti_3 ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    padding-left: 25px;
}

.box_vti_3 svg {
    width: 20px;
    height: 20px;
    color: #2c5095;    margin-top: 5px;
}

.box_vti_3 span {
    flex: 1;
    padding-left: 5px;
}
.box_vti_3 > .container > .row{
    display: flex;
}
/*box 2*/
.h-full {
    height: 100%;
}

.py-50 {
    padding: 50px 0px;
}

h2.title_h2 {
    font-weight: bold;
    color: #2c5095;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    /*font-family: AvoBold;*/
}

h2.title_h2:before {
    content: "";
    position: absolute;
    background: #2c5095;
    width: 200px;
    height: 5px;
    bottom: 0px;
    left: 0px;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.box_vti_2_left .btn {
    background-color: #043f94;
    background-image: linear-gradient(
            to right,
            #043f94, #138add
    );
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: 0px;
}

.box_vti_2_left_bottom {
    justify-content: center;
}

.box_vti_2_left_center {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.box_vti_2_left {
    background: #DDDDDD9B;
    padding: 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.row_flex_1, .image_vti_1 {
    height: 350px;
    object-fit: cover;
}

.box_vti_2_right {
    position: relative;
}

.box_vti_2_right:before {
    content: "";
    width: 95%;
    height: 100%;
    border: 1px solid #2c5095;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.image_vti_1 {
    padding: 10px 0px;
}

/*box 4*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}



.box_vti_4_right_1 {
    width: 100%;
    height: 10px;
    border-radius: 25px;
    background: #2c5095;
}

.box_vti_4_left_1 {
    display: flex;
    justify-content: stretch;
    align-items: end;

}

.box_vti_4_left_1 > div {
    width: 20%;
    background-color: #043f94;
    background-image: linear-gradient(to top,#0391e8,#006bc6, #0050ae);
    margin: 0px 2.5px;
    border-radius: 10px;
    color: #fff;
    height: auto;
    padding: 50px 15px 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box_vti_4_left_1 > div span {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}

.box_vti_4_left_1 > div span img {
    width: 20px;
    height: 20px;
}

.box_vti_4_left_1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    border-radius: 25px;
    background: #2c5095;
    bottom: -10px;
    left: 0px;
    z-index: -1;
}

.mt-70 {
    margin-top: 70px;
}

.f-left {
    float: left;
}

.box_vti_5 ul {
    padding: 0px;
    list-style: none;
}

.box_vti_5 ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 25px;
    font-weight: 600;
}

.box_vti_5 ul li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #2c5095;
    top: 5px;
    left: 0px;
}

.box_vti_5_left {
    position: relative;
}

.box_vti_5_left:before {
    position: absolute;
    left: -40px;
    top: -30px;
    content: "";
    width: 100px;
    height: 100px;
    z-index: -1;
    border: 1px solid #2c5095;
    border-top-left-radius: 50px;
}

.box_vti_5_left:after {
    position: absolute;
    right: -40px;
    bottom: -30px;
    content: "";
    width: 100px;
    height: 100px;
    z-index: -1;
    border: 1px solid #2c5095;
    border-bottom-right-radius: 50px;
}

.box_vti_5_right {
    padding-left: 50px;
}

.box_vti_6_list {
    float: left;
    width: 100%;
    position: relative;
}
.box_vti_6_list:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 3px;
    background-image: linear-gradient( to right, #043f94, #138add );
}

.box_vti_6_item_1 {
    display: flex;
    justify-content: center;
}

.box_vti_6_item_1 a.btn{
    background-color: #043f94;
    background-image: linear-gradient(
            to right,
            #043f94, #138add
    );
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 12px;
    border: 0px;
    margin: 100px 0px;
    position: relative;
    font-weight: bold;
    /*font-family: AvoBold;*/
}
/*.box_vti_6_item_1 a.btn:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -70px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    height: 70px;*/
/*    width: 3px;*/
/*    background-image: linear-gradient( to right, #043f94, #138add );*/
/*}*/
/*.box_vti_6_item_1 a.btn:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -70px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    height: 70px;*/
/*    width: 3px;*/
/*    background-image: linear-gradient( to right, #043f94, #138add );*/
/*}*/
.box_vti_6_item_2 > div:last-child,.box_vti_6_item_2 > div:first-child{
    width: calc(100% - 153px / 2)
}
.box_vti_6_item_2 > div:nth-child(2){
    width: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-image: linear-gradient( to right, #043f94, #138add );
    position: relative;
}
.box_vti_6_list:nth-of-type(odd) .line:before{
    content: "";
    position: absolute;
    top: 14px;
    left: -20px;
    width: 20px;
    height: 10px;
    border-top: 1px dashed #138add;

}
.box_vti_6_list:nth-of-type(even) .line:before{
    content: "";
    position: absolute;
    top: 14px;
    right: -20px;
    width: 20px;
    height: 10px;
    border-top: 1px dashed #138add;

}

.box_vti_6_list:nth-of-type(odd) .box_3{
    order: 0
}
.box_vti_6_list:nth-of-type(odd) .box_2{
    order: 1
}
.box_vti_6_list:nth-of-type(odd) .box_1{
    order: 2
}
.box_vti_6_list:nth-of-type(odd) .box_1 >div{
    padding-left: 50px;
}
.mx-auto{
    margin: 0px auto;
}
.box_vti_6_item_2 h2{
    /*font-family: AvoBold;*/
    color: #138add;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}
.box_vti_6_item_2 h3{
    /*font-family: AvoBold;*/
    font-size: 15px;
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}
.box_vti_6_item_2 h3:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #138add;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 0;
}
/*.span_title_6 svg{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    color:  #138add;*/
/*}*/
.box_vti_6_item_2 ul{
    padding-left: 40px;
}
.box_vti_6_item_2 ul li{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.first_child .box_vti_6_item_1 .btn:before{
    display: none;
}
.first_child .box_vti_6_item_1 .btn{
    margin-top: 0px;
}
.box_vti_7{
    background: #043f94;
}
.box_vti_7 h2.title_h2{
    color: #fff;
}
.box_vti_7 h2.title_h2:before {

    background: #fff;

}
.box_vti_video img{
    border-radius: 15px;
}
.box_vti_7_right .box_vti_video{
    margin-bottom: 30px;
}
.box_vti_7_right .box_vti_video img{
    height: 250px;
    object-fit: cover;
    border-radius: 0px;
}
.box_vti_7_left img{
    height: 430px;
    object-fit: cover;

}
.box_vti_7{
    padding-bottom: 20px;
}
.box_vti_video{
    position: relative;
}
.box_vti_video svg{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 70px;
    height: 70px;

}
.owl-grid{
    grid-template-columns: repeat(6, minmax(0, 1fr));
    display: grid;
}
.owl-grid > div{
    width: 100%;

}
.owl-grid img{
    padding: 10px 0px;
    border: 1px solid #d0d0d0;
    height: 80px;
    object-fit: contain;
    width: 100%;
    margin: 0px auto;
}
.box_vti_8  h2.title_h2:before{
    width: 100px;
}
.box_vti_9:after{
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    content: "";
    position: absolute;
    background: #eefdff;
    z-index: -1;
}
.box_cam_nhan_vti{
    background: #138add;
    padding: 20px;
    border-radius: 20px;
}
.box_cam_nhan_vti_title{
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
}
.box_cam_nhan_vti_bottom .avatar{
    width: 100px;
    height: 100px;
}
.box_cam_nhan_vti_bottom .avatar img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.box_cam_nhan_vti_bottom .titleA{
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    /*font-family: AvoBold;*/
    flex: 1;
    font-weight: bold;
}
.flex-why{
    display: flex;align-items: end;
}
/*.box_vti_6_item_2 .box_3 img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 100%;
}*/
@media (max-width: 767px) {
    .box_vti_6_item_2 .box_3 img{
        width: 300px;
        height: 300px;

    }
    .box_vti_6_item_1 a.btn:after{
        content: "";
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%);
        height: 70px;
        width: 3px;
        background-image: linear-gradient( to right, #043f94, #138add );
    }
    .box_vti_6_item_1 a.btn:before{
        content: "";
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        height: 70px;
        width: 3px;
        background-image: linear-gradient( to right, #043f94, #138add );
    }
    .flex-why{
        flex-direction: column;
    }
    .row_flex_1, .image_vti_1{
        height: auto;
        flex-direction: column;
    }
    .box_vti_4_left_1{
        display: block;

    }
    .box_vti_4_left_1 > div{
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .box_vti_3_right{
        padding-left: 15px;
    }
    .box_vti_3_left{
        border: 0px;
    }
    .box_vti_5_left:after,.box_vti_5_left:before{
        display: none;
    }
    .box_vti_5_right{
        padding-left: 0px;
    }
    .box_vti_6_list:nth-of-type(even) .line:before{
        display: none;
    }
    .box_vti_6_item_2{
        flex-direction: column;
    }
    .box_vti_6_item_2 > div:last-child, .box_vti_6_item_2 > div:first-child {
        width: 100%;
    }
    .box_vti_6_item_2 > div:nth-child(2){
        display: none;
    }
    .box_vti_6_list:nth-of-type(odd) .box_1 >div{
        padding-left: 0px;
    }
    .box_vti_6_list:nth-of-type(odd) .box_3{
        order: 2;
    }
    .box_vti_6_list:nth-of-type(odd) .box_2{
        order: 1;
    }
    .box_vti_6_list:nth-of-type(odd) .box_1{
        order: 0;
    }
    .box_vti_7_left img{
        height: auto;
        margin-bottom: 30px;
    }
    .box_vti_7_right .box_vti_video img{
        border-radius: 15px;
    }
    .box_vti_7_right .box_vti_video img{
        height: auto;
    }
    .owl-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0px 15px;
    }
    .box_cam_nhan_vti{
        margin-bottom: 30px;
    }
    .box_vti_2_left_bottom{
        flex-direction: column;
    }
    .box_vti_2_left .btn{
        margin-left: 0px !important;
        margin-top: 10px;
    }
    .box_vti_2_left{
        padding: 10px;
    }
    .box_vti_2_left{
        margin-bottom: 30px;
    }
    .py-50{
        padding: 20px 0px;
    }
    h2.title_h2{
        font-size: 25px !important;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .mt-70{
        margin-top: 0px;
    }
    .box_vti_5_right{
        margin-top: 30px;
    }
    .box_vti_5 ul li{
        font-size: 16px;
    }
    .box_vti_4_left_1:after{
        display: none;
    }
    .box_vti_6_list{
        padding: 0px 15px;
    }
    .box_vti_3 > .container > .row{
       flex-direction: column;
    }
    .box_vti_6_list:before {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .box_vti_6_list:before {
        display: none;
    }
    .box_vti_6_item_1 a.btn{
        margin: 50px 0px;

    }
    .row_flex_1{
        flex-direction: column;
        height: auto;
    }
    .box_vti_2_left{
        margin-bottom: 30px;
    }
    h2.title_h2{
        font-size: 25px !important;
    }
    .box_vti_3_right{
        padding-left: 20px;
    }
    .box_vti_3_left{
        padding-right: 20px;
    }
    .box_vti_4_right{
        margin-top: 50px;
        text-align: center;
    }
    .box_vti_5_right{
        padding-left: 0px;
        margin-top: 50px;
    }
    .box_cam_nhan_vti_bottom .avatar{
        width: 50px;
        height: 50px;
    }
    .box_cam_nhan_vti_bottom .avatar img{
        width: 50px;
        height: 50px;
    }
}
.owl-partner .owl-prev svg,.owl-partner .owl-next svg{
    width: 50px;
    height: 50px;
}
.owl-partner .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-partner .owl-nav button.owl-prev{
    left: 0px;
}
.owl-partner .owl-nav button.owl-next{
    right: 0px;
}
.owl-camnhanhocvien .owl-nav button{
    position: absolute;
    bottom: -85px;
    transform: translateY(-50%);
    right: 0px;
    background: #fff !important;
    opacity: 1;
    border-radius: 100% !important;
    height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.owl-camnhanhocvien .owl-prev svg,.owl-camnhanhocvien .owl-next svg{
    width: 40px;
    height: 40px;
}
.owl-camnhanhocvien .owl-nav button.owl-next{
    right: 10px;
}
.owl-camnhanhocvien .owl-nav button.owl-prev{
    right: 70px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #333 !important;
}
.box_vti_9 {
    padding-bottom: 100px;
}
.li_box_3{
    position: relative;
}
.li_box_3:before{
    content: "";
    background: url(../images/logo-ngang.png) no-repeat;
    width: 25px;
    height: 25px;
    top: -1px;
    left: 0px;
    position: absolute;
    z-index: 999;
    background-size: 100% 100%;
}
