/*Add font ================================*/
@import url(../fontello/css/ficon-embedded.css);
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  display: swap;
}
* {
  line-height: 150%;
  box-sizing: border-box;
}

.img_bo_t,
.img_bo_b {
  position: relative;
  height: 7px;
  margin: 0px 7px;
  background: url(../images/pic_bo_tb.gif) repeat-x top;
  z-index: 0;
}

.img_bo_b {
  background-position: bottom left;
}

.img_bo_t .img_bo_tl,
.img_bo_t .img_bo_tr,
.img_bo_b .img_bo_bl,
.img_bo_b .img_bo_br {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/pic_bo.png) no-repeat 0px 0px;
  top: 0px;
}

.img_bo_t .img_bo_tl {
  left: -7px;
}

.img_bo_t .img_bo_tr {
  background-position: right top;
  right: -7px;
}

.img_bo_b .img_bo_bl {
  background-position: left bottom;
  left: -7px;
}

.img_bo_b .img_bo_br {
  background-position: right bottom;
  right: -7px;
}

.img_bo_m {
  position: relative;
  z-index: 1;
  padding: 0px 7px;
}

.img_bo_m .img_bo_l,
.img_bo_m .img_bo_r {
  position: absolute;
  width: 7px;
  height: 100%;
  background: url(../images/pic_bo_lr.gif) repeat-y left;
  top: 0px;
  z-index: 0;
}

.img_bo_m .img_bo_l {
  left: 0px;
}

.img_bo_m .img_bo_r {
  background-position: right top;
  right: 0px;
}

