
.landing-seven {
    margin-top: -118px;
  }
  
  .landing-seven .swiper-slide {
    background-color: #000;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    padding-top: 118px;
  }
  
  .landing-seven .swiper-slide .container>img {
    -webkit-transform: translateY(59px) scale(0);
    -moz-transform: translateY(59px) scale(0);
    -ms-transform: translateY(59px) scale(0);
    -o-transform: translateY(59px) scale(0);
    transform: translateY(59px) scale(0);
    width: 70%;
  }
  
  .landing-seven .swiper-slide .container .content .brand {
    margin-bottom: 15px;
  }
  
  .landing-seven .swiper-slide .container .content .brand img {
    height: 39px;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
  
  .landing-seven .swiper-slide .container .content .slider3h {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 60px;
    margin-bottom: 12px;
  }
  
  .landing-seven .swiper-slide .container .content .slider3h span {
    font-size: 30px;
  }
  
  .landing-seven .swiper-slide .container .content .link a {
    -webkit-border-radius: 50px 0 50px 50px;
    -moz-border-radius: 50px 0 50px 50px;
    border-radius: 50px 0 50px 50px;
    background-color: #ee273a;
    line-height: 21px;
    padding: 8px 23px 7px 21px;
    font-size: 13px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .landing-seven .swiper-slide .container .content .link a i {
    margin-right: 27px;
    color: #fefeff;
    font-size: 10px;
  }
  
  .landing-seven .swiper-slide .container .content .link a:hover {
    background-color: #db1124;
  }
  
  @media only screen and (max-width: 1199px) {
    .landing-seven .swiper-slide .container>img {
        width: 60%;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .landing-seven .swiper-slide .container {
        padding-bottom: 20px;
    }
  
    .landing-seven .swiper-slide .container>img {
        width: 80%;
        display: block;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        margin: 0 auto 32px;
    }
  
    .landing-seven .swiper-slide .container .content {
        width: 100%;
        text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .landing-seven .swiper-slide .container .content .slider3h {
        font-size: 40px;
        line-height: 40px;
    }
  
    .landing-seven .swiper-slide .container .content .slider3h span {
        font-size: 20px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .landing-seven .swiper-slide-active .container>img {
        -webkit-transform: translateY(59px) scale(1);
        -moz-transform: translateY(59px) scale(1);
        -ms-transform: translateY(59px) scale(1);
        -o-transform: translateY(59px) scale(1);
        transform: translateY(59px) scale(1);
    }
  }
  
  @media only screen and (max-width: 991px) {
    .landing-seven .swiper-slide-active .container>img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
  }
  
  .landing-seven .swiper-slide-active .container .content .brand img,
  .landing-seven .swiper-slide-active .container .content .title h2,
  .landing-seven .swiper-slide-active .container .content .link a {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
  
  .landing-seven .swiper-slide-active .container .content .brand img {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  
  .landing-seven .swiper-slide-active .container .content .title h2 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  
  
  .landing-seven .swiper-slide-active .container .content .link a {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  
  .landing-seven .swiper-button-next,
  .landing-seven .swiper-button-prev {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50px;
  }
  
  .landing-seven .swiper-button-next::after,
  .landing-seven .swiper-button-prev::after {
    color: #fff;
    font-size: 13px;
  }
  
  .landing-seven .swiper-button-prev {
    right: 50px;
  }
  
  @media only screen and (max-width: 575px) {
  
    .landing-seven .swiper-button-next,
    .landing-seven .swiper-button-prev {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
  
    .landing-seven .swiper-button-next {
        left: 12px;
    }
  
    .landing-seven .swiper-button-prev {
        right: 12px;
    }
  }
  