* { box-sizing: border-box; margin: 0; padding: 0; }

html,body { font-size: 16px;  font-family: "Mulish", sans-serif; background: #fff; color: #29484f; line-height: 1.7em; }

a { text-decoration: none; color: unset; }
ul { list-style: none; }
img { vertical-align: middle; }

p { font-size: 16px; }

h1,h2,h3,h4,h5,h6 { color: #000; }
section { overflow: hidden; }
 
.container { max-width: 1140px; margin: auto; }
.widget-section { display: block; padding: 60px 16px; position: relative; }

button { border: 0; outline: 0; letter-spacing: 1px; }


:root {

	--c1 : #00387a;
	--c2 : #f26522;

	--bs: 0 3px 15px 0 #0000001a;
	--bs2 : 0 3.4px 2.7px -30px #0000000f, 0 8.2px 8.9px -30px #00000012, 0 25px 40px -30px #00000033;
	--ts : all 0.5s ease-in-out;
	--ff : "Font Awesome 6 Pro";
}




/* ========== ===== HEADER ===== ========== */

.act-nav { color: var(--c1); }

.header { width: 100%; display: block; padding: 0 16px; background: #fff;
    position: sticky; top: 0; box-shadow: 0px 0px 20px #6191d633; z-index: 9999; }

.nav_area { max-width: 1140px; margin: auto; display: flex; justify-content: space-between; align-items: center; }
.nav_img { display: block; }
.nav_img img { display: block; width: 220px; height: auto; padding: 4px 0; }

.navbar { display: block; }
.btn_nav { display: none; justify-content: flex-end; }
.btn_nav button { display: block; width: 40px; height: 40px; line-height: 40px;
    text-align: center; font-size: 26px; border: 0; outline: 0; background: var(--c1); color: #fff; }

.nav_row { display: flex; align-items: center; }
.nav_row li { display: block; position: relative; transition: var(--ts); }
.nav_row li a,
.nav_row li label { display: flex; justify-content: space-between; align-items: center;
    padding: 16px 16px; transition: var(--ts); color:#000; }
.nav_row li label i { margin-left: 8px; }

.nav_row li .btn_nav button { font-size: 24px; background: #fff; color: #013792; }

.sub_link input { display: none; }
.sub_link:hover .sub_menu { display: block; }

.sub_menu { width: 280px; display: none; padding: 8px;
    position: absolute; top: 100%; left: 0; background: #fff; box-shadow: var(--bs);
    transition: var(--ts); border-radius: 6px; z-index: 99; }
.sub_menu li a { display: block; padding: 8px 16px; font-size: 15px; font-weight: 400; }

@media all and (max-width: 480px) {
    .btn_nav { display: flex; }
    .navbar { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 999;
        background: #3264655c; transition: var(--ts); }
    .nav_row { width: 80%; height: 100%; display: block; background: var(--c1); color: #fff; }
    .nav_row li a, .nav_row li label { padding: 8px 16px; transition: var(--ts); color: #fff; }
    .nav_img img { width: 180px; }

    .sub_link:hover .sub_menu { display: none; }
    #dropdown:checked ~ ul { width: 100%; display: block; position: relative; padding: 0; background: #fff0; box-shadow: unset; }
}


/* ========== ========== ===== INDEX ===== ========== ========== */

/* ---------- INDEX BANNER ---------- */
.section_banner { display: block; width: 100%; padding: 100px 16px; position: relative;
    background: url('assets/images/bg_banner.jpg') no-repeat center / cover }

.flex { display: flex; justify-content: space-around; align-items: center; height: 70vh; }

.ban_box_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
.ban_box_col { display: flex; justify-content: space-between; align-items: center;
    width: 100%; border-radius: 8px; overflow: hidden; background: var(--c1); position: relative; }

.ban_box_img { display: block; width: 40%; }
.ban_box_img img { width: 100%; height: auto; }

.ban_box_txt { width: 60%; padding: 16px; display: flex; justify-content: space-around; align-items: center; }
.ban_box_txt h3 { font-size: 36px; color: #fff; line-height: 1.2; }

.apply_btn { position: relative; display: inline-block; color: #fff; margin-top: 16px; padding: 6px 18px; z-index: 3; }
.apply_btn::after { content: ""; position: absolute; top: 0; left: 0; width: 44px; height: 100%; opacity: 0.6; z-index: 1;
    background: linear-gradient(-70deg, transparent, #e7e7e7); border-radius: 50%; transition: all 0.35s ease-in-out; box-shadow: var(--bs); }
.ban_box_col:hover .apply_btn::after { width: 100%; border-radius: 30px; color: #ffffff; }

@media only screen and (max-width:500px) {
    .ban_box_row { grid-template-columns: repeat(1, 1fr); }
}



/* ========== ========== ===== About Page ===== ========== ========== */

/* About Info */
.about_info { display: block; padding: 60px 32px; background:#fff; }
.about_info span { display: block; font-size: ; font-weight: 600; color: var(--c1); }
.about_info h3 { font-size: 32px; }
.about_info p { text-align: justify; }
.about_info p a { color: var(--c1); }

.about_social { display: block; margin-top: 16px; }
.about_social h4 { font-size: 16px; margin-bottom: 12px; }
.about_social ul { display: flex; gap: 16px; }
.about_social ul li a { display: block; width: 40px; height: 40px; line-height: 40px;
    text-align: center; box-shadow: var(--bs); background: var(--c1); color: #fff; border-radius: 6px; }

@media only screen and (max-width:500px) {
    .about_info { padding: 60px 16px; }
}


/* About Counter */
.counter_area { width: 100%; display: block; padding: 60px 16px;
    background: url("assets/images/about_page_bg.jpg") no-repeat center / cover; }
.counter_head { text-align: center; margin-bottom: 32px; color: #fff; }
.counter_head span { font-size: 18px; color: var(--c2); }
.counter_head h3 { font-size: 32px; font-weight: 900; color: #fff; }

.counter_row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; }
.counter_col { width: 100% display: block; background: #fff; position: relative; padding: 32px 16px; text-align: center; }
.counter_col i { font-size: 40px; color: var(--c2); }
.counter_col span { display: block; font-size: 30px; font-weight: 600; color: var(--c1); margin: 16px 0; }
.counter_col h3 {  }

@media only screen and (max-width:500px) {
    .counter_row { grid-template-columns: repeat(1, 1fr); }
}





/* ========== ========== ===== HIRING / APPLY FORM ===== ========== ========== */

/* ---------- HIRING / APPLY FORM ---------- */
.form_area { display: block; }
.form { display: flex; flex-direction: column; gap: 16px; }
.form label { display: block; margin-bottom: 8px; font-weight: 700; color: #000; }
.form label span { color: red; }
.form input,
.form select,
.form textarea { width: 100%; padding: 16px; background: #f3f5fd; border: 1px solid #f3f5fd; outline: 0; }
.form button { width: fit-content; background: var(--c1); color: #fff;
    padding: 12px 24px; border-radius: 50px; font-size: 14px; font-family: "Mulish", sans-serif; font-weight: 600; }

.input_file h3 { font-size: 16px; }
.form_area h3 { color: var(--c1); }

@media only screen and (max-width:500px) {
    
}

.hiring_job, .apply_job { max-width: 900px; margin: auto; }

.details_box { display: block; padding: 40px; background: #fff; box-shadow: 0 .5rem 1rem #00000026; border-radius: 12px; }
.text_box { display: block; padding: 40px; background: #e7eaf4; border-radius: 12px; }
.text_box p+p { margin-top: 12px; }

.flex_group { display: flex; flex-direction: column; gap: 16px; }
.input_group { width: 100%; display: flex; align-items: flex-start; gap: 16px; }
.input { display: block; width: 100%; }
.note_text { font-size: 12px; }

.flex_page { display: flex; align-items: flex-start; gap: 8px; }
.flex_page input { width: unset; margin-top: 7px; }
.flex_page p { }

.radio_input { display: inline-flex; align-items: center; gap: 8px; flex-direction: row-reverse; }
.radio_input label { margin-bottom: 0; }
.radio_input input { width: unset; }

@media only screen and (max-width:500px) {
    .details_box { padding: 40px 16px; }
    .input_group { flex-direction: column; }

}

select:required:invalid { color: gray!important; }
optgroup, option { color: black!important; }



/* ---------- ----- Page banner ----- ---------- */
.page_banner { display: block; padding: 60px 16px; background: url(assets/images/bg_page.png) no-repeat center / cover; }
.row_page_banner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.col_page_banner { display: block; width: 100%; position: relative; color: #fff; }
.col_page_banner img { display: block; width: 70%; height: auto; margin-left: auto; }
.col_page_banner h2 { font-size: 35px; color: unset; }
.col_page_banner p { margin-top: 12px; }

@media all and (max-width: 480px) {
    .row_page_banner { flex-direction: column; }
    .col_page_banner img { width: 90%; margin: auto; }
}




/* ---------- ----- Contact Page ----- ---------- */
.section-contact { display: block; padding: 100px 16px;}
.contact_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.contact_col { display: block; width: 100%; }

.contact_text { display: block; }
.contact_text h2 { font-size: 32px; }
.contact_text p { margin-top: 16px; }
.contact_text p+p { margin-top: 6px; }
.contact_box { display: block; margin-top: 24px; }
.contact_box ul { display: flex; align-items: center; gap: 24px; }
.contact_box ul li img { width: auto; height: auto; }
.contact_box ul li h3 { font-size: 18px; }
.contact_box ul li p { font-size: 15px; margin-top: 8px; }
.contact_box ul li p:first-child { font-weight: 600; }

.contact_form { display: block; padding: 32px; background: #fff; border-radius: 6px; box-shadow: 0px 7px 24px 0px #0000001f; }
.contact_form h2 { font-size: 32px; }
.contact_form form { display: block; }
.form_group { display: flex; gap: 16px; margin-top: 16px; }
.form_group input,
.form_group select,
.form_group textarea { width: 100%; padding: 16px; background: #f3f5fd; border: 1px solid #f3f5fd; outline: 0; }
.form_group button { padding: 12px 24px; border: 0; outline: 0; font-size: 14px; border-radius: 50px; background: var(--c1); color: #fff; }

@media all and (max-width: 480px) {
    .contact_row { grid-template-columns: repeat(1, 1fr); }
    .form_group { flex-direction: column; }
}

@media (min-width: 500px) and (max-width: 992px) {
    .contact_row { grid-template-columns: repeat(1, 1fr); }
}



/* ========== ========== ===== FOOTER ===== ========== ========== */
.footer { width: 100%; display: block; position: relative; background: var(--c1); }
.footer_text { display: block; text-align: center; padding: 18px 16px; }
.footer_text p { color: #fff; }
.footer_text p a { color: var(--c2); font-weight: 600; letter-spacing: 1px; }

@media only screen and (max-width:500px) {
    
}