@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #000000;
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.container-master {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 575.98px) {
    .container-master {
        max-width: 540px;
    }
}

@media (min-width: 767.98px) {
    .container-master {
        max-width: 720px;
    }
}

@media (min-width: 991.98px) {
    .container-master {
        max-width: 960px;
    }
}

@media (min-width: 1199.98px) {
    .container-master {
        max-width: 1140px;
    }
}

@media (min-width: 1399px) {
    .container-master {
        max-width: 1276px;
    }
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-title {
    font-size: 18px;
    color: #b10e2a;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: none;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    font-style: normal;
}

.section-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.section-title a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.d-block {
    display: block;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
}

@font-face {
    font-family: "Caudex";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/caudex-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Caudex";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/caudex-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Caudex";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/caudex-bold.woff2") format("woff2");
}

@font-face {
    font-family: "Caudex";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/caudex-bolditalic.woff2") format("woff2");
}

.psa__header .header__logo {
    position: relative;
    display: flex;
    gap: 22.2px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.psa__header .header__logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url("img/head-bgr.png") no-repeat center center; */
    background-size: inherit;
}

.psa__header .header__logo-img {
    position: relative;
    width: 110px;
    height: 110px;
    z-index: 1;
}

.psa__header .header__logo-short {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    gap: 9.25px;
    align-items: center;
}

.psa__header .header__logo-short .txt-xl {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #B10E2A;
    text-transform: uppercase;
}

.psa__header .header__logo-short .txt-xs {
    font-size: 22.2px;
    font-weight: 600;
    line-height: 1;
    color: #00852F;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.psa__header .header__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    margin: 8.59px 0;
}

@media (max-width: 1399px) {
    .psa__header .header__info {
        gap: 15px;
    }
}

.psa__header .header__info-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 1;
}

.psa__header .header__info-left .date-time {
    font-size: 12px;
    line-height: 1;
}

.psa__header .header__info-left .social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    transition: all 0.2s ease-in-out;
}

.psa__header .header__info-left .social-links .link {
    display: inline-flex;
    align-items: center;
}

.psa__header .header__info-left .social-links .link:hover {
    opacity: 0.7;
}

.psa__header .header__info-center {
    display: inline-flex;
    max-width: 594px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .psa__header .header__info-center {
        max-width: 520px;
    }
}

.psa__header .header__info-center img {
    max-width: 100%;
    border-radius: 6px;
}

.psa__header .header__info-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 1;
}

.psa__header .header__info-right .group-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.psa__header .header__info-right .group-link a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #000000;
}

.psa__header .header__info-right .group-link a:hover {
    color: #00852F;
}

.psa__header .header__info-right .group-link .lang-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 92px;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
}

.psa__header .header__info-right .group-link .lang-switch select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    text-align-last: center;
}
.psa__header .header__info-right .group-link .lang-switch select option {
    text-align: center;
}
.psa__header .header__info-right .group-link .lang-switch option {
    text-align: center;
}

.psa__header .header__info-right .group-link .lang-switch__text {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    pointer-events: none;
}

.psa__header .header__info-right .group-link .lang-switch svg {
    flex-shrink: 0;
    pointer-events: none;
}

.psa__header .header__info-right .btn-search {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* ===== SEARCH OVERLAY ===== */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.search-overlay--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(74, 124, 89, 0.8) 0%, rgba(61, 107, 74, 0.8) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.search-overlay__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 800px;
    max-width: calc(100vw - 40px);
}

.search-overlay__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.search-overlay__input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 0 16px 0 24px;
    gap: 12px;
}

.search-overlay__input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #151515;
}

.search-overlay__input::placeholder {
    color: #a3a3a3;
    font-style: italic;
}

.search-overlay__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.search-overlay__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 56px;
    background: #fff;
    color: #00852F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
    border-radius: 99px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.search-overlay__btn:hover {
    background: transparent;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.search-overlay__close {
    position: absolute;
    top: 44px;
    right: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.2s;
}

.search-overlay__close:hover {
    opacity: 0.7;
}

@media (max-width: 1199.98px) {
    .psa__header .header__logo {
        padding: 20px 0;
        gap: 16px;
    }

    .psa__header .header__logo-img {
        width: 80px;
        height: 80px;
    }

    .psa__header .header__logo-short .txt-xl {
        font-size: 26px;
    }

    .psa__header .header__logo-short .txt-xs {
        font-size: 17px;
    }

    .psa__header .header__info-center {
        max-width: 363px;
        height: 24px;
    }
}

@media (max-width: 991.98px) {
    .psa__header .header__logo {
        padding: 18.5px 0;
        gap: 12px;
    }

    .psa__header .header__logo-img {
        width: 54px;
        height: 54px;
    }

    .psa__header .header__logo-short {
        gap: 6px;
    }

    .psa__header .header__logo-short .txt-xl {
        font-size: 18px;
    }

    .psa__header .header__logo-short .txt-xs {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .psa__header .header__info {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .psa__header .header__info-left {
        flex: none;
        width: 100%;
        justify-content: center;
        padding: 0 16px;
    }

    .psa__header .header__info-center {
        max-width: 100%;
        height: auto;
        width: auto;
        border-radius: 6px;
    }

    .psa__header .header__info-right {
        display: none;
    }
}

.psa__nav {
    background: linear-gradient(0deg, #4A7C59 0%, #3D6B4A 100%);
}

.psa__nav-ctrl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.psa__nav-list {
    display: flex;
    align-items: center;
}

.psa__nav-list .nav__item {
    position: relative;
}

.psa__nav-list .nav__item:hover .nav__sub {
    top: 44px;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.psa__nav-list .nav__item.nav-home .nav__link {
    padding: 10px 16px;
}

.psa__nav-list .nav__item.nav-active .nav__link {
    background: rgba(0, 0, 0, 0.2);
}

.psa__nav-list .nav__item:not(:first-child):not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #ffffff66;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.psa__nav-list .nav__item .nav__link {
    position: relative;
    display: inline-flex;
    padding: 12.21px 32px;
    transition: all 0.2s;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
}

.psa__nav-list .nav__item .nav__link:hover {
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1399px) {
    .psa__nav-list .nav__item .nav__link {
        padding: 12.21px 23px;
        font-size: 12px;
    }
}

.psa__nav-list .nav__item .nav__sub {
    position: absolute;
    width: 201px;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.1019607843);
    top: 80px;
    left: 0;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.psa__nav-list .nav__item .nav__sub-link {
    display: block;
    color: #151515;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.2s;
}

.psa__nav-list .nav__item .nav__sub-link:hover {
    color: #00852F;
    transform: scale(1.07);
    transform-origin: left center;
}

.psa__nav-more {
    position: relative;
}

.psa__nav-more .btn-more {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
}

/* ===== MEGA MENU ===== */
.mega-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 1252px;
    max-width: calc(100vw - 40px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.mega-menu--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mega-menu__inner {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mega-menu__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mega-menu__col:first-child {
    padding-left: 0;
}

.mega-menu__col:last-child {
    border-right: none;
}

.mega-menu__heading {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 12px;
}

.mega-menu__heading a {
    color: #151515;
    display: block;
    transition: color 0.2s;
}

.mega-menu__heading a:hover {
    color: #B10E2A;
}

.mega-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mega-menu__link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    line-height: 1.4;
    transition: color 0.2s;
}

.mega-menu__link:hover {
    color: #B10E2A;
}

.mega-menu__col:has(.mega-menu__link:hover) .mega-menu__heading a {
    color: #B10E2A;
}

.psa__ticker {
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
}

.psa__ticker .ticker {
    display: flex;
    align-items: center;
}

.psa__ticker .ticker__label {
    width: 100px;
    color: #B10E2A;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.psa__ticker .ticker__content {
    flex: 1;
}

.psa__ticker .ticker__content-item {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.psa__ticker .ticker__content-item svg {
    margin: 0 8px;
    transform: translateY(1px);
}

@media (max-width: 991.98px) {
    .psa__nav-list {
        display: none;
    }

    .psa__nav-ctrl {
        justify-content: space-between;
        padding: 0;
        height: 36px;
    }

    .psa__nav-more .mega-menu {
        display: none !important;
    }

    .psa__nav-mobile-label {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }
}

.psa__nav-mobile-label {
    display: none;
    align-items: center;
    gap: 10px;
}

.psa__nav-mobile-label .psa__nav-mobile-home {
    display: flex;
    align-items: center;
    color: #fff;
}

.psa__nav-mobile-label .psa__nav-mobile-sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
}

.psa__nav-mobile-label .psa__nav-mobile-text {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}

.psa__mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 8999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.psa__mobile-drawer--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.psa__mobile-drawer .mobile-drawer__relative {
    display: flex;
    flex-direction: column;
    position: relative;
    background: url("img/mask-menu-mb.png");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.psa__mobile-drawer .mobile-drawer__relative::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #4A7C59 0%, #3D6B4A 100%);
    z-index: -1;
}

.psa__mobile-drawer .mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    flex-shrink: 0;
}

.psa__mobile-drawer .mobile-drawer__logo {
    height: 54px;
    width: auto;
}

.psa__mobile-drawer .mobile-drawer__close {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 4px;
}

.psa__mobile-drawer .mobile-drawer__languages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 112px 0 27px 0;
}

.psa__mobile-drawer .mobile-drawer__languages .languages-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.psa__mobile-drawer .mobile-drawer__languages .languages-item:first-child {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #fff;
}

.psa__mobile-drawer .mobile-drawer__nav {
    flex: 1;
    padding: 8px 0;
}

.psa__mobile-drawer .mobile-drawer__list {
    list-style: none;
    padding: 0 16px;
    margin: 0;
}

.psa__mobile-drawer .mobile-drawer__item:not(:last-child) {
    background-image: linear-gradient(to right, rgba(229, 229, 229, 0.1098039216) 50%, transparent 0);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.psa__mobile-drawer .mobile-drawer__search {
    padding: 0 16px;
    flex-shrink: 0;
}

.psa__mobile-drawer .mobile-drawer__search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 8px 16px;
    font-family: 'Inter', sans-serif;
}

.psa__mobile-drawer .mobile-drawer__search-wrap .btn-search {
    flex-shrink: 0;
    order: 2;
}

.psa__mobile-drawer .mobile-drawer__search-input {
    flex: 1;
    order: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}

.psa__mobile-drawer .mobile-drawer__search-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* iOS (Safari/Chrome): tránh auto-zoom khi focus input/select < 16px */
@media (max-width: 991.98px) {

    .psa__mobile-drawer .mobile-drawer__search-input,
    .search-overlay__input,
    .psa__header .header__info-right .group-link .lang-switch select {
        font-size: 16px;
    }
}

.psa__mobile-drawer .mobile-drawer__link {
    display: block;
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: background 0.2s;
    flex: 1;
}

.psa__mobile-drawer .mobile-drawer__link--parent {
    padding-right: 0;
}

.psa__mobile-drawer .mobile-drawer__row {
    display: flex;
    align-items: stretch;
}

.psa__mobile-drawer .mobile-drawer__chevron-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s;
}

.psa__mobile-drawer .mobile-drawer__chevron-btn svg {
    transition: transform 0.3s ease;
}

.psa__mobile-drawer .mobile-drawer__chevron-btn.is-open svg {
    transform: rotate(180deg);
}

.psa__mobile-drawer .mobile-drawer__sub {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.psa__mobile-drawer .mobile-drawer__sub li:not(:last-child) {
    background-image: linear-gradient(to right, rgba(229, 229, 229, 0.1098039216) 50%, transparent 0);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.psa__mobile-drawer .mobile-drawer__sub-link {
    display: block;
    padding: 11px 0px 11px 0px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.psa__footer {
    position: relative;
    background: linear-gradient(0deg, #4A7C59 0%, #3D6B4A 100%);
    overflow: hidden;
    padding: 51px 0px 25px 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
}

.psa__footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("img/LayerFooter.png") center/cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

.psa__footer .footer__content {
    text-align: center;
}

.psa__footer .footer__content-short {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 27px 0 30px 0;
}

.psa__footer .footer__content-short .txt-xl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.psa__footer .footer__content-short .txt-xs {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 20%;
}

.psa__footer .footer__content-info .location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.psa__footer .footer__content-info .contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.psa__footer .footer__content-info .contacts__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.psa__footer .footer__content-info .grp__elm {
    display: flex;
    align-items: center;
    gap: 30px;
}

.psa__footer-divider {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1.5px solid;
    border-image: linear-gradient(to right, transparent, #fff, transparent) 1;
    margin-bottom: 30px;
    margin-top: 37px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.psa__footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 16px;
    line-height: 1.4;
}

.psa__footer-bottom .list__soical {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 991.98px) {
    .psa__footer {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 32px 0 20px;
    }

    .psa__footer .footer__content-info .contacts {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .psa__footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .psa__footer {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 24px 0 16px;
    }

    .psa__footer .footer__content-short {
        gap: 8px;
        margin: 20px 0 24px;
    }

    .psa__footer .footer__content-short .txt-xl {
        font-size: 22px;
    }

    .psa__footer .footer__content-short .txt-xs {
        font-size: 14px;
    }

    .psa__footer .footer__content-info .location {
        font-size: 14px;
        gap: 4px;
    }

    .psa__footer .footer__content-info .contacts__item {
        font-size: 14px;
        gap: 4px;
    }

    .psa__footer .footer__content-info .grp__elm {
        gap: 14px;
    }

    .psa__footer-bottom {
        font-size: 14px;
    }
}

.section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}

.section-title svg {
    margin-right: 8px;
}

.featured-outstanding a.featured-article,
.featured-outstanding a.small-article,
.featured-outstanding a.sidebar-main-article,
.featured-outstanding a.news-item,
.activities a.activity-main,
.activities a.activity-item,
.industry-activities a.industry-main,
.industry-activities .industry-news a.news-item,
.industry-activities .industry-sidebar a.news-item,
.training a.training-main,
.training .training-news a.news-item,
.international a.international-main,
.international .international-news a.news-item,
.international .international-sidebar a.news-item,
.research a.research-main,
.research .research-news a.news-item,
.dual-section a.dual-main,
.dual-section .dual-news a.news-item,
.digital a.digital-main,
.digital .digital-news a.news-item,
.digital .digital-sidebar a.news-item,
.legal a.legal-main,
.legal .legal-news a.news-item,
.legal .legal-sidebar a.news-item,
.youth a.youth-main,
.youth .youth-news a.news-item,
.media a.media-card,
.featured-outstanding a.banner-slides {
    text-decoration: none;
    color: inherit;
}

.media a.media-card {
    display: block;
}

.news-item img {
    transition: transform 0.3s ease;
}

.news-item:hover img {
    transform: scale(1.05);
}

/* Article title transition */
.featured-outstanding a.small-article p,
.featured-outstanding a.sidebar-main-article h3,
.featured-outstanding a.news-item p,
.activities a.activity-main h3,
.activities a.activity-item p,
.industry-activities a.industry-main h3,
.industry-activities .industry-news a.news-item p,
.industry-activities .industry-sidebar a.news-item p,
.training a.training-main h3,
.training .training-news a.news-item p,
.international a.international-main h3,
.international .international-news a.news-item p,
.international .international-sidebar a.news-item p,
.research a.research-main h3,
.research .research-news a.news-item p,
.dual-section a.dual-main h3,
.dual-section .dual-news a.news-item p,
.digital a.digital-main h3,
.digital .digital-news a.news-item p,
.digital .digital-sidebar a.news-item p,
.legal a.legal-main h3,
.legal .legal-news a.news-item p,
.legal .legal-sidebar a.news-item p,
.youth a.youth-main h3,
.youth .youth-news a.news-item p,
.media a.media-main h3,
.media .media-news a.news-item p {
    transition: color 0.3s;
}

/* Article title hover color */
.featured-outstanding a.small-article:hover p,
.featured-outstanding a.sidebar-main-article:hover h3,
.featured-outstanding a.news-item:hover p,
.activities a.activity-main:hover h3,
.activities a.activity-item:hover p,
.industry-activities a.industry-main:hover h3,
.industry-activities .industry-news a.news-item:hover p,
.industry-activities .industry-sidebar a.news-item:hover p,
.training a.training-main:hover h3,
.training .training-news a.news-item:hover p,
.international a.international-main:hover h3,
.international .international-news a.news-item:hover p,
.international .international-sidebar a.news-item:hover p,
.research a.research-main:hover h3,
.research .research-news a.news-item:hover p,
.dual-section a.dual-main:hover h3,
.dual-section .dual-news a.news-item:hover p,
.digital a.digital-main:hover h3,
.digital .digital-news a.news-item:hover p,
.digital .digital-sidebar a.news-item:hover p,
.legal a.legal-main:hover h3,
.legal .legal-news a.news-item:hover p,
.legal .legal-sidebar a.news-item:hover p,
.youth a.youth-main:hover h3,
.youth .youth-news a.news-item:hover p,
.media a.media-card:hover h3,
.media a.media-main:hover h3,
.media .media-news a.news-item:hover p {
    color: #003d18;
}

/* Section block card style */
.featured-outstanding .container-master,
.activities .container-master,
.industry-activities .container-master,
.training .container-master,
.international .container-master,
.research .container-master,
.dual-section .container-master,
.digital .container-master,
.legal .container-master,
.youth .container-master {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Nổi bật */
.featured-outstanding {
    margin: 20px 0 60px 0;
}

.featured-outstanding .section-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
    color: #b10e2a;
}

.featured-outstanding .section-title::before,
.featured-outstanding .section-title::after {
    display: none;
}

.featured-outstanding .featured-grid {
    display: grid;
    grid-template-columns: 3.5fr 1.25fr;
    gap: 20px;
    grid-template-rows: 1fr;
}

.featured-outstanding .featured-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.featured-outstanding .featured-banners {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 634px;
    overflow-y: auto;
}

/* Scrollbar mặc định: ẩn */
.youth .youth-sidebar::-webkit-scrollbar,
.research .publications-new::-webkit-scrollbar,
.activities .sidebar-links::-webkit-scrollbar,
.featured-outstanding .featured-banners::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}

.youth .youth-sidebar::-webkit-scrollbar-track,
.research .publications-new::-webkit-scrollbar-track,
.activities .sidebar-links::-webkit-scrollbar-track,
.featured-outstanding .featured-banners::-webkit-scrollbar-track {
    background-color: transparent;
    transition: background-color 0.3s;
    margin: 20px 0;
}

.youth .youth-sidebar::-webkit-scrollbar-thumb,
.research .publications-new::-webkit-scrollbar-thumb,
.activities .sidebar-links::-webkit-scrollbar-thumb,
.featured-outstanding .featured-banners::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}

/* Scrollbar hiện khi hover (JS toggle class) */

.youth .youth-sidebar.scrollbar-visible::-webkit-scrollbar-track,
.research .publications-new.scrollbar-visible::-webkit-scrollbar-track,
.activities .sidebar-links.scrollbar-visible::-webkit-scrollbar-track,
.featured-outstanding .featured-banners.scrollbar-visible::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    transition: background-color 0.3s;
}

.youth .youth-sidebar.scrollbar-visible::-webkit-scrollbar-thumb,
.research .publications-new.scrollbar-visible::-webkit-scrollbar-thumb,
.activities .sidebar-links.scrollbar-visible::-webkit-scrollbar-thumb,
.featured-outstanding .featured-banners.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    border-radius: 10px;
    transition: background-color 0.3s;
}

/* Khi ít item (≤3 liên kết / ≤4 banner): không scroll, height tự động */
.activities .sidebar-links.sidebar-links--few,
.research .publications-new.publications-new--few,
.featured-outstanding .featured-banners.featured-banners--few {
    height: auto;
    overflow: hidden;
}

.featured-outstanding .featured-article,
.featured-outstanding .small-article,
.featured-outstanding .sidebar-main-article,
.featured-outstanding .news-item {
    overflow: hidden;
}

.featured-outstanding .featured-article img,
.featured-outstanding .small-article img,
.featured-outstanding .sidebar-main-article img,
.featured-outstanding .news-item img {
    transition: transform 0.3s ease;
}

.featured-outstanding .featured-article:hover img,
.featured-outstanding .small-article:hover img,
.featured-outstanding .sidebar-main-article:hover img,
.featured-outstanding .news-item:hover img {
    transform: scale(1.05);
}

@media(max-width: 767.98px) {
    .featured-outstanding .news-item {
        align-items: center;
    }
}

.featured-outstanding .featured-main .featured-article {
    margin-bottom: 24px;
}

.featured-outstanding .featured-main .featured-article img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}

.featured-outstanding .featured-main .featured-article h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.featured-outstanding .featured-main .featured-article h3:hover {
    color: #1a5c2e;
}

.featured-outstanding .featured-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.featured-outstanding .small-article img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.featured-outstanding .small-article p {
    font-size: 16px;
    margin-top: 8px;
    color: #141414;
    line-height: 1.2;
    font-weight: 500;
    height: 3.6em;
    overflow: hidden;
    display: block;
}

.featured-outstanding .sidebar-main-article {
    margin-bottom: 15px;
}

.featured-outstanding .sidebar-main-article img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.featured-outstanding .sidebar-main-article h3 {
    height: 3.9em;
    overflow: hidden;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}

.featured-outstanding .news-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.featured-outstanding .news-item {
    display: flex;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
}

.featured-outstanding .news-item:last-child {
    border-bottom: none;
}

.featured-outstanding .news-item img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.featured-outstanding .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    font-weight: 500;
}

.featured-outstanding .banner-slider-box {
    position: relative;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.featured-outstanding .banner-slider-box:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.featured-outstanding .banner-slider-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
    display: block;
}

.featured-outstanding .banner-slider-box:hover img {
    transform: scale(1.05);
}

.featured-outstanding .banner-slides {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-outstanding .gallery-trigger {
    cursor: pointer;
}

.featured-outstanding .featured-article,
.featured-outstanding .small-article,
.featured-outstanding .sidebar-main-article {
    cursor: pointer;
}

/* Hoạt động học viện */
.activities {
    margin-bottom: 60px;
}
.activities .activity-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.activities .activity-main,
.activities .activity-item {
    overflow: hidden;
}

.activities .activity-main img,
.activities .activity-item img {
    transition: transform 0.3s ease;
}

.activities .activity-main:hover img,
.activities .activity-item:hover img {
    transform: scale(1.05);
}

.activities .activities-header {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.25fr;
    gap: 20px;
    margin-bottom: 20px;
}

.activities .activities-header .header-left {
    grid-column: 1/3;
}

.activities .activities-header .header-right {
    grid-column: 3;
}

.activities .activities-header .section-title {
    margin-bottom: 0;
}

.activities .activity-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.activities .activity-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
}

.activities .sidebar-links {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 404px;
    overflow-y: auto;
}

.activities .sidebar-links .link-box {
    display: block;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}


.activities .sidebar-links .link-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.activities .sidebar-links .link-box:hover img {
    transform: scale(1.05);
}

.activities .activity-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

.activities .activity-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.featured-outstanding .news-item p {
    height: 3.6em;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

.activities .activity-item {
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
}

.activities .activity-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.activities .activity-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.activities .activity-item p {
    font-size: 16px;
    color: #333;
    height: 3.6em;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    font-weight: 500;
}

.activities .link-box {
    margin-bottom: 0;
}

.activities .link-box img {
    width: 100%;
    border-radius: 10px;
}

.activities .activities-header {
    grid-template-columns: 3.5fr 1.25fr;
    align-items: start;
    margin-bottom: 0;
}

.activities .activities-header .header-left {
    grid-column: 1;
}

.activities .activities-header .header-right {
    grid-column: 2;
}

.activities .activities-header .header-right .sidebar-links {
    /* height: auto; */
}

.activities .activities-header .header-left .section-title,
.activities .activities-header .header-right .section-title {
    margin-bottom: 20px;
}

.activities .activity-main,
.activities .activity-item,
.activities .link-box {
    cursor: pointer;
}

/* Hoạt động ngành */
.industry-activities {
    margin-bottom: 60px;
}

.industry-activities .industry-main {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industry-activities .industry-main img {
    transition: transform 0.3s ease;
}

.industry-activities .industry-main:hover img {
    transform: scale(1.05);
}

.industry-activities .industry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.industry-activities .industry-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.industry-activities .industry-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

.industry-activities .industry-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    line-height: 1.3;
    font-weight: 600;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.industry-activities .industry-news,
.industry-activities .industry-sidebar {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industry-activities .industry-news .news-item,
.industry-activities .industry-sidebar .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.industry-activities .industry-news .news-item:last-child,
.industry-activities .industry-sidebar .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.industry-activities .industry-news .news-item img,
.industry-activities .industry-sidebar .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.industry-activities .industry-news .news-item p,
.industry-activities .industry-sidebar .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

.industry-activities .industry-main {
    cursor: pointer;
}

/* Đào tạo */
.training {
    margin-bottom: 60px;
}

.training .training-main {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.training .training-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.training .training-main:hover img {
    transform: scale(1.05);
}

.training .training-header {
    display: flex;
    gap: 20px;
    align-items: baseline;
    margin-bottom: 20px;
}

.training .training-header-left {
    display: flex;
    align-items: baseline;
    min-width: 0;
    flex: 3;
    position: relative;
}

.training .training-title-wrapper .section-title {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 20px;
    flex-shrink: 0;
}

.training .training-tabs {
    display: flex;
    gap: 0;
    align-items: baseline;
    overflow-x: auto;
    min-width: 0;
    flex: 1;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to right, black calc(100% - 30px), transparent 100%);
    mask-image: linear-gradient(to right, black calc(100% - 30px), transparent 100%);
}

.training .training-tabs::-webkit-scrollbar {
    height: 3px;
    background: transparent;
}
.training .training-tabs::-webkit-scrollbar-track {
    margin: 0 6px;
}
.training .training-tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.training .training-tabs.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    transition: background-color 0.3s;
}

.training .training-tabs a {
    padding: 5px 12px;
    background: transparent;
    color: #141414;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    white-space: nowrap;
}

.training .training-header-left .toggle-tabs {
    margin-left: auto;
    padding: 7px;
    color: #b10e2a;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.training .training-header-left .toggle-tabs::before {
    content: "...";
    color: #aaa;
    margin-right: 6px;
    font-weight: 400;
    letter-spacing: 1px;
}

.training .training-tabs.tabs-expanded a.tab-extra {
    display: inline-flex;
}

.training .toggle-tabs.tabs-open::before {
    content: none;
}

.training .training-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.training .training-tabs a:last-child::after {
    display: none;
}

.training .training-tabs a:hover,
.training .training-tabs a.active {
    color: #003d18;
    font-weight: 600;
    background: transparent;
}

.training .thongbao-title {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-left: 5px;
    flex: 1;
    position: relative;
}

.training .thongbao-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
    top: 27px;
}

.training .thongbao-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
    top: 27px;
}

.training .thongbao-title.is_hide {
    display: none;
}

@media (max-width: 767.98px) {
    .training .thongbao-title {
        display: none;
    }

    .training .thongbao-title.is_hide {
        display: block;
        margin-bottom: 20px;
    }
}

.training .thongbao-title h3 {
    font-size: 18px;
    color: #b10e2a;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

/* Scroll khi >3 items: ẩn scrollbar, hiện khi hover */
.training .announcements--scrollable {
    height: 404px !important;
    overflow-y: auto;
}
.training .announcements--scrollable::-webkit-scrollbar {
    width: 3px;
}
.training .announcements--scrollable::-webkit-scrollbar-track {
    background: transparent;
    margin: 6px 0;
}
.training .announcements--scrollable::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.training .announcements--scrollable.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    transition: background-color 0.3s;
}

.training .training-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.training .training-main-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.training .announcements {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .training .announcements {
        display: table-cell;
    }
}

.training .training-main h3 {
    height: 3.9em;
    overflow: hidden;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
}



.training .training-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.training .training-news .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.training .training-news .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.training .training-news .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.training .training-news .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

.training .announcements ul {
    display: flex;
    flex-direction: column;
}

.training .announcements li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.3;
    padding-left: 0;
    font-weight: 500;
}

