﻿@charset "utf-8";
/* CSS Document */

/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

body,html {
	padding:0px;
	margin:0px;
    font-family: "arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    height: 100%;
    background: #fff;
}
a {
    color: #666;
    text-decoration: none;
    outline: none;
}
a:link {
    color: #666;
    text-decoration: none;
}
a:hover, a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
::selection {
    background: #696969;
    color: #fff;
}
::-moz-selection {
    background: #696969;
    color: #fff;
}
button {
    outline:none;
}
input, select, textarea {
    outline-color: transparent;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

h1, h2, h3, h4, h5, h6 {
    color: #487ab5;
    font-weight: 600;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
}
h1 {
    color: #335990;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
h2 {
    color: #335990;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h3 {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h6 {
    color: #335990;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #000;
}
p {margin: 0 0 25px;}

img {
    max-width: 100%;
}
/***--- home ---***/
#home header {
}
#home nav.navbar {
 box-shadow: 2px 2px 4px 6px #99999959; height:85px;  background-image: linear-gradient(
90deg, rgba(251,91,33,1.00) 0%, rgba(255,126,0,1.00) 100%);  font-family: 微軟正黑體;  border-bottom: 0px solid #ccc;
}
.logo {
    height: auto;
    line-height: 95px;
    padding: 0 15px;
    position: absolute;
}
.logo img {
    width: 100%;
}
.top-menu {
    margin-top: 15px;
}
#nav .navbar-toggle i {
    font-size: 2em;
    color: #fff;
}
#nav .navbar-nav li.active a {
    color: #f7da0c;
	font-weight: 800;
}
#nav .navbar-nav li a {
    text-transform: uppercase;
    padding: 10px 5px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#nav .navbar-nav li {
    text-align: center;
    padding: 0px 10px;
}
#nav .navbar-nav li a:hover,
#nav .navbar-nav li a:active,
#nav .navbar-nav li a:focus {
    color: #f7da0c;    
    background-color: transparent;    
	transition: all 150ms linear 0s;
}
#nav .navbar-collapse {
  background-image:linear-gradient(90deg, rgba(251,91,33,1.00) 0%, rgba(255,126,0,1.00) 100%);  border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.top-link {
    float: right;
    margin-bottom: 10px;
}
.top-link ul {
    padding: 0;
}
.top-link ul > li {
    float: left;
    display: block;
    margin-right: 10px;
}
.language-link {
    text-align: center;
    width: 29px;
    height: 29px;
    background: #9fc238;
    border: 2px solid #9fc238;
    margin-right: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}
.language-link:hover {
    background: #335a90;
    border: 2px solid #335a90;
}
.language-link:last-child {
    margin-right: 0;
}
a .language-link  {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}
.home-go-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 60px;
}
.home-go a {
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 10px;
    border-radius: 30px;
}
.home-go a:hover {
    background: #fff;
    color: #000;
}
#home-content-start {
    margin-top: -40px;
    padding: 40px 0 0 0;
}
#home .big-title h2 {
    text-align: center;
    color: #335990;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
#home .big-title-w h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
#home .big-title-line {
    background: #9fc238;
    height: 5px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