.limit {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

img.img_full_size {
  width: 100% !important;
  height: auto !important;
}

img.img_max_width {
  max-width: 100% !important;
  height: auto !important;
}

img.img_fleft {
  float: left;
}

img.img_fright {
  float: right;
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nostart {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

br.clear {
  clear: both;
  margin-top: -15px;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-out 0s;
}

a:hover {
  text-decoration: initial;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.imgl,
.imgr {
  border: 1px solid #c7c5c8;
  padding: 5px;
}

.imgl {
  float: left;
  margin: 0 8px 8px 0;
  clear: left;
}

.imgr {
  float: right;
  margin: 0 0 8px 8px;
  clear: right;
}

.input_hidden {
  height: 0px;
  border: none;
  font-size: 0px;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0px 0px;
  padding: 5px 0px;
}

ul.list_none {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.input_hidden {
  height: 0px !important;
  border: none !important;
  font-size: 0px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.table-responsive {
  width: 100%;
}

table.tablescroll > tbody,
table.tablescroll > thead,
table.tablescroll > tfoot {
  display: block;
  width: 100%;
}

table.tablescroll > tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

table.tablescroll > tbody > tr,
table.tablescroll > thead > tr,
table.tablescroll > tfoot > tr {
  display: table;
  width: 100%;
}

/*END date*/
.row_content {
  width: 100%;
  float: left;
}

.form-group label.title {
  width: 25%;
  line-height: 25px;
  margin-bottom: 0px;
  float: left;
  text-align: right;
  padding-right: 20px;
  font-weight: 500;
}

.form-group span.required {
  padding: 0px 5px;
  color: #e80000;
  font-size: 18px;
}

.form-group .rowcontent {
  margin-left: 25%;
  max-width: 450px;
}

.form_signin .form-group .rowcontent {
  margin-left: 35%;
  max-width: 450px;
}

.form-group .rowcontent .note {
  font-size: 13px;
  font-style: italic;
  color: #888;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "ficon";
  content: "\e81c";
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -22px;
  top: 0px;
  padding-left: 5px;
  padding-top: 0px;
  font-size: 11px;
  color: #555555;
}

.radio,
.checkbox {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.checkbox {
  padding-left: 20px;
  margin: 0px;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 5px !important;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.box_title .btn_collapse {
  font-size: 18px;
  float: right;
  padding-top: 5px;
  cursor: pointer;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 6px 10px !important;
  border-radius: 2px !important;
  margin-bottom: 10px !important;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 6px 10px !important;
  border-radius: 2px !important;
}

.empty {
  display: block;
  text-align: center;
  border: 0px !important;
  background: none !important;
}

.mr10 {
  margin-right: 10px;
}

.table-responsive {
  width: 100%;
  padding: 0px 1px;
}

.modal-title {
  margin: 2px;
  color: #777777;
}

.pd2030 {
  padding: 10px 30px 20px 30px;
}

.pd2020 {
  padding: 10px 20px 20px 20px;
}

.fw-300 {
  font-weight: 300;
}

.brand_scroll {
  background: #ffffff;
  padding: 15px 0px 30px;
}

.fr {
  float: right;
}

.none {
  display: none !important;
}

.colorRed {
  color: #ff4242 !important;
}

.colorYellow {
  color: #30a4dc !important;
}

.colorOrange {
  color: #ff5b00;
}

.colorBlue {
  color: #30a4dc;
}

.h10 {
  height: 10px;
  width: 100%;
}

.h15 {
  height: 10px;
  width: 100%;
}

.h20 {
  height: 10px;
  width: 100%;
}

.mb5 {
  margin-bottom: 5px;
}

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

[role=button] {
  cursor: pointer;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 32px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px #cccccc solid;
  border-radius: 0px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

label.form-control1 {
  padding: 0px;
  border: 0px;
  box-shadow: none;
  line-height: 35px;
  margin: 0px;
  font-weight: normal;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
  line-height: 22px;
  padding: 5px 15px;
  /*resize: vertical;*/
  /*max-height: 300px;*/
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/*============================================================================*/
.captcha-group {
  position: relative;
  text-align: left;
  width: 100px;
  margin-right: 35px;
  float: left;
}

.captcha-group .captcha_img {
  height: 100%;
  max-height: 38px;
  max-width: 100%;
}

.captcha-group .captcha_refresh {
  display: block;
  font-size: 18px;
  position: absolute;
  right: -20px;
  bottom: 0px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #999999;
}

.captcha-group .captcha_refresh > i {
  line-height: 35px;
}

.form-control[name=captcha] {
  width: calc(100% - 140px);
  float: right;
  height: 32px;
  border: 1px #e2e3e4 solid;
  border-radius: 1px;
}

.alert {
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

/*----------------error-----------------*/
label.error {
  color: #e80000;
  clear: both;
  float: none;
  display: block;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
}

.resgister_email label.error {
  display: inline-block;
}

input.error,
textarea.error {
  border-color: #e8001f !important;
  color: #e8001f;
}

.select_only {
  color: #555;
  font-size: 14px;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  border: 1px #e0e0e0 solid;
}

/*CHECK*/
.checkbox_css {
  padding-left: 25px;
  position: relative;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}

.checkbox_css input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.checkbox_css .checkbox_s {
  background: url(../images/checkbox.png) no-repeat 0px 0px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0px;
  cursor: pointer;
}

.checkbox_css.checked .checkbox_s {
  background-position: 0px bottom;
}

/*RADIO*/
.radio_css {
  padding-left: 22px;
  position: relative;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  padding-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}

.radio_css input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio_css .radio_s {
  background: url(../images/radio.png) no-repeat 0px 0px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.radio_css.checked .radio_s {
  background-position: 0px bottom;
}

.chosen-container .chosen-results li {
  color: #555;
  display: none;
  line-height: 20px;
  list-style: outside none none;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}

/*--------------box-------------*/
.box {
  margin-bottom: 14px;
}

.box .box-title {
  padding: 5px 20px;
  color: #ffffff;
  text-transform: inherit;
  font-weight: normal;
  font-size: 17px;
  background: #0a1f44;
}

.box .box-content {
  position: relative;
  background: #fff;
  margin-top: 6px;
  padding: 15px 13px;
}

/*-------------box_mid-------------*/
.box_mid {
  padding: 0px 0px;
  margin-bottom: 28px;
}

.box_mid .box_mid-title {
  position: relative;
  padding: 0px 0px 5px 0px;
  text-align: left;
  overflow: hidden;
  border-bottom: 0px solid #ccc;
  font-weight: normal;
}

.box_mid .box_mid-title .mid_title_l {
  font-size: 28px;
  font-weight: 600;
  text-transform: inherit;
  color: #202020;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 30px 0px 10px;
}
@media (max-width: 599px) {
  .box_mid .box_mid-title .mid_title_l {
    font-size: 22px;
    margin: 12px 0px 4px;
  }
}

.box_mid .box_mid-title .mid_title_l a {
  color: #08651e;
}

.box_mid .box_mid-title .mid_title_r {
  float: right;
}

.box_mid .box_mid-content {
  padding-top: 10px;
}

/*-------------box_menu-------------*/
.box_menu .box-content {
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #fff;
}

.box_menu .box-content > * {
  position: relative;
}

.box_menu li {
  display: block;
  width: 100%;
}

.box_menu .box-content > ul > li {
  padding-right: 0px;
}

.box_menu li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  color: #444444;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea;
}

.box_menu li a > div {
  position: relative;
  display: block;
}

.box_menu li a > div:before {
  /*font-family: 'ficon';
  content: '\e806';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #f7941e;*/
}

.box_menu li a:before {
  content: "";
  display: block;
  position: absolute;
  background: #484848;
  top: 0px;
  left: -100%;
  bottom: 0px;
  width: 100%;
  transition: all 300ms ease-out 0s;
}

.box_menu li:first-child a {
  border-top: none;
}

.box_menu li:last-child a {
  border-bottom: none;
}

.box_menu li a:hover,
.box_menu li a.current {
  color: #fff;
}

.box_menu li a:hover:before,
.box_menu li a.current:before {
  left: 0px;
}

.box_menu li a:hover:after,
.box_menu li a.current:after {
  display: none;
}

.box_menu li a:hover > div:before,
.box_menu li a.current > div:before {
  color: #fff;
}

.box_menu li ul {
  display: none;
  background: #fff;
  width: 12em;
}

.box_menu .sm-simple.sm-vertical a span.sub-arrow {
  right: 10px;
  margin-left: 0px;
}

/*product_focus==============================================================*/
.box .product_focus .product_focus-row {
  margin-left: -7px;
  margin-right: -7px;
}

.box .product_focus .product_focus-row:after {
  content: "";
  display: block;
  clear: both;
}

.box .product_focus .product_focus-row .img,
.box .product_focus .product_focus-row .info {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin: 6px 0px;
}

.box .product_focus .product_focus-row .img a,
.box .product_focus .product_focus-row .img img {
  display: block;
  width: 100%;
}

.box .product_focus .product_focus-row .img a {
  border: 1px solid #dadada;
  background: #fff;
}

.box .product_focus .product_focus-row .info > h3 {
  font-weight: lighter;
  margin-bottom: 4px;
}

.box .product_focus .product_focus-row .info > .price {
  text-decoration: line-through;
}

.box .product_focus .product_focus-row .info > .price_buy {
  font-weight: bold;
}

/*box_news_focus==============================================================*/
.box_news_focus .box-content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 5px 0px;
}

.box_news_focus .news_focus-row {
  margin-left: -7px;
  margin-right: -7px;
  display: inline-block;
  width: 100%;
}

.box_news_focus .news_focus-row:after {
  content: "";
  display: block;
  clear: both;
}

.box_news_focus .news_focus-row .img,
.box_news_focus .news_focus-row .info {
  float: left;
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px 0px 15px;
}

.box_news_focus .news_focus-row .info .date_create {
  font-size: 13px;
  color: #999;
}

.box_news_focus .news_focus-row .img a,
.box_news_focus .news_focus-row .img img {
  display: block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 200px;
}

.box_news_focus .news_focus-row .info > h3 {
  font-weight: normal;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

/*product_item ===============================================================*/
.product_item {
  border: 1px solid #e7e7e7;
  background: #fff;
  position: relative;
}

.product_item:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -3px;
  height: 3px;
  background: #d2d2d2;
}

.product_item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product_item .img a:first-child,
.product_item .img img {
  display: block;
  width: 100%;
}

.product_item .img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-out 0s;
  z-index: 1;
}

.product_item .img:hover:before {
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.product_item .img .ficon-zoom-in,
.product_item .img .ficon-shopping-cart9 {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
  width: 37px;
  border: 1px solid #ffffff;
  color: #fff;
  background: none;
  font-size: 22px;
  cursor: pointer;
  transition: all 300ms ease-out 0s;
  z-index: 2;
}

.product_item .img .ficon-zoom-in:hover,
.product_item .img .ficon-shopping-cart9:hover {
  background: #fff;
  color: #000;
}

.product_item .img .ficon-zoom-in {
  right: 100%;
  margin-right: 6px;
}

.product_item .img .ficon-shopping-cart9 {
  left: 100%;
  margin-left: 6px;
}

.product_item .img:hover .ficon-zoom-in {
  right: 50%;
}

.product_item .img:hover .ficon-shopping-cart9 {
  left: 50%;
}

.product_item .info {
  padding: 0px 10px 8px;
  text-align: center;
}

.product_item .info .info-title {
  display: block;
  height: 40px;
  overflow: hidden;
  margin: 5px 0px;
}

.product_item .info h3 {
  display: table;
  height: 100%;
  width: 100%;
}

.product_item .info h3 a {
  line-height: 20px;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.product_item .info .price {
  font-size: 12px;
  color: #ccc;
  text-decoration: line-through;
}

.product_item .info .price_buy {
  font-size: 16px;
  font-weight: bold;
  color: #08651e;
}

/*product_scroll =============================================================*/
.product_scroll {
  background: #ebebeb;
  padding: 18px;
}

.product_scroll .product_item {
  margin-bottom: 2px;
}

.product_scroll.has_price .product_item .info-price {
  height: 40px;
}

.product_scroll .owl-nav {
  display: none;
}

/*-------------tth-statistic-------------*/
.tth-statistic > .srow:after {
  content: "";
  display: block;
  clear: both;
}

.tth-statistic > .srow > .rtitle,
.tth-statistic > .srow > .rcontent {
  float: left;
}

.tth-statistic > .srow > .rtitle {
  padding-right: 10px;
  font-weight: bold;
}

/*-------------tth_navigation-------------*/
.tth_navigation {
  padding-bottom: 10px;
}

.tth_navigation ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tth_navigation li {
  float: left;
  padding-left: 24px;
  position: relative;
}

.tth_navigation li.first {
  padding-left: 0px;
}

.tth_navigation li:before {
  display: block;
  content: "\e8ad";
  font-family: "ficon";
  position: absolute;
  left: 10px;
  top: -1px;
  border-radius: 50%;
  font-size: 13px;
}

.tth_navigation li.first:before {
  display: none;
}

.tth_navigation li a {
  color: #848484;
  font-size: 13px;
}

.tth_navigation li a:hover {
  color: #b61515;
}

/*----------------list_share----------------*/
.list_share {
  text-align: right;
}

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px;
}

.fileupload .upload-progress.show {
  display: block;
}

.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px;
}

.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px;
  display: inline-block;
  width: 100%;
}

.fileupload .list_uploaded:after {
  content: "";
  display: block;
  clear: both;
}

.fileupload .list_uploaded .pic-item {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 85px;
}

.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px;
}

.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  right: 5px;
  top: -3px;
  font-weight: normal;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
}

.fileupload .btn-upload {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #b71415;
  overflow: hidden;
  position: relative;
  padding: 3px 10px 3px 35px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}

.fileupload .btn-upload:hover {
  background: #fff;
}

.fileupload .btn-upload input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fileupload .btn-upload span:after {
  content: "\e817";
  font-family: "ficon";
  display: inline-block;
  margin-left: 0px;
  margin-top: 1px;
  font-size: 16px;
  position: absolute;
  left: 10px;
}

.box.box_page_group .box-title {
  font-size: 15px;
}

.box.box_page_group .box-content {
  border: 1px #ccc solid;
  margin: 0px;
}

.box.box_page_group .box-content .info {
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 2px;
}

.box.box_page_group .box-content .info.active a {
  color: #b61515;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

@keyframes bars6 {
  0% {
    height: 5px;
    transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    transform: translateY(15px);
    background: #0057e7;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(0, 0, 0, 0.25);
  }
}
@keyframes phonering-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

input {
  font-family: "Inter", sans-serif;
}

textarea {
  font-family: "Inter", sans-serif;
}

keygen {
  font-family: "Inter", sans-serif;
}

select {
  font-family: "Inter", sans-serif;
}

button {
  font-family: "Inter", sans-serif;
}

content {
  background: #ffffff;
}
content .pagination {
  padding: 0px;
  margin: 0px;
  display: block;
  margin-bottom: 15px;
}
content .pagination .paginate {
  width: 100%;
  float: right;
  margin-top: 10px;
  text-align: center;
}
content .pagination .total {
  float: left;
  width: 35%;
}
content .pagination .total b {
  color: #22b7ea;
}
content .pagination .view_detail {
  float: right;
  width: 65%;
  margin-top: 0px;
}
content .pagination .view_detail .fr span {
  margin: 0px 8px;
  position: relative;
}
content .pagination .view_detail .fr span:after {
  background: #ababab;
  height: 14px;
  width: 1px;
  display: inline-block;
  content: "";
  right: -6px;
  position: absolute;
  top: 1px;
}
content .pagination .view_detail .fr span:last-child:after {
  background: none;
}
content .pagination .view_detail .fr span a {
  color: #f7901e;
}
content .pagination .view_detail .fr span a:hover {
  text-decoration: underline;
}

header {
  background: #1718e6;
}
header .header_top {
  border-bottom: 1px #f7f7f7 solid;
  background: #f8f8f8;
  height: 36px;
}
header .header_top .header-address {
  font-size: 14px;
  color: #3c3b3b;
  line-height: 36px;
  float: left;
}
header .header_top .header-address i {
  color: #0c50a0;
}
header .header_top .header-address i.ficon-location {
  margin-left: 25px;
}
header .wrapper {
  position: relative;
  max-width: 1300px;
}
header .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
header .logo {
  overflow: hidden;
  float: left;
  max-width: 215px;
  padding: 0px 0px;
}
header .logo img {
  max-width: 100%;
  transition: all 0.6s ease-out 0s;
  display: block;
  outline: none;
}
header .logo h1 {
  padding: 0px;
  margin: 0px;
}
header .logo a {
  display: block;
  outline: none;
}
header #box_lang {
  transition: all 0.3s ease-out 0s;
  float: right;
  padding: 9px 0px;
}
header .header_user {
  transition: all 0.3s ease-out 0s;
}
header .header_user > ul > li span.title_small {
  display: block;
  font-size: 12px;
  display: none !important;
}
header .header_user > ul > li:last-child > a {
  margin-right: 0px;
}
header .header_user > ul > li > a.btn_h_employer {
  padding: 5px 12px;
  color: #fff;
  margin: 0px 0px 0px 10px;
  text-transform: inherit;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  height: auto;
  text-align: center;
  background: #c9a139;
  border: 1px #c9a139 solid;
  display: inline-block;
}
header .header_user > ul > li > a.btn_h_employer:hover + #content_btn_h_seeker {
  display: block;
}
header .header_user > ul > li > a.btn_h_employer:hover + #content_btn_h_employer {
  display: block;
}
header .header_user > ul > li > a.btn_h_employer b {
  font-size: 12px;
  max-width: 100%;
  display: block;
  color: #f9f9f9;
  font-weight: normal;
}
header .header_user > ul > li > a.btn_h_employer.btn_seeker {
  background: #30a4dc;
  border: 1px #30a4dc solid;
}
header .header_user > ul > li > a.btn_h_employer.btn_seeker:hover {
  text-shadow: none;
  opacity: 0.8;
}
header .header_user > ul > li > a.btn_h_employer.btn_h_employer:hover {
  text-shadow: none;
  opacity: 0.8;
}
header .header_user > ul > li.pt0 > a > i {
  background: none;
  color: #ffffff;
}
header .header_user > ul > li.li_login > a.btn_h_employer {
  padding: 5px 20px;
  margin: 10px 0px 10px 10px;
}
header .menu_right {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 0px;
  text-align: right;
}
@media (max-width: 1024px) {
  header .menu_right {
    position: relative;
    text-align: left;
  }
}
header .menu_right a {
  display: inline-block;
}
header .menu_right .item.collaborators {
  background: #0c50a0;
  min-width: 150px;
  text-align: center;
  color: #fff;
  padding: 7px 0px;
  font-size: 15px;
  border-radius: 20px;
  font-family: "Open sans";
  font-weight: bold;
  float: right;
  margin-right: 0px;
  transition: all 0.6s ease-out 0s;
  max-height: 80px;
}
header .menu_right .item.employer {
  background: #0c50a0;
  min-width: 160px;
  text-align: center;
  color: #fff;
  padding: 7px 0px;
  font-size: 15px;
  border-radius: 20px;
  font-family: "Open sans";
  font-weight: 600;
  float: right;
  transition: all 0.6s ease-out 0s;
  max-height: 80px;
  max-height: 80px;
  margin-right: 5px;
}
header .slogan {
  float: left;
  color: #fff;
  font-size: 15px;
  padding: 10px 0px;
}
header .header-tool .header_cart {
  float: right;
  padding: 8px 0px;
}
header .header-tool .header_cart > ul > li {
  float: left;
  position: relative;
}
header .header-tool .header_cart > ul > li span.title_small {
  display: block;
  font-size: 12px;
  display: none !important;
}
header .header-tool .header_cart > ul > li > a {
  position: relative;
  padding-left: 28px;
}
header .header-tool .header_cart > ul > li > a > i {
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: 0px;
}
header .header-tool .header_user {
  float: right;
}
header .header-tool .header_user > ul > li {
  float: left;
  position: relative;
  font-size: 14px;
  margin-left: 15px;
  position: relative;
  line-height: 73.5px;
}
header .header-tool .header_user > ul > li a {
  color: #fff;
  padding: 5px 24px;
}
header .header-tool .header_user > ul > li a:hover {
  /*background: #fff;
  color: #1718E6;*/
}
@media (max-width: 990px) {
  header .header-tool .header_user > ul > li a {
    color: #222;
  }
}
header .header-tool .header_user > ul > li a.company-header {
  background: transparent;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
  padding: 22px 0px;
  float: left;
}
header .header-tool .header_user > ul > li.btn-recruit a {
  text-decoration: underline;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  color: #fff;
}
@media (max-width: 990px) {
  header .header-tool .header_user > ul > li.btn-recruit a {
    color: #222;
  }
}
@media (max-width: 990px) {
  header .header-tool .header_user > ul > li.btn-signin {
    width: 100%;
    margin-top: 10px;
  }
}
header .header-tool .header_user > ul > li.btn-signin a {
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 500;
}
@media (max-width: 990px) {
  header .header-tool .header_user > ul > li.btn-signin a {
    border: 1px solid #7a7a7a;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 990px) {
  header .header-tool .header_user > ul > li.btn-signup {
    width: 100%;
    margin-top: 10px;
  }
}
header .header-tool .header_user > ul > li.btn-signup a {
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 500;
}
@media (max-width: 990px) {
  header .header-tool .header_user > ul > li.btn-signup a {
    border: 1px solid #7a7a7a;
    width: 100%;
    text-align: center;
  }
}
header .header-tool .header_user > ul > li.first:after {
  content: "";
  height: 12px;
  width: 1px;
  background: inherit;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 5px;
}
header .header-tool .header_user > ul > li.notification {
  margin-left: 12px;
}
header .header-tool .header_user > ul > li.notification a {
  color: #007457;
}
header .text_notification > span {
  background: #ed1c24;
  color: #fff;
  font-size: 11px;
  padding: 0px 4px;
  border-radius: 2px;
  position: absolute;
  top: -4px;
  right: -10px;
}
header .box_search {
  position: relative;
  float: right;
  margin: 10px 0;
}
header .box_search .text_search {
  width: 250px;
  height: 34px;
  border: 1px solid #c2c2c2;
  background: #ffffff url(../images/text_search.gif) no-repeat left top;
  padding: 0px 35px 0px 10px;
  font-size: 14px;
}
header .box_search .btn_search {
  position: absolute;
  background: url(../images/icon_search.png) no-repeat center center;
  border: none;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 35px;
  padding: 0px;
  cursor: pointer;
}
header .header_search .logo {
  float: left;
  width: 19%;
}
header .header_search .box_search {
  width: 81%;
  padding: 8px 0px;
  text-align: right;
  float: right;
}
header .header_search .box_search .box_search_content {
  padding: 15px;
  border: 0px;
  border-top: none;
  text-align: right;
  padding-right: 0px;
  background: none !important;
  position: relative;
}
header .header_search .box_search .box_search_content input {
  width: 290px;
  border: 1px #e2e2e2 solid;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: tahoma;
  outline: none;
}
header .header_search .box_search .box_search_content input:focus {
  outline: none;
  box-shadow: none;
}
header .header_search .box_search .box_search_content .form-group {
  text-align: left;
  float: left;
  width: auto;
  min-width: 218px;
}
header .header_search .box_search .btn {
  height: 39px;
  background: #009495;
  border: 1px #0b7d6d solid;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12), inset 1px 1px rgba(255, 255, 255, 0.4);
  color: #fff;
  line-height: 39px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 41px;
  border-radius: 2px;
  position: absolute;
  right: 0px;
  margin-right: 0px;
  margin: 0px;
}
header .header_search .box_search .btn:hover {
  background: #1caeaf;
}
header .header_search .box_search .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
  padding-top: 9px;
}
header .header_search .box_search .form-group.none_b .chosen-container-single .chosen-single {
  border-left: 0px;
  border-right: 0px;
}
header .header_search .chosen-container-single .chosen-single div b {
  background: url("../images/btn_chosen.png") no-repeat 0px 10px;
}
header .header_search .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -19px 12px;
}

.modal-open #tth-scrollup {
  right: 37px;
}
.modal-open .btnSurvey {
  right: 32px;
}

#tth-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#tth-loading div {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
}
#tth-loading div span {
  position: absolute;
  display: block;
  bottom: 10px;
  width: 9px;
  height: 5px;
  background: rgba(0, 0, 0, 0.25);
  animation: bars6 1.5s infinite ease-in-out;
}
#tth-loading div span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}
#tth-loading div span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}
#tth-loading div span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}
#tth-loading div span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

#tth-wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

#ontop {
  width: 100%;
  height: 80px;
  background-color: yellow;
}

.navfixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  display: block;
  border-bottom: 1px #dcdcdc solid;
}

.wrapperBelow {
  margin-top: 130px;
}

header.navfixed {
  height: auto;
}
header.navfixed .logo img {
  max-width: 219px;
}
header.navfixed .menu_right {
  height: auto;
  padding: 0px 0px;
}
header.navfixed .menu_right .item.employer {
  padding: 4px 0px 6px 0px;
}
header.navfixed .menu_right .item.collaborators {
  padding: 4px 0px 6px 0px;
}

.header_user > ul > li > a .text {
  font-size: 0px;
}

