@charset "UTF-8";
body.cvmakeup #tth-wrapper #container {
  padding-top: 25px;
}

body.cvmakeup #container .j_content {
  background: transparent;
  padding: 30px 0px;
}

#container .box_content_custom {
  margin: 0px;
}

#tth-wrapper.seeker #container {
  background: #F9F9F9;
}
#tth-wrapper.seeker #tth-column_left {
  padding-left: 25px;
}
#tth-wrapper.seeker #tth-column_left .blockleft_seeker {
  border-radius: 10px;
}
#tth-wrapper.seeker #tth-column_left .blockleft_seeker .avatar img {
  border-radius: 10px;
}
#tth-wrapper.seeker #tth-column_left .blockleft_seeker .nickname {
  color: #1718E6;
}
#tth-wrapper.seeker #tth-column_left .blockleft_seeker .hritem {
  display: none;
}
#tth-wrapper.seeker #tth-column_left .blockleft_seeker .center a {
  display: block;
}
#tth-wrapper.seeker #tth-column_left .blockleft_seeker .center a .btnupdate {
  width: 100%;
}
#tth-wrapper.seeker #tth-content {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
#tth-wrapper.seeker #tth-content .box_wellcome .item {
  width: 50%;
}
#tth-wrapper.seeker #tth-content .box_wellcome .item .bg {
  border-radius: 10px;
}
#tth-wrapper.seeker #tth-content .box_wellcome .item .bg .title {
  margin-bottom: 10px;
}
#tth-wrapper.seeker #tth-content .box_receive_email {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}
#tth-wrapper.seeker #tth-content .box_receive_email > .title {
  background: rgb(23, 25, 230);
  background: linear-gradient(90deg, rgb(23, 25, 230) 50%, rgb(0, 157, 255) 100%);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: capitalize;
}
#tth-wrapper.seeker #tth-content .box_receive_email .btn-submit, #tth-wrapper.seeker #tth-content .box_receive_email .btn-submit:focus {
  outline: none;
  border-radius: 5px;
  background: #009EFF !important;
  border-color: #009EFF !important;
  color: #fff !important;
  min-width: 102px;
}
#tth-wrapper.seeker #tth-content #manage_follow {
  border: none;
  margin-bottom: 0px;
  padding-top: 0px;
}
#tth-wrapper.seeker #tth-content #manage_follow > .title {
  background: rgb(23, 25, 230);
  background: linear-gradient(90deg, rgb(23, 25, 230) 50%, rgb(0, 157, 255) 100%);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 11px 25px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 20px 30px;
  gap: 16px;
}
@media (max-width: 1086px) {
  #tth-wrapper.seeker #tth-content #manage_follow .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #tth-wrapper.seeker #tth-content #manage_follow .list {
    padding: 20px 0;
  }
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item {
  display: flex;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  padding: 15px 12px;
  gap: 15.6px;
  align-items: center;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .logo-box {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 78px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box {
  padding: 0;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .title {
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .title a {
  font-size: 16px;
  color: #1718E6;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .company {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .company a {
  font-size: 15px;
  color: #202020;
  font-weight: 500;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .wage {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #7A7A7A;
  margin-bottom: 4px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .wage .price_css {
  margin: 0px 3px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .wage .icon_clock {
  background: url(../../images/icon_clock.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .wage .icon_location {
  background: url(../../images/icon_location.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
#tth-wrapper.seeker #tth-content #manage_follow .list .item .info-box .wage .icon_money {
  background: url(../../images/icon_money.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
#tth-wrapper .cv_new {
  padding-top: 15px;
}

content {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#tth-column_left {
  padding-right: 0px;
}

#tth-content {
  padding-right: 0px;
  padding-left: 25px;
}

.hotline {
  display: block;
  margin-top: 0px;
}

.hotline .title {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  text-align: center;
  background: #009EFF;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.hotline .title i {
  font-size: 20px;
}

.hotline .content {
  background: #ffffff;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  color: #525252;
}

/*breadcrumb*/
ol.breadcrumb {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/*end breadcrumb*/
/*Box search*/
.box_search {
  margin: 0px;
}

.box_search .row_search {
  margin-left: -10px;
  margin-right: -10px;
}

.box_search .row_search .col_search {
  float: left;
  box-sizing: border-box;
  padding: 0px 10px;
}

/**/
/*==============================================*/
.table-manage td label {
  margin-right: 5px;
}

.table-manage .cot_action i {
  font-size: 16px;
  display: inline-block;
}

.table-manage .cot_action i.icon-eye-off {
  color: #888;
}

.table-manage .cot_action i.icon_edit {
  color: #009;
}

.table-manage .cot_action i.icon_del {
  color: #c00;
}

.panel_toggle .panel-heading a.toggle {
  background: url(../images/icon_toggle.png) no-repeat 0px 0px;
  height: 24px;
  width: 24px;
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  cursor: pointer;
}

/*EDIT*/
.col-submit {
  text-align: center;
}

.box_edit label.error {
  margin-bottom: -6px;
}

.box_edit .box_edit_title {
  padding: 5px 20px;
  border-left: 2px solid #08651e;
  color: #08651e;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 15px;
}

.box_edit .box_edit_content {
  padding: 0px;
  height: auto;
  background: #fff;
  margin-bottom: 15px;
}

#tth-content .box_edit .box_info {
  margin-bottom: 10px;
}

#tth-content .box_edit .box_info .image img {
  border-radius: 50%;
  max-width: 100px;
}

.box_edit .box_edit_content.first > .content {
  display: block;
}

.box_edit .box_edit_content > .content .step_col {
  padding: 15px 0px 0px;
}

.box_edit .box_edit_content.form_file {
  border: 0px;
  border: 0px;
}

.box_edit .row .row_title .row_title_left {
  float: left;
  color: #202020;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.box_edit .row .row_title .row_title_left span {
  color: #272727;
  font-weight: 500;
  font-size: 14px;
}

.box_edit .row .row_title .row_title_right {
  float: right;
  color: #555;
  font-style: italic;
  font-size: 12px;
  padding-top: 2px;
  font-weight: 300;
}

.box_edit .row .row_summary {
  border-radius: 3px;
  padding: 0px 0px 5px 0px;
  font-size: 13px;
  line-height: 22px;
  font-size: 13px;
  color: #555;
  font-style: italic;
}

/*Chosen*/
.chosen-container-single .chosen-single {
  border-radius: 0px;
  height: 38px;
}

.col_search .chosen-container-single .chosen-single {
  border-radius: 1px;
  height: 38px;
  border: 1px #dedede solid;
}

.col_search .chosen-container-single .chosen-single span {
  line-height: 25px;
}

.box_search .col_search input {
  height: 38px;
  line-height: 38px;
}

.box_search .col_search .btn {
  height: 38px;
  color: #fff;
  background: #1718E6;
  display: block;
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
}
.box_search .col_search .btn:hover {
  background: #009EFF;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #fff;
  background: #009dff;
  color: #fff;
  margin: 4px 4px 8px;
  border-radius: 4px;
  padding: 4px 20px 4px 10px;
  box-shadow: none;
}

#form_seeker_cv_step_1 .chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 3px 8px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
}

.AdvSearch .chosen-container-multi .chosen-choices li.search-choice {
  margin: 1px;
}

.chosen-container .chosen-drop {
  border: 1px solid #e0e0e0;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 38px;
  line-height: 38px;
  padding: 0px 0px 0px 12px;
  margin: 0px;
  font-size: 14px;
  box-sizing: border-box;
}

.chosen-container-multi .chosen-choices {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  max-height: 38px;
  height: 38px !important;
}

.rowcontent-4 {
  width: 40%;
  float: left;
}

.rowcontent-2 {
  width: 20%;
  float: left;
}

.rowcontent-3 {
  width: 30%;
  float: left;
}

.rowcontent-5 {
  width: 50%;
  float: left;
}

.row_footer {
  color: #005aff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 0;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.row_footer:hover {
  opacity: 0.7;
}

.datepicker {
  background: #fff url(../images/icon_date.png) no-repeat top 7px right 6px;
}

.rowcontent_12 label {
  width: 50%;
  float: left;
  cursor: pointer;
}

.rowcontent_12 label input {
  margin-top: 11px;
  margin-right: 5px;
  float: left;
}

.row_error {
  float: left;
  width: 100%;
  color: #b71415;
  padding: 0px 0px;
}

.step_col_title {
  border-bottom: 1px solid #8a8a8a;
  float: left;
  margin: 0 0 20px;
  width: 100%;
}

.step_col_title .step_col_left {
  display: inline-block;
  height: 27px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  background: #8a8a8a;
  color: #fff;
  font-size: 16px;
  float: left;
}

.step_col_title .step_col_right {
  display: inline-block;
  height: 27px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  background: #8a8a8a;
  color: #fff;
  font-size: 17px;
  float: right;
  cursor: pointer;
}

/*table*/
.table_row {
  width: 100%;
  border: 1px solid #eaeaea;
}

.table_row tr.warning > td {
  border: 0px !important;
  background: transparent !important;
  color: #999;
}

.table_row tr td {
  background: #fff;
  vertical-align: top;
  border-bottom: 20px solid #ffffff;
}

.table_row tr td .box_col {
  padding: 5px 0px;
}

.table_row tr td .box_col .search_cv {
  display: inline-block;
  float: left;
  width: 180px;
  text-align: center;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 13px;
  position: relative;
  white-space: initial;
}

.table_row tr td .box_col .search_cv:before {
  content: "";
  background: #e0e0e0;
  height: 100%;
  display: inline-block;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.table_row tr td .box_col .search_cv .icon_0 {
  background: url("../../images/icon_not_search.png") no-repeat center;
  display: block;
  text-align: center;
  height: 33px;
  width: 100%;
}

.table_row tr td .box_col .search_cv .icon_1 {
  background: url("../../images/icon_search.png") no-repeat center;
  display: block;
  text-align: center;
  height: 33px;
  margin-bottom: 8px;
  width: 100%;
}

.table_row tr td .box_col .col_content {
  display: inline-block;
  width: calc(100% - 180px);
  padding-left: 20px;
}

.table_row tr td * {
  /*line-height: 30px;*/
}

.table_row tr td .col_title {
  font-size: 18px;
  padding: 3px 15px;
  text-align: left;
  color: #b71415;
  border-bottom: 1px solid #d0d0d0;
  font-weight: normal;
  background: #ffffff;
}

.table_row tr td:hover {
  background: #f1f1f1;
}

.table_row tr td .col_content {
  padding: 0px;
}

.table_row tr td .col_content .col_content_title {
  font-weight: 300;
}

.table_row tr td .col_content .col_content_title span {
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 2px 0px;
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

.table_row tr td .col_title .span_note {
  color: #c9c9c9;
  font-weight: normal;
}

.table_row tr td .col_content .span_note {
  color: #484848;
  font-weight: 300;
  font-size: 14px;
}

.table_row tr td .col_footer {
  padding: 0px;
}

.table_row tr td .panel_view ul {
  margin: 0px;
  background: #f2f2f2;
  margin-top: 5px;
  border-radius: 4px;
}

.table_row tr td .panel_view ul li {
  padding: 4px 0px;
  border-bottom: 0px;
  line-height: 20px;
}

.table_row tr td .box_view a {
  color: #0468b1;
  text-decoration: underline;
  cursor: pointer;
}

.table_row tr td .box_view a:hover {
  text-decoration: inherit;
}

.table_row tr td .col_footer * {
  line-height: 35px;
}

.table_row tr td .col_title a {
  color: #ccc;
}

.table_row tr td:hover .col_title a {
  color: #999;
}

.table_row tr td:hover .col_title a:hover {
  color: #000;
}

.table_row tr td i {
  font-style: normal;
}

/*.table_row tr td:last-child {
    background: #fff !important
}*/
.action_seeker_cv {
  float: left;
  margin-top: 10px;
}

.action_seeker_cv a {
  line-height: 23px !important;
  text-align: center;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
  display: inline-block;
  color: #2b2b2b;
  border: 1px #d7d7d7 solid;
  background: #f7f7f7;
  border-radius: 4px;
}

.action_seeker_cv a:hover {
  background: #009EFF;
  color: #fff;
}

.action_seeker_cv a i:before {
  line-height: 20px;
}

/*FORM*/
#tth-column_left .list_pro_info_img {
  padding: 1px;
  background: #f4f4f4;
  border-radius: 2px;
  min-height: 100px;
  margin-bottom: 20px;
}

#container .j_title {
  padding: 2px 0px 2px 0px;
  font-size: 18px;
  font-weight: bold;
}

#container .j_title {
  padding-left: 0px;
  position: relative;
  overflow: hidden;
  color: #444;
}

#container .j_title .line {
  /*background-color: #d7d7d7;*/
  bottom: 0;
  height: 1px;
  margin-bottom: auto;
  margin-left: 10px;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

#container .j_content {
  margin: 0px;
  background: #fff;
  padding: 20px;
}

#container .j_content .panel {
  background: #fff;
  border: 0px;
  box-shadow: none;
  margin-bottom: 5px;
}

#container .j_content .panel .panel-body {
  padding: 0px;
}

.title_box_search {
  color: #333333;
  line-height: 30px;
  border-bottom: 0px;
  font-size: 20px;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 10px;
}

.title_box_search b {
  font-weight: bold;
  font-size: 14px;
  color: #009EFF;
}

.title_box_search .line {
  background-color: #d7d7d7;
  bottom: 0;
  height: 1px;
  margin-bottom: auto;
  margin-left: 10px;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

/*BOX ITEM*/
.box_list_item {
  width: 100%;
  float: left;
}

.box_list_item .box_statistic_nature {
  padding: 0px;
  border: 0px;
  border-top: none;
  text-align: left;
  padding-bottom: 10px;
}

.box_list_item .title_box {
  line-height: 35px;
  margin: 0px 0px 15px;
  height: 40px;
  margin-top: 5px;
  background: none;
  color: #222222 !important;
  text-transform: initial;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  border-bottom: 4px #e6e6e6 solid;
}

.box_list_item .title_box .border_bottom {
  display: inline-block;
  line-height: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  font-weight: 500;
}

.small-flash-att {
  position: relative;
  display: inline-block;
  background: url(../../images/ghim.jpg) no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.seeker .form-group label.title {
  font-weight: 500;
  min-height: 1px;
}

.form-group label.title {
  width: 100%;
  margin-bottom: 0px;
  float: left;
  text-align: left;
  font-weight: 300;
  padding-right: 20px;
  font-size: 14px;
  color: #484848;
}

#form_receive_email .form-group label.title {
  text-align: left;
  min-height: 1px;
  color: #202020;
  font-size: 15px;
  font-weight: 500;
}

.seeker .form-group .rowcontent {
  margin-left: 0px;
  width: 100%;
  display: inline-block;
}

.seeker .form-group .rowcontent .btn-submit,
.seeker .form-group .rowcontent .btn-default {
  /*display: none;*/
  border-radius: 2px;
}

#submit_full {
  border-radius: 2px;
  margin-right: 10px;
}

.btn-submit,
.btn-submit:focus {
  outline: none;
  border-radius: 5px;
  background: #1718e6 !important;
  border-color: #1718e6 !important;
  color: #fff !important;
}

.btn-submit a,
.btn-submit:focus a {
  color: #fff;
  padding: 10px 35px;
  margin: 0px -15px;
}

.box_info .info p span {
  font-weight: 500;
  color: #b71415;
}

.box_info .image {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.box_info .info {
  display: inline-block;
}

.box_info .info p {
  padding: 2px 0px;
}

.box_info .info .btn_edit_info {
  margin-top: 10px;
}

.btn_edit_info a {
  padding: 5px 15px;
  text-transform: inherit;
  height: 22px;
  line-height: 22px;
  border: 3px solid #e1e1e1;
  border-radius: 4px;
  font-size: 13px;
  color: #636363;
}

.btn_edit_info a:hover {
  opacity: 0.8;
}

.title_cv {
  font-size: 15px;
  font-weight: 500;
  color: #009EFF;
}

.box_arr_employer .box_item {
  padding: 10px;
  margin-bottom: 20px;
  background: #f0fdfd;
  box-shadow: 0px 1px 3px 0px #b3b3b3;
  position: relative;
}

.delete_arr {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.delete_arr:hover {
  opacity: 0.8;
}

.delete_arr i {
  background: url("../../images/icon-delete.png") no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.box_arr_employer .box_item .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.box_arr_employer .box_item .title a {
  color: #444;
  font-size: 15px;
  font-weight: 500;
}

.box_arr_employer .box_item .company {
  color: #999;
}

.box_arr_employer .box_item .time_apply {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 15px;
}

.box_arr_employer .box_item .exp_submit {
  font-size: 13px;
  float: left;
  margin-right: 25px;
}

.box_arr_employer .box_item .time_apply span,
.box_arr_employer .box_item .exp_submit span {
  color: #b71415;
}

.box_arr_employer .box_item:hover {
  background: #f9f9f9;
}

#is_searchable {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 18px;
  font-size: 13px;
  margin-right: 5px;
}

.seeker_note {
  display: block;
  margin: 10px 0px;
  line-height: 24px;
  font-size: 15px;
}

.colorRed {
  color: #f60201;
}

.icon_upload_file {
  background: url("../../images/icon_upload.png") no-repeat;
  width: 21px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 6px;
  content: "";
  margin-right: 5px;
}

.choose_create .box_choose .choose_left {
  display: inline-block;
  float: left;
  width: 45%;
  color: #1718E6;
  border: 1px #1718E6 solid;
  background: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  height: 52px;
  line-height: 50px;
  position: relative;
  text-transform: uppercase;
}
.choose_create .box_choose .choose_left i {
  font-size: 16px;
}

.choose_create .box_choose .choose_right {
  display: inline-block;
  float: right;
  width: 45%;
  color: #1718E6;
  border: 1px #1718E6 solid;
  background: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  height: 52px;
  line-height: 50px;
  position: relative;
  text-transform: uppercase;
}
.choose_create .box_choose .choose_right i {
  font-size: 16px;
}

.choose_create .box_choose {
  margin: 15px 0px;
  margin-bottom: 15px;
}

.choose_create .box_choose .choose_left:hover,
.choose_create .box_choose .choose_right:hover {
  background: #1718E6;
  color: #fff;
}

input#file_att[type=file] {
  display: block;
  height: 40px;
  max-width: 100%;
}

.btn-mlg {
  height: 40px;
  padding: 0 20px 0 20px;
  background: #09a0db;
  color: #ffffff;
  line-height: 40px;
  display: inline-block;
  position: relative;
  max-width: 200px;
  border-radius: 4px;
}
.btn-mlg i.ficon-attach {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

#file_att {
  border: none;
  background: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}

.des,
.destitle {
  font-size: 13px;
  display: block;
  margin-top: 2px;
  padding-left: 0px;
  color: #999999;
  font-style: italic;
}

.view_file a {
  color: #09a0db;
  cursor: pointer;
  text-decoration: underline;
  font-style: initial;
}

.view_file a:hover {
  text-decoration: inherit;
}

.form_file .form-group {
  margin-bottom: 0px !important;
  margin-top: 10px;
}

#file_att + .error {
  margin-top: 10px;
  position: absolute;
  right: -190px;
  bottom: 14px;
}

.box_arr_apply .box_item,
.box_arr_save .box_item {
  padding: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 4px 2px 5px 1px #d2d2d2;
  position: relative;
  border-radius: 4px;
}
.box_arr_apply .box_item > .picture,
.box_arr_save .box_item > .picture {
  width: 100px;
}
.box_arr_apply .box_item > .info,
.box_arr_save .box_item > .info {
  width: calc(100% - 100px);
}

.box_arr_apply .box_item:hover,
.box_arr_save .box_item:hover {
  background: #fbfbfb;
}

.box_arr_apply .box_item .title,
.box_arr_save .box_item .title {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
}
.box_arr_apply .box_item .title a,
.box_arr_save .box_item .title a {
  color: #1718E6;
}

.box_arr_apply .box_item .company,
.box_arr_save .box_item .company {
  color: #777;
}

.box_arr_apply .box_item .status span,
.box_arr_save .box_item .status span {
  margin-right: 60px;
}

.box_arr_apply .box_item .status span:first-child,
.box_arr_save .box_item .status span:first-child {
  min-width: 260px;
  margin-right: 0px;
  display: inline-block;
}

.box_arr_apply .box_item .status span a,
.box_arr_save .box_item .status span a {
  color: #3ba2d9;
  text-decoration: underline;
}

.box_arr_apply .box_item .status span a:hover,
.box_arr_save .box_item .status span a:hover {
  text-decoration: inherit;
}

.box_arr_apply .box_item .status span:first-child b,
.box_arr_save .box_item .status span:first-child b {
  font-weight: normal;
  background: #1faf95;
  color: #fff;
  margin-right: 8px;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
}

.box_arr_apply .box_item .status span:first-child b.false {
  background: #ea1c1c;
}

.box_arr_apply .box_item .status span:first-child b.success {
  background: #289e1b;
}

.box_arr_apply .box_item .status span:first-child b.waiting {
  background: #ff4800;
}

.delete_apply i {
  background: url(../../images/icon-delete.png) no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.delete_apply {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.box_arr_save .box_item .exp_submit {
  display: inline-block;
  float: left;
  margin-right: 0px;
  width: 33.3333%;
  display: flex;
  align-items: center;
}
.box_arr_save .box_item .exp_submit.wage {
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 5px;
}
.box_arr_save .box_item .exp_submit.wage .price_css {
  margin: 0px 3px;
}
.box_arr_save .box_item .exp_submit .icon_clock {
  background: url("../../images/icon_clock.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.box_arr_save .box_item .exp_submit .icon_location {
  background: url("../../images/icon_location.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.box_arr_save .box_item .exp_submit .icon_money {
  background: url("../../images/icon_money.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}

.box_arr_save .box_item .company_name {
  color: #999999;
  margin-bottom: 5px;
}

.box_item .company_name {
  color: #999999;
  text-transform: uppercase;
  font-weight: 300;
}

.box_arr_save > .title,
.box_arr_apply > .title {
  color: #3ba2d9;
  margin-bottom: 5px;
  font-size: 28px;
}

.box_arr_save > a,
.box_arr_apply > a {
  color: #202020;
  text-transform: initial;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  text-underline-offset: 7px;
  font-size: 18px;
  font-weight: 600;
}

.box_arr_save > a.current,
.box_arr_apply > a.current {
  text-decoration: underline;
  color: #1718E6;
}

.box_arr_save .box_item .exp_submit i {
  color: #009192;
  margin-right: 5px;
}

.box_creat_ads {
  display: block;
  width: 100%;
}

.box_creat_ads .create_cv {
  display: inline-block;
  float: left;
  width: 49%;
  margin-right: 1%;
}

.box_creat_ads .create_employer {
  display: inline-block;
  float: left;
  width: 49%;
  margin-left: 1%;
  margin-top: 0px;
  height: 100px;
  padding-right: 10px;
  background-color: #00c3c4;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#00c3c4, endColorstr=#b71415);
  background-image: linear-gradient(left, #00c3c4 21%, #b71415 63%);
  background-image: -o-linear-gradient(left, #00c3c4 21%, #b71415 63%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(21%, #00c3c4), color-stop(63%, #b71415));
}

.box_creat_ads .create_employer:hover {
  background: #00bcbd;
}

.box_creat_ads .create_employer i.send {
  left: 30px;
  width: 60px;
  height: 59px;
  background: url("../images/send_ads.png") no-repeat;
}

.box_creat_ads .create_employer .title {
  padding-left: 90px;
  padding-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}

.box_creat_ads .create_cv {
  padding-top: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  height: 100px;
  padding-right: 10px;
  background-color: #a4000c;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#a4000c, endColorstr=#d11220);
  background-image: linear-gradient(left, #a4000c 13%, #d11220 40%);
  background-image: -o-linear-gradient(left, #a4000c 13%, #d11220 40%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(13%, #a4000c), color-stop(40%, #d11220));
}

.box_creat_ads .create_cv:hover {
  background: #d11220;
}

.box_creat_ads .create_cv .title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.create_cv {
  background: #b71415;
  color: #fff;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-right: 75px;
}

/*---------*/
#form_seeker_cv_step_1_view .form-group label.title .colorRed {
  display: none;
}

#form_seeker_cv_step_1_view .form-group label.title {
  line-height: 20px;
  font-weight: 500;
}

#form_seeker_cv_step_1_view input.form-control {
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: 20px;
  line-height: 20px;
}

#form_seeker_cv_step_1_view .chosen-container-single .chosen-single {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: none;
  height: 20px;
  line-height: 20px;
  cursor: initial;
}

#form_seeker_cv_step_1_view .form-group {
  margin-bottom: 12px;
}

#form_seeker_cv_step_1_view .chosen-container-single .chosen-single div b {
  background: none;
}

#form_seeker_cv_step_1_view .chosen-container.chosen-with-drop .chosen-drop {
  display: none;
}

#form_seeker_cv_step_1_view select.form-control {
  display: none;
}

#form_seeker_cv_step_1_view .row_content.hidden_v,
#form_seeker_cv_step_1_view .row.hidden_v {
  display: none;
}

#form_seeker_cv_step_1_view textarea.form-control {
  border: 0px;
  padding: 0px;
  min-height: 65px;
  resize: none;
  overflow: hidden;
}

.block_v {
  display: none;
}

#form_seeker_cv_step_1_view .row.block_v {
  display: block;
}

.box_edit._view .box_edit_content:nth-child(5),
.box_edit._view .box_edit_content:nth-child(6),
.box_edit._view .box_edit_content:nth-child(7),
.box_edit._view .box_edit_content:nth-child(8),
.box_edit._view .box_edit_content:nth-child(9) {
  display: none;
}

#form_seeker_cv_step_1_view .des {
  display: none;
}

#form_seeker_cv_step_1_view {
  padding: 15px 0px;
}

.box_arr_save .note,
.box_arr_apply .note {
  margin-bottom: 15px;
  color: #505050;
  font-size: 14px;
}

.box_arr_save .note b,
.box_arr_apply .note b {
  margin-bottom: 10px;
  color: #ff5b00;
}

.box_arr_apply .box_item:hover,
.box_arr_save .box_item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.note_custom {
  margin-bottom: 10px;
  color: #505050;
  font-size: 14px;
}

.note_custom b {
  margin-bottom: 10px;
  color: #ff5b00;
}

.form-control {
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
}

.box_white {
  background: #fff;
  /*border: 1px #e6e6e6 solid;*/
  padding: 0px 20px 0px;
}

.nav > li > a {
  padding: 10px 25px;
  min-width: auto;
  border-radius: 2px;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  margin-right: 10px;
  height: 40px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  border: 1px solid #4b4b4c;
  background-color: #4b4b4c;
  color: #fff;
  font-weight: 400;
  outline: 0;
}

.box_white .box_view_more {
  display: none;
}

.box_wellcome {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

.box_wellcome .item {
  display: inline-block;
  width: 33.3333%;
  padding: 0px 9px;
  text-align: center;
}

.box_wellcome .item .bg > .num {
  font-size: 33px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #202020;
}

.box_wellcome .item .bg > .num.no {
  color: #e01717;
}

.box_wellcome .item .bg > .num.job {
  color: #333333;
}

.box_wellcome .item .bg > .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  color: #444;
}

.box_wellcome .item .bg > .link a {
  margin-bottom: 25px;
  color: #555;
  font-size: 14px;
  font-weight: normal;
}

.box_wellcome .item .bg > .link a:hover {
  color: #c9a139;
}

.box_wellcome .item .bg {
  background: #fff;
  min-height: 160px;
  border: 1px #f1f1f1 solid;
  box-shadow: 1px 1px 3px 0px #cccccc;
}

.new_job > .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 25px;
  word-spacing: 2px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.9);
  padding-bottom: 10px;
  color: #616161;
}

