.div-banner .carousel-indicators {
  bottom: 15px !important;
}

.div-banner .item{
  height: 441px !important;
}

.div-banner .item img {
  object-fit: contain;
  max-width: none!important;
  width: none;
  height: 441px !important;
  background-color: #cccccc;
  background-image: linear-gradient(#F2F2F2, #e0dfdf, #F2F2F2);
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-banner .left2 {
  left: 10%;
}

.div-banner .right2 {
  right: 10%;
}

.div-banner .carousel-control {
  background: transparent;
  opacity: 1 !important;
}

.div-banner .div-icon-banner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color: black;
  background-color: transparent !important;
}

.div-banner .div-icon-banner i{
  font-size: 55px;
  color: #fff;
}

.div-banner .carousel-indicator-banner {
  margin: 0px 20px;
}

.carousel-indicators .active {
  margin: 0px 20px;
  background-color: transparent; 
  border: 3px solid white;
  width: 20px !important;
  height: 20px !important;
}

.carousel-indicators li {
  background-color: white;
  width: 10px !important;
  height: 10px !important;
}

@media (max-width: 1366px) {
  .div-banner .left2 {
    left: 1% !important;
  }
  .div-banner .right2 {
    right: 1% !important;
  }
}

@media (max-width: 1199px) {
  .div-banner {
    display: none;
  }
}