#content_btn_h_seeker {
  display: none;
  position: absolute;
  background: white;
  z-index: 99;
  width: 100%;
  min-width: 150px;
  padding: 0px;
  margin: 10px;
  right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  box-shadow: 1px 0px 5px 0px #818181;
}
#content_btn_h_seeker .item {
  float: left;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 15px;
  width: 100%;
}
#content_btn_h_seeker .item:hover {
  background: #eef3f9;
}
#content_btn_h_seeker:hover {
  display: block;
}

#content_btn_h_employer {
  display: none;
  position: absolute;
  background: white;
  z-index: 99;
  width: 100%;
  min-width: 150px;
  padding: 0px;
  margin: 10px;
  right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  box-shadow: 1px 0px 5px 0px #818181;
}
#content_btn_h_employer .item {
  float: left;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 15px;
  width: 100%;
}
#content_btn_h_employer .item:hover {
  background: #eef3f9;
}
#content_btn_h_employer:hover {
  display: block;
}

#header_account.is_login > a {
  margin: 10px 0px;
  padding: 12px 0px;
}

#header_account {
  color: #ffffff;
  position: relative;
  padding: 0px 0px;
}
#header_account .ico {
  margin-right: 4px;
}
#header_account .ico img {
  max-width: 32px;
  border-radius: 50px;
}
#header_account > ul {
  display: none;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #ffffff;
  top: 80%;
  right: 0px;
  text-align: left;
  padding: 5px 10px 5px 5px;
  z-index: 100;
  box-shadow: 1px 2px 6px 1px #949494;
  border-radius: 6px;
}
#header_account > ul > li {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#header_account > ul > li:first-child {
  border-top: none;
}
#header_account > ul > li:last-child {
  border-bottom: none;
}
#header_account > ul a {
  color: #3c3b3b;
  padding: 5px 10px;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}
#header_account > ul a i {
  display: inline-block;
  margin-right: 5px;
  min-width: 15px;
}
#header_account > ul a:hover {
  color: #00486e;
  text-decoration: none;
  background: white;
}
#header_account .btnsignout {
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
  border-radius: 2px;
  padding: 2px 5px;
  margin-left: 6px;
}
#header_account:hover > ul {
  display: block;
  z-index: 9999;
}

#tth-main-menu {
  transition: all 0.4s ease-out 0s;
  float: right;
  padding: 0px 0px;
  padding-right: 38%;
  padding-left: 25px;
  width: calc(100% - 230px);
}
#tth-main-menu > .menu-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 60px;
}
#tth-main-menu > .menu-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#tth-main-menu > .menu-wrapper > ul {
  width: 100%;
  display: table;
}
#tth-main-menu > .menu-wrapper > ul > li {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}
#tth-main-menu > .menu-wrapper > ul > li > a {
  display: block;
  font-size: 14px;
  padding: 15px 0px;
  margin: 0;
  line-height: inherit;
  text-transform: initial;
  text-align: center;
  color: #fff;
  font-family: "Inter";
}
#tth-main-menu > .menu-wrapper > ul > li > a .pic {
  margin-bottom: 6px;
}
#tth-main-menu > .menu-wrapper > ul > li > a.current {
  font-weight: bold;
}
#tth-main-menu > .menu-wrapper > ul > li > a.sub-arrow {
  display: none;
}
#tth-main-menu > .menu-wrapper > ul > li > a.btn_h_employer {
  background: #f7901e;
  padding: 8px 10px 5px 10px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  font-weight: normal;
  line-height: 21px;
  display: none;
}
#tth-main-menu > .menu-wrapper > ul a {
  color: #444444;
  padding: 7px 10px 7px 20px;
  display: block;
  /*                text-transform: uppercase;*/
}
#tth-main-menu > .menu-wrapper > ul a.highlighted {
  color: #ffffff;
}
#tth-main-menu > .menu-wrapper > ul ul {
  background: #fff;
  display: none;
  min-width: 220px !important;
  z-index: 9999;
}
#tth-main-menu > .menu-wrapper > ul ul a.highlighted {
  color: #1718e6;
}
#tth-main-menu > .menu-wrapper > ul.more {
  display: none;
}

#tth-main-menu.r {
  float: right;
}
#tth-main-menu.r .menu-wrapper > ul > li > a {
  font-size: 16px;
  outline: none;
}

.content-logo {
  float: left;
}

.content-box_search_min {
  padding-top: 25px;
}

#container {
  padding: 0px 0px;
  margin: 0px 0px;
  position: relative;
  min-height: 360px;
}

#tth-content {
  display: block;
  float: left;
  width: calc(100% - 330px);
  min-height: 1px;
  padding-right: 0px;
}
#tth-content img {
  max-width: 100%;
  height: auto !important;
}

#tth-column_left {
  display: block;
  float: left;
  width: 330px;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 25px;
  margin-bottom: 20px;
}

#tth-column {
  display: block;
  float: left;
  width: 330px;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 0px;
  position: relative;
  /*#column-right-bottom-ft {
      position: relative;
  }
  #column-right-bottom {
      position: absolute;
      left: 0px;
      width: 100%;
      padding-left: 4px;
      padding-right: 4px;
  }*/
}
#tth-column .banner_item {
  margin-bottom: 8px;
  position: relative;
}
#tth-column .banner_item > a {
  display: block;
}
#tth-column .banner_item > a > img {
  max-width: 100%;
}
#tth-column .banner_item object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#tth-column .fb_iframe_widget {
  margin-bottom: 8px;
  position: relative;
}

#fanpage_facebook {
  background: #ffffff;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.paginate {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: center;
}
.paginate .pagetotal {
  background: #000000;
  display: none;
  padding: 0px 2px;
  color: #ffffff;
}
.paginate .pagelink {
  display: inline-block;
  color: #888888;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  text-align: center;
  padding: 0px 0px;
  margin: 0px 3px;
  border: 1px solid transparent;
  vertical-align: top;
  border-radius: 32px;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
}
.paginate .pagecur {
  display: inline-block;
  color: #888888;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  text-align: center;
  padding: 0px 0px;
  margin: 0px 3px;
  border: 1px solid #e7e7e7;
  vertical-align: top;
  border-radius: 32px;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
  color: #fff;
  background: #0C0DA7;
  border-color: #0C0DA7;
}
.paginate .btnPage {
  display: inline-block;
  color: #888888;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  text-align: center;
  padding: 1px 0px;
  margin: 0px 4px;
  border: 1px solid #e7e7e7;
  vertical-align: top;
  border-radius: 32px;
  background: #DEDEDE;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
  display: inline-block;
  vertical-align: bottom;
}
.paginate .btnPage.next {
  padding: 0px 0px;
}
.paginate .btnPage.prev {
  padding: 0px 0px;
}
.paginate .btnPage.last {
  padding: 0px 0px;
}
.paginate a:hover {
  color: #fff;
  background: #0C0DA7;
  border-color: #0C0DA7;
}

#main_slide {
  max-width: 100%;
  position: relative;
}
#main_slide .owl-stage-outer {
  height: auto !important;
  max-height: 800px;
}
#main_slide .owl-controls .owl-dots {
  margin-top: -40px;
  position: absolute;
  left: 0px;
  width: 100%;
}
#main_slide .owl-controls .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: #ffffff;
}
#main_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #FF9800;
}
#main_slide #form_box_search_employer_header {
  display: inline-block;
  left: 0px;
  bottom: -1px;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.44);
  padding: 25px 20px;
  width: 100%;
}
#main_slide #form_box_search_employer_header .fancybox {
  color: #fff;
  float: right;
}
#main_slide #form_box_search_employer_header .form-group:nth-child(1) {
  width: 35%;
  padding-right: 5px;
  position: relative;
}
#main_slide #form_box_search_employer_header .form-group:nth-child(1) input {
  padding-left: 30px;
}
#main_slide #form_box_search_employer_header .form-group:nth-child(2) {
  width: 25%;
  padding: 0px 5px;
  position: relative;
}
#main_slide #form_box_search_employer_header .form-group:nth-child(3) {
  width: 25%;
  padding: 0px 5px;
  position: relative;
}
#main_slide #form_box_search_employer_header .form-group:nth-child(4) {
  width: 15%;
  padding-left: 5px;
  position: relative;
}
#main_slide #form_box_search_employer_header .form-group input {
  background: #fff !important;
  border: 1px #fff solid !important;
  border-radius: 4px;
  height: 40px;
  position: relative;
}
#main_slide #form_box_search_employer_header .form-group button {
  float: right;
  margin: 0px;
  width: 100%;
  border-radius: 4px;
  height: 40px;
}
#main_slide #form_box_search_employer_header .chosen-container-multi .chosen-choices {
  height: 40px !important;
  max-height: 40px;
  border-radius: 4px;
  border: 0px;
}
#main_slide #form_box_search_employer_header .expand_search .btn_advanced_search {
  color: #fff;
}
#main_slide #form_box_search_employer_header > .title {
  text-align: center;
  font-size: 20px;
  padding: 0px 0px 15px;
  color: #fff;
}
#main_slide .bxslider {
  max-height: 800px;
  overflow: hidden;
  position: relative;
}
#main_slide .bxslider .box_banner {
  max-height: 800px;
  overflow: hidden;
}
#main_slide .bxslider .box_search_banner {
  position: absolute;
  top: 135px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1366px) {
  #main_slide .bxslider .box_search_banner {
    top: 50px;
  }
}
@media (max-width: 599px) {
  #main_slide .bxslider .box_search_banner {
    position: relative;
    top: 0px;
  }
}
#main_slide .bxslider .box_search_banner .top_company {
  max-width: 390px;
  margin-top: 100px;
  z-index: 991;
  position: relative;
}
@media (max-width: 1366px) {
  #main_slide .bxslider .box_search_banner .top_company {
    margin-top: 50px;
  }
}
@media (max-width: 990px) {
  #main_slide .bxslider .box_search_banner .top_company {
    display: none;
  }
}
@media (max-width: 500px) {
  #main_slide .bxslider .box_search_banner .top_company {
    max-width: 100%;
    margin-top: 0px;
    display: block;
  }
}
#main_slide .bxslider .owl-next {
  position: absolute;
  top: 45%;
  margin-top: 0px;
  outline: 0;
  width: 33px;
  height: 33px;
  text-indent: initial;
  z-index: 99;
  font-size: 22px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding-top: 0px;
  background: rgba(0, 0, 0, 0.12);
  right: 100px;
  border-radius: 33px;
}
@media (max-width: 1366px) {
  #main_slide .bxslider .owl-next {
    right: 20px;
  }
}
#main_slide .bxslider .owl-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
#main_slide .bxslider .owl-prev {
  position: absolute;
  top: 45%;
  margin-top: 0px;
  outline: 0;
  width: 33px;
  height: 33px;
  text-indent: initial;
  z-index: 99;
  font-size: 22px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding-top: 0px;
  background: rgba(0, 0, 0, 0.12);
  left: 100px;
  border-radius: 33px;
}
@media (max-width: 1366px) {
  #main_slide .bxslider .owl-prev {
    left: 20px;
  }
}
#main_slide .bxslider .owl-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}
#main_slide ul.bxslider {
  margin: 0px;
}
#main_slide #gallery_slider_thumb {
  background: #e9e9e9;
  padding: 0px 15px;
  bottom: 50px;
  position: relative;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
}
#main_slide #gallery_slider_thumb .owl-item .item {
  color: #333;
  height: 50px;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 0px;
  font-weight: normal;
  padding: 5px;
  vertical-align: middle;
  border-bottom: 3px solid transparent;
  border-left: 1px solid transparent;
  cursor: pointer;
}
#main_slide #gallery_slider_thumb .owl-item.sync_cur .item {
  background: #f7901e;
  border-bottom: 3px solid #f7901e;
  border-left: 0 none;
  border-right: 0 none;
  color: #fff !important;
  margin: 0;
  text-shadow: 0 0;
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
}
#main_slide #gallery_slider_thumb .owl-prev {
  right: 0px;
  top: 0px;
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 10px;
  text-align: center;
  padding: 0px;
  font-size: 24px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 15px;
  color: #3e3e3e;
  border-radius: 0px;
  opacity: 1;
  left: 0px;
  top: 0px;
  opacity: 1;
}
#main_slide #gallery_slider_thumb .owl-prev i {
  padding-left: 4px;
  display: inline-block;
}
#main_slide #gallery_slider_thumb .owl-next {
  right: 0px;
  top: 0px;
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 10px;
  text-align: center;
  padding: 0px;
  font-size: 24px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 15px;
  color: #3e3e3e;
  border-radius: 0px;
  opacity: 1;
}
#main_slide #gallery_slider_thumb .owl-next i {
  padding-left: 4px;
  display: inline-block;
}
#main_slide > .wrapper {
  position: absolute;
  min-height: 100px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
