@import url(base.css);
@import url(responsive.css);
@import url(retina.css);
@import url(../../fixtable.css);

a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

a:hover {
  color: #67a532;
  text-decoration: none;
}

.top {
  text-align: right;
  font-size: 0.9em;
}

.txtMore a:link,
.txtMore a:visited {
  display: block;
  background: #444;
  float: right;
  margin: 2em 1em 0 0;
  border-radius: 1px;
  color: #fff;
  display: block;
  font-weight: lighter;
  opacity: 0.9;
  padding: 4px 8px;
  text-align: center;
  width: 12%;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.52);
}

.txtMore a:hover {
  background: #333;
}

.txtMore a:active {
  background: #222;
  position: relative;
  top: 1px;
}

.txtSearch {
  border: 1px solid #67A532;
  /*box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);*/
  color: #333333;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  padding: 14px 8px 10px;
  font-size: 13px;
}

.txtMore a:hover {
  color: #eee;
  text-decoration: none;
}

.txtSearch:focus {
  border: 1px solid #478425;
}

.boxBorder {
  background: #CCCCCC;
  clear: both;
  height: 1px;
  margin: 2em 0 1em 0;
}

.grdtxt {
  background: #e1efc0;
  clear: right;
  margin-top: 5px;
  padding: 10px 5px;
}


/* Header */

.Header {
  background-color: #fff;
}

.Header:after {
  content: "";
  display: table;
  clear: both;
}

.Header .Logo {
  overflow: hidden;
  z-index: 1;
  margin: 0;
  float: left;
}

.Header .Logo h1 {
  display: inline-block;
}

.Header .Logo h1 a {
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: left;
  overflow: hidden;
  float: left;
  display: inline-block;
}

.Header .Logo h1 a:hover {
  border-style: none;
}

.Header .Lang {
  float: right;
  text-align: right;
  color: #454545;
  z-index: 10;
  padding: 2px 5px;
}

.Header .Lang a {
  color: #185798;
  padding-right: 2px;
  padding-left: 2px;
}

.Header .Lang a:hover {
  color: #1AA4D8;
  padding-right: 2px;
  padding-left: 2px;
}

.Header .Lang ul {
  margin: 0;
  padding: 0;
}

.Header .Lang li {
  list-style: none;
}

.Header .Lang .lang1 li {
  background: url("../images/ico_arrow_white.gif") left center no-repeat;
  display: inline;
  margin-right: 8px;
  padding: 2px 0 5px 15px;
}

.Header .Lang .lang1 li a {
  color: #444;
}

.Header .Lang .lang1 li a:hover {
  color: #2885d4;
}

.Header .rss a {
  font-family: 微軟正黑體, verdana, Arial, Helvetica;
  text-indent: -9999px;
  color: #ffffff;
  display: inline-block;
  margin-left: -16px;
  margin-top: 0;
  width: 16px;
  height: 20px;
  position: relative;
  z-index: 9999;
}

.Header .rss a:hover {
  color: #ffffff;
}

