.kontainer {
  position: relative;
  padding: 10px;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
}

@media (min-width: 768px) {
  .mySlides img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
}

.cursor {
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  width: auto;
  padding: 15px 20px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  max-width: 91%;
  padding: 7px 15px;
  color: white;
  position: absolute;
  bottom: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
  width: 100%;
}

.active, .demo:hover {
  opacity: 1;
}

.next {
  background: #f65310;
}

.prev {
  background: #fff;
}

.over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
  cursor: pointer;
}

.fadee {
  animation-name: fadee;
  animation-duration: 2.5s;
}

@keyframes fadee {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.wrap_sli_img {
  position: relative;
  z-index: 0;
}

.sli_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.sli_top {
  position: relative;
}

@media (min-width: 768px) {
  .sli_top {
    position: relative;
    height: 550px;
  }
}

.sli_tag {
  display: inline-flex;
  font-size: x-small;
  font-weight: 700;
  color: #333333;
  background: #f65310;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#sli {
  max-width: 1440px;
  margin: auto;
}

.icon .bi-twitter {
  color: #55ACEE;
}

.recent_news {
}

