html {
    -webkit-text-size-adjust: 100%; 
    scroll-behavior: smooth;
}
  
body {
    font-size: 0.875rem; /*14px*/
    line-height: 140%;
    font-family: "Inter";
    overflow-x: clip;
    font-weight: 400;
    color: #222;
    text-rendering: optimizeSpeed;
}

li, ol, ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    /* -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; */
}

h1,h2,h3,h4,h5,h6, p {
    padding: 0;
    margin: 0;
    /* -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; */
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

input, textarea {
    outline: 0;
}
textarea {
    resize: vertical;
}
img{
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp.clamp2 {
    -webkit-line-clamp: 2;
}

.line-clamp.clamp3 {
    -webkit-line-clamp: 3;
}

.line-clamp.clamp4 {
    -webkit-line-clamp: 4;
}

.line-clamp.clamp5 {
    -webkit-line-clamp: 5;
}
.form-check-input:focus {
    box-shadow: none;
}
header {
    position: relative;
}
#back-to-top {
    position: fixed;
    bottom: 15%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 14px;
    background: #CC0102;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    -webkit-transition: opacity 0s ease-out;
    -o-transition: opacity 0s ease-out;
    transition: opacity 0s ease-out;
    z-index: 90;
    display: none;
    color: #fff;
}
#back-to-top.show {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* border: 1px solid var(--primary-color); */
}

.box-search{
    position: relative;
}
    .btn-search:hover {
        cursor: pointer;
        color: #111;
    }
.btn-search.l-title i {
    color: #fff;
    font-size: 1rem;
}
.form-search {
    display: block;
    position: absolute;
    z-index: 999;
    top: calc(100% + 9px);
    right: 0px;
    width: 300px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    background: #ffffff;
}

    .form-search:before {
        /* content: ""; */
        position: absolute;
        bottom: calc(100% - 10px);
        width: 16px;
        height: 16px;
        right: 10px;
        /* background-color: #fff; */
        -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form-search input:focus,
    .form-search input:active,
    .form-search input:hover {
        outline: none;
        box-shadow: none;
        border-color: transparent;
    }

    .form-search .form-control {
        border: 0px;
        padding: 10px 20px;
        height: 50px;
        font-size: 16px;
    }

        .form-search .form-control:focus {
            /* border: 1px solid rgba(225, 225, 225, 0.6); */
            border-radius: 4px;
            background: #fefefe;
            color: #333;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .form-search .form-control::-webkit-input-placeholder {
            color: #000;
        }

        .form-search .form-control::-moz-placeholder {
            color: #000;
        }

        .form-search .form-control:-ms-input-placeholder {
            color: #000;
        }

        .form-search .form-control::-ms-input-placeholder {
            color: #000;
        }

        .form-search .form-control::placeholder {
            color: #000;
        }

    .form-search .btn-search {
        position: absolute;
        top: 0;
        margin: 2px;
        height: 44px;
        right: 0;
        background: #fff;
        border: none;
        padding: 0 10px;
        color: #212121;
        font-size: 20px;
        border-radius: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .form-search .btn-search button {
            color: #1445a5;
            font-size: 12px;
            border: none;
            background: transparent;
        }

        .form-search .btn-search p {
            font-size: 16px;
            color: #fff;
            display: none;
            line-height: 18px;
        }

        .form-search.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    transform: translateY(0);
}
#top-header {
    background-color: #D8232A;
}
#top-header {
    padding: 12px 0;
}

