﻿/* Homepage skin for THPT Huynh Thuc Khang */

:root {
    --htk-blue: #00368d;
    --htk-blue-dark: #00368d;
    --htk-blue-soft: #e7f0ff;
    --htk-green: #17a85b;
    --htk-yellow: #ffd23f;
    --htk-text: #18304f;
    --htk-muted: #64748b;
    --htk-bg: #f2f6fb;
    --htk-shadow: 0 12px 28px rgba(0, 43, 112, .14);
    --htk-font-body: 'Montserrat-Regular', Arial, sans-serif;
    --htk-font-regular: 'Montserrat-Regular', Arial, sans-serif;
    --htk-font-medium: 'Montserrat-Medium', Arial, sans-serif;
    --htk-font-semibold: 'Montserrat-SemiBold', Arial, sans-serif;
    --htk-font-bold: 'Montserrat-Bold', Arial, sans-serif;
    --htk-font-extrabold: 'Montserrat-ExtraBold', Arial, sans-serif;
    --htk-font-black: 'Montserrat-Black', Arial, sans-serif;
    --htk-font-display: 'AvertaStdCY-Extrabold', 'Montserrat-Black', Arial, sans-serif;
    --htk-font-display-semibold: 'AvertaStdCY-Semibold', 'Montserrat-SemiBold', Arial, sans-serif;
    --htk-font-condensed: 'UTM', 'Montserrat-Black', Arial, sans-serif;
}

.htk-header,
.htk-header * {
    box-sizing: border-box;
}

.htk-topbar-left h2,
.htk-topbar-left h3 {
    color: #fff;
    font-family: var(--htk-font-semibold);
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}

.r-header-topbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.htk-header {
    position: relative;
    z-index: 30;
    background: #fff;
    color: var(--htk-text);
    font-family: var(--htk-font-body);
}

.header-bottom-left .logo:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.htk-header .grid.wide,
.htk-stat-strip .grid.wide,
.htk-home-page .grid.wide,
footer .grid.wide {
    max-width: 1200px;
}

.htk-topbar {
    height: 28px;
    color: #fff;
    font-family: var(--htk-font-medium);
    font-size: 12px;
    position: relative;
}

.htk-topbar-inner:before {
    content: "";
    position: absolute;
    background: #55e88f;
    right: 0;
    top: -88px;
    height: 131px;
    width: 84%;
    z-index: -1;
    border-radius: 0 0 0 120px;
    left: auto;
}

.htk-topbar:after {
    content: "";
    position: absolute;
    background: var(--htk-blue-dark);
    right: 0;
    top: 0;
    height: 43px;
    width: 50%;
    z-index: -1;
}

.htk-topbar-inner:after {
    content: "";
    position: absolute;
    background: var(--htk-blue-dark);
    right: 0;
    top: -67px;
    height: 110px;
    width: 82%;
    z-index: -1;
    border-radius: 0 0 0 120px;
}

.htk-topbar-inner,
.htk-brand-inner,
.htk-nav-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.htk-topbar-inner {
    justify-content: end;
    gap: 10px;
    position: relative;
}

.htk-topbar-left {
    text-transform: uppercase;
    font-family: var(--htk-font-semibold);
    letter-spacing: .2px;
    display: flex;
    flex-direction: column;
    padding-right: 227px;
}

.htk-topbar-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

    .htk-topbar-links a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        transition: color .28s ease, transform .28s ease;
        text-transform: uppercase;
    }

        .htk-topbar-links a:hover {
            color: var(--htk-yellow);
            transform: translateY(-1px);
        }

.htk-hotline {
    font-family: var(--htk-font-bold);
}

.htk-brand {
}

.htk-brand-inner {
    position: relative;
    gap: 9px;
}

.htk-logo {
    width: 72px;
    height: 72px;
    flex: 0 0 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .htk-logo img {
        width: 66px;
        height: 66px;
        object-fit: contain;
        display: block;
    }

.htk-school span,
.htk-school em {
    display: block;
    color: var(--htk-blue);
    font-family: var(--htk-font-semibold);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.htk-school strong {
    display: block;
    margin-top: 1px;
    color: var(--htk-blue);
    font-family: var(--htk-font-condensed);
    font-size: 25px;
    font-weight: normal;
    line-height: 1.05;
    text-transform: uppercase;
}

.htk-school em {
    color: #56657a;
    font-size: 10px;
    margin-top: 2px;
}

.btn-menu-rs {
    margin-left: auto;
    display: none;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: var(--htk-blue);
    background: var(--htk-blue-soft);
}

.htk-nav {
    background: #fff;
}

    .htk-nav.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: var(--htk-shadow);
        z-index: 100;
    }

.htk-nav-inner {
    justify-content: space-around;
    gap: 18px;
}

.htk-nav-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.htk-main-menu > ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .htk-main-menu > ul > li {
        position: relative;
    }

        .htk-main-menu > ul > li > a {
            display: inline-flex;
            align-items: center;
            min-height: 38px;
            padding: 0 13px;
            color: var(--htk-text);
            font-family: var(--htk-font-bold);
            font-size: 12px;
            text-transform: uppercase;
            white-space: nowrap;
            transition: color .28s ease, background .28s ease;
        }

        .htk-main-menu > ul > li:hover > a {
            color: var(--htk-blue);
            background: var(--htk-blue-soft);
            border-radius: 50px;
        }

.htk-nav.fixed .htk-main-menu > ul > li:hover > a {
    color: #fff;
}

.htk-main-menu .drop {
    position: absolute;
    left: 50%;
    top: calc(100% + -1px);
    min-width: 255px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #e1efe7;
    border-radius: 8px;
    box-shadow: 0 20px 42px rgba(7, 24, 50, .14);
    transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.htk-main-menu li:hover .drop {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.htk-main-menu li.hav .drop:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #e1efe7;
    border-top: 1px solid #e1efe7;
    transform: translateX(-50%) rotate(45deg);
}

.mini-banner-home {
    padding: 27px 0;
}

.htk-main-menu .drop a {
    display: block;
    padding: 11px 14px;
    color: var(--htk-text);
    border-top: 1px solid #eef3f9;
    font-size: 15px;
    font-family: var(--htk-font-semibold);
    transition: color .28s ease, background .28s ease;
}

.htk-main-menu .drop li:nth-child(1) a {
    border-top: unset;
}

.htk-main-menu .drop a:hover {
    background: #fcdc08;
}

.htk-searchbox {
    position: relative;
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--htk-blue);
    overflow: hidden;
    transition: width .3s ease, border-radius .3s ease;
}

    .htk-searchbox:hover,
    .htk-searchbox:focus-within {
        width: 210px;
        border-radius: 999px;
    }

    .htk-searchbox .txt {
        width: 100%;
        height: 100%;
        padding: 0 40px 0 12px;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        opacity: 0;
    }

    .htk-searchbox:hover .txt,
    .htk-searchbox:focus-within .txt {
        opacity: 1;
    }

    .htk-searchbox .txt::placeholder {
        color: rgba(255, 255, 255, .8);
    }

    .htk-searchbox .btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

.htk-hero {
    position: relative;
    box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, .28);
    border-radius: 30px;
}

.htk-hero-slide {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, .28);
}

.htk-hero-swiper .swiper-slide {
    border-radius: 30px;
}

.htk-hero .swiperhomebanner {
    border-radius: 30px;
    border: 4px solid #ffff;
}

.htk-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
    box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, .28);
}

.htk-hero .swiper-button-next,
.htk-hero .swiper-button-prev {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    color: var(--htk-blue);
}

    .htk-hero .swiper-button-next::after,
    .htk-hero .swiper-button-prev::after {
        font-size: 15px;
        font-weight: 700;
    }

.htk-stat-strip {
    position: relative;
    z-index: 5;
    margin-top: -42px;
    display: none;
}

.htk-stat-panel {
    width: 640px;
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: 34px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--htk-shadow);
}

.htk-stat-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 2px 8px;
    padding: 0 8px;
    border-right: 1px solid #dce6f1;
    transition: transform .28s ease;
}

    .htk-stat-item:last-child {
        border-right: 0;
    }

    .htk-stat-item:hover {
        transform: translateY(-3px);
    }

.htk-stat-icon {
    grid-row: span 2;
    color: var(--htk-blue);
    font-size: 22px;
}

.htk-stat-item strong {
    color: var(--htk-blue);
    font-family: var(--htk-font-extrabold);
    font-size: 20px;
    line-height: 1;
}

.cout-star {
    color: var(--htk-blue);
    font-family: var(--htk-font-extrabold);
    font-size: 20px;
    line-height: 1;
}

.htk-stat-item span:last-child {
    color: var(--htk-muted);
    font-family: var(--htk-font-semibold);
    font-size: 10px;
    text-transform: uppercase;
}

.htk-home-page {
    color: var(--htk-text);
    font-family: var(--htk-font-body);
}

    .htk-home-page a {
        transition: color .28s ease, transform .28s ease, box-shadow .28s ease, background .28s ease;
    }

.htk-about {
    position: relative;
    overflow: hidden;
    padding-top: 42px;
}

.htk-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
    background: url(/Design/img/TieuHocHamThang2/about.png) no-repeat;
    background-size: 100% 100%;
}

.htk-script-title {
    display: block;
    color: var(--htk-green);
    font-family: '1FTV-VIP-Blacksword';
    font-size: 18px;
    font-style: normal;
}

.htk-about b {
    font-size: 18px;
    font-family: 'Montserrat-Medium';
    font-style: italic;
    color: #eb247e;
    margin-right: 6px;
}

.htk-about-copy {
    padding-left: 35px;
}

.htk-about small {
    display: block;
    margin-bottom: 5px;
    color: #0051b2;
    font-family: 'UTM';
    font-size: 16px;
    letter-spacing: .6px;
}

section.htk-notices .grid.wide {
    position: relative;
    padding: 13px 8px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 43, 112, .09);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.htk-slogan {
    color: #d49a00;
    font-family: '1FTV-VIP-Blacksword';
    font-size: 18px;
    font-style: normal;
    margin-bottom: 20px;
}

.htk-about p {
    margin: 0 0 14px;
    color: #334155;
    font-family: var(--htk-font-medium);
    line-height: 1.65;
    text-align: justify;
}

.htk-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 12px 21px;
    border-radius: 999px;
    background: #eb247e;
    color: #fff;
    font-family: var(--htk-font-bold);
    font-size: 13px;
    box-shadow: 0 10px 22px rgba(0, 59, 145, .2);
}

    .htk-primary-link:hover {
        color: #fff;
        background: var(--htk-green);
        transform: translateY(-3px);
    }

.htk-about-visual {
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.htk-about-main-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    border-radius: 0 0 0 120px;
    box-shadow: var(--htk-shadow);
}

.htk-values article {
    min-height: 128px;
    padding: 18px 14px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
}

    .htk-values article:hover {
        transform: translateY(-5px);
        box-shadow: var(--htk-shadow);
    }

.htk-values i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--htk-blue-soft);
    color: var(--htk-blue);
    font-size: 25px;
}

.htk-values strong {
    display: block;
    margin-top: 10px;
    color: var(--htk-blue);
    font-family: var(--htk-font-extrabold);
    font-size: 15px;
    text-transform: uppercase;
}

.htk-values span {
    display: block;
    margin-top: 5px;
    color: var(--htk-muted);
    font-family: var(--htk-font-medium);
    font-size: 12px;
    line-height: 1.35;
}

.htk-quality-band {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

    .htk-quality-band .grid {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-size: 16px;
        font-family: var(--htk-font-extrabold);
        padding-right: 100px;
    }

    .htk-quality-band i {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(255, 255, 255, .65);
        border-radius: 50%;
        font-size: 20px;
        background: linear-gradient(180deg, #107af0, #0046ad);
        color: #fff;
    }

.htk-news,
.htk-activities {
    padding: 58px 0;
    background: #eef6fc;
}

.htk-section-title {
    position: relative;
    margin: 0 0 28px;
    color: var(--htk-blue);
    font-family: var(--htk-font-extrabold);
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

    .htk-section-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 41px;
        height: 32px;
        background: url(/Design/img/TieuHocHamThang2/tt.png) no-repeat;
        background-size: cover;
    }

    .htk-section-title.centered {
        text-align: center;
    }

        .htk-section-title.centered::after {
            left: 50%;
            transform: translateX(-50%);
        }

.htk-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .78fr) 250px;
    gap: 24px;
    align-items: start;
}

.htk-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(15, 52, 96, .12);
    overflow: hidden;
}

    .htk-card a {
        display: block;
        color: inherit;
    }

.htk-img {
    display: block;
    overflow: hidden;
    background: #dbe7f5;
}

    .htk-img img,
    .htk-utility img,
    .htk-gallery-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

.htk-card:hover .htk-img img,
.htk-utility a:hover img,
.htk-gallery-grid a:hover img {
    transform: scale(1.055);
}

.htk-feature-card .htk-img {
    height: 300px;
}

.htk-feature-card h3 {
    margin: 18px 18px 10px;
    color: var(--htk-blue);
    font-family: var(--htk-font-extrabold);
    font-size: 21px;
    line-height: 1.5;
    text-align: justify;
}

.htk-feature-card p {
    margin: 0 18px 14px;
    color: #475569;
    font-family: var(--htk-font-medium);
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.htk-feature-card em {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 18px 18px;
    color: var(--htk-blue);
    font-size: 12px;
    font-style: normal;
    font-family: var(--htk-font-bold);
    text-transform: uppercase;
}

.htk-news-small {
    display: grid;
    gap: 16px;
}

.htk-small-news {
    min-height: 0;
}

    .htk-small-news .htk-img {
        height: 136px;
    }

    .htk-small-news .htk-date,
    .htk-activity-card .htk-date {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        margin: 12px 14px 0;
        color: #65758b;
        font-family: var(--htk-font-medium);
        font-size: 12px;
    }

    .htk-small-news strong,
    .htk-activity-card strong {
        display: -webkit-box;
        margin: 7px 14px 8px;
        color: var(--htk-text);
        font-family: var(--htk-font-bold);
        font-size: 15px;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        transition: color .28s ease;
    }

    .htk-small-news:hover strong,
    .htk-activity-card:hover strong {
        color: #fff;
    }

    .htk-small-news p,
    .htk-activity-card p {
        display: -webkit-box;
        margin: 0 14px 14px;
        color: #64748b;
        font-family: var(--htk-font-medium);
        font-size: 13px;
        line-height: 1.45;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.htk-utility {
    display: grid;
    gap: 12px;
}

    .htk-utility > a {
        display: block;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0, 43, 112, .11);
    }

.htk-documents {
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 43, 112, .11);
    display: none;
}

    .htk-documents h3 {
        margin: 0 0 10px;
        color: var(--htk-blue);
        font-family: var(--htk-font-extrabold);
        font-size: 15px;
        text-transform: uppercase;
    }

    .htk-documents a {
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
        padding: 9px 0;
        color: #334155;
        border-top: 1px solid #edf2f7;
        box-shadow: none;
        border-radius: 0;
        font-size: 13px;
        font-family: var(--htk-font-semibold);
        line-height: 1.35;
    }

        .htk-documents a:hover {
            color: var(--htk-blue);
            transform: translateX(3px);
        }

    .htk-documents i {
        color: var(--htk-green);
        margin-top: 2px;
    }

.htk-notice-swiper {
    overflow: hidden;
}

.htk-notice-card {
    width: 182px;
    min-height: 86px;
    padding: 13px;
    border-radius: 8px;
    background: var(--htk-blue);
}

    .htk-notice-card a {
        display: -webkit-box;
        color: #fff;
        font-size: 13px;
        font-family: var(--htk-font-bold);
        line-height: 1.35;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .htk-notice-card:hover {
        background: var(--htk-green);
    }

.htk-activities {
    background: #f7f9fc;
}

.htk-activities-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
}

.htk-activity-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.htk-activity-card .htk-img {
    height: 155px;
}

.htk-activity-utility img {
    height: auto;
    min-height: 70px;
    max-height: 150px;
}

.htk-gallery {
    padding: 64px 0 76px;
}

.htk-gallery-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    grid-auto-rows: 104px;
    gap: 12px;
}

    .htk-gallery-grid a:first-child {
        grid-row: span 2;
    }

.htk-album-more {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--htk-blue), #006bd6) !important;
    font-family: var(--htk-font-bold);
    text-align: center;
}

    .htk-album-more i {
        font-size: 30px;
    }

footer {
}

    footer .footer-bottom {
        background: #02215c !important;
    }

        footer .footer-bottom::before {
            display: none;
        }

        footer .footer-bottom .container span,
        .item-online-footer,
        .item-total-footer {
            color: #fff !important;
        }

/* PSD desktop alignment pass */

@media (min-width: 1390px) {
    .htk-about .grid.wide {
    }

    .htk-about-copy {
    }

    .htk-slogan {
        margin: 12px 0 21px;
        color: #e69830;
        font-family: '1FTV-VIP-Blacksword';
        font-size: 37px !important;
        line-height: 1.1;
    }

    .htk-script-title {
        font-size: 36px !important;
    }

    .htk-about h1 {
        font-size: 40px !important;
    }

    .htk-about {
    }

        .htk-about p {
            width: 610px !important;
            max-width: 100%;
            margin: 0 0 13px;
            color: #344154;
            font-family: var(--htk-font-medium);
            line-height: 1.48;
            text-align: justify;
        }

    .htk-about-grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 999px minmax(0, 1fr) !important;
        gap: 42px;
        min-height: 420px;
        align-items: start;
    }
}

/* PSD desktop alignment pass */