.new_job {
  background: #fff;
  padding: 25px 20px;
  margin: 15px 0px;
  border: 1px #efefef solid;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0px #cccccc;
}

.new_job .content {
  display: inline-block;
  width: 100%;
}

.new_job .content .item {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0px 10px;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 10px;
  min-height: 85px;
}

.new_job .content .item:nth-child(5),
.new_job .content .item:nth-child(6) {
  border: 0px;
}

.new_job .content .item .logo-box {
  display: inline-block;
  float: left;
  width: 85px;
  padding: 10px;
}

.new_job .content .item .info-box {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  padding-left: 5px;
}

.new_job .content .item .info-box .title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  margin-top: 6px;
  transition: color 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new_job .content .item .info-box .title a {
  color: #555;
}

.new_job .content .item .info-box .title a:hover {
  color: #c9a139;
}

.new_job .content .item .info-box .company {
  color: #999999;
  font-weight: 300;
  font-size: 13px;
}

.new_job .content .item .info-box .company a {
  color: #999999;
}

.new_job .content .item .info-box .wage {
  color: #eb0606;
  margin-bottom: 6px;
}

.form-group .rowcontent {
  width: calc(100% - 200px);
  max-width: 100%;
  display: inline-block;
  margin: 0px;
}

#manage_no tr td a {
  color: #3c83ce;
}

