.career-content {
  background: url("../images/bg-wood.png");
  /* background-repeat: no-repeat; */
  background-size: 40%;
  min-height: 100vh;
  /* background-attachment: fixed; */
  background-position: top;
  overflow: hidden;
}

.career-content .text-header {
  width: 100%;
  text-align: center;
  margin: 4rem 0 2rem;
  text-transform: uppercase;
  color: #004722;
  font-size: 50px;
  font-weight: 700;
}

.career-content .select-office {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-office .btn-career {
  background: #004722;
  border-radius: 10px;
  margin: 0 0.5rem;
  color: #fff !important;
  width: 150px;
  text-align: center;
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-office .btn-career.active {
  background: #063;
}

.select-content {
  width: 100%;
  margin: 3rem 0 2rem;
}

.select-content .position-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004722;
  color: #fff;
  padding: 0 1rem;
  border-radius: 25px;
}

.position-head .position-name {
  font-size: 16px;
  word-break: break-word;
  text-transform: uppercase;
}

.position-head .position-num {
  font-size: 16px;
}

.select-content .position-body {
  margin: 1rem 0;
  padding: 0 2rem;
}

.select-content .position-body:last-child {
  border-bottom: unset;
}

.position-detail p {
  margin-bottom: 5px;
  word-break: break-word;
  font-size: 14px;
}

.position-button {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  align-items: center;
  border-bottom: 2px solid rgb(0 0 0 / 50%);
  padding-bottom: 1rem;
}

.position-button a {
  background: #004722;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 5px 1rem;
  font-weight: 300;
  /* letter-spacing: 1px; */
  margin: 0 0.5rem;
}

.career-footer .img-left {
  width: 190px;
  position: absolute;
  left: 0px;
}

.career-footer .img-right {
  width: 220px;
  position: absolute;
  right: -80px;
  top: -25px;
}

.career-footer .footer-title {
  font-size: 34px;
  text-transform: uppercase;
  color: #004722;
  font-weight: 600;
  margin-bottom: 1rem;
}

.career-footer .footer-apply, .career-footer .footer-contact {
  padding: 0 1rem;
  position: relative;
}

.career-footer .footer-detail-1 {
  padding-left: 20%;
  /* letter-spacing: 1px; */
}

.career-footer .footer-detail-2 p {
  margin-bottom: 0;
  /* letter-spacing: 1px; */
}

.career-footer .footer-button a {
  background: #004722;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0 2rem;
  margin: 2rem 0 2rem 1rem;
  font-size: 20px;
}

@media screen and (max-width: 568px) {
  .set-contact {
    position: relative;
    z-index: 2;
    width: 75vw;
  }
}

@media screen and (max-width: 365px) {
  .career-content .text-header {
    font-size: 40px;
  }
  .select-office .btn-career {
    font-size: 12px;
    width: 110px;
  }
  .position-head .position-name, .position-head .position-num {
    font-size: 14px;
  }
  .position-button a {
    font-size: 10px;
  }
  .career-footer .img-left {
    width: 160px;
  }
  .career-footer .img-right {
    width: 180px;
  }
  .career-footer .footer-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .select-content {
    padding: 0 10%;
  }
  .footer-button, .footer-contact {
    text-align: center;
  }
  .footer-button a {
    margin: 2rem 0 1rem;
  }
}

@media screen and (min-width: 992px) {
  .career-footer .footer-detail-1 {
    padding-left: 30% !important;
  }
  .career-footer .img-left {
    width: 300px !important;
  }
  .career-footer .img-right {
    width: 300px !important;
    right: -50px !important;
    top: -90px !important;
  }
  .select-content {
    padding: 0 20%;
  }
  .career-content .text-header {
    margin: 8rem 0 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .select-content {
    padding: 0 25%;
  }
  .career-footer .footer-detail-1, .career-footer .footer-title {
    padding: 0 !important;
  }
  .footer-apply {
    text-align: center;
    padding: 0 25% !important;
  }
}