:root {
    --accent:       #f5c400;
    --accent-dark:  #d4a800;
    --text-dark:    #1a1a1a;
    --text-mid:     #555;
    --text-light:   #888;
    --bg-light:     #f8f8f8;
    --radius-sm:    6px;
    --radius-md:    12px;
    --radius-lg:    20px;
    --shadow-sm:    0 2px 12px rgba(0,0,0,.07);
    --shadow-md:    0 8px 28px rgba(0,0,0,.13);
    --transition:   0.25s ease;
}
.rounded-10  { border-radius: 10px; }
.logo-section img { height: 60px; }

.hotline a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 40px;
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
}

.slogan {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.language-switch a.language-picker { color: #fff; }
@media (min-width: 1200px) {
    .menu-section > ul > li {
        padding-left: 1px;
        padding-right: 1px;
    }
    .setting-menu.menu-pc .container > .row > div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .setting-menu.menu-pc .container > .row > div:nth-child(2) {
        display: flex;
        justify-content: center;
    }

    .menu-section > ul > li > a {
        display: block;
        border-radius: 0;
        padding: 0px 13px;
        border-bottom: 2px solid #ffce0000;
    }

    .menu-section > ul > li > a.active,
    .menu-section > ul > li:hover > a {
        /* background: var(--color-highlight) !important; */
        color: #fff;
        border-color: var(--color-highlight);
    }

    .menu-section > ul > li > .entry-menu {
        box-shadow: 0 6px 20px rgba(0,0,0,.12);
    }

    .menu-section .entry-menu.dropdown {padding: 5px 15px;border-radius: 12px;}

    .menu-section .menu-link { border-bottom: 1px solid #eee; }
    .menu-section li:last-child > .menu-link { border-bottom: 0; }

    .section-list-small .article-item > .row > div:nth-child(1) {
        flex: 0 0 35%; max-width: 35%;
    }
    .section-list-small .article-item > .row > div:nth-child(2) {
        flex: 0 0 65%; max-width: 65%;
    }
}

@media (max-width: 1200px) {
    .menu-section .entry-menu { padding-top: 10px !important; }
    .header-page-title { height: 30vw; }
}

footer { background: #181818; }

.slogan-footer { color: #fff; margin-bottom: 20px; }

nav.footer-menu-section ul > li > a > img {
    width: 15px;
    height: 15px;
}

.header-page-title {
    height: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-page-title::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.48);
    z-index: 0;
}

.header-page-title .title-page {
    font-size: 3.4rem;
    position: relative;
    z-index: 1;
    color: #fff;
}

.header-page-title .title-page::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #fff;
}

.header-page-title .title-brc {
    position: relative;
    z-index: 3;
}

.header-page-title .title-brc a {
    color: #fff;
    position: relative;
    margin: 0 15px;
}

.header-page-title .title-brc a::before {
    content: '/';
    position: absolute;
    top: 0;
    right: -17px;
}

.header-page-title .title-brc a:last-child::before { display: none; }

.header-page-title .title-info {
    font-size: 25px;
    color: #fff;
    z-index: 9;
    position: relative;
}

@media (max-width: 767px) {
    .header-page-title .title-page { font-size: 30px; }
}

.title-section::before { display: none; }

.title-section-02 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
}

.title-section-02 > span {
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 10px;
    display: inline-block;
}

.title-detail {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* khoa-hoc section title icon */
.khoa-hoc-header { margin-bottom: 40px; }
.khoa-hoc-icon   { margin-bottom: 10px; }

.box-home-02        {padding: 40px 0 60px;position: relative;}
.section-khoa-hoc-td { padding: 60px 0; }
.section-vi-sao     {}
.section-tin-tuc-home { padding: 60px 0; }
.box-home-01 {background: var(--color-main);padding: 0 0;}

.hero-slide-item,
.hero-slide-row { min-height: 480px; }

.hero-slide-item {
    display: flex;
    align-items: center;
}

.hero-slide-content {
    /* padding: 60px 40px 60px 60px; */
    display: flex;
    align-items: center;
}
.hero-slide-img:hover {
    transform: scale(1.1);
}
.hero-slide-inner { width: 100%; }

.hero-slide-title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.hero-slide-divider {
    width: 60px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
    margin-bottom: 18px;
}

.hero-slide-desc {
    color: rgba(255,255,255,.8);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.hero-slide-desc-sh { color: rgba(255,255,255,.65); }

.hero-slide-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-top: 28px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 32px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: all var(--transition);
    min-width: 230px;
    letter-spacing: 0.02em;
}

.hero-btn-filled {
    background: var(--accent);
    color: #1a1a1a;
    border: 2px solid var(--accent);
}
.hero-btn-filled:hover {
    background: transparent;
    color: var(--accent);
}

.hero-btn-outline {
    background: transparent;
    color: var(--accent);
    border: 2px solid var(--accent);
}
.hero-btn-outline:hover {
    background: var(--accent);
    color: #1a1a1a;
}

.hero-slide-image {
    position: relative;
    overflow: hidden;
    padding-top: 86%;
}

.hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}

@media (max-width: 767px) {
    .hero-slide-item,
    .hero-slide-row    { min-height: auto; }
    .hero-slide-content {padding: 36px 20px 24px;}
    .hero-slide-title   {font-size: 1.9rem;text-align: center;}
    .hero-slide-image   { height: 260px; }
    .hero-slide-actions { align-items: center; }
    .hero-slide-divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-slide-inner {
        text-align: center;
    }

}

.du-hoc-section { padding: 0; }

.du-hoc-col {
    padding: 0 8px;
    margin-bottom: 16px;
}

.du-hoc-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 2.5px solid var(--accent);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
    height: 100%;
    background: var(--color-highlight);
}
.du-hoc-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.du-hoc-img-wrap {
    overflow: hidden;
    aspect-ratio: 1/1;
}
.du-hoc-img-wrap img.du-hoc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.du-hoc-card:hover .du-hoc-img { transform: scale(1.07); }

.du-hoc-caption {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    background: var(--color-highlight);
    padding: 12px 10px;
    line-height: 1.3;
}

.du-hoc-video { margin-top: 36px; }

.du-hoc-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 2.5px solid var(--accent);
    box-shadow: var(--shadow-sm);
}
.du-hoc-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .du-hoc-col     { padding: 0 5px; margin-bottom: 10px; }
    .du-hoc-caption {font-size: 15px;padding: 10px 6px;}
}

