.background-photo {
  background-repeat: no-repeat;
  background-position: center;
  height: 1000px;
  position: relative;
  top: -576px;
  z-index: -99;
  margin-bottom: -587px;
}
@media screen and (max-width: 767px) {
  .background-photo {
    top: -1026px;
    margin-bottom: -1016px;
  }
}
.investor-relation-box .page-head {
  background-color: #c9c0b1;
  height: 120px;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.investor-relation-box .page-head .page-title {
  font-size: 1.8em;
  color: white;
  position: absolute;
  bottom: 0;
  padding-left: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .investor-relation-box .page-head .page-title {
    padding-bottom: 5px;
  }
}
.investor-relation-box .page-content .left {
  display: inline-table;
  width: 50%;
  background-color: white;
  float: left;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .investor-relation-box .page-content .left {
    width: 100%;
    float: left;
  }
}
.investor-relation-box .page-content .left .description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.investor-relation-box .page-content .left .description span {
  color: #a49a7f;
}
.investor-relation-box .page-content .right {
  display: inline-table;
  width: 50%;
  background-color: #8f1c22;
  float: right;
  height: 450px;
  color: white;
}
@media screen and (max-width: 767px) {
  .investor-relation-box .page-content .right {
    width: 100%;
    float: left;
  }
}
.investor-relation-box .page-content .right .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.investor-relation-box .page-content .right .info .company-name {
  font-size: 1.4em;
}
.investor-relation-box .page-content .right .info .email a {
  color: white;
}
.investor-relation-box .page-bottom {
  width: 100%;
  height: 120px;
  display: inline-block;
  background-color: #c9c0b1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
