@font-face {
    font-family: 'bebas-neue';
    src: url('../fonts/bebas-neue.regular.ttf') format('truetype');
}

.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;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.logo {
    height: 35px;
}

.scrolled {
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nav_a {
    font-weight: bold;
}

.logo_white {
    display: block;
}

.logo_black {
    display: none;
}

.scrolled .nav_a {
    color: #004191 !important;
}

.scrolled .logo_white {
    display: none !important;
}

.scrolled .logo_black {
    display: block !important;
}

.index_contact_box {
    position: relative;
    top: -80px;
}

.common_a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-skip-ink: none;
}

.text_icon {
    font-size: 1.5rem;
}

.banner_bg {
    background-color: rgb(0 115 174);
}

.contact_bg {
    background-color: rgb(0 115 174);
}

.detail_banner_img {
    width: 648px;
    height: 424px;
    object-fit: cover;
    position: relative;
    top: 50px;
}

.detail_describe {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.line_height_15 {
    line-height: 1.5 !important;
}

.line_height_13 {
    line-height: 1.3 !important;
}

.focus_service_item {
    border-top: .625rem solid #004164;
    background-color: #d2e5f1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.focus_service_title {
    color: #0073ae;
}

.arrow_icon {
    font-size: 1.5rem;
}

.focus_service_bg {
    background-color: #d2e5f1;
    flex: 1;
}

.focus_service_item:hover {
    border-top: .625rem solid #9fccea;
    transition: 400ms;
}

.cursor_pointer {
    cursor: pointer;
}

.phone_menu_icon {
    color: #fff;
}

.scrolled .phone_menu_icon {
    color: rgb(0 59 92) !important;
}

@media (max-width: 768px) {
    .banner_content {
        flex-direction: column;
    }

    .banner_content_text {
        width: 100% !important;
    }

    .banner_content_img {
        width: 100% !important;
    }

    .detail_banner_img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        position: relative;
        top: 0;
    }

    .banner_bg {
        padding-top: 6rem !important;
    }

    .banner_content_title {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }

    .phone_title {
        font-size: 1.8rem !important;

    }

    .sub_menu {
        display: none;
    }

    .sub_menu a {
        display: block;
        padding: 0.5rem 1.5rem;
    }

    .phone_footer_links {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .phone_social_links {
        width: 100%;
        justify-content: space-between;
    }


}