/* #007d7d; */

.m_header_pc {
    padding: 5px 50px;
    background: #007d7d;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

span.head_sub {
    width: 24px;
    height: 24px;
    float: left;
}

.copyright {
    background-color: #007d7d;
    padding: 20px 0 40px;
}

.showa,
.showa * {
    color: #23527c !important;
    font-family: "Roboto-Medium";
    font-size: 16px !important;
}

.logo_header {
    display: flex;
    align-items: center;
    justify-content: center
}

.m_hd_left {
    display: flex;
    justify-content: start;
    gap: 30px
}

.container_menu {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center
}

.m_textchung {
    font-family: Roboto-Regular, sans-serif !important;
    color: #FFF;
    font-size: 18px;
    line-height: 26px
}

.m_hd_right {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    height: 100%
}

.login_form {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.bgr_avatar .arrow_bot {
    float: right;
    border-color: transparent #fff;
    border-style: solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    display: block;
    height: 0;
    width: 0
}

.avatar_lg .image_use {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover
}

.avatar_lg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset
}

.bgr_avatar {
    background: #ccc;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 25px
}

.box_ctn_dangtin,
.box_dangnhap,
.box_dangky {
    padding: 7px 10px
}

.box_ctn_dangtin {
    background: #23527c;
    border-radius: 10px;
    border: 1px solid #fff
}

.dangtin_text {
    color: #fff
}

.box_dangnhap,
.box_dangky {
    border: 1px solid #FFF;
    border-radius: 10px;
    background: #23527c;
}

.sub_domain:hover .show_menu_nav {
    display: block
}

.sub_domain_tienich {
    position: relative
}

.show_menu_nav {
    position: absolute;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    border: 1px solid #ccc;
    z-index: 10000;
}

.show_menu_nav .box_sub {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.show_menu_nav .box_sub .ctn_box_ch a {
    width: 100%;
    float: left;
    color: #23527c;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding: 5px;
    border-radius: 5px
}

.list-notiAll {
    position: absolute;
    width: 305px;
    top: 65px;
    right: 100px;
    background: #fff;
    border-radius: 3px;
    height: 400px;
    box-shadow: 0 0 5px #000;
    display: none;
    overflow-x: scroll;
    z-index: 99999;
}

.list-notiAll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #ccc;
}

.list-notiAll::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

.m_thongbao .list-notiAll .box-chat {
    width: 100%;
    max-height: 333px
}

.m_thongbao .noti_header {
    font-weight: 500;
    padding: 10px 10px 0px;
    font-size: 16px;
    line-height: 15px;
    color: #23527c;
}

.m_thongbao .no_noti {
    list-style-type: none;
    text-align: center;
    color: #000 !important;
    display: block
}

.m_thongbao .head_sub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_thongbao .num_noti {
    font-size: 9px !important;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: red;
    color: white;
    border-radius: 50%;
    top: -7px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_thongbao .show_noti {
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}

.m_thongbao .show_noti span {
    font-size: 14px;
    line-height: 20px;
}

.m_thongbao .item_noti {
    display: flex;
    align-items: center;
    padding: 0px 10px 5px;
    gap: 5px;
    border-bottom: 1px solid #ccc;
}

.m_thongbao .delete_show_noti {
    background: red;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99em;
    color: #FFF;
    font-size: 12px;
    line-height: 11px;
}

.m_thongbao .wrap_noti {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m_thongbao .show_noti .span-text-noti {
    color: #000;
    font-weight: 400;
}

.m_thongbao .show_noti .span-time-noti {
    font-size: 12px;
    color: #000;
}

.m_thongbao .unseen .show_noti .span-text-noti {
    color: #707070;
}

.m_thongbao .unseen .show_noti .span-time-noti {
    color: #707070;
}

.m_menubar {
    max-width: 445px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 62px;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    border-radius: 8px
}

.top_menu_ntd,
.top_menu_uv {
    height: unset;
    box-shadow: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: unset
}

.box_name_user {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
    gap: 8px
}

.box_input_ntd {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center
}

.m_name_user .dt_chat {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #23527c;
}

.m_txt_cphepntd,
.m_txt_lochs {
    margin: 0;
    width: calc(100% - 30px);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
    padding-left: 0
}

.avatar_user {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
    border-radius: 50%;
    float: left;
    margin: 0;
    object-fit: cover;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.header_poppup_item {
    display: flex;
    gap: 15px;
    padding: 11px 10px;
    background: rgba(76, 91, 212, 0.05);
    border-radius: 4px;
    margin-bottom: 0
}

.content_menubar {
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: 0;
    overflow: auto;
    height: 400px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.container_menu_chung {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center
}

:is(.content_hsxinviec, .content_dangtin, .content_hths, .content_qltaikhoan) {
    display: flex;
    align-items: center;
    gap: 15px
}

.txt_ic_menu {
    font-family: Roboto-Medium !important;
    font-size: 15px;
    line-height: 18px;
    color: #474747;
    margin-bottom: 0
}

.content_menu_more {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 36px;
    background: #FBFBFB
}

.menu_more {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.txt_qlc_more {
    padding: 10px 0 !important;
    width: 100% !important;
    font-family: unset !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #474747 !important;
    text-align: left !important
}

.box_input_ntd .m_label_cphepntd {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 17px;
    margin-right: unset
}

.box_input_ntd .m_label_cphepntd .m_input_cphepntd {
    opacity: 0;
    width: 0;
    height: 0
}

.box_input_ntd .m_span_cphepntd {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCC;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px
}

.box_input_ntd .m_span_cphepntd:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 3px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.box_input_ntd .m_input_cphepntd:checked+.m_span_cphepntd {
    background-color: #007d7d
}

.box_input_ntd .m_input_cphepntd:checked+.m_span_cphepntd:before {
    transform: translateX(10px)
}

.box_input_ntd .m_span_cphepntd .round_qlkm_ah:before {
    border-radius: 50%
}

#header_mobile {
    display: none
}

.m_iconmorong {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    width: 30px;
    height: 30px
}

.m_iconmorong_new {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 99em;
    border-color: #ddd;
    width: 30px;
    height: 30px
}

.m_line,
.m_line_1,
.m_line_2 {
    width: 80%;
    height: 2px;
    border-radius: 1px;
    background-color: #fff
}

.boder_morong {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%
}

.boder_morong_new {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

#search_hd {
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center
}

.boder_timkiem {
    width: 44%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    border-right: 1px solid #cccc;
    background: #FFF
}

.main_search input[type="text"] {
    border: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    float: left;
    outline: 0;
    padding: 0;
    background: none
}

#search_hd .icon-before {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 18px;
    color: #555;
    z-index: 1;
    height: 100%
}

#search_hd #box_search_index {
    position: relative;
    margin: 0;
    padding: 2px 5px;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #FFF
}

.nangcao {
    float: left;
    width: 47px;
    height: 50px;
    margin-top: 0;
    border-radius: 3px;
    background: #23527c url(/images/ic_nangcao.png) no-repeat;
    background-position: center;
    margin-left: 9px;
    border-radius: 10px;
    cursor: pointer
}

.scroll {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.menu_cate {
    height: 50px;
    width: 100%;
    border-top: 1px solid #CCC;
    background: #fff;
    box-shadow: 0 10px 16px #ccc
}

.menu_cate ul li a {
    text-decoration: none;
    color: #474747;
    float: left;
    line-height: 33px
}

.menu_cate ul {
    display: flex;
    align-items: center;
    gap: 10px
}

.m_menu_cate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.m_textchung:hover {
    color: #fff
}

.arsl.tinhthanh {
    width: 44%;
    border-right: 1px solid #ccc
}

.box_search#box_search_uv {
    padding: 20px;
    background: #FFF;
    box-shadow: 0 10px 16px #ccc;
    width: 100%;
    margin: 0
}

.search_uv_new {
    position: relative;
    margin: 0;
    padding: 3px;
    border-radius: 5px;
    width: 95%;
    border: 1px solid #ccc
}

.arsl.nganhnghe.item_search_uv {
    max-width: 300px;
    width: 100%
}

#box_search_uv .arsl.tinhthanh {
    width: calc(100% / 3)
}

.box_search#box_search_uv .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #e1e1e1;
    height: 47px !important;
    outline: 0;
    padding-left: 40px;
    background: url()
}

.box_search#box_search_uv .item_search_uv .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
    color: #333;
    padding-left: 0
}

