.carroussel_title {  
  width: 100%;
  text-align: center;
  /* margin: 0px 0 30px; */
  transform: translateY(-25px);
  background-color: #F2F2F2;  
  padding: 15px;
  padding-bottom: 3px
}

.carroussel_title h1 {
  font-size: 2.125rem;
  color: #302F30; 
  font-family: 'DM Serif Text', serif;
  /* font-weight: bold; */
}

.carroussel_title p {
  font-size: 1rem;
  color: #000000;
  /* font-weight: bold; */
  /* font-family: "open_sansregular", sans-serif; */
}

.slick-slide img{
  width: 100%!important;
  height: auto;
  display: block;
  /* padding: 10px; */
  margin-bottom: 10px;
}  
.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 2.75;
    color: #ffa000;
}


.banner_category_slider_promotion {
  margin: 0 auto 10px auto;
  /* display: none !important; */
}


.next-arrow {
  margin: 0 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  background: #00adf3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #00adf388;
  opacity: 0.85;
  display: none;
}

.next-arrow:hover {
  border: 1px solid #ffa000;
  background: #ffa000ee;
  opacity: 1;
  transition: background 0.2s;
}

.prev-arrow  {
  margin: 0 10px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background: #00adf3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #00adf388;
  opacity: 0.85;
  display: none;
}

.prev-arrow:hover {
  border: 1px solid #ffa000;
  background: #ffa000ee;
  opacity: 1;
  transition: background 0.2s;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  margin-top: 13px;
} 

@media screen and (max-width: 768px){
  .carroussel_title{
    margin: 30px 0 15px;
  }

  .banner_category_slider_promotion {
    margin: 0 auto 10px auto;
    /* display: none !important; */
  }
}