/*home news*/
#home-news {
	margin-top: 60px;
}
.news-box-home {
	margin-bottom: 50px;
}
.news-img-home {
    margin-bottom: 20px;
    background: #000;
}
.news-img-home img {
}
.news-img-home img:hover {
    opacity: 0.5;
}
.news-title-home h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 26px;
}
.news-title-home a h3:hover {
    color: #335990;
    text-decoration: underline;
}
.news-date-home {
    color: #9fc238;
    margin-bottom: 5px;
}
/*home brands*/
#home-brands {
	margin-top: 60px;
    padding: 100px 0;
    background: url(../assets/images/brands_bg.jpg) center center/cover fixed;
}
.brands-box-home {
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    background: #fff;
}
.brands-logo-home {
    height: 80px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.brands-logo-home img {
	max-width: 100%;
    max-height: 80px;
    margin-right: auto;
    margin-left: auto;    
	transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
     -o-transition:All 0.3s ease-in-out;  
}
.brands-logo-home img:hover {
	transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.more-link {
    font-size: 18px;
    color: #fff;
	text-align: center;
    margin-top: 30px;
    background: #9fc138;
    height: 80px;
    width: 80px;
	line-height: 80px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    letter-spacing: 1px;
}
.more-link:hover {
    background: #799d0d;
}
/***--- home end ---***/

/***--- page ---***/
#main header {
    height: 95px;
}
#main nav.navbar {
 height:85px; box-shadow: 2px 2px 4px 6px #99999959;  background-image:linear-gradient(90deg, rgba(251,91,33,1.00) 0%, rgba(255,126,0,1.00) 100%);
	font-family: 微軟正黑體;
}
.top-box {
   /* background: #eee;
*/    text-align: left;
    padding: 30px 0;box-shadow: 0px 1px 1px 3px #99999959;
}
.top-title {
	font-size: 28px;
    font-weight: 600;
    color: #f7780c;
    font-family: "arial", "微軟正黑體", sans-serif;
    text-transform: uppercase;
}
#content {
   /* margin-top: 30px;
    margin-bottom: 80px;
    min-height: 40%;*/ min-height: 70%;padding-top: 50px;padding-bottom: 50px;
}
/***--- page end ---***/

/***--- about ---***/
.about-img {
	margin-top: 30px;
}
.about-img img {
	width: 100%;
}
#history-table {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}
#history-table th {
    width: 75px !important;
    background-color: #FFFFFF;
    padding: 8px 0 !important;
    vertical-align: top; 
    border: 0px;
    border-right: 1px solid #9fc238;
    color: #000;
}
#history-table th:after {
    content: "●";
    position: absolute;
    left: 75px;
    margin: -3px 0 30px 6px;
    font-size: 30px;
    color: #9fc238;
}
#history-table td {
    padding: 8px 20px !important;
    border: 0px;
}
#history-table ul {
    margin-left: 20px;
    padding-left: 0;
}
#history-table li {
}
#history-table p {
    margin: 0;
}
/***--- about end ---***/

