* Swiper */ .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-container-news {
    width: 100%;
    overflow: hidden;
}

.swiper-container-news .cn-img {
    width: 100%;
    height: 30rem;
    position: relative;
    background: rgb(26, 53, 97);
    background: linear-gradient(0deg, rgba(26, 53, 97, 1) 0%, rgba(63, 85, 122, 1) 0%, rgba(255, 255, 255, 0%) 100%);
    opacity: 1;
}

.swiper-container-news .cn-img:hover {
    opacity: 1;
    background: rgb(26, 53, 97);
    background: linear-gradient(0deg, rgba(26, 53, 97, 1) 0%, rgba(63, 85, 122, 1) 0%, rgba(255, 255, 255, 0%) 100%);
}

.swiper-container-news .cn-img img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
}

.slider-hover {
    position: absolute;
    transition: all, .5s;
    background: rgb(26, 53, 97);
    background: linear-gradient(0deg, rgba(26, 53, 97, 1) 0%, rgba(63, 85, 122, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    z-index: 99;
}

.slider-hover:hover img {
    background: rgb(26, 53, 97);
    background: linear-gradient(0deg, rgba(26, 53, 97, 1) 0%, rgba(63, 85, 122, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.layer {
    position: absolute;
    background: rgb(26, 53, 97);
    background: linear-gradient(0deg, rgba(26, 53, 97, 1) 0%, rgba(63, 85, 122, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    height: 100%;
    top: 0;
    left: 0;
    color: #f1f1f1;
    width: 100%;
    font-size: 20px;
    text-align: center;
    transition: .3s, all;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}


/* .layer:hover {
    background: rgb(26, 53, 97);
    background: linear-gradient(0deg, rgba(26, 53, 97, 1) 0%, rgba(63, 85, 122, 1) 5%, rgba(255, 255, 255, 0.3) 100%);
} */

.internal-title {
    max-width: 90%;
    position: absolute;
    font-family: 'Helvetica Neue Condensed' !important;
    text-align: left;
    transition: all, .3s, ease-in;
}

.internal-title h1 {
    font-weight: 600;
    font-size: 2rem;
}

.internal-title p {
    display: block;
    color: #f1f1f1;
    width: 100%;
    text-align: left;
    font-family: 'Playfair Display' !important;
    font-size: 16px !important;
}

small {
    color: #f1f1f1;
    width: 100%;
    text-align: left;
    font-family: 'Helvetica Neue Condensed' !important;
    font-weight: 600;
}

.mn-list {
    background: rgba(223, 228, 234, 0.35);
    padding: 1rem;
    border-radius: 4px;
}

.sidebar-news-list {
    height: 30rem;
    overflow-y: scroll;
    border-radius: 10px;
}

.sidebar-news-list::-webkit-scrollbar {
    display: none;
}

.sidebar-news-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.mn-list h2 {
    margin-bottom: 15px;
    padding-bottom: 1px;
    border-bottom: 1px solid #000000;
    color: #1a3561;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    padding-bottom: 0.4rem;
}

.mn-list .unbordered {
    border-bottom: none;
}

.mn-list ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0;
}

.mn-list li {
    counter-increment: my-awesome-counter;
    font-family: 'Helvetica Neue Condensed';
    font-weight: 300;
    font-size: 17px;
}

.mn-list li:hov .swiper-container-news-page {
    overflow: hidden;
}

.swiper-container-news-page .swiper-slide {
    width: 100%;
    height: 30rem;
}

.swiper-container-news-page .swiper-slide img {
    min-height: 125%;
    min-width: 125%;
    display: block;
    margin: auto;
    max-width: 160%;
}