body {
  background: #f2f2f7;
}
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;
}
body .breadcrumb .breadcumbs-first a span {
  color: #000000;
}
body .breadcrumb .fl-left a span {
  color: #000000;
}
body .list-recruitment {
  margin-bottom: 8px;
  border-radius: 0 0 10px 10px;
}
body .layout-search {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
}
body .input-search input,
body .select-industy select,
body .select-location select {
  width: 100%;
  padding: 7px 12px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  outline: none;
  box-shadow: none;
}
body .input-search {
  width: 40%;
}
body .select-industy {
  width: 25%;
}
body .select-location {
  width: 25%;
}
body .btn-search {
  width: 10%;
}
body .input-search input::-moz-placeholder {
  color: #3b3b3b;
}
body .input-search input::placeholder {
  color: #3b3b3b;
}
body .select-industy select,
body .select-location select {
  cursor: pointer;
}
body .btn-search .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #ff5722;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .btn-search .btn-submit i {
  font-size: 14px;
}
body .btn-search .btn-submit:hover {
  background-color: #e64a19;
}
@media (max-width: 768px) {
  body .layout-search {
    flex-wrap: wrap;
    gap: 10px;
  }
  body .input-search,
  body .select-industy,
  body .select-location,
  body .btn-search {
    width: 100%;
  }
}
body .layout-list .list {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
body .layout-list .list .title {
  font-size: 20px;
  color: #000000;
}
body .layout-list .list .list-hot {
  padding: 12px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
body .layout-list .list .list-hot .name-hot {
  font-size: 16px;
  color: #000000;
}
body .layout-list .list .list-hot .end-time {
  flex-direction: column;
  font-size: 14px;
  color: #3b3b3b;
}
body .layout-list .list .list-hot .layout-bottom-center {
  margin-top: 8px;
  grid-template-columns: 8fr 2fr;
  gap: 10px;
}
body .layout-list .list .list-hot .layout-bottom-center p {
  border-radius: 4px;
  background: #f5f5f5;
  color: #3b3b3b;
  padding: 4px 6px;
  font-size: 13px;
}
body .layout-list .list .list-hot .layout-bottom-center .submit .btn-submit {
  color: #f15928;
}/*# sourceMappingURL=cat.css.map */