.training .announcements li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-image: linear-gradient(to right, hsl(0deg 0% 20% / 21%) 50%, transparent 0);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.training .announcements li::before {
    display: none;
}

.training .announcements li svg {
    flex-shrink: 0;
}

.training .announcements li a {
    color: #333;
    font-size: 16px;
}

.training .announcements li a:hover {
    color: #1a5c2e;
}

.training .training-main {
    cursor: pointer;
}

/* Hợp tác quốc tế */
.international {
    margin-bottom: 60px;
}

.international .international-main {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.international .international-tabs {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-shrink: 1;
    min-width: 0;
    scrollbar-width: none;
}

.international .international-tabs::-webkit-scrollbar {
    display: none;
}

.international .international-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.international .international-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.international .international-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}

.international .international-header .international-title-wrapper .section-title::before,
.international .international-header .international-title-wrapper .section-title::after {
    content: none;
}


.training .training-header-left::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.training .training-header-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}

.training .training-header-left .training-title-wrapper .section-title::before,
.training .training-header-left .training-title-wrapper .section-title::after {
        content: none;
    }

.international .international-title-wrapper {
    flex-shrink: 0;
}

.international .international-title-wrapper .section-title {
    display: inline-block;
    margin-bottom: 0;
}

.international .international-tabs a {
    padding: 5px 12px;
    background: transparent;
    color: #141414;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.international .international-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.international .international-tabs a:last-child::after {
    display: none;
}

.international .international-tabs a:hover,
.international .international-tabs a.active {
    color: #003d18;
    font-weight: 600;
    background: transparent;
}

.international .international-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.international .international-grid .international-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.international .international-grid .international-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.international .international-grid .international-main:hover img {
    transform: scale(1.05);
}

.international .international-grid .international-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    line-height: 1.3;
    font-weight: 600;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.international .international-grid .international-news,
.international .international-grid .international-sidebar {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.international .international-grid .international-news .news-item,
.international .international-grid .international-sidebar .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.international .international-grid .international-news .news-item:last-child,
.international .international-grid .international-sidebar .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.international .international-grid .international-news .news-item img,
.international .international-grid .international-sidebar .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.international .international-grid .international-news .news-item p,
.international .international-grid .international-sidebar .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .digital .digital-grid .digital-main img {
        height: 200px !important;
    }
    .research .research-main-wrapper {
        height: auto !important;
    }
    .research .research-main img {
        height: 200px !important;
    }
    .legal .legal-grid .legal-main img {
        height: 200px !important;
    }
}

/* Nghiên cứu, trao đổi */
.research {
    margin-bottom: 60px;
}

.research .research-title-wrapper .section-title {
    margin-bottom: 0;
}

.research .anpham-title .section-title {
    margin-bottom: 0;
}

.research .research-grid {
    display: grid;
    grid-template-columns: 3.5fr 1.25fr;
    gap: 20px;
}

.research .research-grid__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.research .research-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.research .research-main {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.research .research-main,
.research .research-news {
    border-radius: 10px;
}

.research .research-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.research .research-main:hover img {
    transform: scale(1.05);
}

.research .research-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    line-height: 1.3;
    font-weight: 600;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.research .research-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.research .research-news .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.research .research-news .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.research .research-news .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.research .research-news .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

.research .publications-new {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    height: 404px;
    overflow-y: auto;
}

.research .pub-card {
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.research .pub-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.research .pub-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.research .pub-card:hover img {
    transform: scale(1.05);
}

/* Bảo vệ nền tảng tư tưởng & học tập Bác Hồ */
.dual-section {
    margin: 60px 0;
}

.dual-section .dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.dual-section .dual-title-wrapper .section-title {
    font-size: 18px;
}

.dual-section .dual-content {
    min-height: 315px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.dual-section .dual-main {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dual-section .dual-main img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.dual-section .dual-main:hover img {
    transform: scale(1.05);
}

.dual-section .dual-main h3 {
    font-size: 20px;
    margin-top: 8px;
    color: #333;
    line-height: 1.3;
    font-weight: 600;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.dual-section .dual-news {
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-between;
}

.dual-section .dual-news .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.dual-section .dual-news .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dual-section .dual-news .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.dual-section .dual-news .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.35;
    font-weight: 500;
    height: 4.05em;
    overflow: hidden;
    display: block;
}

/* Chuyển đổi số */
.digital {
    margin-bottom: 60px;
}

.digital .digital-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.digital .digital-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.digital .digital-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}

.digital .digital-header .digital-title-wrapper .section-title::before,
.digital .digital-header .digital-title-wrapper .section-title::after {
        content: none;
}

.digital .digital-title-wrapper {
    flex-shrink: 0;
}

.digital .digital-title-wrapper .section-title {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .legal .legal-title-wrapper,
    .youth .youth-header .youth-title-wrapper .section-title,
    .training-title-wrapper,
    .international .international-title-wrapper,
    .digital .digital-title-wrapper {
        width: 100%;
    }

    .training .training-title-wrapper .section-title,
    .international .international-title-wrapper .section-title,
    .digital .digital-title-wrapper .section-title {
        display: block;
    }

    .digital .digital-header .digital-title-wrapper .section-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background-color: #b10e2a;
        z-index: 2;
        transform: skewX(-15deg);
        transform-origin: bottom left;
    }

    .digital .digital-header .digital-title-wrapper .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
    }

    .international .international-header .international-title-wrapper .section-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background-color: #b10e2a;
        z-index: 2;
        transform: skewX(-15deg);
        transform-origin: bottom left;
        top: 25px;
    }

    .international .international-header .international-title-wrapper .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
        top: 25px;
    }

    .legal .legal-header .legal-title-wrapper .section-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background-color: #b10e2a;
        z-index: 2;
        transform: skewX(-15deg);
        transform-origin: bottom left;
        top: 25px;
    }

    .legal .legal-header .legal-title-wrapper .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
        top: 25px;
    }
}

.digital .digital-tabs {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-shrink: 1;
    min-width: 0;
}

.digital .digital-tabs::-webkit-scrollbar {
    height: 3px;
    background: transparent;
}
.digital .digital-tabs::-webkit-scrollbar-track {
    margin: 0 6px;
}
.digital .digital-tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.digital .digital-tabs.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    transition: background-color 0.3s;
}


.digital .digital-tabs a {
    padding: 5px 12px;
    background: transparent;
    color: #141414;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    border-radius: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.digital .digital-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.digital .digital-tabs a:last-child::after {
    display: none;
}

.digital .digital-tabs a:hover,
.digital .digital-tabs a.active {
    color: #003d18;
    font-weight: 600;
    background: transparent;
}

.digital .digital-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.digital .digital-grid .digital-main {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.digital .digital-grid .digital-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.digital .digital-grid .digital-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.digital .digital-grid .digital-main:hover img {
    transform: scale(1.05);
}

.digital .digital-grid .digital-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.digital .digital-grid .digital-news,
.digital .digital-grid .digital-sidebar {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.digital .digital-grid .digital-news .news-item,
.digital .digital-grid .digital-sidebar .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.digital .digital-grid .digital-news .news-item:last-child,
.digital .digital-grid .digital-sidebar .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.digital .digital-grid .digital-news .news-item img,
.digital .digital-grid .digital-sidebar .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.digital .digital-grid .digital-news .news-item p,
.digital .digital-grid .digital-sidebar .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

/* Tuyên truyền, giáo dục pháp luật */
.legal {
    margin-bottom: 60px;
}

.legal .legal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.legal .legal-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.legal .legal-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}
.legal-header .legal-title-wrapper .section-title::before,
.legal-header .legal-title-wrapper .section-title::after {
        content: none;
}

.legal .legal-title-wrapper {
    flex-shrink: 0;
}

.legal .legal-title-wrapper .section-title {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {

    .legal .legal-title-wrapper .section-title {
        display: block;
    }
}
.legal .legal-tabs {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-shrink: 1;
    min-width: 0;
}

.legal .legal-tabs::-webkit-scrollbar {
    height: 3px;
    background: transparent;
}
.legal .legal-tabs::-webkit-scrollbar-track {
    margin: 0 6px;
}
.legal .legal-tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.legal .legal-tabs.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    transition: background-color 0.3s;
}

.legal .legal-tabs a {
    padding: 5px 12px;
    background: transparent;
    color: #141414;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    border-radius: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.legal .legal-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.legal .legal-tabs a:last-child::after {
    display: none;
}

.legal .legal-tabs a:hover,
.legal .legal-tabs a.active {
    color: #003d18;
    font-weight: 600;
    background: transparent;
}

.legal .legal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.legal .legal-grid .legal-main {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.legal .legal-grid .legal-main-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.legal .legal-grid .legal-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.legal .legal-grid .legal-main:hover img {
    transform: scale(1.05);
}

.legal .legal-grid .legal-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    display: block;
}

.legal .legal-grid .legal-news,
.legal .legal-grid .legal-sidebar {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.legal .legal-grid .legal-news .news-item,
.legal .legal-grid .legal-sidebar .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 12px;
}

.legal .legal-grid .legal-news .news-item:last-child,
.legal .legal-grid .legal-sidebar .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.legal .legal-grid .legal-news .news-item img,
.legal .legal-grid .legal-sidebar .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.legal .legal-grid .legal-news .news-item p,
.legal .legal-grid .legal-sidebar .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

/* Đoàn thanh niên */
.youth {
    margin-bottom: 60px;
    position: relative;
}

.youth .youth-header {
    display: grid;
    gap: 20px;
    align-items: baseline;
    margin-bottom: 20px;
}

.youth .youth-header .youth-title-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
}