/***--- product end ---***/
/*product list*/
#product .big-title h2 {
    text-align: center;
    color: #335990;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.brands-box {
	border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;

    margin: 15px 0;
}
.brands-box:hover {
	border: 1px solid #ccc;
    box-shadow: 0px 25px 20px -15px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 25px 20px -15px rgba(0,0,0,0.35);
    -o-box-shadow: 0px 25px 20px -15px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 25px 20px -15px rgba(0,0,0,0.35);
    -ms-box-shadow: 0px 25px 20px -15px rgba(0,0,0,0.35);
}
.brands-logo {
    height: 80px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.brands-logo img {
	max-width: 100%;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
}
/*product m*/
.bands-content .title h2 {
	text-align: center;
    color: #335990;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.bands-content .bands-logo-page img {
	float: left;
    padding: 5px 10px 0 0;
    height: 75px;
}
.product-content .big-title {
    text-align: center;
    color: #335990;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 30px 15px 40px 15px;
    border-bottom: 1px solid #ccc;
}
.category-title h3 {
    color: #9fc238;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 26px;
    text-indent: -28px;
    margin-left: 28px;
}
.category-title h3 i {
    margin-right: 8px;
}
.product-box {
    margin: 15px 0;
}
.product-img {
    border: 1px solid #ccc;
    padding: 15px;    
}
.product-box .img {
    height: 220px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box .img img {
    max-width: 100%;
    max-height: 220px;
	transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
     -o-transition:All 0.3s ease-in-out;  
}
.product-box .img img:hover {
	transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.product-box .title h3 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 0 0;
    text-align: center;
    height: 33px;
    overflow: hidden;
}
/*page*/
.page-title h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
}
.product-img-page img {
	padding-top: 30px;
    padding-bottom: 30px;
}
.download ul {
    padding-left: 0;
    margin: 0 0 25px;
}
.download ul > li {
    list-style-type: none;
}
.download ul > li a:hover {
    text-decoration: underline;
}
.download ul > li::before {
    content: "\e02f";
    font-family: "vmaicon";
    vertical-align: -2px;
    color: #9fc238;
    padding: 0px 8px 0 0;
}
.other {
    margin: 0 0 25px;
}
.other-box {
    margin: 15px 0;
}
.other-img {
    border: 1px solid #ccc;
    padding: 5px;
}
.other-img:hover {
    border: 1px solid #9fc238;
}
.other-box .img {
    height: 201px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-box .img img {
    max-width: 100%;
    max-height: 201px;
}
.product-content {
    margin-bottom: 25px;
}
/***--- product end ---***/

/***--- news ---***/
.news-box {
	margin-bottom: 40px;
}
.news-img {
    background: #000;
}
.news-img img {
	width: 100%;
}
.news-img img:hover {
    opacity: 0.5;
}
.news-title h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 26px;
}
.news-title a h3:hover {
    color: #335990;
    text-decoration: underline;
}
.news-date {
    color: #8aae23;
    margin-bottom: 5px;
}
/*page*/
.news-img-page {
	margin-bottom: 10px;
}
.news-img-page img {
	width: 100%;
}
.news-date-page {
    color: #8aae23;
    margin-bottom: 10px;
}
.news-title-page h3 {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
/***--- news end ---***/

/***--- video ---***/
.video-box {
	margin-bottom: 40px;
}
.video-iframe {
}
.video-title h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 26px;
}
.video-title a h3:hover {
    color: #335990;
    text-decoration: underline;
}
.video-date {
    color: #8aae23;
    margin-bottom: 5px;
}
.video-brands {
    margin-bottom: 30px;
}
.video-brands .btn-group {
    min-width: 150px;
}
.video-brands .btn {
    width: 100%;
    text-align: left;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.video-brands .btn:hover,
.video-brands .btn:active,
.video-brands .btn:focus {
    background: #fff;
    box-shadow: none;
}
.video-brands .btn .caret {
    float: right;
    margin-top: 6px;
}
.video-brands .dropdown-menu>li>a {
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
/***--- news end ---***/

/***--- question ---***/
.panel-default {
    border-color: #fff;
}
.panel-group .panel {
      border-radius: 4px;
    box-shadow: 0px 0px 0px #fff;
}
.panel-group .panel+.panel {
    margin-top: 12px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #dadada;
    cursor: pointer;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    margin: 0 15px;
    border: 0;
    border-left: 3px solid #9fc238;
    margin-top: 15px;
}
.panel-title {
    font-size: 24px;
    color: #335990;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.panel-title a {
    display: inline-flex;
}
.panel-title i {
    margin-right: 5px;
    color: #335990;
}
.panel-body {
    padding: 20px 20px 25px 20px;
}
.panel-body p:last-child {
    margin: 0;
}
/***--- question end ---***/

/***--- know ---***/
.know-box {
	margin-bottom: 40px;
}
.know-img {
    background: #000;
    position: relative;
    width: 100%;
    height: auto;
	margin-bottom: 5px;
}
.know-img img {
	width: 100%;
}
.know-img img:hover {
    opacity: 0.5;
}
.know-title h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 26px;
}
.know-title a h3:hover {
    color: #335990;
    text-decoration: underline;
}
.know-date {
    color: #8aae23;
    margin-bottom: 5px;
}
/*page*/
.know-img-page {
	margin-bottom: 10px;
}
.know-img-page img {
	width: 100%;
}
.know-title-page h3 {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.know-date-page {
    color: #8aae23;
    margin-bottom: 10px;
}
/***--- know end ---***/

/***--- contact ---***/
#contact {
}
.contact-information h3 {
    color: #335990;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 25px 0;
    font-family: "arial", "標楷體";
}
.contact-information li>strong {
    color: #000;
}
.contact-information ul {
    padding: 0;
}
.contact-information li {
    list-style-type: none;
    margin: 5px 0;
    text-indent: -29px;
    margin-left: 29px;
}
.contact-information li i {
    vertical-align: 2px;
    margin-right: 5px;
}
.map {
	margin: 30px 0 -90px 0;
}
.map iframe {
    width: 100% !important;
    height: 450px !important;
}
.remark {
    color: #e23131;
    margin-left: 3px;
    font-weight: 400;
}
.contact-form {
    margin-top: -15px;
}
.contact-form form label {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}
.contact-form form input, .contact-form form textarea, .contact-form form select {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    padding: 0 5px;
    background: #fff;
}
.contact-form form input:focus, .contact-form form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form form textarea {
    height: 120px;
}
#contact .birth-input input[type="text"] {
    width: 80%;
    border: solid 1px #ccc;
}
#contact .checkboxLabel {
    padding-top: 10px;
}
#contact .radioLabel ul {
    padding: 0;
    margin: 6px 0 0 0;
}
#contact .checkboxLabel ul {
    padding: 0;
    margin: 0 0 0 0;
}
#contact .radioLabel ul>li {
    list-style-type: none;
    margin: 3px 20px 3px 0;
}
#contact .checkboxLabel ul>li {
    list-style-type: none;
    margin-right: 20px;
}
#contact label.radio {      
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    font-weight: normal;
}
#contact label.checkbox {      
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    font-weight: normal;
}
#contact label.radio input[type="radio"],
#contact label.checkbox input[type="checkbox"] {
    display: none;
}
#contact label.radio span,
#contact label.checkbox span {
    display: inline-block;
    vertical-align: middle;
}
#contact label.radio span:before,
#contact label.checkbox span:before {
    content: "";
    display: inline-block;
    vertical-align: -4px;
    border: 1px solid #bbb;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    transition: all .5s;
}
#contact label.radio input[type="radio"]:checked + span:before,
#contact label.checkbox input[type="checkbox"]:checked + span:before {
    background: #666;
    border: 1px solid #666;
}
#contact label.radio input[type="radio"]:checked + span:after,
#contact label.checkbox input[type="checkbox"]:checked + span:after {
    content: "\e02a";
    font-family: 'vmaicon';
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
#contact .consent {
	margin-top: 30px;
}
#contact .consent label.checkbox span {   
    font-weight: 600;
}
form input:-moz-placeholder, form textarea:-moz-placeholder { color: #666; font-size: 14px; }
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { color: #666; font-size: 14px; }
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder { color: #666; font-size: 14px; }
.contact-submit button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 35px !important;
}
#captcha {
    width: 120px;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: 0px;
}
.submit-content {
    margin: 20px 0;
}
.captcha-icon i {
    color: #cb5221;
    margin-right: 5px;
    vertical-align: -2px;
}
.captcha-icon i:hover {
    color: #333;
}
#submit-btn input {
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 35px;
    margin: 0;
    padding-left: 23px;
    background: #9fc238;
    border: 0;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#submit-btn input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3e3a39;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#submit-btn input:active {
    background: #3e3a39;
}
#submit-btn .send-icon {
    position: absolute;
    color: #fff;
    top: 1px;
    left: 30px;
    display: block;
    line-height: 34px;
    pointer-events: none;
    z-index: 2;
}
#submit-btn .send-icon:before {
    content: "\e17e";
    font-family: "vmaicon";
    font-size: 22px;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
}
#submit-btn i {
    font-style: normal;
}
#contact .error-warn {
    color: #B22222;
    font-size: 13px;
    clear: both;
    line-height: 20px;
}
#contact .error-warn-textarea {
    color: #B22222;
    font-size: 13px;
    clear: both;
    line-height: 1px;
}
/***--- contact end ---***/