#manage_no tr td a:hover {
  text-decoration: underline;
}

#manage_follow {
  background: #fff;
  padding: 15px 0px;
  margin-bottom: 20px;
}

#manage_follow.seeker_cv_manage {
  background: #fff;
  padding: 15px 0px 0px;
  margin-bottom: 20px;
}

#manage_follow .item .logo-box {
  width: 110px;
  display: inline-block;
  float: left;
  padding: 0px;
  border: 1px #dddddd solid;
  text-align: center;
  padding: 5px;
}
#manage_follow .item .logo-box img {
  max-height: 65px;
}

#manage_follow .item .info-box {
  display: inline-block;
  width: calc(100% - 110px);
  float: left;
  padding-left: 15px;
  color: #727272;
  font-weight: 300;
}

#manage_follow .item .info-box .wage i {
  color: #22b7ea !important;
}

#manage_follow .item .info-box .wage i.colorRed {
  color: #22b7ea !important;
}

#manage_follow .item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}

#manage_follow .item .info-box .title {
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 0;
  margin-top: 6px;
  transition: color 0.3s;
}

#manage_follow .item .info-box .title a {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}

#manage_follow .item .info-box .title a:hover {
  color: #1cafe2;
}

#manage_follow .item .info-box .company {
  color: #999999;
  font-weight: 300;
  font-size: 13px;
}

