.container {
  max-width: 1216px;
}

/* banner */
.banner {
  position: relative;
}

.banner__img img {
  width: 100%;
  max-height: 481px;
  object-fit: cover;
  object-position: top;
  filter: brightness(75%);
}

.banner__content {
  position: absolute;
  top: 35%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .banner__content--button {
  padding: 2px 10px;
  border-radius: 128px;
  background-color: #ecf4fc;
  width: fit-content;
  height: 24px;
  color: #0a77ff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 12px;
}

.banner .banner__content--title {
  color: #fffaf2;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.75);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 24px;
}

.banner__content--script {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* culture */

.culture {
  padding-top: 57px;
}

.culture .service__content {
  margin-top: 44px;
}

.culture__box {
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  margin: 0 15px;
}

.culture .slick-slide {
  padding-top: 6px;
}

/* working */
.working {
  margin-top: 87px;
}

.working .container {
  padding: 0;
}

.working__script {
  color: #323539;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 713px;
  margin: 0 auto;
  transform: translateX(60px);
  margin-top: 21px;
}

.working__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  text-align: center;
  margin-top: 54px;
}

.working__grid-item {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 0 1px #e5e5e7;
  padding: 32px 32px;
}

.working__img {
  margin-bottom: 16px;
  max-height: 56px;
}

.working__img img {
  max-width: 56px;
}

.working__title {
  color: #323539;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.22px;
  margin-bottom: 16px;
}

.working__des {
  color: #858c95;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

/* gallery */
.gallery {
  margin-top: 55px;
  margin-bottom: 70px;
}

.gallery .container {
  padding: 0;
}

.gallery .gallery_slide.slide__content {
  padding: 0;
}

.gallery__img {
  text-align: center;
  max-width: 1215px;
  height: 576px;
  margin-bottom: 16.02px;
  margin-top: 36px;
}

.gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  opacity: 1;
}

.transitioning-src {
  transition: opacity 0.2s ease-out !important;
  -webkit-transition: opacity 0.2s ease-out !important;
  -moz-transition: opacity 0.2s ease-out !important;
  -ms-transition: opacity 0.2s ease-out !important;
  -o-transition: opacity 0.2s ease-out !important;
  opacity: 0 !important;
}

.gallery_slide .owl-stage {
  height: 154px;
}

.gallery_slide .owl-item {
  height: 100%;
}

.gallery_slide .item {
  height: 100%;
}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.owl-item:not(.center) .item .non-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-item.center .item .non-center {
  display: none;
}

.owl-item:not(.center) .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #d9d9d9;
  z-index: 10;
}

.gallery .owl-theme .owl-dots {
  text-align: center;
  border-bottom: 1px solid #858e95;
  margin-bottom: 10px;
  /* can delete when complete section recommend job version mobile */
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 53px;
}

/* recommended */
.recommended__top {
  margin-top: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.recommended__filter {
  display: flex;
  gap: 14px;
  flex: 1;
}

.recommended__filter-heading {
  display: none;
}

.recommended__filter input {
  width: 334px;
  height: 52px;
  padding: 20px 16px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  opacity: 0.7;
}

.recommended__filter input,
.recommended__filter input::placeholder {
  color: #323539;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recommended__filter-title + .select2-container {
  display: none;
  max-width: 205px;
}

.recommended__filter-title + .select2-container .select2-selection--single {
  border-radius: 5px;
}

.recommended__filter-title
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered::after,
.select2-container--default .select2-search--dropdown::after {
  right: 23px;
}

.recommended__filter-location + .select2-container {
  max-width: 200px;
}

.recommended__filter-location + .select2-container .select2-selection--single {
  border-radius: 7px;
}

.recommended__filter-location
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered::after {
  right: 17px;
}

.select2-container .select2-selection--single {
  border: 1px solid #d1d1d1;
  overflow: hidden;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #fff;
}

.select2-container--default
  .select2-results__option[aria-selected="true"]:hover {
  background: #f8f9fb;
}

.recommended__jobs strong {
  font-weight: 700;
}

/* recommeded table */

.recommended__table {
  margin-top: -2px;
}

.recommended__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 27px;
  margin-bottom: 43px;
  margin-top: 1px;
}

