@font-face {
    font-family: 'Jost';
    src: url('../font/Jost-VariableFont_wght.woff2') format('truetype');
}

@font-face {
    font-family: 'Cormorant';
    src: url('../font/cormorant.regular.otf') format('truetype');
}

@font-face {
    font-family: 'Cardo';
    src: url('../font/Cardo99s.ttf') format('truetype');
}

p,
a,
ul,
li,
span,
button {
    font-family: 'Jost', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant', sans-serif !important;
}

body {
    overflow-x: hidden;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_16 {
    line-height: 1.6 !important;
}

.line_height_12 {
    line-height: 1.2 !important;
}

.logo {
    height: 60px;
}

.common_btn {
    width: 100%;
    padding: 0.7rem 2em;
    background-color: #e9f1f9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.insights_item {
    background: linear-gradient(to top, #00458f 0%, rgba(62, 27, 11, 0) 100%);
}

.insights_card {
    background-size: cover;
    background-position: center;
}


@keyframes slide-in-left {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.common_btn:active {
    transform: scale(0.97);
}

.data_bg {
    opacity: .6;
    background-color: #030821;
}

.detail_img_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.detail_content_box {
    position: relative;
}

.detail_img_box_reverse {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.error {
    color: red;
}

.ellipsis_1_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_4_line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min_w_300 {
    min-width: 300px;
}

.value_color {
    color: #f7f6fb;
}

.text_icon {
    font-size: 1.3rem;

}

.social_icon {
    transition: 400ms;
}

.social_icon:hover {
    transform: translateY(-5px);
}

.text_medium {
    font-size: 2.5rem;
}

.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

/* Media Query */
.tab-header {
    display: flex;
    border-bottom: 2px solid #dc3545;
}

.tab-item {
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
}

.tab-item.active {
    color: #dc3545;
    font-weight: bold;
    border-bottom: 2px solid #e60012;
}

.tab-content-item {
    display: none;
    padding-top: 16px;
}

.tab-content-item.active {
    display: block;
}

.more-btn {
    margin-left: auto;
    align-self: center;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.more-btn:hover {
    color: #dc3545;
}

.tab-content-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content-item li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.news-swiper-container {
    width: 100%;
    margin: 0 auto;
}

.footer_logo {
    height: 60px;
}

.swiper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.swiper-header h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.swiper-header .more-btn {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.swiper-header .more-btn:hover {
    color: #dc3545;
}

.swiper {
    width: 100%;
}

.news-swiper {
    text-align: center;
}

.news-swiper img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.6;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #dc3545;
}

.swiper-button-prev,
.swiper-button-next {
    color: #dc3545;
}

.bg_common {
    background-color: #e4e2e3;
    ;
}

.items_stretch {
    align-items: stretch;
}

.news_pagination>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px !important;
}

.news_pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
}

.news_pagination .swiper-pagination-bullet-active {
    background-color: #00458f;
}

/* .service_pagination>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px !important;
}


.service_pagination .swiper-pagination-bullet-active {
    background-color: #00458f;
} */

.common_tab_header {
    display: flex;
    border-bottom: 2px solid #00458f;
}

.common_tab {
    /* font-weight: bold; */
    background-color: #00458f;
    padding: 8px 20px;
    color: #fff;
}

.fz_26 {
    font-size: 26px;
}

.fz_22 {
    font-size: 22px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.cursor_pointer {
    cursor: pointer;
}

.top_menu {
    background-image: url(../images/current.jpg);
    height: 120px;
    background-size: cover;
}

.margin_auto {
    margin: auto;
}

/* News */
.news-container {
    display: flex;
    width: 100%;
    gap: 30px;
}

.news-slider {
    width: 50%;
    height: 317px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.slider-item img {
    height: 317px;
    width: 100%;
    object-fit: cover;
}

.slider-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-item img {
    display: block;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
}

.slider-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.slider-desc {
    font-size: 14px;
    opacity: 0.9;
}

.news-titles {
    width: 50%;
}

.titles-header {
    font-size: 20px;
    color: #e60012;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e60012;
}

.titles-list {
    list-style: none;
}

.titles-item {
    padding: 13px 15px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    background-color: #f9f9f9;
    border-radius: 0 4px 4px 0;
}

.titles-item.active {
    background-color: #e60012;
    color: white;
    border-left-color: #b3000f;
}

.titles-item:hover:not(.active) {
    background-color: #f0f0f0;
    border-left-color: #e60012;
}

.title-text {
    font-size: 15px;
    line-height: 1.4;
}

.title-date {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: block;
}

.titles-item.active .title-date {
    color: rgba(255, 255, 255, 0.8);
}

.list_menu a {
    font-size: 18px;
}

.service_hr {
    border: 1px dashed #ccc;
    margin: 25px 0;
    width: 100%;
}

.red_hr {
    border: 1px solid #00458f;
    margin: 10px 0;
    width: 100%;
}

.career_hr {
    margin: 25px 0;
    width: 100%;
}

.map-iframe {
    width: 100%;
    height: 400px;
}

.team_item {
    background-color: #f0eded;
    transition: 400ms;
    color: #00458f;
    height: 330px;
}

.team_item:hover {
    background-color: #00458f;
    color: #fff;
}

.outline_none {
    outline: none;
}

.people_img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.areas_img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
}

.service_item {
    border-bottom: 4px solid #f0eded;
    transition: 400ms;
}

.service_item:hover {
    border-bottom-color: #00458f;
}

.detial_hero {
    height: 450px;
}

.z_100 {
    z-index: 100;
}

.cover_img {
    height: 100%;
    object-position: right;
}

.cover2_img {
    height: 100%;
    object-position: left;
}

.index_banner_justify {
    justify-content: flex-end;
}

.w_40 {
    width: 40%;
}

.w_45 {
    width: 45%;
}

.w_50 {
    width: 50%;
}

.w_55 {
    width: 55%;
}

.max_height_350 {
    max-height: 350px;
}

.border_bottom {
    /* border-bottom: 2px solid #3f6688; */
    border-bottom: 2px solid #dedede;
}

.border_right {
    border-right: 2px solid #3f6688;
}

.common_btn2 {
    border-top: 1px solid #3f6688;
    width: 100%;
}

.common_btn2 i {
    transition: 400ms;
}

.common_btn2:hover i {
    transform: translateX(5px);
}

.values_item {
    border: 1px solid rgba(22, 22, 22, 0.1);
}

.value_number {
    font-size: 52px;
    font-family: 'sans-serif' !important;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    opacity: 0.8;
}

.service_icon {
    width: 50px;
    height: 50px;
}

.member_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.member_item {
    background-color: #f0eded;
    transition: 400ms;
    color: #00458f;
}

.member_item:hover {
    background-color: #00458f;
    color: #fff;
}

@media (max-width: 1024px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .news-slider,
    .news-titles {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .logo {
        height: 45px;
    }

    .footer_logo {
        height: 45px;
        margin-bottom: 20px;
    }

    .phone_banner {
        height: 220px !important;
    }

    .organizational_img {
        width: 100% !important;
    }

    .detail_img_box_reverse {
        position: unset;
    }

    .detail_img_box {
        position: unset;
    }

    .contact_img {
        display: none;
    }

    .hero-overlay {
        background: rgba(0, 0, 0, 0.4);
    }

    .detial_hero {
        height: 350px;
    }

    .index_banner_justify {
        justify-content: center;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }
}