.nav {
  background-image: linear-gradient(92deg, #00509E 0%, #5BD4EF 100%);
}

.title {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: white;
  padding: 10.5rem 0 17.1rem;
  box-sizing: border-box;
  height: 40.3rem;
  background-image: url(../assets/images/bg-banner-career.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.title::after {
  content: "";
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #6370E2 0%, #269CFC 100%);
}
.title .search-jobs {
  padding: 0 22rem;
  margin: auto;
}
.title .search-jobs .search {
  margin-top: 1.8rem;
}
.title .search-jobs .search input {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border: 1px solid #D5D5D5;
  border-radius: 3rem;
  padding: 1.75rem 2rem 1.95rem;
  font-size: 1.8rem;
  outline: none;
}
.title .search-jobs .search input::-moz-placeholder {
  color: #B6B6B7;
}
.title .search-jobs .search input:-ms-input-placeholder {
  color: #B6B6B7;
}
.title .search-jobs .search input::placeholder {
  color: #B6B6B7;
}
.title .search-jobs .search button {
  background-color: #00509E;
  font-size: 1.8rem;
  font-weight: 800;
  color: white;
  border: none;
  outline: none;
  border-radius: 3rem;
  padding: 1.8rem;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.title .search-jobs .search button:hover {
  background-color: #E7843C;
}

.icon-text {
  padding: 7.875rem 0 6.725rem;
  border-bottom: 1px solid #D5D5D5;
}
.icon-text img {
  margin-right: 2.5rem;
}

.recommended-jobs {
  padding: 4.55rem 0 13rem;
}
.recommended-jobs h2 {
  font-size: 4rem;
  font-weight: 800;
  color: #00509E;
  margin-right: 3rem;
  margin-bottom: 0;
}
.recommended-jobs .new-jobs {
  background-color: #E7843C;
  border-radius: 1.6rem;
  font-size: 115%;
  font-weight: 600;
  color: white;
  padding: 0.7rem 2.2rem 0.6rem;
}
.recommended-jobs .jobs {
  margin-top: 3.8rem;
}
.recommended-jobs .jobs .job {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.29);
  border-radius: 1rem;
  min-height: 17.4rem;
  width: auto;
  box-sizing: border-box;
  margin: 0.5rem;
  display: flex;
}
.recommended-jobs .jobs .job .job-container {
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 2.8rem 1.1rem 0.466rem;
  margin: 1.5rem;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.recommended-jobs .jobs .job .job-container .job-title {
  display: flex;
  align-items: center;
  height: 4.4rem;
  color: #002447;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.recommended-jobs .jobs .job .job-container .view-desc {
  font-size: 1.4rem;
  color: #00509E;
  cursor: pointer;
  font-weight: 600;
}
.recommended-jobs .jobs .job .job-container a.img {
  display: block;
  margin-top: auto;
}
.recommended-jobs .jobs .job .job-container img {
  cursor: pointer;
  width: 2.538rem;
}
.recommended-jobs .jobs .job .job-btn-section {
  display: flex;
  padding: 2.1rem 1.1rem 2.1rem 2.5rem;
  border-top: 2px solid #F2F2F2;
}

.career-description {
  padding: 4.1rem 0 7.2rem;
}
.career-description .responsibility {
  color: #00509E;
  text-decoration: underline;
  margin-bottom: 2rem;
  font-weight: 800;
}
.career-description ul {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
.career-description li {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.career-description li:last-child {
  margin-bottom: 3.2rem;
}

.email {
  margin-bottom: 3.5rem;
}
.email * {
  font-size: 1.4rem;
}

.contact-us {
  background-image: url(../assets/images/note-bg-img-d.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8.9rem 0 7.5rem;
}
.contact-us p {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 20px;
}
.contact-us button.light-blue {
  padding: 1.826rem 3rem 1.874rem;
}

.footer {
  background-color: white;
}

@media (max-width: 767px) {
  .title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.65rem 0 3.85rem;
    height: 25.7rem;
  }
  .title .search-jobs {
    padding: 3rem 0;
    text-align: center;
  }
  .title .search-jobs h1 {
    font-size: 3.5rem;
  }
  .title .search-jobs .search {
    display: none;
  }
  .title .search-jobs .search input {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .title .ellipse {
    display: none;
  }
  .icon-text {
    padding: 1.7rem 0;
  }
  .recommended-jobs h2 {
    font-size: 1.9rem;
  }
  .recommended-jobs .row {
    gap: 2rem;
  }
  .contact-us {
    padding: 4.8rem 0;
    background-image: url(../assets/images/note-bg-img-sm.svg);
  }
  .contact-us p {
    max-width: 30rem;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .contact-us button {
    display: block;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ellipse {
    display: none;
  }
  .title {
    padding: 10.5rem 0 11.1rem;
  }
  .contact-us {
    background-image: url(../assets/images/ads-paragraph-tab.svg);
    background-size: cover;
    padding: 11rem 0 7rem;
    background-repeat: no-repeat;
  }
  .contact-us p {
    width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .table-sc {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .end-md {
    justify-content: flex-end;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .contact-us {
    background-image: url(../assets/images/ads-paragraph-1024.svg);
    padding: 11.9rem 0 7.5rem;
  }
}
@media (min-width: 2560px) {
  .recommended-jobs .jobs .job .job-container .job-title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .recommended-jobs .jobs .job .job-container .view-desc {
    font-size: 2.5rem;
  }
  .recommended-jobs .jobs .job .job-container {
    padding: 2.8rem 2.1rem 3.466rem;
  }
  .contact-us {
    padding: 13.9rem 0 11.5rem;
  }
  .between-md {
    align-items: center;
  }
  .contact-us p {
    margin-bottom: 0px;
  }
  .recommended-jobs {
    padding: 9.55rem 0 13rem;
  }
  .recommended-jobs .new-jobs {
    font-size: 215%;
  }
}/*# sourceMappingURL=careers.css.map */