#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 .contt {
  width: 40%;
  position: absolute;
  left: 9%;
  top: 13%;
  /*transform: translate(-50%, -50%);*/
}

#banner-sengong .contt h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
#banner-sengong .contt p {
  font-size: 20px;
  color: #6f6e6e;
  margin-bottom: 8px;
}

@media screen and (max-width:1500px){
    #banner-sengong .contt h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #banner-sengong .contt p {
    font-size: 18px;
  }
}
@media screen and (max-width:1000px){
  .banner2{
    display: none;
  }
    #banner-sengong .contt h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #banner-sengong .contt p {
    font-size: 15px;
  }
  
}
@media screen and (max-width:820px) {
  #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 .contt {
  width: 60%;
  left: 9%;
  top: 13%;
}
   #banner-sengong .contt h2 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  #banner-sengong .contt p {
    line-height: 1;
    font-size: 8px;
  }
  #banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
  }

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