@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2014 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 又綺 $
 * $Date: 2015-07-02 (四) $
*/

/* 字型 - 選單 + 大標 */
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);

/* =====================================
   全域
===================================== */
body {
  font-family: Arial, Helvetica, sans-serif, '微軟正黑體', Microsoft JhengHei;
  color: #333;
}
a {
  color: #ecb700;
}
a:hover {
  color: #ecb700;
  text-decoration: none;
}
.wrap-1880 {
	max-width: 1170px;
	margin: auto;
	padding: 0 15px;
}
/* =====================================
   彈跳
===================================== */
.bootstrap-dialog.type-success .modal-header {
  background-color: #000;
}
.btn-primary {
  background-color: #f7d400;
  border-color: #f7d400;
  color: #000;
}
.btn-primary:hover {
  color: #f7d400;
  background-color: #000;
  border-color: #000;
}


/* =====================================
   共用樣式
===================================== */
/* a - 轉場過度 */
a.hover-turn {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

ul.ulset {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 清除浮動、清除浮動+高度 */
.clearboth,
.space15 {
	clear: both;
	font-size: 0;
	overflow: hidden;
}
.space15 {
	height: 15px;
}

/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	/*background-color: #000;*/
	overflow: hidden;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.scrollToTop:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #f7d200;
}
.scrollToTop i {
	font-size: 26px;
	line-height: 36px;
  color: #000;
}
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 50px;
  }
}
/* 按鈕-詢問 */
.QuoteBtn {
  position: fixed; /* Fixed/sticky position */
  top: 200px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 1005; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F7D300; /* Set a background color */
  color: #000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 13px; /* Increase font size */
  transition: .3s;
  opacity: 0.9;
}

.QuoteBtn:hover{
  background-color: #000; /* Add a dark-grey background on hover */
  color: #F7D300;
}

.QuoteBtn i{
  font-size: 25px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .QuoteBtn {
    top: 150px;
  }
}

/* banner - 內頁 */
@media (min-width: 768px) {
  #p-ban {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
}
#p-ban.goods {
  background: url('../images/p_goods_ban.jpg') no-repeat center top;
}
#p-ban.industr {
  background: url('../images/p_industr_ban.jpg') no-repeat center top;
}
#p-ban.news {
  background: url('../images/p_news_ban.jpg') no-repeat center top; background-color: #333;
}
#p-ban.support {
  background: url('../images/p_support_ban.jpg') center center no-repeat;
}
#p-ban.company {
  background: url('../images/p_company_ban.jpg') center center no-repeat;
}
#p-ban.service {
  background: url('../images/p_service_ban.jpg') center center no-repeat;
}
#p-ban.tech {
    background: url('../images/technologies-bg-1920x200.jpg') center center no-repeat;
}

/* 麵包屑 */
.page-current {
  margin-bottom: 30px;
  min-height: 40px;
  /*background: #e8e8e8;*/
}
.page-current .wrap {
  background: url(../images/breadcrumb_bg.png) repeat-x top;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 10px 0 8px;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb > li {
  font-size: 12px;
  color: #666;
}
.breadcrumb > li + li:before {
  padding: 0 4px 0 1px;
  color: #666;
  content: ">";
}
.breadcrumb > li a {
  color: #666;
}
.breadcrumb > li a.home {
  color: #000;
}
.breadcrumb > li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-current {
    margin-bottom: 25px;
  }
}

/* 大標 - 內頁 */
h2#large-ti {
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  /*font-style: italic;*/
  letter-spacing: -1px;
  text-align: center;
  background: url(../images/p_ti_line.gif) no-repeat center bottom;
}
@media(max-width: 767px){
  h2#large-ti {
    font-size: 25px;
  }
}


/* 內頁頁籤選單 */
.tab-box {
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
  list-style: none;
  /*max-width: 1000px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-box li {
  display: flex;
  margin-bottom: 5px;
}
.tab-box li a {
  display: flex;
  padding: 8px 15px;
	font-size: 14px;
  font-family: Arial, Helvetica, sans-serif, '微軟正黑體', Microsoft JhengHei;
  /*height: 32px;*/
  color: #555;
  line-height: 22px;
  border: 1px solid #ddd;
  /*-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;*/
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  width: 270px;
  align-items: center;
  justify-content: center;
}
.tab-box li a:hover,
.tab-box li a.current {
  color: #000;
  border-color: #f7d400;
  background-color: #f7d400;
  /*font-weight: bold;*/
  display: flex;
  width: 270px;
}
@media screen and (max-width: 399px) {
  .tab-box li {
    width: 70%;
		margin: 0 auto 5px;
  }
}
@media screen and (min-width: 410px) {
  .tab-box li {
    margin: 0 10px 10px 0;
  }
  .tab-box li:last-child {
    /*margin-right: 0;*/
  }
}