@media (min-width: 1024px) {
    .htk-header .grid.wide,
    .htk-stat-strip .grid.wide,
    footer .grid.wide {
        max-width: 1200px;
    }

    .htk-topbar {
        height: 44px;
        font-size: 13px;
    }

    .htk-topbar-inner {
    }

    .htk-topbar-links {
        gap: 17px;
    }

    .htk-brand-inner {
        z-index: 3;
    }

    .htk-logo {
        position: absolute;
        left: 0;
        top: -36px;
        z-index: 5;
    }

        .htk-logo img {
            width: 88px;
            height: 88px;
        }

    .htk-school {
        padding-left: 116px;
        margin-top: -2px;
    }

        .htk-school span {
            font-size: 13px;
            line-height: 1;
        }

        .htk-school strong {
            margin-top: 5px;
            font-size: 25px;
            line-height: .95;
        }

    .htk-nav {
        position: relative;
        z-index: 4;
    }

        .htk-nav.fixed {
            margin-top: 0;
            background: #fff;
        }

    .htk-nav-inner {
        justify-content: space-between;
        gap: 13px;
        height: 56px;
    }

    .htk-nav.fixed .htk-nav-inner {
        height: 48px;
        padding-left: 0;
    }

    .htk-home {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .htk-main-menu > ul > li > a {
        min-height: 38px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 1;
    }

    .htk-nav.fixed .htk-main-menu > ul > li > a {
        min-height: 38px;
    }

    .htk-searchbox {
        width: 28px;
        height: 28px;
    }

        .htk-searchbox .btn {
            width: 28px;
            height: 28px;
            font-size: 12px;
        }

    .htk-hero-slide img {
        object-position: center center;
        border-radius: 30px;
    }

    .htk-stat-strip {
        margin-top: -41px;
    }

    .htk-stat-panel {
        width: 612px;
        min-height: 74px;
        margin-right: 68px;
        padding: 13px 17px;
        border-radius: 8px;
    }

    .htk-stat-item {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 0 11px;
        gap: 3px 8px;
    }

    .htk-stat-icon {
        font-size: 25px;
    }

    .htk-stat-item strong {
        font-size: 17px;
    }

    .htk-stat-item span:last-child {
        font-size: 9px;
    }

    .htk-about {
    }

    .htk-about-grid {
        grid-template-columns: 455px minmax(0, 1fr);
        gap: 42px;
        min-height: 398px;
        position: relative;
        z-index: 2;
    }

    .htk-script-title {
        font-size: 17px;
        color: #68b36f;
    }

    .htk-about small {
        margin-bottom: 5px;
        font-size: 19px;
        line-height: 1;
    }

    .htk-slogan {
        margin-top: 10px;
        margin-bottom: 20px;
        color: #d49b1f;
        font-size: 17px;
    }

    .htk-about p {
        max-width: 700px;
        margin-bottom: 12px;
        line-height: 1.48;
    }

    .htk-primary-link {
        min-width: 238px;
        min-height: 38px;
        justify-content: center;
        margin-top: 12px;
        padding: 10px 18px;
        font-size: 12px;
    }

    .htk-about-visual {
        position: relative;
        min-height: 390px;
        align-items: flex-start;
        justify-content: flex-end;
        padding-top: 14px;
        padding-right: 8px;
    }

    .htk-about-main-img {
        width: 626px;
        height: 370px;
        border-radius: 0 0 0 160px;
        box-shadow: none;
    }

    .htk-about-circle {
        position: absolute;
        z-index: 4;
        display: block;
        overflow: hidden;
        border: 7px solid #fff;
        border-radius: 50%;
        background: #e7eef8;
        box-shadow: 0 12px 28px rgba(0, 43, 112, .18);
    }

        .htk-about-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .35s ease;
        }

        .htk-about-circle:hover img {
            transform: scale(1.055);
        }

    .htk-about-circle-a {
        left: 116px;
        bottom: -48px;
        width: 144px;
        height: 144px;
    }

    .htk-about-circle-b {
        left: 300px;
        bottom: -62px;
        width: 174px;
        height: 174px;
    }

    .htk-about-circle-c {
        right: 18px;
        bottom: -46px;
        width: 142px;
        height: 142px;
    }

    .htk-values {
        z-index: 5;
        width: 470px;
        padding-bottom: 23px;
        grid-template-columns: repeat(4, 1fr);
        gap: 11px;
    }

        .htk-values article {
            min-height: 128px;
            padding: 16px 8px 10px;
        }

        .htk-values i {
            width: 58px;
            height: 58px;
            color: #fff;
            background: linear-gradient(180deg, #0c78ec, #0044b6);
            font-size: 24px;
        }

        .htk-values strong {
            margin-top: 9px;
            font-size: 14px;
        }

        .htk-values span {
            font-size: 10px;
            line-height: 1.35;
        }

    .htk-quality-band .grid {
        min-height: 60px;
        font-size: 15px;
    }

    .htk-news {
        padding: 70px 0 66px;
    }

    .htk-section-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .htk-news-grid {
        grid-template-columns: 510px 300px 310px;
        gap: 25px;
    }

    .htk-feature-card {
        box-shadow: none;
    }

        .htk-feature-card .htk-img {
            height: 336px;
            border-radius: 6px;
        }

        .htk-feature-card h3 {
            margin: 19px 0 10px;
            font-size: 21px;
            line-height: 1.25;
        }

        .htk-feature-card p {
            margin: 0 0 18px;
            font-size: 14px;
            line-height: 1.55;
        }

        .htk-feature-card em {
            margin: 0;
            padding: 8px 14px;
            border: 1px solid #d8e2f2;
            border-radius: 999px;
            font-size: 10px;
            color: #71809a;
        }

    .htk-news-small {
        gap: 0;
        padding: 13px;
        border: 1px solid #dce6f5;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 43, 112, .09);
    }

        .htk-news-small .htk-small-news {
            box-shadow: none;
            border-radius: 0;
            overflow: visible;
        }

            .htk-news-small .htk-small-news:first-child .htk-img {
                border-radius: 6px;
            }

            .htk-news-small .htk-small-news:not(:first-child) .htk-img,
            .htk-news-small .htk-small-news:not(:first-child) p {
                display: none;
            }

            .htk-news-small .htk-small-news:not(:first-child) a {
                position: relative;
            }

    .htk-small-news .htk-date {
        font-size: 11px;
        margin: 0;
    }

    .htk-small-news strong {
        margin: 8px 0 0px;
        font-size: 18px;
        line-height: 1.4;
        color: #09359e;
        text-align: justify;
    }

    .htk-news-small .htk-small-news:first-child .w-date-cate-new span.htk-cate-n {
        display: flex;
        color: #4f9e3a;
        border-color: #4f9e3a;
        background: #ecffe7;
    }

    .htk-feature-card .w-date-cate-new span.htk-cate-n {
        display: flex;
    }

    .htk-news-small .htk-small-news:not(:first-child) strong {
        margin: 0;
        color: #3e4a5f;
        font-family: var(--htk-font-medium);
        font-size: 12px;
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }

    .htk-small-news p {
        margin: 0 0 11px;
        font-size: 12px;
    }

    .htk-news-utility {
        gap: 10px;
    }

        .htk-news-utility > a {
            border-radius: 7px;
        }

    .htk-documents {
        display: none;
    }

    .htk-notices {
    }

    .htk-notice-card {
        min-height: 88px;
        padding: 14px 15px;
        border-radius: 7px;
        background: #0041b4;
    }

        .htk-notice-card:nth-child(2n+1) {
            background: #fff;
        }

            .htk-notice-card:nth-child(2n+1) a {
                color: #0041b4;
            }

            .htk-notice-card:nth-child(2n+1):hover {
                background: #fff;
            }

                .htk-notice-card:nth-child(2n+1):hover a {
                    color: #0041b4;
                }

    .htk-activities {
        padding: 60px 0 72px;
        background: #f5f5f5;
    }

    .htk-activities-grid {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 34px;
    }

    .htk-activity-list {
        gap: 24px 21px;
    }

    .htk-activity-card {
        box-shadow: none;
        background: transparent;
    }

        .htk-activity-card .htk-img {
            height: 154px;
            border-radius: 7px;
            box-shadow: 0 7px 16px rgba(0, 43, 112, .1);
        }

        .htk-activity-card .htk-date {
            margin: 11px 0 0;
            font-size: 11px;
        }

        .htk-activity-card strong {
            margin: 7px 0 8px;
            font-size: 14px;
            line-height: 1.32;
        }

        .htk-activity-card p {
            margin: 0;
            font-size: 12px;
            line-height: 1.45;
        }

    .htk-activity-utility {
        gap: 15px;
    }

        .htk-activity-utility a {
            border-radius: 7px;
        }

        .htk-activity-utility img {
            width: 100%;
            height: auto;
            max-height: none;
            min-height: 0;
            object-fit: contain;
        }

    .htk-gallery {
        padding: 76px 0 82px;
    }

    .htk-gallery-grid {
        grid-template-columns: 2.1fr repeat(4, 1fr);
        grid-auto-rows: 102px;
        gap: 13px;
    }

        .htk-gallery-grid a {
            border-radius: 10px;
        }

            .htk-gallery-grid a:first-child {
                grid-row: span 2;
            }

    .htk-album-more {
        font-size: 12px;
    }
}

@media (max-width: 1239px) {
    .htk-header .grid.wide,
    .htk-stat-strip .grid.wide,
    .htk-home-page .grid.wide,
    footer .grid.wide {
        width: calc(100% - 32px);
    }

    .htk-news-grid,
    .htk-activities-grid {
        grid-template-columns: 1fr;
    }

    .htk-news-utility,
    .htk-activity-utility {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .htk-topbar-left {
        padding-left: 75px;
    }

    .header-bottom-left .logo:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 72px;
        height: 72px;
        border-radius: 50%;
    }

    .htk-school.none {
        display: block !important;
    }

    .htk-nav.fixed .header-bottom-left .logo:before {
        display: none;
    }

    .htk-topbar-inner {
        justify-content: normal;
        padding: 0 !important;
    }

    .htk-brand {
        height: 72px;
    }

    .htk-home {
        display: none;
    }

    .htk-logo {
        width: 85px;
        height: 85px;
        flex: 0 0 85px;
    }

        .htk-logo img {
            width: 60px;
            height: 60px;
        }

    .htk-school strong {
        font-size: 19px;
    }

    .btn-menu-rs {
        display: flex;
    }

    .htk-main-menu {
        display: none;
    }

    .htk-nav {
    }

    .htk-nav-inner {
        justify-content: space-between;
    }

    .htk-hero-slide {
    }

    .grid.wide.htk-nav-inner {
        padding: 0;
        gap: 3px;
    }

    .htk-stat-panel {
        margin: -4px auto 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 12px;
    }

    .htk-about-grid {
        display: flex;
        flex-direction: column;
        background: transparent;
    }

    .htk-values {
        display: grid;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .htk-values,
    .htk-activity-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htk-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .htk-news-utility {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htk-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 739px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .htk-logo {
        width: 66px !important;
        height: 66px !important;
        flex-basis: 66px !important;
    }

    .htk-about-grid {
        gap: 1px;
    }

    .htk-topbar-left {
        padding: 0;
        width: 100%;
        text-align: right;
    }

    .r-header-topbar {
        display: none;
    }

    .htk-topbar-left h2 {
        font-size: 11px;
    }

    .htk-topbar-left h3 {
        display: none;
    }

    .htk-header .grid.wide,
    .htk-stat-strip .grid.wide,
    .htk-home-page .grid.wide,
    footer .grid.wide {
        width: calc(100% - 15px);
    }

    .htk-nav-inner {
        justify-content: space-between;
        padding: 0 !important;
    }

    .htk-topbar {
        padding: 7px 0;
    }

    .htk-topbar-inner:before {
        content: "";
        position: absolute;
        background: #55e88f;
        right: 0;
        top: -54px;
        height: 75px;
        width: 84%;
        z-index: -1;
        border-radius: 0 0 0 57px;
        left: auto;
    }

    .htk-topbar-inner:after {
        content: "";
        position: absolute;
        background: var(--htk-blue-dark);
        right: 0;
        top: -54px;
        height: 75px;
        width: 82%;
        z-index: -1;
        border-radius: 0 0 0 57px;
    }

    .htk-topbar-links {
        justify-content: space-between;
        gap: 8px;
        font-size: 11px;
        display: none;
    }

        .htk-topbar-links a {
            gap: 4px;
        }

    .htk-brand {
        height: 46px;
        flex: 1 1 0;
    }

    .htk-home {
        display: none;
    }

    .htk-brand-inner {
        gap: 7px;
    }

    .htk-nav.fixed .header-bottom-left .logo,
    .htk-nav.fixed .header-bottom-left .logo canvas,
    .htk-nav.fixed .header-bottom-left .logo img {
        width: 42px !important;
        height: 42px !important;
    }

        .htk-nav.fixed .header-bottom-left .logo.htk-logo {
            flex-basis: 42px !important;
            top: 0;
        }

    .htk-school span,
    .htk-school em {
        font-size: 12px;
    }

    .htk-school strong {
        font-size: 17px;
    }

    .htk-hero-slide {
    }

    .htk-stat-strip {
        margin-top: -13px;
    }

    .htk-stat-panel {
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
        margin-right: auto;
    }

    .htk-stat-item {
        border-right: 0;
        padding: 4px;
        border-radius: 8px;
        background: #f7fbff;
        grid-template-columns: 26px minmax(0, 1fr);
    }

        .htk-stat-item span:last-child {
            font-size: 11px;
            line-height: normal;
        }

        .htk-stat-item strong {
            font-size: 17px;
        }

    .cout-star {
        font-size: 17px;
    }

    .htk-about {
        padding-top: 30px;
        padding-bottom: 26px;
    }

        .htk-about h1 small {
            font-size: 19px;
        }

        .htk-about h1 {
            font-size: 26px;
            line-height: 1.2;
        }

        .htk-about small,
        .htk-about small b {
            font-size: 15px;
        }

    .htk-news-kicker {
        font-size: 14px;
    }

    .htk-about-copy {
        text-align: justify;
        padding: 0;
        margin-bottom: 15px;
    }

    .htk-primary-link {
        padding: 6px 18px;
    }

    .htk-script-title {
        font-size: 25px;
    }

    .htk-slogan {
        font-size: 19px;
    }

    .htk-about-main-img {
        height: 100%;
        border-radius: 8px;
    }

    .htk-about-visual {
        min-height: auto;
        position: relative;
        width: 100%;
    }

    .htk-news-grid,
    .htk-news-small,
    .htk-activity-list,
    .htk-news-utility,
    .htk-activity-utility {
        grid-template-columns: 1fr;
    }

    .htk-news-small {
        grid-template-columns: 1fr 1fr;
    }

    .htk-cate-n {
        display: none;
    }

    .htk-small-news:last-child {
        display: none;
    }

    .htk-values {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 19px;
    }

        .htk-values article {
            padding: 18px 32px;
        }

        .htk-values span {
            font-size: 14px;
            font-weight: 600;
        }

    .htk-quality-band .grid {
        min-height: auto;
        font-size: 11px;
        text-align: left;
        line-height: 1.45;
        gap: 5px;
        padding: 0;
    }

        .htk-quality-band .grid span {
            flex: 1 1 0;
            color: #003b91;
            font-size: 11px;
            line-height: 1.5;
        }

            .htk-quality-band .grid span b {
                color: #FF9800;
            }

    .htk-news,
    .htk-activities {
        padding: 42px 0;
    }

    .htk-section-title {
        font-size: 20px;
    }

    .htk-news .htk-section-title::after {
        left: 0;
        bottom: -10px;
        width: 57px;
        height: 2px;
        background: #003f9e;
    }

    .htk-news .htk-section-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -14px;
        width: 30px;
        height: 2px;
        background: #003f9e;
    }

    .htk-feature-card .htk-img {
        height: 220px;
    }

    .htk-feature-card h3 {
        font-size: 18px;
    }

    .htk-news .htk-date {
        color: #727272;
        font-family: var(--htk-font-medium);
        font-size: 13px;
        line-height: 1;
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    .w-date-cate-new {
        margin-left: 14px;
        margin-bottom: 3px;
    }

    .htk-news .htk-date i {
        color: #004ec0;
        font-size: 15px;
    }

    .htk-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 116px;
    }

        .htk-gallery-grid a:first-child {
            /* grid-column: 1 / -1; */
        }

    .htk-news-utility {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: none;
    }

    footer .container,
    footer .footer-bottom .container {
        display: block !important;
    }
}

/* Header + hero PSD final pass */

@media (min-width: 1024px) {
    .htk-header {
        background: #fff;
    }

    .htk-topbar-left {
        color: #fff;
        font-family: var(--htk-font-semibold);
        font-size: 15px;
        text-transform: uppercase;
    }

    .htk-topbar-links {
        height: 42px;
        gap: 14px;
    }

        .htk-topbar-links a {
            height: 42px;
            color: #fff;
            font-size: 16px;
            line-height: 1;
            font-weight: normal;
        }

            .htk-topbar-links a i {
                color: #ffd44a;
                font-size: 17px;
            }

            .htk-topbar-links a:hover {
                color: #ffd44a;
                opacity: 1;
                transform: translateY(-1px);
            }

    .htk-hotline {
        margin-right: 2px;
        font-family: var(--htk-font-bold) !important;
    }

    .htk-brand {
    }

    .htk-logo {
        top: 7px;
        width: 96px;
        height: 96px;
    }

        .htk-logo img {
            width: 90px;
            height: 90px;
        }

    .htk-school {
        padding-left: 0;
        transform: translateY(-1px);
    }

        .htk-school span {
            color: #003882;
            font-family: var(--htk-font-extrabold);
            font-size: 16px;
            line-height: 1;
        }

        .htk-school strong {
            font-family: var(--htk-font-condensed);
            font-size: 30px;
            line-height: 1;
        }

    .htk-nav {
        height: 56px;
        background: transparent;
        border-bottom: 0;
    }

    .htk-home {
        width: 35px;
        height: 35px;
        margin-right: 2px;
        border-radius: 50%;
        color: #003882;
        transition: background .3s ease, color .3s ease, transform .3s ease;
        position: relative;
        top: -2px;
    }

        .htk-home:hover {
            background: #003882;
            color: #fff;
            transform: translateY(-1px);
        }

    .htk-main-menu > ul > li > a {
        min-height: 30px;
        padding: 0 18px;
        color: #112e63;
        font-family: var(--htk-font-semibold);
        font-size: 16px;
        line-height: 38px;
        border-radius: 10px;
        transition: color .3s ease, background .3s ease, transform .3s ease;
    }

    .htk-main-menu > ul > li:hover > a {
        color: #fff;
        background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
        transform: translateY(-1px);
    }

    .htk-searchbox {
        width: 30px;
        height: 30px;
        background: #003882;
    }

        .htk-searchbox:hover,
        .htk-searchbox:focus-within {
            width: 190px;
        }

        .htk-searchbox .btn {
            width: 30px;
            height: 30px;
            font-size: 12px;
        }

        .htk-searchbox .txt {
            font-family: var(--htk-font-medium);
            font-size: 12px;
        }

    .htk-nav.fixed {
        height: 62px;
        margin-top: 0;
        border-bottom: 1px solid #dbe6f5;
    }

        .htk-nav.fixed .htk-nav-inner {
            height: 62px;
            padding-left: 0;
        }

        .htk-nav.fixed .htk-main-menu > ul > li > a {
            min-height: 33px;
            line-height: 33px;
            color: #333;
        }

    .htk-about-copy {
    }

    .htk-hero {
        margin-top: 22px !important;
    }

    .htk-hero-slide img {
        object-fit: cover;
        object-position: center center;
        transform: none;
        border-radius: 20px;
    }

    .htk-hero .swiper-button-next,
    .htk-hero .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, .82);
        color: #003882;
        box-shadow: 0 8px 18px rgba(0, 43, 112, .16);
        opacity: 0;
        transition: opacity .3s ease, transform .3s ease, background .3s ease;
    }

    .htk-hero:hover .swiper-button-next,
    .htk-hero:hover .swiper-button-prev {
        opacity: 1;
    }

    .htk-hero .swiper-button-next:hover:after,
    .htk-hero .swiper-button-prev:hover:after {
        color: #fff;
    }

    .htk-hero .swiper-button-next:hover,
    .htk-hero .swiper-button-prev:hover {
        background: #003882;
        color: #fff;
        transform: scale(1.06);
    }

    .htk-stat-strip {
        margin-top: -42px;
        pointer-events: none;
    }

    .htk-stat-panel {
        width: 620px;
        min-height: 76px;
        margin-right: 72px;
        padding: 13px 18px;
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(0, 43, 112, .18);
        pointer-events: auto;
    }

    .htk-stat-item {
        grid-template-columns: 31px minmax(0, 1fr);
        padding: 0 10px;
    }

    .htk-stat-icon {
        color: #1e438c;
        font-size: 24px;
    }

    .htk-stat-item strong {
        color: #1e438c;
        font-size: 17px;
    }

    .htk-stat-item span:last-child {
        color: #576778;
        font-size: 9px;
        line-height: 1.2;
    }
}

