body {
  font-family: "Roboto", sans-serif !important;
  --main-color: #1a4485;
}

.base-truncate-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.base-truncate-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.base-truncate-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.collapse.show {
  visibility: visible;
}

.prose .button-orange {
  color: white;
}

.prose .data-info .item .text h3 {
  margin-top: 6px !important;
  color: white;
}

#ttu-new-landing li::marker {
  color: black;
}

.outbound-box .thread h3,
.outbound-box .thread .our-custom,
.outbound-box .thread .our-source {
  color: white;
}

#ttu-new-landing .text-primary-color {
  color: var(--main-color);
}

#ttu-new-landing .faq .container-fluid .title {
  margin-bottom: 30px !important;
}

.brand .brand-top {
  margin-top: 15% !important;
}

/* Main css */
#ttu-new-landing .primary-text-color {
  color: var(--main-color);
}

#ttu-new-landing .bg-primary-color {
  background-color: var(--main-color);
}

#ttu-new-landing .filter-gray-color {
  filter: invert(79%) sepia(5%) saturate(218%) hue-rotate(314deg) brightness(85%) contrast(86%);
}

#ttu-new-landing .filter-white-color {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(248deg) brightness(106%) contrast(101%);
}

#ttu-new-landing .filter-mainstream-color {
  filter: invert(20%) sepia(85%) saturate(999%) hue-rotate(192deg) brightness(97%) contrast(97%);
}

#ttu-new-landing .arrow-right {
  transform: rotate(180deg);
}

#ttu-new-landing .filter-black-chevron-down {
  filter: invert(12%) sepia(10%) saturate(2715%) hue-rotate(172deg) brightness(92%) contrast(89%);
}

#ttu-new-landing .btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
}

#ttu-new-landing .box-dashed-left {
  position: absolute;
  left: -3rem;
  top: -3rem;
  z-index: 1;
}

#ttu-new-landing .box-dashed-right {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  z-index: 1;
}

#ttu-new-landing .custom-container {
  max-width: 1250px;
}

#ttu-new-landing header .menu-desktop {
  display: flex;
  align-items: center;
  gap: 16px;
}

#ttu-new-landing header .menu-desktop .btn-translate,
#offcanvas-header .btn-translate {
  border-radius: 8px;
}

#offcanvas-header .btn-translate {
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: none;
}

#ttu-new-landing header .menu-desktop .btn-item,
#offcanvas-header .btn-translate .btn-item {
  height: 38px;
  width: 65px;
  text-align: center;
  background-color: rgba(26, 68, 133, 0.06);
  color: var(--main-color);
  transition: all 0.2s ease-in-out 0s;
  box-shadow: none;
  outline: none;
}

#ttu-new-landing header .menu-desktop .btn-item.active,
#offcanvas-header .btn-translate .btn-item.active {
  background-color: var(--main-color);
  color: white;
  transition: all 0.2s ease-in-out 0s;
}

#ttu-new-landing header .menu-desktop .btn-item:first-child,
#offcanvas-header .btn-translate .btn-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#ttu-new-landing header .menu-desktop .btn-item:last-child,
#offcanvas-header .btn-translate .btn-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#ttu-new-landing header .menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-color: white;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  transition: height 0.2s ease-in-out;
}

#ttu-new-landing header .menu-mobile.active {
  padding: 16px;
  height: max-content;
  pointer-events: auto;
  visibility: visible;
  transition: height 0.2s ease-in-out;
}

#ttu-new-landing .menu-mobile-btn-wrapper {
  display: none;
  padding: 16px 0;
  cursor: pointer;
}

#ttu-new-landing .menu-mobile-btn,
#ttu-new-landing .menu-mobile-btn::before,
#ttu-new-landing .menu-mobile-btn::after {
  display: block;
  cursor: pointer;
  background-color: #1a4485;
  height: 3px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

#ttu-new-landing .menu-mobile-btn.active {
  background: rgba(255, 255, 255, 0);
}

#ttu-new-landing .menu-mobile-btn::before {
  content: "";
  margin-top: -8px;
  margin-bottom: 8px;
  position: absolute;
}

#ttu-new-landing .menu-mobile-btn.active::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#ttu-new-landing .menu-mobile-btn::after {
  content: "";
  margin-top: 8px;
  position: absolute;
}

#ttu-new-landing .menu-mobile-btn.active::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#ttu-new-landing header .contact-btn {
  background-color: #1a4485;
  height: 40px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  color: white;
  border-radius: 6px;
  font-size: 14px;
}

#ttu-new-landing .banner {
  width: 100%;
  position: relative;
}

#ttu-new-landing .banner>img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ttu-new-landing .banner .box {
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  max-width: 640px;
  padding: 32px 0;
}

#ttu-new-landing .banner .box .box-title {
  color: #1a4485;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}

#ttu-new-landing .banner .box .box-subtitle {
  color: #000000;
  font-size: 18px;
  max-width: 400px;
}

#ttu-new-landing .banner .img-banner-collection {
  height: 600px;
  border-radius: 6px;
  overflow: hidden;
}

#ttu-new-landing .contact-button-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a4485;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  height: 78px;
  width: 100%;
  max-width: max-content;
  min-width: 287px;
}

#ttu-new-landing .featured-jobs .jobs-box {
  background-color: #1a44850f;
  padding: 32px;
  border-radius: 6px;
}

#ttu-new-landing .featured-jobs .jobs-box .no-data {
  font-size: 24px;
  color: #666;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ttu-new-landing .featured-jobs-swiper {
  height: 450px;
  padding-bottom: 24px;
}