/* 無資訊 */
.no-data {
  font-size: 15px;
  color: #888;
  text-align: center;
}

/* 按鈕 - 共用 */
.btn-style {
  margin: 40px auto 0;
  padding: 0 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border-radius: 10px;*/
}
.btn-style:hover {
  color: #f7d400;
}
button.btn-style {
  border: none;
}
.btn-style i {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  vertical-align: middle;
}

/* 按鈕 - 顏色 */
.blue {
  background-image: -webkit-linear-gradient(bottom, #00203f, #004280);
  background-image: -moz-linear-gradient(bottom, #00203f, #004280);
  background-image: -o-linear-gradient(bottom, #00203f, #004280);
  background-image: -ms-linear-gradient(bottom, #00203f, #004280);
  background-image: linear-gradient(to top, #00203f, #004280);
}
.aqua {
  background-image: -webkit-linear-gradient(bottom, #5a6474, #758194);
  background-image: -moz-linear-gradient(bottom, #5a6474, #758194);
  background-image: -o-linear-gradient(bottom, #5a6474, #758194);
  background-image: -ms-linear-gradient(bottom, #5a6474, #758194);
  background-image: linear-gradient(to top, #5a6474, #758194);
}
.black {
  background-color: #333333;
  /*background-image: -webkit-linear-gradient(bottom, #000, #222);
  background-image: -moz-linear-gradient(bottom, #000, #222);
  background-image: -o-linear-gradient(bottom, #000, #222);
  background-image: -ms-linear-gradient(bottom, #000, #222);
  background-image: linear-gradient(to top, #000, #222);*/
}
.gray {
  background-image: -webkit-linear-gradient(bottom, #5a6474, #8b929d);
  background-image: -moz-linear-gradient(bottom, #5a6474, #8b929d);
  background-image: -o-linear-gradient(bottom, #5a6474, #8b929d);
  background-image: -ms-linear-gradient(bottom, #5a6474, #8b929d);
  background-image: linear-gradient(to top, #5a6474, #8b929d);
}
.yellow {
  color: #000;
  background: #f7d400;
  border: 1px solid #f7d400;
}
.yellow:hover {
  color: #000;
  background: #edcb00;
  border: 1px solid #edcb00;
}
.yellow-black {
  color: #f7d400;
  background: #000;
}
.yellow-black:hover {
  color: #000;
  background: #f7d400;
}
.white {
  color: #333;
  background: #fff;
  border: 1px solid #AAA;
}
.white:hover {
  color: #333;
  background: #fff;
  border: 1px solid #AAA;
  background-color: #f4f4f4;
}

/* 按鈕 - back */
.back {
  display: block;
  color: #444;
  border: #888 solid 1px;
  background-color: #fff;
}
.back:hover {
  color: #444;
  border: #ecd76c solid 1px;
  background: #f7d400;
}

/* 寬度 */
.w165 {
  width: 185px;
}

/* 圖片滑過效果 */
.pic-over .pic {
  position: relative;
}
.pic-over .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pic-over .pic:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pic-over .pic a.view {
  display: block;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.pic-over .pic a.view span {
  display: block;
  margin: -25px auto 0;
  width: 50px;
  height: 50px;
  font-size: 13px;
  color: #f7d400;
  text-align: center;
  line-height: 50px;
  background: rgba(0,0,0,0.7);
  overflow: hidden;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}
.pic-over:hover .pic:after {
  background: rgba(255,255,255,0.5);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.pic-over:hover a.view {
  top: 50%;
  visibility: visible;
}

/* 頁碼 */
.pagination {
  margin: 0;
}
.pagination li a {
  color: #888;
}
.pagination li a:hover {
  color: #121212;
}
.pagination li a {
  padding: 4px 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #19b3e5;
  border-color: #19b3e5;
}

.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* =====================================
   topnav
===================================== */
.header-top {
  height: 36px;
  background: #f7d400;
}

.header-top .topnav>div {
  float: right;
}

.header-top .line {
  padding: 0 20px;
  width: 2px;
  height: 25px;
  vertical-align: middle;
  background: url(../images/topnav_line.gif) no-repeat center 13px;
}

.header-top .btn {
  padding: 0;
  font-size: 12px;
  color: #000;
  line-height: 36px;
  border: none;
  border-radius: none;
  background: none;
}

.header-top .lang .btn {
  padding: 0 0 0 40px;
  background: url(../images/icon_lang.png) no-repeat 0 center;
}

.header-top .partner .btn {
  padding: 0 0 0 19px;
  background: url(../images/icon_partner.png) no-repeat 0 11px;
}

.header-top .btn:focus,
.header-top .btn:active:focus,
.header-top .btn.active:focus,
.header-top .btn.focus,
.header-top .btn:active.focus,
.header-top .btn.active.focus {
  outline: 0;
  outline-offset: 0;
}

.header-top .btn:hover,
.header-top .btn:focus,
.header-top .btn.focus,
.header-top .btn:hover .caret {
  color: #000;
}

.header-top .btn:active,
.header-top .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-top .caret {
  margin-left: 8px;
  color: #000;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.header-top .dropdown-menu {
  margin: 0;
  padding: 0;
  min-width: 125px;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}

.header-top .partner .dropdown-menu {
  min-width: 115px;
}

.header-top .dropdown-menu .divider {
  margin: 0;
}

.header-top .dropdown-menu li.logout i {
  padding-right: 5px;
}

.header-top .dropdown-menu>li>a {
  padding: 5px 40px;
  color: #000;
  font-weight: bold;
}

.header-top .dropdown-menu>li>a:hover,
.header-top .dropdown-menu>li>a:focus {
  color: #000;
  background-color: #ccc;
}

.header-top .dropdown-menu>li.logout>a {
  color: #fff;
  background-color: #04539e;
}

.header-top .dropdown-menu>.active>a,
.header-top .dropdown-menu>.active>a:hover,
.header-top .dropdown-menu>.active>a:focus {
  color: #f7d400;
  background-color: #000;
}

@media (max-width:385px) {
	.header-top .topnav .partner,
	.header-top .topnav .lang,
	.header-top .topnav .line {
		float: left;
	}
	.header-top .lang .btn {
		padding: 0;
		background: none;
	}
	.header-top .partner .btn {
		padding: 0;
		background: none;
	}
}
@media (max-width:320px) {
	.header-top .line {
		padding: 0 15px;
	}
}

/* 搜尋 */
.header-top .search-wrap {
  margin-left: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.header-top .search-wrap .btn {
  text-align: center;
  line-height: 18px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.header-top .search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}

@media (min-width:768px) {
  .header-top .search-wrap {
    padding: 0 10px;
  }
  .header-top .search-wrap i {
    color: #000;
    vertical-align: middle;
  }
  .header-top .search-wrap .form-control {
    height: 36px;
    padding: 0;
    font-size: 12px;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-top .search-wrap button {
		width: 22px;
		height: 22px;
    color: #fff;
    background-color: #000;
  }
  .header-top .search-wrap button:hover {
    color: #000;
    background-color: #f7d400;
  }
}

.header-top .search-wrap .visible-767 {
  display: none;
}
@media (max-width:767px) {
  .header-top .search-wrap .hidden-768 {
    display: none;
  }
  .header-top .search-wrap .visible-767 {
    display: block;
  }

  .header-top .search-wrap .navbar-nav {
    margin: 0;
  }
  .header-top .search-wrap .btn-search.nav > li > a {
    padding: 8px 15px;
    color: #f7d400;
    background-color: rgba(0,0,0,0.5);
  }
  .header-top .search-wrap .btn-search.nav > li > a i {
    width: 15px;
  }
  .header-top .search-wrap .btn-search.nav > li > a:hover,
  .header-top .search-wrap .btn-search.nav > li > a:focus {
    background-color: rgba(0,0,0,1);
  }
  .header-top .search-wrap .btn-search .dropdown > a:before {
    content: "";
  }
  .header-top .search-wrap .btn-search .dropdown.open > a > i:before {
    content: "\f00d";
  }
  .header-top .search-wrap .btn-search > li > .dropdown-menu {
    padding: 10px 10px 0;
    margin: 0;
    border: none;
    background-color: #fff;
  }
  .header-top .search-wrap .btn-search.nav .open > a,
  .header-top .search-wrap .btn-search.nav .open > a:hover,
  .header-top .search-wrap .btn-search.nav .open > a:focus {
    background-color: #000;
    border-color: transparent;
  }
  .header-top .search-wrap .navbar-nav .open .dropdown-menu {
    position: absolute;
    margin-left: -228px;
    background-color: #fff;
  }
  .header-top .search-wrap .btn-search .animated {
    -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
  }
  .header-top .search-wrap .form-group.search {
    display: inline-block;
  }
  .header-top .search-wrap .form-group.search .form-control {
    padding: 3px 10px 3px 25px;
    width: 220px;
    height: 30px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    border: 1px solid #aaa;
  }
  *::-ms-backdrop, .header-top .search-wrap .form-group.search .form-control {
    padding: 3px 10px 3px 22px;
    width: 200px;
  }
  .header-top .search-wrap .form-group.search:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f002";
    top: 17px;
    left: 22px;
    color: #000;
  }
  *::-ms-backdrop, .header-top .search-wrap .form-group.search:before {
    top: 16px;
    left: 20px;
  }
  .header-top .search-wrap .navbar-nav button {
		margin-left: 5px;
		width: 25px;
		height: 25px;
    color: #fff;
    background-color: #000;
  }
  *::-ms-backdrop, .header-top .search-wrap .navbar-nav button {
    margin-top: -51px;
  }
  .header-top .search-wrap .navbar-nav button:hover {
    color: #000;
    background-color: #f7d400;
  }
}
@media (max-width:320px) {
  .header-top .search-wrap .navbar-nav .open .dropdown-menu {
    margin-left: -245px;
		width: 290px;
  }
  .header-top .search-wrap .form-group.search .form-control {
    width: 230px;
  }
}

/* nav架構 */
.header {
  background-image: -webkit-linear-gradient(bottom, #ececec, #fff);
  background-image: -moz-linear-gradient(bottom, #ececec, #fff);
  background-image: -o-linear-gradient(bottom, #ececec, #fff);
  background-image: -ms-linear-gradient(bottom, #ececec, #fff);
  background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}
.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

/* logo */
.header h1 {
  margin: 0;
}

.header .navbar-brand {
  display: block;
  padding: 0 15px;
  overflow: hidden;
}

.header .navbar-brand a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../images/logo_new.svg) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header .navbar-brand:hover,
.header .navbar-brand:focus {
  text-decoration: none;
}

/* 主選單 */
.header .navbar {
  margin-bottom: 0;
}

.header .navbar-default .navbar-nav>li>a {
  font-size: 15px;
  color: #333;
  /*font-style: italic;*/
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* =====================================
   選單 < 992 即縮為按鈕
===================================== */
@media (max-width: 991px) {
	.header .nav,
	.header .dropdown,
	.header .collapse {
		position: static;
	}

  /* logo */
	.header .navbar-header {
		float: none;
	}
  .header .navbar-toggle {
		display: block;
    margin-right: 0;
	}
  .header .navbar-brand {
    margin-top: 8px;
    margin-left: -20px;
    width: 195px;
    height: 32px;
  }

  /* 主選單 */
  .header .navbar {
    min-height: 55px !important;
  }
	.header .container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.header .navbar-collapse.collapse {
		display: none !important;
	}
	.header .navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}

	.header .navbar-nav {
		float: none !important;
	}
	.header .navbar-nav > li {
	  float: none;
	}
	.header .navbar-nav > li > a {
    padding: 12px 0;
	}
  .header .nav > li > a {
    font-size: 14px;
  }

  .header .navbar-default .navbar-nav > li > a {
		border-bottom: solid 1px #ddd;
	}
  .header .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: none;
  }
  .header .navbar-default .navbar-nav > li > a:focus {
		background: none;
	}
  .header .navbar-default .navbar-nav > li:hover > a {
		color: #000;
	}
  .header .navbar-default .navbar-nav > .active > a,
	.header .navbar-default .navbar-nav > .active:hover > a,
	.header .navbar-default .navbar-nav > .active > a:focus {
		color: #000 !important;
		background: transparent;
	}

  .header .navbar-default .navbar-nav > .open > a,
  .header .navbar-default .navbar-nav > .open:hover > a,
  .header .navbar-default .navbar-nav > .open > a:focus {
    color: #e5c500;
    background-color: transparent;
  }
  .header .dropdown-menu {
    padding: 5px 0 0 0;
  }
  .header .dropdown-menu > li.has-ul > a {
    padding-right: 12px;
    position: relative;
  }
  .header .dropdown-menu > li.has-ul > a::after {
    content: '+';
    display: inline-block;
    position: absolute;
    z-index: 15;
    top: 10px;
    right: 5px;
    font-size: 18px;
    color: #999;
  }
  .header .dropdown-menu > li.has-ul.open > a::after {
    content: '';
    width: 8px;
    height: 2px;
    right: 6px;
    top: 20px;
    background: #888;
  }
  .header .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}
  .header .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 15px;
    line-height: 18px;
	}
	.header .navbar-nav .open .dropdown-menu > li:hover > a,
	.header .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 15px;
		color: #777;
	}
  .header .navbar-default .navbar-nav .open .dropdown-menu > li:hover > a,
	.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #000;
	}
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active:hover > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #eee;
  }
  .header .navbar-default .navbar-nav .dropdown-menu > li > ul {
    padding-left: 25px;
    margin-top: 5px;
  }
  .header .navbar-default .navbar-nav .dropdown-menu > li > ul > li {
    position: relative;
    border-left: 1px solid #ddd;
  }
  .header .navbar-default .navbar-nav .dropdown-menu > li > ul > li >  a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 14px;
  }

  /* 次選單-product */
  .header .navbar-nav > li.dropdown.layout-large .dropdown-menu {
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
  .header .navbar-nav > li.dropdown.layout-large .dropdown-menu > li {
    padding-bottom: 10px;
  }
  .item-list {
    padding: 0;
  }
  .item-list .ti{
    padding: 0;
    position: relative;
  }
  .item-list .ti::after {
    content: '+';
    display: inline-block;
    position: absolute;
    z-index: 15;
    top: 10px;
    right: 5px;
    font-size: 18px;
    color: #999;
  }
  .item-list.open .ti::after {
    content: '';
    width: 8px;
    height: 2px;
    right: 6px;
    top: 20px;
    background: #888;
  }
  .item-list .ti  > a {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 18px;
    padding: 10px 15px;
  }
  .item-list.open .ti {
    background: #eee;
  }
  .item-list ul {
    padding-left: 20px;
    margin-top: 5px;
  }
  .item-list ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    line-height: 18px;
    background: none;
    border-left: 1px solid #ddd
  }
  .item-list ul li a {
    font-size: 14px;
    color: #000;
  }
  .item-list ul li:hover {
    background: none;
  }
  .item-list ul li:hover a {
    color: #000;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
	.header .navbar > .container .navbar-brand {
		margin-left: -10px;
	}
  .header .navbar-toggle {
		margin-right: 0;
	}
  .header .navbar-collapse,
	.header .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.header .navbar-nav {
    margin: 5px 0;
	}
	.header .navbar-default .navbar-collapse {
		border-top: #e7e7e7 solid 1px;
	}
}

/* 按鈕 */
.header .navbar-toggle {
  margin-top: 10px;
  padding: 9px 12px 9px 7px;
}
.header .navbar-toggle span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  background-color: #000;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
         transition: .25s ease-in-out;
}
.header .navbar-toggle span[class="icon-bar"] {
  position: relative;
  opacity: 0;
}

#nav-icon span:nth-child(1) {
  left: 10px;
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  left: 10px;
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  left: 10px;
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  left: 13px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 13px;
}

.header .navbar-default .navbar-toggle {
  border-color: #000;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

/* =====================================
   選單 >= 992
===================================== */
@media (min-width: 992px) {

  /* logo */
  .header .navbar-brand {
    margin-top: 30px;
    width: 215px;
    height: 35px;
    margin-left: -25px;
  }

  /* 選單 */
  .header .navbar-collapse {
		padding: 0;
	}
  .header .navbar {
		min-height: 85px !important;
	}
  .header .navbar-nav {
		position: relative;
    margin: 0;
    float: right;
      margin-right: -20px;
	}
  .header .navbar-nav > li > a {
    position: relative;
    padding: 44px 10px 20px;
  }
  .header .nav > li > a {
	  font-size: 15px;
	}

  .header .navbar-default .navbar-nav > li:hover > a,
  .header .navbar-default .navbar-nav > li > a:focus,
  .header .navbar-default .navbar-nav > .active:hover > a {
    color: #e5c500;
  }
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
  }
  .header .navbar-default .navbar-nav > .open > a,
  .header .navbar-default .navbar-nav > .open > a:hover,
  .header .navbar-default .navbar-nav > .open > a:focus {
    color: #e5c500;
    background-color: transparent;
  }

  /* 次選單 */
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
  .header .open > .dropdown-menu {
		display: none;
	}
  .header .dropdown-menu {
    left: 50%;
    margin: 0 0 0 -90px;
    min-width: 180px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .16);
            box-shadow: 0 0 2px rgba(0, 0, 0, .16);
  }
  .header .dropdown-menu > li {
    position: relative;
    display: block;
  }
  .header .dropdown-menu > li > a {
    display: block;
    padding: 8px 12px;
    white-space: normal;
		font-size: 13px;
    color: #666;
    line-height: 1.5;
    border-bottom: #eee solid 1px;
  }
  .header .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  .header .dropdown-menu > li:hover > a,
  .header .dropdown-menu > li > a:focus {
    color: #f7d400;
    background-color: #000;
  }

  .header .dropdown-menu > li.has-ul > a {
    padding-right: 12px;
    position: relative;
  }

  .header .dropdown-menu > li.has-ul > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 15;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    right: 7px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
  }

  .header .dropdown-menu > li.has-ul:hover > a::after,
  .header .dropdown-menu > li.has-ul:hover > a:focus::after {
    border-color: rgba(255,255,255,0.8);
  }

  .header .dropdown-menu > li.has-ul:hover > a::before,
  .header .dropdown-menu > li.has-ul:hover > a:focus::before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    bottom: -15px;
    right: 0;
    width: 25px;
  }

  .header .dropdown-menu > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 180px;
    left: 180px;
    top: 0;
    display: none!important;
  }

  .header .dropdown-menu > li > ul > li {
    display: block;
    position: relative;
  }

  .header .dropdown-menu > li > ul > li > a {
    display: block;
    padding: 8px 0;
		font-size: 13px;
    color: #fff;
    border-bottom: #333 solid 1px;
    line-height: 1.5;
    background: #000;
  }

  .header .dropdown-menu > li > ul > li:hover > a,
  .header .dropdown-menu > li > ul > li > a:focus {
    background: #222;
  }

  .header .dropdown-menu > li:hover > ul {
    display: block!important;
  }

  /* 次選單-product */
  .header .navbar-nav > li.dropdown.layout-large .dropdown-menu {
    margin-left: 0;
    left: -100px;
    width: 460px;
    text-align: left;
  }
  .header .navbar-nav > li.dropdown.layout-large .dropdown-menu.m2 {
    left: -250px;
  }
  .header .navbar-nav > li.dropdown.layout-large .dropdown-menu > li {
    padding: 25px 0;
  }
  .item-list .ti a {
    font-size: 15px;
    color: #000;
  }
  .item-list .ti a[href]:hover {
    text-decoration: underline;
  }
  .item-list ul {
    margin-top: 10px;
    display: block!important;
  }
  .item-list ul li {
    margin-top: 6px;
    padding-left: 12px;
    line-height: 18px;
    background: url(../images/nav_aw.gif) no-repeat 0 7px;
  }
  .item-list ul li a {
    font-size: 12px;
    color: #666;
  }
  .item-list ul li:hover {
    background: url(../images/nav_aw-over.gif) no-repeat 0 7px;
  }
  .item-list ul li:hover a {
    color: #000;
  }
}

@media (min-width: 1200px) {
  .header .navbar-nav > li > a {
    padding: 44px 22px 20px;
  }
}

/* 選單捲動時，滑出的區塊 */
@media (max-width:991px) {
	.fixed.main-navigation {
		position: relative !important;
		top: auto !important;
	}
  .main-navigation .dropdown-menu ul {
    display: none;
  }
}

@media (min-width: 992px) {
  .main-navigation {
		position: relative;
		z-index: 3;
		height: 85px;
	}
	.fixed-header-on .main-navigation.fixed {
		position: fixed;
		z-index: 1006;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #000;
		opacity: 0;
		 filter: alpha(opacity=0);
	}
	.fixed-header-on .main-navigation.fixed.animated {
		-webkit-animation-duration: 0.4s;
		animation-duration: 0.4s;
	}

	.fixed-header-on .main-navigation.fixed .navbar-brand {
		margin-top: 15px;
	}
	.fixed-header-on .main-navigation.fixed .navbar-brand a {
		background: url(../images/logo_new-w.svg) no-repeat 0 0;
	}
  .fixed-header-on .main-navigation.fixed .navbar-nav > li > a {
    padding-top: 30px;
  }
	.fixed-header-on .main-navigation.fixed .navbar-nav > li > .dropdown-menu {
		margin-top: -1px;
	}
}

.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > li > a:hover,
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > li > a:focus {
  color: #f7d300;
}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .active > a,
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .active > a:hover,
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .active > a:focus {
  color: #f7d300;
}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .open > a,
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .open > a:hover,
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .open > a:focus {
  color: #f7d300;
}

/* =====================================
   footer
===================================== */
/*#footer {
	margin-top: 40px;
}*/
#footer .wrap-1800{
  max-width: 1800px;
  margin: auto;
}
#footer .info {
  padding: 25px 0;
  color: #333;
  background-color: #e6e7e8;
}
@media (max-width: 1879px) {
  #footer .wrap-1800{
    max-width: 1880px;
    padding: 0 45px;
  }
}
@media (max-width: 1800px) {
  #footer .wrap-1800{
    max-width: 1800px;
    padding: 0 40px;
  }
}
@media (min-width:992px) {
  #footer .info {
    padding: 25px 0;
  }

  #footer .info .col-md-2 {
    width: 19%;
  }

  #footer .info .col-md-10 {
    width: 81%;
  }
}

@media (max-width:479px) {
  #footer .hidden-480 {
    display: none;
  }
}

#footer .info .name {
  font-size: 20px;
  color: #000;
}

