  .carousel-caption{
   background-color: rgb(0 0 0 / 56%);
   background-image: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
   width: 100%;
   position: absolute;
   right: 0%!important;
   bottom: 0px;
   left: 0%!important;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #fff;
   text-align: center;
 }
 .bannerBtn{
  color: #ffffff;
  border-radius: 9px!important;
  border-color: white;
  background: #7D1456 !important;
  padding: 10px 40px;
  box-shadow: 1px 1px 10px #7e455561;
}
.title3 {
  font-family: "Trirong", Sans-serif!important;
  font-weight: 600!important;
  font-size: 30px;
}

#sliderImg{

  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;

}

.carousel-control-next-icon {
  padding: 26px 22px;
  background-color: #78091459;
  border-radius: 5px;
}
.carousel-control-prev-icon {
  padding: 26px 22px;
  background-color: #78091459;
  border-radius: 5px;
}


.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.scrolldiv {
  width: 100%;
  height: 48vh;
  overflow-y: auto;
  padding: 10px 10px 10px 10px;
  margin: auto;
}

.scrolldiv-content {
  width: 100%;
  height: 40vh;
}