.careers {
  font-family: var(--font-secondary);
}
.careers-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  color: var(--cl-white);
  text-transform: uppercase;
  text-align: center;
}
.careers-btn {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--cl-black);
  padding: 16px 30px;
  border-radius: 40px;
  margin: 0px auto;
  cursor: pointer;
  text-transform: uppercase;
}
.careers-banner img {
  width: 100%;
}
.banner-content .careers-title {
  margin-bottom: 16px;
}
.banner-content {
  padding: 107px 0px 67px;
  margin-top: -4px;
}
.banner-content > div {
  text-align: center;
}
.banner-content {
  background-image: url("../images/careers-banner-bottom.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-content p {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px;
  color: var(--cl-white);
}
.banner-content .careers-btn {
  background-color: var(--cl-secondary);
}
/* explore */
.careers-explore {
  background-color: #ffeccf;
}
.explore-inner {
  padding: 80px 0px;
}
.explore-inner .careers-title {
  margin-bottom: 50px;
  color: var(--cl-primary);
}
.explore-list {
  display: flex;
  gap: 30px;
}
.explore-item {
  background: #ffd6bd;
  border-radius: 24px;
  padding: 14px 24px 28px;
  height: fit-content;
}
.explore-item-img {
  margin-bottom: 30px;
}
.explore-item-img img {
  border-radius: 16px;
  min-height: 320px;
  width: 100%;
}
.explore-item h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: var(--cl-black);
  margin-bottom: 24px;
  text-align: center;
}
.explore-item .careers-btn {
  background-color: var(--cl-primary);
  color: var(--cl-white);
}
.expore-item-content {
  margin-top: 24px;
  max-height: 170px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.expore-item-content.active {
  max-height: 100%;
}
.btn-more {
  width: 100%;
  background-color: #ffd6bd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-more button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
  color: var(--cl-primary);
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}
.expore-item-content p,
.expore-item-content ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #1f1f1f;
}
/* ---- character----- */
.careers-character {
  background: linear-gradient(
    180deg,
    #f26f21 0%,
    #ff9353 79.25%,
    #fbe83c 106.78%
  );
  padding: 48px 40px;
}
.careers-character .careers-title {
  margin-bottom: 30px;
  color: var(--cl-white);
}
.character-swiper.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.character-back p {
  color: var(--cl-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.character-item, .character-item > div {
  border-radius: 24px;
}
.character-item:nth-child(1) .character-back, .character-item:nth-child(1){
  background-color: #efffdd;
}
.character-item:nth-child(2) .character-back, .character-item:nth-child(2){
  background-color: #e1fcea;
}
.character-item:nth-child(3) .character-back, .character-item:nth-child(3){
  background-color: #fff5f3;
}
.character-item:nth-child(4) .character-back, .character-item:nth-child(4){
  background-color: #eaeeff;
}
.character-item:nth-child(5) .character-back, .character-item:nth-child(5){
  background-color: #ffecee;
}
.character-item:nth-child(6) .character-back, .character-item:nth-child(6){
  background-color: #ffe0d4;
}
.character-item:nth-child(7) .character-back, .character-item:nth-child(7){
  background-color: #fec3a5;
}
.character-item:nth-child(8) .character-back, .character-item:nth-child(8){
  background-color: #e7fffe;
}
.character-item:nth-child(9) .character-back, .character-item:nth-child(9){
  background-color: #e1e7ff;
}
.character-item:nth-child(10) .character-back, .character-item:nth-child(10){
  background-color: #ffdceb;
}
.character-item:nth-child(11) .character-back, .character-item:nth-child(11){
  background-color: #ffe7e1;
}
.character-item:nth-child(12) .character-back, .character-item:nth-child(12){
  background-color: #f7ffe5;
}
.character-item:nth-child(13) .character-back, .character-item:nth-child(13){
  background-color: #e7f2ff;
}
.character-item:nth-child(14) .character-back, .character-item:nth-child(14){
  background-color: #ede7ff;
}
.character-item:nth-child(15) .character-back, .character-item:nth-child(15){
  background-color: #dde8ff;
}
.character-item:nth-child(16) .character-back, .character-item:nth-child(16){
  background-color: #e2e3ff;
}

/* excercise */
#excercise {
  background: linear-gradient(
    180deg,
    #f26f21 0%,
    #ff9353 79.25%,
    #fbe83c 106.78%
  );
  padding: 50px 0px;
}
.excercise-inner {
  margin-top: -20px;
}
.excercise-top-wrapper {
  position: sticky;
  top: 0;
  background: #f26f21;
  max-width: 100%;
}
.excercise-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.excercise-inner .careers-title {
  margin-bottom: 20px;
}
.excercise-top > p {
  color: var(--cl-white);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}
.excercise-progress .percent {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--cl-white);
  margin-bottom: 8px;
  display: block;
}
.excercise-progress .progress {
  width: 100%;
  display: block;
  height: 20px;
  border-radius: 50px;
  background: #ffffff80;
  position: relative;
  overflow: hidden;
}
.excercise-progress .progress-bg {
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 50px;
  height: 100%;
  background-color: var(--cl-white);
}
.excercise-item {
  margin-top: 24px;
  background: #ffffffcc;
  border-radius: 24px;
  padding: 30px 32px;
  transition: all 0.25s ease;
}
.excercise-item:hover {
  background-color: var(--cl-white);
}
.excercise-item h3 {
  color: var(--cl-black);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.excercise-item-option {
  display: flex;
  gap: 32px;
  width: 100%;
}
.excercise-item-option label {
  border: 1px solid #cccccc;
  border-radius: 50px;
  padding: 14px 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: all 0.25s ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--cl-black);
  cursor: pointer;
  flex: 1;
}
.excercise-item-option label:hover {
  border: 1px solid #f37022;
  color: var(--cl-primary);
}
.excercise-item-option label input {
  width: 20px;
  height: 20px;
}
.excercise-item-option label:hover input {
  border: 1px solid #f37022;
}
.excercise-form .careers-btn {
  background-color: var(--cl-primary);
  margin-top: 42px;
  color: var(--cl-white);
}
/* ex */
.excercise-ex {
  padding-top: 35px;
  background-image: url("../images/ex-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.excercise-ex h2 {
  color: var(--cl-primary);
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 3px 3px 0px #f26f2166;
  letter-spacing: 3px;
}
.ex-content {
  display: flex;
}
.ex-right {
  max-width: 426px;
  margin: 0px auto;
}
.ex-left {
  flex: 1;
  position: relative;
}
.ex-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--cl-primary);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 0;
}
.ex-right img {
  width: 100%;
}
.ex-left-top {
  position: relative;
  max-width: 545px;
  width: 100%;
  margin: 120px auto 0px;
  background-color: #fad156;
  padding: 50px 40px;
  border-radius: 30px;
}
.ex-left-top::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  background-image: url("../images/ex-img2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 73px;
}
.ex-left-top .ex-left-img {
  position: absolute;
  bottom: -4px;
  right: -25px;
}
.excercise-ex-list {
  max-width: 48%;
}
.excercise-ex-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.excercise-ex-list li:last-child {
  margin-bottom: 0;
}
.excercise-ex-list li span:last-child {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #4a4a4a;
  text-transform: capitalize;
  font-family: var(--font-secondary);
}