/* Statistics + about PSD final pass */

@media (min-width: 1024px) {
    .htk-stat-strip {
        position: relative;
        z-index: 8;
        margin-top: -46px;
    }

        .htk-stat-strip .grid.wide {
            max-width: 1200px;
        }

    .htk-stat-panel {
        width: 1000px;
        min-height: 74px;
        margin-left: auto;
        margin-right: 0;
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        padding: 20px 5px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 43, 112, .18);
    }

    .htk-stat-item {
        display: grid;
        grid-template-columns: 29px minmax(0, 1fr);
        align-items: center;
        gap: 2px 3px;
        min-height: 40px;
        padding: 0 8px;
        border-right: 1px solid #dce5f1;
        transition: transform .3s ease, color .3s ease;
    }

        .htk-stat-item:last-child {
            border-right: 0;
        }

        .htk-stat-item:hover {
            transform: translateY(-3px);
        }

    .htk-stat-icon {
        grid-row: span 2;
        color: #1d438c;
        font-size: 20px;
        line-height: 1;
    }

    .htk-stat-item strong,
    .cout-star {
        color: #1d438c;
        font-family: var(--htk-font-extrabold);
        font-size: 18px;
        line-height: 1;
    }

    .htk-stat-item span:last-child {
        color: #66768a;
        font-family: var(--htk-font-semibold);
        font-size: 12px;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .htk-about {
        position: relative;
        overflow: hidden;
    }

    .htk-about-grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1019px minmax(0, 1fr);
        gap: 42px;
        min-height: 600px;
        align-items: start;
    }

    .htk-script-title {
        color: #eb247e;
        font-family: 'Montserrat-Medium';
        font-size: 17px;
        line-height: 1.15;
        text-transform: none;
        font-style: italic;
    }

    .htk-about small {
        display: block;
        margin-bottom: 1px;
        color: #0051b2;
        font-family: 'UTM';
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0;
        font-style: italic;
    }

    .htk-slogan {
        margin: 12px 0 21px;
        color: #e69830;
        font-family: '1FTV-VIP-Blacksword';
        font-size: 28px;
        line-height: 1.1;
    }

    .htk-about p {
        color: #000000;
        font-family: var(--htk-font-medium);
        line-height: 1.48;
        text-align: justify;
    }

    .htk-primary-link {
        min-width: 165px;
        min-height: 38px;
        justify-content: center;
        margin-top: 0px;
        padding: 8px 18px;
        border-radius: 999px;
        background: #eb247e;
        color: #fff;
        font-family: var(--htk-font-medium);
        font-size: 15px;
        box-shadow: 0 8px 18px rgba(0, 66, 168, .18);
    }

        .htk-primary-link:hover {
            background: #23a454;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 14px 26px rgba(0, 66, 168, .24);
        }

    .htk-about-visual {
        position: relative;
        min-height: 579px;
        display: block;
        padding: 0;
    }

    .htk-about-main-img {
        position: absolute;
        right: 0;
        top: 3px;
        width: 632px;
        height: 501px;
        border-radius: 0;
        object-fit: cover;
        object-position: center center;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
    }

    .htk-about-circle {
        position: absolute;
        z-index: 5;
        display: block;
        overflow: hidden;
        border: 7px solid #fff;
        border-radius: 50%;
        background: #e8eef8;
        box-shadow: 0 12px 26px rgba(0, 43, 112, .18);
        opacity: 0;
    }

        .htk-about-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .35s ease;
        }

        .htk-about-circle:hover img {
            transform: scale(1.055);
        }

    .htk-about-circle-a {
        left: -16px;
        bottom: -58px;
        width: 186px;
        height: 186px;
    }

    .htk-about-circle-b {
        left: 170px;
        bottom: -75px;
        width: 230px;
        height: 230px;
    }

    .htk-about-circle-c {
        right: 18px;
        bottom: -55px;
        width: 186px;
        height: 186px;
    }

    .htk-values {
        position: relative;
        z-index: 6;
        width: 630px !important;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 11px;
    }

        .htk-values article {
            min-height: 132px;
            padding: 15px 8px 10px;
            text-align: center;
            transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
        }

            .htk-values article:hover {
                transform: translateY(-5px);
                border-color: #99c3ff;
                box-shadow: 0 16px 32px rgba(0, 43, 112, .17);
            }

        .htk-values i {
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(180deg, #107af0, #0046ad);
            color: #fff;
            font-size: 25px;
            box-shadow: inset 0 -6px 12px rgba(0, 42, 112, .18);
            transition: transform .32s ease;
        }

        .htk-values article:hover i {
            transform: scale(1.06);
        }

        .htk-values strong {
            display: block;
            margin-top: 10px;
            color: #0042a8;
            font-family: var(--htk-font-extrabold);
            font-size: 14px;
            line-height: 1;
            text-transform: uppercase;
        }

        .htk-values span {
            display: block;
            margin-top: 7px;
            color: #2f3e54;
            font-family: var(--htk-font-medium);
            font-size: 12px;
            line-height: 1.32;
        }

    .htk-quality-band {
        z-index: 4;
    }

        .htk-quality-band .grid {
            min-height: 83px;
            justify-content: end;
            -webkit-justify-content: flex-end;
            gap: 17px;
            font-family: var(--htk-font-extrabold);
            font-size: 15px;
            line-height: 1.2;
        }

        .htk-quality-band i {
            width: 46px;
            height: 46px;
            border: 2px solid rgba(255, 255, 255, .8);
            font-size: 21px;
        }
}

@media (min-width: 740px) and (max-width: 1023px) {
    .htk-stat-panel {
        max-width: 720px;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .htk-about-visual,
    .htk-about-visual img {
        min-height: 100%;
        height: 100%;
        border-radius: 0;
    }

    .htk-script-title {
        font-size: 26px;
    }

    .htk-about h1 small {
        font-size: 26px;
    }

    .htk-quality-band .grid span {
        flex: 1 1 0;
        color: #003b91;
        font-size: 14px;
        line-height: 1.5;
    }

        .htk-quality-band .grid span b {
            color: #FF9800;
        }

    .htk-slogan {
        font-size: 26px;
    }

    .htk-topbar-links {
        display: none !important;
    }

    .htk-about h1 {
        font-size: 46px;
        margin-bottom: 25px;
    }

    .htk-about-circle {
        display: none;
    }
}

@media (max-width: 739px) {
    .htk-about-circle {
        display: block;
        opacity: 1;
    }

    .htk-about-circle {
        position: absolute;
        z-index: 4;
        overflow: hidden;
        border: 5px solid #fff;
        border-radius: 50%;
        background: #e7eef8;
        box-shadow: 0 12px 28px rgba(0, 43, 112, .18);
        display: none;
    }

        .htk-about-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .35s ease;
        }

        .htk-about-circle:hover img {
            transform: scale(1.055);
        }

    .htk-about-circle-a {
        left: 0;
        bottom: -48px;
        width: 31%;
        height: 42%;
    }

    .htk-about-circle-b {
        left: 0;
        bottom: -62px;
        width: 144px;
        height: 144px;
        right: 0;
        margin: auto;
    }

    .htk-about-circle-c {
        right: 0;
        bottom: -46px;
        width: 31%;
        height: 42%;
    }
}

/* Featured news PSD final pass */

@media (min-width: 1024px) {
    .htk-news {
        padding: 70px 0 66px;
        background: #eef6fc;
    }

        .htk-news .grid.wide {
            max-width: 1200px;
        }

        .htk-news .htk-section-title {
            margin: 0 0 42px;
            color: #01378e;
            font-family: var(--htk-font-extrabold);
            font-size: 30px;
            line-height: 1;
            letter-spacing: 0;
        }

            .htk-news .htk-section-title::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 30px;
                height: 2px;
                background: #003f9e;
            }

    .htk-news-grid {
        display: grid;
        grid-template-columns: 513px 316px 311px;
        align-items: start;
        gap: 30px;
    }

    .htk-feature-card {
        overflow: visible;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

        .htk-feature-card a {
            display: block;
        }

        .htk-feature-card .htk-img {
            height: 338px;
            border-radius: 7px;
            box-shadow: 0 8px 20px rgba(0, 43, 112, .08);
        }

            .htk-feature-card .htk-img img {
                object-position: center center;
            }

        .htk-feature-card h3 {
            margin: 24px 0 11px;
            color: #01378e;
            font-family: var(--htk-font-bold);
            font-size: 22px;
            line-height: 1.5;
            transition: color .3s ease;
            text-align: justify;
        }

        .htk-feature-card a:hover h3 {
            color: #0b66d8;
        }

        .htk-feature-card p {
            margin: 19px 0 24px;
            color: #1c1c1c;
            font-family: var(--htk-font-medium);
            font-size: 17px;
            line-height: 1.5;
            text-align: justify;
        }

        .htk-feature-card em {
            min-width: 142px;
            height: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            margin: 0;
            padding: 0 17px;
            border: 1px solid #d8dfe9;
            border-radius: 999px;
            color: #254193;
            background: #fff;
            font-family: var(--htk-font-medium);
            font-size: 14px;
            font-style: normal;
            text-transform: uppercase;
            transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
        }

        .htk-feature-card a:hover em {
            background: #003f9e;
            border-color: #003f9e;
            color: #fff;
            transform: translateY(-2px);
        }

    .htk-news .htk-date {
        color: #727272;
        font-family: var(--htk-font-medium);
        font-size: 13px;
        line-height: 1;
    }

    .htk-news-small {
        display: block;
        padding: 20px 20px 13px;
        border: 1px solid #dfe8f7;
        border-radius: 18px;
        background: #fff;
        box-shadow: 1px 0px 14px 2px rgba(0, 43, 112, .16);
        overflow: hidden;
    }

        .htk-news-small .htk-small-news {
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

            .htk-news-small .htk-small-news:first-child .htk-img {
                height: 101px;
                border-radius: 7px;
                box-shadow: none;
            }

                .htk-news-small .htk-small-news:first-child .htk-img img {
                    object-position: center center;
                }

            .htk-news-small .htk-small-news:first-child .w-date-cate-new {
                margin: 0 0 8px 0;
            }

                .htk-news-small .htk-small-news:first-child .w-date-cate-new span.htk-cate .htk-news-small .htk-small-news:first-child strong {
                    margin: 11px 0 0;
                    color: #09359e;
                    font-family: var(--htk-font-bold);
                    font-size: 17px;
                    line-height: 1.5;
                    -webkit-line-clamp: 3;
                    transition: color .3s ease;
                    text-align: justify;
                }

            .htk-news-small .htk-small-news:first-child p {
                display: none;
            }

            .htk-news-small .htk-small-news:not(:first-child) .htk-img {
                display: none;
            }

            .htk-news-small .htk-small-news:not(:first-child) a:hover {
                transform: translateX(4px);
            }

                .htk-news-small .htk-small-news:not(:first-child) a:hover::before {
                    background: #23a454;
                    transform: scale(1.15);
                }

            .htk-news-small .htk-small-news:not(:first-child) strong {
                margin: 0;
                color: #2c2c2c;
                font-family: var(--htk-font-semibold);
                font-size: 15px;
                line-height: 1.5;
                -webkit-line-clamp: 3;
                transition: color .3s ease;
                text-align: justify;
                font-weight: normal;
            }

            .htk-news-small .htk-small-news:not(:first-child):hover strong {
                color: #004ac1;
            }

    span.htk-cate-n {
        display: flex;
        font-size: 12px;
        font-family: 'Montserrat-Medium';
        color: #faae29;
        border-radius: 10px;
        border: 1px solid #faae29;
        background: #fff9ee;
        width: max-content;
        height: 22px;
        align-items: center;
        justify-content: center;
        padding: 0 9px;
        display: none;
    }

    .w-date-cate-new {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .htk-news-utility {
        display: grid;
        gap: 10px;
    }

        .htk-news-utility > a {
            display: block;
            overflow: hidden;
            border-radius: 7px;
            box-shadow: 0 8px 20px rgba(0, 43, 112, .12);
            transition: transform .3s ease, box-shadow .3s ease;
        }

            .htk-news-utility > a:hover {
                transform: translateY(-4px);
                box-shadow: 0 16px 30px rgba(0, 43, 112, .2);
            }

            .htk-news-utility > a img {
                width: 100%;
                display: block;
                object-fit: cover;
                transition: transform .35s ease, filter .35s ease;
            }

            .htk-news-utility > a:hover img {
                transform: scale(1.04);
                filter: saturate(1.05);
            }

    .htk-documents {
        display: none;
    }
}

.top-htk-new {
    display: flex;
    align-items: start;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2px;
}

.btn-link-new {
    display: flex;
    justify-content: center;
}

    .btn-link-new a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 136px;
        padding: 9px 17px;
        border-radius: 50px;
        background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        font-family: 'Montserrat-SemiBold';
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(0, 82, 184, 0.25);
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .btn-link-new a span {
            position: relative;
            z-index: 2;
            line-height: normal;
            display: flex;
            align-items: center;
        }

        .btn-link-new a::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, #e69830 0%, #e69830 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .btn-link-new a:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 30px rgba(22, 163, 74, 0.28);
        }

            .btn-link-new a:hover::before {
                opacity: 1;
            }

            .btn-link-new a:hover::after {
                transform: translateX(4px);
            }

@media (min-width: 740px) and (max-width: 1023px) {
    .htk-news-grid {
        grid-template-columns: 1fr;
    }

    .htk-news-small {
        grid-template-columns: 1fr 1fr;
        gap: 21px;
    }

    .htk-news .htk-date {
        color: #727272;
        font-family: var(--htk-font-medium);
        font-size: 13px;
        line-height: 1;
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    span.htk-cate-n {
        display: none;
    }

    .w-date-cate-new {
        margin-left: 14px;
        margin-bottom: 3px;
    }

    .htk-news .htk-date i {
        color: #004ec0;
        font-size: 15px;
    }

    .htk-small-news .htk-img {
        height: 240px;
    }

    .htk-news-utility {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htk-utility img {
        height: auto;
    }

    .htk-activity-card .htk-img {
        height: 240px !important;
    }
}

/* Notices + activities PSD final pass */

section.htk-notices .grid.wide .top-htk-new {
    flex: 1 1 0;
    position: relative;
    width: 180px;
    height: 110px;
    margin: 0;
    align-items: center;
    justify-content: center;
}

    section.htk-notices .grid.wide .top-htk-new:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(/Design/img/THPTHuynhThucKhang/tb.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 110px;
        border-radius: 10px;
    }

section.htk-notices .grid.wide .btn-link-new {
    flex: 1 1 0;
}

.htk-l-content {
    padding-top: 3px;
}

section.htk-notices .grid.wide .top-htk-new h2.htk-section-title {
    color: #fff;
    font-size: 19px;
    margin: 0;
    padding: 0;
}

    section.htk-notices .grid.wide .top-htk-new h2.htk-section-title:before {
        display: none;
    }

    section.htk-notices .grid.wide .top-htk-new h2.htk-section-title:after {
        display: none;
    }

.htk-notices {
    background: #eef6fc;
}

    .htk-notices .htk-section-title,
    .htk-activities .htk-section-title {
        color: #004ac1;
        font-family: var(--htk-font-extrabold);
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 0;
        text-transform: uppercase;
        padding-left: 48px;
    }

        .htk-notices .htk-section-title::before,
        .htk-activities .htk-section-title::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 5px;
            width: 41px;
            height: 32px;
            background: url(/Design/img/TieuHocHamThang2/tt.png) no-repeat;
            background-size: cover;
        }

.htk-notice-swiper {
    margin: -8px -8px;
    padding: 8px;
    overflow: hidden;
    width: 74%;
}

.htk-notice-card {
    width: auto;
    min-height: 96px;
    height: auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 7px;
    background: #e6ecf5;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease, border-color .3s ease;
}

    .htk-notice-card:nth-child(2n+1) {
        background: #fff;
        border-color: #d7e3f3;
    }

    .htk-notice-card a {
        min-height: 110px;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 14px 13px 13px;
        color: #00348d;
        text-decoration: none;
        flex-direction: column-reverse;
    }

    .htk-notice-card:nth-child(2n+1) a {
        color: #343434;
    }

.htk-notice-date {
    width: max-content;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 7px;
    background: rgba(255, 255, 255, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.htk-notice-card:nth-child(2n+1) .htk-notice-date {
    background: #eef5ff;
    box-shadow: inset 0 0 0 1px #d4e5fb;
}

.htk-notice-date strong {
    display: block;
    color: currentColor;
    font-family: var(--htk-font-extrabold);
    font-size: 19px;
    line-height: 1;
}

.htk-notice-date em {
    display: block;
    margin-top: 5px;
    color: currentColor;
    font-family: var(--htk-font-semibold);
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    opacity: .88;
    white-space: nowrap;
    margin-left: 3px;
}

.htk-notice-title {
    display: -webkit-box;
    padding-top: 1px;
    font-family: var(--htk-font-Semibold);
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.htk-notice-card:hover {
    transform: translateY(-5px);
    background: #0060d4;
}

.htk-notice-card:nth-child(2n+1):hover {
    background: #f8fbff;
    border-color: #b9d4f6;
}

.htk-notice-card:hover:nth-child(odd) .htk-notice-title {
    color: #0041b4;
}

.htk-notice-card:hover:nth-child(even) .htk-notice-title {
    color: #fff;
}

.htk-notice-card:hover:nth-child(even) .htk-notice-date {
    color: #fff;
}

.htk-activities {
    padding: 58px 0 30px;
    background: #eef6fc;
}

.mini-banner-home a,
.mini-banner-home a img {
    display: block;
    width: 100%;
    height: 100%;
}

.htk-activities-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 34px;
}

.htk-activity-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 21px;
}

.htk-activity-card {
    border-radius: 7px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    transition: transform .3s ease;
}

    .htk-activity-card a {
        display: block;
        color: inherit;
        text-decoration: none;
    }

    .htk-activity-card .htk-img {
        height: 165px;
        display: block;
        overflow: hidden;
        border-radius: 7px;
        background: #e7edf6;
        box-shadow: 0 7px 16px rgba(0, 43, 112, .1);
    }

em.htk-news-more {
    min-width: 0;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 0;
    padding: 11px 20px 10px;
    border: 1px solid rgba(215, 25, 32, .15);
    border-radius: 999px;
    background: #fff;
    color: #d71920;
    font-family: var(--htk-font-bold);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.htk-activity-card .htk-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transition: transform .35s ease, filter .35s ease;
}

.htk-activity-card .htk-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 12px 0 0;
    color: #727272;
    font-family: var(--htk-font-medium);
    font-size: 14px;
    line-height: 1;
}

    .htk-activity-card .htk-date i {
        color: #004ec0;
        font-size: 14px;
        transition: color .3s ease, transform .3s ease;
    }

.htk-activity-list-one .htk-activity-card a {
    display: grid;
    grid-template-columns: 408px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.htk-activity-list-one {
    margin-bottom: 30px;
}

    .htk-activity-list-one .htk-activity-card:nth-child(1):hover em.htk-news-more {
        background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
        color: #fff;
    }

.r-one-new-active {
    padding-right: 20px;
    padding-bottom: 6px;
}

.htk-activity-list-one .htk-activity-card:nth-child(1) {
    border: 1px solid #dce8f1;
    background: #fff;
}

.htk-activity-card .r-one-new-active strong {
    display: -webkit-box;
    margin: 8px 0 0px;
    color: #003274;
    font-family: var(--htk-font-extrabold);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    transition: color .25s ease;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.htk-activity-card .r-one-new-active p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 9px;
    display: -webkit-box;
}

.htk-activity-list-one .htk-activity-card .htk-img {
    height: 310px;
}

.htk-activity-card strong {
    display: -webkit-box;
    margin: 7px 0 8px;
    color: #1c1c1c;
    font-family: var(--htk-font-bold);
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s ease;
    text-align: left;
}

.htk-activity-card p {
    display: -webkit-box;
    margin: 0;
    color: #1c1c1c;
    font-family: var(--htk-font-medium);
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    display: none;
}

.htk-activity-card:hover {
    transform: translateY(-5px);
}

    .htk-activity-card:hover .htk-img {
        box-shadow: 0 16px 30px rgba(0, 43, 112, .16);
    }

        .htk-activity-card:hover .htk-img img {
            transform: scale(1.055);
            filter: saturate(1.05);
        }

    .htk-activity-card:hover strong {
        color: #003f9e;
    }

    .htk-activity-card:hover .htk-date i {
        color: #25a85a;
        transform: translateY(-1px);
    }

.htk-activity-utility {
    display: grid;
    gap: 15px;
}

    .htk-activity-utility > a {
        display: block;
        overflow: hidden;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(0, 43, 112, .1);
        transition: transform .3s ease, box-shadow .3s ease;
    }

        .htk-activity-utility > a:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 30px rgba(0, 43, 112, .18);
        }

    .htk-activity-utility img {
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        display: block;
        object-fit: cover;
        transition: transform .35s ease, filter .35s ease;
        border-radius: 12px;
    }

    .htk-activity-utility a:hover img {
        transform: scale(1.035);
        filter: saturate(1.06);
    }

@media (min-width: 1024px) {
    .htk-notice-swiper .swiper-slide {
        width: calc((100% - 47px) / 5) !important;
    }
}

@media (min-width: 740px) and (max-width: 1023px) {
    .htk-notices {
        padding: 48px 0;
    }

        .htk-notices .htk-section-title,
        .htk-activities .htk-section-title {
            font-size: 25px;
        }

    .htk-activities-grid {
        grid-template-columns: 1fr;
    }

    .htk-activity-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htk-activity-utility {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .htk-activity-utility img {
            height: auto;
        }
}

@media (max-width: 739px) {
    .htk-notices,
    .htk-activities {
        padding: 22px 0;
        display: block;
        width: 100%;
    }

    .htk-quality-band {
        position: unset;
        margin-top: 13px;
    }

    .htk-notices {
        margin-top: 0;
        padding-top: 21px;
    }

    .top-htk-new {
        display: flex;
        align-items: center;
        /* Fixes Safari */
        justify-content: space-between;
        margin-bottom: 13px;
    }

    .btn-link-new a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 100px;
        padding: 7px 7px;
        border-radius: 50px;
        background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        font-family: 'Montserrat-SemiBold';
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(0, 82, 184, 0.25);
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .htk-notices .htk-section-title,
    .htk-activities .htk-section-title {
        margin-bottom: 0;
        font-size: 16px;
        padding-left: 36px;
    }

    .htk-activity-list-one .htk-activity-card a {
        display: block;
    }

    .htk-activities .htk-section-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 30px;
        height: 23px;
    }

    .htk-notice-swiper {
        margin-right: -16px;
        padding-right: 16px;
        width: 100%;
    }

    section.htk-notices .grid.wide .btn-link-new {
        margin-top: 15px;
    }

    .htk-notice-card a {
        min-height: 92px;
        align-items: unset;
    }

    .htk-activities-grid,
    .htk-activity-utility {
        display: block !important;
    }

    .htk-notice-title {
        display: -webkit-box;
        padding-top: 1px;
        font-family: 'Montserrat-SemiBold' !important;
        font-size: 13px !important;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
    }

    .htk-activity-utility {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 20px;
    }

    .htk-activity-list {
        gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htk-activity-card p {
        text-align: justify;
        font-size: 14px;
    }

    .htk-activity-card .htk-img {
        height: 165px;
    }
}

/* Gallery PSD final pass */

.htk-gallery {
    position: relative;
    padding: 35px 0 60px;
}

    .htk-gallery .htk-section-title {
        margin: 0;
        font-family: var(--htk-font-extrabold);
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        padding-left: 18px;
    }

.htk-gallery-grid {
    display: grid;
    grid-template-columns: 2.1fr repeat(4, minmax(0, 1fr));
    grid-auto-rows: 180px;
    gap: 13px;
}

    .htk-gallery-grid a {
        position: relative;
        /* overflow: hidden; */
        border-radius: 10px;
        transition: transform .3s ease, box-shadow .3s ease;
    }

        .htk-gallery-grid a:first-child {
            grid-row: span 2;
        }

    .htk-gallery-grid img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center center;
        transition: transform .35s ease, filter .35s ease;
        border-radius: 20px;
    }

.htk-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}

    .htk-gallery-overlay i {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .92);
        color: #003f9e;
        font-size: 16px;
        transform: translateY(8px);
        transition: transform .3s ease, background .3s ease, color .3s ease;
    }

