@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;
}

:root {
    --primary-color: #034EA2;
    --background-color: #2A3B8D;
    --secondary-color: #FF6332;
    --text-color: #222;
    --text-color-bold: #000;
    --white-color: #fff;
}


html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 0.875rem;
    line-height: 150%;
    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;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

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;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    padding: 0;
}

svg {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe {
    border: none;
    background-color: #f0f0f0;
}

progress {
    vertical-align: baseline;
}


hidden {
    display: none;
}

.hover-title:hover {
    color: var(--primary-color) !important;
}

.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;
}

.hover-text {
    color: var(--primary-color);
}

.bg-block {
    background-color: #ECF5FC;
}

.form-check-input:focus {
    box-shadow: none;
}

#back-to-top {
    position: fixed;
    bottom: 5%;
    right: 14px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    background: var(--primary-color);
    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); */
}

.breadcrumbs {
    position: relative;
    padding: 32px 0;
    background: #ECF5FC;
    background-size: cover;
    min-height: 140px;
}

/* .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: #6D6D6D;
    content: '/';
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    /* padding: 0 .5rem; */
    font-size: 1.5rem;
}

.breadcrumbs .breadcrumb .breadcrumb-item a,
.breadcrumbs .breadcrumb .breadcrumb-item,
.breadcrumbs .breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
    font-size: 1rem;
    /* 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;
}

/* ========== Vùng CKEditor an toàn ========== */
.content-detail {
    max-width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: anywhere;
    /* chống tràn chữ dài/URL */
}

/* Tiêu đề, đoạn văn, khoảng cách */
.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: 700;
    margin: 0 0 12px;
}

.content-detail p {
    margin: 0 0 12px;
}

/* Ảnh: luôn co giãn theo khung, bỏ width/height cứng từ CKEditor */
.content-detail img {
    display: block;
    margin: 10px auto;
    max-width: 100% !important;
    /* override inline style và attribute */
    height: auto !important;
    /* giữ tỉ lệ */
}

/* CKEditor hay gán attribute width/height → ép lại */
.content-detail img[width],
.content-detail img[height] {
    width: auto !important;
    height: auto !important;
}

/* Figure */
.content-detail figure {
    margin: 12px auto;
}

.content-detail figure img {
    margin: 0 auto;
}

/* Bảng: full khung, cuộn ngang khi quá rộng, không vỡ layout */
.content-detail table {
    max-width: 100% !important;
    /* bất chấp attribute width */
    border-collapse: collapse;
    margin: 12px 0;
    display: table;
    /* tránh bị inline-table khi dán từ Word */
}

.content-detail table th,
.content-detail table td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    word-break: break-word;
}

.content-detail table th {
    background: #f4f4f4;
    font-weight: 700;
}

/* Nếu CKEditor gán width cho table/ô → bỏ đi để tự co giãn */
.content-detail table[width] {
    width: 100% !important;
}

.content-detail td[width],
.content-detail th[width] {
    width: auto !important;
}

/* Bọc table bằng khung cuộn ngang an toàn trên mobile (tùy chọn) */
.content-detail table {
    overflow: hidden;
}

.content-detail .table-scroll {
    overflow-x: auto;
}

.content-detail .table-scroll>table {
    min-width: 600px;
    /* nếu có nhiều cột */
}

/* Danh sách */
.content-detail ul,
.content-detail ol {
    padding-left: 20px;
    margin: 0 0 12px;
}

/* Iframe/Video: responsive theo tỉ lệ 16:9 mặc định */
.content-detail iframe,
.content-detail video,
.acticle-content iframe,
.acticle-content video,
.content-detail article iframe,
.content-detail article video {
    max-width: 100% !important;
    width: 200% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 12px 0;
    background-color: #f0f0f0 !important;
}