#main_slide [class^=ficon-]:before {
  width: auto;
  margin-right: auto;
  opacity: 1;
  margin-left: auto;
}
#main_slide [class*=" ficon-"]:before {
  width: auto;
  margin-right: auto;
  opacity: 1;
  margin-left: auto;
}
#main_slide .gallery-thumbs-container {
  display: none;
}
#main_slide .bx-controls {
  display: none;
}
#main_slide ul li {
  list-style: none;
}
#main_slide .owl-carousel .owl-item img {
  width: 100%;
}
#main_slide img {
  max-width: 100%;
}
#main_slide .box_search_home {
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
  width: 100%;
}
#main_slide .box_search_home .tab-content {
  border: 0px;
  padding: 0px;
  background: transparent;
}
#main_slide .box_search_home .nav-tabs > li > a {
  background-color: rgba(255, 255, 255, 0.49);
  border: 1px solid #fff;
  outline: none;
  color: #222;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 8px 20px;
  min-width: auto;
  border-bottom: 0px;
}
#main_slide .box_search_home .nav-tabs > li:hover > a {
  border: 1px solid #4267b2 !important;
  background-color: #4267b2 !important;
  color: #fff !important;
}
#main_slide .box_search_home .nav-tabs > li.active > a {
  border: 1px solid #4267b2 !important;
  background-color: #4267b2 !important;
  color: #fff !important;
}
#main_slide .box_search_home .nav-tabs > li.active > a:hover {
  border: 1px solid #4267b2 !important;
  background-color: #4267b2 !important;
  color: #fff !important;
}
#main_slide .box_search_home .nav-tabs > li.active > a:focus {
  border: 1px solid #4267b2 !important;
  background-color: #4267b2 !important;
  color: #fff !important;
}
#main_slide .form_search_custom {
  display: inline-block;
  padding: 15px 0px 10px;
  width: 100%;
  margin: 0px;
}
#main_slide .form_search_custom .form-group {
  margin-bottom: 0px;
}
@media (max-width: 599px) {
  #main_slide .form_search_custom .form-group .searchModal {
    color: #949494;
    font-style: italic;
  }
}
#main_slide .form_search_custom .form-group.w100 {
  width: 100%;
  padding: 0px;
  position: relative;
  margin: 0px;
}
#main_slide .form_search_custom .form-group.w100 .chosen-container-single .chosen-single div b {
  background-position: 1px 14px;
}
#main_slide .form_search_custom .form-group.w-button {
  width: 140px;
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 7px;
  margin: 0px;
}
@media (max-width: 599px) {
  #main_slide .form_search_custom .form-group.w-button {
    width: auto;
  }
}
#main_slide .form_search_custom .form-group.w-30 {
  display: none !important;
}
#main_slide .form_search_custom .box_search_title {
  text-align: left;
  font-weight: 500;
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #202020;
  line-height: 44px;
}
@media (max-width: 1366px) {
  #main_slide .form_search_custom .box_search_title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  #main_slide .form_search_custom .box_search_title {
    line-height: 24px;
  }
}
#main_slide .form_search_custom .box_search_title b {
  display: block;
  font-size: 47px;
  font-weight: bold;
  color: #1718E6;
}
@media (max-width: 1366px) {
  #main_slide .form_search_custom .box_search_title b {
    font-size: 37px;
  }
}
@media (max-width: 599px) {
  #main_slide .form_search_custom .box_search_title b {
    font-size: 22px;
  }
}
#main_slide .form_search_custom .box_search_content .chosen-container-single .chosen-single {
  height: 50px !important;
  max-height: 50px;
  border-radius: 4px;
  border: 0px;
}
#main_slide .form_search_custom .box_search_content .chosen-container-multi .chosen-choices {
  height: 50px !important;
  max-height: 50px;
  border-radius: 4px;
  border: 0px;
}
#main_slide .form_search_custom .box_search_content .form-group button {
  float: right;
  margin: 0px;
  width: 100%;
  border-radius: 4px;
  height: 36px;
  line-height: 34px;
  background: #1718E6;
  color: #fff;
  border: 1px #1718E6 solid;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 599px) {
  #main_slide .form_search_custom .box_search_content .form-group button i {
    display: none !important;
  }
}
#main_slide .form_search_custom .fancybox {
  color: #fff;
  float: right;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
#main_slide .box_search_content .chosen-container-single .chosen-search input {
  height: 32px;
  border: 1px #e2e2e2 solid !important;
}

#tth-wrapper.home #main_slide .bx-controls {
  display: block;
}
#tth-wrapper.home #main_slide .gallery-thumbs-container {
  display: block;
}

#main_slide .form_search_custom .box_search_content .input-search {
  display: inline-block;
  width: 100%;
  box-shadow: -2px 1px 9px 3px #dfdfdf;
}

.form_search_custom .box_search_content {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
.form_search_custom .box_search_content .form-group.w16 {
  width: 16%;
  padding: 0px;
  padding-left: 5px;
  margin: 0px;
}
.form_search_custom .box_search_content .chosen-container-single .chosen-search input {
  margin: 0;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 0;
  padding: 5px 10px;
  line-height: 20px;
  height: 32px;
}
.form_search_custom .box_search_content .form-group input {
  border-radius: 4px;
  padding-left: 50px;
  border: 0px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 599px) {
  .form_search_custom .box_search_content .form-group input {
    padding-right: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
  }
}
.form_search_custom .box_search_content .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 50px;
  line-height: 50px;
}
.form_search_custom .form-group input {
  background: #fff !important;
  border: 1px #fff solid !important;
  border-radius: 4px;
  height: 50px;
  position: relative;
}
.form_search_custom .box_search_title {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  font-weight: 500;
}

.box_search_top {
  background: #0c50a0 url("../images/bg_formsearch.png") no-repeat top center;
  margin-bottom: 15px;
  height: 470px;
}
.box_search_top .form_search_custom .box_search_content .form-group.w21 {
  width: 21%;
  padding: 0px 5px;
  position: relative;
  margin: 0px;
}
.box_search_top .box_search_content {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
}
.box_search_top .box_search_content .form-group {
  margin: 0px;
  padding-right: 10px;
  padding-top: 0px;
  position: relative;
}
.box_search_top .box_search_content .chosen-container-multi .chosen-choices {
  border: 0px;
  height: 50px !important;
  max-height: 50px;
}
.box_search_top .box_search_content button.btn-submit {
  width: 100%;
  margin: 0px;
  height: 50px;
  background: #1718E6;
  border: 1px #1718E6 solid;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  text-transform: initial;
  text-align: center;
  padding: 0px;
}
.box_search_top .box_search_content .chosen-container-single .chosen-single {
  border-radius: 4px;
  box-shadow: none;
}
.box_search_top .box_search_content .chosen-container-single .chosen-single span {
  line-height: 26px;
}
.box_search_top .i_custom .chosen-container-multi .chosen-choices {
  padding-left: 45px !important;
}
.box_search_top .AdvSearch .chosen-container-multi .chosen-choices {
  border: 1px #dedede solid;
}
.box_search_top .box_search_home .expand_search .AdvSearch .chosen-container-multi .chosen-choices li.search-choice {
  margin: 4px;
}
.box_search_top .box_search_home .expand_search .chosen-container-multi .chosen-choices li.search-choice {
  margin: 2px 20px 2px 4px;
}

.form_box_fancybox {
  width: 700px;
  display: inline-block;
  padding: 10px 20px;
  display: none;
}

footer {
  border-top: none;
  background: #ffffff;
}
footer .footer-content {
  margin-left: -8px;
  margin-right: -8px;
}
footer .footer-col {
  float: left;
  width: 31%;
  padding-left: 8px;
  padding-right: 8px;
}
footer .footer-col .title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  color: #009192;
  margin-bottom: 15px;
}
footer .info h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0px;
}
footer .footer-contact {
  width: 19%;
}
footer .footer-contact > ul li {
  margin-bottom: 10px;
}
footer .footer-contact > ul li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
footer .footer-contact > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0px;
  top: 9px;
  background: #009192;
  border-radius: 50%;
}
footer .footer-product {
  width: 19%;
}
footer .footer-product > ul li {
  margin-bottom: 10px;
}
footer .footer-product > ul li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
footer .footer-product > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0px;
  top: 9px;
  background: #009192;
  border-radius: 50%;
}
footer .footer-news .item {
  background: #f3f3f3;
  margin-bottom: 7px;
  padding: 10px 18px;
  position: relative;
  min-height: 90px;
}
footer .footer-news .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #999999;
}
footer .footer-news .item > .date {
  position: absolute;
}
footer .footer-news .item > .date > .day {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
footer .footer-news .item > .info {
  margin-left: 90px;
}
footer .footer-news .item > .info > h3 > a {
  display: block;
  font-size: 15px;
  color: #009192;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
footer .footer-news .item > .info > h3 > a:hover {
  color: #444;
}
footer .footer-news .item > .info > .short {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-top: 3px;
}
footer ul.list_none li {
  margin-bottom: 5px;
}
footer .solo-item {
  text-align: center;
  float: left;
  font-size: 14px;
  background: #3d3d3d;
  width: 24px;
  height: 24px;
}
footer .solo-item:hover {
  background: #b48b35;
}
footer .solo-item:hover > i {
  color: #fff;
  background: rgba(0, 0, 0, 0.14);
}
footer .solo-item > i {
  display: inline-block;
  font-size: 16px;
  min-width: 15px;
  text-align: center;
  color: #ffffff;
  background: #f7901e;
  transition: all 500ms ease-out 0s;
  border-radius: 0px;
  background: transparent !important;
}
footer .solo-item > i.ficon-facebook {
  background: #3b5998;
}
footer .solo-item > i.ficon-youtube {
  background: #e62d28;
}
footer .solo-item > i.ficon-twitter {
  background: #0eb1f2;
}
footer .solo-item > i.ficon-gplus {
  background: #d93a2a;
}
footer #bottom {
  background: #ffffff;
  color: #333333;
  position: relative;
  padding: 30px 0px 40px 0px;
}
@media (max-width: 990px) {
  footer #bottom #bottom {
    padding: 30px 0px 10px 0px;
  }
}
footer #bottom .menu_page {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 25px 0px;
}
footer #bottom ul li a {
  color: #595959;
  text-transform: initial;
  font-weight: 300;
}
footer #bottom ul li a:hover {
  text-decoration: initial;
}
footer #bottom .box_social .banner_item {
  margin: 0px 4px;
}
footer #bottom .box_social .banner_item:hover img {
  opacity: 0.5;
}
footer #bottom .info_footer {
  text-align: left;
  margin-top: 0px;
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  footer #bottom .info_footer {
    width: 100%;
    justify-content: flex-start !important;
  }
}
footer #bottom .info_footer .bottom_footer {
  margin-top: 0px;
  padding-left: 40px;
}
footer #bottom .info_footer .bottom_footer .box_social {
  float: left;
  max-width: 220px;
  padding-left: 10px;
}
footer #bottom .info_footer .bottom_footer .item_social {
  display: inline-block;
  margin-top: 12px;
  margin-left: 4px;
  vertical-align: top;
}
footer #bottom .info_footer .bottom_footer .banner_dkbct {
  float: left;
}
footer #bottom .info_footer .banner_item p {
  padding: 0px 0px;
  margin: 0px;
}
footer #bottom .info_footer .banner_item p a {
  color: #fff;
}
footer #bottom .info_footer .banner_item img {
  margin: 0 10px 0 0px;
  max-height: 115px;
}
footer #bottom .copyright p {
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
footer #bottom .copyright a {
  color: #595959;
}
footer #bottom .copyright a:hover {
  text-decoration: underline;
}
footer #bottom .follow {
  margin-top: 20px;
  text-align: center;
}
footer #bottom .follow .menu {
  margin-bottom: 10px;
}
footer #bottom .follow .menu li.menu_li {
  float: left;
  margin-left: 15px;
  border: 1px #00b3b4 solid;
  padding: 5px 10px;
}
footer #bottom .follow .menu li.menu_li a {
  color: #fff;
  text-transform: uppercase;
}
footer #bottom .info_footer.df {
  display: flex;
  width: 60%;
  align-items: center;
}
footer .menu_footer {
  background: #0054a6 url("../../images/bg_bantin.png") no-repeat center;
  min-height: 245px;
}
footer .menu_footer ul.list_none {
  display: flex;
}
footer .menu_footer ul.list_none ul {
  display: none !important;
}
footer .menu_footer ul.list_none li {
  margin: 0px;
}
footer .menu_footer ul.list_none li a {
  color: #ffffff;
  font-weight: 300;
  padding: 9px 10px;
  display: inline-block;
  position: relative;
}
footer .menu_footer ul.list_none li a:after {
  content: "";
  background: white;
  height: 12px;
  width: 1px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 14px;
}
footer .menu_footer ul.list_none li a:hover {
  color: #ffd200;
}
footer .menu_footer ul.list_none li.last a:after {
  display: none;
}
footer #copyright {
  text-align: center;
  background: #1718e6;
  color: #fff;
  font-family: "Inter";
  font-size: 13px;
  padding: 10.25px 0;
}
footer .copyright {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  float: left;
  padding: 0px 5px;
  margin: 0px;
  width: 100%;
}
footer .center .banner_item {
  color: #dadcdf;
  padding-bottom: 10px;
}

.ficon-facebook:before {
  padding-top: 3px;
}

.copyright h1 {
  margin: 0px;
}

.info_footer_2 {
  margin: 5px 0px 0px 0px;
}
.info_footer_2 .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #666666;
}

.info_footer_2.w25 {
  width: 25%;
}

