﻿@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*, ::after, ::before {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 0.875rem;
    /*14px*/
    line-height: 140%;
    font-family: "Roboto", sans-serif;
    overflow-x: clip;
    font-weight: 400;
    color: #222;
}

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;
}

.hover-linear:hover {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thumb {
    overflow: hidden;
}

.thumb img {
    overflow: hidden;
    transition: all linear .3s;
}

.thumb:hover img {
    transform: scale(1.2);
}

.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;
}

#back-to-top {
    position: fixed;
    bottom: 15%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 14px;
    background: #1574D3;
    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); */
}

.top-menu .menu {
    display: flex;
    background-color: #2C3991;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}

.top-menu .menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: white;
}

.top-menu .menu-item {
    padding: 15px 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;

    position: relative;
}

.top-menu .menu-item.tuyensinh {
    background-color: #44A9F1;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 90% 102%, 0% 102%);
}

.top-menu .menu-item:not(:first-child) {
    background-color: #2C3991;
}

.top-menu .menu-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 25%;
}

.logo {
    width: 220px;

}

.top-menu .menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}

.top-header {
    float: right;
    min-width: 50vw;
}

.block-logoMenu {
    clear: both;
    align-items: center;
}

.top-header .menu-toggle {
    display: none;
}

.itemMenu-outside {
    display: none;
}

.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, .form-search2.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);
}

.search-wrap {
    padding: 15px 20px;
}

.search-wrap2 .btn-search.l-title i {
    color: #00AEED;
}

.form-search2 {
    right: -50px;
    z-index: 2;
}

.search-wrap2 {
    display: none;
}

.slideshow .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid white;
    opacity: 1;
}

.slideshow .swiper-pagination-bullet-active {
    background: white;
    border: 2px solid white;
}

.logo {
    padding-bottom: 1rem;
}

.quick-menu {
    background-color: #EBF4FC;
}

    .quick-menu .item-link .item {
        gap: 20px;
        padding: 20px 10px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
        text-align: center;
        min-height: 151px;
        overflow: hidden;
        transition: transform 0.3s ease-out;
        height: 100%;
    }

    .quick-menu .swiper-slide {
        height: auto;
    }