/* Nếu CKEditor gán cứng width/height */
.content-detail iframe[width],
.content-detail iframe[height],
.content-detail video[width],
.content-detail video[height],
.acticle-content iframe[width],
.acticle-content iframe[height],
.acticle-content video[width],
.acticle-content video[height],
.content-detail article iframe[width],
.content-detail article iframe[height],
.content-detail article video[width],
.content-detail article video[height] {
    width: 100% !important;
    height: auto !important;
    background-color: #f0f0f0 !important;
}

/* Code block */
.content-detail pre,
.content-detail code {
    background: #f6f6f6;
    border-radius: 6px;
}

.content-detail pre {
    padding: 12px;
    overflow-x: auto;
    margin: 12px 0;
}

/* Blockquote */
.content-detail blockquote {
    border-left: 4px solid #007bff;
    padding-left: 12px;
    color: #555;
    margin: 12px 0;
    font-style: italic;
}

/* Link trong bài */
.content-detail a {
    color: #0b74de;
    text-decoration: underline;
    word-break: break-word;
}

/* Responsive chữ nhỏ hơn chút trên tablet/mobile */
@media (max-width: 768px) {
    .content-detail {
        font-size: 14px;
    }
}
/* ========== Vùng CKEditor an toàn ========== */


.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;
}

.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: inline-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;
    white-space: nowrap;
}

.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: var(--secondary-color);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}

.wrap-list-album .item .title-album h3 a {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-color-bold);
}

/* Album card styles */
.album-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.album-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.album-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    height: 172px;
    width: 100%;
}

.album-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s ease-in-out;
}

.album-card__image::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;
    z-index: 1;
}

.album-card:hover .album-card__image img {
    filter: blur(5px);
}

.album-card:hover .album-card__image::before {
    opacity: 1;
}

.album-card__btn-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-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;
    white-space: nowrap;
    text-decoration: none;
    z-index: 2;
}

.album-card:hover .album-card__btn-view {
    opacity: 1;
}

.album-card__btn-view span i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}

.album-card__content {
    padding: 16px;
    flex: 1;
}

.album-card__title {
    margin: 0;
}

.album-card__title a {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-color-bold);
    text-decoration: none;
}

/* Video list card styles */
.video-list-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.video-list-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.video-list-card__image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.video-list-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.video-list-card:hover .video-list-card__image img {
    transform: scale(1.05);
}

.video-list-card__image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.video-list-card__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}

.video-list-card:hover .video-list-card__play-icon {
    opacity: 1;
}

.video-list-card__play-icon img {
    width: 24px;
    height: auto;
}

.video-list-card__content {
    padding: 16px;
    flex: 1;
}

.video-list-card__title {
    margin: 0;
}

.video-list-card__title span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-color-bold);
}

.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;
}

.wrap-listNewsBottom .item .thumb {
    height: 172.048px;
}

/* Bổ sung css vào Popup tránh bị bể form */
#PopupMain .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    word-wrap: break-word;
}

#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;
}

.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 */
header {
    background-color: var(--background-color);
}

header .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-wrap {
    flex-wrap: nowrap;
    gap: 20px;
    min-width: 0;
}

header .logo {
    margin-right: 30px;
    flex-shrink: 0;
    min-width: 0;
}

header .logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.menu-container-fluid {
    flex: 1;
    margin-left: auto;
    position: relative;
    min-width: 0;
    overflow: visible;
    flex-shrink: 1;
}

.menu-container-fluid .main-menu {
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.box-search {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.btn-search.l-title {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-search.l-title:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.btn-search:hover {
    cursor: pointer;
    color: #111;
}

.btn-search.l-title i {
    color: #034EA2;
    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;
    width: 44px; /* make square */
    right: 0;
    background: #fff;
    border: none;
    padding: 0; /* remove horizontal padding */
    border-radius: 50%; /* make circle */
    color: #212121;
    font-size: 20px;
    border-radius: 50% !important; /* ensure circle overrides later rules */
    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);
}

.slideshow .swiper-pagination-bullet,
.banner-tuyensinh .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid white;
    opacity: 1;
}

.slideshow .swiper-pagination-bullet-active,
.banner-tuyensinh .swiper-pagination-bullet-active {
    background: white;
    border: 2px solid white;
}

.title-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    gap: 5px;
    align-items: center;
}