.resgister_email_full {
  padding: 5px 0px;
}
.resgister_email_full .solo-item {
  padding: 0px 5px 0px 5px;
}
.resgister_email_full .solo-item > i {
  height: 32px;
  line-height: 32px;
  width: 32px;
  background: transparent !important;
}
.resgister_email_full .solo-item > i:hover {
  opacity: 0.8;
}
.resgister_email_full .menu i.icon-mail {
  background: url(../../images/icon-mail.png);
  width: 52px;
  height: 50px;
  float: left;
  margin-right: 20px;
  margin-top: 0px;
}
.resgister_email_full .resgister_email .follow {
  padding: 0px;
}
.resgister_email_full .resgister_email .follow .menu {
  font-size: 14px;
  text-transform: initial;
  color: #ffffff;
  padding: 0px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
}
.resgister_email_full .resgister_email .follow .menu .icon {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.resgister_email_full .resgister_email .follow .menu .icon i {
  background: #ffffff;
  color: #0054a6;
  padding: 5px 35px;
  font-size: 40px;
  border-radius: 14px;
  margin: 1px 0px;
  display: inline-block;
}
.resgister_email_full .resgister_email .follow .menu .text .text_big {
  font-size: 22px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 25px;
}
.resgister_email_full .resgister_email .follow .menu .text .text_small {
  font-size: 14px;
  font-weight: 400;
}

.resgister_email {
  display: block;
  width: 100%;
  margin: 10px 0px 5px;
}
.resgister_email #email {
  padding: 16px 30px 16px 30px;
  background: #ffffff;
  border: 1px #ffffff solid;
  color: #333;
  width: 100%;
  outline: none;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
}
.resgister_email #email:-ms-input-placeholder {
  color: #afffff;
}
.resgister_email .hotline {
  margin: 0;
}
.resgister_email .hotline .info .tell {
  font-size: 28px;
  font-weight: bold;
}
.resgister_email .hotline i {
  font-size: 40px;
}

#form_res_email {
  padding: 40px 0px 0px;
  text-align: center;
}
#form_res_email .email {
  width: 60%;
  position: relative;
  margin: auto;
}
#form_res_email .btn_search {
  border: 0px;
  border-left: 1px #d7d7d7 solid;
  text-align: center;
  background: #1718E6;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0px;
  float: right;
  width: 90px;
  height: 55px;
  border-radius: 0px 5px 5px 0px;
  font-size: 16px;
}
#form_res_email span.title {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 8px 0px;
  display: inline-block;
}

#form_res_email_home {
  width: 45%;
  float: right;
  padding: 9px 0px 0px;
}
#form_res_email_home .email {
  width: 100%;
  float: right;
  position: relative;
}
#form_res_email_home .btn_search {
  border: 0px;
  border-left: 1px #d7d7d7 solid;
  text-align: center;
  background: #ffffff;
  color: #e80c0c;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0px;
  float: right;
  width: 70px;
  height: 54px;
  border-radius: 0px 30px 30px 0px;
  font-size: 16px;
}
#form_res_email_home span.title {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 8px 0px;
  display: inline-block;
}

#tth-scrollup {
  text-indent: -99999px;
  cursor: pointer;
  background: #b7b7b7 url(../images/backtotop.png) no-repeat center center;
  bottom: 90px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 40px;
  z-index: 999;
  -moz-border-radius: 50%;
  border: 0px;
  margin: 0;
  opacity: 0.9;
  border-radius: 50%;
  border: 1px #fff solid;
}
#tth-scrollup:hover {
  opacity: 1;
}

#tth-scroll_left {
  position: absolute;
  width: 100px;
  z-index: 100;
  top: 100px;
  left: 10px;
  overflow: hidden;
  margin: 0px;
}

#tth-scroll_right {
  position: absolute;
  width: 100px;
  z-index: 100;
  top: 100px;
  right: 10px;
  overflow: hidden;
  margin: 0px;
}

#tth-wrapper.scroll #tth-scroll_left {
  top: 150px;
}
#tth-wrapper.scroll #tth-scroll_right {
  top: 150px;
}

.danhgia-sp {
  height: 30px;
  line-height: 30px;
}
.danhgia-sp .raty {
  display: inline-block;
  vertical-align: 2%;
}

.captcha {
  line-height: 30px;
}
.captcha input {
  max-width: 150px;
  display: inline-block;
  margin-left: 10px;
  color: #404041;
}
.captcha span {
  display: inline-block;
  background-color: #6d6e71;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #969696;
  position: relative;
  top: 2px;
  -webkit-user-select: none;
  user-select: none;
}
.captcha .captcha-group {
  display: inline-block;
  vertical-align: bottom;
}

.comments-filter {
  margin: 30px 0 20px;
  border-bottom: 1px solid #e2e3e4;
}
.comments-filter button {
  background: none;
  box-shadow: none;
  border: none;
}

.comment {
  min-height: 20px;
  padding-right: 50px;
}

.rating-scores {
  position: absolute;
  top: 0;
  right: 0px;
}
.rating-scores i {
  margin-right: 15px;
  float: left;
}

#tab-comment_rate {
  margin-top: 15px;
}
#tab-comment_rate .media-body {
  position: relative;
}
#tab-comment_rate .admin-name {
  font-weight: bold;
  color: #e81c24;
}
#tab-comment_rate .media {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#tab-comment_rate .media .media {
  background: #f9f9f9;
  padding: 10px 5px;
  border-radius: 5px;
  position: relative;
  overflow: visible;
}
#tab-comment_rate .media .media:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: -14px;
  border: 7px solid;
  border-color: transparent #f6f7f7 #f9f9f9 transparent;
}
#tab-comment_rate .media .input {
  padding: 5px 12px;
  height: 32px;
  font-size: 12px;
  border-radius: 0px;
  display: block;
  border: 1px solid #e2e3e4;
  width: 100%;
  outline: none;
  font-size: 13px;
}
#tab-comment_rate .media input.input:read-only {
  background-color: #e1e6e9;
}
#tab-comment_rate .media textarea.input {
  height: 120px;
  max-height: 250px;
  resize: vertical;
  font-family: arial;
  outline: none;
}

.small-star img {
  margin-top: 2px;
  display: block;
  float: left;
}

.comment-meta > div {
  padding-right: 15px;
}
.comment-meta > div a {
  font-size: 12px;
  color: #1f5ecc;
}
.comment-meta > div a:hover {
  color: #184aa0;
}
.comment-meta > div .alert {
  color: #e81c24;
  display: none;
}
.comment-meta > div .alert:hover {
  color: #be131a;
}
.comment-meta:hover .alert {
  display: block;
}

.sub-comment-input {
  border: 1px solid #e2e3e4;
  padding: 5px 10px;
  margin-top: 15px;
  max-width: 700px;
  display: none;
}

.comments-loadmore {
  text-align: center;
  margin: 20px 0;
}

.comments-sub-loadmore {
  background: #f1f2f2;
  padding: 5px 5px;
  border-radius: 5px;
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 5px;
}
.comments-sub-loadmore a {
  display: block;
}

.media-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-body {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
}

.media > .pull-left {
  padding-right: 10px;
}

#list_comment .media-left {
  padding-right: 10px;
  float: left;
  vertical-align: bottom;
}
#list_comment .media-left img {
  max-width: 100px;
}
#list_comment .media {
  padding: 5px 0px;
  border-bottom: 1px #efefef dotted;
}
#list_comment .media > .pull-left {
  padding-right: 10px;
  float: left;
  vertical-align: bottom;
}
#list_comment .media-body p:first-child {
  padding: 0px;
}
#list_comment .media-body p.comment {
  font-size: 13px;
  color: #666;
}
#list_comment .div_more {
  margin-top: 10px;
}
#list_comment i.date.small {
  font-size: 12px;
}

.tg-line-form {
  margin-bottom: 14px;
}

#rate_select {
  height: 30px;
  border-radius: 3px;
  padding: 0px 5px;
  border: 1px #e2e3e4 solid;
}

.btn_loadmore {
  color: #ed3237;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.btn_loadmore:hover {
  text-decoration: underline;
}

.list_comment img.star_img {
  width: 12px;
  height: 12px;
}
.list_comment .comment {
  padding-right: 0px;
}

.click_view {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.click_view a {
  color: #009192;
}
.click_view a:hover {
  color: #3bc2c3;
}

.emp_left .box_statistic .box_title {
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #009192;
  border-bottom: 3px solid #e6e6e6;
  background: none;
  text-align: left;
}
.emp_left .box_statistic .box_title .border_bottom {
  margin-top: 0px;
  background: none;
  color: #09a0db;
  text-transform: initial;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  border-bottom: 0px #e6e6e6 solid;
}
.emp_left .box_statistic .box_statistic_nature {
  border: 0px;
  padding: 10px 0px;
}
.emp_left .box_statistic .box_statistic_nature .col a {
  background: url(../images/node_4.jpg) no-repeat top 6px left;
  text-align: left;
  width: 25%;
  float: left;
  padding-left: 12px;
  margin: 2px 0px;
  text-align: left;
}
.emp_left > .banner_item {
  margin-top: 15px;
}

.banner_right {
  margin-top: 15px;
}
.banner_right .item img {
  margin-bottom: 10px;
  max-width: 100%;
}

.fixed {
  position: fixed !important;
  top: 5px !important;
  z-index: 999 !important;
}

.fixed_bottom {
  position: absolute !important;
  bottom: 5px !important;
  top: auto !important;
}

.pt0 {
  padding-top: 0px !important;
}

.btn_h_employer:hover {
  background: #d02c2d;
}

.wrapper.full_width {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  background: #fff;
}
.wrapper.full_width > #container {
  padding: 0px;
}

.title_top {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #4267b2;
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.full_width .title_top {
  font-size: 20px;
  font-weight: 400;
  color: #444;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #fff;
  padding: 5px 10px 5px 0px;
  border-radius: 2px;
  text-transform: uppercase;
}

.box_search {
  margin-bottom: 15px;
}
.box_search .col_search {
  float: left;
  padding: 0px 5px 10px;
  width: 25%;
}
.box_search .col_search .btn {
  margin: 0px;
  color: #333333;
  background-color: #fff;
  border-color: #adadad;
  text-transform: initial;
  border-radius: 1px;
}
.box_search .col_search .btn:hover {
  background: #ebebeb;
}
.box_search .col_search input {
  height: 32px;
  line-height: 32px;
  border-radius: 1px;
  outline: none;
}
.box_search .row_search {
  margin: 0px -5px;
}
.box_search .btn {
  border: 1px solid #dedede !important;
  border-bottom-color: #a3a3a3;
  color: #1163a2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe6e6e6",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-weight: 500;
  padding: 5px 4px;
}

.box_search.exchange_log .col_search .btn {
  margin-top: 0px !important;
  padding: 0px 0px !important;
  height: 32px !important;
}

.border_none {
  border: 0px !important;
}

.AdvSearch {
  border: 0px #f7901e solid;
  background: #fff;
  padding: 0px;
  margin-bottom: 2px;
  margin-top: 0px;
  max-height: 0px;
  overflow: hidden;
  border: 0px #7b7b7c solid;
}
.AdvSearch .btn-submit {
  height: 38px !important;
}
.AdvSearch .btn-submit:hover {
  background: #e50000;
  color: #fff;
}
.AdvSearch .form-search {
  width: 33.3333%;
  float: left;
  padding: 0px 15px;
  margin-bottom: 12px;
}
.AdvSearch .form-search .title {
  font-weight: 500;
  margin-bottom: 4px;
}
.AdvSearch .row {
  display: flex;
  flex-wrap: wrap;
}

#form_box_search_employer_header .chosen-container-multi .chosen-choices li.search-choice {
  border: 0px;
  background: #52a318;
  margin-left: 11px;
  margin: 3px 5px;
  color: #fff;
  padding: 3px 18px 3px 5px;
  font-size: 12px;
  border-radius: 2px;
}
#form_box_search_employer_header .box_search_content .chosen-container-multi .chosen-choices li.search-choice {
  margin: 8px 5px;
}

#form_box_search_seeker_header .chosen-container-multi .chosen-choices li.search-choice {
  border: 0px;
  background: #52a318;
  margin-left: 11px;
  margin: 3px 5px;
  color: #fff;
  padding: 3px 18px 3px 5px;
  font-size: 12px;
  border-radius: 2px;
}
#form_box_search_seeker_header .box_search_content .chosen-container-multi .chosen-choices li.search-choice {
  margin: 8px 5px;
}

.expand_search .btn_advanced_search {
  text-align: left;
  color: #1D1D1D;
  cursor: pointer;
  float: left;
  padding: 0px 0px;
}
.expand_search .btn_advanced_search:hover {
  text-decoration: underline;
}

#option_keyword {
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-top: 5px;
  margin-bottom: -5px;
}
#option_keyword span {
  width: 30px;
  display: inline-block;
}
#option_keyword label {
  margin: 0px;
  padding: 0px;
}
#option_keyword label .input_margin {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  margin-left: 10px;
}

.chosen-container-multi .chosen-choices {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  max-height: 32px;
}

#form_box_search_seeker_home .chosen-container-multi .chosen-choices li.search-choice {
  margin: 4px;
  padding: 1px 20px 2px 4px;
}
#form_box_search_seeker_home .form-group {
  position: relative;
  margin-bottom: 15px;
}
#form_box_search_seeker_home .form-group .input-icon {
  top: 4px;
}
#form_box_search_seeker_home .form-group .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#form_box_search_seeker_home .col-md-12 .form-group input[type=text] {
  padding-left: 30px;
}
#form_box_search_seeker_home .form-search {
  margin-bottom: 10px;
  position: relative;
}
#form_box_search_seeker_home .form-search .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

