@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans';
    src: url('../font/WorkSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans Bold';
    src: url('../font/WorkSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans Medium';
    src: url('../font/WorkSans-Medium.ttf') format('truetype');
}

p,
a,
ul,
li,
span,
button {
    font-family: 'Lato', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'WorkSans Bold', 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_14 {
    line-height: 1.4 !important;
}


.line_height_12 {
    line-height: 1.2 !important;
}

.logo {
    height: 120px;
}

.hero_logo img {
    height: 60px;
}

.font_light {
    font-weight: 300;
}

.common_btn {
    border: 3px solid #000;
    color: #000;
    background-color: #0000;
    margin-bottom: 1.5rem;
    padding: .695rem .982rem;
    font-family: WorkSans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    transition: background-color .3s;
    display: block;
    width: max-content;
    cursor: pointer;
}

.common_btn2 {
    border: 3px solid #0c203b;
    color: #0c203b;
    background-color: transparent;
    margin-bottom: 1.5rem;
    padding: .695rem .982rem;
    font-family: WorkSans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    transition: background-color .3s;
    display: block;
    width: max-content;
    cursor: pointer;
}

.bg_deliver {
    background-color: #f7f6f0;
}

.common_btn:hover {
    background-color: #1d263029;
}

.common_btn2:hover {
    background-color: rgba(160, 180, 150, 0.5);
}

.contact_bg {
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_bg {
    background-color: #1d2630;
}

.contact_content_bg {
    background-color: rgba(255, 255, 255, 0.75);
}

.article-card {
    border: 1px solid #e5e5e5;
}

.common_btn:active {
    transform: scale(0.97);
}

.data_bg {
    opacity: .6;
    background-color: #030821;
}

.index_about_bg {
    background-color: rgb(243, 244, 246);
}

.bg_third {
    background-image: radial-gradient(ellipse at top, rgba(65, 105, 225, 0.15) 0%, rgba(135, 206, 250, 0.15) 100%) !important;
    background-color: #0c203b !important;
}

.text_third {
    color: #48CAE4;
    line-height: 1.3 !important;
}

.index_about_card {
    filter: drop-shadow(0 0 9px rgba(91, 50, 245, 0.1));
    height: min-content;
}

.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_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;
}

.min_w_300 {
    min-width: 300px;
}



.text_icon {
    font-size: 1.1rem;
}

.text_medium {
    font-size: 2.5rem;
}

.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

.bg_testimonial {
    background-color: #1d2630;
}

.testimonial_border {
    border-left: 3px solid #0c203b;
}

.quote {
    border-left: 1px #000;
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
}

.border-b-3 {
    border-bottom-width: 3px;
}

.border-l-3 {
    border-left-width: 3px;
}

.border-t-3 {
    border-top-width: 3px;
}

.outline_none {
    outline: none;
}

.service_card h3 {
    font-family: 'WorkSans Bold' !important;
}


.menu-button-3 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-button-line {
    width: 24px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

.menu-button-3.w--open .top {
    transform: translateY(8px) rotate(225deg);
}

.menu-button-3.w--open .middle {
    opacity: 0;
}

.menu-button-3.w--open .last {
    transform: translateY(-6px) rotate(315deg);
}

#mobileMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: max-content;
    padding: 40px 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

#mobileMenu.active {
    opacity: 1;
    visibility: visible;
}


#mobileMenu a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s ease;
    display: block;
}

.has-submenu {
    position: relative;

}

.submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s ease;
}

.submenu-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transition: transform 0.3s ease;
}

.has-submenu.active .submenu-arrow {
    transform: rotate(180deg);
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #1d2630;
}

.submenu a {
    color: #fff !important;
    font-size: 1rem !important;
}

.submenu.active {
    max-height: 500px;
}

#mobileMenu a:hover {
    color: #007bff;
}

.nav_menu .nav_menu_a {
    border-top: 2px solid #0c203b;
    border-bottom: 2px solid #0c203b;
}

.nav_menu .nav_menu_a:hover {
    border-bottom: 2px solid #ffd666;
}

.hero_logo {
    display: none;
}

.banner_title {
    font-family: 'WorkSans Medium' !important;
}

.phone_banner {
    height: 220px !important;
}

.scale-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.fade-section {
    z-index: 10;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: scale(1);
    transform-origin: center center;
    will-change: opacity, transform;
}

.detail_img_box_reverse {
    position: unset;
}

.detail_img_box {
    position: unset;
}

.contact_img {
    display: none;
}

.top_50 {
    top: 50px;
}

.main_title {
    /* font-size: 38px; */
    font-weight: bold;
    color: #913300;
}

.text_red {
    color: #913300;
}

.bg_red {
    background-color: #913300;
}

.nav_menu_a.active {
    color: #ffd666;
    font-weight: bold;
    border-bottom: 2px solid #ffd666;
}

.choose_title_box {
    height: 120px;
    width: 230px;
}

.job_title {
    padding-right: 15px;
    border-right: 2px solid #913300;
    margin-right: 15px
}

@media (min-width: 768px) {
    .menu-button-3 {
        display: none;
    }

    #mobileMenu {
        display: none;
    }
}

@media (max-width: 768px) {
    .logo {
        height: 80px;
    }

    .hero-section {
        margin-top: 128px !important;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .choose_title_box {
        height: 100px;
        width: 100%;
    }
    .job_title{
        text-align: center;
         border-right: 0px ;
    }
    .job_content{
        text-align: center;
    }
}

