#banner {
  width: 100%;
  display: block;
  min-height: 507px;
  padding: 20px 0 30px;
  position: relative;
  overflow: hidden
}
#banner .row {
  margin: 0 -15px
}
#banner .sliderText {
  width: 28%;
  float: left;
  background: #f2f2f2;
  padding: 20px;
  min-height: 466px;
  position: absolute;
  top: 20px;
  z-index: 100
}
#banner .sliderText .h1 {
  margin: 0;
  line-height: 65px;
  padding: 0 18px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  display: block;
  background: #FFF;
  color: #456;
  text-transform: uppercase;
  font-size: 54px
}
#banner .sliderText h2 {
  font-size: 24px;
  line-height: 30px;
  color: #000
}
#banner .sliderText p {
  color: #000;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px
}
#banner .sliderText .btn {
  line-height: 46px;
  height: 46px;
  padding: 0 20px;
  font-size: 18px;
  float: right
}
#banner .sliddrImg {
  width: 63%;
  float: right;
  padding-top: 80px;
  padding-left: 50px
}
#banner .sliddrImg img {
  width: 100%;
  height: auto
}
#banner .owl-theme .owl-controls .owl-buttons div {
  background: #FFF;
  height: 42px;
  width: 42px;
  text-indent: 999999px;
  position: absolute;
  top: 50%;
  filter: Alpha(Opacity=50);
  opacity:0.5;
  margin-top: -22px;
  z-index: 110
}
#banner .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -70px;
  background: url(../images/bannerLeftArrow.png) left center no-repeat
}
#banner .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -70px;
  background: url(../images/bannerRightArrow.png) right center no-repeat
}
#banner .owl-theme .owl-controls .owl-buttons div:hover {
filter: alpha(opacity=100);
  opacity:1
}
