
.top-category-five .swiper {
    margin-top: 90px;
  }
  
  .top-category-five .swiper-button-next,
  .top-category-five .swiper-button-prev {
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translate(324px, -149px);
    -moz-transform: translate(324px, -149px);
    -ms-transform: translate(324px, -149px);
    -o-transform: translate(324px, -149px);
    transform: translate(324px, -149px);
  }
  
  .top-category-five .swiper-button-prev {
    left: 40px;
  }
  
  .top-category-five-item {
    padding-right: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  
  .top-category-five-item .image {
    width: 153px;
    height: 93px;
  }
  
  .top-category-five-item .image img {
    width: 100%;
    height: 100%;
  }
  
  .top-category-five-item .image img:last-child {
    -webkit-transform: translate(24px, -12px);
    -moz-transform: translate(24px, -12px);
    -ms-transform: translate(24px, -12px);
    -o-transform: translate(24px, -12px);
    transform: translate(24px, -12px);
    opacity: 0.5;
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
  
  .top-category-five-item .content {
    padding: 55px 96px 45px 12px;
    background: url("./../../../assets/images/new/bg-top-category-five.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .top-category-five-item .content .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
  }
  
  .top-category-five-item .content .sub-title {
    font-size: 21px;
    font-weight: 900;
    line-height: 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .swiper-slide-visible .top-category-five-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  @media only screen and (max-width: 1199px) {
    .top-category-five-item .image {
        width: 124px;
        height: 64px;
    }
  
    .top-category-five-item .content {
        padding: 55px 66px 45px 12px;
    }
  }
  
  @media only screen and (max-width: 991px) {
  
    .top-category-five .swiper-button-next,
    .top-category-five .swiper-button-prev {
        -webkit-transform: translate(0, -125px);
        -moz-transform: translate(0, -125px);
        -ms-transform: translate(0, -125px);
        -o-transform: translate(0, -125px);
        transform: translate(0, -125px);
    }
  }
  
  @media only screen and (max-width: 575px) {
    .top-category-five-item {
        padding: 30px 0 0;
    }
  
    .top-category-five-item .image {
        top: 0 !important;
        right: auto !important;
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
  
    .top-category-five-item .content {
        padding: 55px 24px 20px;
        text-align: center;
    }
  }
  
  @media only screen and (max-width: 399px) {
  
    .top-category-five .swiper-button-next,
    .top-category-five .swiper-button-prev {
        right: 40px;
        left: auto;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
  
    .top-category-five .swiper-button-prev {
        right: 0;
    }
  }
  