#manage_follow .item .info-box .company a {
  color: #999999;
}

.div_empty {
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
}

.box_receive_email {
  margin-top: 20px;
  margin-bottom: 0px;
  background: #fff;
  padding: 0px;
  border: 1px #efefef solid;
}
.box_receive_email > .title {
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #646464;
  background: #f7f7f7;
  padding: 11px 25px;
}
.box_receive_email .content {
  padding: 15px 25px;
  display: inline-block;
  width: 100%;
}
.box_receive_email .content form .form-group {
  margin-bottom: 12px;
}

.box_wellcome .item .bg > .link .item_0 .num {
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
}

.box_wellcome .item .bg > .link .item_0 .title {
  font-size: 14px;
  font-weight: normal;
  color: #444;
}

.box_wellcome .item .bg > .link.flex {
  display: flex;
  flex-wrap: wrap;
}

.box_wellcome .item .bg > .link.flex .item_0 {
  display: inline-block;
  width: 33.33333%;
  float: left;
  text-align: center;
}

.box_wellcome .item .bg > .link .item_0 .num.processing {
  background: #c9a139;
}

.box_wellcome .item .bg > .link .item_0 .num.viewed {
  background: #3ba2d9;
}

.box_wellcome .item .bg > .link .item_0 .num.closed {
  background: #fd6a6a;
}