.title-section h3::after {
    content: "";
    height: 2px;
    background: #EAEAEA;
    flex: 1 1 auto;
}

.title-section h3 i {
    color: var(--secondary-color);
    padding-right: 10px;
}

.title-section h3 img {
    padding-right: 10px;
}

.admission-links .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 10px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #F7FBFF;
    box-shadow: 0 4px 4px 0 rgba(44, 57, 145, 0.10);
    height: 100%;
    transition: all 0.2s ease;
}

.admission-links .item span {
    color: #1D1D1D;
    font-size: 0.938rem;
}

.admission-links .item:hover {
    transform: translateY(-5px);
}

.admission-links .item:hover span {
    color: var(--primary-color);
}

.video-info .item {
    position: relative;
    height: 252px;
}

.video-info .item .thumb-video {
    height: 252px;
    position: relative;
    overflow: hidden;
}

.video-info .item .thumb-video::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.video-info .item .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}

.video-info .item h3 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
}

.video-info .item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.video-info .item .play-btn::before,
.video-info .item .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
    animation: ringPulse 1.8s linear infinite;
}

.video-info .item .play-btn::after {
    animation-delay: 0.9s;
}

@keyframes ringPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        width: 80px;
        height: 80px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
        width: 80px;
        height: 80px;
    }
}

.video-info .item .title h3 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
}

.news-main_list-hot .item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 12px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-main_list-hot .item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
}

.news-main_list-hot .item .title h3 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2D2D2D;

}

.news-main_list-hot .thumb {
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
}

.news-main_list-hot .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.link-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
}

.link-more a {
    color: var(--secondary-color);
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color .2s ease;
}

.link-more a i {
    display: inline-block;
    transition: transform .22s ease, opacity .22s ease;
    will-change: transform;
}

.link-more a:hover i,
.link-more a:focus-visible i {
    transform: translateX(3px);
    opacity: 0.9;
}

.link-more a:hover,
.link-more a:focus-visible {
    color: var(--primary-color);
}

@media (prefers-reduced-motion: reduce) {
    .link-more a, .link-more a i {
        transition: none;
    }
}

.news-list_event .item .date {
    width: 82.311px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF2F0;
}

.news-list_event .item .title a {
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 500;
    line-height: 32px;
}

.news-list_event .item .day-text {
    font-size: 1.875rem;
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 6px;
}

.news-list_event .item .month-text {
    font-size: .875rem;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 20px;
}

.news-middle .list-link ul li {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 4px 4px 0 rgba(44, 57, 145, 0.10);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.news-middle .list-link ul li a {
    padding: 16px;
    display: block;
    color: var(--primary-color);
    font-size: 1rem;
}

.news-middle .list-link ul li:hover {
    transform: translateY(-3px);
    border-color: rgba(44, 57, 145, 0.18);
    box-shadow:
        0 10px 20px rgba(17, 24, 39, 0.10),
        0 3px 8px rgba(17, 24, 39, 0.06);
}

.item-news_main {
    border-bottom: 1px solid #EAEAEA;
}

.item-news_main h3 a.title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2D2D2D;
    line-height: 150%;
    font-weight: 400;
}

.item-news_main .thumb img {
    max-height: 246px;
}

.item-news_mainList ul.custom-list,
.list-item_right ul.custom-list {
    list-style: none;
    padding-left: 1.5em;
}

.item-news_mainList ul.custom-list li,
.list-item_right ul.custom-list li {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.item-news_mainList ul.custom-list li:last-child,
.list-item_right ul.custom-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.item-news_mainList ul.custom-list li::before,
.list-item_right ul.custom-list li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.6em;
    width: 6px;
    height: 6px;
    background-color: #FF6332;
    border-radius: 50%;
}

