.home_hero {
  color: #fff;
  background-color: #000000;
}
.home_hero .home_hero_swiper {
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home_hero .home_hero_swiper .swiper-slide {
  z-index: 2;
  overflow: hidden;
}
.home_hero .home_hero_swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.5625%;
  background-image: linear-gradient(to right, #000, transparent);
}
.home_hero .home_hero_swiper h1,
.home_hero .home_hero_swiper .title,
.home_hero .home_hero_swiper strong,
.home_hero .home_hero_swiper p,
.home_hero .home_hero_swiper .btns {
  opacity: 0;
  transition: all 0.5s 0.5s;
  transform: translateX(-100px);
}
.home_hero .home_hero_swiper strong {
  transition: all 0.5s 0.6s;
}
.home_hero .home_hero_swiper p {
  transition: all 0.5s 0.7s;
}
.home_hero .home_hero_swiper .btns {
  transition: all 0.5s 0.8s;
}
.home_hero .home_hero_swiper .swiper-slide-active h1,
.home_hero .home_hero_swiper .swiper-slide-active .title,
.home_hero .home_hero_swiper .swiper-slide-active strong,
.home_hero .home_hero_swiper .swiper-slide-active p,
.home_hero .home_hero_swiper .swiper-slide-active .btns {
  opacity: 1;
  transition: all 0.8s 0.7s;
  transform: translateX(0);
}
.home_hero .home_hero_swiper .swiper-slide-active strong {
  transition: all 0.8s 0.8s;
}
.home_hero .home_hero_swiper .swiper-slide-active p {
  transition: all 0.8s 0.9s;
}
.home_hero .home_hero_swiper .swiper-slide-active .btns {
  transition: all 0.8s 1s;
}
.home_hero .flex {
  min-height: 855px;
  padding: 90px 0;
}
.home_hero .head {
  width: 71.944444%;
  padding-top: 3.888889%;
}
.home_hero .tcon {
  max-width: 694px;
}
.home_hero .tcon h1,
.home_hero .tcon .title {
  font-weight: 700;
  font-size: 82px;
  line-height: 1.146341;
  text-transform: uppercase;
}
.home_hero .tcon strong {
  display: block;
  max-width: max-content;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.666667;
  text-transform: uppercase;
  margin-top: 13px;
}
.home_hero .tcon strong em {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background-color: var(--primary);
  padding: 0 18px;
  margin-left: 7px;
}
.home_hero .tcon p {
  color: #cecece;
  font-size: 16px;
  line-height: 1.5;
  max-width: 526px;
  margin-top: 47px;
}
.home_hero .btns {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.home_hero .btns .btn {
  padding: 0 34px;
}
.home_hero .swiper-pagination.swiper-pagination-bullets {
  bottom: 4.678363%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_hero .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 0.5;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.home_hero .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.home_custom {
  overflow: hidden;
  padding: 175px 0 98px;
  background-image: linear-gradient(to top, #fff 0%, #e8e8e8 28.353141%, #f8f8f8 28.353141%, #fff 100%);
}
.home_custom .head .lt {
  flex: 1;
  max-width: 690px;
  padding-bottom: 30px;
}
.home_custom .head .rt {
  flex: 1;
  max-width: 435px;
}
.home_custom .head p {
  line-height: 28px;
}
.home_custom .main {
  margin-top: -7.430556%;
}
.home_custom .main .lt,
.home_custom .main .rt {
  width: 27.361111%;
}
.home_custom .main .lt li + li,
.home_custom .main .rt li + li {
  margin-top: 14.720812%;
}
.home_custom .main .ct {
  width: 41.944445%;
  margin-left: -7.222222%;
  margin-top: 5.555556%;
  position: relative;
  z-index: 2;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home_custom .main .ct::before {
  content: '';
  position: absolute;
  right: 8.278146%;
  top: 0;
  z-index: -1;
  width: 65.231788%;
  height: 89.655172%;
  background-image: linear-gradient(to top, transparent, var(--primary));
  clip-path: polygon(0 11.888112%, 100% 0, 100% calc(100% - 11.888112%), 0 100%);
}
.home_custom .main .ct .wrap2 {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  border-left: 2px solid #fff;
}
.home_custom .main .ct .wrap2 .button {
  position: absolute;
  left: -1px;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}
.home_custom .main .ct .wrap2 .button::before,
.home_custom .main .ct .wrap2 .button::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/arrow.svg) no-repeat center / contain;
}
.home_custom .main .ct .wrap2 .button::after {
  transform: rotate(180deg);
}
.home_custom .main .ct .wrap2 .hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home_custom .main .ct .wrap2 .img2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.home_custom .item {
  gap: 9.64467%;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.home_custom .item .img {
  align-self: start;
  width: 42px;
  height: 42px;
  margin-top: 10px;
}
.home_custom .item h3 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.home_custom .item p {
  color: var(--text);
  line-height: 26px;
  margin-top: 14px;
}
.home_custom .btn {
  margin-top: 15px;
}
.home_layout {
  overflow: hidden;
  padding: 98px 0 135px;
}
.home_layout .lt {
  flex: 1;
}
.home_layout .head h2::after {
  content: '';
  display: block;
  width: 2px;
  height: 106px;
  background-color: var(--primary);
  margin-top: 20px;
}
.home_layout .head p {
  max-width: 480px;
  margin-top: 47px;
}
.home_layout .btn {
  margin-top: 56px;
}
.home_layout .rt {
  width: 67.361111%;
  margin-right: -5.138889%;
}
.home_layout .home_layout_img_swiper {
  overflow: hidden;
}
.home_layout .nav {
  max-width: 772px;
  margin: 18px auto 0;
  background-color: #efefef;
}
.home_layout .nav ul {
  display: flex;
}
.home_layout .nav li {
  flex: 1;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  padding: 13px;
}
.home_layout .nav li:hover {
  color: var(--primary);
}
.home_layout .nav li.active {
  color: #fff;
  background-color: var(--primary);
}
.home_layout .home_layout_swiper {
  margin-top: 149px;
}
.home_layout .home_layout_swiper .swiper-slide {
  max-width: 380px;
}
.home_layout .home_layout_swiper .active .item {
  border-color: var(--primary);
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(198, 198, 198, 0.35);
}
.home_layout .home_layout_swiper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border: 2px solid #efefef;
  background-color: #efefef;
  padding: 12.105263% 10% 8.421053%;
}
.home_layout .home_layout_swiper .img {
  width: 72px;
  height: 64px;
  margin-bottom: auto;
}
.home_layout .home_layout_swiper .tcon {
  margin-top: 26.666667%;
}
.home_layout .home_layout_swiper .tcon h3 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
.home_layout .home_layout_swiper .tcon p {
  line-height: 28px;
  margin-top: 17px;
  min-height: 84px;
}
.home_layout .swiper_btns {
  margin-top: 53px;
}
.home_solution {
  color: #fff;
  padding: 86px 0 150px;
  background-color: #000;
}
.home_solution::before,
.home_solution::after {
  content: '';
  width: 182px;
  height: 146px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.home_solution::after {
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.home_solution .head {
  max-width: 850px;
}
.home_solution .main {
  max-width: 2560px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 13.4375%;
}
.home_solution .swiper_box {
  overflow: hidden;
}
.home_solution .home_solution_swiper {
  overflow: hidden;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home_solution .home_solution_swiper .swiper-slide {
  pointer-events: none;
}
.home_solution .home_solution_swiper .swiper-slide .img_cv {
  padding-bottom: 42.178099%;
}
.home_solution .home_solution_swiper .swiper-slide ul {
  position: static;
}
.home_solution .home_solution_swiper .swiper-slide li {
  position: absolute;
  left: var(--left, 0);
  top: var(--top, 0);
  width: 4.33213%;
  transition: transform 0.3s;
  transform: scale(0.583333);
}
.home_solution .home_solution_swiper .swiper-slide li.active {
  z-index: 2;
  transform: scale(1);
}
.home_solution .home_solution_swiper .swiper-slide li.active .dot {
  background-image: url(../img/home-solution-dot2.svg);
}
.home_solution .home_solution_swiper .swiper-slide li.active .card {
  opacity: 1;
}
.home_solution .home_solution_swiper .swiper-slide-active {
  pointer-events: auto;
}
.home_solution .home_solution_swiper .swiper-slide-active li.active .card {
  pointer-events: auto;
}
.home_solution .home_solution_swiper .dot {
  cursor: pointer;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/home-solution-dot1.svg) no-repeat center / contain;
}
.home_solution .home_solution_swiper .card {
  display: block;
  position: absolute;
  left: 119.444444%;
  bottom: 0;
  width: 383.333333%;
  color: var(--title);
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 19.444444% 36.111111% 31.944444%;
}
.home_solution .home_solution_swiper .card:hover img {
  transform: scale(1.05);
}
.home_solution .home_solution_swiper .card .img {
  padding-bottom: 92.857143%;
  margin-bottom: -3px;
}
.home_solution .home_solution_swiper .card .info strong {
  display: block;
  font-weight: 500;
  font-size: min(0.9375vw, 18px);
  text-transform: uppercase;
}
.home_solution .home_solution_swiper .card .info p {
  color: var(--text);
  font-size: min(0.811458vw, 15.58px);
  line-height: 1.571887;
  margin-top: 3.603604%;
}
.home_solution .home_solution_swiper .card .info span {
  display: block;
  max-width: max-content;
  font-weight: 600;
  font-size: min(0.729167vw, 14px);
  margin-top: 5.405405%;
}
.home_solution .home_solution_swiper .card .info span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background-color: var(--title);
}
.home_solution .home_solution_swiper .card .info span:hover::after {
  opacity: 0;
}
.home_solution .controls {
  position: relative;
  border-left: 1px solid #5f5f5f;
}
.home_solution .controls .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.home_solution .tabs {
  flex: 1;
  overflow: auto;
}
.home_solution .tabs ul {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.home_solution .tabs li {
  flex: 1;
  cursor: pointer;
  border-bottom: 1px solid #5f5f5f;
  background-color: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 20px;
}
.home_solution .tabs li:first-child {
  border-top: 1px solid #5f5f5f;
}
.home_solution .tabs li.active {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.home_solution div.swiper-pagination {
  position: static;
  margin: 15.503876% 7.751938%;
  width: 84.496124%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.17);
}
.home_solution div.swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.home_step {
  overflow: hidden;
  padding: 145px 0 149px;
}
.home_step .head {
  max-width: 710px;
  margin: 0 auto;
}
.home_step .swiper_box {
  margin-top: 94px;
}
.home_step .swiper_box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
  height: 4px;
  background: url(../img/home-step-line.svg) repeat left center / contain;
}
.home_step .home_step_swiper {
  overflow: hidden;
}
.home_step .home_step_swiper ul {
  counter-reset: step;
}
.home_step .home_step_swiper li {
  counter-increment: step;
  text-align: center;
}
.home_step .home_step_swiper .active .order {
  color: #fff;
  background-color: var(--primary);
}
.home_step .home_step_swiper .order {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: #eaeaea;
}
.home_step .home_step_swiper .order::before {
  content: counter(step, decimal-leading-zero);
}
.home_step .home_step_swiper h3 {
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 74px;
}
.home_step .home_step_swiper p {
  color: var(--text);
  font-size: 17px;
  line-height: 28px;
  margin-top: 12px;
}
.home_step .btn {
  margin-top: 72px;
}


.home_projects{
  padding: 125px 0 96px;
  background-color: #000000;
}
.home_projects .tcon{
  margin-bottom: 60px;
}
.home_projects .swiper_projects .swiper-slide{
  position: relative;
  overflow: hidden;
}
.home_projects .swiper_projects .img{
  aspect-ratio: 480/275;
}
.home_projects .swiper_projects .info{
  padding: 23px 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  transform: translateY(80%);
  transition: all 0.3s;
  opacity: 0;
}
.home_projects .swiper_projects .swiper-slide:hover .info {
  transform: translateY(0);
  opacity: 1;
}
.home_projects .swiper_projects + .swiper_projects{
  margin-top: 34px;
}
.home_projects .swiper_projects .info span{
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  position: relative;
}
.home_projects .swiper_projects .info span:before{
  content: "";
  width: 35px;
  height: 3px;
  background-color: white;
  position: absolute;
  top: -18px;
  left: 0;
}
.home_projects .swiper_projects .info strong{
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
  font-weight: 500;
  margin-top: 5px;
  
}

.home_projects{
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section_nums ul {
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  }
  .section_nums span {
    font-size: 40px;
  }
  .section_nums i {
    font-size: 30px;
  }
  .home_custom .main {
    margin-top: 0;
  }
  .home_solution .home_solution_swiper .card {
    transform: scale(1.4);
    transform-origin: left center;
  }
  .home_solution .home_solution_swiper .card.is_right {
    transform-origin: right center;
  }
  .home_layout .rt {
    width: 60%;
    margin-right: 0;
  }
  .home_solution .main {
    display: block;
  }
  .home_solution .controls {
    border: none;
  }
  .home_solution .controls .wrap {
    position: static;
    display: block;
  }
  .home_solution .tabs ul {
    flex-direction: row;
  }
  .home_solution .tabs li {
    border: 1px solid #5f5f5f;
    border-left: none;
  }
  .home_solution .tabs li:first-child {
    border-left: none;
  }
  .home_solution div.swiper-pagination {
    margin: 40px auto 0;
    max-width: 300px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .home_hero .flex {
    min-height: 650px;
    padding: 70px 0;
  }
  .home_hero .tcon h1,
  .home_hero .tcon .title {
    font-size: 60px;
  }
  .home_hero .tcon strong {
    font-size: 34px;
  }
  .home_hero .tcon strong em {
    padding: 0 14px;
  }
  .home_hero .tcon p {
    font-size: 15px;
    margin-top: 30px;
  }
  .home_hero .btns {
    gap: 20px;
    margin-top: 28px;
  }
  .home_custom {
    padding: 110px 0 70px;
  }
  .home_custom .item h3 {
    font-size: 20px;
  }
  .home_custom .item p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_layout {
    padding: 70px 0 90px;
  }
  .home_layout .head h2::after {
    height: 80px;
  }
  .home_layout .head p {
    margin-top: 30px;
  }
  .home_layout .btn {
    margin-top: 35px;
  }
  .home_layout .nav li {
    font-size: 17px;
    padding: 11px;
  }
  .home_layout .home_layout_swiper {
    margin-top: 90px;
  }
  .home_layout .home_layout_swiper .tcon h3 {
    font-size: 22px;
  }
  .home_layout .home_layout_swiper .tcon p {
    line-height: 1.5;
    min-height: 0;
  }
  .home_layout .swiper_btns {
    margin-top: 40px;
  }
  .home_solution {
    padding: 70px 0 100px;
  }
  .home_solution .tabs li {
    font-size: 18px;
    padding: 16px;
  }
  .home_step {
    padding: 90px 0;
  }
  .home_step .swiper_box {
    margin-top: 60px;
  }
  .home_step .swiper_box::before {
    top: 38px;
  }
  .home_step .home_step_swiper .order {
    width: 76px;
    height: 76px;
    font-size: 26px;
  }
  .home_step .home_step_swiper h3 {
    font-size: 22px;
    margin-top: 45px;
  }
  .home_step .home_step_swiper p {
    font-size: 15px;
    line-height: 1.6;
  }
  .home_step .btn {
    margin-top: 50px;
  }
  .home_projects {
    padding: 90px 0 70px;
  }
  .home_projects .tcon {
    margin-bottom: 45px;
  }
  .home_projects .swiper_projects .info {
    padding: 18px 24px;
  }
  .home_projects .swiper_projects .info strong {
    font-size: 20px;
  }
  .home_projects .swiper_projects + .swiper_projects {
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .home_hero .flex {
    min-height: 0;
    padding: 70px 0;
  }
  .home_hero .tcon h1,
  .home_hero .tcon .title {
    font-size: 44px;
  }
  .home_hero .tcon strong {
    font-size: 26px;
    margin-top: 10px;
  }
  .home_hero .tcon strong em {
    padding: 0 10px;
  }
  .home_hero .tcon p {
    font-size: 14px;
    margin-top: 20px;
  }
  .home_hero .btns {
    gap: 15px;
    margin-top: 25px;
  }
  .home_custom {
    padding: 80px 0 60px;
  }
  .home_custom .item h3 {
    font-size: 18px;
  }
  .home_custom .item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .home_layout {
    padding: 60px 0 80px;
  }
  .home_layout .head h2::after {
    height: 60px;
    margin-top: 15px;
  }
  .home_layout .head p {
    margin-top: 20px;
  }
  .home_layout .btn {
    margin-top: 25px;
  }
  .home_layout .nav li {
    font-size: 15px;
    padding: 10px;
  }
  .home_layout .home_layout_swiper {
    margin-top: 60px;
  }
  .home_layout .home_layout_swiper .tcon h3 {
    font-size: 20px;
  }
  .home_layout .home_layout_swiper .tcon p {
    line-height: 1.5;
    min-height: 0;
    margin-top: 10px;
  }
  .home_layout .swiper_btns {
    margin-top: 30px;
  }
  .home_solution {
    padding: 60px 0 80px;
  }
  .home_solution .tabs li {
    font-size: 16px;
    padding: 14px;
  }
  .home_step {
    padding: 60px 0 70px;
  }
  .home_step .swiper_box {
    margin-top: 45px;
  }
  .home_step .swiper_box::before {
    top: 30px;
    height: 3px;
  }
  .home_step .home_step_swiper .order {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }
  .home_step .home_step_swiper h3 {
    font-size: 20px;
    margin-top: 30px;
  }
  .home_step .home_step_swiper p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_step .btn {
    margin-top: 40px;
  }
  .home_projects {
    padding: 70px 0 55px;
  }
  .home_projects .tcon {
    margin-bottom: 35px;
  }
  .home_projects .swiper_projects .info {
    padding: 15px 20px;
  }
  .home_projects .swiper_projects .info span {
    font-size: 13px;
  }
  .home_projects .swiper_projects .info span:before {
    width: 28px;
    top: -14px;
  }
  .home_projects .swiper_projects .info strong {
    font-size: 18px;
  }
  .home_projects .swiper_projects + .swiper_projects {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home_hero .home_hero_swiper .swiper-slide::before {
    width: 100%;
  }
  .home_hero .flex {
    padding: 64px 0;
    min-height: unset;
  }
  .home_hero .head {
    width: 100%;
    padding-top: 30px;
  }
  .home_hero .tcon h1,
  .home_hero .tcon .title {
    font-size: 38px;
  }
  .home_hero .tcon strong {
    font-size: 22px;
  }
  .home_hero .tcon p {
    margin-top: 15px;
  }
  .home_hero .btns {
    gap: 15px;
    margin-top: 20px;
  }
  .home_hero .btns .btn {
    margin: 0;
    padding: 0 20px;
  }
  .home_custom {
    padding: 50px 0;
  }
  .home_custom .head {
    display: block;
  }
  .home_custom .head p {
    line-height: 1.5;
  }
  .home_custom .main {
    flex-direction: column;
    margin-top: 30px;
  }
  .home_custom .main .lt,
  .home_custom .main .rt {
    width: 100%;
  }
  .home_custom .main .rt {
    margin-top: 20px;
  }
  .home_custom .main .lt li + li,
  .home_custom .main .rt li + li {
    margin-top: 20px;
  }
  .home_custom .main .ct {
    order: 3;
    width: 100%;
    margin: 30px 0 0;
  }
  .home_custom .main .ct .wrap2 .button {
    width: 50px;
    height: 50px;
  }
  .home_custom .item {
    gap: 12px;
  }
  .home_custom .item .img {
    width: 36px;
    height: 36px;
    margin-top: 0;
  }
  .home_custom .item h3 {
    font-size: 22px;
  }
  .home_custom .item p {
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_custom .btn {
    margin-top: 30px;
  }
  .home_layout {
    padding: 50px 0;
  }
  .home_layout .head h2::after {
    height: 30px;
    margin-top: 12px;
  }
  .home_layout .head p {
    margin-top: 12px;
  }
  .home_layout .btn {
    margin-top: 20px;
  }
  .home_layout .flex {
    display: block;
  }
  .home_layout .rt {
    width: 100%;
    margin: 30px 0 0;
  }
  .home_layout .nav li {
    padding: 10px;
    font-size: 14px;
  }
  .home_layout .home_layout_swiper {
    margin-top: 50px;
  }
  .home_layout .home_layout_swiper .swiper-slide {
    max-width: 220px;
  }
  .home_layout .home_layout_swiper .item {
    padding: 20px;
  }
  .home_layout .home_layout_swiper .img {
    width: 50px;
    height: 50px;
  }
  .home_layout .home_layout_swiper .tcon {
    margin-top: 20px;
  }
  .home_layout .home_layout_swiper .tcon h3 {
    font-size: 18px;
  }
  .home_layout .home_layout_swiper .tcon p {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
    min-height: unset;
  }
  .home_layout .swiper_btns {
    margin-top: 30px;
  }
  .home_solution {
    padding: 50px 0;
  }
  .home_solution::before,
  .home_solution::after {
    width: 50px;
    height: 40px;
  }
  .home_solution .head h2 em {
    margin: 0;
    padding: 0 10px;
  }
  .home_solution .main {
    display: block;
  }
  .home_solution .swiper_box {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .home_solution .home_solution_swiper {
    width: 1024px;
    touch-action: auto;
  }
  .home_solution .home_solution_swiper .card {
    padding: 0 15px 15px;
    width: 200px;
  }
  .home_solution .home_solution_swiper .card .info strong {
    font-size: 14px;
  }
  .home_solution .home_solution_swiper .card .info p {
    font-size: 12px;
  }
  .home_solution .home_solution_swiper .card .info span {
    font-size: 13px;
  }
  .home_solution .controls {
    border: none;
  }
  .home_solution .controls .wrap {
    position: static;
    display: block;
  }
  .home_solution .tabs {
    overflow: auto;
  }
  .home_solution .tabs::-webkit-scrollbar {
    display: none;
  }
  .home_solution .tabs ul {
    flex-direction: row;
  }
  .home_solution .tabs li {
    border: 1px solid #5f5f5f;
    border-left: none;
    font-size: 14px;
    padding: 12px 15px;
    white-space: nowrap;
  }
  .home_solution .tabs li:first-child {
    border-left: none;
  }
  .home_solution div.swiper-pagination {
    margin: 30px auto 0;
    max-width: 200px;
  }
  .home_step {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_step .swiper_box {
    margin-top: 30px;
  }
  .home_step .swiper_box::before {
    height: 2px;
    top: 20px;
  }
  .home_step .home_step_swiper {
    overflow: visible;
  }
  .home_step .home_step_swiper .order {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
  .home_step .home_step_swiper h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  .home_step .home_step_swiper p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_step .btn {
    margin-top: 30px;
  }
  .home_projects {
    padding: 50px 0 40px;
  }
  .home_projects .tcon {
    margin-bottom: 30px;
  }
  .home_projects .swiper_projects .info {
    padding: 12px 16px;
    transform: none;
    opacity: 1;
  }
  .home_projects .swiper_projects .info span {
    font-size: 12px;
  }
  .home_projects .swiper_projects .info span:before {
    width: 24px;
    height: 2px;
    top: -10px;
  }
  .home_projects .swiper_projects .info strong {
    font-size: 16px;
  }
  .home_projects .swiper_projects + .swiper_projects {
    margin-top: 16px;
  }
}
@media screen and (max-width: 576px) {
  .home_hero .head p {
    font-size: 14px;
  }
  .home_hero .btns {
    gap: 12px;
  }
  .home_hero .btns .btn,
  .home_hero .btns .btn_b {
    flex: auto;
    font-size: 13px;
    padding: 0 12px;
  }
  .home_layout .nav {
    overflow: auto;
  }
  .home_layout .nav::-webkit-scrollbar {
    display: none;
  }
  .home_layout .nav li {
    padding: 10px 15px;
    white-space: nowrap;
  }
  .home_layout .home_layout_swiper {
    margin-top: 30px;
  }
}