.box_search#box_search_uv .form_searchuv {
    width: calc(100% - 56px);
    float: left;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.box_search_uv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

#boxSearchmore {
    display: none;
    position: fixed;
    background: rgb(255 255 255 / 79%);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto
}

#boxSearchmore.box_search_advanced .select2-container--default .select2-selection--single {
    border: 1px dashed #c8c8c8 !important;
    height: 38px !important;
    padding-left: 0;
    padding-top: 0 !important
}

.m_line_1 {
    transition: 1s ease;
    transform: rotate(45deg);
    position: absolute
}

.m_line_2 {
    transition: 1s ease;
    transform: rotate(140deg);
    position: absolute
}

.icon_logo {
    width: 140px;
    height: 30px;
}

#box_search_key .box_left {
    float: left;
    width: 100%;
    padding-right: 15px;
    max-height: unset;
    height: 90%;
    overflow: auto;
    margin-bottom: 20px;
    border: none
}

#box_search_city .box_right {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 0px;
    height: 98%;
    max-height: 300px
}

#box_search_key {
    position: absolute;
    margin-top: 5px;
    width: 41%;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 10px;
    float: left;
    min-height: 346px;
    max-height: 600px;
    height: 100%;
    z-index: 9999;
}

#box_search_city {
    position: absolute;
    width: 41%;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 23px 30px;
    float: left;
    min-height: 346px;
    max-height: 600px;
    height: 100%;
    z-index: 9999;
    left: 42%;
}

