#enrollment{
    padding: 30px 0px;
}
h2.tuyensinh{
    margin: 15px 0px;
    /* font-size: 18px; */
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 25px;
    text-align: center;
}

/* Các ngành đào tạo */
.gioithieu-chuyennganh{padding: 30px 0px;}
.tieude-chuyenganh {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #be0422;
    margin-top: 0;
    position: relative;
    width: 100%;
}

.tieude-chuyenganh::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #ff9900);
    margin: 15px auto 0;
}

.mota-chuyennganh {
    text-align: center;
    font-size: 20px;
    color: #1f4782;
    margin: 0px 0 30px 0;
    line-height: 2;
    width: 100%;
}

@media (max-width: 768px) {
    .tieude-chuyenganh {
        font-size: 24px;
    }

    .mota-chuyennganh {
        font-size: 14px;
        margin: 15px 0 30px 0;
    }
}

.block {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.block:hover {
    transform: translateY(-5px);
}

.block-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block .block-content {
    padding: 15px;
    text-align: center;
}

footer .block-content{
    padding: 0!important;
}

.block-content h3 {
    margin: 0;
    font-weight: 600;
    height: 40px;
}

/* Màu sắc so le */
.block-1,.block-6,.block-11{
    background-color: #14828C;
}
.block-2,.block-7,.block-12{
    background-color: #6C247C;
}
.block-3,.block-8,.block-13{
    background-color: #007242;
}
.block-4,.block-9,.block-14{
    background-color: #443E8C;
}
.block-5,.block-10,.block-15{
    background-color: #821A56;
}

.block-content p {color: #f8a5b3;}
.block-content h3 {
    color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .blocks-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .blocks-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .blocks-container {
        grid-template-columns: 1fr;
    }
}

/*end*/

.input-group{
    position: relative;
}
.input-group span{
    color: #c00;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}
#successForm{
    background: #fff;
    padding: 5px 10px;
    color: green;
    font-weight: bold;
    text-align: center;
}
#carousel .owl-carousel .owl-item img{
    border-radius: 10px;
}
#contact input[type="text"], #contact .btn-confirm{
    height: 56px;
    border-radius: 13px;
}
#vendor{
    padding-bottom: 50px;
}
#diagram h6{
    font-weight: bold;
}
.btn-show{
    line-height: 40px;
}
.item-tuyen-sinh-home{
    position: relative;
}
.item-tuyen-sinh-home .logo-am{
    position: absolute;
    right: 0;
    opacity: 0.5;
}
section#hot-new h1{
    font-weight: 300 !important;
}
.relative-active{
    position: relative;
}
.relative-active span{
    color: #c00;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 10px;
    font-style: italic;
}
.diemcolor{
    color: #cc0000;
}
#dsDiemSinh, #dsToanTK, #dsTiengAnh, #dsDichte, #dsTochuQLYT, #dsVisinh, #dsDinhduong, #dsmonMoi, #tongdiem{
    display: none;
}

#contentApproved, #contentRejected, #contentPending{
    display: none;
}
#contact h1{
    font-style: italic;
}
.card-body p{
    font-size: 14px;
}
.title-main-site{
    color: #205C40;
    padding-top: 30px;
    font-weight: 600;
    font-size: 24px;
}
h5.card-title{
    font-weight: 600;
}
footer ul.list-custom li a, .list-group-item{
    font-weight: 400;
    font-size: 14px;
}
.pdt50{
    padding-top: 50px;
}
.copyright-huph, .privacy-huph{
    color: #fff;
    opacity: 0.7;
    font-size: 10px;
}
.privacy-huph{
    text-align: right;
}
.card-subtitle strong{
    text-decoration: underline;
}
#nav-program .nav .nav-link{
    font-weight: 600;
    padding: 12px 30px;
    margin-right: 20px;
}
.dropdown-menu a{
    /*padding: 10px;*/
    display: block;
}
.dropdown-menu{
    min-width: 250px;
}
.tag-section{
    padding-top: 20px;
}
.title-tags{
    padding-bottom: 20px;
}
.sub-dropdown-menu{
    position: absolute;
    right: -185px;
    background: #fff;
    border-radius: 5px;
    top: 0;
}
.dropdown-menu a:hover .sub-dropdown-menu{
    display: block;
}
.dropdown-menu{
    border: 0;
}