#top-header .menu-left ul  li a{
    color: #fff;
    margin-right: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1rem;
}
#top-header .menu-right {
    margin-right: 16px;
}
#top-header .menu-right ul  li {
    padding: 0 16px;
    border-right: 2px solid rgba(196, 196, 196, 0.40);
}
#top-header .menu-right ul  li a {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1rem;
}
#top-header .menu-right ul  li:last-child {
    margin-right: 16px;
}
#top-header .btn-menuTop a{
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
}
#MenuHead .offcanvas-body ul li a {
    color: #222;
    font-size: 1rem;
    font-weight: 600;
}
#MenuHead .offcanvas-body ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
#header {
    padding: 10px 0;
}
.dateAndTitle  {
    left: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.68) 78.35%);
    box-shadow: 0px 4px 22px 0px rgba(216, 152, 152, 0.30);
}
.dateAndTitle .date {
    font-family: 'Roboto';
    font-size: 0.825rem;
    line-height: 30px;
    padding: 5px;
    background-color: #CC0102;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
}
.dateAndTitle .date img {
    margin-right: 5px;
}
.dateAndTitle h3 {
    padding-top: 15px;
}
.dateAndTitle h3 a {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 1.625rem;
    color: #fff;
}
.headRight  {
    margin-bottom: 20px;
}
.headRight .title::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 60%;
    background-color: #CC0102;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
}
.headRight .title h2 {
    color: #0D101A;
    font-size: 2.25rem;
    font-weight: 700;
}
.link-all a{
    color: #CC0102;
    font-size: 1rem;
    font-family: 'DM Sans';
}
.block-news-wrap .item.nomal-news  {
    box-shadow: 0px 4px 22px 0px rgba(220, 220, 220, 0.30);
    background-color: #fff;
    height: 100%;
}
.block-news-wrap .item.nomal-news .thumb,
.block-news-wrap .nomal-news .thumb,
.menu-head .item img {
    height: 258px;
}
.block-news-wrap .item.nomal-news .thumb img,
.block-news-wrap .nomal-news .thumb img{
    height: 100%;
}
.block-news-wrap .item.nomal-news .date {
    bottom: 0;
    left: 0;
    font-family: 'Roboto';
    font-size: 0.825rem;
    line-height: 30px;
    padding: 5px;
    background-color: #CC0102;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 15px;
}
.block-news-wrap .item.nomal-news h3 {
    padding: 16px;
}
.block-news-wrap .item.nomal-news h3 a {
    color: #0D101A;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; 
}
.block-news .list-iitem-right .item a h4{
    color: #fff;
    font-family: 'Roboto';
    font-size: 0.825rem;
    line-height: 150%;
    opacity: 0.8;
}
    .block-news .list-iitem-right .item:hover h4{
        opacity: 1;
    }
    .block-news .list-iitem-right .item a {
        padding: 15px 10px;
    }
.block-news .list-iitem-right .item:nth-child(odd) {
    background-color: #CC0102;
}
.block-news .list-iitem-right .item:nth-child(even) {
    background-color: #FF9801;
}
.block-news .banner  a img {
    width: 100%;
}
.news-admission {
    background: center/cover no-repeat fixed url(../images/background/slider.png);
}
.news-admission .title-head h2,
.block-brand .title-head h2{
    color: #0D101A;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 107.912%; 
    position: relative;
    padding-bottom: 10px;
}
.news-admission .title-head h2::before,
.block-brand .title-head h2::before{
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    background-color: #CC0102;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.news-admission .swipper-news .title {
    padding: 15px;
}
.news-admission .swipper-news .title .date {
    border-radius: 0px 16px 0px 0px;
    background: #CC0102;
    display: block;
    color: #fff;
    font-weight: 700;
    height: 73.553px;
    width: 72.108px;
    font-size: 2.103rem;
    padding: 10px;
    text-align: center;
}
.news-admission .swipper-news .title .date p {
    margin-bottom: 7px;
}
.news-admission .swipper-news .title .date span {
    font-size: 0.701rem;
}
.news-admission .swipper-news .title h3 a,.news-admission .swipper-news .title h3 {
    color: #0D101A;
    font-family: 'Raleway';
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%; 
}
.news-admission .swipper-news {
    padding-bottom: 20px;
}
.news-admission .swipper-news .swiper-pagination-bullet {
    background-color: #DDDDDD;
    width: 10px;
    height: 10px;
}
.news-admission .swipper-news .swiper-pagination-bullet-active {
    background-color: #CC0102;
} 
.block-video {
    height: 600px;
    background: center/cover no-repeat url(../images/background/bg-video.png);

}
.block-video .title h3 {
    color: #0D101A;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 107.912%;
}
.block-video .title {
    margin-bottom: 30px;
}
#blockVideo .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
}
.block-video .button-play img {
    cursor: pointer;
}
.block-video .button-play img:hover {
    filter: brightness(90%);
}
.feature-link {
    background-color: #F5F7F7;
}
.feature-link .item {
    background-color: #fff;
    padding: 32px 20px;
}
.feature-link .item img{
 margin-bottom: 20px;
}
.feature-link .item h4{
    color: #1D1D1D;
    text-align: center;
    font-family: 'Roboto';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
   }
   .news-activity {
    background-color: #F5F7F7;
   }
   #footer .menu-head .item::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.68) 78.35%);
    box-shadow: 0px 4px 22px 0px rgba(216, 152, 152, 0.30);
    width: 100%;
    height: 50%;
    bottom: 0;
   }
   #footer .menu-head .item a{
    color: #fff;
    font-family: 'Raleway';
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%; 
    background-color: #FF9801;
    display: block;
    text-align: center;
    padding: 10px;
   }
   #footer .menu-head .item .link-item {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.68) 78.35%);
    box-shadow: 0px 4px 22px 0px rgba(216, 152, 152, 0.30); */
    bottom: 20px;
    display: block;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
   }
   #footer {
    background: center/cover no-repeat url(../images/footer/bgfooter.png);
   }
   #footer .list-item p {
    color: #fff;
    font-size: 1rem;
    line-height: 26px;
    word-break: break-word;
   }
   #footer .title .title-item-footer {
    font-family: 'Raleway';
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
   }
   #footer .list-item ul li {
    margin-top: 15px;
   }
   #footer .list-item ul li a {
    color: #fff;
   }
   .copy-right {
    background-color: #C00007;
   }
   .copy-right p {
    font-family: 'Roboto';
    font-size: 1rem;
    color: #fff;
    line-height: 26px;
   }
   
