/* box_search_candi_new_banner.css */
::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #cacef2;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }



/* custom checkbox */
/* Customize the label (the container) */
.container_dm {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
  }

  .container_dm p{
    font-size: 14px;
    line-height: 120%;
  }
  
  /* Hide the browser's default checkbox */
  .container_dm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .container_dm .checkmark {
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    border: 1px solid #A3A2A2;
  }
  
  /* On mouse-over, add a grey background color */
  .container_dm:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .container_dm .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container_dm input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_dm .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #4C5BD4;
    border-radius: 3px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container_dm .checkmark.not_all:after {
    left: 4px;
    top: 8px;
    width: 12px;
    height: 3px;
    background: #4C5BD4;
    border: unset;
    border-radius: 5px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  /* end custom checkbox */


  /* Custom radio  */

  /* The container */
.container_radio {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #8E8E93;
  }
  
  /* On mouse-over, add a grey background color */
  .container_radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container_radio input:checked ~ .checkmark {
    border: 2px solid #0A7AFF;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .container_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container_radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container_radio .checkmark:after {
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0A7AFF;
  }
  /* end custom radio  */

.container_search_new{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    gap: 20px;
}

.main_search_new{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1180px;
    position: relative;
    max-width: 95%;
}

.main_search_new .box_search_key{
    display: flex;
    align-items: center;
    border-radius: 56px;
    width: 100%;
}

.main_search_new .box_search_key .box_btn_cate{
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
    background: #FFF;
    width: 21%;
    height: 60px;
}

.main_search_new .box_search_key .box_btn_key{
    background: #FFF;
    width: 42%;
    height: 60px;
}

.main_search_new .box_search_key .box_btn_city{
    background: #FFF;
    width: 23%;
    height: 60px;
}

.main_search_new .box_search_key .box_btn_search{
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
    background: #FFF600;
    width: 14%;
    height: 60px;
}

.main_search_new .show_nc{
    margin-top: 0;
    margin-left: 10px;
}

.main_search_new .box_btn_cate button,
.main_search_new .box_btn_city button,
.main_search_new .box_btn_key .box_input,
.main_search_new .box_btn_search button{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 120%;
    justify-content: center;
    gap: 10px;
}

.main_search_new .box_btn_city button {
    justify-content: flex-start;
}

.main_search_new .box_btn_key .box_input{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    justify-content: left;
    padding: 0px 20px;
}

.main_search_new .box_btn_key .box_input input{
    font-size: 20px;
    line-height: 120%;
    background: none;
    border: none;
    width: calc(100% - 38px);
}
.main_search_new img{
    width: auto;
    height: auto;
}
.main_search_new .box_btn_cate button img,
.main_search_new .box_btn_city button img,
.main_search_new .box_btn_key .box_input img,
.main_search_new .box_btn_search button img{
    width: 28px;
    height: 28px;
}

.main_search_new .box_input .btn_remove_search{
    background: none;
    border: none;
}

.main_search_new .box_btn_key .box_input .btn_remove_search img{
    width: 15px;
    height: 15px;
}

.box_dm_cate{
    position: absolute;
    top: 80px;
    width: 330px;
    height: 510px;
    background: #FFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    box-shadow: 1px 0px 5px 1px ;
    z-index: 1;
    gap: 15px;
}
.box_dm_cate .box_head{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box_dm_cate .box_head .box_top{
    display: flex;
    justify-content: space-between;
}

.box_dm_cate .box_head .box_top .title{
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}

.box_dm_cate .box_head .box_top .btn_close_dmnn{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBEEF1;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
}

.box_dm_cate .box_head .box_search{
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 35px;
    border: 1px solid #4C5BD4;
    border-radius: 25px;
}

.box_dm_cate .box_head .box_search .icon_search{
    position: absolute;
}

.box_dm_cate .box_head .box_search input{
    width: 100%;
    background: none;
    border: none;
    line-height: 20px;
    padding-left: 25px;
}

.box_dm_cate .box_head .box_btn{
    width: 100%;
    display: flex;
}

.box_dm_cate .box_head .box_btn button{
    border: 1px solid #4C5BD4;
    border-radius: 10px;
    background: none;
    color: #4C5BD4;
    font-size: 16px;
    line-height: 120%;
    padding: 10px 20px;
}

.box_dm_cate .box_head .box_btn button:disabled{
    border: none;
    color: #8E8E93;
}

.box_dm_cate .box_content{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: calc(100% - 160px);
}

.box_dm_cate .box_content .content_left{
    padding: 20px;
    width: 226px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: auto;
}

.box_dm_cate .box_content .content_right{
    padding: 20px;
    width: calc(100% - 250px);
}

.container_dm{
    width: 100%;
}

.container_dm img{
    width: 28px;
    height: 28px;
}

.container_dm p{
    width: 100%;
}

.box_dm_cate .box_content .content_right .box_default{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.box_dm_cate .box_content .content_right .box_tag{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box_dm_cate .box_content .content_right .box_list{
    padding: 15px 45px;
    height: calc(100% - 63px);
    overflow: auto;
}

.box_dm_cate .box_content .content_right .box_btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 4px 15px;
}

.box_dm_cate .box_content .content_right .box_btn .btn_left{

}

.box_dm_cate .box_content .content_right .box_btn .btn_right{
    display: flex;
    gap: 9px;
}

.box_dm_cate .box_content .content_right .box_btn button{
    border-radius: 10px;
    padding: 10px 30px;
    height: 100%;
    font-size: 16px;
    line-height: 18px;
}

.box_dm_cate .box_content .content_right .box_btn button.select_all,.box_dm_cate .box_content .content_right .box_btn button.unselect_all{
    background: none;
    border: 1px solid #4C5BD4;
}

.box_dm_cate .box_content .content_right .box_btn button.select_all,.box_dm_cate .box_content .content_right .box_btn button.unselect_all{
    background: none;
    border: 1px solid #4C5BD4;
    color: #4C5BD4;
}

.box_dm_cate .box_content .content_right .box_btn button.select_all:disabled,.box_dm_cate .box_content .content_right .box_btn button.unselect_all:disabled{
    background: none;
    border: none;
    color: #AAA6A6;
}

.box_dm_cate .box_content .content_right .box_btn button.cancel{
    background: #E8E8E8;
    border: none;
}

.box_dm_cate .box_content .content_right .box_btn button.select{
    background: #4C5BD4;
    border: none;
    color: #fff;
}

.box_dm_cate .box_content .content_right .box_list .list_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 15px;
}

.box_dm_cate .box_content .content_right .box_list .item_tag{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 22.5px;
    background: #EBEEF1;
    height: fit-content;
}

.box_list .lb_item_tag input:checked ~ .item_tag{
    background: #4C5BD4 !important;
    color: #FFF;
}

.box_dm_cate .box_content .content_right .box_list .lb_item_tag input{
    display: none;
}

.box_dm_city{
    width: 450px;
    height: 480px;
    position: absolute;
    top: 80px;
    right: 162px;
    background: #FFF;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 0px 5px 1px ;
    z-index: 1;
}

.box_dm_city .box_top{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 46px;
    margin-bottom: 20px;
}

.box_dm_city .box_top button{
    position: absolute;
    top: -10px;
    right: 0px;
    border-radius: 50%;
    border: none;
    background: #EBEEF1;
    padding: 0;
    width: 28px;
    height: 28px;
    
}

.box_dm_city .box_top .box_search_city{
    width: 321px;
    max-width: calc(100% - 40px);
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 28px;
    border-radius: 25px;
    border: 2px solid #4C5BD4;
}

.box_dm_city .box_top .box_search_city .icon_search{
    position: absolute;
}

.box_dm_city .box_top .box_search_city input{
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    background: none;
    border: none;
}

.box_dm_city .box_btn_city{
    display: flex;
    justify-content: space-between;
    padding: 7px 28px;
    border-top: 1px solid #797878;
    height: 49px;
}

.box_dm_city .box_btn_city button{
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    width: fit-content;
}

.box_dm_city .box_btn_city button.select{
    border: none;
    background: #4C5BD4;
    color: #fff;
}

.box_dm_city .box_btn_city button.unselect_all{
    background: none;
    border: 1px solid #4C5BD4;
    color: #4C5BD4;
}

.box_dm_city .box_btn_city button.unselect_all:disabled{
    border: none;
    color: #AAA6A6;
    padding-left: 0;
}

.box_dm_city .box_content {
    width: 100%;
    height: calc(100% - 115px);
    padding: 20px;
    display: flex;
    padding-right: 0;
}

.box_dm_city .box_content .content_city_left{
    width: 206px;
    height: 100%;
    padding-right: 20px;
    overflow: auto;
}

.box_dm_city .box_content .content_city_left .list_city{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}

.box_dm_city .box_content .content_city_right{
    width: calc(100% - 206px);
    border-left: 1px solid #B5B0B0;
    overflow: auto;
}

.box_dm_city .box_content .content_city_right .list_district{
    padding-left: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box_dm_city .box_content .content_city_right .content_default{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.box_dm_city .box_content .content_city_right .content_default p{
    font-size: 12px;
    line-height: 120%;
    color: #ABABAB;
}

.box_autocomplete{
    width: 545px;
    height: 572px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    top: 80px;
    left: 235px;
    z-index: 1;
    box-shadow: 1px 0px 5px 1px ;
}

.box_autocomplete .container_complete{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.box_autocomplete .container_complete .btn_close_autocp{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: #EBEEF1;
    border-radius: 50%;
}

.box_autocomplete .container_complete .box_key_search{
    width: 525px;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
}

.box_autocomplete .container_complete .box_key_search .key_top{
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #9A9797;
    padding-bottom: 10px;
    height: 34px;
}

.container_complete .box_key_search .key_top p{
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 600;
}

.container_complete .box_key_search .key_content{
    height: calc(100% - 34px);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container_complete .box_key_search .key_content .key_text{
    font-size: 20px;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    height: 24px;
}

.container_complete .box_key_search .key_content .list_key{
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
    padding-left: 55px;
}
.container_complete .box_key_search .key_content .list_key .container_key{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container_complete .box_key_search .item_key{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.container_complete .box_key_search .item_key img{
    width: 28px;
    height: 28px;
}

.container_complete .box_key_search .item_key p{
    width: calc(100% - 38px);
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.click_search{
    cursor: pointer;
}

.new_banner_th .main_search{
    padding: 0;
}
.box_m_search{
    width: unset !important;
}
.box_m_search .new_search{
    display: none;
}

.search_nc_th .hide_search_pc{
    display: none;
}
.pop-cod{
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pop{
    margin-right: 0 !important;
}
.btn-pop{
    float: left;
    width: 100%;
}
.pop-cod .pop:nth-child(3n+0){
    margin-right: 0;
}

.search_nc_th .select2-container .select2-selection--single{
    height: 100% !important;
    border-radius: 8px;
}

/* Banner mới  */
.banner_new{
    width: 1180px;
    max-width: 95%; 
    height: 100%;
    background: url('https://timviec365.vn/images/box_search_new/banner_tv_new.png');
    background-size: cover;
    background-position: right bottom;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    float: left;
}

.banner_new .banner_text{
    width: 504px;
    max-width: 100%;
}

.banner_new .banner_text .banner_title{
    color: #FFF;
    font-style: italic;
    font-size: 36px;
    line-height: 120%;
    text-align: right;
    font-weight: 600;
    padding-bottom: 20px;
    text-shadow: 2px 2px #DB8400;
}

.banner_new .banner_text .banner_sub{
    color: #FFF;
    font-style: italic;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}

.banner_new .banner_text .banner_content{
    color: #FFF;
    font-style: italic;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    font-weight: 600;
}

.banner_new .banner_text .banner_btn{
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.banner_new .banner_text .banner_btn img{
    width: auto;
    height: auto;
}

.banner_new .banner_text .banner_btn .right{
    transform: rotate(180deg);
}

.banner_new .banner_text .banner_btn .center{
    background: #FFF;
    border-radius: 20px;
    padding: 8px 12px;
    color: #A73D3E;
    font-size: 16px;
    line-height: 120%;
}

/* banner 8/3 */
.box_gift_8_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.item_gift_8_3 {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.box_gift_8_3 .ico_gift_8_3 {
    width: 32px;
    height: 32px;
}
.box_gift_8_3 .item_gift_8_3_100 {
    width: 100%;
    justify-content: center;
}
.content_gift_8_3 {
    width: calc(100% - 37px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.box_gift_8_3 .item_gift_8_3_100 .content_gift_8_3 {
    width: fit-content;
}
.span_gift_8_3, 
.title_gift_8_3 {
    color: #FFF;
    font-size: 17px;
    line-height: 20px;
}
.txt_gift_8_3 {
    font-size: 20px;
    line-height: 24px;
    color: #FFD700;
    text-transform: uppercase;
}
.banner_text_8_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    width: 60%;
}
.box_title_8_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.title1_8_3 {
    color: #FFF;
    font-size: 28px;
    line-height: 32.38px;
    text-transform: uppercase;
    text-align: center;
}
.title2_8_3 {
    color: #FFD700;
    font-size: 28px;
    line-height: 32.38px;
    text-transform: uppercase;
    text-align: center;
}
.box_title_footer_8_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 70px;
}
.txt_footer_8_3 {
    color: #630AF8;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.main_search_new .ico_footer_8_3 {
    width: 55px;
    height: 50px;
}
.banner_new.banner_search_8_3 {
    background: url(https://timviec365.vn/images/box_search_new/banner_8_3.png);
    background-size: cover;
    background-position: left bottom;
    justify-content: flex-end;
    height: 100%;
    max-height: 270px;
}
.banner_new.banner_search_hidden {
    display: none;
}

/* banner chat */
.banner_new.banner_search_origin {
    background: url(https://timviec365.vn/images/box_search_new/banner_origin.png);
    background-size: cover;
    background-position: left bottom;
    padding: 10px;
    justify-content: center;
    display: none;
}
.content_banner_search_origin {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.box_img.boximg_banner_search_origin {
    width: 300px;
}
.img_banner_search_origin {
    width: 100%;
}
.banner_search_origin .banner_QR {
    width: 265px;
    height: 265px;
    display: flex;
}
.banner_search_origin .banner_QR .box_select_login {
    padding: 10px 10px 5px;
}
.banner_search_origin .banner_QR .box_select_login .select_login p {
    font-size: 16px;
}
.banner_search_origin .banner_QR .scan_qr {
    padding: 10px;
    width: 190px;
    height: 190px;
}
.banner_search_origin .banner_QR .img_qr {
    width: 170px;
    height: 170px;
}
.banner_search_origin .banner_QR .note {
    padding: 5px 10px 10px;
}
.banner_search_origin .banner_QR .text {
    font-size: 12px;
    line-height: 16px;
    color: #474747;
}
.title.title_banner_search_origin {
    color: #FFFFFF;
    width: 100%;
    line-height: 55px;
    font-weight: 600;
    font-size: 50px;
}
.title_banner_search_origin2 {
    font-size: 36px;
}

.container_search_new .box_choose_cate,
.container_search_new .box_choose_city {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.container_search_new .box_choose_cate .show_choose_cate, 
.container_search_new .box_choose_city .show_choose_city {
    flex: 1;
}
.container_search_new .box_search_key .btn_unset_search {
    border-radius: 50%;
    border: none;
    background: #EBEEF1;
    padding: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.box_keyword_mb .btn_unset_search .ico_unset_search, 
.container_search_new .box_search_key .btn_unset_search .ico_unset_search {
    width: 10px;
    height: 10px;
}
.box_keyword_mb .btn_unset_search {
    position: absolute;
    right: 40px;
    bottom: 0;
    top: 10px;
    margin: 0;
    background: transparent;
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_search_new .box_search_key .box_search_keyword .btn_unset_search {
    margin: 0;
    background: transparent;
}
.container_search_new .box_search_key .btn_unset_search:hover {
    background: #dfdfdf !important;
}

@media(max-width: 1200px) {
    .banner_new{
        width: 100%;
    }
}
@media(max-width: 1024px) {
    .banner_text_8_3 {
        width: 70%;
    }
}
@media(max-width: 880px) {
    .banner_text_8_3 {
        width: 75%;
    }
}
@media(max-width: 800px) {
    .banner_new{
        background: url('https://timviec365.vn/images/box_search_new/banner_tv_new_mb.png');
        background-size: cover;
        background-position: right bottom;
        justify-content: center;
        min-height: 224px;
        align-items: start;
    }

    .banner_new .banner_text{
        width: 370px;
        max-width: 100%;
    }

    .banner_new .banner_text .banner_title,.banner_new .banner_text .banner_sub{
        font-size: 24px;
        text-align: center;
        padding-bottom: 5px;
    }
    .banner_new .banner_text .banner_content{
        font-size: 14px;
        padding-bottom: 10px;
    }
    .banner_new .banner_text .banner_btn{
        justify-content: start;
    }
    .banner_new .banner_text .banner_btn img{
        width: auto;
        height: auto;
    }
    .banner_new.banner_search_8_3 {
        background: url(https://timviec365.vn/images/box_search_new/banner_8_3_mb.png);
        background-size: cover;
        background-position: left bottom;
    }
    .banner_text_8_3 {
        width: 85%;
    }
    .title1_8_3, .title2_8_3 {
        font-size: 20px;
        line-height: 22px;
    }
    .txt_footer_8_3, .title_gift_8_3 {
        font-size: 16px;
        line-height: 19px;
    }
    .txt_gift_8_3 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media(max-width: 600px) {
    .banner_text_8_3 {
        width: 100%;
    }
    .box_title_footer_8_3 {
        padding-left: 30px;
    }
    .box_gift_8_3 {
        column-gap: 20px;
    }
    .item_gift_8_3 {
        width: fit-content;
    }
    .banner_new.banner_search_8_3 {
        display: none;
    }
}


/* end banner mới  */

@media(max-width: 1165px) {
    .rowWrapper{
        height: auto !important;
    }
    .rowWrapper .search{
        width: 100%;
    }
    .box_m_search{
        width: 100% !important;
        height: 100%;
    }
    .new_banner_th .box_m_search{
        padding: 10px;
    }
    .new_banner_th .main_search{
        top: 110px;
    }
    .container_search_new{
        display: none;
    }
    .box_m_search .new_search{
        display: block;
    }
    .box_m_search #recordButton{
        top: 5px;
    }
    .search_nc_th .hide_search_pc{
        display: block;
    }
    .btn-pop{
        padding-top: 10px !important;
    }
}

@media(max-width: 600px) {
    .box_m_search .new_search{
        top: 0 !important;
    }
}

/* tạm ẩn tìm kiếm theo keyword và chỉ chọn 1 tỉnh thành, 1 ngành nghề */
/* .searchNotKeyword_and_selectOne .box_keyword_mb, 
.searchNotKeyword_and_selectOne .show_nc.nangcao, 
.container_search_new.searchNotKeyword_and_selectOne .box_btn_key {
    display: none;
}
.container_search_new.searchNotKeyword_and_selectOne .box_btn_cate {
    width: 43%;
    padding-left: 20px;
    border-right: 1px solid #ccc;
}
.container_search_new.searchNotKeyword_and_selectOne .box_btn_cate #show_dmnn {
    justify-content: flex-start;
}
.container_search_new.searchNotKeyword_and_selectOne .box_btn_city.box_choose_city {
    width: 43%;
}
@media screen and (max-width: 1165px) {
    .searchNotKeyword_and_selectOne.box_m_search .new_search .box_input .mobi-bor {
        padding: 0;
        width: 100%;
    }
    .searchNotKeyword_and_selectOne.box_m_search .new_search .box_input .select2-container {
        height: auto;
    }
    .boxconatin_search {
        width: 100%;
    }
} */

/* Banner */
.rowWrapper {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 450px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .rowWrapper > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .rowWrapper .search {
    display: flex;
  }
  
  .rowWrapper .login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .rowWrapper .mcWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .rowWrapper .txtChatnow {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    text-transform: uppercase;
    /* font-family: Roboto; */
  }
  
  .rowWrapper .h1 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%;
    text-transform: uppercase;
    margin-bottom: 30px;
    /* font-family: Roboto; */
  }
  .box_banner_detailuv.rowWrapper {
    height: 270px;
    padding: 5px 0;
    width: 100%;
  }
  .box_banner_detailuv .txt_banner_chat {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    text-transform: uppercase;
  }
  .box_banner_detailuv .txt_banner_job {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .box_banner_detailuv .container_search_new .banner_new {
    display: none;
  }
  .boxcontent_banner_search {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .box_banner_detailuv .box_txt_banner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box_banner_detailuv.rowWrapper .login {
    display: none;
  }
  
  .box_banner_detailuv.rowWrapper .box_m_search {
    width: 100%;
  }
  .box_banner_detailuv.rowWrapper .box_m_search .new_search {
    display: flex;
    align-items: center;
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .box_banner_detailuv.rowWrapper .box_search_keyuv {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
    background: #FFF;
    width: 35% !important;
    height: 60px;
  }
  .box_banner_detailuv.rowWrapper .box_search_keyuv #fts_id {
    height: 60px !important;
    margin: 0 !important;
  }
  .box_banner_detailuv.rowWrapper .box_search_keyuv #recordButton {
    top: 0 !important;
    bottom: 0;
    margin: auto;
  }
  .box_banner_detailuv.rowWrapper .box_search_catecityuv {
    width: 75%;
    height: 60px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
  }
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container {
    width: 75% !important;
    margin-bottom: 0 !important;
    height: auto;
  }
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
  }
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 .select2-selection.select2-selection--single, 
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 .select2-container, 
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor .btn_search,
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor {
    height: 60px !important;
  }
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .show_nc {
    margin-top: 0;
  }
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1:first-of-type .select2-container--default .select2-selection--single {
    border-radius: unset;
  }
  .box_banner_detailuv.rowWrapper .box_input .select2-container--default .select2-selection--single {
    border: unset;
    border-right: 1px solid #aaa !important;
  }
  .box_banner_detailuv.rowWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .box_banner_detailuv.rowWrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
  } 
  .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input::before {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
  }
  
  @media screen and (max-width: 1165px) {
    .login {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 45px;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 .select2-selection.select2-selection--single, 
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 .select2-container, 
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor .btn_search,
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor {
      height: 45px !important;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container {
      width: 100% !important;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection_cate .select2-container--default .select2-selection--single {
      border-top-left-radius: 56px !important;
      border-bottom-left-radius: 56px !important;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection_city .select2-container--default .select2-selection--single {
      border-top-right-radius: 56px !important;
      border-bottom-right-radius: 56px !important;
    }
    .box_banner_detailuv.rowWrapper .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 20px !important;
    }
    .box_banner_detailuv.rowWrapper {
      height: 300px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .txtChatnow {
      font-size: 34px !important;
    }
  
    .h1 {
      font-size: 48px !important;
    }
  }
  
  @media screen and (max-width: 500px) {
    .rowWrapper {
      height: 250px!important;
      padding: 10px;
    }
  
    .mcWrapper {
      margin-top: 20px;
    }
  
    .txtChatnow {
      display: none;
    }
  
    .h1 {
      display: none;
    }
    
  }

/* search.css */
.box_m_search {
    float: unset;
    width: 90%;
  }
  
  .box_m_search .new_search {
    float: left;
    width: 100%;
    position: relative;
  }
  
  .box_m_search .new_search .box_input {
    position: relative;
    float: left;
    width: 100%;
  }
  
  .box_m_search .new_search .box_input::before {
    content: url('/timviecejs/images/before_login/ic_search_indx.png');
    position: absolute;
    width: 16px;
    height: 16px;
    left: 30px;
    top: 21px;
  }
  
  .box_m_search .new_search .box_input #fts_id {
    width: 100%;
    border-radius: 240px;
    height: 56px;
    border: none;
    padding-left: 55px;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #fff;
  }
  
  .box_m_search .new_search .box_input #recordButton {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box_m_search .new_search .box_input .select2-container {
    width: 63% !important;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: unset;
    margin-top: 0 !important;
    vertical-align: middle;
    margin-bottom: 19px !important;
  }
  
  .box_m_search .new_search .box_input .select2-container .selection2 {
    position: relative;
    display: none;
  }
  
  .box_m_search .new_search .box_input .select2-container .selection1 {
    display: block;
    position: relative;
    z-index: 0;
    width: 50%;
  }
  
  .box_m_search .new_search .box_input .select2-container .selection1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
  
  .box_m_search .new_search .box_input .select2-container .selection1 .select2-selection.select2-selection--single {
    height: 50px;
  }
  
  .box_m_search .new_search .box_input .select2-container .selection1 .select2-container {
    width: 100% !important;
    height: 50px;
    margin: 0 !important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  
  .select2-container--default .select2-selection--single {
    border-radius: 0;
  }
  
  .box_m_search .new_search .box_input .select2-container .selection1:first-of-type .select2-container--default .select2-selection--single {
    border-radius: 40px 0 0 40px;
  }
  
  .box_m_search .new_search .box_input .mobi-bor {
    float: left;
    width: 22%;
  }
  
  .box_m_search .new_search .box_input .mobi-bor .btn_search,
  .box_m_search .new_search .box_input .mobi-bor .new_banner_th .btn_search_uv {
    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: bold;
  }
  
  .box_m_search .new_search .box_input .show_nc {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 15px;
    margin-top: 5px;
    cursor: pointer;
  }
  
  .box_m_search .box_key {
    z-index: 13;
  }
  
  .box_m_search .box_key .box_m_search {
    float: unset;
  }
  
  .box_m_search .box_key .box_m_search .new_search {
    width: 570px;
    float: left;
    position: relative;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input {
    position: relative;
    float: left;
    width: 100%;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input::before {
    content: url('/images/before_login/ic_search_indx.png');
    position: absolute;
    width: 16px;
    height: 16px;
    left: 30px;
    top: 23px;
    z-index: 12;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input #fts_id {
    width: 100%;
    border-radius: 240px;
    height: 65px;
    border: none;
    padding-left: 55px;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input #recordButton {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input .select2-container {
    width: 397px !important;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: unset;
    margin-top: 0 !important;
    vertical-align: middle;
    margin-bottom: 19px !important;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input .select2-container .selection2 {
    position: relative;
    display: none;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input .select2-container .selection1 {
    display: block;
    position: relative;
    z-index: 0;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input .mobi-bor {
    float: left;
    width: 22%;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input .mobi-bor .btn_search,
  .box_m_search .box_key .box_m_search .new_search .box_input .mobi-bor .new_banner_th .btn_search_uv {
    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: bold;
  }
  
  .box_m_search .box_key .box_m_search .new_search .box_input .show_nc {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 15px;
    cursor: pointer;
  }
  
  .box_m_search .box_key .box_m_search .box_key {
    z-index: 13;
  }
  
  .box_m_search .box_key .box_m_search .box_city {
    z-index: 10;
  }
  
  .box_m_search .box_key .box_m_search .box_key,
  .box_m_search .box_key .box_m_search .box_city {
    width: 1047px;
    float: left;
    position: relative;
    margin-top: -5px;
  }
  
  .box_m_search .box_key .box_m_search .box_key .close_bs,
  .box_m_search .box_key .box_m_search .box_city .close_bs {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 32px;
    color: gray;
    z-index: 1000;
    cursor: pointer;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city {
    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;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_lq,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_lq,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_lq,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_lq {
    float: left;
    width: 48%;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_lq .autocomplete_items,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_lq .autocomplete_items,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_lq .autocomplete_items,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_lq .autocomplete_items {
    float: unset;
    width: 100%;
    height: 190px;
    max-height: 220px;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    overflow: auto;
    position: relative;
    z-index: 999;
    border: none;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_lq .autocomplete_items div,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_lq .autocomplete_items div,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_lq .autocomplete_items div,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_lq .autocomplete_items div {
    margin: 0;
    cursor: pointer;
    padding: 5.5px 0;
    font-family: Roboto-Regular, sans-serif;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_lq .autocomplete_items div input,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_lq .autocomplete_items div input,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_lq .autocomplete_items div input,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_lq .autocomplete_items div input {
    position: relative;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_gy,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_gy,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_gy,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_gy {
    float: left;
    width: 51%;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_gy span,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_gy span,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_gy span,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_gy span {
    width: 33%;
    float: left;
    margin-bottom: 10px;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .text_def,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .text_def,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .text_def,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .text_def {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #888;
    font-family: Roboto-Regular, sans-serif;
  }
  
  .box_m_search .box_key .box_m_search .box_key .nd_box_key .solid,
  .box_m_search .box_key .box_m_search .box_city .nd_box_key .solid,
  .box_m_search .box_key .box_m_search .box_key .nd_box_city .solid,
  .box_m_search .box_key .box_m_search .box_city .nd_box_city .solid {
    border-left: 2px solid #f5f5f5;
    padding-left: 10px;
    min-height: 200px;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao {
    height: 1500px;
    position: fixed;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    z-index: 9999;
    float: left;
    background: #000 87;
    top: 0;
    right: 0;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor {
    text-align: center;
    padding-top: 19vh;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop {
    width: 911px;
    margin: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
    display: inline-block;
    text-align: left;
    border-radius: 10px;
    background: #fff;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop {
    float: left;
    width: 100%;
    font-family: Roboto-Medium, sans-serif;
    padding: 18px 0;
    background: #4c5bd4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    font-weight: 400;
    font-family: Roboto-Regular, sans-serif;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop p:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px 0 25px;
    color: #fff;
    background-size: 100% 100%;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop .close {
    float: right;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop {
    float: left;
    background: #fff;
    padding: 37px 25px 20px;
    border-bottom: 2px solid #d7d2d2;
    border-radius: 0px 0px 10px 10px;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod {
    width: 100%;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .ip_search_nc {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .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;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .btn-pop {
    width: 100%;
    float: left;
    border-top: 2px solid #d7d2d2;
    padding-top: 22px;
    margin-top: 15px;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .btn-pop .btn-pop-click {
    width: 144px;
    height: 38px;
    line-height: 40px;
    float: right;
    background: #4c5bd4;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .btn-pop .btn-pop-click a {
    padding-top: 8px;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
  }
  
  @media screen and (max-width: 1165px) {
    .box_m_search .box_key .box_m_search {
      width: 100%;
      float: unset;
    }
  
    .box_m_search .box_key .box_m_search .new_search {
      width: 100%;
      float: left;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input::before {
      left: 20px;
      top: 12px;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input #fts_id {
      background: #fff;
      padding-left: 45px;
      height: 40px !important;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input #recordButton {
      top: 6px;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input .select2-container {
      width: 100% !important;
      height: 40px;
    }
  
    .box_m_search .new_search .box_input .select2-container .selection2 .select2-selection.select2-selection--single {
      height: 40px;
      border-radius: 40px;
    }
  
    .box_m_search .new_search .box_input .select2-container .selection2 .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 40px;
      padding-left: 28px;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input .select2-container .selection1 {
      display: none;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input .select2-container .selection2 {
      display: block;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input .mobi-bor {
      float: left;
      width: calc(100% - 50px);
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input .mobi-bor .btn_search {
      height: 40px;
      border-radius: 40px;
    }
  
    .box_m_search .box_key .box_m_search .new_search .box_input .show_nc {
      margin-top: 0px;
    }
  
    .box_m_search .box_key .box_m_search .box_city {
      top: -50px;
    }
  
    .box_m_search .box_key .box_m_search .box_key,
    .box_m_search .box_key .box_m_search .box_city {
      width: 100%;
    }
  
    .box_m_search .box_key .box_m_search .box_key .nd_box_key,
    .box_m_search .box_key .box_m_search .box_city .nd_box_key,
    .box_m_search .box_key .box_m_search .box_key .nd_box_city,
    .box_m_search .box_key .box_m_search .box_city .nd_box_city {
      min-height: 100px;
    }
  
    .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_lq,
    .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_lq,
    .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_lq,
    .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_lq {
      width: 100%;
    }
  
    .box_m_search .box_key .box_m_search .box_key .nd_box_key .kq_gy,
    .box_m_search .box_key .box_m_search .box_city .nd_box_key .kq_gy,
    .box_m_search .box_key .box_m_search .box_key .nd_box_city .kq_gy,
    .box_m_search .box_key .box_m_search .box_city .nd_box_city .kq_gy {
      width: 100%;
    }
  
    .box_m_search .box_key .box_m_search .box_key .nd_box_key .solid,
    .box_m_search .box_key .box_m_search .box_city .nd_box_key .solid,
    .box_m_search .box_key .box_m_search .box_key .nd_box_city .solid,
    .box_m_search .box_key .box_m_search .box_city .nd_box_city .solid {
      display: none;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .box_m_search .box_key .box_m_search .new_search .box_input #recordButton {
      right: 11px;
      top: 5px;
    }
  
    .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor {
      padding-top: 10vh;
    }
  
    .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop {
      width: 700px;
    }
  
    .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .ip_search_nc .key_th {
      width: 90%;
    }
  }
  
  @media (max-width: 800px) {
    .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor {
      padding-top: 5vh;
    }
  
    .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop {
      width: 360px;
    }
  
    .box_m_search .box_key .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .ip_search_nc .key_th {
      width: 85%;
    }
  }
  
  .box_m_search .box_city {
    z-index: 10;
  }
  
  .box_m_search .box_key,
  .box_m_search .box_city {
    width: 1047px;
    float: left;
    position: relative;
    margin-top: -5px;
  }
  
  .box_m_search .box_key .close_bs,
  .box_m_search .box_city .close_bs {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 32px;
    color: gray;
    z-index: 1000;
    cursor: pointer;
  }
  
  .box_m_search .box_key .nd_box_key,
  .box_m_search .box_city .nd_box_key,
  .box_m_search .box_key .nd_box_city,
  .box_m_search .box_city .nd_box_city {
    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;
  }
  
  .box_m_search .box_key .nd_box_key .kq_lq,
  .box_m_search .box_city .nd_box_key .kq_lq,
  .box_m_search .box_key .nd_box_city .kq_lq,
  .box_m_search .box_city .nd_box_city .kq_lq {
    float: left;
    width: 48%;
  }
  
  .box_m_search .box_key .nd_box_key .kq_lq .autocomplete_items,
  .box_m_search .box_city .nd_box_key .kq_lq .autocomplete_items,
  .box_m_search .box_key .nd_box_city .kq_lq .autocomplete_items,
  .box_m_search .box_city .nd_box_city .kq_lq .autocomplete_items {
    float: unset;
    width: 100%;
    height: 190px;
    max-height: 220px;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    overflow: auto;
    position: relative;
    z-index: 999;
    border: none;
  }
  
  .box_m_search .box_key .nd_box_key .kq_lq .autocomplete_items div,
  .box_m_search .box_city .nd_box_key .kq_lq .autocomplete_items div,
  .box_m_search .box_key .nd_box_city .kq_lq .autocomplete_items div,
  .box_m_search .box_city .nd_box_city .kq_lq .autocomplete_items div {
    margin: 0;
    cursor: pointer;
    padding: 5.5px 0;
    font-family: Roboto-Regular, sans-serif;
  }
  
  .box_m_search .box_key .nd_box_key .kq_lq .autocomplete_items div input,
  .box_m_search .box_city .nd_box_key .kq_lq .autocomplete_items div input,
  .box_m_search .box_key .nd_box_city .kq_lq .autocomplete_items div input,
  .box_m_search .box_city .nd_box_city .kq_lq .autocomplete_items div input {
    position: relative;
  }
  
  .box_m_search .box_key .nd_box_key .kq_gy,
  .box_m_search .box_city .nd_box_key .kq_gy,
  .box_m_search .box_key .nd_box_city .kq_gy,
  .box_m_search .box_city .nd_box_city .kq_gy {
    float: left;
    width: 51%;
  }
  
  .box_m_search .box_key .nd_box_key .kq_gy span,
  .box_m_search .box_city .nd_box_key .kq_gy span,
  .box_m_search .box_key .nd_box_city .kq_gy span,
  .box_m_search .box_city .nd_box_city .kq_gy span {
    width: 33%;
    float: left;
    margin-bottom: 10px;
  }
  
  .box_m_search .box_key .nd_box_key .text_def,
  .box_m_search .box_city .nd_box_key .text_def,
  .box_m_search .box_key .nd_box_city .text_def,
  .box_m_search .box_city .nd_box_city .text_def {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #888;
    font-family: Roboto-Regular, sans-serif;
  }
  
  .box_m_search .box_key .nd_box_key .solid,
  .box_m_search .box_city .nd_box_key .solid,
  .box_m_search .box_key .nd_box_city .solid,
  .box_m_search .box_city .nd_box_city .solid {
    border-left: 2px solid #f5f5f5;
    padding-left: 10px;
    min-height: 200px;
  }
  
  .box_m_search .pop-nangcao {
    height: 1500px;
    position: fixed;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    z-index: 9999;
    float: left;
    background: rgba(0, 0, 0, .529);
    top: 0;
    right: 0;
  }
  
  .box_m_search .pop-nangcao .pop-bor {
    text-align: center;
    padding-top: 19vh;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop {
    width: 911px;
    margin: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
    display: inline-block;
    text-align: left;
    border-radius: 10px;
    background: #fff;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop {
    float: left;
    width: 100%;
    font-family: Roboto-Medium, sans-serif;
    padding: 18px 0;
    background: #4c5bd4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    font-weight: 400;
    font-family: Roboto-Regular, sans-serif;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop p:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px 0 25px;
    color: #fff;
    background-size: 100% 100%;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .title-pop .close {
    float: right;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop {
    float: left;
    background: #fff;
    padding: 37px 25px 20px;
    border-bottom: 2px solid #d7d2d2;
    border-radius: 0px 0px 10px 10px;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod {
    width: 100%;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .ip_search_nc {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .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;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .btn-pop {
    width: 100%;
    float: left;
    border-top: 2px solid #d7d2d2;
    padding-top: 22px;
    margin-top: 15px;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .btn-pop .btn-pop-click {
    width: 144px;
    height: 38px;
    line-height: 40px;
    float: right;
    background: #4c5bd4;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .btn-pop .btn-pop-click a {
    padding-top: 8px;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
  }
  
  @media screen and (max-width: 1165px) {
    .box_m_search {
      width: 100%;
      float: unset;
    }
  
    .box_m_search .new_search {
      width: 100%;
      float: left;
    }
  
    .box_m_search .new_search .box_input::before {
      left: 20px;
      top: 12px;
    }
  
    .box_m_search .new_search .box_input #fts_id {
      background: #fff;
      padding-left: 45px;
      height: 40px !important;
    }
  
    .box_m_search .new_search .box_input #recordButton {
      top: 6px;
    }
  
    .box_m_search .new_search .box_input .select2-container {
      width: 100% !important;
      height: 40px;
    }
  
    .box_m_search .new_search .box_input .select2-container .selection1 {
      display: none;
    }
  
    .box_m_search .new_search .box_input .select2-container .selection2 {
      display: block;
    }
  
    .box_m_search .new_search .box_input .mobi-bor {
      float: left;
      width: calc(100% - 50px);
      padding-top: 55px;
    }
  
    .box_m_search .new_search .box_input .mobi-bor .btn_search {
      height: 40px !important;
      border-radius: 40px;
    }
  
    .box_m_search .new_search .box_input .show_nc {
      margin-top: 55px;
    }
  
    .box_m_search .box_city {
      top: -50px;
    }
  
    .box_m_search .box_key,
    .box_m_search .box_city {
      width: 100%;
    }
  
    .box_m_search .box_key .nd_box_key,
    .box_m_search .box_city .nd_box_key,
    .box_m_search .box_key .nd_box_city,
    .box_m_search .box_city .nd_box_city {
      min-height: 100px;
    }
  
    .box_m_search .box_key .nd_box_key .kq_lq,
    .box_m_search .box_city .nd_box_key .kq_lq,
    .box_m_search .box_key .nd_box_city .kq_lq,
    .box_m_search .box_city .nd_box_city .kq_lq {
      width: 100%;
    }
  
    .box_m_search .box_key .nd_box_key .kq_gy,
    .box_m_search .box_city .nd_box_key .kq_gy,
    .box_m_search .box_key .nd_box_city .kq_gy,
    .box_m_search .box_city .nd_box_city .kq_gy {
      width: 100%;
    }
  
    .box_m_search .box_key .nd_box_key .solid,
    .box_m_search .box_city .nd_box_key .solid,
    .box_m_search .box_key .nd_box_city .solid,
    .box_m_search .box_city .nd_box_city .solid {
      display: none;
    }
  
    .box_banner_detailuv.rowWrapper .box_search_keyuv #fts_id {
        height: 60px !important;
    }
    .box_banner_detailuv.rowWrapper  .box_m_search .new_search .box_input .select2-container .selection2 {
      display: none;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .select2-container .selection1 {
      display: block;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor {
      width: 22%;
      padding-top: 0;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor .btn_search {
      border-radius: 0px 55px 55px 0px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .box_m_search .new_search .box_input #recordButton {
      right: 11px;
      top: 5px;
    }
  
    .box_m_search .pop-nangcao .pop-bor {
      padding-top: 10vh;
    }
  
    .box_m_search .pop-nangcao .pop-bor .from-pop {
      width: 700px;
    }
  
    .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .ip_search_nc .key_th {
      width: 90%;
    }
  
    .box_banner_detailuv.rowWrapper .box_m_search .new_search {
      flex-direction: column;
      gap: 5px;
    }
    .box_banner_detailuv.rowWrapper .box_search_keyuv {
        width: 100% !important;
        height: 45px;
        border-radius: 56px;
    }
    .box_banner_detailuv.rowWrapper .box_search_keyuv #fts_id {
        height: 45px !important;
    }
    .box_banner_detailuv .txt_banner_chat {
      font-size: 30px !important;
      line-height: 40px;
    }
    .box_banner_detailuv .txt_banner_job {
      font-size: 40px !important;
      line-height: 45px;
    }
    .box_banner_detailuv.rowWrapper .box_search_catecityuv {
      border-left: unset;
      flex-wrap: wrap;
      gap: 5px;
    }
    
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor {
        width: calc(100% - 60px);
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search .box_input .mobi-bor .btn_search {
        border-radius: 55px;
    }
  }
  
  @media (max-width: 800px) {
    .box_m_search .pop-nangcao {
      height: 100%;
      overflow: scroll;
    }
  
    .box_m_search .pop-nangcao .pop-bor {
      padding-top: 5vh;
    }
  
    .box_m_search .pop-nangcao .pop-bor .from-pop {
      width: 360px;
    }
  
    .box_m_search .pop-nangcao .pop-bor .from-pop .nd-pop .pop-cod .ip_search_nc .key_th {
      width: 85%;
    }
  }
  
  @media (max-width: 600px) {
    .box_m_search .new_search {
      top: -25px;
    }
  
    .box_m_search .new_search .box_input #recordButton {
      right: 11px;
      top: 5px;
    }
    .box_banner_detailuv.rowWrapper {
        height: 200px;
    }
    .box_banner_detailuv .box_txt_banner {
      display: none;
    }
    .box_banner_detailuv.rowWrapper .box_m_search .new_search {
      top: unset;
    }
  }

  /* select_filter.css */
  .cursor_pt {
    cursor: pointer;
  }
  
  .focus_filter {
    background: #4c5bd4 !important;
    color: #fff !important;
    transition: all 0.3s ease;
  }
  
  .overlay {
    width: 100%;
    height: 100%;
    position: fixed !important;
    z-index: 0;
  }
  
  @media screen and (max-width: 768px) {
    .chat_notifice {
      background: url('/images/before_login/mess_icon2.png') no-repeat;
      background-size: 100% 100%;
      width: 24px;
      height: 24px;
    }
  }


  /* breadcrumb.css */
  .main_timviec.main_breadcrumb_new {
    background: unset;
    box-shadow: unset;
  }
  
  .main_breadcrumb_new .div_bre .breadcrumb {
    margin-top: 10px;
  }
  
  .main_breadcrumb_new .br_clr a span,
  .main_breadcrumb.main_breadcrumb_new .div_bre .breadcrumb li:not(.first)::before {
    color: #474747;
  }
  
  .main_breadcrumb_new.main_breadcrumb .div_bre .first a span:not(.line_h),
  .main_breadcrumb_new.main_breadcrumb .br_clr.active a span {
    color: #4c5bd4;
  }
  
  .container_timviec {
    max-width: 1200px;
    margin: auto;
  }
  
  .div_bre_2 {
    margin-bottom: 20px;
  }
  
  .div_bre_2 .breadcrumb li a {
    padding-right: 0 !important;
    font-weight: 700;
  }
  
  .div_bre_2 a span {
    padding: 0 !important;
  }
  
  .div_bre_2 {
    margin-top: 5px;
  }
  
  .div_bre_2 .line_h {
    padding: 0 15px !important;
    display: inline-block;
  }
  
  .div_bre .breadcrumb>li a, .div_bre .breadcrumb>li span {
    /* display: inline-block; */
    font-size: 14px;
    line-height: 37px;
    color: #474747;
    text-decoration: none;
    background: #fff;
    float: left;
    font-family: Roboto-Regular, sans-serif;
    padding-right: 14px;
  }
  
  .main_breadcrumb .div_bre .breadcrumb>li a,
  .main_breadcrumb .div_bre .first a span:not(.line_h),
  .main_breadcrumb .div_bre .breadcrumb li:not(.first)::before {
    background: transparent;
    color: #fff;
  }
  
  .title .active {
    color: #2758dd;
    border-bottom: 1px #2758dd solid;
  }
  
  .div_bre .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    height: 37px;
  }
  
  .main_breadcrumb .div_bre {
    background: transparent;
    margin-bottom: 0;
  }
  
  .div_bre .breadcrumb li:not(.first)::before {
    content: '>';
    font-size: 14px;
    line-height: 37px;
    color: #474747;
    padding: 0 5px;
    float: left;
    position: relative;
    left: -10px;
    margin-left: 20px;
  }
  
  .fixBr {
    position: relative;
    top: 10px;
  }
  
  @media screen and (max-width: 1519.98px) {
    .container_timviec {
      max-width: 1091px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .div_bre_2 {
      margin-top: 30px;
      margin-right: 10px;
    }
  
    .main_breadcrumb_new .div_bre .breadcrumb {
      padding-left: 10px;
    }
  }
  
  @media screen and (max-width: 1023.98px) {
    .main_timviec {
      padding-left: 10px;
      background: unset;
    }
  
    .container_thuut {
      align-items: unset;
      padding: 30px 16px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .main_timviec .m_detail_city {
      overflow: hidden;
    }
  
    .main_timviec {
      /* display: none; */
    }
  
    .main_breadcrumb_new .div_bre .breadcrumb {
      /* margin-top: 50px; */
    }
  
    .main_breadcrumb .main_breadcrumb_new .div_bre {
      padding: 0px 10px;
    }
  
    .main_breadcrumb_new .main_breadcrumb .div_bre .first a span:not(.line_h),
    .main_breadcrumb_new .main_breadcrumb .br_clr .active a span {
      color: #474747;
      display: none;
    }
  
    .div_bre .breadcrumb>li a,
    .div_bre .breadcrumb li:not(.first)::before {
      line-height: 24px;
    }
  }


  /* container.css */
  .ctn_tde_uvien {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #4c5bd4;
	margin-bottom: 10px;
	padding-top: 10px;
}

.ctn_ungvien_vlam .xuat_excel,
.ctn_pagi_uv .xuat_excel
	{
	height: 30px;
	border-radius: 15px;
	background: #4c5bd4;
	color: #FFF;
	padding: 0 20px;
	font-size: 18px;
	line-height: 30px;
	border: none;
	text-transform: uppercase;
}

.ctn_xemthem_uv .xuat_excel {
	display: flex;
	padding: 10px 25px;
	background: #4c5bd4;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	margin-left: 5px;
	height: 43px;
	text-transform: unset;
	line-height: unset;
	font-size: 16px;
}

.ctn_pagi_uv{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container_uv {
	width: 100%;
	display: flex;
	gap: 20px;
}

.container_uv.active_select {
	padding: 10px;
}

.container_uv .box_input {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.container_uv .select_uv {
	width: 25px;
	height: 25px;
}

.none {
	display: none !important;
}

.list_uv_home {
	max-height: 1000px;
	width: 100%;
	background: #fff;
	float: left;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 8px;
}

.list_uv_home:hover {
	height: auto
}

.box_title_star_uv {
	border-radius: 4px;
	border: 1px dashed #ffcf37;
	background: #fffcf3;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.title_star_uv_left {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
}

.title_star_uv_left img {
	width: 24px;
	height: 24px;
}

.box_title_star_uv .title_badge {
	color: var(--474747, #474747);
	font-size: 16px;
	line-height: normal;
}

.link_list_star_uv {
	border-radius: 4px;
	background: var(--G1, linear-gradient(90deg, #f88c00 0.02%, #ffcd6b 100.01%));
	padding: 8px 20px;
	color: var(--FFFFFF, #fff);
	font-family: 'Roboto-Medium';
	font-size: 16px;
	line-height: normal;
}

.auth_form {
	width: 765px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
}

.overlay {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.5);
}

.main_timviec {
	float: left;
	width: 100%;
	/* position: relative; */
	background: #fff;
}

.container_timviec {
	max-width: 1200px;
	margin: auto;
}

.gd_pc {
	display: inline-block;
}

.gd_mobile {
	display: none;
}

.box_bottom_cate {
	border-top: 1px solid #e2e0e0;
	padding-top: 40px;
}

.box_bottom_cate .gt_text a {
	color: #474747;
	font-weight: 400;
}

.gt_text p {
	text-align: justify;
}

.gt_text p img {
	width: 100%;
	margin: 10px 0;
}

.gt_text blockquote {
	float: left;
	width: 100%;
	margin: 0;
	border-left: 5px solid #4c5bd4;
	margin-bottom: 12px;
	font-style: italic;
}

.box_select_login p {
	font-family: 'Roboto-Medium';
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #0f21b4;
}

ul li span.ava_mess {
	width: unset;
	position: relative;
	float: left;
}

.list_chat_uv {
	max-height: 1000px;
}

ul li .ava_mess.m_online::before {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #31a24c;
	display: inline-block;
	position: absolute;
	top: 8%;
	right: -8%;
	border: solid 1px #fff;
}

ul li .ava_mess::before {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #6f6f6f;
	display: inline-block;
	position: absolute;
	top: 8%;
	right: 18%;
	border: solid 1px #fff;
}

.m_online a {
	color: #31a246 !important;
}

.div_bre_2 {
	margin-bottom: 20px;
}

.div_bre_2 .breadcrumb li a {
	padding-right: 0 !important;
	font-weight: 700;
}

.div_bre_2 a span {
	padding: 0 !important;
}

.tag_tdnew {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.tag_tdnew h1 {
	font-weight: 700;
	font-size: 22px;
	line-height: 35px;
	text-transform: capitalize;
	color: #4c5bd4;
}

.box_bottom_cate .gt_text {
	float: right;
	text-align: justify;
	width: 66%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	padding: 15px 18px;
}

.box_bottom_cate .phu_luc {
	float: left;
	width: 29%;
	position: sticky;
	top: 20px;
}

.box_bottom_cate .table_of_contents {
	padding: 20px;
	border: 2px dashed #043379;
}

.phu_luc .tt_phu_luc {
	width: 100%;
	height: 36px;
	background: url('/timviecejs/images/loc/phu_luc_2.png') no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.phu_luc ul {
	padding: 0 10px;
	max-height: 355px;
	overflow: scroll;
	margin-top: 15px;
}

.phu_luc ul::-webkit-scrollbar {
	width: 5px;
}

.phu_luc ul::-webkit-scrollbar-thumb {
	background: #043379;
}

.phu_luc ul .ul_h2 {
	font-family: Roboto-Regular, sans-serif;
	color: #4c5bd4;
	font-weight: 700;
	font-size: 15px;
}

.phu_luc ul .ul_h3,
.phu_luc ul .ul_h4 {
	padding-left: 15px;
	font-size: 15px;
	font-family: Roboto-Regular, sans-serif;
	color: #4c5bd4;
	font-weight: 700;
}

.s_row_nd {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 8px;
	padding: 15px 10px;
	margin-bottom: 20px;
	position: relative;
}

.s_row_nd .s_ro_img img {
	float: left;
	width: 95px;
	height: 95px;
	object-fit: contain;
	border-radius: 50%;
	margin-right: unset;
	border: 1px solid #4c5bd4;
}

.s_row_nd .s_ro_text {
	float: left;
	width: calc(100% - 220px);
}

.s_row_nd .s_ro_text p {
	color: #2b3940;
}

/* .s_ro_text p:nth-child(1) {
	float: left;
	width: 100%;
	margin-bottom: 10px;
} */

.s_ro_text p:nth-child(2) {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.s_ro_text .u_tit {
	float: left;
	max-width: 80%;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	color: #474747;
	overflow: hidden;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.s_ro_text .u_name {
	font-weight: normal;
	float: left;
	font-size: 16px;
	line-height: 19px;
	color: #f88c00;
}

.s_ro_text .save_hs {
	float: right;
	cursor: pointer;
}

.s_ro_text .save_hs img {
	margin-bottom: -6px;
	margin-right: 5px;
}

.s_ro_text .u_info img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: -3px;
}

.s_ro_text .u_info .u_knj {
	margin-right: 20px;
}

.s_ro_text .u_info .limit_city {
	display: inline-block;
	margin-bottom: 10px;
}

.gt_text span {
	line-height: 40px;
	font-size: 16px !important;
	word-break: break-word;
	padding-left: 20px;
}

.over_bv_footer {
	max-height: 586px;
	overflow: hidden;
}

.bv_foo_more_r {
	cursor: pointer;
	float: right;
	width: 66%;
	text-align: center;
	color: #043379 !important;
	font-weight: bold;
	margin-top: 10px;
}

/*css danh sách uv*/
.th_box_uv {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.th_box_uv .s_row_nd .s_ro_text .u_info {
	float: left;
	width: 100%;
}

.th_box_uv .s_row_nd .s_ro_text .u_info span {
	float: left;
	width: 25%;
	padding-right: 25px;
	margin: unset;
	font-size: 15px;
	color: #474747;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.th_box_uv .s_row_nd .s_ro_text .u_info span:last-child {
	width: 50%;
}

.th_box_uv .uv_chat {
	position: absolute;
	width: 105px;
	background: #959595;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	color: #fff;
	border-radius: 20px;
	right: 10px;
	top: 20px;
	padding: 7px 10px 7px 30px;
	text-decoration: none;
}

.th_box_uv .uv_chat.m_online {
	background: #5dc22d;
	color: #fff;
}

.th_box_uv .uv_chat::before {
	content: '';
	background-image: url('/timviecejs/images/chat_icon/vl_chat_wt.png') !important;
	background-size: 100% 100%;
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 8px;
}

.th_box_uv .uv_chat.m_online::before {
	background-image: url('/timviecejs/images/chat_icon/vl_chat_wt.png') !important;
}

.th_box_uv .box_save {
	position: absolute;
	display: inline-block;
	width: 105px;
	text-align: center;
	background: #fff;
	border: 0.8px solid #4c5bd4;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	color: #4c5bd4;
	border-radius: 20px;
	right: 10px;
	top: 63px;
	padding: 7px 10px;
	text-decoration: none;
}

.th_box_uv .s_ro_text .box_save img {
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
}

.th_box_uv .box_img_mb {
	display: none;
}

.th_box_uv .logo_user_th {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.main_breadcrumb {
	background: #4c5bd4;
}

@media screen and (max-width: 1700px) {}

@media (max-width: 1596px) {
	.banner_QR {
		right: 13.7%;
	}
}

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

	.container_timviec {
		max-width: 1091px;
	}
}

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

@media screen and (max-width: 1300px) {
	.banner_QR {
		display: none;
	}

	.div_bre_2 {
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.main_timviec .box_bottom_cate .phu_luc {
		width: 65%;
		margin-left: 17%;
		position: relative;
		top: 0;
		margin-bottom: 30px;
	}

	.s_row_nd {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.s_ro_text .u_tit {
		max-width: 85%;
	}

	.box_bottom_cate .gt_text {
		width: 100%;
	}

	.bv_foo_more_r {
		width: 100%;
	}
}

@media (max-width: 1024px) {}

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

@media screen and (max-width: 767.98px) {
	.gd_pc {
		display: none;
	}

	.gd_mobile {
		display: inline-block;
	}

	.mobi-bor {
		width: calc(100% - 60px);
	}

	.div_bre_2 .breadcrumb>li a {
		line-height: 25px;
	}

	.div_bre_2 {
		margin-top: 5px;
	}

	.main_timviec .box_bottom_cate .phu_luc {
		margin-left: 0;
		width: 100%;
	}

	.s_row_nd {
		padding: 15px;
	}

	.s_row_nd .s_ro_img img {
		margin-right: 15px;
	}

	.s_ro_text .u_tit {
		max-width: 75%;
	}

	.s_ro_text .u_name {
		max-width: 86%;
		overflow: hidden;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}

	.s_ro_text .save_hs_done img,
	.s_ro_text .save_hs img {
		margin-bottom: -7px;
	}

	.s_ro_text .u_info .u_knj {
		margin-right: 10px;
	}

	.th_box_uv .s_row_nd .s_ro_text {
		width: 100%;
		padding-bottom: 40px;
	}

	.th_box_uv .s_row_nd .s_ro_text .frame {
		float: left;
		width: calc(100% - 70px);
		margin-left: 10px;
	}

	.th_box_uv .s_ro_img {
		display: none;
	}

	.th_box_uv .box_img_mb img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: contain;
	}

	.th_box_uv .box_img_mb {
		display: inline-block;
		float: left;
	}

	.th_box_uv .s_row_nd .s_ro_text .u_info {
		width: 100%;
	}

	.th_box_uv .s_row_nd .s_ro_text .u_info span {
		width: 50%;
		font-size: 13px;
	}

	.th_box_uv .s_row_nd .s_ro_text .u_info span.limit_city {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.th_box_uv .box_save {
		bottom: 15px;
		top: unset;
		width: 100px;
	}

	.th_box_uv .uv_chat {
		top: unset;
		bottom: 15px;
		right: 120px;
	}

	.th_box_uv .s_ro_text .u_tit {
		font-size: 14px;
	}

	.th_box_uv .s_ro_text p:nth-child(2) {
		margin-bottom: unset;
	}

	.th_box_uv .s_ro_text .u_name {
		max-width: calc(100% - 73px);
		font-size: 14px;
	}

	.th_box_uv .logo_user_th {
		margin-right: 0px;
	}

	.div_bre .breadcrumb li:not(.first)::before {
		line-height: 26px;
	}
}

@media screen and (max-width: 500px) {
	.th_box_uv .s_row_nd .s_ro_text .u_info span {
		width: 100%;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.th_box_uv .s_row_nd .s_ro_text .u_info span:last-child {
		width: 100%;
	}

	.box_title_star_uv {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.overlay {
		width: 700px;
		height: 100%;
		position: fixed;
		top: 43px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999999;
		margin: 0 auto;
	}

	.main_timviec {
		padding: 0 5px;
	}

	.div_bre_2 {
		padding-left: 0;
	}

	.s_row_nd {
		padding: 10px;
	}

	.s_row_nd .s_ro_img img {
		width: 90px;
		height: 90px;
	}

	.s_row_nd .s_ro_text {
		width: calc(100% - 105px);
	}

	.s_ro_text .u_tit {
		max-width: 71%;
	}

	.s_ro_text .u_info .limit_city {
		margin-bottom: 5px;
	}

	.div_bre .breadcrumb li:not(.first)::before {
		line-height: 26px;
		margin-left: 14px;
	}
}

@media screen and (max-width: 767.98px) {
	.overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999999;
		margin: 0 auto;
	}
}

.w_100 {
	width: 100%;
}

/* ung vien ai */
.ctn_new_uvtv {
	width: 100%;
	display: flex;
	gap: 25px;
}

.ctn_trc_dnhap {
	width: 100%;
	display: flex;
}

.ctn_left_uvtv {
	width: 74%;
}

.ctn_right_uvol {
	width: calc(26% - 25px);
}

.ctn_ungvien_vlam {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.tde_uvien_chung {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #444444;
	padding-bottom: 10px;
}

.ctn_tbao_bvitri {
	background: rgba(255, 0, 0, 0.05);
	border-left: 2px solid #ff0000;
	padding: 8px 20px;
	margin-bottom: 20px;
}

.ctn_tbao_bvitri .tbao_bvtr {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #ff0000;
}

.ctn_tthanh_uvien {
	margin-bottom: 20px;
}

.ctn_tca_tthanh {
	width: 100%;
	overflow: hidden;
}

.ctn_chl_tca {
	width: max-content;
	display: flex;
	gap: 8px;
}

.ctn_tca_tthanh .ctn_tthanh_tk {
	padding: 11px 20px;
	background: rgba(76, 91, 212, 0.1);
	border-radius: 30px;
	font-size: 16px;
	line-height: 19px;
	color: #4c5bd4;
	cursor: pointer;
}

.ctn_tca_tthanh .ctn_tthanh_tk.active {
	background: #4c5bd4;
	color: #ffffff;
	font-weight: 500;
}

.ctn_left_uvtv .vl_left,
.ctn_right_uvol .vl_right {
	width: 100%;
}

.ctn_right_uvol .vl_right {
	margin-left: 0;
	margin-top: 0;
}

.ctn_new_uvtv .th_list_uv {
	width: 100%;
	float: left;
}

.ctn_xemthem_uv {
	width: 100%;
	display: flex;
	justify-content: center;
}

.ctn_xemthem_uv .ctn_clk_xemth {
	display: flex;
	padding: 10px 25px;
	background: #4c5bd4;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	border: 0
}

.ctn_lay_uv {
	width: 100%;
	overflow-x: auto;
	display: flex;
	align-items: center;
}

.ctn_lay_uv::-webkit-scrollbar {
	height: 0;
}

.s_row_nd:nth-child(odd) {
	margin-right: 0px;
}

.online_item,
.online_item a {
	padding-left: 5px;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.online_item img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	float: left;
	border-radius: 50%;
	border: solid 1px #ccc;
}

.online_item .ct_online {
	width: calc(100% - 45px);
	float: right;
	padding: 2px 10px;
	font-size: 16px;
	line-height: 24px;
}

.online_item .ct_online p {
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	/* font-family: Roboto-Medium; */
}

.online_item .ct_online p:nth-child(1) {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #474747;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tt_chat_uv {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 20px 0px 10px;
	text-transform: uppercase;
	font-family: Roboto-Medium;
	float: left;
	width: 100%;
	background: #4c5bd4;
	border-radius: 8px 8px 0px 0px;
}

.ic_list_onnile {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-top: -10px;
}

.tt_chat_uv::after {
	content: '';
	width: 60%;
	display: block;
	margin: 0 auto;
	border-top: 1px solid #4c5bd4;
	position: relative;
	top: 10px;
}

.frame_th .list_uv_home {
	box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
	max-height: 3375px;
	overflow: hidden;
}

.frame_th .list_uv_home:hover {
	box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
	max-height: 10000px;
}

.list_uv_home {
	width: 100%;
	background: #fff;
	float: left;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 8px;
	border: 1.17175px solid #4c5bd4;
	border-radius: 8px;
}

.list_uv_home .list_chat_uv {
	max-height: 1000px;
}

.link_all_onl {
	display: block;
	text-align: right;
	padding: 15px 10px 0px 0px;
	font-size: 15px;
	float: right;
	color: #4c5bd4;
}

.ctn_scr_chung {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.btn_prev {
	left: 0;
}

.btn_next {
	right: 0;
}

.item_home_th .box_time_off {
	position: absolute;
	padding: 1px 5px;
	right: 0px;
	top: 75%;
	background: #f4fce9;
	border-radius: 24px;
	font-weight: unset;
	font-size: 10px;
	line-height: 14px;
	color: #76b51b;
}

/* modal */

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.pop_huongdan_mb {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1000;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.45);
}

.pop_content {
	position: relative;
	top: 100px;
	width: 343px;
	margin: auto;
	background-color: #eef0fb;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	pointer-events: auto;
	padding: 20px 24px;
	line-height: 1.7;
}

.modal_content {
	margin: auto;
	border-radius: 20px;
}

.pop_huongdan .modal_content {
	width: 600px;
	background-color: #eef0fb;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
	background-color: #4c5bd4;
}

.avt_huongdan {
	display: none;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 100%;
	height: 483px;
}

.show_avt_huongdan {
	display: block;
}

.pop_md_top {
	position: relative;
	width: 100%;
	display: flex;
}

.clode_pop {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #ffffff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #4c5bd4;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.nex_pre_ctn {
	text-align: center;
	margin-top: 10px;
}

.pop_md_butt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tde_pop {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #4c5bd4;
	margin-top: 17px;
}

.dez_pop {
	width: 100%;
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 19px;
	padding: 0 40px 25px;
}

.ctn_main_new .frame_th .list_chat_uv {
	max-height: 1000px;
}

.ctn_main_new .frame_th .list_chat_uv:hover {
	max-height: unset;
}

.tag_vl {
	float: left;
	width: 100%;
}

.tag_vl .dm_gy_list {
	margin-bottom: 20px;
	position: relative;
	padding-right: 20px;
}

.tag_vl .dm_gyy {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #172543;
	margin-bottom: 15px;
}

.tag_vl .rut_gon {
	max-height: 50px;
	overflow: hidden;
}

.dm_gy_list {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	text-align: justify;
}

.rut_gon {
	height: 50px;
	overflow: hidden;
	padding-right: 20px;
}

.show_cd,
.hiden_cd {
	position: absolute;
	top: 0;
	right: -5px;
}

.dm_gy_list .hiden_cd {
	display: none;
}

.dm_gy_list a {
	color: #fd3e45;
	display: inline-block;
	line-height: 20px;
	float: left;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: capitalize;
}

.dm_gy_list a:hover {
	color: #222;
}

.dm_gy_list span {
	margin: 0 8px;
	float: left;
	font-weight: 700;
	color: #fd3e45;
	line-height: 20px;
	margin-bottom: 5px;
}

.tt_lux {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #00253f;
	margin-bottom: 20px;
}
.tt_lux.h1_listuv {
	font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    text-transform: capitalize;
    color: #4c5bd4;
    text-align: center;
}

.left_cate {
	position: relative;
	/* background: url(/timviecejs/images/banner_tag_nn.png); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 60px;
	float: left;
	width: 100%;
}

.left_cate > img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left_cate .box_filter {
	position: relative;
	z-index: 1;
	width: 800px;
	margin: 20px auto;
}

.left_cate .filter_hd {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding-left: 12px;
	border-left: 7px solid #ff3e45;
	margin: 20px 150px;
}

.left_cate .cate_fill {
	background: #fff;
	border-radius: 5px;
	float: left;
	width: calc((100% - 70px) / 2);
	padding: 10px;
}

.cate_fill:nth-child(1) {
	margin-right: 70px;
}

.cate_fill .cate_fill_tt {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #202a44;
	padding-bottom: 10px;
	border-bottom: 2px solid #202a44;
}

.left_cate .rutgon {
	height: 260px;
	overflow: hidden;
	overflow-y: scroll;
	margin: 10px 30px;
}

.left_cate .rutgon::-webkit-scrollbar {
	display: none;
}

.cate_fill li a {
	line-height: 30px;
	color: #555;
}

@media screen and (max-width: 1300px) {
	.left_cate .filter_hd {
		margin: 20px 10px;
	}
	.left_cate .box_filter {
		width: 670px;
	}
	.cate_fill:nth-child(1) {
		margin-right: 40px;
	}
	.left_cate .cate_fill {
		width: calc((100% - 40px) / 2);
	}
}

@media (max-width: 1024px) {
	.ctn_new_uvtv {
		flex-wrap: wrap;
	}

	.ctn_left_uvtv,
	.ctn_right_uvol {
		width: 100%;
	}
	.frame_th .list_uv_home {
		max-height: 1000px;
	}
}

@media (max-width: 768px) {
	.pop_huongdan .modal_content {
		width: 100%;
	}

	.ctn_tca_tthanh {
		width: 500px;
		overflow: scroll;
	}

	.left_cate {
		background: #202a43;
	}

	.left_cate > img {
		display: none;
	}

	.left_cate .box_filter {
		width: 315px;
	}
	.left_cate .cate_fill {
		width: 100%;
		margin-right: 0;
	}
	.cate_fill:nth-child(1) {
		margin-bottom: 30px;
	}
	.left_cate {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.tag_vl .rut_gon {
		max-height: 45px;
	}
	
	.dm_gy_list a {
		width: 90%;
		line-height: 22px;
	}
}

.icon_tiaset_uv {
	border: unset !important;
	width: 31.806px !important;
	height: 36px !important;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 0 !important;
}

/* btnSelect.css */
.pop {
    margin-bottom: 20px;
    width: 31%;
    float: left;
    margin-right: 30px;
  }
  
  .pop select {
    width: 266px;
    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;
  }
  
  .pop .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
  
  .pop:nth-child(3n + 0) {
    margin-right: 0;
  }
  
  .pop .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 4px;
  }
  
  .pop .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
  }
  
  @media screen and (max-width: 1165px) {
    .pop {
      width: 45%;
    }
  
    .pop:nth-child(3n + 0) {
      margin-right: 30px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .pop {
      width: 100%;
    }
  
    .pop:nth-child(3n + 0) {
      margin-right: 0;
    }
  }
  
  @media screen and (max-width: 700px) {
    .pop {
      width: 100%;
    }
  
    .pop:nth-child(3n + 0) {
      margin-right: 0;
    }
  
    .pop {
      margin-bottom: 5px;
      width: 100%;
      float: left;
      margin-right: 30px;
    }
  
    .pop select {
      width: 100%;
    }
  }