a.url_donxv,
.url_thuxv {
    font-size: 16px;
    color: #333
}

.boder_morong {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

.boder_morong .linee_1,
.line2 {
    position: absolute
}

.mobi-bor {
    float: left;
    width: 11%;
    display: flex;
    justify-content: end
}

.box_search_hd {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center
}

.arsl.tinhthanh .select2-container--default .select2-selection--single {
    height: 47px !important;
    border-radius: 0;
    border: none;
    padding-left: 32px;
    padding-top: 0 !important;
    background: unset
}

.mobi-bor input {
    float: left;
    border: none;
    width: 100%;
    height: 50px;
    background: #007d7d url(/images/ic_search.png) no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 5px
}

.box_search#box_search_uv .m_nganhnghe .select2-container--default .select2-selection--single {
    height: 50px !important;
    outline: 0;
    padding-top: 0;
    padding-left: 40px;
    border-right: 1px solid #cccc
}

.search_uv_new .boder_timkiem {
    width: 32%
}

.arsl.nganhnghe .select2-container--default .select2-selection--single {
    padding: 0 0 0 40px;
    background: unset
}

#box_search_index_mb .arsl.nganhnghe {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #888;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
    height: 47px
}

#box_search_uv #fts_id {
    width: 100%
}

.m_container_chat {
    position: relative
}

.icon_sltbaochat {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: red;
    color: #FFF;
    line-height: 12px !important;
    font-size: 13px;
    padding-top: 1px
}

.icon_chat {
    width: 24px;
    height: 24px;
}

.chatuse .icon_chat {
    width: 18px;
    height: 18px;
}

:is(.select_nganhcv, .select_ngonngu) span.select2-selection.select2-selection--single {
    border: unset;
    border-radius: unset;
    background: unset;
    width: 100%;
    padding: unset;
    height: unset !important
}

