/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

.clearfix {
	position:relative;
	display: block;
	clear: both;
}

html,body {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	font-family: Raleway,Helvetica Neue,Helvetica,Arial,PingFang TC,黑體-繁,Heiti TC,蘋果儷中黑,Apple LiGothic Medium,微軟正黑體,Microsoft JhengHei,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}

a {
	text-decoration: none !important;
	color: #555;
}

a:hover { color: #91C423; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

h5,h6 { margin-bottom: 20px; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #808080; }

/*
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/

/* wrapper */
.indexpage {
	padding: 10px 20px 20px 20px;
}
.mainpage {
	padding: 50px 0 80px 0;
	margin: 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFFFF;
	width: 100%;
}
.mainpage2 {
	padding: 50px 0 80px 0;
	margin: 0;
	background-image: url("../images/mainpage_bg.png"); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFFFF;
	width: 100%;
}
/*
.mainpage .container-fluid {
    padding-right: 0;
    padding-left: 0;
}*/
#mainbody {
	position:relative;
}
.mainpage-bar {
	position:relative;
	width: 100%;
	background-color: #16308F;
	min-height: 76px;
}
.mainpage-bar h3 {
	color: #ffffff;
	margin: 17px 0 0 0;
}
.mainpage .leftMenu h2 {
	color: #16308F;	
	padding: 10px 0 10px 10px;
	border-bottom:1px solid #cccccc;
}
.mainpage .leftMenu h2 i {
	font-size:18px;
}
.mainpage .leftMenu ul {
	padding: 10px 0 10px 20px;
}
.mainpage .leftMenu ul li {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 18px;
}
.mainpage .leftMenu ul li a {
}
.mainpage .leftMenu ul li a.active {
	border-bottom:2px solid #91C423;
}
.mainpage .rightMain {
	padding: 15px 0;
}
.mainpage .rightMain h4 {
	color: #16308F;
	text-align:left;
}
.mainpage .rightMain h2,h3,h4,h5,h6 {
	font-weight: 500;
}
/* wrapper */

/* header */
#header {
	position:relative;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	min-height: 110px;
}
.top-logo {
	position: relative;
}
.top-logo img {
	padding: 6px 0 3px 20px;
}
.language {
	padding-top: 35px;
	padding-right: 30px;
}
.language a {
	margin-right:10px;
	background-color: #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width:40px;
	height:40px;
	float: right;
	color: #ffffff;	
}
.header-home i {
    font-size: 25px;
	color: #ffffff;
	padding-top: 8px;
}
a.header-home2 {
    font-size: 15px;
	color: #ffffff;
	padding-top: 8px;
}
/* header */