.khoa-hoc-card {
    display: block;
    text-decoration: none;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.khoa-hoc-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.khoa-hoc-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #f0f0f0;
}
.khoa-hoc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.khoa-hoc-card:hover .khoa-hoc-img-wrap img { transform: scale(1.06); }

.khoa-hoc-name {
    padding: 18px;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: border-color var(--transition);
}
.khoa-hoc-name span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-dark);
    letter-spacing: 0.04em;
}
.khoa-hoc-card:hover .khoa-hoc-name { border-bottom-color: var(--accent); }

.khoa-hoc-slider-wrap { position: relative; }
.khoa-hoc-slider-wrap .slick-prev { left: -48px; }
.khoa-hoc-slider-wrap .slick-next { right: -48px; }
.khoa-hoc-slider-wrap .slick-prev::before,
.khoa-hoc-slider-wrap .slick-next::before {/* font-size: 28px; *//* color: #aaa; */}

@media (max-width: 767px) {
    .khoa-hoc-slider-wrap .slick-prev {left: -15px;}
    .khoa-hoc-slider-wrap .slick-next {right: -15px;}
}

.section-khoa-hoc-td {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.section-khoa-hoc-td::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.75);
}
.khoa-hoc-card:focus-visible {
    display: none;
}
.khtd-header,
.khtd-slider-wrap { position: relative; z-index: 1; }

.khtd-title {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--text-dark);
    margin: 0;
    letter-spacing: 0.04em;
}

.khtd-card {
    display: block;
    text-decoration: none;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    transition: box-shadow var(--transition), transform var(--transition);
}
.khtd-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.khtd-card-top {
    padding: 20px 16px 30px;
    position: relative;
    min-height: 100px;
    margin-bottom: -30px;
    z-index: 2222;
}

.khtd-name {
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}
.khtd-sub {
    font-size: 20px;
    color: rgba(255,255,255,.85);
    font-weight: 700;
    height: 60px;
}

.khtd-arrow {
    position: absolute;
    bottom: -16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F5A623;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition);
    z-index: 6;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.khtd-card:hover .khtd-arrow { filter: brightness(.88); }

