.no-padding {
  padding: 0 !important;
}

#main {
  padding-bottom: 0;
}

#navbar {
  padding-top: 0;
}

#navbar > .navbar-left {
  padding-top: 10px;
}

#navbar > .navbar-right li:not(#epl-btn) {
}

#epl-btn {
  height: 68px;
  color: #fff;
  background-color: #1d71ad;
  outline: 1px solid #1d71ad;
  transition: background-color 0.3s;
}

#epl-btn:hover {
  background-color: #1e2429;
}

#epl-btn a {
  display: inline-block;
  height: 100%;
  padding-top: 15px;
}

.box-search-job {
  margin: 0 auto;
}

.box-search-job .btn-border {
  border-color: #ddd;
}

.box-search-job .form-group {
  padding: 0 5px;
}

.box-search-job .form-control {
  font-size: 14px;
  line-height: 18px;
}

.box-search-job
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  line-height: 18px;
  color: #444;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: inline-flex;
}

.search-meta {
  margin: 5px 0;
}

.search-meta .meta-count {
  font-size: 20px;
}

.search-meta .meta-count .big-number {
  font-size: 24px;
  font-weight: 700;
}

.search-result .job {
  padding: 5px 0;
  margin: auto 10px;
}

.search-result .result-job-hover:hover {
  background-color: #f6f6f6;
}

.search-result .result-job-hover.bg-highlight {
  background-color: #f0f9f4;
}

.search-result .result-job-hover.bg-highlight:hover {
  background-color: #f6f6f6;
}

.search-result .job:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.select2-container .select2-search--inline .select2-search__field {
  width: 200px;
}

.search-result .company-logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 4px;
  border-radius: 3px;
}

.search-result .company-logo img {
  width: 100%;
  max-height: 99%;
}

.search-result .job-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.search-result .job-title a {
  color: #666;
  transition: color 0.3s;
}

.search-result .job-title a:hover {
  color: #169ee3;
}

.search-result .job-title a.highlight {
  color: #fb4747;
}

.search-result .company-name a {
  color: #333;
  font-size: 14px;
}

.search-result .company-name span {
  margin-left: 15px;
  color: #666;
}

.search-result .shortDes {
  color: #666;
  font-size: 13px;
  font-style: italic;
}

#col-job-left .search-result .shortDes {
  color: #666;
  font-size: 12px;
}

#col-job-left .search-result .company-name {
  color: #444;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.pagination > li > a,
.pagination > li > span {
  border: 1px solid #e6ece9;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #e6ece9;
}

.filter-group {
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}

.filter-group ul {
  list-style: none;
  padding-left: 1px;
}

.filter-group-title {
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-item label {
  font-weight: 400;
  color: #999;
  cursor: pointer;
}

.filter-item label input {
  margin-right: 5px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.filter-item label input:checked + span {
  color: #555;
}

.filter-group .filter-group-body {
  max-height: 300px;
  overflow-y: auto;
}

.filter-group.collapsed .filter-group-body {
  display: none;
}

.filter-group .btn-collapse {
  cursor: pointer;
  display: inline-block;
}

.filter-group .btn-expand {
  cursor: pointer;
  display: none;
}

.filter-group.collapsed .btn-collapse {
  display: none;
}

.filter-group.collapsed .btn-expand {
  display: inline-block;
}

#hero-wraper {
  background: #f0f0f0;
  position: relative;
  margin-top: -20px;
}

.hero {
}

.hero-content-wraper {
  background-color: rgba(150, 150, 150, 0.2);
}

@media (max-width: 767px) {
  .hero-content-wraper {
    min-height: 420px;
  }
}

#box-search-job-home {
  margin-top: -20px;
  background-color: #169ee3;
}

#box-search-job {
  margin-top: -20px;
  padding-bottom: 20px;
  background-image: url(../images/bg-search-img.jpg);
  background-size: cover;
}

.hero .box-search-job {
  padding: 10px 0;
}

.hero .box-search-job .form-control {
  height: 44px;
}

.hero .select2-container--default .select2-selection--single {
  height: 44px;
  padding-top: 12px;
}

