body {
  background: #f2f2f7;
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumb {
  background: #ffffff !important;
  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 !important;
}
body .recruitment_detail {
  border-radius: 0 0 10px 10px;
  padding: 16px;
  margin-bottom: 8px;
}
body .recruitment_detail .detail-top .detail-left .detail-wrapper {
  flex-direction: column;
}
body .recruitment_detail .detail-top .detail-left .detail-wrapper .content_title {
  font-size: 16px;
  color: #000000;
}
body .recruitment_detail .detail-top .detail-left .detail-wrapper .deadline span {
  color: #3b3b3b;
  font-size: 14px;
}
body .recruitment_detail .detail-top .detail-left .detail-wrapper .hits span {
  color: #3b3b3b;
  font-size: 14px;
}
body .recruitment_detail .detail-top .link-apply {
  background: #f15928;
  border-radius: 4px;
  padding: 7px 16px;
}
body .recruitment_detail .detail-top .link-apply a {
  color: #ffffff;
}
body .recruitment_detail .detail h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
body .recruitment_detail .detail .layout-detail {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
body .recruitment_detail .detail-bottom {
  padding-top: 30px;
}
body .recruitment_detail .detail-bottom .related h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
body .recruitment_detail .detail-bottom .related .list-related .layout-related {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 16px;
}
body .recruitment_detail .detail-bottom .related .list-related .layout-related .btn-submit {
  color: #f15928;
}
body .recruitment_detail .detail-bottom .related .list-related .box-center h3 {
  font-size: 16px;
  color: #000000;
}
body .recruitment_detail .detail-bottom .related .list-related .box-center .layout-bottom-center {
  margin-top: 8px;
}
body .recruitment_detail .detail-bottom .related .list-related .box-center .layout-bottom-center p {
  border-radius: 4px;
  background: #f5f5f5;
  color: #3b3b3b;
  padding: 4px 8px;
}

@media (max-width: 767px) {
  .detail-top {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px !important;
  }
  .detail-top .link-apply a {
    font-size: 13px !important;
  }
  .detail h2 {
    font-size: 16px !important;
  }
  .detail .layout-detail {
    grid-template-columns: 1fr 1fr !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .detail .layout-detail .rec {
    gap: 8px !important;
    align-items: center;
  }
  .detail .layout-detail .rec p, .detail .layout-detail .rec span {
    font-size: 13px !important;
  }
  .breadcrumbs {
    margin-top: 0 !important;
  }
  .breadcrumb a {
    font-size: 13px !important;
  }
}/*# sourceMappingURL=detail.css.map */