body {
    background: #eee;
    overflow-x: hidden;
}
.margin-t-30{
    margin-top: 30px !important;
}
.title-notifi {
    color: #bb3939;
    border-bottom: 1px dashed red;
    padding-bottom: 10px;
}
#header {
    margin-bottom: 60px;
}
.header-menu {
    background: #1cad0d;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}
.wsmenu-list > li {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
}
.wsmenu-list > li:hover, .account-user:hover {
    background: rgba(0,0,0,.0705882);
}
.account-user {
    padding: 9px 20px;
}
.wsmenu-list > li > .navtext {
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.wsmenu-list > li > .navtext i {
    display: block;
    font-size: 18px;
}
.logo {
    padding: 10px 0;
}
.header-menu>.container>.row, .header-menu>.container>.row>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.wsmenucontainer {
    display: inline-block;
    float: left;
}
.header-menu .box-right {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
.header-menu .box-right a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
.header-menu .upload-cv {
    margin-left: 5px;
    display: inline-block;
}
.header-menu .upload-cv a {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ccc;
    float: right;
    margin-left: 5px;
    font-weight: bold;
}
.owl-img img {
    width: 100%;
    opacity: 0.6;
    height: 100vh;
}
.section-slider {
    position: relative;
}
.section-slider .slider-content {
    position: absolute;
    top: 100px;
    left: inherit;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}
@media (max-width: 1600px) {
    .section-slider .slider-content {
        top: 0;
        right: -50px;
    }
}
.section-slider .box-intro .title {
    font-size: 40px;
    line-height: 48px;
    padding: 8px 27px;
    color: #fff;
    margin-bottom: 10px;
}
.green-color {
    background: #2e3092;
}
b, strong {
    font-weight: 500;
}
.section-slider .box-intro .title {
    font-size: 24px;
    line-height: 48px;
    padding: 8px 27px;
    color: #fff;
    margin-bottom: 10px;
}
.black-color {
    background: #292929;
}
.section-slider .box-intro .content {
    font-size: 16px;
    margin-bottom: 40px;
}
.section-slider .box-intro .box-intro-btn {
    text-align: center;
}
.section-slider .box-intro .box-intro-btn a {
    background: #2e3092;
    color: #fff;
    font-size: 21px;
    padding: 24px 22px;
}
.section-slider .slider-content-img {
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 8;
}
@media (max-width: 1400px) {
    .section-slider .slider-content-img {
        left: 15%;
    }
}
@media (max-width: 1280px) {
    .section-slider .slider-content-img {
        left: 8%;
    }
}
.section-slider .success_girl {
    width: 100%;
    text-align: right;
}
.section-slider .success_girl img {
    width: 415px;
    margin-right: 20px;
}
@media (max-width: 1366px) {
    .section-slider .success_girl img {
        width: 350px;
    }
}
.section-slider .slider-contact-banner {
    position: absolute;
    top: 88%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    z-index: 9;
}
.section-slider .contact-box {
    display: inline-block;
    float: right;
}
.section-slider .contact-banner {
    background: #292929;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 33px;
}
.section-slider .contact-banner .content {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    margin-bottom: 9px;
}
.section-slider .contact-banner .info {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    justify-content: space-around;
}
.info-phone .fa, .info-email .fa {
    color: #2e3092;
    margin-right: 5px;
}
.search-job, .search-list-jobs {
    background: url(/uploads/plugin/custom_img/2019-11-22/1574388526-18869-custom.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}
.search-job:before, .search-list-jobs:before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(42, 46, 50, 0.8);
    position: absolute;
}
.hero-search, .search-list-jobs .btn-search-jobs {
    position: relative;
    padding: 20px 0 20px;
    border-radius: 3px;
    margin: 30px 0;
}
.hero-search .nav-tabs>li>a {
    background: #fff;
    color: #333;
    border: unset !important;
    margin-right: 10px;
}
.hero-search .tab-pane, .hero-search .nav-tabs {
    border: unset;
}
.hero-search .nav-tabs>li.active>a {
    color: #fff;
    background: rgb(28, 173, 13);
}
.hero-search .tab-content {
        background: rgb(28, 173, 13);
}
.hero-search .bg_girl {
    background: url(/uploads/plugin/custom_img/2019-10-21/1571643765-3781-custom.png) left bottom no-repeat;
    width: 340px;
    height: 409px;
    position: absolute;
    left: -35px;
    bottom: 0;
    z-index: 5;
}
.hero-search_content {
    text-align: center;
}
.hero-search_title {
    text-transform: uppercase;
    font-size: 29px;
    color: #fff;
    line-height: 1;
}
.search_jobs {
    margin: 0 !important;;
}
.job-benefit p, .job-description p, .job-require p , 
.job-benefit span, .job-description span, .job-require span, 
.job-benefit a, .job-description a, .job-require a, 
.job-benefit li, .job-description li, .job-require li {
    font-size: 15px !important;
}
@media screen and (min-width: 1200px) {
   .search_jobs {
        margin-left: 17%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    } 
}
.search_jobs .search_keywords {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.search_jobs .search_location, .search_jobs .search_categories {    
    width: 20%;
    padding-right: 10px;
    float: left;
}
.search_jobs .search_submit {
    width: 10%;
    float: left;
}
.search_jobs .search_keywords input, .search_jobs .search_location input, .search_jobs .search_categories input {
    padding: 11px 14px 11px 40px;
    padding-bottom: 9px;
    font-size: 13px;
    background: #fff;
    border: none;
    border-radius: 3px;
    width: 100%;
}
.search_jobs .search_submit input[type=submit] {
    color: #fff;
    background-color: #2e3092;
    font-size: 14px;
    padding: 8px;
    font-weight: bold;
    margin-right: 0;
    width: 100%;
    border: 1px solid #1a1b6b;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.div_link_upload_CV {
    display: flex;
    float: right;
    color: #fff;
    text-align: center!important;
    padding-top: 12%;
}
.div_link_upload_CV .btn_upload_CV {
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    background-color: #139f04 !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 17px 25px;
}
.banner-job {
    background: url(/uploads/plugin/custom_img/2019-10-31/1572511818-29756-custom.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 65px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 65px;
    cursor: pointer;
}
.banner-job {
    position: relative; 
}
.banner-job:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #139f0452;
}
.banner-h1 h4 {
    line-height: 65px;
    margin: 0;
    font-size: 40px;
}
.banner-h1 h4 a {color: #fff;}
.tab-job {
    padding-bottom: 25px;
    margin-top: 30px;
}
.tab-job .nav-tabs li a {
    border-radius: 0;
    background: #f0f0f0;
    border: none;
    color: #7b7b7b;
    font-size: 12px;
}
.tab-job .nav-tabs li.active a {
    border: none;
    background: #2e3092;
    color: #fff;
}
.tab-job .nav-tabs li a h2 {
    display: inline-block;
    font-size: 13px;
    margin: 0;
}
.tab-pane {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 20px 10px;
}
.list_job {
    padding: 0 35px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_job li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #b0b0b0;
    font-size: 15px;
}
.middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.list_job li .col_name img {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.list_job li .col_name a {
    display: block;
    float: left;
    width: 90%;
    padding: 0;
    font-weight: bold;
    color: #535353;
}
.no-padding {
    padding: 0 !important;
}
.inline {
    display: inline;
}
.list_job li .range_salary {
    border: 1px solid #7b7b7b;
    display: inline-block;
    padding: 10px 3px;
    width: 150px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.list_job li .location {
    float: right;
    padding: 11px 15px;
    padding-left: 15px;
}
.slimScrollDiv {
    overflow-y: scroll;
}
.box_employee .title_staff {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 25px;
    font-weight: normal;
}
.box_employee .item {
    margin: 0 25px;
    position: relative;
    text-align: center;
}
.box_employee .item .img {
    position: relative;
    padding-top: 51%;
    width: 120px;
    display: block;
    margin: 0 auto;
}
.box_employee .item .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box_employee .item img {
    margin: 0 auto;
    border: 4px solid #747474;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box_employee .item .info {
    padding-top: 15px;
}
.box_employee .item .info h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.box_employee .item p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}
.box_testimonial {
    background: url(/uploads/plugin/custom_img/2019-10-28/1572250453-139338370-custom.jpg) center repeat-x;
    padding: 25px 0;
    margin: 30px 0 0;
}
.box_testimonial .title_testimonial {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 20px;
    font-weight: normal;
}
.box_testimonial .item p {
    font-size: 15px;
    line-height: 23px;
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin: 0 30px;
    text-align: justify;
    min-height: 280px;
}
.box_testimonial .item p:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.box_testimonial .item p:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.box_testimonial .item .info {
    text-align: center;
    padding-top: 25px;
}
.box_testimonial .item .info img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.box_testimonial .item .info h4 {
    color: #fff;
    padding-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}
#footer {
    background: #1cad0d;
    color: #fff;
    padding: 35px 0;
    font-size: 12px;
}
.menu-footer-vertical .title-menu-ft {
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.list-menu-fy a, .address-ft p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
/*.menu-footer-vertical .address-ft .row>div {*/
/*    padding-right: 170px;*/
/*}*/
.footer-bottom {
    padding-top: 30px;
}
.footer-bottom .title-company {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    padding-top: 15px;
    text-align: center;
}
.info-tax {
    text-align: center;
}
.info-tax span {
    width: 50%;
    text-align: left;
    display: block;
    float: left;
    margin-bottom: 7px;
}
.info-tax span:nth-child(2) {
    text-align: right;
}
.list-fan-page li {
    display: inline-block;
    margin-right: 10px;
}
.list-fan-page {
    text-align: center;
}
.list-fan-page li a i{
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.in-email {
    padding: 20px 0;
}
.main-email-news h4 {
    color: #2e3092;
    font-size: 21px;
    font-weight: normal;
    line-height: 21px;
    padding-bottom: 15px;
    margin: 0;
}
#frm-reg-email {
    margin: 0;
}
#frm-reg-email .btn-send-reg-email {
    position: relative;
    margin-top: 15px;
    background: #2e3092;
    color: #fff;
    border-radius: 5px;
}
.block-news .item-blogs {
    border: unset;
}
.block-news .item-blogs .img-blogs {
    width: 100% !important;
    padding-top: 66%;
    max-height: none;
    float: unset !important;
    position: relative;
}
.block-news .item-blogs .img-blogs a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block-news .item-blogs .img-blogs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.block-news .item-blogs .info {
    padding: 0;
}
.block-news .item-blogs .info .title-blogs-item {
    margin: 12px 0;
    font-size: 16px;
}
.block-news .item-blogs .info .title-blogs-item a {
    font-size: 16px !important;
    color: #383838;
    line-height: 1;
}
.block-news .item-blogs .info .desc-blogs {
    margin-bottom: 30px;
}
.block-news .item-blogs .info .btn-view-more {
    color: #7b7b7b;
    border: 1px solid #7b7b7b;
    display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    float: left;
}
.logo img {
    height: 40px;
    float: left;
}
.logo .text-logo {
    float: left;
    margin-left: 15px;
}
.logo .text-logo h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.logo .text-logo span {
    color: #fff;
}
.address-ft p i {
    margin-right: 10px;
}
#footer .in-email  {
    padding: 0;
}
#footer .title-email-news {
    font-size: 13px;
    margin: 10px 0 20px;
    color: #fff;
    padding: 0;
}
#footer .in-email .form-group{
    position: relative;
}
#footer .in-email .form-group .btn-send-reg-email {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: unset;
}
.footer_main_promise {
    margin-top: 66px;
}
.footer_main_promise ul {
    padding: 15px 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer_promise {
    line-height: 20px;
}
.footer_promise i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    height: inherit !important;
    color: #fff;
    width: 25px;
    height: 30px;
}
.footer_promise a span {
    color: #ffffff;
    font-size: 14px;
}
.footer_sg_pay {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.footer_sg_pay span {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 20px;
}
.footerBottom {
    background-color: rgba(0,0,0,.0705882);
    margin-top: 20px;
}
.footer_foot_right {
    text-align: right;
}
.search_jobs .chosen-choices, .search_jobs .chosen-container-single .chosen-single, .search_jobs .form-control.chosen-select {
    padding: 5.5px 14px 5.5px 40px;
    border-radius: 3px;
    border-color: #ccc;
    height: 40px;
    line-height: 28px;
}
.search_jobs .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 28px;
}
.search_submit .btn {
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    margin-right: 0;
    width: 100%;
    border: 1px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
}
.display-theme-2 a {
    color: #000;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}
.display-theme-2 a.login {
    background: #499cd6;
    color: #fff;
    font-weight: unset;
    padding: 9px 15px;
    margin-left: 15px;
}
.top-banner-subpage {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: center;
}
.top-banner-subpage {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-banner-subpage div {
    width: 100%;
    z-index: 9;
}
.title-breadcrumb {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}
.job-news-right {
    background: #fff;
}
.job-news-right .title-blogs-item {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.job-news-right .title-blogs-item a {color: #000;}
.job-news-right .news-feture {
    margin: 0 15px;
    border-bottom: 1px solid #ddd;
}
.job-news-right .title-n-feture {
    font-size: 16px;
}
.job-news-right .title-n-feture a {
    color: #000;
}
.job-news-right .info-news-right {
    padding: 0 15px;
}
.job-news-right .info-news-right a {
    color: #000;
    font-size: 15px;
}
.list-jobs .top-list-blogs-subpage {
    background: #fff;
    margin-bottom: 10px;
}
.list-jobs .top-list-blogs-subpage h2 {
    margin: 0;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    float: left;
}
.list-jobs .top-list-blogs-subpage .pull-right {
    padding: 13px;
}
.list-jobs .top-list-blogs-subpage .pull-right a {
    color: #000;
    font-weight: bold;
}
.list-jobs .top-list-blogs-subpage .pull-right a i {
    color: #06086f;
}
.item-job {
    margin-bottom: 10px;
    background: #e9f7fb;
}
.job-logo {
    position: relative;
    padding-top: 74%;
    background: #fff;
}
.job-logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
}
.job-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.job-item-info {
    width: 100%;
    height: 100%;
}
.job-item-info .bold-red {
    font-size: 18px
}
.job-item-info .bold-red a {
    color: #000;
    font-weight: 500;
}
.job-item-info .extra-info .text-primary strong {
    text-transform: uppercase;
}
.box_module.bottom {
    padding: 50px 0;
}
.login-content, .register-content, .register-footer {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.logo-login a {
    display: block;
}
.logo-login img {
    width: 180px;
    margin: 0 auto;
    display: block;
}
.next-register {
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    margin-top: 15px;
    border-radius: 4px;
}
.login-content input {
    padding-left: 30px;
    height: 40px;
}
.login-content .form-group {
    position: relative;
}
.login-content i {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #666;
}
.login-content .btn-submit {
    display: block;
    width: 100%;
    background: #1cad0d;
    border: unset;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
}
.forget-password {
    text-align: center;
}
.forget-password a {
    color: #000;
}
.next-register p {
    margin: 0;
}
.next-register a {
    color: #2e3092;
}
.intro-login {
    padding: 30px;
    padding-top: 0;
    height: 100%;
    color: #fff;
}
.intro-login h1 {
    margin: 0;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: bold;
}
.intro-login p {
    font-size: 15px;
}
.intro-login p i {
    margin-right: 5px;
}
.page-job-detail_header {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.page-job-detail_header .box-md {
    padding: 25px 40px;
}
.box {
    background: #fff;
    border: 0;
    box-shadow: 0 0.5px 0 rgba(0,0,0,.1);
}
.page-job-detail_header .logo-wrapper {
    height: 94px;
    margin-top: 5px;
    display: flex;
    margin-right: 30px;
    width: 141px;
}
.page-job-detail_header .logo-wrapper a {
    align-self: center;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
}
.page-job-detail_header .logo-wrapper img {
    max-height: 100%;
    margin: auto;
    max-width: 100%;
}
.page-job-detail_header .col-content {
    width: 80%;
    padding-right: 70px;
}
.page-job-detail_header .col-btn {
    width: 20%;
}
.page-job-detail_header .job-title {
    font-weight: 500;
    font-size: 27px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-weight: bold;
}
.page-job-detail_header .company-name {
    text-transform: uppercase;
    display: inline;
}
.page-job-detail_header .company-location a, .page-job-detail_header .company-name a {
    color: #555;
}
.page-job-detail_header .salary {
    display: block;
    margin-bottom: 2px;
}
.page-job-detail_header .salary strong {
    font-weight: 400;
    text-transform: uppercase;
}
.text-lg {
    font-size: 15px;
}
.text-primary {
    color: #f7941d;
}
.gray-light {
    color: #999!important;
}

.page-job-detail_header .btn-apply-job {
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 18px;
    padding: 11px 20px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #f7941d;
    border-color: #f28809;
}

.page-job-detail_header .btn-apply-job.disable{
    background-color: #fdc582c2;
    border:none;
    cursor: no-drop;
}

.page-job-detail_header .btn-save-job {
    font-weight: 400;
    padding: 9px 20px;
    font-size: 14px;
    margin-top: 2px;
    color: #F7941D;
    border: 1px solid #F7941D;
    display: block;
    width: 100%;
    background: unset;
}
.nav-tabs>li.active>a:hover, .nav>li>a:focus {
    border: unset;
}
.page-detail-content .nav-tabs li a {
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    font-size: 15px;
    border: 0;
    line-height: 17px;
    padding: 12px 35px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: 0 0;
    color: #424242;
}
.page-detail-content .nav-tabs li.active a {
    font-size: 15px;
    border: unset;
    border-bottom: 3px solid #2e3092;
    font-weight: 600;
    background-color: transparent;
}
.page-detail-content .tab-pane {
    padding: 40px;
    background: #fff;
}
.banner-right {
    margin: 15px 0;
}
.page-detail-content .box-summary {
    border: 1px solid rgba(0,185,242,.5);
    padding: 23px;
    background-color: #f7fdff;
    border-radius: 3px;
}
.box-summary .summary-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(206,211,213,.5);
    display: inline-block;
    width: 100%;
}
.box-summary .summary-item:first-child {
    padding-top: 5px;
}
.box-summary .summary-item:last-child {
    border-bottom: none;
}
.box-summary .summary-icon {
    width: 35px;
    padding-left: 0;
    padding-top: 3px;
    float: left;
}
.box-summary .summary-icon i {
    font-size: 21px;
}
.box-summary .summary-content {
    padding-left: 0;
    padding-right: 0;
    width: 83.33333333%;
    float: left;
}
.box-summary .summary-content .label-content {
    text-transform: uppercase;
    color: #949697;
    display: block;
    font-weight: 300;
    font-size: 13px;
}
.box-summary .summary-content .content {
    font-size: 1em;
    padding: 0 0 15px;
}
.title-ctn {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Roboto,Arial,sans-serif;
    margin-top: 5px;
    margin-bottom: 17px;
}
.job-benefit ul, .job-description ul, .job-require ul {
    margin-bottom: 30px;
}
.job-benefit ul li, .job-description ul li, .job-require ul li {
    position: relative;
    line-height: 22px;
}
.job-benefit ul li:before {
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}
.job-description ul li:before {
    content: "\f18e";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}
.job-require ul li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}
.page-detail-content .job-item:first-child {
    border-top-color: transparent;
    padding-top: 0;
}
.page-detail-content .job-item {
    border-top: 1px solid #eef1f2;
    padding: 13px 0;
}
.page-detail-content .job-item a.job-title {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}
span.separator {
    display: inline-block;
    margin: 0 10px;
    font-weight: 100;
    color: #ccc;
}
.register-content label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #48576a;
    line-height: 1;
    padding: 11px 12px 11px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.register-content label strong {color: red;}
.register-content .form-group input{
    border-radius: 3px;
    border: 1px solid #bfcbd9;
    color: #1f2d3d;
    font-size: inherit;
    height: 36px;
    line-height: 1;
    outline: 0;
    padding: 3px 10px;
}
.register-content .btn-submit {
    padding: 10px 25px;
    color: #fff;
    background-color: #1cad0d;
    border-color: #1cad0d;
    border: unset;
}
.register-content .btn-cancel {
    padding: 10px 25px;
    color: #fff;
    background-color: #ff4949;
    border-color: #ff4949;
    border: unset;
}
.note-resign {
    margin: 15px 0 20px;
}
.register-footer p {margin-bottom: 0;}
.register-footer p a, .note-resign a {color: #2e3092;}
.job-modal .modal-header {
    padding: 0;
    border: unset;
}
.job-modal .modal-dialog {
    width: 700px;
}
.job-modal .modal-content {
    border-radius: 3px;
    box-shadow: unset;
    border: unset;
}
.info-login .avatar-member {
    margin: 0 auto;
    text-align: center;
    background: #d8f4fc;
    padding: 7px 0;
    border-bottom: 1px solid #fff;
}
.info-login .avatar-member a {
    width: 60px;
    height: 60px;
    border: 1px solid #ace0f0;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.info-login .avatar-member a i {
    line-height: 70px;
    text-align: center;
    color: #aaaa;
}
.info-login .avatar-member a img {
    height: 100%;
    object-fit: cover;
}
.info-login {
    background: #d8f4fc;
}
.info-member {
    padding: 0 0 10px;
}
.content-apply-job .name-job h4 {
    font-weight: bold;
    font-size: 19px;
    margin: 0 0 10px;
}
.info-member input {
    border: 1px #00b9f2 solid;
    padding: 3px 6px;
}
.info-job-apply .wrap-info .radio label {
    position: relative;
}
.info-job-apply .wrap-info .radio input[type=radio]:checked+label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    top: 2px;
    left: 0;
    border: 1px solid #2e3092;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.info-job-apply .wrap-info .radio input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2e3092;
    top: 5px;
    left: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.info-job-apply .wrap-info .radio label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    top: 2px;
    left: 0;
    border: 1px solid #2e3092;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.job-modal .modal-footer .btn {
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
}
.job-modal .modal-footer .btn.btn-defaut {
    background: #2e3092;
    border-color: #2e3092;
}
.job-modal .modal-footer .btn.btn-primary {
    background-color: #f7941d;
    border-color: #f28809;
}
#resume-filename {
    padding-left: 20px;
}
.wrap-avatar-member i {
    width: 25px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.wrap-avatar-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-avatar-member {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.job-item-info h3 {
    margin-top: 0;
}
.item-job>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.item-job .btn-save-job {
    font-size: 15px;
}
.jobs-save i {
    color: #f7941d;
    font-size: 15px;
}
.jobs-save span {font-size: 15px; font-weight: bold;}
.search-list-jobs .search_jobs {
    padding: 12px;
    margin: 75px 0 !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.search-list-jobs .search_jobs .search_submit {
    width: 16%;
}
.search-list-jobs .search_jobs .search_submit .btn {
    border-radius: 3px;
    background: #f7941d;
    border-color: #f7941d;
}
.search-list-jobs {
    margin-bottom: 30px;
}
.choose-language {
    margin: 15px 0;
}
.logo-lang img {
    height: 175px;
}
.choose-language .btn {
    background: #fdf59a;
    border: unset;
    border-radius: 0;
    padding: 10px 35px;
}
.choose-language .btn:first-child {
    margin-right: 5px;
}
.choose-language .btn span {
    margin-left: 5px;
    width: 63px;
    display: inline-block;
}
.find-job, .employed-top, .box_general {
    background: #fff;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #887e7e;
    -webkit-box-shadow: 0 2px 3px #ada5a573;
    -moz-box-shadow: 0px 3px 2px #000;
    /* box-shadow: 0 1px 4px #887e7e !important; */
    -webkit-box-orient: 0 2px 3px #ada5a5 !important;
    -moz-box-shadow: 0px 3px 2px #000;
    padding: 0 15px;
    margin: 15px 0 30px;
}
.find-job .section-title, .top-employed-title, .jobs-home .section-title {
    font-size: 19px;
    margin: 10px auto;
    padding: 15px;
    border-bottom: 1px solid hsla(114, 95%, 32%, 0.35);
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-left: 0;
}
.find-job .section-title .fa, .top-employed-title i {
    margin: 0 10px 0 0;
}
.job-list {
    position: relative;
    width: 100%;
    border: 1px solid hsla(114, 95%, 32%, 0.35);
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}
.job-list .thumb {
    float: left;
}
.job-list .thumb a {
    width: 60px;
    height: 60px;
    margin-top: 4px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.job-list .thumb img {
    max-width: 100%;
    float: left;
    margin-right: 0;
    border-radius: 5px;
    height: auto;
}
.job-list .job-list-content {
    float: left;
    width: calc(100% - 70px);
    padding-left: 5px;
}
.job-list .job-list-content h4 {
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
}
.job-list .job-list-content h4 a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}
.job-list .job-list-content a {
    white-space: nowrap;
}
.job-list .job-list-content p {
    margin-bottom: 5px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.job-list .job-tag .meta-tag span {
    font-size: 12px;
    color: #fea31e;
    font-weight: bold;
}
.job-list .job-tag .meta-tag span i {
    margin-right: 5px;
    font-size: 12px;
}
.time-location span:first-child {
    color: #555 !important;
    margin-right: 15px;
}
.salary {text-transform: uppercase;}
.banner-jobs {
    margin-top: 10px;
}
.banner-home-full {
    margin: 15px 0;
    position: relative;
}
.banner-home-full:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #139f0452;
}
.job-list-content .btn-save-job {
    float: right;
    color: #fea31e;
    cursor: pointer;
}
.menu-footer-vertical h4, .menu-footer-vertical p.description-company {
    text-align: center;
}
.menu-footer-vertical .title-menu-ft {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: bold;
}
.menu-footer-vertical .description-company {
    font-size: 15px;
    color: #fff;
}
.menu-footer-vertical p.name-company {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.address-ft p i {
    width: 20px;
    padding-left: 2px;
    display: inline-block;
    height: 20px;
    background: #2e9423;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    margin-right: 10px;
}
.list-menu-fy {
    padding: 15px 0;
}
.list-menu-fy a {
    position: relative;
    padding: 0 10px;
    line-height: 1;
}
.list-menu-fy a:first-child {
    padding-left: 0;
}
.list-menu-fy a:before {
    content: "\|";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: hsla(0,0%,100%,.74);
}
.list-menu-fy a:last-child:before {
    content: unset;
}
.box_employee {
    margin: 30px 0;
}
.employee-recruit a {
    background: rgba(0,0,0,.0705882);
    color: #fff;
    font-weight: unset;
    padding: 22px 15px;
}
.employed-top {
    padding-bottom: 15px;
}
.img-employee {
    position: relative;
    padding-top: 77%;
    margin-bottom: 15px;
}
.img-employee a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-employee a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid hsla(114, 95%, 32%, 0.35);
}
.doi-ngu-chuyen-gia {
    background: url(/uploads/plugin/custom_img/2019-11-16/1573873703-21457-custom.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    margin-top: 30px;
}
.doi-ngu-chuyen-gia:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #4b4a4a7d;
}
.box_employee .item .info h3 a {color: #fff;}
.member-info {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(202, 199, 199, 0.75) 4px 4px 10px 0px;
}
.member-info .avatar-member a {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.member-info .avatar-member a i {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #ddd;
    line-height: 100px;
}
.member-info .avatar-member a img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
}
.box-menu .bs-docs-sidebar {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(202, 199, 199, 0.75) 4px 4px 10px 0px;
}
.box-menu .bs-docs-sidebar li a {
    color: #000;
}
.box-menu .bs-docs-sidebar li a i {
    width: 20px;
}
.box-menu .bs-docs-sidebar li a:hover {
    background: #0ba299;
    color: #fff;
}
.box-bk-shadown {
    padding: 0 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(202, 199, 199, 0.75) 4px 4px 10px 0px;
}
.box-bk-shadown .title_style3 h3{
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 21px;
}
.table-jobs-applied tr td {border-top: unset !important;}
.table-jobs-applied tr:not(:first-child) {
    border-top: 1px solid #ddd;
}
.box-bk-shadown .input-group {
    display: block;
    position: relative;
}
.input-group-prepend, .input-group-addon {
    position: absolute;
    z-index: 9;
    top: 1px;
    left: 1px;
    display: block;
    height: 32px;
    width: 40px;
    line-height: 32px;
    text-align: center;
    background: #e9ecef;
    border-radius: unset;
    border: unset;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ccc;
    padding: 0;
}
.input-group input {
    padding-left: 50px;
}
.mar-bt-15 {
    margin-bottom: 15px;
}

/*upload img profile*/
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.img-avatar-upload {
    width: 200px;
    display: block;
    margin: 15px auto 0;
    border: 4px solid #ddd;
}
.file-caption-main .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: auto;
}
.box-bk-shadown .btn-submit {
    background: #0ba299;
    color: #fff;
}
.mar-top-15 {
    margin-top: 30px;
}
/*menu mobile*/
.toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 6.25em;
    height: 62px;
    position: relative;
    top: 0;
    margin: 0;
    float: none;
    z-index: 103;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.toggle .text {
  font-size: 1.125em;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.icon {
  display: block;
  height: 1.4625em;
  position: relative;
  width: 2em;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}
.icon div {
  background-color: #000;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.icon div.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon div.bottom {
  bottom: 0;
}
.icon-menu.active .icon {
    transform: matrix(-1, 0, 0, -1, 0, 0);
}
.icon-menu.active .top {
    width: 50%;
    transform: translate(110%, -40%) matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 5);
}
.icon-menu.active .bottom {
    width: 50%;
    transform: translate(108%, 35%) matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -5);
}
.box-contacts .box {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(202, 199, 199, 0.75) 4px 4px 10px 0px;
    padding: 15px;
}
.title-contact h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.title-contact h2 i {
    margin-right: 5px;
}
.box-contacts label {
    color: #000;
    font-size: 15px;
}
.box-contacts label span{
    color: #ed1c24;
}
.box-contacts .btn-submit {
    background: #2391c0;
    border: 1px solid #2391c0;
}
.form-group>.captcha-img {
    margin-right: 10px;
}
.no-padding {
    padding: 0 !important;
}
.captcha-img {
    float: left;
    width: auto;
}
.text {
    /* float: left; */
    width: 45%;
}
.box-contacts .btn-submit {
    background: #0ba299;
    border: 1px solid #0ba299;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.item-company {
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid hsla(0,0%,93%,.8);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    background: #fff;
}
.item-company .company-img {
    position: relative;
    padding-top: 46%;
}
.item-company .company-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-company .company-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.item-company .content-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    min-height: 40px;
}
.item-company .content-company .logo-company img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #f9f9f9;
    -o-object-fit: contain;
    object-fit: contain;
}
.item-company .content-company .name-company {
    width: calc(100% - 100px);
    padding: 10px 5px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px;
}
.item-company:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    border: 1px solid transparent;
}
#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.item-single, .slider-nav {
    position: relative;
    overflow: hidden;
}
.item-single .img, .item-nav .img {
    position: relative;
    padding-top: 47%;
    border: 5px solid #fff;
}
.item-nav .img {
    padding-top: 64%;
}
.item-single a, .item-nav a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-single a img, .item-nav a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-single {
    margin-bottom: 30px;
}
.slider-nav .item-nav {
    padding: 0 15px;
}
.slider-nav .slick-slide .item-nav .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 9;
}
.slider-nav .slick-slide.is-active .item-nav .img:before {
    content: unset;
}
.slick-initialized .slick-slide:focus {
    outline: unset;
}
.slick-prev, .slick-next {
    background: #aaa;
    width: 30px;
    height: 30px;
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.slick-prev::before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    opacity: 1 !important;
}
.slick-next::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    opacity: 1 !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    background: #aaa;
}
.detail-company {
    margin: 30px 0;
}
.box-white {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.detail-company .logo-company {
    position: relative;
    padding-top: 74%;
}
.detail-company .logo-company a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.detail-company .logo-company a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.count-jobs {
    background: #0ba299;
    height: 100%;
    text-align: center;
    padding: 25px 5px;
    color: #fff;
}
.count-jobs h4 {
    font-size: 43px;
    margin: 0;
    font-weight: bold;
}
.detail-company .name-company {
    font-size: 21px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.info-company .phone-email span {
    margin-right: 15px;
}
.info-company .phone-email {
    font-size: 15px;
}
.detail-company .info-company .address-company {
    font-size: 15px;
}
.slider-img-company {
    margin-top: 50px;
}
.decript-company h4, .job-company h4 {
    font-weight: bold;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 15px;
}
.description-company p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
}
.decript-company .img-description {
    position: relative;
    padding-top: 57%;
}
.decript-company .img-description a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.decript-company .img-description a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-jobs-companyed {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.item-jobs-companyed:last-child {
    border-bottom: unset;
}
.time-salary span {
    display: block;
}
.login-uv {
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
}
.login-uv i {
    display: block;
    font-size: 18px;
}
.employee-recruit img {
    margin-right: 5px;
}
.choose-row {
    margin: 15px 0;
}
.img-blogs {
    position: relative;
    padding-top: 64%;
}
.img-blogs a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-blogs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-blogs .title-blogs-item {
    font-size: 21px;
    min-height: 46px;
    /*height: 45px;*/
    /*overflow: hidden;*/
}
.item-blogs .title-blogs-item a {
    color: #000;
}
.btn.btn-view-more {
    background: #0ba299;
    color: #fff;
    border-radius: 0;
}
.list-item.box-blogs {
    margin-bottom: 30px;
}
.marg-30 {
    margin: 30px 0;
}
.top-banner-subpage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000045;
    z-index: 1;
}
.not-before:before {
    content: unset;
}
.ui-widget-header {
    color: #000;
}
.mar-15 {
    margin: 15px 0;
}
.choose-language .title-intro h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: unset;
    color: #27a46f;
    margin-bottom: 30px;
}
.logo-login {
    margin-bottom: 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    background: #fff;
    height: calc((100% - 30px) / 5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #139f04;
}
.swiper-slide .hot-job {
    width: 100%;
    height: 100%;
}
.box-radius {
    background: #fff;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #887e7e;
    -webkit-box-shadow: 0 2px 3px #ada5a573;
    -moz-box-shadow: 0px 3px 2px #000;
    /* box-shadow: 0 1px 4px #887e7e !important; */
    -webkit-box-orient: 0 2px 3px #ada5a5 !important;
    -moz-box-shadow: 0px 3px 2px #000;
    padding: 0 15px;
    margin: 15px 0 0;
}
.swiper-slide .job-list {
    margin: 0;
}
.time-location {
    text-align: left;
}
.swiper-pagination {
    position: relative;
    padding: 15px 0;
}
.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    background: #434242b0;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #fff;
}
.block-scroll {
    height: 535px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* width */
.block-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.block-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.block-scroll::-webkit-scrollbar-thumb {
  background: #0ba299bd;
  border-radius: 10px;
}

/* Handle on hover */
.block-scroll::-webkit-scrollbar-thumb:hover {
  background: #0ba299bd;
}
.mar-top-50 {
    margin-top: 50px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background-color: #0ba299;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin-right: 3px;
    padding: 6px 22px 7px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition: all .2s ease 0;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: 0 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 2px;
}
.box-language .dropdown-toggle>.icon_img {
    color: #fff;
    font-size: 13px;
    padding: 9px 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 400;
}
.box-language .dropdown-toggle>.icon_img i {
    display: block;
    font-size: 18px;
}
.item-candidate {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(114, 95%, 32%, 0.35);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 3px;
    margin: 10px 0;
}
.avatar-candidate .img {
    position: relative;
    padding-top: 100%;
}
.avatar-candidate .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.avatar-candidate .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.img-contain img {
    object-fit: contain !important;
    padding-top: 15px;
}
.info-candidate h4 {
    margin: 0;
    margin-bottom: 7px;
}
.info-candidate p {
    margin-bottom: 5px;
}
.info-candidate p i {
    width: 20px;
}
.list-candidate .find-job {
    margin-top: 0;
    padding: 15px;
}
.list-candidate {
    margin: 30px 0;
}
.urgent-hot {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    padding: 2px 7px;
    font-size: 11px;
}
.detail-candidate {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 50px;
}
.header-candidate {
    padding: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.header-candidate .info {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 10;
}
.header-candidate .avatar-cd {
    width: 145px;
    float: left;
}
.header-candidate .avatar-cd .img {
    position: relative;
    padding-top: 100%;
}
.header-candidate .avatar-cd .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-candidate .avatar-cd .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
    background: #fff;
}
.header-candidate .info-basic {
    width: calc(100% - 160px);
    padding-left: 15px;
    padding-top: 10px;
    float: left;
}
.header-candidate .bg-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color: #0ba299;
}
.header-candidate .name-exp .title-name{
    font-size: 22px;
    margin-top: 9px;
    margin-bottom: 3px;
    color: #fff;
}
.header-candidate .name-exp .description-company {
    font-size: 17px;
    font-weight: 300;
    color: #ffe14f;
    margin: 0;
    padding-bottom: 5px;
    min-height: 23px;
}
.header-candidate .contact-cd {
    margin-top: 15px;
}
.contact-cd i {
    width: 20px;
    color: #0ba299;
}
.alert-service {
    padding: 9px 15px;
    color: #7d6d51;
    background-color: #fffdf3;
    border-color: #f5edc7;
    margin: 6px 18px 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.box-btn {
    padding: 12px 0 7px;
    text-align: left;
}
.box-btn .btn {
    width: 145px;
    height: 36px;
    padding: 0;
    line-height: inherit;
    border-radius: 3px;
}
.box-btn .btn.save-job {
    background: #fff;
    border: 1px solid #bfcbd9;
    color: #1f2d3d;
}
.box-btn .btn.view-candidate {
    background-color: #fea31e;
    border-color: #fea31e;
}
.item-info-main {
    padding: 0 20px;
    margin-top: 10px;
}
.item-info-main .title-item {
    margin-top: 0;
    position: relative;
    font-weight: 600;
}
.item-info-main .title-item:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    height: 4px;
    background-color: #f1f1f1;
    width: 100%;
}
.item-info-main .title-item .bg-span {
    position: relative;
    background-color: #fff;
    padding-right: 10px;
    font-size: 18px;
}
.item-info-main .bg-span .icon {
    width: 34px;
    height: 34px;
    background: #0ba299;
    color: #fff;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 1px;
}
.item-info-main .bg-span .icon i {
    font-size: 18px;
}
.item-content ul.list-unstyled li strong {
    font-weight: 600;
    font-size: 15px;
}
.item-content ul.list-unstyled li span {
    background-color: rgba(32,160,255,.1);
    color: #20a0ff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 3px;
    height: 18px;
    line-height: 13px;
    margin-right: 3px;
    padding: 0 5px;
    border: 1px solid rgba(32,160,255,.2);
}
.box-forgot, .box-reset {
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
}
.box-reset .title_style3 {
    text-align: center;
}
.box-forgot .title_style3 h3, .box-reset .title_style3 h3 {
    text-align: center;
    margin: 0;
    font-weight: bold;
}
.btn-forgot {
    display: inline-block;
    width: 100%;
}
.box-reset .title_style3 i {
    display: inline-block;
}
.pad-10 {
    padding: 10px 0;
}
.box-reset .form-group {
    display: inline-block;
    width: 100%;
}
.box-reset .form-group label {
    height: 34px;
    line-height: 34px;
    margin: 0;
}
.header-address {
    margin-bottom: 20px;
}
.header-address .img img {
    display: block;
    margin: 0 auto;
    width: 100px;
}
.blogs-new p.desc-blogs {
    min-height: 85px;
}
@media (max-width: 768px) {
    #header {
        margin: 0;
    }
    body {background: #fff;}
    #header {
        position: relative;
    }
    .login-menu, .form-search-jobs {
        width: 300px;
        left: -400px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        float: none;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
        z-index: 1010;
    }
    .login-menu.show-menu, .form-search-jobs.show-search {
        left: 0px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .back-drop {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .open-back .back-drop {
        display: block !important;
    }
    .logo {
        padding: 10px 0;
    }
    .logo img {
        height: 45px;
    }
    .header-mobile {
        position: relative;
    }
    .wsmenu-list > li > .navtext {
        color: #000;
        text-align: left;
        font-weight: 500;
        padding: 0;
        font-size: 14px;
    }
    .wsmenu-list > li > .navtext i {display: none;}
    .header-mobile>.container>.row>div {position: unset;}
    .icon-menu.active {
        position: fixed;
        top: 15px;
        left: initial;
        right: 15px;
        width: auto;
        z-index: 1011;
        height: 35px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #fff;
        width: 35px;
        padding: 5px;
    }
    .login-menu .logo {
        background: #0f9801;
        padding: 20px 0 70px;
    }
    .login-menu .logo, .login-menu .logo img {
        display: block;
        margin: 0 auto;
    }
    .login-menu>div.col-xs-12 {padding: 0;}
    .account-user {
        margin-left: 0;
        background: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-top: -15px;
        border-bottom: 1px solid #ddd;
    }
    .wrap-avatar-member {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        background: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
        margin: auto;
        display: block;
        box-sizing: border-box;
        position: relative;
        top: 0;
        border: unset;
        overflow: hidden;
    }
    .employee-recruit a {
        padding: 10px 20px;
    }
    .display-theme-2 {
        text-align: center;
        margin-top: -25px;
    }
    .display-theme-2 a.login {
        background: unset;
        color: #000;
        font-weight: bold;
        margin: 0;
        padding: 5px;
    }
    .employee-recruit {
        text-align: center;
        margin: 10px 0;
    }
    .employee-recruit a {
        display: inline-block;
        margin: 0;
        background: #0f9801;
    }
    .wsmenucontainer {
        width: 100%;
        float: unset;
        margin-top: 15px;
    }
    .wsmenu-list li {
        float: unset;
        text-align: left;
        width: 100%;
        padding: 7px 15px;
    }
    .wsmenu-list > li > .navtext {padding-left: 0}
    .list-setting-member {
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .list-setting-member li a {
        color: #000;
    }
    .hero-search {
        height: auto;
    }
    .q-search-icon {
        background: rgba(0,0,0,.08);
        height: 40px;
        border: unset;
        display: block;
        width: 100%;
        color: #fff;
    }
    .box_employee .item .img {
        width: 151px;
        padding-top: 54%;
    }
    .menu-footer-vertical .row>div {
        padding-right: 15px;
    }
    .top-banner-subpage {
        min-height: 150px;
        margin: 0;
    }
    .title-breadcrumb {font-size: 21px;}
    .list-jobs .top-list-blogs-subpage {
        background: rgba(0,0,0,.05);
    }
    .list-jobs .top-list-blogs-subpage h2 {
        float: unset;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .list-jobs .top-list-blogs-subpage .pull-right {
        float: unset !important; 
        text-align: center;
    }
    .visible-xs {display: inline-block !important;}
    .job-item-info {
        padding: 15px 10px;
    }
    .item-job>.row>div:first-child {
        padding-right: 0;
    }
    .page-job-detail_header {
        margin-top: -50px;
    }
    .page-job-detail_header .box-md {
        background: #fff;
        padding: 15px;
        border: 1px solid #ddd;
        box-shadow: rgba(212, 209, 209, 0.75) 0.5px 0.5px 5px 0px;
    }
    .page-job-detail_header .logo-wrapper{
        margin: 0 auto;
    }
    .page-job-detail_header .col-content {
        width: 100%;
        padding: 0 15px;
    }
    .page-job-detail_header .company-name, .page-job-detail_header .company-name a {
        display: block;
    }
    .page-job-detail_header .col-btn {
        width: 100%;
        margin-top: 15px;
    }
    .page-detail-content .tab-pane {
        padding: 15px
    }
    .page-detail-content {
        margin-bottom: 30px;
    }
    .job-modal .modal-dialog {
        width: auto;
    }
    .search_jobs .search_keywords, .search_jobs .search_location, .search_jobs .search_categories {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .form-search-jobs {
        padding: 20px 15px;
    }
    .search_jobs .search_submit {
        width: 100%;
    }
    a.close-search {
        position: absolute;
        top: 10px;
        right: -40px;
        background: #fff;
        color: #000;
        padding: 5px 10px;
    }
    .box-language {
        text-align: center;
    }
    .box-radius, .find-job {
        padding: 0
    }
    .info-candidate h4 {
        font-size: 16px;
    }
    .info-candidate p {
        margin: 0;
        font-size: 13px;
    }
    .box-language .dropdown-toggle>.icon_img {
        color: #000;
        padding: 11px 0;
    }
    .box-bk-shadown .btn-edit-cv {
        display: block;
    }
    .box-menu {
        margin-bottom: 15px;
    }
    .edit-info-member .file-input {
        display: inline-block;
        width: 100%;
    }
    .header-candidate .avatar-cd {
        display: block;
        margin: 0 auto;
        float: unset;
        width: 130px;
    }
    .header-candidate .info-basic {
        width: 100%;
        padding-left: 0;
    }
    .header-candidate .name-exp .title-name {
        color: #000;
    }
    .header-candidate .info-basic .name-exp {
        text-align: center;
    }
    .alert-service {
        margin: 0;
    }
    .box-btn .btn {
        width: 47%;
    }
    .item-info-main {
        padding: 0;
    }
    .search-list-jobs .search_jobs {
        margin: 0 !important;
    }
    .search-list-jobs .search_jobs .search_submit {
        width: 100%;
    }
}
.fix-phone {
    position: fixed;
    bottom: 10px;
    top: inherit !important;
    z-index: 999;
    left: 5px;
}
.fix-phone .bbh {
    display: inline-block;
    left: 5px;
    position: relative;
}
.phone {
    margin-bottom: 10px;
}
.phone-box {
    background: linear-gradient(90deg, #1fb50f 0%, #139f04 50%, #19b509 100%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.phone-box img {
    max-width: 25px;
    animation: play0 1.5s ease infinite;
}
.phone-box .oi {
    opacity: 0;
    width: 0;
    font-size: 0;
    position: absolute;
    height: 0;
    left: 40px;
    top: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zalo-box, .fb-box {
    background: linear-gradient(90deg, #1fb50f 0%, #139f04 50%, #19b509 100%);
    width: 48px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.zalo-box img, .fb-box img {
    max-width: 33px;
    filter: hue-rotate(100deg);
}
.phone-box:hover .oi {
    opacity: 1;
    width: 120px;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    background: linear-gradient(90deg, #1fb50f 0%, #139f04 50%, #19b509 100%);
    border-radius: 25px;
    left: 40px;
    top: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box_general {
    padding: 15px 30px;
}
.box_general .text_ellipsis {
    margin-bottom: 30px;
    border-bottom: 1px solid hsla(114, 95%, 32%, 0.35);
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.box_general .box-body a {
    margin-bottom: 7px;
    display: inline-block;
    color: #1790d4;
}
.bak-search-home {
    background: #0f9801;
}
.wsmenu-list > li > .navtext.active {
    background: #0f9801;
}
.bak-search-home .search_jobs {
    padding: 15px 0;
}


/*MODULE HTML GÃ“C TÆ¯ Váº¤N*/
.contact-hotline{
    background: #139f04;
    padding: 40px 30px;
    margin-top: 50px;
    color: #fff;
    clip-path: polygon(
    0% 0%,
    0 0%,
    99% 0,
    99% 20%,
    85% 100%,
    0% 100%
  );
    -webkit-clip-path: polygon(
    0% 0%,
    0 0%,
    99% 0,
    99% 20%,
    85% 100%,
    0% 100%
  );
    border-top-right-radius: 41px;
}
.title-contacthotline{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.title-contacthotline:before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background-color: #fff;
}
@media (min-width: 1024px){
    .text-contact{
        min-height: 45px;
    }
}
@media (max-width: 991px){
    .contact-hotline{
        margin-top: 10px;
    }
}
.register-contact {
    -moz-transform: skew(-22.5deg);
    -o-transform: skew(-22.5deg);
    -ms-transform: skew(-22.5deg);
    -webkit-transform: skew(-22.5deg);
    transform: skew(-22.5deg);
    border-radius: 5px;
    display: block;
    background: #fff;
    color: #000;
    padding: 10px 30px;
    cursor: pointer;
    width: fit-content;
    margin: 10px auto 0;
}
.register-contact span{
    transform: skew(22.5deg) !important;
    display: inline-block;
}
.block-news .nav_title li a{
    font-size: 22px;
    padding: 5px 15px;
    color: #fff;
    background: #139f04;
    border-radius: 5px;
}
.block-news .nav_title li a span,.box-product-related .nav_title li a span{
    transform: skew(22.5deg) !important;
    display: inline-block;
    color: #fff;
}
.block-news  .nav_title li{
    transform: skew(-22.5deg) !important;
    border-radius: 5px;
    /* padding: 0 5px; */
}
.block-news  .nav_title{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.box-detail-tuvan .nav_title{
    justify-content: flex-start
}
.box-support{
    border: 1px dashed #139f04;
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.box-news-custom .btn-view-more{
    display: none;
}
.box-news-custom .more-blogs{
    display: none;
}
.box-news-custom .item-blogs{
    border: none;
    padding-bottom: 0;
}
.box-img-support img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}
.box-img-content .m-name {
    margin-bottom: 15px;
    font-weight: bold;
    color: #337ab7;
    font-size: 18px;
}
.name a {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.account-user .header-company {
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e2e1e1;
}
.account-user .header-company img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    float: left;
}
.account-user .header-company .info-company {
    width: calc(100% - 40px);
    float: left;
    padding-left: 15px;
}
.account-user .header-company .info-company h4 {
    margin: 0 0 5px;
}
.account-user .dropdown-menu {
    min-width: 215px;
}
.account-user .header-company .info-company a.update-profile {
    color: #1790d4;
}
.search_jobs .box-search {
    position: relative;
}
.search_jobs .box-search .icon-search {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}
.search_jobs .box-search .icon-search img {
    width: 18px;
}
.search_jobs .box-search .chosen-single div b {
    background-position: 0 9px;
}
.list-icon span {
    display: block;
    margin-bottom: 15px;
}
.list-icon span {
    padding-right: 15PX;
}
.bk-list-jobs {
    background: #fff;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #887e7e;
    -webkit-box-shadow: 0 2px 3px #ada5a573;
    -moz-box-shadow: 0px 3px 2px #000;
    /* box-shadow: 0 1px 4px #887e7e !important; */
    -webkit-box-orient: 0 2px 3px #ada5a5 !important;
    -moz-box-shadow: 0px 3px 2px #000;
    padding-top: 10px;
    margin-bottom: 30px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li.active>a {
    background-color: #139f04;
    border-color: #139f04;
}
.search-advanced {
    background: #fff;
    padding-bottom: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
}
.search-advanced h4 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.search-advanced .search_jobs {
    padding: 15px;
}
.search-advanced .box-search, .search-advanced .search_submit {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
}
.bk-search-candidate {
    background: url(/uploads/plugin/custom_img/2020-07-04/1593846378-27340-custom.png);
    background-repeat: no-repeat;
}
.search-advanced .search_jobs .chosen-choices, .search-advanced .search_jobs .chosen-container-single .chosen-single {
    border-color: #1cad0d;
}
.search-advanced .search_submit .btn {
    color: #1cad0d;
    border: 1px solid #1cad0d;
}
.box-bk.box-jobs {
    margin: 15px 0 30px;
}
.box-bk.box-jobs .tab-pane {
    background: #fff;
    border: 0px;
    box-shadow: 0 1px 1px #887e7e;
    -webkit-box-shadow: 0 2px 3px #ada5a573;
    -moz-box-shadow: 0px 3px 2px #000;
    /* box-shadow: 0 1px 4px #887e7e !important; */
    -webkit-box-orient: 0 2px 3px #ada5a5 !important;
    -moz-box-shadow: 0px 3px 2px #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.box-bk.box-jobs .nav-tabs li a {
    border: 0;
    padding: 18px 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 30px;
    border-top-right-radius: 4px;
    background: #1cad0d;
}
.box-bk.box-jobs .nav-tabs li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 31px;
    height: 100%;
    background: #fff;
    transform: skew(28.5deg) !important;
    border-top-right-radius: 4px;
    z-index: -1;
}
.box-bk.box-jobs .nav-tabs li a:before {
    background: #1cad0d;
}
.box-bk.box-jobs .nav-tabs li.active a, .box-bk.box-jobs .nav-tabs li.active a:before {
    background: #fff;
    color: #3f51b5;
}
.fix-title .title-menu-ft {
    font-size: 15px;
    margin: 0;
    text-align: left;
}
.fix-title .list-menu-fy a {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
}
.fix-title .list-menu-fy a:before {
    content: none;
}
.detail-jobs.search-advanced {
    border: 1px solid rgba(0,185,242,.5);
    border-radius: 3px;
    margin: 30px 0;
    background-color: #f7fdff;
}
.box-bk.box-jobs .tab-content a {
    margin-bottom: 8px;
    display: block;
    color: #333;
    position: relative;
    padding-left: 8px;
}
.box-bk.box-jobs .tab-content a:hover {
    color: #1cad0d;
}
.box-bk.box-jobs .tab-content a:before {
    content: '-';
    position: absolute;
    left: 0;
}
.content_industry, .content_province {
    overflow: hidden;
    height: 168px;
}
.transform-active {
    display: block !important;
    max-height: unset;
    height: 100%;
    width: 100%;
}
.btn-show-all:before,.transform-active+.text-center .btn-show-all:before  {
    content: "\f067" !important;
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: normal;
    float: left;
    position: relative;
    top: 10px;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    left: 0;
    font-size: 10px;
    padding-right: 5px;
}
.transform-active+.text-center .btn-show-all:before  {
    content: "\f068" !important;
}
/*.btn-show-all:after {*/
/*    content: 'Xem nhiều hơn';*/
/*}*/
/*.transform-active+.text-center .btn-show-all:after{*/
/*    content: 'Xem ít hơn';*/
/*}*/
.btn-show-all {
    background: #1cad0d;
    color: #fff;
    box-shadow: none !important;
    margin-top: 30px;
}
.btn-show-all:hover {
    background: #139206;
}
.transform-active+.text-center .btn-show-all{
    background:#bbbbbb;
    color:#333;
}
.btn.focus, .btn:focus, .btn:hover {
    outline: none !important;
}
.box-login, .box-register {
    position: relative;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #16b904;
    background-repeat: no-repeat;
    background-size: cover;
}
.padd-100 {
    padding: 100px 0;
}
.hoac {
    position: relative;
    width: 100%;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
}
.btn-facebook {
    background-color: #3b5998;
    height: 40px;
    line-height: 29px;
}
.btn-google {
    background-color: #b53d2f;
    height: 40px;
    line-height: 29px;
}
.hoac:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    height: 1px;
    background-color: #ccc;
}
.hoac:after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    height: 1px;
    background-color: #ccc;
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}
@media (max-width: 1152px) {
    .container {
        width: auto;
    }
    .wsmenu-list > li > .navtext {
        padding: 9px 10px;
    }
}
@media (max-width: 1024px) {
    .wsmenu-list > li > .navtext {
        padding: 9px 5px;
    }
}
@media (max-width: 1200px) {
    .job-list {
        overflow: hidden;
    }
}
.wsmenu-list li > .wsmenu-submenu {
    transform: translateY(35px);
    transition: all .3s ease;
    visibility: hidden;
}
.wsmenu-submenu {
    position: absolute;
    min-width: 176px;
    top: 100%;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.webslidemenu-horizontal .wsmenu-list li:hover > .wsmenu-submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 920px){
.wsmenu-list li:hover > .wsmenu-submenu {
    display: block !important;
}
.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}
.wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}
.wsmenu-submenu li a {
    background: #fff !important;
    background-image: none !important;
    color: #333;
    border-right: 0 none !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
    border-bottom: 1px solid #f5f5f5;
}
.block-news.employer {
    background: #fff;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #887e7e;
    -webkit-box-shadow: 0 2px 3px #ada5a573;
    -moz-box-shadow: 0px 3px 2px #000;
    /* box-shadow: 0 1px 4px #887e7e !important; */
    -webkit-box-orient: 0 2px 3px #ada5a5 !important;
    -moz-box-shadow: 0px 3px 2px #000;
    padding: 0 15px;
    margin: 15px 0 0;
}
.employer .item-product {
    position: relative;
    width: 100%;
    border: 1px solid hsla(114, 95%, 32%, 0.35);
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}
.employer .img.border {
    height: 80px;
}
.block-news.employer .row {
    margin: 0;
}
.block-news.employer .item-product .col-xs-5 {
    padding: 0 !important;
}
.employer .section-title {
    font-size: 19px;
    margin: 10px auto;
    padding: 15px;
    border-bottom: 1px solid hsla(114, 95%, 32%, 0.35);
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-left: 0;
}
.employer  .title-product a {
    color: #626262;
    font-size: 13px;
}
.employer  .title-product {
    margin-top: 5px;
    margin-bottom: 5px;
}
.employer .col-xs-7.noPadding {
    padding: 0 10px;
    width: 65%;
}
.employer .col-xs-5.noPadding {
    width: 35%;
}
.employer .img.border {
    height: 65px;
    min-height: auto !important;
}
@media (min-width:768px) and (max-width:1024px){
    .employer .col-xs-5.noPadding {
        width: 15%;
    }
}
@media (max-width:919px){
    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #fff;
        padding: 0px;
        visibility: visible !important;
    }
    .wsmenu-click {
        cursor: pointer;
        display: block;
        height: 52px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        padding-right: 5px;
        z-index: 10;
    }
    .ws-activearrow > i {
        transform: rotate(180deg);
    }
    .wsmenu-click i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 15px;
        margin-right: 13px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
        text-align: center;
    }
    .wsmenu .wsmenu-list > li {
        clear: left;
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    .wsmenu-list li:hover > .wsmenu-submenu {
        visibility: visible !important;
    }
}
.captcha-custom {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
[for="CaptchaModelSecurityCode"] {
    display: none;
}
.register-content .form-group input {
    width: 97%;
}
.captcha-custom .text {
    /* float: left; */
    width: 100%;
}
.captcha-custom .captcha-reload {
    margin-right: 10px;
}
span.img_logo_compa_2 img {
    object-fit: contain;
    width: 50px;
    height: 28px;
}