.mhn-slide .owl-stage-outer {
  z-index: 1;
}
.mhn-slide .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mhn-slide .owl-nav svg {
  color: currentColor;
}
.mhn-slide .owl-nav .disabled {
  display: none;
}
.mhn-slide .owl-prev,
.mhn-slide .owl-next {
  top: 110px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}
.mhn-slide .owl-prev {
  left: -10px;
}

@media (max-width: 768px) {
  .mhn-slide .owl-prev {
    left: 2px;
  }
  .mhn-slide .owl-next {
    right: 2px !important;
  }
}

.mhn-slide .owl-next {
  right: -10px;
}
.tu{
position: fixed;
    top:50%;
    right: 1%;
background: #fff;
text-align: center;
border-radius:5px
}
.tu a{
display:block;
text-decoration : none;
padding:5px
}
.tu a:nth-child(1){
border-bottom:1px solid #eeeeee;
}
.tu a:nth-child(1):hover{
background:#50A5EA;
border-radius:5px 5px 0 0
}
.tu a:nth-child(2):hover{
background:#50A5EA;
border-radius: 0 0 5px 5px
}

.tu a:hover p{
color:#fff
}
.tu a img{
width:45px;
}
.tu a p{
width: 100%;
text-align: center;
color:rgb(55,55,55);
margin-bottom:5px;
font-size:12px
}