/* ------------------------------------------------------------------
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: #1A2A53;
	font-family: 'Arial','微軟正黑體','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: #F7B42C; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


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

h1,h2,h3,h4,h5,h6 {
	color: #1A2A53;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Arial','微軟正黑體','Microsoft JhengHei', sans-serif;
}

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; }

.redcolor { color: #C30C21;}
.bluecolor { color: #003F76;}

/*
.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: 0;
	margin: 0;
	background-color:#FFFFFF;
}
/*
.mainpage .container-fluid {
    padding-right: 0;
    padding-left: 0;
}*/
#mainbody {
	position:relative;
	z-index: 1;
}
/* wrapper */

/* header */
#header {
	background-image: url("../images/header_bg.png"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: rgba(255, 255, 255, 1);
	min-height: 133px;
}
.top-logo {
	position: relative;
}
.top-logo img {
	margin: 8px 0;
}
.header-home i {
    font-size: 30px;
	padding-top: 50px;
}
/* header */

/* Nav */
.navbar {
	position: absolute;
    z-index: 999;
	top: 134px;
	width: 100%;
	background-color: rgba(50, 50, 50, .7);
    border-color: transparent;
    margin-bottom: 0px;
    border: 0;
	text-align:center;
	border-radius: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
ul.navbar-nav {
	list-style: none;	
	margin-left : 18%;
	float: none;
	min-height: 80px;
}
.navbar-nav > li {
	width:245px;
	padding: 27px 12px;
}
.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: 15px 22px;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#FFFFFF;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: #FFFFFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFFFFF;
    background-color: transparent;
}
.navbar-nav > li:hover,.navbar-nav > li.active {
	background-color: rgba(0, 0, 0, .8);
	color: #FFFFFF;
}


.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;
 }
.navbar-nav > li > ul > li {
	float:left;
	margin: 10px 0 0 5px;
	display:inline;
	padding: 10px 0;
}
.navbar-nav > li > ul > li a {
	color: #ffffff !important;
	font-size: 15px;
	padding: 0 5px;
}
.navbar-nav > li > ul > li a:hover,.navbar-nav > li > ul > li a:active {
	background-color: transparent;
	color: #ffffff !important;
	border-bottom:1px solid #FFD900;
}
.subMenu {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #cccccc;
	background-color: rgba(220, 220, 220, 0.9);
	width: 100%;
	margin-top: 0px;
}
.subMenu ul {
	width: 100%;
	list-style:none;
	margin-left: 70px;
}
.subMenu ul li {
	float:left;
	padding: 15px 20px;
}
.subMenu ul li a {
	color: #7F7F7F;
}
.subMenu ul li a.active {
	color: #333333;
	font-weight: 500;
}
.subMenu2 {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #cccccc;
	background-color: rgba(0, 0, 0, 0.7);
	width: 245px;
	margin-top: 26px;
	margin-left: -12px;
}
.subMenu2 ul {
	width: 100%;
	list-style:none;
}
.subMenu2 ul li {
	margin: 0 15px;
	padding: 15px 20px;	
	border-bottom:1px solid rgba(255, 255, 255, 0.7);	
}
.subMenu2 ul li a {
	color: #FFFFFF;	
}
.subMenu2 ul li a:hover,.subMenu2 ul li a.active {
	color: #F7B42C;
	font-weight: 500;
}
.subMenu2 li.subMenu21 a:hover,.subMenu2 li.subMenu21 a.active,.proText1 {color: #2CA5DF;}
.subMenu2 li.subMenu22 a:hover,.subMenu2 li.subMenu22 a.active,.proText2 {color: #1EAA39;}
.subMenu2 li.subMenu23 a:hover,.subMenu2 li.subMenu23 a.active,.proText3 {color: #F7B42C;}
.subMenu2 li.subMenu24 a:hover,.subMenu2 li.subMenu24 a.active,.proText4 {color: #E95413;}
.subMenu2 li.subMenu25 a:hover,.subMenu2 li.subMenu25 a.active,.proText5 {color: #B28046;}
.subMenu2 li.subMenu26 a:hover,.subMenu2 li.subMenu26 a.active,.proText6 {color: #A590C1;}

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

/* index */
.indexslider {
	position:relative;
	z-index:97;
	/*width:100%;*/
	margin-top:0;
	padding: 0;
}
.pageslider {
	position:relative;
	z-index:97;
	/*width:100%;*/
	margin-top:0;
	padding: 0;
}
/* index */

/* about */
/* about */

/* products */
/* products */

/* contact */
.contact_01 {
	color: #000000;	
	border: 1px solid #999999;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 25px;
}
/* contact */

/* footer */
#footer {
	background-image: url("../images/footer_bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: bottom center;
	min-height: 258px;
	color: #3F210E;
	border-top: 1px solid #7C675A;
}
.footer01 {
	padding: 16px 0 10px;
	text-align:center;
	color: #3F210E;	
}
.footer01 ul {
	list-style: none;
	display:inline-block;
}
.footer01 li {
	float:left;
	color: #3F210E;
	font-size: 18px;
	padding: 12px 80px;
	border-right:1px dotted #7C675A;
}
.footer01 li:last-child {
	border-right:none;
}
.footer01 li a {
	color: #3F210E;
	font-weight: 600;
}
.footer01 li a:hover {
	color: #000000;
}
.footer02 {
	border-top:1px solid #7C675A;
	padding: 25px 0 20px;
	color: #192A52;
}
.footer02 a {
	color: #192A52;
}
/* footer */

#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 70px;
    right: 30px;
    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: #000000;
  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: .7;
  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: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  /*font-family: 'Vollkorn', serif;*/
  font-weight: 400;
  text-align: left;
}
.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% / 4);
  min-height: 30px;*/
  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: left;
}
.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 */