.mb0 {
  margin-bottom: 0px !important;
}

#form_receive_email {
  margin-top: 15px;
}

.box_price .price_l,
.box_price .price_r {
  width: 33.3333%;
  padding: 0px 0px;
  float: left;
  display: inline-block;
}

.box_price .price_c {
  width: 33.3333%;
  float: left;
  padding: 0px 15px;
}

.box_price .price_r {
  width: 33.3333%;
  float: left;
}

#form_seeker_cv_step_2,
#form_seeker_cv_step_3,
#form_seeker_cv_step_4,
#form_seeker_cv_step_5,
#form_seeker_cv_step_6 {
  padding: 10px 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.box_detail_seeker .r_content {
  margin-bottom: 10px;
}

.box_detail_seeker .avatar {
  display: inline-block;
  float: left;
  padding-right: 20px;
  padding-left: 15px;
  margin-bottom: 10px;
  width: 20%;
}

.box_detail_seeker .content {
  display: inline-block;
  float: left;
  width: 50%;
}

.box_detail_seeker .authentic {
  display: inline-block;
  float: left;
  width: 30%;
  max-height: 160px;
}

.box_detail_seeker .authentic img {
  max-width: 100%;
  max-height: 160px;
}

.box_detail_seeker .content i {
  color: #bf1515;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}

#container .j_title {
  padding: 0px 0px 1px 0px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 0px;
  border-bottom: 1px #ccc solid;
  color: #525252;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.btn + .btn {
  margin-left: 10px;
}

/*seeker_cv_manage *****************/
.seeker_cv_manage table {
  border: 0px;
}

.seeker_cv_manage .table-bordered > tbody > tr > td {
  border: 0px;
}

/*seeker_cv_manage *****************/
.box_view.row_apply {
  margin-top: 5px;
}