:is(.select_nganhcv, .select_ngonngu) .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-family: Roboto-Medium;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    color: #474747;
    height: unset !important
}

:is(.select_nganhcv, .select_ngonngu) {
    position: relative
}

:is(.select_nganhcv, .select_ngonngu) .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    display: none
}

.ungvienmienphi i.fa.fa-uv-name {
    padding-right: 5px
}

#loader {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
    text-align: center;
    padding-top: 150px
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle
}

.loader-6 {
    border: 6px groove #007d7d;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation: loader-1-inner 1s ease-out alternate infinite;
    animation: loader-1-inner 1s ease-out alternate infinite
}

.loader-6 .loader-inner {
    border: 0 inset #007d7d;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: border-zoom 1s ease-out alternate infinite;
    animation: border-zoom 1s ease-out alternate infinite
}

.fieldgroup_controls :is(.fa-plus, .fa-minus, .fa-edit) {
    padding-right: 5px
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.box_com h1 {
    font-size: 33px;
    padding: 20px 20px 0;
    margin: 0;
    font-weight: 500;
    line-height: 40px;
    color: #007d7d
}

.m_box_searchtc {
    box-shadow: 0 10px 16px #ccc;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    background: #FFF
}

.main_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

#boxSearchmore .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px
}

.img_banner {
    width: 381px;
    height: 368px
}

.banner_trangchu {
    display: flex;
    align-items: center
}

.banner_trangchu .m_box_searchtc {
    width: calc(100% - 381px);
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    background: none;
    box-shadow: none
}

.banner_trangchu {
    display: flex;
    align-items: center;
    background: url(../images/New_images/banner_home1366.png) no-repeat;
    background-size: 100% 100%;
    gap: 5px;
    justify-content: center
}

.banner_trangchu .box_com h1 {
    font-size: 33px;
    padding: 20px 20px 0;
    margin: 0;
    font-weight: 500;
    line-height: 40px;
    color: #fff
}

.banner_trangchu #box_search_index {
    background: none !important
}

.banner_trangchu .arsl.tinhthanh .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333
}

.banner_trangchu .arsl.tinhthanh {
    background: #FFF;
    border-radius: 10px
}

.banner_trangchu .enter_ntd::placeholder {
    color: #333
}

.banner_trangchu .boder_timkiem {
    border-radius: 10px
}

.banner_trangchu #search_hd #box_search_index {
    border: none
}

#m_header_new .m_thongbao {
    width: 24px;
    margin: 0;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 9999;
}

.txtbreakcrum_general {
    color: #23527c !important;
    font-family: 'Roboto-Medium';
    padding-left: 0px !important;
}

.container_suggest_location {
    width: 100%;
    float: left;
}

.box_suggest_location {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.frame_sg_lct {
    width: calc(100% - 100px);
    position: relative;
}

.content_sg_location {
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
}

.title_sg_location {
    width: 70px;
    font-family: 'Roboto-Medium';
}


.item_location {
    float: left;
    font-size: 15px;
    font-family: 'Roboto-Regular';
    background: #c7c7c7;
    border-radius: 100px;
    box-shadow: 0 1px 4px 0 rgba(1, 18, 34, .04);
    color: #000;
    cursor: pointer;
    line-height: 22px;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 4px 12px;
    transition: .1s;
    text-align: center;
    justify-content: center;
}

.active_sglct {
    background: #23527c;
    color: #FFF;
}

.container_suggest_location .frame_sg_location {
    display: flex;
    width: max-content;
    padding: 0px 20px;
    gap: 8px;
}

.slick-next,
.slick-prev {
    background-color: unset !important;
    height: 26px !important;
    width: 26px !important;
    z-index: 1 !important;
    border-radius: 50%;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 26px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    position: absolute;
    padding-top: 2px;
    border-radius: 50%;
}

.slick-prev::before {
    content: '←';
}

.slick-next::before {
    content: '→';
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.tag_s_item,
.tag_s_title {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Roboto-Medium';
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: unset !important;
    color: #007d7d !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    position: relative;
    background: unset !important;
    color: #007d7d;
}

.select2-container--default .select2-results__option[aria-selected=true]::before {
    content: "";
    background: url(../images/New_images/Check.png), no-repeat;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 24px;
    height: 24px;
}

.arsl .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
    color: #828282;
    padding-left: 8px;
}

#select_nganhcvv {
    width: 100% !important;
    height: unset !important;
}