.breadcrumbs {
    position: relative;
    padding: 32px 0;
    background: url("../images/bg_breadcumbs.png") center center no-repeat;
    background-size: cover;
    position: relative;
    min-height:  286px;;
}
.breadcrumbs::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 2;
}
.breadcrumbs .title {
    display: block;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 36px;
    color: #fff;
    margin-bottom: 1rem;
    z-index: 3;
    position: relative;
}
.breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 50px;
    padding: 0;
}
.breadcrumbs .breadcrumb > li + li:before {
    color: #FF9801;
    content: '\f111';
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    /* padding: 0 .5rem; */
    font-size: .5rem;
}
.breadcrumbs .breadcrumb .breadcrumb-item a,
.breadcrumbs .breadcrumb .breadcrumb-item,
.breadcrumbs .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 25px;
    position: relative;
    z-index: 3;
}
.list-tintuc .item {
    border-radius: 13.248px;
    background: #FFF;
    box-shadow: 0px 2.928px 9.759px 0px rgba(32, 73, 109, 0.10);
    padding: 16.56px;;
}
.list-tintuc .item .thumb {
    height: 197.888px;
    overflow: hidden;
}
.list-tintuc .item .thumb img {
    height: 100%;
}
.list-tintuc .item h3 a ,
.list-tintuc .item h3{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 150%; 
    color: #23273C;
    margin-bottom: 12px;
}
.list-tintuc .item .desc p{
    color: #23273C;
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 150%; 
    margin-bottom: 12px;
}
.list-tintuc .item .date {
    color: #23273C;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 16.56px;
}
.list-tintuc .item .date i {
    color: #CC0102;
}
.list-tintuc .item .btn-more a{
    padding: 11px 31px;
    color: #fff;
    font-size: 0.813rem;
    font-weight: 600;
    background-color: #CC0102;
    display: block;   
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
}

    .pagination .page-link {
        border-radius: 2px;
        min-width: 33px;
        height: 33px;
        text-align: center;
        line-height: 25px;
        margin: 0 5px;
        border: 1px solid #fafafa;
        color: #111;
        font-size: 15px;
        background: #fafafa;
    }

    #pills-tab .nav-item .nav-link:hover, .pagination .page-item:hover {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9);
    }