.hero h1 {
  margin: 0;
  font-size: 16px;
  padding: 0;
  color: #fff;
  margin-bottom: 10px;
}

.hero .common-searches {
  padding-top: 10px;
  font-style: italic;
}

.hero .common-searches a {
  color: #e6e6e6;
}

.hero .common-searches a:hover {
  color: #169ee3;
}

.hero-x {
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-x;
}

.intro-cv-tool {
  z-index: 10;
  min-height: 88px;
  width: 400px;
  max-width: 100%;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.78);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.3s;
}

.intro-cv-tool:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 758px) {
  .intro-cv-tool {
    margin-top: 232px;
  }
}

.intro-cv-tool .thumb {
  float: left;
}

.intro-cv-tool img {
  height: 68px;
  border-radius: 4px;
  margin-right: 10px;
}

.intro-cv-tool .content {
  color: #fff;
  padding-right: 30px;
}

.intro-cv-tool .content h5 {
  margin: 3px auto;
  font-weight: 700;
  font-size: 15px;
}

.intro-cv-tool .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  background-color: rgba(180, 180, 180, 0.1);
  height: 100%;
  border-radius: 0 4px 4px 0;
  text-align: center;
  padding-top: 28px;
  font-size: 22px;
  color: #ccc;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.page-white {
  background-color: #f0f0f0;
  padding-bottom: 20px;
}

.top-companies {
  margin: 30px 0;
}

.top-companies h1 {
  text-align: center;
  font-weight: 300;
}

.top-companies a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 12px auto;
  padding: 10px;
  border: 1px solid #f0f0f0;
}

.top-companies a img {
  max-height: 100%;
  width: auto;
}

.box-job-tabs {
  margin-bottom: 20px;
}

.box-job-tabs .nav-tabs {
  margin: 0;
}

.tab-job-list .job-item {
  padding: 10px;
  padding-left: 0;
  border-bottom: 1px dashed #dfdfdf;
}

.tab-job-list .job-item:nth-child(even) {
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
}

.tab-job-list .job-item div:first-child {
  padding-right: 4px;
}

.tab-job-list .job-item div:first-child .label {
  display: inline-block;
  margin-top: 5px;
}

.tab-job-list .job-title {
  font-weight: 700;
  font-size: 15px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin: 5px 0;
}

.tab-job-list .job-title a.highlight {
  color: #fb4747;
}

.tab-job-list .company-name {
  margin-bottom: 5px;
}

.tab-job-list .company-name a {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.box-job-tabs .nav-tabs {
  border: 0;
}

.box-job-tabs .nav-tabs > li {
  background-color: #f8f8f8;
  margin-right: 5px;
  padding: 0;
  border: 1px solid #ccc;
  border-bottom: none;
}

.box-job-tabs .nav-tabs > li:hover {
  background-color: #f8f8f8;
}

.box-job-tabs .nav-tabs > li > a {
  color: #999;
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
}

.box-job-tabs .nav-tabs > li > a:hover {
  color: #666;
}

@media (max-width: 767px) {
  .box-job-tabs .nav-tabs > li {
    margin-bottom: 5px;
  }

  .box-job-tabs .nav-tabs > li > a {
    padding: 10px;
  }

  .intro-cv-tool {
    display: none;
  }

  .jcarousel-pagination {
    display: none;
  }

  .hero-x {
    background-size: auto 100%;
  }
}

.box-job-tabs .nav-tabs > li.active {
  background-color: #33ac96;
}

.box-job-tabs.featured .nav-tabs > li.active {
  background-color: #169ee3;
  border: none;
}

.box-job-tabs .nav-tabs > li.active > a,
.box-job-tabs .nav-tabs > li.active > a:focus,
.box-job-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}

.box-job-tabs .nav-tabs > li > a:hover {
  border: 0;
}

.box-job-tabs .tab-content {
  border: 1px solid #e6e6e6;
  max-height: 480px;
  overflow: auto;
  overflow-x: hidden;
}

.company-logo-list {
  text-align: center;
}

