@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Grid system*/
/*== Media queries breakpoints*/
/**/
/*## Define the breakpoints at which your layout will change, adapting to different screen sizes.*/
/* Extra small screen / phone*/
/*** Deprecated `$screen-xs` as of v3.0.1*/
/* $screen-xs:                  480px !default;*/
/*** Deprecated `$screen-xs-min` as of v3.2.0*/
/*** Deprecated `$screen-phone` as of v3.0.1*/
/* Small screen / tablet*/
/*** Deprecated `$screen-sm` as of v3.0.1*/
/* $screen-sm:                  768px !default;*/
/*** Deprecated `$screen-tablet` as of v3.0.1*/
/* Medium screen / desktop*/
/*** Deprecated `$screen-md` as of v3.0.1*/
/* $screen-md:                  992px !default;*/
/*** Deprecated `$screen-desktop` as of v3.0.1*/
/* Large screen / wide desktop*/
/*** Deprecated `$screen-lg` as of v3.0.1*/
/* $screen-lg:                  1400px !default;*/
/*** Deprecated `$screen-lg-desktop` as of v3.0.1*/
/* So media queries don't overlap when required, provide a maximum*/
/*== Grid system*/
/**/
/*## Define your custom responsive grid.*/
/*** Number of columns in the grid.*/
/* $grid-columns:              12 !default;*/
/*** Padding between columns. Gets divided in half for the left and right.*/
/* $grid-gutter-width:         30px !default;*/
/* Navbar collapse*/
/*** Point at which the navbar becomes uncollapsed.*/
/*** Point at which the navbar begins collapsing.*/
/*== Container sizes*/
/**/
/*## Define the maximum width of `.container` for different screen sizes.*/
/* Small screen / tablet*/
/*** For `$screen-sm-min` and up.*/
/* Medium screen / desktop*/
/*** For `$screen-md-min` and up.*/
/* Large screen / wide desktop*/
/*** For `$screen-lg-min` and up.*/
/* Centered container element*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra small columns*/
/* Generate the small columns*/
/* Generate the medium columns*/
/* Generate the large columns*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row, .container {
  clear: both;
  zoom: 1;
}
.row:before, .container:before, .row:after, .container:after {
  content: "";
  display: table;
}
.row:after, .container:after {
  clear: both;
}

/* @include transition(all,2s,ease-out); */
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 2em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #24b509;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #333;
  line-height: 1.45em;
  -webkit-text-size-adjust: none;
  color: #333;
}
@media print {
  body {
    font-size: 0.75em;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #008800;
  cursor: pointer;
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #008ffb;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
}

.no-js .search {
  min-width: 25%;
  max-width: 50%;
  float: right;
  vertical-align: middle;
  padding: 0em 0.3em 0em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js .search label {
  font-size: 0em;
}
.no-js .search .form_grp {
  margin-bottom: 0;
  margin-right: 0 !important;
}
.no-js .search .form_grp input {
  margin: -0.2em 0 0;
  padding: 0.2em 35px 0.2em 0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-js .search .form_grp input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 30px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 20px;
  border: none;
  display: inline-block;
  margin-left: -40px !important;
  margin-top: -2px !important;
  opacity: 0.5;
  min-width: 0em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js .search .form_grp input[type=submit]:hover, .no-js .search .form_grp input[type=submit]:focus {
  opacity: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.no-js .search .form_grp input[type=submit]:focus {
  outline: 2px solid #ffbe00;
}
.no-js .search .btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
}
.no-js .search .btn_grp input,
.no-js .search .btn_grp input[type=submit] {
  margin: 0;
  padding: 0.4em 1em 0.4em !important;
  font-size: 0.813em;
  color: #000;
}
.no-js .search .btn_grp input:hover, .no-js .search .btn_grp input:focus,
.no-js .search .btn_grp input[type=submit]:hover,
.no-js .search .btn_grp input[type=submit]:focus {
  background: #ffbe00;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.no-js .search .keywordHot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.1em 0 0.3em;
}
.no-js .search .keywordHot ul {
  display: inline-block;
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.no-js .search .keywordHot ul:before {
  display: inline-block;
  content: "";
  color: #999;
  float: left;
}
.no-js .search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.no-js .search .keywordHot ul a {
  color: #333;
  text-decoration: none;
}
.no-js .search .keywordHot ul a:hover, .no-js .search .keywordHot ul a:focus {
  color: #008800;
  cursor: pointer;
}
.no-js .search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.2em 0.3em 0.5em;
  display: block;
  height: auto;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 98;
  background: #333;
}
.no-js .search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.no-js .search.m_search .form_grp {
  width: 65%;
  height: auto;
  padding: 0 0 0 5% !important;
  margin-top: 0;
  text-align: right;
  float: left;
  height: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js .search.m_search .form_grp input {
  width: 100%;
  margin: -0.2em 0 0;
  padding: 0.5em 45px 0.4em 0.5em;
}
.no-js .search.m_search .form_grp input[type=submit] {
  font-size: 0em;
  width: 36px !important;
  height: 36px;
  padding: 0;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 24px;
  border: none;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 22px;
  opacity: 0.8;
}
.no-js .search.m_search .form_grp input[type=submit]:hover, .no-js .search.m_search .form_grp input[type=submit]:focus {
  opacity: 1;
}
.no-js .search.m_search .btn_grp {
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 0;
  width: 30%;
  margin-top: 20px;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js .search.m_search .btn_grp input {
  width: 100% !important;
  padding: 0.6em 0.5em !important;
  margin: 0;
}
.no-js .search.m_search .keywordHot {
  padding-left: 5%;
  margin-top: 10px;
  clear: both;
  zoom: 1;
}
.no-js .search.m_search .keywordHot:before, .no-js .search.m_search .keywordHot:after {
  content: "";
  display: table;
}
.no-js .search.m_search .keywordHot:after {
  clear: both;
}
.no-js .search.m_search .keywordHot a {
  color: #FFF;
}
.no-js .search.m_search .keywordHot a:hover, .no-js .search.m_search .keywordHot a:focus {
  color: #24b509;
}
.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #24b509;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-js noscript a {
  color: #24b509;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #008800;
}
.no-js .search noscript {
  margin-left: 1%;
  margin-right: 1%;
}
.no-js .tabSet {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.no-js .tabSet .tabItem {
  width: 100%;
  display: block;
  position: relative;
  color: #000;
  margin-bottom: 0px;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem > a {
  background: none;
  font-size: 1.5em;
  color: #000;
}
.no-js .tabSet .tabItem:before {
  display: none;
}
.no-js .tabSet .tabItem.active {
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem.active > a {
  color: #000;
  background: none;
}
.no-js .tabSet .tabContent {
  width: 100%;
  position: relative;
  display: block;
}
.no-js .adSlider .img-container {
  width: 165px;
  text-align: center;
  float: left;
  display: block;
  margin: 0px 10px 10px 0;
  height: 60px;
}
.no-js .mp_banner .img-container {
  display: none;
}
.no-js .mp_banner .img-container:first-child {
  display: block;
}
.no-js .service .item {
  height: 250px;
}
.no-js .infographic .infoSlider {
  clear: both;
  zoom: 1;
}
.no-js .infographic .infoSlider:before, .no-js .infographic .infoSlider:after {
  content: "";
  display: table;
}
.no-js .infographic .infoSlider:after {
  clear: both;
}
.no-js .infographic .infoSlider .img-container {
  width: 30%;
  position: relative;
  overflow: hidden;
  background: #dedede;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  float: left;
  position: relative;
}
.no-js .infographic .infoSlider .img-container:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.no-js .infographic .infoSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.no-js .infographic .infoSlider .img-container a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.no-js .infographic .infoSlider .img-container img {
  width: 100%;
  height: 100%;
}
.no-js .eng_head .mp_banner .singleSlider .img-container {
  display: none;
}
.no-js .eng_head .mp_banner .singleSlider .img-container:first-child {
  display: block;
}
.no-js .Syncing_slider .Slider-nav {
  display: none;
}
.no-js .Syncing_slider .Slider-for .imgOuter {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}
.no-js .lightbox_slider .cp_slider .imgOuter {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.no-js .lightbox_slider .cp_slider .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.no-js .lightbox_slider .cp_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.no-js .lightbox_slider .cp_slider .imgOuter a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.no-js .lightbox_slider .cp_slider .imgOuter img {
  width: 100%;
}

.breadcrumb {
  background: none;
  border-bottom: 1px solid #EEE;
  padding: 0.1em 0em 0.1em;
  font-size: 0.813em;
  margin: 0px auto 5px;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
  position: relative;
}
.breadcrumb ul li:first-child {
  padding-left: 12px;
}
.breadcrumb ul li:first-child:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -5px;
  top: 7px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #888;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #008800;
  cursor: pointer;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.813em;
  color: grey;
  text-shadow: 0 1px 1px #fff;
  cursor: default;
  display: block;
  clear: both;
  zoom: 1;
}
.divider:before, .divider-vertical:before, .divider:after, .divider-vertical:after {
  content: "";
  display: table;
}
.divider:after, .divider-vertical:after {
  clear: both;
}

.divider {
  display: table;
  line-height: 1;
  margin: 20px 0;
}
.divider:after, .divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/basic/divider.jpg");
}
.divider:before {
  background-position: right 1em top 50%;
}
.divider:after {
  background-position: left 1em top 50%;
}

.divider-vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50%;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.divider-vertical:after, .divider-vertical:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 0;
  height: calc(100% - 1.2rem);
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.divider-vertical:before {
  top: -100%;
}
.divider-vertical:after {
  bottom: 0;
}

.header {
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    clear: both;
    zoom: 1;
    position: fixed;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  }
  .header:before, .header:after {
    content: "";
    display: table;
  }
  .header:after {
    clear: both;
  }
}
.header:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #2fcf14;
  background: -webkit-gradient(linear, left top, right top, from(#2fcf14), to(#0494eb));
  background: linear-gradient(to right, #2fcf14, #0494eb);
}
@media screen and (max-width: 767px) {
  .header:before {
    display: none;
  }
}
.header > .container .searchCtrl, .header > .container .sidebarCtrl {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0em;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 1200px;
  overflow: visible;
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  background: #24b509;
  width: 100%;
  height: 3px;
  margin: 5px 0 5px;
  display: block;
}
.header > .container .sidebarCtrl span + span {
  margin: 2px 0 5px;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0em;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 26px;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
}
.header h1 {
  float: left;
  width: 400px;
  height: 100px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  max-width: 400px;
  max-height: 100px;
}
@media screen and (max-width: 991px) {
  .header h1 {
    width: 300px;
    height: 75px;
  }
  .header h1 img {
    max-width: 300px;
    max-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 60px 5px;
    width: 100%;
    text-align: center;
    height: 55px;
    background: url(../images/m_logo.png) no-repeat center center;
    background-size: contain;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 54px;
    opacity: 0;
    margin: 0px auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.header .navigation {
  clear: both;
  zoom: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.5em;
}
.header .navigation:before, .header .navigation:after {
  content: "";
  display: table;
}
.header .navigation:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation ul {
  float: right;
  padding: 0;
  margin: 0;
  font-size: 0.938em;
  list-style: none;
}
.header .navigation ul.left_nav {
  float: left;
  margin-left: 2em;
}
.header .navigation li {
  float: left;
  margin: 0 0.2em;
}
.header .navigation li a {
  display: inline-block;
  padding: 0.5em 0.1em;
  font-size: 0.938em;
  text-decoration: none;
}
.header .navigation li a:after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  border-left: 1px solid #DDD;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 10px;
  top: 2px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .navigation li a:after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation li a {
    font-size: 0.813em;
    padding: 0.5em 0.2em;
  }
}

.search {
  width: 30%;
  float: right;
  vertical-align: middle;
  padding: 0em 0.3em 0em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .search {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
}
.search label {
  font-size: 0em;
}
.search .s_form_grp {
  margin-bottom: 0;
  float: left;
  position: relative;
  padding: 0;
  display: block;
  margin-right: 0 !important;
}
.search .s_form_grp input {
  padding: 0.3em 35px 0.3em 0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.search .s_form_grp input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 30px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 20px;
  border: none;
  display: inline-block;
  margin-left: -40px !important;
  margin-top: 1px !important;
  opacity: 0.5;
  min-width: 0em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.search .s_form_grp input[type=submit]:hover, .search .s_form_grp input[type=submit]:focus {
  opacity: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search .s_form_grp input[type=submit]:focus {
  outline: 2px solid #ffbe00;
}
.search .s_btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}
.search .s_btn_grp input,
.search .s_btn_grp input[type=submit] {
  margin: 0;
  padding: 0.3em 1em 0.3em !important;
  font-size: 0.813em;
  color: #000;
  background: #ffbe00;
  border: 1px solid #ffbe00;
}
.search .s_btn_grp input:hover, .search .s_btn_grp input:focus,
.search .s_btn_grp input[type=submit]:hover,
.search .s_btn_grp input[type=submit]:focus {
  background: #f99441;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.search .keywordHot {
  display: block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.1em 0 0.3em;
  width: 100%;
  clear: both;
  zoom: 1;
}
.search .keywordHot:before, .search .keywordHot:after {
  content: "";
  display: table;
}
.search .keywordHot:after {
  clear: both;
}
.search .keywordHot:before {
  content: "";
  display: block;
  clear: both;
}
.search .keywordHot ul {
  display: inline-block;
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.search .keywordHot ul:before {
  display: inline-block;
  content: "";
  color: #999;
  float: left;
}
.search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.search .keywordHot ul a {
  color: #333;
  text-decoration: none;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  color: #008800;
  cursor: pointer;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.2em 0.3em 0.5em;
  display: block;
  height: auto;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 98;
  background: #333;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .s_form_grp {
  width: 65%;
  height: auto;
  padding: 0 0 0 5% !important;
  margin-top: -22px;
  text-align: right;
  float: left;
  height: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search.m_search .s_form_grp input {
  width: 100%;
  margin: -0.2em 0 0;
  padding: 0.5em 45px 0.4em 0.5em;
}
.search.m_search .s_form_grp input[type=submit] {
  font-size: 0em;
  width: 36px !important;
  height: 36px;
  padding: 0;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 24px;
  border: none;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 20px;
  opacity: 0.8;
}
.search.m_search .s_form_grp input[type=submit]:hover, .search.m_search .s_form_grp input[type=submit]:focus {
  opacity: 1;
}
.search.m_search .s_btn_grp {
  display: block;
  padding: 0 0.2em;
  margin-bottom: 0;
  width: 30%;
  text-align: center;
  margin-top: 20px;
  padding-left: 5%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search.m_search .s_btn_grp input {
  width: 100% !important;
  padding: 0.6em 0.5em !important;
  margin: 0;
}
.search.m_search .keywordHot {
  padding-left: 5%;
  margin-top: 10px;
  display: block;
  clear: both;
  zoom: 1;
}
.search.m_search .keywordHot:before, .search.m_search .keywordHot:after {
  content: "";
  display: table;
}
.search.m_search .keywordHot:after {
  clear: both;
}
.search.m_search .keywordHot a {
  color: #FFF;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #24b509;
}

.header.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background: #FFF;
  }
}
.header.fixed .menu > ul > li > a {
  color: #FFF;
}
.header.fixed .menu > ul > li:hover > a, .header.fixed .menu > ul > li:focus > a {
  color: #f77810;
}

.btn_grp {
  text-align: center;
  padding: 15px 0;
}

.upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn-purple, .btn-red, .btn-orange, .btn-yellow, .btn-blue, .btn-green, .btn {
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  min-width: 80px;
  width: auto !important;
  margin: 0.25em 2px;
}

.btn {
  padding: 0.5em 2em !important;
  font-size: 1em;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #DDD;
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 6px;
  background-clip: padding-box;
  text-shadow: RGBA(0, 0, 0, 0.3) 0px 0px 0px;
  background-color: rgb(247, 247, 247);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), to(rgb(234, 234, 234)));
  background-image: linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
}
.btn:hover, .btn:focus {
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  cursor: pointer;
  color: #fff;
}
.btn.active {
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #333;
  background-color: rgb(247, 247, 247);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), to(rgb(234, 234, 234)));
  background-image: linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
}

.btn-green {
  background: #7ba400;
  border: 1px solid #7ba400;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-green:hover, .btn-green:focus {
  background: #557100;
  border: 1px solid #557100;
  cursor: pointer;
  color: #fff;
}
.btn-green.active {
  background: #557100;
  border: 1px solid #557100;
  cursor: pointer;
}

.btn-blue {
  background: #0aa6b8;
  border: 1px solid #0aa6b8;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-blue:hover, .btn-blue:focus {
  background: #077a88;
  border: 1px solid #077a88;
  cursor: pointer;
  color: #fff;
}
.btn-blue.active {
  background: #077a88;
  border: 1px solid #077a88;
  cursor: pointer;
}

.btn-yellow {
  background: #ffbe00;
  border: 1px solid #ffbe00;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: #cc9800;
  border: 1px solid #cc9800;
  cursor: pointer;
  color: #fff;
}
.btn-yellow.active {
  background: #cc9800;
  border: 1px solid #cc9800;
  cursor: pointer;
}

.btn-orange {
  background: #f77810;
  border: 1px solid #f77810;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-orange:hover, .btn-orange:focus {
  background: #cd6007;
  border: 1px solid #cd6007;
  cursor: pointer;
  color: #fff;
}
.btn-orange.active {
  background: #cd6007;
  border: 1px solid #cd6007;
  cursor: pointer;
}

.btn-red {
  background: #ff3e4d;
  border: 1px solid #ff3e4d;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-red:hover, .btn-red:focus {
  background: #ff0b1e;
  border: 1px solid #ff0b1e;
  cursor: pointer;
  color: #fff;
}
.btn-red.active {
  background: #ff0b1e;
  border: 1px solid #ff0b1e;
  cursor: pointer;
}

.btn-purple {
  background: #aa5ac5;
  border: 1px solid #aa5ac5;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
}
.btn-purple:hover, .btn-purple:focus {
  background: #923daf;
  border: 1px solid #923daf;
  cursor: pointer;
  color: #fff;
}
.btn-purple.active {
  background: #923daf;
  border: 1px solid #923daf;
  cursor: pointer;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

hr {
  margin: 1em 0px;
  display: block;
  border: none;
  clear: both;
}

hr {
  border-top: 1px solid #DDD;
}
hr.hr1 {
  border-top: 3px double #DDD;
}
hr.hr2 {
  border-top: 1px dashed #DDD;
}
hr.hr3 {
  border-top: 1px dotted #DDD;
}
hr.hr4 {
  background-color: #fff;
  border-top: 2px dashed #DDD;
}
hr.hr5 {
  background-color: #fff;
  border-top: 2px dotted #DDD;
}
hr.hr6 {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #fff;
}
hr.hr7 {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #fff;
}

img.img_rounded {
  border-radius: 6px;
  background-clip: padding-box;
}
img.img_circle {
  border-radius: 50%;
  background-clip: padding-box;
}

.pic_list {
  text-align: left;
  overflow: hidden;
}
.pic_list .imgOuter {
  position: relative;
  margin: 1%;
  display: block;
  padding: 0;
  float: left;
  width: 31.3333333333%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
@media (max-width: 767px) {
  .pic_list .imgOuter {
    float: none;
    display: inline-block;
    width: 48%;
    margin: 1% auto;
  }
}
.pic_list .imgOuter img {
  position: absolute;
  top: 0;
  left: 0;
}
.pic_list .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.pic_list .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.single_setting .thumbnail {
  position: relative;
  margin: 1%;
  display: block;
  padding: 0;
  float: left;
  width: 31.3333333333%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .single_setting .thumbnail {
    float: none;
    display: inline-block;
    width: 98%;
    margin: 1% auto;
  }
}
.single_setting .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.single_setting .thumbnail:nth-child(1) .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.single_setting .thumbnail:nth-child(1) .imgOuter:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.single_setting .thumbnail:nth-child(1) .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.single_setting .thumbnail:nth-child(2) .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.single_setting .thumbnail:nth-child(2) .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.single_setting .thumbnail:nth-child(2) .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.single_setting .thumbnail:nth-child(3) .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.single_setting .thumbnail:nth-child(3) .imgOuter:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.single_setting .thumbnail:nth-child(3) .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*for IE */
.img-container {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .img-container {
    height: 280px;
    width: 100%;
  }
}
.img-container a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em 0.5em 0.5em;
  font-size: 1.125em;
  color: #FFF;
  margin: 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    height: 5em;
    width: 100%;
    left: 0;
    padding: 1em 1em;
    text-align: center;
  }
}
.img-container img {
  width: 100%;
  height: 100%;
}

/*for IE */
.ie-object-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.ie-object-fill {
  position: relative;
  background-size: auto;
  background-position: center center;
}

.ie-object-contain {
  position: relative;
  background-size: contain;
  background-position: center center;
}

/* 圖檔變成透明 */
.ie-object-cover,
.ie-object-fill,
.ie-object-contain {
  background-repeat: no-repeat;
}

.ie-object-cover img,
.ie-object-fill img,
.ie-object-contain img {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.none {
  -o-object-fit: none;
     object-fit: none;
}

[tooltip] {
  position: relative;
}

ㄌ [tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 1em;
  line-height: 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]::after {
  content: attr(tooltip);
  text-align: left;
  min-width: 150px;
  line-height: 1.5em;
  max-width: 300px;
  font-size: 0.813em;
  max-height: 5.182875em;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}

[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
}

[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}

.tabSet {
  max-width: 90%;
  margin: 20px auto;
  background: #f3f3f3;
  overflow: hidden;
  clear: both;
  zoom: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 12px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 12px;
}
.tabSet:before, .tabSet:after {
  content: "";
  display: table;
}
.tabSet:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .tabSet {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
}

.tabs {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tabs {
    position: relative;
  }
}
.tabs > .tabItem {
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
.tabs > .tabItem.active > a {
  background-color: #24b509;
  color: #FFF;
}
@media screen and (max-width:767px) {
  .tabs > .tabItem {
    float: none;
  }
  .tabs > .tabItem > a {
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active > a {
    border-color: #bbb;
  }
}
.tabs > .tabItem > a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs > .tabItem > a:hover {
  background: #24b509;
}

.example-2 .tabItem > a:hover {
  background: #008ffb;
}
.example-2 .tabItem.active > a {
  background: #008ffb;
}

.active + .tabContent {
  display: block;
}

.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 30px 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0;
  border-bottom: 1px #999 dashed;
}
@media screen and (max-width: 767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}
.tabContent .more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tabContent .more {
    text-align: center;
  }
}
.tabContent .more a {
  display: inline-block;
  background: #CCC;
  color: #FFF;
  width: auto;
  font-size: 0.813em;
  padding: 0.5em 2em;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tabContent .more a:hover, .tabContent .more a:focus {
  background: #b3b3b3;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
    position: relative;
  }
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table th {
  background-color: #F3F3F3;
  color: #333;
  border: #DDD 1px solid;
  text-align: center;
  white-space: nowrap;
}
table.table_hover tr:hover {
  background: #FCFCFC;
}
table.table_sprite tr:nth-child(even) {
  background: #FCFCFC;
}
@media screen and (max-width: 575px) {
  table.table_list {
    background-color: transparent !important;
  }
  table.table_list thead,
  table.table_list tbody,
  table.table_list th,
  table.table_list td,
  table.table_list tr {
    display: block;
  }
  table.table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  table.table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
  }
}
@media screen and (max-width: 575px) and (max-width: 767px) {
  table.table_list td {
    min-height: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  table.table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

body {
  -webkit-text-size-adjust: none;
}

* {
  -webkit-overflow-scrolling: touch;
}

br {
  font-family: unset !important;
  font: unset !important;
}

a:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 0px 1px #f77810 inset;
          box-shadow: 0 0px 0px 1px #f77810 inset;
}

.lp h3,
.cp h3,
.np h3,
.sp h3 {
  color: #f77810;
}
.lp h3.subtitle,
.cp h3.subtitle,
.np h3.subtitle,
.sp h3.subtitle {
  padding: 0.5em 1em;
  background: #7ba400;
  color: #FFF;
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #CCC;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

a.more {
  display: block;
  width: 10em;
  text-align: center;
  height: 2.5em;
  margin: 0.5em auto 0.5em;
  line-height: 2.5;
  color: #555;
  border: 1px solid #AAA;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.more:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 14px;
  border-left: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f77810;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.more:hover, a.more:focus, a.more.active {
  color: white;
  border: 1px solid #f77810;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  right: 15px;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  line-height: 50px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
  z-index: 99999999;
  text-indent: -999999px;
}
.scrollToTop:hover {
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.8);
}
.scrollToTop:focus {
  background: url(../images/basic/top.png) no-repeat center top #f77810;
}

img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.necessary {
  color: red;
  margin: 0px 0.2em;
}

.tooltip {
  text-align: center;
  padding: 40px 0;
}
.tooltip span {
  display: inline-block;
  background: #DEDEDE;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.tooltip p > em {
  color: red;
}

.hr_block {
  text-align: left;
}
.hr_block span {
  font-size: 0.75em;
}
.hr_block hr {
  margin: 10px 0 !important;
}

/*檔案下載*/
.file_download {
  width: 100%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #24b509;
}
.file_download ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .file_download ul {
    margin-left: 0;
  }
}
.file_download li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  border-bottom: 1px solid #EEE;
  clear: both;
  overflow: hidden;
  padding-bottom: 1em;
}
.file_download li:before {
  position: absolute;
  top: 12px;
  left: 0px;
  text-align: right;
  width: 30px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f77810;
  content: "";
}
.file_download li .update,
.file_download li .file_view {
  font-size: 0.813em;
  color: #AAA;
  width: 120px;
  padding-left: 35px;
  float: none;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .file_download li .update,
  .file_download li .file_view {
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .file_download li .update,
  .file_download li .file_view {
    display: none;
  }
}
.file_download li .update {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .file_download li .update {
    margin-left: 5px;
  }
}
.file_download li a {
  padding: 0px;
  position: relative;
  height: auto;
  line-height: 20px;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  margin: 0px 0.5em;
  min-width: 5em;
  text-align: center;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.1em;
  border: 2px solid #999;
  color: #555;
}
@media screen and (max-width: 767px) {
  .file_download li a {
    display: block;
    max-width: 100px;
    margin: 0px auto 0.5em 0px;
  }
}
.file_download li a:hover, .file_download li a:focus {
  border: 2px solid #666;
  background: #666;
  color: #FFF !important;
}
.file_download li a .kb {
  font-size: 0.75em;
  color: #666;
  display: inline-block;
  margin: 0px 0.5em;
}
.file_download li a:after {
  content: "";
  background: url(../images/basic/icon_folder.png);
  width: 21px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
  display: none;
}
.file_download li a[href$=doc], .file_download li a[href$=docx], .file_download li a[href$=odt] {
  background: #FFF;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #1d75d4;
  color: #1d75d4;
  padding-bottom: 0.3em;
}
.file_download li a[href$=doc]:hover, .file_download li a[href$=doc]:focus, .file_download li a[href$=docx]:hover, .file_download li a[href$=docx]:focus, .file_download li a[href$=odt]:hover, .file_download li a[href$=odt]:focus {
  background: #1d75d4;
  color: #FFF !important;
}
.file_download li a[href$=pdf] {
  background: #FFF;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid red;
  color: red;
}
.file_download li a[href$=pdf]:hover, .file_download li a[href$=pdf]:focus {
  background: red;
  color: #FFF !important;
}
.file_download li a[href$=xls], .file_download li a[href$=csv], .file_download li a[href$=ods], .file_download li a[href$=xlsx] {
  background: #FFF;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #61bc1e;
  color: #61bc1e;
}
.file_download li a[href$=xls]:hover, .file_download li a[href$=xls]:focus, .file_download li a[href$=csv]:hover, .file_download li a[href$=csv]:focus, .file_download li a[href$=ods]:hover, .file_download li a[href$=ods]:focus, .file_download li a[href$=xlsx]:hover, .file_download li a[href$=xlsx]:focus {
  background: #61bc1e;
  color: #FFF !important;
}
.file_download li a[href$=ppt], .file_download li a[href$=odp], .file_download li a[href$=pptx] {
  background: #FFF;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #db4526;
  color: #db4526;
}
.file_download li a[href$=ppt]:hover, .file_download li a[href$=ppt]:focus, .file_download li a[href$=odp]:hover, .file_download li a[href$=odp]:focus, .file_download li a[href$=pptx]:hover, .file_download li a[href$=pptx]:focus {
  background: #db4526;
  color: #FFF !important;
}

.web_link {
  width: 100%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.web_link:before, .web_link:after {
  content: "";
  display: table;
}
.web_link:after {
  clear: both;
}
.web_link h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #24b509;
}
.web_link ol,
.web_link ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .web_link ol,
  .web_link ul {
    margin-left: 0;
  }
}
.web_link li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.web_link li a {
  padding: 0.2em 0px 0.2em 35px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: block;
  color: #555 !important;
}
.web_link li a:hover, .web_link li a:focus {
  color: #24b509;
}
.web_link li a:before {
  position: absolute;
  top: 5px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}

select::-ms-expand {
  display: none;
}

.form_grid {
  margin: 0.5em;
}
.form_grid .form_grp {
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  padding: 0.5em 0;
}
.form_grid .form_title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
.form_grid .form_content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
}
@media (min-width: 768px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
.form_grid .form_content label, .form_grid .form_content input {
  color: #333;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
label.hidden,
legend.hidden {
  text-indent: -9999px;
  width: 0px;
}
@media screen and (max-width: 575px) {
  label,
  legend {
    display: block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #333;
  font-size: 1em;
  border: 1px solid #CCC;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCC;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCC;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCC;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder {
  /* Firefox 18- */
  color: #CCC;
}

button,
input[type=button] {
  background: #eb6e08;
  border: 1px solid #eb6e08;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus {
  background: #b95706;
  border: 1px solid #b95706;
  cursor: pointer;
  color: #fff;
}
button.active,
input[type=button].active {
  background: #b95706;
  border: 1px solid #b95706;
  cursor: pointer;
}

input[type=submit] {
  background: #eb6e08;
  border: 1px solid #eb6e08;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
}
input[type=submit]:hover, input[type=submit]:focus {
  background: #b95706;
  border: 1px solid #b95706;
  cursor: pointer;
  color: #fff;
}
input[type=submit].active {
  background: #b95706;
  border: 1px solid #b95706;
  cursor: pointer;
}

textarea {
  color: #333;
  font-size: 1em;
  border: 1px solid #CCC;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ffd866;
  -webkit-box-shadow: 0px 0px 0px 2px #ffd866;
  box-shadow: 0px 0px 0px 2px #ffd866;
  outline: none !important;
}

select {
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 24px 0 0.5em;
  border: 1px solid #CCC;
  background: #fff url(../images/basic/icon_select_arrow.svg) no-repeat right center;
  background-size: 20px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=reset] {
  background: gray;
  border: 1px solid gray;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
  text-shadow: none;
}
input[type=reset]:hover, input[type=reset]:focus {
  background: #666666;
  border: 1px solid #666666;
  cursor: pointer;
  color: #fff;
}
input[type=reset].active {
  background: #666666;
  border: 1px solid #666666;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: -4px 0.2em 0 0;
  width: 1em;
  height: 1em;
  background-color: #f7f6ee;
  border: 2px solid #CCC;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #ffbe00;
  background-color: #ffbe00;
  outline: none;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  -webkit-box-shadow: #ffbe00 0 0 0 1px;
          box-shadow: #ffbe00 0 0 0 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

input[type=radio]:checked {
  -webkit-box-shadow: #fff 0 0 0 3px inset, #ffbe00 0 0 0 1px;
          box-shadow: #fff 0 0 0 3px inset, #ffbe00 0 0 0 1px;
}

input[readonly],
input[disable] {
  background: #f2f2f2;
  color: #b3b3b3;
  border-color: #b3b3b3;
}
input[readonly] ~ label,
input[disable] ~ label {
  color: #b3b3b3;
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 3px;
  background: #666666;
  border: 1px solid #666666;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 0.2em 1em !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn.active {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
  background: #f8892e;
  border: 1px solid #f8892e;
  color: #FFF;
  border-radius: 6px;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover:hover, .upload_grp .upload_btn:hover:focus, .upload_grp .upload_btn:focus:hover, .upload_grp .upload_btn:focus:focus {
  background: #eb6e08;
  border: 1px solid #eb6e08;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn:hover.active, .upload_grp .upload_btn:focus.active {
  background: #eb6e08;
  border: 1px solid #eb6e08;
  cursor: pointer;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

form .form_grp,
form .check_grp,
form .radio_grp,
form .btn_grp,
form .upload_grp {
  margin-bottom: 0.2em;
}
form .check_grp label,
form .radio_grp label {
  display: block;
}
form .check_grp.form_inline label,
form .radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}
form .form_grp.form_inline label,
form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
form .form_grp.form_inline input,
form .form_grp.form_inline textarea,
form .form_grp.form_inline select,
form .upload_grp.form_inline input,
form .upload_grp.form_inline textarea,
form .upload_grp.form_inline select {
  width: auto;
}
form.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
form.form_inline label ~ input, form.form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
form.form_inline input[type=text],
form.form_inline input[type=password],
form.form_inline select,
form.form_inline textarea {
  width: auto;
  display: inline-block;
}
form.form_inline .form_grp,
form.form_inline .check_grp,
form.form_inline .radio_grp,
form.form_inline .btn_grp,
form.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
form.form_inline .btn_grp .btn,
form.form_inline .btn_grp input[type=submit],
form.form_inline .btn_grp input[type=reset],
form.form_inline .btn_grp input[type=button],
form.form_inline .btn_grp input[type=search] {
  margin-top: -3px;
  padding: 0.45em 1em;
}
form.form_inline select,
form.form_inline textarea {
  width: auto;
}

.form_inline {
  color: #999;
}
.form_inline label {
  color: #333;
}
.form_inline input[type=text] {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .form_inline input[type=text] {
    width: 100%;
  }
}
.form_inline select {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .form_inline select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
abbr[title].necessary {
  color: red !important;
  margin: 0px 0.2em;
}

.datepick {
  padding: 0;
  border: none;
  background: none;
  font-size: 0em;
  min-width: 40px;
  width: 2em !important;
}
.datepick:hover, .datepick:focus {
  background: none;
  border: none;
}
.datepick:before {
  content: "";
  margin: 0;
  text-indent: 999px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/icon_calendar.png) no-repeat center center;
  background-size: cover;
}

.reload {
  padding: 0;
  border: none;
  background: none;
  font-size: 0em;
  min-width: 40px;
  vertical-align: middle;
  width: 2em !important;
}
.reload:hover, .reload:focus {
  background: none;
  border: none;
}
.reload:before {
  content: "";
  margin: 0;
  text-indent: 999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_reload.png) no-repeat center center;
  background-size: cover;
}

.menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 2.5em;
  position: relative;
  z-index: 99;
  clear: both;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu > ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
.menu > ul > li {
  display: inline-block;
  vertical-align: top;
  min-width: 7em;
}
.menu > ul > li > a {
  display: block;
  padding: 0 1em;
  height: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
}
.menu > ul ul {
  display: none;
  overflow: visible;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
}
.menu > ul ul ul {
  top: 0;
  left: 170px;
}
.menu li {
  position: relative;
}
.menu li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.menu li li {
  float: none;
}
.menu li li a {
  font-size: 0.938em;
  padding: 0.5em 1.2em;
  color: #FFF;
}
.menu li li a:hover, .menu li li a:focus {
  background: #f77810;
}
.menu li li.hasChild > ul {
  z-index: 999;
}
.menu li li.hasChild > a {
  padding-right: 2em;
}
.menu li li.hasChild > a:hover, .menu li li.hasChild > a:focus {
  background: #f77810;
}
.menu li li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.3em;
  width: 6px;
  height: 6px;
  border: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 280px;
  padding-top: 3em;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 3em;
  height: 100%;
  background: #24b509;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  height: 3em;
  background: #24b509;
  padding: 0 1em;
  line-height: 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .m_area .menu {
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #CCC;
  display: block;
}
.sidebar .m_area .menu li {
  display: block;
  float: none;
  width: 100%;
}
.sidebar .m_area .menu li ul {
  background: #FFF;
}
.sidebar .m_area .menu li > a {
  padding: 0.5em 1em;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.sidebar .m_area .menu li.hasChild > a {
  padding: 0.5em 1em !important;
  color: #222;
  background: #FFF;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .menu li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.5em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .m_area .menu li li {
  background: #FFF;
}
.sidebar .m_area .menu li li a {
  padding: 1em 1em 1em 2em !important;
  background: rgba(0, 0, 0, 0.05);
}
.sidebar .m_area .menu li li a:hover, .sidebar .m_area .menu li li a:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu li li a:after {
  display: none;
}
.sidebar .m_area .menu li li.hasChild a {
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1em 1em 2em !important;
}
.sidebar .m_area .menu li li.hasChild a:hover, .sidebar .m_area .menu li li.hasChild a:focus {
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .menu ul ul {
  display: none;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.09);
  font-size: 0.938em;
  position: relative;
}
.sidebar .menu ul ul a {
  padding-left: 2em;
}

.sidebar .menu ul ul ul {
  display: none;
}

.sidebar .navigation {
  position: relative;
  display: block;
  text-align: left;
}

.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
}

.sidebar .navigation li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .navigation li:nth-child(odd):last-child {
  width: 100%;
}

.sidebar .navigation li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 0.938em;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .navigation li a:nth-child(odd) {
  border-left: none;
  border-top: none;
}
.sidebar .navigation li a:hover, .sidebar .navigation li a:focus {
  background: #115404;
}

.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 3em !important;
  height: 3em !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  right: 0px;
  margin: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@-webkit-keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.813em;
  padding-top: 1em;
  background: #FFF;
  position: relative;
  clear: both;
  zoom: 1;
  z-index: 1;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer {
    background: #F2F2F2;
  }
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .container > div {
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  footer .container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
footer a {
  text-decoration: none;
  color: #555;
}
footer a:hover, footer a:focus {
  color: #008800;
}
footer .footer_info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
footer .footer_icon {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
footer .footer_link {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
  display: block;
}
@media (min-width: 768px) {
  footer .footer_link {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  footer .footer_link {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  footer .footer_link {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_link {
    margin-bottom: 0em;
  }
}
footer .footer_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
}
footer .footer_link ul:before, footer .footer_link ul:after {
  content: "";
  display: table;
}
footer .footer_link ul:after {
  clear: both;
}
footer .footer_link li {
  float: left;
  display: block;
  margin: 0px 5px 5px 0px;
}
footer .footer_link li a {
  display: block;
  padding: 0.5em 1em;
  background: transparent;
  color: #000;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  color: #008800;
  background: RGBA(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  footer .footer_link li a {
    background: RGBA(0, 0, 0, 0.03);
  }
}
footer p {
  line-height: 1.65em;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1em;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #008ffb;
  padding: 0 0.5em;
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
footer .footer_icon a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #f77810 inset;
          box-shadow: 0px 0px 0px 1px #f77810 inset;
  z-index: 99;
}
footer .footer_icon img {
  max-width: 120px;
}

.fatfooter {
  clear: both;
  zoom: 1;
  overflow: hidden;
  padding-bottom: 2em;
  margin: 0 auto;
  position: relative;
  background: rgb(22, 140, 2);
  background: -webkit-gradient(linear, left top, right top, from(rgb(22, 140, 2)), color-stop(52%, rgb(0, 111, 128)), to(rgb(2, 112, 209)));
  background: linear-gradient(90deg, rgb(22, 140, 2) 0%, rgb(0, 111, 128) 52%, rgb(2, 112, 209) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#168c02",endColorstr="#0270d1",GradientType=1);
}
.fatfooter:before, .fatfooter:after {
  content: "";
  display: table;
}
.fatfooter:after {
  clear: both;
}
.fatfooter:before {
  position: absolute;
  width: 100%;
  height: 80%;
  content: "";
  top: 20%;
  background: url(../images/fatfooter_bg.png) no-repeat center bottom;
  background-size: contain;
  left: 50%;
  margin-left: -50%;
}
@media screen and (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}
.fatfooter .container {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  display: block;
  min-width: 6em;
  color: #FFF;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 1%;
  z-index: 90;
  top: 0.5em;
  text-indent: -9999px;
  border-radius: 4px;
  background-clip: padding-box;
}
.fatfooter .btn-fatfooter:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 50%;
  top: 12px;
  margin-left: -6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #f77810;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.fatfooter .btn-fatfooter.close:before {
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  top: 5px;
}
.fatfooter nav {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 3em 0 0 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fatfooter nav {
    padding: 1em 0;
  }
}
.fatfooter nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
}
.fatfooter nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  text-align: center;
  vertical-align: top;
  margin: 0 0.2em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .fatfooter nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li {
    display: block;
    margin: 0 0 0.4em;
  }
}
.fatfooter nav ul li a {
  line-height: 1.5;
  display: block;
  font-weight: bold;
  padding: 0.5em;
  color: #ffcb33;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.25);
  border-bottom: 2px solid #DDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fatfooter nav ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fatfooter nav ul li a:hover, .fatfooter nav ul li a:focus {
  cursor: pointer;
  background: RGBA(0, 0, 0, 0.5);
}
.fatfooter nav ul li ul {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul {
    width: auto;
    padding-left: 2em;
  }
}
.fatfooter nav ul li ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
}
.fatfooter nav ul li ul li a {
  display: block;
  font-weight: normal;
  border: none;
  text-align: left;
  color: #FFF;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.4em 0.2em 0.4em 0.8em;
  background: none;
}
.fatfooter nav ul li ul ul {
  display: none;
}

.function ul li.icon_forward a:before, .function ul li.icon_print a:before, .function ul li.icon_back a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
  display: inline-block;
}

.function {
  margin: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.function ul {
  padding: 0;
  margin: 0;
}
.function ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px 3px 0;
}
.function ul li button,
.function ul li a {
  font-size: 0.813em;
  display: block;
  padding: 0.2em 1em;
  background: #555;
  border-color: #555;
  color: #FFF;
  border-radius: 4px;
  background-clip: padding-box;
}
.function ul li button:hover, .function ul li button:focus,
.function ul li a:hover,
.function ul li a:focus {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
.function ul li.icon_back a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: cover;
}
.function ul li.icon_print a:before {
  background: url(../images/basic/icon_print.svg) no-repeat center center;
  background-size: cover;
}
.function ul li.icon_forward a:before {
  background: url(../images/basic/icon_forward.svg) no-repeat center center;
  background-size: cover;
}

.modal {
  position: fixed;
  display: block;
  width: 400px;
  height: 300px;
  background: #FFF;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
  padding: 1em 1em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  box-shadow: 1px 1px 35px RGBA(0, 0, 0, 0.75);
  -webkit-animation: scaleUp 0.3s ease-out;
          animation: scaleUp 0.3s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #24b509;
  padding-bottom: 0.5em;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px !important;
  min-width: auto;
  height: 30px;
  font-size: 0em;
  border: none;
  display: block;
  padding: 0;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
}
.modal .close:hover, .modal .close:focus {
  cursor: pointer;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1) translateY(-100px);
            transform: scale(1) translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1) translateY(-100px);
            transform: scale(1) translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
.modal_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.5);
  z-index: 99999998;
}

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
  clear: both;
  zoom: 1;
}
.pagination:before, .pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination span {
  color: #24b509;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px 0;
  padding: 0;
}
.pagination .page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin-bottom: 5px;
  list-style: none;
  margin: 0px 2px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #333;
  background: #F7F7F7;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#EAEAEA));
  background: linear-gradient(to bottom, #F7F7F7, #EAEAEA);
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #24b509;
  color: #fff !important;
  border: #24b509 solid 1px;
  outline: none !important;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #24b509;
  border: #1f9d08 solid 1px;
}
.pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  text-indent: -9999px;
  position: relative;
}
.pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.first a:focus:before, .pagination .page li.first a:focus:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus:before, .pagination .page li.prev a:focus:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus:before, .pagination .page li.next a:focus:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus:before, .pagination .page li.last a:focus:after {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a:before {
  margin-left: -6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.first a:after {
  margin-left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.prev a:before {
  margin-left: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.next a:before {
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:before {
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:after {
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .total {
  padding: 0.5em;
  color: #555;
}
.pagination .total select {
  margin: 0px 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total input[type=button] {
  background: #F7F7F7;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#EAEAEA));
  background: linear-gradient(to bottom, #F7F7F7, #EAEAEA);
  border: 1px solid #CCC;
  color: #222;
  padding: 0.4em 1em !important;
  min-width: 3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .total input[type=button]:hover, .pagination .total input[type=button]:focus {
  color: #fff !important;
  background: #ffbe00;
  border: #e6ab00 solid 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
.thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
.thumbnail a {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #DDD;
  padding: 0.5em;
}
.thumbnail a:hover, .thumbnail a:focus {
  border: 1px solid #24b509;
}
.thumbnail .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.thumbnail .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.thumbnail .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.thumbnail .caption {
  max-width: 90%;
  margin: 0px auto;
}
.thumbnail .caption h3 {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  display: block;
}
.thumbnail .caption p {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  display: block;
}

.category {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em auto;
}
.category ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
}
.category a {
  background-color: rgb(247, 247, 247);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), to(rgb(234, 234, 234)));
  background-image: linear-gradient(top, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%);
  border: #ccc solid 1px;
  padding: 0.4em 1em;
  display: block;
  color: #444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-clip: padding-box;
}
.category a:hover, .category a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f77810;
  color: #fff;
}
.category a.active {
  border: 1px solid #f77810;
  background: #f77810;
  color: #fff;
}

.gallery .lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.gallery .lightbox .galler_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: block;
}
.gallery .lightbox .caption {
  color: #FFF;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 999999;
  width: 60%;
  height: 8%;
  left: 50%;
  margin-left: -30%;
  line-height: 1.3em;
}
.gallery .lightbox .light_prev,
.gallery .lightbox .light_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 0.938em;
  color: #FFF;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gallery .lightbox .light_next {
  right: 0px;
  left: auto;
}
.gallery .lightbox .light_prev:hover,
.gallery .lightbox .light_next:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox .light_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 80px;
  height: 30px;
  color: #FFF;
  line-height: 30px;
  font-size: 0.938em;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
}
.gallery .lightbox .light_close:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox img {
  max-width: 80vw;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5em 0;
  clear: both;
  zoom: 1;
}
.share:before, .share:after {
  content: "";
  display: table;
}
.share:after {
  clear: both;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: left;
  margin: 0px 3px 3px;
}
@media screen and (max-width: 991px) {
  .share ul li {
    margin: 0px 1px 2px;
    width: 30px;
    height: 30px;
  }
}
.share ul li img {
  width: 100%;
  height: 100%;
}

*[class^=notice] {
  padding: 0.4em 2em 0.4em 2em;
  display: block;
  font-size: 0.938em;
  margin: 0.2em 0;
  position: relative;
  color: #666;
  background-color: #f2f2f2;
  vertical-align: middle;
  position: relative;
  border-left: 0.5em solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-clip: padding-box;
}
*[class^=notice]:before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  content: "";
}
*[class^=notice]:before img {
  width: 100%;
}
*[class^=notice] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.4em;
  right: 1em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
*[class^=notice] a.close img {
  width: 12px;
  height: 12px;
}

*[class*=notice_info] {
  border: none;
  color: #00529B;
  background-color: #BDE5F8;
  border-left: 0.5em solid #BDE5F8;
}
*[class*=notice_info]:before {
  background: url(../images/basic/icon_info.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_success] {
  border: none;
  color: #4F8A10;
  background-color: #DFF2BF;
  border-left: 0.5em solid #DFF2BF;
}
*[class*=notice_success]:before {
  background: url(../images/basic/icon_success.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_warning] {
  border: none;
  color: #CE5605;
  background-color: #FEEFB3;
  border-left: 0.5em solid #FEEFB3;
}
*[class*=notice_warning]:before {
  background: url(../images/basic/icon_warning.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_error] {
  border: none;
  color: #D8000C;
  background-color: #FFD2D2;
  border-left: 0.5em solid #FFD2D2;
}
*[class*=notice_error]:before {
  background: url(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

.lightbox_slider {
  background: #fff;
  padding: 30px 0px 50px;
  clear: both;
}
.lightbox_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #24b509;
}
.lightbox_slider .imgOuter1 {
  position: relative;
  overflow: hidden;
  background: #dedede;
  max-height: 200px;
  height: 180px;
  overflow: hidden;
}
.lightbox_slider .imgOuter1:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider .imgOuter1 img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lightbox_slider .imgOuter1 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0px auto;
}
.lightbox_slider .infotxt {
  margin: 0px 10px 0px 20px;
  padding: 0px;
  display: inline-block;
  display: none;
}
.lightbox_slider .slick-prev,
.lightbox_slider .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lightbox_slider .slick-prev {
  left: 0px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat rgba(0, 0, 0, 0.3);
  background-size: 80%;
  border-radius: 4px;
  background-clip: padding-box;
}
.lightbox_slider .slick-prev:hover, .lightbox_slider .slick-prev:focus {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 80%;
}
.lightbox_slider .slick-next {
  right: 0px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat rgba(0, 0, 0, 0.3);
  background-size: 80%;
  border-radius: 4px;
  background-clip: padding-box;
}
.lightbox_slider .slick-next:hover, .lightbox_slider .slick-next:focus {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 80%;
}
.lightbox_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.lightbox_slider a {
  color: #555;
}
.lightbox_slider a:hover {
  color: #24b509;
}
.lightbox_slider .slick-slide {
  margin: 0px 15px;
  text-align: center;
}
.lightbox_slider .slick-slide a {
  width: 80%;
  margin: 0px auto;
  display: block;
}
.lightbox_slider .slick-slide a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0px auto;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 0px !important;
  bottom: 0px !important;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 40px;
  z-index: 9;
  height: 100% !important;
  width: 200px !important;
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-prev {
    width: 30px !important;
  }
}
.slick-lightbox .slick-prev:hover, .slick-lightbox .slick-prev:focus {
  opacity: 1;
  outline: none;
}
.slick-lightbox .slick-next {
  right: 0px !important;
  bottom: 0px !important;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 40px;
  z-index: 9;
  height: 100% !important;
  width: 200px !important;
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-next {
    width: 30px !important;
  }
}
.slick-lightbox .slick-next:hover, .slick-lightbox .slick-next:focus {
  opacity: 1;
  outline: none;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto 1em;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 20px 0 0;
  color: white;
  clear: both;
  zoom: 1;
}
.slick-lightbox-slick-caption:before, .slick-lightbox-slick-caption:after {
  content: "";
  display: table;
}
.slick-lightbox-slick-caption:after {
  clear: both;
}

.slick-lightbox-close {
  position: fixed;
  top: 10px;
  right: 50px;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 0em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  min-width: auto;
  z-index: 10;
  opacity: 0.5;
}
.slick-lightbox-close:hover, .slick-lightbox-close:focus {
  opacity: 1;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "";
  height: 6px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  background: #DDD;
  left: 6px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:after {
  content: "";
  height: 6px;
  width: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  background: #DDD;
  left: 6px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:hover, .slick-lightbox-close:focus {
  background: none;
  margin-top: 0;
  border: none;
}
.slick-lightbox-close:hover:before, .slick-lightbox-close:hover:after, .slick-lightbox-close:focus:before, .slick-lightbox-close:focus:after {
  background: #FFF;
}

.Syncing_slider {
  clear: both;
  zoom: 1;
  margin: 2em 0;
}
.Syncing_slider:before, .Syncing_slider:after {
  content: "";
  display: table;
}
.Syncing_slider:after {
  clear: both;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #24b509;
}
.Syncing_slider .imgOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.Syncing_slider .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.Syncing_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.Syncing_slider .imgOuter p {
  position: absolute;
  background: RGBA(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0px;
  width: 100%;
  height: 4em;
  line-height: 3em;
  margin: 0px;
}
.Syncing_slider .slick-next {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
.Syncing_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
.Syncing_slider .Slider-for {
  position: relative;
}
.Syncing_slider .Slider-for .imgOuter {
  max-height: 400px;
}
.Syncing_slider .Slider-nav {
  /*正在動作的縮圖*/
  position: relative;
}
.Syncing_slider .Slider-nav .imgOuter p {
  display: none;
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .Slider-nav .imgOuter {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .Slider-nav .imgOuter {
    max-height: 150px;
  }
}
.Syncing_slider .slick-dots {
  display: none !important;
}

body {
  background: #dedede;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-overflow-scrolling: auto;
}
s body.noscroll {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden !important;
}

.no_egg:before {
  display: none;
}

.wrapper {
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  background: url(../images/wrap_bg.jpg) no-repeat center top #fff;
}
@media screen and (max-width: 767px) {
  .wrapper {
    background: none;
    overflow: hidden;
    overflow-y: auto;
  }
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.main:before {
  content: "";
  background: url(../images/bg_bubble.png) no-repeat center center;
  width: 80%;
  height: 1200px;
  background-size: 100% 100%;
  position: absolute;
  top: 240px;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-left: -40%;
}
@media screen and (min-width: 1400px) {
  .main:before {
    width: 100%;
    height: 900px;
    background: url(../images/bg_bubble.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: -50%;
  }
}
@media screen and (min-width: 1800px) {
  .main:before {
    width: 80%;
    height: 920px;
    background: url(../images/bg_bubble.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 1399px) {
  .main:before {
    width: 100%;
    height: 920px;
    background: url(../images/bg_bubble.png) no-repeat center center;
    background-size: 130% 100%;
    left: 0%;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .main:before {
    background: url(../images/bg_bubble.png) no-repeat center center;
    background-size: 150% 100%;
    height: 850px;
  }
}
@media screen and (max-width: 767px) {
  .main:before {
    background: none;
  }
}
.main .container {
  overflow: visible !important;
  clear: both;
  zoom: 1;
}
.main .container:before, .main .container:after {
  content: "";
  display: table;
}
.main .container:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}
.main h2 {
  line-height: 1.25em;
  text-shadow: 2px 2px 3px RGBA(0, 0, 0, 0.8);
}

.section {
  padding: 0em 0 1.5em;
  text-align: center;
}
.section h2 {
  color: #1b8907;
  text-shadow: none;
}
.section h2 small {
  color: #ffbe00;
  margin-left: 10px;
  font-size: 0.75em;
  text-shadow: none;
}

.mp_banner {
  padding-bottom: 0.5em;
  width: 100%;
}
.mp_banner .img-container img {
  border-radius: 6px;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .mp_banner {
    background: #ddd;
    background-color: #008ffb;
    background: #008ffb;
    background: -webkit-gradient(linear, left top, right top, from(#008ffb), to(#24b509));
    background: linear-gradient(to right, #008ffb, #24b509);
  }
}
@media screen and (max-width: 767px) {
  .mp_banner .slick-dots {
    opacity: 0;
  }
}

.singleSlider {
  width: 100%;
  padding-bottom: 1.5em;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.singleSlider .img-container {
  height: 350px;
  width: 100%;
  position: relative;
}
.singleSlider .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .singleSlider .img-container {
    height: 180px;
    width: 100%;
  }
}
.singleSlider a {
  display: block;
  height: 100%;
  width: 90%;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .singleSlider a {
    width: 100%;
  }
}
.singleSlider a:focus:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 3px #f77810 inset;
          box-shadow: 0px 0px 0px 3px #f77810 inset;
  position: absolute;
  display: block;
}
.singleSlider a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em 0.5em 0.5em;
  font-size: 1.125em;
  color: #fff;
  margin: 0;
  display: none;
  text-align: center;
  bottom: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .singleSlider a .caption {
    height: 2em;
    width: 100%;
    left: 0;
    padding: 0.5em;
  }
}

@-webkit-keyframes airplane_ani {
  0% {
    -webkit-transform: translate(5%, 5%);
            transform: translate(5%, 5%);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@keyframes airplane_ani {
  0% {
    -webkit-transform: translate(5%, 5%);
            transform: translate(5%, 5%);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
.service {
  text-align: left;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .service {
    overflow: hidden;
    padding-top: 20px;
    background-color: #008ffb;
    background: #008ffb;
    background: -webkit-gradient(linear, left top, right top, from(#008ffb), to(#24b509));
    background: linear-gradient(to right, #008ffb, #24b509);
  }
}
.service .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  position: relative;
  clear: both;
  zoom: 1;
}
.service .container:before, .service .container:after {
  content: "";
  display: table;
}
.service .container:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .service .container {
    overflow: hidden;
  }
}
.service .container:before {
  content: "";
  width: 250px;
  height: 150px;
  position: absolute;
  right: -3%;
  top: -85px;
  background: url(../images/airplane.png) no-repeat center center;
  background-size: contain;
  -webkit-animation: airplane_ani 1.5s ease-in-out infinite alternate;
          animation: airplane_ani 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .service .container:before {
    display: none;
  }
}
.service .container:after {
  content: "";
  width: 142px;
  height: 160px;
  position: absolute;
  left: 0%;
  top: -180px;
  display: none;
  background: url(../images/people.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .service .container:after {
    display: none;
  }
}
.service .container .col {
  float: none;
  -ms-flex-preferred-size: calc(33.33333% - 20px);
      flex-basis: calc(33.33333% - 20px);
  background: #fefefe;
  -webkit-box-shadow: 2px 2px 3px RGBA(0, 0, 0, 0.45);
  box-shadow: 2px 2px 3px RGBA(0, 0, 0, 0.45);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.service .container .col:hover, .service .container .col:focus {
  -webkit-box-shadow: 4px 8px 10px RGBA(0, 0, 0, 0.15);
  box-shadow: 4px 8px 10px RGBA(0, 0, 0, 0.15);
}
.service .container .col:hover h3, .service .container .col:focus h3 {
  color: #24b509;
}
@media screen and (max-width: 767px) {
  .service .container .col {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .service .container .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.service h2 {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: block;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 3px RGBA(0, 0, 0, 0.8);
  margin-bottom: 0.5rem;
}
.service h2:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  background: url(../images/application_h2.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 991px) {
  .service h2 {
    text-align: center;
  }
  .service h2:before {
    display: none;
  }
}
.service .item {
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  background-clip: padding-box;
}
.service .item h3 {
  margin: 0.5em 0 1.2em;
  line-height: 1.45em;
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
  color: #000;
}
.service .item h3:before {
  content: "";
  width: 100%;
  height: 4px;
  bottom: -5px;
  left: 0;
  position: absolute;
  background: #ccc;
}
.service .item h3:after {
  content: "";
  width: 60%;
  height: 4px;
  bottom: -5px;
  left: 0;
  position: absolute;
  background: #24b509;
}
.service .item ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  zoom: 1;
}
.service .item ul:before, .service .item ul:after {
  content: "";
  display: table;
}
.service .item ul:after {
  clear: both;
}
.service .item ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0.3em;
}
.service .item ul li:first-child a:before {
  display: none;
}
.service .item ul li a {
  display: block;
  padding: 0.2em;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
.service .item ul li a:before {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  border-left: 1px solid #ddd;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.service .item a.more {
  position: absolute;
  bottom: 0;
  height: 2em;
  line-height: 2;
  right: 0;
  font-size: 0.813em;
  width: 5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  margin: 0;
}
.service .item a.more:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 9px;
  border-left: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.service .item a.more:hover, .service .item a.more:focus, .service .item a.more.active {
  color: white;
}
.service .item a.more:hover:after, .service .item a.more:focus:after, .service .item a.more.active:after {
  right: 7px;
}

.application {
  clear: both;
  zoom: 1;
  padding-top: 1em;
  margin-bottom: 1em;
}
.application:before, .application:after {
  content: "";
  display: table;
}
.application:after {
  clear: both;
}
.application span.title {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.application h2 {
  display: block;
  float: left;
  height: 160px;
  line-height: 120px;
  width: 30%;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 3px RGBA(0, 0, 0, 0.5);
  text-align: center;
}
.application h2:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  background: url(../images/application_h2.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 991px) {
  .application h2 {
    float: none;
    height: 60px;
    width: 100%;
    line-height: 60px;
    clear: both;
    zoom: 1;
    text-align: center;
    color: #24b509;
    text-shadow: none;
  }
  .application h2:before, .application h2:after {
    content: "";
    display: table;
  }
  .application h2:after {
    clear: both;
  }
  .application h2:before {
    display: none;
  }
  .application h2 small {
    display: none;
  }
}
.application ul {
  list-style: none;
  padding: 0 15px 0 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .application ul {
    padding: 15px 15px 15px 15px;
    border-radius: 4px;
    background-clip: padding-box;
  }
}
.application ul li {
  float: left;
  width: 25%;
  display: block;
  position: relative;
  height: 150px;
  padding: 1em;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 4px RGBA(0, 0, 0, 0.45);
          box-shadow: 2px 2px 4px RGBA(0, 0, 0, 0.45);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-left: 1px solid #aaa;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(237, 237, 237)));
  background-image: linear-gradient(top, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%);
}
@media screen and (max-width: 767px) {
  .application ul li {
    width: 50%;
    margin-bottom: 0;
  }
}
.application ul li:hover, .application ul li:focus {
  background-color: rgb(255, 255, 255);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(229, 229, 229)));
  background-image: linear-gradient(top, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
}
@media screen and (max-width: 767px) {
  .application ul li {
    border-left: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 4px RGBA(0, 0, 0, 0.35);
    box-shadow: 2px 2px 4px RGBA(0, 0, 0, 0.35);
  }
}
.application ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.application ul li a h3 {
  display: block;
  line-height: 1.45em;
  margin: 0;
  height: 3em;
  overflow: hidden;
}
.application ul li a img {
  margin-bottom: 0px;
  max-height: 60px;
}
.application ul li:first-child {
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .application ul li:first-child {
    border-radius: 0;
    background-clip: padding-box;
  }
}
.application ul li:last-child {
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .application ul li:last-child {
    border-radius: 0;
    background-clip: padding-box;
  }
}

@media screen and (max-width: 767px) {
  .information {
    background: #f3f3f3;
  }
}
.information .container > div {
  margin-bottom: 1em;
}
.information h2:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  background: url(../images/news_h2.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .information h2 {
    text-align: center;
  }
  .information h2:before {
    display: none;
  }
}
.information .news {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 768px) {
  .information .news {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .information .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .information .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .information .news {
    padding: 1em 1em 2em;
  }
}
.information .news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .information .news ul {
    border-top: 2px solid #24b509;
    padding-top: 0.5em;
  }
}
.information .news ul li {
  display: block;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.6em;
}
.information .news ul li time {
  display: inline-block;
  color: #555;
  margin-right: 10px;
  font-size: 0.813em;
}
.information .news ul li a {
  display: block;
}
.information .news ul li .tag {
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 0.813em;
  padding: 0.1em 0.5em;
  border-radius: 6px;
  background-clip: padding-box;
}
.information .news ul li .tag.tag-orange {
  background: #f77810;
}
.information .news ul li .tag.tag-blue {
  background: #008091;
}
.information .news ul li .tag.tag-green {
  background: #588100;
}
.information .news ul li .tag.tag-red {
  background: #ff3e4d;
}
.information .news ul li .tag.tag-gray {
  background: #333;
}
.information .news ul li span.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.3em 0;
  font-size: 1em;
  display: block;
}
.information .news .btn_block a {
  position: relative;
}
.information .facebook {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 2em;
}
@media (min-width: 768px) {
  .information .facebook {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .information .facebook {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .information .facebook {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .information .facebook {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.information .facebook iframe {
  min-height: 450px;
  width: auto;
  margin: 0px auto;
}

.topic {
  margin-bottom: 1em;
}
.topic .container {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topic h2 {
  text-align: left;
  margin: 0.2em 0;
}
.topic h2:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 0em;
  background: url(../images/topic_h2.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .topic h2 {
    text-align: center;
    margin: 1em 0;
  }
  .topic h2:before {
    display: none;
  }
}
.topic ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topic ul li {
  width: 33%;
  display: block;
  float: left;
  height: 200px;
  overflow: hidden;
  background: #2fa6ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid RGBA(235, 235, 235, 1);
}
.topic ul li:nth-child(3n) {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .topic ul li {
    width: 50%;
    height: 150px;
  }
  .topic ul li:nth-child(3n) {
    width: 50%;
  }
}
.topic ul li .img-container {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .topic ul li .img-container {
    height: 150px;
  }
}
.topic ul li img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.topic ul li a {
  display: block;
  position: relative;
}
.topic ul li a:focus .img-container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 0px 5px #f77810 inset;
          box-shadow: 0px 0px 0px 5px #f77810 inset;
  z-index: 99;
}
.topic ul li a:after {
  content: "";
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 60%;
  z-index: 9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .topic ul li a:after {
    display: none;
  }
}
.topic ul li a:hover h3, .topic ul li a:focus h3 {
  background: rgba(0, 0, 0, 0.8);
}
.topic ul li a:before {
  content: "";
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: RGBA(0, 0, 0, 0.7);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topic ul li a:before {
    opacity: 0.7;
    height: 2.5em;
    bottom: 0px;
    top: auto;
  }
}
.topic ul li a span.caption {
  height: 3em;
  margin: 0;
  color: #fff;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  line-height: 3em;
  font-size: 1.25em;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.7);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 10;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .topic ul li a span.caption {
    line-height: 40px;
    height: 40px;
    min-height: auto;
    bottom: 0;
    opacity: 1;
    top: auto;
    font-size: 0.938em;
  }
}
.topic ul li a:hover img, .topic ul li a:focus img {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topic ul li a:hover:before, .topic ul li a:focus:before {
  opacity: 0;
}

.ad a.more {
  margin: 1.5em auto 0.5em;
}
@media screen and (max-width: 767px) {
  .ad {
    background: #fff;
    padding-top: 2em;
  }
}

.adSlider {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.adSlider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center right;
  background-size: 80%;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .adSlider .slick-prev {
    left: -25px;
  }
}
.adSlider .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center left;
  background-size: 80%;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .adSlider .slick-next {
    right: -25px;
  }
}
.adSlider .img-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 165px;
  height: 65px;
  margin: 0px 10px;
  background: #fff;
}
.adSlider .img-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.adSlider .img-container a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #ddd inset;
          box-shadow: 0px 0px 0px 1px #ddd inset;
  z-index: 99;
}
.adSlider .img-container a:focus:after {
  -webkit-box-shadow: 0px 0px 0px 1px #f77810 inset;
          box-shadow: 0px 0px 0px 1px #f77810 inset;
}
.adSlider .img-container a img {
  width: 100%;
  height: 100%;
}

.infographic {
  margin-bottom: 2em;
}
.infographic h2 {
  margin: 0.2em 0;
  text-align: left;
}
.infographic h2:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 0em;
  background: url(../images/info_h2.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .infographic h2 {
    text-align: center;
    margin: 1em 0;
  }
  .infographic h2:before {
    display: none;
  }
}

.infoSlider {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .infoSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.infoSlider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center right;
  background-size: 80%;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .infoSlider .slick-prev {
    left: -25px;
  }
}
.infoSlider .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center left;
  background-size: 80%;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .infoSlider .slick-next {
    right: -25px;
  }
}
.infoSlider .img-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 340px;
  margin: 0px 10px;
  background: #fff;
}
.infoSlider .img-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.infoSlider .img-container a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0px 2px #f77810 inset;
          box-shadow: 0px 0px 0px 2px #f77810 inset;
  z-index: 99;
}
.infoSlider .img-container a img {
  width: 100%;
  height: 100%;
}

.innerpage {
  padding-top: 90px;
  padding-bottom: 4em;
  background: #f2f2f2;
  position: relative;
}
.innerpage:before {
  content: "";
  top: 0;
  position: absolute;
  height: 80px;
  width: 100% !important;
  background: url(../images/bg_bubble.png) no-repeat center center;
  background-size: 120%;
}
@media screen and (min-width: 1400px) {
  .innerpage:before {
    width: 100% !important;
    left: 0% !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1800px) {
  .innerpage:before {
    width: 100% !important;
    left: 0% !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .innerpage:before {
    height: 180px;
    background: url(../images/bg_bubble.png) no-repeat center center;
    background-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding-top: 120px;
    padding-bottom: 0em;
  }
}
.innerpage .submenu {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .innerpage .submenu {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .submenu {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .innerpage .submenu {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .innerpage .submenu {
    display: none;
  }
}
.innerpage .submenu ~ .content {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .innerpage .submenu ~ .content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .submenu ~ .content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .innerpage .submenu ~ .content {
    float: left;
    width: 75%;
  }
}
.innerpage .submenu h2 {
  background: #0494eb;
  background: -webkit-gradient(linear, left top, right top, from(#0494eb), to(#0eae83));
  background: linear-gradient(to right, #0494eb, #0eae83);
  padding: 0.8em;
  color: #fff;
  margin: 0 0 1px 0;
}
.innerpage .submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.innerpage .submenu ul li {
  display: block;
  text-align: left;
  margin-bottom: 1px;
  background: RGBA(0, 0, 0, 0.8);
}
.innerpage .submenu ul li:last-child {
  border-bottom: none;
}
.innerpage .submenu ul li a {
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1.45em;
}
.innerpage .submenu ul li a:hover, .innerpage .submenu ul li a:focus {
  background: #f77810;
}
.innerpage .content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  background: #fff;
  margin-top: 20px;
  -webkit-box-shadow: 1px 1px 3px #bbb;
  box-shadow: 1px 1px 3px #bbb;
  padding-top: 1em;
  padding-bottom: 3em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .innerpage .content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .innerpage .content {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .innerpage .content {
    min-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .innerpage .content {
    min-height: auto;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.innerpage .content .function {
  width: 100%;
  text-align: right;
  margin: 0px 0 0 auto;
  position: relative;
  z-index: 9;
}
.innerpage .content .function a img {
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}
@media screen and (max-width: 767px) {
  .innerpage .content .function {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.innerpage .content h2 {
  position: relative;
  padding-left: 0.8em;
  padding-right: 0.8em;
  text-shadow: none;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .innerpage .content h2 {
    padding-right: 0.8em;
  }
}
.innerpage .content h2:before {
  content: "";
  width: 5px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #0494eb;
}
.innerpage .content h2:after {
  content: "";
  width: 5px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .innerpage > .container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.head {
  clear: both;
  zoom: 1;
  margin-bottom: 2em;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 1em;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(238, 238, 238)));
  background-image: linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.head:before, .head:after {
  content: "";
  display: table;
}
.head:after {
  clear: both;
}
.head .img-container {
  position: relative;
  overflow: hidden;
  background: #dedede;
  width: 30%;
  float: left;
  height: auto;
  margin: 0px 1em 0 0;
}
.head .img-container:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.head .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .head .img-container {
    width: 100%;
    float: none;
    margin: 0 auto 1em;
  }
}
.head p {
  overflow: hidden;
}

.lp a {
  word-break: break-all;
}
.lp table td {
  text-align: left;
}
.lp table td.date {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.date {
    text-align: left;
  }
}
.lp table td.num {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.num {
    text-align: left;
  }
}
.lp .list ul,
.lp .list ol {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #24b509;
}
.lp .list ul li,
.lp .list ol li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.lp .list ul li a,
.lp .list ol li a {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.45em;
}
.lp .list ul li a .num,
.lp .list ol li a .num {
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.lp .list ul li a .num:after,
.lp .list ol li a .num:after {
  content: ".";
  display: inline-block;
}
.lp .list ul li span.dept,
.lp .list ol li span.dept {
  display: inline-block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .lp .list ul li span.dept,
  .lp .list ol li span.dept {
    display: block;
  }
}
.lp .list ul li time,
.lp .list ol li time {
  display: block;
  color: #aaa;
  font-size: 0.938em;
}
.lp .album {
  margin: 1em auto;
  overflow: hidden;
  text-align: left;
}
.lp .album ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp .album ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 450px;
}
@media (min-width: 768px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .lp .album ul li {
    min-height: auto;
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lp .album ul li a {
  display: block;
  text-align: left;
}
.lp .album ul li .imgOuter {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #dedede;
}
.lp .album ul li .imgOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lp .album ul li .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp .video ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  height: 400px;
}
@media (min-width: 768px) {
  .lp .video ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .lp .video ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .lp .video ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .lp .video ul li {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .lp .video ul li {
    height: auto;
    min-width: 300px;
    width: 80%;
    float: none;
    margin: 0 auto 30px;
  }
}
.lp .video ul li .youtube {
  position: relative;
  overflow: hidden;
  background: #dedede;
  margin-bottom: 0.5em;
}
.lp .video ul li .youtube:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lp .video ul li .youtube img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .video ul li .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lp .video ul li h3 {
  margin-bottom: 1px;
  max-height: 2.7em;
  line-height: 1.45em;
  overflow: hidden;
  display: block;
  margin-top: 5px;
}
.lp .video ul li .info {
  color: #666;
  margin-bottom: 5px;
  font-size: 0.75em;
  padding: 0.4em 0.8em;
  background: #dedede;
  border-radius: 4px;
  background-clip: padding-box;
  display: none;
}
.lp .video ul li p {
  font-size: 0.938em;
  color: #555;
  height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  display: block;
}
.lp .book ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp .book ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lp .book ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .lp .book ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .lp .book ul li {
    float: left;
    width: 25%;
  }
}
.lp .book ul li .bookOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
  border: 1px solid #aaa;
  margin-bottom: 0.5em;
}
.lp .book ul li .bookOuter:before {
  display: block;
  content: "";
  padding-top: 142.8571428571%;
}
.lp .book ul li .bookOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .book ul li .bookOuter img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lp .book ul li a:hover .bookOuter, .lp .book ul li a:focus .bookOuter {
  border: 1px solid #24b509;
}
.lp .book ul li a:hover h3, .lp .book ul li a:focus h3 {
  color: #24b509;
}
.lp .book ul li h3 {
  margin-bottom: 5px;
  height: 2.7em;
  line-height: 1.45em;
  overflow: hidden;
  display: block;
  margin-top: 5px;
}
.lp .book ul li .info {
  color: #666;
  margin-bottom: 5px;
  font-size: 0.75em;
  padding: 0.4em 0.8em;
  background: #dedede;
  border-radius: 4px;
  background-clip: padding-box;
}

.service_station {
  overflow: hidden;
}
.service_station ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service_station ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.5em 1.5em;
  margin: 0 0.5% 15px 0;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #ddd;
  min-height: 380px;
}
.service_station ul li li {
  min-height: auto;
}
.service_station ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .service_station ul li {
    width: 31%;
    margin: 0 1% 15px 0;
  }
  .service_station ul li:nth-child(4n) {
    margin: 0 1% 15px 0;
  }
  .service_station ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service_station ul li {
    width: 48%;
    margin: 0 1% 15px 0;
  }
  .service_station ul li:nth-child(3n) {
    margin: 0 1% 15px 0;
  }
  .service_station ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .service_station ul li {
    width: 80%;
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .service_station ul li:nth-child(3n) {
    margin: 0 auto 15px;
  }
  .service_station ul li:nth-child(4n) {
    margin: 0 auto 15px;
  }
}
.service_station ul li ul {
  width: 90%;
  margin: 0 auto 30px;
  min-height: 160px;
  display: block;
}
.service_station ul li ul li {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 5px;
  border: none;
  font-size: 0.813em;
  border-bottom: 1px dashed #ddd;
  position: relative;
  padding-left: 80px;
}
.service_station ul li ul li a {
  margin-left: 0.5em;
}
.service_station ul li ul li span {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.service_station ul li h3 {
  margin: 0px 0px 15px;
  position: relative;
  display: block;
  color: #000;
  padding: 0.5em;
  text-align: left;
  height: 2.9em;
  overflow: hidden;
  line-height: 1.45em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
.service_station ul li h3:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #2fcf14;
  background: -webkit-gradient(linear, left top, right top, from(#2fcf14), to(#0494eb));
  background: linear-gradient(to right, #2fcf14, #0494eb);
}
.service_station ul li h3 img {
  position: absolute;
  top: 3px;
  right: 0;
  opacity: 0.3;
}
.service_station ul li h3 a:hover img, .service_station ul li h3 a:focus img {
  opacity: 0.8;
}

.taiwan_map, .europe_map, .oceania_map, .africa_map, .america_map, .asia_map {
  clear: both;
  zoom: 1;
  margin: 0px auto 1em;
  position: relative;
  border-radius: 8px;
  background-clip: padding-box;
}
.taiwan_map:before, .europe_map:before, .oceania_map:before, .africa_map:before, .america_map:before, .asia_map:before, .taiwan_map:after, .europe_map:after, .oceania_map:after, .africa_map:after, .america_map:after, .asia_map:after {
  content: "";
  display: table;
}
.taiwan_map:after, .europe_map:after, .oceania_map:after, .africa_map:after, .america_map:after, .asia_map:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .taiwan_map, .europe_map, .oceania_map, .africa_map, .america_map, .asia_map {
    display: none;
  }
}
.taiwan_map ul, .europe_map ul, .oceania_map ul, .africa_map ul, .america_map ul, .asia_map ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.taiwan_map ul li a, .europe_map ul li a, .oceania_map ul li a, .africa_map ul li a, .america_map ul li a, .asia_map ul li a {
  display: block;
  text-indent: -9999px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  position: absolute;
}
.taiwan_map ul li a:hover, .europe_map ul li a:hover, .oceania_map ul li a:hover, .africa_map ul li a:hover, .america_map ul li a:hover, .asia_map ul li a:hover, .taiwan_map ul li a:focus, .europe_map ul li a:focus, .oceania_map ul li a:focus, .africa_map ul li a:focus, .america_map ul li a:focus, .asia_map ul li a:focus {
  background: RGBA(0, 0, 0, 0.1);
  border-radius: 6px;
  background-clip: padding-box;
}

.asia_map {
  background: url(../images/asia.png) no-repeat center center;
  height: 518px;
  width: 558px;
}
.asia_map ul li a {
  width: 80px;
}
.asia_map ul li a.tokyo {
  top: 105px;
  left: 452px;
}
.asia_map ul li a.seoul {
  top: 177px;
  left: 362px;
}
.asia_map ul li a.osaka {
  top: 167px;
  left: 435px;
}
.asia_map ul li a.newdwlhi {
  top: 267px;
  left: 57px;
}
.asia_map ul li a.hanoi {
  top: 232px;
  left: 233px;
}
.asia_map ul li a.hongkong {
  top: 245px;
  left: 355px;
}
.asia_map ul li a.macao {
  top: 278px;
  left: 317px;
}
.asia_map ul li a.yangon {
  top: 276px;
  left: 188px;
}
.asia_map ul li a.manila {
  top: 268px;
  left: 408px;
}
.asia_map ul li a.bangkok {
  top: 306px;
  left: 208px;
}
.asia_map ul li a.hochiminhcity {
  top: 338px;
  left: 338px;
}
.asia_map ul li a.kualalumpur {
  top: 350px;
  left: 213px;
}
.asia_map ul li a.singapore {
  top: 373px;
  left: 325px;
}
.asia_map ul li a.jakarta {
  top: 415px;
  left: 234px;
}

.america_map {
  background: url(../images/america.png) no-repeat center center;
  height: 524px;
  width: 312px;
}
.america_map ul li a {
  width: 80px;
}
.america_map ul li a.vancouver {
  top: 62px;
  left: 0px;
}
.america_map ul li a.toronto {
  top: 60px;
  left: 196px;
}
.america_map ul li a.sanfrancisco {
  top: 110px;
  left: -10px;
}
.america_map ul li a.newyork {
  top: 135px;
  left: 215px;
}
.america_map ul li a.washington {
  top: 165px;
  left: 202px;
}
.america_map ul li a.losangles {
  top: 180px;
  left: -4px;
}
.america_map ul li a.miami {
  top: 198px;
  left: 195px;
}
.america_map ul li a.asuncion {
  top: 380px;
  left: 127px;
}

.africa_map {
  background: url(../images/africa.png) no-repeat center center;
  height: 446px;
  width: 352px;
}
.africa_map ul li a {
  width: 80px;
}
.africa_map ul li a.feijing {
  top: 383px;
  left: 263px;
}

.oceania_map {
  background: url(../images/aceania.png) no-repeat center center;
  height: 440px;
  width: 490px;
}
.oceania_map ul li a {
  width: 80px;
}
.oceania_map ul li a.sydney {
  top: 298px;
  left: 250px;
}
.oceania_map ul li a.auckland {
  top: 288px;
  left: 389px;
}

.europe_map {
  background: url(../images/europe.png) no-repeat center center;
  height: 340px;
  width: 312px;
}
.europe_map ul li a {
  width: 80px;
}
.europe_map ul li a.london {
  top: 129px;
  left: 53px;
}
.europe_map ul li a.paris {
  top: 203px;
  left: -18px;
}
.europe_map ul li a.belgium {
  top: 136px;
  left: 200px;
}

.taiwan_map {
  background: url(../images/taiwan_map.jpg) no-repeat center center;
  height: 548px;
  width: 654px;
}
.taiwan_map ul li a.lienchian {
  top: 105px;
  left: 0px;
}
.taiwan_map ul li a.kinmen {
  top: 265px;
  left: 0px;
}
.taiwan_map ul li a.penghu {
  top: 425px;
  left: 0px;
}
.taiwan_map ul li a.taipei {
  top: -8px;
  left: 400px;
}
.taiwan_map ul li a.taoyuan {
  top: 35px;
  left: 285px;
}
.taiwan_map ul li a.hsinchu_city {
  top: 75px;
  left: 260px;
}
.taiwan_map ul li a.miaoli {
  top: 110px;
  left: 235px;
}
.taiwan_map ul li a.taichung_1 {
  top: 150px;
  left: 192px;
  width: 140px;
}
.taiwan_map ul li a.taichung_2 {
  top: 190px;
  left: 170px;
  width: 140px;
}
.taiwan_map ul li a.changhwa {
  top: 232px;
  left: 165px;
}
.taiwan_map ul li a.chiayi_county {
  top: 276px;
  left: 151px;
}
.taiwan_map ul li a.tainan_2 {
  top: 323px;
  left: 135px;
  width: 140px;
}
.taiwan_map ul li a.tainan_1 {
  top: 365px;
  left: 135px;
  width: 140px;
}
.taiwan_map ul li a.kaoshiung_2 {
  top: 405px;
  left: 134px;
  width: 140px;
}
.taiwan_map ul li a.kaoshiung_1 {
  top: 442px;
  left: 134px;
  width: 140px;
}
.taiwan_map ul li a.keelung {
  top: 30px;
  left: 500px;
}
.taiwan_map ul li a.new_taipei {
  top: 82px;
  left: 550px;
}
.taiwan_map ul li a.hsinchu_county {
  top: 115px;
  left: 540px;
}
.taiwan_map ul li a.yilan {
  top: 155px;
  left: 540px;
}
.taiwan_map ul li a.hwualien {
  top: 205px;
  left: 520px;
}
.taiwan_map ul li a.nantou {
  top: 250px;
  left: 520px;
}
.taiwan_map ul li a.yunlin {
  top: 295px;
  left: 500px;
}
.taiwan_map ul li a.chiayi_city {
  top: 340px;
  left: 510px;
}
.taiwan_map ul li a.taitung {
  top: 389px;
  left: 480px;
}
.taiwan_map ul li a.pingtung {
  top: 438px;
  left: 451px;
}
@media screen and (max-width: 767px) {
  .taiwan_map {
    display: none;
  }
}

.research {
  margin: 1em auto;
  clear: both;
  zoom: 1;
}
.research:before, .research:after {
  content: "";
  display: table;
}
.research:after {
  clear: both;
}
.research td a {
  text-align: center;
  font-size: 0.813em;
  color: #24b509;
}
.research td a img {
  display: block;
  margin: 0px auto 5px;
}
.research td a img + span {
  white-space: nowrap;
}
.research time {
  white-space: nowrap;
}

.item_choose {
  text-align: right;
  margin-top: -3em;
  margin-bottom: 0.5em;
  margin-left: auto;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .item_choose {
    margin-top: 0em;
    text-align: left;
    width: 100%;
  }
}
.item_choose label {
  margin-right: 5px;
  background: #ddd;
  padding: 0.5em 30px 0.5em 10px;
  border-radius: 4px;
  background-clip: padding-box;
  color: #333;
  text-shadow: none;
}
.item_choose label.active, .item_choose label:focus, .item_choose label:hover {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  background: #e66c08;
}
.item_choose label input {
  width: 16px;
  height: 16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border-radius: 0px;
}
.item_choose label input:checked {
  background: url(../images/icon_checked.png) no-repeat center center;
  background-size: cover;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.table_list a[href$=ppt], .table_list a[href$=odp], .table_list a[href$=pptx], .table_list a[href$=xls], .table_list a[href$=csv], .table_list a[href$=ods], .table_list a[href$=xlsx], .table_list a[href$=pdf], .table_list a[href$=doc], .table_list a[href$=docx], .table_list a[href$=odt] {
  padding: 0px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  margin: 0px 0.5em;
  min-width: 5em;
  text-align: center;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.1em;
  border: 2px solid #999;
  color: #666;
  white-space: normal;
  word-break: break-all;
}
.table_list a[href$=ppt]:hover, .table_list a[href$=odp]:hover, .table_list a[href$=pptx]:hover, .table_list a[href$=xls]:hover, .table_list a[href$=csv]:hover, .table_list a[href$=ods]:hover, .table_list a[href$=xlsx]:hover, .table_list a[href$=pdf]:hover, .table_list a[href$=doc]:hover, .table_list a[href$=docx]:hover, .table_list a[href$=odt]:hover, .table_list a[href$=ppt]:focus, .table_list a[href$=odp]:focus, .table_list a[href$=pptx]:focus, .table_list a[href$=xls]:focus, .table_list a[href$=csv]:focus, .table_list a[href$=ods]:focus, .table_list a[href$=xlsx]:focus, .table_list a[href$=pdf]:focus, .table_list a[href$=doc]:focus, .table_list a[href$=docx]:focus, .table_list a[href$=odt]:focus {
  border: 2px solid #666;
  background: #666;
  color: #fff !important;
}

.table_list a[href$=doc], .table_list a[href$=docx], .table_list a[href$=odt] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #1d75d4;
  color: #1d75d4;
}
.table_list a[href$=doc]:hover, .table_list a[href$=doc]:focus, .table_list a[href$=docx]:hover, .table_list a[href$=docx]:focus, .table_list a[href$=odt]:hover, .table_list a[href$=odt]:focus {
  background: #1d75d4;
  border: 2px solid #1d75d4;
  color: #fff !important;
}
.table_list a[href$=pdf] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid red;
  color: red;
}
.table_list a[href$=pdf]:hover, .table_list a[href$=pdf]:focus {
  background: red;
  border: 2px solid red;
  color: #fff !important;
}
.table_list a[href$=xls], .table_list a[href$=csv], .table_list a[href$=ods], .table_list a[href$=xlsx] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #61bc1e;
  color: #61bc1e;
}
.table_list a[href$=xls]:hover, .table_list a[href$=xls]:focus, .table_list a[href$=csv]:hover, .table_list a[href$=csv]:focus, .table_list a[href$=ods]:hover, .table_list a[href$=ods]:focus, .table_list a[href$=xlsx]:hover, .table_list a[href$=xlsx]:focus {
  background: #61bc1e;
  border: 2px solid #61bc1e;
  color: #fff !important;
}
.table_list a[href$=ppt], .table_list a[href$=odp], .table_list a[href$=pptx] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #db4526;
  color: #db4526;
}
.table_list a[href$=ppt]:hover, .table_list a[href$=ppt]:focus, .table_list a[href$=odp]:hover, .table_list a[href$=odp]:focus, .table_list a[href$=pptx]:hover, .table_list a[href$=pptx]:focus {
  background: #db4526;
  border: 2px solid #db4526;
  color: #fff !important;
}

.np ul,
.np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
}
.np li {
  display: block;
  width: 49%;
  margin: 0 1% 10px 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.np li:nth-child(even) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .np li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .np li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.np li a {
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #DDD;
  padding: 1em 1em 1em 2em;
  display: block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  word-break: break-all;
}
.np li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.np li a .num:after {
  content: ".";
  display: inline-block;
}
.np li a:hover, .np li a:focus {
  border: 2px solid #24b509;
}

.np_pic ul,
.np_pic ol {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.np_pic li {
  width: 32%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border: 1px solid #ddd;
  margin: 0 2% 20px 0;
}
.np_pic li:nth-child(3n) {
  width: 32%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .np_pic li {
    width: 80%;
    float: none;
    margin: 0px auto 20px;
  }
  .np_pic li:nth-child(3n) {
    width: 80%;
    margin: 0px auto 20px;
  }
}
.np_pic li h3 {
  margin: 0.5em;
  line-height: 1.45em;
  height: 2.7em;
  display: block;
  overflow: hidden;
}
.np_pic li .img-container {
  position: relative;
  overflow: hidden;
  background: #dedede;
  height: auto;
  overflow: hidden;
  background: #E2E2E2;
}
.np_pic li .img-container:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.np_pic li .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.np_pic li .img-container img {
  position: absolute;
}
.np_pic li img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.np_pic li a:hover .img-container,
.np_pic li a:focus .img-container {
  outline: none;
  -webkit-box-shadow: 0 0px 0px 1px #24b509 inset;
          box-shadow: 0 0px 0px 1px #24b509 inset;
}
.np_pic li a:hover .img-container img,
.np_pic li a:focus .img-container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.np_book .head p {
  line-height: 1.75em;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .np_book .head a.btn {
    display: block;
    margin: 0px auto 15px;
  }
}
.np_book .head img.float_left {
  max-width: 300px;
  height: auto;
  float: left;
  display: block;
  margin: 0px 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .np_book .head img.float_left {
    float: none;
    margin: 0px auto 15px;
  }
}
.np_book .info {
  font-size: 0.938em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 1em 0.4em;
  background: #F2F2F2;
}
.np_book .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.np_book .info li {
  width: 24%;
  margin-bottom: 0.2em;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .np_book .info li {
    width: 48%;
    margin-bottom: 0.2em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .np_book .info li {
    width: 100%;
    display: block;
  }
}
.np_book ul.topic {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
}
.np_book ul.topic:before, .np_book ul.topic:after {
  content: "";
  display: table;
}
.np_book ul.topic:after {
  clear: both;
}
.np_book ul.topic li {
  display: inline-block;
  width: 24%;
  min-height: 200px;
  vertical-align: top;
  padding: 0 1em;
  margin-bottom: 30px;
  border-right: 1px dotted #BBB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.np_book ul.topic li:nth-child(4n) {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .np_book ul.topic li {
    width: 32%;
  }
  .np_book ul.topic li:nth-child(4n) {
    border-right: 1px dotted #BBB;
  }
  .np_book ul.topic li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .np_book ul.topic li {
    width: 100%;
    display: block;
    margin: 0px auto 30px !important;
    border-right: none;
    min-height: auto;
    border-bottom: 1px dotted #BBB;
  }
  .np_book ul.topic li:nth-child(3n) {
    border-right: none;
  }
  .np_book ul.topic li:nth-child(2n) {
    border-right: none;
  }
}
.np_book ul.topic li a {
  display: block;
  padding: 0px 1em;
}
.np_book ul.topic li a:hover h3, .np_book ul.topic li a:focus h3 {
  color: #f77810;
}
.np_book ul.topic li p {
  font-size: 0.938em;
  height: 14em;
  line-height: 1.45em;
  display: block;
  overflow: hidden;
  color: #666;
}
@media screen and (max-width: 767px) {
  .np_book ul.topic li p {
    height: auto;
    overflow: visible;
    padding-bottom: 2em;
  }
}
.np_book ul.topic li h3 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.2em;
  height: 2.9em;
  display: block;
  overflow: hidden;
  line-height: 1.45em;
  text-align: center;
  color: #000;
}
.np_book ul.topic li .bookOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
  margin-bottom: 10px;
}
.np_book ul.topic li .bookOuter:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.np_book ul.topic li .bookOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.np_book ul.topic li .bookOuter img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.cp {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.cp h1,
.cp h2,
.cp h3,
.cp h4,
.cp h5,
.cp h6,
.cp p,
.cp ul,
.cp ol,
.cp li,
.cp table,
.cp th,
.cp td,
.cp blockquote {
  font-family: "Noto Sans TC", sans-serif;
}
.cp br {
  letter-spacing: 0em;
}
.cp img {
  max-width: 600px;
}
.cp img.float_left {
  float: none;
  max-width: 60%;
  margin: 0px auto 1em;
  display: block;
}
@media screen and (max-width: 991px) {
  .cp img.float_left {
    float: none;
    max-width: 100%;
    margin: 0px auto 1em;
  }
}
.cp img.float_right {
  float: none;
  max-width: 60%;
  margin: 0px auto 1em;
  display: block;
}
@media screen and (max-width: 991px) {
  .cp img.float_right {
    float: none;
    max-width: 100%;
    margin: 0px auto 1em;
  }
}
.cp a {
  color: #7ba400;
  text-decoration: none;
  word-break: break-all;
}
.cp a:hover, .cp a:focus {
  color: #008800;
  cursor: pointer;
}
.cp h2 {
  overflow: hidden;
  border: none;
  padding-left: 0em !important;
}
.cp h2:before, .cp h2:after {
  display: none;
}
.cp h3 {
  color: #333;
}
.cp .info {
  font-size: 0.938em;
  clear: both;
  zoom: 1;
  line-height: 1.5em;
  list-style: none;
  margin: 0.5em 0 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 1em 0.4em;
  background: #f2f2f2;
}
.cp .info:before, .cp .info:after {
  content: "";
  display: table;
}
.cp .info:after {
  clear: both;
}
.cp .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cp .info li {
  width: 23.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.33333%;
          flex: 0 1 23.33333%;
  margin-bottom: 0.2em;
  vertical-align: top;
}
@media screen and (min-width: 993px) {
  .cp .info li:nth-of-type(2) {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 991px) {
  .cp .info li {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 0.2em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .cp .info li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: block;
  }
}
.cp .cp_youtube {
  max-width: 600px;
  margin: 0px auto 0.5em;
}
.cp .cp_youtube .info {
  margin-top: 10px;
  background: none;
}
.cp .cp_youtube .youtube_outer {
  position: relative;
  overflow: hidden;
  background: #dedede;
  clear: both;
  zoom: 1;
}
.cp .cp_youtube .youtube_outer:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.cp .cp_youtube .youtube_outer img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cp .cp_youtube .youtube_outer:before, .cp .cp_youtube .youtube_outer:after {
  content: "";
  display: table;
}
.cp .cp_youtube .youtube_outer:after {
  clear: both;
}
.cp .cp_youtube .youtube_outer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fp {
  margin: 0em auto 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}

/* sitemap */
.sitemap {
  margin: 0em auto 1em;
  color: #666;
  border-radius: 8px;
  background-clip: padding-box;
  clear: both;
  zoom: 1;
}
.sitemap:before, .sitemap:after {
  content: "";
  display: table;
}
.sitemap:after {
  clear: both;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #EEE;
  border-radius: 6px;
  background-clip: padding-box;
}

.cascading {
  margin: 0;
  padding: 0;
  border-top: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cascading li {
  margin: 0 1% 1em;
  line-height: 1.5em;
  font-size: 1em;
  list-style: none;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.cascading li a {
  margin: 10px 0px;
  color: #333;
  padding: 0.5em;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 2px solid #24b509;
  word-break: break-all;
}
.cascading li a:hover, .cascading li a:focus {
  color: #24b509 !important;
  text-decoration: none;
}
.cascading li ul {
  margin-left: 0px;
  padding-left: 0%;
}
.cascading li ul li {
  width: 100%;
  display: block !important;
  margin-bottom: 0;
}
.cascading li ul li a {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 1em;
  border-bottom: 1px solid #BBB;
  background-color: transparent;
  font-weight: normal;
  color: #666;
  font-weight: normal;
}
.cascading li ul ul {
  padding-left: 2em;
}
.cascading li ul ul li a {
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .cascading {
    width: 95%;
    margin: 0px auto;
  }
  .cascading li {
    width: 100%;
  }
}

.qp {
  margin: 0em auto 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .qp {
    padding: 1em 0;
  }
}

.hire h3 {
  display: block;
  background: #ffbe00;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 0.5em;
}
.hire h3 small {
  margin: 0px 15px;
}
@media screen and (max-width: 767px) {
  .hire h3 small {
    display: block;
  }
}

.sp {
  margin: 0em auto 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
.sp h3 {
  color: #f77810;
}
.sp .info {
  font-size: 0.938em;
  clear: both;
  zoom: 1;
  line-height: 1.5em;
  list-style: none;
  margin: 0.5em 0 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 1em 0.4em;
  background: #f2f2f2;
}
.sp .info:before, .sp .info:after {
  content: "";
  display: table;
}
.sp .info:after {
  clear: both;
}
.sp .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp .info li {
  width: 30%;
  margin-bottom: 0.2em;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .sp .info li {
    width: 48%;
    margin-bottom: 0.2em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .sp .info li {
    width: 100%;
    display: block;
  }
}

.statistics {
  padding: 1em;
  background: url(../images/statistics_bg.jpg) no-repeat right center;
  border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 767px) {
  .statistics {
    padding: 1em 0;
    background: none;
  }
}
.statistics h3 {
  color: #f77810;
}
.statistics .btn_grp {
  margin: 0.2em 0;
  padding: 0;
  text-align: left;
}
.statistics .active {
  background: #7ba400;
  border: 1px solid #688b00;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.statistics .active:before {
  content: "";
  background: url(../images/icon_checked.png) no-repeat center center;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
.statistics ul {
  clear: both;
  zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.statistics ul:before, .statistics ul:after {
  content: "";
  display: table;
}
.statistics ul:after {
  clear: both;
}
.statistics ul li {
  width: 32%;
  display: block;
  float: left;
  margin: 0 2% 10px 0;
}
.statistics ul li .btn {
  width: 100% !important;
}
.statistics ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .statistics ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .statistics ul li:nth-child(3n) {
    margin-right: auto;
  }
}
.statistics a {
  padding: 0px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  margin: 0px 0.5em;
  min-width: 5em;
  text-align: center;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.1em;
  border: 2px solid #999;
  color: #666;
}
.statistics a:hover, .statistics a:focus {
  border: 2px solid #666;
  background: #666;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .statistics a {
    margin-right: 0px;
    width: 85%;
  }
}
.statistics a .kb {
  font-size: 0.75em;
  color: #666;
  display: inline-block;
  margin: 0px 0.5em;
}
.statistics a:after {
  content: "";
  background: url(../images/basic/icon_folder.png);
  width: 21px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
  display: none;
}
.statistics a[href$=doc], .statistics a[href$=docx], .statistics a[href$=odt] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #1d75d4;
  color: #1d75d4;
}
.statistics a[href$=doc]:hover, .statistics a[href$=doc]:focus, .statistics a[href$=docx]:hover, .statistics a[href$=docx]:focus, .statistics a[href$=odt]:hover, .statistics a[href$=odt]:focus {
  background: #1d75d4;
  color: #fff !important;
}
.statistics a[href$=pdf] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid red;
  color: red;
}
.statistics a[href$=pdf]:hover, .statistics a[href$=pdf]:focus {
  background: red;
  color: #fff !important;
}
.statistics a[href$=xls], .statistics a[href$=csv], .statistics a[href$=ods], .statistics a[href$=xlsx] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #61bc1e;
  color: #61bc1e;
}
.statistics a[href$=xls]:hover, .statistics a[href$=xls]:focus, .statistics a[href$=csv]:hover, .statistics a[href$=csv]:focus, .statistics a[href$=ods]:hover, .statistics a[href$=ods]:focus, .statistics a[href$=xlsx]:hover, .statistics a[href$=xlsx]:focus {
  background: #61bc1e;
  color: #fff !important;
}
.statistics a[href$=ppt], .statistics a[href$=odp], .statistics a[href$=pptx] {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  border: 2px solid #db4526;
  color: #db4526;
}
.statistics a[href$=ppt]:hover, .statistics a[href$=ppt]:focus, .statistics a[href$=odp]:hover, .statistics a[href$=odp]:focus, .statistics a[href$=pptx]:hover, .statistics a[href$=pptx]:focus {
  background: #db4526;
  color: #fff !important;
}

.question,
.publish_choose,
.status {
  background: #f2f2f2;
  padding: 2em;
}
.question ul,
.publish_choose ul,
.status ul {
  clear: both;
  zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.question ul:before, .question ul:after,
.publish_choose ul:before,
.publish_choose ul:after,
.status ul:before,
.status ul:after {
  content: "";
  display: table;
}
.question ul:after,
.publish_choose ul:after,
.status ul:after {
  clear: both;
}
.question ul li,
.publish_choose ul li,
.status ul li {
  width: 32%;
  display: block;
  float: left;
  margin: 0 2% 10px 0;
  -webkit-box-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.5);
}
.question ul li:nth-child(3n),
.publish_choose ul li:nth-child(3n),
.status ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .question ul li,
  .publish_choose ul li,
  .status ul li {
    width: 90%;
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .question ul li:nth-child(3n),
  .publish_choose ul li:nth-child(3n),
  .status ul li:nth-child(3n) {
    margin-right: auto;
  }
}
.question ul li a,
.publish_choose ul li a,
.status ul li a {
  display: block;
  background: #fff;
  height: 40px;
  padding: 0.5em 1em;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.question ul li a:after,
.publish_choose ul li a:after,
.status ul li a:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 20px;
  border-left: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.question ul li a:before,
.publish_choose ul li a:before,
.status ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f77810;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.question ul li a:hover, .question ul li a:focus, .question ul li a.active,
.publish_choose ul li a:hover,
.publish_choose ul li a:focus,
.publish_choose ul li a.active,
.status ul li a:hover,
.status ul li a:focus,
.status ul li a.active {
  color: white;
  border: none;
}
.question ul li a:hover:before, .question ul li a:focus:before, .question ul li a.active:before,
.publish_choose ul li a:hover:before,
.publish_choose ul li a:focus:before,
.publish_choose ul li a.active:before,
.status ul li a:hover:before,
.status ul li a:focus:before,
.status ul li a.active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.question ul li a:hover:after, .question ul li a:focus:after, .question ul li a.active:after,
.publish_choose ul li a:hover:after,
.publish_choose ul li a:focus:after,
.publish_choose ul li a.active:after,
.status ul li a:hover:after,
.status ul li a:focus:after,
.status ul li a.active:after {
  right: 15px;
}

.status {
  margin-bottom: 20px;
}
.status ul li {
  height: 80px;
}
.status ul li a {
  padding: 1em;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  overflow: hidden;
  line-height: 1.4em;
}
.status ul li a:after {
  top: 35px;
}
@media screen and (max-width: 991px) {
  .status ul li {
    height: 120px;
  }
  .status ul li a {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .status ul li {
    height: auto;
    min-height: 60px;
  }
  .status ul li a {
    height: auto;
    padding-right: 35px;
    min-height: 80px;
  }
}

.question_level2 a.more {
  padding-right: 25px;
  padding-left: 25px;
}
.question_level2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  zoom: 1;
}
.question_level2 ul:before, .question_level2 ul:after {
  content: "";
  display: table;
}
.question_level2 ul:after {
  clear: both;
}
.question_level2 ul li {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.5em;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .question_level2 ul li {
    width: 100%;
    display: block;
    margin: 0px auto 15px;
  }
}
.question_level2 ul li ul {
  list-style: demical;
  margin-bottom: 1em;
}
.question_level2 ul li ul li {
  width: 100%;
  display: block;
  padding: 0.3em;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 5px;
}
.question_level2 ul li ul li a {
  padding-left: 11px;
  position: relative;
}
.question_level2 ul li ul li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #828282;
}
.question_level2 ul h3 {
  color: #f77810;
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
  margin: 0.5em 0;
}

.contact {
  height: 300px;
  background: url(../images/question_bg.jpg) no-repeat left top;
  background-size: cover;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em 1em 50%;
  -webkit-box-shadow: 0px 0px 1px 1px RGBA(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 1px 1px RGBA(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 1em;
    background: #fff;
    height: auto;
  }
}
.contact h3 {
  color: #f77810;
  font-size: 2em;
  line-height: 1.45em;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .contact h3 {
    font-size: 1.5em;
  }
  .contact h3 br {
    display: none;
  }
}
.contact p {
  margin: 5px 0;
}
.contact a.message:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_message.png) no-repeat center center;
  content: "";
  margin-right: 5px;
  background-size: cover;
}
.contact a.location:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(../images/icon_location.png) no-repeat center center;
  content: "";
  background-size: cover;
}

.question_level_3 {
  margin-bottom: 1.5em;
}
.question_level_3 .accordion-content {
  padding: 0.5em 1.5em 1.5em;
  background: #f2f2f2;
  border-radius: 4px;
  background-clip: padding-box;
}
.question_level_3 .accordion-content .info {
  padding: 0.6em 0 0.4em;
  font-size: 0.813em;
}
.question_level_3 .accordion-content .info ul {
  padding: 0;
  margin: 0;
}
.question_level_3 .accordion-content .info ul li {
  width: auto;
  margin-right: 1.5em;
  display: inline-block;
  list-style: none;
}
.question_level_3 .accordion-content .info ul li time,
.question_level_3 .accordion-content .info ul li span {
  color: #f77810;
}
.question_level_3 > ul {
  margin: 0 0 0 2em;
  padding: 0;
  counter-reset: counter;
}
@media screen and (max-width: 767px) {
  .question_level_3 > ul {
    margin: 0 0 0 1em;
  }
}
.question_level_3 > ul > li {
  border-bottom: 1px dashed #ddd;
  position: relative;
  list-style: none;
}
.question_level_3 > ul > li:before {
  position: absolute;
  top: 0px;
  left: -35px;
  text-align: right;
  width: 30px;
  color: #222;
  font-weight: bold;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}
.question_level_3 > ul > li > a {
  display: block;
  font-size: 1.125em;
  margin: 1em 0;
  font-weight: bold;
}
.question_level_3 > ul > li > a:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hot_video,
.magazine {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 500px;
  position: relative;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .hot_video,
  .magazine {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .hot_video,
  .magazine {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .hot_video,
  .magazine {
    float: left;
    width: 50%;
  }
}
.hot_video a.more,
.magazine a.more {
  position: absolute;
  left: 50%;
  margin-left: -5em;
  bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .hot_video,
  .magazine {
    min-height: auto;
    padding-bottom: 1em;
    text-align: center;
  }
  .hot_video a.more,
  .magazine a.more {
    position: relative;
    left: auto;
    margin-left: auto;
    bottom: auto;
  }
}

.hot_video .youtube {
  position: relative;
  overflow: hidden;
  background: #dedede;
  margin-bottom: 0.5em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hot_video .youtube:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.hot_video .youtube img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.hot_video .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.magazine ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.magazine ul li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0px auto;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine ul li a h3:hover, .magazine ul li a h3:focus {
  color: #24b509;
}
.magazine ul li h3 {
  font-size: 0.938em;
  color: #333;
}
.magazine ul li h3:hover, .magazine ul li h3:focus {
  color: #24b509;
}
.magazine ul li .bookOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
  border: 1px solid #ddd;
  position: relative;
}
.magazine ul li .bookOuter:before {
  display: block;
  content: "";
  padding-top: 142.8571428571%;
}
.magazine ul li .bookOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.magazine ul li .bookOuter img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.book {
  clear: both;
  zoom: 1;
  padding-top: 1em;
  text-align: center;
  padding-bottom: 1em;
}
.book:before, .book:after {
  content: "";
  display: table;
}
.book:after {
  clear: both;
}
.book ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .book ul {
    text-align: left;
  }
}
.book ul a h3:hover, .book ul a h3:focus {
  color: #24b509;
}
.book ul li {
  width: 19.5%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 991px) {
  .book ul li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .book ul li {
    width: 48%;
  }
}
.book ul li h3 {
  font-size: 0.938em;
  color: #333;
}
.book ul li h3:hover, .book ul li h3:focus {
  color: #24b509;
}
.book ul li .bookOuter {
  position: relative;
  overflow: hidden;
  background: #dedede;
  border: 1px solid #ddd;
  position: relative;
}
.book ul li .bookOuter:before {
  display: block;
  content: "";
  padding-top: 142.8571428571%;
}
.book ul li .bookOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.book ul li .bookOuter img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.report,
.drcree,
.qa,
.resource {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .report,
  .drcree,
  .qa,
  .resource {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .report,
  .drcree,
  .qa,
  .resource {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .report,
  .drcree,
  .qa,
  .resource {
    float: left;
    width: 100%;
  }
}
.report ul,
.drcree ul,
.qa ul,
.resource ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.report ul li,
.drcree ul li,
.qa ul li,
.resource ul li {
  border-bottom: 1px dashed #ddd;
}
.report ul li a,
.drcree ul li a,
.qa ul li a,
.resource ul li a {
  display: block;
  padding: 0.5em 0.5em 0.5em 20px;
  position: relative;
}
.report ul li a:before,
.drcree ul li a:before,
.qa ul li a:before,
.resource ul li a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #333;
}

.report,
.drcree {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .report,
  .drcree {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .report,
  .drcree {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .report,
  .drcree {
    float: left;
    width: 100%;
  }
}

@media print {
  .main, .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header, .fatfooter, footer, .accesskey, .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .innerpage {
    margin-top: 0 !important;
  }
  .main, .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after, .content:before, .content:after {
    content: "";
    display: table;
  }
  .main:after, .content:after {
    clear: both;
  }
  .main img.float_left, .content img.float_left {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.float_right, .content img.float_right {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link, .main a:visited, .main a, .content a:link, .content a:visited, .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a, .content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after, .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after, .content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after, .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table, .content table {
    background: #FFF;
  }
  .main li, .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .file_download a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
  }
  .file_download .update, .file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *, *:before, *:after, *:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
  .lightbox_slider {
    page-break-inside: avoid;
    overflow: hidden;
    height: 6cm;
  }
  .lightbox_slider .cp_slider {
    text-align: center;
  }
  .lightbox_slider .cp_slider .slick-slide {
    width: 30%;
    height: 4cm;
    display: inline-block;
    background: #DEDEDE;
    position: relative;
  }
  .lightbox_slider .cp_slider .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc;
            box-shadow: 0px 0px 0px 1px #ccc;
  }
  .lightbox_slider .cp_slider .slick-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 4cm;
    display: inline-block;
    vertical-align: middle;
  }
}/*# sourceMappingURL=hyui.css.map */