.htk-gallery-item:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 16px 30px rgba(0, 43, 112, .17); */
}

    .htk-gallery-item:hover img {
        transform: scale(1.06);
        filter: saturate(1.06);
    }

    .htk-gallery-item:hover .htk-gallery-overlay {
        opacity: 1;
    }

        .htk-gallery-item:hover .htk-gallery-overlay i {
            transform: translateY(0);
        }

.htk-album-more {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 18px;
    color: #fff;
    background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
    font-family: var(--htk-font-semibold);
    font-size: 15px;
    line-height: 1.25;
    text-align: left;
    object-position: center center;
    transition: transform .35s ease, filter .35s ease;
    -webkit-mask-image: url(/Design/img/THPTMinhKhai/l5.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    display: block;
    margin: 0px auto;
    max-height: 100%;
    object-fit: cover;
}

    .htk-album-more span {
        position: relative;
        z-index: 1;
    }

    .htk-album-more:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px rgba(0, 43, 112, .2);
    }

        .htk-album-more:hover::before {
            transform: scale(1.18);
        }

        .htk-album-more:hover i {
            transform: translateX(3px) scale(1.04);
        }

@media (min-width: 740px) and (max-width: 1023px) {
    .htk-gallery {
        padding: 58px 0 64px;
    }

    .htk-gallery-grid a:nth-child(2),
    .htk-gallery-grid a:nth-child(3),
    .htk-gallery-grid a:nth-child(4) {
        padding: 0;
    }

    .htk-gallery-grid .htk-gallery-item:nth-child(5) img {
        -webkit-mask-image: none;
    }

    .htk-gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 118px;
    }

        .htk-gallery-grid a:first-child {
            grid-column: span 2;
            grid-row: span 2;
        }
}

@media (max-width: 739px) {
    .htk-gallery {
        padding: 30px 0 50px;
    }

        .htk-gallery .htk-section-title {
            margin-bottom: 0;
            font-size: 18px;
            text-align: left;
            line-height: normal;
        }

        .htk-gallery .top-htk-new {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

    .htk-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 118px;
        gap: 10px;
    }

        .htk-gallery-grid a:first-child {
            /* grid-column: 1 / -1; */
            /* grid-row: span 2; */
        }

        .htk-gallery-grid a {
            border-radius: 20px;
        }

    .htk-album-more {
        min-height: 118px;
        padding: 16px;
        font-size: 14px;
    }
}

/* Footer Minh Khai PSD final pass */

.htk-footer {
    position: relative;
    padding: 0;
    color: #333;
    padding-top: 53px;
}

    .htk-footer::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        pointer-events: none;
        background: url(/Design/img/TieuHocHamThang2/footer.png) no-repeat;
        height: 383px;
        background-size: 100% 100%;
    }

@media (min-width: 1390px) {
    .htk-footer::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        pointer-events: none;
        background: url(/Design/img/TieuHocHamThang2/footer.png) no-repeat;
        height: 445px;
        background-size: 100% 100%;
    }
}

.htk-footer .grid.wide {
    position: relative;
    z-index: 1;
}

.htk-footer > .grid.wide:before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
}

.htk-footer-main {
    display: grid;
    grid-template-columns: 268px 374px 188px 257px;
    align-items: start;
    gap: 15px;
    padding: 22px 23px;
}

.htk-footer h2,
.htk-footer h3,
.htk-footer p,
.htk-footer ul {
    margin: 0;
    font-weight: normal;
}

.htk-footer p {
    margin: 18px 0;
    line-height: 150%;
    text-align: justify;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    padding-right: 6px;
    margin-bottom: 6px;
}

.htk-footer-school a {
    color: #eb247e;
}

.htk-footer-school h2 span {
    display: block;
    color: #eb247e;
    font-family: var(--htk-font-semibold);
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
}

.htk-footer-school h2 strong {
    position: relative;
    display: inline-block;
    margin-top: 2px;
    padding-bottom: 13px;
    font-family: var(--htk-font-extrabold);
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    color: #004ac1;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .4px;
    text-shadow: 1px 2px 0 #fff;
    font-family: UTM;
}

    .htk-footer-school h2 strong::after,
    .htk-footer h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 50px;
        height: 2px;
        background: #eb247e;
    }

.htk-footer-contact-list {
    display: grid;
    gap: 9px;
    margin-top: 27px !important;
    padding: 0;
    list-style: none;
}

    .htk-footer-contact-list li {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
        color: #333;
        font-family: var(--htk-font-medium);
        font-size: 15px;
        line-height: 1.25;
    }

    .htk-footer-contact-list i {
        width: 16px;
        color: #eb247e;
        font-size: 16px;
        text-align: center;
        transition: transform .3s ease, color .3s ease;
    }

.htk-footer a {
    text-decoration: none;
    transition: color .3s ease, transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.htk-footer-contact-list li:hover i {
    color: #004ac1;
    transform: translateY(-2px);
}

.htk-footer-contact-list a:hover {
    color: #16d9ff;
}

.htk-footer-hotline {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
    color: #3ec8ff !important;
}

    .htk-footer-hotline > i {
        font-size: 25px;
        transition: transform .3s ease, color .3s ease;
        width: 45px;
        border-radius: 50px;
        border: 1px solid #eb247e;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #eb247e;
    }

    .htk-footer-hotline span {
        display: grid;
        gap: 3px;
        font-family: var(--htk-font-semibold);
        font-size: 16px;
        line-height: 1;
        color: #eb247e;
        text-transform: uppercase;
    }

    .htk-footer-hotline strong {
        display: block;
        color: #004ac1;
        font-family: var(--htk-font-extrabold);
        font-size: 24px;
        line-height: 1;
    }

    .htk-footer-hotline:hover > i {
        color: #004ac1;
        transform: rotate(-14deg) scale(1.08);
    }

.htk-footer-about {
    margin-top: 10px;
}

.htk-footer-nav {
    margin-top: 10px;
}

.htk-footer h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 11px;
    color: #004ac1;
    font-family: var(--htk-font-bold);
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
}

    .htk-footer h3::after {
        width: 43px;
        background: #eb247e;
    }

.htk-footer-about p {
    margin-top: 19px;
    color: rgba(255, 255, 255, .94);
    font-family: var(--htk-font-regular);
    font-size: 14px;
    line-height: 1.45;
    text-align: justify;
}

.htk-footer-about a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--htk-font-medium);
    font-size: 15px;
}

    .htk-footer-about a:hover {
        color: #004ac1;
        transform: translateX(4px);
    }

.htk-footer-nav ul {
    display: grid;
    gap: 10px;
    margin-top: 22px !important;
    padding: 0;
    list-style: none;
}

.htk-footer-nav li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 9px;
    color: #333;
    font-family: var(--htk-font-semibold);
    font-size: 15px;
    line-height: 1.1;
}

    .htk-footer-nav li a::before {
        content: "\203A";
        position: absolute;
        left: 0;
        top: -1px;
        color: #004ac1;
        transition: color .3s ease, transform .3s ease;
    }

    .htk-footer-nav li a:hover {
        color: #004ac1;
        transform: translateX(6px);
    }

        .htk-footer-nav li a:hover::before {
            color: #eb247e;
            transform: translateX(-2px);
        }

.htk-footer-map {
    width: 285px;
    height: 320px;
    overflow: hidden;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
    border-radius: 15px;
}

    .htk-footer-map iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

    .htk-footer-map:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 42px rgba(0, 15, 56, .25);
    }

.footer-bottom-b {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    padding-top: 102px;
}

.htk-footer .footer-bottom-b .grid.wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .htk-footer .footer-bottom-b .grid.wide:before {
        content: "";
        position: absolute;
        background: #fff;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: -1;
    }

.htk-footer-copy {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #333;
    font-family: var(--htk-font-semibold);
    font-size: 15px;
    line-height: 1.38;
}

    .htk-footer-copy img {
        width: 66px;
        height: 66px;
        object-fit: contain;
        transition: transform .35s ease;
        border-radius: 50px;
    }

    .htk-footer-copy:hover img {
        transform: rotate(-4deg) scale(1.05);
    }

.htk-footer-social-wrap {
    display: flex;
    align-items: center;
    gap: 19px;
    color: #fff;
    font-family: var(--htk-font-semibold);
    font-size: 14px;
    display: none;
}

.htk-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .htk-footer-social a {
        width: 43px;
        height: 43px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .86);
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
    }

        .htk-footer-social a:first-child {
            background: #fff;
            color: #0aa6d6;
        }

        .htk-footer-social a:hover {
            background: #083985;
            border-color: #083985;
            color: #fff;
            transform: translateY(-4px);
            box-shadow: 0 12px 22px rgba(0, 38, 96, .22);
        }

.htk-footer-download {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 18px;
    border-radius: 7px;
    background: #082a71;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(0, 38, 96, .17);
}

    .htk-footer-download > i {
        font-size: 41px;
    }

    .htk-footer-download span {
        display: grid;
        font-family: var(--htk-font-bold);
        font-size: 25px;
        line-height: 1.2;
        font-weight: normal;
    }

    .htk-footer-download em {
        color: #25e17f;
        font-family: var(--htk-font-extrabold);
        font-size: 15px;
        font-style: normal;
    }

    .htk-footer-download:hover {
        background: #003f9e;
        transform: translateY(-4px);
    }

.htk-footer-bottom-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    color: #333;
    font-family: var(--htk-font-medium);
    font-size: 15px;
    flex-direction: column-reverse;
    padding-right: 25px;
}

    .htk-footer-bottom-line a {
        color: #004ac1;
    }

        .htk-footer-bottom-line a:hover {
            color: #16d9ff;
        }

.htk-footer-counter {
    display: flex;
    align-items: center;
    gap: 28px;
    font-family: var(--htk-font-semibold);
}

    .htk-footer-counter div {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .htk-footer-counter i {
        color: #eb247e;
        transition: color .3s ease, transform .3s ease;
    }

    .htk-footer-counter div:hover i {
        color: #004ac1;
        transform: translateY(-2px);
    }

@media (min-width: 740px) and (max-width: 1023px) {
    .htk-footer {
        padding-top: 58px;
    }

    .htk-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .htk-footer-school h2 span {
        font-size: 18px;
    }

    .htk-footer-school h2 strong {
        font-size: 25px;
    }

    .htk-footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: -64px;
        right: 0;
        width: 100%;
        pointer-events: none;
        background: url(/Design/img/THPTMinhKhai/footer.png) no-repeat;
        height: 37%;
        margin: auto;
        object-fit: cover;
        background-size: 100% 100%;
    }

    .htk-footer-map {
        width: 100%;
    }

    .htk-footer-cta {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .htk-footer-social-wrap {
        justify-content: space-between;
    }
}

@media (max-width: 739px) {
    .htk-footer {
        padding: 33px 0 65px;
    }

    .htk-footer-main,
    .htk-footer-cta {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 18px 12px;
    }

    .htk-footer-school h2 span {
        font-size: 18px;
    }

    .htk-footer-school h2 strong {
        font-size: 33px;
    }

    .htk-footer h3 {
        font-size: 18px;
    }

    .htk-footer-nav ul {
        margin-top: 15px !important;
        gap: 10px;
        display: flex;
        flex-flow: wrap;
    }

    .htk-footer-nav li a {
        font-size: 15px;
    }

    .htk-footer-map {
        width: 100%;
        height: 210px;
    }

    .htk-footer-cta {
        padding: 0;
        margin-bottom: 18px;
        width: 100%;
        margin-top: 10px;
    }

    .htk-footer-copy {
        font-size: 14px;
        gap: 7px;
        text-align: center;
        justify-content: center;
    }

        .htk-footer-copy img {
            width: 50px;
            height: 50px;
            display: none;
            text-align: center;
        }

    .htk-footer-social-wrap,
    .htk-footer-bottom-line,
    .htk-footer-counter {
        align-items: center;
        flex-direction: column-reverse;
        gap: 12px;
    }

    .htk-footer-download span {
        font-size: 23px;
    }

    .htk-footer-counter {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }

    .htk-footer-download {
        width: max-content;
        gap: 2px;
        padding: 12px 10px;
    }

    .htk-gallery-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        /* background: rgba(0, 59, 145, .32); */
        opacity: 0;
        transition: opacity .3s ease;
    }

        .htk-gallery-overlay i {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, .92);
            color: #003f9e;
            font-size: 16px;
            transform: translateY(8px);
            transition: transform .3s ease, background .3s ease, color .3s ease;
        }

    .htk-gallery-item:hover {
        transform: translateY(-4px);
        /* box-shadow: 0 16px 30px rgba(0, 43, 112, .17); */
    }

        .htk-gallery-item:hover img {
            transform: scale(1.06);
            filter: saturate(1.06);
        }

        .htk-gallery-item:hover .htk-gallery-overlay {
            opacity: 1;
        }

            .htk-gallery-item:hover .htk-gallery-overlay i {
                transform: translateY(0);
            }

    .htk-album-more {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 22px 18px;
        color: #fff;
        background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
        font-family: var(--htk-font-semibold);
        font-size: 13px;
        line-height: 1.25;
        text-align: left;
        object-position: center center;
        transition: transform .35s ease, filter .35s ease;
        -webkit-mask-image: none;
        -webkit-mask-size: 100% 100%;
        -webkit-mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        width: 100%;
        display: block;
        margin: 0px auto;
        max-height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 430px) {
    .htk-about-circle-a {
        left: 0;
        bottom: -48px;
        width: 31%;
        height: 52%;
    }

    .htk-quality-band .grid span {
        flex: 1 1 0;
        color: #003b91;
        font-size: 12px;
        line-height: 1.5;
        text-align: justify;
    }

    .htk-about-circle-b {
        left: 0;
        bottom: -62px;
        width: 144px;
        height: 144px;
        right: 0;
        margin: auto;
    }

    .htk-about-circle-c {
        right: 0;
        bottom: -46px;
        width: 31%;
        height: 52%;
    }
}

