/* 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);
        }

.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 {
    background: #d9e7f6;
}

.htk-hero-slide {
    overflow: hidden;
}

    .htk-hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.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;
    padding-top: 74px;
    background: linear-gradient(115deg, #fff 0%, #f5f9ff 48%, #e7f3ff 100%);
    overflow: hidden;
}

.htk-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

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

.htk-about h1 {
    margin: 10px 0 6px;
    color: var(--htk-blue);
    font-family: var(--htk-font-condensed);
    font-size: 56px;
    line-height: 1.05;
    font-weight: normal;
    text-transform: uppercase;
}

    .htk-about h1 small {
        display: block;
        margin-bottom: 5px;
        color: var(--htk-green);
        font-family: var(--htk-font-display-semibold);
        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);
    font-size: 15px;
    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: var(--htk-blue);
    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;
    border: 1px solid #dce8f8;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 43, 112, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .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 {
}

    .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);
        text-transform: uppercase;
    }

    .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::after {
        content: "";
        position: absolute;
        left: 6px;
        bottom: 2px;
        height: 26px;
        width: 4px;
        background: #55e88f;
    }

    .htk-section-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 36px;
        width: 4px;
        background: #00348d;
    }

.htk-gallery-container .htk-section-title::before {
    background: #fff;
}

.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;
    background: #fff;
}

.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 {
        max-width: 1345px;
    }

    .htk-about-copy {
        padding: 0 89px !important;
    }

    .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 {
        padding-top: 126px !important;
        padding-bottom: 180px !important;
    }

        .htk-about p {
            width: 610px !important;
            max-width: 100%;
            margin: 0 0 13px;
            color: #344154;
            font-family: var(--htk-font-medium);
            font-size: 16px !important;
            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;
    }

    .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 {
        padding-top: 70px;
        background: radial-gradient(circle at 91% 21%, rgba(34, 160, 80, .18), transparent 12%), linear-gradient(115deg, #fff 0%, #f6fbff 50%, #e9f5ff 100%);
    }

    .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 h1 {
        margin-top: 8px;
        font-size: 55px;
        line-height: .98;
    }

        .htk-about h1 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: 432px;
        margin-bottom: 12px;
        font-size: 14px;
        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: 50px;
        grid-template-columns: repeat(4, 1fr);
        gap: 11px;
    }

        .htk-values article {
            min-height: 128px;
            padding: 16px 8px 10px;
            border-radius: 14px;
            border-color: #d7e6ff;
        }

        .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: 31px;
        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;
    }

    .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: 11px;
    }

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

    .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 {
            font-size: 22px;
            line-height: 1.2;
        }

    .htk-about-copy {
        text-align: justify;
    }

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

    .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-quality-band .grid {
        min-height: 70px;
        font-size: 11px;
        text-align: left;
        line-height: 1.45;
        gap: 5px;
    }

        .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;
        box-shadow: 0 1px 0 rgba(11, 41, 91, .12);
    }

    .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: -34px;
        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: 38px;
        padding: 0 15px;
        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: 72px;
        margin-top: 0;
        border-bottom: 1px solid #dbe6f5;
    }

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

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

    .htk-about-copy {
        text-align: center;
        padding: 0 155px;
    }

    .htk-hero {
        margin-top: 0;
        background: #dfe9f6;
    }

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

    .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;
        min-height: 900px;
        margin-top: -32px;
        padding-top: 75px;
        overflow: hidden;
        background: url(/Design/img/THPTHuynhThucKhang/about.png) no-repeat;
        background-size: 100% 100%;
    }

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

    .htk-script-title {
        color: #65ac64;
        font-family: '1FTV-VIP-Blacksword';
        font-size: 28px;
        line-height: 1.15;
        text-transform: none;
    }

    .htk-about h1 {
        color: #0030a4;
        font-family: var(--htk-font-extrabold);
        font-size: 37px;
        line-height: 1.3;
        font-weight: normal;
        text-transform: uppercase;
    }

        .htk-about h1 small {
            display: block;
            margin-bottom: 2px;
            color: #dd0f0f;
            font-family: var(--htk-font-extrabold);
            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 {
        width: 607px;
        max-width: 100%;
        margin: 0 0 13px;
        color: #303030;
        font-family: var(--htk-font-medium);
        font-size: 16px;
        line-height: 1.48;
        text-align: justify;
        margin: auto;
    }

    .htk-primary-link {
        min-width: 165px;
        min-height: 38px;
        justify-content: center;
        margin-top: 12px;
        padding: 10px 18px;
        border-radius: 999px;
        background: #0042a8;
        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: 486px !important;
        margin-top: 130px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 11px;
        opacity: 0;
    }

        .htk-values article {
            min-height: 132px;
            padding: 15px 8px 10px;
            border: 1px solid #d9e8ff;
            border-radius: 15px;
            background: #fff;
            text-align: center;
            box-shadow: 0 9px 22px rgba(0, 43, 112, .1);
            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;
        opacity: 0;
    }

        .htk-quality-band .grid {
            min-height: 70px;
            justify-content: center;
            gap: 17px;
            color: #fff;
            font-family: var(--htk-font-extrabold);
            font-size: 15px;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .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: #fff;
            }

    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: 11px;
}

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 {
    margin-top: -68px;
    background: #eef6fc;
}

    .htk-notices .htk-section-title,
    .htk-activities .htk-section-title {
        color: #09359e;
        font-family: var(--htk-font-extrabold);
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
        padding-left: 18px;
    }

        .htk-notices .htk-section-title::after,
        .htk-activities .htk-section-title::after {
            content: "";
            position: absolute;
            left: 6px;
            bottom: 5px;
            height: 25px;
            width: 4px;
            background: #25e17f;
        }

        .htk-notices .htk-section-title::before,
        .htk-activities .htk-section-title::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 5px;
            height: 38px;
            width: 4px;
            background: #09359e;
        }

.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-medium);
    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 45px;
    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;
}

.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;
}

.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 {
        display: none;
    }

    .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: 13px;
        padding-left: 15px;
    }

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

    .htk-notices .htk-section-title::after,
    .htk-activities .htk-section-title::after {
        content: "";
        position: absolute;
        left: 6px;
        bottom: 0;
        height: 19px;
        width: 4px;
        background: #003f9e;
    }

    .htk-notices .htk-section-title::before,
    .htk-activities .htk-section-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 27px;
        width: 4px;
        background: #25e17f;
    }

    .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: 12px !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 .htk-img {
        height: 165px;
    }
}

/* Gallery PSD final pass */