/***--- footer ---***/
/**footer {
    text-align: center;
    line-height: 20px;
    padding: 30px 0 25px 0;
    font-size: 14px;
    background: #335990;
    color: #fff;
}
footer a,
footer a:link {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
.footer-menu {
    text-align: left;
    margin-bottom: 20px;
}
.footer-menu h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.footer-menu ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul>li {
    width: 16.66%;
    float: left;
}
.footer-menu ol {
    padding-left: 0; 
}
.footer-menu ol>li {
    list-style-type: none;
}
.footer-menu ol>li::before {
    content: "●";
    vertical-align: 0px;
    color: #6f95ca;
    font-size: 16px;
    padding: 0px 4px;
}
.footer-menu ol>li {
    margin: 5px 0;
}
.footer-menu ol>li a:hover {
    text-decoration: underline;
}
**/
.btn-group .form-control {
    padding: 6px 2px !important;
}
#product-menu ul {
	min-width: 100%;
    border: 0;
    border-radius: 0;
    margin-top: 2px;
}
#product-menu li {
	width: 100%;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
}
#product-menu .btn-group {
    width: 100%;
}
#product-menu .btn {
    width: 100%;
    text-align: left;
    padding: 3px 8px;
    background: #fff;
    border: 0;
    border-radius: 2px;
}
#product-menu .btn:hover,
#product-menu .btn:active,
#product-menu .btn:focus {
    background: #fff;
    box-shadow: none;
}
#product-menu .btn .caret {
    float: right;
    margin-top: 6px;
}
#product-menu  .dropdown-menu>li>a {
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
#product-menu  .dropdown-menu>li>a:hover {
    background: #000;
    color: #fff;
}
.copyright {
    text-align: center;
    border-top: 1px solid #5b79a3;
    padding-top: 15px;
}
.copyright ul {
	list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.copyright li {
    float: left;
    margin-right: 15px;
}
#design {
    margin-top: 5px;
    color: #4771ac;
}
#design a {
    font-size: 14px;
    color: #4771ac;
}
#design a:hover {
    color: #fff;
}
#design i {
    font-size: 18px;
    margin: 0 2px;
}
.qrcode {
}
.qrcode ul {
	list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 114px;
}
.qrcode li {
	float: left;
    margin: 0 15px;
}
.qrcode img {
	width: 80px;
}
/***--- footer end ---***/