.titletop_page {
  margin: -20px -20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  background: rgb(23, 24, 230);
  background: radial-gradient(circle, rgb(23, 24, 230) 6%, rgb(0, 158, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1718e6",endColorstr="#009eff",GradientType=1);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: initial;
}

div.wrapper.cv_new .emp_box {
  margin-top: -30px;
}

div.wrapper.cv_new .emp_right {
  margin-top: 40px;
}

/*MAKEUPCV*/
.cv-containter {
  margin-top: 20px;
}
.cv-containter .cvp-content {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  /*border: 1px solid #d7d7d7;*/
  position: relative;
}
.cv-containter .cvp-content .icons {
  font-family: fontawesome;
  display: inline-block;
  font-style: normal;
}
.cv-containter .cvp-content a.plus-child {
  background: #bee2ff;
  color: #2d82c4;
  height: 33px;
  width: 44px;
  border-radius: 4px;
  display: inline-block;
  float: right;
  text-align: center;
  padding: 0px 0px;
}
.cv-containter .cvp-content a.plus-child:hover {
  background-color: #2d82c4 !important;
  color: #ffffff !important;
}

.displayBlock {
  display: block;
}

.fa-small {
  font-size: 16px;
  color: #9e9e9e;
}

.fa-big {
  font-size: 24px;
  color: #9e9e9e;
}

.font20 {
  font-size: 24px !important;
  font-family: "iCiel-SamsungSharpSans";
}

.btn-big {
  font-family: "iCiel-SamsungSharpSans";
  cursor: pointer;
  padding: 0px;
  border-radius: 2px;
  height: 48px;
  border: none;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  margin-right: 30px;
}

.btn-red-normal {
  background-color: #ea1b21;
  color: #fff;
}

.btn-red-normal:hover {
  background-color: #bd0000;
  cursor: pointer;
  color: #fff !important;
}

.btn-grey-normal {
  /*background-color: #959595;*/
  background-color: transparent;
  color: #2a2a2a;
  font-size: 15px;
  outline: none;
}

.btn-grey-normal:hover {
  /*background-color: #727272;*/
  /* color: #fff!important; */
  cursor: pointer;
}

.btn-grey-normal i {
  background: #f76b1f;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 4px 0px;
  margin-right: 10px;
}

.btn-grey-normal i.ficon-docs {
  background: #f76b1f;
}

.btn-grey-normal i.ficon-edit {
  background: #0286ca;
}

.btn-grey-normal i.ficon-floppy {
  background: #f20505;
}

.floatLeft {
  float: left;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.div-slider-fontsize,
.div-slider-line-height {
  margin: 8px 5px;
}

.allow-editable textarea,
.allow-editable input {
  border: 0px;
  max-width: 100%;
  background: transparent;
}

.allow-editable.color-black textarea,
.allow-editable.color-black input {
  color: #222222;
}

.allow-editable.color-white textarea,
.allow-editable.color-white input {
  color: #ffffff;
}

.allow-editable textarea {
  width: 100%;
  resize: vertical;
}

.fontBold {
  font-weight: bold;
}

.allow-editable > .datepicker {
  background: url(../images/icon_date.png) top 2px right 6px no-repeat #fff;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 200px;
  cursor: pointer;
}

input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 160px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 160px;
  height: 4px;
  background: #9e9e9e;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f76b1f;
  margin-top: -6px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #9e9e9e;
}

input[type=range]::-moz-range-track {
  width: 160px;
  height: 4px;
  background: #9e9e9e;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f76b1f;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 160px;
  height: 4px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #f76b1f;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f76b1f;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.box_pic {
  display: inline-block;
  width: 80px;
  float: left;
}

.makeupcv_manage .table_row tr td .box_col .col_content {
  width: calc(100% - 80px);
  padding: 0px;
  padding-left: 20px;
}

.Uploadbtn {
  overflow: hidden;
  padding: 10px 5px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  width: 100%;
  height: 40px;
  text-align: center !important;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.box_picture {
  position: relative;
  display: inline-block;
}

.box_picture:hover .Uploadbtn {
  opacity: 1;
}

.box_picture #file {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}

#file_show {
  height: 180px;
  width: 160px;
  border-radius: 3px;
  z-index: 1;
  position: relative;
}
#file_show img {
  max-width: 160px;
  max-height: 180px;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.box_picture {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cvp-content {
  max-width: 795px;
}

body.cvmakeup .cvmakeup_list_content {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 0px;
  margin-left: -17px;
  margin-right: -17px;
}

body.cvmakeup .cvmakeup_list .note {
  padding: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.cvmakeup_list .item {
  padding: 0px 17px;
  display: inline-block;
  width: 33.3333%;
  margin-bottom: 40px;
}
.cvmakeup_list .item .box-color {
  margin-top: 15px;
}
.cvmakeup_list .item .box-color .color {
  margin: 0px 4px;
}
.cvmakeup_list .item .box-color .color span {
  background-color: #dddddd;
  width: 25px;
  height: 25px;
  border-radius: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  border: 1px #dddddd solid !important;
  color: #fff;
  text-align: center;
}

.cvmakeup_list .item .image {
  position: relative;
  text-align: center;
}

.cvmakeup_list .item .image img {
  max-width: 100%;
  max-height: 310px;
}

.cvmakeup_list .item .border {
  background: #f5f5f5;
  padding: 35px 67px 25px 67px;
  border: 0px !important;
}

.cvmakeup_list .item .border .shadow {
  box-shadow: 1px 4px 11px 1px rgba(119, 119, 119, 0.33);
}

.cvmakeup_list .item .border:hover {
  border: 4px #ff9c00 solid;
}

.cvmakeup_list .item .title {
  border-top: 1px solid #d7d7d7;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  background: #2a2a2a;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  font-family: "iCiel-SamsungSharpSans";
  display: none !important;
}

.cvmakeup_list .item .cv-gird-hover {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.1s;
  opacity: 1;
}

.cvmakeup_list .item .cv-gird-hover .cv-gird-pos a {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.5215686275);
  border-bottom: 3px rgba(0, 0, 0, 0.1882352941) solid;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.cvmakeup_list .item .cv-gird-hover .cv-gird-pos {
  position: absolute;
  top: 45%;
  left: 12%;
  right: 12%;
  display: flex;
  justify-content: space-around;
  transition: 0.5s;
  opacity: 1;
}

.cvmakeup_list .item .cv-gird-hover .cv-gird-pos i {
  font-size: 30px;
  border: 1px #fff solid;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.cvmakeup_list .item:hover .cv-gird-hover {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2196078431);
}

.cv-expander {
  font-size: 14px;
  background: #7f7f7f;
  color: #ffffff;
  position: relative;
  margin: 0px;
  float: left;
  width: 100%;
  margin: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
  padding: 30px 0px;
}

.cv-expander .wrapper {
  position: relative;
}

.cv-expander .img-preview {
  display: inline-block;
  width: 60%;
}
.cv-expander .img-preview img {
  max-width: 100%;
}

.cv-expander .description {
  width: 40%;
  padding: 0px 0px 0px 60px;
  margin-top: 150px;
  color: #fff;
}

.cv-expander-content .btn-use {
  background-color: #ff8a00;
  color: #fff;
  border-radius: 2px;
  padding: 10px 19px;
  font-size: 14px;
  font-weight: 600 !important;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 1px 1px 4px 0 rgba(0, 0, 0, 0.19);
  margin-top: 10px;
}

.cv-expander-content .btn-use:hover {
  opacity: 0.8;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 1px 2px 5px 0 rgba(0, 0, 0, 0.19);
  color: #fff !important;
}

.cv-expander:before {
  content: "";
  position: absolute;
  z-index: 1;
  border: solid 10px transparent;
  border-bottom-color: #434e52;
  margin-top: -20px;
  top: 0px;
  left: 50%;
}

.cv-color-switcher .cv-color-switch {
  padding: 2px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
}

.cv-color-switcher .cv-color-switch span {
  background-color: #dddddd;
  width: 20px;
  height: 20px;
  border-radius: 4px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 21px;
  cursor: pointer;
  display: inline-block;
}

.cv-color-switcher .cv-color-switch.active {
  padding: 2px;
  background-color: transparent;
  border: 2px solid #ff8a00;
  border-radius: 4px;
}

.cv-expander-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.cv-expander .description select {
  width: 100% !important;
  max-width: 250px;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
  border: 0px;
  font-size: 14px;
  height: 32px;
  display: inline-block;
  color: #222222;
}

.cv-expander .description label.error {
  text-align: left;
}

.emp_center {
  width: 100%;
  padding: 0px 15px;
}

.full_month .ui-datepicker-calendar {
  display: none;
}

.menthod_a.method_open .method_content .box_NL_3 ul.list-content {
  display: block !important;
}

@font-face {
  font-family: "iCiel-SamsungSharpSans";
  src: url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.eot");
  src: local("☺"), url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.woff") format("woff"), url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.ttf") format("truetype"), url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.cvmakeup #tth-scroll_left,
body.cvmakeup #tth-scroll_right {
  display: none !important;
}

body.cvmakeup #main_slide #title_cv {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 38px;
  max-width: 500px;
  text-align: center;
  color: #fff;
  text-shadow: 3px 1px 1px #484848;
  font-family: "iCiel-SamsungSharpSans";
}

body.cvmakeup #main_slide #title_cv a button {
  background: #ff8c10;
  border-bottom: 4px #fd7321 solid;
  padding: 12px 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

body.cvmakeup #main_slide #title_cv > b {
  color: #ffc600;
}

body.cvmakeup .title_top,
body.cvmakeup .title_box_search .border_bottom {
  padding-left: 0px;
  font-size: 28px;
  font-weight: 600;
  margin: 0px;
  color: #202020;
  margin-bottom: 15px;
}

body.cvmakeup #container {
  background: #ffffff;
  background-size: 100%;
}