@media (max-width: 375px) {
    .htk-about-circle-a {
        left: 0;
        bottom: -79px;
        width: 47%;
        height: 77%;
        display: none;
    }

    .htk-quality-band .grid span {
        flex: 1 1 0;
        color: #003b91;
        font-size: 11px;
        line-height: 1.5;
    }

    .htk-about-circle-b {
        left: 0;
        bottom: -62px;
        width: 144px;
        height: 144px;
        right: 0;
        margin: auto;
        display: none;
    }

    .htk-about-circle-c {
        right: 0;
        bottom: -79px;
        width: 47%;
        height: 77%;
    }
}

/* Hoat dong nha truong */

.htk-news-section {
    --news-blue: #0054b8;
    --news-blue-dark: #003b80;
    --news-pink: #f02b88;
    --news-red: #ec2732;
    padding: 42px 0 48px;
    background: linear-gradient(135deg, #eef9ff 0%, #e7f4fc 100%);
    overflow: hidden;
}

    .htk-news-section .htk-container {
        max-width: 1230px;
    }

    .htk-news-section .htk-news-heading {
        align-items: center;
        gap: 24px;
        margin-bottom: 30px;
    }

    .htk-news-section .htk-section-title {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 0;
        color: #074fb9;
        font-family: var(--htk-font-extrabold);
        font-size: clamp(23px, 2.25vw, 30px);
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -.3px;
        text-transform: uppercase;
    }

        .htk-news-section .htk-section-title::before,
        .htk-news-section .htk-section-title::after {
            display: none;
        }

.htk-news-title-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--news-pink);
    border-radius: 7px;
    color: var(--news-pink);
    font-size: 21px;
}

.htk-news-section .htk-news-heading .btn-link-new a {
    min-width: 144px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #0870d9 0%, #0349a5 100%) !important;
    box-shadow: 0 10px 20px rgba(0, 73, 165, .18);
}

    .htk-news-section .htk-news-heading .btn-link-new a:hover {
        box-shadow: 0 13px 25px rgba(0, 73, 165, .25);
    }

.htk-news-section .htk-news-heading .btn-link-new i {
    margin-left: 6px;
}

.htk-news-section .htk-feature-news-wrap {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(330px, .98fr);
    gap: 20px;
    align-items: start;
}

.htk-news-section .htk-news-main-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.htk-news-section .htk-news-card,
.htk-news-section .htk-small-news {
    min-width: 0;
    background: transparent;
}

.htk-news-section .htk-news-card {
    transition: transform .28s ease;
}

    .htk-news-section .htk-news-card:hover {
        transform: translateY(-5px);
    }

    .htk-news-section .htk-news-card > a {
        display: flex;
        height: 100%;
        flex-direction: column;
        color: inherit;
        text-decoration: none;
    }

.htk-news-section .htk-news-card-img {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    overflow: hidden;
    border-radius: 9px;
    background: #d6e9f5;
}

    .htk-news-section .htk-news-card-img img,
    .htk-news-section .htk-news-side-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

.htk-news-section .htk-news-card:hover img,
.htk-news-section .htk-news-side-item:hover img {
    transform: scale(1.045);
}

.htk-news-section .htk-news-date,
.htk-news-section .htk-news-side-date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 16px 0 0;
    color: #67809c;
    font-family: var(--htk-font-medium);
    font-size: 14px;
    line-height: 1.3;
}

.htk-news-section .htk-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: inherit;
    font: inherit;
}

    .htk-news-section .htk-date i {
        color: var(--news-blue);
        font-size: 15px;
    }

.htk-news-section .htk-cate-n,
.htk-news-section .htk-news-side-desc {
    display: none !important;
}

.htk-news-section .htk-news-title {
    display: -webkit-box;
    min-height: 59px;
    margin: 8px 0 0;
    overflow: hidden;
    color: var(--news-blue-dark);
    font-family: var(--htk-font-extrabold);
    font-size: clamp(18px, 1.7vw, 22px);
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    transition: color .25s ease;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.htk-news-section .htk-news-card:hover .htk-news-title {
    color: #0870d9;
}

.htk-news-section .htk-news-desc {
    position: relative;
    display: -webkit-box;
    margin: 14px 0 0;
    padding-top: 16px;
    overflow: hidden;
    color: #3e4a59;
    font-family: var(--htk-font-medium);
    font-size: 16px;
    line-height: 1.48;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .htk-news-section .htk-news-desc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 72px;
        height: 1px;
        background: #536476;
    }

.htk-news-section .htk-news-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    gap: 8px;
    min-width: 154px;
    margin-top: 14px;
    padding: 10px 18px;
    border: 1px solid rgba(236, 39, 50, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--news-red);
    font-family: var(--htk-font-bold);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    transition: background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.htk-news-section .htk-news-card:first-child .htk-news-more,
.htk-news-section .htk-news-card a:hover .htk-news-more {
    border-color: var(--news-red);
    background: var(--news-red);
    color: #e62d78;
    box-shadow: 0 8px 18px rgba(236, 39, 50, .16);
}

.htk-news-section .htk-news-side {
    display: flex;
    flex-direction: column;
}

.htk-news-section .htk-small-news {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 59, 128, .13);
}

    .htk-news-section .htk-small-news:first-child {
        padding-top: 0;
    }

    .htk-news-section .htk-small-news:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.htk-news-section .htk-news-side-item {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.htk-news-section .htk-news-side-thumb {
    display: block !important;
    width: 128px;
    aspect-ratio: 1.25 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #d6e9f5;
}

.htk-news-section .htk-news-side-content {
    min-width: 0;
}

.htk-news-section .htk-news-side-date {
    margin: 0 0 7px;
    font-size: 13.5px;
}

.htk-news-section .htk-news-side-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #263442;
    font-family: var(--htk-font-medium);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    transition: color .25s ease;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.htk-news-section .htk-news-side-item:hover .htk-news-side-title {
    color: var(--news-blue);
}

@media (max-width: 1023px) {
    .htk-news-section {
        padding: 36px 0 42px;
    }

        .htk-news-section .htk-feature-news-wrap {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .htk-news-section .htk-news-side {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0 24px;
        }

        .htk-news-section .htk-small-news:first-child,
        .htk-news-section .htk-small-news:nth-child(2) {
            padding-top: 14px;
            border-top: 1px solid rgba(0, 59, 128, .13);
        }
}

@media (max-width: 640px) {
    .htk-news-section {
        padding: 26px 0 34px;
    }

        .htk-news-section .htk-container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .htk-news-section .htk-news-heading {
            gap: 12px;
            margin-bottom: 22px;
        }

        .htk-news-section .htk-section-title {
            gap: 8px;
            font-size: clamp(16px, 5vw, 20px);
            letter-spacing: -.2px;
        }

    .htk-news-title-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        border-width: 2px;
        font-size: 17px;
    }

    .htk-news-section .htk-news-heading .btn-link-new a {
        min-width: 98px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .htk-news-section .htk-news-main-grid,
    .htk-news-section .htk-news-side {
        grid-template-columns: 1fr;
    }

    .htk-news-section .htk-news-main-grid {
        gap: 28px;
    }

    .htk-news-section .htk-news-card-img {
        aspect-ratio: 16 / 10;
    }

    .htk-news-section .htk-news-title {
        min-height: 0;
        font-size: 18px;
    }

    .htk-news-section .htk-news-desc {
        font-size: 14px;
        line-height: 1.55;
    }

    .htk-news-section .htk-news-more {
        display: inline-flex;
        min-width: 132px;
        padding: 9px 14px;
        font-size: 11px;
    }

    .htk-news-section .htk-news-side {
        gap: 0;
    }

    .htk-news-section .htk-small-news:nth-child(2) {
        border-top: 0;
    }

    .htk-news-section .htk-news-side-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
    }

    .htk-news-section .htk-news-side-thumb {
        width: 112px;
    }

    .htk-news-section .htk-news-side-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}

/* ==============================
   Thu vien hinh anh - section
   ============================== */

.htk-gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 36px), linear-gradient(45deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 42px);
    opacity: .36;
}

.htk-gallery::after {
    content: "";
    position: absolute;
    inset: auto -5% -42% -5%;
    z-index: -1;
    height: 58%;
    background: radial-gradient(ellipse at center, rgba(35, 137, 255, .34), rgba(0, 41, 120, 0) 70%);
    pointer-events: none;
}

/* Thu vien hinh anh - heading va link xem tat ca */

.htk-gallery .htk-gallery-container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}

.htk-gallery .top-htk-new {
    align-items: center;
    margin-bottom: 31px;
}

.htk-gallery .htk-section-title {
    margin: 0;
    padding-left: 50px;
    color: #004ac1;
    font-family: var(--htk-font-extrabold);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.htk-gallery .btn-link-new a::before,
.htk-gallery .btn-link-new a::after {
    display: none;
}

.htk-gallery .btn-link-new a span {
    gap: 6px;
    color: #fff;
    font-family: var(--htk-font-bold);
    font-size: 16px;
    transition: color .25s ease, transform .25s ease;
}

.htk-gallery .btn-link-new a:hover span {
    color: #8be2ff;
    transform: translateX(4px);
}

/* Thu vien hinh anh - bo cuc mosaic anh */

.htk-gallery .htk-gallery-grid {
    display: grid;
    grid-template-columns: 1.85fr repeat(4, 1fr);
    grid-template-rows: repeat(2, 175px);
    gap: 14px;
    align-items: stretch;
}

.htk-gallery .htk-gallery-item {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 18px 34px rgba(0, 23, 75, .26);
    transform: translateZ(0);
    transition: transform .32s ease, box-shadow .32s ease, filter .32s ease;
}

    .htk-gallery .htk-gallery-item:nth-child(1) {
        grid-row: 1 / span 2;
    }

    .htk-gallery .htk-gallery-item:nth-child(n+8) {
        grid-column: 4 / span 2;
    }

    .htk-gallery .htk-gallery-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transform: scale(1.01);
        transition: transform .55s ease, filter .45s ease;
    }

    .htk-gallery .htk-gallery-item::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .36) 46%, transparent 62%);
        opacity: 0;
        transform: translateX(-130%);
        transition: transform .7s ease, opacity .35s ease;
    }

    .htk-gallery .htk-gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 38, 108, 0), rgba(0, 38, 108, .34));
        opacity: 0;
        transition: opacity .35s ease;
    }

/* Thu vien hinh anh - hover overlay */

.htk-gallery .htk-gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 50, 116, .12);
    opacity: 0;
    transition: opacity .3s ease, background .3s ease;
}

    .htk-gallery .htk-gallery-overlay i {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .76);
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        backdrop-filter: blur(6px);
        font-size: 20px;
        transform: scale(.8) rotate(-8deg);
        transition: transform .35s ease, background .35s ease;
    }

.htk-gallery .htk-gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(0, 18, 70, .36);
    filter: saturate(1.08);
}

    .htk-gallery .htk-gallery-item:hover img {
        transform: scale(1.1);
    }

    .htk-gallery .htk-gallery-item:hover::before {
        opacity: 1;
        transform: translateX(125%);
    }

    .htk-gallery .htk-gallery-item:hover::after,
    .htk-gallery .htk-gallery-item:hover .htk-gallery-overlay {
        opacity: 1;
    }

    .htk-gallery .htk-gallery-item:hover .htk-gallery-overlay {
        background: rgba(0, 50, 116, .2);
    }

        .htk-gallery .htk-gallery-item:hover .htk-gallery-overlay i {
            background: rgba(255, 255, 255, .24);
            transform: scale(1) rotate(0);
        }

/* Thu vien hinh anh - responsive */

@media (max-width: 991px) {
    .htk-gallery {
        padding: 52px 0 62px;
    }

        .htk-gallery .htk-gallery-grid {
            grid-template-columns: 2fr repeat(2, 1fr);
            grid-template-rows: repeat(3, 78px);
            gap: 10px;
        }

        .htk-gallery .htk-gallery-item:nth-child(1) {
            grid-column: auto;
            grid-row: 2 / span 2;
        }

        .htk-gallery .htk-gallery-item:nth-child(n+8) {
            grid-column: auto;
        }

        .htk-gallery .htk-gallery-item:nth-child(6) {
            grid-column: auto;
        }
}

@media (max-width: 576px) {
    .htk-gallery {
        padding: 40px 0 48px;
    }

        .htk-gallery .top-htk-new {
            gap: 6px;
            margin-bottom: 22px;
        }

        .htk-gallery .htk-section-title {
            font-size: 16px;
        }

            .htk-gallery .htk-section-title::before {
                bottom: 3px;
                height: 30px;
            }

            .htk-gallery .htk-section-title::after {
                height: 19px;
            }

        .htk-gallery .btn-link-new a span {
            font-size: 11px;
        }

        .htk-gallery .htk-gallery-item {
            border-radius: 8px;
        }
}

/* ==============================
   Form tuyen sinh - section
   ============================== */

.htk-admission {
    position: relative;
}

    .htk-admission:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(/Design/img/THPTHuynhThucKhang/b-footer.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 1320px;
        z-index: -1;
    }

.htk-admission-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.htk-admission-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 64%) minmax(360px, 37%);
    align-items: stretch;
    background: url(/Design/img/THPTHuynhThucKhang/tuyen-sinh.jpg) no-repeat;
    background-size: 100% 100%;
}

/* Form tuyen sinh - noi dung ben trai */

.htk-admission-left {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 34px 28px 24px 34px;
}

.htk-admission-logo {
    position: absolute;
    left: 26px;
    top: 26px;
    width: 115px;
    height: 115px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 71, 170, .18);
    opacity: 0;
    visibility: hidden;
}