#ttu-new-landing .featured-jobs-swiper .loading-item {
  width: 100%;
  height: 200px;
  background-color: white;
  border-radius: 8px;
}

#ttu-new-landing .featured-jobs-swiper .swiper-pagination {
  bottom: -4px;
}

#ttu-new-landing .featured-jobs-swiper .swiper-slide {
  height: calc(50% - 12px);
  width: calc(100% / 3);
}

@media screen and (max-width: 1023px) {
  #ttu-new-landing .featured-jobs-swiper .swiper-slide {
    height: calc(50% - 12px);
    width: calc(100% / 2 - 12px);
  }
}

@media screen and (max-width: 767px) {
  .brand .brand-top {
    margin: 20px 0 !important;
  }

  #ttu-new-landing .faq .container-fluid .title {
    margin: 20px auto !important;
  }

  #ttu-new-landing .featured-jobs-swiper .swiper-slide {
    height: calc(50% - 12px);
    width: 100%;
  }

  #offcanvas-header .btn-translate {
    display: flex;
  }
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card {
  padding: 16px;
  border-radius: 6px;
  background-color: white;
  border-left: 6px solid transparent;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .job-card-image {
  width: 92px;
  height: 94px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
  flex-grow: 0;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .title-card {
  font-weight: 500;
  line-height: normal;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .sub-title-card {
  color: #666;
  font-size: 14px;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .label-box {
  padding: 8px;
  background-color: #f3f3f3;
  color: #666;
  width: fit-content;
  font-size: 12px;
  border-radius: 8px;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .label-box.salary {
  color: #004b67;
  font-weight: 700;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .save-icon {
  flex-shrink: 0;
  flex-grow: 0;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .applied-count {
  color: #666;
  width: fit-content;
  font-size: 12px;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .employee-count {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card .employee-count .employee-number {
  display: flex;
  align-items: center;
  color: #004b67;
  font-size: 14px;
  font-weight: 700;
  gap: 0.25rem;
}

#ttu-new-landing .featured-jobs-swiper .featured-jobs-card hr {
  margin: 16px 0 4px;
}

#ttu-new-landing .featured-jobs .jobs-box .featured-jobs-swiper .featured-jobs-card.vip-card:before {
  background: #004b67;
  background: linear-gradient(180deg,
      #004b67bf,
      #004b6799 50%,
      #004b6766 75%,
      #004b6740);
  border-radius: 5px 0 0 5px;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004b67", endColorstr="#004b67", GradientType=1);
  left: -6px !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 6px;
  z-index: 0;
}

#ttu-new-landing .outsources .service-title,
#ttu-new-landing .job-match .job-match-title {
  font-weight: bold;
}

#ttu-new-landing .job-match .hegka-logo {
  width: 150px;
}

#ttu-new-landing .outsources .service-btn,
#ttu-new-landing .job-match .service-btn {
  background-color: white;
  color: black;
  height: 80px;
  padding: 32px;
  max-width: 576px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  width: 100%;
  text-transform: capitalize;
}

#ttu-new-landing .job-match .service-btn {
  height: 124px;
  overflow: hidden;
}

#ttu-new-landing .outsources .service-btn img,
#ttu-new-landing .job-match .service-btn img:last-child {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(248deg) brightness(106%) contrast(101%);
  transition: width 0.2s ease-in-out;
}

#ttu-new-landing .outsources .service-btn.active,
#ttu-new-landing .outsources .service-btn:hover,
#ttu-new-landing .job-match .service-btn.active,
#ttu-new-landing .job-match .service-btn:hover {
  background-color: rgba(26, 68, 133, 0.07);
  color: var(--main-color);
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

#ttu-new-landing .outsources .service-btn.active img,
#ttu-new-landing .outsources .service-btn:hover img,
#ttu-new-landing .job-match .service-btn.active img:last-child,
#ttu-new-landing .job-match .service-btn:hover img:last-child {
  filter: invert(20%) sepia(85%) saturate(999%) hue-rotate(192deg) brightness(97%) contrast(97%);
  transition: width 0.2s ease-in-out;
}

#ttu-new-landing .outsources .right-services {
  max-height: 600px;
}

#ttu-new-landing .brands .sub-title,
#ttu-new-landing .leading-choose .sub-title,
#ttu-new-landing .outsources .sub-title,
#ttu-new-landing .contact-center .sub-title,
#ttu-new-landing .testimonial .sub-title,
#ttu-new-landing .certificates .sub-title,
#ttu-new-landing .featured-jobs .sub-title {
  font-size: 38px;
  font-weight: 400;
}

#ttu-new-landing .brands .end-title {
  font-size: 38px;
  max-width: 700px;
  margin: 2.5rem auto 0 !important;
}

#ttu-new-landing .brands .brand-cooperation-list {
  display: none;
  width: 100%;
  justify-content: flex-start;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px auto 24px;
}

#ttu-new-landing .brands .brand-cooperation-mobile {
  height: 350px;
  padding-bottom: 24px;
}

#ttu-new-landing .brands .brand-cooperation-mobile .brand-swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 7px;
  border-radius: 4px;
}

#ttu-new-landing .brands .brand-cooperation-mobile .brand-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}


#ttu-new-landing .brand-cooperation-list .logo-image,
#ttu-new-landing .brand-cooperation-mobile .logo-image {
  width: calc(100% / 5 - 26px);
  height: 150px;
}

#ttu-new-landing .purpose-driven {
  background-color: #1a44850f;
  padding: 32px;
  min-height: 560px;
}