/***--- breadcrumb ---***/
.vma-breadcrumb {
    background: none;
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    margin-bottom: 0;
    color: #333;
    padding-left: 40px;
}
.vma-breadcrumb:before {
    content: "\24";
    position: absolute;
    font-size: 20px;
    margin-left: -25px;
    vertical-align: -5px;
    margin-top: 4px;
    color: #666;
}
.vma-breadcrumb i {
    font-size: 15px;
    margin: 0 4px 0 1px;
    color: #333;
    vertical-align: 0px;
}
.breadcrumb-home {
    vertical-align: -1px !important;
    margin: 0 1.5px 0 0 !important;
    font-size: 15px !important;
}
.breadcrumb-home i {
    margin: 0;
    color: #333;
}
.vma-breadcrumb a {
    color: #333;
    letter-spacing: 0;
    font-size: 13px;
}
.vma-breadcrumb a:link {
    color: #333;
    font-size: 15px;
}
.vma-breadcrumb a:hover {
    color: #8fc33e;
}
/***--- breadcrumb end ---***/

/***--- tips ---***/
.tips-function {
    clear: both;
    padding: 30px 0 0 0;
}
.line-it-button {
    width: 94px !important;
    float: left;
    margin-right: 5px;
}
#facebook iframe {
    width: 100% !important;
}
.tips {
    clear: both;
    color: #666;
    text-align: right;
    font-size: 13px;
}
.tips a {
    color: #666;
    font-size: 13px;
}
.tips a:link {
    color: #666;
}
.tips a:hover {
    color: #000;
}
.tips-time {
    padding: 0 8px 0 0;
}
.tips-list {
    padding: 0 8px 0 0;
}
.tips-list-end {
    padding: 0;
}
.tips-list i {
    font-size: 16px;
    vertical-align: -10%;
    margin-right: 3px;
    color: #666;
}
.tips-category {
    padding: 0 15px 0 0;
}
.tips-uptime {
    padding: 0 15px 0 0;
}
.tips-print {
    padding: 0 15px 0 0;
}
.tips-uptime i {
    font-size: 1.5em;
    vertical-align: -15%;
}
@media (max-width: 768px) {
    .line-it-button {
        float: none;
    }
    .fb_iframe_widget_fluid span {
        width: 250px !important;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .fb_iframe_widget iframe {
        width: 100% !important;
    }
}
/***--- tips end ---***/

/***--- editor ---***/
.editor {
/*    text-align: justify;*/
}
.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
    margin: 10px 0 18px 0;
    padding-top: 0;
}
.editor img {
    max-width: 100%;
    height: auto;
    margin: 30px;
}
.editor a:link,
.editor a:visited {
    color: #666 !important;
}