#footer .info .add {
  margin: 5px 0 12px;
  font-size: 12px;
  line-height: 22px;
}

#footer .info .data {
  font-size: 14px;
}

#footer .info .data li {
  margin-top: 8px;
}

#footer .info .data li a {
  color: #333;
}

#footer .info .data li a:hover {
  color: #000;
}

#footer .info .data li i {
  display: inline-block;
  margin-right: 6px;
  width: 23px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  background-color: #000;
  overflow: hidden;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}

#footer .info .social {
  margin: 15px 0;
}

#footer .info .social a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  background: url(../images/social.png) 0 0 no-repeat;
  -webkit-background-size: 80px 40px;
  background-size: 80px 40px;
  background-position: 0 0;
  text-indent: -999px;
}

#footer .info .social a.fb {
  background-position: 0 0;
}

#footer .info .social a.fb:hover {
  background-position: 0 -20px;
}

#footer .info .social a.linkedin {
  background-position: -20px 0;
}

#footer .info .social a.linkedin:hover {
  background-position: -20px -20px;
}

#footer .info .social a.twitter {
  background-position: -40px 0;
}

#footer .info .social a.twitter:hover {
  background-position: -40px -20px;
}

#footer .info .social a.youtube {
  position: relative;
  top: 3px;
  width: 25px;
  height: 25px;
  -webkit-background-size: 100px 50px;
  background-size: 100px 50px;
  background-position: -75px 0;
}

