.unify_pd {
  padding: 40px 0;
}
.btn-link {
  display: inline-block;
  padding-left: 35px;
  font-size: 16px;
  color: white;
  background: url("../images/arrow-22.png") no-repeat;
  background-position: 0px 50%;
  transition: all 0.3s;
}
.btn-link:hover {
  background: url("../images/arrow-22.png") no-repeat;
  background-position: 5px 50%;
}
.ms-colum-title {
  position: relative;
  margin-bottom: 40px;
}
.ms-colum-title a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #008ca4;
  padding-left: 35px;
  background: url(../images/arrow-deep-pc.png) no-repeat;
  background-position: 0px 50%;
  transition: all 0.3s;
}
.ms-colum-title a.bottomLearnmore {
  top: auto;
  bottom: 0;
  transform: translateY(0);
}
.ms-colum-title a:hover {
  background: url(../images/arrow-deep-pc.png) no-repeat;
  background-position: 5px 50%;
}
.ms-colum-title a.btn-link {
  display: inline-block;
  padding-left: 0;
  font-size: 14px;
  color: white;
  background: url("../images/arrow-22.png") no-repeat;
  background-position: 0px 50%;
  transition: all 0.3s;
}
.ms-colum-title a.btn-link.deep {
  color: #008ca4;
  background: url(/images/arrow-deep.png) no-repeat;
  background-position: 93% 50%;
  background-size: 22px 14px;
  padding-right: 40px;
}
.ms-colum-title a.btn-link:hover {
  background-position: 100% 50%;
}
.ms-h2-title {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
.ms-explain {
  font-size: 16px;
  line-height: 1.6;
}
.bg-white {
  background: #fff;
}
.bg-multicolour .ms-h2-title {
  color: #fff;
}
.home .hero img {
  width: 100%;
}
.home .hero .ms-kv {
  display: block;
}
.home .hero .ms-kv-mb {
  display: none;
}
.home .hero video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.home .hero .hero-content {
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.home .hero .hero-content .hero-max-w {
  max-width: 55%;
}
.home .hero .hero-content h2 {
  font-size: 38px;
  color: white;
}
.home .hero .hero-content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: white;
}
.home .hero .hero-content.color h1,
.home .hero .hero-content.color p {
  color: #0f4a57;
}
.home .hero .swiper-slide {
  overflow: hidden;
  position: relative;
  height: auto;
}
.home .hero .swiper-slide img {
  transition: all 10s;
}
.home .hero .swiper-slide:hover img {
  transform: scale(1.1);
}
.home .supplier .ms-colum-title,
.home .supplier .ms-explain,
.home .supplier .content {
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}
.home .supplier .ms-colum-title.animate,
.home .supplier .ms-explain.animate,
.home .supplier .content.animate {
  transform: translateY(0);
  opacity: 1;
}
.home .supplier .ms-explain {
  margin: 0 auto;
  text-align: justify;
  width: 80%;
}
.home .advantages {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home .advantages .content {
  width: 33%;
  height: 250px;
  padding: 20px 25px;
  transition: 0.4s;
  position: relative;
}
.home .advantages .content img {
  margin-right: 10px;
  transition: 1s;
  transform: translateY(40%);
}
.home .advantages .content .title {
  font-size: 24px;
  margin: 10px 0 25px;
  transition: 1s;
  transform: translateY(35%);
}
.home .advantages .content .show_desc {
  transition: 1s;
  transform: translateY(40%);
  padding-top: 10px;
}
.home .advantages .content .show_desc img {
  width: 22px;
  height: 10px;
  animation: supplierArrow 2s infinite;
}
.home .advantages .content .description {
  font-size: 16px;
  display: none;
}
.home .advantages .content .description p {
  padding-left: 15px;
  color: #fff;
  position: relative;
}
.home .advantages .content .description p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.home .advantages .content .description p + p {
  margin-top: 10px;
}
.home .advantages .content .gray-line {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.home .advantages .content:nth-of-type(1) {
  background: url(../images/advantage-bg-01.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.home .advantages .content:nth-of-type(2) {
  background: url(../images/advantage-bg-02.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.home .advantages .content:nth-of-type(3) {
  background: url(../images/advantage-bg-03.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.home .advantages .content:nth-of-type(1).hover {
  background: url(../images/advantage-bg-01.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.home .advantages .content:nth-of-type(2).hover {
  background: url(../images/advantage-bg-02.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.home .advantages .content:nth-of-type(3).hover {
  background: url(../images/advantage-bg-03.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.home .products .ms-colum-title,
.home .products .product_list {
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}
.home .products .ms-colum-title.animate,
.home .products .product_list.animate {
  transform: translateY(0);
  opacity: 1;
}
.home .products .product_list {
  display: flex;
  background: url(../images/products-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.home .products .product_list .product_item {
  width: calc(20% - 1px);
  position: relative;
  text-align: center;
  height: auto;
}
.home .products .product_list .product_item .item_detail {
  display: block;
  padding: 0 20px 30px;
  color: #fff;
}
.home .products .product_list .product_item .item_detail:hover img {
  transform: scale(1.3);
}
.home .products .product_list .product_item .item_detail:hover h4,
.home .products .product_list .product_item .item_detail:hover p {
  transform: translateY(-10px);
}
.home .products .product_list .product_item .item_detail:hover + .btn {
  transform: translateY(-10px);
}
.home .products .product_list .product_item h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
  transform: translateY(0);
  transition: all 0.3s;
  text-shadow: 1px 1px 5px #000;
}
.home .products .product_list .product_item p {
  text-align: left;
  transform: translateY(0);
  color: #fff;
  transition: all 0.3s;
}
.home .products .product_list .product_item img {
  width: 100%;
  transition: all 0.3s;
}
.home .products .product_list .product_item .btn {
  transform: translateY(0);
  transition: all 0.3s;
}
.home .products .product_list .product_item + .product_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 70%;
  zoom: 1;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
}
.home .products .product_list:hover {
  background: url(../images/products-bg.jpg) no-repeat center;
  background-size: 110% 110%;
  transition: all 6s;
}
.home .solutions .ms-colum-title,
.home .solutions .solution-items {
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}
.home .solutions .ms-colum-title.animate,
.home .solutions .solution-items.animate {
  transform: translateY(0);
  opacity: 1;
}
.home .solutions .solution-items {
  margin: 0 -10px;
}
.home .solutions .solution-items .item {
  width: calc(25% - 20px);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .solutions .solution-items .item img {
  width: 100%;
  transition: 0.3s;
}
.home .solutions .solution-items .item:hover {
  transition: 0.3s;
}
.home .solutions .solution-items .item:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.home .solutions .solution-items .item:hover .item-content {
  transform: translateY(-50%);
}
.home .solutions .solution-items .item:hover .item-content p,
.home .solutions .solution-items .item:hover .item-content .btn-link {
  transition: 0.3s;
  transform: translateY(0px);
}
.home .solutions .solution-items .item .item-content {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 40px 30px;
  transition: 0.5s;
  transform: translateY(70px);
}
.home .solutions .solution-items .item .item-content h4 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}
.home .solutions .solution-items .item .item-content p {
  margin-bottom: 20px;
  color: #fff;
}
.home .solutions .solution-items .item .item-content p,
.home .solutions .solution-items .item .item-content .btn-link {
  transition: 0.3s;
  transform: translateY(110px);
}
.home .case {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.home .case.animate .case-content {
  transform: translateY(-50%);
  opacity: 1;
}
.home .case img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  min-width: 100%;
  height: 100%;
}
.home .case .case-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}
.home .case .case-content .case-max-w {
  max-width: 50%;
}
.home .case .case-content h2 {
  text-align: left;
}
.home .case .case-content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.home .case .case-content p {
  margin-bottom: 40px;
  color: #fff;
  width: 85%;
}
.home .case .swiper-container {
  height: 100%;
  width: 100%;
}
.home .case .page_buttons {
  width: 20px;
  height: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.home .case .page_buttons .swiper-button-next,
.home .case .page_buttons .swiper-button-prev,
.home .case .page_buttons .swiper-pagination {
  position: relative;
  top: auto;
}
.home .case .page_buttons .swiper-button-next,
.home .case .page_buttons .swiper-button-prev {
  width: 20px;
  height: 20px;
  left: auto;
  right: auto;
  margin: 15px 0;
}
.home .case .page_buttons .swiper-button-next {
  background: url(../images/arror_next.png) no-repeat center;
  background-size: 100% auto;
}
.home .case .page_buttons .swiper-button-prev {
  background: url(../images/arror_prev.png) no-repeat center;
  background-size: 100% auto;
}
.home .case .page_buttons .swiper-pagination {
  display: flex;
  flex-direction: column;
  bottom: 0;
}
.home .case .page_buttons .swiper-pagination .swiper-pagination-bullet {
  margin: 15px 0;
}
.home .news .ms-colum-title,
.home .news .news-list {
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}
.home .news .ms-colum-title.animate,
.home .news .news-list.animate {
  transform: translateY(0);
  opacity: 1;
}
.home .news .news-list {
  display: flex;
  margin: 0 -10px;
}
.home .news .news-list .news-item {
  width: calc(33.333% - 20px);
  height: auto;
  margin: 0 10px;
  background: white;
  cursor: pointer;
}
.home .news .news-list .news-item .item {
  border: 2px solid #e2e3e5;
  font-size: 0;
  height: 100%;
  padding-bottom: 20px;
}
.home .news .news-list .news-item .news-content-image {
  overflow: hidden;
}
.home .news .news-list .news-item .news-content-image img {
  width: 100%;
  transition: 0.3s;
}
.home .news .news-list .news-item .news-content-text {
  padding: 20px;
  transition: 0.5s;
}
.home .news .news-list .news-item .news-content-text label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  font-size: 14px;
  color: #a6a6a6;
}
.home .news .news-list .news-item .news-content-text h4 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1.5;
}
.home .news .news-list .news-item:hover .news-content-image img {
  transform: scale(1.1);
}
.home .news .news-list .news-item:hover .news-content-text h4 {
  color: #008ca4;
}
.home .quick-links {
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}
.home .quick-links.animate {
  transform: translateY(0);
  opacity: 1;
}
.home .quick-links .links_list {
  display: flex;
  margin: 0 -8px;
}
.home .quick-links .links_list .link {
  border: 1px solid #e7e8e9;
  width: calc(25% - 16px);
  margin: 0 8px;
  padding: 16px 0;
}
.home .quick-links .links_list .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.home .quick-links .links_list .link a img {
  margin-right: 20px;
}
.home .quick-links .links_list .link:hover p {
  color: #008ca4;
}
.home .swiper-pagination {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.home .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 15px;
  background: url(../images/s-bullet-mb.png) no-repeat center;
  background-size: auto 100%;
  opacity: 1;
  outline: none;
  border: 0;
  border-radius: 0;
  transition: 0.3s;
}
.home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/s-bullet-mb-active.png) no-repeat center;
  background-size: auto 100%;
}
@media screen and (max-width: 1600px) {
  .unify_pd {
    padding: 30px 0;
  }
  .btn-link {
    font-size: 14px;
  }
  .ms-colum-title {
    margin-bottom: 30px;
  }
  .ms-colum-title a {
    font-size: 14px;
  }
  .ms-h2-title {
    font-size: 32px;
  }
  .ms-explain {
    font-size: 14px;
  }
  .home .hero .hero-content h2 {
    font-size: 32px;
  }
  .home .hero .hero-content p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .home .supplier .ms-explain {
    width: 80%;
  }
  .home .advantages {
    margin-top: 20px;
  }
  .home .advantages .content {
    padding: 15px 20px;
    height: 240px;
  }
  .home .advantages .content .title {
    font-size: 20px;
    margin: 10px 0 25px;
  }
  .home .advantages .content .show_desc {
    padding-top: 10px;
  }
  .home .advantages .content .description {
    font-size: 14px;
  }
  .home .products .product_list .product_item .item_detail {
    padding: 0 20px 30px;
  }
  .home .products .product_list .product_item h4 {
    font-size: 20px;
  }
  .home .solutions .solution-items .item .item-content {
    padding: 30px 20px;
  }
  .home .solutions .solution-items .item .item-content h4 {
    font-size: 20px;
  }
  .home .case .case-content h4 {
    font-size: 20px;
  }
  .home .news .news-list .news-item .news-content-text h4 {
    font-size: 14px;
  }
  .home .quick-links .links_list .link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .home .hero .hero-content .hero-max-w {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1360px) {
  .home .hero .hero-content .hero-max-w {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1240px) {
  .unify_pd {
    padding: 20px 0;
  }
  .btn-link {
    font-size: 12px;
  }
  .ms-colum-title {
    margin-bottom: 20px;
  }
  .ms-colum-title a {
    font-size: 12px;
  }
  .ms-h2-title {
    font-size: 28px;
  }
  .ms-explain {
    font-size: 12px;
  }
  .home .hero .hero-content h2 {
    font-size: 28px;
  }
  .home .hero .hero-content p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .home .advantages .content {
    padding: 15px 20px;
    height: 200px;
  }
  .home .advantages .content .title {
    font-size: 18px;
    margin: 10px 0;
  }
  .home .advantages .content .show_desc {
    padding-top: 10px;
  }
  .home .advantages .content .description {
    font-size: 12px;
  }
  .home .products .product_list .product_item .item_detail {
    padding: 0 20px 25px;
  }
  .home .products .product_list .product_item h4 {
    font-size: 18px;
    margin-top: 18px;
  }
  .home .solutions .solution-items .item .item-content {
    padding: 20px 15px;
    transform: translateY(70px);
  }
  .home .solutions .solution-items .item .item-content h4 {
    font-size: 18px;
  }
  .home .case {
    height: 400px;
  }
  .home .case .case-content h4 {
    font-size: 18px;
  }
  .home .news .news-list .news-item .news-content-text {
    padding: 20px;
  }
  .home .news .news-list .news-item .news-content-text label {
    bottom: 20px;
    left: 20px;
  }
  .home .news .news-list .news-item .news-content-text h4 {
    font-size: 12px;
  }
  .home .quick-links .links_list .link {
    padding: 12px 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .home .supplier .ms-explain {
    width: 80%;
  }
  .home .advantages .content .title {
    margin: 10px 0;
  }
  .home .solutions .solution-items .item .item-content {
    padding: 15px;
  }
  .home .solutions .solution-items .item .btn-link {
    left: 20px;
  }
}
@media screen and (max-width: 1002px) {
  a.button {
    padding: 10px 20px;
    font-size: 12px;
  }
  .btn-link {
    font-size: 12px;
  }
  .ms-colum-title a {
    font-size: 12px;
  }
  .ms-h2-title {
    font-size: 28px;
  }
  .ms-explain {
    font-size: 12px;
  }
  .home .hero .hero-content h2 {
    font-size: 28px;
  }
  .home .hero .hero-content p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .home .supplier .ms-explain {
    width: 88%;
  }
  .home .advantages {
    margin-top: 30px;
  }
  .home .advantages .content {
    padding: 15px 20px;
    height: 240px;
  }
  .home .advantages .content .title {
    font-size: 18px;
  }
  .home .advantages .content .show_desc {
    padding-top: 10px;
  }
  .home .advantages .content .description {
    font-size: 12px;
  }
  .home .products .product_list .product_item .item_detail {
    padding: 0 20px 25px;
  }
  .home .products .product_list .product_item h4 {
    font-size: 18px;
    margin-top: 54px;
  }
  .home .solutions .swiper-wrapper {
    flex-wrap: wrap;
  }
  .home .solutions .swiper-wrapper .item {
    width: calc(50% - 50px);
    margin: 10px 25px;
  }
  .home .solutions .swiper-wrapper .item .item-content {
    top: 60%;
    padding: 20px;
  }
  .home .solutions .swiper-wrapper .item .item-content h4 {
    font-size: 18px;
  }
  .home .case {
    height: 400px;
  }
  .home .case .case-content h4 {
    font-size: 18px;
  }
  .home .news .news-list .news-item .news-content-text h4 {
    font-size: 12px;
  }
  .home .quick-links .links_list {
    flex-wrap: wrap;
  }
  .home .quick-links .links_list .link {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .unify_pd {
    padding: 20px 0;
  }
  .btn-link {
    padding-left: 25px;
    font-size: 12px;
    background: url("../images/arrow-22.png") left center no-repeat;
    background-size: 16px auto;
    transition: none;
  }
  .btn-link:hover {
    background: url("../images/arrow-22.png") no-repeat;
    background-size: 16px auto;
    background-position: 5px 50%;
    transition: none;
  }
  .ms-colum-title a {
    padding-left: 25px;
    font-size: 12px;
    background: url(/images/arrow-deep.png) no-repeat left center;
    background-size: 16px auto;
  }
  .ms-colum-title a:hover {
    background: url(/images/arrow-deep.png) no-repeat left center;
    background-size: 16px auto;
    background-position: 5px 50%;
  }
  .ms-colum-title a.btn-link {
    padding-left: 25px;
    font-size: 12px;
    background: url("../images/arrow-22.png") no-repeat;
    background-position: 0px 50%;
    background-size: 18px auto;
    transition: none;
  }
  .ms-colum-title a.btn-link.deep {
    background: url(/images/arrow-deep.png) no-repeat;
    background-position: 93% 50%;
    background-size: 18px auto;
    padding-right: 30px;
    transition: none;
  }
  .ms-colum-title a.btn-link:hover {
    background-position: 100% 50%;
    transition: none;
  }
  .ms-h2-title {
    font-size: 20px;
  }
  .ms-explain {
    font-size: 12px;
    text-align: left;
  }
  .home .hero .ms-kv {
    display: none;
  }
  .home .hero .ms-kv-mb {
    display: block;
  }
  .home .hero video {
    display: none;
  }
  .home .hero .hero-content {
    top: 50%;
  }
  .home .hero .hero-content .hero-max-w {
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
  }
  .home .hero .hero-content h2 {
    font-size: 20px;
  }
  .home .hero .hero-content p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .home .hero .swiper-slide img {
    transition: none;
  }
  .home .hero .swiper-slide:hover img {
    transform: none;
  }
  .home .supplier .ms-explain {
    width: 100%;
    text-align: left;
  }
  .home .advantages {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .home .advantages .content {
    width: 100%;
    height: auto;
    padding: 20px 0 15px;
  }
  .home .advantages .content .num {
    width: 40px;
  }
  .home .advantages .content .title {
    transform: translateY(30%);
    font-size: 16px;
    margin: 15px 0 15px;
  }
  .home .advantages .content .show_desc {
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  .home .advantages .content .show_desc img {
    width: 20px;
  }
  .home .advantages .content .description {
    font-size: 12px;
    display: none;
  }
  .home .advantages .content .description p {
    padding-left: 15px;
  }
  .home .advantages .content .description p::before {
    top: 6px;
  }
  .home .advantages .content .gray-line {
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 100%;
    background: #e5e5e5;
  }
  .home .advantages .content:nth-of-type(1) {
    background: none;
    color: #505050;
  }
  .home .advantages .content:nth-of-type(2) {
    background: none;
    color: #505050;
  }
  .home .advantages .content:nth-of-type(3) {
    background: none;
    color: #505050;
  }
  .home .advantages .content.hover {
    transition: 0s;
    padding: 30px 15px;
  }
  .home .products {
    position: relative;
  }
  .home .products .product_list {
    background: url(../images/products-bg-mb.jpg) no-repeat;
    background-size: cover;
  }
  .home .products .product_list .product_item {
    width: 100%;
    padding-bottom: 60px;
  }
  .home .products .product_list .product_item .item_detail {
    border-right: 0;
    padding: 0 35px 15px;
  }
  .home .products .product_list .product_item .item_detail:hover img {
    transform: scale(1);
  }
  .home .products .product_list .product_item .item_detail:hover h4,
  .home .products .product_list .product_item .item_detail:hover p {
    transform: translateY(0);
  }
  .home .products .product_list .product_item .item_detail:hover + .btn {
    transform: translateY(0);
  }
  .home .products .product_list .product_item h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home .products .product_list .product_item .ms-explain {
    text-align: justify;
  }
  .home .products .product_list .product_item img {
    width: 100%;
  }
  .home .products .product_list .product_item .button {
    position: static;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    margin-top: 10px;
  }
  .home .products .product_list .product_item + .product_item::before {
    display: none;
  }
  .home .products .product_list:hover {
    background: url(../images/products-bg-mb.jpg) no-repeat;
    background-size: cover;
  }
  .home .solutions {
    background: url("../images/bg-solutions-mb.jpg") no-repeat;
    background-size: cover;
  }
  .home .solutions .solution-items {
    margin: 0;
  }
  .home .solutions .solution-items .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .home .solutions .solution-items .item {
    width: 100%;
    margin: 0;
  }
  .home .solutions .solution-items .item:hover::before {
    display: none;
  }
  .home .solutions .solution-items .item:hover .item-content {
    transform: translateY(-30%);
  }
  .home .solutions .solution-items .item .item-content {
    transition: none;
    top: 50%;
    padding: 15px 20px;
    transform: translateY(-30%);
  }
  .home .solutions .solution-items .item .item-content h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .home .solutions .solution-items .item .item-content p {
    margin-bottom: 15px;
  }
  .home .solutions .solution-items .item .item-content p,
  .home .solutions .solution-items .item .item-content .btn-link {
    transform: translateY(0);
  }
  .home .case {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .home .case.animate .case-content {
    transform: translateY(-50%);
    opacity: 1;
  }
  .home .case img {
    position: static;
    left: 0;
    transform: translateX(0);
    transition: 0.5s;
    width: 100%;
    height: auto;
  }
  .home .case .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .home .case .case-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translateY(20%);
    opacity: 0;
    color: #fff;
    z-index: 3;
  }
  .home .case .case-content .case-max-w {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .home .case .case-content h2 {
    text-align: left;
  }
  .home .case .case-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .home .case .case-content p {
    margin-bottom: 30px;
    width: 100%;
  }
  .home .case .swiper-container {
    height: auto;
    width: 100%;
  }
  .home .case .page_buttons {
    width: auto;
    height: 20px;
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%, -40px);
    z-index: 100;
    display: flex;
    flex-direction: row;
    z-index: 3;
  }
  .home .case .page_buttons .swiper-button-next,
  .home .case .page_buttons .swiper-button-prev,
  .home .case .page_buttons .swiper-pagination {
    flex-direction: row;
    width: auto;
  }
  .home .case .page_buttons .swiper-button-next .swiper-pagination-bullet,
  .home .case .page_buttons .swiper-button-prev .swiper-pagination-bullet,
  .home .case .page_buttons .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .home .case .page_buttons .swiper-button-next,
  .home .case .page_buttons .swiper-button-prev {
    width: 16px;
    height: 16px;
    left: auto;
    right: auto;
    margin: 0 10px;
  }
  .home .case .page_buttons .swiper-button-next {
    background: url(../images/arror_next-mb.png) no-repeat center;
    background-size: 100% auto;
  }
  .home .case .page_buttons .swiper-button-prev {
    background: url(../images/arror_prev-mb.png) no-repeat center;
    background-size: 100% auto;
  }
  .home .case .page_buttons .swiper-pagination {
    bottom: 0;
  }
  .home .news .news-list {
    display: flex;
    margin: 0;
  }
  .home .news .news-list .news-item {
    width: 33.333%;
    margin: 0;
    cursor: pointer;
  }
  .home .news .news-list .news-item .news-content-text {
    padding: 15px;
    transition: 0.5s;
  }
  .home .news .news-list .news-item .news-content-text label {
    font-size: 12px;
    bottom: 15px;
    left: 15px;
  }
  .home .news .news-list .news-item .news-content-text h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 00;
  }
  .home .news .news-list .news-item:hover .news-content-image img {
    transform: scale(1);
  }
  .home .news .swiper-pagination {
    bottom: -35px;
  }
  .home .news .swiper-pagination .swiper-pagination-bullet {
    background: url(../images/s-bullet-deep-mb.png) no-repeat center;
    background-size: auto 100%;
  }
  .home .news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/s-bullet-deep-mb-active.png) no-repeat center;
    background-size: auto 100%;
  }
  .home .quick-links .links_list .link {
    width: calc(50% - 16px);
    margin: 0 8px 10px;
    padding: 8px 0;
  }
  .home .quick-links .links_list .link a {
    font-size: 12px;
  }
  .home .quick-links .links_list .link a img {
    margin-right: 15px;
    width: 30px;
  }
  .home .swiper-pagination {
    left: 0;
  }
  .home .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: url(../images/s-bullet-mb.png) no-repeat center;
    background-size: auto 100%;
    opacity: 1;
    border-radius: 0;
    transition: 0.3s;
  }
  .home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/s-bullet-mb-active.png) no-repeat center;
    background-size: auto 100%;
  }
}
@keyframes supplierArrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
  }
}