#ttu-new-landing .purpose-driven .purpose-wrapper {
  max-width: 1032px;
  width: 100%;
  margin: auto;
  z-index: 2;
}

#ttu-new-landing .purpose-wrapper .sub-title {
  color: #1a4485;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#ttu-new-landing .purpose-wrapper .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}

#ttu-new-landing .purpose-wrapper .contact-button,
#ttu-new-landing .offshore-staffing .offshore-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a4485;
  color: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px 20px;
  border: none;
  margin-top: 20px;
  height: 78px;
  width: 100%;
  max-width: 300px;
}

#ttu-new-landing .card-wrapper .card-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  gap: 12px;
}

#ttu-new-landing .card-item .card-image {
  width: 100%;
  height: 285px;
}

#ttu-new-landing .card-item .card-image img {
  object-fit: contain;
  object-position: left bottom;
}

#ttu-new-landing .card-item .content {
  max-width: 390px;
}

#ttu-new-landing .card-item .card-button {
  margin-top: auto;
  font-weight: 400;
  border-bottom: 2px solid #1a4485;
}

#ttu-new-landing .customer-service {
  background-color: #1a44850f;
  padding: 32px;
  min-height: 560px;
  margin-bottom: 300px;
  border-radius: 6px;
}

#ttu-new-landing .customer-service .customer-image {
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}

#ttu-new-landing .customer-service .customer-service-content .first-content {
  font-size: 43px;
  font-weight: 400;
  text-align: left;
  max-width: 700px;
}

#ttu-new-landing .customer-service .customer-service-content .second-content {
  font-size: 22px;
  font-weight: 400;
  max-width: 450px;
  line-height: 44.5px;
}

#ttu-new-landing .contact-center .sub-title {
  line-height: 58px;
  max-width: 710px;
}

#ttu-new-landing .swiper {
  width: 100%;
  overflow: hidden;
}

#ttu-new-landing .contact-center .contact-center-swiper {
  padding: 2.5rem 0;
}

#ttu-new-landing .contact-center .contact-center-swiper .swiper-slide {
  background-color: #1a44850f;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}

#ttu-new-landing .contact-center .contact-center-swiper .swiper-slide img {
  width: 50px;
  height: 50px;
}

#ttu-new-landing .contact-center-swiper .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 8px;
  transition: all 0.4s ease-in-out 0s;
}

#ttu-new-landing .contact-center .contact-center-swiper .swiper-slide .title-content {
  color: #1a4485;
  font-size: 26px;
  font-weight: 500;
}

#ttu-new-landing .contact-center .contact-center-swiper .swiper-slide .description {
  font-size: 22px;
}

#ttu-new-landing .contact-center .contact-swiper-control,
#ttu-new-landing .testimonial .testimonial-swiper-control,
#ttu-new-landing .certificates .certificate-swiper-control {
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  border: 0.5px solid #1a4485;
  margin-left: auto;
  margin-top: -109px;
}

#ttu-new-landing .contact-center .contact-swiper-control .control-btn,
#ttu-new-landing .testimonial .testimonial-swiper-control .control-btn,
#ttu-new-landing .certificates .certificate-swiper-control .control-btn {
  height: 85px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa4a4;
}

#ttu-new-landing .contact-center .contact-swiper-control .control-btn:hover,
#ttu-new-landing .testimonial .testimonial-swiper-control .control-btn:hover,
#ttu-new-landing .certificates .certificate-swiper-control .control-btn:hover {
  background-color: #1a4485;
  color: white;
}

#ttu-new-landing .contact-center .contact-swiper-control .control-btn:hover img,
#ttu-new-landing .testimonial .testimonial-swiper-control .control-btn:hover img,
#ttu-new-landing .certificates .certificate-swiper-control .control-btn:hover img {
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(248deg) brightness(106%) contrast(101%);
}

#ttu-new-landing .contact-center .contact-swiper-control .control-btn.swiper-next-btn,
#ttu-new-landing .testimonial .testimonial-swiper-control .control-btn.swiper-next-btn,
#ttu-new-landing .certificates .certificate-swiper-control .control-btn.swiper-next-btn {
  border-left: 1px solid #1a4485;
}

#ttu-new-landing .contact-center .contact-swiper-control .control-btn i,
#ttu-new-landing .testimonial .testimonial-swiper-control .control-btn i,
#ttu-new-landing .certificates .certificate-swiper-control .control-btn i {
  font-size: 33px;
}

#ttu-new-landing .swiper-contact-hr {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("/template/images/v2/thientu-hr-tag.png");
  background-repeat: round;
}

#ttu-new-landing .custom-hr-page {
  width: 100%;
  height: 4px;
  background: url("/template/images/v2/thientu-hr-tag.png");
  background-repeat: round;
  position: relative;
}

#ttu-new-landing .custom-hr-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 200px;
  background-color: rgba(217, 217, 217, 1);
}

#ttu-new-landing .about-thientu .about-wrapper {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 1000px;
  margin: auto;
}

#ttu-new-landing .about-thientu .content-box {
  background-color: #1a4485;
  padding: 48px;
  color: white;
  transform: translateY(-50%);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 3;
}

#ttu-new-landing .about-thientu .content-box .left-box {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 16px;
  flex: 0 0 365px;
}

#ttu-new-landing .about-thientu .content-box .left-box span {
  font-size: 18px;
  font-weight: 500;
}

#ttu-new-landing .about-thientu .content-box .left-box .left-box-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  color: white;
}

