.section {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (max-width: 991.98px) {
    .section {
      padding-top: 32px;
      padding-bottom: 32px; } }

.layout-careers .section-top {
  background: linear-gradient(180deg, #DEF3FF 0%, #FFF 100%); }

.layout-careers .career-content {
  font-size: 16px; }

.layout-careers .heading-pageDetail {
  margin-bottom: 32px; }

.layout-careers .benefit-item .benefit-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  letter-spacing: -0.7px;
  padding-right: 20px;
  transition: all 0.5s ease;
  margin-top: 8px; }

@media (min-width: 992px) {
  .layout-careers .benefit-item:hover .benefit-title {
    transform: translateX(20px);
    color: var(--shop-color-main); } }

@media (max-width: 991.98px) {
  .layout-careers .benefit-item {
    margin-bottom: 20px; }
    .layout-careers .benefit-item .benefit-title {
      font-size: 18px; } }

.layout-careers .section-ldp-jobs .tablist#filterOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px; }
  .layout-careers .section-ldp-jobs .tablist#filterOptions #filterOptions-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch; }
  .layout-careers .section-ldp-jobs .tablist#filterOptions .filterOptions-item {
    display: flex;
    min-height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch; }
    .layout-careers .section-ldp-jobs .tablist#filterOptions .filterOptions-item .form_field {
      width: 100%; }
      .layout-careers .section-ldp-jobs .tablist#filterOptions .filterOptions-item .form_field select {
        border: 0;
        background: #fff; }

.layout-careers .section-ldp-jobs .tabcontent {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .layout-careers .section-ldp-jobs .tabcontent .item {
    flex: 0 0 calc((100% - 16px)/2);
    max-width: calc((100% - 16px)/2); }
  .layout-careers .section-ldp-jobs .tabcontent .box {
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 8px;
    height: 100%;
    transition: all .4s;
    padding: 20px;
    border: 1px solid transparent; }
    .layout-careers .section-ldp-jobs .tabcontent .box .left {
      flex: 1 1 auto; }
    .layout-careers .section-ldp-jobs .tabcontent .box .info .time {
      padding-left: 32px;
      position: relative;
      color: #404040; }
      .layout-careers .section-ldp-jobs .tabcontent .box .info .time:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 24px;
        height: 24px;
        margin: auto;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_703_75)'%3E%3Cpath d='M8 3.75C8 3.61739 7.94732 3.49021 7.85355 3.39645C7.75979 3.30268 7.63261 3.25 7.5 3.25C7.36739 3.25 7.24021 3.30268 7.14645 3.39645C7.05268 3.49021 7 3.61739 7 3.75V9.25C7.00003 9.33813 7.02335 9.42469 7.06761 9.50091C7.11186 9.57712 7.17547 9.64029 7.252 9.684L10.752 11.684C10.8669 11.7461 11.0014 11.7608 11.127 11.7249C11.2525 11.6891 11.3591 11.6056 11.4238 11.4922C11.4886 11.3788 11.5065 11.2446 11.4736 11.1183C11.4408 10.9919 11.3598 10.8834 11.248 10.816L8 8.96V3.75Z' fill='%23212529'/%3E%3Cpath d='M8 16.25C10.1217 16.25 12.1566 15.4071 13.6569 13.9069C15.1571 12.4066 16 10.3717 16 8.25C16 6.12827 15.1571 4.09344 13.6569 2.59315C12.1566 1.09285 10.1217 0.25 8 0.25C5.87827 0.25 3.84344 1.09285 2.34315 2.59315C0.842855 4.09344 0 6.12827 0 8.25C0 10.3717 0.842855 12.4066 2.34315 13.9069C3.84344 15.4071 5.87827 16.25 8 16.25ZM15 8.25C15 10.1065 14.2625 11.887 12.9497 13.1997C11.637 14.5125 9.85652 15.25 8 15.25C6.14348 15.25 4.36301 14.5125 3.05025 13.1997C1.7375 11.887 1 10.1065 1 8.25C1 6.39348 1.7375 4.61301 3.05025 3.30025C4.36301 1.9875 6.14348 1.25 8 1.25C9.85652 1.25 11.637 1.9875 12.9497 3.30025C14.2625 4.61301 15 6.39348 15 8.25Z' fill='%23212529'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_703_75'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.25)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-detail {
      display: flex;
      gap: 8px; }
      .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-detail span {
        font-weight: 700;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 10%;
        /* 1.6px */
        text-underline-offset: 30%;
        /* 4.8px */
        text-underline-position: from-font;
        text-transform: uppercase; }
    .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-apply {
      display: flex;
      min-height: 50px;
      padding: 10px 40px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 4px;
      border: 1px solid #00AEEF;
      background: #EFFAFF;
      color: #00AEEF;
      font-weight: 700;
      text-transform: uppercase; }
      .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-apply:hover {
        background: linear-gradient(270deg, #00AEEF 0.08%, #034EA2 99.97%);
        border: 1px solid #EFFAFF;
        color: #fff; }
    .layout-careers .section-ldp-jobs .tabcontent .box:hover {
      border-color: #034EA2;
      box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }
  .layout-careers .section-ldp-jobs .tabcontent .item:nth-child(n+9) {
    display: none; }
  .layout-careers .section-ldp-jobs .tabcontent.show-all .item {
    display: block; }

@media (min-width: 992px) {
  .layout-careers .section-ldp-jobs .tabcontent .box .info .time {
    font-size: 16px; } }

@media (max-width: 991.98px) {
  .layout-careers .section-ldp-jobs .tablist#filterOptions #filterOptions-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap; }
  .layout-careers .section-ldp-jobs .tablist#filterOptions .filterOptions-item {
    max-width: 100%;
    flex: 0 0 100%; }
  .layout-careers .section-ldp-jobs .tablist#filterOptions #btn-filterOptions {
    flex: 0 0 100%;
    max-width: 100%; }
  .layout-careers .section-ldp-jobs .tabcontent {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .layout-careers .section-ldp-jobs .tabcontent .item {
      flex: 0 0 100%;
      max-width: 100%; }
    .layout-careers .section-ldp-jobs .tabcontent .box {
      padding: 10px; }
      .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-detail {
        display: flex;
        gap: 8px; }
        .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-detail span {
          font-weight: 700;
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: none;
          text-decoration-thickness: 10%;
          /* 1.6px */
          text-underline-offset: 30%;
          /* 4.8px */
          text-underline-position: from-font;
          text-transform: uppercase; }
      .layout-careers .section-ldp-jobs .tabcontent .box .action .js-btn-apply {
        padding: 10px 20px; }
      .layout-careers .section-ldp-jobs .tabcontent .box:hover {
        border-color: #034EA2;
        box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }
    .layout-careers .section-ldp-jobs .tabcontent .item:nth-child(n+9) {
      display: none; }
    .layout-careers .section-ldp-jobs .tabcontent.show-all .item {
      display: block; } }

.layout-careers .process-grid {
  display: flex;
  gap: 10px; }

.layout-careers .process-step {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }

.layout-careers .process-step.active {
  width: 100%; }

.layout-careers .process-step:not(.active) {
  width: 117px;
  min-width: 117px; }

.layout-careers .step-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%; }