/* 
    .pagination .page-link.active {
        background: #1445a5 !important;
        color: #fff !important;
    } */

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-item.active .page-link {
    background: #CC0102;
    color: #fff;
    border: none;
}
.page-item .page-link i {
    font-weight: 400;
}
.list-news-ads .block-news-right .title-head {
    margin-bottom: 15px;
}
.list-news-ads .block-news-right .title-head h2 {
    color: #CC0102;
    font-family: 'SVN-Gilroy';
    font-size: 1.438rem;
    line-height: 46.236px;
}
.list-news-ads .block-news-right .item .thumb {
    margin-bottom: 10px;
    overflow: hidden;
}
.list-news-ads .block-news-right .item .title h3 a{
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25.687px;
}
article p, article span {
    color: #1D1D1D;
    margin-bottom: 1em;
    text-rendering: optimizeSpeed;
    word-break: break-word;
    line-height: 160%;
    font-size: 1rem;
}
.date-breadcrumb {
    position: relative;
    z-index: 3;
    padding-top: 15px;
    margin-top: 50px;
    border-top: 1px solid #fff;
}
.date-breadcrumb p{
    color: #FFF;
    font-size: 0.825rem;
}
.block-contact .submit-form {
    width: 244.088px;
    font-size: 1.125rem;
    color: #fff;
    background-color: #CC0102;
    border-radius: 2px;
    padding: 15px;
}
.block-contact {
    padding: 20px;
    border: 1px solid #F3F3F3;
}
.block-contact .title-head h3 {
    color: #CC0102;
    font-weight: 600;
    line-height: 140%;
    font-size: 1.25rem;
}
.info-contact .title h3 {
    font-size: 1.125rem;
    color: #111;
    font-weight: 700;
}
.info-contact .info p{
    font-size: 0.875rem;
    color: #111;
    line-height: 30px;
}
.breadcrumbs .title span {
    color: #FF9801;
}

.success-page-wrap {
    background-color: #F3F7FB;
}
.success-page-wrap .success-page {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
box-shadow: 0px 4px 26px 0px rgba(182, 214, 252, 0.50);
}
.success-page .title-page h3 {
    color: #024282;
    font-size: 1.375rem;
    font-weight: 700;

}
.success-page .desc-page p {
   font-size: 1rem;
   font-weight: 600;
   color: #1C1C1C;
   line-height: 150%;
}
.success-page .redirect-page p {
    font-size: 1rem;
    color: #1C1C1C;
    font-style: italic;
}
.success-page .btn-backHome a{
    padding: 15px 20px;
    display: inline-block;
    border-radius: 2px;
    background: #CC0102;
    box-shadow: 1px 4px 6px 0px rgba(0, 127, 243, 0.20);
    color: #fff;
}
.link-hover-main:hover {
    color: #CC0102 !important;
    transition: .3s;
}
.thumb {
    overflow: hidden;
}
.thumb img{
    overflow: hidden;
    transition: all linear .3s;
}
.thumb:hover img{
    transform: scale(1.2);
}
.brandSlider .item img  {
    height: 89px;
}

#blockVideo .modal-body iframe {
    max-height: 800px !important;
    width: 100% !important;
}
.content-detail .desc p {
    font-weight: 600;
    font-style: italic;
    color: #1D1D1D;
    margin-bottom: 1em;
    text-rendering: optimizeSpeed;
    word-break: break-word;
    line-height: 160%;
    font-size: 1rem;
}
.form-control:focus {
    box-shadow: unset;
}
.info-contact * {
    word-break: break-word;
}

#toast-container {
}

    #toast-container .toast {
        background-color: #fff;
        color: #333;
        border-left: 0.5rem solid hsl(0, 0%, 100%);
        border-radius: 10px !important;
        box-shadow: 0 0 5px hsl(0deg 0% 0% / 20%), 0 2px 3px hsl(0deg 0% 0% / 20%) !important;
        border-left: 0.5rem solid hsl(0, 0%, 100%);
        padding: 0.5rem 1rem;
        padding: 10px 15px;
        min-height: 70px;
    }

    #toast-container.toast-top-right .toast .toast-title {
        font-size: 15px;
    }

    #toast-container.toast-top-right .toast .toast-message {
        font-size: 14px;
    }

    #toast-container.toast-top-right .toast-warning {
        border-left-color: #f89406;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="hsl(35deg 75% 75%)" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 50 18 v 40"></path><circle stroke="none" fill="hsl(35deg 75% 75%)" cx="50" cy="78" r="8"></circle></svg>'), hsl(0, 0%, 100%);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 100% 100%;
    }

    #toast-container.toast-top-right .toast-error {
        border-left-color: hsl(0deg 100% 69%);
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><g transform="translate(50 50) rotate(45)"><path fill="none" stroke="hsl(0deg 73% 83%)" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 0 -30 v 60 z M -30 0 h 60"></path></g></svg>'), hsl(0, 0%, 100%);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 100% 100%;
    }

    #toast-container.toast-top-right .toast-success {
        border-left-color: hsl(120deg 100% 32%);
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="hsl(120deg 69% 87%)" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 20 52 l 25 25 l 30 -50"></path></svg>'), hsl(0, 0%, 100%);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 100% 100%;
    }

    #toast-container.toast-top-right .toast-info {
        border-left-color: #90dee9;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle stroke="none" fill="%2390dee9" cx="50" cy="22" r="8"></circle><path fill="none" stroke="%2390dee9" stroke-width="12" stroke-linejoin="round" stroke-linecap="round" d="M 45 40 h 5 v 40 h -5 h 10"></path></svg>'), hsl(0, 0%, 100%);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 100% 100%;
    }

    #toast-container.toast-top-right .toast .toast-close-button {
        background-image: none !important;
        text-indent: inherit;
        font-size: 11px;
        color: #333;
    }

    #toast-container.toast-top-center .toast {
        border-top: 7px solid hsl(204deg 70% 54%);
        border-left: 0;
    }

    #toast-container.toast-top-center .toast-message button:first-child {
        margin-right: 5px !important;
    }


