/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #08080804;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin: 0px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #165DFF
}

.journalism{
  position: relative;
  height: 906px;
  }
  .owl-carousel{
    /* height: 906px; */
  }

.owl-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  /* left: calc((100% - 1440px)/2); */
}

.owl-nav{
  position: absolute;
  width: calc(100% + 160px);
  height: 48px;
  top: 50%;
  left: 50%;
  /* transform: translateY(-50%); */
  transform: translate(-50% ,-50%);
}


.owl-prev{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.11) !important;
  background: rgba(0,0,0,0.3) !important;
}
.owl-next{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.11) !important;
  background: rgba(0,0,0,0.1) !important;
}
.owl-prev:hover{
  background-color: #165DFF !important;
}
.owl-next:hover{
  background-color: #165DFF !important;
}
.owl-prev span{
  font-size: 43px;
  height: 30px;
  line-height: 25px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
.owl-next span{
  font-size: 43px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  margin-left: 2px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
.item{
  height: auto;
  width: 100%;
}