.layout-careers .step-link:hover {
  text-decoration: none;
  color: inherit; }

.layout-careers .step-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease; }

.layout-careers .step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.layout-careers .step-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.5) 0%, rgba(35, 35, 35, 0) 100%);
  padding: 80px 32px 32px;
  color: white; }

.layout-careers .step-content {
  position: relative;
  z-index: 2; }

.layout-careers .process-step.active .step-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff; }

.layout-careers .process-step:not(.active) .step-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7); }

.layout-careers .step-description {
  font-size: 16px;
  margin: 0;
  display: none; }

.layout-careers .process-step.active .step-description {
  display: block; }

.layout-careers .process-step:not(.active) .step-overlay {
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  top: 0;
  bottom: 0; }

.layout-careers .careers-moments-gallery-section {
  padding-top: 0; }
  .layout-careers .careers-moments-gallery-section .career-content {
    margin-bottom: 32px; }
    .layout-careers .careers-moments-gallery-section .career-content .gallery-title {
      margin-bottom: 4px; }
  .layout-careers .careers-moments-gallery-section .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 16px; }
    .layout-careers .careers-moments-gallery-section .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 calc((100% - 8px)/2);
      max-width: calc((100% - 8px)/2); }

@media (max-width: 768px) {
  .layout-careers .process-grid {
    flex-wrap: wrap; }
  .layout-careers .process-step.active {
    grid-column: span 1;
    height: 250px; }
  .layout-careers .process-step:not(.active) {
    width: 100%; }
  .layout-careers .process-step:not(.active) .step-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 13px; } }