.item-news_mainList ul.custom-list li a {
    color: #222;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.list-item_right {
    padding: 16px;
    background-color: transparent !important;
}

/* Đảm bảo container bên ngoài không có màu nền */
.col-12.col-lg-4 .list-item_right,
.list-item_right .ontario-card__container {
    background-color: transparent !important;
}

.list-item_right ul.custom-list li h3 a {
    color: #222;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.rounded-col-tuyen-sinh {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 6px 12px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #ccc !important;
    background-color: #fff !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    margin-bottom: 20px;
}

/* Khoảng cách giữa các cột trên desktop */
@media (min-width: 992px) {
    .news-bottom .row > [class*="col-"].rounded-col-tuyen-sinh {
        margin-bottom: 0;
        margin-right: 15px;
        width: calc((100% - 40px) / 3);
        flex: 0 0 calc((100% - 30px) / 3);
        max-width: calc((100% - 30px) / 3);
    }
    
    .news-bottom .row > [class*="col-"].rounded-col-tuyen-sinh:last-child {
        margin-right: 0;
    }
}

.album-wrap {
    background: url("../images/background/bg-video.png") center center no-repeat;
    background-size: cover;
}

.album-wrap .title-album h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
    position: relative;
    line-height: 107.912%;
}

.album-wrap .title-album h2::before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.video_gallery .item,
.swiper-photo .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* Video card item styles */
.video_gallery .item.video-card-item {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    border-radius: 12px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.video_gallery .item.video-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.video_gallery .item.video-card-item a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.video_gallery .item.video-card-item .thumb-video img {
    transition: transform .3s ease;
}

.video_gallery .item.video-card-item:hover .thumb-video img {
    transform: scale(1.05);
}

/* Video card styles */
.video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
}

.video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.video-card__link {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.video-card__image {
    width: 100%;
    height: 252px;
    position: relative;
    overflow: hidden;
}

.video-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.video-card:hover .video-card__image img {
    transform: scale(1.05);
}

.video-card__image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.video-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.68) 78.35%);
    padding: 15px 20px 30px 20px;
    width: 100%;
    z-index: 1;
}

.video-card__title h3 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.video-card__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-card__play-btn::before,
.video-card__play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
    animation: ringPulse 1.8s linear infinite;
}

.video-card__play-btn::after {
    animation-delay: 0.9s;
}

.swiper-photo .item .thumb-video {
    border-radius: 10px;
    overflow: hidden;
}

.video_gallery .item .title,
.swiper-photo .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.68) 78.35%);
    padding: 15px 20px 30px 20px;
    width: 100%;
}

.video_gallery .item .title h3,
.swiper-photo .item .title h3 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
}

/* .video_gallery .item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.video_gallery .item:hover .play-btn {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
} */
.album-wrap .swiper-button-next:after,
.album-wrap .swiper-rtl .swiper-button-prev:after,
.album-wrap .swiper-button-prev:after,
.album-wrap .swiper-rtl .swiper-button-next:after {
    content: unset;
}

.album-wrap .swiper-button-next,
.album-wrap .swiper-button-prev {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.70);
    color: #fff;
}

.album-wrap .swiper-button-next {
    right: 0;
}

.album-wrap .swiper-button-prev {
    left: 0;
}

.album-wrap .swiper-button-disabled {
    z-index: 2;
}

.album-wrap .swiper-slide {
    cursor: pointer;
}

.swiper-video-wrap .item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.swiper-video-wrap .item .play-btn::before,
.swiper-video-wrap .item .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
    animation: ringPulse 1.8s linear infinite;
}

.swiper-video-wrap .item .play-btn::after {
    animation-delay: 0.9s;
}

.album-wrap .swiper-video-wrap .thumb-video,
.album-wrap .swiper-photo-wrap .thumb-video {
    height: 350px;
}