#ttu-new-landing .about-thientu .content-box .right-box {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#ttu-new-landing .about-thientu .content-box .join-btn {
  margin: auto;
  background-color: white;
  height: 80px;
  width: 100%;
  max-width: 340px;
  border-radius: 5px;
  color: #1a4485;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#ttu-new-landing .about-thientu .about-wrapper .box-dashed-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform: translate(50%, -55%);
}

#ttu-new-landing .testimonial .testimonial-swiper .swiper-slide {
  background-color: #1a44850f;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}

#ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-title {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}

#ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-author {
  font-size: 24px;
  text-transform: capitalize;
}

#ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-stick {
  width: 100%;
  height: 4px;
  background: url("/template/images/v2/thientu-hr-tag.png");
  position: relative;
  background-repeat: round;
}

#ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-stick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 200px;
  transform: translateY(-50%);
  background-color: #1a4485;
}

#ttu-new-landing .certificates .certificate-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}

#ttu-new-landing .certificates .certificate-swiper .swiper-slide .certificate-img {
  height: 400px;
}

#ttu-new-landing .certificates .certificate-swiper .swiper-slide .certificate-title {
  text-transform: uppercase;
  font-size: 18px;
}

#ttu-new-landing .certificates .certificate-swiper .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 8px;
  transition: all 0.4s ease-in-out 0s;
}

#ttu-new-landing .blog .sub-title {
  font-size: 38px;
}

#ttu-new-landing .blog-swiper .blog-item {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}

#ttu-new-landing .blog-swiper .blog-item:hover .blog-item-information {
  background-color: rgba(26, 68, 133, 0.2);
  transition: all 0.2s ease-in 0s;
}

#ttu-new-landing .blog-swiper .blog-item .blog-item-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#ttu-new-landing .blog-swiper .blog-item .blog-item-information {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 68, 133, 0.4);
  transition: all 0.2s ease-out 0s;
}

#ttu-new-landing .blog-swiper .blog-item .blog-item-information .blog-item-author {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 400;
  font-size: 14px;
}

#ttu-new-landing .blog-swiper .blog-item .blog-item-information .blog-item-author .author-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

#ttu-new-landing .blog-swiper .blog-item .blog-item-information .blog-item-author .author-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ttu-new-landing .blog-swiper .blog-item .blog-item-information .blog-item-title {
  font-weight: bold;
  color: white;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#ttu-new-landing .blog {
  background-color: white !important;
}

#ttu-new-landing .faq .title {
  margin-bottom: 0;
}

#ttu-new-landing .faq .sub-title {
  font-size: 38px;
}

#ttu-new-landing .faq .faq-accordion {
  border-left: 0.5px solid #d9d9d9;
  border-right: 0.5px solid #d9d9d9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

#ttu-new-landing .faq {
  margin: 0 0 3rem !important;
}

#ttu-new-landing .contact-us {
  background-color: #1a44850f;
  padding: 32px;
  min-height: 560px;
  /* display: flex; Sau khi xong CRM thien tu sẽ mở form này  */
  display: flex;
  align-items: center;
}

#ttu-new-landing .contact-us-box {
  width: 100%;
  height: 100%;
}

#ttu-new-landing .contact-us .contact-us-wrapper {
  width: 100%;
  margin: auto;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

#ttu-new-landing .contact-us-wrapper .sub-title {
  color: #1a4485;
  font-size: 20px;
  font-weight: bold;
}

#ttu-new-landing .contact-us-wrapper .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}

#ttu-new-landing .contact-us-wrapper .contact-form {
  width: 100%;
  max-width: 567px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#ttu-new-landing .contact-us-wrapper .contact-form .input-group {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(26, 68, 133, 1);
}

#ttu-new-landing .contact-us-wrapper .contact-form .input-group .input-contact,
#ttu-new-landing .contact-us-wrapper .contact-form .input-group select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
}

#ttu-new-landing .contact-us-wrapper .contact-us-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a4485;
  color: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px 20px;
  border: none;
  margin-top: 20px;
  height: 78px;
  width: 100%;
  max-width: 287px;
}
#ttu-new-landing footer {
    background-color: white;
    padding: 0;
}
#ttu-new-landing .thientu-footer {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}

#ttu-new-landing .thientu-footer .footer-left {
  width: 30%;
  max-width: 450px;
}

#ttu-new-landing .thientu-footer .footer-right {
  flex: 1;
}

#ttu-new-landing .thientu-footer .contact-box-footer {
  display: flex;
}

#ttu-new-landing .thientu-footer .footer-logo {
  height: 100px;
  display: flex;
  align-items: center;
}

#ttu-new-landing .thientu-footer .company-information .company-information-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 24px 0;
}

#ttu-new-landing .thientu-footer .company-information .company-information-item:first-child {
  margin-top: 0;
}

#ttu-new-landing .thientu-footer .company-information .company-information-item span {
  max-width: 340px;
}

#ttu-new-landing .thientu-footer .contact-box-footer>span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  height: 100px;
  width: 100%;
  background-color: rgba(243, 243, 243, 1);
  text-align: center;
}

#ttu-new-landing .thientu-footer .contact-box-footer .contact-button-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a4485;
  color: #ffffff;
  font-size: 23px;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  height: 100px;
  max-width: 287px;
  width: 100%;
  text-transform: capitalize;
}

#ttu-new-landing .thientu-footer .link-page {
  display: flex;
  gap: 80px;
}

#ttu-new-landing .thientu-footer .link-page .link-page-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#ttu-new-landing .thientu-footer .link-page .link-page-item h4 {
  font-weight: bold;
  font-size: 28px;
  color: #1a4485;
}