.htk-admission-heading {
    min-height: 142px;
    padding-left: 126px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 37px;
}

    .htk-admission-heading span {
        display: block;
        color: #1265dd;
        font-family: var(--htk-font-extrabold);
        font-size: clamp(48px, 5.3vw, 68px);
        font-weight: 800;
        line-height: .9;
        letter-spacing: 1px;
        text-shadow: 2px 4px 0 rgba(0, 54, 160, .18), 0 6px 18px rgba(0, 89, 210, .2);
    }

    .htk-admission-heading strong {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 230px;
        margin-top: 8px;
        padding: 8px 30px 9px;
        color: #fff;
        background: linear-gradient(90deg, #0047c8, #096af0);
        border-radius: 999px;
        font-family: var(--htk-font-bold);
        font-size: 25px;
        line-height: 1;
        box-shadow: 0 9px 18px rgba(0, 70, 180, .24);
    }

.htk-admission-form {
    max-width: 560px;
    margin-left: 112px;
}

.htk-admission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

/* Form tuyen sinh - field va control */

.htk-admission-field,
.htk-admission-captcha {
    min-width: 0;
    height: 42px;
    display: flex;
    align-items: center;
    border: 2px solid #0757c8;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .46);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

    .htk-admission-field:focus-within,
    .htk-admission-captcha:focus-within {
        border-color: #008ee8;
        box-shadow: 0 0 0 4px rgba(0, 142, 232, .14);
        transform: translateY(-1px);
    }

    .htk-admission-field i {
        width: 45px;
        flex: 0 0 45px;
        color: #064bbb;
        font-size: 18px;
        text-align: center;
    }

    .htk-admission-field input,
    .htk-admission-captcha input {
        min-width: 0;
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
        color: #26364d;
        background: transparent;
        font-family: var(--htk-font-medium);
        font-size: 16px;
    }

        .htk-admission-field input::placeholder,
        .htk-admission-captcha input::placeholder {
            color: #7d8795;
        }

.htk-admission-actions {
    display: grid;
    grid-template-columns: 190px minmax(135px, 1fr) 112px;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

.htk-admission-file {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.htk-admission-upload,
.htk-admission-submit {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    color: #fff;
    font-family: var(--htk-font-bold);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.htk-admission-upload {
    padding: 0 17px;
    background: linear-gradient(90deg, #0045b9, #005fe4);
    box-shadow: 0 10px 20px rgba(0, 74, 185, .22);
}

    .htk-admission-upload span {
        max-width: 128px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.htk-admission-captcha {
    padding: 0 12px;
}

    .htk-admission-captcha input {
        text-align: center;
        font-family: var(--htk-font-bold);
        text-transform: uppercase;
    }

    .htk-admission-captcha span {
        flex: 0 0 auto;
        margin-left: 8px;
        padding: 4px 8px;
        border-radius: 7px;
        color: #13213b;
        background: repeating-linear-gradient(-12deg, #eef4ff 0 7px, #d8e7ff 7px 14px);
        font-family: var(--htk-font-extrabold);
        font-size: 15px;
        letter-spacing: 2px;
        transform: rotate(-5deg);
    }

.htk-admission-submit {
    border: 0;
    background: linear-gradient(90deg, #e71935, #fb3552);
    box-shadow: 0 10px 20px rgba(231, 25, 53, .24);
    text-decoration: none;
}

    .htk-admission-upload:hover,
    .htk-admission-submit:hover {
        color: #fff;
        transform: translateY(-3px);
        filter: saturate(1.08);
        box-shadow: 0 16px 28px rgba(0, 68, 180, .26);
    }

    .htk-admission-submit:hover {
        box-shadow: 0 16px 28px rgba(231, 25, 53, .28);
    }

.htk-admission-script {
    margin: 24px 0 0 209px;
    color: #fff;
    font-family: '1FTV-VIP-Blacksword', cursive;
    font-size: 28px;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 35, 125, .32);
    position: relative;
    top: 13px;
}

/* Form tuyen sinh - hinh anh ben phai */

.htk-admission-visual {
    position: relative;
    z-index: 1;
    min-height: 390px;
    overflow: hidden;
    opacity: 0;
}

.htk-admission-school-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: min(470px, 92%);
    height: 285px;
    overflow: hidden;
    border-radius: 47% 0 0 47% / 55% 0 0 55%;
}

    .htk-admission-school-photo img,
    .htk-admission-orbit img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .55s ease;
    }

.htk-admission-card:hover .htk-admission-school-photo img,
.htk-admission-card:hover .htk-admission-orbit img {
    transform: scale(1.05);
}

.htk-admission-orbit {
    position: absolute;
    width: 132px;
    height: 132px;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 50%;
    background: #e8f4ff;
    box-shadow: 0 12px 25px rgba(0, 54, 140, .24);
}

.htk-admission-orbit-a {
    left: 38px;
    top: 198px;
}

.htk-admission-orbit-b {
    right: 72px;
    top: 204px;
}

.htk-admission-motto {
    position: absolute;
    right: 33px;
    bottom: 37px;
    max-width: 455px;
    color: #063dc5;
    font-family: '1FTV-VIP-Blacksword', cursive;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .95);
}

/* Form tuyen sinh - responsive */

@media (max-width: 1199px) {
    .htk-admission-card {
        grid-template-columns: minmax(0, 1fr) 360px;
    }

    .htk-admission-form {
        margin-left: 145px;
    }

    .htk-gallery .htk-gallery-overlay i {
        width: 35px;
        height: 35px;
    }

    .htk-admission-heading {
        padding-left: 140px;
    }

    .htk-admission-logo {
        width: 104px;
        height: 104px;
    }
}

@media (max-width: 991px) {
    .htk-admission {
    }

        .htk-admission:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url(/Design/img/THPTHuynhThucKhang/b-footer.jpg) no-repeat;
            background-size: cover;
            width: 100%;
            height: 1340px;
        }

    .htk-admission-card {
        grid-template-columns: 1fr;
        background: transparent;
    }

    .htk-admission-left {
        padding: 30px 24px 28px;
        text-align: center;
    }

    .htk-admission-form,
    .htk-admission-script {
        margin-left: 0;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .htk-admission-heading {
        padding-left: 128px;
        opacity: 1;
        visibility: visible;
    }

    .htk-admission-visual {
        min-height: 300px;
        display: none;
    }

    .htk-admission-school-photo {
        left: 24px;
        right: auto;
        width: calc(100% - 48px);
        border-radius: 28px;
    }
}

@media (max-width: 576px) {
    .htk-admission {
        padding: 4px 0 2px;
    }

    .htk-admission-card {
        min-height: 0;
        border-radius: 14px;
    }

    .htk-admission-left {
        padding: 9px 2px 2px;
    }

    .htk-admission-logo {
        position: static;
        width: 82px;
        height: 82px;
        margin: auto;
        margin-bottom: 1px;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .htk-admission-heading {
        min-height: 0;
        padding-left: 0;
    }

        .htk-admission-heading span {
            font-size: 30px;
            line-height: 1.5;
            text-shadow: 0px 3px 0 rgba(0, 54, 160, .18), 0 6px 18px rgba(0, 89, 210, .2);
        }

        .htk-admission-heading strong {
            min-width: 0;
            font-size: 17px;
            padding: 8px 22px 9px;
        }

    .htk-admission-grid,
    .htk-admission-actions {
        grid-template-columns: 1fr;
    }

    .htk-admission-actions {
        gap: 10px;
    }

    .htk-admission-upload,
    .htk-admission-submit,
    .htk-admission-field,
    .htk-admission-captcha {
        height: 44px;
    }

        .htk-admission-upload span {
            max-width: 210px;
        }

    .htk-admission-script {
        margin-top: 26px;
        font-size: 23px;
        text-align: center;
        display: none;
    }

    .htk-admission-visual {
        min-height: 260px;
    }

    .htk-admission-school-photo {
        top: 18px;
        left: 16px;
        width: calc(100% - 32px);
        height: 150px;
        border-width: 5px;
        border-radius: 18px;
    }

    .htk-admission-orbit {
        width: 94px;
        height: 94px;
        border-width: 5px;
    }

    .htk-admission-orbit-a {
        left: 25px;
        top: 146px;
    }

    .htk-admission-orbit-b {
        right: 25px;
        top: 146px;
    }

    .htk-admission-motto {
        right: 16px;
        bottom: 18px;
        left: 16px;
        font-size: 18px;
    }
}

/* ==============================
   Danh gia phu huynh hoc sinh - section
   ============================== */

.htk-reviews {
    position: relative;
    overflow: hidden;
    padding: 58px 0 126px;
}

.htk-reviews-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

/* Danh gia phu huynh hoc sinh - tieu de */

.htk-reviews-head {
    max-width: 1001px;
    margin-bottom: 38px;
}

.htk-reviews .htk-section-title {
    position: relative;
    margin: 0 0 13px;
    padding-left: 18px;
    color: #01378e;
    font-family: var(--htk-font-extrabold);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

.htk-reviews-head p {
    margin: 0;
    color: #000000;
    font-family: var(--htk-font-medium);
    font-size: 17px;
    line-height: 1.35;
}

/* Danh gia phu huynh hoc sinh - slider */

.htk-review-swiper {
    overflow: hidden;
    padding: 80px 2px 10px;
}

    .htk-review-swiper .swiper-wrapper {
        align-items: stretch;
    }

.htk-review-card {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    overflow: visible;
    transition: transform .3s ease;
}

.htk-review-body {
    width: 100%;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    padding: 73px 14px 14px;
    border-radius: 17px;
    background: #fff;
    border: 2px solid #dae3ea;
    transition: box-shadow .3s ease, transform .3s ease;
    position: relative;
    height: 256px;
}

.htk-review-avatar {
    position: absolute;
    top: -68px;
    left: 50%;
    z-index: 2;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border: 5px solid #b8d5ff;
    border-radius: 50%;
    background: #dcecf7;
    box-shadow: 0 10px 24px rgba(0, 65, 160, .18);
    transform: translateX(-50%);
}

    .htk-review-avatar img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .45s ease, filter .35s ease;
    }

.htk-review-body h3 {
    margin: 0 0 4px;
    color: #0036a4;
    font-family: var(--htk-font-bold);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

.htk-review-body span {
    display: block;
    margin-bottom: 18px;
    color: #e12133;
    font-family: var(--htk-font-medium);
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
}

.htk-review-body p {
    display: -webkit-box;
    margin: 0;
    color: #3b3b3b;
    font-family: var(--htk-font-medium);
    font-size: 16px;
    text-align: justify;
    line-height: 1.38;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.htk-footer-school a:hover {
    color: #333;
}

/* Danh gia phu huynh hoc sinh - hover va pagination */

.htk-review-card:hover {
    transform: translateY(-6px);
}

    .htk-review-card:hover .htk-review-body {
    }

    .htk-review-card:hover .htk-review-avatar img {
        transform: scale(1.08);
        filter: saturate(1.08);
    }

.htk-review-pagination {
    position: static;
    display: none;
    margin-top: 6px;
}

    .htk-review-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(0, 50, 116, .35);
        opacity: 1;
    }

    .htk-review-pagination .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 999px;
        background: #00469b;
    }

.dl-popular {
    position: relative;
    padding: 67px 17px 23px;
    border: 1px solid rgba(8, 63, 166, .06);
    border-radius: 13px;
    background: #edcde5;
    box-shadow: 0 10px 27px rgba(8, 63, 166, .14);
    transition: transform .3s ease, box-shadow .3s ease;
}

.dl-notice-box {
    height: 684px;
    padding: 29px 18px 26px 20px;
    border-radius: 12px;
    background: #0030a4;
    color: #fff;
    transition: transform .32s ease, box-shadow .32s ease;
    overflow: hidden;
}

.dl-notice-scroll.swiper {
    height: 525px;
}

    .dl-notice-scroll.swiper li.swiper-slide {
        height: fit-content !important;
    }

.dl-popular:hover {
    box-shadow: 0 18px 35px rgba(8, 63, 166, .18);
}

.dl-popular h2 {
    margin: 0 0 19px;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    position: absolute;
    left: 0;
    top: -14px;
    background: #eb247e;
    width: 100%;
    height: 57px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-left: 13px;
    z-index: 2;
}

    .dl-popular h2 i {
        color: #fff;
        font-size: 29px;
        margin-right: 3px;
    }

.dl-popular-feature > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.dl-popular-feature strong {
    margin-top: 8px;
    color: var(--dl-blue);
    font-size: 15.2px;
    font-family: 'Montserrat-Bold';
    line-height: 150%;
    transition: color .28s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.dl-popular-feature a:hover strong {
    color: #25e17f;
}

.dl-popular-feature a {
    position: relative;
    display: block;
    overflow: hidden;
}

.dl-popular-feature img {
    width: 100%;
    height: 164px;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    transition: transform .35s ease;
}

.dl-popular-feature .dl-news-date {
    margin-top: 13px;
    margin-bottom: 0;
    display: block;
    color: #fff;
}

    .dl-popular-feature .dl-news-date i {
        color: #25e17f;
    }

.dl-popular-feature strong {
    margin-top: 8px;
    color: #fff;
    font-size: 15.2px;
    font-family: 'Montserrat-Bold';
    line-height: 150%;
    transition: color .28s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.dl-popular-feature a:hover strong {
    color: #25e17f;
}

.dl-popular ul {
}

.dl-popular li {
    position: relative;
    padding: 6px 12px;
    transition: transform .28s ease;
    background: #fff;
    border-radius: 20px;
}

    .dl-popular li + li {
        margin-top: 10px;
    }

.dl-popular-feature img {
    transition: transform .35s ease;
}

.dl-popular-feature a:hover::after {
    opacity: 1;
}

.dl-popular-feature a:hover img {
    transform: scale(1.045);
}

.dl-popular li a {
    color: #212121;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 1.5;
    transition: color .28s ease;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.dl-popular li:hover {
    transform: translateX(4px);
}

    .dl-popular li:hover::before {
        width: 12px;
        background: var(--dl-red);
    }

.dl-popular li a:hover {
    color: #25e17f;
}

/* Danh gia phu huynh hoc sinh - responsive */

@media (max-width: 991px) {
    .htk-reviews {
        padding: 50px 0 58px;
    }

    .r-one-new-active {
        padding: 12px;
    }

    .htk-hero {
        position: relative;
        box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, .28);
        border-radius: 30px;
    }

    .htk-hero-slide {
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, .28);
    }

    .htk-hero-swiper .swiper-slide {
        border-radius: 30px;
    }

    .htk-hero .swiperhomebanner {
        border-radius: 20px;
        border: 3px solid #ffff;
    }

    .htk-hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 19px;
        box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, .28);
    }

    .htk-footer::before {
        content: "";
        position: absolute;
        left: 0;
        height: 155px;
    }

    .htk-footer > .grid.wide:before {
        content: "";
        position: absolute;
        background: #fff;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        z-index: -1;
        left: 0;
        top: 0;
    }

    section.htk-notices .grid.wide {
        display: block;
    }

        section.htk-notices .grid.wide .top-htk-new {
            width: auto;
            height: auto;
            background: transparent;
            display: block;
            margin-bottom: 10px;
            position: relative;
        }

            section.htk-notices .grid.wide .top-htk-new h2.htk-section-title {
                position: relative;
                padding-left: 20px;
                color: #003274;
                font-family: var(--htk-font-extrabold);
                font-size: 20px;
                font-weight: 800;
                line-height: 1.12;
                letter-spacing: 0;
                text-transform: uppercase;
            }

            section.htk-notices .grid.wide .top-htk-new:after {
                content: "";
                position: absolute;
                left: 6px;
                bottom: 4px;
                height: 19px;
                width: 3px;
                background: #003f9e;
            }

    .htk-footer .footer-bottom-b .grid.wide {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        padding-top: 19px;
    }

    .footer-bottom-b {
        padding-top: 22px;
    }

    .htk-review-pagination {
        display: block;
    }

    .htk-footer .footer-bottom-b .grid.wide:before {
        content: "";
        position: absolute;
        background: #fff;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        z-index: -1;
    }
}

@media (max-width: 576px) {
    .htk-reviews {
        padding: 25px 0 90px;
    }

    .htk-activity-card .r-one-new-active strong {
        font-size: 16px;
        text-align: justify;
    }

    em.htk-news-more {
        display: none;
    }

    .htk-activity-card .r-one-new-active p {
        text-align: justify;
    }

    .htk-gallery-grid img {
        border-radius: 8px;
    }

    .htk-reviews-head {
        margin-bottom: 26px;
    }

    .htk-reviews .htk-section-title {
        font-size: 17px;
    }

        .htk-reviews .htk-section-title::before {
            height: 20px;
        }

        .htk-reviews .htk-section-title::after {
            height: 26px;
        }

    .htk-news-section .grid.wide.htk-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .htk-reviews-head p {
        font-size: 16px;
        text-align: justify;
    }

    .htk-activity-utility a {
        margin: 8px 0;
    }

        .htk-activity-utility a:nth-child(5) {
            display: none;
        }

    .htk-review-swiper {
        padding-top: 80px;
    }

    .htk-review-body {
        min-height: 205px;
        padding: 64px 20px 22px;
    }

    .htk-footer p {
        padding-right: 0;
        margin-bottom: 2px;
        font-size: 15px;
    }

    .htk-footer-school a {
        display: none;
    }

    .htk-review-avatar {
        width: 104px;
        height: 104px;
        border-width: 6px;
    }

    .dl-popular h2 {
        font-size: 18px;
        height: 42px;
        margin-bottom: 5px;
    }

    .dl-popular {
        padding-top: 38px;
        padding-bottom: 12px;
    }

    section.htk-notices .grid.wide .top-htk-new:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 3px;
        height: 26px;
        background: #00a651;
        top: auto;
    }
}

@media (max-width: 378px) {
    .htk-reviews {
        padding: 25px 0 90px;
    }

    .htk-footer-counter {
        font-size: 13px;
    }

    section.htk-notices .grid.wide .top-htk-new h2.htk-section-title {
        position: relative;
        padding-left: 20px;
        color: #003274;
        font-family: var(--htk-font-extrabold);
        font-size: 16px;
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .htk-activity-card .r-one-new-active strong {
        font-size: 16px;
        text-align: justify;
    }

    em.htk-news-more {
        display: none;
    }

    .htk-activity-card .r-one-new-active p {
        text-align: justify;
    }

    .htk-gallery-grid img {
        border-radius: 8px;
    }

    .htk-reviews-head {
        margin-bottom: 26px;
    }

    .htk-reviews .htk-section-title {
        font-size: 15px;
    }

        .htk-reviews .htk-section-title::before {
            height: 20px;
        }

        .htk-reviews .htk-section-title::after {
            height: 26px;
        }

    .htk-news-section .grid.wide.htk-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .htk-reviews-head p {
        font-size: 16px;
        text-align: justify;
    }

    .htk-activity-utility a {
        margin: 8px 0;
    }

        .htk-activity-utility a:nth-child(5) {
            display: none;
        }

    .htk-review-swiper {
        padding-top: 80px;
    }

    .htk-review-body {
        min-height: 205px;
        padding: 64px 20px 22px;
    }

    .htk-footer p {
        padding-right: 0;
        margin-bottom: 2px;
    }

    .htk-footer-school a {
        display: none;
    }

    .htk-review-avatar {
        width: 104px;
        height: 104px;
        border-width: 6px;
    }

    .dl-popular h2 {
        font-size: 18px;
    }

    .htk-about h1 small {
        font-size: 16px;
    }

    .htk-notices .htk-section-title,
    .htk-activities .htk-section-title {
        margin-bottom: 0;
        font-size: 15px;
        padding-left: 36px;
        line-height: 1.5;
    }

    .htk-footer-school h2 strong {
        font-size: 31px;
    }

    section.htk-notices .grid.wide .top-htk-new:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 3px;
        height: 26px;
        background: #00a651;
        top: auto;
    }

    .htk-footer-about a, .htk-footer-contact-list li {
        font-size: 13px;
    }

    .htk-about h1 {
        font-size: 23px;
        line-height: 1.2;
    }
}

body:before {
    content: "";
    position: absolute;
    background: url(/Design/img/TieuHocHamThang2/h-about.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 896px;
    z-index: -1;
    pointer-events: none;
}

.htk-header {
    --htk-blue: #0360c6;
    --htk-pink: #eb247e;
    --htk-red: #ef1018;
    position: relative;
    z-index: 20;
    background: transparent;
    color: #17446e;
    margin-bottom: 15px;
}

.htk-sky {
    min-height: 125px;
}

.htk-header-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1px;
}

.htk-logo {
    width: 108px !important;
    height: 108px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .28);
    overflow: hidden
}

    .htk-logo img,
    .htk-logo canvas {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: relative !important;
        margin: auto !important;
    }

.htk-nav.fixed .htk-home {
    color: #333;
    margin-left: 12px;
}

    .htk-nav.fixed .htk-home:hover {
        background: linear-gradient(135deg, #0069dc 0%, #003f9e 100%) !important;
        color: #fff;
    }

.htk-school-copy {
    width: 480px;
    padding-top: 12px;
}

.htk-department {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--htk-pink);
    letter-spacing: .2px;
    font-family: 'Montserrat-SemiBold';
}

.htk-school-copy h1 {
    margin: 4px 0 0;
    color: #004ac1;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .4px;
    text-shadow: 1px 2px 0 #fff;
    font-family: UTM;
}

.htk-header-actions {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px
}

.htk-clock {
    font-size: 15px;
    font-style: italic;
    color: #303030;
    white-space: nowrap;
    font-family: 'Montserrat-Medium';
}

    .htk-clock i {
        color: #1265ca;
        margin-right: 7px;
        font-size: 18px
    }

.htk-action-row {
    display: flex;
    align-items: center;
    gap: 10px
}

.htk-hotline,
.htk-notice {
    height: 41px;
    padding: 0 16px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
    border: 2px solid rgba(255, 255, 255, .85)
}

.htk-hotline {
    background: var(--htk-pink)
}

.htk-notice {
    background: var(--htk-red);
    font-weight: 500
}

    .htk-hotline:hover,
    .htk-notice:hover {
        color: #fff;
        filter: brightness(1.08)
    }

.htk-nav-shell {
    position: relative;
    padding: 0 0 18px;
    background: transparent
}

.htk-nav-inner {
    height: 52px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--htk-blue);
    border-radius: 34px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08)
}

.htk-nav.fixed .htk-nav-inner {
    background: transparent;
    box-shadow: unset;
}

.htk-home {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.htk-main-menu {
    flex: 1 1 0;
    min-width: 0
}

.htk-nav.fixed .htk-nav-shell .htk-logo {
    display: block;
    width: 61px !important;
    height: 61px !important;
    flex: 0 0 61px;
    top: 0px;
}

.htk-main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: unset;
    margin: 0;
    padding: 0;
    list-style: none
}

    .htk-main-menu > ul > li {
        position: relative;
        display: flex;
        align-items: center
    }

        .htk-main-menu > ul > li + li:before {
            content: '\2022';
            color: #fff;
            font-size: 22px;
            position: absolute;
            left: 0;
            top: 3px;
            bottom: 0;
            margin: auto;
        }

.htk-nav-shell .htk-logo {
    display: none;
}

.htk-nav.fixed .htk-main-menu > ul > li > a {
    padding: 0 14px;
}

.searchbox .btn svg path {
    fill: #0051b2;
}

.htk-main-menu > ul > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
    white-space: nowrap;
    text-transform: uppercase
}

    .htk-main-menu > ul > li > a:hover {
        color: #ffe176
    }

