.pinkBg {
  background-color: #ed184f !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.intro-banner-vdo-play-btn {
  height: 0px;
  width: 0px;
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 20vw;
  height: 20vw;
  z-index: -1;
  opacity: 0;
  border-radius: 100%;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

#vibrant-slider {
  height: 270px;
  margin-top: 0px;
  overflow: hidden;
}

#vibrant-slider .slider-item:first-child {
  margin-left: 10px;
}

#vibrant-slider .slick-list {
  margin-right: 0px;
}

#vibrant-slider .slider-item {
  margin: 10px 10px;
  box-shadow: 0px 1px 10px #dcdcdc;
  border-radius: 5px;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

#vibrant-slider .slider-item img {
  height: 100px;
  margin-bottom: 50px;
}

#vibrant-slider .slider-item span {
  position: absolute;
  bottom: 20px;
}

#vibrant-slider .slider-item:hover {
  border: 2px solid #0179e9;
}

#rp {
  position: fixed;
  right: 17vw;
  bottom: 16vw;
  z-index: 999998;
}

#seventyfive {
  position: fixed;
  right: 2vw;
  bottom: 1vw;
  z-index: 999999;
  width: 8vw;
}

#cls {
  position: fixed;
  right: 3vw;
  bottom: 9vw;
  z-index: 9999999;
  color: #f00;
  font-size: 30px;
}

@media only screen and (max-width: 950px) {
  #rp {
    position: fixed;
    right: 170px;
    bottom: 170px;
    z-index: 999998;
  }

  .intro-banner-vdo-play-btn .ripple {
    width: 200px;
    height: 200px;
  }

  #seventyfive {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    width: 100px;
  }

  #cls {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999999;
    color: #f00;
    font-size: 30px;
  }
}
