
    :root {
    --color-primary: #0068b4;
    }

.override-banner {
  position: absolute !important;
  bottom: 30px;
  z-index: 5;
  width: 90%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.override-banner .info-box {
  background: #1c8d00;
  flex: 1;
  height: 125px;
  display: flex !important;
  align-items: center;
  padding: 10px;
  /*background-image: url("https://demoweb.vnptthainguyen.vn/trong-dong.png");*/
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.override-banner .slick-list {
  bottom: 30px;
}
.override-banner .info-box img {
  width: auto;
  max-height: 100px;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
.override-banner .info-box span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
