
/*header*/
.img-fluid {
    object-fit: cover;
}
/*header END*/

/*body*/
    /*chuong trinh dao tao*/
    .rti-abs-cover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }
    .line-af:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 3px;
        background: #064c87;
        left: 0;
        right: 0;
        top: 100%;
        margin: 0 auto;
    }
    .article-item .article-title a:hover {
        text-decoration: underline;
    }
    /*chuong trinh dao tao END*/
    
    /*giao vien*/
    .avatar-customer{
        display: flex !important;
        align-items: center;
    }
    .avatar-img {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        border-radius: 50%;
        width: 100px;
        object-fit: cover;
    }
    .swiper-slide--tile-customer {
        font-size: 18px;
        font-weight: 700;
    }

    /*giao vien END*/
    
    /*Form - Đăng ký tuyến sinh*/
    .bg-main {
        background: var(--color-highlight) !important;
    }
    /*Form - Đăng ký tuyến sinh*/
    
/*body END*/

/*footer*/
/*footer END*/


/*--------------trang con --------------*/

.bg-breadcrums {
    background-size: cover;
    background-position: center;
    position: relative;
}
.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.breadcrumbs-section {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
}
.rti-abs-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.news-smaill .view-small .inner-image {
    width: 20rem;
}

/*lien he*/
.contact-info-website {
    position: relative;
    bottom: -65px;
    left: -190px;
}
.rounded {
    border-radius: 30px !important;
}
.shadow {
    box-shadow: 0 .5rem .5rem rgba(0,0,0,.15)!important;
}
/*--------------trang con  END--------------*/
.bg-breadcrums:before {
    content: "";
    background-color: #0006;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.align-row-center > .container > .row{
    align-items: center;
}

.header-top{
    background-color: var(--main);
}

.img-language {
    width: 26px;
    height: 20px;
    object-fit: cover;
}

/*Module menu top*/
.menu-top .menu-section>ul>li>a{
    color: var(--white);
    text-transform: none;
    font-weight: 500;
}

.menu-top .menu-section > ul{
    display: table;
    margin: auto;
}
/*Module menu top*/

/*Module tin tuc - su kien*/
.bg-new{
    padding: 30px 0;
    background-color: rgb(1 32 96 / 85%);
    background-image: url(http://cdn1797.cdn4s4.io.vn/media/bg.png);
}
.list_new_small .article-item{
    margin-bottom: 30px;
    background-color: rgb(0 0 0 / 25%);
    padding: 10px;
}
.list_new_small .article-entry-info{
    display: flex;
    justify-content: space-between;
}
.list_new_small .article-entry-info,
.list_new_small .article-item a{
    color: var(--white);
}
/*Module tin tuc - su kien*/

/*Module chuong trinh dao tao*/
.news-home > .row >  div:nth-child(2n) .content-abs{
    left: unset;
    right: 0;
    background-color: rgb(205 51 1 / 80%);
}
.content-abs{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(1 32 96 / 85%);
}

.btn.read-more{
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 15px;
    background-color: var(--cyan);
}


/*Module chuong trinh dao tao*/

/*Module con so an tuong*/
#counter {
    background-color: rgb(1 32 96 / 85%);
}

#counter img{
    width: 70px;
}
#counter .item-count .counter-value{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
#counter .item-count .title{
    font-size: 15px;
}


/*Module con so an tuong*/

/*Album anh*/
.content-abs-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(1 32 96 / 85%);
    z-index: 1;
    padding: 5px 15px;
}
/*Album anh*/

/*Module video*/
.video-home .wrp-effect-album .effect-video::before,
.video-home .wrp-effect-album .effect-video::after{
    content: none;
}

.rti-abs-50 i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.8);
    font-size: 25px;
    border-radius: 5px;
}
/*Module video*/


/*Module cam nhan giao vien*/
.item-comment .content-comment{
    background-color: var(--color-highlight);
    border-radius: 0.5rem!important;
}
.item-comment .content-comment:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 40px;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-highlight);
    border-left: 10px solid transparent;
}

.w-20{
    width: 20%;
}
/*Module cam nhan giao vien*/

/*Module cau hoi thuong gap*/
.list-only-title > li{
    padding-left: 15px;
    border-bottom: 1px solid var(--black);
    padding: 5px 0 5px 15px;
}
.list-only-title > li:last-child{
    border-bottom: 0;
}

.list-only-title > li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--black);
    border-radius: 50%;
}
/*Module cau hoi thuong gap*/

/*Button right*/
.list-btn-fix {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 10;
}
/*Button right*/

.hot-news .line-af:after{
    content: none;
}
.hot-news .title-head-news{
    margin: 0 !important;
    padding: 0 !important;
}
.hot-news .article-item{
    margin-bottom: 15px;
}
.hot-news .title-section{
    font-size: 18px !important;
    margin-bottom: 15px !important;
    text-align: left;
}
.hot-news .article-title{
    font-size: 14px !important;
}

.hot-news .article-entry-info{
    display: none;
}



/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/






/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

.overflow{
    overflow: hidden;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@media (max-width: 992px){
    .container{
        max-width: 768px;
    }
}

@media (max-width: 768px){
    .iframe-section iframe{
        width: 100% !important;
    }
    
    .text-mb-left{
        text-align: left !important;
    }
}

@media (max-width: 576px){
    .box-padding > .container > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .content-abs{
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    
}

