.searchresult-container {
    
}
.m-t-80.city-container {
    margin-top: 15px;
}
.path {
    font-size: 12px;
    padding:15px 0px;
}
.city .searchBar, .vltn .searchBar {
    margin-top: 60px;
}
.auto-create-sentence{
    font-size: 12px;
    margin: 10px;	
}
.auto-create-sentence p{
    margin:10px 0 10px 0 !important;
}
.main-content{
    background-color: #fff;
}

label{
    font-weight:normal;
}
/*  */
.city-tag {
    margin-top:0px
}
.modal-footer .btn_reset{
    font-weight: 500; 
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 5px;
    text-transform: initial;
    font-size: 15px; display: block;
}
.modal-footer .btn-applycv{
    font-weight: 500;
    background-color: #f07e1d;
    color: #fff;
    border: 1px solid #f07e1d;
    border-radius: 5px;
    text-transform: initial;
    font-size: 15px;
    display: block;
}
.job_btn .searchjob_btn_bottom{
    width: 50%;
    text-align:center
}
.container_improve{
    min-height: auto!important;
}
@media screen and (max-width: 480px){ 
    .city .searchBar, .vltn .searchBar  {
        margin-top: 0px;
    }
    .path {

    }
   
    .m-t-80{margin-top: 65px;}
    .m-t-80.city-container {
        margin-top: 0px;
    }
    /* # */
    .jobs_container{ margin-left: -15px; margin-right: -15px;}
    .job_number-grid {
        margin: .8rem 0;
        grid-template-columns: 0.9fr 0.1fr;

    }
    .head-right {
        float: right;
        display: inline-block;
        width: auto;
        padding: 0;
    }
    .header-right {
        margin-right: 0;
    }
}

   
    .js-container.city-container,.em-container.city-container {
        margin-top: 0px;
    }
    .em-container {
        margin-top: 72px;
    }
    .path{font-size: 12px; padding: 15px 0px;}

    .searchresult-container-em{
        padding-left: 15px;
        margin-left: 16.6666666667%;
    }
    .searchresult-container-em .container{
        padding-left: 0;
        padding-right: 0;
    }
    .searchresult-container-em .searchresult_page_inner{
        margin: 0;
    }
    .searchresult-container-em .searchresult_page_inner .content_job{
        padding-left: 0;
    }
    .searchresult-container-em .path{
        padding: 10px 0;
    }
    .searchresult-container-em .col_login_emplyer{
        padding-left: 0;
    }
    .searchresult-container-em .row_breadcrumb{
        margin: 0;
    }
    .searchresult-container-em .searchwrap_margin .searchwrap_margin_row{
        margin: 0;
    }
    .box_filter .box_wfh,.box_filter .filter_item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .box_filter .mar_1510 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .modal-open{
        overflow:hidden
    }
    .modal-open .modal{
        overflow-x:hidden;
        overflow-y:auto
    }
    .modal{
        position:fixed;
        top:0;
        left:0;
        z-index:1111;
        display:none;
        width:100%;
        height:100%;
        overflow:hidden;
        outline:0
    }
    .modal-dialog{
        position:relative;
        width:auto;
        margin:.5rem;
        pointer-events:none
        }
    .modal.fade .modal-dialog{
        transition:-webkit-transform .3s ease-out;
        transition:transform .3s ease-out;
        transition:transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform:translate(0,-50px);
        transform:translate(0,-50px)
    }
    body>div:not(.container-side-version) .pagination {
        margin-top: 0 !important;
    }
    .btn_search:hover {
        background-color: #df6700 !important;
        color:#fff !important;
    }
    .searchjob_btn:hover {
        background-color: #df6700 !important;
        color:#fff !important;
    }
    .btn-save-detail:hover {
        background-color: #df6700 !important;
        color:#fff !important;
    }
    @media (prefers-reduced-motion:reduce){
        .modal.fade .modal-dialog{
            transition:none
        }
    }
    .modal.show .modal-dialog{
        -webkit-transform:none;
        transform:none
    }
    .modal.modal-static .modal-dialog{
        -webkit-transform:scale(1.02);
        transform:scale(1.02)
    }
    .modal-dialog-scrollable{
        display:-ms-flexbox;
        display:flex;
        max-height:calc(100% - 1rem)
    }
    .modal-dialog-scrollable .modal-content{
        max-height:calc(100vh - 1rem);
        overflow:hidden
    }
    .modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{
        -ms-flex-negative:0;flex-shrink:0
    }
    .modal-dialog-scrollable .modal-body{
        overflow-y:auto
    }
    .modal-dialog-centered{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        min-height:calc(100% - 1rem)
    }
    .modal-dialog-centered::before{
        display:block;
        height:calc(100vh - 1rem);
        height:-webkit-min-content;
        height:-moz-min-content;
        height:min-content;content:""
    }
    .modal-dialog-centered.modal-dialog-scrollable{
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:center;
        justify-content:center;height:100%
    }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content{
        max-height:none
    }
    .modal-dialog-centered.modal-dialog-scrollable::before{
        content:none
    }
    .modal-content{
        position:relative;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-direction:column;
        flex-direction:column;
        width:100%;
        pointer-events:auto;
        background-color:#fff;
        background-clip:padding-box;
        border:1px solid rgba(0,0,0,.2);
        border-radius:8px;
        outline:0
    }
    .modal-backdrop{
        position:fixed;
        top:0;
        left:0;
        z-index:1040;
        width:100vw;
        height:100vh;
        background-color:#000
    }
    .modal-backdrop.fade{
        opacity:0
    }
    .modal-backdrop.show{
        opacity:.5
    }
    .modal-header{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:start;
        align-items:flex-start;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding:1rem 1rem;
        border-bottom:1px solid #dee2e6;
        border-top-left-radius:calc(.3rem - 1px);
        border-top-right-radius:calc(.3rem - 1px)
    }
    .modal-header .close{
        padding: 0 10px 3px 0;
        margin: -1rem -1rem -1rem auto;
    }
    .modal-title{
        margin-bottom:0;
        line-height:1.5
    }
    .modal-body{
        position:relative;
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        padding:1rem
    }
    .modal-footer{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:end;
        justify-content:flex-end;
        padding:.75rem;
        border-top:1px solid #dee2e6;
        border-bottom-right-radius:calc(.3rem - 1px);
        border-bottom-left-radius:calc(.3rem - 1px)
    }
    .modal-footer>*{
        margin:.25rem
    }
    .modal-scrollbar-measure{
        position:absolute;
        top:-9999px;
        width:50px;
        height:50px;
        overflow:scroll
    }
    .delete_all-btn {
        font-size: 13px;
        background-color: #f0f0f0;
        color: #1e1e1e;
        padding: 3px 10px;
        float: right;
        border-radius: 4px;
        border: 1px solid #9f9f9f;
    }
    .job_btn > button {
        border-radius: 6px !important;
        padding: 10px 16px !important;
    }
    .height-article-small {
    
    }
    .baivietlienquan-container{
        gap: 10px;
    }
    /* minh */
    .fixed_wfh .wfh_wrapper {
        border-radius: 4px;
        border: 1px solid #dddddd;
        margin-bottom: 15px;
    }
    .flex_wfh {
        display: flex;
        font-size: 15px;
        align-items: center;
        background-color: #F4F5FF;
        padding: 8px 10px;
        gap: .8rem;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
    }
    .flex_wfh p {
        margin: 0;
    }
    .icon_wfh {
        background-color: #0065efd1;
        border: 1px solid #fff;
        padding: 2px 4px;
        border-radius: 4px;
        color: #fff;
        margin-right: 10px;
        font-size: 13px;
    }
    .icon_wfh.custom_wfh {
        padding: 4px;
        display: flex;
    }
    .tieudetenbaiviet {
        color: #f4a84a!important;
        text-transform: capitalize!important;
        font-size: 26px!important;
        font-weight: 500!important;
        font-family: roboto,sans-serif!important;
        line-height: 50px!important;
       
    }
    .widget .widget-header:before{
        display:none;
    }
    .ez-toc-list-level-4 li a:before{
        display: none;
    }
    blockquote{
        display: block;
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        padding: 5px 10px;
        margin: 10px 0;
        border-left: 5px solid #f07e1d;
        background-color: #f1f1f1;
    }
    
    .box-result-more {
        padding: 0 !important;
        margin-top: 0 !important;
        /* margin: 0 -15px; */
        background-color: #fff;
      
    }
    .job_number-grid {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-column-gap: 10px;
        align-items: center;
        width: 100%;
        padding: 2.4rem 0 1.5rem 0;
    }
    .result-tag {
        display: none;
    }
    .box-loc {
        text-align: right;
    }
    .thongbao-searchjob-jobseeker {
        font-size: 15px;
    }

    .noiLamViec {
        width: 50% !important;
        float: left;
    }

    .luong {
        width: 50% !important;
        float: left;
    }

    .web-none {
        display: none;
    }

    .mar-rig-11 {
        margin-right: 11px;
    }

    .mar-rig-10 {
        margin-right: 10px;
    }

    .mar-rig-6 {
        margin-right: 6px;
    }
    .item_tags a{border-radius: 20px!important;}
    .item_tags a:hover{background-color: #f07e1d; color: #fff!important}
    .error_text{
        text-align: start;
        justify-content: center;
        display: none;
        padding: 0 1.6rem;
    }
    .error_text hr{
        margin:1.6rem 0 0 0;
    }
    .error_text_content{
        color: var(--Primary, #F07E1D);

        /* leading-none/text-sm/font-normal */
        font-family: Inter;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4rem; /* 100% */
    }
    .select2-container{
    width: 0px !important;
    }
    .search-job .select2-container{
        width: 100% !important;
    }
    @media only screen and (max-width: 600px) {
        .mar-rig-6,
        .mar-rig-10,
        .mar-rig-11 {
            margin-right: 0;
        }
        .mobi-fontsize12 a,
        .mobi-fontsize12 {
            font-size: 12px;
        }
        .noiLamViec {
            width: 45% !important;
        }
        .luong {
            width: 55% !important;
        }
        .border-bottom {
            border-bottom: 1px solid #e1e1e1;
            padding-bottom: 10px;
        }
        .btn.ptimhoso-btn-search-ungvien {
            background-color: #f07e1d !important;
            color: #fff !important;
            margin-bottom: 0;
            padding: 13px;
            border-radius: 4px;
        }
        /* improve fe */
        /* .content { margin-left: -15px; margin-right: -15px;} */
        /* .mar-mobile{    margin-left: -10px;margin-right: -10px;} */
    }

    input[readonly] {
        cursor: text !important;
        background-color: #fff;
    }

    .btn {
        border-radius: 0;
        padding-bottom: 13px;
        padding-top: 14px;
    }
    
    .btn-small {
        border: 1px solid #e1e1e1;
        border-radius: 4px;
    }
    .form-control {
        border-radius: 4px !important;
    }
    .box-loc {
        float: left !important;
    }
    .title_search_new {
        font-size: 1.4rem;
        text-transform: inherit;
        font-family: Inter;
        font-weight: 600;
        text-transform: capitalize;
        font-style: normal;
    }
    .mar_1510{
        margin: 15px 10px !important;
    }
    .tag_viTri {
        display: block;
        color: #434242;
        font-size: 13px;
    }
    .tag_viTri label{
        position: relative;
        margin-left: 15px;
        font-family: Inter;
    }
    .tag_viTri label > input{
        position: absolute;
        left: -15px;
    }
    .item_tags a {
        font-size: 13px;
        color: #434242;
    }
    .item_tags a:hover,
    .item_tags a:focus {
        color: #f07e1d;
    }
    .tag_viTri .left:hover,
    .tag_viTri .right:hover {
        color: #f07e1d;
    }
    .tag_viTri .left,
    .tag_viTri .right {
        color: #434242;
    }
    .tag_viTri .right {
        float: right;
        position: absolute;
        right: 15px;
        font-weight: 400 !important;
    }
    .tag_viTri .right.active {
        color: #f07e1d;
    }
    .pointer {
        cursor: pointer;
    }
    li .active {
        color: #f07e1d !important;
        font-weight: bold;
    }
    .item_tags a {
        border: 1px solid #e1e1e1;
        padding: 0px 10px 0px 10px;
        line-height: 2.7rem;
        border-radius: 2px;
        display: inline-block;
        margin: 3px 0px 3px 0px;
    }
    .view-more2 {
        white-space: nowrap;
        float: right;
        text-decoration: none;
        padding: 3px;
        color: #f07e1d;
        font-size: 12px;
    }
    .item_tags .active {
        color: #f07e1d;
        font-weight: bold;
    }
    .btn-ranking-status {
        background-color:#333;
        height: 35px;
        padding: 0px 10px 0px 10px;
    }
    .btn-ranking {
        display: flex;
        grid-gap: 10px;
    }
    .btn-ranking .active {
        background: #f07e1d;
        color: #FFF;
        height: 35px;
    }
    .box_filter {
        border: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .filter_item {
        padding:0 10px;
    }
    .sort_benefit {
        margin-bottom: 10px;
    }
    .box_wfh {
        /* background-color: #F4F5FF; */
        padding: 10px;
    }
    .box_wfh > label {
        margin-bottom: 0;
    }
    .box_wfh label{
        font-family: Inter;
        position: relative;
        margin-left: 15px;
    }
    .box_wfh label > input{
        position: absolute;
        left: -15px;

    }
    .job_btn {
        background-color: #f9fafb;
        padding: 10px;
        text-align: center;
        border-radius: 0 0 4px 4px;
    }
    .auto-create-sentence {
        margin: 0;
    }
    .border_tags_fixed{
        margin-bottom: 20px;
    }
    /* Ẩn checkbox mặc định */
.custom-checkbox input[type="checkbox"] {
    display: none;
  }
  
  /* Hiển thị checkmark thay thế */
  .custom-checkbox {
    position: relative;
    padding-left: 1.6rem;
    cursor: pointer;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0 !important;
  }
  
  /* Hình dạng ô vuông */
  .custom-checkbox .checkmark {
    position: absolute;
    top: .2rem;
    bottom: -1px;
    left: 0;
    height: 1.6rem;
    width: 1.6rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  .custom-checkbox .checkmark:disabled {
    background-color: #f5f5f5;
    border-color: #ddd;
  }
  /* Màu khi hover */
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* Màu khi được chọn */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #f07e1d   ; /* màu xanh có thể đổi thành bất kỳ mã màu nào */
    border-color: #f07e1d;
  }
  
  /* Checkmark (dấu tick) */
  .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .custom-checkbox input:checked ~ .checkmark::after {
    display: block;
  }
  
  /* Dấu tick */
  .custom-checkbox .checkmark::after {
    left: .5rem;
    top: .2rem  ;
    width: .5rem;
    height: .9rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
	@media screen and (max-width: 480px){
        .border_tags_fixed{
            margin-bottom: 10px;
        }
        .searchresult-container-em{
            margin-left: 0;
            padding-left: 0;
        }
        .result-tag {
        border-bottom: 1px solid #ccc;
        border-left: 0;
        border-right: 0;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        width: 100%
    }
        .result-tag .box-loc.mobi-m-10 {
            display: flex;
            place-self: center;
        }
        .job_number-grid {
            grid-template-columns: 1fr;
            width: 100%;
            width: 100%;
            padding: 0;
        }
        .thongbao-searchjob-jobseeker{
            color: var(--Text_primary, #333);
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin: 8px 10px;
        }
        .job_btn {
            background-color: transparent;
            padding: 0;
            text-align: right;
            border-radius: 0 0 4px 4px;
            min-width: 150px;
        }
        /* .box-detail-articles {
            padding: 0 25px;
        } */
        .auto-create-sentence {
            font-size: 12px !important;
            margin: 0 !important;
        }
        blockquote{
            font-size: 13px !important;
        }
        
        .job_btn > button {
            border-radius: 6px;
            padding: 10px 16px !important;
        }
        .border_tags {
            border-radius: 4px;
            margin-top: 30px;
        }
        .flex_btn {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }
        .vieclamtainha {
            font-size: 13px !important;
            margin-top: 10px;
            float: left !important;
        }
        .vieclamtainha label > input {
            top: -1px;
        }
        .form-control {
            height: 30px !important;
        }
        .vieclamtainha_wrapper .item_viTri{
            padding: 10px;
        }
        .error_text {
            margin-top: 15px;
        }
    }
    .content_pdb15px{
        padding-bottom:0;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 999 !important;
    }
    .fillter-sear{
        grid-template-columns: 62px 1fr 1fr;
    }
    .fillter-sear>.btn-hienthi{
        margin:0;
    }
    hr {
        margin: 5px 0;
    }
    .show {display: block;}
    .input_tukhoa2{
        width: 100% !important;
        height: 49px;
        padding: 8px 0 8px 8px;
        background-color: #fff !important;
        border-radius: 4px;
        border: 1px solid #c5c5c5 !important;
    }
    .search_tags_new {
        color: #000;
        padding: 5px 10px;
        /* border: 1px solid #e0e0e0; */
        border-radius: 15px;
        font-size: 12px;
        line-height:20px;
        margin-bottom: 5px;
    }
    .item_viTri label{
        margin-bottom: 0;
    }
    .pr_0 {
        padding-right: 0;
    }
    .box-imgcompany2 .img-responsive {
        object-fit: contain;
        border: 1px solid #ededed;
        padding: 2px;
    }
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    .switch input { 
        opacity: 0;
        width: 0;
        height: 0;
    }
    .slider {
        position: absolute;
        cursor: pointer;
        top: -11px;
        left: 1px;
        right: 0;
        bottom: 11px;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    input:checked + .slider {
        background-color: #f07f1c;
    }
    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }
    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }
    .slider.round:before {
        border-radius: 50%;
    }

    .btn_search{width: 100%; background-color: #f07e1d; color: #FFF; margin-bottom: 10px;border-radius: 4px !important;}
    .inline-block{display: inline-block;}
    .inline-block a{padding: 3px 6px; border-radius: 25px; }
    .tag_box a{border: 1px solid #e1e1e1;}
    .search-tag{padding: 0 1px;}
    .tag_box a:hover{background-color: #f07d1c !important; color: #fff; border: 1px solid #f07d1c;}
    .border-right{border-right: 1px solid #e1e1e1;}
    .class_web_margin_t30_bt_15{ margin-bottom: 0px;margin-top: 15px;}
    .title_search_new {
        font-size: 15px;
        text-transform: inherit;
        font-family: Inter;
    }
    .m-t-80{margin-top: 63px;}    
    .box_tuyengap {font-size: 12px!important;}
    .gr-camnang{display: grid; grid-template-columns: 1fr 3fr; grid-column-gap: 15px; grid-row-gap: 15px;}
    .tag-danhmuc { right: 0px!important; padding: 10px;}
    .box-large-article{height: 130px!important;}
    .box-large-article img{height: 130px!important;}
    .box-large-article{    position: relative;}
    .height-article-large{min-height: auto;}
    .m-t-15{margin-top: 15px;}
    .m-15{margin-left: -15px; margin-right: -15px;}
    /* improve fe */
    
    /*  */
    .property-margin-top-job {margin-top: 15px;}

    .list-item {
        text-align: center;
        color: #333;
        font-weight: 500;
    }
    .m-10 {
        margin:0 10px;
    }
    .search_input-mb {
        display: grid;
        grid-template-columns: 0.9fr 0.13fr;
        grid-column-gap: 10px;
        margin-top: 10px;
    }
    .modal-header {
        display: flex;
        box-shadow: 0 0 6px #e1e1e1;
        border: none !important;
        padding: 15px 10px;
        align-items: center;
    }
    .modal-body {
        padding: 0 15px;
    }
    .relating_job{
        font-size: 15px;
        margin-bottom: 15px;
        columns: #000;
        font-weight: 700;
    }
    .searchresult-container-js #contentWrapper,.searchresult-container-em #contentWrapper{margin-top: 0px !important;}
    @media screen and (max-width: 480px){
        /* improve 20231004 */
        .title-linehead.get_auto_link + .tags {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
        .title-linehead.get_auto_link + .tags li {
            width: max-content;
        }
        .title-linehead.get_auto_link + .tags a {
            padding: 0 !important;
            height: 21px;
            line-height: 21px;
            font-size: 12px;
            color: #333;
        }
        .btn-hienthi .form-control.selectpicker {
            padding: .6rem !important;
            line-height: normal;
            height: fit-content !important;
            min-height: 3.2rem !important;
            height: 3.2rem !important;
        }
        /* improve fe */
        /*  */
        .row-margin {
            margin-top: 4px !important;
        }
        .tag {
            background: #fff;
            border-radius: 25px;
            color: #5d5d5d;
            height: 26px;
            line-height: 26px;
            padding: 0 10px 0 9px;
            position: relative;
            margin: 0 4px 5px 0;
            -webkit-transition: color .2s;
            text-transform: initial;
        }
        .py_10 {
            padding: 10px 0 !important;
        }
        .jobs-info {
            margin-bottom: 10px;
            border-width: 1px 0px;
        }
        .height-article-small {
            margin-right: 0;  
        }
        .p_10 {
            padding:10px;
        }
        /* improve fe */
        .p_0 {
            padding: 0 !important;
        }
        .container-fluid{
        padding-left: 0;
        padding-right: 0;
        }
        .p_0{
            padding: 0;
        }
        .tieudetenbaiviet {
            color: #f4a84a!important;
            text-transform: capitalize!important;
            font-size: 19px!important;
            font-weight: 500!important;
            font-family: roboto,sans-serif!important;
            line-height: 30px!important;
        }
        /* improve fe */
        
        /*  */
        .item_viTri {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 20px;
        }
        .iem_vitri-grid{
            display: block;
        }
        .mplr-15 {
        margin-top: 0px;
        }
        /* .load_search_macdinh {margin-left: -30px; margin-right: -30px;} */
        .border-left{border-left:0;}
        .border-bottom{border-bottom: 0;}
        .property-margin-top-job {margin-top: 0px;}
        .content{padding-bottom: 0px;}
        .pad-mobi{   margin-top:10px;margin-left: -15px; margin-right: -15px;background-color: transparent !important;}
        .title_search_new.border-bottom {
            padding-bottom: 0px;
        }
        .title_search_new {
            font-size: 13px;
        }
        .pagination {margin-right: 0!important;}
        .mobi-m-20{    margin-left: -20px;margin-right: -20px;    margin-top: 0;}
        .mobi-m-10{margin-left: -10px; margin-right: 0px;}
        /* improve fe */
        .content{background-color: #f7f7f7;padding-top: 0px;}
        /* .mobi-m-30{margin-left: -25px; margin-right: -25px;} */
        .class_web_margin_t30_bt_15 { margin-top: 0px;}
        /* #box-search{ margin-left: -10px;margin-right: -10px;} */
        #contentWrapper{margin-top: 0px;}
        .gr-camnang{grid-template-columns: 1.5fr 3fr;}
        .tag-danhmuc { padding: 3px 5px!important;font-size: 10px!important;}
        .m-t-35{margin-top: 15px;}
        .list {
            margin-top: 10px;
        }
        .list li {padding: 0 0 5px 2px;}
        .m-15{margin-left: 5px; margin-right: 5px;}
        .thongbao-searchjob-jobseeker {
            margin:.8rem 1rem;
            font-size: 13px;
        }
        
        .box-result-more {
            padding: 0 !important;
            margin-top: 0 !important;
            margin: 0 -1.5rem;
        }
        .searchresult-container-em .box-result-more {
            margin: 0;
        }
        .hidden_mb {
            display: none;
        }
        .tags_search {
            display: flex;
        }
        .btn-applycv {
            padding: 10px 20px !important;
            margin-bottom: 0.25em !important;
        }
    }
        
    
    @media (min-width: 481px) and (max-width: 640px) {
        .thongbao-searchjob-jobseeker {
     
            font-size: 13px;
        }
        .jobs_container {
            display: block;
        }
        .tieudetenbaiviet {
            color: #f4a84a!important;
            text-transform: capitalize!important;
            font-size: 17px!important;
            font-weight: 500!important;
            font-family: roboto,sans-serif!important;
            line-height: 30px!important;
        }
        .m-t-80{margin-top: 10px;}
        .content{padding-bottom: 15px;}
        .pad-mobi{   margin-left: -15px; margin-right: -15px;}
        .pagination {margin: 5px 10px 0 0!important;}
        .mobi-m-20{    margin-left: -20px;margin-right: -20px;    margin-top: 0;}
        .mobi-m-10{margin-left: -10px; margin-right: -10px;}
        /* .jobs_container{ margin-left: -20px; margin-right: -20px;} */
        .content{background-color: #fff;}
        .mobi-m-30{margin-left: -25px; margin-right: -25px;}
        .class_web_margin_t30_bt_15 { margin-top: 0px;}
        /* #box-search{ margin-left: -10px;margin-right: -10px;} */
        #contentWrapper{margin-top: 0px;}
        .gr-camnang{grid-template-columns: 1.5fr 3fr;}
        .tag-danhmuc { padding: 3px 5px!important;font-size: 10px!important;}
        .m-t-35{margin-top: 15px;}
        .list li {padding: 0 0 10px 2px;}
        .m-15{margin-left: 5px; margin-right: 5px;}
    }
    @media (min-width: 641px) and (max-width: 768px) {
        .div-jobs a {
            height: 115px;
        }
        .list  {
            margin-left: 10%;
        }
        .pointer.show_mobile_480 {
            padding: 0px !important;
        }
        .mobi-fontsize12.Web-hidden-grid.mobi_p10 .new-tags {
            position: absolute;
            bottom: 10px;
            left: 27%;
        }
        .apply_now {
            position: absolute;
            right: 0;
            bottom: 15px;
        }
        .grid-job-img .image_home {
            height: 115px;
        }
        .mobi-fontsize12.Web-hidden-grid.mobi_p10 {
            display: block;
        }
        .container-fluid__ml {
            padding: 0px;
        }
        .jobs_container {
            display: block;
        }
        .m-t-80{
            margin-top: 76px;
            padding-left: 0px;
            padding-right: 0px;
        }
        .content{padding-bottom: 0px;padding-top: 0px;}
        .pad-mobi{   margin-left: -15px; margin-right: -15px;}
        .pagination {margin: 5px 10px 0 0!important;}
        .mobi-m-20{    margin-left: -20px;margin-right: -20px;    margin-top: 0;}
        .mobi-m-10{margin-left: -10px; margin-right: -10px;}
        .jobs_container{ margin-left: 0; margin-right: 0;}
        .content{background-color: #fff;}
        /* .mobi-m-30{margin-left: -25px; margin-right: -25px;} */
        .class_web_margin_t30_bt_15 { margin-top: 0px;}
        /* #box-search{ margin-left: -10px;margin-right: -10px;} */
        #contentWrapper{
            margin-top: 0px;
            padding: 0px;
        }
        .m-t-35{margin-top: 15px;}
        .list li {padding: 0 0 10px 2px;}
        .m-15{margin-left: 0px; margin-right: 0px;}
        .load_search_macdinh {
            padding: 0px;
        }
        .ptimhoso-btn-search-ungvien {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .container.mar-mobile.p_0{
            padding-left: 0px;
            padding-right: 0px;
        }
        #box-search .col-md-11 > .row {
            padding-left: 15px;
            padding-right: 15px;
        }
        .tag_viTri.title_search_new  img{
            width: 100%;
            height: 160px;
        }
        .item_viTri {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
        .item_viTri.iem_vitri-grid {
            display: block;
        }
    }
    @media (min-width: 769px) and (max-width: 990px){
        .searchwrap_right {
            display: none;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .div-jobs a {
            height: 115px;
        }
        .list  {
            margin-left: 10%;
        }
        .pointer.show_mobile_480 {
            padding: 0px !important;
        }
        .mobi-fontsize12.Web-hidden-grid.mobi_p10 .new-tags {
            position: absolute;
            bottom: 10px;
            left: 27%;
        }
        .apply_now {
            position: absolute;
            right: 0;
            bottom: 15px;
        }
        .mobi-fontsize12.Web-hidden-grid.mobi_p10 {
            display: block;
        }
        .grid-job-img .image_home {
            height: 115px;
        }
        .container-fluid__ml {
            padding: 0px;
        }
        .m-t-80{
            margin-top: 88px;
            padding-left: 0px;
            padding-right: 0px;
        }
        .content{padding-bottom: 0px;padding-top: 0px;}
        #contentWrapper {
            padding: 0px;
        }
        .jobs_container {
            display: block;
        }
        .load_search_macdinh {
            padding: 0px;
        }
        .ptimhoso-btn-search-ungvien {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        #box-search .col-md-11 > .row {
            padding-left: 15px;
            padding-right: 15px;
        }
        .tag_viTri.title_search_new img{
            width: 100%;
            height: 160px;
        }
        .item_viTri {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
        .item_viTri.iem_vitri-grid {
            display: block;
        }
    }
    @media (min-width:1025px) {
    }
    @media (min-width: 1025px) and (max-width: 1339px){
        .dropdown-content-new {
                width: 174%; 
        }
    }
    @media (min-width: 1340px){
        .dropdown-content-new {
            width: 173%; 
        }
    }
    .tag::before {
        border-radius: 10px;
        box-shadow: inset 0 0 rgb(0 0 0 / 25%);
        height: 6px;
        left: 0px;
        width: 0px;
        top: 0px;
        background: #fff;
        content: "";
        position: absolute;
    }
    .tags {
        margin: 0 !important;
        overflow: hidden;
        padding: 0;
        height: auto;
        position: relative;
        -webkit-transition: color 0.2s;
    }
    .tags a {
        margin: 0px 3px 5px 3px!important;
        padding: 0px 10px 0px 10px !important;
    }
    .new-tags a{
        border-radius: 20px;
        margin: 0px 3px 10px 0px;
        font-size: 13px;
        color: #434242 !important;
        border: 1px solid #e1e1e1;
        padding: 0px 10px 0px 10px;
        line-height: 2.7rem;
    }
    .scrollmenu .new-tags a{
        margin: 0 !important;
        background-color: #daeef6 !important;
    }
    .tab-home-job, .tab-vieclam {
    margin-top: 0px;
    }
    #nav, .slick-dots, .tags, li, ul, ul.unstyled li {
        list-style: none;
    }
    .tags li {
        float: left;
    }
    .scrollmenu .new-tags .tag i{
        margin: 8px 0px 0px 0px;
    }
    .btn-search-mb {
        border: none;
        background-color: #f07e1d;
        color: white;
        /*padding: 10px 0px !important;*/
        text-transform: inherit;
        font-weight: 400;
    }
    .control-prev-next{
        display:none;
    }
    .header--item--lang{
        padding-left: 12px !important;
        padding-right: 10px !important;
        padding-top: 5px !important;
        padding-bottom: 5px;
        margin-right: 10px;
    }
    .header .websitetitle{
        position: absolute;

    }
    .listtag .tags li a:hover {
        color: #ff7500 !important;
        background-color: transparent !important;
    }
    .footer-top .tags a {
        margin: 0px 3px 5px 3px!important;
    }
    .tag::after,.tag::before {
        display: none;
    }
    .title-linehead {
        position: relative;
        padding: 0 0 10px;
        border-bottom: 1px #e2e2e2 solid;
        font-weight: 700;
        font-size: 15px;
        margin-top: 15px;
        text-transform: uppercase;
        margin: 20px 0 10px 0;
    }

    .title-linehead a {
        color: #333;
    }

    .title-linehead:after {
        background-color: #e95f07;
        bottom: -1px;
        left: 0;
        width: 80px;
        height: 1px;
    }

    .title-linehead:after,
    .title-linehead:before {
        position: absolute;
        display: inline-block;
        content: "";
    }

    @media only screen and (min-width : 992px) {
        .listtag .tags li {
            float: left;
            width: 100%;
            height: 26px;
        }

        .listtag .tags li a {
            border: none !important;
            color: #333 !important;
        }

        .listtag .tags li {
            /* background-color: #f2f7ff; */
        }
    }

    .listtag .tags a {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .listtag .tags a {
        background: none;
    }

    .listtag .tags a {
        background: none;
    }

    .listtag .tags a:hover {
        color: #434242;
    }
    div#ez-toc-container {
        background: #ffffff;
        border: 3px solid #e5bb09;
        width: 100%;
        line-height: 1.4 !important;
    }

    .ez-toc-title-container {
        margin-bottom: 15px;
    }

    #ez-toc-container {
        background: #f9f9f9;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        display: table;
        margin-bottom: 1em;
        padding: 20px 30px 15px 30px;
        position: relative;
        width: auto;
    }

    div#ez-toc-container p.ez-toc-title {
        color: #ffffff;
        background-color: #e5bb09;
        padding: 5px 20px;
    }

    div#ez-toc-container p.ez-toc-title {
        font-weight: 500;
    }

    div#ez-toc-container p.ez-toc-title {
        font-size: 120%;
    }

    #ez-toc-container p.ez-toc-title {
        text-align: left;
        line-height: 1.45;
        margin: 0;
        padding: 0;
    }

    .ez-toc-title,
    .ez-toc-title-toggle {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

    .ez-toc-v2_0_11.counter-hierarchy a {
        color: #333333 !important;
    }

    .ez-toc-heading-2 {
        font-weight: 500;
    }

    .ez-toc-list.ez-toc-list-level-1 li {
        list-style: unset;
        margin-top: 10px;
    }

    #ez-toc-container nav li a:hover {
        color: #e5bb09;
    }

    .ez-toc-list-level-4 li a {
        z-index: 999;
        position: relative;
    }

    .ez-toc-list-level-4 li a:before {
        content: "";
        position: absolute;
        background-color: #f3c500;
        left: -4px;
        width: 15px;
        height: 16px;
        z-index: -1;
        border-radius: 50%;
    }

    .ez-toc-list.ez-toc-list-level-1 {
        padding: 0 15px;
    }

    .date-view-detail-article {
        font-size: 11px;
        margin-bottom: 5px;
        display: -webkit-inline-box;
        float: right;
        font-style: italic;
    }

    .title_news li {
        list-style: disc;
        margin: 0 15px;
    }

    .title_news h2 {
        font-size: 23px !important;
        margin-bottom: 20px;
    }

    .title_news h3 {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        font-size: 16px;
    }

    .title_news h3:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #03a9f4;
        left: 0;
    }

    .box-detail-article .title_news h2 span {
        text-align: left;
    }

    .new-tags a {
        line-height: 2.5rem !important;
    }

    .new-tags {
        margin-left: 10px;
        margin-right: 10px;
    }

    @media only screen and (max-width: 600px) {
        #ez-toc-container {
            padding: 15px 10px 15px 10px;
        }

        .ez-toc-v2_0_11.counter-hierarchy a {
            font-size: 13px;
        }

        .box-small-article {
            height: 150px;
            overflow: hidden;
        }

        .height-article-small {
            min-height: 292px !important;
        }

        .content-intro-jobseeker {
            padding-left: 0;
            padding-right: 0;
        }

        .div_key {
            margin-bottom: 0px;
        }

        iframe {
            width: 100%;
            height: auto;
        }

        div#ez-toc-container p.ez-toc-title {
            display: block;
            text-align: center;
        }

        div#ez-toc-container p.ez-toc-title {
            margin-top: -15px;
            margin-left: -13px;
            margin-right: -13px;
        }

        .new-grid {
            display: grid;
            grid-template-columns: max-content 2.5fr;
            /* margin-left: 5px;
            margin-right: 5px; */
        }

        .tag-danhmuc-small {
            bottom: auto;
            top: 0;
            font-size: 11px;
            padding: 5px;
        }

        .height-article-small {
            min-height: auto !important;
            margin-bottom: 0;
        }

        .box-tintuc-img {
            height: auto;
            width: 100px;
            margin-left: -15px;
        }

        .row .col-md-3 .widget {
            margin-bottom: 0px;
        }

        .group-like-share ul {
            margin-right: 30px;
            margin-top: 10px;
        }

        .tags.new-tags {
            padding-left: 20px;
        }

        .skew-25,
        .skew25 {
            display: none;
        }

        .property-small-article {
            margin-bottom: 0px;
        }

        .txt-description {
            display: none;
        }

        .box-small-article {
            height: 78px;
        }
        .new-grid .box-small-article {
            height: 85px;
        }
        .new-grid .box-small-article img {
            width: 130px;
            height: 85px;
        }
        .property-padding-small .text-overflow-line3  {
            -webkit-line-clamp: 1;
        }
        /* .jobs-info{border: 1px solid #e3e3e3;} */
        .new-grid h1 {
            font-size: 14px !important;
            display: -webkit-box;
            max-height: 3.2rem;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 2;
            line-height: 1.6rem;
        }

        .mobile-content-baiviet {
            margin-top: -15px;
        }

        .rank-article {
            top: -11px;
            margin-left: -15px;
        }

        .tieudetenbaiviet {
            color: #2e2e2e !important;
            text-transform: capitalize !important;
            font-size: 23px !important;
            font-weight: 600 !important;
            font-family: Helvetica Neue;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media only screen and (max-width: 480px) {
        .tieudetenbaiviet {
            font-size: 18px !important;
        }

        .box-detail-article .title_news h2 span {
            font-size: 18px !important;
        }

        .title_news h2 {
            font-size: 18px !important;
        }

        h3 span {
            font-size: 16px !important;
        }

    }
   
.search-job .btn-homesearch {
    width: 100%;
    padding: 6px 2px;
}
@media (min-width: 992px) {
    .padding-0 {
        padding: 0;
    }
}

.position_fixed_move{
    position: fixed;
    top: 75px;
    padding: 10px;
    width: 270px;
    z-index: 1;
}
                    

.employer_page #banner .container,.employer_page .container {
    max-width:none;
}
.employer_page .main-content .container {
    margin: unset;
    max-width: 1170px;
}
.employer_page .content {
    padding-top: 0px;
    margin-left: 16%;
}
.employer_page .content {
    margin-top: 72px;
}
.employer_page .container-fluid__ml {
    margin-left: 17%;
}
.employer_page .content {
    padding-top: 0px;
}
@media (max-width:991px){
    .employer_page .container-fluid__ml {
        margin-left: 0px;
        /* padding-right:10px !important; */
    }
    .employer_page #contentWrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {

    .employer_page .content {
        margin-top: 71px !important;
    }
}
@media (min-width: 641px) and (max-width: 768px) {
    .employer_page .content {
        margin-top: 56px !important;
    }
}
.employer_page body {
    background: #f2f5fa;
}
.employer_page .m-t-35{
    margin-top: 0;
}


.condition_search_banner .box-detail-article .title_news p {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.5 !important;
    color: #333;
    margin-bottom: 15px;
}

.condition_search_banner .box-detail-article .title_news h1 {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.1 !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.condition_search_banner .box-detail-article .title_news h4 {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.1 !important;
    margin-top: 25px;
    margin-bottom: 10px;
}

.condition_search_banner .box-detail-article .title_news h2 span {
    font-size: 21px !important;
}

.condition_search_banner .box-detail-article .title_news p span {
    font-size: 14px !important;
}

.condition_search_banner .title_news li {
    list-style: disc;
    margin: 0 15px;
}

.condition_search_banner .title_news h2 {
    font-size: 21px !important;
    color: #e62525;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.condition_search_banner .title_news h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    padding-left: 8px;
    border-left: 3px solid #03a9f4;
}

.condition_search_banner .box-detail-article .title_news h2 span {
    text-align: left;
    color: #e62525 !important;
}

/* .new-tags a{line-height: 1.6rem!important;padding: 1px 10px!important; display: block; float: left; margin: 3px;padding: 8px 6px; background: #f9f9f9;font-size: 12px; border-radius: 15px;} */
.new-tags {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: -1px;
}

.title_news li {
    margin-top: 5px !important;
}

h3 span {
    color: #333 !important;
    font-size: 18px !important;
}

ul>li>p {
    margin-bottom: 0 !important;
}

ul {
    margin-bottom: 15px;
    font-size: 14px;
}

.property-tintuc {
    margin-top: 0;
}

.banner_img {
    margin-top: 15px;
    padding: 0;
}

.summary {
    padding: 0px;
    font-size: 14px;
}
.widget .widget-header h3.tieudetenbaiviet {
    padding: 0;
}
.breadcrumb_mt {
    margin-top: 15px;
}

/*18/05/2022*/
.tieudetenbaiviet {
    color: #2e2e2e !important;
    text-transform: capitalize !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    font-family: Helvetica Neue;
    padding-left: 10px;
    padding-right: 10px;
}

.see_more_menu {
    display: flex;
    justify-content: center;
}

blockquote {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    padding: 5px 10px;
    border-left: 5px solid #f07e1d;
    background-color: #f1f1f1;
}

.btn-vieclamtainha {
    background-color: #f07e1d;
    color: #fff;
    border-radius: 25px;
    padding: 8px;
}

.btn-vieclamtainha:hover {
    background-color: #f07e1d;
    color: #fff;
    text-decoration: none;
    
}

.title_news li p {
    line-height: 1.4 !important;
}
.grid-job-salary .grid_job_tag{
    padding-left: 0;
}

@media only screen and (max-width: 480px) {
    .tieudetenbaiviet {
        font-size: 18px !important;
    }

    .box-detail-article .title_news h2 span {
        font-size: 18px !important;
    }

    .title_news h2 {
        font-size: 18px !important;
    }

    h3 span {
        font-size: 16px !important;
    }

    .box-detail-article .title_news p {
        font-size: 13px !important;
        margin-bottom: 10px;
    }

    .tag_viTri label>input {
        top: -1px !important;
    }
    .col-md-8.content_job{
        padding: 0 10px;
    }
    .searchresult-container-em .searchresult_page_inner .content_job{
        padding: 0;
    }
    .path{
        padding:1.2rem 0 !important;
    }
    .col_login_emplyer{
        padding: 0 1rem ;
    }
    .searchwrap_left{
        padding: 0 1rem ;
    }
}



.widget .widget-header h1,
.widget .widget-header h2,
.widget .widget-header h3 {
    white-space: normal !important;
}

 .tag::after,.tag::before {
    display: none;
}
 #banner .vieclamtainha {
    color: #fff;
}
.tags {
    margin-bottom: 15px!important;
}
.tags li {
    float: left;
}
.bigcategory .tags.tags-banner a,.all .tags.tags-banner a,.vltn .tags.tags-banner a,
.city .tags.tags-banner a{
    background: #0000001c;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px !important;
}
.tags a {
    display: block;
    float: left;
    margin: 3px;
    background: #f9f9f9;
    font-size: 12px;
}
.tags-banner a:hover {
    background-color: #46bcec;
}
@media screen and (min-width: 320px){
    .searchresult-container-em .container {
    max-width: none;
    width: unset;
}
       
}
                