/* Custom accordion */

#ttu-new-landing .accordion {
  background-color: white;
  color: #1c2938;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-bottom: 0.5px solid #d9d9d9;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  height: 60px;
  font-weight: bold;
}

#ttu-new-landing .accordion:last-of-type {
  border-bottom: 0;
}

#ttu-new-landing .accordion .accordion-chevron-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
}

#ttu-new-landing .accordion.active .accordion-chevron-btn {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s ease-in-out 0s;
}

#ttu-new-landing .accordion.active,
#ttu-new-landing .accordion:hover {
  background-color: #eee;
}

#ttu-new-landing .panel {
  padding: 0 20px;
  background-color: white;
  color: #666666;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#ttu-new-landing .panel .panel-custom-ul {
  padding: 0 24px;
  list-style-type: inherit;
}

#ttu-new-landing .panel .panel-custom-ul li {
  margin: 8px auto;
}

/* End Custom accordion */

/* Custom selection */
#ttu-new-landing .ttu-new-custom-select {
  position: relative;
}

#ttu-new-landing .ttu-new-custom-select select {
  display: none;
  /*hide original SELECT element: */
}

#ttu-new-landing .select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
#ttu-new-landing .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #b3b1b1 transparent transparent transparent;
  transition: all 0.2s ease-in-out 0s;
}

/* Point the arrow upwards when the select box is open (active): */
#ttu-new-landing .select-selected.select-arrow-active:after {
  border-color: transparent transparent #b3b1b1 transparent;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}

/* style the items (options), including the selected item: */
#ttu-new-landing .select-items div {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

#ttu-new-landing .select-selected {
  height: 100%;
  display: flex;
  align-items: center;
  color: #666666;
}

/* Style items (options): */
#ttu-new-landing .select-items {
  position: absolute;
  background-color: #b3b1b1;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
#ttu-new-landing .select-hide {
  display: none;
}

#ttu-new-landing .select-items div:hover,
#ttu-new-landing .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* End custom selection */

/* Custom Modal header */
#offcanvas-header {
  transform: translateX(-100%);
  transition: transform 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

#offcanvas-header.show {
  transform: none;
  visibility: visible;
  opacity: 1;
}

#offcanvas-header .modal-header-wrapper {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  max-width: 100%;
  margin: 0;
}

#offcanvas-header .modal-header-wrapper .header-content {
  background-color: white;
  max-width: 300px;
  height: 100vh;
  pointer-events: auto;
  position: relative;
}

#offcanvas-header .modal-header-wrapper .header-content .logo {
  padding-left: 16px;
  padding-right: 16px;
}

#offcanvas-header .modal-header-wrapper .header-content .menu-item {
  text-decoration: none;
  height: 68px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400;
  color: var(--main-color);
  transition: all 0.4s ease-in-out 0s;
  text-transform: capitalize;
  cursor: pointer;
}

#offcanvas-header .modal-header-wrapper .header-content .menu-item:hover {
  background-color: rgba(26, 68, 133, 0.12);
  transition: all 0.4s ease-in-out 0s;
}

#offcanvas-header .modal-header-wrapper .header-content .menu-item.active {
  font-weight: 600;
}

#offcanvas-header .modal-header-wrapper .header-content .menu-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

#offcanvas-header .modal-header-wrapper .header-content .sub-menu {
  width: 300px;
  height: 100vh;
  transform: none;
  background-color: #e9ecef;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0.2s;
  pointer-events: none;
}

#offcanvas-header .modal-header-wrapper .header-content .sub-menu.sub-level-1 {
  transform: translateX(100%);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#offcanvas-header .modal-header-wrapper .header-content .sub-menu.sub-level-2 {
  transform: translateX(200%);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#offcanvas-header .modal-header-wrapper .header-content .sub-menu .fake-logo {
  height: calc(65px + 1rem + 16px);
}

#offcanvas-header .modal-header-wrapper .header-content .sub-menu .back-menu-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 16px;
  color: black;
}

#offcanvas-header .modal-header-wrapper .close-btn {
  height: 40px;
  width: 40px;
  pointer-events: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: none;
  outline: none;
}

/* End Custom modal */

/* Custom Prose Tailwind */
.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin: 0 !important;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin: 0;
}

.prose button,
.prose a {
  text-decoration: none;
}

/* Custom Tiktok frame */
.video-item {}

.tiktok-embed {
  padding: 0;
  margin: 0 !important;
  height: 575px;
  border: 0;
  border-radius: 8px;
}

.tiktok-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* Start Responsive */