.htk-gallery {
    position: relative;
    padding: 73px 0 95px;
    background: url(/Design/img/THPTHuynhThucKhang/bg-img.jpg) no-repeat;
    background-size: cover;
}

    .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: #fff;
    margin-top: -29px;
}

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

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

.htk-footer-main {
    display: grid;
    grid-template-columns: 375px 403px 126px 250px;
    align-items: start;
    gap: 15px;
    padding-top: 36px;
    padding-bottom: 30px;
}

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

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

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

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

.htk-footer-school h2 strong {
    position: relative;
    display: inline-block;
    margin-top: 7px;
    padding-bottom: 13px;
    color: #55e88f;
    font-family: var(--htk-font-extrabold);
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}

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

.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: #fff;
        font-family: var(--htk-font-medium);
        font-size: 15px;
        line-height: 1.25;
    }

    .htk-footer-contact-list i {
        width: 16px;
        color: #16d9ff;
        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: #55e88f;
    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 #55e88f;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #55e88f;
    }

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

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

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

.htk-footer h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 11px;
    color: #3ec8ff;
    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: #3ec8ff;
    }

.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-semibold);
    font-size: 15px;
}

    .htk-footer-about a:hover {
        color: #55e88f;
        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: 12px;
    color: #fff;
    font-family: var(--htk-font-regular);
    font-size: 15px;
    line-height: 1.1;
}

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

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

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

.htk-footer-map {
    width: 250px;
    height: 290px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 34px rgba(0, 15, 56, .16);
    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: 15px 0;
    border-top: 1px solid #25e17f;
}

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