.swiper-photo-wrap .swiper-pagination-bullet,
.swiper-video-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid white;
    opacity: 1;
}

.swiper-photo-wrap .swiper-pagination-bullet-active,
.swiper-video-wrap .swiper-pagination-bullet-active {
    background: white;
    border: 2px solid white;
}

.list-item_bottom {
    padding: 16px;
    background-color: transparent !important;
}

.button-link {
    background-color: #EBF4FC;
}

.button-link .title-wrap h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: var(--background-color);
    padding-left: 20px;
    position: relative;
    line-height: 107.912%;
}

.button-link .list-button .btn-link_item {
    padding: 20px 10px;
    font-size: 1.25rem;
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    font-weight: 700;
    transition: all 0.3s ease;
}

.button-link .list-button .btn-link_item:nth-child(1) {
    background: var(--primary-color);
    color: var(--white-color);
}

.button-link .list-button .btn-link_item:nth-child(1):hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.button-link .list-button .btn-link_item:nth-child(2) {
    background: var(--secondary-color);
    color: var(--white-color);
}

.button-link .list-button .btn-link_item:nth-child(2):hover {
    background: #fff;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.button-link .list-button .btn-link_item:nth-child(3) {
    background: var(--white-color);
    color: var(--secondary-color);
}

.button-link .list-button .btn-link_item:nth-child(3):hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.block-brand .l-img {
    height: 89px;
}

.block-brand .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top {
    background-color: var(--background-color);
}

.title-footer h3 {
    font-size: 1.25rem;
    color: var(--white-color);

}

.info-footer {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.info-footer p {
    margin-bottom: 10px;
}

.embed-fanpage {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.embed-fanpage iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 200px;
    max-height: 320px;
    border: none;
    display: block;
}

/* Responsive cho iframe fanpage */
@media (max-width: 991.98px) {
    .embed-fanpage iframe {
        max-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .embed-fanpage iframe {
        max-height: 250px;
    }
}

.logo-footer h2 {
    color: var(--white-color);
    font-size: 1.125rem;
    line-height: 30px;
}

.footer-bottom {
    background-color: var(--secondary-color);

}

.footer-bottom p {
    font-size: 1rem;
    color: var(--white-color);
}


/* block contact start */
.head-link {
    position: fixed;
    bottom: 125px;
    right: 14px;
    z-index: 1000;
}

.contact-toggle {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: none;
}

    .contact-toggle img {
        width: 100%;
        height: auto;
        display: block;
    }

.link-contact {
    text-align: center;
}

    .link-contact img {
        width: 60px;
        height: 60px;
        display: block;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .15));
        transition: transform .2s ease;
    }

    .link-contact a:hover img {
        transform: translateY(-2px);
    }