body.cvmakeup header {
  margin-bottom: 0px;
}

body.cvmakeup #main_slide .bxslider .owl-next,
body.cvmakeup #main_slide .bxslider .owl-prev {
  display: none !important;
}

body.cvmakeup .title_box_search {
  margin-top: 25px;
}

body.cvmakeup .user_r {
  display: none;
}

body.cvmakeup .title_top {
  border-bottom: 0px;
  padding: 0px 15px;
  background: transparent;
}

body.cvmakeup .box_edit .box_info > .box {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0px;
  margin: 20px auto 50px;
  display: inline-block;
  width: 100%;
  box-shadow: 2px 2px 5px 2px #cecece;
}

body.cvmakeup .box_edit .box_info .cv_setting:after {
  content: "";
  background: #e6e6e6;
  height: 50px;
  width: 2px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 25px;
}

body.cvmakeup .box_edit .box_info .cv_setting.b-l-none:after {
  display: none;
}

body.cvmakeup .btn_bottom .btn-big {
  background: #0286ca;
  color: #fff;
  padding: 4px 20px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1215686275);
}

body.cvmakeup .btn_bottom .btn-big.save {
  background: #f20505;
}

body.cvmakeup .brand_scroll {
  background: #fd7321;
  padding: 25px 0;
}

body.cvmakeup header .box_search {
  display: none;
}

body.cvmakeup.home #container {
  background: #fff;
}

body.cvmakeup #main_slide {
  max-height: 1000px;
}

body.cvmakeup #main_slide .owl-carousel .owl-item img {
  width: 100%;
}

.cvfocus {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  margin-top: -90px;
  padding-top: 90px;
  padding-bottom: 120px;
}

.cvfocus .div_left {
  display: inline-block;
  float: left;
  width: 40%;
  margin-top: -140px;
  position: relative;
  z-index: 99;
}

.cvfocus .div_right {
  display: inline-block;
  float: left;
  width: 60%;
  padding: 0px 22px;
}

.cvfocus .div_right .div_right_l {
  display: inline-block;
  float: left;
  width: 50%;
}

.cvfocus .div_right .div_right_r {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: right;
}

.cvfocus .div_right > .title {
  font-family: "iCiel-SamsungSharpSans";
  font-size: 30px;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cvfocus .div_right > .title b {
  color: #fd7321;
  font-size: 45px;
}

.cvfocus img {
  max-width: 100%;
}

.cvfocus .div_right img {
  border: 1px #e6e6e6 solid;
}

.item_second {
  margin-bottom: 25px;
}

.item_first .image {
  position: relative;
  z-index: 2;
}

.item_first .bgbottom {
  position: relative;
  z-index: 1;
}

.item_first .bgbottom img {
  position: absolute;
  top: -85px;
  left: -50px;
  max-width: 600px;
}

.cvfocus .div_left .item_first .center a {
  display: inline-block;
}

.cvfocus .div_left .item_first .center a .btnmore {
  background: #fd7321;
  display: inline-block;
  color: #fff;
  padding: 6px 20px;
  border-radius: 1px;
  margin-top: 40px;
}

.cvfocus .div_left .item_first .center a .btnmore:hover {
  opacity: 0.8;
}

.cvsv .item {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
}

.cvsv .item .hr {
  background: #ff8501;
  height: 5px;
  width: 50px;
  margin: 30px 0px;
  display: inline-block;
}

.cvsv .item .text {
  color: #fff;
  font-weight: bold;
}

.cvsv {
  display: inline-block;
  width: 100%;
  padding: 170px 0px 170px;
  background: url(../../images/bgsv.png) no-repeat;
  background-size: 100% auto;
  min-height: 600px;
  margin-top: -110px;
  position: relative;
  z-index: 6;
}

.cvopportunity {
  display: inline-block;
  width: 100%;
  min-height: 700px;
  background: #f4f6fc;
  margin-top: -110px;
  padding-top: 170px;
  padding-bottom: 0px;
  position: relative;
  z-index: 5;
}

.cvopportunity .bgbottom {
  display: inline-block;
  width: 100%;
  min-height: 100px;
  background: #f4f6fc;
  padding-top: 150px;
  position: relative;
  z-index: 5;
  transform: skew(0deg, 4deg) translateY(70px);
  margin-top: -38px;
}

.cvopportunity .opportunity_left {
  display: inline-block;
  float: left;
  width: 60%;
  text-align: center;
  padding-right: 60px;
}

.cvopportunity .opportunity_right {
  display: inline-block;
  float: left;
  width: 40%;
  padding-left: 20px;
}

.cvopportunity .opportunity_left img {
  max-width: 100%;
}

.cvopportunity .opportunity_right .title {
  font-family: "iCiel-SamsungSharpSans";
  font-size: 28px;
  color: #222;
}

.cvopportunity .opportunity_right .title b {
  font-size: 36px;
  color: #fd7321;
}

.cvopportunity .opportunity_right .hr {
  background: #ff8c10;
  height: 4px;
  width: 60px;
  display: inline-block;
  margin: 25px 0px;
}

.cvopportunity .opportunity_right .btncreate {
  background: #ff8501;
  border: 0px;
  border-bottom: 3px #ff6701 solid;
  color: #fff;
  padding: 8px 32px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 20px;
  margin-top: 40px;
}

.cvnewsfocus {
  padding: 110px 0px;
  position: relative;
  overflow: hidden;
}

.cvnewsfocus .titletop {
  font-family: "iCiel-SamsungSharpSans";
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px 40px;
}

.cvnewsfocus .content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.cvnewsfocus .content .item img:hover {
  opacity: 0.8;
}

.cvnewsfocus .content .item {
  padding: 0px 15px;
  display: inline-block;
  width: 33.3333%;
  float: left;
}

.cvnewsfocus .content .item .title {
  font-family: "iCiel-SamsungSharpSans";
  font-size: 18px;
  color: #3b3b3b;
  text-align: center;
  padding: 20px 10px;
  background: #fff;
}

.cvnewsfocus #myVideo {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  top: 0px;
}

