#section-tuyen-dung {
  padding: 5rem 5rem 5.32144rem 5rem;
  position: relative;
}

.tuyen-dung__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.tuyen-dung__title {
  color: var(--Shinnec-Color-Primary-Primary, #006b1d);

  /* PC/TITLE/H1/SEMIBOLD */
  font-family: Lexend;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 4.2rem */
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
}
.tuyen-dung__desc {
  color: var(--Text-Body-T1, #2e2e2e);

  /* PC/BODY/20/R */
  width: 33.75rem;
  font-family: Lexend;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
}
.tuyen-dung-img {
  width: 100%;
  height: 51.42856rem;
  border-radius: 1rem;
  position: relative;
}
.tuyen-dung-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tuyen-dung-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(18, 18, 18, 0) 38.27%, rgba(18, 18, 18, 0.4) 97.26%);
  border-radius: inherit;
  z-index: 1;
}
.tuyen-dung-img {
  width: 100%;
  height: 51.42856rem;
  object-fit: cover;
  border-radius: 1rem;
}
.tuyen-dung__button-pc {
  width: 50.6875rem;
  height: 5.125rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 7.375rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.32) 0%, rgba(153, 153, 153, 0.32) 100%);
  backdrop-filter: blur(9.300000190734863px);
  border-radius: 6rem;
  box-shadow: 0px 3.995px 26.57px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 1rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tuyen-dung__button-pc .space {
  width: 0.0625rem;
  height: 2.0625rem;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 1rem;
}
.tuyen-dung__button-pc .btn {
  display: flex;
  height: 3rem;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 4.5rem;
  background: var(--Shinnec-Color-Secondary-Green-800, #00943e);
}
.tuyen-dung__button-pc .btn span {
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.80094rem; /* 434.392% */
  background: var(--bg, linear-gradient(180deg, #f9f4ee 48.11%, #fff 49.36%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tuyen-dung__button-mb {
  display: none;
}

@media (max-width: 767px) {
  #section-tuyen-dung {
    padding: 2rem 0.8125rem;
    position: relative;
  }

  .tuyen-dung__header {
    flex-direction: column;
    margin-bottom: 1.5rem;
    align-items: start;
  }
  .tuyen-dung__title {
    color: var(--Shinnec-Color-Primary-Primary, #006b1d);

    /* MB/TITLE/24/SEMIBOLD */
    font-family: Lexend;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 2.1rem */
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .tuyen-dung__desc {
    color: var(--text-body-75, rgba(46, 46, 46, 0.75));

    /* MB/BODY/14/REGULAR */
    font-family: Lexend;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.225rem */
    letter-spacing: -0.03125rem;
    width: 100%;
  }
  .tuyen-dung-img {
    height: 12.46431rem;
    border-radius: 0.24238rem;
  }
  .tuyen-dung__button-pc {
    display: none;
  }
  .tuyen-dung__button-mb {
    display: block;
    margin-top: 1.5rem;
  }
  .tuyen-dung__button-mb .btn {
    margin-top: 0.75rem;
    display: flex;
    padding: var(--4, 0.25rem) 1.5rem var(--4, 0.25rem) var(--24, 1.5rem);
    justify-content: center;
    align-items: center;
    border-radius: var(--Spacing-32, 2rem);
    background: var(--Shinnec-Color-Secondary-Green-700, #00ad4b);
    color: var(--Base-White, #fff);
    text-align: center;
    font-family: Lexend;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 171.429% */
    letter-spacing: 0.00938rem;
  }
}
