@font-face {
    font-family: 'poppins.bold';
    src: url('../font/poppins.bold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins.semibold';
    src: url('../font/poppins.semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins.regular';
    src: url('../font/poppins.regular.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppins.semibold', sans-serif !important;
}

p,
a,
ul,
li,
span,
button,
label {
    font-family: 'poppins.regular', sans-serif !important;
}

.content_title {
    font-family: 'poppins.bold' !important;
}

body {
    overflow-x: hidden;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_16 {
    line-height: 1.6 !important;
}

.line_height_12 {
    line-height: 1.2 !important;
}

.border-dashed {
    border-top-color: #848484 !important;
    border-top-style: dashed !important;
    border-top-width: 1px;
}

.text-muted {
    color: #5a5a5a !important;
}

.sub_title_container {
    border-bottom: 1px solid #dedede;
}

.sub_title_container2 {
    border-bottom: 1px solid #bfbfbf;
}

.sub_title {
    border-bottom: 1px solid #1e1e1e;
    width: max-content;
}

.logo {
    height: 50px;
}

.article_card_title {
    min-height: 64px;
}

.btn {
    padding: 0.9rem 3rem;
    background-color: transparent;
    align-items: center;
}

.team_item {
    border: 1px solid rgb(231, 233, 241);
    border-radius: 20px;
}

.bg_banner {
    background-color: #2b2b2b;
}

.page-sidebar li .page-sidebar-title {
    padding: 3px 8px;
    width: max-content;
}

.page-sidebar-title {
    border-bottom: 1px solid #ff0000;
}

.page-sidebar li {
    margin: 20px 0;
    padding: 3px 0px;
    border-bottom: 1px solid #dfe3e6;
}

.border_bottom {
    border-bottom: 1px solid #dedede !important;
}

.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;
}

.text_icon {
    font-size: 1.3rem;
}

.text_italic {
    font-style: italic;
}


.text_medium {
    font-size: 2.5rem;
}

.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

/* Media Query */
.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;
}

.cursor_pointer {
    cursor: pointer;
}

.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%;
}


.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;
}

.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;
}

.border_bottom {
    border-bottom: 2px solid #dedede;
}

.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;
}

.contact_form {
    border: 1px solid #ccc;
}

.footer_bg {
    background-color: #052152;
}

.bg_contact {
    background-image: radial-gradient(72.83% 71.14% at 62.53% 0, #032c96 0, #002057 100%);
}

.text_italic {
    font-style: italic;
}

@media(min-width: 576px) {
    .container {
        max-width: 720px !important;
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 1220px !important;
    }
}

@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;
    }

}

@media (max-width: 768px) {

    .container_left {
        width: 100%;
    }

    .container_right {
        width: 100%;
    }

    .logo {
        height: 36px;
    }

    .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;
    }

    .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;
    }

    .contact_container {
        width: 95%;
    }
}