.brand-baner {
  padding: 20px 0;
  max-height: 120px;
  overflow: hidden;
}

.main-banner__slider,
.brand-baner__slider {
  position: relative;
}

.owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    z-index: 999;
    text-align: center;
    /* width: 100px; */
    margin: 0 auto;
}
.owl-prev {
    position: absolute;
    left: 0px;
    top: -25px;
    width: 10px;
    height: 20px;
    border-radius: 50px;
    background-color: #a8a8a8;
    font-weight: bold;
    line-height: 1;
    font-size: 38px;
    transition: all 0.2s;
    /* background: 0 0; */
    color: inherit;
    border: none;
    font: inherit;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    background: 0 0;
}

.owl-prev:before {
    content: "";
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* margin-top: 22px; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* display: block; */
    width: 13px;
    height: 17px;
    background: url(/image/2MZ.svg) 50% 50% no-repeat;
}
.owl-prev:hover {
  transition: all 0.2s;
  background-color: #fff;
  background: 0 0;
}

.owl-prev:hover:before {
  background: url("/image/2Jk.svg") 50% 50% no-repeat;
}

.owl-next {
    position: absolute;
    top: -25px;
    right: 0px;
   width: 10px;
    height: 20px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #a8a8a8;
    background: 0 0;
    display: inline-block;
    padding: 10px;
    margin: 5px;
}

.owl-next:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 17px;
  background: url("/image/2Mj.svg") 50% 50% no-repeat;
}

.owl-next:hover {
  transition: all 0.2s;
  background-color: #fff;
  background: 0 0;
}

.owl-next:hover:before {
  background: url("/image/2Mv.svg") 50% 50% no-repeat;
}

.owl-carousel .owl-item img {
  width: auto;
}



.owl-theme .owl-dots {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    bottom: 10px;
    position: absolute;
    width: 100%;
    right: 5px;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #fe6132;
}