.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
}
.nav-fill .nav-item, .nav-fill>li>.nav-link{
    flex: 1 1 auto;
    text-align: left;
}
.navbar-expand-lg .navbar-nav{
    width: 100%;
}
.dropend .nav-link::after, .dropend .nav-link::before{
    font-size: 10px;
    display: none;
}
.title-news-home{
    padding: 20px 0;
}
@media screen and (min-width:769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
    .list-card a{
        display: flex;
    }
}


.slider-area{
    padding: 40px 0;
}
.wrapper-slider {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-slider .item-partner {
    position: absolute;
    padding: 20px;
    animation: slider 12s infinite linear;
}

.wrapper-slider .item-partner:nth-child(1) {
    left: 100%;
    animation-delay: -20s;
}

.wrapper-slider .item-partner:nth-child(2) {
    left: 100%;
    animation-delay: -18s;
}

.wrapper-slider .item-partner:nth-child(3) {
    left: 100%;
    animation-delay: -16s;
}

.wrapper-slider .item-partner:nth-child(4) {
    left: 100%;
    animation-delay: -14s;
}

.wrapper-slider .item-partner:nth-child(5) {
    left: 100%;
    animation-delay: -12s;
}

.wrapper-slider .item-partner:nth-child(6) {
    left: 100%;
    animation-delay: -10s;
}
.wrapper-slider .item-partner:nth-child(7) {
    left: 100%;
    animation-delay: -8s;
}
.wrapper-slider .item-partner:nth-child(8) {
    left: 100%;
    animation-delay: -6s;
}
.wrapper-slider .item-partner:nth-child(9) {
    left: 100%;
    animation-delay: -4s;
}
.wrapper-slider .item-partner:nth-child(10) {
    left: 100%;
    animation-delay: -2s;
}
.item-partner img{
    /*filter: grayscale(1);*/
}
.item-partner img:hover{
    filter: grayscale(0);
}
.wrapper-slider:hover {
    animation-play-state: paused;
}
@keyframes slider {
    0%{
        left: 100%;
        visibility: visible;
    }
    99% {
        left: -150px;
        visibility: hidden;
    }
    100% {
        left: 100%;
        visibility: hidden;
    }
}

.sodotochuc img{
    height: auto !important;
}
#nav-program-fix .nav-tabs{
    border-bottom: 0;
    font-family: system-ui;
}
#nav-program-fix button{
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-size: 32px;
    color: #be0422;
    border-radius: 15px 15px 0 0;
    padding: 20px 10px;
}
#nav-program-fix button.active{
    background: #1f4782;
    color: #fff;
    border: 0;
}
#nav-tabContent-fix{
    background: #1f4782;
    border-radius: 0 0 15px 15px;
    /*border-left: 2px solid #81CF28;*/
    /*border-right: 2px solid #81CF28;*/
    /*border-bottom: 2px solid #81CF28;*/
}
#nav-tabContent-fix .tab-pane{
    padding: 30px;
}
.item-tuyen-sinh-home-fix .content{
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    position: relative;
}
.item-tuyen-sinh-home-fix h4{
    background: #be0422;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
}
.desc-ts-home{
    padding: 20px 0;
}
.item-tuyen-sinh-home-fix .content .let-go{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.item-tuyen-sinh-home-fix .content .let-go a.show-more{
    color: #393D40;
    font-size: 14px;
    text-decoration: none;
}
.item-tuyen-sinh-home-fix .content .let-go a.show-more:hover{
    color: #81CF28;
}
.item-tuyen-sinh-home-fix .content h3{
    font-size: 30px;
    color: #0D5F41;
    font-weight: 700;
    line-height: 33px;
}
.sl-ts-home{
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0D5F41;
    outline: none;
    font-size: 18px;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url('../image/dropdown.png');
    background-position: right 10px center;
    background-size: 24px;
    transition: background-size 0.3s ease;
    cursor: pointer;
}
.list-news-ts{
    padding-top: 0px;
}
.list-news-ts h4{
    background: #be0422;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    padding: 10px 20px;
}
.bg-ts{
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}
.item-news-ts{
    border-bottom: 1px solid #393D40;
    padding: 10px 0;
}
.item-news-ts:last-child{
    border-bottom: 0;
}
.item-news-ts p{
    margin-bottom: 0;
    line-height: 20px;
}
.item-news-ts p a{
    color: #205C40;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
}
.item-news-ts p a:hover{
    text-decoration: underline;
}
.item-news-ts p.date-ts{
    font-size: 9px;
    color: #393D40;
    padding-top: 5px;
}
.item-news-ts p.date-ts strong{
    text-decoration: underline;
}
.child-category-page{
    padding: 50px 0;
    text-align: center;
}
.title-dao-tao{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}
.title-tuyen-sinh{
    font-size: 24px;
    font-weight: 700;
}
.item-category-nganh a{
    background: #81CF28;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    padding: 10px;
}
.detail-img:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: '';
}
.snip1135 a.active{
    color: #fff !important;
    font-weight: 900;
    background: #81CF28;
}
.snip1135 .dropdown-menu a{
    color: #393d40;
}
.snip1135 .dropdown-menu a:hover{
    color: #205C40;
}
.heading-nganh{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.line-title-nganh{
    height: 30px;
    flex: 1;
    background: url("../image/line-title.png");
    display: block;
}
.title-nganh-page{
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    color: #81CF28;
    text-transform: uppercase;
    flex: 0 0 auto;
}
.myTabNganh{
    padding: 10px 0;
    box-shadow: 1px 1px 10px 1px #bbbec7;
}
.myTabNganh .nav-item .nav-link{
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 600;
}
.myTabNganh .nav-item .nav-link.active{
    color: #393D40;
    border: 0;
}
.myTabNganh .nav-item .nav-link.active span{
    border-bottom: 2px solid #0D5F41;
    padding-bottom: 6px;
    color: #0D5F41;
    font-weight: 900;
}
.tab-content-nganh{
    margin-bottom: 20px;
}
.list-post-nganh{
    padding: 20px;
    box-shadow: 1px 1px 10px 1px #bbbec7;
    margin: 10px 0;
}
.list-post-nganh .item-post-nganh{
    position: relative;
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 20px;
}
.list-post-nganh .item-post-nganh:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 15px;
}
.list-post-nganh .item-post-nganh:hover{
    color: #fff;
}
.list-post-nganh .item-post-nganh span{
    width: 100%;
    z-index: 1;
    padding: 0 10px;
}
.edit-post-admin{
    text-align: right;
    position: relative;
    top: -20px;
    font-size: 14px;
}
.edit-post-admin a, .edit-post-admin-fix a{
    color: #666;
}
.edit-post-admin-fix{
    font-size: 14px;
    padding-top: 10px;
}
.col-get-go{
    display: inline-flex;
    align-items: center;
}
.col-get-go a{
    color: #828282;
}
.item-post-ts{
    text-align: left;
    border-bottom: 1px solid #828282;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}
.item-post-ts p{
    margin-bottom: 5px;
}
.item-post-ts p a{
    font-size: 24px;
    font-weight: 600;
    color: #205C40;
    text-decoration: none;
}
.ts-edit{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.content-blog-single table{
    max-width: 100%;
    border: 1px solid #ccc;
}
.content-blog-single table tr td{
    border: 1px solid #ccc;
    padding: 10px;
}
.view-all-post{
    padding-top:40px;
    text-align: center;
}
.view-all-post a{
    color: #81CF28;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10px;
    border: 1px solid #81CF28;
    font-weight: 700;
}
.view-all-post a:hover{
    color: #205C40;
    border: 1px solid #205C40;
}
.content-blog-single img{
    height: auto !important;
}
@media (min-width: 768px) {
    .bg-ts{
        min-height: 440px;
    }
    .item-tuyen-sinh-home-fix .content{
        min-height: 440px;
    }
    .map-company{
        width: 50%;
        margin: 0 auto;
    }
    .map-company h2{
        text-transform: uppercase;
        font-size: 48px;
        font-weight: 300;
        padding-bottom: 10px;
    }
    .border-img{
        height: 220px;
        width: 300px;
    }
    .border-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    h5.card-title{
        height: 70px;
        overflow: hidden;
    }
    .no-desktop{
        display: none;
    }
    .card-body p{
        height: 62px;
        overflow: hidden;
    }
    .wrapper-slider div {
        width: 15%;
    }

}

@media (max-width: 767px) {
    .title-nganh-page{
        font-size: 18px;
    }
    .list-post-nganh .item-post-nganh{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .no-mobile{
        display: none;
    }
    section#carousel{
        padding-top: 0;
    }
    .section-about-home img{
        width: 100% !important;
        height: auto !important;
    }
    section#about p{
        padding: 0;
    }
    .img-top-right {
        width: 40%;
        height: auto;
    }
    .img-logo-top-right {
        width: 80px;
    }
    .img-best {
        transform: rotate(2deg) !important;
        width: 170px;
    }
    .img-top-right{
        border: 2px solid #fff;
    }
    video{
        max-width: 300px;
        height: 168px;
    }
    .video-control img{
        width: 50px;
    }
    section#about a.show-more{
        margin: 0;
        font-size: 16px;
    }
    section#about h5 {
        margin: 0 0 20px;
    }
    .marquee-item{
        margin: 0 7vw;
    }
    .slider-area{
        padding: 0;
    }
    .wrapper-slider div {
        width: 45%;
    }
    #nav-program-fix .nav-tabs {
        display: block;
        width: 100%;
    }
    #nav-program-fix button{
        width: 100%;
        background: #81CF28;
        color: #fff;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .list-news-ts{
        margin-bottom: 20px;
    }
    .item-tuyen-sinh-home-fix .content .let-go{
        text-align: center;
    }
    .item-tuyen-sinh-home-fix .content .let-go a.show-more{
        position: relative;
        top: 3px;
    }
    #nav-tabContent-fix .tab-pane{
        padding: 10px;
    }
}
.navbar-mobile .navbar-brand{
    margin: 10px 20px;
    border-bottom: 2px solid #fff;
    display: block;
    padding-bottom: 20px;
}
.navbar-collapse-mb {
    position: absolute;
    top: 0;
    left: 0; /* Changed from right to left */
    height: 100vh;
    width: 80%;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%); /* Changed to -100% */
    background-image: url("../image/bg-menu-mobile.png");
    background-repeat: no-repeat;
}
.navbar-collapse-mb ul.navbar-nav{
    padding: 10px;
}
.navbar-collapse-mb ul.navbar-nav li a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.navbar-collapse-mb ul.navbar-nav li a i{
    padding-right: 10px;
}
.navbar-collapse-mb.show {
    transform: translateX(0);
}