.company-logo-list ul {
  margin: 0 !important;
}

.company-logo-list li {
  display: inline-block;
  width: 98px;
  margin-bottom: 10px;
  padding: 0;
}

.company-logo-list li a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  margin: 5px auto;
  border-radius: 2px;
  padding: 2px;
}

.company-logo-list li img {
  max-width: 100%;
  height: 30px;
}

.module {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.module-title {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  color: #666;
  font-weight: 700;
}

.box-bn {
  margin-top: 25px;
  margin-bottom: 25px;
}

.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 500%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  width: 20%;
}

.jcarousel-pagination {
  text-align: center;
  position: absolute;
  top: 340px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0.5;
}

.jcarousel-pagination a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #fff;
  margin: 0 3px;
}

.jcarousel-pagination a.active {
  background-color: rgba(0, 0, 0, 0.6);
}

.box_general {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 25px;
}

.box_general > h2 {
  font-size: 17px;
  margin: auto;
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #169ee3;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.box_general > h2.highlight {
  background-color: #169ee3;
}

.box_general .job-over-item:hover {
  background-color: #f6f6f6;
}

.box_general .job-over-item:hover:after {
  background-color: #f6f6f6;
}

.job-item {
  padding: 5px 0;
  margin: auto 15px;
  border-bottom: 1px solid #eee;
}

.job-item .job_info .company_logo {
  float: left;
  max-width: 65px !important;
  width: 65px;
  margin-right: 0 !important;
}

.job-item .job_info .company_name {
  float: left;
  max-width: calc(100% - 65px) !important;
  width: calc(100% - 65px);
  padding-left: 5px;
}

.job-item .job_info .logo_box {
  width: 65px;
  max-width: 65px;
  height: auto;
  margin-top: 3px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
}

.job-item .job_info .company_logo .logo_box img {
  max-width: 100%;
  background-color: #fff;
}

.job-item .job_info .company_name .title a {
  display: inline-block;
  max-width: 110%;
  text-transform: capitalize;
  color: #666;
  font-weight: 700;
}

.text_ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.job-item .job_info .company_name .company a {
  text-transform: capitalize;
  font-size: 13px;
}

.job-item .job_info .company_name .table-item {
  width: 100%;
  overflow: hidden;
  margin-top: 2px;
}

.job-item .job_info .company_name .table-item .dollar {
  float: left;
  width: 140px;
  color: #555;
  font-size: 12px;
}

.job-item .job_info .company_name .table-item .time {
  float: left;
  width: 80px;
  color: #555;
  font-size: 12px;
}

.job-item .job_info .company_name .table-item .map {
  float: left;
  color: #555;
  font-size: 12px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title strong {
  font-weight: 500;
}

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

.location {
  float: left;
  width: calc(100% - 80px);
  color: #555;
  font-size: 12px;
}

.list-item {
  list-style: none;
  margin: auto;
  padding: 8px 0;
  border-bottom: 1px dotted #ddd;
}

.ctn-list-category {
  padding: 0 20px;
}

.slick-dots li button:before {
  margin-top: 5px;
  font-size: 13px;
  line-height: 13px;
}

i.icon {
  color: #fff;
  font-size: 17px;
}

.color-link {
  color: #1790d4;
}

.item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.ps__rail-y {
  opacity: 0.6;
}

.job-item .job_info .company_name .title a:hover {
  color: #169ee3;
}

.highlight {
  color: #fb4747;
}

.input-data {
  position: relative;
}

.icon-before {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 18px;
  color: #555;
  z-index: 1;
}

.box-search-job .search-input input {
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding: 19px 0 19px 35px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--default .select2-selection--single {
  padding-left: 32px;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
  line-height: 18px;
  color: #9c9c9c;
}

.select2-container--default .select2-selection--multiple {
  height: 39px;
  border-radius: 3px;
}

.input-data i.icon {
  color: #555;
}

.common-searches a {
  font-size: 12px;
}

.extend-search {
  margin-top: 10px;
  display: none;
}

#show_advanced {
  color: #fff;
  padding-top: 10px;
  font-size: 13px;
}

#show_advanced:hover {
  cursor: pointer;
}

