@import '/font/CrimsonText.css';
@import '/font/Rajdhani.css';
body {
  font-family: Arial, 'Microsoft JhengHei';
  font-size: 15px;
  min-width: 320px;
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
}
a {
  color: #fff;
  text-decoration: none;
}
.container {
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0 10px;
  max-width: 1200px;
}
#header {
  font-family: 'Rajdhani';
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/image/header_bg.png);
}
#header > div {
  height: 113px;
}
#header > div > * {
  position: absolute;
  z-index: auto;
}
#hd-logo {
  top: 15px;
  left: calc(50% - 75px);
}
#hd-logo > a > img {
  display: block;
}
#hd-lang {
  overflow: hidden;
  top: 20px;
  right: 15px;
}
#hd-lang > a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#hd-lang > a:hover,
#hd-lang > a.selected {
  color: #fc6;
}
#hd-menu {
  overflow: hidden;
  top: 55px;
  width: calc(100% - 20px);
}
#hd-menu > dl {
  overflow: hidden;
  float: left;
  width: calc(50% - 75px);
}
#hd-menu > dl:first-child {
  margin-right: 150px;
  text-align: right;
}
#hd-menu > dl > dd {
  overflow: hidden;
  vertical-align: middle;
}
#hd-menu > dl:first-child > dd {
  float: right;
  margin-right: calc((100% - 365px) / 3);
}
#hd-menu > dl:last-child > dd {
  float: left;
  margin-left: calc((100% - 365px) / 3);
}
#hd-menu > dl > dd > a {
  font-size: 17px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#hd-menu > dl > dd > a:hover,
#hd-menu > dl > dd > a.selected {
  color: #fc6;
}
#hd-menubtn,
#hd-menumob {
  display: none;
}
#banner {
  height: 328px;
  padding-top: 185px;
  color: #fff;
  background: center no-repeat;
  font-family: 'Crimson Text';
  font-size: 54px;
  font-style: italic;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
}
#body {
  min-height: 500px;
}
#map-legend {
  position: absolute;
  z-index: 10;
  left: 120px;
  padding: 10px 20px 20px;
  background: rgba(180, 142, 61, 0.8);
}
#map-legend > .title {
  font-family: 'Crimson Text';
  font-size: 40px;
  font-style: italic;
}
#map-legend > .sub {
  font-size: 13px;
}
#map-content {
  height: 400px;
}
#footer {
  font-family: 'Crimson Text';
  padding: 35px 0;
  color: #000;
  background: url(/image/footer_bg.png);
}
#ft-company {
  float: left;
}
#ft-company > dd {
  margin-top: 10px;
}
#ft-menu {
  float: left;
  width: calc(100% - 580px);
  margin-top: 40px;
  font-family: 'Rajdhani';
  font-size: 17px;
}
#ft-menu > dl {
  overflow: hidden;
  float: left;
  margin-left: calc(50% - 220px);
}
#ft-menu > dl > dd {
  overflow: hidden;
  margin-bottom: 10px;
}
#ft-menu > dl > dd > a {
  display: block;
  padding-right: 10px;
  color: #000;
}
#ft-menu > dl > dd > a:hover,
#ft-menu > dl > dd > a.selected {
  background: url(/image/footer_btn.png) right bottom no-repeat;
}
#ft-contact {
  float: right;
  margin-top: 40px;
  overflow: hidden;
}
#ft-contact > dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
}
#ft-contact > dd > span {
  display: inline-block;
  width: 60px;
}
#ft-contact > dd > a {
  color: #000;
}
#ft-contact > dt > a {
  display: inline-block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Rajdhani';
  font-size: 18px;
  background: #000;
}
#ft-contact > dt > a:hover {
  color: #fc6;
}
#copyright {
  font-family: 'Rajdhani';
  padding: 20px;
  text-align: center;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 801px) {
  #hd-menumob {
    display: none !important;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1100px) {
  #ft-menu > dl {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #hd-menu > dl > dd > a {
    display: table-cell;
    max-width: 90px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
  }
  #hd-menu > dl:first-child > dd {
    margin-right: calc((100% - 275px) / 3);
  }
  #hd-menu > dl:last-child > dd {
    margin-left: calc((100% - 275px) / 3);
  }
  #ft-menu {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #header > div {
    height: 70px;
    overflow: visible;
  }
  #hd-logo {
    overflow: hidden;
    top: 10px;
    left: calc(50% - 60px);
    height: 50px;
  }
  #hd-logo > a > img {
    width: 120px;
  }
  #hd-lang,
  #hd-menu {
    display: none;
  }
  #hd-menubtn {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    width: 59px;
    height: 37px;
    padding: 8px 16px;
    cursor: pointer;
    border-left: 2px solid #8e8e8e;
  }
  #hd-menubtn::before {
    content: '';
    display: block;
    height: 9px;
    border-top: 3px solid #8e8e8e;
  }
  #hd-menubtn::after {
    content: '';
    display: block;
    height: 12px;
    border-top: 3px solid #8e8e8e;
    border-bottom: 3px solid #8e8e8e;
  }
  #hd-menumob {
    z-index: 1000;
    width: 100%;
    top: 70px;
    left: 0;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.7);
  }
  #hd-menumob > * {
    text-align: center;
  }
  #hd-menumob > dd > a {
    display: block;
  }
  #hd-menumob > dt > a {
    display: inline-block;
  }
  #hd-menumob > * > a {
    padding: 5px;
    font-size: 17px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  #hd-menumob > * > a:hover,
  #hd-menumob > * > a.selected {
    color: #fc6;
  }
  #hd-menumob > dt > a {
    display: inline-block;
  }
  #banner {
    height: 140px;
    margin-top: 70px;
    padding-top: 50px;
    font-size: 32px;
    background-size: 800px;
  }
  #footer {
    padding: 20px 0;
  }
  #ft-company {
    float: none;
    text-align: center;
  }
  #ft-company > dd {
    margin-top: 0px;
  }
  #ft-contact {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