.excercise-ex-list li span:first-child {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.ex-left .careers-btn {
  background-color: #fbe83c;
  transform: translateY(-50%);
  padding: 20px 30px;
}
/* ----result---- */
.result {
  background: linear-gradient(
    180deg,
    #f26f21 0%,
    #ff9353 79.25%,
    #fbe83c 106.78%
  );
  padding: 50px 0px;
}
.result-inner {
  background-color: var(--cl-white);
  padding: 35px 40px 50px;
  border-radius: 24px;
  position: relative;
}
.result-top {
  position: relative;
  margin-bottom: 32px;
}
.result-top .result-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f4f5;
  border-radius: 100px;
  padding: 12px 18px;
  color: #263a4d;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}
.result-top h2 {
  text-align: center;
  color: var(--cl-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.result-top h2 i {
  font-size: 20px;
  margin-left: 10px;
}
.result-img {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 32px;
}
.result-content {
  margin-bottom: 32px;
}
.result-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--cl-black);
}
.result-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.result-action p {
  padding: 16px 32px;
  color: var(--cl-primary);
  border: 1px solid var(--cl-primary);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  width: fit-content;
  border-radius: 40px;
}
.result-action p b {
  font-size: 24px;
  line-height: 1;
}
.result-action .careers-btn {
  background-color: var(--cl-primary);
  color: var(--cl-white);
  margin: 0;
  text-transform: none;
  font-weight: 500;
}
/* popup */
.popup-careers.active {
  opacity: 1;
  visibility: visible;
}
.popup-careers .popup-inner {
  background-color: var(--cl-white);
  max-width: 800px;
}
.popup-careers .popup-logo {
  display: flex;
}
.popup-careers .popup-logo img {
  width: 117px;
  margin: 0px auto;
}
.popup-careers h2 {
  margin: 16px 0px 24px;
  color: var(--cl-primary);
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--cl-primary);
}
.popup-careers-content {
  display: flex;
  gap: 32px;
}
.popup-careers-image {
  max-width: 230px;
  flex-shrink: 0;
}
.popup-careers-image img {
  border-radius: 20px;
  width: 100%;
}
.popup-careers-text {
  display: flex;
  flex-direction: column;
}