#show_advanced #btn-clear-filter {
  display: none;
}

#show_advanced #btn-hidden-advanced-search {
  display: none;
}

.select2-results__option,
.ui-menu-item {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  color: #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  font-size: 14px;
  background-color: #f8f8f8;
  color: #000;
}

.ctn-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 18px;
  color: #555;
  z-index: 1;
}

.text-clip {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: middle;
}

.view-more {
  margin-top: 0 !important;
  padding: 5px 0;
}

.view-more a {
  font-size: 12px;
  color: #169ee3;
  font-weight: 400;
}

.p-b-t-30 {
  padding-bottom: 30px;
}

.custom-breadcrumb {
  margin-left: 0 !important;
}

#no-results-message {
  border: 1px solid #ddd;
  background: #fbfbfb;
}

#no-results-message h2 {
  margin-bottom: 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #box-new-jobs {
    margin-bottom: 25px;
  }

  .slick-dots {
    position: static;
  }

  .input-data .icon-search-style {
    top: 67px;
  }

  .box-search-job .form-group {
    padding: 0;
  }
}

.btn-full-size {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  margin: 25px 0;
  padding: 5px;
  min-height: 75px;
  color: #0aa25e;
  border: 1px solid #efefef;
  border-radius: 2px;
}

.btn-full-size:hover {
  color: #fff;
  background-color: #0aa25e;
}

.btn-full-size:hover p.desc {
  color: #fff;
}

.btn-full-size.red {
  color: #e52933;
}

.btn-full-size.red:hover {
  color: #fff;
  background-color: #e52933;
}

.btn-full-size i {
  font-size: 25px;
}

.btn-full-size p.title {
  font-size: 18px;
  margin: 10px 0 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-full-size p.desc {
  color: #888;
  margin-bottom: 0;
  font-size: 0.95em;
}

.company-avg-over-all {
  margin-bottom: 5px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #212f3f;
  content: ">";
  font-weight: 700;
}

#box-info-job {
  padding: 0 10px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

#box-info-job .job-info-item {
  border-bottom: 1px solid #ececec;
  padding: 15px;
}

#box-info-job .job-info-item strong {
  color: #212f3f;
}

#box-job-relation {
  border: 0;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0 10px;
}

#box-job-relation .job_info {
  border-bottom: 1px solid #ececec;
}

#box-job-relation:hover {
  box-shadow: none;
}

#box-job-relation .box-job-relation-item {
  padding: 10px;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
}

.box-job-relation-item .company_logo {
  float: left;
  margin-right: 10px;
}

#tab-company .nav-pills {
  margin: 0;
}

#tab-company ul li a {
  border-radius: 0;
  padding: 10px 20px 15px 10px;
  margin-top: 10px;
}

#tab-company ul li a:focus {
  background: 0 0;
  color: #212f3f;
}

#tab-company ul li.active > a {
  background: 0 0;
  color: #212f3f;
  font-weight: 700;
  border-bottom: 2px solid #212f3f;
}

#tab-company ul li a:hover {
  background: 0 0;
  color: #212f3f;
  font-weight: 700;
  border-bottom: 2px solid #212f3f;
}

.btn-social {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  padding: 5px 8px;
}

#tab-info {
  padding: 30px;
}

#tab-info-company {
  padding: 30px;
}

#tab-job-with-company {
  padding-bottom: 0;
}

.job-with-company-item {
  padding: 20px 10px 10px;
  border-bottom: 1px solid #ececec;
}

.job-with-company-item h5 {
  margin-bottom: 15px;
  margin-top: 0;
}

.job-with-company-item .job-skill {
  padding: 0;
  margin: 5px 0;
}

.job-with-company-item .job-skill span a {
  background-color: #f2f2f2;
  color: #4d4d4d;
  margin-right: 5px;
  margin-top: 10px;
  height: 25px;
  line-height: 15px;
}

.job-with-company-item .job-with-company-info {
  line-height: 20px;
}

.job-with-company-item .job-with-company-info i {
  font-size: 20px;
  margin-right: 20px;
  float: left;
}

