.home_brand {
  padding-top: 8rem;
}
.home_brand .swiper_box {
  color: #fff;
  margin-top: 6rem;
}
.home_brand .home_brand_thumbs_swiper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5rem;
  z-index: 3;
  overflow: hidden;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.home_brand .home_brand_thumbs_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: all 5.9s linear;
}
.home_brand .home_brand_thumbs_swiper .swiper-slide-thumb-active:first-child::after {
  transition: all 5s linear;
}
.home_brand .home_brand_thumbs_swiper .order {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.3rem;
  margin-top: 1.3rem;
}
.home_brand .home_brand_thumbs_swiper .title {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 0.4rem;
}
.home_brand .home_brand_swiper {
  overflow: hidden;
  background-color: var(--title);
}
.home_brand .home_brand_swiper .swiper-slide {
  position: relative;
}
.home_brand .home_brand_swiper .swiper-slide::before {
  content: '';
  width: 50.520833%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.32;
  pointer-events: none;
  background-image: linear-gradient(to right, #000, transparent);
}
.home_brand .home_brand_swiper .swiper-slide .content {
  z-index: 3;
}
.home_brand .home_brand_swiper .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_brand .home_brand_swiper .img::before,
.home_brand .home_brand_swiper .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 29.247312%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image: linear-gradient(to top, transparent, #000);
}
.home_brand .home_brand_swiper .img::after {
  top: unset;
  bottom: 0;
  opacity: 0.67;
  transform: rotate(180deg);
}
.home_brand .home_brand_swiper .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 93rem;
  padding: 9.6rem 0;
}
.home_brand .home_brand_swiper .info {
  flex: 1;
  max-width: 81rem;
}
.home_brand .home_brand_swiper .info span {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home_brand .home_brand_swiper .info h3 {
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
}
.home_brand .home_brand_swiper .info p {
  opacity: 0.8;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 0.4rem;
}
.home_brand .home_brand_swiper .btn_more {
  margin-bottom: 1.2rem;
}
.home_product {
  padding: 7.8rem 0 8.4rem;
  background-color: #f6f4f2;
}
.home_product .head {
  flex: 1;
  max-width: 40rem;
}
.home_product .nav {
  flex: 2;
  margin-bottom: 0.6rem;
}
.home_product .nav ul {
  gap: 1rem 4.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home_product .nav li a {
  display: block;
  opacity: 0.5;
  color: #3a3a3a;
  font-size: 2.2rem;
  transition: all 0.3s;
  padding: 0.8rem 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.home_product .nav li a:hover {
  opacity: 1;
}
.home_product .nav .active a {
  opacity: 1;
  border-color: #2b2b2b;
}
.home_product .btn_more {
  margin-top: 5.2rem;
}
.home_product .swiper_box {
  margin-top: 3.6rem;
}
.home_product .home_product_swiper {
  overflow: hidden;
}
.home_product .home_product_swiper .swiper-slide {
  width: 37rem;
}
.home_product .product_list .active .pic .img1 {
  opacity: 1;
  pointer-events: all;
}
.home_product .product_list a {
  height: 100%;
  display: block;
}
.home_product .product_list a:hover img {
  transform: scale(1.03);
}
.home_product .product_list .pic {
  position: relative;
  background-color: #fff;
}
.home_product .product_list .pic .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_product .product_list .pic .img2 {
  padding-bottom: 127.567568%;
}
.home_product .product_list .info {
  margin-top: 1.6rem;
  text-transform: uppercase;
}
.home_product .product_list .info .cat {
  color: #515151;
  margin-bottom: 0.4rem;
}
.home_product .product_list .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.home_project {
  overflow: hidden;
  padding: 8rem 0 6.2rem;
  background: url(../img/home-project-bg.png) no-repeat center / cover #0c0c0c;
}
.home_project .head {
  color: #fff;
  max-width: 81.4rem;
  margin: 0 auto;
}
.home_project .head .subtitle {
  color: var(--primary);
}
.home_project .home_project_swiper {
  max-width: 192rem;
  margin: 3.2rem auto 0;
}
.home_project .home_project_swiper .swiper-slide {
  transition: all 0.3s;
  transform: scale(0.52884615);
}
.home_project .home_project_swiper .swiper-slide-active {
  transform: scale(1);
}
.home_project .home_project_swiper .swiper-slide-active .info {
  opacity: 1;
}
.home_project .home_project_swiper a:hover img {
  transform: scale(1.03);
}
.home_project .home_project_swiper .order {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}
.home_project .home_project_swiper .img {
  padding-bottom: 55.048077%;
}
.home_project .home_project_swiper .info {
  text-align: center;
  margin-top: 2.4rem;
  transition: all 0.3s;
  opacity: 0;
}
.home_project .home_project_swiper .info .cat {
  color: #515151;
  text-transform: uppercase;
}
.home_project .home_project_swiper .info .title {
  color: #fff;
  font-size: 3rem;
  line-height: 4.8rem;
  letter-spacing: 1px;
}
.home_project .bot {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 4rem;
}
.home_project .bot .pagination {
  color: rgba(255, 255, 255, 0.5);
}
.home_project .bot .pagination .current {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 5px;
}
.home_project .bot .swiper_btns {
  justify-content: flex-end;
}
.home_about {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 10.4rem 0 7.4rem;
}
.home_about .head {
  flex: 1;
  max-width: 73.2rem;
}
.home_about .desc {
  flex: 1;
  max-width: 66.6rem;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 6.6rem;
}
.home_about .desc p {
  margin-bottom: 1.8rem;
}
.home_about .desc a {
  color: var(--title);
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--title);
  transition: all 0.3s;
}
.home_about .desc a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.home_about .home_about_swiper {
  margin-top: 4.2rem;
  max-width: 122.6rem;
}
.home_about .home_about_swiper .swiper-slide-active .info {
  opacity: 1;
}
.home_about .home_about_swiper .swiper-slide-active .img {
  right: 0;
}
.home_about .home_about_swiper a {
  display: flex;
  align-items: center;
}
.home_about .home_about_swiper .info {
  width: 33.60522%;
  transition: all 0.4s;
  opacity: 0;
  padding-bottom: 3.262643%;
}
.home_about .home_about_swiper .info .title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.4rem;
  margin-top: 4.2rem;
  letter-spacing: 1px;
}
.home_about .home_about_swiper .info .more {
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: max-content;
  gap: 1.6rem;
  margin-top: 3.4rem;
}
.home_about .home_about_swiper .info .more:hover::after {
  transform: rotate(45deg);
}
.home_about .home_about_swiper .info .more::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s;
  background: url(../img/arrow-tr-b.svg) no-repeat center / contain;
}
.home_about .home_about_swiper .img {
  --h: 57.248157%;
  width: 66.39478%;
  transition: all 0.5s;
  position: relative;
  right: 33.60522%;
}
.home_about .home_about_swiper .img:hover img {
  transform: scale(1.03);
}
.home_about .pagination {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 3.8rem;
}
.home_about .pagination .wrap {
  color: rgba(22, 22, 22, 0.5);
}
.home_about .pagination .wrap .current {
  color: var(--title);
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 5px;
}
.home_about .float {
  position: absolute;
  right: -2%;
  bottom: -4.8rem;
  font-size: 29rem;
  text-transform: uppercase;
  color: #f5f4f2;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.home_network {
  padding: 11.8rem 0 6.4rem;
  background-color: #f5f4f2;
}
.home_network .flex {
  margin-top: 1.6rem;
}
.home_network .img {
  width: 65.625%;
  margin-left: -1%;
}
.home_network .svg {
  position: relative;
}
.home_network .img [gid] {
  width: 4.952381%;
  height: 12.355212%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.63);
  transform-origin: center bottom;
  transition: all .3s;
  background: url(../img/icon-pos2.svg) no-repeat center/contain;
}
.home_network .img [gid].active {
  z-index: 2;
  transform: scale(1);
  background-image: url(../img/icon-pos1.svg);
}
.home_network .img [gid="ae"] {
  left: 59%;
  top: 39%;
}
.home_network .img [gid="in"] {
  left: 66%;
  top: 42%;
}
.home_network .img [gid="id"] {
  left: 73%;
  top: 53.5%;
}
.home_network .img [gid="ph"] {
  left: 78.8%;
  top: 47%;
}
.home_network .img [gid="vn"] {
  left: 74.3%;
  top: 43.8%;
}
.home_network .img [gid="cn"] {
  left: 74.5%;
  top: 34%;
}
.home_network .img [gid="mn"] {
  left: 73%;
  top: 24.5%;
}
.home_network .img [gid="ru"] {
  left: 80.5%;
  top: 16%;
}
.home_network .img [gid="au"] {
  left: 82%;
  top: 67%;
}
.home_network .img [gid="za"] {
  left: 51%;
  top: 70%;
}
.home_network .img [gid="uk"] {
  left: 44%;
  top: 18%;
}
.home_network .img [gid="fr"] {
  left: 45%;
  top: 24%;
}
.home_network .img [gid="mx"] {
  left: 16.5%;
  top: 40%;
}
.home_network .img [gid="ca"] {
  left: 13%;
  top: 19%;
}
.home_network .img [gid="bol"] {
  left: 26.5%;
  top: 62%;
}
.home_network .form {
  flex: 1;
  color: #fff;
  max-width: 49.5rem;
  border-radius: 4px;
  background-color: #222222;
  min-width: 280px;
}
.home_network form {
  padding: 4.4rem 9.292929% 2.8rem;
}
.home_network form .title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
}
.home_network form .desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-top: 1.6rem;
}
.home_network form .wrap {
  gap: 1rem;
  display: grid;
  margin-top: 2.2rem;
}
.home_network form input,
.home_network form textarea {
  width: 100%;
  display: block;
  color: var(--title);
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
}
.home_network form input::placeholder,
.home_network form textarea::placeholder {
  color: #65676b;
}
.home_network form textarea {
  height: 14.2rem;
}
.home_network form span:has(input[type="submit"]) {
  margin-top: 1rem;
  position: relative;
}
.home_network form input[type="submit"] {
  font-weight: 500;
  background-color: #fff;
  transition: all 0.3s;
}
.home_network form input[type="submit"]:hover {
  background-color: var(--primary);
}
.home_network form .tip {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 1.6rem;
}
.home_network form .tip a {
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.home_network form .tip a:hover {
  text-decoration-color: transparent;
  color: var(--primary);
}
.home_blog {
  padding: 9rem 0 15rem;
}
.home_blog .head {
  margin-bottom: 0.8rem;
}
.home_blog .btn_more {
  padding: 0 4.9rem;
}
.home_blog .list {
  margin-top: 3.8rem;
  border-top: 1px solid #e0e0e0;
}
.home_blog .list .active a::before {
  width: 100%;
}
.home_blog .list .active .info .title {
  text-decoration-color: var(--title);
}
.home_blog .list a {
  padding: 4.4rem 0;
  display: grid;
  grid-template-columns: 11.25% 33.125% 1fr auto;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.home_blog .list a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--title);
  transition: all 0.3s;
}
.home_blog .list a::after {
  content: '';
  display: block;
  width: 3rem;
  height: 2rem;
  transform: rotate(180deg);
  align-self: flex-end;
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.home_blog .list a:hover img {
  transform: scale(1.03);
}
.home_blog .list .date {
  color: rgba(63, 63, 63, 0.85);
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 1.2rem;
}
.home_blog .list .date strong {
  color: var(--title);
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  line-height: 2.8rem;
  margin-bottom: 0.6rem;
}
.home_blog .list .img {
  padding-bottom: 54.339623%;
}
.home_blog .list .info {
  width: 100%;
  max-width: 74.8rem;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.home_blog .list .info .cat {
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: auto;
  padding-top: 1rem;
}
.home_blog .list .info .title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  max-width: 61.4rem;
  margin: 2.8rem 0;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .list .info .desc {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  max-width: 62.6rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .home_product .nav ul {
    gap: 1rem 3rem;
  }
  .home_about .float {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_product .nav ul {
    gap: 1rem 2rem;
  }
  .home_product .nav li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_brand {
    padding-top: 4rem;
  }
  .home_brand .swiper_box {
    margin-top: 20px;
  }
  .home_brand .home_brand_thumbs_swiper {
    top: 1rem;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home_brand .home_brand_thumbs_swiper .order {
    font-size: 13px;
    margin-top: 1rem;
  }
  .home_brand .home_brand_thumbs_swiper .title {
    font-size: 15px;
  }
  .home_brand .home_brand_swiper .flex {
    height: 50vh;
    padding: 2rem 0;
  }
  .home_brand .home_brand_swiper .info span {
    font-size: 13px;
  }
  .home_brand .home_brand_swiper .info h3 {
    font-size: 28px;
  }
  .home_brand .home_brand_swiper .info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .home_brand .home_brand_swiper .btn_more {
    margin: 0;
  }
  .home_product {
    padding: 4rem 0;
    overflow: hidden;
  }
  .home_product .flex {
    display: block;
  }
  .home_product .nav {
    margin: 10px 0 0;
  }
  .home_product .nav ul {
    gap: 6px 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .home_product .nav ul::-webkit-scrollbar {
    display: none;
  }
  .home_product .nav li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .home_product .swiper_box {
    margin-top: 2rem;
  }
  .home_product .swiper_btns {
    display: none;
  }
  .home_product .home_product_swiper {
    overflow: visible;
  }
  .home_product .btn_more {
    margin-top: 2.5rem;
  }
  .home_product .product_list .info {
    margin-top: 1rem;
  }
  .home_product .product_list .info .cat {
    font-size: 14px;
  }
  .home_product .product_list .info .title {
    font-size: 1rem;
  }
  .home_project {
    padding: 3rem 0;
  }
  .home_project .home_project_swiper {
    margin-top: 20px;
  }
  .home_project .home_project_swiper .order {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .home_project .home_project_swiper .info {
    margin-top: 1rem;
  }
  .home_project .home_project_swiper .info .cat {
    font-size: 14px;
  }
  .home_project .home_project_swiper .info .title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 6px;
  }
  .home_project .bot {
    gap: 1rem;
    margin-top: 2rem;
  }
  .home_project .bot .pagination {
    font-size: 14px;
  }
  .home_project .bot .pagination .current {
    font-size: 1rem;
    margin-right: 2px;
  }
  .home_about {
    padding: 4rem 0;
  }
  .home_about .flex {
    display: block;
  }
  .home_about .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_about .desc p {
    margin-bottom: 12px;
  }
  .home_about .desc a {
    font-size: 14px;
  }
  .home_about .home_about_swiper {
    margin-top: 2rem;
    max-width: 680px;
  }
  .home_about .home_about_swiper .info .order {
    font-size: 14px;
  }
  .home_about .home_about_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_about .home_about_swiper .info .more {
    gap: 8px;
    font-size: 14px;
    margin-top: 1rem;
  }
  .home_about .home_about_swiper .info .more::after {
    width: 12px;
    height: 12px;
  }
  .home_about .pagination {
    margin-top: 2rem;
  }
  .home_about .pagination .wrap {
    font-size: 14px;
  }
  .home_about .pagination .wrap .current {
    font-size: 1rem;
    margin-right: 2px;
  }
  .home_about .float {
    font-size: 110px;
    bottom: -20px;
  }
  .home_network {
    padding: 4rem 0;
  }
  .home_network .flex {
    margin-top: 20px;
  }
  .home_network .img {
    flex: 1;
    width: auto;
  }
  .home_network .form {
    width: 50%;
  }
  .home_network form {
    padding: 20px;
  }
  .home_network form .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_network form .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_network form .wrap {
    margin-top: 1rem;
  }
  .home_network form input,
  .home_network form textarea {
    font-size: 1rem;
    padding: 12px 1rem;
  }
  .home_network form textarea {
    height: 120px;
  }
  .home_network form span:has(input[type="submit"]) {
    margin-top: 10px;
  }
  .home_network form .tip {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_network .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .home_network .img {
    width: calc(100% + 1rem);
    margin: 0 -1rem;
  }
  .home_network .form {
    width: 100%;
  }
  .home_blog {
    padding: 4rem 0;
  }
  .home_blog .head {
    margin: 0;
  }
  .home_blog .btn_more {
    padding: 0 20px;
  }
  .home_blog .list {
    margin-top: 2rem;
  }
  .home_blog .list a {
    padding: 20px 0;
  }
  .home_blog .list a::after {
    width: 20px;
    height: 1rem;
  }
  .home_blog .list .date {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 6px;
  }
  .home_blog .list .date strong {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .home_blog .list .info {
    padding: 0 1rem;
  }
  .home_blog .list .info .cat {
    font-size: 14px;
    padding-top: 6px;
  }
  .home_blog .list .info .title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 8px 0;
  }
  .home_blog .list .info .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .home_about .float {
    font-size: 50px;
    bottom: -10px;
  }
  .home_network .img {
    width: 100vw;
    margin: 0 -20px;
    padding: 0 10px;
    overflow: auto;
  }
  .home_network .img .svg {
    min-width: 600px;
  }
  .home_blog .list a {
    grid-template-columns: 1fr;
  }
  .home_blog .list a::after {
    order: 4;
  }
  .home_blog .list .img {
    order: 1;
  }
  .home_blog .list .date {
    order: 2;
    padding-top: 12px;
  }
  .home_blog .list .date strong {
    display: inline;
  }
  .home_blog .list .info {
    order: 3;
    padding: 6px 0 1rem;
  }
  .home_blog .list .info .cat {
    padding: 0;
  }
}