.recommended__table thead {
  border: 1px solid #d1d1d1;
  height: 50px;
  position: relative;
  background-color: rgba(209, 209, 209, 0.2);
}

.recommended__table thead th {
  padding-left: 4px;
}

.recommended__table thead th:first-child {
  padding-left: 15.87px;
}

.recommended__table thead th {
  color: #858c95;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  vertical-align: middle;
  position: relative;
}

.recommended__table thead th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.recommended__table thead th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.recommended__table tbody td {
  padding: 20px 39px 20px 0px;
  color: rgba(50, 53, 57, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}

.recommended__table tbody td:first-child {
  padding-left: 16px;
  font-weight: 600;
  border-left: 1px solid #d1d1d1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 195px;
}

.recommended__table tbody td:last-child {
  border-right: 1px solid #d1d1d1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.recommended__table tbody td:nth-child(2) p {
  max-width: 330px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommended__table tbody td a {
  border-radius: 7px;
  background: #3470e1;
  color: #fff;
  padding: 13px 21.5px;
  border: none;
  word-break: keep-all;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) and (min-width: 576px) {
  .working__script {
    transform: none;
    margin-top: 0;
  }

  .culture .general-title h2 {
    text-align: center;
    width: 100%;
  }

  .culture .service__content {
    margin-top: 0;
  }

  .banner__content {
    top: 50%;
  }
  /* banner
  .banner__img img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    object-position: 82% center;
  }

  .banner__content {
    position: unset;
    translate: unset;
    padding-top: 24px;
  }


  .banner .banner__content--title {
    color: #323539;
    text-align: center;
    font-family: Renogare;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-shadow: none;
    margin: 12px 0 0;
  }

  .banner__content--title .break {
    display: block;
  }

  .banner__content .line {
    width: 50px;
    height: 4px;
    margin: 26px 0;
  }

  .banner__content--script {
    color: #323739;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-shadow: none;
    margin: 0 43px;
  } */
}

@media screen and (max-width: 576px) {
  /* banner */
  .banner__img img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    object-position: 82% center;
  }

  .banner__content {
    position: unset;
    translate: unset;
  }

  .banner__content--button {
    display: none;
  }

  .banner .banner__content--title {
    color: #323539;
    text-align: center;
    font-family: Renogare;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-shadow: none;
    margin: 53px 0 0;
  }

  .banner__content--title .break {
    display: block;
  }

  .banner__content .line {
    width: 50px;
    height: 4px;
    margin: 26px 0;
  }

  .banner__content--script {
    color: #323739;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-shadow: none;
    margin: 0 43px;
  }

  /* culture */
  .culture .service__content-mobile .title {
    color: #252525;
  }

  .culture .service__content-mobile .cta-link {
    display: none;
  }

  .culture .general-title .left::after {
    margin: 36px auto 28px;
  }

  .culture .service__content-mobile .service__content-item {
    margin-bottom: 16px;
  }

  .culture .service__content-mobile .service__content-item:hover .title {
    color: #1e1e1e;
    font-weight: 700;
  }

  .culture__box {
    display: none;
  }

  /* working */
  .working .general-title,
  .gallery .general-title {
    padding-top: 0;
  }

  .working__script {
    padding: 0 20px;
    margin: auto;
    margin-top: 36px;
    display: none;
  }

  html[lang="en"] .working .general-title .left > p,
  html[lang="vi"] .working .general-title .left > p {
    margin: 8px 7px 0;
    color: #323539;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.16px;
  }

  .working .general-title .left::after {
    margin-bottom: 0px;
  }

  .working__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0;
    gap: 0;
  }

  .working__grid-item {
    border: none;
    box-shadow: none;
  }

  .working__title {
    font-family: "Inter";
  }

  /* gallery */
  .gallery {
    margin-bottom: 0;
  }

  .gallery__img {
    display: none;
  }

  .gallery .general-title .left::after {
    margin-bottom: 36px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 52.12px;
    height: 5px;
  }

  .owl-item:not(.center) .item .non-center {
    display: none;
  }

  .owl-item:not(.center) .item::before {
    background-color: unset;
    backdrop-filter: blur(3.5px);
  }

  .owl-carousel .owl-item .item {
    height: 160px;
    width: 248px;
  }

  .gallery .owl-carousel.owl-theme .owl-dots button {
    margin: 0;
  }

  .gallery
    .slide__content.owl-carousel.owl-theme
    .owl-dots
    button.owl-dot
    span {
    width: 55px;
    height: 5px;
    margin-top: 2px;
  }

  /* recommended */
  .recommended .container {
    padding: 0 25px;
  }

  /* recommended top */

  .recommended__top {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0;
  }

  .general-title .left::after {
    margin-bottom: 0;
  }

  .recommended__filter {
    display: block;
  }

  .recommended__filter-heading {
    display: block;
    color: #323539;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
    margin-bottom: 8px;
  }

  .recommended__filter input {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }

  .recommended__filter-title + .select2-container {
    display: block;
    margin-bottom: 16px;
  }

  .recommended__filter-title
    + .select2-container--default
    .select2-selection--single
    .select2-selection__rendered::after,
  .select2-container--default .select2-search--dropdown::after {
    right: 17px;
  }

  .recommended__filter-title + .select2-container,
  .recommended__filter-location + .select2-container {
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #e5e5e7;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background-color: #f8f9fb;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 12px 16px;
  }

  .recommended__jobs {
    display: none;
  }

  /* recommended table */
  .recommended__table {
    overflow: hidden;
    border-radius: 5px;
    border-top: 0.5px solid #858c95;
    border-left: 0.5px solid #858c95;
    border-right: 0.5px solid #858c95;
    margin-bottom: 40px;
  }

  .recommended__table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
  }

  .recommended__table th:nth-child(2),
  .recommended__table th:nth-child(3),
  .recommended__table th:nth-child(5),
  .recommended__table td:nth-child(2),
  .recommended__table td:nth-child(3),
  .recommended__table td:nth-child(5) {
    display: none;
  }

  .recommended__table thead {
    background-color: unset;
    border: none;
    border-bottom: 0.5px solid #858c95;
  }

  .recommended__table thead th,
  .recommended__table tbody td {
    border-bottom: 0.5px solid #858c95;
    border-right: 0.5px solid #858c95;
  }

  .recommended__table thead th:first-child {
    border-bottom-left-radius: unset;
  }

  .recommended__table tbody td:first-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-left: none;
  }

  .recommended__table thead th:last-child {
    border-bottom-right-radius: unset;
    border-right: none;
  }

  .recommended__table tbody td:last-child {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: none;
  }

  .recommended__table thead th {
    color: #323539;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.14px;
    padding-left: 15px;
  }

  .recommended__table thead th:nth-child(4) {
    padding: 0 15px;
  }

  .recommended__table tbody td:nth-child(4) {
    text-align: center;
  }

  .recommended__table tbody td,
  .recommended__table tbody td:first-child {
    color: #323539;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.13px;
  }

  .recommended__table tbody td {
    padding: 28px 11px;
  }

  .recommended__table tbody td:first-child {
    padding: 28px 17px;
  }

  .recommended__table tbody td a {
    padding: 10px 8.5px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 20px;
    text-wrap: nowrap;
  }

  .recommended__filter-location
    + .select2-container
    .select2-selection--single {
    border: none;
  }

  .select2-dropdown {
    top: -50px;
  }
}
