﻿.common-banner-settings {
  overflow: hidden;
  position: relative;
}
.common-banner-settings .banner-inner {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -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;
}
.common-banner-settings .banner-inner:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.common-banner-settings .banner-inner:hover .carousel-caption-container {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.common-banner-settings .banner-inner.hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
@media only screen and (max-width: 1024px) {
  .common-banner-settings .banner-inner {
    background-size: cover;
  }
}
.common-banner-settings .common-banner-container {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}
.common-banner-settings .common-banner-container .common-banner-title {
  white-space: pre-line;
  position: absolute;
  color: white;
  font-size: 2.529em;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: auto;
  text-shadow: 2px 2px 10px black;
}
@media only screen and (max-width: 1024px) {
  .common-banner-settings .common-banner-container .common-banner-title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 667px) {
  .common-banner-settings .common-banner-container .common-banner-title {
    font-size: 2em;
  }
}
.common-banner-settings .common-banner-container .ticker-chart-box {
  background: white;
  opacity: 0.85;
  width: 340px;
  height: 530px;
  padding: 0 10px;
  margin-left: auto;
  margin-top: 48px;
  pointer-events: auto;
  transform: scale(0.85);
  position: absolute;
  right: -15px;
}
.common-banner-settings .common-banner-container .ticker-chart-box iframe {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 1024px) {
  .common-banner-settings .common-banner-container .ticker-chart-box {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
    position: relative;
    top: -15px;
  }
}
@media only screen and (max-width: 667px) {
  .common-banner-settings .common-banner-container .ticker-chart-box {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    top: -90px;
    left: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .common-banner-settings .common-banner-container .ticker-chart-box {
    top: -90px;
    left: 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .common-banner-settings .common-banner-container .ticker-chart-box {
    left: -4px;
  }
}
@media only screen and (max-width: 320px) {
  .common-banner-settings .common-banner-container .ticker-chart-box {
    left: -24px;
  }
}
@supports (-ms-ime-align:auto) {
  .common-banner-settings .banner-inner {
    background-size: cover;
  }
}
#banner-carousel {
  overflow: hidden;
  position: relative;
}
#banner-carousel .carousel-inner {
  height: 560px;
  *width: 100%;
  *margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #banner-carousel .carousel-inner {
    height: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #banner-carousel .carousel-inner {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner-carousel .carousel-inner {
    height: 350px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  #banner-carousel .carousel-inner {
    height: 250px;
  }
}
@media only screen and (max-width: 574px) {
  #banner-carousel .carousel-inner {
    height: 250px;
  }
}
#banner-carousel .carousel-inner .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 55%;
}
#banner-carousel .carousel-inner .img {
  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;
}
#banner-carousel .carousel-inner .img:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
#banner-carousel .carousel-inner .carousel-caption-container {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 8;
}
#banner-carousel .carousel-inner .carousel-caption-container .container {
  position: relative;
  height: 100%;
}
#banner-carousel .carousel-inner .carousel-caption-container .caption {
  /* align-items: center; */
  /* min-height: 150px; */
  /* background-color: rgba(0, 0, 0, 0.37); */
  /* text-align: center; */
  /* padding: 10px; */
  top: 50%;
  width: 65%;
  position: absolute;
  line-height: 1.6;
  white-space: pre-line;
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 1px 1px 6px #323232;
  /* left: 0; */
  left: auto;
  right: 0;
  pointer-events: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    font-size: 1.5em;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    width: 70%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 475px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    width: 80%;
  }
}
.childpage-banner #banner-carousel .carousel-inner {
  height: 400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 250px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 250px;
  }
}
@media only screen and (max-width: 574px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 150px;
  }
}
.childpage-banner #banner-carousel .carousel-inner .carousel-caption-container .caption {
  top: 70%;
}
@media only screen and (min-width: 1025px) {
  .childpage-banner #banner-carousel .carousel-inner .carousel-caption-container .caption {
    top: 220px;
  }
}