body {
    min-width: 1200px;
}

.navigation .nav-item {
    position: relative;
}

.navigation .nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    border-left: 1px solid rgb(0 0 0 / 10%);
}

.navigation .nav-item:first-child:after {
    display: none;
}

.navigation .nav-link {
    padding: 0.9rem 0.9rem;
    font-size: 18px;
    color: #fff;
}

.navigation .nav-link.active {
    background-color: rgb(0 0 0 / 20%);
    font-weight: normal;
}

.sub-navigation .nav-item {
    min-width: 56px;
}

.sub-navigation .nav-link {
    padding: 0.15rem 0.6rem;
}

.sub-navigation .nav-link.active {
    color: rgba(var(--PRIMARY-RGB), 1) !important;
    font-weight: normal;
}

.nav-link {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-headline-document {
    width: 100%;
    margin: 0 auto;
    height: 76px;
    overflow: hidden;
}

.swiper-headline-document .swiper-slide {
    text-align: center;
    line-height: 1;
}

.swiper-focus-document {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.swiper-focus-document .swiper-slide .swiper-image {

}

.swiper-focus-document .swiper-slide .swiper-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 24px 16px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 1px 1px #252525;*/
    background: linear-gradient(180deg, transparent 0%, #252525 100%);
}

.swiper-focus-document .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-out;
}

.swiper-focus-document .swiper-slide img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.swiper-focus-document .swiper-button-prev,
.swiper-focus-document .swiper-button-next {
    color: #fff;
}

.swiper-focus-document .swiper-button-prev {
    left: 32px;
}

.swiper-focus-document .swiper-button-next {
    right: 32px;
}

.swiper-focus-document .swiper-pagination {
    bottom: 4px;
}

.swiper-focus-document .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-focus-document .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.content p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 16px;
}

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