.section-recruitment {
  padding: 2.5rem 0;
}

.section-recruitment .col-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.125rem;
}

.section-recruitment .col-title .title-color {
  width: 40%;
  margin-right: 1.875rem;
}

.section-recruitment .col-title .title-color h2 {
  margin: 0;
}

.section-recruitment .col-title .description p {
  color: #3c463c;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-family: var(--medi);
  margin: 0;
}

.section-recruitment .col-title .description {
  position: relative;
  padding-left: 1.25rem;
}

.section-recruitment .col-title .description:before {
  content: "";
  width: 0.3125rem;
  height: 2.5rem;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color2);
}

.section-recruitment .accordion-title {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #3c463c;
  padding-right: 1.875rem;
}

.section-recruitment .accordion-title .toggle-accordion {
  margin: 0;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  min-height: 1.875rem;
  border-radius: 0.1875rem;
  border: 0.03125rem solid #61bc3f;
  right: 0;
  color: #61bc3f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.section-recruitment .accordion-title .toggle-accordion:before {
  content: "\2b";
  font-family: var(--fa6);
  font-size: 0.875rem;
  line-height: 1;
}

.section-recruitment .accordion-title.active .toggle-accordion {
  background-color: #61bc3f;
  color: #fff;
}

.section-recruitment .accordion-title.active .toggle-accordion:before {
  content: "\f068";
}

.section-recruitment .accordion-title p {
  margin: 0;
  color: #3c463c;
  font-weight: normal;
}

.section-recruitment .accordion-item {
  padding: 0.875rem 0 2.5rem 0;
  position: relative;
  border-top: 0.0625rem solid rgba(31, 128, 56, 0.3);
}
.section-recruitment .accordion-item:last-child{
   border-bottom: 0.0625rem solid rgba(31, 128, 56, 0.3);
}

.section-recruitment .accordion-item .post-date {
  color: #2b2b2b;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: normal;
  font-family: var(--medi);
  margin-bottom: 1.0625rem;
  display: inline-block;
}

.section-recruitment .accordion-item .post-title {
  color: #2b2b2b;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: normal;
  font-family: var(--bold);
  margin-bottom: 0.5rem;
}

.section-recruitment .accordion-item .accordion-title.active .post-title {
  color: var(--theme-color2);
}

.section-recruitment .accordion-item .accordion-inner {
  padding: 1.375rem 0 0;
  color: #3c463c;
}

.section-recruitment .accordion-item .accordion-inner h3 {
  font-size: 1.125rem;
  font-family: var(--semi);
  color: #3c463c;
}

.section-recruitment .accordion-item .accordion-inner ul {
  margin-left: 1.3rem;
}

.section-recruitment .accordion-item .accordion-inner ul:last-child {
  margin-bottom: 0;
}