#review-company {
  width: 100%;
  margin: auto;
}

#box-review {
  border: 1px solid #ececec;
  margin-top: 20px;
}

#box-review #default-star {
  color: #ccc;
  font-size: 35px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
}

#box-review #active-star {
  color: #169ee3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  width: 50%;
}

#text-review-share {
  width: 250px;
  margin: auto;
  line-height: 25px;
}

#text-review-share i {
  font-size: 25px;
  float: left;
}

#box-company-map {
  border: 1px solid #ececec;
  margin-top: 25px;
}

#box-company-map .box-content p {
  line-height: 24px;
}

#box-company-map .box-content p i {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}

.text-dark-blue {
  color: #212f3f;
}

.bg-dark-blue {
  background: #212f3f;
}

.text-silver {
  color: #999;
}

.content-tab {
  color: #363636;
  font-size: 14px;
  margin-bottom: 25px;
}

#company-common-job span a {
  padding: 3px 10px;
  height: 26px;
  margin-top: 10px;
  margin-right: 10px;
  color: #4d4d4d;
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}

#box-top-lists {
  background-color: #f0f0f0;
  position: relative;
  min-height: 193px;
  box-shadow: none;
}

.top-lists .top-list-item a img {
  height: auto;
  border-radius: 3px;
}

.top-lists .slick-prev {
  left: -10px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(131, 130, 134, 0.5);
  border-radius: 50%;
  z-index: 999;
  overflow: hidden;
}

.top-lists .slick-next {
  right: -10px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(131, 130, 134, 0.5);
  border-radius: 50%;
  overflow: hidden;
}

.top-lists .slick-dots {
  display: none !important;
}

.top-lists .slick-prev:before {
  font-size: 40px;
  opacity: unset;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 20px;
}

.top-lists .slick-next:before {
  font-size: 40px;
  opacity: unset;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 15px;
}

.top-lists .slick-next:before {
  content: "\f105";
  font-family: FontAweSome;
}

.top-lists .slick-prev:before {
  content: "\f104";
  font-family: FontAweSome;
}

#box-btn-create-cv {
  padding-top: 25px;
  background-color: #f0f0f0;
}

#box-btn-create-cv span {
  font-size: 22px;
}

#box-btn-create-cv span a {
  font-size: 20px;
}

.yellow-box-icon {
  color: #f98425;
  font-size: 25px;
  margin-right: 10px;
}

.white-box-icon {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}

.container-scroll {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

#box-salary-high-jobs .container-scroll {
  height: 685px;
}

#box-hot-jobs .container-scroll {
  height: 655px;
}

.similar-box-jobs .job-over-item .job-item {
  padding: 5px 0;
}

.similar-box-jobs .job-over-item .job-item .col-job-title .title {
  margin-bottom: 10px;
}

.similar-box-jobs .job-over-item .job-item .col-job-info .salary {
  padding-left: 15px;
  font-size: 12px;
  padding-bottom: 5px;
}

.similar-box-jobs .job-over-item .job-item .col-job-info .salary i {
  margin-right: 3px;
  font-size: 15px;
}

.similar-box-jobs .job-over-item .job-item .col-job-info .address {
  padding-left: 15px;
  font-size: 12px;
  padding-bottom: 5px;
}

.similar-box-jobs .job-over-item .job-item .col-job-info .address i {
  margin-right: 3px;
  font-size: 15px;
}

.box-jobs .salary {
  padding-right: 0;
}

.box-jobs .deadline {
  padding-left: 0;
  padding-right: 0;
  width: 105px;
}

.box-jobs .address {
  padding-left: 0;
  padding-right: 0;
}

.box-jobs .deadline span {
  font-size: 13px;
}

.box-jobs .address span {
  font-size: 13px;
}

#box-partime-jobs .container-scroll {
  height: 415px;
}

#box-intern-jobs .container-scroll {
  height: 415px;
}

#box-new-jobs .container-scroll {
  height: 415px;
}

#box-find-categories-job .container-scroll {
  height: 340px;
}

