#map-vl{
    margin-top:-45px
}
.new_banner {
    float: left;
    width: 100%;
    /* background-image: url(/timviecejs/images/New_images/new_banner_th.webp); */
    background-size: 100% 100%;
    position: relative;
}

.new_banner.qr {
    /* background: url(/timviecejs/images/banner_new/banner_home_new.webp) 0 0 / cover no-repeat; */
    background-color: #4c5bd4;
}

.box_banner_home {
    position: relative;
    margin-top:45px;
}

/* hiệu ứng banner */
.container_dot_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.start_dots:nth-child(1) {
    background-position: 10% 90%;
    animation-delay: 0s;
}
@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(1.5);
        transform: rotate(5deg);
        animation-timing-function: ease-in;
    }
    50% {
        opacity: 0.5;
    }
    85% {
        opacity: 1;
    }
    95% {
        opacity: .1;
    }
    100% {
        opacity: .2;
        transform: scale(2.5);
    }
}
.start_dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-image: radial-gradient(4px 4px at 50px 200px, #eee, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 40px 70px, #fff, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 120px 40px, #ddd, rgba(0, 0, 0, 0));
    background-repeat: repeat;
    background-size: 250px 250px;
    opacity: 0;
    animation: zoom 10s infinite;
}

/* header */
.new_banner header {
    position: relative;
    box-shadow: 0 0 6px rgb(255 255 255 / 50%);
}
header {
    float: left;
    width: 100%;
    height: 64px;
    z-index: 99;
}
header {
    display: block;
    background-color: #4c5bd4;
}
/* logo */
.logo_header {
    height: 100%;
    text-align: left;
    line-height: 85px;
    padding-left: 24px;
    float: left;
    padding-bottom: 25px;
}
#header_logo{
    margin-top: 20px;
}
.mobi-sel {
    background: url(/timviecejs/images/New_images/sel.png) no-repeat;
    width: 34px;
    height: 26px;
    display: none;
    float: right;
}
.close_mobi_sel {
    background: url(/timviecejs/images/banner/exp_close_pop.png) no-repeat;
    width: 30px;
    height: 31px;
    display: none;
    position: absolute;
    top: 19px;
    left: 20px;
}
.ctn_tbao_chat, .mobi-bac {
    display: none;
}
.menu_item {
    float: right;
    margin-right: 25px;
    line-height: 34px;
    font-size: 15px;
}
#mobi, .menu_item {
    height: 34px;
    margin-top: 15px;
}
.menu_item a {
    color: #fff;
}
.chat_notifice {
    background: url(/timviecejs/images/chat_icon/mess_icon2.png?v=1) 0 0 / 100% 100% no-repeat;
    float: left;
    width: 26px;
    height: 26px;
    margin: 5px 6px 5px 0;
    cursor: pointer;
    top: unset;
    left: unset;
}
.chat_notifice, .number_tb {
    display: inline-block;
    position: relative;
}
#chat_notifice_mobi .number_tb {
    top: -15px;
}
.number_tb {
    top: -15px;
    right: -15px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.number_tb, ul li .delete_tb {
    background: #ff4d43;
    font-style: normal;
    text-align: center;
}
.txt_chat {
    font-weight: 500;
    font-size: 15px;
    color:white;
    margin-left: 8px;
}
.box_header.ctn_box_header #mobi {
    background: unset;
    width: unset;
    height: unset;
}
#mobi {
    width: 172px;
    float: right;
    background: #232f87;
    border-radius: 10px;
    margin-right: 10px;
}
#mobi, .menu_item {
    height: 34px;
    margin-top: 15px;
}
.box_header.ctn_box_header #box_dangnhap {
    background: #fff;
    margin: 0 14px 0 0;
}
#box_dangnhap {
    margin: 0 14px 0 5px;
}
#box_dangnhap {
    float: left;
}
.box_header.ctn_box_header .box_dangnhap {
    width: 109px;
    height: 39px;
    float: left;
    border-radius: 6px;
}
.mobi-from {
    top: 70px;
}
#box_dangnhap a, .ctn_chung_hr {
    line-height: 39px;
}
.box_header.ctn_box_header #box_dangnhap a{
    color: #4c5bd4;
}
#box_dangnhap a{
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    float: left;
}
.ctn_chung_hr {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.box_header.ctn_box_header #box_dangky {
    background: #4c5bd4;
    border: 1.5px solid rgba(255, 255, 255, .8);
    margin: 0 5px 0 0;
    float: left;
}
#box_dangky a{
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    float: left;
}
.box_ctn_dangtin {
    width: 92px;
    float: right;
    height: 39px;
    background: #232f87;
    border-radius: 6px;
    margin: 15px 14px 0 0;
}
.menu_upnew_header {
    width: fit-content !important;
    padding: 0 15px !important;
    background: #F88C00 !important;
}
.box_ctn_dangtin a{
    color: #fff;
}
.menu_item.ctn_menu_item {
    float: left;
    position: relative;
}
.menu_item.ctn_menu_item .ctn_sub_domain {
    margin-left: 15px;
}
.sub_domain{
    cursor: pointer;
}
.m_header_mobile .m_ul_container {
    height: 90vh;
    overflow: auto;
    padding: 10px 10px 100px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.m_ul_container>li {
    display: flex !important;
    flex-direction: row !important;
    padding: 10px !important;
    background: #fff !important;
}
.popup_show_listnganhnghe, .popup_show_listngongu {
    height: 90vh;
    overflow: auto;
    padding: 10px 10px 100px 10px;
    background: #F6F6F6;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
}
.d_none {
    display: none;
}
.container_list {
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    height: 100%;
}
.header_list {
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 10px;
    align-items: center;
    width: 190px;
}
.content_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    max-height: 89%;
    overflow: scroll;
    margin-top: 15px;
}
.a_name_nncv {
    padding: 10px;
    max-width: 184px;
    width: 100%;
    background: #F6F7FD;
}
.p_name_nncv {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
}
.ctn_up_box {
    width: 337px;
    position: absolute;
    left: -17px;
    top: 29px;
}
.menu_item.ctn_menu_item .box_sub {
    width: 100%;
    padding: 20px;
    float: left;
    cursor: auto;
    top: 0;
    right: 0;
}
.sub_domain .box_sub, .sub_domain1 .box_sub {
    position: absolute;
    border-radius: 5px;
    padding: 10px 0;
    top: 50px;
    right: 128px;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 3px 2px #888;
}
.hidden {
    display: none 
}