.Lang ul li.listLang select,
.barPInfo select {
  color: #2885d4;
  border: 1px solid #2885d4;
  font-size: 11px;
  *font-size: 10px;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.Header .Lang select,
.Header .Lang .lang2 select {
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  margin-right: 4px;
  border: 1px solid #ccc;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  padding: 2px 3px;
  background: #fff;
  color: #222;
}

.flash,
.subject {
  height: 210px;
  width: 975px;
  margin-right: auto;
  margin-left: auto;
}


/* Menu */

.NaviWrapper {
  width: 100%;
  margin-top: 0px;
  right: 0px;
  z-index: 9999;
  background-color: #4E534C;
  background: linear-gradient(#4E534C, #222421) repeat scroll 0 0%, #222421;
  position: fixed;
  text-align: center;
}

.Navi {
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  height: auto;
  line-height: 120%;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}


/* this is the main UL element*/

.dropdown {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* these are the inner menus*/

.dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* these are all the LIs in the menu*/

.dropdown li {
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.dropdown li a,
.dropdown li a:visited {
  color: #fff;
  font-family: 微軟正黑體, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(7, 78, 32, 0.6);
  text-decoration: none;
  padding: 16px 25px;
  _width: 80px;
  _padding-right: 0px;
}


/*.dropdown > li > a:hover {background: #2885d4;}*/

.dropdown li a:hover {
  color: #ffffff;
  text-decoration: none;
  border-style: none;
  text-shadow: 0 3px rgba(0, 0, 0, 0.2);
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/

.dropdown a {
  text-decoration: none;
  color: #ffffff;
}

.dropdown a:hover {
  text-decoration: underline;
}


/* these are the LIs that only belong to submenu*/

.dropdown ul li {
  border: 0;
  border-bottom: 1px solid #555555;
  margin-left: -1px;
  background-color: #444;
  padding-right: 0;
  padding-left: 0;
  width: 80px;
  font-size: 1em;
}

.dropdown ul li:hover {
  background: #333;
  -webkit-transition: background 200ms ease-in 0s;
  -moz-transition: background 200ms ease-in;
  -ms-transition: background 200ms ease-in;
  -o-transition: background 200ms ease-in;
  transition: background 200ms ease-in;
}

.dropdown>li:hover>a {
  color: #fff;
  background: #478425;
}


/* these are the LIs that contains a submenu*/

.dropdown li.submenu-down {
  padding-right: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.dropdown li,
.dropdown li.submenu-down {
  border-right: 1px solid #ABE686;
}

.dropdown li.submenu-down li {
  width: 230px;
}


/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/

.dropdown li.submenu-left {
  background: #444 url('../images/expand_right.gif') center right no-repeat;
  padding-right: 20px;
  padding-left: 8px;
  font-size: 1em;
}

.dropdown li.submenu-left:hover {
  background: #333 url('../images/expand_right.gif') center right no-repeat;
}

.dropdown li.submenu-down li a {
  color: #ffffff;
  text-align: left;
  display: inline-block!important;
}

.dropdown li.submenu-down li a>span {
  color: #FFC107;
}

.dropdown li.submenu-down li a:hover {
  color: #ffffff;
}

.dropdown li.submenu-down>ul {
  top: 50px!important;
  background: #444;
}

.dropdown li.submenu-down>ul>li>a,
.dropdown li.submenu-down>ul>li.submenu-left>a,
.dropdown li.submenu-down>ul>li.submenu-left>ul>li>a {
  padding: 10px 25px;
}

.dropdown ul li:hover>a,
.dropdown li.submenu-left:hover>a,
.dropdown li.submenu-down li a:hover {
  color: #84DA4E;
}

.Container .Content {
  padding: 10px 14px;
  min-height: 290px;
  float: right;
}

.Container .sidebar {
  float: left;
  background-color: #7B9856;
  /* height:100%;*/
}

.sidebar2 {
  float: left;
  background: #2885d4;
  /* height:100%;*/
}

.Content h2 {
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2em;
  margin: 0 0 0.8em 0;
  color: #444;
  letter-spacing: 0.15em;
  background-image: url(../images/ico_arrow_title.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 35px;
}

.Content>h2 {
  padding-left: 5.5%;
  background-position: 5px 2px;
  letter-spacing: 2px;
}

.Profile {
  display: inline-block;
}

.Profile h2 {
  background-image: none;
  padding-left: 0px;
}

.Profile>h3>p>img {
  padding: 10px 20px;
}

.HotProducts h2 {
  background: #73B947;
  margin: 1.5em -2px 0 0;
  padding: 10px 15px 10px 20px;
  font-size: 1.5em;
  color: #FFF;
  font-weight: bold;
}

.Content h3 {
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: lighter;
  line-height: 1.5em;
  padding: 0 0.3em 0.3em 0.5em;
}

.Content p {
  font-size: 1.05em;
  line-height: 1.7em;
  font-weight: lighter;
  color: #303030;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
  padding: 0 1em 0 0.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.Content h4 {
  font-size: 1.7em;
  margin-bottom: 0.5em;
  color: #252525;
  line-height: 2em;
  font-family: 微軟正黑體, Verdana, Tahoma, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0px;
}

.Content h5 {
  font-size: 1.3em;
  color: #98dd4b;
  margin-bottom: 0.5em;
}

.Content h6 {
  font-size: 1.2em;
}

.Profile .imgAbout {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.7em;
}

.Profile h3 span.txtMore a {
  background: #67a532;
  border-bottom: 3px solid #467D17;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 10px 0 0;
  text-shadow: 0px 1px 0 RGBA(0, 0, 0, 0.6);
  font-size: 1.1em;
  float: right;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.Profile h3 span.txtMore a:hover {
  color: #fff;
  background: #67a532;
  border-bottom: 3px solid #274C08;
}

.Profile h3 span.txtMore a:active {
  position: relative;
  top: 1px;
}

.PageContent {
  display: block;
  margin: 0;
  width: 100%;
  float: left;
}

.PageContent h4 {
  line-height: 1.5em;
  clear: left;
}

.txtPageFull {
  display: block;
  width: 96%;
  float: left;
  margin: 0 1em;
}

.product-box {
  float: left;
  width: 100%;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: 0.3em;
}

.boxProduct {
  float: left;
  background: #fff;
  transition: all 500ms ease-out 0s;
  width: 99%;
  margin: 1em 0.2em;
  padding-bottom: 8px;
}


/*.boxProduct:hover { background:#ff9600; transition:all 500ms ease-in 0s; }*/

.boxProductBom {
  float: left;
  background: #bbbbbb;
  transition: all 500ms ease-out 0s;
}

.boxProductBom:hover {
  /*background:#ff9600;*/
  transition: all 500ms ease-in 0s;
}

.boxProductBom .imgProduct {
  width: 100%;
  margin: 0px 0px 10px;
  opacity: 0.9;
}

.boxProductBom .imgProduct:hover {
  opacity: 1;
  transition: all 350ms ease-in 0s;
}

.boxProductBom .checkbox {
  margin: 0 5px 0;
}

.boxProductBom h3 {
  min-height: 50px;
  *height: 50px;
}

.boxProductBom h3,
.boxProductBom p {
  clear: left;
  color: #4C4C4C;
  float: left;
  font-size: 1em;
  font-weight: lighter;
  line-height: 1.9em;
  margin-bottom: 0.8em;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-left: 20px;
  text-indent: -18px;
}

.blueline {
  clear: both;
  width: 100%;
  border-bottom: 1px dotted #D5D5D5;
  margin-bottom: 10px;
}

.PageContent>h2 {
  width: 95%;
  padding-left: 5.5%;
  margin: 0 0 1.5em;
  float: left;
  background-position: 5px 2px;
  letter-spacing: 2px;
}

.PageContent .PRight ul,
.boxProduct ul {
  margin: 5px 0 0 10px;
  color: #ffffff;
}

.PageContent .PRight li,
.boxProduct ul li {
  position: relative;
  margin-bottom: 0em;
  padding-left: 1em;
  /*text-indent: -10px;*/
  line-height: 1.5em;
  list-style-type: none;
  list-style-position: inside;
}

.PageContent .PRight li:before,
.boxProduct ul li:before {
  position: absolute;
  content: "• ";
  color: #67a532;
  left: 0;
  top: 2px;
}

.listSeries li {
  padding: 0 0.2em 0 0;
}

.btnInquiry {
  background: #316B00;
  border: none;
  color: #FFFFFF;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  margin: 1px 3px 1px 5px;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
}

.imgProduct {
  display: inline-block;
  zoom: 1;
  float: left;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);*/
}

.imgProduct img a {
  padding: 1px;
  background: #13151f;
  border: 1px solid #999999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.checkbox {
  margin-right: 5px;
}

.PRight {
  display: block;
  float: none;
  min-height: 165px;
  -height: auto !important;
  -height: 165px;
  -overflow: visible;
  color: #252525;
}

.PRight h4,
.boxProduct h4 {
  background: #467D17;
}

.PRight h4 {
  clear: none;
}

.PRight h4:hover,
.boxProduct h4:hover {
  transition: all 500ms ease-in 0s;
}

.PRight h4 a,
.PRightNoImg h4 a {
  color: #ffffff;
  font-family: 微軟正黑體, Verdana, Geneva, sans-serif;
  padding: 0 0 0 20px;
  margin: 0 0 0 -15px;
}

.boxProduct h4 a {
  background: none;
  color: #FFFFFF;
  font-family: 微軟正黑體, Verdana, Geneva, sans-serif;
}

.PRightNoImg {
  display: block;
  margin-left: 20px;
}

.PRightNoImg ul {
  padding-left: 5px;
}

.PageContent .PRight strong a {
  color: #FFFFFF;
}

.PageContent .boxProductBlk {
  float: left;
  /*min-height: 250px;*/
  text-align: left;
  margin: 0.5em 0em 1em 1.5em;
}

.PageContent .boxProductBlk .imgProduct {
  zoom: 1;
  width: 100%;
  max-width: 200px;
  opacity: 0.9;
  margin: 0;
  background-color: #fff;
  display: block;
  float: none;
  box-shadow: none;
  margin: 0 auto;
}

.PageContent .boxProductBlk .imgProduct a {
  background: #13151f;
  border: 1px solid #999999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.boxProductBlk>a {
  max-height: 200px;
  display: block;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.boxProductBlk>h3,
.boxProductBlk>h4 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  min-height: 80px;
  clear: both;
  background: #454545;
  padding: 0;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.boxProductBlk>h3>a,
.boxProductBlk>h4>a {
  color: #ffffff;
  padding: 0.5em;
  display: block;
}

.boxProductBlk>h3>a:hover,
.boxProductBlk>h4>a:hover {
  color: #ffffff;
}

.boxProductBlk:hover h3,
.boxProductBlk:hover h4 {
  background: #0032bd;
}

.boxProductBlk:hover img {
  opacity: 1;
}

.boxProductBlk>h3>.checkbox {
  margin: 10px 0 5px 10px;
}

.barPInfo,
.barPInfoFull {
  font-size: 14px;
  font-weight: bold;
  word-break: keep-all;
  color: #fff;
  margin-bottom: 1em;
  vertical-align: middle;
  padding: 10px;
  clear: both;
  background-color: #7DAF54;
}

.barPInfo a,
.barPInfoFull a {
  background: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  margin: 0 3px 0 0;
  color: #67a532;
  /*border:1px solid #ff7200;*/
}

.barPInfo a:hover,
.barPInfoFull a:hover {
  background: #316B00;
  color: #fff;
}

.barPInfo select,
.barPInfoFull select {
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
}

.barPInfo .btnInquiry,
.barPInfo .btnInquiry+a,
.barPInfo .btnInquiry+a+a,
.barPInfoFull .btnInquiry,
.barPInfoFull .btnInquiry+a,
.barPInfoFull .btnInquiry+a+a {
  margin: 0 6px;
  padding: 4px 10px;
}

.NoticeSel {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4c4840;
}

.txtPageFull h4 {
  font-size: 1.5em;
  background-image: url(../images/ico_point.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-left: 15px;
  font-weight: bold;
  margin-bottom: 3px;
}

.txtPageFull h3 {
  margin-bottom: 1em;
  margin-left: 30px;
  border-bottom: 1px dotted #CCCCCC;
  line-height: 1.6em;
  padding: 10px 0 20px 0;
}

.gotop {
  background: url("../images/btn_top.png") no-repeat scroll right 0 transparent;
  float: right;
  padding: 5px 35px 0 0;
  height: 35px;
  text-align: right;
  display: inline-block;
}


/****** Pagination Links ******/

.PageCode {
  padding-top: 0.5em;
  padding-right: 2px;
  padding-bottom: 20px;
  padding-left: 2px;
  margin: 0px;
  font-size: 1.2em;
}

.PageCode ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /*Set to "right" to right align pagination interface*/
  font-size: 0.85em;
}

.PageCode li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
  padding-left: -18px;
  margin-right: 2px;
}

.PageCode li a,
.PageCode li a:visited {
  color: #67a532;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin: 0 3px;
  padding: 8px 12px;
  border: 1px solid #67a532;
}

.PageCode li a.PageSelected.currentpage {
  background: #67a532;
  color: #fff;
}

.PageCode li a:hover,
.PageCode li a:active {
  color: #FFFFFF;
  background-color: #67a532;
}

.inquForm {
  width: 90%;
  border: 1px solid #E3E2E2;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1em;
}

.inquForm td {
  padding-top: 4px;
  font-size: 1.1em;
  padding-right: 3px;
  padding-bottom: 4px;
  padding-left: 3px;
  line-height: 1.7em;
}

.InquiryForm .columnName {
  color: #353535;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, "sans-serif，細明體";
  width: 30%;
  letter-spacing: 0.05em;
  font-size: 1.1em;
}

.inquForm td input.text {
  width: 90%;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 8px;
  border: 1px solid #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.inquForm img {
  vertical-align: middle;
}

.inquForm td input {
  margin-right: 5px;
}

.inquForm td select {
  width: 92%;
  color: #333333;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  margin-bottom: 4px;
  padding: 8px 2px;
  border: 1px solid #EFEFEF;
  /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
}

.inquForm caption {
  background-color: #67A532;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.inquForm th {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFFFFF;
  color: #467D17;
  background-color: #ddd;
}

.inquForm td textarea {
  width: 90%;
  border: 1px solid #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.inquForm td input.textss,
.authnumx2 {
  width: 60px;
  padding: 5px;
  margin-bottom: 5px;
}

.inquForm td input,
.inquForm td input.text,
.inquForm td textarea,
.inquForm td select {
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.inquForm td input:focus,
.inquForm td input.text:focus,
.inquForm td textarea:focus,
.inquForm td select:focus {
  border: 1px solid #2885d4;
}

.btnLogin {
  background: #555555;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border: none;
  color: #FFFFFF;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.2em;
  padding: 5px 50px 5px 55px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.btnLogin:hover {
  background: #67a532;
}

.btnLogin:active {
  position: relative;
  top: 1px;
}

.InquiryForm .tbForm {
  border: none;
}

.InquiryForm .tbForm td {
  border: none;
}

.InquiryForm h3 {
  text-align: right;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #bbbbbb;
}

.checkbox {
  margin-right: 18px;
  margin-bottom: 1px;
}

.txtImportant {
  color: #FF0000;
}

.PageContent .imgAbout {
  border-bottom: 3px solid #7EC155;
  height: auto;
  margin: 0 0 2em;
  padding: 0 0 1em;
  width: calc(100% - 25vw);
}

.Profile,
.HotProducts {
  padding-bottom: 1em;
}

.HotProducts {
  display: block;
  clear: both;
  margin: 0.5em auto 0;
  padding-top: 0.1em;
}

.HotProducts .HotProduct {
  float: left;
  width: 120px;
  margin-right: 0.5em;
  text-align: center;
  margin-left: 0.5em;
}

.HotProducts h4 {
  font-size: 1.1em;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
}

.arrow {
  float: left;
  width: 15px;
  margin-top: 45px;
}

.Search h2 {
  color: #04295B;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 0.1em;
}

.Search input {
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  font-size: 1em;
  /*color: #454545; background:#fff0e0; transition:all 300ms ease-out 0s; border: 1px solid #fff0e0;*/
}


/*.Search input:hover { background:#ffffff; transition:all 300ms ease-in 0s; border: 1px solid #ffffff;}*/

.Search .search-bg {
  float: left;
}

.searchbox .btnSearch {
  background: #252525;
  border: none;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
  padding: 12px;
  font-size: 1.2em;
}

.SideBox {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0px;
  padding-top: 0px 0 5px 0;
}

.SideBox .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.SideBox h2 {
  color: #FFF;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 0.1em;
  padding-left: 6px;
  padding-top: 5px;
}

.SideBox ul {
  padding: 0;
  list-style: none;
  color: #414141;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
}

.SideBox ul li {
  line-height: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0pt;
  padding-left: 10px;
  margin: 0;
}


/* for News Box */

.SideBox ul li.VipLogin {
  padding: 0;
  background: none;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  clear: both;
}


/* for VipLogin Box */

.SideBox ul li.VipLogin input {
  border: 1px solid #76AE46;
  /*box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);*/
  color: #434343;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 9px 0 9px -3px;
  padding: 11px 4px 13px 10px;
  width: 93%;
  background: #fff;
  transition: all 300ms ease-out 0s;
}

.SideBox ul li.VipLogin input:focus {
  background: #ffffff;
  transition: all 300ms ease-in 0s;
  border: 1px solid #67a532;
}

.SideBox .btnBox {
  border: none;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
  color: #76AE46;
  font-size: 1em;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 8px;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.info {
  padding: 10px 0 3px 0;
  text-align: center;
  margin: 10px auto 10px 1px;
  color: #CCCCCC;
  font-size: 1em;
  border-top: 1px dotted #ffffff;
  width: 96%;
}

.SideBox a {
  color: #e8ffda;
}

.SideBox a:hover {
  color: #222;
}

.News,
.Newsin {
  border-bottom: 2px solid #cfffb1;
  border-top: 2px solid #cfffb1;
  padding: 20px 25px 20px 16px;
  margin: 0 0 0.5em;
  overflow: auto;
  display: block;
  zoom: 1;
  /* for IE6 */
}

.News h2,
.Newsin h2 {
  color: #FFFFFF;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 1em;
  padding-left: 8px;
  padding-bottom: 2px;
  border-bottom: 3px solid #B3EC90;
}

.News ul,
.Newsin ul {
  padding: 0px 0px 0px 4px;
  margin: 0.7em 0;
}

.News li,
.Newsin li {
  background-image: url(../images/ico_point.gif);
  background-repeat: no-repeat;
  font-size: 1.1em;
  background-position: left 5px;
  padding-left: 12px;
  list-style-type: none;
  line-height: 1.4em;
  margin: 0.8em 0;
}

.Newsin li a {
  color: #FFF;
}

.Newsin li a:hover {
  color: #222;
}


/* Path */

.TopNavi {
  padding-top: 20px;
  font-size: 1.1em;
  padding-bottom: 4px;
  color: #353535;
  margin: 0px 0 15px 5px;
  border-bottom-width: 1px solid #dadada;
}

.TopNavi>a:hover {
  color: #67a532;
}

.TopNavi span {
  color: #FF9900;
  font-weight: bold;
}


/** Contact Detail Box **/

.boxContentPage {
  word-break: break-all;
  margin: 2em 1em 10px;
  padding: 20px 0 0;
  width: 95%;
  float: left;
  border-top: 3px solid #858585;
}

.boxContentPage h6 {
  background-image: url(../images/ico_content.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 15px 35px;
  margin-bottom: 0.3em;
  color: #67a532;
  font-size: 18px;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #e0e0e0;
}

ul.listLight {
  padding: 0;
  color: #4f4f4f;
  line-height: 18px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 19px;
}

ul.listLight li {
  padding: 0;
  font-weight: bold;
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
}

ul.listLight li ul {
  padding: 0;
  margin-top: -18px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 120px;
}

ul.listLight li ul li {
  padding: 0;
  font-weight: lighter;
  color: #656565;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
}


/*** list for Product Deatail ***/

ul.listDark {
  padding: 0;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 40px;
}

ul.listDark li {
  padding: 0;
  line-height: 1.8em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  margin-left: 0;
}

ul.listDark li ul {
  margin: 5px 0 5px 10px;
  padding: 0;
}

ul.listDark li ul li {
  margin: 0;
  padding: 0;
}

.listPDetail {
  font-weight: lighter;
  margin: 0.5em 0 0.5em 1em;
  padding: 0px;
}

.listPDetail li {
  line-height: 1.4em;
  color: #4C4C4C;
  margin-bottom: 0.4em;
  margin-left: 25px;
}

.listSeries h3 {
  line-height: 1.2em;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.listSeries h3 a {
  color: #467D17;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
}

.listSeries h3 a:hover {
  color: #235D0C;
  border-bottom: 1px dashed #999;
}

.listSeries li {
  margin-bottom: -1em;
}

.listPDetail .opentable {
  background: #ddd;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
}

.areaTable {
  margin: 10px 0;
}

.SubNavi {
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  display: block;
}

.SubNavi ul {
  font-size: 1.1em;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  margin: 0px;
  width: 100%;
  padding: 0px;
}

.SubNavi ul li {
  display: block;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding: 0.1em 0 0.6em 17px;
  border-bottom: 1px dotted #b3ec90;
  background-image: url(../images/ico_arrow_white.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}

.SubNavi li.NavTitle {
  font-size: 1.5em;
  color: #FFF;
  padding-top: 0em;
  border-bottom: 3px solid #B3EC90;
  padding-bottom: 0.3em;
  font-family: 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
  background-image: none;
  margin-bottom: 0.2em;
  padding-left: 0px;
}

.SubNavi ul li a {
  color: #e8ffda;
}

.SubNavi ul li a:hover {
  color: #bbfcae;
  text-decoration: none;
}

.SubNavi li.NavSelected,
.SubNavi li.NavSelected a {
  color: #f1ff17;
  font-size: 1.1em;
  font-weight: bold;
}

.SubNavi li span,
.SubNavi li.NavSelected span {
  font-weight: lighter;
  font-size: 0.9em;
  color: #f1ff17;
}

.SubNavi li ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.SubNavi li ul li a {
  font-size: 0.9em;
  color: #e7dfc4;
}

.Content .imgIntro {
  float: right;
  clear: both;
}

.Content .imgIntro p {
  font-size: 1.1em;
  padding: 0.27em;
  text-align: center;
  width: 98%;
  background: #555555;
  color: #ffffff;
  margin: 0 0 0 1.8em;
}

.Content .imgIntro img {
  margin: 20px 10px 0 2em;
  padding: 0;
  width: 100%;
}

.boxAward {
  width: 98%;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  float: left;
  border-bottom: 1px solid #ddd;
}

.boxAward img {
  float: right;
  border: 1px solid #e5e5e5;
  /*width:30%;*/
}

.imgAward {
  padding: 2px;
  margin-bottom: 2em;
}

.boxAwardIso {
  width: 300px;
}

.boxAwardIso th {
  background-color: #93846f;
  color: #FFFFFF;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 3px;
  padding-left: 2px;
}

.boxAwardIso td {
  background-color: #FFFFFF;
  padding: 2px;
  text-align: center;
  color: #666666;
}

.RightBox {
  float: right;
  text-align: center;
}

.RightBox .btnBig {
  background: none repeat scroll 0 0 #252525;
  border: medium none;
  border-radius: 3px;
  color: #FFFFFF;
  float: right;
  font-family: 微軟正黑體, verdana, arial;
  font-size: 1em;
  padding: 1px 5px;
}


/*product img*/

.ComImg {
  float: right;
  text-align: center;
  display: block;
  padding: 2px;
  color: #5a5a5a;
  position: relative;
  top: 10px;
}

.ComImg img {
  width: 100%;
}

.ComImglNoImg {
  display: none;
}

.ComImg>p,
.RightBox .ComImg p {
  text-align: center;
  margin: 0px;
  padding: 5px 0;
}

.RightBox .ComImg p img {
  padding: 2px;
  border: 1px solid #2b2316;
  background-color: #e3e3e3;
  margin-bottom: 0.5em;
}

.PicZoom {
  background: #353535;
  padding: 5px 0 0;
  border-radius: 2px;
  height: 27px;
  width: 151px;
  margin: 5px auto 10px auto;
}

.PicZoom a {
  color: #ffffff;
}

.PicZoom a:hover {
  color: #FFE000;
}

.mmpic {
  top: -50%!important;
  left: 100px!important;
  z-index: 99999!important;
}

.boxProductBlkR_img_s {
  position: relative;
  z-index: 10!important;
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.boxProductBlkR_img_s:hover {
  opacity: .6;
}

.PageContent>.listPDetail {
  width: 100%;
  float: left;
}

.PageContent>.listPDetail>.boxProductBlkR {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}

.PageContent>.listPDetail>.boxProductBlkR .mmpic {
  top: -255px!important;
  left: -50px!important;
  border: 1px solid #999;
  border-radius: 5px;
  overflow: hidden;
}


/* table */

.tbForm {
  border: 1px solid #bbbbbb;
  margin-bottom: 8px;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbForm th {
  background-color: #666;
  color: #FFFFFF;
  padding: 4px 6px;
}

.tbForm td {
  text-align: left;
  color: #353535;
  padding: 4px 6px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #bbbbbb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bbbbbb;
}

.TableBox {
  width: 99%;
  overflow: scroll;
  margin-bottom: 1em;
  margin-top: 1em;
}

table.maxtable,
table.maxtable table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.maxtable th,
table.maxtable td,
table.maxtable table th,
table.maxtable table td {
  padding: 5px;
}

table.maxtable th,
table.maxtable table th {
  color: #fff;
  background: #666;
}

table.tbContact {
  width: 100%;
  color: #353535;
  border: 0;
  line-height: 1.4em;
  font-size: 1em;
}

th.tbContact {
  padding: 4px;
}

td.colContact {
  padding-top: 4px;
  word-break: normal;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 20px;
  vertical-align: top;
  font-weight: bold;
  width: 20%;
  margin-bottom: 3px;
}


/* Footer */

.Footer {
  color: #fff;
  background: #1E5D10;
}

.Footer a {
  color: #EEFFE0;
}

.Footer a:hover {
  color: #CEFFA4;
}

.Footer .navFooter li ul {
  display: none;
}

.Footer ul.navFooter {
  font-family: 微軟正黑體, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #c3b19e;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 30px;
  float: left;
}

.Footer ul.navFooter li {
  display: block;
  float: left;
  list-style-type: none;
  margin-bottom: 1em;
  margin-left: 0.1em;
  margin-right: 0.8em;
}

.Footer .verchange {
  display: inline-block;
  float: left;
  padding: 10px 30px;
}

.Footer .Address {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  float: right;
  text-align: right;
  margin-bottom: 0.3em;
  margin-top: 0.2em;
  padding-right: 30px;
  margin-right: 0px;
}

.Footer .Copyright {
  font-size: 0.8em;
  padding-right: 30px;
  padding-bottom: 5px;
  line-height: 1em;
  clear: both;
  margin-top: 3px;
  text-align: right;
  padding-left: 20px;
}

.DetailDes {
  margin: 1em 0;
}

.boxProductBlk {
  float: left;
  width: 110px;
  margin-right: 5px;
}

.boxProductBlk img {}

.fluid_container {
  max-width: 1280px;
  width: 100%;
}

.goog-te-gadget {
  height: 30px;
  overflow: hidden;
  font-size: 1em;
  width: 125px;
  float: right;
}

.contactform table tbody td:first-child {
  width: 100%;
}

.contactform table tbody td:last-child {
  display: none;
}

img[src='/SiteStyle/NA/15/images/bg_title_01.gif'] {
  display: none;
}


/*--- Fix NA Template Bug ---*/

.PageContent>.product-box .boxProduct,
.PageContent>form .boxProduct {
  padding: 0;
}

.PageContent>.product-box .boxProduct>a,
.PageContent>form .boxProduct>a {
  display: inline-block;
  width: 18%;
  height: 200px;
  float: left;
  background: #fff;
  padding: 0;
}

.PageContent>.product-box .boxProduct>a>.imgProduct,
.PageContent>form .boxProduct>a>.imgProduct {
  width: 100%;
  max-width: 200px;
  margin: 0;
}

.PageContent>.product-box .boxProduct>.PRight,
.PageContent>form .boxProduct>.PRight {
  width: 82%;
  float: left;
}

.PageContent>.product-box .boxProduct>.PRight>h3,
.PageContent>.product-box .boxProduct>.PRight>h4,
.PageContent>form .boxProduct>.PRight>h3,
.PageContent>form .boxProduct>.PRight>h4 {
  padding: 10px;
}

.PageContent>.product-box .boxProduct>.PRight>h4>a {
  background: none;
  padding-left: 25px;
}

.PageContent>.product-box .boxProduct>.PRight>h4>a:hover,
.boxProduct>.PRight>h4>span>a:hover {
  background: none;
  color:#bbfcae;
}

.PageContent>.product-box .boxProduct>.txtMore {
  display: inline-block;
  float: right;
}

.PageContent>.product-box .boxProduct>.txtMore>a {
  border-radius: 5px;
  float: right;
  width: 100px;
  margin: 0;
  background: #67a532;
  text-shadow: none;
}

.PageContent>.product-box .boxProduct>.txtMore>a:hover {
  background: #467D17;
}

.newsd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.newsd,
.newsd>h4 {
  display: inline-block;
  width: 100%;
}

.newsd>h4>.txtMore {
  display: inline-block;
  float: right;
}

.newsd>h4>.txtMore>a {
  width: 100px;
  margin: 0;
}

#google_translate_element {
  width: 125px;
  display: inline-block;
  float: right;
  padding-right: 10px;
}

/****** Mobile Searchbox - START ******/
@media (max-width: 767px) {
	#Mobile-header form {
		display: none;
	}
}
/****** Mobile Searchbox - END ******/