.youth .youth-header .youth-title-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.youth .youth-header .youth-title-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}

.youth .youth-header .youth-title-wrapper .section-title {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.youth .youth-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    grid-template-rows: auto;
    max-height: 370px;
}

.youth .youth-main-wrapper {
    display: grid;
    grid-template-columns: 1.75fr 1.25fr;
    gap: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    align-self: start;
}

.youth .youth-sidebar {
    max-height: 372px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.youth .youth-tabs {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-shrink: 1;
    min-width: 0;
}

.youth .youth-tabs::-webkit-scrollbar {
    height: 3px;
    background: transparent;
}
.youth .youth-tabs::-webkit-scrollbar-track {
    margin: 0 6px;
}
.youth .youth-tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.youth .youth-tabs.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    transition: background-color 0.3s;
}

.youth .youth-tabs a {
    padding: 5px 12px;
    background: transparent;
    color: #141414;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    border-radius: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.youth .youth-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.youth .youth-tabs a:last-child::after {
    display: none;
}

.youth .youth-tabs a:hover,
.youth .youth-tabs a.active {
    color: #003d18;
    font-weight: 600;
    background: transparent;
}

.youth .youth-main {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.youth .youth-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.youth .youth-main:hover img {
    transform: scale(1.05);
}

.youth .youth-main h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
}

.youth .youth-news {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
}

.youth .youth-news .news-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid hsl(0deg 0% 20% / 12%);
    padding-bottom: 10px;
}

.youth .youth-news .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.youth .youth-news .news-item img {
    width: 90px;
    height: 65px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.youth .youth-news .news-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
    height: 4.2em;
    overflow: hidden;
    display: block;
}

.youth .youth-banner-card {
    display: block;
    border-radius: 12px;
    height: 118px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.youth .youth-banner-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.youth .youth-banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.youth .youth-banner-card:hover img {
    transform: scale(1.05);
}

/* Truyền thông C500 */
.media {
    margin-bottom: 120px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .media {
        margin-bottom: 32px;
    }
}

.media .media-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.media .media-title-wrapper {
    width: 100%;
}

.media .media-title-wrapper .section-title {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.media .media-tabs {
    display: flex;
    gap: 0;
    align-items: center;
}

.media .media-tabs::-webkit-scrollbar {
    height: 3px;
    background: transparent;
}
.media .media-tabs::-webkit-scrollbar-track {
    margin: 0 6px;
}
.media .media-tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.media .media-tabs.scrollbar-visible::-webkit-scrollbar-thumb {
    background-color: #00852F;
    transition: background-color 0.3s;
}

.media .media-tabs a {
    padding: 5px 12px;
    background: transparent;
    color: #1a5c2e;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    border-radius: 0;
}

.media .media-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.media .media-tabs a:last-child::after {
    display: none;
}

.media .media-tabs a:hover,
.media .media-tabs a.active {
    color: #b10e2a;
    background: transparent;
}

.media .media-tabs::after {
    content: ">";
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.media .media-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.media .media-card {
    position: relative;
    border-radius: 12px;
    cursor: pointer;
}

.media .media-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.media .media-card:hover img {
    transform: scale(1.05);
}

.media .media-card-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    white-space: nowrap;
    background: linear-gradient(90deg, rgba(139, 90, 60, 0.85), rgba(80, 50, 40, 0.9));
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.media .media-card:hover .media-card-label {
    bottom: 25px;
}

@media (max-width: 1399px) {
    .featured-outstanding .featured-main .featured-article img {
        height: 320px;
    }

    .featured-outstanding .featured-main .featured-article h3 {
        font-size: 20px;
    }

    .featured-outstanding .sidebar-main-article h3 {
        font-size: 16px;
    }

    .dual-section .dual-title-wrapper .section-title {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .featured-outstanding .featured-grid {
        grid-template-columns: 1fr;
    }

    .featured-outstanding .featured-banners {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        flex-direction: unset;
        height: auto;
        min-height: unset;
        overflow-y: unset;
    }

    .industry-activities .industry-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .industry-activities .industry-main-wrapper .industry-main {
        grid-column: 1/-1;
    }

    .international .international-grid .international-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .international .international-grid .international-main-wrapper .international-main {
        grid-column: 1/-1;
    }

    .research .research-grid {
        grid-template-columns: 2fr 1fr;
    }

    .dual-section .dual-title-wrapper .section-title {
        font-size: 18px;
    }

    .digital .digital-grid .digital-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .digital .digital-grid .digital-main-wrapper .digital-main {
        grid-column: 1/-1;
    }

    .legal .legal-grid .legal-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .legal .legal-grid .legal-main-wrapper .legal-main {
        grid-column: 1/-1;
    }

    .youth .youth-grid {
        grid-template-columns: 2fr 1fr;
    }

    .youth .youth-sidebar {
        max-height: unset;
        overflow-y: unset;
    }

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

@media (max-width: 991.98px) {
    .featured-outstanding .featured-grid {
        grid-template-columns: 1fr;
    }

    .featured-outstanding .featured-banners {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        min-height: unset;
        overflow-y: unset;
    }

    .featured-outstanding .featured-small-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-outstanding .featured-main .featured-article img {
        height: 240px;
    }

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

    .activities .activities-header .header-left {
        grid-column: 1;
    }

    .activities .activities-header .header-right {
        grid-column: 1;
    }

    .activities .activities-header .header-right .sidebar-links {
        /* flex-direction: row; */
        height: auto;
        overflow-y: unset;
        flex-wrap: wrap;
    }

    .industry-activities .industry-main-wrapper {
        grid-template-columns: 1fr;
    }

    .industry-activities .industry-main {
        grid-column: auto !important;
    }

    .industry-activities .industry-news,
    .industry-activities .industry-sidebar {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }

    .industry-activities .industry-main img {
        height: 220px;
    }

    .training .training-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .training .training-header-left {
        flex: 1 1 100%;
        flex-wrap: wrap;
        position: static;
    }

    .training .training-header-left::before,
    .training .training-header-left::after {
        content: none;
    }

    .training .training-header-left .training-title-wrapper .section-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background-color: #b10e2a;
        z-index: 2;
        transform: skewX(-15deg);
        transform-origin: bottom left;
    }

    .training .training-header-left .training-title-wrapper .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
    }

    .digital .digital-title-wrapper .section-title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background-color: #b10e2a;
        z-index: 2;
        transform: skewX(-15deg);
        transform-origin: bottom left;
    }

    .digital .digital-title-wrapper .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
    }

    .training .training-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .training .training-tabs::-webkit-scrollbar {
        display: none;
    }

    .training .toggle-tabs::before {
        display: none;
    }

    .training .training-grid {
        grid-template-columns: 1fr;
    }

    .training .training-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .international .international-grid .international-main-wrapper {
        grid-template-columns: 1fr;
    }

    .international .international-grid .international-main {
        grid-column: auto !important;
    }

    .international .international-grid .international-news,
    .international .international-grid .international-sidebar {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }

    .research .research-grid {
        grid-template-columns: 1fr;
    }

    .research .research-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .research .publications-new {
        flex-direction: row;
    }

    .dual-section .dual-grid {
        grid-template-columns: 1fr;
    }

    .dual-section .dual-content {
        grid-template-columns: 1fr 1fr;
    }

    .digital .digital-grid .digital-main-wrapper {
        grid-template-columns: 1fr;
    }

    .digital .digital-grid .digital-main {
        grid-column: auto !important;
    }

    .digital .digital-grid .digital-news,
    .digital .digital-grid .digital-sidebar {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }

    .legal .legal-grid .legal-main-wrapper {
        grid-template-columns: 1fr;
    }

    .legal .legal-grid .legal-main {
        grid-column: auto !important;
    }

    .legal .legal-grid .legal-news,
    .legal .legal-grid .legal-sidebar {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }

    .youth .youth-header {
        grid-template-columns: 1fr;
    }

    .youth .youth-grid {
        grid-template-columns: 1fr;
        max-height: unset;
    }

    .youth .youth-main-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .youth .youth-sidebar {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        max-height: unset;
        overflow-y: unset;
    }

    .media .media-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }

    .media .media-card img {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .featured-outstanding {
        margin-bottom: 30px;
    }

    .featured-outstanding .featured-main-wrapper {
        grid-template-columns: 1fr;
    }

    .featured-outstanding .featured-small-grid {
        grid-template-columns: 1fr 1fr;
    }

    .featured-outstanding .featured-main .featured-article img {
        height: auto;
    }

    .featured-outstanding .featured-main .featured-article h3 {
        font-size: 16px;
    }

    .featured-outstanding .sidebar-main-article img {}

    .activities {
        margin-bottom: 30px;
    }

    .activities .activity-main-wrapper {
        grid-template-columns: 1fr;
    }

    .activities .activities-header .header-right .sidebar-links {
        flex-wrap: wrap;
    }

    .industry-activities {
        margin-bottom: 30px;
    }

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

    .industry-activities .industry-main img {
        height: 200px;
    }

    .training {
        margin-bottom: 30px;
    }

    .training .training-header {
        flex-wrap: wrap;
    }

    .training .training-header-left {
        flex: 1 1 100%;
    }

    .training .training-tabs {
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .training .training-tabs::-webkit-scrollbar {
        display: none;
    }

    .training .toggle-tabs::before {
        display: none;
    }

    .training .training-main-wrapper {
        grid-template-columns: 1fr;
    }

    .youth .youth-main h3,
    .legal .legal-grid .legal-main h3,
    .digital .digital-grid .digital-main h3,
    .training .training-main h3,
    .industry-activities .industry-main h3,
    .activities .activity-main h3,
    .international .international-grid .international-main h3,
    .research .research-main h3 {
        font-size: 16px;
    }



    .training .training-main img {
        height: 200px;
    }

    .international {
        margin-bottom: 30px;
    }

    .international .international-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .international .international-header::before,
    .international .international-header::after {
        content: none;
    }
    .international .international-tabs {
        width: 100%;
    }

    .international .international-grid .international-news,
    .international .international-grid .international-sidebar {
        grid-template-columns: 1fr;
    }

    .international .international-grid .international-main img {
        height: 200px;
    }

    .research {
        margin-bottom: 30px;
    }

    .research .research-main-wrapper {
        grid-template-columns: 1fr;
    }

    .research .publications-new {
        flex-direction: column;
        overflow-y: unset;
        height: auto;
    }

    .dual-section {
        margin: 30px 0;
    }

    .dual-section .dual-content {
        grid-template-columns: 1fr;
    }

    .dual-section .dual-title-wrapper .section-title {
        font-size: 18px;
    }

    .digital {
        margin-bottom: 30px;
    }

    .digital .digital-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .digital .digital-header::before,
    .digital .digital-header::after {
        content: none;
    }
    .digital .digital-tabs {
        width: 100%;
    }

    .digital .digital-grid .digital-news,
    .digital .digital-grid .digital-sidebar {
        grid-template-columns: 1fr;
    }

    .legal {
        margin-bottom: 30px;
    }

    .legal .legal-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .legal .legal-header::before,
    .legal .legal-header::after {
        content: none;
    }

    .legal .legal-tabs {
        width: 100%;
    }

    .legal .legal-grid .legal-news,
    .legal .legal-grid .legal-sidebar {
        grid-template-columns: 1fr;
    }

    .youth {
        margin-bottom: 30px;
    }

    .youth .youth-header .youth-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .youth .youth-header .youth-title-wrapper::before,
    .youth .youth-header .youth-title-wrapper::after {
        content: none;
    }
    .youth .youth-tabs {
        width: 100%;
    }

    .youth .youth-main-wrapper {
        grid-template-columns: 1fr;
    }

    .youth .youth-main img {
        height: 200px;
    }

    .youth .youth-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }

    .media {
        margin-bottom: 32px;
    }

    .media .media-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .featured-outstanding .featured-small-grid a:last-child {
        display: none;
        /* theo yêu cầu của design */
    }

    .featured-outstanding .featured-banners {
        grid-template-columns: 1fr;
    }


    .training .training-header-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .training .training-title-wrapper .section-title {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .training .training-tabs {
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .training .training-tabs::-webkit-scrollbar {
        display: none;
    }

    .training .toggle-tabs::before {
        display: none;
    }

    .industry-activities .industry-main img {
        height: 180px;
    }

    .research .research-main-wrapper {
        grid-template-columns: 1fr;
    }

    .youth .youth-sidebar {
        grid-template-columns: 1fr;
    }

    .media .media-grid-new {
        grid-template-columns: 1fr;
    }

    .media .media-card-label {
        width: max-content;
        left: 50%;
        transform: translateX(-50%);
    }
}

.psa__abouts {
    margin: 40px 0 120px 0;
}

.psa__abouts .page__header {
    max-width: 776px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 24px;
}

.psa__abouts .page__header-title {
    color: #B10E2A;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0;
    max-width: 554px;
    width: 100%;
}

.psa__abouts .page__tabs {
    margin: 0 auto 60px;
}

.psa__abouts .page__content {
    word-break: break-word;
}

.psa__abouts .page__tabs .flex__tabs {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 100px;
    border: 1.5px solid #B3D9BA;
}


.psa__abouts .page__tabs .flex__tabs-item {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: -1 24px;
    cursor: pointer;
}

.psa__abouts .page__tabs .flex__tabs-item.tab-active {
    color: #00852F;
}

.psa__abouts .page__tabs .flex__tabs-item:hover {
    color: #00852F;
}

.psa__abouts .page__tabs .flex__tabs-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    background: #cfcfcf;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
}


.psa__abouts .page__content .tab__content p {
    text-align: justify;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.psa__abouts .page__content .tab__content p:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content p {
        font-size: 14px;
    }
}

.psa__abouts .page__content .tab__content img {
    max-width: 100%;
    border-radius: 16px;
}

/* CKEditor content styles */
.psa__abouts .page__content .tab__content figure.image {
    display: table;
    margin: 0 0 1em 0;
    clear: both;
}

.psa__abouts .page__content .tab__content figure.image img {
    display: block;
    width: 100%;
    height: inherit;
}

.psa__abouts .page__content .tab__content figure.image-style-align-left,
.psa__abouts .page__content .tab__content figure.image.image-style-align-left {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    clear: left;
}

.psa__abouts .page__content .tab__content figure.image-style-align-right,
.psa__abouts .page__content .tab__content figure.image.image-style-align-right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    clear: right;
}

.psa__abouts .page__content .tab__content figure.image-style-side,
.psa__abouts .page__content .tab__content figure.image.image-style-side {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    max-width: 50%;
    clear: right;
}

.psa__abouts .page__content .tab__content img.image-style-align-left {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    height: auto;
}

.psa__abouts .page__content .tab__content img.image-style-align-right,
.psa__abouts .page__content .tab__content img.image-style-side {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    height: auto;
}

.psa__abouts .page__content .tab__content::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content figure.image-style-align-left,
    .psa__abouts .page__content .tab__content figure.image.image-style-align-left,
    .psa__abouts .page__content .tab__content figure.image-style-align-right,
    .psa__abouts .page__content .tab__content figure.image.image-style-align-right,
    .psa__abouts .page__content .tab__content figure.image-style-side,
    .psa__abouts .page__content .tab__content figure.image.image-style-side {
        float: none;
        margin: 0 0 1em 0;
        max-width: 100%;
        width: 100% !important;
    }

    .psa__abouts .page__content .tab__content figure.image img {
        max-width: 100% !important;
        height: auto !important;
    }

    .psa__abouts .page__content .tab__content img.image-style-align-left,
    .psa__abouts .page__content .tab__content img.image-style-align-right,
    .psa__abouts .page__content .tab__content img.image-style-side {
        float: none !important;
        margin: 0 0 1em 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}

.psa__abouts .page__content .tab__content .history__timeline {
    position: relative;
    margin: 0 auto 40px;
}

@media (max-width: 991.98px) {
    .psa__abouts .page__content .tab__content .history__timeline {
        margin-bottom: 16px;
    }
}

.psa__abouts .page__content .tab__content .history__timeline-items {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 6px;
}

.psa__abouts .page__content .tab__content .history__timeline-swiper {
    overflow: hidden;
}

.psa__abouts .page__content .tab__content .history__timeline-swiper.swiper-disabled {
    overflow: visible;
}

.psa__abouts .page__content .tab__content .history__timeline-swiper.swiper-disabled .swiper-wrapper {
    transform: none !important;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.psa__abouts .page__content .tab__content .history__timeline-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.psa__abouts .page__content .tab__content .history__timeline-col.swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.psa__abouts .page__content .tab__content .history__timeline-swiper.swiper-disabled .history__timeline-col.swiper-slide {
    width: auto !important;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .psa__abouts .page__content .tab__content .history__timeline-swiper:not(.swiper-disabled) .psa__abouts .page__content .tab__content .history__timeline-col.swiper-slide {
        width: auto;
    }
}

.psa__abouts .page__content .tab__content .history__tab {
    display: flex;
    align-items: center;
    gap: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: transform 0.3s;
}

.psa__abouts .page__content .tab__content .history__tab--active {
    transform: translateY(-6px);
}

.psa__abouts .page__content .tab__content .history__tab--active .history__wheat--default {
    display: none;
}

.psa__abouts .page__content .tab__content .history__tab--active .history__wheat--green {
    display: inline;
}

.psa__abouts .page__content .tab__content .history__tab--active .history__wheat {
    opacity: 1;
}

.psa__abouts .page__content .tab__content .history__tab--active .history__tab-label {
    color: #00852F;
}

@media (hover: hover) {
    .psa__abouts .page__content .tab__content .history__tab:hover {
        transform: translateY(-6px);
    }

    .psa__abouts .page__content .tab__content .history__tab:hover .history__wheat--default {
        display: none;
    }

    .psa__abouts .page__content .tab__content .history__tab:hover .history__wheat--green {
        display: inline;
    }

    .psa__abouts .page__content .tab__content .history__tab:hover .history__tab-label {
        color: #00852F;
    }
}

.psa__abouts .page__content .tab__content .history__wheat {
    width: 32px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__wheat {
        width: 26px;
    }
}

.psa__abouts .page__content .tab__content .history__wheat--green {
    display: none;
}

.psa__abouts .page__content .tab__content .history__wheat--left {
    transform: scaleX(-1);
}

.psa__abouts .page__content .tab__content .history__tab-label {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    transition: color 0.3s;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__tab-label {
        font-weight: 600;
        font-size: 15px;
    }
}

.psa__abouts .page__content .tab__content .history__progress-line {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background: #B3D9BA;
    z-index: 0;
}

.psa__abouts .page__content .tab__content .history__dot {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #c5d6c9;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psa__abouts .page__content .tab__content .history__dot:not(.history__dot--active) {
    transform: scale(0.67);
}

.psa__abouts .page__content .tab__content .history__dot--active {
    background: #fff;
    border: 2px solid #00852F;
    transform: scale(1);
}

.psa__abouts .page__content .tab__content .history__dot--active::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00852F;
}

.psa__abouts .page__content .tab__content .history__dot--active .history__dot-line {
    display: block;
}

.psa__abouts .page__content .tab__content .history__dot-line {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    width: 1.5px;
    height: 25px;
    background: linear-gradient(to top, #00852F, transparent);
    display: none;
}

.psa__abouts .page__content .tab__content .history__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__slider {
        gap: 0;
    }
}

.psa__abouts .page__content .tab__content .history__arrow {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #00852F;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
    z-index: 2;
    position: relative;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__arrow {
        display: none;
    }
}

.psa__abouts .page__content .tab__content .history__arrow img {
    width: 16px;
    height: 12px;
    object-fit: contain;
}

.psa__abouts .page__content .tab__content .history__arrow:hover {
    background: #00852F;
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(0, 133, 47, 0.35);
}

.psa__abouts .page__content .tab__content .history__arrow:hover .history__arrow-icon--default {
    display: none;
}

.psa__abouts .page__content .tab__content .history__arrow:hover .history__arrow-icon--hover {
    display: block;
}

.psa__abouts .page__content .tab__content .history__arrow:active {
    transform: scale(0.95);
}

.psa__abouts .page__content .tab__content .history__arrow--left .history__arrow-icon--default {
    transform: rotate(0deg);
}

.psa__abouts .page__content .tab__content .history__arrow--left .history__arrow-icon--hover {
    transform: scaleX(-1);
}

.psa__abouts .page__content .tab__content .history__arrow--right .history__arrow-icon--default {
    transform: rotate(180deg);
}

.psa__abouts .page__content .tab__content .history__arrow--right .history__arrow-icon--hover {
    transform: rotate(0deg);
}

.psa__abouts .page__content .tab__content .history__arrow-icon--default {
    display: block;
}

.psa__abouts .page__content .tab__content .history__arrow-icon--hover {
    display: none;
}

.psa__abouts .page__content .tab__content .history__slides {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__slides {
        border-radius: 24px;
        width: 100%;
    }
}

.psa__abouts .page__content .tab__content .history__slide {
    overflow: hidden;
    border-radius: 20px;
}

.psa__abouts .page__content .tab__content .history__slide img {
    width: 100%;
    min-height: 584px;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.psa__abouts .page__content .tab__content .history__slide:hover img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__slide {
        border-radius: 24px;
    }

    .psa__abouts .page__content .tab__content .history__slide img {
        height: auto;
        min-height: unset;
        border-radius: 24px;
    }
}

.psa__abouts .page__content .tab__content .history__pagination {
    display: none;
    text-align: center;
    margin-top: 16px;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__pagination {
        display: block;
    }
}

.psa__abouts .page__content .tab__content .history__pagination.swiper-pagination {
    position: static;
}

.psa__abouts .page__content .tab__content .history__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b3d9ba;
    opacity: 1;
    margin: 0 5px;
}