.cvnewsfocus > .wrapper {
  position: relative;
  z-index: 99;
}

.text_img {
  margin-bottom: 5px;
}

body.cvmakeup.home header .header-menu-btn {
  display: inline-block !important;
}

#container .cv-contact .icons {
  padding: 5px 0px;
}

.cv-color-switcher .cv-color-switch span {
  background-color: #dddddd;
  width: 24px;
  height: 24px;
  border-radius: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 21px;
  cursor: pointer;
  display: inline-block;
  border: 1px #dddddd solid !important;
}

.cv-color-switcher .cv-color-switch {
  padding: 2px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  display: inline-block;
  height: 32px;
}

.cv-color-switcher .cv-color-switch.active {
  padding: 2px;
  background-color: transparent;
  border: 2px solid #ff8a00;
  border-radius: 4px;
}

.cv_setting {
  width: 33.3333%;
  min-height: 100px;
  padding: 15px 25px;
  display: inline-block;
  float: left;
  position: relative;
}
.allow-editable:hover,
.allow-editable,
[contenteditable=true]:active,
[contenteditable=true]:focus,
[contenteditable=true]:hover {
  outline: #363d42 dotted 1px;
  cursor: text !important;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  margin-top: 1px;
}

.br-theme-bars-movie .br-widget {
  height: 10px;
  white-space: nowrap;
  padding: 17px 0px;
  margin-left: 140px !important;
}

.br-theme-bars-movie .br-widget a {
  display: block;
  width: 45px;
  height: 8px;
  float: left;
  background-color: #bfbfbf;
  margin: 0px;
}

.cv_language.circle .br-theme-bars-movie .br-widget a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0px 8px 0px 0px;
  border-radius: 16px;
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #009EFF;
}

.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 240px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
  color: #4278f5;
  font-weight: 400;
  display: none;
}

.br-theme-bars-movie .br-readonly a {
  cursor: default;
}

.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: #729bf8;
}

.br-theme-bars-movie .br-readonly .br-current-rating {
  color: #729bf8;
}

@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    box-sizing: border-box;
  }
  .br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: black;
  }
}
#form_cvmakeup input.form-control {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
}

#form_cvmakeup input.form-control {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
}

#form_cvmakeup input.form-control.w130 {
  width: 130px !important;
}

#form_cvmakeup .form-control-cv {
  display: inline-block;
  width: 100%;
  border: 1px solid #cccccc;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0px 8px;
}

#form_cvmakeup .item {
  position: relative;
}

#form_cvmakeup .cv_language .item .cv-toolbox {
  top: 10px;
}

#form_cvmakeup .item .cv-toolbox {
  position: absolute;
  top: 0px;
  right: 0px;
}
#form_cvmakeup .item .cv-toolbox a.trash-child {
  background: #ea6e73;
  color: #ffffff;
  height: 24px;
  width: 28px;
  border-radius: 4px;
  display: inline-block;
  float: right;
  text-align: center;
  padding: 0px 0px;
  font-size: 14px;
}
#form_cvmakeup .item .cv-toolbox a.trash-child:hover {
  background: red;
}

/*-------cv_skill*/
.cv-section.cv_skill .section-content label.checkbox_css {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 5px;
  line-height: 30px;
}
.cv-section.cv_skill .section-content label.checkbox_css .checkbox_s {
  top: 7px;
}

/*-------cv_skill*/
.btn-no,
.btn-save {
  width: 110px;
  height: 40px;
  vertical-align: middle;
  border-style: none;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
}

.btn-no:hover {
  background-color: #636363;
  color: #fff !important;
  font-weight: 700;
}

.createcv > .title {
  color: #4caf50;
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0px 5px;
}
.createcv > .note {
  font-size: 15px;
  margin-bottom: 10px;
}

/*MAKEUPCV*/
@media (max-width: 999px) {
  .table-responsive {
    min-height: 1px !important;
    border: 0px;
  }
}
@media (max-width: 649px) {
  .cv_setting {
    width: 100%;
  }
  .cv-expander .description {
    padding: 0px;
    margin-top: 15px;
  }
  .cvmakeup_list .item {
    width: 50%;
  }
  .titletop_page {
    margin: 0px;
  }
  .box_search .row_search .col_search {
    width: 50%;
  }
  #container .j_content {
    padding: 15px 0px;
  }
  #manage_follow.seeker_cv_manage {
    border: 0px;
  }
  .choose_create .box_choose .choose_left,
.choose_create .box_choose .choose_right {
    width: 100%;
    margin-bottom: 6px;
    height: 44px;
    overflow: hidden;
  }
  .table_row tr td .box_col .search_cv {
    min-width: 165px;
  }
  .seeker .form-group .rowcontent {
    width: 100% !important;
    padding: 0px 0px;
  }
  .seeker .form-group label.title {
    text-align: left;
    padding: 0px 0px;
  }
  #is_searchable {
    margin-left: 15px;
  }
  .box_white {
    border: 0px;
    padding: 0px;
  }
  .box_arr_apply .box_item .status span,
.box_arr_save .box_item .status span {
    width: 100%;
    display: inline-block;
  }
}
#list_job .box_search_top {
  background-size: cover;
  aspect-ratio: 1366/400;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #list_job .box_search_top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_title {
    font-size: 42px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #001cc5;
    margin-bottom: 12%;
  }
  #list_job .box_search_top .box_search_home .box_search_title b {
    font-size: 56px;
    line-height: 1.3;
    color: #001981;
    display: block;
  }
}
#list_job .box_search_top .box_search_home .box_search_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#list_job .box_search_top .box_search_home .box_search_content .input-search {
  flex: 0 0 calc(100% - 138px);
  max-width: calc(100% - 138px);
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #list_job .box_search_top .box_search_home .box_search_content .input-search {
    background: transparent;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#list_job .box_search_top .box_search_home .box_search_content .input-search .w-40 {
  width: 40%;
  padding: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#list_job .box_search_top .box_search_home .box_search_content .input-search .w-30 {
  width: 30%;
  padding: 0px;
  border-radius: 0px;
  border-left: 1px #e5e5e5 solid;
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_content .w-button {
    flex: 0 0 138px;
    max-width: 138px;
    height: 50px;
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_content .w-button .show_up {
    color: #000;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
}
#list_job .box_search_top .box_search_home .box_search_content .expand_search {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_content .expand_search {
    /*background: #fff;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 5px 5px 0;
    flex: 1 1;
    order: 2;*/
  }
}
#list_job .box_search_top .box_search_home .box_search_content .expand_search .btn_advanced_search.collapse {
  display: block !important;
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_content .expand_search .btn_advanced_search {
    padding-left: 15px;
    float: none;
  }
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_content .expand_search .AdvSearch {
    width: 0;
    margin-top: 10px;
  }
}
#list_job .box_search_top .box_search_home .box_search_content .expand_search.show_search {
  display: block;
}
@media (min-width: 992px) {
  #list_job .box_search_top .box_search_home .box_search_content .expand_search.show_search .AdvSearch {
    width: 100%;
  }
}

.mce-panel {
  background-color: #ffffff !important;
}
/*# sourceMappingURL=seeker.css.map */