.tuyen-dung {
  /*Mở đầu*/
  .mo-dau {
    padding-top: 100px;
  }

  .mo-dau .vietinfo-description {
    width: 59%;
  }

  .mo-dau .line-secondary {
    width: 45px;
  }

  .cong-viec {
    min-height: 450px;
    position: relative;
    padding: 0;
  }

  .cong-viec-background {
    background-image: var(--cong-viec-background);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 80% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .mo-dau .cong-viec-content {
    content: "";
    position: absolute;
    align-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-bottom: 100px;
  }

  .mo-dau .slider {
    position: relative;
  }

  .mo-dau .slider .slider-controls {
    display: flex;
    gap: 10px;
  }

  .mo-dau .slider .control-btn {
    background-color: #fff;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    opacity: 0.3;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    box-shadow: 0px 8px 8px -4px #adb5bd6e;
    color: #000;
    justify-content: center;
  }

  .mo-dau .slider .control-btn#prevBtn {
    left: -115px;
  }

  .mo-dau .slider .control-btn#nextBtn {
    right: -115px;
  }

  @media (max-width: 992px) {
    #prevBtn {
      display: none;
    }

    #nextBtn {
      display: none;
    }
  }

  .mo-dau .slider .control-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
  }

  .mo-dau .slider .slider-container {
    position: relative;
    overflow: hidden; /* QUAN TRỌNG: Ẩn các items ngoài viewport */
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
  }

  /* Wrapper chứa tất cả cards */
  .mo-dau .slider .slider-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%; /* Không cần tính toán width phức tạp */
    padding: 10px 0;
  }

  /* Mỗi card */
  .mo-dau .slider .slider-card {
    flex: 0 0 auto; /* Không co giãn */
    margin-right: 20px; /* Gap between cards */
    width: calc(33.333% - 13.33px);
    /* min-height: 280px; */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #ebebf0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .mo-dau .slider .slider-card .card-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .mo-dau .slider .slider-card .card-body .card-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    width: fit-content;
    height: 25px;
    border-radius: 24px;
  }

  .mo-dau .slider .slider-card .card-body .card-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }

  .mo-dau .slider .slider-card .card-body .card-category p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
  }

  .kinh-doanh {
    /* Global/yellow 100 */
    background: #fffced;
  }

  .kinh-doanh p {
    color: #cc8100;
  }

  .trien-khai {
    background: #f0f8ff;
  }

  .trien-khai p {
    color: #0b74e5;
  }

  .nhan-su {
    background: #effff4;
  }

  .nhan-su p {
    color: #079449;
  }

  .mo-dau .slider .slider-card .card-body .card-content {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
  }
  .card-content-item {
    background-color: #f6f6fa;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
  }

  .card-content-item p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }

  .card-date {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .card-date > * {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .card-date p {
    color: #64646d;
  }

  .card-date p strong {
    color: #000;
  }

  @media (min-width: 1200px) {
    .mo-dau .container {
      --bs-gutter-x: 250px;
    }
  }

  @media (min-width: 768px) {
    /* .mo-dau .slider .slider-container {
        padding: 0 100px;
    } */
  }

  @media (max-width: 991.99px) {
    .mo-dau .vietinfo-description {
      width: 90% !important;
    }
  }

  @media (max-width: 767.99px) {
    .cong-viec {
      min-height: unset !important;
    }
    .cong-viec-background {
      display: none;
    }
    .mo-dau .cong-viec-content {
      position: relative;
    }

    .mo-dau .vietinfo-description {
      width: 100% !important;
    }
  }

  @media (max-width: 575.99px) {
    .mo-dau {
      padding-top: 50px;
    }

    .mo-dau .slider .slider-card {
      height: 200px;
      position: relative;
    }

    .mo-dau .slider .slider-card .card-body .card-title {
      margin-bottom: 10px;
    }

    .card-date {
      position: absolute;
      bottom: 0;
      margin: 10px 0;
    }
  }

  /*Giới thiệu chúng tôi*/

  .gioi-thieu {
    .vietinfo-description {
      width: 69%;
    }
    .line-secondary {
      width: 45px;
    }

    .row {
      padding-bottom: 300px;
    }

    .hinh-anh-gioi-thieu {
      position: absolute;
      align-self: center;
      justify-self: center;
      width: 100% !important;
    }

    .hinh-anh-gioi-thieu img {
      width: 100% !important;
      height: auto;
    }

    @media (min-width: 1200px) {
      .gioi-thieu .container {
        --bs-gutter-x: 250px;
      }
    }

    @media (max-width: 991.99px) {
      .vietinfo-description {
        width: 90% !important;
      }
      .row {
        padding-bottom: 200px;
      }
    }

    @media (max-width: 767.99px) {
      .row {
        padding-bottom: 150px;
      }

      .vietinfo-description {
        width: 100% !important;
      }
    }

    @media (max-width: 575.99px) {
      .row {
        padding-bottom: 100px;
      }
    }
  }

  /*Văn hóa*/
  .van-hoa {
    padding-top: 400px;
    background-color: #f7f7f7;
    .vietinfo-title {
      font-size: 32px;
    }
    .vietinfo-description {
      width: 76%;
    }
    .hinh-anh-van-hoa-row {
      gap: 1rem;
      justify-content: center;
      align-items: flex-start;
    }

    .hinh-anh-van-hoa {
      flex: 1 1 calc(25% - 1rem);
      width: calc(25% - 1rem);
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      border-radius: 8px;
    }

    .hinh-anh-van-hoa:hover img {
      transform: scale(1.1);
    }

    .hinh-anh-van-hoa img {
      width: 100% !important;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
    }

    .row-nut {
      text-align: center;
      padding-bottom: 100px;
    }

    .button-white-primary {
      width: fit-content;
      padding: 16px 25px;
    }

    .button-white-primary a {
      font-size: 14px;
      font-weight: 600;
    }
    .ghi-chu {
      position: absolute;
      align-self: center;
      justify-self: center;
      background-color: var(--heading-color);
      flex-wrap: nowrap;
      padding: 24px 32px;
      width: 100%;
      border-radius: 5px;
      text-align: center;
      color: #fff;
    }

    .ghi-chu p {
      font-size: 18px;
      font-weight: 600;
      line-height: 140%;
    }
    @media (min-width: 1200px) {
      .container {
        --bs-gutter-x: 250px;
      }
    }

    @media (max-width: 991.99px) {
      padding-top: 300px;
      .vietinfo-description {
        width: 90% !important;
      }
    }

    @media (max-width: 767.99px) {
      padding-top: 250px;
      .vietinfo-description {
        width: 100% !important;
      }
    }

    @media (max-width: 575.99px) {
      padding-top: 200px;

      .row-nut {
        padding-bottom: 200px;
      }

      .ghi-chu {
        padding: 24px 20px;
      }
    }
  }

  .phat-trien-ban-than {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    @media (min-width: 1200px) {
      .container {
        --bs-gutter-x: 250px;
      }
    }

    .vietinfo-title {
      font-size: 32px;
    }

    .danh-muc-phat-trien-ban-than {
      position: relative;
      min-height: 500px;
    }

    .danh-muc-phat-trien-ban-than-background {
      background-image: var(--danh-muc-phat-trien-ban-than-background);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
    }

    .danh-muc-phat-trien-ban-than-content {
      content: "";
      position: absolute;
      align-content: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;

      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 25px;
    }

    .danh-muc-phat-trien-ban-than-content
      .danh-muc-phat-trien-ban-than-item:first-child {
      flex: 1 1 calc((33% * 2) - 1rem);
      background-color: #31b869;
      color: #fff;
      position: relative;
      .tieu-de-danh-muc-phat-trien-ban-than-item {
        font-family: "Sora";
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        margin: 0 !important;
      }
      img {
        margin: 0 !important;
        position: absolute;
        top: 31px;
        left: 21px;
      }
    }

    .danh-muc-phat-trien-ban-than-item {
      background-color: #fff;
      flex: 1 1 calc(33% - 1rem);
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      border-radius: 18px;
      padding: 45px 35px;
      height: 320px;
    }

    .danh-muc-phat-trien-ban-than-item:hover {
      transform: scale(1.05) !important;
      transition-duration: 1s !important;
      transition-timing-function: unset !important;
      box-shadow: 0 15px 30px rgba(74, 144, 226, 0.4);
    }

    .tieu-de-danh-muc-phat-trien-ban-than-item {
      font-family: Inter;
      font-weight: 700;
      font-size: 18px;
      vertical-align: middle;
    }

    .danh-muc-phat-trien-ban-than-item img {
      max-width: 70px;
      max-height: 70px;
    }

    @media (min-width: 1400px) {
      .danh-muc-phat-trien-ban-than-content
        .danh-muc-phat-trien-ban-than-item:first-child {
        padding: 50px 50px 50px 50px !important;
        img {
          top: 35px;
          left: 31px;
        }
        .noi-dung-danh-muc-phat-trien-ban-than-item {
          width: 75% !important;
        }
      }
    }

    @media (max-width: 991.99px) {
      .danh-muc-phat-trien-ban-than-content
        .danh-muc-phat-trien-ban-than-item:first-child {
        padding: 30px !important;

        img {
          top: 20px;
          left: 10px;
        }
      }

      .danh-muc-phat-trien-ban-than-item {
        padding: 30px 20px;
        height: 310px;
      }
    }

    @media (max-width: 767.99px) {
      .danh-muc-phat-trien-ban-than {
        height: 800px;
      }
      .danh-muc-phat-trien-ban-than-content
        .danh-muc-phat-trien-ban-than-item:first-child {
        padding: 30px !important;
        flex: 1 1 calc((100% * 2) - 1rem);
        height: 250px;
        img {
          top: 20px;
          left: 10px;
        }
      }

      .danh-muc-phat-trien-ban-than-item {
        flex: 1 1 calc(50% - 1rem);
        padding: 30px 20px;
        height: 300px;
      }

      .noi-dung-danh-muc-phat-trien-ban-than-item span {
        font-size: 23pt !important;
      }
    }

    @media (max-width: 575.99px) {
      .danh-muc-phat-trien-ban-than {
        height: 1200px;
      }

      .danh-muc-phat-trien-ban-than-content
        .danh-muc-phat-trien-ban-than-item:first-child {
        padding: 30px !important;
        flex: 1 1 calc((100%) - 1rem);
        height: fit-content;
        img {
          top: 20px;
          left: 10px;
        }
      }

      .danh-muc-phat-trien-ban-than-item {
        flex: 1 1 calc(100% - 1rem);
        padding: 30px 20px;
        height: auto;
      }

      .danh-muc-phat-trien-ban-than-item img {
        max-width: 60px !important;
        max-height: 60px !important;
      }

      .noi-dung-danh-muc-phat-trien-ban-than-item span {
        font-size: 21pt !important;
      }

      .tieu-de-danh-muc-phat-trien-ban-than-item {
        font-size: 17px !important;
      }
    }
  }
}

/*Modal ứng tuyển*/

#ungTuyenModal {
  .modal-content {
    --bs-modal-border-radius: 4px;
    --bs-modal-padding: 0px 25px 25px 25px;
  }

  .modal-header {
    border-bottom: unset;
  }

  .modal-body-form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .modal-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    width: fit-content;
    height: 25px;
    border-radius: 24px;
  }

  .kinh-doanh {
    /* Global/yellow 100 */
    background: #fffced;
  }

  .kinh-doanh p {
    color: #cc8100;
  }

  .trien-khai {
    background: #f0f8ff;
  }

  .trien-khai p {
    color: #0b74e5;
  }

  .nhan-su {
    background: #effff4;
  }

  .nhan-su p {
    color: #079449;
  }

  .modal-category p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
  }

  .modal-vitrituyendung p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }

  .modal-muc-luong-dia-diem {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .modal-muc-luong-dia-diem-item {
    background-color: #f6f6fa;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    max-width: 100%;
  }

  .modal-muc-luong-dia-diem-item p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }

  .modal-han-nop {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .modal-han-nop > * {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .modal-han-nop p {
    color: #64646d;
  }

  .modal-han-nop p strong {
    color: #000;
  }

  .modal-line {
    border-bottom: 1px solid #d6ddeb;
    margin: 10px 0 25px 0;
  }

  .modal-footer {
    border-top: unset;
  }

  .modal-tieu-de p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
  }

  .modal-footer button {
    width: 100%;
    --bs-border-radius: 4px;
    --bs-btn-bg: var(--heading-color);
  }

  .modal-footer button:hover{
    --bs-btn-hover-color: var(--heading-color);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--heading-color);
  }

  label {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 150%;

  }

  #hoTen, #email, #soDienThoai {
    height: 48px;
    font-size: 14px;
  }

  .text-muted {
    font-family: Epilogue;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }

  @media (min-width: 576px) {
    --bs-modal-width: 644px;
  }
}