#box-find-job-location .container-scroll {
  height: 340px;
}

#box-find-job-common .container-scroll {
  height: 340px;
}

#box-feature-jobs {
  margin: 20px 0 20px;
  position: relative;
}

#box-feature-jobs .el-carousel-ctn {
  padding: 5px 0px;
  /* min-height: 510px */
}

#box-feature-jobs .feature-jobs {
  min-height: 510px;
}

#box-feature-jobs .feature-job {
  padding: 0 5px;
}

#box-feature-jobs .feature-job-item {
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
  margin: 5px 0;
  border: 1px solid hsla(0, 0%, 93%, 0.8);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#box-feature-jobs .feature-job-item .title {
  margin-bottom: 3px;
}

#box-feature-jobs .feature-job-item:hover {
  background: #f6f6f6;
}

.feature-job-item .col-title {
  padding-left: 0;
}

.feature-job-item .col-job-info .address {
  line-height: 15px;
  padding-top: 5px;
}

.feature-job-item .col-job-info .address i {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.feature-job-item .col-job-info .salary {
  line-height: 15px;
  padding-top: 5px;
}

.feature-job-item .col-job-info .salary i {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.feature-job-item .col-company-logo {
  padding-right: 0;
}

.feature-job-item .box-company-logo {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.box-company-logo img {
  max-width: 100%;
}

.box_general .transition {
  opacity: 0;
  visibility: hidden;
  transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
}

.box_general .slick-initialized {
  visibility: visible;
  opacity: 1;
}

.box_general .ps {
  visibility: visible;
  opacity: 1;
}

.similar-box-jobs .ps {
  visibility: visible;
  opacity: 1;
}

#box-feature-jobs ul.slick-dots {
  background-color: #fff;
  padding-bottom: 5px;
}

#box-feature-jobs .slick-prev {
  left: 0;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(131, 130, 134, 0.3);
  border-radius: 50%;
  z-index: 999;
  overflow: hidden;
}

#box-feature-jobs .slick-next {
  right: 0;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(131, 130, 134, 0.3);
  border-radius: 50%;
  overflow: hidden;
}

#box-feature-jobs .slick-prev:before {
  font-size: 35px;
  opacity: unset;
  position: absolute;
  color: #fff;
  top: 2px;
  left: 12px;
}

#box-feature-jobs .slick-next:before {
  font-size: 35px;
  opacity: unset;
  position: absolute;
  color: #fff;
  top: 2px;
  right: 12px;
}

#box-feature-jobs .slick-next:before {
  content: "\f105";
  font-family: FontAweSome;
}

#box-feature-jobs .slick-prev:before {
  content: "\f104";
  font-family: FontAweSome;
}

.job-item .col-job-title .title {
  margin-bottom: 3px;
}

.job-item .col-job-title .responsive-logo {
  padding-left: 0;
}

#box-feature-jobs .address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#box-salary-high-jobs .address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#row-result-info-job .salary {
  line-height: 16px;
  padding-bottom: 5px;
}

#row-result-info-job .salary i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

#row-result-info-job .deadline {
  line-height: 16px;
  padding-bottom: 5px;
}

#row-result-info-job .deadline i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

#row-result-info-job .address {
  line-height: 16px;
  padding-bottom: 5px;
}

#row-result-info-job .address div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#row-result-info-job .address i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

#box-job-result {
  padding: 0;
  border: 1px solid #ececec;
}

#box-hot-companies {
  padding: 0 5px;
  border: 1px solid #ececec;
}

#box-hot-companies .job .deadline {
  line-height: 18px;
  padding-left: 0;
  font-size: 12px;
}

#box-hot-companies .job .deadline i {
  font-size: 18px;
  float: left;
  margin-right: 5px;
  padding-bottom: 5px;
}

#box-hot-companies .job .salary {
  line-height: 18px;
  padding-left: 0;
  font-size: 12px;
}

#box-hot-companies .job .salary i {
  font-size: 18px;
  float: left;
  margin-right: 5px;
  padding-bottom: 5px;
}

.box-hotline {
  padding: 10px 15px;
}