.editor #multitech a:link,
.editor a:visited {
    color: #428bca !important;
}


.editor a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.editor #multitech a:hover {
    color: #0099CC !important;
    text-decoration: underline;
}

.editor ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.editor ul>li {
    margin-bottom: 0px;
}
.editor ul>li p {
    margin: 0px 0;
}
.editor ol {
    padding-left: 47px;
    margin-bottom: 20px;
    margin-left: 0;
}
.editor ol>li {
    margin-bottom: 10px;
}
.editor ol>li p {
    margin: 10px 0;
}
.editor table h1,
.editor table h2,
.editor table h3,
.editor table h4,
.editor table h5,
.editor table h6 {
    margin: 0 !important;
    padding-top: 0 !important;
}
.editor table {
    background: #fff;
    border: 1px solid #eaeaea;
    word-break: break-all;
    border-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #000;
}
.editor table p {
    margin: 0 0 10px 0;
}
.editor table p:last-child {
    margin: 0;
}
.editor table ul,
.editor table ol {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.editor table ul>li:last-child,
.editor table ol>li:last-child {
    margin-bottom: 0px;
}
/*
.editor table h3:before {
    content: none;
}
.editor table th, .editor table td {
    padding: 12px 15px;
    line-height: 20px;
}
.editor thead th {
    background-color: #666;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    padding: 8px 15px;
}
.editor tbody th {
    background-color: #ddd;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 20%;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.editor table tbody tr {
    border-bottom: 1px solid #d5d5d5;
}
.editor table tbody tr:nth-child(even) {
    background: #f1f1f0;
}
.editor table tbody tr td {
    vertical-align: middle;
    border: none;
    border-right: 1px solid #d5d5d5;
    background: #f6f6f6;
}
.editor table tbody tr td:last-child {
    vertical-align: middle;
    border: none;
    border-right: 1px solid #fff;
}
*/

#multitech {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}



#multitech td, #multitech th {
    border: 1px solid #ddd;
    padding: 8px;
}

#multitech tr:nth-child(even){background-color: #f2f2f2;}



#multitech th p {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:5px;
    text-align: left;
    background-color: #d9edf7;
    color: #31708f;;
}

#multitech tr .top {
	background-color: #D9EDF7;
}
#multitech ul li{
	color:#428bca;
	list-style-type:none;
	}
#multitech tr td ul li a{
	color: #428bca;
	text-decoration: none;
	}	
#multitech tr td ul li a:hover{
	color: #0099CC;
	text-decoration: underline;
	}		
.indent-60px {
    margin-left: 60px;
    text-indent: -60px;
}
.indent-75px {
    margin-left: 75px;
    text-indent: -75px;
}
@media (max-width: 768px) {
    .editor table {
        width: 100% !important;
    }
}
/***--- editor end ---***/