.khtd-item:nth-child(1) .khtd-card-top:before, .khtd-item:nth-child(1) .khtd-arrow { background: #F5A623; }
.khtd-item:nth-child(2) .khtd-card-top:before, .khtd-item:nth-child(2) .khtd-arrow {background: #E91E7A;}
.khtd-item:nth-child(3) .khtd-card-top:before,
.khtd-item:nth-child(3) .khtd-arrow { background: #1976D2; }
.khtd-item:nth-child(4) .khtd-card-top:before,
.khtd-item:nth-child(4) .khtd-arrow { background: #E64A19; }
.khtd-item:nth-child(5) .khtd-card-top:before,
.khtd-item:nth-child(5) .khtd-arrow { background: #2E7D32; }
.khtd-item:nth-child(6) .khtd-card-top:before,
.khtd-item:nth-child(6) .khtd-arrow { background: #8E24AA; }
.khtd-card-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F5A623;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
    z-index: -1;
}
/* class override */
.khtd-item.color-yellow .khtd-card-top, .khtd-item.color-yellow .khtd-arrow { background: #F5A623; }
.khtd-item.color-pink   .khtd-card-top, .khtd-item.color-pink   .khtd-arrow { background: #E91E7A; }
.khtd-item.color-blue   .khtd-card-top, .khtd-item.color-blue   .khtd-arrow { background: #1976D2; }
.khtd-item.color-orange .khtd-card-top, .khtd-item.color-orange .khtd-arrow { background: #E64A19; }
.khtd-item.color-green  .khtd-card-top, .khtd-item.color-green  .khtd-arrow { background: #2E7D32; }

.khtd-card-img { line-height: 0; overflow: hidden; }
.khtd-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.35s ease;
}
.khtd-card:hover .khtd-img { transform: scale(1.05); }
.box-home-004 {padding-top: 0;}
.khtd-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}
.khtd-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .khtd-title { font-size: 1.3rem; }
    .khtd-img   { height: 160px; }
}

.section-vi-sao {background: #ffffff;padding: 30px;border-radius: 8px;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}

.vi-sao-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
}

.vi-sao-header-icon {
    width: 56px;
    height: 56px;
    background: var(--accent);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vi-sao-header-icon img { width: 34px; height: 34px; object-fit: contain; }

.vi-sao-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
}

.vi-sao-body { align-items: flex-start; }

.vi-sao-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.vi-sao-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.vi-sao-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.vi-sao-icon:before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f5921e;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
}
.vi-sao-icon-1:before {
   background:#f5921e
}
.vi-sao-icon-2:before {
    background:#b36100
}
.vi-sao-icon-3:before {
    background:#e84393
}
.vi-sao-icon-4:before {
    background:#d40000
}
.vi-sao-icon-5:before {
    background:#065fd4
}
.vi-sao-icon-1 { background: #f5921e91;}

.vi-sao-icon-2 { background: #b36100b0; }
.vi-sao-icon-3 { background: #e84393ab; }
.vi-sao-icon-4 { background: #d400008a; }
.vi-sao-icon-5 { background: #065fd4a1; }
.vi-sao-icon-right              { background: #1e9cd7; }

.vi-sao-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vi-sao-desc {
    font-size: 15px;
    color: var(--text-mid);
}

.vi-sao-item-right { margin-bottom: 16px; }

.vi-sao-photo { margin-top: 10px; border-radius: var(--radius-sm); overflow: hidden; }
.vi-sao-photo img { width: 100%; height: auto; display: block; }

@media (max-width: 767px) {
    .vi-sao-right  { margin-top: 20px; }
    .vi-sao-title  { font-size: 20px; }
}

.view-home-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.article-card-news .content-article {
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.article-card-news .content-article:hover {
    transform: translateY(-4px);
}

.article-card-news__img-wrap { display: block; overflow: hidden; }
.article-card-news__img-wrap .inner-image {
    margin-bottom: 0;
    padding-top: 65% !important;
    height: 0;
    position: relative;
    overflow: hidden;
}
.article-card-news__img-wrap .inner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.article-card-news__img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-card-news:hover .article-card-news__img,
.article-card-news:hover .article-card-news__img-wrap .inner-image img {
    transform: scale(1.06);
}

.article-card-news__body {
    padding: 14px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.article-card-news__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.box-home-07 {
    padding: 60px 0;
    background: #f3f3f3;
}

.vi-sao-item:last-child {
    margin-bottom: 0;
}

.article-card-news {
    padding-bottom: 10px;
    padding-top: 10px;
}
.article-card-news__author,
.article-card-news__date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--text-light);
    line-height: 1;
}
.article-card-news__author svg,
.article-card-news__date svg { flex-shrink: 0; opacity: .65; }

.article-card-news__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
    flex: 1;
}
.article-card-news__title a {
    color: var(--text-dark);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-card-news__title a:hover { color: var(--color-main, #e8b800); }

@media (max-width: 767px) {
    .article-card-news__body  { padding: 10px 12px 14px; }
    .article-card-news__title { font-size: 13px; }
}

.article-card-02 {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}
.article-card-02__img-wrap { display: block; overflow: hidden; }
.article-card-02__img-wrap .inner-image {
    margin-bottom: 0;
    padding-top: 62% !important;
    height: 0;
    position: relative;
    overflow: hidden;
}
.article-card-02__img-wrap .inner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.article-card-02:hover .article-card-02__img-wrap .inner-image img { transform: scale(1.05); }

.article-card-02__body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.article-card-02__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.article-card-02__author,
.article-card-02__date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--text-light);
}
.article-card-02__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}
.article-card-02__title a { color: var(--text-dark); text-decoration: none; }
.article-card-02__title a:hover { color: var(--color-main, #e8b800); }

.view-home-02-grid.row { margin-left: -10px; margin-right: -10px; }
.view-home-02-grid.row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .article-card-02__title { font-size: 14px; }
}

.view-home-02-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}
.view-home-02-header__titles { text-align: center; flex: 1; }
.view-home-02-header__main {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 4px;
    border-bottom: 2px solid var(--text-dark);
    display: inline-block;
    padding-bottom: 4px;
}
.view-home-02-header__sub {font-size: 20px;color: #000;margin: 0;}

@media (max-width: 767px) {
    .view-home-02-header { flex-direction: column; align-items: center; }
}

.btn-xem-them {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid var(--color-highlight, #f5c518);
    border-radius: 30px;
    color: var(--color-highlight, #f5c518);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background var(--transition), color var(--transition);
    letter-spacing: 0.04em;
}
.btn-xem-them:hover {
    background: var(--color-highlight, #f5c518);
    color: #fff;
}

.link-all { margin-top: 20px; }
.link-all a {
    display: flex;
    height: 44px;
    border: 2px solid var(--color-highlight);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    transition: background var(--transition), color var(--transition);
}
.link-all a:hover {
    background: var(--color-highlight);
    color: #fff;
}

.slick-track          { display: flex !important; }
.slick-slide          { height: inherit !important; }
.slick-slide > div    { height: 100%; }

.article-item .article-description { font-size: 14px; }

.article-item-home {
    display: flex;
    margin-bottom: 20px;
}
.article-item-home:last-child { margin-bottom: 0; }

.article-item-home .item-left  { flex: 0 0 33%; max-width: 33%; }
.article-item-home .item-right { flex: 1 1; margin-left: 15px; }
.article-item-home .item-right .inner-content .article-title {
    font-size: 14px;
    margin-bottom: 5px;
    max-height: 61px;
    overflow: hidden;
    font-weight: 700;
}

.article-hot-top .article-item .inner-image { margin-bottom: 10px; }

.section-list-page .article-item { position: relative; }
.section-list-page .article-item .inner-image { padding-top: 30%; }
.section-list-page .article-item .inner-content {
    position: absolute !important;
    bottom: 15px;
    left: 15px;
    z-index: 9;
}
.section-list-page .article-item .inner-content .article-title { margin-bottom: 0; }

.section-list-small .article-item .inner-content .article-title {
    height: auto;
    position: relative;
    overflow: inherit;
    margin-bottom: 25px;
}
.section-list-small .article-item .inner-content .article-title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ddd;
}

.article-content table tbody tr > td p { margin-bottom: 10px; }

.article-item-home .item-right .inner-content .article-title {
    font-size: 14px;
    margin-bottom: 5px;
    max-height: 61px;
    overflow: hidden;
    font-weight: 700;
}

@media (max-width: 767px) {
    .article-hot-top          { margin-bottom: 30px; }
    .article-item .article-title a { font-size: 16px; }
    a.language-picker img.img-fluid { display: none; }
}

.align-row-center > .container > .row > div,
.align-row-center > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.entire-info-website address p > span { margin-right: 5px; }

.fanpage-facebook .info iframe {width: 100%;height: 200px;}

.item-brand { padding-top: 50%; }

.section-menu-right .item a {padding-top: 0;background: #ee1c25;width: 34px;height: 34px;display: flex;align-items: center;justify-content: center;border: 2px solid #fff;}

.view-small-right article.article-item.article-small {
    border-radius: 0;
    padding: 15px;
    margin-bottom: 0;
    box-shadow: none;
}
.view-small-right article.article-item.article-small:nth-child(2n+1) { background: #fafafa; }
.view-small-right article.article-item.article-small .inner-content  { padding: 0; }
.view-small-right article.article-item.article-small .inner-content .article-title a { font-size: 12px; }
.view-small-right article.article-item.article-small .inner-content .article-title {
    height: 41px;
    line-height: 1.2;
    text-transform: lowercase;
}
.view-small-right article.article-item.article-small .inner-content .article-title:first-letter { text-transform: uppercase; }
.view-small-right article.article-item.article-small .inner-image { border-radius: 50%; }

.article-card-list {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border-radius: var(--radius-md, 12px);
    overflow: hidden;
    padding: 14px;
    margin-bottom: 16px;
    box-shadow: 0 2px 14px rgba(0,0,0,.07);
    transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.article-card-list:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.13);
    transform: translateY(-3px);
}

.article-card-list__img-wrap {
    flex: 0 0 250px;
    max-width: 250px;
    border-radius: var(--radius-sm, 6px);
    overflow: hidden;
    display: block;
}

.article-card-list__img-wrap .inner-image {
    position: relative;
    width: 100%;
    padding-top: 68%;
    overflow: hidden;
}

.article-card-list__img-wrap .inner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.article-card-list:hover .article-card-list__img-wrap .inner-image img {
    transform: scale(1.07);
}

.article-card-list__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.article-card-list__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.article-card-list__title a {
    color: var(--text-dark, #1a1a1a);
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-card-list__title a:hover { color: var(--color-main, #e8b800); }

.article-card-list__date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--text-light, #888);
}

.article-card-list__date svg { flex-shrink: 0; opacity: .7; }

.article-card-list__desc {
    font-size: 13px;
    color: var(--text-mid, #555);
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card-list__readmore {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-main, #e8b800);
    margin-top: auto;
    padding-top: 4px;
    letter-spacing: 0.03em;
    transition: gap 0.2s ease;
}

.article-card-list:hover .article-card-list__readmore { color: var(--color-highlight, #d4a800); }

@media (max-width: 767px) {
    .article-card-list             { flex-direction: column; padding: 10px; gap: 10px; }
    .article-card-list__img-wrap   { flex: none; max-width: 100%; width: 100%; }
    .article-card-list__title      { font-size: 14px; }
}

.view-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
    gap: 12px;
}

.view-top-header__title {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 12px;
}

.view-top-header__title::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-highlight);
    border-radius: 2px;
}

/* Card */
.article-card-top {
    background: #fff;
    border-radius: var(--radius-md, 12px);
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.article-card-top:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,.15);
    transform: translateY(-5px);
}

.article-card-top__img-wrap {
    display: block;
    overflow: hidden;
}

.article-card-top__img-wrap .inner-image {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}

.article-card-top__img-wrap .inner-image img,
.article-card-top__img-wrap .inner-image .article-card-top__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.article-card-top:hover .article-card-top__img-wrap .inner-image img {
    transform: scale(1.07);
}

.article-card-top__caption {
    background: linear-gradient(135deg, #d77878 0%, #ffce00 100%);
    padding: 16px 18px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-card-top__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.article-card-top__title a {
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.article-card-top__title a:hover { color: #fff; }

.article-card-top__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.article-card-top__cat {
    display: inline-block;
    background: rgba(255,255,255,.35);
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.article-card-top__date {
    font-size: 14px;
    color: rgb(255 255 255);
    font-weight: 500;
}

@media (max-width: 576px) {
    .article-card-top          {border-radius: 8px;margin-bottom: 20px;height: auto;}
    .article-card-top__title   { font-size: 14px; }
    .view-top-header__title    { font-size: 15px; }
    .article-card-top__caption { padding: 12px 14px 14px; }
}

.section-contact-home {
    position: relative;
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(230, 180, 0, 0.82);
    z-index: 1;
}

.contact-header {
    margin-bottom: 36px;
}

.contact-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.contact-desc {
    font-size: 15px;
    color: rgba(255,255,255,.92);
    margin-bottom: 0;
}

.section-contact-home .form {
    max-width: 900px;
    margin: 0 auto;
}

.section-contact-home .form-control,
.section-contact-home select.form-control,
.section-contact-home .contact-textarea {
    height: 50px;
    border: none;
    border-radius: 6px !important;
    font-size: 14px;
    padding: 10px 16px;
    color: #333;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.section-contact-home .contact-textarea {
    height: 115px;
    width: 100%;
    resize: none;
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    border: none !important;
}

.section-contact-home .col-md-6:last-child .form-group {
    /* height: 100%; */
}

.section-contact-home .form-group {
    margin-bottom: 14px;
}

.btn-contact-submit {
    display: inline-block;
    padding: 13px 48px;
    background: #e8396a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 32px;
    cursor: pointer;
    border: none;
    transition: background 0.2s ease;
    margin-top: 10px;
}
.btn-contact-submit:hover { background: #c72d58; }
.box-home-03 {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #f3f3f3;
}
.box-home-05 {
    padding: 60px 0;
}
@media (max-width: 767px) {
    .section-contact-home {padding: 40px 0 30px;}
    .contact-title { font-size: 1.4rem; }
    .contact-desc  { font-size: 13px; }
}

.box-home-02:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: var(--color-main);
}

.title-section-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.title-section-icon .title-section {
    margin-bottom: 5px;
}

.title-section-icon .con img {
    height: 22px;
}

.title-section-left {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.title-section-left .title-section {
    margin-bottom: 0;
}

.title-section-left .icon img {
    height: 56px;
    width: 56px;
}

.title-section-left .icon {
    flex: 0 0 56px;
}


.view-home-header .title-section-left {
    margin-bottom: 0;
}

.box-home-06 {
    padding-bottom: 60px;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    left: 0;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: phone-vr-circle-fill 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* Zalo */
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

/* Phone */
#phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
}
#phone-vr .phone-vr-img-circle {
    background-color: #e60808;
}

/* Messenger */
#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #6a4ffe;
    background-color: rgba(106,79,254,0.5);
}
#messenger-vr .phone-vr-img-circle {
    background-color: #6a4ffe;
}
#messenger-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
}

/* Fanpage */
#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2;
}
#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
}
#fanpage-vr img {
    max-width: 35px;
    max-height: 35px;
}

/* TikTok */
#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%);
}
#tiktok-vr .phone-vr-img-circle {
    background: #020202;
}
#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%;
}

/* Instagram */
#instagram-vr .phone-vr-circle-fill {
    background: linear-gradient(160deg, rgba(17,143,253,1) 20%, rgba(188,60,218,1) 50%, rgba(253,223,5,1) 80%);
    box-shadow: 0 0 0 0 #c840c9;
    border: 0;
}
#instagram-vr .phone-vr-img-circle {
    background: transparent;
}

/* Telegram */
#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%);
}
#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8;
}

/* Viber */
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

/* Contact */
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #000;
    background-color: rgba(0,0,0,0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #1a1a1a;
}

/* Whatsapp */
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 736px) {
    .phone-bar { display: none; }
}

@-webkit-keyframes phone-vr-circle-fill {
    0%   { -webkit-transform: rotate(0) scale(1) skew(1deg); }
    10%  { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
    20%  { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
    30%  { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
    40%  { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
    50%  { -webkit-transform: rotate(0) scale(1) skew(1deg); }
    100% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
}

@keyframes phone-vr-circle-fill {
    0%   { transform: rotate(0) scale(1) skew(1deg); }
    10%  { transform: rotate(-25deg) scale(1) skew(1deg); }
    20%  { transform: rotate(25deg) scale(1) skew(1deg); }
    30%  { transform: rotate(-25deg) scale(1) skew(1deg); }
    40%  { transform: rotate(25deg) scale(1) skew(1deg); }
    50%  { transform: rotate(0) scale(1) skew(1deg); }
    100% { transform: rotate(0) scale(1) skew(1deg); }
}

@-webkit-keyframes zoom {
    0%   { transform: scale(.9); }
    70%  { transform: scale(1); box-shadow: 0 0 0 15px transparent; }
    100% { transform: scale(.9); box-shadow: 0 0 0 0 transparent; }
}

@keyframes zoom {
    0%   { transform: scale(.9); }
    70%  { transform: scale(1); box-shadow: 0 0 0 15px transparent; }
    100% { transform: scale(.9); box-shadow: 0 0 0 0 transparent; }
}

.section-menu-right {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-menu-right .info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-menu-right .info .item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.phone-bottom a {
    color: #fff;
    height: 53px;
    gap: 10px;
    display: inline-flex;
    padding: 0 25px;
    border: 2px solid #ffff;
    align-items: center;
    border-radius: 90px;
}
.footer-menu-section ul li>a {
    color: #fff;
    gap: 15px;
    font-size: 15px;
}
footer .logo-section img {
    height: 100px;
}

.cty {
    padding: 15px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: #fff;
}

.footer-section-02 {
    padding-bottom: 40px;
}

.statistical-website>ul>li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    color: #fff;
}

.statistical-website>ul {
    padding-left: 0;
}

.box-statistical.box-footer .title-footer {
    color: #fff;
    margin-bottom: 15px;
}

.footer-section-03 {
    padding-bottom: 40px;
}

.box-article-02 {
    padding-bottom: 50px;
    padding-top: 50px;
}


.section-menu-right-02 {
    margin-bottom: 30px;
}

.section-menu-right-02 .info .item a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px dotted #A2A2A2;
    padding-bottom: 15px;
}

.section-menu-right-02 .info .item:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.list-img-right {
    margin-top: 30px;
}

.list-img-right .item {
    margin-bottom: 30px;
}

.box-article-03 {
    padding-bottom: 50px;
}

.box-contact-02 {
    padding-bottom: 60px;
}


/* =========================
   Contact Page
   ========================= */
.contact-section {
    padding: 30px 0 40px;
}

.contact-heading {
    margin-bottom: 40px;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-highlight);
    margin-bottom: 12px;
}

.contact-eyebrow::before,
.contact-eyebrow::after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--color-highlight);
    display: inline-block;
}

.contact-title {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: 0.5px;
}

.contact-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.6;
}

.contact-wrapper {
    align-items: stretch;
}

.contact-wrapper > [class^="col-"] {
    display: flex;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 83, 47, 0.08);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-card-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-highlight);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(5, 124, 12, 0.25);
}

.contact-card-icon-light {
    background: #fff;
    color: var(--color-highlight);
    box-shadow: none;
}

.contact-card-head-text {
    flex: 1;
}

.contact-card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 4px;
    letter-spacing: 0.5px;
}

.contact-card-desc {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* Form */
.contact-form .contact-field {
    position: relative;
    margin-bottom: 16px;
}

.contact-form .contact-field-icon {
    position: absolute;
    top: 16px;
    left: 18px;
    color: #9aa19a;
    font-size: 15px;
    z-index: 2;
    pointer-events: none;
}

.contact-form .contact-field-textarea .contact-field-icon {
    top: 18px;
}

.contact-form .form-control {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #e5e8e5;
    background: #fff;
    padding: 10px 18px 10px 46px;
    font-size: 15px;
    color: #1a1a1a;
    transition: border-color .2s ease, box-shadow .2s ease;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
    padding-top: 16px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: #a3a8a3;
}

.contact-form .form-control:focus {
    border-color: var(--color-highlight);
    box-shadow: 0 0 0 3px rgba(5, 124, 12, 0.12);
    outline: none;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: var(--color-highlight);
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 8px 18px rgba(5, 124, 12, 0.22);
}

.contact-submit:hover {
    background: #046709;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(5, 124, 12, 0.3);
}

/* Info card */
.contact-card-info {
    background: var(--color-highlight);
    color: #fff;
    background-image: linear-gradient(135deg, var(--color-highlight) 0%, #0c4c03 100%);
}

.contact-card-info::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 180px;
    height: 180px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><g fill="%23ffffff" fill-opacity="0.08"><rect x="10" y="70" width="16" height="40"/><rect x="32" y="55" width="16" height="55"/><rect x="54" y="40" width="16" height="70"/><rect x="76" y="55" width="16" height="55"/><rect x="98" y="70" width="16" height="40"/></g></svg>') no-repeat center/contain;
    pointer-events: none;
}

.contact-card-info .contact-card-title {
    color: #fff;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.contact-info-item:last-child {
    border-bottom: 0;
}

.contact-info-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--color-highlight);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-text {
    flex: 1;
    min-width: 0;
}

.contact-info-label {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #fff;
}

.contact-info-value {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    word-break: break-word;
}
.box-section-home-05 {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .contact-title {
        font-size: 26px;
    }

    .contact-card {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .contact-section {
        padding: 0;
    }

    .contact-heading {
        margin-bottom: 28px;
    }

    .contact-title {
        font-size: 22px;
    }

    .contact-subtitle {
        font-size: 14px;
    }

    .contact-eyebrow::before,
    .contact-eyebrow::after {
        width: 24px;
    }

    .contact-card {
        padding: 20px;
        border-radius: 12px;
    }

    .contact-card-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .contact-card-title {
        font-size: 16px;
    }

    .contact-form .form-control {
        height: 48px;
        font-size: 14px;
    }
    .du-hoc-section>.row>div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .du-hoc-section>.row>div:last-child .du-hoc-img-wrap {
        aspect-ratio: 4 / 3;
    }
    .box-home-02 {
        padding: 40px 0 40px;
    }
    
    .du-hoc-video {
        margin-top: 20px;
    }
    
    .box-home-03 {
        padding-bottom: 40px;
        padding-top: 38px;
    }
    
    .section-khoa-hoc-td {
        padding: 40px 0;
    }
    
    .khtd-slider-wrap .khtd-item {
        margin-bottom: 10px;
    }
    
    .khtd-slider-wrap>.row {
        display: flex;
        justify-content: center;
    }
        
    .box-home-05 {
        padding: 40px 0;
    }
    
    .section-vi-sao {
        padding: 20px;
    }
    .view-home-header .btn-xem-them {
        display: none;
    }
        
    .box-home-07 {
        padding: 40px 0;
    }
    
    .box-home-06 {
        padding-bottom: 40px;
    }
}

@media (max-width:576px){
    .box-article-02 {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    
    .box-article-03>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .box-article-03 {
        padding-bottom: 0;
    }
    .box-detail-acticle {
        padding-top: 40px;
    }
    
    .box-detail-acticle>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .box-contact-02 {
        padding-bottom: 40px;
    }


}

.menu-section .menu-link:focus-visible, *:focus-visible, *:focus {
    outline: none !important;
}

/* ============================================================
   KHÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“A HÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢C DETAIL - view_khoa_hoc_detail
   ============================================================ */

/* HERO */
.khdt-hero {
    /* background: linear-gradient(135deg, #fff8f0 0%, #fff3e0 100%); */
    /* padding: 60px 0 40px; */
    overflow: hidden;
    margin-bottom: 50px;
}
.khdt-hero__content {
    padding-right: 20px;
}
.khdt-hero__title {
    font-size: 38px;
    font-weight: 800;
    color: #e63a2e;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.khdt-hero__subtitle {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 24px;
}
.khdt-hero__btn {
    display: inline-block;
    background: linear-gradient(135deg, #e63a2e, #ff6b35);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: opacity .25s;
    position: relative;
}
.khdt-hero__btn::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 12px;
    background: #ffc107;
    border-radius: 50%;
    filter: blur(6px);
    opacity: .5;
}
.khdt-hero__btn:hover { opacity: .85; color: #fff; }
.khdt-hero__image img {
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

/* FEATURES */

.khdt-feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    padding: 28px 20px 24px;
    text-align: center;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.khdt-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,.14);
}
.khdt-feature-card__icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.khdt-feature-card__icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}
.khdt-feature-card__text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    font-weight: 700;
}


.khdt-about__img img {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
}
.khdt-about__content {
    padding-left: 30px;
}
.khdt-about__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

/* SECTION TITLE */
.khdt-section-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.khdt-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #e63a2e, #ff6b35);
    border-radius: 2px;
}

.khdt-overview .khdt-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.khdt-overview .khdt-section-title::after {
    left: 50%;
    transform: translateX(-50%);
}
.khdt-overview__img { margin-bottom: 12px; }
.khdt-overview__img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}
.khdt-overview__img--main img {
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
}

/* TABLE */
.khdt-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.khdt-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 380px;
}
.khdt-table thead tr {
    background: #2e7d32;
    color: #fff;
}
.khdt-table thead th {
    padding: 14px 16px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}
.khdt-table tbody tr {
    border-bottom: 1px solid #e8f5e9;
    transition: background .15s;
}
.khdt-table tbody tr:hover { background: #f1f8e9; }
.khdt-table tbody td {
    padding: 11px 14px;
    text-align: center;
    color: #444;
    vertical-align: middle;
}
.khdt-table__level {
    background: #e8f5e9;
    font-weight: 700;
    color: #2e7d32;
    font-size: 15px;
}

/* CTA */
.khdt-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    margin-bottom: 50px;
}
.khdt-cta__box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.khdt-cta__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.khdt-cta__desc {
    color: #adb5bd;
    font-size: 15px;
    margin-bottom: 28px;
}

/* CONTENT */
.khdt-content {
    padding: 50px 0;
    background: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .khdt-hero { padding: 40px 0 30px; }
    .khdt-hero__title { font-size: 28px; }
    .khdt-hero__content { padding-right: 0; margin-bottom: 24px; }
    .khdt-about__content { padding-left: 0; margin-top: 24px; }
}
@media (max-width: 575px) {
    .khdt-hero__title { font-size: 22px; }
    .khdt-section-title { font-size: 20px; }
}

/* ============================================================
   KHÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“A HÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢C - MODAL ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡NG KÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â
   ============================================================ */
.khdt-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(160deg, #ffd600 0%, #ffb300 100%);
    position: relative;
}
.khdt-modal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='400' height='300' viewBox='0 0 400 300' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='350' cy='260' r='120' fill='rgba(255,255,255,0.08)'/%3E%3Ccircle cx='30' cy='30' r='80' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") no-repeat center/cover;
    pointer-events: none;
}
.khdt-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: rgba(255,255,255,.7);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .2s;
}
.khdt-modal__close:hover { background: #fff; }
.khdt-modal__body {
    padding: 40px 36px 36px;
    position: relative;
    z-index: 1;
}
.khdt-modal__title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 8px;
}
.khdt-modal__subtitle {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.6;
}
.khdt-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 0 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: box-shadow .2s;
}
.khdt-input-wrap:focus-within {
    box-shadow: 0 4px 16px rgba(230,58,46,.25);
}
.khdt-input-wrap--textarea {
    align-items: flex-start;
    padding-top: 10px;
}
.khdt-input-icon {
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.khdt-input-icon--top {
    padding-top: 2px;
}
.khdt-input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
    color: #333;
    padding: 13px 0;
    padding-left: 0 !important;
}
.khdt-input::placeholder { color: #aaa; }
.khdt-textarea {
    resize: none;
    padding: 4px 0 10px;
    line-height: 1.5;
}
.khdt-modal__footer {
    margin-top: 28px;
    text-align: center;
}
.khdt-modal__submit {
    background: linear-gradient(135deg, #e63a2e, #ff6b35);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 60px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(230,58,46,.4);
    transition: opacity .2s, transform .2s;
}
.khdt-modal__submit:hover:not(:disabled) { opacity: .88; transform: translateY(-1px); }
.khdt-modal__submit:disabled { opacity: .65; cursor: not-allowed; }
.khdt-modal__msg {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 10px;
    display: inline-block;
}
section.khdt-features {
    margin-bottom: 50px;
}

section.khdt-about {
    margin-bottom: 50px;
    padding-top: 50px;
}
.khdt-modal__msg--success { background: rgba(46,125,50,.12); color: #2e7d32; }
.khdt-modal__msg--error   { background: rgba(211,47,47,.1);  color: #c62828; }
@keyframes khdt-spin { to { transform: rotate(360deg); } }
.khdt-spin { animation: khdt-spin .8s linear infinite; }
.article-card-news .content-article .inner-image {
    overflow: hidden;
}

@media (max-width: 575px) {
    .khdt-modal__body { padding: 32px 20px 28px; }
    .khdt-modal__title { font-size: 22px; }
    .khdt-modal__submit { padding: 13px 40px; }
    section.khdt-about>.row>div:nth-child(2) {
        order: 1;
    }
    
    section.khdt-about>.row>div:nth-child(1) {
        order: 2;
    }
    
    .khdt-cta {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    
    section.khdt-overview {
        margin-bottom: 30px;
    }
    
    section.khdt-features>.row>div {
        margin-bottom: 15px;
    }
    
    section.khdt-about {
        margin-bottom: 40px;
        padding-top: 40px;
    }
    
    section.khdt-features {
        margin-bottom: 25px;
    }
    
    .khdt-cta__title {
        font-size: 21px;
    }
}
section.khdt-overview {
    margin-bottom: 40px;
}
.box-detail-acticle {
    padding-top: 40px;
}

@media (min-width:767px) and (max-width:1200px){
    .hero-slide-content {
        padding: 0;
    }
    
    .hero-slide-title {
        font-size: 2.5rem;
    }
    
    .hero-btn {
        padding: 12px 12px;
    }
    
    .khtd-item {
        margin-bottom: 30px;
    }
    
    .footer-mid-mb {
        padding-top: 40px;
    }
    
    .footer-mid-mb>.container>.row>div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-menu-right .info {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .phone-bottom {
        text-align: center;
        margin-bottom: 30px;
    }
}