.box-hotline i {
  font-size: 25px;
  margin-right: 10px;
}

.box-hotline p {
  font-size: 15px;
  padding-left: 40px;
}

.box-hotline span {
  color: red;
  font-size: 15px;
}

.verify-icon {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

#box-report-job {
  margin-bottom: 20px;
}

#box-report-job .text-report {
  line-height: 24px;
  margin: auto;
}

#box-report-job .text-report i {
  font-size: 24px;
  float: left;
}

#box-report-job .created-by {
  width: 77%;
}

#box-report-job .report {
  width: 45%;
}

#box-relate-jobs {
  margin-top: 20px;
}

#box-relate-jobs #relate-jobs {
  margin-bottom: 0;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

#box-relate-jobs #relate-jobs .col-job-title a img {
  width: 50px;
  height: auto;
}

.box-share-job {
  border: 1px solid #ececec;
  margin-top: 20px;
}

#box-gross-net-salary {
  padding: 0;
}

#detail-box-job #row-job-title .job-deadline {
  line-height: 20px;
}

#detail-box-job #row-job-title .job-deadline i {
  margin-right: 20px;
  font-size: 20px;
  float: left;
  padding-bottom: 10px;
}

.tooltip-inner {
  max-width: 100% !important;
  padding: 3px 5px !important;
  background-color: #212f3f !important;
}

.feature-job-link a {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.feature-job-link a:hover {
  color: #169ee3 !important;
  text-decoration: none;
}

#box-banner-vip-company {
  background-color: #f0f0f0;
  padding: 20px 0 0;
  margin-bottom: 0;
  position: relative;
  box-shadow: none;
}

.banner-vip-companies {
  padding-bottom: 10px;
}

.banner-vip-companies .slick-prev {
  left: -10px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(131, 130, 134, 0.5);
  border-radius: 50%;
  z-index: 999;
  overflow: hidden;
}

.banner-vip-companies .slick-next {
  right: -10px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(131, 130, 134, 0.5);
  border-radius: 50%;
  overflow: hidden;
}

.banner-vip-companies .slick-prev:before {
  font-size: 40px;
  opacity: unset;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 20px;
}

.banner-vip-companies .slick-next:before {
  font-size: 40px;
  opacity: unset;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 15px;
}

.banner-vip-companies .slick-next:before {
  content: "\f105";
  font-family: FontAweSome;
}

.banner-vip-companies .slick-prev:before {
  content: "\f104";
  font-family: FontAweSome;
}

.lazy-job-loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 1200px) {
  .banner-vip-companies {
    /* height: 220px; */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-vip-companies {
    height: 190px;
  }
}

@media (min-width: 992px) {
  .job-item .col-job-title .row {
    display: flex;
    align-items: center;
  }

  #box-feature-jobs .job-item {
    display: flex;
    align-items: center;
  }

  .job-item .col-job-info .salary {
    line-height: 20px;
    padding-bottom: 10px;
  }

  .job-item .col-job-info .salary i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
  }

  .job-item .col-job-info .deadline {
    line-height: 20px;
    padding-bottom: 10px;
  }

  .job-item .col-job-info .deadline i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
  }

  .job-item .col-job-info .address {
    line-height: 20px;
    padding-bottom: 10px;
  }

  .job-item .col-job-info .address i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
  }

  #detail-box-job {
    display: flex;
    align-items: center;
  }

  #detail-box-job #row-job-title {
    display: flex;
    align-items: center;
  }

  #apply-bar .box-job {
    display: flex;
    align-items: center;
  }

  #apply-bar .box-job .row {
    display: flex;
    align-items: center;
  }

  .job-item .col-company-logo {
    width: 18.5%;
  }
}