#footer .info .social a.youtube:hover {
  background-position: -75px -25px;
}

@media (max-width:1200px) {
  #footer .info .social a {
    margin-right: 10px;
  }
}

@media (max-width:991px) {
  #footer .info .data li {
    display: inline-block;
    margin-right: 15px;
  }

  #footer .info .social a {
    margin-right: 20px;
  }
}

@media (min-width:992px) {
  #footer .link .col-md-4 {
    width: 28%;
  }

  #footer .link .col-md-2 {
    width: 13%;
  }

  #footer .link .col-md-2.industries {
    width: 16%;
  }

  #footer .link .col-md-2.support {
    width: 14%;
  }

  #footer .link .col-md-4:first-child .box:last-child{
    margin-top: 0;
  }
  
  #footer .link ul li{
    padding-right: 10px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #footer .link .col-md-4.goods {
    width: 26%;
  }

  #footer .link .col-md-2 {
    width: 18.5%;
  }

  #footer .link .col-md-2.industries {
    width: 20.5%;
  }

  #footer .link .col-md-2.support {
    width: 14%;
  }

  #footer .link .col-md-2.last {
    width: 20.5%;
  }
      .header .navbar-nav {
      margin-right: -10px;
	}
}

#footer .link>div {
  padding-right: 10px;
}