/* Nav */
#header .container-fluid {
	padding-right: 0px;
    padding-left: 0px;
}
.navbar {
	position:relative;
	width: 100%;
	background-color: rgba(22, 48, 143, 1);
    border-color: transparent;
    margin-bottom: 0px;
    border: 0;
	text-align:center;
	border-radius: 0px;
	height: 85px;
	z-index: 2;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-img {
	float: left;
	background-color: #91C423;	
	display: inline-block;
	height: 85px;
}
ul.navbar-nav {
	list-style: none;
	float: left;
	display: inline-block;
	margin-left: 5%;
}
.navbar-nav > li {	
	padding: 10px 30px 10px 0;
	margin: 19px 30px 20px 0;
	border-right: 1px dotted #ffffff;
}
.navbar-nav > li:last-child {
	border-right:none;
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	padding: 5px;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#91C423;background-color:transparent}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
	color: #91C423;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #91C423;
    background-color: transparent;
}
.navbar-nav > li:hover a,.navbar-nav > li.active a {
	color: #91C423;
	border-bottom:3px solid #91C423;
}


.navbar-default .dropdown-menu {
    width: 100%;
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 98;
    border-radius: 0;
    border: 0;
    background-color: #CCCCCC;
    float: none;
    text-align: left;
    min-height: 50px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.subMenu {
	display: none;
	position: absolute;
	background-color: #cccccc;
	background-color: rgba(220, 220, 220, 0.9);
	width: 100%;
	margin-top: 0px;
	z-index: 1;
}
.subMenu ul {
	width: 100%;
	list-style:none;
	margin-left: 70px;
}
.subMenu ul li {
	float:left;
	padding: 15px 20px;
}
.subMenu ul li a {
	color: #FFFFFF;
}
.subMenu ul li a.active {
	color: #333333;
	font-weight: 500;
}
.subMenu2 {
	display: none;
	position: absolute;
	background-color: #cccccc;
	background-color: rgba(0, 0, 0, 0.7);
	width: 200px;
	margin-top: 15px;
	margin-left: -35px;
	z-index: 1;
}
.subMenu2 ul {
	width: 100%;
	list-style:none;
}
.subMenu2 ul li {
	margin: 0;
	padding: 15px 0px 15px 25px;	
	border-bottom:1px solid rgba(255, 255, 255, 0.7);	
	text-align: left;
}
.subMenu2 ul li:hover {
	background-color: #91C423;
	background-color: rgba(145, 196, 35, 1);
}
.subMenu2 ul li a {
	color: #FFFFFF !important;
	border-bottom:0px solid rgba(255, 255, 255, 0) !important;
}

.parallax {
    background-repeat: repeat-x;
    background-position: center center;
}
/* Nav */

/* index */
.index_banner, .page_banner, .index01, .index02 {
	position:relative;
	width: 100%;
}
.index01 h2 {
	color: #ffffff;	
}
.index021 h2 {
	width: 200px;
	height: 50px;
	color: #16308F;	
	background-color: #fff;
	margin: 0 auto 35px auto;
	position:relative;
	z-index: 2;
	display: inline-block;
}
.index021 hr {
	position: absolute;
	z-index: 1;
	width: 100%;
    border: 4px solid #16308F;
	margin-top: 17px;
}
/* index */

/* about */
.about_01 {
	background-color:#E6E6E6;
}
.about_011 {
	float:left;
	width: 50%;
	background-color: transparent;
}
.about_012 {
	padding: 20px 30px;
	background-color: transparent;
}
.about_021 {
	background-color:#E6E6E6;
}
.about_022 {
	background-color:#16308F;
}
.about_023 {
	float:left;
	width: 20%;
}
.about_024 {
	float:left;
	width: 80%;
	padding : 25px;
}
.about_03 {
	background-color:#E6E6E6;
}
.about_031 {
	float:left;
	width: 50%;
	padding : 20px;
}
.about_032 {
	float:left;
	width: 50%;
}
.about_033 {	
	border-bottom:3px solid #16308F;
	display:inline-block;
}
.about_0341 {
	float:left;
	width: 50%;
}
.about_c {
	background-color: rgba(220, 220, 220, 0.6);
}
/* about */

/* service */
.service_01 {	
	border-bottom:3px solid #16308F;
	display:inline-block;
}
.service_011 {
	float:left;
	width: 20%;
}
.service_012 {
	float:left;
	width: 80%;
	padding : 0 20px;
}
.service_02 {
	float:left;
	width: 33%;
}
.service_03 {
	float:left;
	width: 25%;
}
.service_04 {
	background-color:#E6E6E6;
}
.service_041 {
	float:left;
	width: 50%;
}
.service_051 {
	background-color:#E6E6E6;
}
.service_052 {
	background-color:#16308F;
}
.service_055 {
	background-color:#91C423;
}
.service_053 {
	margin-left: 25%;
	float:left;
	width: 20%;
    text-align: center;
	vertical-align: middle;
}
.service_054 {
	float:left;
	width: 55%;
	padding : 20px;
}
.service_054 p {
	text-align: left;
}
.service_06 h3 {
	width: 220px;
	height: 50px;
	color: #000000 !important;	
	background-color: #fff;
	margin: 0 0 35px 0;
	position:relative;
	z-index: 2;
	display: inline-block;
}
.service_06 hr {
	position: absolute;
	z-index: 1;
	width: 100%;
    border: 3px solid #16308F;
	margin-top: 16px;
}
.service_07 h3 {
	width: 220px;
	height: 50px;
	color: #000000 !important;	
	background-color: #fff;
	margin: 0 0 35px 0;
	position:relative;
	z-index: 2;
	display: inline-block;
}
.service_07 hr {
	position: absolute;
	z-index: 1;
	width: 100%;
    border: 3px solid #91C423;
	margin-top: 16px;
}
.service_08 img {
	max-width: none;
	position:relative;
	z-index: 1;
}
.service_08 a {
	position:absolute;
	display: inline-block;
	width: 200px;
	height: 40px;
	z-index: 2;
	/*background-color: rgba(220, 220, 220, 0.6);*/
}
.service_09 .col-no-p {padding-right: 0px;padding-left: 0px;}
.service_091 {box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);padding:27px 0;background-color: #16308F;text-align: center;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.service_0911 {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.service_092 {box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);padding:25px 0;background-color: #91C423;text-align: center;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.service_0921 {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.service_093 {box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);padding:10px 0;background-color: #A1A1A1;text-align: center;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.service_09 span {width:100%;display: inline-block;color: #FFFFFF;font-size: 18px;font-weight: 500;}
.service_09 a span {cursor:pointer;}
.service_091a:hover {background-color: rgba(22, 48, 143, 0.8);}
.service_092a:hover {background-color: rgba(145, 196, 35, 0.8);}
.service_093a:hover {background-color: rgba(161, 161, 161, 0.8);}

.serviceModal .modal {top: 15%;}
.serviceModal .modal-title {color: #16308F;font-size: 24px;font-weight: 600;} 
.serviceModal .modal-body h4 {color: #16308F;font-size: 18px;font-weight: 400;}
.serviceModal .modal-body p {padding-bottom: 10px;}
.serviceModal .close {font-size: 40px;}
.service_0811 {margin: 265px 0 0 320px;}
.service_0821 {margin: 64px 0 0 40px;}
.service_0822 {margin: 64px 0 0 330px;}
.service_0823 {margin: 64px 0 0 615px;}
.service_0831 {margin: 5px 0 0 320px;}
.service_0832 {margin: 65px 0 0 40px;}
.service_0833 {margin: 65px 0 0 330px;}
.service_0834 {margin: 65px 0 0 615px;}
.service_0841 {margin: 60px 0 0 3px;}
.service_0842 {margin: 60px 0 0 211px;}
.service_0843 {margin: 45px 0 0 530px;}
.service_0844 {margin: 240px 0 0 430px;}
/* service */

/* products */
#products h4 {
	margin: 15px 0;
	text-align:center;
}
#products .leftMenu h2 {
	color: #16308F;	
	padding: 10px 0 10px 10px;
	border-bottom:1px solid #cccccc;
}
#products .leftMenu h2 i {
	font-size:18px;
}
#products .leftMenu ul {
	padding: 10px 0 10px 20px;
}
#products .leftMenu ul li {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 18px;
}
#products .leftMenu ul li a {
}
#products .leftMenu ul li a.active {
	border-bottom:2px solid #91C423;
}
#products .rightMain h4 {
	color: #16308F;
	text-align:left;
}
#products .rightMain img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #91C423;
}
/* products */
	
