/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.align-row-center > .container > .row{
    align-items: center;
}
.img-icon {
    width: 45px;
}
.header-top{
    background-color: var(--main);
}
a.btn-form:hover {
    color: antiquewhite;
}
.btn-form i {
    font-size: 1.5rem;
}
.btn-form {
    position: fixed;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    background: #9F97CA;
    padding: 0px;
    cursor: pointer;
    z-index: 1;
    height: 5rem;
    width: 5rem;
    text-align: center;
    border-radius: 6px;
    color: white;
}
.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%);
}
.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(--main);
}
.item-comment .content-comment:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 25px;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main);
    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*/
 #google_translate_element > .goog-te-gadget > span{
     display: none;
}
 .skiptranslate.goog-te-gadget {
     color: transparent;
     font-size: 0;
     padding-left: 20px;
}
div#google_translate_element {
        top: -6px;
    position: absolute;
    right: -162px;
}
 .goog-te-gadget .goog-te-combo {
     border-radius: 5px;
     padding: 0.3rem 0rem 0.2rem 0.3rem;
}
/*Button right*/
.list-btn-fix {
    position: fixed;
    top: 76%;
    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;
    }
    
    
}

