body {
  background: #f2f2f7;
}
body .fixed_top .container {
  max-width: 1200px;
  margin: auto;
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumb {
  background: #ffffff;
  margin-top: 8px;
  border-radius: 10px 10px 0 0;
  padding: 16px;
  max-width: 1200px;
  margin: auto;
  gap: 10px;
}
body .breadcrumb .breadcumbs-first a span {
  color: #000000;
}
body .breadcrumb .fl-left a span {
  color: #000000;
}
body .breadcrumb i {
  font-size: 20px;
}
body .list-recruitment {
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 0 0 10px 10px;
}
body .list-recruitment .list-recruitment-hot .title {
  font-size: 20px;
  color: #000000;
}
body .list-recruitment .list-recruitment-hot .layout-hot {
  grid-template-columns: repeat(3, 1fr);
}
body .list-recruitment .list-recruitment-hot .layout-hot .list-hot {
  padding: 12px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
body .list-recruitment .list-recruitment-hot .layout-hot .list-hot .name-hot {
  font-size: 16px;
  color: #000000;
}
body .list-recruitment .list-recruitment-hot .layout-hot .list-hot .layout-bottom-center {
  margin-top: 8px;
}
body .list-recruitment .list-recruitment-hot .layout-hot .list-hot .layout-bottom-center p {
  border-radius: 4px;
  background: #f5f5f5;
  color: #3b3b3b;
  padding: 4px 8px;
}
body .list-recruitment .list-recruitment-hot .layout-hot .list-hot .submit .btn-submit {
  color: #f15928;
}
body .list-recruitment .supermarket-jobs .title {
  font-size: 20px;
  color: #000000;
}
body .list-recruitment .supermarket-jobs .layout-hot {
  grid-template-columns: repeat(3, 1fr);
}
body .list-recruitment .supermarket-jobs .layout-hot .list-hot {
  padding: 12px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
body .list-recruitment .supermarket-jobs .layout-hot .list-hot .name-hot {
  font-size: 16px;
  color: #000000;
}
body .list-recruitment .supermarket-jobs .layout-hot .list-hot .layout-bottom-center {
  margin-top: 8px;
}
body .list-recruitment .supermarket-jobs .layout-hot .list-hot .submit .btn-submit {
  color: #f15928;
}
body .list-recruitment .expertise .title {
  font-size: 20px;
  color: #000000;
}
body .list-recruitment .expertise .layout-hot {
  grid-template-columns: repeat(3, 1fr);
}
body .list-recruitment .expertise .layout-hot .list-hot {
  padding: 12px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
body .list-recruitment .expertise .layout-hot .list-hot .name-hot {
  font-size: 16px;
  color: #000000;
}
body .list-recruitment .expertise .layout-hot .list-hot .layout-bottom-center {
  margin-top: 8px;
}
body .list-recruitment .expertise .layout-hot .list-hot .submit .btn-submit {
  color: #f15928;
}

@media (max-width: 767px) {
  .layout-hot {
    grid-template-columns: 1fr !important;
  }
}/*# sourceMappingURL=home.css.map */