/**
 * @Project NUKEVIET 4.x
 * @Author Thạch Cảnh Bình <bnhthach@gmail.com>
 * @Copyright (C) 2023 Thạch Cảnh Bình. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Thu, 16 Feb 2023 02:46:28 GMT
 */
h2 {
    font-size: 36px;
}
.wrap_hight_line {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.hight_line {
    width: 30%;
    background: #9aca3c;
    height: 5px;
    display: inline-block;
}
.linh-vuc-tuyen-dung{
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #333;
    transition: .25s;
    cursor: pointer;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
}
.linh-vuc-tuyen-dung:hover{
    border-color: #9aca3c;
    
    background: #f4f4f4;
}


.background-overlay {
    padding: 60px 0px;
    background: rgb(0 0 0 / 18%);
}
.title-section {
    font-family: UTM Avo;
    font-size: 28px;
    color: #ED7D31;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.title-section::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 125px;
    background-color: #ED7D31;
    border-radius: 10px;
}
.tit-register {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.form_lien_he_nha_moi_gioi input{
    height: 40px;
}
.form_lien_he_nha_moi_gioi button{
    background: #9aca3c;
    color: #fff;
    padding: 9px 20px;
}
.form_lien_he_nha_moi_gioi button:hover{
    background: #fff;
    color: #9aca3c;
}
.section_tuyen_dung_1{
    padding: 30px 0px;
}
.section_tuyen_dung_2{
    padding: 30px 0px;
}
.section_tuyen_dung_1 h2{
    color: #243a72;
}
.section_tuyen_dung_2 h2{
    color: #243a72;
}
.tit-register{
    color: #243a72;
}
@media (max-width:992px) {
    h2 {
        font-size: 24px;
    }
}
.salary em{
    margin-right: 3px;
}
.expire-date em{
    margin-right: 3px;
}
.linh-vuc-tuyen-dung h3{
    color: #000;
}
.salary{
    color: #636161;
    font-weight: 500;
}
.location{
    color: #636161;
    font-weight: 500;
}
.expire-date{
    color: #636161;
    font-weight: 500;
}
.icon_cach{
    margin-right: 3px;
}