.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.page-investors .page-banner {
  background-image: url('../img/investors/page-banner.jpg?1499039368');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-investors .page-banner {
    background-image: url('../img/investors/page-banner@2x.jpg?1499068143');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1280px 320px;
  }
}
.page-investors .page-banner h1 {
  font-size: 36px;
}
.page-investors .page-content {
  background: #fff;
}
.page-investors .carousel-indicators {
  display: none;
}
.page-investors .bottom-pink-panel {
  padding: 30px 20px 10px 20px;
}
.page-investors.index .page-banner {
  height: 380px;
  padding-top: 130px;
  padding-left: 40%;
  background-image: url('../img/investors/index-banner-bg.jpg?1500620016');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-investors.index .page-banner {
    background-image: url('../img/investors/index-banner-bg@2x.jpg?1498677344');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 640px 240px;
  }
}
.page-investors.index .index-stock-panel {
  margin: -40px 0 20px 0;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.page-investors.index .index-stock-panel .name {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
}
.page-investors.index .index-stock-panel .name small {
  margin-left: 10px;
}
.page-investors.index .index-stock-panel .up-down {
  text-align: center;
}
.page-investors.index .index-stock-panel .history {
  color: #666;
  border-top: 1px solid #E6E6E6;
}
.page-investors.index .index-stock-panel .history .col {
  margin: 10px 0;
  width: 48%;
  display: inline-block;
  text-align: center;
}
.page-investors.index .index-stock-panel .history .with-border-right {
  border-right: 1px solid #D9D9D9;
}
.page-investors.index .index-stock-panel .history .value {
  margin-left: 20px;
  color: #000;
  font-size: 20px;
}
.page-investors.index .news-list {
  margin: 10px 0 30px 0;
}
.page-investors.index .news-list .item {
  padding: 10px 0 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.page-investors.index .news-list .title {
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
}
.page-investors.index .news-list .title .update {
  margin-right: 10px;
}
.page-investors.index .news-list .title .category {
  margin-left: 10px;
}
.page-investors.index .news-list .wording {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  line-clamp: 1;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
}
.page-investors.index .news-list a:hover,
.page-investors.index .news-list a:focus {
  text-decoration: none;
}
.page-investors.index .month-revenue {
  padding: 20px 10px;
  text-align: center;
  background: url("../img/investors/month-report-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.page-investors.index .month-revenue a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 2;
}
.page-investors.index .month-revenue i {
  margin-left: 20px;
}
.page-investors.index .link-area {
  margin: 40px 0 20px 0;
  text-align: center;
}
.page-investors.index .link-area .col {
  padding: 0 20px;
  border-right: 1px solid #D9D9D9;
}
.page-investors.index .link-area .col:last-child {
  border-right: 0;
}
.page-investors.index .link-area .icon {
  min-height: 80px;
  margin-bottom: 15px;
}
.page-investors.index .link-area h3 {
  margin-bottom: 20px;
}
.page-investors.index .link-area a:hover, .page-investors.index .link-area a:focus {
  text-decoration: none;
}
.page-investors.company .page-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.page-investors.company .page-content .video-container iframe,
.page-investors.company .page-content .video-container object,
.page-investors.company .page-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-investors.company .page-content .wording {
  margin: 30px 0;
}
.page-investors.company .page-content .display img {
  margin-bottom: 10px;
}
.page-investors.board-of-directors .list .list-item {
  height: 300px;
  margin-bottom: 20px;
  border: 1px solid #D5D5D5;
  background: #FEF2EF;
}
.page-investors.board-of-directors .list .list-item .head {
  padding: 20px 0 10px 0;
  text-align: center;
  background: linear-gradient(to right, #FFBCB9, #FFDEDF);
}
.page-investors.board-of-directors .list .list-item .head .title {
  color: #666;
}
.page-investors.board-of-directors .list .list-item .head .name {
  color: #000;
}
.page-investors.board-of-directors .list .list-item .history {
  padding: 20px 0;
  margin: 0 20px;
  color: #666;
  border-top: 1px solid #D9D9D9;
}

@media (max-width: 992px) {
  .page-investors.board-of-directors .list .list-item {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .page-investors .page-banner {
    height: auto;
    padding-left: 0;
    background-position: center;
    background-image: url('../img/investors/page-banner.jpg?1499039368');
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 2dppx) {
  .page-investors .page-banner {
    background-image: url('../img/investors/page-banner@2x.jpg?1499068143');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1280px 320px;
  }
}
@media (max-width: 768px) {
  .page-investors .page-banner h1 {
    font-size: 30px;
  }
  .page-investors table.red-head-m .has-more .icon-arrow-down-xs-orange {
    margin-top: 5px;
  }
  .page-investors.index .page-banner {
    height: auto;
    padding-top: 60px;
    padding-left: 0;
    background-position: center left;
    background-image: url('../img/investors/index-banner-bg-right.jpg?1500619898');
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 2dppx) {
  .page-investors.index .page-banner {
    background-image: url('../img/investors/index-banner-bg-right@2x.jpg?1500619883');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 640px 240px;
  }
}
@media (max-width: 768px) {
  .page-investors.index .page-banner h1 {
    padding-left: 10px;
    border-left: 2px solid #ED193A;
  }
  .page-investors.index .page-content {
    padding-bottom: 0;
  }
  .page-investors.index .xs-gray-bg {
    background: #F3F3F3;
  }
  .page-investors.index .news-list {
    padding: 30px 0 10px;
    margin: 0;
  }
  .page-investors.index .news-list .item a {
    display: block;
  }
  .page-investors.index .news-list .item:last-child {
    border-bottom: 0;
  }
  .page-investors.index .news-list .item .text-ellipsis {
    white-space: normal;
  }
  .page-investors.index .index-stock-panel {
    margin: -20px 0 0 0;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MDEyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyNjQxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6012c), color-stop(100%, #f26419));
    background-image: -moz-linear-gradient(left, #e6012c, #f26419);
    background-image: -webkit-linear-gradient(left, #e6012c, #f26419);
    background-image: linear-gradient(to right, #e6012c, #f26419);
  }
  .page-investors.index .index-stock-panel .name,
  .page-investors.index .index-stock-panel .value,
  .page-investors.index .index-stock-panel .last-update,
  .page-investors.index .index-stock-panel .history,
  .page-investors.index .index-stock-panel .more {
    color: #fff;
  }
  .page-investors.index .index-stock-panel .name {
    font-size: 24px;
  }
  .page-investors.index .index-stock-panel .history {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-investors.index .index-stock-panel .history .value {
    color: #fff;
  }
  .page-investors.index .index-stock-panel .history .with-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-investors.index .index-stock-panel .more {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-investors.index .index-stock-panel .more a {
    color: #fff;
  }
  .page-investors.index .index-stock-panel .up-down {
    padding: 3px 5px;
    vertical-align: super;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background: rgba(254, 246, 247, 0.95);
  }
  .page-investors.index .news-list .wording {
    color: #FF6621;
    font-size: 14px;
  }
  .page-investors.index .month-revenue {
    margin: 15px 0;
    padding: 10px 10px 20px;
  }
  .page-investors.index .month-revenue a:hover,
  .page-investors.index .month-revenue a:focus {
    text-decoration: none;
  }
  .page-investors.index .link-area {
    margin: 0;
  }
  .page-investors.index .link-area .col {
    padding: 30px 20px 20px 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .page-investors.index .link-area .col .icon,
  .page-investors.index .link-area .col h3 {
    margin-bottom: 10px;
  }
  .page-investors.index .link-area .col:nth-child(even) {
    border-right: 0;
  }
  .page-investors.company .page-banner {
    padding-left: 0;
  }
  .page-investors.board-of-directors .list .list-item {
    height: auto;
  }
  .page-investors.board-of-directors .list .list-item .head {
    padding: 10px 0 5px 0;
    margin-bottom: 0;
  }
  .page-investors.board-of-directors h2 > .btn-xs {
    width: 130px !important;
  }
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Apple Watch ----------- */