#form_box_search_seeker_home,
#form_box_search_employer_home {
  display: inline-block;
  padding: 0px;
  width: 100%;
}
#form_box_search_seeker_home .chosen-container-multi .chosen-choices li.search-choice,
#form_box_search_employer_home .chosen-container-multi .chosen-choices li.search-choice {
  margin: 4px;
  padding: 4px 20px 4px 10px;
}
#form_box_search_seeker_home .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
#form_box_search_employer_home .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
}
#form_box_search_seeker_home .form-group,
#form_box_search_employer_home .form-group {
  position: relative;
  margin-bottom: 15px;
}
#form_box_search_seeker_home .form-group .input-icon,
#form_box_search_employer_home .form-group .input-icon {
  top: 4px;
}
#form_box_search_seeker_home .form-group .title,
#form_box_search_employer_home .form-group .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#form_box_search_seeker_home .col-md-12 .form-group input[type=text],
#form_box_search_employer_home .col-md-12 .form-group input[type=text] {
  padding-left: 30px;
}
#form_box_search_seeker_home .form-search,
#form_box_search_employer_home .form-search {
  margin-bottom: 10px;
  position: relative;
}
#form_box_search_seeker_home .form-search .title,
#form_box_search_employer_home .form-search .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#form_box_search_seeker_home input[name=text_search].form-control,
#form_box_search_employer_home input[name=text_search].form-control {
  padding-left: 40px;
  height: 50px;
}

.fancybox-outer #form_box_search_employer_home {
  opacity: 1 !important;
}

.wrapper.job_new .box_statistic {
  display: none;
}

.wrapper.job_new.job_location .box_list_new_1 {
  display: none;
}
.wrapper.job_new.job_location .emp_right .job_right_now {
  display: none;
}
.wrapper.job_new.job_location .box_statistic {
  display: block;
  margin-top: 10px;
}
.wrapper.job_new.job_location .box_white {
  background: #fff;
  border: 1px #e6e6e6 solid;
  padding: 0px 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#tth-wrapper.search_employer .box_statistic_nature .col a span {
  color: #f7901e;
}

#tth-wrapper.search_employer.not_login .welcome {
  display: none;
}
#tth-wrapper.search_employer.not_login .logout {
  display: none;
}

.pl_0 {
  padding-left: 0px !important;
}

.box_forget_pass {
  font-size: 12px;
  color: #0078c9;
}
.box_forget_pass:hover {
  text-decoration: underline;
}

.signin_social .title_s {
  float: left;
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}

.btn_follow {
  text-align: center;
  margin: 10px 0px;
}
.btn_follow a {
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  background: #1718E6;
  border-radius: 5px;
  cursor: pointer;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  width: 170px;
}
.btn_follow a:hover {
  opacity: 0.8;
}

#manage_follow tr td a {
  text-decoration: underline;
  color: #09a0db;
}
#manage_follow tr td a:hover {
  text-decoration: inherit;
}
#manage_follow .table > tbody > tr > td {
  padding: 4px;
  vertical-align: middle;
  border: 0px;
}
#manage_follow .table-bordered {
  border: 0px;
}
#manage_follow .table-bordered > thead > tr > th {
  border: 0px;
  background: #E9E9E9;
}

.btn_follow_a {
  cursor: pointer;
}

.btn_follow_p {
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}

div.chosen-container .shortags .search-choice span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.show_up {
  color: #fff;
  line-height: 36px;
}

#tth-wrapper.white content {
  background: #fff !important;
}

.form-group .rowcontent.mw-650 {
  max-width: 650px;
}

.highlight {
  background-color: yellow;
}

.div_empty {
  text-align: center;
}

#box_lang ul {
  padding: 0px;
  margin: 0px;
}
#box_lang ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0px;
}
#box_lang ul li a.flag_en {
  float: left;
  width: 26px;
  height: 16px;
  background: url(../images/flag_en.gif) no-repeat;
}
#box_lang ul li a.flag_cn {
  float: left;
  width: 26px;
  height: 16px;
  background: url(../images/flag_cn.gif) no-repeat;
}
#box_lang ul li a.flag_vi {
  float: left;
  width: 26px;
  height: 16px;
  background: url(../images/flag_vi.gif) no-repeat;
}

.line_bot {
  cursor: pointer;
  text-decoration: underline;
  color: #09a0db;
  margin-top: 5px;
  display: inline-block;
  outline: none;
}
.line_bot:hover {
  text-decoration: initial;
}

#form_signin input[name=save_login] {
  display: inline-block;
  vertical-align: top;
}

.please_recharge {
  display: inline-block;
  width: 48%;
  background: #267b0c;
  margin: 10px 0px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.8;
}
.please_recharge:hover {
  opacity: 1;
  color: #fff;
}

.please_close {
  width: 48%;
  background: #909090;
  margin: 10px 0px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.8;
  float: right;
}
.please_close:hover {
  opacity: 1;
  color: #fff;
}

.input-icon {
  color: #9a9a9a;
  top: 10px;
  position: absolute;
  font-size: 20px;
  left: 15px;
  z-index: 1;
}

.tags {
  margin: 10px 0px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tags:after {
  content: "";
  display: block;
  clear: both;
}
.tags > h3 {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #747474;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.tags > ul {
  float: left;
}
.tags > ul > li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.tags > ul > li > a {
  display: block;
  background: #ddd;
  color: #747474;
  border: 1px solid #dddddd;
  padding: 4px 10px;
  border-radius: 0px;
}
.tags > ul > li > a:hover {
  background: #bbb;
  border-color: #bbb;
  color: #fff;
}

#item_detail > .tags {
  margin-bottom: 10px;
  margin-top: 20px;
}
#item_detail > .tags:after {
  content: "";
  display: block;
  clear: both;
}
#item_detail > .tags > h3 {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #747474;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
#item_detail > .tags > ul {
  float: left;
}
#item_detail > .tags > ul > li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
#item_detail > .tags > ul > li > a {
  display: block;
  background: #ddd;
  color: #747474;
  border: 1px solid #dddddd;
  padding: 4px 10px;
  border-radius: 0px;
}
#item_detail > .tags > ul > li > a:hover {
  background: #bbb;
  border-color: #bbb;
  color: #fff;
}

.list_item_title {
  position: relative;
}
.list_item_title .border_bottom {
  max-width: 100%;
  display: inline-block;
}

.i_custom > i {
  color: #9a9a9a;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 20px;
  font-size: 20px;
}
.i_custom .chosen-container input {
  padding-left: 0px !important;
  color: #999999 !important;
}
.i_custom .chosen-container-single .chosen-single {
  padding-left: 45px !important;
}
.i_custom .chosen-container-single .chosen-single span {
  line-height: 38px !important;
}
.i_custom .chosen-container-multi .chosen-choices {
  padding-left: 45px !important;
}

.icon_top {
  display: inline-block !important;
  width: auto !important;
  margin-right: 8px;
}

.list_item_focus .info .info-title span a {
  color: #202020;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.list_item_focus .info i.i_new {
  color: #f60000;
}

.box_search_home {
  padding: 0px 0px;
  position: relative;
}
.box_search_home .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin: 0px;
  display: none;
}
.box_search_home .nav-tabs > li > a {
  padding: 5px 15px;
  border-radius: 0px;
}
@media (max-width: 599px) {
  .box_search_home {
    padding: 10px 0px 0px;
  }
}
.box_search_home .expand_search {
  position: relative;
  margin-top: 0px;
  width: 100%;
  display: inline-block;
}
.box_search_home .expand_search.show_search .AdvSearch {
  max-height: 1000px;
  padding: 15px;
  overflow: initial;
  background: #fff;
  position: absolute;
  z-index: 99;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px #ddd solid;
  box-shadow: 3px 3px 5px 1px #d6d6d6;
}

.nature_group .title {
  font-size: 28px;
  font-family: "Inter";
  font-weight: 600;
}
@media (max-width: 599px) {
  .nature_group .title {
    font-size: 22px;
  }
  .nature_group .title img {
    max-height: 30px;
  }
}

.top_employer_slider {
  padding: 0px 0px 10px 0px;
  margin-top: 35px;
}
.top_employer_slider .title {
  text-align: left;
  font-size: 15px;
  text-transform: inherit;
  font-weight: 600;
  margin-bottom: 10px;
  color: #202020;
}
@media (max-width: 599px) {
  .top_employer_slider .title {
    margin-bottom: 10px;
  }
}
.top_employer_slider .title_small {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #686868;
  max-width: 50%;
  margin: 0 auto 20px;
}
.top_employer_slider .content .item {
  width: 100%;
}
.top_employer_slider .content .item .picture {
  text-align: center;
  min-height: 50px;
  position: relative;
  border-radius: 6px;
  background: #fff;
  margin: 4px;
}
.top_employer_slider .content .item .picture img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  width: 70%;
  padding: 5px;
}
.top_employer_slider .content .item .company {
  font-size: 14px;
  text-align: center;
  margin: 15px 0px;
  color: #484848;
  text-transform: uppercase;
  max-height: 40px;
  overflow: hidden;
}
.top_employer_slider img {
  max-height: 50px;
  max-width: 100%;
  width: auto !important;
  display: inline-block !important;
}

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

.chosen-container .chosen-results li {
  padding: 4px 10px;
  font-size: 13px;
}

.form-control {
  height: 38px;
  border: 1px #E9E9E9 solid;
  border-radius: 0px;
  box-shadow: none;
}

.form_custom .form-group {
  margin-bottom: 10px;
}
.form_custom .form-group label.title {
  width: 100%;
  text-align: left;
  color: #444;
  font-size: 14px;
}
.form_custom .form-group label.error {
  margin-bottom: -10px;
}

select[multiple] {
  height: 40px;
}

select[size] {
  height: 40px;
}

a.signin_wage {
  color: #2fa1d7;
  text-decoration: underline;
}

.full_top_employer_slider {
  background: #ffffff;
  padding: 25px;
  border-top: 1px #d3d3d3 solid;
  border-bottom: 1px #d3d3d3 solid;
}

.list_item .row_item .content_job i.i_new {
  width: auto;
  color: #f60000;
}

.ui-menu .ui-menu-item {
  background: #fff;
  padding: 5px 1em 5px 15px;
}

ul.ui-autocomplete {
  margin-top: -1px;
}

.ui-widget-content a {
  color: #333;
  font-family: arial;
  font-size: 14px;
}
.ui-widget-content .ui-state-hover {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}
.ui-widget-content .ui-state-focus {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}
.ui-widget-content .ui-state-active {
  border: 0px solid #fdce16;
  background: #005aff;
  color: #ffffff;
  font-weight: normal;
}

.ui-state-hover {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}

.ui-widget-header .ui-state-hover {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}
.ui-widget-header .ui-state-focus {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}
.ui-widget-header .ui-state-active {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}

.ui-state-focus {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}

.ui-state-active {
  border: 0px solid #fdce16;
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
}

.box_page {
  background: #ffffff;
  border-top: 1px #e3e3e3 solid;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .box_page {
    position: relative;
    text-align: left;
  }
}
.box_page .group_title {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px;
}
.box_page ul.list_none {
  padding: 0px 0px 20px 0px;
}
.box_page ul.list_none li {
  margin-bottom: 4px;
}
.box_page ul.list_none li a {
  font-size: 14px;
  font-weight: 300;
  color: #717171;
  position: relative;
}
.box_page ul.list_none li a:hover {
  text-decoration: underline;
}
.box_page ul.list_none li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #cccccc;
  border-radius: 50%;
  margin-right: 10px;
}
.box_page .advisory_signup {
  width: 100%;
  background: #0091c8;
  text-transform: uppercase;
  margin: 0px !important;
  margin-bottom: 8px !important;
  height: 38px;
  font-weight: 500;
}

.mt5 {
  margin-top: 5px;
}

