
.footer_logo {
    height: 40px;
    margin-bottom: 10px;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_10_line {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-list-item {
    margin: 0.5rem 0;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5f5f5f;
    letter-spacing: 0.5px;
}

.service_section {
    padding: 1.5rem 0;
}

.team_card {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    border: 1px solid rgba(156, 79, 34, 0.5);
    border-bottom: 0.25rem solid #112967;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.team_name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #252525;
}

.team_role {
    font-size: 1.2rem;
    color: #112967;
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.team_text {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.7;
    color: #252525;
    margin-top: 1rem;
}

.career_card {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 2rem 1.5rem;
    margin-top: 1.5rem;
}

.career_name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #252525;
}

.career_subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    color: #252525;
}

.career_text {
    list-style: disc;
}

.career_text li {
    margin-bottom: 0.8rem;
}

.article_content {
    overflow: hidden;
    font-size: 1.25rem;
    color: #5f5f5f;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.article_img_box img {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 2rem 0;
    border-radius: 0.25rem 0.25rem 0 0;
    object-fit: cover;
}

.article_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_date_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.news_date_box span {
    font-size: 1.4rem;
    color: #252525;
}

.describe_text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5f5f5f;
    letter-spacing: 0.5px;
}

.contact-info-card {
    display: flex;
}

.news_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;

}

.paginationjs .paginationjs-pages li.active>a {
    background-color: #112967 !important;
}

.paginationjs .paginationjs-pages li>a {
    font-size: 16px !important;
}

.service_describe {
    padding-top: 6rem;
}

@media (max-width: 991px) {
    .team_card {
        padding: 2rem 1rem;
    }

    .career_card {
        padding: 2rem 1rem;
    }

    .service_describe {
        padding-top: 4rem;
    }
}