@media (max-width:991px) {
  #footer .link>div {
    margin-top: 25px;
  }
}

#footer .link>div:last-child {
  padding-right: 15px;
}

#footer .link .link-ti {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  background: url(../images/footer_line.gif) repeat-x bottom;
}

#footer .link .link-ti a {
  color: #333;
}

#footer .link ul {
  font-size: 13px;
  word-break: break-all;
}

#footer .link ul li {
  margin-top: 3px;
}

#footer .link ul li a {
  display: block;
  color: #444;
}

#footer .link ul li a:hover {
  color: #000;
  text-decoration: underline;
}

#footer .link ul li.list-header {
  color: #000;
}

#footer .link ul li.btn-more a {
  padding-left: 10px;
  color: #333;
}

#footer .link .industries a,
#footer .link .support a,
#footer .link .last a {
  padding-bottom: 5px;
}

#footer .link .goods ul li a:hover,
#footer .link .company ul li a:hover {
  color: #444;
  text-decoration: underline;
}

/* #footer .link .box:hover ul li.list-header {
  color: #000;
  font-weight: bold;
} */

@media (min-width:480px) and (max-width:991px) {

  #footer .link .industries ul li,
  #footer .link .support ul li,
  #footer .link .last ul li {
    display: inline-block;
    margin-right: 15px;
  }
}