.htk-main-menu .drop {
    position: absolute;
    left: 50%;
    top: calc(100% + -1px);
    min-width: 255px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #e1efe7;
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(7, 24, 50, .14);
    transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.htk-main-menu li:hover > .drop {
    display: block
}

.htk-main-menu .drop li a {
    display: block;
    padding: 9px 15px;
    color: #15528e;
    text-transform: none;
    font-size: 15px;
    line-height: 1.3
}

    .htk-main-menu .drop li a:hover {
        background: var(--htk-pink);
        color: #fff;
    }

.htk-search-toggle,
.btn-menu-rs {
    border: 0;
    cursor: pointer
}

.htk-search-toggle {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 50%;
    background: #fff;
    color: var(--htk-blue);
    font-size: 18px;
}

.btn-menu-rs {
    display: none;
    background: transparent;
    color: #0051b2;
    font-size: 22px;
    border: 1px solid var(--htk-pink);
}

.htk-search-panel {
    display: none;
    width: min(600px, calc(100% - 40px));
    margin: 10px auto 0
}

    .htk-search-panel.is-open {
        display: block
    }

    .htk-search-panel .searchbox {
        display: flex;
        gap: 8px;
        padding: 8px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .18)
    }

    .htk-search-panel .txtsearch {
        flex: 1;
        min-width: 0;
        border: 1px solid #d7e1eb;
        border-radius: 5px;
        padding: 9px 12px
    }

    .htk-search-panel .btn {
        border: 0;
        border-radius: 5px;
        background: var(--htk-blue);
        color: #fff;
        padding: 0 16px
    }

        .htk-search-panel .btn span {
            margin-left: 5px
        }

.htk-header.is-fixed .htk-nav-inner {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .24)
}

#search-result {
    display: none;
}

.htk-logo img {
    display: none !important;
}

@media(max-width:1100px) {
    .htk-department {
        font-size: 18px
    }

    .htk-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: var(--htk-shadow);
        z-index: 100;
        height: 90px;
        background-image: url(/Design/img/TieuHocHamThang2/h-about.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .htk-school-copy {
        display: flex;
        justify-content: space-between;
        width: auto;
        gap: 18px;
    }

    .grid.wide.htk-sky {
        padding-left: 4px;
        padding-right: 4px;
    }

    .htk-school-copy h1 {
        font-size: 27px
    }

    .htk-main-menu > ul > li > a {
        font-size: 15px
    }

    header.htk-header.fixed .htk-header-inner {
        min-height: 90px;
        padding-top: 14px;
    }

    .htk-header.fixed .grid.wide.htk-sky {
        min-height: 90px;
    }

    .htk-main-menu > ul > li + li:before {
        margin: 0 6px
    }

    .htk-hotline,
    .htk-notice {
        font-size: 16px;
        padding: 0 14px
    }
}

@media(max-width:767px) {
    .htk-sky {
        min-height: 84px;
        background-position: center top
    }

    .htk-header-inner {
        width: calc(100% - 2px);
        min-height: 84px;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 4px;
        padding-top: 18px;
    }

    .htk-nav-shell {
        display: none;
    }

    .htk-hero {
        box-shadow: unset;
    }

    .htk-logo {
        width: 66px !important;
        height: 66px !important;
    }

    .htk-department {
        font-size: 12px;
    }

    .htk-school-copy {
        padding-top: 3px;
    }

        .htk-school-copy h1 {
            font-size: 16px;
            line-height: 1.2;
            margin-top: 4px
        }

    .htk-header-actions {
        position: absolute;
        right: 12px;
        top: 8px;
        gap: 0
    }

    .htk-clock {
        font-size: 11px
    }

    .htk-action-row {
        display: none
    }

    .htk-nav-shell {
        padding-bottom: 10px
    }

    .htk-nav-inner {
        width: calc(100% - 20px);
        height: 50px;
        padding: 0 8px;
        border-radius: 26px;
    }

    .htk-home {
        width: 38px;
        height: 42px;
        flex-basis: 38px;
        font-size: 20px
    }

    .htk-search-toggle {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 18px
    }

    .btn-menu-rs {
        display: block;
        margin: 0;
    }

    .htk-main-menu {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 58px;
        display: none;
        padding: 7px 12px;
        background: var(--htk-blue);
        border-radius: 0 0 14px 14px;
        box-shadow: 0 6px 14px rgba(0, 0, 0, .2)
    }

        .htk-main-menu.is-open {
            display: block
        }

        .htk-main-menu > ul {
            display: block
        }

            .htk-main-menu > ul > li {
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, .18)
            }

                .htk-main-menu > ul > li + li:before {
                    display: none
                }

                .htk-main-menu > ul > li > a {
                    line-height: 1.2;
                    padding: 10px 2px;
                    font-size: 15px
                }

        .htk-main-menu .drop {
            position: static;
            box-shadow: none;
            border-radius: 0;
            margin: 0 -4px 6px
        }

    .htk-search-panel {
        width: calc(100% - 20px);
        margin-top: 8px
    }

        .htk-search-panel .btn span {
            display: none
        }
}

/*Tieu Chi*/

/* Editorial redesign - Hoat dong nha truong */

.htk-news-section {
    position: relative;
    isolation: isolate;
    padding: 40px 0 50px;
    background: radial-gradient(circle at 8% 16%, rgba(255, 213, 82, .13) 0 80px, transparent 81px), linear-gradient(135deg, #f4faff 0%, #eef7ff 52%, #fff9f1 100%);
    overflow: hidden;
}

    .htk-news-section::before,
    .htk-news-section::after {
        content: "";
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        pointer-events: none;
    }

    .htk-news-section::before {
        top: -190px;
        right: -150px;
        width: 430px;
        height: 430px;
        background: radial-gradient(circle, rgba(39, 147, 255, .14) 0%, rgba(39, 147, 255, 0) 70%);
    }

    .htk-news-section::after {
        bottom: -210px;
        left: -180px;
        width: 460px;
        height: 460px;
        background: radial-gradient(circle, rgba(240, 43, 136, .09) 0%, rgba(240, 43, 136, 0) 70%);
    }

    .htk-news-section .htk-container {
        position: relative;
        max-width: 1230px;
    }

    .htk-news-section .htk-news-heading {
        align-items: flex-end;
        margin-bottom: 38px;
    }

.htk-news-heading-copy {
    max-width: 720px;
}

.htk-news-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #e62d78;
    font-family: var(--htk-font-bold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

    .htk-news-kicker i {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #ffe6f1;
        font-size: 13px;
    }

.htk-news-section .htk-section-title {
    display: block;
    margin: 0;
    padding: 0;
    color: #004ac1;
    font-family: var(--htk-font-extrabold);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.08;
    text-transform: none;
    text-transform: uppercase;
}

    .htk-news-section .htk-section-title::before,
    .htk-news-section .htk-section-title::after {
        display: none !important;
    }

.htk-news-heading-copy > p {
    max-width: 620px;
    margin: 13px 0 0;
    color: #58708a;
    font-family: var(--htk-font-medium);
    font-size: 16px;
    line-height: 1.65;
}

.htk-news-section .htk-news-heading .btn-link-new a {
    min-width: 146px;
    padding: 11px 19px;
    border: 1px solid rgba(7, 91, 184, .14);
    background: #fff !important;
    color: #0755ad;
    box-shadow: 0 10px 28px rgba(20, 61, 104, .1);
}

    .htk-news-section .htk-news-heading .btn-link-new a::before {
        background: linear-gradient(135deg, #1684e5, #0756b4);
    }

    .htk-news-section .htk-news-heading .btn-link-new a:hover {
        color: #fff;
        border-color: transparent;
        box-shadow: 0 14px 30px rgba(0, 82, 184, .2);
    }

.htk-news-section .htk-feature-news-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 26px;
    align-items: stretch;
}

.htk-news-section .htk-news-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(258px, .92fr);
    gap: 22px;
    min-height: 470px;
}

.htk-news-section .htk-news-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(10, 54, 102, .07);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(35, 81, 126, .1);
    transform: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .htk-news-section .htk-news-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 60px rgba(24, 64, 106, .16);
    }

    .htk-news-section .htk-news-card > a {
        display: flex;
        height: 100%;
        flex-direction: column;
        color: inherit;
        text-decoration: none;
    }

.htk-news-section .htk-news-card-img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: #dce8f2;
}

    .htk-news-section .htk-news-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.htk-news-section .htk-news-card-content {
    min-width: 0;
}

.htk-news-section .htk-news-card:first-child > a {
    position: relative;
    justify-content: flex-end;
}

.htk-news-section .htk-news-card:first-child .htk-news-card-img {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
}

    .htk-news-section .htk-news-card:first-child .htk-news-card-img::after {
        content: "";
        position: absolute;
        inset: 20% 0 0;
        background: linear-gradient(180deg, transparent 0%, rgba(4, 39, 76, .94) 100%);
    }

.htk-news-section .htk-news-card:first-child .htk-news-card-content {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.htk-news-section .htk-news-card:first-child .htk-news-date {
    color: rgba(255, 255, 255, .82);
}

.htk-news-section .htk-news-card:first-child .htk-news-title {
    max-width: 560px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    text-align: left;
}

.htk-news-section .htk-news-card:first-child .htk-news-desc {
    display: none;
}

.htk-news-section .htk-news-card:first-child .htk-news-more {
    color: #fff;
}

.htk-news-section .htk-news-card:nth-child(2) .htk-news-card-img {
    height: 235px;
    aspect-ratio: auto;
}

.htk-news-section .htk-news-card:nth-child(2) .htk-news-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 13px 18px 15px;
}

.htk-news-section .htk-news-card:nth-child(2) {
    background: linear-gradient(180deg, #fff 0%, #fffdf7 100%);
}

    .htk-news-section .htk-news-card:nth-child(2)::after {
        content: "";
        position: absolute;
        right: -38px;
        bottom: -42px;
        width: 112px;
        height: 112px;
        border: 18px solid rgba(255, 194, 55, .1);
        border-radius: 50%;
        pointer-events: none;
    }

    .htk-news-section .htk-news-card:nth-child(2) > a {
        position: relative;
        z-index: 1;
    }

.htk-news-section .htk-news-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 0 10px;
    color: #72839a;
    font-family: var(--htk-font-medium);
    font-size: 12.5px;
}

.htk-news-section .htk-cate-n {
    display: inline-flex !important;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 177, 20, .45);
    background: #fff6d8;
    color: #bd6700;
    font-family: var(--htk-font-bold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.1;
    text-transform: uppercase;
}

.htk-news-section .htk-news-card:first-child .htk-cate-n {
    border-color: #ffd75a;
    background: #ffd75a;
    color: #164a80;
}

.htk-news-section .htk-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: inherit;
    font: inherit;
}

    .htk-news-section .htk-date i {
        color: #0a65bd;
    }

.htk-news-section .htk-news-card:first-child .htk-date i {
    color: #fff;
}

.htk-news-section .htk-news-title {
    min-height: 0;
    margin: 0;
    color: #113f70;
    font-family: var(--htk-font-extrabold);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.38;
    -webkit-line-clamp: 3;
}

.htk-news-section .htk-news-desc {
    position: static;
    margin: 12px 0 0;
    padding: 0;
    color: #60748a;
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 7;
    text-align: justify;
}

    .htk-news-section .htk-news-desc::before {
        display: none;
    }

.htk-news-section .htk-news-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    min-width: 0;
    margin-top: auto;
    padding: 16px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #0867c3;
    font-family: var(--htk-font-bold);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

    .htk-news-section .htk-news-more i {
        transition: transform .25s ease;
    }

.htk-news-section .htk-news-card:hover .htk-news-more i {
    transform: translateX(5px);
}

.htk-news-section .htk-news-side {
    display: block;
    padding: 10px 22px;
    overflow: hidden;
    border: 1px solid rgba(10, 54, 102, .07);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 42px rgba(35, 81, 126, .09);
}

.htk-news-side-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5edf5;
}

    .htk-news-side-heading div {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .htk-news-side-heading small {
        color: #e62d78;
        font-family: var(--htk-font-bold);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .htk-news-side-heading strong {
        color: #113f70;
        font-family: var(--htk-font-extrabold);
        font-size: 20px;
        font-weight: 800;
    }

    .htk-news-side-heading > span {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: #fff1c5;
        color: #d47700;
    }

.htk-news-section .htk-small-news {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    margin: 0 -9px;
    padding: 13px 9px;
    border-bottom: 1px solid #e5edf5;
    border-radius: 12px;
    transition: background .25s ease, transform .25s ease;
}

    .htk-news-section .htk-small-news:first-of-type {
        padding-top: 13px;
    }

    .htk-news-section .htk-small-news:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.htk-news-side-index {
    align-self: start;
    padding-top: 6px;
    color: #5aa2e8;
    font-family: var(--htk-font-extrabold);
    font-size: 12px;
    font-weight: 800;
}

.htk-news-section .htk-small-news:nth-of-type(3n + 2) .htk-news-side-index {
    color: #e96a9e;
}

.htk-news-section .htk-small-news:nth-of-type(3n) .htk-news-side-index {
    color: #e5a31d;
}

.htk-news-section .htk-small-news:hover {
    background: #f2f8ff;
    transform: translateX(3px);
}

.htk-news-section .htk-news-side-item {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.htk-news-section .htk-news-side-thumb {
    width: 90px;
    height: 85px;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 10px;
}

.htk-news-section .htk-news-side-content {
    min-width: 0;
}

.htk-news-section .htk-news-side-date {
    margin: 0 0 5px;
    color: #8796a8;
    font-size: 11.5px;
}

.htk-news-section .htk-news-side-title {
    color: #294d72;
    font-family: var(--htk-font-bold);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42;
    text-align: left;
    -webkit-line-clamp: 2;
}

.htk-news-section .htk-news-side-desc {
    display: none !important;
}

.htk-news-section .htk-news-side-item:hover .htk-news-side-title {
    color: #0962bc;
}

@media (max-width: 1100px) {
    .htk-news-section {
        padding: 58px 0 64px;
    }

        .htk-news-section .htk-feature-news-wrap {
            grid-template-columns: 1fr;
        }

        .htk-news-section .htk-news-side {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0 24px;
        }

    .htk-news-side-heading {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .htk-news-section {
        padding: 42px 0 48px;
    }

        .htk-news-section .htk-news-heading {
            gap: 20px;
        }

    .htk-news-heading-copy > p {
        font-size: 14px;
    }

    .htk-news-section .htk-news-main-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .htk-news-section .htk-news-card:first-child {
        min-height: 500px;
    }

    .htk-news-section .htk-news-card:nth-child(2) > a {
        display: grid;
        grid-template-columns: minmax(220px, .8fr) 1fr;
    }

    .htk-news-section .htk-news-card:nth-child(2) .htk-news-card-img {
        height: 100%;
        min-height: 280px;
    }
}

@media (max-width: 576px) {
    .htk-news-section {
        padding: 34px 0 40px;
    }

        .htk-news-section .grid.wide.htk-container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .htk-news-section .htk-news-heading {
            margin-bottom: 26px;
            gap: 4px;
        }

        .htk-news-section .htk-section-title {
            font-size: 15px;
            letter-spacing: -.7px;
        }

    .htk-news-heading-copy > p {
        display: none;
    }

    .htk-news-section .htk-news-heading .btn-link-new a {
        min-width: 96px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .htk-news-section .htk-news-card {
        border-radius: 18px;
    }

        .htk-news-section .htk-news-card:first-child {
            min-height: 440px;
        }

            .htk-news-section .htk-news-card:first-child .htk-news-card-content {
                padding: 24px 20px;
            }

            .htk-news-section .htk-news-card:first-child .htk-news-title {
                font-size: 23px;
            }

        .htk-news-section .htk-news-card:nth-child(2) > a {
            display: flex;
        }

        .htk-news-section .htk-news-card:nth-child(2) .htk-news-card-img {
            height: 210px;
            min-height: 0;
        }

    .htk-news-section .htk-news-more {
        display: inline-flex;
    }

    .htk-news-section .htk-news-side {
        display: block;
        padding: 12px 18px;
        border-radius: 18px;
        padding-top: 2px;
    }

    .htk-news-section .htk-news-side-item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .htk-news-section .htk-news-side-thumb {
        width: 88px;
        height: 70px;
    }
}

@media (max-width: 390px) {
    .htk-news-section .htk-news-heading {
    }

        .htk-news-section .htk-news-heading .btn-link-new a {
            min-width: 98px;
        }

    .htk-news-section .htk-news-card:first-child {
        min-height: 405px;
    }

    .htk-news-section .htk-small-news {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 6px;
    }

    .htk-news-section .htk-news-side-item {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 9px;
    }

    .htk-news-section .htk-news-side-thumb {
        width: 78px;
        height: 66px;
    }
}

/* Photo wall redesign - Thu vien hinh anh */

.htk-gallery {
    position: relative;
    isolation: isolate;
    padding: 40px 0 53px;
    overflow: hidden;
    background: radial-gradient(circle at 92% 12%, rgba(255, 216, 89, .16) 0 105px, transparent 106px), radial-gradient(circle at 4% 88%, rgba(239, 65, 139, .13) 0 135px, transparent 136px), linear-gradient(135deg, #0758a6 0%, #073c7c 48%, #062d61 100%);
}

    .htk-gallery::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: .28;
        background-image: radial-gradient(rgba(255, 255, 255, .35) 1px, transparent 1px);
        background-size: 26px 26px;
        pointer-events: none;
    }

    .htk-gallery::after {
        content: "";
        position: absolute;
        top: -85px;
        left: 14%;
        z-index: -1;
        width: 170px;
        height: 170px;
        border: 30px solid rgba(62, 177, 255, .12);
        border-radius: 50%;
        pointer-events: none;
    }

    .htk-gallery .htk-gallery-container {
        position: relative;
        z-index: 1;
        max-width: 1230px;
    }

    .htk-gallery .htk-gallery-heading {
        align-items: flex-end;
        gap: 28px;
        margin-bottom: 36px;
    }

.htk-gallery-heading-copy {
    max-width: 700px;
}

.htk-gallery-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #ffd75a;
    font-family: var(--htk-font-bold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

    .htk-gallery-kicker i {
        width: 27px;
        height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background: rgba(255, 215, 90, .16);
        font-size: 12px;
    }

.htk-gallery .htk-section-title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: var(--htk-font-extrabold);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
}

    .htk-gallery .htk-section-title::before,
    .htk-gallery .htk-section-title::after {
        display: none !important;
    }

.htk-gallery-heading-copy > p {
    max-width: 630px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .74);
    font-family: var(--htk-font-medium);
    font-size: 15px;
    line-height: 1.65;
}

.htk-gallery .htk-gallery-heading .btn-link-new a {
    min-width: 146px;
    padding: 11px 19px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .12) !important;
    color: #fff;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

    .htk-gallery .htk-gallery-heading .btn-link-new a::before {
        display: block;
        background: #fff;
    }

    .htk-gallery .htk-gallery-heading .btn-link-new a span {
        color: inherit;
    }

    .htk-gallery .htk-gallery-heading .btn-link-new a:hover {
        color: #0751a0;
        border-color: #fff;
        box-shadow: 0 12px 28px rgba(0, 22, 58, .2);
    }

.htk-gallery .htk-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, 148px);
    gap: 14px;
    align-items: stretch;
}

.htk-gallery .htk-gallery-item {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .18);
    border-radius: 19px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 16px 32px rgba(0, 22, 58, .22);
    transform: translateZ(0);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

    .htk-gallery .htk-gallery-item:nth-child(1) {
        grid-column: 1 / 6;
        grid-row: 1 / 4;
    }

    .htk-gallery .htk-gallery-item:nth-child(2) {
        grid-column: 6 / 9;
        grid-row: 1 / 3;
    }

    .htk-gallery .htk-gallery-item:nth-child(3) {
        grid-column: 9 / 13;
        grid-row: 1 / 2;
    }

    .htk-gallery .htk-gallery-item:nth-child(4) {
        grid-column: 9 / 13;
        grid-row: 2 / 4;
    }

    .htk-gallery .htk-gallery-item:nth-child(5) {
        grid-column: 6 / 9;
        grid-row: 3 / 4;
    }

    .htk-gallery .htk-gallery-item:nth-child(6) {
        grid-column: 1 / 4;
        grid-row: 4 / 6;
    }

    .htk-gallery .htk-gallery-item:nth-child(7) {
        grid-column: 4 / 9;
        grid-row: 4 / 6;
    }

    .htk-gallery .htk-gallery-item:nth-child(8) {
        grid-column: 9 / 13;
        grid-row: 4 / 6;
    }

    .htk-gallery .htk-gallery-item img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover;
        transform: scale(1.01);
        transition: transform .6s ease, filter .45s ease;
    }

    .htk-gallery .htk-gallery-item::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        opacity: .72;
        background: linear-gradient(180deg, transparent 52%, rgba(4, 31, 68, .58) 100%);
        transform: none;
        transition: opacity .35s ease;
    }

    .htk-gallery .htk-gallery-item::after {
        display: none;
    }

