* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.2;
}
.container {
  max-width: 1245px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}
input,
button {
  border: none;
  outline: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: inherit;
}
a.linkcolor {
    text-decoration: none;
    color: #ff8100;
}
ul,
li {
  list-style: none;
}
input::placeholder,
select {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.sm {
  display: none !important;
}
.md {
  display: flex !important;
}
/* header */
header {
  background-color: #fff;
}
.header-inner {
  min-height: 88px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-logo {
  max-width: 190px;
  flex-shrink: 0;
}
.header-right {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  justify-content: flex-end;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-menu li a {
  color: #a49a97;
  font-weight: 600;
}
.header-menu li a.active,
.header-menu li a:hover {
  color: #f96115;
}
.header-language {
  display: flex;
  align-items: center;
}
.header-language a {
  display: flex;
}
.header-language a:first-child {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.header-language a:last-child {
  padding-left: 10px;
}
/* main */
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.section-search {
  position: relative;
  background-image: url("./images/bg-search.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 110px;
}
.search-top h2 {
  color: #151312;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
}
    .search-top h2::before {
        content: attr(data-text);
        position: absolute;
        line-height: 1.4;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
        background: linear-gradient( 211.4deg, rgba(249, 97, 21, 0.2) -6.14%, rgba(249, 227, 200, 0) 123.19% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: max-content;
        text-transform: uppercase;
    }
.search-top h2 b {
  color: #f96115;
}
.search-form {
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 4px 13.9px 0px #00000005;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: 22% 22% 22% 22% 12%;
}
.search-form-job {
  padding: 0px 27px;
  border-right: 1px solid #dfd4d1;
}
.search-form-job:first-child {
  padding-left: 0px;
}
.search-form-job:last-of-type {
  border-right: 0px;
}
.search-form-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.search-form-job input {
  background: transparent;
  border: none;
  outline: none;
  min-height: 24px;
  width: 100%;
  font-size: 14px;
}
.search-form-job input::placeholder {
  color: #656565;
}
.search-form-job select {
  border: none;
  outline: none;
  color: #656565;
  width: 100%;
  font-size: 14px;
}
.search-form-btn {
  background: #f96115;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  min-height: 50px;
}
.brand {
  margin-top: 15px;
}
.brand-swiper {
  padding: 0px 150px;
}
.brand-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-swiper .swiper-slide img {
  filter: grayscale(0);
  transition: all 0.3s ease;
}
.brand-swiper .swiper-slide img:hover {
  filter: grayscale(0);
}
.join {
  margin-top: 85px;
}
.join-inner h2 {
  font-size: 35px;
  position: relative;
  font-weight: 900;
  text-align: center;
  padding: 6px 0px;
  line-height: calc(53 / 35);
  margin-bottom: 43px;
}
.join-inner h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 62px;
  background-color: #f96115;
}
.join-inner h2 b {
  color: #f96115;
}
.join-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.join-item {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.join-item:nth-child(2) {
  flex-direction: column-reverse;
}
.join-item-content {
  border: 1px solid #dfd4d1;
  background-color: #fcfcfd;
  border-radius: 12px;
  padding: 24px 24px 50px;
  z-index: 10;
  flex: 1;
}
.join-item-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 4px 10.2px 0px #00000012;
  padding: 12px;
  margin-bottom: 24px;
}
.join-item-content h3 {
  color: #151312;
  font-size: 20px;
  margin-bottom: 8px;
}
.join-item-content p {
  color: #766c68;
  line-height: 1.6;
}
.join-item-img img {
  border-radius: 10px;
}
.recruitment {
  position: relative;
  background-image: url("./images/re-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 55px;
}
.recruitment-inner h2 {
  color: white;
  position: relative;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
    .recruitment-inner h2::before {
        content: attr(data-text);
        position: absolute;
        line-height: 1.5;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) -6.14%, rgba(249, 227, 200, 0) 92.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: max-content;
        text-transform: uppercase;
    }
.recruitment-list-slider {
  padding-bottom: 50px;
}
.recruitment-list-slider .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
.recruitment-list-slider .swiper-pagination-bullet {
  background-color: white;
}
.recruitment-item {
  background: linear-gradient(
    105.36deg,
    #f96115 0.46%,
    rgba(255, 255, 255, 0.3) 54.42%,
    rgba(220, 238, 254, 0) 102.33%
  );
  padding: 15px 24px 24px;
  border-radius: 16px;
  box-shadow: 4px 5px 12.1px 4px #00062a1a;
}
.recruitment-item-top {
  display: flex;
  gap: 12px;
  align-items: center;
}
.recruitment-item-top > span {
  background-color: white;
  border-radius: 8px;
  padding: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment-item-top > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff80;
  gap: 5px;
  flex: 1;
}
.recruitment-item-top > div p {
  display: flex;
  align-items: center;
  gap: 2px;
}
.recruitment-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: white;
}
.why {
  background-image: url("./images/why-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 80px;
}
.why-inner h2 {
  color: #151312;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
    .why-inner h2::before {
        content: attr(data-text);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
        background: linear-gradient( 211.4deg, rgba(249, 97, 21, 0.2) -6.14%, rgba(249, 227, 200, 0) 123.19% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: max-content;
        text-transform: uppercase;
    }
.why-inner h2 b {
  color: #f96115;
}
.why-scale > h3,
.why-benefit > h3,
.why-cul > h3 {
  font-size: 35px;
  position: relative;
  font-weight: 900;
  text-align: center;
  padding: 6px 0px;
  line-height: calc(53 / 35);
}
.why-scale > h3 b,
.why-benefit > h3 b,
.why-cul > h3 b {
  color: #f96115;
}
.why-scale > h3:before,
.why-benefit > h3:before,
.why-cul > h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 62px;
  background-color: #f96115;
}
.why-scale > p,
.why-benefit > p,
.why-cul > p {
  color: #766c68;
  text-align: center;
  margin-bottom: 60px;
}
.why-scale > img {
  margin-bottom: 84px;
}
.why-scale-change {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.4fr 3fr;
}
.why-scale-change-right {
  display: flex;
  flex-direction: column;
}
.why-scale-change-right > h4 {
  background-color: #ffede2;
  color: #f96115;
  font-size: 28px;
  padding: 18px;
  border-radius: 16px;
  margin-bottom: 8px;
  text-align: center;
}
.why-scale-change-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 100%;
  flex: 1;
}
.why-scale-change-list > div {
  border-radius: 12px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.why-scale-change-list > div img {
  width: 68px;
  height: 49px;
  margin-bottom: 16px;
}
.why-scale-change-list > div h5 {
  font-size: 24px;
}
.why-scale-change-list > div:nth-child(1) {
  background: linear-gradient(48.1deg, #0339e7 1.51%, #02c7ff 106.9%);
}
.why-scale-change-list > div:nth-child(2) {
  background: linear-gradient(47.27deg, #f96115 2.96%, #ff8446 98.65%);
}
.why-scale-change-list > div:nth-child(3) {
  background: linear-gradient(46.81deg, #09c46d 3.84%, #06e97f 98.15%);
}
.why-scale {
  margin-bottom: 100px;
}
.why-benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.why-benefit-item {
  padding: 40px 40px 50px 60px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.why-benefit-item:nth-child(1) {
  background: linear-gradient(67.57deg, #0339e7 1.13%, #02c7ff 110.8%);
}
.why-benefit-item:nth-child(2) {
  background: linear-gradient(67.23deg, #FA4E22 5.38%, #FF8446 105.78%);

}
.benefit-item-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: white;
  margin-bottom: 20px;
}
.benefit-item-top h4 {
  font-size: 36px;
}
.why-benefit-item > p {
  color: #ffffffcc;
  margin-bottom: 25px;
  padding-right: 40px;
  line-height: 1.4;
  flex: 1;
}
.why-benefit-item > a {
  font-weight: 800;
  text-decoration: underline;
  color: white;
}
.why-benefit {
  margin-bottom: 80px;
}
.cul-swiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.cul-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cul-swiper .swiper-slide {
  transition: all 0.3s ease;
}
.cul-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
.cul-swiper {
  padding: 30px 30%;
}
.cul-swiper .swiper-slide h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  color:#fff;
  text-align: center;
  width: max-content;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cul-item-content {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:fit-content;   
  padding: 50px 70px 40px;
  transform: translateY(60%);
}
.cul-item-content p {
  opacity: 0;
  color: white;
  transition: all 0.5s ease;
  max-width: 600px;
}
.cul-swiper .swiper-slide:hover .cul-item-content{
  bottom: 0;
  transform: translateY(0%);
}
.cul-swiper .swiper-slide:hover .cul-item-content p {
  opacity: 1;
}
.cul-swiper .swiper-slide:hover .cul-item-content h3 {
  left: 70px;
  transform: translateX(0%);
}
.pro {
  background: linear-gradient(63.95deg, #0339e7 6.29%, #02c7ff 136.45%);
  padding-bottom: 75px;
}
.pro-inner h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
    .pro-inner h2::before {
        content: attr(data-text);
        position: absolute;
        line-height: 1.5;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) -6.14%, rgba(249, 227, 200, 0) 92.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: max-content;
        text-transform: uppercase;
    }
.pro-process {
  border-radius: 16px;
  box-shadow: 4px 5px 12.1px 4px #00062a1a;
  background: linear-gradient(
    125.56deg,
    #f96115 1.93%,
    rgba(255, 255, 255, 0.3) 40.72%,
    rgba(220, 238, 254, 0) 75.17%
  );
  padding: 20px 70px 30px 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.process-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.process-item-top img:first-child {
  width: 100px;
  height: 100px;
}
.process-item-bottom h3 {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.process-item-bottom p {
  color: #ffffffcc;
  font-size: 14px;
  line-height: 1.4;
}
.news {
  background-image: url("./images/bg-dot.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.news-inner h2 {
  color: #151312;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-top: 120px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
    .news-inner h2::before {
        content: attr(data-text);
        position: absolute;
        line-height: 1.5;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
        background: linear-gradient( 211.4deg, rgba(249, 97, 21, 0.2) -6.14%, rgba(249, 227, 200, 0) 123.19% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: max-content;
        text-transform: uppercase;
    }
.news-inner h2 b {
  color: #f96115;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.news-item img {
  border-radius: 20px;
  aspect-ratio: 16/9;
  margin-bottom: 12px;
}
.news-item p {
  color: #151312;
  text-align: center;
}
.news-banner img {
  width: 100%;
  border-radius: 45px;
  max-height: 500px;
}
.news-banner {
  position: relative;
}
.news-banner .banner-btn {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  top:auto;
  height: fit-content;
}
footer {
  background-color: #f6f6f6;
  background-image: url("./images/bg-dot.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-inner {
  padding: 40px 0px 30px;
  display: grid;
  grid-template-columns: 3fr 1.5fr 2fr;
  gap: 20px;
  color: #07215a;
}
.footer-inner > div h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
.footer-1 ul,
.footer-2 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-1 ul li a,
.footer-2 ul li a {
  text-decoration: underline;
}
.footer-3-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-3 p a {
  text-decoration: underline;
}
.icon-menu,
.icon-close-menu {
  display: none;
}
.banner {
  position: relative;
}

.banner-btn {
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f96115;
  font-size: 25px;
  text-transform: uppercase;
  z-index: 10;
  width: fit-content;
  position: absolute;
  left: 10%;
  top: 60%;
}
.social-mess {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.why-scale-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.why-left-item {
  position: relative;
  width: 100%;
  max-width: 206px;
}
.why-left-item .dot {
  background: #175CD1;
  width: 16px;
  height: 16px;
  box-shadow: 0px 4px 4px 0px #175CD133;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  
}
.why-left-item .dot::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -46%;
  left: -46%;
  background: #175CD1;
  opacity: 0.2;
  border-radius: 50%;
}
.why-scale-item-content {
  background-color: #F4F6F8;
  border-radius: 12px;
  padding: 34px 16px;
  text-align: center;
  width: 100%;
}
.why-scale-item-content h3 {
  color: #003862;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
  transition: all 0.3s ease;

}
.why-scale-item-content h3 b {
  color: #F96115;
}
.why-scale-item-content p {
  color: #766C68;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.why-left-item:nth-child(1) {
  margin-bottom: 95px;
} 
.why-left-item:nth-child(2) .dot, .why-left-item:nth-child(2) .dot::before{
  background: #F96115;
}
.why-left-item:nth-child(3) .dot, .why-left-item:nth-child(3) .dot::before{
  background: #09C46D;
}
.why-left-item:nth-child(2) {
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: 0px;
}
.why-left-item:nth-child(2) .dot{
  top: -4px;
  left: -4px;
}
.why-left-item:nth-child(3) .dot{
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
}
.why-scale-item-right .why-left-item:nth-child(1) .dot{
  top: 50%; 
  transform: translateY(-50%);
  left: -4px;
}
.why-scale-item-right .why-left-item:nth-child(1) {
  margin-bottom: 56px;
  margin-left: auto;
}
.why-scale-item-right .why-left-item:nth-child(2) {
  margin-bottom: 56px;
  margin-right: auto;
  margin-left: 0px;
}
.why-scale-item-right .why-left-item:nth-child(3) {
  margin-left: auto;
}
.why-scale-item-right .why-left-item:nth-child(2) .dot{
  left: -4px;
  bottom: -4px;
  top: auto;
}
.why-scale-item-right .why-left-item:nth-child(3) .dot{
  top: -4px; 
  right: -4px;
}
@media screen and (max-width: 1280px) {
  .pro-inner h2::before,
  .recruitment-inner h2::before,
  .why-inner h2::before,
  .news-inner h2::before,
  .search-top h2::before {
    font-size: 80px;
  }
  .cul-swiper .swiper-slide h3 {
    font-size: 24px;
  }
  .why-scale-change-list > div h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .banner-btn {
    font-size: 18px;
    padding: 10px 20px;
  }
  
  .pro-inner h2::before,
  .recruitment-inner h2::before,
  .why-inner h2::before,
  .news-inner h2::before,
  .search-top h2::before {
    font-size: 60px;
  }
  .news-inner h2,
  .pro-inner h2,
  .why-inner h2,
  .recruitment-inner h2,
  .search-top h2 {
    font-size: 28px;
  }
  .search-form {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0px;
  }
  .search-form-btn {
    grid-column: 1 / span 2;
  }
  .pro-process {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .icon-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-right-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .header-right-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  .header-right {
    max-width: 414px;
    width: 100%;
    height: 100%;
    background-color: white;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  .header-right-wrapper.active .header-right {
    transform: translateX(0%);
  }
  .icon-close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    color: black;
    cursor: pointer;
    display: flex;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    gap: 20px;
  }
  .header-language {
    width: 100%;
  }
  .search-top h2 {
    padding-top: 80px;
    margin-bottom: 25px;
    font-size: 40px;
  }
  .search-form-job:nth-child(2) {
    border: none;
  }
  .search-form-btn {
    min-width: 220px;
    margin: 0px auto;
  }
  .search-form-job:first-child,
  .search-form-job {
    padding: 0px 20px;
  }
  .join-inner h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .join-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
  }
  .join-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 50%;
  }
  .why-scale-change {
    grid-template-columns: 1fr;
  }
  .why-scale-change img {
    margin: 0px auto;
  }
  .why-scale-change-list > div {
    min-height: 240px;
  }
  .why-scale > h3,
  .why-benefit > h3,
  .why-cul > h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .why-scale-list {
    display: flex;
    flex-wrap: wrap;
  }
  .why-scale-img {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .why-scale-item-left {
    order: 2;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .why-scale-item-right {
    width: 50%;
  }
  .why-left-item {
    margin: 0px !important
  }
  .why-left-item .dot {
    display: none;
  }
  .why-scale-item-left,  .why-scale-item-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .why-left-item {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
    max-width: 100%;
  }
  .why-inner h2 {
    padding-top: 80px;
  }
  .why-scale-item-content {
    padding: 20px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    padding-top: 34px;
  }
  .why-scale-item-content h3 {
    font-size: 26px;
  }
  .why-scale-item-content p {
    font-size: 14px;
  }
  
  .banner-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    top:auto;
    width: max-content
  }
  .news-banner .banner-btn  {
    background-color: #fff;
    color: #f96115;
    border: 1px solid #f96115;
    font-size: 14px;
  }
  .social-mess img {
    max-width: 50px;
  }
  .sm {
    display: flex !important;
  }
  .md {
    display: none !important;
  }
  .search-form {
    grid-template-columns: 1fr;
  }
  .search-form-btn {
    grid-column: 1 / span 1;
  }
  .why-scale-change {
    grid-template-columns: 1fr;
  }
  .why-benefit-list {
    grid-template-columns: 1fr;
  }
  .pro-process {
    grid-template-columns: 1fr 1fr;
    padding: 15px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .search-form-job {
    border: none;
  }
  .search-top h2 {
    font-size: 30px;
  }
  .search-top h2::before {
    content: "Tìm kiếm";
    top: 18%;
  }
  .search-form {
    border-radius: 22px;
    padding: 20px 12% 30px;
  }
  .search-form-job {
    padding-bottom: 17px !important;
    border-bottom: 1px solid #dfd4d1 !important;
  }
  .search-form-job:last-child {
    border-bottom: 0px !important;
  }
  .join-inner h2 {
    font-size: 25px;
  }
  .join-inner h2:before {
    width: 80px;
    height: 4px;
  }
  .join-item {
    width: 92%;
  }
  .join-item-content {
    padding: 22px;
  }
  .join-item-img img {
    min-height: 200px;
  }
  .section-search {
    padding-bottom: 40px;
  }
  .recruitment-inner h2::before {
    content: "Tuyển dụng";
    top: auto;
    bottom: 70%;
  }
  .pro-inner h2::before,
  .recruitment-inner h2::before,
  .news-inner h2::before,
  .search-top h2::before {
    font-size: 55px;
  }
  .why-inner h2::before {
    font-size: 40px;
    top: auto;
    bottom: 40%;
  }
  .why-scale-change-right > h4 {
    font-size: 20px;
  }
  .why-scale-change-list, .news-list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
  }
  .why-scale-change-list > div {
    width: 70%;
    scroll-snap-align: start;
    flex: 0 0 auto
  }
  .news-item {
    width: 80%;
    scroll-snap-align: start;
    flex: 0 0 auto;
  }
  .news-list {
    margin-bottom: 0px;
  }
  .news-item  img {
    min-height: 200px;
  }
  .why-benefit > h3 {
    line-height: 1.3;
    padding-top: 15px;
  }
  .why-scale > p, .why-benefit > p, .why-cul > p {
    margin-bottom: 40px;
  }
  .why-benefit-item {
    padding: 30px;
  }
  .benefit-item-top h4 {
    font-size: 25px;
  }
  .why-benefit-item > p {
    text-align: justify;
    padding-right: 0px;
  }
  .cul-swiper {
    padding: 0px 20px;
  }
  .cul-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .cul-swiper .swiper-slide{
    height: 280px;
  }

  .why {
    padding-bottom: 50px;
  }
  .pro-inner h2::before {
    content: 'quy trình ';
    bottom: 37%;
  }
  .pro-inner h2{
    padding-top: 80px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .process-item-top img:first-child {
    width: 80px;
    height: 80px;
}
.process-item-top img:last-child {
  width: 25px;
}
.process-item-bottom h3 {
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  min-height: 44px;
}
.process-item-bottom  p{
  font-size: 12px;
}
.process-item-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.process-item {
  display: flex;
  flex-direction: column;
}
.news-inner h2 {
  padding-top: 80px;
}
.news-inner h2::before {
  content: 'Tin Tức';
  bottom: 13%;
}
.news-banner img {
  border-radius: 26px;
}
.brand-swiper {
  padding: 0px;
}
}


.why-scale > h3 {
  justify-content: center;
}
.why-scale > p {
  justify-content: center;
}

.why-scale-change-item {
  position: relative;
  overflow: hidden;
}
.why-scale-change-item:hover .why-scale-change-item-bottom {
  top: 0;
}
.why-scale-change-item:hover .why-scale-change-item-top {
  top: -100%;
}
.why-scale-change-item-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
}

.why-scale-change-item-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  padding: 20px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-scale-change-item:nth-child(1) .why-scale-change-item-bottom p:nth-child(2) {
  font-weight: 700;
  margin-top: 5px;
}

.popup-benefit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
}
.popup-benefit-inner {
  background-color: #fff;
  max-width: 660px;
  width: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.popup-benefit-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.popup-benefit-close:hover{
 background: #f96115;
 color: #fff
}
.popup-benefit-content{
  padding: 24px 50px;
  max-height: 500px;
  overflow-y: auto;
}
.popup-benefit-content::-webkit-scrollbar {
   width: 4px;
   background-color: #fff;
}
.popup-benefit-content::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.popup-benefit-content > div {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 12px;
  font-size: 16px;
  border-bottom: 1px dashed #D0CFCF;
  padding: 10px 0px;
  color: #151312;
}
.popup-benefit-content > div:last-child {
  border-bottom: 0px;
}
.popup-benefit-content > div * {
  line-height: 1.4;
}
.popup-benefit-content > div b {
  font-size: 18px;
}
.popup-benefit-content > div > ul {
  padding-left: 20px;
}
.popup-benefit-content > div > ul li {
  list-style: disc;
}
.popup-benefit-content > div:last-child > span {
  background: linear-gradient(90deg, #0339E7 0%, #02C7FF 100%);
  max-width: 190px;
  min-height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 16px;
  font-size: 18px;
  text-transform: uppercase;
  gap: 8px;
}
.popup-benefit-img {
  max-height: 240px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-benefit.active {
  display: flex;
}
.benefit-2-bottom {
  display: block !important;
}
.benefit-2-bottom > b {
  display: block;
}
.benefit-2-bottom ul li b {
  font-size: 16px;
}
.benefit-2-bottom ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .cul-item-content {
    padding: 50px 20px 20px;
    transform: translateY(80%);
    max-height: 240px;
    overflow-y: auto;
  }
  
  .cul-swiper .swiper-slide:hover .cul-item-content h3 {
    left: 20px;
  }
  .popup-benefit-content {
    padding: 20px;
  }
  .popup-benefit-content > div {
    grid-template-columns: 1fr;
  }
  .popup-benefit-content > div b {
    font-size: 16px;
  }
  .popup-benefit-content > div > ul li {
    font-size: 14px;
  }
  .popup-benefit-content > div:last-child > span {
    font-size: 16px;
  }
  .popup-benefit-content > div * {
    font-size: 14px;
  }
  .popup-benefit-content > div:last-child > span {
    max-width: 120px;
    font-size: 14px;
    min-height: 50px;
    margin: 0px auto;
  }
  .popup-benefit-content > div:last-child > span img {
    width: 30px;
  }
  .benefit-2-bottom ul li b {
    font-size: 14px;
  }
  .popup-benefit-content > div:last-child b {
    font-size: 14px;
  }

}

