.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 {
  -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: 1130px;
  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;
  }
}
.homepage-banner .common-banner-settings {
  /*
        height: @banner_homepage_height;

        @media only screen and (max-width: 1024px) {
            height: @banner_homepage_height_1024;
        }

        @media only screen and (max-width: 667px) {
            height: @banner_homepage_height_667;
        }

        .common-banner-container {
        }
		*/
}
.childpage-banner .common-banner-settings {
  /*
        height: @banner_childpage_height;

        @media only screen and (max-width: 1024px) {
            height: @banner_childpage_height_1024;
        }

        @media only screen and (max-width: 667px) {
            height: @banner_childpage_height_667;
        }

        @media only screen and (max-width: 360px) {
            height: @banner_childpage_height_360;
        }
*/
}
.childpage-banner .common-banner-settings .common-banner-title {
  line-height: 1.2;
}
.contact-us .common-banner-settings .banner-inner {
  background-position: 81% 0;
}
.gold-mountain-mine .common-banner-settings .banner-inner {
  background-position: 80% 0;
}
@media only screen and (max-width: 360px) {
  .stock-performance .common-banner-settings {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .stock-performance .common-banner-title {
    display: none;
  }
}
.board-of-directors .common-banner-settings {
  height: 630px;
}
@media only screen and (max-width: 1024px) {
  .board-of-directors .common-banner-settings {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .board-of-directors .common-banner-settings {
    height: 400px;
  }
}
@media only screen and (max-width: 667px) {
  .board-of-directors .common-banner-settings {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .board-of-directors .common-banner-settings {
    height: 250px;
  }
}
@media only screen and (max-width: 360px) {
  .board-of-directors .common-banner-settings {
    height: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .board-of-directors .common-banner-settings {
    height: 180px;
  }
}
.board-of-directors .common-banner-settings .banner-inner {
  background-position: 50% 64%;
}
@supports (-ms-ime-align:auto) {
  .common-banner-settings .banner-inner {
    background-size: cover;
  }
}
#banner-carousel {
  overflow: hidden;
  position: relative;
}
#banner-carousel .carousel-indicators {
  width: auto;
  left: auto;
  z-index: 1;
  margin-right: 45px;
  right: 0;
  margin-left: 0;
}
#banner-carousel .carousel-indicators li.active {
  background-color: #af0a09;
}
#banner-carousel .carousel-inner {
  /*
        height: @banner_height;

        @media only screen and (max-width: 1024px) {
            height: @banner_height_1024;
        }

        @media only screen and (max-width: 575px) {
            height: @banner_height_575;
        }

        @media only screen and (max-width: 414px) {
            height: @banner_height_414;
        }
*/
}
#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 .img img {
  width: 100%;
}