.fw-300 {
  font-weight: 300;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

input[type=checkbox] {
  opacity: 0;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0px !important;
}
input[type=checkbox]:checked {
  color: red;
  -webkit-appearance: button;
          appearance: button;
  border: double 2px #e87125;
  background-color: #e87125;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
}
input[type=checkbox]:checked + label::after {
  transform: scale(1);
  opacity: 1;
}
input[type=checkbox] + label {
  margin: 0 0 0 0px;
  position: relative;
  cursor: pointer;
  float: left;
  font-weight: 600;
  width: auto;
}
input[type=checkbox] + label > span {
  padding-left: 10px;
  font-weight: 400;
}
input[type=checkbox] + label ~ label {
  margin: 0 0 0 40px;
}
input[type=checkbox] + label::before {
  content: " ";
  position: absolute;
  left: -18px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: block;
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
}
input[type=checkbox] + label::after {
  content: " ";
  position: absolute;
  left: -18px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: block;
  z-index: 1;
  background: url("../images/check-b.png") no-repeat center center;
  transition: all 0.3s ease;
  transform: scale(0);
  opacity: 0;
  border: 1px #58b3f0 solid;
  border-radius: 2px;
}

table input[type=checkbox] + label > span:hover {
  text-decoration: underline;
}

.hotline_seeker {
  background: #fff;
  margin: 20px 0px;
}
.hotline_seeker > .title {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #ed1c24;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  background: #0c50a0;
}
.hotline_seeker > .content {
  padding: 0px 30px 20px;
}

.hotline_employer {
  background: #fff;
  margin: 20px 0px;
}
.hotline_employer > .title {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #ed1c24;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.hotline_employer > .content {
  padding: 0px 30px 20px;
}

.hr_header {
  position: relative;
  height: 25px;
  margin: 15px 0;
}
.hr_header .hr {
  border-top: 1px solid #e0e0e0;
  position: absolute;
  top: 12px;
  z-index: 9;
  content: " ";
  width: 100%;
}
.hr_header .title {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.hr_header .title span {
  background: white;
  padding: 0px 10px;
  line-height: 25px;
  font-size: 16px;
}
.hr_header .title span.font18 {
  font-size: 18px;
}

.pl_14 {
  padding-left: 14px !important;
}

.w_33 {
  width: 33.33333333% !important;
}

.floatLeft {
  float: left;
}

.text_purple {
  color: #692095;
}

.text_red {
  color: #f00;
}

.font14 {
  font-size: 15px;
}

.emp_slidebar_left {
  height: 500px;
}

.box_near_footer .box_signupnow {
  border: 1px #0c50a0 solid;
  padding: 20px 40px;
  margin: 20px 0px 35px;
}
.box_near_footer .box_signupnow .text {
  text-align: center;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 15px;
}
.box_near_footer .box_signupnow .button_signup {
  display: inline-block;
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.box_near_footer .box_signupnow .button_signup .item {
  padding: 0px 8px;
  width: 50%;
  float: left;
}
.box_near_footer .box_signupnow .button_signup .item a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background: #0c50a0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.box_near_footer .box_hotline {
  background: #f3f8ff;
  padding: 15px 0px;
}
.box_near_footer .box_counter {
  padding: 35px 60px 15px;
  display: inline-block;
  width: 100%;
  display: none;
}
.box_near_footer .box_counter .item {
  width: 25%;
  float: left;
  text-align: center;
}
.box_near_footer .box_counter .item .icon {
  width: 90px;
  float: left;
  margin: 10px 0px;
  text-align: right;
}
.box_near_footer .box_counter .item .num {
  width: calc(100% - 90px);
  float: left;
  text-align: left;
  padding-left: 15px;
}
.box_near_footer .box_counter .item .num .number {
  font-size: 24px;
  color: #1861b7;
}
.box_near_footer .box_counter .item .num .text {
  color: #898989;
  font-weight: 300;
  font-size: 16px;
}

.hotline.sticky {
  position: fixed;
  bottom: 80px;
  left: 15px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  z-index: 999;
}
.hotline.sticky .phone {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline.sticky .phone .phone-circle {
  width: 150%;
  height: 150%;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ee383f;
  opacity: 0.6;
  position: absolute;
  animation: phonering-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}
.hotline.sticky .phone .phone-circle-fill {
  width: 100%;
  height: 100%;
  background-color: #fcddde;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  position: absolute;
  animation: phonering-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}
.hotline.sticky .phone .phone-img-circle {
  width: 90%;
  height: 90%;
  background: #ec1f27 url(../../images/hotline.png) center center no-repeat;
  background-size: 70%;
  border-radius: 100%;
  border: 2px solid transparent;
  position: absolute;
  animation: phonering-circle-img-anim 1s infinite ease-in-out;
}
.hotline.sticky span {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  background: #0c50a0;
  border-radius: 25px;
  display: none;
  opacity: 0;
  padding: 2px 15px;
  transition: all 300ms ease;
}
.hotline.sticky:hover span {
  display: block;
  opacity: 1;
}
.hotline.sticky:focus span {
  display: block;
  opacity: 1;
}

.fw300 {
  font-weight: 300;
  color: #a3a3a3;
}

body.modal-open header.navfixed {
  right: 9px;
}

@media (min-width: 999px) {
  .form_search_custom .form-group select {
    height: 50px;
    resize: none;
    overflow: hidden;
    font-size: 0px;
  }
}
@media (max-width: 1299px) {
  #tth-scroll_left {
    display: none;
  }
  #tth-scroll_right {
    display: none;
  }
}
@media (max-width: 1199px) {
  div.wrapper {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  #tth-main-menu > .menu-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
@media (max-width: 1169px) {
  #tth-scroll_left {
    display: none;
  }
  #tth-scroll_right {
    display: none;
  }
  header .slogan {
    font-size: 1.8vw;
    margin-top: 2%;
    position: absolute;
  }
  header .box_search {
    position: absolute;
    right: 0;
    top: -60px;
  }
  #tth-main-menu > .menu-wrapper {
    padding-left: 0px;
  }
  #tth-main-menu > .menu-wrapper > ul {
    width: 100%;
  }
  .box_creat_cv .create_cv {
    width: 34%;
  }
  #form_res_email .email {
    width: 50%;
    float: right;
    position: relative;
  }
  #form_res_email_home .email {
    width: 50%;
    float: right;
    position: relative;
  }
}
@media (max-width: 1099px) {
  header .header-tool .header_cart > ul > li > a {
    padding: 4px 0px 0px;
  }
  header .header_user > ul > li > a {
    padding: 4px 0px 0px;
  }
  .info_footer {
    margin: 20px 25px;
    margin: 0px;
    vertical-align: top;
    display: inline-block;
    margin: 0px;
    width: 20%;
    vertical-align: top;
  }
  .header_search .box_search .box_search_content input {
    width: 220px;
  }
  .header_search .box_search .box_search_content .form-group {
    min-width: 200px;
  }
  footer .footer-col:nth-of-type(n) {
    width: 50%;
    margin: 20px 0px;
  }
  footer .footer-col:nth-of-type(2n + 1) {
    clear: both;
  }
  #tth-scroll_right {
    display: none;
  }
  #tth-scroll_left {
    display: none;
  }
  .info_footer_1 {
    display: inline-block;
    margin: 0px;
    width: 20%;
    vertical-align: top;
  }
  .info_footer_2 {
    margin: 0px;
    width: 20%;
    float: left;
  }
  #bottom .copyright img {
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  #tth-column_left {
    width: 30%;
  }
  #tth-content {
    width: 67%;
  }
  .header_search .box_search .box_search_content input {
    width: 200px;
  }
  .header_search .box_search .box_search_content .form-group {
    min-width: 175px;
  }
  header .header-tool .header_cart > ul > li > a > .text {
    display: none;
  }
  header .header_user > ul > li > a > .text {
    display: none;
  }
}
@media (max-width: 979px) {
  #tth-main-menu {
    margin-top: 0px;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a {
    font-size: 15px;
    font-size: 14px;
    padding: 0px;
    margin: 25px 6px;
  }
  header .slogan {
    margin-top: 0%;
    position: static;
    float: right;
  }
  header .box_search {
    right: auto;
    left: 243px;
    top: -55px;
    transform: skewX(-25deg);
  }
  #form_res_email {
    width: 60%;
  }
  .box_creat_cv .create_cv {
    width: 31%;
  }
  .box_creat_cv .authentic {
    width: 31%;
  }
  .box_creat_cv .info_user {
    width: 31%;
  }
}
@media (max-width: 990px) {
  ul.more > li > a.btn_h_employer {
    margin: 5px 0px 5px 25px;
    padding: 5px 12px;
    color: #fff;
    margin: 0px 0px 0px 10px;
    text-transform: inherit;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    height: auto;
    text-align: center;
    background: #c9a139;
    border: 1px #c9a139 solid;
    display: inline-block;
  }
  ul.more > li span.title_small {
    display: block;
    font-size: 12px;
  }
  #tth-main-menu {
    position: fixed;
    top: 0px;
    padding: 5px 10px;
    bottom: 0px;
    left: -100%;
    width: 300px;
    overflow: auto;
    z-index: 999;
    background: #fff;
    transition: all 500ms ease-out 0s;
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
  }
  #tth-main-menu > .menu-wrapper {
    min-height: 1px;
    padding: 0 0 50px;
    margin: 0px;
  }
  #tth-main-menu > .menu-wrapper > ul {
    display: block !important;
    float: none;
  }
  #tth-main-menu > .menu-wrapper > ul > li {
    display: inline-block;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px #cbcbcb dashed;
    display: block;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a.btn_h_employer.btn_seeker {
    background: #30a4dc;
    border: 1px #30a4dc solid;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a.btn_h_employer {
    background: #c9a139;
    border: 1px #c9a139 solid;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a {
    text-align: left;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 2px;
    text-transform: capitalize;
    padding: 0px;
    font-size: 16px;
    margin: 0px 0px 0px;
    color: #444;
    display: inline-block;
    width: 100%;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a:hover {
    background: #fff;
    color: #d09b2c;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a:focus {
    background: #fff;
    color: #d09b2c;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a:active {
    background: #fff;
    color: #d09b2c;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a::before {
    top: 0;
    bottom: auto;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  #tth-main-menu > .menu-wrapper > ul > li > a.highlighted {
    background: #fff;
    color: #d09b2c;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a.current {
    background: #fff;
    color: #d09b2c;
  }
  #tth-main-menu > .menu-wrapper > ul > li.first > a:after {
    display: none;
  }
  #tth-main-menu > .menu-wrapper > ul.more > li > a.btn_h_employer {
    text-transform: initial;
    font-weight: 500;
  }
  #container {
    float: left;
    width: 100%;
    min-height: 10px !important;
  }
  header {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px !important;
  }
  header .header_user > ul > li > a.btn_h_employer {
    margin: 5px 0px 5px 25px;
  }
  header .header_user > ul > li > a.btn_h_employer b {
    display: none;
  }
  header .header_user > ul > li > a {
    padding: 5px 5px 0px;
  }
  header .header_user > ul > li.pt0 > a > i {
    display: none;
  }
  header .wrapper {
    padding-left: 0px;
  }
  header .logo {
    position: relative;
    float: left;
    max-width: 50%;
    margin: 10px 0px;
    padding: 0px;
  }
  header .logo a {
    width: auto;
    max-width: 100%;
    max-height: 80px;
  }
  header .logo img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
  }
  header .header-menu-btn {
    right: 15px;
    top: 10px;
    display: block;
    margin-right: 5px;
    height: 35px;
    line-height: 32px;
    width: 35px;
    position: absolute;
    border-radius: 4px;
    outline: none;
    z-index: 999;
  }
  header .header-menu-btn:before {
    position: absolute;
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    right: 0px;
    background: #ffffff;
    margin-top: -1px;
    transition: all 500ms ease-out 0s;
    content: "";
    top: 25%;
  }
  header .header-menu-btn:after {
    position: absolute;
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    right: 0px;
    background: #ffffff;
    margin-top: -1px;
    transition: all 500ms ease-out 0s;
    content: "";
    top: 75%;
  }
  header .header-menu-btn > span {
    position: absolute;
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    right: 0px;
    background: #ffffff;
    margin-top: -1px;
    transition: all 500ms ease-out 0s;
    top: 50%;
  }
  header .box_search {
    bottom: 10px;
    float: none;
    left: 15px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: auto;
    transform: skewX(0deg);
  }
  header .box_search .text_search {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
  }
  #box_lang {
    margin: 5px 10px 0px 0px;
  }
  .header_search .box_search {
    display: inline-block;
    width: 75%;
  }
  .header_search .box_search .box_search_content .form-group:nth-child(2) {
    display: none;
  }
  .header_search .box_search .box_search_content input {
    width: 160px;
    float: right;
  }
  .header_search .box_search .btn {
    padding: 0px 20px;
  }
  .box_creat_cv .create_cv {
    width: 31%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .box_creat_cv .authentic {
    width: 31%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .box_creat_cv .info_user {
    width: 31%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #main_slide {
    max-width: 100%;
  }
  #main_slide #form_box_search_employer_header {
    position: relative;
    bottom: 0px;
  }
  #main_slide .owl-controls {
    display: none;
  }
  #main_slide .owl-carousel .owl-item img {
    width: 100%;
  }
  #main_slide .bx-wrapper .bx-controls-direction a {
    top: 30%;
    margin-top: 0px;
    outline: 0;
    width: 25px;
    height: 50px;
    text-indent: initial;
    z-index: 99;
    font-size: 30px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-top: 0px;
  }
  .fb_iframe_widget {
    display: none !important;
  }
  .box_search_top .box_search_content .form-group {
    width: 25%;
  }
  .box_search_top .box_search_content button.btn-submit {
    width: 100%;
  }
  #bottom {
    padding: 0px;
    padding-bottom: 15px;
  }
  #bottom .copyright {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .home_col .banner_item {
    display: none;
  }
  .info_footer {
    padding: 0px;
    margin: 0px;
    width: 34.5%;
    vertical-align: top;
  }
  .info_footer_1 {
    padding: 0px;
    margin: 0px;
    width: 34.5%;
    vertical-align: top;
  }
  .info_footer_2 {
    margin: 0px;
    width: 50% !important;
    float: right;
    text-align: left;
    vertical-align: top;
    padding: 0px 15px;
    margin-bottom: 15px;
  }
  footer #bottom > .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #form_res_email {
    width: 50%;
  }
  #form_res_email .email {
    width: 90%;
  }
  #form_res_email span.title {
    display: none;
  }
  .resgister_email_full .resgister_email .follow {
    width: 50%;
    padding: 20px 0px;
  }
  #form_res_email_home span.title {
    display: none;
  }
  .menu_seeker {
    display: none !important;
  }
  .form-group .rowcontent {
    margin-left: 0%;
  }
  .form_signin {
    width: 100%;
  }
  .form_signin #form_signin .form-group .label {
    width: 120px;
  }
  .form_signin #form_signin_employer .form-group .label {
    width: 120px;
  }
  #tth-scrollup {
    display: none !important;
  }
  .box_num_seeker_cv {
    display: none;
  }
  .box_num_employer_re {
    display: none;
    display: none;
  }
  .box_create_main .create_cv {
    width: 100%;
    margin-bottom: 10px;
  }
  .box_create_main .create_re {
    width: 100%;
    margin-bottom: 10px;
  }
  .pl_0 {
    padding-left: 15px !important;
  }
  #form_signin_employer .pl_0 {
    padding-left: 0px !important;
  }
  #box_signin_seeker {
    width: 220px;
  }
  #box_signin_employer {
    width: 220px;
  }
  .full_search {
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.2);
  }
  .create_cv {
    width: 100%;
  }
  .create_employer {
    width: 100%;
  }
  body {
    background: #fff;
  }
  body content {
    background: #fff !important;
    padding-bottom: 0px;
  }
  #tth-column_left {
    display: none;
  }
  #tth-column {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }
  #tth-content {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  #tth-content .wrapper {
    margin: 0px;
  }
  .banner_right {
    display: none;
  }
  .banner_view {
    display: inline-block;
    width: 100%;
  }
  .box_num_employer_recruitment {
    display: none !important;
  }
  #tth-wrapper {
    padding-top: 0px;
  }
  #tth-wrapper.mmenu-opening {
    overflow: hidden;
    height: 100%;
    position: absolute;
  }
  #tth-wrapper.mmenu-opening header .header-menu-btn:before {
    left: 10px;
    top: 18px;
    transform: rotate(-45deg);
  }
  #tth-wrapper.mmenu-opening header .header-menu-btn:after {
    left: 10px;
    top: 18px;
    transform: rotate(45deg);
  }
  #tth-wrapper.mmenu-opening header .header-menu-btn > span {
    right: -150%;
  }
  #tth-wrapper.mmenu-opening #tth-main-menu {
    left: 0px;
    border-left: 1px #ccc solid;
  }
}
@media (max-width: 990px) {
  header .header_top {
    border-bottom: 1px #e3e3e3 solid;
    height: auto;
  }
  header .header_top .header-address {
    display: none;
  }
  header .header-tool .header_user {
    padding: 10px 0px;
    width: 100%;
  }
  header .header-tool .header_user ul > li {
    margin-right: 18px;
    margin-left: 0px !important;
    line-height: 24px;
    width: 100%;
  }
  header .header-tool .header_user ul > li a {
    width: 100%;
  }
  header .lang-select {
    margin-left: 0px;
  }
  header #box_lang {
    margin: 0px;
    width: 100%;
  }
  header #tth-main-menu.r {
    top: 85px;
  }
  .box_near_footer .box_counter {
    display: none !important;
  }
  .w_33 {
    width: 50%;
  }
  .resgister_email_full {
    padding: 0px 0px 10px 0px;
  }
  footer #tag_footer {
    padding: 10px 15px 10px;
  }
  footer #bottom .info_footer .bottom_footer {
    margin-top: 0px;
    padding-left: 0px;
  }
  .top_employer_slider {
    margin-top: 10px;
  }
  .top_employer_slider .title_small {
    max-width: 90%;
  }
  #main_slide {
    max-width: 100%;
    padding-top: 0px;
    max-height: 1000px !important;
    float: left;
  }
  #main_slide .form_search_custom {
    display: inline-block;
    padding: 0px;
    width: 100%;
    margin: 0px;
  }
  #main_slide .form_search_custom .box_search_title {
    font-size: 14px;
  }
  #main_slide .form_search_custom select {
    padding-left: 35px;
  }
  #main_slide > .wrapper {
    position: relative;
    min-height: 100px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
  #main_slide .box_search_home {
    position: relative;
    width: 100%;
    transform: none;
    top: 0px;
    left: 0px;
  }
  #main_slide #form_box_search_employer_header {
    width: 95%;
    position: relative;
    transform: initial;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #737373;
    margin-top: 0px;
  }
  #main_slide #form_box_search_employer_header .form-group:nth-child(1) {
    width: 100%;
    padding: 0px;
  }
  #main_slide #form_box_search_employer_header .form-group:nth-child(2) {
    width: 100%;
    padding: 0px;
  }
  #main_slide #form_box_search_employer_header .form-group:nth-child(3) {
    width: 100%;
    padding: 0px;
  }
  #main_slide #form_box_search_employer_header .form-group:nth-child(4) {
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;
  }
  .box_search_top {
    height: auto;
  }
  .box_search_top .box_search_content {
    margin: 0px;
  }
  .box_search_top .box_search_content .form-group {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 0px !important;
  }
  .box_search_top .box_search_content .form-group select {
    height: 40px;
    padding-left: 35px;
  }
  .box_search_top .box_search_content .form-group select[multiple] {
    height: 40px;
    padding-left: 35px;
  }
  .box_search_top .box_search_content .form-group select[size] {
    height: 40px;
    padding-left: 35px;
  }
  .AdvSearch .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
  }
  .mmenu-opening #near_footer {
    background: rgba(0, 0, 0, 0.27);
    position: fixed;
    top: 55px;
    left: 0px;
    right: 0px;
    border: 0px;
    z-index: 998;
    height: 100%;
  }
  .table-responsive {
    min-height: 1px !important;
  }
  .table-responsive > .table {
    min-width: 800px;
  }
  .box_count {
    display: none;
  }
  .menu_em {
    margin-top: 8px;
    float: right !important;
  }
  .job_right_now {
    margin-top: 15px;
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top: 0px;
  }
  .job_right_now .content {
    padding: 12px 10px;
  }
  .cropControls i.cropControlZoomMuchIn {
    display: none;
  }
  .cropControls i.cropControlZoomMuchOut {
    display: none;
  }
  .cropControls i {
    margin-right: 5px !important;
  }
  .btn_save {
    margin-right: 5px !important;
  }
  .avatar_dialog {
    width: 80% !important;
  }
  .news_focus_main .focus_item {
    width: 100%;
  }
  .news_focus_main .focus_item h3 a {
    max-height: none;
  }
  .news_focus_main .focus_list {
    width: 100%;
  }
  .news_focus_main .focus_list-content {
    height: auto !important;
  }
  .news_focus_main .focus_item-content {
    height: auto !important;
  }
}
@media (max-width: 599px) {
  #form_res_email {
    width: 100%;
    padding: 0px;
  }
  #form_res_email .email {
    width: 100%;
  }
  .resgister_email_full {
    padding: 0px;
  }
  .resgister_email_full .resgister_email .follow {
    width: 100%;
  }
  .resgister_email_full .resgister_email .follow .menu .icon {
    display: none;
  }
  .resgister_email_full .resgister_email .follow .menu .text .text_big {
    font-size: 15px;
  }
  .w_33 {
    width: 100%;
  }
  footer #bottom .info_footer.df {
    width: 100%;
  }
  content .pagination .total {
    float: left;
    width: 100%;
  }
  content .pagination .view_detail {
    float: left;
    width: 100%;
  }
  content .pagination .view_detail .fr {
    float: left;
  }
  .info_footer {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .info_footer p {
    text-align: left !important;
  }
  .info_footer_1 {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .info_footer_1 p {
    text-align: left !important;
  }
  .info_footer_2 {
    width: 100% !important;
    text-align: left;
  }
}
.btnSurvey {
  display: none !important;
  border: 4px #fff solid !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 30px;
  bottom: 95px;
  right: 15px;
  position: fixed;
  width: 190px;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(308deg, #7071f3 0%, #1a1ce2 100%);
  z-index: 99;
}
@media (max-width: 599px) {
  .btnSurvey {
    border: 1px #fff solid !important;
    width: 102px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0px;
  }
}

#mybtnSurvey .modal-lg, #mybtnSurvey .modal-xl {
  max-width: 1000px;
}
#mybtnSurvey .modal-header {
  border: 0px;
}
#mybtnSurvey .modal-header .modal-title {
  font-size: 25px;
  font-weight: 600;
  color: #1718E6;
  text-align: center;
  width: 100%;
}
#mybtnSurvey .modal-body {
  padding: 70px;
}
@media (max-width: 599px) {
  #mybtnSurvey .modal-body {
    padding: 10px 15px;
  }
}
#mybtnSurvey .modal-body .question_item {
  margin-bottom: 35px;
}
#mybtnSurvey .modal-body .question_item .question-name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}
#mybtnSurvey .modal-body .question_item .question-content .item-answer {
  font-size: 16px;
}
#mybtnSurvey .modal-body .question_item .question-content .boxradio_css .title {
  font-weight: 400;
}
#mybtnSurvey .modal-body .box_info {
  background: #EFF9FE;
  border-radius: 20px;
  padding: 32px 35px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  #mybtnSurvey .modal-body .box_info {
    padding: 12px 15px;
  }
}
#mybtnSurvey .modal-body .box_info .info-name {
  color: #1718E6;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  #mybtnSurvey .modal-body .box_info .info-name {
    font-size: 20px;
  }
}
#mybtnSurvey form .form-group {
  margin-bottom: 12px;
  align-items: center;
  display: flex;
}
@media (max-width: 599px) {
  #mybtnSurvey form .form-group {
    flex-wrap: wrap;
  }
}
#mybtnSurvey form .form-group label.title {
  width: 200px;
  float: left;
}
@media (max-width: 599px) {
  #mybtnSurvey form .form-group label.title {
    width: 100%;
  }
}
#mybtnSurvey form .form-group label.title.required:after {
  content: "*";
  padding: 0px 5px;
  color: #e80000;
  font-size: 18px;
}
#mybtnSurvey form .form-group .rowcontent {
  width: calc(100% - 200px);
}
@media (max-width: 599px) {
  #mybtnSurvey form .form-group .rowcontent {
    width: 100%;
  }
}
#mybtnSurvey form .form-group .rowcontent .form-control {
  font-size: 15px;
}
#mybtnSurvey form .form-group .rowcontent .chosen-container-single .chosen-single {
  font-size: 15px;
}
#mybtnSurvey form button.btn-default {
  border-radius: 5px;
  min-width: 220px;
  float: right;
  border-color: #202020;
}
@media (max-width: 599px) {
  #mybtnSurvey form button.btn-default {
    min-width: 50%;
    font-size: 15px;
    margin: 0px !important;
  }
}
#mybtnSurvey form button.btn-success {
  background: #1718E6;
  border-color: #1718E6;
  border-radius: 5px;
  min-width: 220px;
  float: right;
}
@media (max-width: 599px) {
  #mybtnSurvey form button.btn-success {
    min-width: 50%;
    font-size: 15px;
    margin: 0px !important;
  }
}