@media screen and (max-width:1260px) {
    .cv_filter {
        display: none
    }
}

@media screen and (min-width:1260px) {
    #search_hd .main_search form {
        width: calc(100% - 30px);
        display: flex;
        gap: 10px
    }

    #search_hd .main_search {
        display: flex;
        width: 100%
    }

    .show_menu_nav .box_sub .ctn_box_ch a:hover {
        padding-left: 20px;
        transition: .3s ease
    }
}

@media screen and (max-width:1260px) {
    .list-notiAll {
        right: 0
    }

    #header_pc {
        display: none
    }

    #header_mobile {
        display: block;
        position: relative
    }

    .m_menubar {
        display: none
    }

    .m_header_mobile {
        padding: 5px 15px;
        background: #007d7d;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between
    }

    div#m_menu_mobile {
        position: absolute;
        background: #f6f6f6;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
        border-radius: 8px;
        width: 100%;
        height: 100vh;
        z-index: 99999999
    }

    .mobi-from {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        width: 100%;
        justify-content: start
    }

    .ctn_mobi_sub1 {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px
    }

    .content_box a {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .m_box_hdsaudn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row !important;
        padding: 10px !important;
        background: #fff !important
    }

    .box_hd_saudn {
        width: calc(100% - 30px);
        display: flex;
        align-items: center;
        gap: 10px
    }

    .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
    }

    .content_box {
        display: flex !important;
        flex-direction: row !important;
        padding: 10px !important;
        background: #fff !important
    }

    .ctn_mobi_sub_ul {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        background: #FFF
    }

    .txt_spchung {
        font-family: Roboto-Medium;
        font-size: 15px;
        line-height: 18px;
        width: 100%;
        color: #474747;
        background: none;
    }

    .m_mobile_menu {
        display: flex;
        align-items: center;
        width: 100%;
        background: #FFF;
        margin-bottom: unset;
        padding: 15px 10px;
        gap: 10px
    }

    .ctn_avt_us {
        width: 50px;
        height: 50px;
        border-radius: 99em
    }

    .main_search {
        padding: 0;
        height: 47px
    }

    .main_search input[type="text"] {
        width: 100%;
        margin: 0;
        height: 100%
    }

    #search_hd #box_search_index {
        border: unset
    }

    .arsl.tinhthanh {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #888;
        background: #FFF;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
        margin-bottom: 10px;
        display: flex
    }

    div#box_search_key,
    #box_search_city {
        width: 99%;
        padding: 23px 15px;
        margin-top: 50px
    }

    #box_search_city {
        width: 99%;
        right: 0;
        left: 0
    }

    .boder_timkiem {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #888;
        background: #FFF;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
        margin-bottom: 10px;
        height: 47px
    }

    .arsl.tinhthanh .select2-container--default .select2-selection--single {
        height: 47px !important;
        border: none;
        padding-left: 32px;
        padding-top: 0 !important;
        border-radius: 10px
    }

    .main_search .mobi-bor {
        width: calc(100% - 56px);
        text-align: center;
        float: left
    }

    .mobi-bor .btn_search {
        width: 100% !important;
        float: left;
        height: 47px;
        background: #007d7d url(/images/ic_search.png) no-repeat;
        background-position: center;
        cursor: pointer;
        border-radius: 10px
    }

    .box_search#box_search_uv {
        padding: 10px;
        background: #FFF;
        box-shadow: 0 10px 16px #ccc;
        width: 100%;
        margin: 0;
        height: 265px
    }

    .landingrecruitment .search_uv#box_search_index_mb {
        display: block !important;
        height: 275px;
        margin: 0;
        width: 100%;
        padding: 0;
        padding: 20px 0 !important
    }

    :is(.arsl.nganhnghe, .arsl.tinhthanh.mb_TTUV) .icon-before {
        top: 13px
    }

    #box_search_index_mb .mobi-bor-mb .btn_search_mb {
        padding: 15px 25px;
        color: #fff;
        border: #ff7e00;
        text-transform: uppercase;
        font-weight: 600;
        max-width: unset;
        width: 100%;
        float: left;
        height: 47px;
        background: #007d7d url(/images/ic_search.png) no-repeat;
        background-position: center;
        cursor: pointer;
        border-radius: 10px
    }

    #box_search_index_mb span.nangcao_mb {
        padding: 15px 5px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        float: left;
        width: 47px;
        height: 47px;
        margin-top: 0;
        background: #23527c url(/images/ic_nangcao.png) no-repeat;
        background-position: center;
        margin-left: 9px;
        border-radius: 10px;
        cursor: pointer
    }

    #box_search_index_mb .box_timkiem_nc {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px
    }

    .container_buton_tk {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        gap: 5px
    }

    .mobi-bor-mb {
        width: calc(100% - 61px)
    }

    #boxSearchmoremb.search_uvnc .select2-container .select2-selection--single {
        height: 40px
    }

    #boxSearchmoremb.search_uvnc .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 99%;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

    .main_search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

    .container.m_breakcrum {
        margin-top: 36px
    }

    .box_search_hd {
        width: 80%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:800px) {

    .box_search_hd {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #search_hd #box_search_index {
        border: unset;
        width: 100%
    }

    .menu_mobile {
        height: 90%;
        overflow: auto
    }

    .container_buton_tk {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        padding: 10px
    }

    .mobi-bor-mb .btn_search_mb {
        padding: 15px 25px;
        background: #ff7e00;
        color: #fff;
        border: #ff7e00;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 5px;
        max-width: 170px;
        width: 100%
    }

    .box_timkiem_nc {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 170px;
        width: 100%
    }

    span.nangcao_mb {
        padding: 15px 5px;
        background: #ff7e00;
        color: #fff;
        border: #ff7e00;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 5px;
        width: 100%
    }

    .container_buton_tk {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        padding: 0
    }

    .main_search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

    #boxSearchmoremb.search_uvnc .select2-container .select2-selection--single {
        height: 40px;
        padding: 0
    }

    #boxSearchmoremb .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 40px;
        margin: 0
    }

    figure.image img {
        width: 100%;
        height: auto;
        object-fit: unset !important
    }
}

@media screen and (max-width:600px) {
    .landingrecruitment .search_uv#box_search_index_mb {
        display: block !important;
        height: 275px;
        margin: 0;
        width: 100%;
        padding: 20px 0 !important
    }

    .box_com h1 {
        font-size: 30px;
        line-height: 36px !important;
        padding: 20px 20px 0;
        margin: 0;
        font-weight: 500;
        line-height: 40px;
        color: #007d7d
    }
}

@media screen and (min-width: 1500px) {
    .banner_trangchu {
        background: url(../images/New_images/bannerhome.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
}

@media screen and (max-width:767px) {
    .banner_trangchu .img_banner {
        display: none
    }

    .banner_trangchu .m_box_searchtc {
        width: 80% !important
    }
}

@media screen and (max-width:600px) {
    .banner_trangchu .img_banner {
        display: none
    }

    .banner_trangchu .m_box_searchtc {
        width: 100% !important
    }

    .banner_trangchu {
        display: flex;
        align-items: center;
        background: linear-gradient(45deg, #007d7dc2, #007d7d00, #007d7da3, #007d7de8);
        background-size: 100% 100%;
        gap: 5px;
        justify-content: center;
    }
}