/* Mobile effect */
@media (max-width: 991.98px) {
    .contact-toggle {
        display: block;
    }

    .link-contact {
        position: absolute;
        right: 0;
        bottom: 70px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity .3s ease, transform .3s ease, visibility .3s;
    }

    .head-link.is-open .link-contact {
        position: absolute;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* block contact end */
.list-news-page .list-item .item h3 a,
.detail-news-page .list-item .item h3 a {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 400;
    color: #222;
}

/* News card styles */
.news-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.news-card__image-link {
    display: block;
    overflow: hidden;
}

.news-card__image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.news-card:hover .news-card__image img {
    transform: scale(1.05);
}

.news-card__content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card__title {
    margin: 0 0 12px 0;
    flex: 1;
}

.news-card__title a {
    color: #2D2D2D;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
}

.news-card__date {
    margin-top: auto;
}

.news-card__date p {
    font-size: 0.875rem;
    color: #3F3F3F;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

/* Ontario card styles: per-card shadows (parent has none) */
.ontario-card__container {
    display: grid;
    grid-template-columns: 1fr; /* stack vertically */
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    background: transparent;
}

.ontario-card--cards-per-row-3 {
    grid-template-columns: 1fr; /* force vertical in this section */
}

.ontario-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
    overflow: hidden;
    -webkit-transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ontario-card:hover,
.ontario-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.ontario-card__image-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.ontario-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.ontario-card:hover .ontario-card__image,
.ontario-card:focus-within .ontario-card__image {
    transform: scale(1.03);
}

.ontario-card__text-container {
    padding: 12px;
}

.ontario-card__heading a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

/* Normalize heading inside card to avoid global H2 overrides */
.ontario-card__heading {
    margin: 0;
    color: #2D2D2D;
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
}

.ontario-card__heading a:hover,
.ontario-card__heading a:focus {
    color: var(--primary-color);
}

.ontario-card__description p {
    font-size: 0.875rem;
    color: #3F3F3F;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* No responsive overrides needed; always vertical */

.list-news-page .list-item .item .thumb,
.detail-news-page .list-item .item .thumb {
    height: 190px;
}

.list-news-page .title-section h3,
.detail-news-page .title-section h3 {
    font-size: 1.625rem;
}

.list-link_pageNews .title-section h3,
.list-news-page .list-news_right .title-section h3,
.detail-news-page .list-news_right .title-section h3 {
    font-size: 1.25rem;
}

.list-link_pageNews .title-section h3:after,
.list-news-page .list-news_right .title-section h3:after,
.detail-news-page .list-news_right .title-section h3:after {
    content: unset;
}

.list-news-page .list-news_right .list-item .item .thumb,
.detail-news-page .list-news_right .list-item .item .thumb {
    height: 100px;
}

.list-news-page .list-news_right .list-item .item,
.detail-news-page .list-news_right .list-item .item {
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}

.list-news-page .list-news_right .list-item .item:last-child,
.detail-news-page .list-news_right .list-item .item:last-child {
    border-bottom: none;
}

.detail-news-page .title-head h1 {
    font-size: 1.625rem;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.detail-news-page .title-head {
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.block-dateView {
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    gap: 30px;
}

.block-dateView span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #3F3F3F;
}

.block-dateView img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.article-desc {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #F5F5F5;
}

.article-desc p {
    color: #1D1D1D;
    text-align: justify;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 32.896px;
}

.acticle-content {
    padding: 20px 0;
}

/* Đảm bảo iframe từ HtmlFileAttach cũng được style */
.article-wrap iframe,
.article-wrap video {
    background-color: #f0f0f0 !important;
}

.news-lienquan .title-section h3 {
    font-size: 1.25rem;
}

.news-lienquan .title h3 a {
    color: #222;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.gallery-album {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 100%;
}

.gallery-album .grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.item-detailvideo .title-album h3 {
    font-size: 1.125rem;
    color: var(--text-color);
    line-height: 160%;
    font-weight: 400;
}


.wrap-list-album .item-detailvideo {
    position: relative;
    overflow: hidden;
}

.wrap-list-album .item-detailvideo .img-album {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    cursor: pointer;
}

.wrap-list-album .item-detailvideo .img-album img {
    height: 100%;
}

.wrap-list-album .item-detailvideo .img-album::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    color: white;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: url("../images/iconPlay.png") no-repeat center/contain;
}

.wrap-list-album .item-detailvideo .img-album:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.wrap-list-album .item-detailvideo .img-album:active::after {
    transform: translate(-50%, -50%) scale(0.9);
}

.search-block .title-section h3 {
    content: unset;
    font-size: 1.25rem;
}

.search-block .title-section h3::after {
    content: unset;
}

.search-block .title-section h3 span {
    color: var(--primary-color);
}
.link-more_album {
    padding: 15px 0;
}

    .link-more_album a {
        font-size: 1rem;
        color: var(--white-color);
    }

        .link-more_album a:hover {
            color: var(--secondary-color) !important;
        }