#header {
  background-color: #4158b8;
}

@media all and (max-width: 767px) {
  #header .fix-menu {
    background-color: #4158b8 !important;
  }
}

.search svg path {
  fill: #304498;
}

.title-job {
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 144px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0 !important;
}

.job-ul {
  margin-top: 30px;
  padding-left: 20px;
}

.job-ul li {
  padding-top: 10px;
}

.job-ul li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  width: 180px;
  margin-right: 50px;
}

.block {
  margin-top: 40px;
}

.block h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

.block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -webkit-font-feature-settings: "case" on;
          font-feature-settings: "case" on;
  color: rgba(0, 0, 0, 0.6);
}

.job-box h4 {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 30px;
}

.job-box .input-field {
  width: 32%;
}

.job-box .input-field label {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.87);
}

.job-box .input-field input {
  border-radius: 4px;
  width: 100% !important;
  width: 384px;
  height: 44px;
  border: 1px solid #ccc;
  padding-left: 10px;
}

.job-box textarea {
  padding-left: 10px;
}

.apply-job-btn {
  background-color: #304498;
  color: #fff;
  text-align: center;
  display: block;
  margin-left: 20px;
  border-radius: 5px;
  padding: 10px 0;
}

.apply-job-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .input-email-box {
    width: 100% !important;
  }
  .title-job {
    padding-top: 104px;
  }
  .job-box .input-field {
    width: 100%;
  }
  .apply-job-btn {
    margin-left: 0;
  }
  .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=detail.css.map */