.section-recruitment .col-left {
  padding-right: 2.8125rem;
}
#recruitment-form {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s;
}
#recruitment-form.show,
.section-recruitment:has(.active) #recruitment-form {
  opacity: 1;
  transform: scale(1);
}
.form-tuyendung {
  border: 0.0625rem solid rgba(97, 188, 63, 0.3);
  background: linear-gradient(180deg, #fafef7 0%, #f1fde9 100%);
  padding: 2.3125rem 2.5rem 1.875rem;
}

.form-tuyendung .form-title {
  color: #1f8038;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 120%; /* 2.1rem */
  font-family: var(--bold);
  margin-bottom: 1.75rem;
}

.form-tuyendung .form-content input {
  font-size: 0.9375rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #3c463c;
  font-weight: normal;
  padding: 0;
  height: 2.5rem;
  border-bottom: 0.0625rem solid rgba(31, 128, 56, 0.3);
  margin-bottom: 1.25rem;
}

.form-tuyendung .form-content input::placeholder,
.form-tuyendung textarea::placeholder {
  color: #3c463c;
}

.form-tuyendung .fake-file {
  height: 2.5rem;
  border-bottom: 0.0625rem solid rgba(31, 128, 56, 0.3);
  margin-bottom: 1.25rem;
  color: #3c463c;
  font-weight: normal;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  position: relative;
  cursor: pointer;
}
.form-tuyendung [data-name="file-cv"] .file-cv {
  display: none;
}
.form-tuyendung .fake-file:before {
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  background: url(../../../images/icon-upload.svg)
    no-repeat center;
  background-size: contain;
  left: 0;
  position: absolute;
}

.form-tuyendung textarea {
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgba(31, 128, 56, 0.3);
  background: transparent;
  box-shadow: none;
  color: #3c463c;
  font-size: 0.9375rem;
  margin-bottom: 1.75rem;
}

.form-tuyendung .form-submit {
  text-align: center;
}

.form-tuyendung .form-submit button {
  margin: 0;
}

/* .recruitment-introduce */
.recruitment-introduce {
  padding-top: 6.875rem;
  padding-bottom: 2rem;
}
.recruitment-introduce  .row-top{
  justify-content:space-between
}
.recruitment-introduce  .row-top:after{
  display:none
}
.recruitment-introduce .row-top .col-left {
  padding-top: 3.125rem;
  padding-right: 1.875rem;
}

.recruitment-introduce .row-top .col-right {
  padding-left: 1.875rem;
}

.recruitment-introduce .row-top .col-left h1 {
  color: #61bc3f;
  font-size: 3.75rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 1.125rem;
}

.recruitment-introduce .row-top .col-left p {
  color: #2b2b2b;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-family: var(--bold);
  margin-bottom: 0;
}

.recruitment-introduce .row-top .title {
  margin-bottom: 2.5rem;
  position: relative;
}

.recruitment-introduce .row-top .title:before {
  content: "";
  width: 3.9375rem;
  height: 3.5rem;
  background: url("../../../images/quote.svg")
    no-repeat center;
  position: absolute;
  right: 0;
  top: 0.9375rem;
  background-size: contain;
}

.recruitment-introduce .btn-action {
  display: flex;
  gap: 1.75rem;
}

.recruitment-introduce .btn-action a {
  margin: 0;
}

.recruitment-introduce .bg-fill {
  background-position: top center;
}

.sec-home-2 .slider-team img {
  object-fit: contain;
  object-position: 60% 50%;
}

.sec-home-2 .slider-team .image-cover {
  padding-top: 118%;
}


.sec-home-2 .img-bg {
  position: absolute;
  top: calc(-56%);
  left: calc(46% - 2px);
  transform: translateX(-50%);
  width: 347%;
  max-width: unset;
  z-index: -1;
}

.sec-home-2 .col-inner:before {
  content: "";
  width: 33.4375rem;
  height: 33.4375rem;
  border-radius: 50%;
  background: #eeffe8;
  filter: blur(9.375rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.sec-home-2 .slider-team {
  -webkit-mask-image: url(../../../../../uploads/2025/05/Vector-544.png);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  overflow: hidden;
  -webkit-mask-position: center;
}


/* End recruitment-introduce */
/* home-teams */
.home-teams {
  padding: 2rem 0 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--10);
}

.home-teams .image-cover {
  padding-top: 65%;
  border-radius: 0;
}

.home-teams .home-teams__title img {
  object-fit: contain;
  width: 8.94488rem;
  height: 2.82344rem;
}

.home-teams .home-teams__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: #2b2b2b;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-family: var(--bold);
  line-height: normal;
}

.home-teams .home-teams__title h2 {
  margin: 0;
}

.home-teams .home-teams__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-teams .home-teams__number .number-run {
  color: var(--theme-color2);
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  font-family: var(--bold);
}

.home-teams .home-teams__number .text {
  color: #2b2b2b;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-family: var(--semi);
}

.home-teams .home-teams__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home-teams .home-teams__text img {
  width: 3.15369rem;
  height: 2.77825rem;
  margin-bottom: 1.28rem;
}

.home-teams .home-teams__text p {
  color: #2a2a2a;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-family: var(--semi);
}

.home-teams .home-teams__text p strong {
  color: var(--theme-color);
  font-family: var(--bold);
}
@media (max-width: 767.98px) {
  .section-recruitment .col-title .description p{
    font-size:1rem
  }
  .home-teams .home-teams__title {
    font-size: var(--26);
  }
  .home-teams {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: var(--20);
    padding-bottom: 0;
  }
  .section-recruitment {
    flex-direction: column;
    padding: 1rem 0;
  }
.section-recruitment  .post-content{
  margin-bottom:2rem
}
  .form-tuyendung .form-title{
    font-size:var(--26);
    margin-bottom: 1rem;
  }
  .form-tuyendung {
    padding: 2rem 1.5rem;
  }

  .recruitment-introduce .row-top .col-left h1 {
    font-size: 2.25rem;
  }

  .recruitment-introduce .row-top .col-left p {
    font-size: var(--18);
    text-align: justify;
    font-family: var(--semi);
  }
  .recruitment-introduce {
    padding-top: 7.5000rem;
  }
  .recruitment-introduce .row-top .col-left {
    padding-top: 0;
    padding-right: 1rem;
  }
  .recruitment-introduce .row-top .title:before {
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
  }
  .home-teams .home-teams__number .number-run {
    font-size: var(--45);
  }
  .home-teams .home-teams__number .text {
    font-size: var(--18);
  }
  .home-teams .home-teams__text img {
    width: 2.5rem;
    height: auto;
  }
  .section-recruitment .col-title {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: var(--30);
  }
  .section-recruitment .col-title .title-color {
    width: 100%;
    margin: 0 0 var(--15);
  }
  .section-recruitment .col-title .description {
    padding-top: 1.25rem;
    padding-left: 0;
  }
  .section-recruitment .col-title .description:before {
    top: 0;
    width: 2.5rem;
    height: 0.3rem;
  }
  .section-recruitment .col-left {
    padding-right: 1rem;
  }
  .section-recruitment .col-right{
    display:none
  }
  .section-recruitment .accordion-item .post-title {
    font-size: var(--22);
    margin-bottom: var(--12);
  }
  .section-recruitment .accordion-item .post-date {
    margin-bottom: var(--5);
    font-size: var(--14);
  }
  .section-recruitment .accordion-title .toggle-accordion {
    transform: unset;
    top: 1.6rem;
  }
  #recruitment-form {
    top: 0 !important;
    opacity: 1 !important;
    transform: unset !important;
  }
}