#footer .link .last .box:last-child {
  margin-top: 20px;
}

@media (min-width:480px) and (max-width:991px) {

  #footer .link .goods .box,
  #footer .link .company .box {
    float: left;
  }

  #footer .link .company .box:last-child {
    margin-left: 50px;
  }
}

@media (min-width:992px) {
  #footer .link .goods .box:last-child,
  #footer .link .company .box:last-child {
    margin-top: 15px;
  }
}

@media (min-width:1200px) {
  #footer .link .goods .box {
      float: left;
  }
}

#footer .copyright {
  padding: 12px 0 3px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  background-color: #000;
}

#footer .copyright a {
  color: #ccc;
}

#footer .copyright a:hover {
  text-decoration: underline;
}

#footer .copyright ul li span {
  color: #f7d300;
}

@media (max-width:767px) {
  #footer .copyright ul li {
    line-height: 20px;
  }

  #footer .copyright .designers {
    padding-top: 8px;
  }
}

@media (max-width: 599px) {
  #footer .wrap-1800{
    padding: 0 25px;
  }
}

@media (max-width:434px) {
  #footer .copyright .designers {
    margin-top: 8px;
    border-top: #193c6f solid 1px;
  }
}

@media (min-width:435px) {
  #footer .copyright ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 17px;
    padding-left: 17px;
    background: url(../images/copyright_line.gif) no-repeat 0 1px;
  }

  #footer .copyright ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
  }
}