.modal-apply {
  padding: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-width: 960px;
  border-radius: 4px;
  position: relative; }
  .modal-apply .modal-form {
    padding: 32px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .modal-apply .form-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    color: #171717; }
    .modal-apply .form-header h2.form-heading {
      font-size: 36px;
      font-weight: 600;
      line-height: 45px;
      letter-spacing: -2px;
      margin: 0 0 4px; }
    .modal-apply .form-header .form-subheading {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.7px;
      margin: 0;
      color: #171717; }
  .modal-apply .form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .modal-apply label {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #0a0a0a;
    display: block;
    margin-bottom: 8px; }
  .modal-apply .label-hidden {
    opacity: 0;
    pointer-events: none; }
  .modal-apply input[type="text"],
  .modal-apply input[type="email"],
  .modal-apply input[type="tel"],
  .modal-apply select,
  .modal-apply textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    background: #fafafa;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #0a0a0a;
    outline: none;
    font-family: inherit; }
    .modal-apply input[type="text"]::placeholder,
    .modal-apply input[type="email"]::placeholder,
    .modal-apply input[type="tel"]::placeholder,
    .modal-apply select::placeholder,
    .modal-apply textarea::placeholder {
      color: #a3a3a3; }
    .modal-apply input[type="text"]:focus,
    .modal-apply input[type="email"]:focus,
    .modal-apply input[type="tel"]:focus,
    .modal-apply select:focus,
    .modal-apply textarea:focus {
      border-color: #034ea2; }
  .modal-apply textarea {
    background: #fff;
    border-color: #e5e5e5;
    border-radius: 4px;
    resize: vertical; }
  .modal-apply .select-wrapper {
    position: relative; }
    .modal-apply .select-wrapper select {
      appearance: none;
      padding-right: 36px;
      cursor: pointer; }
    .modal-apply .select-wrapper::after {
      content: '';
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #0a0a0a;
      pointer-events: none; }
  .modal-apply .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px; }
  .modal-apply .form-row-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .modal-apply .form-group {
    min-width: 0; }
  .modal-apply .form-group.full-width {
    grid-column: 1 / -1; }
  .modal-apply .gender-options {
    display: flex;
    gap: 24px;
    padding: 8px 0; }
  .modal-apply .radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0; }
    .modal-apply .radio-option input[type="radio"] {
      display: none; }
    .modal-apply .radio-option .radio-custom {
      width: 20px;
      height: 20px;
      border-radius: 2px;
      border: 1px solid #e5e5e5;
      background: #fff;
      position: relative;
      flex-shrink: 0; }
    .modal-apply .radio-option input[type="radio"]:checked + .radio-custom {
      background: #0a0a0a;
      border-color: #0a0a0a; }
      .modal-apply .radio-option input[type="radio"]:checked + .radio-custom::after {
        content: '';
        position: absolute;
        left: 4px;
        top: 1px;
        width: 10px;
        height: 7px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg); }
  .modal-apply .cv-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .modal-apply .cv-section .cv-info {
      max-width: 454px; }
      .modal-apply .cv-section .cv-info h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -1.7px;
        color: #171717;
        margin: 0 0 4px; }
      .modal-apply .cv-section .cv-info p {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.5px;
        color: #171717;
        margin: 0; }
    .modal-apply .cv-section .cv-action {
      flex-shrink: 0; }
  .modal-apply .btn-applyfile {
    display: flex;
    min-height: 50px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #034ea2;
    color: #fff;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 16px;
    transition: opacity 0.3s; }
    .modal-apply .btn-applyfile svg {
      position: relative;
      z-index: 1;
      transform: translateZ(0);
      flex-shrink: 0; }
    .modal-apply .btn-applyfile:hover {
      opacity: 0.9; }
  .modal-apply .file-name-display {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f0f9ff;
    border: 1px solid #034ea2;
    border-radius: 4px; }
    .modal-apply .file-name-display .file-name {
      flex: 1;
      font-size: 14px;
      color: #034ea2;
      word-break: break-all; }
    .modal-apply .file-name-display .btn-remove-file {
      background: none;
      border: none;
      font-size: 20px;
      color: #737373;
      cursor: pointer;
      padding: 0 4px;
      line-height: 1; }
      .modal-apply .file-name-display .btn-remove-file:hover {
        color: #0a0a0a; }
  .modal-apply #uploadStatus {
    font-size: 14px;
    padding: 8px 0;
    color: #034ea2; }
  .modal-apply .btn-submit {
    display: flex;
    min-height: 50px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #0a0a0a;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    transition: all 0.3s; }
    .modal-apply .btn-submit:hover {
      background: #0a0a0a;
      color: #fff; }
      .modal-apply .btn-submit:hover svg path {
        stroke: #fff; }
    .modal-apply .btn-submit:disabled {
      opacity: 0.6;
      cursor: not-allowed; }
  .modal-apply .fancybox-close-small {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #0a0a0a;
    font-size: 34px;
    background: white; }
    .modal-apply .fancybox-close-small:hover {
      background: white; }
  @media (max-width: 768px) {
    .modal-apply .modal-form {
      padding: 20px 16px; }
    .modal-apply .form-header h2.form-heading {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -1px; }
    .modal-apply .form-header .form-subheading {
      font-size: 16px;
      line-height: 24px; }
    .modal-apply .form-row,
    .modal-apply .form-row-3 {
      grid-template-columns: 1fr; }
    .modal-apply .label-hidden {
      display: none; }
    .modal-apply .cv-section {
      flex-direction: column;
      align-items: flex-start; }
    .modal-apply .btn-applyfile {
      padding: 10px 24px; } }
