.banner {
  position: relative;
  height: 280px;
  width: 100%;
  background-image: url("/images/career/img-banner-en.png");
}
.banner__image {
  position: relative;
}
.banner__title {
  position: absolute;
  max-width: 471px;
  top: 85px;
  left: 70px;
}
.banner__title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #6f6f74;
}
.banner__title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  color: #222224;
  margin-bottom: 16px;
}

.benefits {
  margin-bottom: 80px;
}
.benefits__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 31.04px;
  color: #222224;
  margin-top: 80px;
  margin-bottom: 30px;
}
.benefits__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.benefits__card {
  padding: 30px;
  background-color: #f1f2f6;
  border-radius: 16px;
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.benefits__card__icon img {
  width: 40px;
  height: 40px;
}
.benefits__card__title {
  margin-top: 26px;
}
.benefits__card__title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #222224;
  margin-bottom: 14px;
}
.benefits__card__title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6f6f74;
}

.banner-bottom {
  position: relative;
  height: 280px;
  width: 100%;
  background-image: url("/images/career/img-banner-bottom-en.png");
}
.banner-bottom__image {
  position: relative;
}
.banner-bottom__title {
  position: relative;
  max-width: 683px;
  left: 70px;
  top: 72px;
  height: 135px;
  bottom: 73px;
}
.banner-bottom__title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.banner-bottom__title p .line-break::after {
  content: "\a";
  white-space: pre;
}
@media (max-width: 1279px) {
  .banner-bottom__title p .line-break::after {
    content: " ";
    white-space: normal;
  }
}
.banner-bottom__title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.64px;
  color: #fff;
  margin-bottom: 18px;
}