/* quality */
#quality .rightMain h4 {
	color: #000000;	
	text-align:left;
}
.quality_01 {	
	border-bottom:3px solid #16308F;
	display:inline-block;
}
.quality_02 {
	float:left;
	width: 50%;
}
/* quality */

/* resource */
#resource .rightMain h4 {
	color: #000000;	
	text-align:left;
}
.resource_01 {	
	border-bottom:3px solid #16308F;
	display:inline-block;
}
/* resource */

/* news */
#news h4 {
	margin: 15px 0;
}
/* news */

/* contact */
.contact_01 {
	color: #000000;	
	/*border: 1px solid #999999;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	padding: 30px 25px;
}
.contact_01 span {
	color: #16308F;
	font-size:20px;
}
.contact_02 {	
	background-color: #16308F;
	color: #fff;
	padding: 15px 20px;
}
.contact_02 h4, .contact_02 p, .contact_02 i {
	color: #fff;
}
.contact_03 {
	text-align:left !important;
}
/* contact */

/* footer */
#footer {
	background-image: url("../images/footer_bg.jpg"); 
	background-repeat: repeat-y; 
	background-position: center center;
	min-height: 255px;
	color: #3F210E;
}
.footer01 {
	padding: 16px 0 10px;
	text-align:center;
	color: #3F210E;	
}
.footer01 ul {
	list-style: none;
	display:inline-block;
}
.footer01 li {
	float:left;
	color: #ffffff;
	font-size: 18px;
	padding: 8px 35px;
	border-right:1px dotted #ffffff;
}
.footer01 li:last-child {
	border-right:none;
}
.footer01 li a {
	color: #ffffff;
	font-weight: 600;
}
.footer01 li a:hover {
	color: #16308F;
}
.footer02 {
	border-top:1px solid #91C423;
	padding: 6px 0 7px 0;
	color: #ffffff;
}
.footer02 h4 {
	color: #ffffff;
	margin: 0 0 5px 0;
}
.footer02 a, .footer021 a, .footer021 a {
	color: #ffffff;
}
/* footer */

#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #000000;
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}
#scroll-up:hover {
	color: #ACBCE6;
}
#scroll-up.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .8;
}
#scroll-up.go-topfade-out {
  opacity: .8;
}
/* mobile menu */
.button_container {
  display: none;
  position: fixed;
  top: 25px;
  right: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
      -ms-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #000000;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #0d1d53;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
          transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .8;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 43%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  /*font-family: 'Vollkorn', serif;*/
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  /*height: 25%;*/
  height: calc(100% / 9);
  /*min-height: 40px;*/
  padding:5px 0;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  padding-bottom:3px;
  text-align: center;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFD800;
  -webkit-transition: .35s;
          transition: .35s;
}
.overlay ul li.subnav2 {
  padding:2px 0 2px 50px;
  font-size: 15px;
}
.overlay ul li.lang a {
	display: inline !important;
}
.overlay ul li.share a {
	display: inline !important;
	padding: 0 10px 0 0;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* mobile menu */

.blockcolor { color: #000000 !important;}
.redcolor { color: #C30C21 !important;}
.bluecolor { color: #16308F !important;}
.greencolor { color: #91C423 !important;}
.whitecolor { color: #ffffff !important;}