.quick-menu .item-link .item:hover {
    transform: translateY(-5px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.quick-menu .item-link .item img {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
}

.quick-menu .item-link .item h4 {
    color: #1D1D1D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}

.myQuickMenu .swiper-wrapper {
    margin: 10px 0;
}

.new-titelHead h2 {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.new-titelHead h2::before {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    position: absolute;
    bottom: 50%;
    right: -175px;
    transform: translateY(50%);
}

.block-tilteAndMore .more, .more-bottom {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-tilteAndMore .more a, .more-bottom a {
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 500;
}

.block-tilteAndMore .more i, .more-bottom i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: #00AEED;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}

.more-bottom {
    display: inline-flex;
}

.news-itemMain .item {
    padding: 19.5px;
    border-radius: 16px;
    border: 0.974px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

.news-itemMain .item .thumb {
    width: 100%;
    height: 337px;
    object-fit: cover;
    border-radius: 16px;
}

.news-itemMain .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.news-itemMain .item .date-news,
.wrap-listNewsBottom .item .date-news {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.news-itemMain .item .content .title a {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
}

.news-itemMain .item .content .desc p {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.list-newsfetured .item {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

.list-newsfetured .item .thumb {
    height: 116px;
    border-radius: 10px;
}

.list-newsfetured .item .thumb img {
    border-radius: 10px;
}

.list-newsfetured .item .content .title a {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.video-intro {
    background: center/cover no-repeat url(../images/background/bg-gioi-thieu.png);
}

.video-intro .iframe-ytb {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.video-intro .iframe-ytb iframe {
    width: 100% !important;
    height: 360px !important;
    border-radius: 10px;
    display: block;
}

.video-intro .title-intro-head h3, .video-intro .content-intro .title h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 150%;
}

.video-intro .content-intro .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-style: italic;
    font-feature-settings: 'liga'off, 'clig'off;
}

.stats-section {
    background: center/cover no-repeat url(../images/background/bg-conso.png);
}

.stats-title-head h2 {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    line-height: 150%;
}

.stats-title-head.line-bottom::before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
}

.item-counter .title-count {
    max-width: 70%;
}

.item-counter .title-count h3 {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

.wrap-counter .item {
    height: 100%;
}

.wrap-counter .item .number {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 900;
    line-height: 73.438px;
}

.stats-list .item {
    border-radius: 16px;
    border: 1px solid var(--Linear-TDC, #0F8BFF);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    padding: 20px;
    height: 100%;
}

.stats-list .item .icon {
    text-align: start;
}

.stats-list .item .title h5 {
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.stats-list .item .desc p {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.news-admission {
    background-color: #EBF4FC;
}

.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 10px;
}

.news-admission .swipper-news .title .date {
    border-radius: 0px 16px 0px 16px;
    background: #00AEED;
    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-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
}

.news-admission .swipper-news {
    padding-bottom: 40px;
}

.news-admission .swipper-news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #00AEED;
    opacity: 1;
}

.news-admission .swipper-news .swiper-pagination-bullet-active {
    background: #00AEED;
    border: 2px solid #00AEED;
}

.news-admission .swipper-news .item {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    height: auto;
}

.news-admission .swipper-news .swiper-wrapper {
    align-items: stretch;
}

    .news-admission .swipper-news .item .thumb {
        border-radius: 16px 16px 0 0;
        height: 233.717px;
    }

.wrap-listNewsBottom .item .thumb {
    border-radius: 16px;
    height: 172.048px;
}

.wrap-listNewsBottom .item .title a {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    display: inline;
}

.list-linkExternal .item {
    border-radius: 16px;
    background-color: #F03838;
    text-align: center;
    display: block;
    padding: 20px 10px;
}

.list-linkExternal .box-link:nth-child(2)>.item {
    background-color: #00AEED;
}

.list-linkExternal .box-link:nth-child(3)>.item {
    background-color: #2C3991;
}

.list-linkExternal .item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.link-external {
    background-color: #EBF4FC;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3px;
}

.grid-container .grid-item-link:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
}

.grid-container .grid-item-link:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

.grid-container .grid-item-link:nth-child(3) {
    grid-row: 1;
    grid-column: 3;

}

.grid-container .grid-item-link:nth-child(4) {
    grid-row: 1;
    grid-column: 4 / span 2;
}

.grid-container .grid-item-link:nth-child(5) {
    grid-row: 2;
    grid-column: 2 / span 2;
}

.grid-container .grid-item-link:nth-child(6) {
    grid-row: 2;
    grid-column: 4;
}

.grid-container .grid-item-link:nth-child(7) {
    grid-row: 2;
    grid-column: 5;
}

.grid-container .grid-item-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-container .grid-item-link {
    position: relative;
    overflow: hidden;
}

.grid-item-link .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(12, 57, 205, 0.70) 0%, rgba(15, 139, 255, 0.70) 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.grid-item-link:hover .image-title {
    opacity: 1;
    transform: translateY(0);
}

.brandSlider .item img {
    height: 89px;
}

#footer-wrap {
    background: center/cover no-repeat url(../images/background/bg\ footer.png);
}

.footer-head {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.footer-head .footer-desc p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.footer-body .title-footer h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-body .title-footer h3::before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #00AEED;
    bottom: 0;
    left: 0;
}

.footer-body .info-footer p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.footer-bottom {
    background: #008CFF;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.footer-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: white;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.footer-bottom .copy-right {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
}

.footer-bottom .count-visits {
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    z-index: 2;
    display: block;
}

.footer-head .footer-logo {
    margin-bottom: 20px;
}

.breadcrumbs {
    position: relative;
    padding: 32px 0;
    background: url("../images/background/bg-breakcrumb.png") center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 181px;
    ;
}

/*.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: #10A8DA;
    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;
}

.breadcrumbs .breadcrumb .breadcrumb-item.active {
    font-weight: 400;
}

.date-breadcrumb {
    position: relative;
    z-index: 3;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #fff;
}

.date-breadcrumb p {
    color: #FFF;
    font-size: 0.825rem;
}

.wrap-news-itemBottom .link-more .more {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrap-news-itemBottom .link-more .more a {
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 500;
}

.wrap-news-itemBottom .link-more .more i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: #00AEED;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}

.wrap-list-news .list-news .item .content .title a {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.wrap-list-news .item .content .desc p {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.wrap-list-news .list-news .item {
    border-radius: 13.248px;
    background: #FFF;
    box-shadow: 0px 2.928px 9.759px 0px rgba(32, 73, 109, 0.10);
    padding: 16px;
}

.wrap-list-news .list-news .item .thumb {
    height: 166px;
    border-radius: 10px;
}

.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: 22px;
    /* margin: 0 5px; */
    border: 1px solid #EFEFEF;
    color: #2C3991;
    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: #2C3991;
    color: #fff;
    border: none;
}

.page-item .page-link i {
    font-weight: 400;
}

.title-pageNews h2 {
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
    position: relative;
}

.title-pageNews h2::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
    bottom: 0;
    left: 0;
}

.wrap-banner .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-newRight .list-item .item .thumb {
    height: 166px;
    border-radius: 10px;
}

.wrap-newRight .list-item .item .thumb img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.wrap-newRight .list-item .item h3 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #2D2D2D;
}

.wrap-newRight .list-item .item {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

.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;
}

/* Use CKEditor start */
.content-detail {
    max-width: 100%;
    word-break: break-word;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.content-detail h1,
.content-detail h2,
.content-detail h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
}

.content-detail table th,
.content-detail table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.content-detail table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.content-detail ul,
.content-detail ol {
    padding-left: 20px;
}

.content-detail iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.content-detail pre {
    background: #f4f4f4;
    padding: 10px;
    overflow-x: auto;
    border-radius: 5px;
}

.content-detail blockquote {
    border-left: 4px solid #007bff;
    padding-left: 10px;
    font-style: italic;
    color: #555;
}

@media screen and (max-width: 768px) {
    .content-detail {
        font-size: 14px;
    }
}

/* Use CKEditor end */


.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: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    background: #00AEED;
    box-shadow: 1px 4px 6px 0px rgba(0, 127, 243, 0.20);
    color: #fff;
}

.block-contact {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
}

.block-contact input {
    border: 1px solid #D9E1EC;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    color: #111;
    background-color: #fff;
}

.block-contact input::placeholder {
    color: #ABB9DA;
    font-weight: 600;
}

.block-contact label {
    color: #23273C;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.wrap-contact .block-contact .title-head h3 {
    color: #2C3991;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.wrap-contact .block-contact button {
    background-color: #00AEED;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    width: 244px;
}

.info-contact * {
    word-break: break-word;
}

.info-contact .title h3 {
    font-size: 24px;
    color: #111;
    font-weight: 700;
}

.info-contact .info p {
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

.img-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.wrap-list-album .item .img-album {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 172px;
    margin-bottom: 15px;
}

.wrap-list-album .item .img-album img {
    width: 100%;
    display: block;
    transition: 0.3s ease-in-out;
}

.wrap-list-album .item .img-album::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.wrap-list-album .item .img-album:hover img {
    filter: blur(5px);
}

.wrap-list-album .item .img-album:hover::before {
    opacity: 1;
}

.wrap-list-album .item .img-album .btn-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #2D2D2D ;
}

.wrap-list-album .item .img-album:hover .btn-view {
    opacity: 1;
}

.btn-view i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: #00AEED;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}

.wrap-list-album .item .title-album h3 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #2D2D2D;
}

.wrap-list-album .item .img-album.video:hover img {
    filter: unset;
}
.wrap-list-album .item .img-album.video::before {
    content: none;
}

.wrap-list-album .item .img-album .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px; 
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-list-album .item .img-album .icon-play img {
    width: 100%;
    height: auto;
}
.wrap-list-album .item .img-album  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    border-radius: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.khoa_lienhe-form button {
    background-color: #00AEED;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    width: 244px;
}

.khoa_lienhe-wrap {
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    padding: 20px;
}

    .khoa_lienhe-wrap .title_lienhe h2 {
        background: linear-gradient(90deg, #0F8BFF 0%, #0C39CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .khoa_lienhe-wrap .desc_lienhe p {
        font-size: 16px;
        font-weight: 400;
        color: #1D1D1D;
        margin-bottom: 20px;
    }

.thumb_lienhe {
    overflow: hidden;
    border-radius: 8px;
}

    .thumb_lienhe img {
        width: 100%;
        height: 100%;
    }

.khoa_lienhe-form .form-control {
    border-radius: 8px;
    border: 1px solid #D9E1EC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(44, 57, 145, 0.10);
    color: #333;
    padding: .5rem .75rem;
}

    .khoa_lienhe-form .form-control::placeholder,
    .khoa_lienhe-form .form-control::-moz-placeholder,
    .khoa_lienhe-form .form-control::-webkit-input-placeholder,
    .khoa_lienhe-form .form-control::-ms-input-placeholder {
        color: #6F7D9D;
        font-weight: 500;
    }

.video-intro2 .iframe-ytb {
    width: 100%;
    max-width: 100%;
}

    .video-intro2 .iframe-ytb iframe {
        width: 100% !important;
        height: 400px !important;
        display: block;
    }

.link-fanpage .item {
    height: 200px;
}

    .link-fanpage .item:first-child {
        padding-bottom: 2px;
    }

    .link-fanpage .item:nth-child(2) {
        padding-top: 2px;
    }

    .link-fanpage .item img {
        width: 100%;
        height: 100%;
    }
#PopupMain .modal-header {
    border: none;
}

/* Bổ sung css vào Popup tránh bị bể form */
#PopupMain .modal-dialog {
    max-width: 800px; 
    /*width: 90vw;*/ 
    min-width: 300px; 
    margin: 0 auto; 
}

#PopupMain .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    word-wrap: break-word;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

    #PopupMain .modal-body * {
        max-width: 100%;
        box-sizing: border-box;
    }

    #PopupMain .modal-body img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    #PopupMain .modal-body table {
        width: 100%;
        table-layout: auto;
        overflow-x: auto;
        display: block;
    }

    #PopupMain .modal-body pre,
    #PopupMain .modal-body code {
        white-space: pre-wrap;
        word-break: break-word;
    }

@media (max-width: 576px) {
    #PopupMain .modal-dialog {
        width: 95vw;
        min-width: 280px;
        margin: 0 auto;
    }

}
.close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #c2c2c2;
    z-index: 2;
}
/* Bổ sung css vào Popup tránh bị bể form */


.language-select {
    position: relative;
}

    .language-select > a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        /* padding: 10px 15px; */
        transition: background-color 0.3s ease;
    }

    .language-select:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
    }

    .language-select .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        min-width: 100px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        overflow: hidden;
        z-index: 1000;
    }

    .language-select.active .submenu {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
    }

    .language-select .submenu li a {
        display: block;
        padding: 10px 15px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

        .language-select .submenu li a:hover {
            background-color: #f0f0f0;
        }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}