.psa__abouts .page__content .tab__content .history__pagination .swiper-pagination-bullet-active {
    background: #00852F;
}

.psa__abouts .page__content .tab__content .history__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin: 24px 0 16px 0;
}

@media (max-width: 1199.98px) {
    .psa__abouts .page__content .tab__content .history__title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .history__title {
        font-size: 14px;
        margin: 12px 0 8px 0;
    }
}

.psa__abouts .page__content .tab__content .history__text-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
}

.psa__abouts .page__content .tab__content .history__desc {
    text-align: justify;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.psa__abouts .page__content .tab__content .grid__post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 33px;
    row-gap: 40px;
}

.psa__abouts .page__content .tab__content .grid__post-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.psa__abouts .page__content .tab__content .grid__post-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.psa__abouts .page__content .tab__content .grid__post-item:hover::after {
    backdrop-filter: blur(6px);
}

.psa__abouts .page__content .tab__content .grid__post-item:hover .short__txt {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    margin-top: 14px;
}

.psa__abouts .page__content .tab__content .grid__post-item-img {
    width: 100%;
    aspect-ratio: 610/365.69;
    overflow: hidden;
}

.psa__abouts .page__content .tab__content .grid__post-item-content {
    position: absolute;
    padding: 0 26px 21px 17px;
    width: 100%;
    bottom: 0;
    z-index: 10;
    color: #fff;
}

.psa__abouts .page__content .tab__content .grid__post-item-content .date__time {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 20px;
    color: #B10E2A;
    line-height: 1.3;
    font-weight: 500;
}

.psa__abouts .page__content .tab__content .grid__post-item-content .short__txt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    transition: opacity 0.5s linear, transform 0.5s linear, max-height 0.5s linear, margin-top 0.5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transform: translateY(8px);
    margin-top: 0;
}

.psa__abouts .page__content .tab__content .grid__leaders {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}

.psa__abouts .page__content .tab__content .grid__leaders .leader__item {
    cursor: pointer;
}

.psa__abouts .page__content .tab__content .grid__leaders .leader__item-img {
    width: 100%;
    aspect-ratio: 298/400;
    overflow: hidden;
}

.psa__abouts .page__content .tab__content .grid__leaders .leader__item-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 19px 0 6px 0;
}

.psa__abouts .page__content .tab__content .grid__leaders .leader__item-born {
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
    margin-bottom: 6px;
}

.psa__abouts .page__content .tab__content .grid__leaders .leader__item-short {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.psa__abouts .page__content .tab__content .leader-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
}

.psa__abouts .page__content .tab__content .leader-modal--open {
    display: block;
}

.psa__abouts .page__content .tab__content .leader-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
}

.psa__abouts .page__content .tab__content .leader-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1016px, 100% - 32px);
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.psa__abouts .page__content .tab__content .leader-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.psa__abouts .page__content .tab__content .leader-modal__head {
    position: relative;
    min-height: 320px;
    background: linear-gradient(180deg, #F8FBFF 0%, #ECF3FA 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 40px 0;
    overflow: hidden;
}

.psa__abouts .page__content .tab__content .leader-modal__head::before, .psa__abouts .page__content .tab__content .leader-modal__head::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(155, 187, 216, 0.28);
    pointer-events: none;
}

.psa__abouts .page__content .tab__content .leader-modal__head::before {
    width: 680px;
    height: 240px;
    left: -140px;
    top: 56px;
    transform: rotate(-8deg);
}

.psa__abouts .page__content .tab__content .leader-modal__head::after {
    width: 640px;
    height: 210px;
    right: -180px;
    bottom: -64px;
    transform: rotate(9deg);
}

.psa__abouts .page__content .tab__content .leader-modal__head-left {
    width: 52%;
    padding-bottom: 34px;
    position: relative;
    z-index: 2;
}

.psa__abouts .page__content .tab__content .leader-modal__name {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.psa__abouts .page__content .tab__content .leader-modal__role {
    font-size: 34px;
    line-height: 1.35;
    font-weight: 400;
    color: #8A96A5;
}

.psa__abouts .page__content .tab__content .leader-modal__head-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
}

.psa__abouts .page__content .tab__content .leader-modal__head-right img {
    width: 100%;
    max-width: 356px;
    max-height: 360px;
    object-fit: contain;
    display: block;
}

.psa__abouts .page__content .tab__content .leader-modal__content {
    padding: 34px 40px 40px;
    overflow: auto;
}

.psa__abouts .page__content .tab__content .leader-modal__content p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 24px;
}

.psa__abouts .page__content .tab__content .leader-modal__content p:last-child {
    margin-bottom: 0;
}

.psa__abouts .page__content .tab__content .awards-page {
    max-width: 1036px;
    width: 100%;
    margin: 0 auto;
}

.psa__abouts .page__content .tab__content .awards-page__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    margin: 0 auto 24px;
    border: 1.5px solid #B3D9BA;
    border-radius: 100px;
    max-width: 444px;
    height: 56px;
}

.psa__abouts .page__content .tab__content .awards-page__tab {
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    -webkit-text-fill-color: #000;
    font-family: 'Inter', sans-serif;
}

.psa__abouts .page__content .tab__content .awards-page__tab:hover {
    color: #00852F;
    -webkit-text-fill-color: #00852F;
}

.psa__abouts .page__content .tab__content .awards-page__tab--active {
    color: #00852F;
    -webkit-text-fill-color: #00852F;
}

@media (max-width: 991.98px) {
    .psa__abouts .page__content .tab__content .awards-page__tab {
        font-size: 14px;
        padding: 0 10px;
    }
}

.psa__abouts .page__content .tab__content .awards-page__tab-sep {
    width: 1px;
    height: 22px;
    transform: rotate(20deg);
    background: #cfcfcf;
}

.psa__abouts .page__content .tab__content .awards-page {
    /* ===== PANEL ===== */
}

.psa__abouts .page__content .tab__content .awards-page__panel--hidden {
    display: none;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation {
    display: flex;
    gap: 40px;
    position: relative;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation:nth-child(even) {
    flex-direction: row-reverse;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 2px;
    background: url("img/Line6.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation {
        flex-direction: column;
    }

    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__appellation:nth-child(even) {
        flex-direction: column;
    }
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img {
    width: 57.50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 56px 60px;
    border-radius: 20px;
    background: url("img/gioi-thieu/bgr.png") no-repeat center center/cover;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .name__appellation {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .name__appellation:not(:has(+ .hang__appellation)) {
    margin-bottom: 16px;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .hang__appellation {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
    text-align: center;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .total__appellation {
    font-size: 60px;
    font-weight: 700;
    font-family: "Caudex", Georgia, serif;
    line-height: 1.4;
    color: #00852F;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .nam-nhan__appellation {
    color:#000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .nam-nhan__appellation {
        font-size: 14px;
    }

    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .total__appellation {
        font-size: 40px;
    }
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .quantity {
    font-size: 60px;
    font-weight: 700;
    font-family: "Caudex", Georgia, serif;
    line-height: 1.4;
    color: #00852F;
    margin-top: 40px;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .quantity {
        font-size: 40px;
        margin: 0;
    }
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img img {
    height: 198px;
    width: auto;
}

@media (max-width: 991.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img {
        width: 50%;
        justify-content: center;
        padding: 40px 16px;
    }

    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img .name__appellation {
        font-size: 16px;
    }

    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img img {
        height: 120px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__img {
        width: 100%;
    }
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short {
    width: 50%;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #222;
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #B3D9BA;
    justify-content: center;
    text-align: center;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-title h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #222;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-title {
        display: none;
    }
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-title .text-bold {
    font-family: "Caudex", Georgia, serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

.psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-text {
    color: #151515;
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
}

@media (max-width: 991.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short-text {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .psa__abouts .page__content .tab__content .awards-page .list-item__appellation .card__short {
        width: 100%;
    }
}

.tabs-dropdown {
    display: none;
    position: relative;
    width: 100%;
}

.tabs-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px 12px 20px;
    border-radius: 100px;
    border: 1.5px solid #B3D9BA;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1A1A1A;
    text-align: left;
    gap: 12px;
}

.tabs-dropdown__label {
    flex: 1;
}

.tabs-dropdown__chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.tabs-dropdown.is-open .tabs-dropdown__chevron {
    /* transform: rotate(180deg); */
}

.tabs-dropdown__menu {
    display: none;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 20px;
    z-index: 200;
    flex-direction: column;
    gap: 20px;
}

.tabs-dropdown__menu.is-open {
    display: flex;
}

.tabs-dropdown__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #1A1A1A;
    cursor: pointer;
}

.tabs-dropdown__item.tab-active {
    color: #00852F;
    font-weight: 600;
}

.tabs-dropdown__item:hover {
    color: #00852F;
}

@media (max-width: 1199.98px) {
    .psa__abouts .page__header {
        max-width: 600px;
    }

    .psa__abouts .page__header-title {
        font-size: 26px;
    }

    .psa__abouts .page__header svg {
        width: 70px;
        height: auto;
    }

    .psa__abouts .page__tabs {
        margin-bottom: 32px;
    }
}

@media (max-width: 991.98px) {
    .psa__abouts {
        margin: 24px 0 32px;
    }

    .psa__abouts .page__header {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .psa__abouts .page__header-title {
        font-size: 20px;
    }

    .psa__abouts .page__header svg {
        width: 54px;
        height: auto;
    }

    .psa__abouts .page__tabs {
        margin-bottom: 32px;
    }

    .psa__abouts .page__tabs .flex__tabs {
        display: none;
    }

    .psa__abouts .page__content .tab__content .grid__leaders {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        row-gap: 16px;
    }

    .psa__abouts .page__content .tab__content .grid__leaders .leader__item-name {
        font-size: 14px;
    }

    .psa__abouts .page__content .tab__content .grid__leaders .leader__item-born,
    .psa__abouts .page__content .tab__content .grid__leaders .leader__item-short {
        font-size: 12px;
    }

    .psa__abouts .page__content .grid__post {
        column-gap: 20px;
        row-gap: 24px;
    }

    .psa__abouts .tabs-dropdown {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .psa__abouts .page__header-title {
        font-size: 16px;
    }

    .psa__abouts .page__header svg {
        width: 40px;
    }

    .psa__abouts .page__tabs {
        margin-bottom: 24px;
    }

    .psa__abouts .page__content .tab__content .grid__leaders {
        grid-template-columns: repeat(2, 1fr);
    }

    .psa__abouts .page__content .tab__content .grid__post {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .psa__abouts .page__content .tab__content .grid__post-item-content {
        padding: 0 11px 11px 13px;
    }

    .psa__abouts .page__content .tab__content .grid__post-item-content .date__time {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 16px;
    }

    .psa__abouts .page__content .tab__content .grid__post-item-content .short__txt {
        font-size: 14px;
    }
}

.leader-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
}

.leader-modal--open {
    display: block;
}

.leader-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
}

.leader-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100% - 32px);
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.leader-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .leader-modal__close {
        top: 5px;
        right: 5px;
    }
}

.leader-modal__head {
    position: relative;
    min-height: 367px;
    background: #F5F9F6;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 40px 0;
    overflow: hidden;
}

.leader-modal__head::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 461px;
    height: 367px;
    background: url("img/cctc/mask-brg.png") right bottom/contain no-repeat;
    pointer-events: none;
}

.leader-modal__head-left {
    width: 52%;
    padding-bottom: 34px;
    position: relative;
    z-index: 2;
}

.leader-modal__name {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.leader-modal__role {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #8A96A5;
}

.leader-modal__head-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
}

.leader-modal__head-right img {
    width: 100%;
    max-width: 250px;
    max-height: 292px;
    object-fit: contain;
    display: block;
}

.leader-modal__content {
    padding: 34px 40px 40px;
    overflow: auto;
}

.leader-modal__content p {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 24px;
}

.leader-modal__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .leader-modal__name {
        font-size: 20px;
    }

    .leader-modal__role {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .leader-modal__dialog {
        width: calc(100% - 20px);
        border-radius: 20px;
    }

    .leader-modal__head {
        min-height: 0;
        padding: 50px 16px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .leader-modal__head-left {
        width: 100%;
        padding-bottom: 16px;
    }

    .leader-modal__head-right {
        width: 100%;
        justify-content: center;
    }

    .leader-modal__name {
        margin-bottom: 8px;
        text-align: center;
    }

    .leader-modal__role {
        font-size: 16px;
        text-align: center;
    }

    .leader-modal__content {
        padding: 20px;
    }

    .leader-modal__content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
}

.csvt {
    padding: 60px 0 100px;
}

@media (max-width: 991.98px) {
    .csvt {
        padding: 40px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .csvt {
        padding: 24px 0 40px;
    }
}

.csvt__inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.csvt__title {
    font-size: 36px;
    font-weight: 600;
    color: #B10E2A;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .csvt__title {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.csvt__body p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    text-align: justify;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .csvt__body p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.csvt__body figure {
    display: block;
    margin-bottom: 16px;
}

.csvt__body img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.cctc {
    padding: 60px 0 100px;
}

@media (max-width: 991.98px) {
    .cctc {
        padding: 40px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .cctc {
        padding: 24px 0 40px;
    }
}

.cctc__hd {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .cctc__hd {
        margin-bottom: 20px;
    }
}

.cctc__title {
    font-size: 36px;
    font-weight: 600;
    color: #B10E2A;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .cctc__title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .cctc__title {
        font-size: 18px;
    }
}

.cctc__subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    max-width: 1060px;
}

@media (max-width: 991.98px) {
    .cctc__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .cctc__subtitle {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }
}

.cctc__dropdown {
    display: none;
    position: relative;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .cctc__dropdown {
        display: block;
    }
}

.cctc__dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px 12px 20px;
    border: 1.5px solid #B3D9BA;
    border-radius: 100px;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.cctc__dropdown-trigger span[data-js=tabs-dropdown-label] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.cctc__dropdown-trigger svg {
    flex-shrink: 0;
    transition: transform 0.2s;
}

.cctc__dropdown-trigger.is-open {
    border-radius: 20px 20px 0 0;
    border-bottom-color: transparent;
}

.cctc__dropdown-trigger.is-open svg {
    transform: rotate(180deg);
}

.cctc__dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% - 1.5px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #B3D9BA;
    border-top: none;
    border-radius: 0 0 20px 20px;
    z-index: 10;
    list-style: none;
    padding: 4px 0 12px;
    margin: 0;
}

.cctc__dropdown-menu.is-open {
    display: block;
}

.cctc__dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}

@media (hover: hover) {
    .cctc__dropdown-item:hover {
        background: rgba(0, 133, 47, 0.06);
    }
}

.cctc__dropdown-item.tab-active {
    font-weight: 600;
    color: #00852F;
}

.cctc__body {
    display: flex;
    gap: 49px;
    align-items: flex-start;
}

@media (max-width: 991.98px) {
    .cctc__body {
        flex-direction: column;
        gap: 0;
    }
}

.cctc__tabs {
    flex: 0 0 269px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .cctc__tabs {
        display: none;
    }
}

.cctc__tab {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    transition: color 0.2s;
}

.cctc__tab.tab-active {
    color: #00852F;
}

@media (hover: hover) {
    .cctc__tab:hover {
        color: #00852F;
    }
}

.cctc__panels {
    flex: 1;
    min-width: 0;
}

.cctc__panel {
    display: none;
}

.cctc__panel.tab-active {
    display: block;
}

.cctc__director {
    position: relative;
    background: #F5F9F6;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    height: 410px;
}

@media (max-width: 1199.98px) {
    .cctc__director {
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 22px 20px 0;
    }
}

.cctc__director::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 461px;
    height: 367px;
    background: url("img/cctc/mask-brg.png") right bottom/contain no-repeat;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .cctc__director::after {
        display: none;
    }
}

.cctc__director-content {
    position: absolute;
    left: 53px;
    top: 97px;
    width: 458px;
    z-index: 3;
}

@media (max-width: 1399px) {
    .cctc__director-content {
        left: 33px;
    }
}

@media (max-width: 1199.98px) {
    .cctc__director-content {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
}

.cctc__director-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 8px;
}

@media (max-width: 1199.98px) {
    .cctc__director-name {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .cctc__director-name {
        font-size: 16px;
    }
}

.cctc__director-role {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .cctc__director-role {
        margin-bottom: 14px;
    }
}

@media (max-width: 991.98px) {
    .cctc__director-role {
        font-size: 14px;
    }
}

.cctc__director-bio {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    text-align: justify;
    max-width: 384px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .cctc__director-bio {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .cctc__director-bio {
        font-size: 14px;
    }
}

.cctc__director-photo {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 359px;
    height: 396px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .cctc__director-photo {
        right: 20px;
    }
}

.cctc__director-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199.98px) {
    .cctc__director-photo {
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 296/327;
    }
}

.cctc__members {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .cctc__members {
        margin-top: 24px;
    }
}

.cctc__members-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .cctc__members-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.cctc__members-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 991.98px) {
    .cctc__members-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
    }
}

.cctc__members-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}

@media (max-width: 991.98px) {
    .cctc__members-row {
        display: contents;
    }
}

.cctc__member {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .cctc__member {
        gap: 14px;
    }
}

.cctc__member:focus-visible {
    outline: 2px solid #00852F;
    outline-offset: 4px;
    border-radius: 10px;
}

.cctc__member-photo {
    width: 100%;
    aspect-ratio: 297/347;
    border-radius: 16px;
    overflow: hidden;
}

.cctc__member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cctc__member-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 991.98px) {
    .cctc__member-info {
        gap: 4px;
    }
}

.cctc__member-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}

@media (max-width: 991.98px) {
    .cctc__member-name {
        font-size: 14px;
    }
}

.cctc__member-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

@media (max-width: 991.98px) {
    .cctc__member-role {
        font-size: 12px;
        line-height: 1.5;
    }
}

.cctc__card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.cctc__card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    cursor: pointer;
}

.cctc__card:not(:last-child) {
    background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.cctc__card:not(:last-child):hover {
    border-bottom: 1px solid #00852F;
    background-image: none;
}

.cctc__card:first-child {
    padding-top: 0;
}

.cctc__card:hover .cctc__card-name {
    color: #00852F;
}

.cctc__card:hover .cctc__card-arrow {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991.98px) {
    .cctc__card {
        padding: 12px 0;
        gap: 20px;
    }
}

.cctc__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 73px;
    height: 73px;
    background: #EAFBEE;
    border-radius: 50%;
    overflow: hidden;
}

.cctc__card-icon img {
    width: 53px;
    height: 53px;
    display: block;
}

.cctc__card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cctc__card-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
}

