#banner-carousel {
  background: #000;
}
#banner-carousel .carousel-indicators {
  text-align: right;
}
#banner-carousel .carousel-indicators li {
  border-radius: 0;
  margin: 0;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
#banner-carousel .carousel-inner {
  height: 659px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1469px) {
  #banner-carousel .carousel-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #banner-carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (max-width: 414px) {
  #banner-carousel .carousel-inner {
    height: 250px;
  }
}
#banner-carousel .carousel-inner .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}
#banner-carousel .carousel-inner .carousel-caption-container {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
}
#banner-carousel .carousel-inner .carousel-caption-container .banner-logo {
  /*height: 50px;*/
  width: 400px;
}
#banner-carousel .carousel-inner .carousel-caption-container .caption {
  line-height: 1;
  *white-space: pre-line;
  color: white;
  font-size: 24px;
  width: 100%;
  max-width: 850px;
  font-weight: normal;
  color: #fff;
  text-shadow: 6px 7px 8px #191919;
}
#banner-carousel .carousel-inner .carousel-caption-container .caption p {
  text-align: left;
}
#banner-carousel .carousel-inner .carousel-caption-container .caption p.head {
  font-size: 1.2em;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 414px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    font-size: 1.3em;
  }
}
.childpage-banner {
  position: relative;
  top: 0;
}
.childpage-banner #banner-carousel .carousel-inner {
  height: 360px;
}
@media only screen and (max-width: 1024px) and (min-width: 993px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (max-width: 667px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 150px;
  }
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .item-background:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  z-index: 99;
  pointer-events: none;
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .ticker-scrolling-box {
  display: inline;
  padding-top: 7px;
  pointer-events: auto;
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .ir {
  backgroud-colordisplay: table-cell;
  width: 18%;
  float: left;
  position: absolute;
  bottom: 0;
  margin-left: 15px;
  height: 60px;
  background: #666;
  color: white;
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .ir p {
  text-align: center;
  padding-top: 10%;
  font-size: 1.3em;
}
@media only screen and (max-width: 992px) {
  .childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .ir {
    display: none;
  }
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .carousel-caption-container {
  display: table-cell;
  width: 52%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .carousel-caption-container {
    width: 30%;
  }
}
.childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .image-ticker-box {
  display: table-cell;
  width: 25%;
  float: right;
  pointer-events: auto;
}
@media only screen and (max-width: 1024px) {
  .childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .image-ticker-box {
    width: 52%;
  }
}
@media only screen and (max-width: 992px) {
  .childpage-banner #banner-carousel .carousel-inner .image-transition .banner-content .image-ticker-box {
    display: none;
  }
}
.childpage-banner #banner-carousel .carousel-inner .common-banner-title {
  line-height: 1.2;
}
.childpage-banner .childpage-title {
  text-align: center;
  font-size: 42px;
  margin: 50px auto;
  font-weight: bold;
}