.box_job .row_item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.box_job .row_item .col_item {
  padding: 0px 8px;
  width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .box_job .row_item .col_item {
    width: 100%;
  }
}
.box_job .row_item .col_item.viptype_j_specializedvip .bg {
  background: #dbdbff !important;
  border-left: 5px #1718e6 solid !important;
}
.box_job .row_item .col_item.viptype_j_specializedvip .bg .info-title .title {
  background: url("../images/vip.gif") no-repeat 0px 5px;
  padding-left: 28px;
}
.box_job .row_item .col_item .bg {
  background: #ffffff;
  border: 0px;
  box-shadow: none;
  padding: 13px 0px;
}
.box_job .row_item .col_item .bg .img_company {
  min-height: 90px;
  display: inline-block;
  width: 110px;
  height: auto;
  border: 0px;
  position: relative;
}
.box_job .row_item .col_item .bg .img_company img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90px !important;
  padding: 0px;
  max-width: 75px !important;
}
.box_job .row_item .col_item .bg .content_job {
  display: inline-block;
  width: calc(100% - 110px);
  float: right;
  padding: 0px 30px 0px 0px;
}
.box_job .row_item .col_item .bg .content_job .company-info {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.box_job .row_item .col_item .bg .content_job .info-content .deadline {
  min-width: 122px;
  color: #7A7A7A;
  font-size: 13px;
}
.box_job .row_item .col_item .bg .content_job .info-content .location {
  color: #919191;
  padding-left: 12px;
  margin-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 122px);
  font-size: 13px;
}
.box_job .row_item .col_item .bg .content_job .info-content .icon_clock {
  background: url(../../images/icon_clock.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}
.box_job .row_item .col_item .bg .content_job .info-content .icon_location {
  background: url(../../images/icon_location.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.box_job .row_item .col_item .bg .content_job .info-content .col_item_td.wage {
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 13px;
  align-items: center;
  display: flex;
}
.box_job .row_item .col_item .bg .content_job .info-content .col_item_td.wage .icon_money {
  background: url(../../images/icon_money.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.box_job .row_item .col_item .bg .content_job .info-content .col_item_td.wage .price_css {
  color: #333333;
  font-weight: 600;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 175px;
  margin: 0px 3px;
}
.box_job .row_item .col_item .bg .content_job .info-content .col_item_td.wage .intval {
  color: #333333;
  font-weight: 600;
}
.box_job .row_item .col_item .bg .content_job .info-content .col_item_td.wage .unit {
  color: #333333;
  font-weight: 600;
}
.box_job .row_item .col_item .bg .content_job .info-title > a {
  display: inline-block;
  width: 100%;
  color: #1718E6;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box_job .row_item .col_item .bg .content_job .info-title span a {
  color: #202020;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.modal-header {
  padding: 10px 20px;
}
.modal-header h4.modal-title {
  font-size: 20px;
}

.btn {
  padding: 4px 12px;
  font-size: 15px;
}

.btn-seeker > a {
  border: 1px #c3c4ff solid;
  border-radius: 6px;
  text-align: center;
  margin: 10px 0px;
  padding: 5px 10px !important;
  min-width: 100px;
}
.btn-seeker > a .title {
  text-transform: uppercase;
  font-weight: 600;
}

.btn-employer > a {
  border: 1px #c3c4ff solid;
  border-radius: 6px;
  text-align: center;
  margin: 10px 0px;
  padding: 5px 10px !important;
  min-width: 100px;
}
.btn-employer > a .title {
  text-transform: uppercase;
  font-weight: 600;
}

.btn-collaborators > a {
  border: 1px #c3c4ff solid;
  border-radius: 6px;
  text-align: center;
  margin: 10px 0px;
  padding: 5px 10px !important;
  min-width: 100px;
}
.btn-collaborators > a .title {
  text-transform: uppercase;
  font-weight: 600;
}
/*# sourceMappingURL=layout.css.map */