.home_category {
  padding: 11.9rem 0 5.45rem;
}
.home_category .home_category_swiper {
  overflow: hidden;
  margin-top: 5.2rem;
}
.home_category .item {
  border: 1px solid #cccccc;
  border-left: none;
  flex: 1 0 266px;
}
.home_category .item.active a {
  background-color: var(--primary);
}
.home_category .item.active .img {
  filter: contrast(0) brightness(2);
}
.home_category .item.active .info span {
  transform: translateY(-1.7rem);
  opacity: 1;
  border-color: #fff;
  color: #fff;
}
.home_category .item.active .info span:hover {
  background-color: var(--secondary);
}
.home_category .item.active .info h3 {
  transform: translateY(-1rem);
  opacity: 0;
}
.home_category .item:first-child {
  border-left: 1px solid #cccccc;
}
.home_category .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  padding: 6.7rem 2% 2.4rem;
}
.home_category .item .img {
  height: 7.4rem;
  width: auto;
  margin: 0 auto;
  transition: all 0.3s;
}
.home_category .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: 2.1rem;
}
.home_category .item .info h3 {
  font-size: 1.7rem;
  color: #282828;
  font-weight: 800;
  flex: 1;
  transition: all 0.4s, opacity 0.3s;
}
.home_category .item .info span {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid var(--title);
  display: inline-block;
  padding: 1rem 2.8rem;
  transition: all 0.3s, transform 0.4s;
  transform: translateY(2rem);
  opacity: 0;
}
.home_solutions {
  padding: 5.45rem 0 5.3rem;
}
.home_solutions .head {
  max-width: 108.5rem;
  margin: 0 auto;
}
.home_solutions .head h2 {
  line-height: 8.2rem;
}
.home_solutions .items {
  max-width: 192rem;
  margin: 6rem auto 0;
}
.home_solutions .items > div {
  display: flex;
  gap: 0.5rem;
}
.home_solutions .item {
  flex: 1;
  height: 62rem;
  transition: all 0.5s;
}
.home_solutions .item.active {
  flex: 2.03174603;
}
.home_solutions .item.active .info {
  padding-left: 5.078125%;
}
.home_solutions .item.active .info i {
  opacity: 1;
}
.home_solutions .item a {
  display: block;
  height: 100%;
  position: relative;
}
.home_solutions .item a:hover img {
  transform: scale(1.02);
}
.home_solutions .item .img {
  width: 100%;
  height: 100%;
}
.home_solutions .item .img::after {
  width: 100%;
  position: absolute;
  height: 22.9032258%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.5;
}
.home_solutions .item .info {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 3.2rem;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 7.936507%;
  padding-right: 5.208333%;
  max-height: 20rem;
  overflow-y: auto;
  transition: all 0.3s;
}
.home_solutions .item .info::-webkit-scrollbar {
  width: 5px;
}
.home_solutions .item .info::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}
.home_solutions .item .info .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding-top: 2px;
}
.home_solutions .item .info i {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  content: '';
  background: url("../img/arrow-tr.svg") no-repeat center / 22.2222% var(--primary);
  border-radius: 50%;
  transition: all 0.3s, transform 0.4s;
  display: block;
  align-self: flex-end;
  opacity: 0;
}
.home_serve {
  overflow: hidden;
  padding: 5.3rem 0 7.25rem;
}
.home_serve .head h2 {
  max-width: 49.8rem;
  line-height: 7.8rem;
}
.home_serve p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: var(--text);
  max-width: 77.8rem;
  margin-bottom: 0.6rem;
}
.home_serve .main {
  position: relative;
  margin-top: 7.8rem;
}
.home_serve .main .mask_img {
  position: absolute;
  width: 116.375%;
  right: -39.5625%;
  bottom: 3%;
  z-index: -1;
}
.home_serve .main .mask_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.home_serve .left {
  flex: 1;
  max-width: 15.2rem;
  font-size: 2.6rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 3rem;
}
.home_serve .right {
  width: 93.3125%;
  margin-right: -11.9238025%;
  overflow: hidden;
}
.home_serve .home_serve_swiper {
  width: 65.170797%;
}
.home_serve .item.active .info span {
  transform: translateX(0);
  opacity: 1;
}
.home_serve .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.home_serve .item a:hover img {
  transform: scale(1.02);
}
.home_serve .item .img {
  width: 100%;
  padding-bottom: 69.844789%;
  margin-top: 3.6rem;
}
.home_serve .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home_serve .item .info h3 {
  font-size: 3.4rem;
  font-weight: 600;
}
.home_serve .item .info p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: var(--text);
  flex: 1;
  margin-top: 3.3rem;
  margin-bottom: 0;
}
.home_serve .item .info span {
  display: inline-grid;
  align-items: center;
  grid-template-columns: 3.9rem 1fr;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s, transform 0.4s;
  gap: 1.6rem;
  margin-top: 3rem;
  transform: translateX(-100%);
  opacity: 0;
}
.home_serve .item .info span::before {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("../img/arrow-r.svg") no-repeat center / 33.33333% var(--primary);
  display: block;
  content: '';
}
.home_blog {
  padding: 13rem 0 11rem;
}
.home_blog .flex {
  gap: 2rem 6.8%;
}
.home_blog .head {
  margin-right: auto;
}
.home_blog .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.45rem;
  margin-bottom: 1.1rem;
}
.home_blog .nav_list .nav_item {
  font-size: 2.4rem;
  font-weight: 500;
  color: #b2b2b2;
  transition: all 0.3s;
  text-transform: uppercase;
}
.home_blog .nav_list .nav_item.active,
.home_blog .nav_list .nav_item:hover {
  color: #161616;
}
.home_blog .swiper_btns_circle {
  margin-bottom: -2px;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
  margin-top: 3.5rem;
  padding-top: 1px;
}
.home_blog .blog_item {
  flex: 1 0 45.6rem;
  transition: all 0.3s;
}
.home_blog .blog_item:first-child {
  flex: 1 0 65.2rem;
}
.home_blog .blog_item:first-child a::after {
  width: 67.464669%;
}
.home_blog .blog_item:first-child .img {
  padding-bottom: 53.8343558%;
}
.home_blog .blog_item:first-child a:hover::after {
  width: 100%;
}
.home_blog p.center:has(.btn_line) {
  margin-top: 5.6rem;
}
section.home_banner p {
  font-size: 2.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .home_serve .right {
    width: 100%;
    margin: 0;
  }
  .home_serve .home_serve_swiper {
    width: 100%;
  }
  .home_video .swiper_con .pagination {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_category {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_category .home_category_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .home_category .item {
    flex: unset;
    flex-shrink: 0;
  }
  .home_category .item a {
    padding: 2rem 20px 1.2rem;
  }
  .home_category .item.active .info h3,
  .home_category .item.active .info span {
    transform: translateY(0);
    opacity: 1;
    color: #fff;
  }
  .home_category .item .img {
    height: 50px;
  }
  .home_category .item .info {
    margin-top: 20px;
  }
  .home_category .item .info h3 {
    font-size: 18px;
  }
  .home_category .item .info span {
    transform: translateY(0);
    opacity: 1;
    font-size: 14px;
    padding: 5px 12px;
    margin-top: 10px;
  }
  .home_category .swiper_btns_circle {
    display: none;
  }
  .home_solutions {
    padding: 3rem 0;
  }
  .home_solutions .head {
    max-width: unset;
  }
  .home_solutions .head h2 {
    line-height: 1.5;
  }
  .home_solutions .items {
    margin-top: 2rem;
    max-width: unset;
    padding: 0 20px;
  }
  .home_solutions .items > div {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_solutions .items > div::-webkit-scrollbar {
    display: none;
  }
  .home_solutions .item {
    flex: 1 0 240px;
    height: 350px;
  }
  .home_solutions .item.active {
    flex: 1 0 240px;
  }
  .home_solutions .item.active .info {
    padding: 0 20px;
  }
  .home_solutions .item .info {
    bottom: 1rem;
    max-height: 120px;
    padding: 0 20px;
    align-items: center;
  }
  .home_solutions .item .info .title {
    font-size: 18px;
    padding: 0;
  }
  .home_solutions .item .info i {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  .home_serve {
    padding: 3rem 0;
  }
  .home_serve .head {
    display: block;
  }
  .home_serve .head h2 {
    max-width: unset;
    line-height: 1.5;
  }
  .home_serve .main {
    margin-top: 2rem;
    display: block;
  }
  .home_serve p {
    margin-bottom: 0;
  }
  .home_serve .left {
    max-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
    font-size: 18px;
  }
  .home_serve .right {
    width: 100%;
    margin: 0;
    overflow: unset;
    margin-top: 2rem;
  }
  .home_serve .home_serve_swiper {
    width: 100%;
  }
  .home_serve .item .img {
    margin-top: 1.2rem;
  }
  .home_serve .item .info h3 {
    font-size: 18px;
  }
  .home_serve .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_serve .item .info span {
    grid-template-columns: 40px 1fr;
    transform: translate(0);
    opacity: 1;
    font-size: 14px;
    gap: 10px;
    margin-top: 20px;
  }
  .home_blog {
    padding: 3rem 0 5rem;
    overflow: hidden;
  }
  .home_blog .flex {
    gap: 20px 1rem;
  }
  .home_blog .flex div:has(.nav_list) {
    width: 100%;
  }
  .home_blog .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    flex-wrap: nowrap;
    gap: 1.2rem;
    overflow-x: auto;
  }
  .home_blog .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_blog .nav_list .nav_item {
    font-size: 16px;
  }
  .home_blog .swiper_btns_circle {
    margin-left: auto;
  }
  .home_blog .home_blog_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .home_blog .blog_item {
    flex: 1 0 320px;
  }
  .home_blog .blog_item:first-child {
    flex: 1 0 320px;
  }
  .home_blog .blog_item:first-child .img {
    padding-bottom: 78.15534%;
  }
  .home_blog p.center:has(.btn_line) {
    margin-top: 2rem;
  }

  section.home_banner p {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=home.css.map */