@charset "utf-8";
/* banner */
.hdp_content {
  color: white;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin: 15% auto 0 auto;
  width: 100%;
}
.hdp_sub-title {
  margin-bottom: 0.2em;
  font-size: 1em;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
.hdp_title {
  font-size: 2em;
  line-height: 1;
  font-weight: 300;
}
.hdp_cta-container {
  margin-top: 1.5em;
}
.hdp_button {
  font-size: 0.75em;
  padding: 2em;
  display: inline-block;
  min-width: 210px;
  white-space: nowrap;
  padding: 2em;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.75em;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 175ms ease-out;
  transition: all 175ms ease-out;
}
.hdp_button.white {
  text-align-last: center;
  color: #fff;
  border-color: #fff;
}
.dhxs{width:100%;height: 800px;
	display: none;
  overflow: hidden;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  z-index: 20;
}
.dhxs_left{width: 50%;float: left;}
.dhxs_right{width: 50%;float: right;}
.dhxs_ul{text-align: right; margin-top: 40px;}
.dhxs_ul ul li{font-family: Roboto,Helvetica,Arial,sans-serif;}
.index_right{-webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 43%;
  margin-left: 0%;
}
  .index_left{-webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    margin-left: 10%;
    width: 43%;}