.toast-top-center {
    top: 100px !important;
}

#toast-container.toast-top-center .toast {
    border-top: 7px solid hsl(204deg 70% 54%);
    border-left: 0;
}

#toast-container.toast-top-center .toast-message button:first-child {
    margin-right: 5px !important;
}
.news-admission .thumb {
    height: 233px;
}
#PopupIndex .modal-content {
    background-color: transparent;
    border: none;
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #c2c2c2;
}
.block-majors h2 {
    color: #0D101A;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 107.912%;
    position: relative;
    padding-bottom: 10px;
}

    .block-majors h2::before {
        content: '';
        width: 80px;
        height: 1px;
        position: absolute;
        background-color: #CC0102;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.item-major .thumb:hover img {
    transform: scale(1.3);
}

.item-major .thumb img {
    width: 100%;
    height: 200px;
}

.item-major .title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 15px;
}

    .item-major .title::before {
        content: '';
        position: absolute;
        height: 30px;
        width: 4px;
        background-color: #FF9801;
        left: 0;
        top: 0;
    }
.block-majors {
    background: center/cover no-repeat url(../images/background/background-new.svg);
}
.video-wrap .title-head h2 {
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 107.912%;
    position: relative;
    padding-bottom: 10px;
}

    .video-wrap .title-head h2::before {
        content: '';
        width: 80px;
        height: 1px;
        position: absolute;
        background-color: #FF9801;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.video-wrap {
    background: center/cover no-repeat fixed url(../images/background/bg_video.png);
}

#video_gallery .item .thumb-video {
    height: 30em;
    position: relative;
}

    #video_gallery .item .thumb-video img {
        width: 100%;
        height: inherit;
    }

    #video_gallery .item .thumb-video::before {
        content: '';
        background: rgba(0,0,0,.35);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #video_gallery .item .thumb-video::after {
        content: "\f144";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        font-size: 6rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        transition: all .1s;
    }

    #video_gallery .item .thumb-video:hover::after {
        color: #cdcdcd;
    }

#video_gallery .title-video h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 150%;
    margin-top: 15px;
}

    #video_gallery .title-video h3:hover {
        color: #cdcdcd;
    }

#video_gallery .link-all a {
    color: #fff;
}

.photo-wrap {
    background: center/cover no-repeat fixed url(../images/background/bg_photo.png);
}

    .photo-wrap .title-head h2 {
        color: #333;
        text-align: center;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 107.912%;
        position: relative;
        padding-bottom: 10px;
    }

        .photo-wrap .title-head h2::before {
            content: '';
            width: 80px;
            height: 1px;
            position: absolute;
            background-color: #CC0102;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .photo-wrap .grid-container {
        display: grid;
        grid-template-columns: 50% 25% 25%;
        grid-template-rows: auto;
        grid-gap: 3px;
        padding-bottom: 20px;
    }

        .photo-wrap .grid-container img {
            width: 100%;
            height: 100%;
        }

.grid-item_link:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
}

.grid-item_link:hover img {
    transform: scale(1.2);
    transition: all 3s linear;
}

