html[lang="vi"] .contact__content .contact__content--title,
html[lang="vi"] .form__contact .input-custom,
html[lang="vi"] .form__contact input,
html[lang="vi"] .form__contact .text-area,
html[lang="vi"] .form__contact .input-custom input::placeholder,
html[lang="vi"] .form__contact input::placeholder,
html[lang="vi"] .form__contact .text-area::placeholder,
html[lang="vi"]
  .contact__attach
  span
  label
  html[lang="vi"]
  .form__contact
  .checkbox-group
  + span {
  font-family: "Montserrat";
}

html[lang="vi"] .contact__content .contact__content--title,
html[lang="vi"] .banner__content--title h1 {
  font-weight: 600;
}

html[lang="vi"] .contact__attach {
  width: fit-content;
  max-width: none;
}

/* banner */
.banner {
  position: relative;
}

.banner__img {
  width: 100%;
  max-height: 480px;
}

.banner__img img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.banner__content {
  position: absolute;
  top: 15%;
  left: 12%;
  color: #323539;
}

.banner__content--title {
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 16px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.banner__content--script {
  color: #858c95;
  max-width: 695px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
}

.banner__content .line {
  display: none;
}

/* developer */
.developer {
  margin-top: 70px;
}

.article__job--summary {
  display: flex;
}

/* developer sideber */
.developer__sidebar {
  max-width: 280px;
  /* max-height: 370px; */
  border-radius: 5px;
  box-shadow: 0 0 0 1px #596574;
  background: rgba(242, 242, 242, 0.5);
  padding: 34px 15px 20px 19px;
  margin-top: 40px;
  flex-shrink: 0;
  height: fit-content;
}

.developer__sidebar--info {
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.developer__sidebar .info__tag,
.developer__sidebar .info__salary,
.developer__sidebar .info__quantity,
.developer__sidebar .info__enddate {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  column-gap: 12px;
  margin-bottom: 12px;
}

.developer__sidebar--info .label {
  color: #596574;
  line-height: normal;
}

.developer__sidebar--info .value {
  color: #323539;
  line-height: normal;
}

.developer__sidebar--tag {
  color: #596574;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  flex-wrap: wrap;
  float: left;
  column-gap: 5px;
  row-gap: 11px;
}

.developer__sidebar--tag span {
  border-radius: 6px;
  background: rgba(242, 242, 242, 0.5);
  position: relative;
  padding: 0 9px;
}

.developer__sidebar--tag span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 6px;
  padding: 1px;
  opacity: 0.5;
  background: linear-gradient(to right, #1e8fff, #af33ff);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

/* developer artical */

.article__details {
  padding-left: 28px;
}

.article__details--post {
  font-family: "Poppins";
}

.article__details--post .article__details--script {
  margin-top: 40px;
}

.article__details--post .article__details--script h2 {
  margin-bottom: 16px;
}

.article__details--post .article__details--script ul {
  list-style-position: unset;
  list-style-type: disc;
  margin-left: 19px;
  margin-bottom: 16px;
}

.article__details--post .article__details--script ul li {
  text-indent: unset;
  margin-bottom: 0;
}

.article__details--post .article__details--script img {
  margin: 36px 0;
  margin-left: 19px;
}

.article__details--post .article__details--script h2:not(:first-child) {
  margin-top: 0;
}

.article__details--post .article__details--script p:has(img) img {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 19px;
}

/* Join Our Team */
.ourteam {
  margin-top: 36px;
  margin-bottom: 43px;
}

.ourteam .contact__content {
  margin-top: 39px;
  padding-top: 53px;
  padding-bottom: 32px;
}

.contact__content .contact__content--title {
  color: #596574;
  font-family: Renogare;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 36px;
  position: static;
}

.exprired {
  color: red !important;
  font-size: 20px !important;
  text-align: center;
}

.ourteam .full-field-4 {
  margin-top: -16px;
}

.form__contact-content {
  row-gap: 16px;
  column-gap: 16px;
}

.form__contact-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ourteam .full-field-4 {
  margin-top: -8px;
}

.form__contact-bottom {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  line-height: normal;
  position: relative;
}

.form__contact-bottom .error-inf {
  position: absolute;
  top: 100%;
  right: 0;
}

.contact__phone,
.contact__email {
  display: flex;
  align-items: center;
}

.contact__phone {
  margin-bottom: 20px;
}

.contact__phone span,
.contact__email span {
  font-weight: 600;
}

.contact__phone img,
.contact__email img {
  margin-right: 12px;
  max-width: 24px;
  max-height: 24px;
}

.contact__phone .none-desk,
.contact__email .none-desk {
  display: none;
}

.contact__attach {
  max-width: 193px;
  max-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 1px 0px 0px 1px;
  box-shadow: 0 0 0 1px rgba(151, 154, 160, 0.6);
  background: #f8f9fb;
  padding: 14px 20px;
}

.contact__attach img {
  max-height: 25px;
  width: auto;
  margin-right: 20px;
}

.contact__attach span {
  color: #252525;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.form__contact button {
  margin-top: 18px;
}

.form__contact input[type="submit"] {
  border: none;
  outline: none;
  border-radius: 70px;
  color: var(--white);
  background: linear-gradient(
    272deg,
    #3470e1 0.77%,
    #3b6ce3 25.88%,
    #8a48fa 99.23%
  );
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  font-family: "Renogare";
  line-height: 0;
  padding: 19px 46px 19px 14px;
  width: 200px;
  height: 52px;
  justify-content: center;
  margin: 24px auto 0px;
  transition: 0.2s;
}

@media screen and (max-width: 1024px) {
  .ourteam .contact__content {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* banner */
  .banner__img img {
    min-height: 323px;
    object-position: 100% center;
  }

  .banner__content {
    position: static;
    color: #596574;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    margin: 27px 0 0;
  }

  .banner__content--title {
    color: #596574;
    text-align: center;
    font-family: Renogare;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    text-shadow: none;
  }

  .banner__content .line {
    display: block;
  }

  .banner__content--script {
    color: #596574;
    font-family: Poppins;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 0 auto;
  }

  .line {
    width: 50px;
    height: 4px;
    margin: 24px auto;
  }
}

@media screen and (max-width: 814px) {
  .form__contact-bottom {
    flex-wrap: wrap;
  }

  .form__contact-bottom .contact__attach {
    order: 0;
    margin-left: auto;
  }

  .form__contact-bottom .contact__info {
    margin-top: 12px;
    flex-shrink: 0;
    flex-basis: 100%;
    order: 1;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

@media screen and (max-width: 576px) {
  /* banner */
  .banner__img img {
    min-height: 323px;
    object-position: 100% center;
  }

  .banner__content {
    position: static;
    color: #596574;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    margin: 27px 0 0;
  }

  .banner__content--title {
    color: #596574;
    text-align: center;
    font-family: Renogare;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    text-shadow: none;
  }

  .banner__content .line {
    display: block;
  }

  .banner__content--script {
    color: #596574;
    font-family: Poppins;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 0 50px;
  }

  .line {
    width: 50px;
    height: 4px;
    margin: 24px auto;
  }

  /* developer */
  .developer {
    margin-top: 14px;
  }

  .developer__sidebar {
    margin-top: 0;
    max-width: 100%;
    background-color: #fff;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }

  .developer__sidebar--info {
    border: 1px solid #e5e5e7;
    border-radius: 5px;
  }

  .developer__sidebar--info .label,
  .developer__sidebar--info .value {
    color: #323539;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.16px;
  }

  .info__tag,
  .info__salary,
  .info__quantity {
    border-bottom: 1px solid #e5e5e7;
  }

  .developer__sidebar--info .label {
    margin: 16px;
  }

  .developer__sidebar--info .value {
    margin: 16px 32px;
  }

  .developer__sidebar--tag {
    margin-top: 16px;
    margin-bottom: 31px;
    column-gap: 8px;
    row-gap: 16px;
  }

  .developer__sidebar--tag span {
    background: #f8f9fb;
    color: #323539;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 16px;
  }

  .developer__sidebar--tag span::before {
    background: #e5e5e7;
  }

  .developer html[lang="vi"] .general-title .left > p {
    font-weight: 400;
  }

  .article__job--summary {
    display: block;
  }

  .article__details--post {
    padding: 0 26px;
  }

  .article__details--post .article__details--script ul li {
    line-height: 24px;
  }

  .article__details--post .article__details--script img {
    margin: 24px 0;
  }

  /* join our team */
  .ourteam {
    margin: 0;
    padding-bottom: 50px;
    background: rgba(179, 176, 176, 0.04);
    margin-top: 14px !important;
  }

  .ourteam .contact__content {
    margin-top: 0;
    padding: 0 24px;
  }

  .ourteam .form__contact-content {
    padding: 0;
  }

  .ourteam .form__contact-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .ourteam .general-title .left::after {
    margin: 24px 0;
  }

  .contact__content--title {
    display: none;
  }

  .exprired {
    font-size: 20px !important;
    display: block !important;
  }

  .ourteam .form__contact-content > input {
    border-radius: 5px;
  }

  .ourteam .form__contact-content > input:nth-child(3) {
    order: 4;
  }

  .ourteam .form__contact-content > input:nth-child(4) {
    order: 3;
  }

  .ourteam .form__contact-content > .text-area {
    border-radius: 5px;
  }

  .ourteam .full-field-4 {
    margin-top: 0;
  }

  .form__contact-bottom {
    margin-left: 42px;
    margin-right: 10px;
    font-size: 13px;
    margin-bottom: 24px;
    flex-direction: column;
  }

  .contact__info {
    order: 2;
    color: #596574;
  }

  .contact__phone > p,
  .contact__email > p {
    display: none;
  }

  .contact__phone .desktop,
  .contact__email .desktop {
    display: none;
  }

  .contact__phone .none-desk,
  .contact__email .none-desk {
    display: block;
  }

  .contact__phone img,
  .contact__email img {
    max-width: 20px;
    max-height: 20px;
  }

  .contact__phone span:last-child {
    font-weight: 400;
    letter-spacing: -1px;
    white-space: nowrap;
  }

  .contact__attach {
    order: 1;
    align-self: flex-end;
    border-radius: 5px;
    padding: 9px 16px;
    margin-bottom: 20px;
  }

  .contact__attach + .error-inf {
    text-align: right;
  }

  .form__contact-bottom .error-inf {
    position: absolute;
    top: calc(43px + 8px);
    right: 0;
  }
}

.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: #fff;
  max-width: 1200px;
  padding: 40px;
  border-radius: 20px;
  max-height: 400px;
  /* overflow: scroll; */
  width: 75%;
}

.pop-up-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 998;
}

.pop-up .confirm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up button.confirm {
  padding: 10px 60px;
  background: #00b9ad;
  color: #fff;
  font-weight: 400;
  border: 0;
}
