/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.top-recruitment {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .top-recruitment {
    margin-bottom: 3.75rem;
  }
}
.top-recruitment .cell.cell-content {
  width: 40%;
}
@media only screen and (max-width: 63.99875rem) {
  .top-recruitment .cell.cell-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-recruitment .cell.cell-content .heading-title {
  text-transform: uppercase;
}
.top-recruitment .cell.cell-img {
  width: 60%;
}
.top-recruitment .cell.cell-img {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .top-recruitment .cell.cell-img {
    padding-left: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .top-recruitment .cell.cell-img {
    width: 100%;
  }
}
.top-recruitment .cell.cell-img .img {
  border: 8px solid rgba(224, 218, 201, 0.5019607843);
  overflow: hidden;
  border-radius: 4px;
}

.recruitment-search-bar .title {
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 16px;
}
.recruitment-search-bar__form {
  width: 100%;
}
.recruitment-search-bar__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 39.99875rem) {
  .recruitment-search-bar__wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
.recruitment-search-bar__select {
  flex: 1;
  width: 100%;
}
.recruitment-search-bar__select select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 16px;
  border: 1px solid #3c3c3c;
  border-radius: 6px;
  background-color: transparent;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 20px;
}
.recruitment-search-bar__select select option {
  background-color: #e0dac9;
  color: #000000;
  padding: 8px;
}
.recruitment-search-bar__select select.shake {
  animation: recruitment-shake 0.5s ease;
  border-color: #1e509f;
}
.recruitment-search-bar__button {
  height: 48px;
  padding: 0 24px;
  border: none;
  border-radius: 6px;
  background-color: #1e509f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.15s ease;
}
.recruitment-search-bar__button:hover {
  background-color: #f7951d;
  transform: translateY(-1px);
}
.recruitment-search-bar__button:active {
  transform: translateY(0);
}
.recruitment-search-bar__button img {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 39.99875rem) {
  .recruitment-search-bar__button {
    width: 100%;
  }
}

@keyframes recruitment-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8px);
  }
  40% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