.grid-item_link::after {
    content: '';
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.grid-item_link:hover h4 {
    background: rgb(204 1 2 / 75%);
}

.grid-item_link h4 {
    position: absolute;
    bottom: 0;
    padding: 15px;
    text-align: start;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    transition: all .4s ease;
    z-index: 2;
    margin-bottom: 0;
    line-height: 140%;
}

.grid-item_link:first-child h4 {
    font-size: 1.2rem;
    line-height: 160%;
}

.grid-item_link:hover h4 {
    transition: all .4s ease;
    display: block;
}

.grid-item_link {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.photo-wrap .link-all a {
    font-family: 'Inter';
    font-size: 1.1rem;
}

.album-wrap .item {
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 8.63805px 34.5522px rgba(37, 51, 66, 0.15);
    transition: all .08s linear;
    /*margin-bottom: 24px;*/
    height: 100%;
}

    .album-wrap .item .thumb img {
        height: 16em;
    }

    .album-wrap .item .link-title h3 {
        color: #333;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 20px 5px;
    }

    .album-wrap .item:hover .thumb img {
        transform: scale(1.2);
    }

    .album-wrap .item:hover {
        background-color: #D8232A;
    }

        .album-wrap .item:hover .link-title h3 {
            color: #fff;
        }
.user-online {
    font-size: 1.1rem;
    color: #fff;
}

    .user-online p {
        font-weight: 700;
    }
.block-contact-home {
    background: center/cover no-repeat url(../images/footer/bgfooter.png);
}

.list-loithe .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.list-loithe .item-icon {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2em;
}

.block-contact-home .title-left h2 {
    color: #fff;
    font-size: 1.875rem;
    line-height: 160%;
    font-weight: 700;
}

.list-loithe .item .item-content .title {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 15px;
    font-family: 'Inter';
}

.list-loithe .item .item-content .desc {
    font-size: 0.85rem;
    line-height: 150%;
    color: #fff;
    font-weight: 400;
    font-family: 'Inter';
}

.btn-lienket {
    background-color: #fff;
    width: 100%;
}

    .btn-lienket a {
        color: #CC0102;
        padding: 15px;
        background-color: #fff;
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 1.125rem;
    }

.block-contact-home .form-block {
    max-width: 450px;
    margin: 0 0 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 8px;
}

.block-contact-home .form-control,
.block-contact-home .btn-default {
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px;
    background: #f4f9ff;
    border: 1px solid #dce5f8;
    font-size: .8rem;
}

.block-contact-home .form-control {
    border-left: 2px solid #d9e7ff;
    border-radius: 0px;
}

.block-contact-home .btn-default:focus {
    outline: none;
    border: 0;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    background: #ec1c24;
    color: #fff;
}

.block-contact-home .form-control::-webkit-input-placeholder {
    color: #00386B;
    font-style: unset;
    font-size: 1em !important;
}

.block-contact-home .form-control:-ms-input-placeholder {
    color: #00386B;
    font-style: unset;
    font-size: 1em !important;
}

.block-contact-home .form-control::-ms-input-placeholder {
    color: #00386B;
    font-style: unset;
    font-size: 1em !important;
}

.block-contact-home .form-control::placeholder {
    color: #00386B;
    font-style: unset;
    font-size: 1em !important;
}

.block-contact-home .btn-default {
    background: #EC1C24;
    color: #fff !important;
    height: 50px;
    font-size: 1.4em;
    border: 1px solid #EC1C24;
    border-radius: 0px;
    margin-top: 30px;
}

.title-form {
    text-align: center;
    margin-bottom: 30px;
}

    .title-form strong {
        font-size: 2.5rem;
        color: #000;
        text-align: center;
        line-height: 1.3;
        font-family: 'Roboto';
    }

.block-contact-form .hotline {
    color: #CC0102;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 30px;
}

.left-sidebar {
    position: fixed;
    z-index: 24;
    top: 38%;
    left: -38px;
    width: 120px;
    transform: rotate(90deg);
    background: #FF9801;
}

    .left-sidebar a {
        display: block;
        line-height: 24px;
        color: #fff;
        padding: 20px 15px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
    }

.g-recaptcha {
    margin: 15px 0;
}
.right-sidebar {
    position: fixed;
    z-index: 24;
    top: 38%;
    right: -38px;
    width: 120px;
    transform: rotate(-90deg);
    background: #FF9801;
    text-align: center;
}

    .right-sidebar a {
        display: block;
        line-height: 24px;
        color: #fff;
        padding: 20px 15px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
    }

#button-contact-vr {
    position: fixed;
    bottom: 4em;
    z-index: 99;
    left: 13px;
}

.open-button img {
    width: 61px;
    height: 61px;
    /* left: 13px; */
    position: relative;
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

#myForm_contact {
    position: absolute;
    bottom: 70px;
    left: 10px;
    width: 199px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    z-index: 99;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}

    #myForm_contact.show {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    #myForm_contact::after {
        content: "";
        width: 25px;
        height: 15px;
        position: absolute;
        bottom: 0;
        left: 15px;
        background-color: #fff;
        transform: rotate(45deg);
        transform-origin: bottom;
        z-index: -1;
    }

    #myForm_contact .contact {
        display: flex;
        align-items: center;
        padding: 5px 0;
        /* z-index: 99; */
    }

        #myForm_contact .contact img {
            width: 37px;
            height: 37px;
        }

        #myForm_contact .contact p {
            color: #000;
            font-size: 16px;
            padding-left: 5px;
            transition: all linear .1s;
        }

        #myForm_contact .contact:hover {
            background-color: #F4F3F3;
            border-radius: 10px;
        }

            #myForm_contact .contact:hover p {
                color: #CC0102;
                font-weight: 500;
            }