.htk-gallery .htk-gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    background: transparent;
    opacity: 1;
    pointer-events: none;
}

.htk-gallery-number {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    background: rgba(5, 42, 86, .45);
    font-family: var(--htk-font-bold);
    font-size: 10px;
    backdrop-filter: blur(7px);
}

.htk-gallery-view {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #0754a4;
    box-shadow: 0 8px 18px rgba(0, 23, 61, .16);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
}

    .htk-gallery-view i {
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        background: transparent !important;
        font-size: 12px !important;
        transform: none !important;
    }

    .htk-gallery-view small {
        font-family: var(--htk-font-bold);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .2px;
        text-transform: uppercase;
    }

.htk-gallery .htk-gallery-item:hover {
    z-index: 3;
    border-color: rgba(255, 215, 90, .7);
    box-shadow: 0 22px 42px rgba(0, 19, 52, .34);
    transform: translateY(-5px);
}

    .htk-gallery .htk-gallery-item:hover img {
        filter: saturate(1.08) brightness(1.03);
        transform: scale(1.07);
    }

    .htk-gallery .htk-gallery-item:hover::before {
        opacity: .9;
        transform: none;
    }

    .htk-gallery .htk-gallery-item:hover .htk-gallery-overlay {
        background: transparent;
        opacity: 1;
    }

    .htk-gallery .htk-gallery-item:hover .htk-gallery-view {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 1023px) {
    .htk-gallery {
        padding: 56px 0 64px;
    }

        .htk-gallery .htk-gallery-grid {
            grid-template-columns: repeat(6, minmax(0, 1fr));
            grid-template-rows: repeat(4, 130px);
            gap: 12px;
        }

        .htk-gallery .htk-gallery-item:nth-child(1) {
            grid-column: 1 / 4;
            grid-row: 1 / 3;
        }

        .htk-gallery .htk-gallery-item:nth-child(2) {
            grid-column: 4 / 7;
            grid-row: 1 / 2;
        }

        .htk-gallery .htk-gallery-item:nth-child(3) {
            grid-column: 4 / 7;
            grid-row: 2 / 3;
        }

        .htk-gallery .htk-gallery-item:nth-child(4) {
            grid-column: 1 / 3;
            grid-row: 3 / 4;
        }

        .htk-gallery .htk-gallery-item:nth-child(5) {
            grid-column: 3 / 5;
            grid-row: 3 / 4;
        }

        .htk-gallery .htk-gallery-item:nth-child(6) {
            grid-column: 5 / 7;
            grid-row: 3 / 4;
        }

        .htk-gallery .htk-gallery-item:nth-child(7) {
            grid-column: 1 / 4;
            grid-row: 4 / 5;
        }

        .htk-gallery .htk-gallery-item:nth-child(8) {
            grid-column: 4 / 7;
            grid-row: 4 / 5;
        }
}

@media (max-width: 600px) {
    .htk-gallery {
        padding: 25px 0 46px;
    }

        .htk-gallery .grid.wide.htk-gallery-container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .htk-gallery .htk-gallery-heading {
            align-items: flex-end;
            gap: 14px;
            margin-bottom: 25px;
        }

        .htk-gallery .htk-section-title {
            font-size: 19px;
        }

    .htk-gallery-heading-copy > p {
        display: none;
    }

    .htk-gallery-kicker {
        font-size: 12px;
    }

    .htk-gallery .htk-gallery-heading .btn-link-new a {
        min-width: 96px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .htk-gallery .htk-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        grid-auto-rows: 140px;
        gap: 10px;
    }

    .htk-gallery .htk-gallery-item:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        border-width: 1px;
        border-radius: 14px;
    }

    .htk-gallery .htk-gallery-item:nth-child(1) {
        grid-column: 1 / -1;
        grid-row: span 2;
    }

    .htk-gallery .htk-gallery-item:nth-child(4) {
        grid-column: 1 / -1;
    }

    .htk-gallery .htk-gallery-overlay {
        padding: 10px;
    }

    .htk-gallery-number {
        width: 27px;
        height: 27px;
        border-radius: 8px;
        font-size: 9px;
    }

    .htk-gallery-view {
        padding: 7px;
        opacity: 1;
        transform: none;
    }

        .htk-gallery-view small {
            display: none;
        }
}

@media (max-width: 390px) {
    .htk-gallery .htk-gallery-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .htk-gallery .htk-gallery-grid {
        grid-auto-rows: 104px;
    }
}

/* =========================================================
   GIÁ TRỊ CỐT LÕI - TRƯỜNG TIỂU HỌC HÀM THẮNG 2
   ========================================================= */

.school-core-values {
    width: 59%;
    box-sizing: border-box;
}

    .school-core-values *,
    .school-core-values *::before,
    .school-core-values *::after {
        box-sizing: border-box;
    }

.school-core-values__inner {
    width: 100%;
    max-width: 1180px;
    min-height: 88px;
    margin: 0 auto;
    padding: 8px 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    column-gap: 32px;
}

.school-core-value {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.school-core-value__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
}

    .school-core-value__icon svg {
        width: 28px;
        height: 28px;
        display: block;
    }

.school-core-value__content {
    min-width: 0;
    line-height: 1.2;
}

    .school-core-value__content h3 {
        margin: 0 0 5px;
        padding: 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.05;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .school-core-value__content p {
        margin: 0;
        padding: 0;
        color: #3d3d3d;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.25;
        white-space: nowrap;
    }

/* TRI THỨC */

.school-core-value--knowledge .school-core-value__icon {
    background: #1174cf;
}

.school-core-value--knowledge h3 {
    color: #176cc2;
}

.school-core-value.school-core-value--integration {
    margin-left: 7px;
}

.school-core-value.school-core-value--creative {
    margin-left: -8px;
}

/* NHÂN CÁCH */

.school-core-value--character .school-core-value__icon {
    background: #ef3473;
}

.school-core-value--character h3 {
    color: #e83770;
}

/* SÁNG TẠO */

.school-core-value--creative .school-core-value__icon {
    background: #f7a10c;
}

.school-core-value--creative h3 {
    color: #ef9805;
}

/* HỘI NHẬP */

.school-core-value--integration .school-core-value__icon {
    background: #51a921;
}

.school-core-value--integration h3 {
    color: #4d9f28;
}

/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 991px) {
    .school-core-values__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
        column-gap: 24px;
        padding: 18px 20px;
        background: rgb(255 255 255 / 50%);
        border-radius: 20px;
    }

    .school-core-values {
        width: auto;
    }

    body:before {
        content: "";
        position: absolute;
        background: url(/Design/img/TieuHocHamThang2/h-about.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        top: 0;
        width: 100%;
        height: 280px;
        z-index: -1;
        pointer-events: none;
    }

    .school-core-value {
        justify-content: flex-start;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 575px) {
    .school-core-values__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 10px;
        padding: 16px 10px;
    }

    .school-core-value {
        gap: 3px;
    }

    .school-core-value__content {
        flex: 1 1 0;
    }

    .school-core-value__icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

        .school-core-value__icon svg {
            width: 19px;
            height: 19px;
        }

    .school-core-value__content h3 {
        margin-bottom: 3px;
        font-size: 13px;
        white-space: normal;
    }

    .school-core-value__content p {
        font-size: 10.5px;
        line-height: 1.2;
        white-space: normal;
    }
}

/* =========================================================
   MOBILE NHỎ
   ========================================================= */

@media only screen and (max-width: 380px) {
    .school-core-values__inner {
        gap: 12px;
        padding: 8px;
    }

    .school-core-value {
        width: 100%;
    }

        .school-core-value.school-core-value--creative {
            margin: 0;
        }

        .school-core-value.school-core-value--integration {
            margin: 0;
        }

    .school-core-value__icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .school-core-value__content h3 {
        font-size: 11px;
    }

    .school-core-value__content p {
        font-size: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .school-core-values {
        height: 109px;
        overflow: hidden;
    }

    .htk-header {
        margin-bottom: 0;
    }

    .school-core-values__inner {
        height: 86px;
        min-height: 86px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.school-title-box {
    position: relative;
    display: inline-block;
    background: transparent;
    line-height: 1;
    white-space: nowrap;
}

/* Thuộc tính dùng chung cho cả hai lớp chữ */

.school-title-outline,
.school-title-gradient {
    font-family: 'UTM';
    font-size: 58px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Lớp bên dưới: tạo viền trắng và bóng */

.school-title-outline {
    position: absolute;
    top: 1px;
    left: 0px;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 3px #ffffff;
    paint-order: stroke fill;
    text-shadow: 1px 5px 6px rgba(67, 89, 112, 0.18), 0px 0px 0px rgba(67, 89, 112, 0.30), 3px 2px 7px rgba(67, 89, 112, 0.18);
    pointer-events: none;
    user-select: none;
}

/* Lớp bên trên: chỉ hiển thị gradient xanh */

.school-title-gradient {
    position: relative;
    z-index: 2;
    display: block;
    color: #0864cc;
    background-image: linear-gradient(to bottom, #318ce9 0%, #1975dc 20%, #064eae 55%, #075bc4 72%, #064eae 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Tablet */

@media screen and (max-width: 768px) {
    .school-title-box {
        padding: 7px 10px 12px;
    }

    .school-title-outline,
    .school-title-gradient {
        font-size: clamp(42px, 10vw, 64px);
        letter-spacing: 0.8px;
    }

    .school-title-outline {
        top: 7px;
        left: 10px;
        -webkit-text-stroke-width: 4px;
        text-shadow: unset;
    }
}

/* Mobile */

@media screen and (max-width: 480px) {
    .school-title-box {
        max-width: 100%;
        padding: 5px 6px 1px;
        margin-top: -14px;
        padding-left: 0;
    }

    .school-title-outline,
    .school-title-gradient {
        font-size: 35px;
        letter-spacing: 0.3px;
    }

    .school-title-outline {
        top: 6px;
        left: 2px;
        -webkit-text-stroke-width: 3px;
    }
}

@media(max-width:375px) {
    .htk-sky {
        min-height: 112px;
        background-position: center top
    }

    .htk-header-inner {
        width: calc(100% - 2px);
        min-height: 110px;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 4px;
    }

    .htk-nav-shell {
        display: none;
    }

    .htk-hero {
        box-shadow: unset;
    }

    .htk-logo {
        width: 66px !important;
        height: 66px !important;
    }

    .htk-department {
        font-size: 11px;
    }

    .htk-school-copy {
        padding-top: 3px;
    }

        .htk-school-copy h1 {
            font-size: 14px;
            line-height: 1.2;
            margin-top: 4px
        }

    .htk-header-actions {
        position: absolute;
        right: 12px;
        top: 8px;
        gap: 0
    }

    .htk-clock {
        font-size: 11px
    }

    .htk-action-row {
        display: none
    }

    .htk-nav-shell {
        padding-bottom: 10px
    }

    .htk-nav-inner {
        width: calc(100% - 20px);
        height: 50px;
        padding: 0 8px;
        border-radius: 26px;
    }

    .htk-home {
        width: 38px;
        height: 42px;
        flex-basis: 38px;
        font-size: 20px
    }

    .htk-search-toggle {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 18px
    }

    .btn-menu-rs {
        display: block;
        margin: 0;
    }

    .htk-main-menu {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 58px;
        display: none;
        padding: 7px 12px;
        background: var(--htk-blue);
        border-radius: 0 0 14px 14px;
        box-shadow: 0 6px 14px rgba(0, 0, 0, .2)
    }

        .htk-main-menu.is-open {
            display: block
        }

        .htk-main-menu > ul {
            display: block
        }

            .htk-main-menu > ul > li {
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, .18)
            }

                .htk-main-menu > ul > li + li:before {
                    display: none
                }

                .htk-main-menu > ul > li > a {
                    line-height: 1.2;
                    padding: 10px 2px;
                    font-size: 15px
                }

        .htk-main-menu .drop {
            position: static;
            box-shadow: none;
            border-radius: 0;
            margin: 0 -4px 6px
        }

    .htk-search-panel {
        width: calc(100% - 20px);
        margin-top: 8px
    }

    .htk-news-kicker {
        font-size: 13px;
    }

    .htk-search-panel .btn span {
        display: none
    }
}

@media(max-width:341px) {
    .htk-sky {
        min-height: 90px;
        background-position: center top
    }

    .htk-header-inner {
        width: calc(100% - 2px);
        min-height: 90px;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 4px;
        padding-top: 20px;
    }

    .htk-nav-shell {
        display: none;
    }

    .htk-hero {
        box-shadow: unset;
    }

    .htk-logo {
        width: 60px !important;
        height: 60px !important;
        flex-basis: 60px !important;
    }

    .htk-department {
        font-size: 10px;
    }

    .htk-school-copy {
        padding-top: 3px;
        gap: 4px;
    }

        .htk-school-copy h1 {
            font-size: 14px;
            line-height: 1.2;
            margin-top: 4px
        }

    .htk-header-actions {
        position: absolute;
        right: 12px;
        top: 8px;
        gap: 0
    }

    .htk-clock {
        font-size: 11px
    }

    .htk-action-row {
        display: none
    }

    .htk-nav-shell {
        padding-bottom: 10px
    }

    .htk-nav-inner {
        width: calc(100% - 20px);
        height: 50px;
        padding: 0 8px;
        border-radius: 26px;
    }

    .htk-home {
        width: 38px;
        height: 42px;
        flex-basis: 38px;
        font-size: 20px
    }

    .htk-search-toggle {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 18px
    }

    .btn-menu-rs {
        display: block;
        margin: 0;
    }

    .htk-main-menu {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 58px;
        display: none;
        padding: 7px 12px;
        background: var(--htk-blue);
        border-radius: 0 0 14px 14px;
        box-shadow: 0 6px 14px rgba(0, 0, 0, .2)
    }

        .htk-main-menu.is-open {
            display: block
        }

        .htk-main-menu > ul {
            display: block
        }

            .htk-main-menu > ul > li {
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, .18)
            }

                .htk-main-menu > ul > li + li:before {
                    display: none
                }

                .htk-main-menu > ul > li > a {
                    line-height: 1.2;
                    padding: 10px 2px;
                    font-size: 15px
                }

        .htk-main-menu .drop {
            position: static;
            box-shadow: none;
            border-radius: 0;
            margin: 0 -4px 6px
        }

    .htk-search-panel {
        width: calc(100% - 20px);
        margin-top: 8px
    }

    .htk-news-kicker {
        font-size: 13px;
    }

    .htk-search-panel .btn span {
        display: none
    }

    .htk-news-section {
        padding: 34px 0 40px;
    }

        .htk-news-section .grid.wide.htk-container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .htk-news-section .htk-news-heading {
            margin-bottom: 26px;
            gap: 7px;
            flex-flow: wrap;
        }

        .htk-news-section .htk-section-title {
            font-size: 18px;
            letter-spacing: -.7px;
        }

    .htk-news-heading-copy > p {
        display: none;
    }

    .htk-news-section .htk-news-heading .btn-link-new a {
        min-width: 96px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .htk-news-section .htk-news-card {
        border-radius: 18px;
    }

        .htk-news-section .htk-news-card:first-child {
            min-height: 335px;
        }

            .htk-news-section .htk-news-card:first-child .htk-news-card-content {
                padding: 24px 20px;
            }

            .htk-news-section .htk-news-card:first-child .htk-news-title {
                font-size: 20px;
            }

        .htk-news-section .htk-news-card:nth-child(2) > a {
            display: flex;
        }

        .htk-news-section .htk-news-card:nth-child(2) .htk-news-card-img {
            height: 210px;
            min-height: 0;
        }

    .htk-news-section .htk-news-more {
        display: inline-flex;
    }

    .htk-news-section .htk-news-title {
        font-size: 18px;
    }

    .htk-news-section .htk-news-side {
        display: block;
        padding: 12px 18px;
        border-radius: 18px;
        padding-top: 2px;
    }

    .dl-notice-scroll.swiper {
        height: 365px;
    }

    .htk-news-section .htk-news-side-item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .htk-footer-nav li a {
        font-size: 13px;
    }

    .htk-news-section .htk-news-side-thumb {
        width: 88px;
        height: 70px;
    }
}