.sub-menu-bottom {
  display: flex;
  position: sticky;
  bottom: 0px;
  width: 100%;
  justify-content: center;
  background-color: #161c2c;
  height: 80px;
  opacity: 90%;
}
.sub-menu-bottom__content {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-menu-bottom__content__title h4 {
  align-items: center;
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  gap: 10px;
}
.sub-menu-bottom__content__title__text {
  font-weight: 500;
  line-height: 23.84px;
}
.sub-menu-bottom__content__title__count {
  font-weight: 600;
  line-height: 32px;
}
.sub-menu-bottom__content__button {
  display: flex;
  gap: 10px;
}
.sub-menu-bottom__content__button__talent {
  color: #161c2c;
  background-color: #dcdee4;
}
.sub-menu-bottom__content__button__talent:hover {
  background-color: #fff;
  color: #000;
}
.sub-menu-bottom__content__button__browse {
  color: #dcdee4;
  background-color: #161c2c;
  border: 2px solid #dcdee4;
}
.sub-menu-bottom__content__button__browse:hover {
  border-color: #fff;
  color: #fff;
}
.sub-menu-bottom__content__button a {
  width: 140px;
  height: 36px;
  border-radius: 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1279px) {
  .banner {
    position: relative;
    background-image: url("/images/career/img-banner-en_mo.png");
    min-height: 79vw;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 16px;
  }
  .banner__image {
    position: relative;
  }
  .banner__title {
    position: absolute;
    max-width: 594px;
    top: 60px;
    left: 40px;
    right: 40px;
  }
  .banner__title p {
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    color: #6f6f74;
  }
  .banner__title h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42.96px;
    color: #222224;
    margin-bottom: 40px;
  }
  .benefits {
    margin-bottom: 100px;
  }
  .benefits__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
    color: #222224;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .benefits__cards {
    gap: 40px;
    width: 100%;
  }
  .benefits__cards .benefits__card {
    padding: 40px 50px;
    width: 100%;
    flex: 1 1 100%;
    background-color: #f1f2f6;
    border-radius: 16px;
    max-width: none;
  }
  .benefits__cards .benefits__card .benefits__card__icon {
    margin-right: 50px;
  }
  .benefits__cards .benefits__card .benefits__card__icon img {
    width: 60px;
    height: 60px;
  }
  .benefits__cards .benefits__card .benefits__card__title {
    margin-top: 20px;
  }
  .benefits__cards .benefits__card .benefits__card__title h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    color: #222224;
    margin-bottom: 8px;
  }
  .benefits__cards .benefits__card .benefits__card__title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #6f6f74;
  }
  .banner-bottom {
    position: relative;
    background-image: url("/images/career/img-banner-bottom-en_mo.png");
    height: 777px;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 16px;
  }
  .banner-bottom__image {
    position: relative;
  }
  .banner-bottom__title {
    position: absolute;
    max-width: 597px;
    height: fit-content;
    top: 80px;
    left: 40px;
    right: 56px;
  }
  .banner-bottom__title p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
  }
  .banner-bottom__title h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 40.57px;
    color: #fff;
    margin-bottom: 30px;
  }
  .sub-menu-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #161c2c;
    height: 138px;
  }
  .sub-menu-bottom__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
  }
  .sub-menu-bottom__content__title h4 {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.408px;
    color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .sub-menu-bottom__content__title__text {
    font-weight: 500;
    font-size: 28px;
    line-height: 33.408px;
  }
  .sub-menu-bottom__content__title__count {
    font-weight: 500;
    font-size: 36px;
    line-height: 42.96px;
  }
  .sub-menu-bottom__content__button {
    display: flex;
    gap: 20px;
  }
  .sub-menu-bottom__content__button__talent {
    color: #161c2c;
  }
  .sub-menu-bottom__content__button__browse__mobile-en {
    width: 276px !important;
  }
  .sub-menu-bottom__content__button a {
    width: 240px;
    height: 60px;
    border-radius: 34px;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  .banner {
    min-height: 50vw;
    background-position-x: 50%;
    background-position-y: 100%;
    border-radius: 8px;
  }
  .banner__title {
    top: 30px;
    left: 20px;
    right: 20px;
  }
  .banner__title p {
    font-size: 11px;
    line-height: 18px;
  }
  .banner__title h3 {
    font-size: 18px;
    line-height: 21.48px;
    margin-bottom: 20px;
  }
  .benefits {
    margin-bottom: 50px;
  }
  .benefits__title {
    font-size: 18px;
    line-height: 21.6px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .benefits__cards {
    gap: 20px;
  }
  .benefits__cards .benefits__card {
    padding: 15px;
    border-radius: 8px;
  }
  .benefits__cards .benefits__card .benefits__card__icon {
    margin-right: 25px;
  }
  .benefits__cards .benefits__card .benefits__card__icon img {
    width: 30px;
    height: 30px;
  }
  .benefits__cards .benefits__card .benefits__card__title {
    margin-top: 10px;
  }
  .benefits__cards .benefits__card .benefits__card__title h3 {
    font-size: 17px;
    line-height: 20.28px;
    margin-bottom: 4px;
  }
  .benefits__cards .benefits__card .benefits__card__title p {
    font-size: 11.5px;
    line-height: 17px;
  }
  .banner-bottom {
    height: 388.5px;
    background-position-x: 50%;
    background-position-y: 100%;
    border-radius: 8px;
  }
  .banner-bottom__title {
    top: 40px;
    left: 20px;
    right: 28px;
  }
  .banner-bottom__title p {
    font-size: 11px;
    line-height: 16px;
  }
  .banner-bottom__title h3 {
    font-size: 17px;
    line-height: 20.285px;
    margin-bottom: 15px;
  }
  .sub-menu-bottom {
    height: 69px;
  }
  .sub-menu-bottom__content {
    padding: 0px 20px;
  }
  .sub-menu-bottom__content__title h4 {
    font-size: 14px;
    line-height: 16.704px;
  }
  .sub-menu-bottom__content__title h4 p {
    line-height: 16.704px;
  }
  .sub-menu-bottom__content__title__text {
    font-size: 14px;
    line-height: 16.704px;
  }
  .sub-menu-bottom__content__title__count {
    font-size: 18px;
    line-height: 21.44px;
  }
  .sub-menu-bottom__content__button {
    gap: 10px;
  }
  .sub-menu-bottom__content__button a {
    width: 120px;
    height: 30px;
    font-size: 13px;
    line-height: 15.5008px;
  }
  .sub-menu-bottom__content__button__browse {
    border-width: 1px;
  }
  .sub-menu-bottom__content__button__browse__mobile-en {
    width: 138px !important;
  }
}