.menu_item.ctn_menu_item .box_sub .ctn_box_ch {
    width: 100%;
    background: rgba(76, 91, 212, .05);
    border-radius: 4px;
    height: 47px;
    float: left;
    padding: 0 11px;
    margin-bottom: 10px;
}
.menu_item.ctn_menu_item .box_sub .ctn_box_ch a {
    width: 100%;
    float: left;
    padding: 0 10px 0 33px;
    color: #474747;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    line-height: 47px;
}
.sub_domain .box_sub .ctn_box_ch .menu_tra_cluong {
    background: url(/images/banner/exp_tra_cluong.png) 1px 13px no-repeat;
}
.sub_domain .box_sub li a, .sub_domain1 .box_sub li a {
    color: #4c5bd5;
    padding: 5px 10px 5px 43px;
    cursor: pointer;
    border-radius: 12px;
}
/* xử lý hover  */
#list_discover{
    display:none
}
#btn_discover:hover #list_discover{
    display:block !important
}
#btn_convenient:hover #list_convenient{
    display:block !important
}
.sub_domain .box_sub .ctn_box_ch .menu_bgia {
    background: url(/images/banner/exp_banggia.png) 3px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_tv {
    background: url(/images/banner/exp_trangvang.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_ctv {
    background: url(/images/banner/exp_ctvien.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_cv_xviec {
    background: url(/images/banner/exp_cv_xviec.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_don_xviec {
    background: url(/images/banner/exp_don_xviec.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_thu_xviec {
    background: url(/images/banner/exp_thu_xviec.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_syllich {
    background: url(/images/banner/exp_syllich.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_cv365 {
    background: url(/images/banner/exp_cv365.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_cv_ngnghe {
    background: url(/images/banner/exp_cv_ngnghe.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_cv_ngngu {
    background: url(/images/banner/exp_cv_ngngu.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_bquyet_vietcv {
    background: url(/images/banner/exp_bquyet_vietcv.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_tra_cluong {
    background: url(/images/banner/exp_tra_cluong.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_luong_grn {
    background: url(/images/banner/exp_luong_grn.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_email {
    background: url(/images/banner/exp_email365.png) 1px 13px no-repeat
}

.sub_domain .box_sub .ctn_box_ch .menu_taiapp {
    background: url(/images/banner/exp_taiapp.png) 1px 13px no-repeat
}
.sub_domain .box_sub .ctn_box_ch .menu_bhtn {
    background: url(/images/banner/icon_bhtn.svg?v=1) 1px 13px no-repeat;
}

.sub_domain .box_sub .ctn_box_ch .menu_mi {
    background: url(/images/banner/icon_mi.svg?v=1) 1px 13px no-repeat;
}

.sub_domain .box_sub .ctn_box_ch .menu_mbti {
    background: url(/images/banner/icon_mbti.svg?v=1) 1px 13px no-repeat;
}

.sub_domain .box_sub .ctn_box_ch .menu_eq {
    background: url(/images/banner/icon_eq.svg?v=1) 1px 13px no-repeat;
}

.sub_domain .box_sub .ctn_box_ch .menu_en {
    background: url(/images/banner/icon_energram.svg?v=1) 1px 13px no-repeat;
}

.sub_domain .box_sub .ctn_box_ch .menu_ptcv {
    background: url(/images/banner/icon_phantichcv.svg?v=1) 1px 13px no-repeat;
}
/* xử lý header mobi */
.m_header_mobile .m_ul_container {
    height: 90vh;
    overflow: auto;
    padding: 10px 10px 100px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.m_ul_container>li {
    display: flex !important;
    flex-direction: row !important;
    padding: 10px !important;
    background: #fff !important;
}
.m_ul_container>li>a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Roboto-Medium;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    color: #474747;
}
.displayblock, .menu_item.ctn_menu_item .sub_domain:hover .box_sub {
    display: block !important;
}
.mobi-from {
    top: 70px;
}
.m_ul_container img{
   width:15px;
   height:15px
}
li.ctn_mobi_sub_domain {
    display: flex;
    flex-direction: column;
}
.m_box_hdsaudn {
    justify-content: space-between;
}
.hidden {
    display: none !important;
}
.box_hd_saudn {
    display: flex;
    gap: 15px;
    align-items: center;
}
li.ctn_box_ch {
    margin-bottom: 0px;
}
/* .ctn_box_ch .menu_blog {
    background: url(/images/banner/exp_blogger.png) 1px 13px no-repeat;
} */

ul.ctn_mobi_sub_ul>li>a {
    color: #474747;
}
.menu_blog {
    display: block;
    top: unset;
    height: unset;
    left: unset;
}
.ctn_mobi_sub_ul :is(.menu_cv_xviec, .menu_don_xviec, .menu_thu_xviec, .menu_syllich, .menu_cv365, .menu_bquyet_vietc, .menu_blog, .menu_bgia, .menu_tv, .menu_ctv, .menu_tra_cluong, .menu_luong_grn, .menu_email, .menu_taiapp, .menu_bquyet_vietcv) {
    background: none;
}
/* kết header */

/* bắt đầu qr  */
.qr_dn {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000007a;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: none;
}
.wapper {
    margin: 100px auto;
}

.post_title {
    padding: 28px 0;
    margin: 0 auto;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    line-height: 30px;
}
.post_title {
    background: #3d49aa;
    color: #fff;
    text-align: center;
}
.title-pop p {
    font-family: Roboto-Medium, sans-serif;
}
.close_pop_login {
    margin-right: 20px;
    float: right;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}
.frame_tbmess {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

/* form chọn tài khoản đăng nhập */
.overlay_select_acc {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.popup_select_acc .auth_form1 {
    height: auto;
}
.auth_form1 {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.auth_form1 {
    width: 453px;
    height: 139px;
    border-radius: 8px;
}
.auth_form1 .top {
    display: flex;
    gap: 15px;
}
.auth_form1 .text {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #333;
}
.text {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
}
.footer-right-top, .pop-cod, .popup_select_acc .box_select_tk .select_account {
    width: 100%;
}
.popup_select_acc .box_select_tk {
    display: flex;
    flex-direction: column;
    width: calc(100% - 56px);
    gap: 20px;
}
.auth_form1 .button {
    display: flex;
    justify-content: end;
}
.auth_form1 .button a, .auth_form1 .button button {
    border: none;
    min-width: 105px;
    border-radius: 6px;
    font-family: Roboto-Medium, sans-serif;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.auth_form1 .button a, .auth_form1 .button button {
    height: 35px;
    line-height: 135%;
    font-size: 15px;
    background: #4c5bd4;
    font-weight: 500;
}

/* box search, banner */
.new_banner_th #box_search_index {
    position: relative;
    min-height: 578px;
}
#box_search_index {
    position: relative;
    min-height: 700px;
}
.new_banner_th .main_search {
    width: 100%;
    position: absolute;
    top: 100px;
    
}
.main_search {
    width: 100%;
    position: absolute;
    top: 211px;
    padding: 0 5.5%;
}
.new_banner_th .box_text_search p {
    font-size: 28px;
    color: #fff;
    line-height: 65px;
}
.new_banner_th .box_text_search .img_txt_s img {
    width: 44px;
    height: 44px;
    top: 15px;
    position: relative;
}
.new_banner_th .logo_banner h1 {
    float: left;
    width: 100%;
    color: #fff;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 40px;
}
.new_banner_th .new_search{
    width: 570px;
    float: left;
    position: relative;
}
.logo_banner h1 {
    float: left;
    width: 40%;
    color: #fff;
    padding-left: 14px;
    margin-bottom: 10px;
}
.new_banner_th .box_text_search p .txt_s{
    font-size: 55px;
}
.new_banner_th .box_m_search {
    width: 1047px;
    float: unset;
}
.new_banner_th .box_input {
    position: relative;
    float: left;
    width: 100%;
}
.new_banner_th #fts_id {
    width: 100%;
    border-radius: 40px;
    height: 65px;
    border: none;
    padding-left: 55px;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#fts_id {
    width: 51%;
    border-radius: 55px 1px 1px 55px;
    height: 70px;
    border: none;
    padding-left: 35px;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
}
.main_search input{
    position: relative;
}
#recordButton {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_city, .box_key {
    width: 1047px;
    float: left;
    position: relative;
    margin-top: -5px;
    display: none;
}
.box_show{
    position:relative
}
.box_show .close_bs {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 32px;
    color: gray;
    z-index: 1000;
    cursor: pointer;
}
.nd_box_city, .nd_box_key {
    -webkit-box-shadow: 0 0 5px 0 #c20000;
    -moz-box-shadow: 0 0 5px 0 #c2d6d6;
    box-shadow: 0 0 5px 0 #c20000;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    min-height: 275px;
    /* max-height: 500px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    padding: 15px 0 15px 18px;
    box-sizing: border-box;
}
.nd_box_key .kq_lq {
    float: left;
    width: 48%;
}
.text_def {
    margin-bottom: 15px;
    font-family:Roboto-Medium, sans-serif;
}
.text_def, .text_def2 {
    font-size: 13px;
    line-height: 15px;
    color: #888;
}
.nd_box_city .kq_gy span, .nd_box_key .kq_gy span {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.nd_box_city .kq_gy a, .nd_box_key .kq_gy a {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    cursor: pointer;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.new_banner_th #box_search_index .select2-container {
    width: 397px !important;
    float: left;
}
#box_search_index .select2-container {
    margin-top: 15px;
    margin-bottom: 0;
    width: 36% !important;
    float: left;
}
#box_search_index .select2-container, #box_search_index1 .select2-container {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: unset;
    margin-bottom: 8px;
}
.box_search .select2-container, .select2-container {
    margin-top: 0 !important;
}
.select2-container {
    float: left;
    position: relative;
}
.select2-container {
    vertical-align: middle;
    margin-bottom: 19px !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.box_m_search .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 65px;
}
.btn_mobile_dangtin {
    display: none;
    float: right;
    line-height: 19px;
    font-size: 16px;
    width: fit-content !important;
    padding: 10px 5px !important;
    background: #F88C00 !important;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px;
  }
  @media screen and (max-width: 1165px) {
    .btn_mobile_dangtin {
        display: block;
    }
  }
@media screen and (max-width: 1165px) {
    .select2-container--default .select2-selection--single {
        float: left;
        width: 100% !important;
    }
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    line-height: 36px;
    height: 36px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
@media screen and (max-width: 1165px) {
    .new_banner_th .box_m_search .select2-container--default .select2-selection--single, .new_banner_th .btn_search, .new_banner_th .btn_search_uv {
        height: 40px;
        border-radius: 40px;
    }
}
.new_banner_th .box_m_search .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 40px 0 0 40px;
    border-left: 1px solid #4c5bd4;
}
@media screen and (max-width: 1165px) {
    .box_m_search .select2-container--default .select2-selection--single {
        background-color: transparent;
        height: 50px;
        border: none;
       
    }
    .new_banner_th .box_m_search .select2-container--default .select2-selection--single {
        border-radius: 40px;
    }
}
.box_m_search .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-left: 1px solid #4c5bd4;
}
.box_m_search .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 65px;
}
@media screen and (max-width: 1165px) {
    .select2-container--default .select2-selection--single {
        float: left;
        width: 100% !important;
    }
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    line-height: 36px;
    height: 36px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

@media screen and (max-width: 1165px) {
    .new_banner_th #box_search_index .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
        font-size: 18px;
        line-height: 43px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1165px) {
    #box_search_index .select2-container--default .select2-selection--single .select2-selection__rendered {
        float: left;
        border: none;
        font-family: Roboto-Medium, sans-serif;
        border-radius: 11px;
        padding-left: 40px !important;
        font-size: 16px;
        line-height: 44px;
    }
}
@media screen and (max-width: 1165px) {
    .footer-right, .new_banner_th #select2-index_dia_diem-container {
        background: unset;
    }
}
@media screen and (max-width: 1165px) {
    #select2-index_dia_diem-container {
        background: url(/images/loc/ctt_n.png) 15px center no-repeat #fff;
    }
}
@media screen and (max-width: 1165px) {
    #select2-index_dia_diem-container, #select2-index_nganh_nghe-container {
        background: url(/images/loc/ctt_n.png) 15px center no-repeat #fff;
        padding-left: 40px;
        color: #4c5bd4;
        font-family: Roboto-Medium, sans-serif;
    }
}
.new_banner_th .box_m_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 66px;
    font-size: 16px;
    text-indent: 48px;
}
.box_m_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 66px;
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 41px !important;
    padding-left: 6px !important;
    color: #788993;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    float: left;
    font-size: 17px;
    width: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.job_local, .job_money, .online_item .ct_online p:first-child, .right_item_vl a:not(.job_chat), .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_banner_th .box_m_search .select2-container--default .select2-selection--single .select2-selection__arrow, .new_banner_th .box_search .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.box_search .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left;
    width: 10px;
    text-indent: 0;
    padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.box_show, .div_tcl p.tcl, .div_utl p.tcl, .ev-from, .ev-img, .ev-info select, .main_search input, .select2-container .select2-selection--single .select2-selection__clear, .sub, .swap-map {
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.new_banner_th .box_m_search .select2-container--default .select2-selection--single .select2-selection__arrow, .new_banner_th .box_search .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

@media screen and (max-width: 1165px) {
    .box_m_search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }
}
.box_m_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

@media screen and (max-width: 1165px) {
    #box_search_index .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 50%;
    }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 57%;
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.new_banner_th .mobi-bor {
    float: left;
    width: 123px;
}
.new_banner_th .btn_search{
    width: 100%;
    height: 65px;
    border: none;
    background: #fff600;
    color: #485bd6;
    font-size: 16px;
    border-radius: 1px 55px 55px 1px;
    border-left: 1px solid #4c5bd4;
    cursor: pointer;
    font-weight: 700;
}
.main_search input{
    position: relative;
}
.new_banner_th .show_nc {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 15px;
    cursor: pointer;
}
.nd_box_city .kq_gy {
    float: left;
    width: 50%;
}
.box_intro_index {
    float: left;
    padding: 0 10%;
    top: 60%;
}
.box_intro_index, .tktk {
    position: absolute;
    width: 100%;
}
.box_intro_index{
    text-align: center;
}
.box_intro_index .banner_item {
    width: 20%;
}
.banner_item {
    width: 16.6%;
    float: left;
    opacity: .5;
}
.banner_icon {
    height: 45px;
}
.banner_item p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding-top: 22px;
}
.btn_dow {
    position: absolute;
    bottom: 62px;
    left: 49.3%;
}
.banner_QR {
    position: absolute;
    width: 337px;
    /* height: 271px; */
    right: 19%;
    top: 200px;
    background: url(/images/banner_new/banner_home_qr.png) no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.box_select_login {
    padding: 22px 53px 15px;
}
.box_select_login p {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0F21B4;
}
.scan_qr {
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_QR img {
    width: 180px;
}
.note {
    padding: 20px;
    display: flex;
    gap: 10px;
}
.icon_qr {
    display: flex;
    width: 20%;
    height: 30px;
}

/* popup tìm kiếm nâng cao */
.pop-nangcao {
    height: 1500px;
    position: fixed;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.pop-bor, .pop-nangcao {
    width: 100%;
    z-index: 9999;
    float: left;
}
.pop-nangcao {
    background: #00000087;
    top: 0;
}
.pop-bor {
    text-align: center;
    padding-top: 19vh;
}
.from-pop {
    width: 911px;
    margin: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .55);
    display: inline-block;
    text-align: left;
    border-radius: 10px;
    background: #fff;
}

.title-pop {
    float: left;
    width: 100%;
    padding: 18px 0;
    background: #4c5bd4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.title-pop p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    font-weight: 400;
}

.title-pop p:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(../images/icon_search_tknc.png) bottom left / 100% 100% no-repeat;
    margin: 0 14px 0 25px;
    color: #fff;
}
.title-pop .close {
    float: right;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}
.nd-pop {
    float: left;
    background: #fff;
    padding: 37px 25px 20px;
    border-bottom: 2px solid #d7d2d2;
    border-radius: 0 0 10px 10px;
}
.footer-right-top, .pop-cod, .popup_select_acc .box_select_tk  {
    width: 100%;
}
.search_nc_th .ip_search_nc {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.search_nc_th .ip_search_nc .key_th {
    width: 100%;
    height: 40px;
    font-family: Roboto-Regular, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    border: 1px solid #999 !important;
    border-radius: 8px;
    margin-bottom: 0 !important;
    background: #fff;
    text-indent: 5px;
}

.pop {
    margin-bottom: 20px;
    width: 31%;
    float: left;
    margin-right: 30px;
}
.pop .select2, .pop input, .pop select {
    width: 266px;
    height: 40px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    border: 1px solid #999 !important;
    border-radius: 8px;
    margin-bottom: 0 !important;
    background: #fff;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.pop .select2 {
    /* width: 266px !important; */
    margin: 0;
}
.pop-cod .pop:nth-child(3n+0) {
    margin-right: 0;
}
.btn-pop {
    border-top: 2px solid #d7d2d2;
    padding-top: 22px;
    margin-top: 15px;
}
.btn-pop-click {
    width: 144px;
    height: 38px;
    line-height: 40px;
    float: right;
    border-radius: 5px;
}

.btn-pop-click, .dk_btn #sub_blo {
    background: #4c5bd4;
    cursor: pointer;
}
.btn-pop a {
    padding-top: 8px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
}
.btn-pop a{
    width: 100%;
    float: left;
}

/* qr */
.banner_QR {
    position: absolute;
    width: 337px;
    /* height: 271px; */
    right: 19%;
    top: 200px;
    background: url(/timviecejs/images/banner_new/banner_home_qr.png) no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.box_select_login {
    padding: 22px 53px 15px;
}
.box_select_login p {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0F21B4;
}

.scan_qr {
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_QR img {
    width: 180px;
}

.note {
    padding: 20px;
    display: flex;
    gap: 10px;
}

.icon_qr {
    display: flex;
    width: 20%;
    height: 30px;
}

.text {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
}




/* response tổng */
@media screen and (max-width: 1700px) {
    .banner_QR {
        right: 19%;
    }
}

@media screen and (max-width: 1519.98px) {
    .container_timviec {
        max-width: 1091px;
    }
}

@media screen and (max-width: 1400px) {
    .banner_QR {
        right: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .banner_QR {
        display: none;
    }
    .cv{
        display:none;
    }
    .vieclam_container {
        width: auto;
    }
    .banner_QR {
        display: none;
    }
    .new_banner {
        /* background-image: url(/timviecejs/images/New_images/new_banner_th_1024.png); */
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 1165px) {
    .hotline-left {
        width: calc(100% - 30px);
        margin-left: 15px;
        float: left;
    }
    /* phía trên là hotline */
    li.ctn_box_ch {
        padding: 10px;
        background: rgba(76, 91, 212, 0.05);
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }
    .ctn_mobi_sub_ul {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .ctn_mobi_sub_ul {
        width: 100%;
        float: left;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ctn_mobi_sub2 {
        position: relative;
    }
    li.ctn_mobi_sub_domain {
        display: flex;
        flex-direction: column !important;
    }
    .mobi-from {
        width: 427px !important;
        left: 0;
        min-height: 203px;
        z-index: 99999;
        background: #fff;
        position: fixed;
    }
    .mobi_sh_ul.ctn_mobi_sh_ul .mobi-from {
        width: 100% !important;
        background: #f6f6f6;
    }
    .mobi_sh_ul {
        position: fixed;
        display: none;
        background: rgba(0, 0, 0, .7);
        width: 100%;
        min-height: 1000px;
        z-index: 999999;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
    }
    .mobi_sh_ul.ctn_mobi_sh_ul {
        margin-top: 70px;
        background: #f6f6f6;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
        border-radius: 8px;
    }
    .box_text_search{
        display:none;
    }
    .btn_dow{
        display:none
    }
    .banner_item p{
        text-align: center;
    }
    .box_intro_index{
        display:none;
    }
    .box_city{
        width: 100%;
    }
    .new_banner_th .show_nc {
        margin-top: 0;
    }
    .btn_search {
        font-family: Roboto-Medium, sans-serif;
    }
    .btn_search, .btn_search_uv {
        height: 40px;
        border-radius: 11px;
        font-size: 18px;
    }
    .new_banner_th .btn_search{
        height: 40px;
        border-radius: 40px;
    }
    .mobi-bor{
        width: 100%;
        float: left;
    }
    .new_banner_th .mobi-bor {
        float: left;
        width: calc(100% - 50px);
    }
    #box_search_index .select2-container {
        width: 100% !important;
        float: left;
        height: 50px;
    }
    .new_banner_th #box_search_index .select2-container {
        width: 100% !important;
        height: 40px;
    }

    .nd_box_key .kq_gy,
    .nd_box_key .kq_lq{
        width: 100%;
    }

    .nd_box_key {
        min-height: 100px;
    }
    .box_key{
        width: 100%;
    }
    #fts_id {
        width: 100%;
        border-radius: 10px;
        height: 40px !important;
        margin-bottom: 25px;
        padding-left: 20px;
    }

    #search_new_ntd #fts_id {
        background: url(/images/New_images/icn_search_nn.png) 15px center no-repeat #fff;
        padding-left: 45px;
    }
    .new_banner_th #search_new_ntd #fts_id {
        background: #fff;
        padding-left: 45px;
    }
    .new_banner_th .new_search{
        width: 100%;
        float: left;
    }
    .new_banner_th .box_m_search {
        width: 100%;
        float: unset;
    }
    .logo_banner{
        display:none
    }
    .main_search {
        /* padding: 0 20%; */
        top: 170px;
    }
    .new_banner_th .main_search {
        top: 155px;
       
    }

    #box_search_index {
        height: 526px !important;
        min-height: unset;
    }
    .new_banner_th #box_search_index {
        height: 350px !important;
        min-height: unset;
    }
    .a_name_nncv {
        width: calc(50% - 5px);
    }
    .ctn_mobi_sub2, .footer.foot, .ul_menu li {
        position: relative;
    }
    .mobi_sh_ul.ctn_mobi_sh_ul .mobi-from {
        width: 100% !important;
        background: #f6f6f6;
    }
    .mobi_sh_ul.ctn_mobi_sh_ul {
        margin-top: 70px;
        background: #f6f6f6;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
        border-radius: 8px;
    }
    .mobi_sh_ul {
        position: fixed;
        display: none;
        background: rgba(0, 0, 0, .7);
        width: 100%;
        min-height: 1000px;
        z-index: 999999;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
    }

    .menu_item.ctn_menu_item{
       display:none
    }
    .box_ctn_dangtin{
        display:none;
    }
    .mobi-from {
        width: 427px !important;
        left: 0;
        min-height: 203px;
        z-index: 99999;
        background: #fff;
        position: fixed;
    }
    .box_header.ctn_box_header {
        width: auto;
    }
    .box_header{
        display:none;
    }
    #mobi{
        display:none;
    }
    .menu_item.ctn_menu_chat .txt_chat {
        display: none;
    }
    .new_banner {
        /* background-image: url(/timviecejs/images/New_images/new_banner_th_1024.png); */
        background-size: 100% 100%;
    }
    #new_header {
        position: fixed !important;
        top: 0;
        height: 70px;
        z-index: 999;
    }
    .logo_header {
        width: 100%;
        float: left;
        height: 100%;
        text-align: center;
        background: #4c5bd5;
        padding-right: 20px;
    }
    .mobi-sel {
        position: absolute;
        top: 24px;
        left: 20px;
    }
    .ctn_tbao_chat, .mobi-sel {
        display: block;
    }
    .logo_header img {
        width: 150px;
        margin-top: 21px;
        height: auto;
    }
    .ctn_tbao_chat {
        position: absolute;
        right: 0;
        top: 0;
        float: left;
    }
    .chat_tt {
        position: absolute;
        right: 10px;
    }
    .chat_notifice, .chat_notifice.active {
        position: absolute;
        right: 10px;
        left: unset;
    }
}


@media (max-width: 1024px) {

    #box_vlai .box_filter .box_list_item {
        display: none !important;
    }
    .box_filter .filter_right {
        display: none;
    }
    .box_filter .filter_right {
        width: unset;
    }
    .box_filter .filter_left {
        width: 50%;
    }
    #box_vlai .box_filter {
        gap: 8px;
    }
    .ctn_chung_utcv {
        width: 100%;
    }
    .ctn_right_tcv {
        background: url(https://storage.timviec365.vn/timviec365/images/img_new/exp_tcv_1024.png) 0 0 / 100% 100% no-repeat;
    }
    .ctn_chung_utcv {
        width: 100%;
    }
    .ctn_left_uplcv {
        background: url(https://storage.timviec365.vn/timviec365/images/img_new/exp_upl_cv_1024.png) 0 0 / 100% 100% no-repeat;
    }
    .ctn_ndung_utcv {
        flex-wrap: wrap;
        gap: 20px;
    }
    #recordButton {
        right: 11px;
        top: 5px;
    }
}

@media screen and (max-width: 1023.98px) {
    .main_timviec {
        padding: 0px;
        background: unset;
    }
}

@media screen and (max-width: 950px) {
    .pop-cod .pop:nth-child(3n+0) {
        margin-right: 30px;
    }
    .nd-pop {
        padding: 37px 60px 20px;
    }
    .from-pop {
        width: 98%;
        margin: 0 1%;
    }
    .ctn_right_tcv {
        background: url(https://storage.timviec365.vn/timviec365/images/img_new/exp_tcv_768.png) 0 0 / 100% 100% no-repeat;
    }
    .ctn_left_uplcv {
        background: url(https://storage.timviec365.vn/timviec365/images/img_new/exp_upl_cv_768.png) 0 0 / 100% 100% no-repeat;
    }
    .new_banner {
        /* background-image: url(/timviecejs/images/New_images/new_banner_th_768.png); */
        background-size: 100% 100%;
    }
    .chat_notifice {
        background: url(/timviecejs/images/chat_icon/mess_icon2.png?v=1) 0 0 / 100% 100% no-repeat;
        width: 24px;
        height: 24px;
        right: 10px;
        left: unset;
    }
}





@media only screen and (max-width: 480px) {
    
    .avt_tkhoan_mbi .logo_com {
        width: 60px;
        height: 60px;
    }
    .avt_tkhoan_mbi {
        width: 60px;
    }
    .ctn_avt_nglv {
        width: 100%;
        margin: 10px 0px;
        display: flex;
        gap: 10px;
        border: 1px solid #CCCCCC;
        padding: 10px 10px;
        border-radius: 5px;
    }
    .nd_chitiettd .com_name {
        margin-top: 0;
        padding-top: 0;
    }
    .mobi_ctiet .diachi_ctiet::after {
        position: absolute;
        content: '';
        background: url(/images/img_new/exp_ddien.png) no-repeat;
        width: 12px;
        height: 15px;
        left: 0;
        top: 0;
    }
    .mobi_ctiet .diachi_ctiet {
        width: 100%;
        position: relative;
        padding-left: 20px;
        line-height: 21px;
        font-weight: 600;
    }
    .mluong_mbi {
        width: 100%;
        display: flex;
        margin: 10px 0px;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #FA5555;
    }
    .mobi_ctiet {
        display: block !important;
    }
    .nd_chitiettd .com_post {
        font-size: 18px;
        line-height: 21px;
    }
    .nd_chitiettd .logo_com img {
        height: 60px;
    }
    .hidden_mobi {
        display: none !important;
    }
    .nd_chitiettd .chitiettd {
        padding: 15px 0px 30px 0px;
    }
    .main_timviec.m_detail_city {
        overflow: hidden;
    }


   
    .main_timviec {
        padding: 0px;
        background: unset;
    }
}

@media screen and (max-width: 376px) {
    .btn-pop {
        margin-top: 0;
    }
}