@font-face {
    font-family: 'questrial';
    src: url('../font/Questrial-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cardo';
    src: url('../font/Cardo99s.ttf') format('truetype');
}

p,
a,
ul,
li,
span,
button {
    font-family: 'questrial', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cardo', 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: 45px;
}

.common_btn {
    padding: 0.9rem 3rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    transition: 400ms;
}

.common_btn2 {
    padding: 0.9rem 3rem;
    background-color: #002057;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #000;
    transition: 400ms;
}

.index_banner_title {
    font-size: 3.6rem;
}

.section_title {
    font-size: 3.3rem;
    line-height: 4rem;
}

.article-card {
    border: 1px solid #eee;
}

.banner_container {
    height: calc(100vh - 100px);
}

.detail_banner_container {
    height: 298px;
}

.common_btn:active {
    transform: scale(0.97);
}

.content-auto {
    content-visibility: auto;
}

.detail_img_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.detail_content_box {
    position: relative;
}

.error {
    color: red;
}

.min_64 {
    min-height: 64px;
}

.border_lightblue {
    border-color: #80A2C9;
}

.transparent_white {
    background-color: rgba(255, 255, 255, 0.05);
}

.button_bg {
    background-image: radial-gradient(83.67% 147% at 63.02% -26%, #fff 59.12%, #b8d8ff 100%);
}

.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;
}

.h_18 {
    height: 18rem;
}

.min_w_300 {
    min-width: 300px;
}

.value_color {
    color: #f7f6fb;
}

.text_icon {
    font-size: 1.3rem;
}

.bg_svg {
    background-image: url(../images/section_pattern.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.text_italic {
    font-style: italic;
}

.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;
}


.footer_logo {
    height: 40px;
}


.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: #002057;
}

.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);
}

.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 #002057;
    margin: 10px 0;
    width: 100%;
}


.map-iframe {
    width: 100%;
    height: 400px;
}

.outline_none {
    outline: none;
}

.container_left {
    width: 45%;
}

.container_right {
    width: 55%;
}

.detial_hero {
    height: 450px;
}

.z_100 {
    z-index: 100;
}

.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 #dedede;
}

.border_right {
    border-right: 2px solid #3f6688;
}

.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;
}

.service_list li {
    border-radius: 5px;
    padding: 11px 10px 11px 0;
    background: linear-gradient(90deg, transparent, #E3F0FF);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    align-items: center;
}

.icon_list_icon {
    color: #0044eb;
}

.member_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.member_item {
    background-color: #f0eded;
    transition: 400ms;
    color: #002057;
}

.member_item:hover {
    background-color: #002057;
    color: #fff;
}

.contact_form {
    border: 1px solid #ccc;
}


.nav_menu_a {
    display: block;
    padding: 0.75rem 1rem;
}

.nav_menu_a.active {
    border-bottom: 2px solid #002057;
}

.footer_bg {
    background-color: #052152;
}

.content_title {
    font-size: 3rem;
    line-height: 1.3;
}

.bg_contact {
    background-image: radial-gradient(72.83% 71.14% at 62.53% 0, #032c96 0, #002057 100%);
}

.text_italic {
    font-style: italic;
}


@media (max-width: 1440px) {
    .index_banner_title {
        font-size: 4.5rem;
    }
}

@media (max-width: 1024px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .index_banner_title {
        font-size: 4rem;
    }

    .section_title {
        font-size: 2.7rem;
        line-height: 3rem;
    }
    .content_title {
        font-size: 2.3rem;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .content_title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .container_left {
        width: 100%;
    }

    .container_right {
        width: 100%;
    }

    .logo {
        height: 32px;
    }

    .section_title {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    .index_banner_title {
        font-size: 2rem;
    }

    .common_btn {
        padding: 0.5rem 2rem;
    }

    .common_btn2 {
        padding: 0.5rem 2rem;
    }

    .footer_logo {
        height: 40px;
        margin-bottom: 20px;
    }

    .phone_banner {
        height: 220px !important;
    }

    .organizational_img {
        width: 100% !important;
    }

    .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;
    }

    .phone_menu {
        position: absolute;
        top: 88px;
        width: 100%;
        z-index: 12;
        background-color: #fff;
    }

}