@charset "UTF-8";
/* Header Banner */
.page-banner {
  align-self: stretch;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-banner .page-banner-title {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 37px;
    font-family: SVN-Sofia Pro;
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word; }
  .page-banner .page-banner-subtitle {
    opacity: 0.80;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    font-family: SVN-Sofia Pro;
    font-weight: 400;
    word-wrap: break-word; }
  @media (max-width: 1199px) {
    .page-banner {
      padding-left: 16px;
      padding-right: 16px; } }

.layout-tuyendung-body {
  padding: 40px 0; }
  .layout-tuyendung-body h2 {
    position: relative;
    padding-top: 10px;
    color: #0A0A0A;
    font-size: 37px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px; }
    .layout-tuyendung-body h2:before {
      position: absolute;
      content: '';
      width: 40px;
      height: 2px;
      top: 0;
      left: 0;
      background: #0083CB; }
  .layout-tuyendung-body .tuyendung_filters-wrap {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .layout-tuyendung-body .tuyendung_filters-wrap .item {
      flex: 0 0 calc(33.3333333% - 10.6666667px);
      max-width: calc(33.3333333% - 10.6666667px);
      position: relative; }
      .layout-tuyendung-body .tuyendung_filters-wrap .item select {
        display: flex;
        min-height: 40px;
        max-height: 40px;
        padding: 8px 12px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid #E5E5E5;
        background: #fff;
        position: relative;
        appearance: none;
        width: 100%; }
        .layout-tuyendung-body .tuyendung_filters-wrap .item select:invalid {
          color: #737373;
          /* màu nhạt khi chưa chọn */ }
      .layout-tuyendung-body .tuyendung_filters-wrap .item:after {
        position: absolute;
        top: 10px;
        right: 12px;
        content: '';
        background: url("https://cdn.hstatic.net/files/200001034091/file/arrow-down.svg");
        width: 20px;
        height: 20px; }
  .layout-tuyendung-body .btn-loadmore {
    padding: 8px 32px;
    border-radius: 4px;
    text-align: center;
    color: #424242;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; }
    .layout-tuyendung-body .btn-loadmore:hover {
      background: #424242;
      color: #fff; }
  @media (max-width: 767.98px) {
    .layout-tuyendung-body h2 {
      font-size: 30px; }
    .layout-tuyendung-body .tuyendung_filters-wrap {
      justify-content: center; }
      .layout-tuyendung-body .tuyendung_filters-wrap .item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px); } }

.tuyendung_lists_content {
  gap: 16px;
  display: flex;
  flex-wrap: wrap; }

.tuyendung-loop {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
  padding: 24px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: #EDF4F8; }
  .tuyendung-loop h3 {
    color: #171717;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin: 0; }
  .tuyendung-loop .tuyendung-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .tuyendung-loop .tuyendung-actions button {
      display: inline-block;
      padding: 5px 15px;
      border-radius: 4px;
      min-height: 40px;
      background: #0083CB;
      font-style: normal;
      font-weight: 600;
      line-height: 19px;
      /* 118.75% */
      letter-spacing: -0.2px;
      color: #0083CB;
      border: 0; }
      .tuyendung-loop .tuyendung-actions button.tuyendung-mota:before {
        background: #fff; }
      .tuyendung-loop .tuyendung-actions button.tuyendung-mota:hover {
        color: #fff; }
      .tuyendung-loop .tuyendung-actions button.tuyendung-ungtuyen {
        border-radius: 5px;
        background: linear-gradient(273deg, #DA0009 0%, #F90 99.15%);
        transition: all 0.5s ease;
        color: #fff; }
        .tuyendung-loop .tuyendung-actions button.tuyendung-ungtuyen:hover {
          background: linear-gradient(273deg, #F90 0%, #DA0009 99.15%);
          box-shadow: 0 4px 15px rgba(218, 0, 9, 0.4); }
  @media (max-width: 767.98px) {
    .tuyendung-loop {
      flex: 0 0 100%;
      max-width: 100%; } }

.tuyendung-meta-post {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center; }
  .tuyendung-meta-post span {
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #0083CB;
    text-align: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: -0.1px; }
    .tuyendung-meta-post span svg {
      width: 16px;
      height: 16px; }

.recruitment-wrap {
  padding: 40px 0; }
  .recruitment-wrap h2 {
    margin-bottom: 28px;
    color: #171717;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center; }
  .recruitment-wrap .recruitment-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-self: stretch; }
    .recruitment-wrap .recruitment-lists .recruitment-item {
      flex: 0 0 calc(20% - 12.8px);
      max-width: calc(20% - 12.8px);
      padding: 16px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 8px;
      align-self: stretch; }
      .recruitment-wrap .recruitment-lists .recruitment-item .step {
        display: block; }
        .recruitment-wrap .recruitment-lists .recruitment-item .step span {
          display: inline-block;
          padding: 2px 12px;
          border-radius: 4px;
          color: #fff;
          background: linear-gradient(98deg, #FFF 0%, #0083CB 57.69%); }
      .recruitment-wrap .recruitment-lists .recruitment-item .title {
        color: #020612;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        margin: 0; }
      .recruitment-wrap .recruitment-lists .recruitment-item .des {
        color: #171717; }
  @media (max-width: 991.98px) {
    .recruitment-wrap {
      padding: 30px 0; }
      .recruitment-wrap h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .recruitment-wrap .recruitment-lists .recruitment-item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px); } }
  @media (max-width: 767.98px) {
    .recruitment-wrap .recruitment-lists .recruitment-item {
      flex: 0 0 100%;
      max-width: 100%; } }

.section-jobwhy-wrap {
  padding: 60px 0; }
  .section-jobwhy-wrap h2 {
    margin-bottom: 40px;
    color: #0A0A0A;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center; }
  .section-jobwhy-wrap .section-jobwhy-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-self: stretch; }
    .section-jobwhy-wrap .section-jobwhy-lists .jobwhy-item {
      padding: 32px 24px;
      flex: 0 0 calc(25% - 12px);
      max-width: calc(25% - 12px);
      align-self: stretch;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 16px;
      border-radius: 8px;
      background: var(--Linear-soft-1, linear-gradient(152deg, #FBFEFF -8.26%, #E3F6FF 93.65%)); }
      .section-jobwhy-wrap .section-jobwhy-lists .jobwhy-item .icon img {
        width: 80px;
        height: 80px; }
      .section-jobwhy-wrap .section-jobwhy-lists .jobwhy-item .title {
        color: #171717;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        margin: 0; }
      .section-jobwhy-wrap .section-jobwhy-lists .jobwhy-item .des {
        olor: #171717; }
  @media (max-width: 991.98px) {
    .section-jobwhy-wrap {
      padding: 30px 0; }
      .section-jobwhy-wrap h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .section-jobwhy-wrap .section-jobwhy-lists .jobwhy-item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px); } }
  @media (max-width: 767.98px) {
    .section-jobwhy-wrap .section-jobwhy-lists .jobwhy-item {
      flex: 0 0 100%;
      max-width: 100%; } }

/* Modal */
#jobContentModal .modal-content {
  border-radius: 4px;
  background: #FAFAFA;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }

#jobContentModal .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99; }
  #jobContentModal .close svg {
    width: 24px;
    height: 24px; }

@media (min-width: 768px) {
  #jobContentModal .modal-body {
    padding: 32px 40px; } }

#jobContentModal .modal-body h1 {
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px; }

#jobContentModal .modal-body .tuyendung-meta-post {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5; }

#jobApplicationModal .modal-content {
  border-radius: 4px;
  background: #FAFAFA;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 32px; }
  @media (max-width: 767.98px) {
    #jobApplicationModal .modal-content {
      padding: 16px; } }

#jobApplicationModal .modal-header {
  border-bottom: none;
  margin-bottom: 12px;
  flex-direction: column;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 12px 0; }

#jobApplicationModal .modal-title {
  margin-bottom: 4px;
  color: #171717;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; }

#jobApplicationModal .modal-subtitle {
  color: #171717;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px; }

#jobApplicationModal .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99; }
  #jobApplicationModal .close svg {
    width: 24px;
    height: 24px; }

#jobApplicationModal .modal-body {
  padding: 0; }

#jobApplicationModal .form-group label {
  font-weight: 700;
  color: #404040;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px; }

#jobApplicationModal .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 10px 12px;
  transition: border-color 0.3s ease;
  height: auto; }

#jobApplicationModal .form-control:focus {
  border-color: #ff6b35;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25); }

#jobApplicationModal .required {
  color: #ff6b35; }

#jobApplicationModal .radio-group {
  display: flex;
  gap: 24px;
  padding: 8px 0; }
  #jobApplicationModal .radio-group .radio-item {
    display: flex;
    align-items: center;
    gap: 8px; }
  #jobApplicationModal .radio-group input[type="radio"] {
    display: none; }
  #jobApplicationModal .radio-group label {
    margin: 0;
    padding-left: 32px;
    position: relative;
    cursor: pointer; }
    #jobApplicationModal .radio-group label:before {
      content: '';
      border: 2px solid #0A0A0A;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%; }
  #jobApplicationModal .radio-group input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #0A0A0A;
    border-bottom: 2px solid #0A0A0A; }

#jobApplicationModal .cv-upload-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center; }
  #jobApplicationModal .cv-upload-section .cv-upload-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px;
    flex: 7; }
    #jobApplicationModal .cv-upload-section .cv-upload-label label {
      margin: 0;
      color: #171717;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px; }
    #jobApplicationModal .cv-upload-section .cv-upload-label .file-info {
      color: #171717;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
  #jobApplicationModal .cv-upload-section .cv-upload-btn-wrap {
    flex: 7;
    text-align: right; }
  #jobApplicationModal .cv-upload-section .cv-upload-btn {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 12.5%;
    /* 2.5px */
    text-underline-offset: 25%;
    /* 5px */
    text-underline-position: from-font; }
    #jobApplicationModal .cv-upload-section .cv-upload-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
      color: white; }
    #jobApplicationModal .cv-upload-section .cv-upload-btn svg {
      margin-right: 8px; }
  @media (max-width: 767.98px) {
    #jobApplicationModal .cv-upload-section {
      gap: 16px; }
      #jobApplicationModal .cv-upload-section .cv-upload-label, #jobApplicationModal .cv-upload-section .cv-upload-btn-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left; } }

#jobApplicationModal .submit-btn {
  min-height: 40px;
  padding: 8px 32px;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #DA0009;
  width: 100%;
  color: #DA0009; }
  #jobApplicationModal .submit-btn:hover {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white; }
  #jobApplicationModal .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

#jobApplicationModal .alert {
  border-radius: 8px;
  margin-top: 15px; }