@media screen and (max-width: 1349px) {
  #ttu-new-landing .main-wrapper {
    overflow-x: hidden;
    overflow-y: clip;
    padding: 0 16px;
  }

  #ttu-new-landing header .custom-container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1279px) {
  #ttu-new-landing .about-thientu .content-box {
    padding: 32px;
  }

  #ttu-new-landing .about-thientu .content-box .left-box {
    flex: 1;
  }

  #ttu-new-landing .about-thientu .content-box .left-box .left-box-title {
    font-size: 32px;
    max-width: 85%;
  }

  #ttu-new-landing .about-thientu .content-box .right-box {
    font-size: 16px;
    flex: 1;
  }

  #ttu-new-landing .about-thientu .content-box .join-btn {
    height: 60px;
  }

  #ttu-new-landing .thientu-footer .contact-box-footer>span {
    font-size: 18px;
    height: 80px;
  }

  #ttu-new-landing .thientu-footer .contact-box-footer .contact-button-footer,
  #ttu-new-landing .thientu-footer .footer-logo {
    height: 80px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1249px) {
  #ttu-new-landing footer {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1023px) {
  #ttu-new-landing .custom-container {
    width: 100%;
    max-width: 100% !important;
  }

  #ttu-new-landing .outsource-swiper .card-item .card-image {
    height: 205px;
  }

  #ttu-new-landing .thientu-footer {
    gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  #ttu-new-landing .main-wrapper {
    gap: 3rem;
  }

  #ttu-new-landing .menu-mobile-btn-wrapper {
    display: block;
  }

  #ttu-new-landing .brands .brand-cooperation-list {
    display: none;
  }

  #ttu-new-landing .customer-service {
    margin-bottom: 200px;
  }

  #ttu-new-landing .customer-service .customer-image {
    max-width: 500px;
    max-height: 400px;
    top: 25%;
  }

  #ttu-new-landing .about-thientu .about-wrapper {
    width: 90%;
  }

  #ttu-new-landing .about-thientu .content-box {
    transform: translateY(-100px);
  }

  #ttu-new-landing .about-thientu .content-box div {
    flex-direction: column;
  }

  #ttu-new-landing .about-thientu .content-box .left-box .left-box-title {
    max-width: max-content;
    font-size: 28px;
  }

  #ttu-new-landing .about-thientu .content-box .join-btn {
    max-width: 100%;
  }

  #ttu-new-landing .about-thientu .about-wrapper .box-dashed-logo {
    transform: translate(30%, -5%) scale(0.8);
  }

  #ttu-new-landing .box-dashed-left {
    top: -3rem;
    transform: scale(0.7);
  }

  #ttu-new-landing .box-dashed-right {
    bottom: -3rem;
    transform: scale(0.7);
  }

  #ttu-new-landing .brands .end-title {
    margin-top: 8px;
  }

  #ttu-new-landing .purpose-wrapper .title,
  #ttu-new-landing .leading-choose .sub-title,
  #ttu-new-landing .brands .end-title,
  #ttu-new-landing .brands .sub-title,
  #ttu-new-landing .outsources .sub-title,
  #ttu-new-landing .featured-jobs .sub-title {
    font-size: 28px;
  }

  #ttu-new-landing .purpose-wrapper .contact-button,
  #ttu-new-landing .offshore-staffing .offshore-button {
    height: 46px;
    font-size: 14px;
    width: 80%;
  }

  #ttu-new-landing .purpose-driven {
    margin: 2rem auto;
  }

  #ttu-new-landing .purpose-wrapper .contact-button img,
  #ttu-new-landing .offshore-staffing .offshore-button img {
    width: 20px;
    height: 20px;
  }

  #ttu-new-landing .customer-service-content {
    flex-direction: column;
  }

  #ttu-new-landing .customer-service .customer-service-content .first-content {
    font-size: 28px;
  }

  #ttu-new-landing .customer-service .customer-service-content .second-content {
    font-size: 18px;
    max-width: 100%;
  }

  #ttu-new-landing .contact-center .sub-title,
  #ttu-new-landing .testimonial .sub-title,
  #ttu-new-landing .certificates .sub-title,
  #ttu-new-landing .blog .sub-title,
  #ttu-new-landing .faq .sub-title {
    font-size: 34px;
    line-height: 56px;
    padding-right: calc(80px * 2 + 16px);
  }

  #ttu-new-landing .blog .sub-title,
  #ttu-new-landing .faq .sub-title {
    padding-right: 0;
    font-size: 24px;
    line-height: 1.6;
  }

  #ttu-new-landing .blog .title {
    padding: 0 16px;
  }

  #ttu-new-landing .contact-center .contact-swiper-control .control-btn,
  #ttu-new-landing .testimonial .testimonial-swiper-control .control-btn,
  #ttu-new-landing .certificates .certificate-swiper-control .control-btn {
    height: 75px;
    width: 80px;
  }

  #ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-title {
    font-size: 22px;
  }

  #ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-stick::before {
    width: 40%;
  }

  #ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-author {
    font-size: 18px;
  }

  #ttu-new-landing .contact-us-wrapper .title {
    font-size: 32px;
  }

  #ttu-new-landing .thientu-footer {
    flex-direction: column;
  }

  #ttu-new-landing .thientu-footer .footer-left {
    width: 100%;
    max-width: 100%;
  }

  #ttu-new-landing .thientu-footer .company-information .company-information-item span {
    max-width: max-content;
  }

  #ttu-new-landing .thientu-footer .contact-box-footer {
    flex-direction: column;
  }

  #ttu-new-landing .thientu-footer .contact-box-footer .contact-button-footer {
    max-width: 100%;
  }

  #ttu-new-landing .thientu-footer .link-page {
    gap: 24px;
  }

  #ttu-new-landing .thientu-footer .link-page .link-page-item h4 {
    font-size: 24px;
  }

  #ttu-new-landing footer .copy-right {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }

  #ttu-new-landing .thientu-footer .contact-box-footer>span {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #ttu-new-landing header .contact-btn {
    border: 1px solid white;
    flex: 0 0 auto;
  }

  #offcanvas-header .modal-header-wrapper .header-content .sub-menu .back-menu-mobile {
    display: flex;
  }

  #ttu-new-landing header {
    background-color: var(--main-color);
    height: 54px;
  }

  #ttu-new-landing header #logo {
    width: 100px;
    object-fit: contain;
  }

  #ttu-new-landing header .header-mobile-text {
    font-size: 20px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
  }

  #ttu-new-landing header .menu-desktop {
    display: none;
  }

  #ttu-new-landing .main-wrapper {
    padding: 0;
    margin: 0;
  }

  #ttu-new-landing footer {
    padding-bottom: 100px;
  }

  #ttu-new-landing .swiper-contact-hr {
    left: 17px;
    width: calc(100% - 34px);
  }

  #ttu-new-landing .box-dashed-left {
    top: 0;
    left: 0;
    transform: translate(calc(-80% + 8px), calc(-20% + 8px));
  }

  #ttu-new-landing .box-dashed-right {
    bottom: 0;
    right: 0;
    transform: translate(calc(80% - 8px), calc(20% - 8px));
  }

  #ttu-new-landing .brands .brand-cooperation-mobile {
    height: 250px;
  }

  #ttu-new-landing .contact-center .title,
  #ttu-new-landing .certificates .title,
  #ttu-new-landing .testimonial .title {
    padding: 0 16px;
  }

  #ttu-new-landing .testimonial .testimonial-swiper .swiper-slide .testimonial-title {
    font-size: 18px;
  }

  #ttu-new-landing .purpose-wrapper .title,
  #ttu-new-landing .leading-choose .sub-title,
  #ttu-new-landing .brands .end-title,
  #ttu-new-landing .brands .sub-title,
  #ttu-new-landing .outsources .sub-title,
  #ttu-new-landing .featured-jobs .sub-title {
    font-size: 20px;
    line-height: 1.6;
  }

  #ttu-new-landing .contact-center .contact-swiper-control .control-btn,
  #ttu-new-landing .testimonial .testimonial-swiper-control .control-btn,
  #ttu-new-landing .certificates .certificate-swiper-control .control-btn {
    height: 40px;
    width: 50px;
  }

  #ttu-new-landing .contact-center .contact-swiper-control .control-btn img,
  #ttu-new-landing .testimonial .testimonial-swiper-control .control-btn img,
  #ttu-new-landing .certificates .certificate-swiper-control .control-btn img {
    width: 20px;
    height: 20px;
  }

  #ttu-new-landing .contact-center .sub-title,
  #ttu-new-landing .testimonial .sub-title,
  #ttu-new-landing .certificates .sub-title {
    padding: 0 16px;
    padding-right: 124px;
    font-size: 20px;
    line-height: 1.6;
  }

  #ttu-new-landing .blog .sub-title {
    padding: 0 16px;
  }

  #ttu-new-landing .contact-center .contact-swiper-control,
  #ttu-new-landing .testimonial .testimonial-swiper-control,
  #ttu-new-landing .certificates .certificate-swiper-control {
    margin-top: -64px;
    margin-right: 16px;
  }

  #ttu-new-landing .contact-center .contact-center-swiper,
  #ttu-new-landing .certificate-swiper {
    padding: 16px 16px 2.5rem;
  }

  #ttu-new-landing .blog-swiper,
  #ttu-new-landing .testimonial .testimonial-swiper {
    padding: 16px;
  }

  #ttu-new-landing .contact-center .contact-center-swiper .swiper-slide,
  #ttu-new-landing .certificate-swiper .swiper-slide,
  #ttu-new-landing .blog-swiper .swiper-slide,
  #ttu-new-landing .testimonial .testimonial-swiper .swiper-slide {
    padding: 16px;
    width: 80% !important;
    margin-right: 16px;
  }

  #ttu-new-landing .blog-swiper .swiper-slide {
    padding: 0;
  }

  #ttu-new-landing .contact-center .contact-center-swiper .swiper-slide:last-child,
  #ttu-new-landing .certificate-swiper .swiper-slide:last-child,
  #ttu-new-landing .blog-swiper .swiper-slide:last-child {
    margin-right: 0;
  }

  #ttu-new-landing .outsource-swiper .card-item .card-image {
    height: 150px;
  }

  #ttu-new-landing .outsource-swiper .card-item .card-button {
    font-size: 14px;
  }

  #ttu-new-landing .customer-service .customer-service-content .first-content {
    font-size: 20px;
  }

  #ttu-new-landing .customer-service .customer-service-content .second-content {
    font-size: 16px;
    line-height: 1.8;
  }

  #ttu-new-landing .about-thientu .about-wrapper {
    width: calc(100% - 32px);
  }

  #ttu-new-landing .about-thientu .content-box .left-box .left-box-title {
    font-size: 18px;
    line-height: 1.6;
  }

  #ttu-new-landing .about-thientu .content-box .join-btn {
    height: 50px;
  }

  #ttu-new-landing .about-thientu .content-box .join-btn img {
    height: 20px;
    width: 20px;
  }

  #ttu-new-landing .about-thientu .about-wrapper .box-dashed-logo {
    transform: translate(84%, -25%);
  }

  #ttu-new-landing .certificates .certificate-swiper .swiper-slide .certificate-img {
    height: 300px;
  }

  #ttu-new-landing .certificates .certificate-swiper .swiper-slide {
    width: 76% !important;
  }

  #ttu-new-landing .brands .end-title {
    font-weight: bold;
    max-width: 340px;
  }

  #ttu-new-landing .banner>img {
    object-position: 69%;
  }

  #ttu-new-landing .banner .box {
    max-width: 100%;
    bottom: 60px;
    padding: 16px;
  }

  #ttu-new-landing .banner .box .box-title {
    font-size: 28px;
    line-height: normal;
    max-width: 280px;
    margin-bottom: 0;
  }

  #ttu-new-landing .banner .box .box-subtitle {
    color: rgb(0 0 0 / 95%);
    margin: 0;
  }

  #ttu-new-landing .contact-button-banner {
    height: 60px;
    max-width: 320px;
    font-size: 14px;
    padding: 20px 16px;
    justify-content: space-around;
  }

  #ttu-new-landing .contact-button-banner img {
    width: 20px;
    height: 20px;
  }

  #ttu-new-landing .banner .img-banner-collection {
    padding: 0 16px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  #ttu-new-landing .banner .img-banner-collection img {
    border-radius: 8px;
  }

  #ttu-new-landing .outsources .service-btn,
  #ttu-new-landing .job-match .service-btn {
    max-width: 100%;
    font-size: 18px;
  }

  #ttu-new-landing .job-match .service-btn {
    padding: 16px;
  }

  #ttu-new-landing .job-match .service-btn h4 {
    font-size: 18px;
  }

  #ttu-new-landing .job-match .service-btn span {
    font-size: 14px;
  }

  #ttu-new-landing .outsources .right-services {
    max-height: 500px;
  }

  #ttu-new-landing .job-match .hegka-logo {
    width: 90px;
  }

  #ttu-new-landing .featured-jobs .title,
  #ttu-new-landing .featured-jobs .sub-title {
    padding: 0 16px;
  }

  #ttu-new-landing .featured-jobs .jobs-box {
    padding: 24px;
  }

  /* Offcanvas responsive */
  #offcanvas-header {
    transform: translateY(100%);
    transition: all 0.2s ease-out;
  }

  #offcanvas-header.show {
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    padding: 0 !important;
  }

  #offcanvas-header .modal-header-wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }

  #offcanvas-header .modal-header-wrapper .header-content {
    max-width: 100%;
    height: fit-content;
    width: 100%;
    padding-top: 24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-bottom: 62px;
    position: absolute;
    bottom: 0;
  }

  #offcanvas-header .modal-header-wrapper .header-content .menu-item:hover {
    background-color: transparent;
  }

  #offcanvas-header .modal-header-wrapper .close-btn {
    display: none;
  }

  #offcanvas-header .modal-header-wrapper .header-content .sub-menu {
    width: 100%;
    background-color: white;
    padding-top: 24px;
    padding-bottom: 62px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: all 0.2s ease-out;
    height: 100%;
    z-index: 1;
  }

  #offcanvas-header .modal-header-wrapper .header-content .sub-menu .fake-logo {
    display: none;
  }

  #offcanvas-header .modal-header-wrapper .header-content .sub-menu.sub-level-1 {
    transform: translateY(0);
    z-index: 10;
  }

  #offcanvas-header .modal-header-wrapper .header-content .sub-menu.sub-level-2 {
    transform: translateY(0);
    width: 100%;
    z-index: 20;
  }
}