@media (max-width: 991.98px) {
    .cctc__card-name {
        font-size: 16px;
    }
}

.cctc__card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

@media (max-width: 991.98px) {
    .cctc__card-desc {
        font-size: 14px;
    }
}

.cctc__card-arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991.98px) {
    .cctc__card-arrow {
        display: none;
    }
}

.cctc__fake-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    text-align: justify;
}

@media (max-width: 767.98px) {
    .cctc__fake-content {
        font-size: 14px;
    }
}

.ctk {
    padding: 60px 0 100px;
}

@media (max-width: 991.98px) {
    .ctk {
        padding: 40px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .ctk {
        padding: 24px 0 40px;
    }
}

.ctk__body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

@media (max-width: 991.98px) {
    .ctk__body {
        flex-direction: column-reverse;
        gap: 32px;
    }
}

.ctk__tabs {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .ctk__tabs {
        flex: 0 0 100%;
        width: 100%;
    }
}

.ctk__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #B10E2A;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .ctk__title {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.ctk__tab {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    transition: color 0.2s;
}

.ctk__tab.tab-active {
    color: #00852F;
}

@media (hover: hover) {
    .ctk__tab:hover {
        color: #00852F;
    }
}

.ctk__tab:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.ctk__tab img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .ctk__tab {
        font-size: 14px;
    }

    .ctk__tab img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
}

.ctk__panels {
    flex: 1;
    min-width: 0;
}

.ctk__panels .panel__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #B10E2A;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .ctk__panels .panel__title {
        text-align: center;
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.ctk__panels p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    text-align: justify;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .ctk__panels p {
        font-size: 14px;
    }
}

.ctk__panels figure {
    display: block;
    margin-bottom: 16px;
}

.ctk__panels img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.search-results {
    margin: 60px 0 120px 0;
}

@media (max-width: 991.98px) {
    .search-results {
        margin: 40px 0 32px 0;
    }
}

.search-results .filter-ctrl {
    margin-bottom: 40px;
}

.search-results .filter-ctrl__head {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    color: #B10E2A;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__head {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.search-results .filter-ctrl__card {
    background: #fff;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(21, 21, 21, 0.1);
}

@media (max-width: 767.98px) {
    .search-results .filter-ctrl__card {
        padding: 16px;
        border-radius: 10px;
    }
}

.search-results .filter-ctrl__row {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__row {
        flex-direction: column;
        align-items: start;
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .search-results .filter-ctrl__row.last__row {
        align-items: baseline;
    }
}

.search-results .filter-ctrl .flex__col {
    display: flex;
    gap: 18px;
    flex: 1;
    width: 100%;
    min-width: 0;
}

.search-results .filter-ctrl .flex__col .filter-popup__field--sm {
    width: 50%;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl .flex__col {
        flex-direction: column;
    }

    .search-results .filter-ctrl .flex__col .filter-popup__field--sm {
        width: 100%;
    }
}

.search-results .filter-ctrl__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.search-results .filter-ctrl__field--sm {
    width: 247px;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__field--sm {
        width: 100%;
    }
}

.search-results .filter-ctrl__field--sm1 {
    width: 247px;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__field--sm1 {
        width: 100%;
    }
}

.search-results .filter-ctrl__field--sm2 {
    flex: 1;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__field--sm2 {
        width: 100%;
    }
}

.search-results .filter-ctrl__field--md {
    width: 247px;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__field--md {
        width: 100%;
    }
}

.search-results .filter-ctrl__field--lg {
    flex: 1;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__field--lg {
        width: 100%;
    }
}

.search-results .filter-ctrl__field--lg2 {
    display: flex;
    flex: 1;
    gap: 18px;
    align-items: flex-end;
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .search-results .filter-ctrl__field--lg2 {
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__field--lg2 {
        width: 100%;
    }
}

.search-results .filter-ctrl__label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .search-results .filter-ctrl__label {
        font-size: 14px;
    }
}

.search-results .filter-ctrl__select-wrap {
    position: relative;
}

.search-results .filter-ctrl__select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 8px 40px 8px 20px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #000000;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.search-results .filter-ctrl__select:focus {
    border-color: #00852F;
}

@media (max-width: 767.98px) {
    .search-results .filter-ctrl__select {
        font-size: 16px;
    }
}

.search-results .filter-ctrl__chevron {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.search-results .filter-ctrl__input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 8px 12px 8px 20px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #000000;
    background: #fff;
    outline: none;
}

.search-results .filter-ctrl__input::placeholder {
    color: #acacac;
    font-style: italic;
    font-family: "Inter", sans-serif;
}

.search-results .filter-ctrl__input:focus {
    border-color: #00852F;
}

@media (max-width: 767.98px) {
    .search-results .filter-ctrl__input {
        font-size: 16px;
    }
}

.search-results .filter-ctrl__date-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
}

/* iOS/WebKit: date input có min-content rộng — cần min-width:0 + max-width để không tràn flex */
.search-results .filter-ctrl__input--date {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

/* Chrome/Android/WebKit: UI mũi tên/icon lịch là pseudo-element của trình duyệt, không phải HTML */
.search-results .filter-ctrl__input--date::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    appearance: none;
    display: none !important;
    opacity: 0 !important;
    color: transparent !important;
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.search-results .filter-ctrl__input--date::-webkit-inner-spin-button,
.search-results .filter-ctrl__input--date::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

.search-results .filter-ctrl__input--date::-moz-calendar-picker-indicator {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.search-results .filter-ctrl__date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 1;
}

.search-results .filter-ctrl__submit {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #4A7C59;
    border: 1px solid #00852F;
    border-radius: 999px;
    padding: 0 20px;
    height: 48px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, border-color 0.2s;
}

.search-results .filter-ctrl__submit:hover {
    background: #006d26;
    border-color: #006d26;
}

@media (max-width: 991.98px) {
    .search-results .filter-ctrl__submit {
        width: 100%;
        justify-content: center;
    }
}

.search-results .results-list__count {
    font-size: 30px;
    font-weight: 600;
    color: #8E8E93;
    line-height: 1.2;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .search-results .results-list__count {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px;
    }
}

.search-results .results-list .list-post {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .search-results .results-list .list-post {
        gap: 16px;
    }
}

.search-results .results-list .list-post__item {
    display: flex;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .search-results .results-list .list-post__item {
        gap: 16px;
        background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
        background-size: 12px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
        padding-bottom: 20px;
    }
}

.search-results .results-list .list-post__item .list-post__img {
    width: 245px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .search-results .results-list .list-post__item .list-post__img {
        width: 126px;
        height: 116px;
    }
}

.search-results .results-list .list-post__item .list-post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.search-results .results-list .list-post__item .list-post__img img:hover {
    transform: scale(1.1);
}

.search-results .results-list .list-post__item .list-post__sum {
    flex: 1;
}

.search-results .results-list .list-post__item .list-post__sum .list-post__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out;
    height: 2.6em;
    overflow: hidden;
    display: block;
}

.search-results .results-list .list-post__item .list-post__sum .list-post__title:hover {
    color: #00852F;
}

@media (max-width: 1199.98px) {
    .search-results .results-list .list-post__item .list-post__sum .list-post__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        height: 4.2em;
    }
}

.search-results .results-list .list-post__item .list-post__sum .list-post__date {
    color: #8E8E8E;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.search-results .results-list .list-post__item .list-post__sum .list-post__date svg {
    transform: translateY(-1px);
}

.search-results .results-list .list-post__item .list-post__sum .list-post__excerpt {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    display: block;
}

@media (max-width: 1199.98px) {
    .search-results .results-list .list-post__item .list-post__sum .list-post__excerpt {
        display: none;
    }
}

.tin-tuc-su-kien {
    padding: 40px 0 120px;
}

@media (max-width: 991.98px) {
    .tin-tuc-su-kien {
        padding: 32px 0;
    }
}

.ttsk__layout {
    display: flex;
    gap: 38px;
    align-items: flex-start;
}

@media (max-width: 1199.98px) {
    .ttsk__layout {
        gap: 24px;
    }
}

@media (max-width: 991.98px) {
    .ttsk__layout {
        flex-direction: column;
        gap: 32px;
    }
}

.ttsk__main {
    flex: 1;
    min-width: 0;
}

.ttsk__sidebar {
    width: 298px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .ttsk__sidebar {
        width: 260px;
    }
}

@media (max-width: 991.98px) {
    .ttsk__sidebar {
        padding-top: 32px;
        border-top: 1px solid #DEDEDE;
        gap: 32px;
        width: 100%;
    }
}

.ttsk__section-head {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .ttsk__section-head {
        margin-bottom: 32px;
    }
}

.ttsk__section-title {
    position: relative;
    font-size: 36px;
    color: #B10E2A;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

.ttsk__section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #b10e2a;
    z-index: 2;
    transform: skewX(-15deg);
    transform-origin: bottom left;
}

.ttsk__section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px, #ccc 4px, #ccc 5px);
}

@media (max-width: 991.98px) {
    .ttsk__section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.ttsk__filter-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .ttsk__filter-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 100%;
        padding-bottom: 6px;
        scrollbar-width: thin;
        gap: 12px;
    }
}

.ttsk__filter-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #7C7C7C;
    text-decoration: none;
    transition: color 0.2s;
}

.ttsk__filter-link:hover {
    color: #1a5c2e;
}

@media (max-width: 767.98px) {
    .ttsk__filter-link {
        flex-shrink: 0;
        font-size: 14px;
    }
}

.ttsk__featured {
    display: flex;
    gap: 30px;
    margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
    .ttsk__featured {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .ttsk__featured {
        flex-direction: column;
        gap: 14px;
    }
}

.ttsk__featured-img {
    display: block;
    width: 431px;
    height: 277px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.ttsk__featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ttsk__featured-img:hover img {
    transform: scale(1.04);
}

@media (max-width: 1199.98px) {
    .ttsk__featured-img {
        width: 320px;
        height: 210px;
    }
}

@media (max-width: 991.98px) {
    .ttsk__featured-img {
        width: 260px;
        height: 170px;
    }
}

@media (max-width: 767.98px) {
    .ttsk__featured-img {
        width: 100%;
        height: 220px;
    }
}

.ttsk__featured-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ttsk__featured-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #151515;
}

.ttsk__featured-title a {
    color: inherit;
    text-decoration: none;
    height: 3.9em;
    overflow: hidden;
    display: block;
    transition: color 0.2s;
}

.ttsk__featured-title a:hover {
    color: #00852F;
}

@media (max-width: 991.98px) {
    .ttsk__featured-title {
        font-size: 16px;
    }
}

.ttsk__featured-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #8E8E8E;
}

.ttsk__featured-date svg {
    flex-shrink: 0;
}

.ttsk__featured-excerpt {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 7em;
    overflow: hidden;
    display: block;
}

@media (max-width: 991.98px) {
    .ttsk__featured-excerpt {
        height: 4.2em;
        font-size: 14px;
    }
}

.ttsk__date-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #8E8E8E;
    width: fit-content;
}

.ttsk__date-badge svg {
    flex-shrink: 0;
}

.ttsk__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .ttsk__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .ttsk__grid {
        gap: 16px;
    }
}

.ttsk__grid-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ttsk__grid-img {
    display: block;
    width: 100%;
    height: 136px;
    border-radius: 12px;
    overflow: hidden;
}

.ttsk__grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ttsk__grid-img:hover img {
    transform: scale(1.05);
}

@media (max-width: 575.98px) {
    .ttsk__grid-img {
        height: 104px;
    }
}

.ttsk__grid-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #151515;
}

.ttsk__grid-title a {
    color: inherit;
    text-decoration: none;
    height: 4.2em;
    overflow: hidden;
    display: block;
    transition: color 0.2s;
}

.ttsk__grid-title a:hover {
    color: #00852F;
}

.ttsk__news-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #DEDEDE;
}

@media (max-width: 767.98px) {
    .ttsk__news-list {
        margin-top: 32px;
        padding-top: 32px;
    }
}

.ttsk__news-item {
    display: flex;
    align-items: start;
    gap: 24px;
}

.ttsk__news-item:first-child {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .ttsk__news-item {
        gap: 16px;
    }
}

.ttsk__news-img {
    display: block;
    width: 297px;
    height: 191px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.ttsk__news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ttsk__news-img:hover img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .ttsk__news-img {
        width: 126px;
        height: 96px;
    }
}

.ttsk__news-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ttsk__news-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #151515;
}

.ttsk__news-title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    display: block;
    transition: color 0.2s;
}

.ttsk__news-title a:hover {
    color: #00852F;
}

@media (max-width: 767.98px) {
    .ttsk__news-title {
        font-size: 16px;
    }
}

.ttsk__news-date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #8E8E8E;
}

.ttsk__news-date svg {
    flex-shrink: 0;
}

.ttsk__news-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #151515;
    text-align: justify;
    height: 2.8em;
    overflow: hidden;
    display: block;
    margin: 0;
}

@media (max-width: 767.98px) {
    .ttsk__news-excerpt {
        display: none;
    }
}

.ttsk__sidebar-banner {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.ttsk__sidebar-banner img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .ttsk__sidebar-banner img {
        height: 224px;
    }
}

.ttsk__sidebar-block {
    display: flex;
    flex-direction: column;
}

.ttsk__sidebar-block-title {
    margin-bottom: 15px;
    padding-top: 15px;
}

.ttsk__sidebar-block-title h3 {
    font-size: 20px;
    color: #B10E2A;
    font-weight: 600;
    line-height: 1.3;
}

.ttsk__lk-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ttsk__lk-item {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.ttsk__lk-item img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

@media (max-width: 767.98px) {
    .ttsk__lk-item img {
        height: 150px;
    }
}

.ttsk__lk-item:hover img {
    transform: scale(1.03);
}

.ttsk__bvmn-featured {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.ttsk__bvmn-featured-img {
    display: block;
    width: 100%;
    height: 183px;
    border-radius: 10px;
    overflow: hidden;
}

.ttsk__bvmn-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ttsk__bvmn-featured-img:hover img {
    transform: scale(1.04);
}

.ttsk__bvmn-date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #8E8E8E;
}

.ttsk__bvmn-date svg {
    flex-shrink: 0;
}

.ttsk__bvmn-featured-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #151515;
}

.ttsk__bvmn-featured-title a {
    color: inherit;
    text-decoration: none;
    height: 4.2em;
    overflow: hidden;
    display: block;
    transition: color 0.2s;
}

.ttsk__bvmn-featured-title a:hover {
    color: #00852F;
}

.ttsk__bvmn-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ttsk__bvmn-item {
    display: flex;
    gap: 12px;
}

