.realtives {
  position: relative;
}
#owl-demo .item {
  margin: 15px;
  margin-left: 0px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
#owl-demo .item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
#owl-demo .item img:hover {
  transform: scale(1.1);
}
.customNavigation {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 45%;
}
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container-fluid {
  position: relative;
}

.prev {
  position: absolute;
  left: 30px;
}
.next {
  float: right;
  right: 30px;
  position: absolute;
}

.btnhf {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  color: #333333;
}
.btnhf i {
  line-height: 60px;
  font-size: 40px;
}
.btnhf:hover {
  background: #cc0066;
  color: #fff;
}