.navbar-toggler-mobile {
    position: absolute;
    top: 130px;
    left: 0;
    padding: 0;
    background: none;
    border: 0;
}

.close-menu-mobile{
    position: absolute;
    right: -20px;
    top: 20%;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #81CF28;
    display: inline-grid;
    align-items: center;
    text-align: center;
    font-size: 24px;
}

.navbar-mobile .dropdown-submenu {
    position: relative;
}

.navbar-mobile .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.navbar-mobile .dropdown-menu{
    background: none;
}
.navbar-mobile .dropdown-menu .dropdown-item{
    font-weight: 400;
    font-size: 16px;
}
.navbar-mobile .nav-link.active{
    background: #81CF28;
    border-radius: 10px;
    color: #fff;
}
.navbar-mobile .dropdown-menu{
    margin-top:0;
    padding-top:0;
}
.navbar-mobile .dropdown-toggle::after{
    position: relative;
    right: -10px;
}
.bangdiem-import{
    border-collapse: collapse;
    text-align: center;
}
.bangdiem-import tr td, .bangdiem-import tr th{
    border: 1px solid #ccc;
    padding: 5px 10px;
    min-width: 130px;
}
#bangDiem{
    display: none;
}
.table-responsive p{
    padding-top: 10px;
}
.snip1135 .dropdown-menu{
    left: 0;
    top: 40px;
}