.ttsk__bvmn-item:first-child {
    padding-top: 0;
}

.ttsk__bvmn-item:last-child {
    padding-bottom: 20px;
    border-bottom: none;
}

@media (max-width: 991.98px) {
    .ttsk__bvmn-item:last-child {
        padding-bottom: 32px;
    }
}

.ttsk__bvmn-img {
    display: block;
    width: 126px;
    height: 94px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.ttsk__bvmn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ttsk__bvmn-img:hover img {
    transform: scale(1.05);
}

.ttsk__bvmn-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ttsk__bvmn-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
}

.ttsk__bvmn-title a {
    color: inherit;
    text-decoration: none;
    height: 4.2em;
    overflow: hidden;
    display: block;
    transition: color 0.2s;
}

.ttsk__bvmn-title a:hover {
    color: #00852F;
}

.detail-news {
    margin: 60px 0 120px 0;
}

@media (max-width: 1199.98px) {
    .detail-news {
        margin: 32px 0;
    }
}

.detail-news .wrap__content {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .detail-news .wrap__content {
        flex-direction: column;
        margin-bottom: 32px;
    }
}

.image .image_resized {
    width: 100%;
}

.detail-news .inner__content {
    flex: 1;
}

.detail-news .post__date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8E8E8E;
    font-size: 14px;
}

.detail-news .post__date svg {
    transform: translateY(-2px);
}

.detail-news .inner__content .post__name {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    color: #B10E2A;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .detail-news .inner__content .post__name {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
}

.detail-news-achievements .inner__content .post__content figure {
    display: block;
  }

:where(.detail-news .inner__content .post__content) p,
:where(.detail-news .inner__content .post__content) h2,
:where(.detail-news .inner__content .post__content) h3,
:where(.detail-news .inner__content .post__content) figure {
    width: 100%;
}

.detail-news .inner__content .post__content-short {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .detail-news .inner__content .post__content-short {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }
}

.detail-news .inner__content .post__content .sub-text {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 12px;
}

:where(.detail-news .inner__content .post__content) p {
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    word-break: break-word;
    margin-bottom: 16px;
}

:where(.detail-news .inner__content .post__content) p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    :where(.detail-news .inner__content .post__content) p {
        font-size: 14px;
        line-height: 1.4;
    }
}

.detail-news .inner__content .post__content img {
    margin: 0 auto;
    border-radius: 16px;
    max-width: 100%;
    display: block;
}

.detail-news .inner__content .post__tags {
    display: flex;
    gap: 24px;
    align-items: baseline;
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 991.98px) {
    .detail-news .inner__content .post__tags {
        padding: 24px 0;
        margin-top: 24px;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media (max-width: 767.98px) {
    .detail-news .inner__content .post__tags {
        align-items: stretch;
        gap: 12px;
    }
}

.detail-news .inner__content .post__tags-label {
    font-size: 16px;
    line-height: 1.4;
}

.detail-news .inner__content .post__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .detail-news .inner__content .post__tags-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 100%;
        padding-bottom: 6px;
        scrollbar-width: thin;
    }

    .detail-news .inner__content .post__tags-list::-webkit-scrollbar {
        height: 1px;
    }

    .detail-news .inner__content .post__tags-list::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        border-radius: 4px;
    }
}

.detail-news .inner__content .post__tags-list .tag-item {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #00852F;
    background: rgba(0, 133, 47, 0.1019607843);
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .detail-news .inner__content .post__tags-list .tag-item {
        flex-shrink: 0;
    }
}

.detail-news .inner__content .post__tags-list .tag-item:hover {
    background: #00852F;
    color: #fff;
}

.detail-news {
    /* Nghe đọc bài — thanh audio pill */
}

.detail-news .post__audio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 8.95px 20px;
    border-radius: 16px;
    background: #fff9ed;
    max-width: 100%;
    margin: 32px 0;
}

@media (max-width: 991.98px) {
    .detail-news .post__audio {
        margin: 12px 0;
        padding: 9px 16px;
    }
}

.detail-news .post__audio__play {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #00852F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s, transform 0.15s;
}

.detail-news .post__audio__play:hover {
    opacity: 0.92;
}

.detail-news .post__audio__play:active {
    transform: scale(0.96);
}

.detail-news .post__audio__play .post__audio__icon--pause {
    display: none;
}

.detail-news .post__audio__play.is-playing .post__audio__icon--play {
    display: none;
}

.detail-news .post__audio__play.is-playing .post__audio__icon--pause {
    display: block;
}

.detail-news .post__audio__label {
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #151515;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .detail-news .post__audio__label {
        display: none;
    }
}

.detail-news .post__audio__progress {
    flex: 1;
    min-width: 120px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.detail-news .post__audio__track {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #F5CD6F;
    position: relative;
    overflow: hidden;
}

.detail-news .post__audio__track-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    border-radius: 2px;
    background: #00852F;
    pointer-events: none;
}

.detail-news .post__audio__range {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.detail-news .post__audio__time {
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #151515;
    font-variant-numeric: tabular-nums;
    min-width: 44px;
    text-align: right;
}

.detail-news .post__audio__sep {
    flex-shrink: 0;
    width: 1px;
    height: 25px;
    background: #FFEEC9;
    align-self: center;
}

@media (max-width: 1199.98px) {
    .detail-news .post__audio__sep {
        display: none;
    }
}

.detail-news .post__audio__voice {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .detail-news .post__audio__voice {
        justify-content: space-between;
        width: 100%;
    }
}

.detail-news .post__audio__voice-label {
    font-size: 16px;
    color: #151515;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .detail-news .post__audio__voice-label {
        font-size: 14px;
    }
}

.detail-news .post__audio__select-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.detail-news .post__audio__select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 4px 22px 4px 0;
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    cursor: pointer;
    outline: none;
    max-width: 160px;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .detail-news .post__audio__select {
        font-size: 14px;
    }
}

.detail-news .post__audio__chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #151515;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.detail-news .post__audio__media {
    display: none;
}

.detail-news .ttsk__sidebar-tabs {
    display: flex;
    align-items: center;
    gap: 0;
}

.detail-news .ttsk__sidebar-tab {
    border: 0;
    background: none;
    padding: 0 0 12px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #111111;
    cursor: pointer;
    transition: color 0.2s ease;
}

.detail-news .ttsk__sidebar-tab.is-active {
    color: #B10E2A;
}

.detail-news .ttsk__sidebar-tab-sep {
    width: 1px;
    height: 24px;
    background: #dddddd;
    margin: 0 14px 10px;
    flex-shrink: 0;
}

.detail-news .ttsk__sidebar-panel {
    display: none;
}

.detail-news .ttsk__sidebar-panel.is-active {
    display: block;
}

.post__related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .post__related-head {
        margin-bottom: 20px;
    }
}

.post__related-head .title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #B10E2A;
}

@media (max-width: 991.98px) {
    .post__related-head .title {
        font-size: 18px;
        line-height: 1.3;
    }
}

.post__related-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 991.98px) {
    .post__related-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}

.post__related .post__item:hover .post-title {
    color: #00852F;
}

.post__related .post__item:hover .post__item-img img {
    transform: scale(1.2);
}

.post__related .post__item-img {
    height: 180px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.post__related .post__item-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}

.post__related .post__item-sum .post-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8E8E8E;
    font-size: 14px;
    line-height: 1.4;
    margin: 16px 0;
}

.post__related .post__item-sum .post-date svg {
    transform: translateY(-2px);
}

.post__related .post__item-sum .post-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .post__related .post__item {
        display: flex;
        gap: 16px;
    }

    .post__related .post__item:not(:last-child) {
        background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
        background-size: 12px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
        padding-bottom: 20px;
    }

    .post__related .post__item-img {
        width: 126px;
        height: auto;
    }

    .post__related .post__item-sum {
        display: flex;
        flex-direction: column-reverse;
        flex: 1;
        gap: 10px;
    }

    .post__related .post__item-sum .post-date {
        margin: 0;
    }

    .post__related .post__item-sum .post-title {
        height: 4.2em;
        overflow: hidden;
        display: block;
    }
}

.ts__intro-section {
    padding: 60px 0 40px 0;
}

@media (max-width: 991.98px) {
    .ts__intro-section {
        padding: 32px 0 40px;
    }
}

.ts__page-title {
    font-size: 36px;
    font-weight: 700;
    color: #B10E2A;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .ts__page-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.ts__intro {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .ts__intro {
        gap: 28px;
    }
}

@media (max-width: 991.98px) {
    .ts__intro {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 32px;
    }
}

.ts__intro-text {
    flex: 0 0 calc(50% - 20px);
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199.98px) {
    .ts__intro-text {
        flex: 1;
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .ts__intro-text {
        flex: none;
        width: 100%;
        order: 2;
    }
}

.ts__intro-heading {
    font-size: 24px;
    font-weight: 600;
    color: #B10E2A;
    line-height: 1.4;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .ts__intro-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.ts__intro-desc {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .ts__intro-desc {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.ts__btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 24px;
    border: 1px solid #00852F;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    color: #00852F;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.ts__btn-outline:hover {
    background-color: #00852F;
    color: #fff;
}

@media (max-width: 991.98px) {
    .ts__btn-outline {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 9px 24px;
    }
}

.ts__intro-img {
    flex: 1;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    max-height: 381px;
}

.ts__intro-img img {
    width: 100%;
    height: 381px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

@media (max-width: 991.98px) {
    .ts__intro-img img {
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .ts__intro-img {
        width: 100%;
        order: 1;
    }
}

.ts__divider {
    height: 1px;
    background-color: #DEDEDE;
    margin: 0 0 48px;
}

@media (max-width: 991.98px) {
    .ts__divider {
        margin-bottom: 32px;
    }
}

.ts__phuong-an {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 991.98px) {
    .ts__phuong-an {
        gap: 20px;
    }
}

.ts__phuong-an-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ts__section-title {
    font-size: 24px;
    font-weight: 700;
    color: #B10E2A;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .ts__section-title {
        font-size: 16px;
    }
}

.ts__xem-them {
    font-size: 16px;
    font-weight: 600;
    color: #00852F;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.ts__xem-them:hover {
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .ts__xem-them {
        font-size: 14px;
    }
}

.ts__cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .ts__cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .ts__cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.ts__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.ts__card:hover .ts__card-img img {
    transform: scale(1.04);
}

@media (max-width: 767.98px) {
    .ts__card {
        flex-direction: row;
        gap: 12px;
        align-items: flex-start;
    }

    .ts__card:not(:last-child) {
        padding-bottom: 16px;
        background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
        background-size: 12px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }
}

.ts__card-img {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.ts__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

@media (max-width: 767.98px) {
    .ts__card-img {
        width: 126px;
        height: 82px;
        border-radius: 12px;
    }
}

.ts__card-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .ts__card-summary {
        flex-direction: column-reverse;
        gap: 6px;
    }
}

.ts__card-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    text-transform: uppercase;
}

.ts__card-date svg {
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .ts__card-date {
        font-size: 12px;
    }
}

.ts__card-body-mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .ts__card-body-mobile {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1;
        min-width: 0;
    }
}

.ts__card-title {
    font-size: 15px;
    font-weight: 500;
    color: #151515;
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden;
    display: block;
    transition: color 0.2s;
}

.ts__card:hover .ts__card-title {
    color: #00852F;
}

@media (max-width: 767.98px) {
    .ts__card-title {
        font-size: 14px;
        line-height: 1.4;
    }
}

.ts__form-section {
    background: #F5F9F6;
    padding: 80px 0 60px;
}

@media (max-width: 991.98px) {
    .ts__form-section {
        padding: 32px 0px;
    }
}

.ts__form-inner {
    display: flex;
    align-items: flex-start;
    gap: 128px;
}

@media (max-width: 1199.98px) {
    .ts__form-inner {
        gap: 48px;
    }
}

@media (max-width: 991.98px) {
    .ts__form-inner {
        flex-direction: column;
        gap: 36px;
    }
}

.ts__form-info {
    flex: 0 0 420px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .ts__form-info {
        flex: 0 0 360px;
        max-width: 360px;
    }
}

@media (max-width: 991.98px) {
    .ts__form-info {
        flex: none;
        max-width: 100%;
        width: 100%;
        gap: 12px;
    }
}

.ts__form-title {
    font-size: 36px;
    font-weight: 600;
    color: #B10E2A;
    line-height: 1.3;
}

@media (max-width: 1199.98px) {
    .ts__form-title {
        font-size: 18px;
    }
}

.ts__form-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .ts__form-desc {
        gap: 16px;
    }
}

.ts__form-desc .ts__short {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .ts__form-desc .ts__short {
        font-size: 14px;
    }
}

.ts__contact-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .ts__contact-block {
        gap: 8px;
    }
}

.ts__contact-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 767.98px) {
    .ts__contact-label {
        font-size: 14px;
    }
}

.ts__contact-dept {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ts__contact-name {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

@media (max-width: 767.98px) {
    .ts__contact-name {
        font-size: 16px;
    }
}

.ts__contact-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ts__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #B10E2A;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 600;
    line-height: 140%;
}

.ts__contact-link svg {
    flex-shrink: 0;
    color: #151515;
}

@media (max-width: 767.98px) {
    .ts__contact-link {
        font-size: 14px;
    }
}

.ts__form-wrap {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.ts__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ts__form-row {
    display: flex;
    gap: 16px;
}

@media (max-width: 767.98px) {
    .ts__form-row--2col {
        flex-direction: column;
        gap: 20px;
    }
}

.ts__form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.ts__form-group--full {
    width: 100%;
}

.ts__form-label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 767.98px) {
    .ts__form-label {
        font-size: 14px;
    }
}

.ts__required {
    margin-left: 2px;
}

.ts__form-input {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s, background-color 0.2s;
    color: #000;
}

.ts__form-select-wrap {
    position: relative;
}

.ts__form-select {
    width: 100%;
    height: 44px;
    padding: 0 44px 0 16px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    color: #000000;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.ts__form-select option {
    color: #000000;
}

.ts__select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ts__form-textarea {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    color: #000000;
    outline: none;
    resize: vertical;
    min-height: 79px;
    transition: ease 0.2s;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
}

.ts__form-textarea::placeholder {
    opacity: 0.2;
}

.ts__btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 24px;
    background: #4A7C59;
    border-radius: 999px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: ease 0.2s;
    margin-top: 24px;
}

.ts__btn-submit:hover {
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .ts__btn-submit {
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }
}

.photograph-c500 {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .photograph-c500 {
        padding: 32px 0;
    }
}

.photograph-c500 .page__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .photograph-c500 .page__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.photograph-c500 .grid__photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 991.98px) {
    .photograph-c500 .grid__photos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .photograph-c500 .grid__photos {
        grid-template-columns: repeat(1, 1fr);
    }
}

.photograph-c500 .grid__photo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .photograph-c500 .grid__photo {
        gap: 8px;
    }
}

.photograph-c500 .grid__photo-img {
    position: relative;
    height: 189px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.photograph-c500 .grid__photo-img:hover img {
    transform: scale(1.05);
}

.photograph-c500 .grid__photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.photograph-c500 .grid__photo-img .badge__elm {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    position: absolute;
    left: 9px;
    bottom: 9px;
    z-index: 1;
}

.photograph-c500 .grid__photo-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8E8E8E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 767.98px) {
    .photograph-c500 .grid__photo-date {
        font-size: 12px;
    }

    .photograph-c500 .grid__photo-date svg {
        width: 16px;
        height: 16px;
    }
}

.photograph-c500 .grid__photo-title:hover {
    color: #003D18;
}
.photograph-c500 .grid__photo-title {
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    height: 4.2em;
    display: block;
    align-self: stretch;
}

@media (max-width: 767.98px) {
    .photograph-c500 .grid__photo-title {
        font-size: 14px;
    }
}

.photograph-c500 .grid__photo {
    cursor: pointer;
}

.photograph-c500 .grid__btn {
    text-align: center;
    margin-top: 40px;
}

.photograph-c500 .grid__btn-btn {
    padding: 12px 24px;
    color: #4A7C59;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-radius: 999px;
    border: 1px solid #4A7C59;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.photograph-c500 .grid__btn-btn:hover {
    color: #fff;
    background: #4A7C59;
}

.photo-modal {
    position: fixed;
    inset: 0;
    z-index: 200000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 991.98px) {
    .photo-modal {
        align-items: flex-start;
        padding: 10px 16px;
    }
}

.photo-modal--open {
    opacity: 1;
    visibility: visible;
}

.photo-modal__backdrop {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
}

.photo-modal__panel {
    position: relative;
    z-index: 1;
    border-radius: 0;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 56px 0 16px 0;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    overflow-x: hidden;
}

.photo-modal__panel::-webkit-scrollbar {
    display: none;
}

@media (max-width: 991.98px) {
    .photo-modal__panel {
        width: min(390px, 100%);
        height: calc(100vh - 20px);
        max-height: none;
        border-radius: 0;
        padding: 18px 14px 14px;
    }
}

.photo-modal__close {
    position: fixed;
    top: 16px;
    right: 30px;
    z-index: 10000;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    background: transparent;
    color: #666;
    outline: none;
}

.photo-modal__close svg {
    width: 40px;
    height: 40px;
}

@media (max-width: 991.98px) {
    .photo-modal__close {
        right: 2px;
        top: 2px;
        width: 34px;
        height: 34px;
        position: absolute;
        z-index: 12;
        color: #A7A7A7;
    }

    .photo-modal__close svg {
        width: 18px;
        height: 18px;
    }
}

.photo-modal__hero {
    position: relative;
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: stretch;
    border-radius: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .photo-modal__hero {
        border-radius: 0;
        margin: 118px auto 14px;
        min-height: 0;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        max-width: 342px;
    }
}

.photo-modal__main {
    flex: 1;
    min-width: 0;
    max-width: 1174px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .photo-modal__main {
        width: 100%;
        max-width: 342px;
        margin: 0 auto;
        max-height: 218px;
        height: 218px;
        aspect-ratio: auto;
    }
}

.photo-modal__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.photo-modal__nav {
    position: absolute;
    z-index: 10;
    flex-shrink: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #00852F;
    outline: none;
}

@media (max-width: 991.98px) {
    .photo-modal__nav {
        display: none;
    }
}

.photo-modal__nav.photo-modal__nav--prev {
    left: 45px;
    right: unset;
}

.photo-modal__nav svg {
    width: 20px;
    height: 20px;
}