@media (min-width:768px) {
  #footer .copyright ul {
    text-align: left;
  }

  #footer .copyright .designers {
    text-align: right;
  }
}

@media (max-width:434px) {
  #footer .copyright ul li:last-child,
  #footer .copyright ul li:nth-last-child(2) {
    display: inline-block;
  }

  #footer .copyright ul li {
    margin-left: 17px;
    padding-left: 17px;
    background: url(../images/copyright_line.gif) no-repeat 0 4px;
    display: inline-block;
  }

  #footer .copyright ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
  }
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

section.main~#footer {
  margin-top: 40px;
}

section.main-index~#footer {
  margin-top: 0;
}

/* 20160219 新增修改主選單>產品 */
@media (min-width: 992px) {
  .header .navbar ul.dropdown-menu .item-list {
    display: inline-block;
    float: none;
    width: calc(50% - 2px);
    vertical-align: top;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav > li.dropdown.layout-large .dropdown-menu {
    left: -250px;
    width: 1000px;
  }
  .header .navbar ul.dropdown-menu .item-list {
    width: calc(20% - 3px);
    margin-bottom: 0;
  }
  .header .navbar ul.dropdown-menu .item-list .ti { height: 36px; }
}

/*20231129 NEED HELP 區塊*/
.help-block{
  background-color: #fff;
  border-color: #CCC;
  /*border-radius: 20px;*/
  padding: 20px;
  margin-top: 50px;
}
.help-title{
  font-size: 24px;
  color: #DBB800;
  text-align: center;
  line-height: 50px;
}
.help-area{
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.help-line{
  width: 3px;
  background: url(https://www.cincoze.com/data/images/help-line.gif);
  position: absolute;
  left: 0;
  height: 100%;
}
.help-icon{
  font-size: 35px;
  color: #DBB800;
}
@media (max-width:992px) {
  .help-area{
    padding-bottom: 20px;
  }
  .help-line{
    display: none;
  }
}

/* ==== 追加 2024/01/11 ==== */
.float-switch {
  display: flex;
  position: fixed;
  top: 200px;
  right: -64px;
  z-index: 1005;
  width: 416px;
  transform: translateX(350px);
  transition: transform .5s;
}
.float-switch.is-on {
  transform: translateX(0);
}

.float-switch .btn-switch {
  padding: 15px 5px 15px 5px;
  position: absolute;
  top: 0;
  left: -64px;
  width: 66px;
  height: 94px;
  font-size: 13px;
  color: #000;
  cursor: pointer;
  text-align: center;
  border: none;
  /*border-radius: 10px 0 0 10px;*/
  opacity: .9;
  background-color: #F7D300;
  transition: .3s;
}
.float-switch .btn-switch:hover {
  color: #F7D300;
  background-color: #000;
}
.float-switch .btn-switch i {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}
.float-switch .box {
  padding: 15px;
  width: 350px;
  border: #FFF solid 1px;
  /*border-radius: 0 0 0 10px;*/
  background-color: #F7F7F7;
  /*box-shadow: 0 2px 12px rgba(0, 0, 0, .15);*/
}
.float-switch .txt {
  margin: 10px 0 20px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.float-switch .form-group {
  margin-bottom: 10px;
}
.float-switch .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.float-switch .form-group label strong {
  color: red;
}
.float-switch .form-group input,
.float-switch .form-group select,
.float-switch .form-group textarea {
  padding: 0 4px;
  width: 100%;
  border: 1px solid #ddd;
}
.float-switch .form-group input:focus-within,
.float-switch .form-group select:focus-within,
.float-switch .form-group textarea:focus-within {
  border-color: #666;
  outline: none;
}
.float-switch .form-group input,
.float-switch .form-group select {
  height: 28px;
}
.float-switch .form-group.code .field {
  display: flex;
}
.float-switch .form-group .code-blank {
  flex: 1;
}
.float-switch .form-group .code-pic {
  margin-left: 10px;
  width: 120px;
}
.btn-item {
  padding-top: 10px;
  text-align: center;
}
.float-switch .btn-style {
  margin-top: 0;
  width: 170px;
  border: none;
}
.float-switch .btn-style i {
  margin-top: -4px;
}

.contact-form .float-switch {
  display: none;
}

@media (max-width: 1365px) {
  .float-switch .box {
    height: 400px;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .float-switch {
    top: auto;
    bottom: 60px;
    width: 366px;
    transform: translateX(300px);
  }
  .float-switch .box {
    width: 300px;
  }
}