/*color*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.flex-center {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}
/*font-family: "微軟正黑體", "Microsoft YaHei", "Arial Unicode MS", "Helvetica Neue", Helvetica, sans-serif;*/
/*Top Bar (login, search etc.)
------------------------------------*/
.font {
  font-family: Helvetica, Arial, 'LiHei Pro', "微軟正黑體", sans-serif;
  /*font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;*/
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  /*font-size: .5em;*/
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    /*font-size: 0.5rem; */
  }
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: Helvetica, Arial, 'LiHei Pro', "微軟正黑體", sans-serif;
  /*font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;*/
  font-size: 1.5rem;
  /* Font-sizing with rem unit */
  /*background: @dark;*/
  /*文字選取反白效果*/
  /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;*/
}
body ::selection {
  background: #adc23f;
  color: #fff;
}
body ::-moz-selection {
  background: #adc23f;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  border: 0px;
}
ul,
ol {
  margin: 0;
}
a {
  text-decoration: none;
  color: #308252;
  display: inline-block;
}
a.inline {
  display: inline;
  padding: 0 3px;
}
a:hover {
  color: #adc23f;
}
.header {
  /*height: 135px;*/
  width: 100%;
  position: relative;
  z-index: 3;
  background: #14281c url(../../inc/img/global/header-bg.jpg) no-repeat top center;
  /*menu*/
}
.header:before {
  display: inline-block;
  content: "";
  height: 100%;
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, #14281c 0%, rgba(20, 40, 28, 0) 100%);
  background: -webkit-linear-gradient(left, #14281c 0%, rgba(20, 40, 28, 0) 100%);
  background: linear-gradient(to right, #14281c 0%, rgba(20, 40, 28, 0) 100%);
}
.header .logo {
  display: inline-block;
  width: 275px;
  height: 65px;
  background: url(../../inc/img/global/logo.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-left: 13px;
}
.header ul.menu {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 50px;
  margin-top: 10px;
}
.header ul.menu > li {
  display: inline-block;
}
.header ul.menu > li > a {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 5px 20px;
  border-bottom: 2px solid transparent;
  text-shadow: 0px 2px 2px #000;
}
.header ul.menu > li > a:hover {
  text-decoration: none;
  color: #dceab5;
  border-bottom: 2px solid #adc23f;
}
.header ul.menu > li.active a {
  color: #dceab5;
  border-bottom: 2px solid #adc23f;
}
.header ul.top-nav {
  position: absolute;
  right: 20px;
  top: 20px;
}
.header ul.top-nav > li {
  display: inline-block;
  padding: 0 2px;
}
.header ul.top-nav > li > a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 30px;
}
.header ul.top-nav > li > a i {
  font-size: 20px;
  line-height: 39px;
}
.header ul.top-nav > li > a i:before {
  color: #fff;
}
.header ul.top-nav > li > a:hover {
  text-decoration: none;
  color: #adc23f;
}
.header ul.top-nav > li ul.dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
  left: -28px;
  min-width: 100px;
  top: 44px;
}
.header ul.top-nav > li ul.dropdown-menu li a {
  color: #fff;
}
.header ul.top-nav > li ul.dropdown-menu li a:hover,
.header ul.top-nav > li ul.dropdown-menu li a:focus {
  background: transparent;
  color: #dceab5;
}
.header ul.top-nav > li ul.dropdown-menu:before {
  display: inline-block;
  content: "";
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -8px;
}
/*.header*/
.side-menu-hold {
  width: 200px;
  position: relative;
  float: left;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-menu-hold .side-memu-toggle {
  background: #308252;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: -40px;
  top: 0;
}
.side-menu-hold .side-memu-toggle i {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.side-menu-hold .side-memu-toggle i:before {
  font-style: normal;
  display: inline-block;
  font-family: "icomoon";
  content: "\e927";
}
footer {
  position: relative;
  margin-top: 0px;
  clear: both;
}
footer .foot-btm {
  padding: 5px 0 15px 0px;
  font-size: 1.4rem;
  color: #fff;
  background: #14281c;
}
footer .foot-btm .info {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
footer .foot-btm a.map {
  color: #dceab5;
}
footer .foot-btm ul {
  float: right;
  margin-top: 10px;
}
footer .foot-btm ul li {
  display: inline-block;
  position: relative;
}
footer .foot-btm ul li a {
  display: block;
  padding: 0 10px;
  color: #adc23f;
}
footer .foot-btm ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .foot-btm ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 6px;
  opacity: .5;
}
footer .foot-btm ul li:last-child:after {
  display: none;
}
footer #Accesskey_Z {
  position: absolute;
  left: 0;
  top: 0;
  color: #14281c;
}
#topcontrol {
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 10px;
  visibility: hidden;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
#topcontrol i {
  color: #fff;
}
#topcontrol i:before {
  color: #fff;
}
#topcontrol.fade {
  visibility: visible;
  opacity: 1;
}
#topcontrol:hover {
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*////////SIDE MENU///////////*/
/*MIN*/
/*min-width:768px*/
/*min-width:992px*/
/*min-width:1200px*/
/*MAX*/
/*max-width: 1200px*/
/*ipad 橫*/