.photo-modal__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 72px 32px 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, transparent 100%);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.photo-modal__main:hover .photo-modal__caption {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width: 991.98px) {
    .photo-modal__caption {
        max-width: 342px;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.photo-modal__caption-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
}

@media (max-width: 991.98px) {
    .photo-modal__caption-title {
        font-size: 17px;
        line-height: 1.24;
        text-align: center;
        margin-bottom: 12px;
        width: 100%;
    }
}

.photo-modal__caption-desc {
    max-width: 886px;
    width: 100%;
    margin: 8px auto 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 991.98px) {
    .photo-modal__caption-desc {
        font-size: 16px;
        line-height: 1.48;
        text-align: center;
        max-width: 96%;
    }
}

.photo-modal__caption-desc:empty {
    display: none;
}

.photo-modal__thumbs-outer {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1235px;
    width: 100%;
    margin: 0 auto;
    flex-shrink: 0;
    padding-bottom: 8px;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .photo-modal__thumbs-outer {
        gap: 6px;
        margin-top: auto;
        max-width: 342px;
        padding: 0;
    }
}

.photo-modal__thumb-arrow {
    flex-shrink: 0;
    width: 20px;
    height: 90px;
    border: none;
    background: none;
    color: #00852F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    padding: 0;
    outline: none;
}

.photo-modal__thumb-arrow:hover {
    color: #000000;
}

.photo-modal__thumb-arrow:disabled {
    opacity: 0.25;
    cursor: default;
}

@media (max-width: 991.98px) {
    .photo-modal__thumb-arrow {
        display: none;
    }
}

.photo-modal__thumbs-track {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.photo-modal__thumb {
    width: 100%;
    aspect-ratio: 132/90;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: opacity 0.2s, border-color 0.2s;
    padding: 0;
    background: none;
}

.photo-modal__thumb--active {
    opacity: 1;
}

.photo-modal__thumb:hover:not(.photo-modal__thumb--active) {
    opacity: 0.8;
}

.photo-modal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.photo-modal__thumb-arrow.swiper-button-disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

/* Mobile only: C500 modal layout close to design */
@media (max-width: 991.98px) {
    [data-js="photo-modal"].photo-modal {
        align-items: flex-start;
        padding: 10px 16px;
    }

    [data-js="photo-modal"] .photo-modal__panel {
        width: min(390px, 100%);
        height: calc(100vh - 20px);
        max-height: none;
        padding: 18px 14px 14px;
        border-radius: 0;
        overflow: hidden;
        align-items: center;
    }

    [data-js="photo-modal"] .photo-modal__hero {
        width: 100%;
        max-width: 342px;
        margin: 118px auto 14px;
        justify-content: center;
        align-items: center;
        flex: none;
    }

    [data-js="photo-modal"] .photo-modal__main {
        width: 100%;
        max-width: 342px;
        height: 218px;
        max-height: 218px;
        margin: 0 auto;
        flex: none;
        background: #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    [data-js="photo-modal"] .photo-modal__img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
    }

    [data-js="photo-modal"] .photo-modal__caption {
        width: 100%;
        max-width: 342px;
        margin: 0 auto;
        padding: 0 0 10px;
        text-align: left;
        display: block;
    }

    [data-js="photo-modal"] .photo-modal__caption-title {
        width: 100%;
        margin-bottom: 12px;
        text-align: left;
        font-size: 17px;
        line-height: 1.35;
        font-weight: 700;
    }

    [data-js="photo-modal"] .photo-modal__caption-desc {
        max-width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
    }

    [data-js="photo-modal"] .photo-modal__thumbs-outer {
        width: 100%;
        max-width: 342px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        gap: 6px;
        padding: 0;
    }

    [data-js="photo-modal"] .photo-modal__thumb {
        aspect-ratio: 74/48;
        border-radius: 7px;
        opacity: 0.35;
    }

    [data-js="photo-modal"] .photo-modal__thumb--active {
        opacity: 1;
    }

    [data-js="photo-modal"] .photo-modal__thumb-arrow,
    [data-js="photo-modal"] .photo-modal__nav {
        display: none;
    }
}

.video-c500 {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .video-c500 {
        padding: 32px 0;
    }
}

.video-c500 .page__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .video-c500 .page__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.video-c500 .grid__photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 991.98px) {
    .video-c500 .grid__photos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .video-c500 .grid__photos {
        grid-template-columns: repeat(1, 1fr);
    }
}

.video-c500 .grid__photo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .video-c500 .grid__photo {
        gap: 8px;
    }
}

.video-c500 .grid__photo-img {
    position: relative;
    height: 189px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.video-c500 .grid__photo-img:hover img {
    transform: scale(1.05);
}

.video-c500 .grid__photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.video-c500 .grid__photo-img .badge__elm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 9px;
    bottom: 9px;
    z-index: 1;
}

.video-c500 .grid__photo-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8E8E8E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 767.98px) {
    .video-c500 .grid__photo-date {
        font-size: 12px;
    }

    .video-c500 .grid__photo-date svg {
        width: 16px;
        height: 16px;
    }
}

.video-c500 .grid__photo-title {
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    height: 4.2em;
    display: block;
    align-self: stretch;
}

@media (max-width: 767.98px) {
    .video-c500 .grid__photo-title {
        font-size: 14px;
    }
}

.video-c500 .grid__photo {
    cursor: pointer;
}

.video-c500 .grid__btn {
    text-align: center;
    margin-top: 40px;
}

.video-c500 .grid__btn-btn {
    padding: 12px 24px;
    color: #4A7C59;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-radius: 999px;
    border: 1px solid #4A7C59;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-c500 .grid__btn-btn:hover {
    color: #fff;
    background: #4A7C59;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 991.98px) {
    .video-modal {
        padding: 0 16px;
        align-items: center;
    }
}

.video-modal--open {
    opacity: 1;
    visibility: visible;
}

.video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
}

.video-modal__close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

@media (max-width: 991.98px) {
    .video-modal__close {
        top: 12px;
        right: 12px;
    }

    .video-modal__close svg {
        width: 32px;
        height: 32px;
    }
}

.video-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1252px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 991.98px) {
    .video-modal__panel {
        gap: 16px;
    }
}

.video-modal__video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}

@media (max-width: 991.98px) {
    .video-modal__video-wrap {
        border-radius: 12px;
    }
}

.video-modal__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-modal__caption {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.video-modal__caption:empty {
    display: none;
}

@media (max-width: 991.98px) {
    .video-modal__caption {
        font-size: 14px;
    }
}

.tt-c500 {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .tt-c500 {
        padding: 32px 0;
    }
}

.tt-c500 .page__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .tt-c500 .page__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.tt__list {
    display: flex;
    flex-direction: column;
}

.tt__list:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .tt__list:not(:last-child) {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

.tt__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid #DEDEDE;
}

.tt__item:first-child {
    padding-top: 0;
}

.tt__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .tt__item {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 0 0 16px 0;
        border-bottom: 1px solid #DEDEDE;
    }

    .tt__item:first-child {
        padding-top: 0;
    }

    .tt__item:not(:first-child) {
        padding-top: 16px;
    }

    .tt__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

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

    .tt__item-actions {
        flex-shrink: 0;
    }
}

.tt__item-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.tt__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tt__item-thumb img.is_playing {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.tt__item--playing .tt__item-thumb img.is_playing {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .tt__item-thumb {
        display: none;
    }
}

.tt__item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .tt__item-info {
        gap: 4px;
        width: 100%;
    }
}

.tt__item-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

@media (max-width: 767.98px) {
    .tt__item-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        white-space: normal;
        height: 2.8em;
        overflow: hidden;
        display: block;
    }
}

.tt__item-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .tt__item-date {
        font-size: 12px;
    }

    .tt__item-date svg {
        width: 16px;
        height: 16px;
    }
}

.tt__item-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tt__btn-play,
.tt__btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s;
}

.tt__btn-play:hover,
.tt__btn-download:hover {
    opacity: 0.7;
}

.tt__btn-play img,
.tt__btn-play svg,
.tt__btn-download img,
.tt__btn-download svg {
    display: block;
    width: 30px;
    height: 30px;
}

.tt__btn-play {
    position: relative;
}

.tt__btn-play .tt__btn-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease;
}

.tt__btn-play .tt__btn-play-icon img,
.tt__btn-play .tt__btn-play-icon svg {
    display: block;
    width: 30px;
    height: 30px;
}

.tt__btn-play .tt__btn-play-icon--default {
    opacity: 1;
}

.tt__btn-play .tt__btn-play-icon--playing {
    opacity: 0;
}

.tt__item--playing .tt__btn-play .tt__btn-play-icon--default {
    opacity: 0;
}

.tt__item--playing .tt__btn-play .tt__btn-play-icon--playing {
    opacity: 1;
}

.tt-player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    padding: 24px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

@media (max-width: 767.98px) {
    .tt-player {
        padding: 16px 0;
    }
}

.tt-player--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tt-player__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tt-player__left {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.tt-player__play-btn {
    flex-shrink: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #e2fae6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.tt-player__play-btn:hover {
    opacity: 0.8;
}

.tt-player__play-btn svg {
    display: block;
    width: 30px;
    height: 30px;
}

@media (max-width: 767.98px) {
    .tt-player__play-btn {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }

    .tt-player__play-btn svg {
        width: 22px;
        height: 22px;
    }
}

.tt-player__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .tt-player__info {
        gap: 8px;
    }
}

.tt-player__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

@media (max-width: 767.98px) {
    .tt-player__title {
        font-size: 13px;
    }
}

.tt-player__progress-row {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 895px;
}

.tt-player__progress-track {
    flex: 1;
    height: 6px;
    border-radius: 234px;
    background: rgba(245, 205, 111, 0.3);
    position: relative;
    cursor: pointer;
}

.tt-player__progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 234px;
    background: rgba(245, 205, 111, 0.7);
    width: 0%;
    pointer-events: none;
    transition: width 0.1s linear;
}

.tt-player__time {
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    white-space: nowrap;
    line-height: 1.4;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .tt-player__time {
        font-size: 12px;
    }
}

.tt-player__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767.98px) {
    .tt-player__actions {
        gap: 10px;
    }
}

.tt-player__mute, .tt-player__close {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.tt-player__mute:hover, .tt-player__close:hover {
    opacity: 0.7;
}

.tt-player__mute svg, .tt-player__close svg {
    display: block;
    width: 30px;
    height: 30px;
}

.tt-player__download {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.tt-player__download:hover {
    opacity: 0.7;
}

.tt-player__download svg {
    display: block;
    width: 30px;
    height: 30px;
}

.tcdts {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .tcdts {
        padding: 32px 0;
    }
}

.tcdts .page__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .tcdts .page__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.tcdts__wrapper {
    max-width: 852px;
    margin: 0 auto;
}

.tcdts__card {
    border: 1px solid #4A7C59;
    border-radius: 32px;
    padding: 12px;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .tcdts__card {
        border-radius: 20px;
        padding: 8px;
    }
}

.tcdts__inner {
    background: #F5F9F6;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767.98px) {
    .tcdts__inner {
        border-radius: 16px;
        padding: 24px 16px;
    }
}

.tcdts__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .tcdts__fields {
        margin-bottom: 24px;
    }
}

.tcdts__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.tcdts__row--full {
    grid-template-columns: 1fr;
}

@media (max-width: 767.98px) {
    .tcdts__row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.tcdts__captcha-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tcdts__captcha-wrap .tcdts__input {
    flex: 1;
    min-width: 0;
}

.htdxt__row{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tcdts__field {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.tcdts__label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-bottom: 6px;
}

@media (max-width: 767.98px) {
    .tcdts__label {
        font-size: 14px;
    }
}

.tcdts__input {
    height: 44px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    font-size: 16px;
    color: #000;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
}

.tcdts__input::placeholder {
    color: #AEAEAE;
}

.tcdts__input:focus {
    border-color: #4A7C59;
}

@media (max-width: 767.98px) {
    .tcdts__input {
        font-size: 14px;
    }
}

.tcdts__select-wrap {
    position: relative;
    width: 100%;
}

.tcdts__select-wrap select {
    appearance: none;
    -webkit-appearance: none;
}

.tcdts__select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcdts__select {
    height: 44px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 8px 40px 8px 16px;
    background: #fff;
    font-size: 14px;
    color: #000;
    width: 100%;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.tcdts__select:focus {
    border-color: #4A7C59;
}

@media (max-width: 767.98px) {
    .tcdts__select {
        font-size: 13px;
    }
}

.tcdts__captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 44px;
}

.tcdts__captcha-img {
    width: 100px;
    height: 44px;
    background: #DFEAE2;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tcdts__captcha-img img {
    max-width: 100%;
    display: block;
}

.tcdts__captcha-refresh {
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.tcdts__captcha-refresh:hover {
    opacity: 0.7;
}

.tcdts__captcha-refresh svg {
    display: block;
    width: 20px;
    height: 20px;
}

.tcdts__submit {
    background: #4A7C59;
    border: none;
    border-radius: 999px;
    width: 168px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcdts__submit:hover {
    opacity: 0.85;
}

@media (max-width: 767.98px) {
    .tcdts__actions {
        width: 100%;
    }
    .tcdts__submit {
        width: 100%;
        font-size: 14px;
        height: 44px;
    }
}

.tcdt__resolve {
    width: 100%;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    margin: 40px 0 16px 0;
}

@media (max-width: 991.98px) {
    .tcdt__resolve {
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .tcdt__resolve {
        margin-top: 24px;
    }
}

/* Header row: title + badge */
.tcdt__resolve-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.tcdt__resolve-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

@media (max-width: 991.98px) {
    .tcdt__resolve-title {
        font-size: 16px;
    }
}
.tcdt__resolve-badge {
  display: inline-block;
  background: #E6F4EC;
  color: #2E7D4F;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid #A8D8B9;
  white-space: nowrap;
}

/* Meta info row */
.tcdt__resolve-meta {
  display: flex;
  gap: 10px;
  padding: 16px 20px;
  background: #F7FAF8;
  border-radius: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .tcdt__resolve-meta {
    gap: 12px 24px;
    padding: 14px 16px;
  }
}
.tcdt__resolve-meta-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tcdt__resolve-meta-label {
  font-size: 12px;
  color: #6B7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.tcdt__resolve-meta-value {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/* Scores table */
.tcdt__resolve-scores {
  overflow-x: auto;
}
.scores__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .scores__table {
    font-size: 14px;
  }
}
.scores__table thead tr {
  background: #4A7C59;
}
.scores__table thead th {
  color: #fff;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
}
.scores__table .scores__th-stt,
.scores__table .scores__th-diem {
  text-align: center;
  width: 64px;
}
.scores__table tbody tr {
  border-bottom: 1px solid #EEF1F3;
  transition: background .12s;
}
.scores__table tbody tr:last-child {
  border-bottom: none;
}
.scores__table tbody tr:nth-child(even) {
  background: #F7FAF8;
}
.scores__table tbody tr:hover {
  background: #EBF4EF;
}
.scores__table tbody td {
  padding: 11px 16px;
  color: #1A1A1A;
}
.scores__table .scores__stt {
  text-align: center;
  color: #6B7280;
  font-size: 13px;
}
.scores__val {
  font-weight: 600;
  color: #2E7D4F;
  display: block;
  text-align: center;
}
.scores__table tfoot .scores__total-row {
  background: #E6F4EC;
  border-top: 2px solid #A8D8B9;
}
.scores__table tfoot td {
  padding: 13px 16px;
  font-weight: 700;
  color: #1A4731;
}
.scores__val--total {
  font-size: 18px;
  color: #1A4731;
}
@media (max-width: 767.98px) {
  .scores__val--total {
    font-size: 16px;
  }
}

.form__note {
  font-style: italic;
  text-align: left;
  width: 100%;
}
@media (max-width: 767.98px) {
  .form__note {
    font-size: 14px;
  }
}
.form__note span {
  font-weight: 600;
}

.tcdts__note {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .tcdts__note {
    font-size: 14px;
    padding: 0 20px;
  }
}

.tcdts__note-phone {
  color: #B10E2A;
  font-weight: 600;
  text-decoration: none;
}
.tcdts__note-phone:hover {
  text-decoration: underline;
}

.htdxt {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .htdxt {
    padding: 32px 0;
  }
}
.htdxt .page__title {
  color: #B10E2A;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .htdxt .page__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.htdxt__wrapper {
  max-width: 852px;
  margin: 0 auto;
}

.htdxt__card {
  border: 1px solid #4A7C59;
  border-radius: 32px;
  padding: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .htdxt__card {
    padding: 0;
    border: none;
  }
}

.htdxt__inner {
  background: #F5F9F6;
  border-radius: 24px;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .htdxt__inner {
    border-radius: 24px;
    padding: 16px;
  }
}

.htdxt__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .htdxt__field {
    gap: 6px;
  }
}

.htdxt__label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .htdxt__label {
    font-size: 14px;
  }
}

.htdxt__select-wrap {
  position: relative;
  width: 100%;
}
.htdxt__select-wrap select {
  appearance: none;
  -webkit-appearance: none;
}

.htdxt__select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.htdxt__select {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 8px 40px 8px 16px;
  background: #fff;
  font-size: 16px;
  color: #000000;
  width: 100%;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.htdxt__select:focus {
  border-color: #4A7C59;
}
.htdxt__select option[value=""][disabled] {
  color: #AEAEAE;
}
@media (max-width: 767.98px) {
  .htdxt__select {
    height: 40px;
    font-size: 14px;
  }
}

.htdxt__note {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .htdxt__note {
    font-size: 14px;
  }
}

.htdxt__note-phone {
  color: rgba(177, 14, 42, 0.7);
  text-decoration: none;
}
.htdxt__note-phone:hover {
  text-decoration: underline;
}

.htdxt__inner--form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .htdxt__inner--form, .htdxt__row {
    gap: 24px;
  }
}

.htdxt__score-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.htdxt__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .htdxt__subtitle {
    font-size: 14px;
  }
}

.htdxt__score-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.htdxt__score-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
}
@media (max-width: 767.98px) {
  .htdxt__score-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: unset;
  }
}

.htdxt__score-label {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}
.htdxt__score-label em {
  display: block;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .htdxt__score-label {
    font-size: 14px;
    width: 100%;
  }
  .htdxt__score-label em {
    font-size: 13px;
  }
}

.htdxt__score-input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 356px;
  height: 44px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 8px 16px;
  transition: border-color 0.2s;
}
.htdxt__score-input-wrap:focus-within {
  border-color: #4A7C59;
}
@media (max-width: 767.98px) {
  .htdxt__score-input-wrap {
    width: 100%;
    height: 40px;
  }
}

