.owl-home {
  height: 540px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1265px) {
  .owl-home {
    height: 428px;
  }
}
@media screen and (max-width: 946px) {
  .owl-home {
    height: 330px;
  }
}
.owl-home .owl-item {
  height: 540px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.owl-home .owl-item img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1265px) {
  .owl-home .owl-item {
    height: 428px;
  }
  .owl-home .owl-item img {
    height: 428px;
  }
}
@media screen and (max-width: 946px) {
  .owl-home .owl-item {
    height: 330px;
  }
  .owl-home .owl-item img {
    height: 330px;
  }
}
.owl-home .owl-controls {
  background: url(../image/bg-pushbox-underline.gif) repeat-x left bottom;
  bottom: 0;
  height: 50px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 946px) {
  .owl-home .owl-controls {
    margin-top: -43px !important;
    position: relative!important;
  }
}
.owl-home .owl-controls .owl-pagination {
  background: url(../image/bg-pushbox-nav_site.png) no-repeat center bottom;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1265px) {
  .owl-home .owl-controls .owl-pagination {
    background: url(../image/bg-pushbox-nav_tablet.png) no-repeat center bottom;
  }
}
.owl-home .owl-controls .owl-pagination .owl-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 50px;
  padding-top: 10px;
}
.owl-home .owl-controls .owl-pagination .owl-page.active {
  background: url(../image/bg-pushbox-nav-active.gif) no-repeat center bottom;
}
.owl-home .owl-controls .owl-pagination .owl-page.active span {
  color: #004412;
  font-weight: bold;
}
.owl-home .owl-controls .owl-pagination .owl-page span {
  background: none !important;
  color: #8f8f8f;
  display: block;
  font-size: 1.1em;
  height: 100% !important;
  line-height: 40px;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 20px;
  width: auto !important;
}
@media screen and (max-width: 1265px) {
  .owl-home .owl-controls .owl-pagination .owl-page span {
    padding: 0 12px;
  }
}
.owl-home .owl-controls .owl-pagination .owl-page span:hover {
  color: #004412;
}
/*# sourceMappingURL=home-carousel.css.map */