/* Layout 2026: Header */
.ot26-header {
    background: #ffffff;
}
.ot26-header .Navigation.fixed {
    z-index: 9999;
}
.ot26-header .ot26-header__ministry {
    height: 53px;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #12387a;
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0;
}

.ot26-header .ot26-header__nav {
    width: 100%;
    height: 68px;
    min-height: 68px;
    padding: 0;
    background: #ffffff;
}

.ot26-header .ot26-header__nav-inner {
    max-width: 1920px;
    margin: 0 auto;
}

.ot26-header .ot26-header__nav-inner {
    width: 100%;
    padding: 0 40px;
    display: grid !important;
    grid-template-columns:
        150px minmax(360px, 720px) minmax(430px, 1fr)
        220px;
    align-items: center;
    gap: 36px;
    background: #ffffff;
}

.ot26-header .ot26-header__nav-inner ul.list-item-group {
    gap: 30px;
}

.ot26-header .ot26-header__logo {
    display: inline-flex;
    align-items: center;
    width: 132px;
}

.ot26-header .ot26-header__logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ot26-header .ot26-header__search {
    width: 100%;
    max-width: 720px;
    height: 50px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    border-radius: 32px;
    background: #eee9f4;
    margin-bottom: 0;
}

.ot26-header .ot26-header__search button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #3d3d4f;
    font-size: 18px;
    cursor: pointer;
}

.ot26-header .ot26-header__search input {
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #34384b;
    font-size: 15px;
}

.ot26-header .ot26-header__search input::placeholder {
    color: #707084;
}

.ot26-header .ot26-header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.ot26-header .ot26-header__menu .list-item {
    position: relative;
}

.ot26-header .ot26-header__nav .ot26-header__menu.list-item-group.horizon {
    flex: 0 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 32px;
    margin: 0;
    margin-right: 0;
}

.ot26-header
    .ot26-header__nav
    .ot26-header__menu.list-item-group.horizon
    .list-item {
    margin-left: 0;
}

.ot26-header .ot26-header__menu a {
    color: #151827;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.ot26-header
    .ot26-header__nav
    .ot26-header__menu.list-item-group.horizon
    > .list-item
    > .list-item-link {
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    color: #151827;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    gap: 4px;
}

.ot26-header .ot26-header__actions {
    display: flex;
    gap: 12px;
}

.ot26-header .ot26-header__actions-item {
    height: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 15px;
}

.ot26-header .ot26-header__actions-item--login {
    border: 1px solid #636466;
    background-color: #ffffff;
    color: #707173;
}

.ot26-header .ot26-header__actions-item--login a {
    color: #707173;
}

.ot26-header .ot26-header__actions-item--register {
    border: 1px solid transparent;
    background-color: #0270d9;
    color: #fff;
}

.ot26-header .ot26-header__actions-item--register a {
    color: #fff;
}

.ot26-header .ot26-header__menu a:hover,
.ot26-header .ot26-header__menu a.active {
    color: #0b55c8;
}

.ot26-header
    .ot26-header__nav
    .ot26-header__menu.list-item-group.horizon
    > .list-item
    > .list-item-link.active {
    color: #151827;
}

.ot26-header
    .ot26-header__nav
    .ot26-header__menu.list-item-group.horizon
    > .list-item
    > .list-item-link:hover {
    color: #0b55c8;
}

/* Layout 2026: Header dropdown menu behavior matches the shared layout structure */
.ot26-header .ot26-header__menu .has-dropdown-list {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    z-index: 20;
    display: none;
    min-width: 230px;
    max-height: 70vh;
    margin: 0;
    padding: 10px 0;
    overflow-y: auto;
    border: 1px solid #e4e8f1;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 35, 79, 0.14);
    list-style: none;
}

/* Keep nested local menus visible outside the first-level dropdown. */
.ot26-header .ot26-header__menu > .list-item > .has-dropdown-list {
    max-height: none;
    overflow: visible;
}

.ot26-header .ot26-header__menu .has-dropdown-list::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 18px;
}

.ot26-header .ot26-header__menu .has-dropdown:hover > .has-dropdown-list,
.ot26-header .ot26-header__menu .has-dropdown-list.show {
    display: block;
}

.ot26-header .ot26-header__menu .has-dropdown-list .list-item {
    width: 100%;
}

