#banner-sengong img {
  width: 100%;
}
#banner-sengong img.visible-xs-block {
  display: none;
}

#banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
}

#banner-sengong .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

#banner-sengong .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
#banner-sengong{
  position: relative;
}
#banner-sengong .cont {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 27%;
  /*transform: translate(-50%, -50%);*/
}

#banner-sengong .cont h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
#banner-sengong .cont p {
  font-size: 40px;
  font-weight: 900;
  color: #b3190d;
}
@media screen and (max-width:1500px){
    #banner-sengong .cont h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #banner-sengong .cont p {
    font-size: 30px;
  }
}
@media screen and (max-width:1000px){
   #banner-sengong .cont {
      width: 55%;
      left: 44%;
      top: 13%;
    }
    #banner-sengong .cont h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
  #banner-sengong .cont p {
    font-size: 25px;
  }
}
  
}
@media screen and (max-width:760px) {
  #banner-sengong .cont h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #banner-sengong .cont p {
    font-size: 20px;
  }
  #banner-sengong img.hidden-xs {
    display: none !important;
  }
  #banner-sengong img.visible-xs-block {
    display: block !important;
  }
}


@media screen and (max-width:480px) {
  #banner-sengong .cont {
  width: 55%;
  left: 44%;
  top: 13%;
}
  #banner-sengong .cont h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
  #banner-sengong .cont p {
    font-size: 12px;
  }
  #banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
  }

  #banner-sengong .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
}