.popup-careers-text strong {
  color: #111111;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.popup-careers-text h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: var(--cl-primary);
  margin-bottom: 8px;
}
.popup-careers-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #666666;
}
.popup-careers-action {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.popup-careers-action button {
  color: var(--cl-white);
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 30px;
  margin: 0px auto;
  width: fit-content;
  background-color: var(--cl-primary);
  text-transform: none;
}
.popup-careers .popup-btn-close {
  border: 1px solid var(--cl-primary);
}
.popup-careers .popup-btn-close i {
  color: var(--cl-primary);
}
.careers-banner-slider {
  margin-top: 50px;
}
.careers-banner-slider .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
.careers-banner-slider .swiper-wrapper {
  padding-bottom: 20px;
}
.careers-banner-slider .swiper-pagination {
  bottom: 0px;
}


@media screen and (min-width: 769px) {
  .swiper-slide.character-item {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    position: relative;
    perspective: 1000px;
  }
  .character-front img {
    width: 100%;
  }
  .character-item:hover {
    transform: rotateY(180deg);
  }
  .character-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    transform: rotateY(180deg);
    padding: 70px 24px 24px;
  }
  .character-back img {
    position: absolute;
    top: 24px;
    width: 144px;
  }
}
@media screen and (max-width: 1024px) {
  #header-careers .header-menu-inner {
    justify-content: flex-start;
  }
  .careers-title {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-content p {
    font-size: 20px;
    line-height: 26px;
  }
  .careers-btn {
    font-size: 20px;
  }
  .explore-item h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .character-back p {
    font-size: 18px;
    line-height: 24px;
  }
  /* ex */
  .ex-content {
    flex-direction: column;
  }
  .excercise-ex h2 {
    font-size: 32px;
  }
  .excercise-item h3 {
    font-size: 26px;
    line-height: 30px;
  }
  /* result */
  .result-top {
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .result-top .result-breadcrumb {
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
  }
  /* popup careers */
  .popup-careers .popup-inner {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .explore-list {
    flex-direction: column;
  }
  .banner-content {
    padding: 180px 0px;
    background-image: url('../images/careers-banner-bottom-mb.svg');
  }
  .careers-banner .careers-title {
    font-size: 28px;
    line-height: 36px;
  }
  .careers-title {
    font-size: 20px;
    line-height: 28px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .careers-btn {
    font-size: 16px;
  }
  .explore-inner {
    padding: 20px 0px;
  }
  .explore-inner .careers-title {
    margin-bottom: 20px;
  }
  .explore-item-img img {
    min-height: 100%;
    border-radius: 4px;
  }
  .explore-item {
    padding: 12px 12px 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
  }
  .explore-item .careers-btn {
    order: 1;
  }
  .explore-item-img {
    margin-bottom: 15px;
  }
  .explore-item h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .expore-item-content {
    margin-top: 0px;
    margin-bottom: 16px;
    max-height: 215px;
  }
  .expore-item-content.active {
    max-height: 100%;
  }
  .btn-more button {
    font-size: 16px;
  }
  .expore-item-content p,
  .expore-item-content ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .careers-character {
    padding: 20px 0px;
  }
  .careers-character .careers-title {
    margin-bottom: 15px;
  }
  .character-back img {
    width: 120px;
    top: 16px;
  }
  .character-back {
    padding: 56px 14px 14px;
  }
  .character-back p {
    font-size: 16px;
    line-height: 20px;
  }
  .character-item > div {
    border-radius: 14px;
  }
  /* ex */
  .excercise-inner > p {
    font-size: 15px;
    line-height: 20px;
  }
  .excercise-progress .percent {
    font-size: 16px;
    line-height: 20px;
  }
  .excercise-item h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .excercise-item-option {
    flex-direction: column;
    gap: 10px;
  }
  .excercise-item {
    padding: 25px 20px;
    border-radius: 16px;
    margin-top: 16px;
  }
  .excercise-item-option label input {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }
  .excercise-item-option label {
    border-radius: 50px;
    padding: 14px 15px 14px 26px;
  }
  .excercise-ex h2 {
    font-size: 24px;
  }
  .ex-left-top {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 20px 40px;
  }
  .ex-left-top .ex-left-img {
    position: relative;
    bottom: 0;
    right: 0;
    top: -40px;
  }
  .excercise-ex-list {
    max-width: 100%;
  }
  .excercise-ex-list li span:last-child {
    font-size: 18px;
    line-height: 24px;
  }
  .excercise-ex-list li {
    margin-bottom: 10px;
  }
  .ex-left .careers-btn {
    padding: 15px 25px;
  }
  .ex-left-top {
    margin-top: 80px;
  }
  .ex-left:before {
    width: calc(100% + 30px);
    left: -15px;
  }
  /* result */
  .result-top {
    margin-bottom: 25px;
  }
  .result-top h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .result-inner {
    padding: 20px 15px;
  }
  .result-img {
    aspect-ratio: 16/9;
    margin-bottom: 15px;
    border-radius: 12px;
  }
  .result-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .result-action {
    flex-direction: column;
    gap: 15px;
  }
  .result-action p {
    font-size: 16px;
    line-height: 20px;
  }
  .result-action p b {
    font-size: 18px;
  }
  /* popup careers */
  .popup-careers h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0px;
  }
  .popup-careers-text strong {
    font-size: 18px;
    line-height: 20px;
  }
  .popup-careers-text h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .popup-careers .popup-inner {
    max-width: calc(100% - 30px);
    max-height: 100%;
  }
  .popup-careers-image {
    max-width: 100%;
  }
  .popup-careers-action button {
    margin-top: 20px;
            padding: 12px 30px;
        min-height: auto;
  }
  /*  */
  .character-item {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    min-height: 120px;
    margin-bottom: 10px !important;
  }
  .character-front {
    width: 94px;
    flex-shrink: 0;
  }
  .character-back {
    padding: 12px;
  }
  .character-back h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
  }
  .character-back p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;      
  -webkit-box-orient: vertical;
  overflow: hidden; 
  -webkit-line-clamp: 3; 
  }
  .character-swiper.swiper-grid-column > .swiper-wrapper {
    padding-bottom: 10px;
  }
  .swiper-pagination {
    bottom: 0px !important
  }
  .excercise-inner .careers-title {
    margin-bottom: 12px;
  }
  .result-action .careers-btn {
    text-transform: uppercase;
    font-weight: 700;
  }
  .popup-careers-content {
    flex-direction: column;
    gap: 0;
  }
  .popup-careers-text {
    text-align: center;
  }
  .careers-banner-slider .swiper-button-next, .careers-banner-slider .swiper-button-prev {
    display: none;
  }
  .careers-banner-slider .swiper-pagination {
    bottom: 0px;
  }
}