.recruitment-list .cell {
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .recruitment-list .cell {
    width: 50%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .recruitment-list .cell {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.recruitment-list .cell .item {
  background-color: #e0dac9;
  padding: 8px 8px 20px;
  border-radius: 4px;
}
.recruitment-list .cell .item .cover {
  border-radius: 4px;
}
.recruitment-list .cell .item .item-content {
  padding-top: 15px;
}
.recruitment-list .cell .item .item-content .title {
  margin-bottom: 10px;
  line-height: 1.4;
}
.recruitment-list .cell .item .item-content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .recruitment-list .cell .item .item-content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .recruitment-list .cell .item .item-content .title {
    font-size: 1.25rem;
  }
}
.recruitment-list .cell .item .item-content .title a {
  color: #000000;
}
.recruitment-list .cell .item .item-content .title a:hover {
  color: #f7951d;
}
.recruitment-list .cell .item .item-content .lists {
  padding-left: 25px;
  margin: 0;
}
.recruitment-list .cell .item .item-content .lists li {
  margin-bottom: 5px;
  color: #3c3c3c;
}
.recruitment-list .cell .item .item-content .lists li .label {
  font-weight: 700;
  padding-right: 5px;
}
.recruitment-list .cell .item .item-content .btn-main {
  margin-left: auto;
}

.single-recruitment .top-title {
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-recruitment .top-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-recruitment .top-title .heading-tile {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-recruitment .top-title-cta .sharing-toolbox {
    display: block;
  }
}
.single-recruitment .top-title-cta .sharing-toolbox .share-title {
  display: none;
}
.single-recruitment .top-title-cta .sharing-toolbox .share-actions .share-action {
  display: none;
}
.single-recruitment .top-title-cta .sharing-toolbox .share-actions .share-action.share-action-web-share {
  display: block;
}
.single-recruitment .top-title-cta .sharing-toolbox .share-actions .share-action .share-button {
  border: none;
}
.single-recruitment .top-title-cta .sharing-toolbox .share-actions .share-action .share-button .share-icon::before {
  background-color: #f7951d;
}
.single-recruitment .wrapper-single .col-content {
  width: 75%;
}
.single-recruitment .wrapper-single .col-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .single-recruitment .wrapper-single .col-content {
    padding-right: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-recruitment .wrapper-single .col-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-recruitment .wrapper-single .col-content .job-postings {
  list-style-type: none;
  padding: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-recruitment .wrapper-single .col-content .job-postings {
    margin-top: 5px;
  }
}
.single-recruitment .wrapper-single .col-content .job-postings li {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-recruitment .wrapper-single .col-content .job-postings li:last-child {
  margin-bottom: 0;
}
.single-recruitment .wrapper-single .col-content .job-postings li .label {
  font-weight: 500;
  padding-right: 6px;
  display: block;
  width: 18%;
}
@media only screen and (max-width: 63.99875rem) {
  .single-recruitment .wrapper-single .col-content .job-postings li .label {
    width: auto;
  }
}
.single-recruitment .wrapper-single .col-content .job-meta {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
@media only screen and (max-width: 39.99875rem) {
  .single-recruitment .wrapper-single .col-content .job-meta {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-recruitment .wrapper-single .col-content .job-meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e0dac9;
  border-radius: 4px;
  padding: 8px 16px;
}
.single-recruitment .wrapper-single .col-content .job-meta li .ic {
  width: 1.875rem;
  height: 1.875rem;
}
.single-recruitment .wrapper-single .col-content .job-meta li .ic img {
  object-fit: contain;
}
.single-recruitment .wrapper-single .col-content .job-meta li .item-content {
  width: calc(100% - 30px);
  padding-left: 12px;
}
.single-recruitment .wrapper-single .col-content .job-meta li .item-content .label {
  display: block;
  color: #707070;
  line-height: normal;
}
.single-recruitment .wrapper-single .col-content .job-meta li .item-content .text {
  font-weight: 500;
  color: #000000;
}
.single-recruitment .wrapper-single .col-content .box-benefits {
  background-color: #e0dac9;
  padding: 20px;
  border-radius: 12px;
}
.single-recruitment .wrapper-single .col-content .box-benefits ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-recruitment .wrapper-single .col-content .box-benefits ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-recruitment .wrapper-single .col-content .box-benefits ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.single-recruitment .wrapper-single .col-content .main-content {
  color: #3c3c3c;
}
.single-recruitment .wrapper-single .col-content .main-content {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-recruitment .wrapper-single .col-content .main-content {
    margin-bottom: 3.125rem;
  }
}
.single-recruitment .wrapper-single .col-content .main-content .heading-tile {
  color: #000000;
  margin-bottom: 12px;
}
.single-recruitment .wrapper-single .col-content .main-content .heading-tile {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-recruitment .wrapper-single .col-content .main-content .heading-tile {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-recruitment .wrapper-single .col-content .main-content .heading-tile {
    font-size: 1.5rem;
  }
}
.single-recruitment .wrapper-single .col-content .main-content ul {
  padding-left: 25px;
  margin: 0;
}
.single-recruitment .wrapper-single .col-content .main-content ul li {
  margin-bottom: 12px;
}
.single-recruitment .wrapper-single .col-content .main-content ul li:last-child {
  margin-bottom: 0;
}
.single-recruitment .wrapper-single .col-content .main-content a {
  color: #f7951d;
}
.single-recruitment .wrapper-single .col-content .main-content a:hover {
  color: #1e509f;
}
.single-recruitment .wrapper-single .col-content .box-cta {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back {
  color: #f1bc2b;
  font-weight: 500;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-recruitment .wrapper-single .col-content .box-cta .btn-back {
    margin-top: 1.875rem;
  }
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .ic {
  border-radius: 8px;
  border: 1px solid #f7951d;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .ic {
  width: 2.75rem;
  height: 2.75rem;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .ic svg {
  fill: #f7951d;
  transform: rotate(180deg);
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .ic svg {
  width: 1.25rem;
  height: 1.25rem;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .ic svg path {
  fill: #f7951d;
}
.single-recruitment .wrapper-single .col-content .box-cta .btn-back .text {
  padding-left: 15px;
}
.single-recruitment .wrapper-single .sidebar {
  width: 25%;
}
@media only screen and (max-width: 63.99875rem) {
  .single-recruitment .wrapper-single .sidebar {
    width: 100%;
  }
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-recruitment .wrapper-single .sidebar .sidebar-inner {
    position: relative;
    top: 0;
  }
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts {
  background-color: #e0dac9;
  border-radius: 8px;
  padding: 12px;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .title-related {
  line-height: 1.4;
  color: #f1bc2b;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .title-related {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .title-related {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .title-related {
    font-size: 1.5rem;
  }
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bfbfbf;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item .related-thumb {
  width: 60px;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item .related-info {
  padding-left: 12px;
  width: calc(100% - 60px);
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item .related-info .work-location {
  font-size: 12px;
  color: #3c3c3c;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item .related-info .related-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item .related-info .related-title a {
  color: #3c3c3c;
}
.single-recruitment .wrapper-single .sidebar .sidebar-inner .sidebar-posts .related-jobs-list .related-item .related-info .related-title a:hover {
  color: #f7951d;
}