.footer_map_info_block_class {
    float: left!important;
    position: absolute!important;
    left: 0px!important;
    left: 50px!important;
    top: 50px!important;
    max-width: 500px!important;
    background-color: #121228;
    border-radius: 10px!important;
    color: #fff!important;
}
@media screen and (max-width: 769px) {
    .footer_map_info_block_class {
        float: left!important;
        left: 0px!important;
        left: 70px!important;
        top: 70px!important;
        max-width: 400px!important;
        background-color: #121228;
        border-radius: 10px!important;
        color: #fff!important;
    }
}

@media screen and (max-width: 576px) {
    .footer_map_info_block_class {
        float: left!important;
        left: 0px!important;
        left: 30px!important;
        top: 70px!important;
        max-width: 400px!important;
        background-color: #121228;
        border-radius: 10px!important;
        color: #fff!important;
    }
}

.footer_block_class {
    height: 200px!important;
    background-color: #02042b;
}

.nav1_container_class {
    height: 80px!important;
    background-color: #02042b;
}

.nav1_text_language_text {
    margin-top: 25px;
}

.nav2_container_class {
    background-color: rgba(0, 0, 0, 0.8)!important;
}

.project-bg-color-blue {
    background-color: #02042b;
}

.news-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.news-img-wrapper img.center-cropped {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@supports not (aspect-ratio: 4 / 3) {
    .news-img-wrapper {
        height: 0;
        padding-bottom: 75%;
    }
    .news-img-wrapper img.center-cropped {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-img-wrapper {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.news-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.6rem;
    line-height: 1.5;
}

.news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.text-bcsb {
    color: #003366;
}

.bg-bcsb {
    background-color: #003366;
    border-color: #003366;
}

.bg-bcsb:hover {
    background-color: #002244;
    border-color: #002244;
}

.slide-up {
    animation: slideUp 0.5s ease-out forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.privacy-text {
    font-size: 0.95rem;
    line-height: 1.5;
}