@media (max-width: 991px) {
  .tab-job-list .job-item {
    padding-right: 0;
  }

  .tab-job-list .job-item:nth-child(even) {
    padding-left: 0;
  }

  .job-item .col-job-title .row {
    display: block;
    align-items: unset;
  }

  #box-feature-jobs .job-item .col-job-title .row {
    display: flex;
    align-items: center;
  }

  .col-job-title,
  .col-job-info {
    font-size: 13px;
  }

  .job-item .col-job-info .salary {
    line-height: 17px;
    padding-top: 5px;
  }

  .job-item .col-job-info .salary i {
    font-size: 16px;
    float: left;
    margin-right: 5px;
  }

  .job-item .col-job-info .deadline {
    line-height: 17px;
    padding-top: 5px;
  }

  .job-item .col-job-info .deadline i {
    font-size: 16px;
    float: left;
    margin-right: 5px;
  }

  .job-item .col-job-info .address {
    line-height: 17px;
    padding-top: 5px;
  }

  .job-item .col-job-info .address i {
    font-size: 16px;
    float: left;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .feature-job-page {
    display: none !important;
  }

  .box-search-job .form-group {
    margin-bottom: 0;
  }

  .box-search-job .search-input {
    padding-right: 5px;
    padding-left: 10px;
  }

  .box-search-job .search-submit {
    padding-left: 0;
  }

  #hot-companies h2 {
    padding-top: 30px;
    background-color: #fff;
    color: #212f3f;
    border-bottom: 0;
    font-size: 30px;
  }

  #hot-companies h2 i {
    font-size: 30px;
    margin-right: 20px;
  }

  #tab-company ul li a {
    margin-right: 80px;
  }

  #company-common-job {
    margin: 10px -15px;
  }

  #box-salary-high-jobs .job-over-item .job-item {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #hot-companies h2 {
    padding-top: 20px;
    background-color: #fff;
    color: #212f3f;
    font-size: 25px;
    border-bottom: 0;
  }

  #hot-companies h2 i {
    font-size: 30px;
    margin-right: 20px;
  }

  #tab-company ul li a {
    margin-right: 0;
  }

  #box-report-job .box-content div {
    width: 80% !important;
  }

  .job-item .col-job-title .responsive-logo {
    width: 15%;
  }
}

@media (max-width: 479px) {
  #hot-companies h2 {
    padding-top: 20px;
    background-color: #fff;
    color: #212f3f;
    font-size: 16px;
    border-bottom: 0;
  }

  #hot-companies h2 i {
    font-size: 20px;
    margin-right: 10px;
  }

  #tab-company ul li {
    display: contents !important;
  }

  #tab-company ul li a {
    margin-right: 0;
  }

  #box-review #default-star {
    font-size: 30px !important;
  }

  #review-company div {
    width: 170px !important;
  }

  #box-report-job .box-content div {
    width: 100% !important;
  }

  .job-list .row-company .name {
    width: 100%;
  }

  .job-list .row-company .rated-company {
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }

  .top-companies {
    margin: 0;
  }

  .top-companies a {
    height: 60px;
  }
}

@media (max-width: 767px) {
  #box-feature-jobs {
    margin-bottom: 20px;
  }

  .banner-vip-companies {
    height: 80px;
  }

  .job-with-company-item {
    padding-left: 15px;
  }

  .job-with-company-info {
    padding-left: 0;
    font-size: 13px;
    padding-bottom: 5px;
  }

  #company-common-job {
    margin: 0 -15px;
  }

  #box-show-top-lists-job {
    min-height: 30px !important;
    padding: 12px !important;
    font-size: 20px !important;
  }

  #box-show-top-lists-job strong {
    margin-right: 10px !important;
  }

  #box-show-top-lists-job span a {
    font-size: 15px !important;
  }

  .feature-job-page {
    background: #fff;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 10px;
    font-weight: 700;
  }

  .feature-jobs .slick-dots {
    display: none !important;
  }

  #box-feature-jobs .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  #box-feature-jobs .el-carousel-ctn {
    min-height: 490px;
  }

  #box-feature-jobs .feature-jobs {
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-vip-companies {
    height: 150px;
  }

  .job-item .col-job-title .responsive-logo {
    width: 10%;
  }
}

@media (max-width: 360px) {
  .feature-job-item .box-company-logo {
    width: 50px;
  }

  .feature-job-item .col-job-info .salary {
    float: left;
    width: 100px;
  }
}