.ot26-header .ot26-header__menu .has-dropdown-list .list-item-link {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 16px;
    color: #243149;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.ot26-header .ot26-header__menu .has-dropdown-list .list-item-link:hover,
.ot26-header .ot26-header__menu .has-dropdown-list .list-item-link.active {
    background: #eef5ff;
    color: #0b55c8;
}

.ot26-header .ot26-header__menu .has-dropdown-list .has-dropdown-list {
    top: -10px;
    left: calc(100% + 6px);
}

/* Match the production dropdown geometry without hardcoding CMS menu items. */
@media (min-width: 992px) {
    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        .list-item
        .has-dropdown-list {
        top: 100%;
        width: 180px;
        min-width: 180px;
        max-width: 180px;
        white-space: normal;
        overflow-wrap: anywhere;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        > .list-item
        > .has-dropdown-list {
        left: 0;
    }

    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        .list-item
        .has-dropdown-list
        .list-item {
        margin: 0;
        padding: 10px;
    }

    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        .list-item
        .has-dropdown-list
        .list-item
        .list-item-link {
        min-height: 0;
        display: block;
        padding: 0;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        .list-item
        .has-dropdown-list
        .list-item
        .list-item-link:hover,
    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        .list-item
        .has-dropdown-list
        .list-item
        .list-item-link.active {
        background: transparent;
        color: #284d9c;
    }

    .ot26-header
        .ot26-header__nav
        .ot26-header__menu.list-item-group.horizon
        > .list-item
        > .has-dropdown-list
        .has-dropdown-list {
        top: 0;
        left: calc(100% + 1px);
        max-height: 70vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.ot26-header .ot26-header__account {
    width: 188px;
    min-width: 188px;
    display: grid !important;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 8px;
    position: relative;
    color: #222638;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

.ot26-header .ot26-header__account:hover {
    color: #0b55c8;
    text-decoration: none;
}

.ot26-header .ot26-header__account-icon {
    width: 34px;
    height: 34px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7ca5ff;
    border-radius: 50%;
    color: #155cd7;
    background: #ffffff;
}

.ot26-header .ot26-header__account-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ot26-header .ot26-header__account-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.ot26-header .ot26-header__account-text span,
.ot26-header .ot26-header__account-text strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.25;
}

.ot26-header .ot26-header__account-text strong {
    color: #1c2334;
    font-weight: 700;
}

.ot26-header .ot26-header__mobile-toggle {
    display: none;
    justify-self: end;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.ot26-header .ot26-header__mobile-toggle-frame {
    position: relative;
    width: 42px;
    height: 42px;
}

.ot26-header .ot26-header__mobile-toggle .button-bars-icon,
.ot26-header .ot26-header__mobile-toggle .icon_linear_infinite {
    position: absolute;
    inset: 0;
}

.ot26-header .ot26-header__mobile-toggle .button-bars-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ot26-header .ot26-header__mobile-toggle .icon-container {
    width: 42px;
    height: 42px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.ot26-header .ot26-header__mobile-toggle.button-bars.active .icon-container {
    border: 1px solid #003399;
    border-radius: 50%;
}

.ot26-header .ot26-header__mobile-toggle .icon_linear_infinite {
    width: 42px;
    height: 42px;
    display: flex;
}

.ot26-header
    .ot26-header__mobile-toggle.button-bars.active
    .icon_linear_infinite {
    display: none;
}

.ot26-header .ot26-header__mobile-toggle .icon-bars {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.ot26-header .ot26-header__mobile-toggle .bar {
    height: 5px;
    border-radius: 5px;
    background-color: #003399;
    transition: all 0.3s ease;
}

.ot26-header .ot26-header__mobile-toggle .bar.large {
    width: 100%;
}

.ot26-header .ot26-header__mobile-toggle .bar.medium {
    width: 75%;
}

.ot26-header .ot26-header__mobile-toggle .bar.small {
    width: 50%;
    background-color: rgba(0, 51, 153, 0.5);
}

.ot26-header
    .ot26-header__mobile-toggle.button-bars.active
    .icon-bars
    .bar.large:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
}

.ot26-header
    .ot26-header__mobile-toggle.button-bars.active
    .icon-bars
    .bar.small:nth-child(2),
.ot26-header
    .ot26-header__mobile-toggle.button-bars.active
    .icon-bars
    .bar.medium:nth-child(3) {
    opacity: 0;
}

.ot26-header
    .ot26-header__mobile-toggle.button-bars.active
    .icon-bars
    .bar.large:nth-child(4) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}

.ot26-header .ot26-header__mobile-toggle .overlay {
    position: fixed;
    top: 106px;
    left: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ot26-header .ot26-header__mobile-toggle.button-bars.active .overlay {
    z-index: 3;
    height: 100vh;
    opacity: 1;
}

.ot26-header .ot26-header__mobile-toggle .bg-color_linear_infinite {
    background-color: #284d9c;
}

.ot26-header .ot26-header__mobile-toggle .shadow_linear_infinite {
    box-shadow: 0 0 1.5px 0 #284d9c;
}

.ot26-header .ot26-header__mobile-toggle .animate-left_2s_linear_infinite {
    width: 1.4px;
    animation: ot26-border-left 2s linear infinite;
}

.ot26-header .ot26-header__mobile-toggle .animate-top_2s_linear_infinite {
    height: 1.4px;
    animation: ot26-border-top 2s linear infinite;
}

.ot26-header .ot26-header__mobile-toggle .animate-right_2s_linear_infinite {
    width: 1.4px;
    animation: ot26-border-right 2s linear infinite;
}

.ot26-header .ot26-header__mobile-toggle .animate-bottom_2s_linear_infinite {
    height: 1.4px;
    animation: ot26-border-bottom 2s linear infinite;
}

.ot26-header
    .Navigation
    .list-item-group.horizon
    .list-item
    .has-dropdown-list {
    transition: 0.35s;
}
@keyframes ot26-border-left {
    0% {
        height: 0;
        left: 0;
        top: 42px;
    }

    20% {
        height: 42px;
        left: 0;
        top: 0;
    }

    40% {
        height: 0;
        left: 0;
        top: 0;
    }
}

@keyframes ot26-border-top {
    0%,
    20% {
        left: 0;
        top: 0;
        width: 0;
    }

    40% {
        left: 0;
        top: 0;
        width: 42px;
    }

    60% {
        left: 42px;
        top: 0;
        width: 0;
    }
}

@keyframes ot26-border-right {
    0%,
    40% {
        height: 0;
        left: 42px;
        top: 0;
    }

    60% {
        height: 42px;
        left: 42px;
        top: 0;
    }

    80% {
        height: 0;
        left: 42px;
        top: 42px;
    }
}

@keyframes ot26-border-bottom {
    0%,
    60% {
        left: 42px;
        top: 42px;
        width: 0;
    }

    80% {
        left: 0;
        top: 42px;
        width: 42px;
    }

    100% {
        left: 0;
        top: 42px;
        width: 0;
    }
}

/* Layout 2026: Footer */
.ot26-footer {
    background: #eef5fb;
    color: #1d3c68;
    font-family: var(--ot26-font-body);
    margin-top: 120px;
}

.ot26-footer *:not(i) {
    font-family: "Roboto", Arial, sans-serif;
}

.ot26-footer__container {
    max-width: 1360px;
    margin: 0 auto;
}

.ot26-footer__main {
    padding: 58px 0 72px;
    background: #eef5fb;
}

.ot26-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
    gap: 56px;
}

.ot26-footer__col h2 {
    margin: 0 0 20px;
    color: #1f3b64;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ot26-footer__hosts {
    margin-bottom: 30px;
}

.ot26-footer__host-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ot26-footer__host-logos img {
    width: auto;
    max-width: 112px;
    height: 56px;
    display: block;
    object-fit: contain;
}

.ot26-footer__host-logos img:first-child,
.ot26-footer__host-logos img:nth-child(2) {
    max-width: 62px;
}

.ot26-footer__col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ot26-footer__col li {
    margin-bottom: 18px;
}

.ot26-footer__col a,
.ot26-footer__col span {
    color: #1f3b64;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: 4%;
}

.ot26-footer__col a:hover {
    color: #0b59d6;
    text-decoration: none;
}

.ot26-footer__contact li {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: flex-start;
    gap: 10px;
}

.ot26-footer__contact i {
    margin-top: 3px;
    color: #244a7f;
    font-size: 15px;
}

.ot26-footer__socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ot26-footer__socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.ot26-footer__socials a i {
    font-size: 20px;
}
.ot26-footer__socials a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.ot26-footer__socials .facebook {
    background: #477df4;
}

.ot26-footer__socials .tiktok {
    background: #050505;
}

.ot26-footer__socials .youtube {
    background: #ff0f0f;
}

.ot26-footer__socials .zalo {
    border-radius: 8px;
}

.ot26-footer__license {
    padding: 20px 0 24px;
    background: #1b4386;
    color: #ffffff;
}

.ot26-footer__license .ot26-footer__container {
    text-align: center;
}

.ot26-footer__license p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 4%;
}

.ot26-footer__license p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ot26-footer__license img {
    width: 126px;
    height: auto;
    flex: 0 0 auto;
}