@media screen and (max-width: 567px) {
  #ttu-new-landing .brands .brand-cooperation-mobile {
    height: 170px;
  }

  #ttu-new-landing .contact-us-wrapper .title {
    font-size: 28px;
  }

  #ttu-new-landing .contact-us-wrapper .sub-title {
    margin: 0;
  }

  #ttu-new-landing .box-dashed-right {
    transform: translate(calc(80% - 8px), calc(28% - 8px));
  }

  #ttu-new-landing .accordion {
    height: auto;
    padding-right: 36px;
  }

  #ttu-new-landing .customer-service {
    margin-bottom: 188px;
  }

  #ttu-new-landing .customer-service .customer-image {
    max-width: 300px;
    max-height: 300px;
    bottom: 0px;
    top: unset;
    transform: translate(-50%, 50%) scale(1.5);
    z-index: 2;
  }

  #ttu-new-landing .certificates .certificate-swiper .swiper-slide {
    width: 70% !important;
  }

  #ttu-new-landing .certificates .certificate-swiper .swiper-slide .certificate-title {
    font-size: 16px;
  }

  #ttu-new-landing .outsources .right-services {
    max-height: 320px;
  }

  #ttu-new-landing .job-match .service-btn {
    height: 95px;
  }

  #ttu-new-landing .thientu-footer .link-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 419px) {
  #ttu-new-landing .customer-service {
    margin-bottom: 168px;
  }

  #ttu-new-landing .certificates .certificate-swiper .swiper-slide .certificate-img {
    height: 225px;
  }

  #ttu-new-landing .customer-service .customer-image {
    max-width: 300px;
    max-height: 300px;
    bottom: 0px;
    top: unset;
    transform: translate(-50%, 60%) scale(1.1);
    z-index: 2;
  }

  #ttu-new-landing .job-match .hegka-logo {
    width: 60px;
  }

  #ttu-new-landing .job-match .service-btn .text-box {
    word-break: break-word;
  }

  #ttu-new-landing .featured-jobs-swiper .featured-jobs-card .job-card-image {
    width: 66px;
  }
}

@media screen and (max-width: 374px) {
  #ttu-new-landing .outsources .service-btn {
    padding: 16px;
    font-size: 16px;
  }

  #ttu-new-landing .job-match .service-btn .text-box span {
    white-space: pre-line;
    text-align: left;
  }

  #ttu-new-landing .featured-jobs-swiper .employee-number img {
    width: 14px;
    height: 14px;
  }

  #ttu-new-landing .featured-jobs-swiper .featured-jobs-card .applied-count {
    white-space: nowrap;
  }

  #ttu-new-landing .featured-jobs-swiper .featured-jobs-card .employee-count {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
