#hero-slide .carousel-item, .hero-section-full-height {
    height: 600px;
    min-height: 600px;
}

#hero-slide .carousel-caption {
    background: none;
    clip-path: none;
    text-align: left;
    min-width: 600px;
    min-height: 600px;
    left: 2rem;
    top: 10rem;
    color: white;
}

#hero-slide .carousel-caption h1 {
    font-size: 48px;
}

.custom-block-image {
    width: 50%;
    margin-left: 5rem;
}

.custom-block-wrap {
    padding-top: 0.5rem;
    cursor: pointer;
}

/*.custom-block-body {*/
/*    white-space: nowrap;*/
/*}*/

.news-border {
    position: relative;
}

.news-border:before {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 20rem;
    width: 50%;
    border-right: 2px solid #726E97;
}

.footer-menu-item-organization {
    list-style: none;
    color: white;
}

nav {
    transition: .3s;
}

nav.sticky {
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.language_buttons {
    display: flex;
    justify-content: space-between;
    width: 5rem;
}

@media (max-width: 600px) {
    .language_buttons {
        display: flex;
        position: absolute;
        float: left;
        margin-left: 0;
        right: 6rem;
    }
}

.news-images {
    width: 40%;
    height: auto;
    object-fit: cover;
}

.news-block-two-col-image-wrap {
    width: 100%;
}

.news-gallery-image {
    cursor: pointer;
}

.gallery-image {
    /* width: 100%; */
    height: 250px;
    cursor: pointer;
    position: relative;
}

.gallery-image > img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 250px;
    transition: 0.5s ease;
    backface-visibility: hidden;
    border-radius: 5px;
    object-fit: contain;
}

.news-custom-block-wrap {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.news-custom-block-wrap:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.news-custom-block-body {
    padding: 30px;
}

.news-custom-block-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-custom-block .custom-btn {
    border-radius: 0;
    display: block;
}

.news-featured-block:hover .news-featured-block-image {
    transform: scale(0.95);
}

.gallery-image-block img:hover {
    border-radius: var(--border-radius-medium);
    outline: 1px solid var(--primary-color);
    box-shadow: 0 0 30px 1px rgba(91, 193, 172, 0.75);
    -webkit-box-shadow: 0 0 30px 1px rgba(91, 193, 172, 0.75);
    -moz-box-shadow: 0 0 30px 1px rgba(91, 193, 172, 0.75);
}

.news-featured-block-image {
    display: block;
    margin: auto;
    transition: all 0.5s;
}

.dropdown-menu {
    max-width: 100rem;
}

.custom-text-box-image, .message-image {
    height: 50%;
    border-radius: var(--border-radius-medium);
    outline: 1px solid var(--primary-color);
    box-shadow: 0 0 30px 1px rgba(91, 193, 172, 0.75);
    -webkit-box-shadow: 0 0 30px 1px rgba(91, 193, 172, 0.75);
    -moz-box-shadow: 0 0 30px 1px rgba(91, 193, 172, 0.75);
}

.message-image {
    height: auto;
}

.news-notice-header{
    font-size: 36px;
}

/* Swiper slider styles */
.swiper-slide {
    position: relative;
    padding-top: 37%;
}

.swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