/***--- search -----***/
.google-search {
    height: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0;
    width: 220px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
    height: 29px !important;
    line-height: 29px !important;
}
td.gsc-search-button {
    width: 1%;
    line-height: 29px !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: transparent !important;
    border: 0px solid #ffffff !important;
    padding: 0 !important;
}
input.gsc-input {
    font-size: 13px !important;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
.gsc-input-box {
    border: 1px solid #D9D9D9 !important;
    background: #fff;
    border-radius: 20px 0 0 20px !important;
    -moz-border-radius: 20px 0 0 20px !important;
    -webkit-border-radius: 20px 0 0 20px !important;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
    border: 1px solid #D9D9D9 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}
.gsib_a {
    padding: 0 5px 0 12px !important;
}
.gsst_a {
    padding: 0 !important;
}
.gsst_a .gscb_a {
    color: #c35017 !important;
    vertical-align: -3px;
}
.gsc-search-button {
    margin-left: 0 !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    line-height: 31px !important;
    height: 31px !important;
    min-height: 31px;
    border: #335a90 !important;
    background-color: #335a90 !important;
    padding: 7px 12px 0 12px !important;
    border-radius: 0 20px 20px 0 !important;
}
.cse .gsc-search-button-v2:hover,
.gsc-search-button-v2:hover {
    border-color: #3d6398 !important;
    background-color: #3d6398 !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3d6398',EndColorStr='#3d6398');
}
.cse .gsc-search-button-v2:focus,
.gsc-search-button-v2:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.gsc-modal-background-image {
    position: fixed !important;
    background-color: #000 !important;;
}
.gsc-result .gs-title {
    height: auto !important;
}
/***--- search end -----***/

/***--- thankspage ---***/
.thankspage-content {
    border: 1px solid #ccc;
    padding: 50px 28px;
    margin: 80px 0 60px 0;
    color: #028E72;
    font-size: 15px;
}
/***--- thankspage end ---***/

/**table css**/
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
	font-family: "微軟正黑體 Light";
	
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}

/**table css**/


/**grunerTableCss**/
div.gruner_main {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.gruner_table.gruner_main .gruner_cell, .gruner_table.gruner_main .gruner_head {
  border: 1px solid #000000;
  padding: 5px 4px;
}
.gruner_table.gruner_main .gruner_body .gruner_cell {
  font-size: 13px;
}
.gruner_main .gruner_foot {
  font-size: 14px;
}
.gruner_cell a {
	color: #333;
	text-decoration: none;
	display: block;
}

.gruner_cell:hover {
	display: block;
	background-color: #eeeeee;	
	}

/* DivTable.com */
.gruner_table{ display: table; }
.gruner_row { display: table-row; }
.gruner_heading { display: table-header-group;}
.gruner_cell, .gruner_head { display: table-cell;}
.gruner_heading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.gruner_body { display: table-row-group;}


/**grunerTableCss_end**/


/**gruner_Ambient_TableCss**/

div.Ambient_air {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  width: 350px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
.gruner_table2.Ambient_air .gruner_actuators_cell, .gruner_table2.Ambient_air .Actuators_Head {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
.gruner_table2.Ambient_air .gruner_Ambient_air .gruner_actuators_cell {
  font-size: 13px;
}
.gruner_table2.Ambient_air .gruner_actuators:nth-child(even) {
  background: #D0E4F5;
}
.Ambient_air .Actuators_Style {
  font-size: 14px;
}
/* gruner_table2.com */
.gruner_table2{ display: table; }
.gruner_actuators { display: table-row; }
.Actuators_Heading { display: table-header-group;}
.gruner_actuators_cell, .Actuators_Head { display: table-cell;}
.Actuators_Heading { display: table-header-group;}
.Actuators_Foot { display: table-footer-group;}
.gruner_Ambient_air { display: table-row-group;}

/**grunerTableCss_Ambient_end**/


/**HKE_table_css**/

.HKE_Relays {
  border: 2px solid #DBDBDB;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.HKE_Relays td, table.HKE_Relays th {
  border: 1px solid #DDDDDD;
  padding: 5px 4px;
}
.HKE_Relays tbody td {
  font-size: 13px;
}
.HKE_Relays thead {
  background: #E5E5E5;
  background: -moz-linear-gradient(top, #ebebeb 0%, #e7e7e7 66%, #E5E5E5 100%);
  background: -webkit-linear-gradient(top, #ebebeb 0%, #e7e7e7 66%, #E5E5E5 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #e7e7e7 66%, #E5E5E5 100%);
}
.HKE_Relays thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.HKE_Relays tfoot td {
  font-size: 14px;
}


/**HKE_table_css_end**/



/**actility_TableCss**/

.actility_table {
 border: 1px solid #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-left: 2px solid #FFFFFF;
	background: #0B6FA4;
	width: 180px;
	padding: 3px 2px;
	display: inline;
	height: 90px;
	float: left;
}
.youtube_color {
	color: #ff3600;
	background-color: #fff;
}
.facebook_color {
	color: #fff;
	background-color: #3e5694;
}
.line_color {
	color: #fff;
	background-color: #00c40e;
}
ul.icon_DIV li{ 
float: left;
    clear: none;
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    list-style-type: none;
    list-style-image: none;
}



