.toc-container {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

.toc-container .text__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
}

.toc-container .text__head svg {
    cursor: pointer;
    transition: transform 0.3s;
}

.toc-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.toc-container li {
    margin: 5px 0;
    list-style: none;
}

.toc-container a {
    text-decoration: none;
    color: #014fa5 !important;
    font-size: 15px;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.toc-container a:hover {
    background-color: #e7f1fe;
}

.toc-container .toc-list ul {
    list-style-type: none;
    padding-left: 20px;
    border-radius: 4px;
    margin: 0;
}

.toc-container .toc-list ul li a {
    font-size: 14px;
    padding: 5px 15px;
}

.toc-container .toc-list ul li a:hover {
    background-color: #d1e5ff;
}

.toc-container .toc-list ul .toc-dropdown {
    padding-left: 30px;
}

.toc-container[style*="--toc-level: 1"] ul ul {
    display: none;
}

.toc-container[style*="--toc-level: 2"] ul ul ul {
    display: none;
}

.toc-container[style*="--toc-level: 3"] ul ul ul ul {
    display: none;
}

.toc-container[style*="--toc-level: 4"] ul ul ul ul ul {
    display: none;
}

.toc-container[style*="--toc-level: 5"] ul ul ul ul ul ul {
    display: none;
}

.empty__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.empty__content > p {
    margin-top: -30px;
    font-weight: 500;
    font-style: italic;
}

.page__page {
    min-height: 400px;
    padding: 25px 0 40px 0;
}

.page__banner {
    margin-top: -60px;
}

.page__banner .box-thumbnail {
    padding-top: 19.153%;
    height: 0;
}

.page__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 15px;
}

.page__overlay h1 {
    font-size: 32px;
    margin: 0 0 40px 0;
    text-align: center;
    text-shadow: 2px 2px 2px #666;
}

.page__contact .box {
    background-color: rgba(248, 248, 248, 1);
    padding: 20px;
}

.share__social a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    color: #7D7480;
    border: 1px solid #CEC3D0;
}

.share__social a:hover {
    background: var(--t4s-primary-color);
    color: #fff !important;
}

.sticky {
    position: sticky;
    top: calc(var(--t4s-header-height) + 15px);
    transition: 0.5s all ease;
}

.page__sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-top: 15px;
}

.page__sidebar li {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}

.empty-state {
    width: 100%;
    margin: 40px auto;
}

.empty-state__content {
    padding: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.empty-state__content .empty-state__icon {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state__content .empty-state__icon img {
    width: 170px;
}

.empty-state__content .empty-state__message {
    color: var(--t4s-primary-color);
    font-size: 1.5rem;
}

.section__news h3 {
    font-size: 18px !important;
}

.section__news .text__content {
    font-size: 14px !important;
}

.section__news .btn {
    display: none !important;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .page__overlay h1 {
        font-size: 28px;
    }

    .page__page {
        padding: 30px 0;
    }

    .page__banner .box-thumbnail {
        height: 250px;
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .page__contact .text__one__line {
        display: block !important;
    }

    .bg__transparent {
        background: transparent !important;
    }

    .page__news__detail h1[itemprop="headline"] {
        font-size: 22px !important;
    }
}