.htdxt__score-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}
.htdxt__score-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.htdxt__score-input::-webkit-inner-spin-button, .htdxt__score-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
@media (max-width: 767.98px) {
  .htdxt__score-input {
    font-size: 14px;
  }
}

.htdxt__score-input-col { display: flex; flex-direction: column; }
.htdxt__score-error { display: none; font-size: 13px; color: #DC2626; margin-top: 4px; }
.htdxt__score-error:not(:empty) { display: block; }
.htdxt__score-input-wrap:has(.htdxt__score-input--error) { border-color: #DC2626; }
.htdxt__required { color: #DC2626; }

.htdxt__score-divider {
  display: block;
  width: 1px;
  height: 16px;
  background: #DEDEDE;
  flex-shrink: 0;
}

.htdxt__score-suffix {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .htdxt__score-suffix {
    font-size: 14px;
  }
}

.htdxt__result {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .htdxt__result {
    padding: 16px;
  }
}

.htdxt__result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.htdxt__result-label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .htdxt__result-label {
    font-size: 14px;
  }
}

.htdxt__result-score {
  font-size: 20px;
  font-weight: 700;
  color: #B10E2A;
  line-height: 1.3;
  white-space: nowrap;
}
.htdxt__calc-btn {
  align-self: center;
  width: 168px;
  height: 46px;
  background: #4A7C59;
  border: none;
  border-radius: 124px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.htdxt__calc-btn:hover {
  opacity: 0.85;
}
@media (max-width: 767.98px) {
  .htdxt__calc-btn {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }
}

.lh {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .lh {
        padding: 32px 0;
    }
}

.lh__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .lh__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.lh__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .lh__info {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .lh__info {
        flex-direction: column;
    }
}

.lh__info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    min-width: 0;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .lh__info-item {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {
    .lh__info-item {
        flex: unset;
        width: 100%;
        gap: 12px;
        justify-content: flex-start;
    }
}

.lh__info-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4A7C59;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lh__info-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
}

.lh__info-label {
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .lh__info-label {
        font-size: 14px;
    }
}

.lh__info-value {
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    line-height: 1.4;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .lh__info-value {
        font-size: 14px;
    }
}

.lh__divider {
    height: 1px;
    background: #DEDEDE;
    margin: 60px 0;
}

@media (max-width: 767.98px) {
    .lh__divider {
        margin: 32px 0;
    }
}

.lh__body {
    display: flex;
    align-items: start;
    gap: 40px;
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .lh__body {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }
}

@media (max-width: 767.98px) {
    .lh__body {
        gap: 24px;
        margin-bottom: 32px;
    }
}

.lh__form-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .lh__form-col {
        gap: 16px;
    }
}

.lh__form-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 130%;
    height: 26px;
}

@media (max-width: 767.98px) {
    .lh__form-title {
        font-size: 16px;
    }
}

.lh__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .lh__form {
        gap: 24px;
    }
}

.lh__form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 767.98px) {
    .lh__form-fields {
        gap: 12px;
    }
}

.lh__form-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lh__form-group--full {
    width: 100%;
}

.lh__form-row {
    display: flex;
    gap: 20px;
}

.lh__form-row .lh__form-group {
    flex: 1;
}

@media (max-width: 767.98px) {
    .lh__form-row {
        flex-direction: column;
        gap: 16px;
    }
}

.lh_label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 6px;
}

@media (max-width: 767.98px) {
    .lh_label {
        font-size: 14px;
    }
}

.lh__input {
    height: 44px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 0 16px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
}

.lh__input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.lh__input:focus {
    border-color: #4A7C59;
}

@media (max-width: 767.98px) {
    .lh__input {
        height: 40px;
        font-size: 14px;
    }
}

.lh__textarea {
    height: 91px;
    padding: 12px 16px;
    resize: none;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
}

.lh__submit-btn {
    align-self: flex-start;
    width: 168px;
    height: 46px;
    background: #4A7C59;
    border: none;
    border-radius: 124px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lh__submit-btn:hover {
    opacity: 0.85;
}

@media (max-width: 767.98px) {
    .lh__submit-btn {
        width: 100%;
        height: 44px;
        font-size: 14px;
    }
}

.lh__image-col {
    flex: 1;
    min-width: 0;
    height: 433px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .lh__image-col {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .lh__image-col {
        height: auto;
    }
}

.lh__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lh__map {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.lh__map iframe {
    border-radius: 24px;
}

.faq {
    padding: 40px 0 120px 0;
}

@media (max-width: 767.98px) {
    .faq {
        padding: 32px 0;
    }
}

.faq .page__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .faq .page__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.faq__wrapper {
    max-width: 827px;
    margin: 0 auto;
}

.faq__list {
    display: flex;
    flex-direction: column;
}

.faq__item:first-child .faq__header {
    padding-top: 0;
}

.faq__item:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
}

.faq__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

@media (max-width: 767.98px) {
    .faq__header {
        padding: 16px 0;
    }
}

.faq__question {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
}

@media (max-width: 767.98px) {
    .faq__question {
        font-size: 14px;
    }
}

.faq__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .faq__icon {
        width: 20px;
        height: 20px;
    }

    .faq__icon svg {
        width: 20px;
        height: 20px;
    }
}

.faq__icon-minus {
    display: none;
}

.faq__icon-plus {
    display: flex;
}

.faq__item--open .faq__icon-minus {
    display: flex;
}

.faq__item--open .faq__icon-plus {
    display: none;
}

.faq__answer {
    display: none;
    padding-bottom: 20px;
}

.faq__answer p {
    color: #151515;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.faq__item--open .faq__answer {
    display: block;
    color: #151515;
}

@media (max-width: 767.98px) {
    .faq__answer {
        padding-bottom: 16px;
    }

    .faq__answer p {
        font-size: 14px;
    }
}

.sm {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .sm {
        padding: 32px 0;
    }
}

.sm .page__title {
    color: #B10E2A;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .sm .page__title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.sm__content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .sm__content {
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width: 767.98px) {
    .sm__content {
        gap: 24px;
    }
}

.sm__image-col {
    position: relative;
    width: 510px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .sm__image-col {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .sm__image-col {
        display: none;
    }
}

.sm__image-col .circle {
    position: absolute;
    width: 328px;
    height: 328px;
    background: url("img/circle-sitemap.png") no-repeat;
    background-size: cover;
    z-index: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sm__image {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sm__list-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sm__section[hidden] {
    display: none;
}

.sm__section {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.sm__section:first-child {
    padding-top: 0;
}

.sm__section:last-of-type {
    border-bottom: none;
}

.sm__section-title {
    font-size: 18px;
    font-weight: 600;
    color: #B10E2A;
    line-height: 1.4;
    text-decoration: none;
    display: block;
}

.sm__section-title:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .sm__section-title {
        font-size: 16px;
    }
}

.sm__item {
    display: block;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    line-height: 1.4;
    text-decoration: none;
}

.sm__item:hover {
    color: #B10E2A;
}

@media (max-width: 767.98px) {
    .sm__item {
        font-size: 14px;
        padding-left: 24px;
    }
}

.sm__more {
    display: block;
    padding-top: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #B10E2A;
    line-height: 1.4;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 0;
    text-align: left;
}

.sm__more:hover {
    text-decoration: underline;
}

.sm__more[data-expanded=true] {
    display: none;
}

.tnb-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 404px;
    height: 44px;
    margin: 0 auto;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .tnb-pagination {
        width: 100%;
    }
}

.tnb-pagination__btn {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    line-height: 1;
}

.tnb-pagination__btn:hover {
    border-color: #00852F;
    color: #00852F;
}

.tnb-pagination__btn.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.tnb-pagination__btn--active {
    background: #00852F;
    border-color: #00852F;
    color: #fff;
}
.tnb-pagination__btn--active:hover {
    background: #00852F;
    border-color: #00852F;
    color: #fff;
}

.tnb-pagination__btn--arrow {
    font-size: 20px;
    font-weight: 400;
    border-color: #ccc;
    color: #555;
}

.tnb-pagination__dots {
    font-size: 14px;
    color: #888;
    display: flex;
    align-items: center;
    padding: 0 2px;
}

@keyframes sidebarAiLogoZoom {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.sidebar {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 999;
}

.sidebar__ai {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 50px;
}

.sidebar__ai:hover .sidebar__ai-logo {
    animation-play-state: paused;
    transform: scale(1.2);
}

.sidebar__ai:hover .sidebar__ai-bg {
    transform: none;
}

.sidebar__ai-logo {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007C2C;
    border-radius: 50%;
    transform-origin: center center;
    animation: sidebarAiLogoZoom 1.5s ease-in-out infinite;
    transition: transform 0.2s ease;
}

.sidebar__ai-bg {
    width: 60.97px;
    height: 60.97px;
    object-fit: contain;
    display: block;
    border-radius: 50%;
}

.sidebar__ai-mascot {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 71px;
    height: 70px;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.sidebar__ai-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease;
}

.sidebar__ai-label--light {
    color: #00852F;
}

.sidebar__ai-label--dark {
    color: #fff;
}

.sidebar__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.sidebar__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    text-decoration: none;
}

.sidebar__btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sidebar__btn:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
    .sidebar__ai-mascot {
        width: 60px;
        height: 59px;
    }
}

@media (max-width: 767.98px) {
    .sidebar {
        right: 12px;
        bottom: 12px;
        gap: 12px;
    }

    .sidebar__ai {
        margin-bottom: 30px;
    }

    .sidebar__ai-mascot {
        width: 50px;
        height: 49px;
    }

    .sidebar__btn {
        width: 42px;
        height: 42px;
    }

    .sidebar__btn img {
        width: 16px;
        height: 16px;
    }
}


.post.post--single .post__content table {
    background-color: transparent;
    border: 1px solid #000;
    border-collapse: collapse;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}

.post.post--single .post__content table td {
    border: 1px solid #000;
}

@media (max-width: 575.98px) {
    .sidebar__ai-mascot {
        width: 42px;
        height: 41px;
    }
}

.detail-news .wrap__content {
  display: flex;
  gap: 54px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .detail-news .wrap__content {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .detail-news .wrap__content {
    flex-direction: column;
    gap: 40px;
  }
}
.detail-news .inner__content {
  flex: 1;
}
.detail-news .block__new {
  width: 100%;
}
@media (min-width: 991.98px) {
  .detail-news .block__new {
    width: 305px;
  }
}
.detail-news .post__date {
  color: #8E8E8E;
  font-size: 14px;
}
.detail-news .post__date svg {
  transform: translateY(-3px);
}
.detail-news .inner__content .post__name {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: #B10E2A;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .detail-news .inner__content .post__name {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.detail-news .inner__content .post__content .ck-content,
.detail-news .inner__content .post__content .ck-content * {
  background: transparent;
}
.detail-news .inner__content .post__content .ck-content p {
  background: transparent !important;
}
.detail-news .inner__content .post__content figure {
  display: block;
}

.detail-news .inner__content .post__content-short {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .detail-news .inner__content .post__content-short {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.detail-news .inner__content .post__content .sub-text {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
:where(.detail-news .inner__content .post__content) p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: 16px;
}
:where(.detail-news .inner__content .post__content) p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  :where(.detail-news .inner__content .post__content) p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.detail-news .inner__content .post__content img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.detail-news .inner__content .post__tags {
  display: flex;
  gap: 24px;
  align-items: baseline;
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 991.98px) {
  .detail-news .inner__content .post__tags {
    padding: 24px 0;
    margin-top: 24px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 767.98px) {
  .detail-news .inner__content .post__tags {
    align-items: stretch;
    gap: 12px;
  }
}
.detail-news .inner__content .post__tags-label {
  font-size: 16px;
  line-height: 1.4;
}
.detail-news .inner__content .post__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .detail-news .inner__content .post__tags-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }
  .detail-news .inner__content .post__tags-list::-webkit-scrollbar {
    height: 4px;
  }
  .detail-news .inner__content .post__tags-list::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 4px;
  }
}
.detail-news .inner__content .post__tags-list .tag-item {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #00852F;
  background: rgba(0, 133, 47, 0.1019607843);
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .detail-news .inner__content .post__tags-list .tag-item {
    flex-shrink: 0;
  }
}
.detail-news .inner__content .post__tags-list .tag-item:hover {
  background: #00852F;
  color: #fff;
}
.detail-news .block__new-title {
  color: #B10E2A;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .detail-news .block__new-title {
    font-size: 20px;
  }
}
.detail-news .block__new .list__post-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.detail-news .block__new .list__post-item:not(:last-child) {
  background-image: linear-gradient(to right, #e5e5e5 50%, transparent 0);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  transition: color 0.2s;
}
.detail-news .block__new .list__post-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
.detail-news .block__new .list__post-item a:hover {
  color: #00852F;
}
/* Nghe đọc bài — thanh audio pill */
.detail-news .post__audio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8.95px 20px;
  border-radius: 16px;
  background: #fff9ed;
  max-width: 100%;
  margin: 32px 0;
}
@media (max-width: 991.98px) {
  .detail-news .post__audio {
    margin: 12px 0;
    padding: 9px 16px;
  }
}
.detail-news .post__audio__play {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #00852F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s, transform 0.15s;
}
.detail-news .post__audio__play:hover {
  opacity: 0.92;
}
.detail-news .post__audio__play:active {
  transform: scale(0.96);
}
.detail-news .post__audio__play .post__audio__icon--pause {
  display: none;
}
.detail-news .post__audio__play.is-playing .post__audio__icon--play {
  display: none;
}
.detail-news .post__audio__play.is-playing .post__audio__icon--pause {
  display: block;
}
.detail-news .post__audio__label {
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #151515;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .detail-news .post__audio__label {
    display: none;
  }
}
.detail-news .post__audio__progress {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.detail-news .post__audio__track {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: #F5CD6F;
  position: relative;
  overflow: hidden;
}
.detail-news .post__audio__track-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: 2px;
  background: #00852F;
  pointer-events: none;
}
.detail-news .post__audio__range {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.detail-news .post__audio__time {
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #151515;
  font-variant-numeric: tabular-nums;
  min-width: 44px;
  text-align: right;
}
.detail-news .post__audio__sep {
  flex-shrink: 0;
  width: 1px;
  height: 25px;
  background: #FFEEC9;
  align-self: center;
}
@media (max-width: 1199.98px) {
  .detail-news .post__audio__sep {
    display: none;
  }
}
.detail-news .post__audio__voice {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .detail-news .post__audio__voice {
    justify-content: space-between;
    width: 100%;
  }
}
.detail-news .post__audio__voice-label {
  font-size: 16px;
  color: #151515;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .detail-news .post__audio__voice-label {
    font-size: 14px;
  }
}
.detail-news .post__audio__select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.detail-news .post__audio__select {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 4px 22px 4px 0;
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  outline: none;
  max-width: 160px;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .detail-news .post__audio__select {
    font-size: 14px;
  }
}
.detail-news .post__audio__chevron {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #151515;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.detail-news .post__audio__media {
  display: none;
}

p:empty,
p:-moz-only-whitespace {
  display: none;
}

/* Audio pagination */
.tt__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.tt__page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background: #fff;
  color: #374151;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.tt__page-btn:hover:not(:disabled) {
  border-color: #00852F;
  color: #00852F;
}
.tt__page-btn--active {
  background: #00852F !important;
  border-color: #00852F !important;
  color: #fff !important;
}
.tt__page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tt__item--hidden { display: none !important; }
.tt__item:has(+ .tt__item--hidden) { border-bottom: none; padding-bottom: 0; }
.tt__item.is-last-visible { border-bottom: none; padding-bottom: 0; }
/* Always show play icon, hide playing overlay on button only */
.tt__item--playing .tt__btn-play .tt__btn-play-icon--default { opacity: 1 !important; }
.tt__item--playing .tt__btn-play .tt__btn-play-icon--playing { opacity: 0 !important; }
.category-adv-search__btn {
    margin-left: 50px;
}

/* Tra cứu điểm thi */
.tcdts__required { color: #B10E2A; }
.tcdts__actions { display: flex; align-items: center; gap: 12px; }
.tcdts__spinner { color: #4A7C59; display: flex; align-items: center; }
.tcdts__spin { animation: tcdts-spin .8s linear infinite; }
@keyframes tcdts-spin { to { transform: rotate(360deg); } }
.tcdts__alert { padding: 14px 18px; border-radius: 10px; font-size: 15px; margin-top: 20px; }
.tcdts__alert--error { background: #FEF2F2; border: 1px solid #FECACA; color: #991B1B; }
.tcdts__field-error { display: none; font-size: 13px; color: #DC2626; margin-top: 4px; }
.tcdts__field-error:not(:empty) { display: block; }
.tcdts__input--error, .tcdts__select--error { border-color: #DC2626 !important; }

/* Exam nav dropdown in header */
.exam-nav {
  position: relative;
  display: inline-block;
}
.exam-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
}
.exam-nav__trigger svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.exam-nav__trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.exam-nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 999;
}
.exam-nav__dropdown.is-open {
  display: block;
}
.exam-nav__dropdown li {
  margin: 0;
}
.exam-nav__dropdown a {
    display: block !important;
    padding: 10px 16px;
    font-size: 14px !important;
    color: #1a1a1a;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s, color 0.15s !important;
    border-right: none !important;
}
.exam-nav__dropdown a:hover {
  background: #f3f4f6;
  color: #00852F;
}


/* Hide empty paragraphs generated by CKEditor around images */
.post__content p:empty {
    display: none;
    margin: 0;
}

/* ── CKEditor content: restore elements stripped by global reset ─────────── */
.ck-content ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.ck-content ol {
    list-style: decimal;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.ck-content ul ul,
.ck-content ol ul {
    list-style: circle;
}
.ck-content ul ul ul,
.ck-content ol ul ul {
    list-style: square;
}
.ck-content ul ul,
.ck-content ol ol,
.ck-content ul ol,
.ck-content ol ul {
    margin-bottom: 0;
}
.ck-content li {
    margin-bottom: 4px;
}
.ck-content a {
    color: #00852f;
    text-decoration: underline;
}
.ck-content a:hover {
    text-decoration: none;
}
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.ck-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    margin-left: 0;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
}
.ck-content pre {
    white-space: pre-wrap;
    background: #f5f5f5;
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
}
.ck-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}
.ck-content table td,
.ck-content table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.ck-content table th {
    background: #f5f5f5;
    font-weight: 600;
}
