.section-breadcrumb {
  position: relative;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  padding: 95px 0; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(289deg, rgba(2, 30, 64, 0.51) 0%, rgba(2, 30, 64, 0.85) 100%); }
  .section-breadcrumb .breadcrumb-shop {
    background: transparent;
    border: none;
    position: relative; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      display: flex;
      justify-content: start;
      color: #FAF9F6;
      font-size: 14px;
      letter-spacing: -0.1px;
      padding: 12px 0;
      font-weight: 300; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
        font-weight: 300; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows strong {
        font-weight: 300; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
        color: #FAF9F6; }
        .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
          color: var(--shop-color-main); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
        color: #FAF9F6;
        margin-left: 8px;
        padding: 0; }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 40px;
      margin-bottom: 0;
      font-weight: 600;
      font-family: "Avenir Next";
      letter-spacing: -0.7px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 991.98px) {
    .section-breadcrumb {
      padding: 60px 0;
      text-align: center; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
        justify-content: center; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 30px; } }
  @media (max-width: 767.98px) {
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      font-size: 12px; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 24px; } }

.section-tuyendung-about {
  padding: 80px 0; }
  .section-tuyendung-about .heading-title {
    max-width: 470px; }
    .section-tuyendung-about .heading-title .desc {
      color: #696868;
      margin: 0;
      font-weight: 300; }
  .section-tuyendung-about .desc-check {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .section-tuyendung-about .desc-check p {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 12px; }
      .section-tuyendung-about .desc-check p span {
        font-family: "Avenir Next";
        font-weight: 600;
        line-height: 1.5;
        /* 150% */
        letter-spacing: -0.2px; }
  .section-tuyendung-about .btn-more {
    margin-top: 32px; }
  .section-tuyendung-about .tuyendung-about-banner img {
    width: 100%; }
  @media (max-width: 991.98px) {
    .section-tuyendung-about {
      text-align: center; }
      .section-tuyendung-about .heading-title {
        margin: 0 auto 32px;
        max-width: 100%; } }

.section-tuyendung-corevalue {
  padding: 80px 0;
  background: #EFF5FF; }
  .section-tuyendung-corevalue .tuyendung-corevalue-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .section-tuyendung-corevalue .tuyendung-corevalue-lists .item-corevalue {
      flex: 0 0 calc(25% - 24px);
      max-width: calc(25% - 24px);
      padding: 16px;
      display: flex;
      padding: 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 8px;
      background: #253E80;
      text-align: center;
      color: #FAF9F6;
      min-height: 257px; }
      .section-tuyendung-corevalue .tuyendung-corevalue-lists .item-corevalue .icon {
        background: #FAF9F6;
        width: 48px;
        height: 48px;
        border-radius: 4px;
        padding: 8px;
        margin-bottom: 8px; }
      .section-tuyendung-corevalue .tuyendung-corevalue-lists .item-corevalue h3 {
        font-family: "Avenir Next";
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.2px;
        margin-bottom: 0; }
      .section-tuyendung-corevalue .tuyendung-corevalue-lists .item-corevalue .des {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0.1px; }
  @media (max-width: 991.98px) {
    .section-tuyendung-corevalue {
      padding: 40px 0; }
      .section-tuyendung-corevalue .tuyendung-corevalue-lists .item-corevalue {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px); } }

.section-tuyendung-blog-lists {
  padding: 80px 0; }
  .section-tuyendung-blog-lists .tuyendung-filter {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 48px; }
    .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-input {
      padding: 5px 16px;
      display: flex;
      justify-content: space-between;
      border: 1px solid #EBEBEB;
      align-items: center;
      flex: 0 0 656px;
      max-width: 656px;
      border-radius: 4px; }
      .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-input input {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0.1px;
        border: 0;
        width: 100%; }
      .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-input button {
        width: 32px;
        height: 32px;
        border: 0;
        background: transparent; }
    .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-select {
      flex: 0 0 calc(((100% - 656px)/2) - 21.3333334px);
      max-width: calc(((100% - 656px)/2) - 21.3333334px);
      padding: 5px 16px;
      border: 1px solid #EBEBEB;
      border-radius: 4px; }
      .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-select select {
        width: 100%;
        border: 0;
        height: 32px; }
  .section-tuyendung-blog-lists .list-tuyendung-content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung {
      flex: 0 0 calc(33.33333% - 21.3333334px);
      max-width: calc(33.33333% - 21.3333334px);
      padding: 24px;
      border-radius: 8px;
      background: #FAF9F6;
      gap: 16px;
      display: flex;
      flex-direction: column; }
      .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .number {
        font-family: "Avenir Next";
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.7px;
        border-bottom: 1px solid #EBEBEB;
        padding-bottom: 8px; }
      .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .title {
        font-family: "Avenir Next";
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.2px; }
      .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .des {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0.1px; }
      .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .meta-post {
        display: flex;
        gap: 8px;
        flex-direction: column; }
        .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .meta-post .meta-post-item {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: -0.1px; }
          .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .meta-post .meta-post-item span {
            color: #ED1C2A;
            font-weight: 300; }
      .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung .action {
        margin-top: 8px; }
  @media (max-width: 991.98px) {
    .section-tuyendung-blog-lists {
      padding: 40px 0; }
      .section-tuyendung-blog-lists .tuyendung-filter {
        display: flex;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap; }
        .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-input {
          flex: 0 0 100%;
          max-width: 100%; }
        .section-tuyendung-blog-lists .tuyendung-filter .tuyendung-filter-select {
          flex: 0 0 100%;
          max-width: 100%; }
      .section-tuyendung-blog-lists .list-tuyendung-content .item-tuyendung {
        flex: 0 0 100%;
        max-width: 100%; } }

.section-tuyendung-banner-wrap {
  margin-bottom: 80px; }
  .section-tuyendung-banner-wrap .section-tuyendung-banner-lists .item img {
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    object-fit: cover; }
  @media (max-width: 991.98px) {
    .section-tuyendung-banner-wrap {
      margin-bottom: 40px; } }

.article-contentTuyendung {
  padding: 80px 0; }
  .article-contentTuyendung .heading {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .article-contentTuyendung .heading h1 {
      margin: 0;
      color: #333;
      font-family: "Avenir Next";
      font-size: 32px;
      font-weight: 600;
      letter-spacing: -0.7px; }
    .article-contentTuyendung .heading .meta-post {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px; }
      .article-contentTuyendung .heading .meta-post .item-meta-post {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #9A9A9A;
        font-weight: 300;
        letter-spacing: -0.2px;
        padding-right: 16px; }
        .article-contentTuyendung .heading .meta-post .item-meta-post:not(:last-child) {
          border-right: 1px solid #EBEBEB; }

/* Modal */
#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: 32px;
  flex-direction: column;
  padding: 0; }

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

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

#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: 600;
  color: #404040;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir Next"; }

#jobApplicationModal .form-control {
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 12px 8px;
  transition: border-color 0.3s ease;
  height: auto;
  font-size: 14px;
  font-weight: 300; }

#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: 32px;
  margin-top: 32px;
  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: #333;
      font-size: 20px;
      font-weight: 600;
      line-height: 32px;
      font-family: "Avenir Next"; }
    #jobApplicationModal .cv-upload-section .cv-upload-label .file-info {
      color: #333;
      font-size: 16px;
      font-weight: 300;
      margin: 0; }
  #jobApplicationModal .cv-upload-section .cv-upload-btn-wrap {
    flex: 7;
    text-align: right; }
  #jobApplicationModal .cv-upload-section .cv-upload-btn {
    border-radius: 4px;
    border: 1px solid #ED1C2A;
    background: rgba(237, 28, 42, 0.15);
    color: #ED1C2A;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500; }
  @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 20px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ED1C2A;
  display: inline-block;
  border-radius: 18px;
  background: #ED1C2A;
  color: #fff; }
  #jobApplicationModal .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

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

.section-home-form {
  position: relative;
  background-image: url(https://cdn.hstatic.net/files/200000920111/file/12e428e0998316a6841f644e6991b461febcdf80.jpg);
  background-size: cover;
  background-position: center;
  padding: 0; }
  .section-home-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253E80;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box;
    opacity: 0.85; }
  .section-home-form .container {
    position: relative;
    z-index: 9; }
  .section-home-form .home-form-wrap .home-form-banner {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    display: flex; }
    .section-home-form .home-form-wrap .home-form-banner img {
      max-width: 400px;
      margin: 0 auto; }
  .section-home-form .home-form-wrap .home-form-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 0; }
    .section-home-form .home-form-wrap .home-form-content .heading-title .title2 {
      color: #fff; }
    .section-home-form .home-form-wrap .home-form-content .heading-title:after {
      margin: 0;
      background: #fff; }
  @media (max-width: 991.98px) {
    .section-home-form .home-form-wrap .home-form-banner {
      flex: 0 0 100%;
      max-width: 100%; }
    .section-home-form .home-form-wrap .home-form-content {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 32px 0; } }