.slideshow-wrap-khoa .slideshow-khoa {
    height: 530px;
}

.slideshow-wrap-khoa .slideshow-banner img {
    height: 265px;
}

.slideshow-wrap-khoa .slideshow-khoa .swiper-wrapper img {
    height: 530px;
}

.slideshow-wrap-khoa .col-12,
.slideshow-wrap-khoa .col-lg-8,
.slideshow-wrap-khoa .col-lg-4,
.slideshow-banner .col-6,
.slideshow-banner .col-lg-12 {
    padding: 0;
    margin: 0;
}

.news01-left-wrap,
.news01-sub-wrap {
    border-radius: 12px;
    padding: 15px;
    background: #fff;
    height: 100%;
    box-shadow: 0px 8px 26px 0px rgb(42 83 162 / 10%);
}

    .news01-left-wrap .title-news01 h2,
    .news01-sub-wrap .title-news01 h2 {
        font-size: 26px;
        margin: 0 0 20px 0;
        padding: 10px 5px;
        border-radius: 6px 6px 0px 0px;
        background: #D8232A;
        color: #fff;
        font-weight: bold;
    }

    .news01-left-wrap .list-news .thumb,
    .news01-left-wrap .list-news .thumb img {
        border-radius: 12px;
    }

.list-news .news01-left-title h3 a {
    font-size: 1.7rem;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 140%;
    color: #000;
}

.list-news .news01-left-desc p {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.news01-right-list .item .title h3 a {
    color: #000;
    font-size: 1.2rem;
}

.news01-right-list .item .col-5,
.news01-right-list .item .col-7 {
    padding: 0 7px;
}

.dateviews p {
    color: #555;
    font-size: .9rem;
}

.khoa-linkMore a {
    color: #244997;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Roboto';
}

.news01-sub-list .item {
    border-top: 1px solid #ccc;
}

    .news01-sub-list .item .date {
        background-color: #faedee;
        /* width: 100px; */
        border-radius: 12px;
        text-align: center;
        padding: 5px;
    }

        .news01-sub-list .item .date p:first-child {
            font-size: 2.5rem;
            line-height: 2.5rem;
            font-weight: 700;
            color: #7B1315;
            margin-bottom: 10px;
        }

        .news01-sub-list .item .date p:last-child {
            font-size: 1.2rem;
            line-height: 1.2rem;
            font-weight: 500;
            color: #7B1315;
            margin-bottom: 10px;
        }

    .news01-sub-list .item .title h3 a {
        color: #111;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .news01-sub-list .item .col-4,
    .news01-sub-list .item .col-8 {
        padding: 0 8px;
    }

.khoa-lienket .item .title-lienket h3 a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background-color: #D8232A;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.khoa-lienket .item .img-lienket img {
    height: 258px;
}

.khoa-lienket .item .title-lienket h3 a:hover {
    color: #cacaca;
    background-color: #d0121a;
}

.khoa-lienhe-wrap {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

    .khoa-lienhe-wrap .lienhe-info .name h2 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #d0121a;
    }

    .khoa-lienhe-wrap .lienhe-info .info p {
        line-height: 1.4;
        font-weight: 400;
        font-size: 1rem;
    }

    .khoa-lienhe-wrap .lienhe-info .img-background img {
        height: 290px;
        width: 490px;
    }

.lienhe-form .submit-form {
    width: 200.088px;
    font-size: 1.125rem;
    color: #fff;
    background-color: #CC0102;
    border-radius: 2px;
    padding: 15px;
}

.lienhe-form .note p {
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
    font-family: 'Raleway';
    line-height: 1.5;
}