.htk-footer-copy {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    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: #fff;
    font-family: var(--htk-font-medium);
    font-size: 15px;
    flex-direction: column-reverse;
}

    .htk-footer-bottom-line a {
        color: #55e88f;
    }

        .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: #55e88f;
        transition: color .3s ease, transform .3s ease;
    }

    .htk-footer-counter div:hover i {
        color: #30e189;
        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: 4px 0 60px;
        background: #012978;
    }

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

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

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

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

    .htk-footer-nav ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: 16px;
        gap: 10px;
    }

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

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

    .htk-footer-copy {
        font-size: 13px;
        gap: 7px;
    }

        .htk-footer-copy img {
            width: 50px;
            height: 50px;
        }

    .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%;
    }
}

/* Featured news layout */

.htk-news-section {
    padding: 34px 0 42px;
    background: #edf7fd;
    overflow-x: hidden;
}

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

    .htk-news-section .htk-section-title {
        position: relative;
        margin: 0 0 29px;
        padding-left: 20px;
        color: #003274;
        font-family: var(--htk-font-extrabold);
        font-size: 31px;
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: 0;
        text-transform: uppercase;
    }

        .htk-news-section .htk-section-title::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 5px;
            width: 3px;
            height: 36px;
            background: #00a651;
        }

        .htk-news-section .htk-section-title::after {
            content: "";
            position: absolute;
            left: 7px;
            width: 3px;
            height: 27px;
            background: #005bbb;
            bottom: 5px;
        }

    .htk-news-section .htk-feature-news-wrap {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 386px;
        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 {
        overflow: visible;
        border-radius: 14px;
        background: transparent;
        box-shadow: none;
        transition: transform .25s ease;
    }

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

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

    .htk-news-section .htk-news-card-img {
        display: block;
        width: 100%;
        height: clamp(270px, 26.5vw, 326px);
        overflow: hidden;
        border-radius: 9px;
        background: #dcecf7;
        box-shadow: none;
    }

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

    .htk-news-section .htk-news-card:hover .htk-news-card-img img {
        transform: scale(1.04);
    }

    .htk-news-section .htk-news-date,
    .htk-news-section .htk-news-side-date {
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 20px 0 0;
        color: #73849a;
        font-family: var(--htk-font-medium);
        font-size: 14px;
        line-height: 1.2;
    }

    .htk-news-section .htk-date {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

        .htk-news-section .htk-date i {
            color: #00469b;
            font-size: 16px;
        }

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

    .htk-news-section .htk-news-title {
        display: -webkit-box;
        margin: 8px 0 0px;
        color: #003274;
        font-family: var(--htk-font-extrabold);
        font-size: 24px;
        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-news-section .htk-news-card:hover .htk-news-title {
        color: #005bbb;
    }

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

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

    .htk-news-section .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-news-section .htk-news-card a:hover .htk-news-more {
        border-color: #d71920;
        background: #d71920;
        color: #fff;
        transform: none;
    }

    .htk-news-section .htk-news-side {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

article.htk-small-news:hover a {
    border-radius: 8px;
    background: #00469b;
}

.htk-news-section .htk-small-news:hover span.htk-date {
    color: #fff;
}

    .htk-news-section .htk-small-news:hover span.htk-date i {
        color: #fff;
    }

.htk-news-section .htk-small-news {
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 50, 116, .12);
}

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

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

.htk-news-section .htk-news-side-item {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 100px;
    color: inherit;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, color .25s ease;
    border-radius: 8px;
}

    .htk-news-section .htk-news-side-item:hover {
        transform: translateX(4px);
    }

.htk-news-section .htk-news-side-thumb {
    display: block !important;
    width: 128px;
    height: 103px;
    overflow: hidden;
    border-radius: 8px;
    background: #dcecf7;
}

    .htk-news-section .htk-news-side-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.htk-news-section .htk-news-side-content {
    min-width: 0;
    display: block;
    padding-right: 12px;
}

.htk-news-section .htk-news-side-date {
    margin: 0 0 5px;
    color: #66809d;
    font-size: 14px;
}

.htk-news-section .htk-news-side-title {
    margin: 0;
    color: #2c2c2c;
    font-family: var(--htk-font-medium);
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    transition: color .3s ease;
    text-align: justify;
}

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

@media (max-width: 991px) {
    .htk-news-section {
        padding: 48px 0 56px;
    }

        .htk-news-section .htk-news-more {
            padding: 7px 9px;
            font-size: 12px;
        }

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

        .htk-news-section .htk-small-news {
            padding: 6px 0;
        }

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

@media (max-width: 576px) {
    .htk-news-section {
        padding: 18px 0 44px;
    }

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

        .htk-news-section .htk-section-title {
            margin-bottom: 0;
            font-size: 17px;
        }

            .htk-news-section .htk-section-title::before {
                height: 28px;
                bottom: 4px;
            }

            .top-htk-new h2.htk-section-title:after, .htk-news-section .htk-section-title::after {
                content: "";
                position: absolute;
                left: 6px;
                bottom: 4px;
                height: 19px;
                width: 3px;
                background: #003f9e;
            }

        .htk-news-section .htk-news-main-grid {
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        .htk-news-section .htk-news-card-img {
            height: 160px;
        }

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

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

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

        .htk-news-section .htk-news-desc:before {
            width: 50px;
        }

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

    .htk-news-section .htk-news-side-thumb {
        width: 105px;
        height: 90px;
    }

    .htk-news-section .htk-news-side-title {
        font-size: 14.5px;
    }
}

/* ==============================
   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: 18px;
    color: #fff;
    font-family: var(--htk-font-extrabold);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.15;
    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: 14px;
        }

            .htk-gallery .htk-section-title::before {
                bottom: 2px;
            }

            .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: 24px 2px 2px;
    }

    .htk-admission-logo {
        position: static;
        width: 82px;
        height: 82px;
        margin: auto;
        margin-bottom: 12px;
        opacity: 1;
        visibility: visible;
    }

    .htk-admission-heading {
        min-height: 0;
        padding-left: 0;
    }

        .htk-admission-heading span {
            font-size: 32px;
        }

        .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: #fff;
}

/* 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: 24px 17px 23px;
    border: 1px solid rgba(8, 63, 166, .06);
    border-radius: 13px;
    background: #09359e;
    box-shadow: 0 10px 27px rgba(8, 63, 166, .14);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .dl-popular:hover {
        box-shadow: 0 18px 35px rgba(8, 63, 166, .18);
    }

    .dl-popular h2 {
        margin: 0 0 19px;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
    }

        .dl-popular h2 i {
            color: #25e17f;
            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 {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ccc;
}

.dl-popular li {
    position: relative;
    padding-left: 18px;
    transition: transform .28s ease;
}

    .dl-popular li + li {
        margin-top: 12px;
    }

    .dl-popular li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
        width: 7px;
        height: 2px;
        background: #25e17f;
        transition: width .28s ease, background .28s ease;
    }

.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::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 11px;
    height: 2px;
    background: var(--dl-blue);
    --dl-blue: #25e17f;
    transition: width .28s ease, background .28s ease;
}

.dl-popular li a {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 13px;
    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-footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: -98px;
        bottom: auto;
        right: 0;
        width: 100%;
        pointer-events: none;
        background: url(/Design/img/THPTHuynhThucKhang/footer.png) no-repeat;
        height: 200px;
        background-size: 100% 100%;
    }

    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: 18px;
                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;
    }

    .htk-review-pagination {
        display: block;
    }
}

@media (max-width: 576px) {
    .htk-reviews {
        padding: 25px 0 90px;
    }

    .htk-activity-card .r-one-new-active strong {
        font-size: 18px;
        text-align: justify;
    }

    .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: 20px;
    }

        .htk-reviews .htk-section-title::before,
        .htk-reviews .htk-section-title::after {
            height: 27px;
        }

    .htk-news-section .grid.wide.htk-container {
        padding: 0 6px;
    }

    .htk-reviews-head p {
        font-size: 16px;
        text-align: justify;
    }

    .htk-activity-utility a {
        margin: 8px 0;
    }

    .htk-review-swiper {
        padding-top: 80px;
    }

    .htk-review-body {
        min-height: 205px;
        padding: 64px 20px 22px;
    }

    .htk-footer p {
        padding-right: 0;
    }

    .htk-review-avatar {
        width: 104px;
        height: 104px;
        border-width: 6px;
    }

    .dl-popular h2 {
        font-size: 18px;
    }

    section.htk-notices .grid.wide .top-htk-new:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 3px;
        height: 36px;
        background: #00a651;
    }
}