/* ------------------------------------------------------------------
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: Roboto,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: #221814;
}

a:hover { color: #0067A3; }

a img { border: none; }

img { max-width: 100%;display:block; }

iframe { border: none !important; }


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

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

h5,h6 { margin-bottom: 20px; }
h1 { font-size: 50px; }
h2 { font-size: 38px; }
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 */
#mainbody {
	overflow: hidden;
}
.indexpage {
	padding: 10px 20px 20px 20px;
}
.mainpage {
	padding: 0px 0 0 0;
	margin: 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFFFF;
	width: 100%;
}
.mainpage2 {
	background-image: url("../images/mainpage_bg2.png"); 
}
.mainpage3 {
	background-image: url("../images/mainpage_bg3.png"); 
}
.mainpage4 {
	background-image: url("../images/mainpage_bg4.png"); 
}
.mainpage .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
#mainbody {
	position:relative;
}
.mainpage-bar {
	position:relative;
	width: 100%;
	background-color: #E4E4E5;
	min-height: 38px;	
	color: #727171;
}
.mainpage-bar-1 {
	padding: 8px 0 0 20px;
}
.mainpage-bar a {
	color: #727171;
}
.mainpage-bar i {
	color: #727171;
	padding: 0 10px;
}
.mainpage-bar2 {
	position:relative;
	width: 100%;
	background-color: #2F2725;
	min-height: 100px;
	padding-top: 25px;
}
/* wrapper */

/* header */
#header {
	position:relative;
	z-index: 10;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 10px;
}
#header .container {
	/*padding-right: 0px;
    padding-left: 0px;*/
	margin: 0 auto;
}
.header-i #header {
	position:absolute;
	z-index: 10;
	background-color: transparent;
	margin-top: 30px;
}
.top-logo {
	position: relative;
}
.top-logo img {
	/*padding: 6px 0 3px 20px;*/
}
.language {
	margin-top: 22px;
}
.language a {
	margin-right:10px;
	background-color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #231815;
	width:30px;
	height:30px;
	line-height: 30px;
	float: right;
	color: #231815 !important;	
}
.language a:hover {
	margin-right:10px;
	background-color: #009BE4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #009BE4;
	width:30px;
	height:30px;
	line-height: 30px;
	float: right;
	color: #ffffff !important;	
}
.header-i .language a {
	margin-right:10px;
	background-color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	width:30px;
	height:30px;
	line-height: 30px;
	float: right;
	color: #ffffff !important;
}
.header-i .language a:hover {
	margin-right:10px;
	background-color: #009BE4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #009BE4;
	width:30px;
	height:30px;
	line-height: 30px;
	float: right;
	color: #ffffff;	
}
.header-home i {
    font-size: 25px;
	color: #ffffff;
	padding-top: 8px;
}
a.header-home2 {
    font-size: 15px;
	color: #ffffff;
	padding: 0 2px;
	text-align:center;
}
/* header */

/* Nav */
.navbar {
	position:relative;
	width: 100%;
	background-color: transparent;
    border-color: transparent;
    margin-top: 15px;
    border: 0;
	text-align:center;
	z-index: 2;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
ul.navbar-nav {
	list-style: none;
	float: left;
	display: inline-block;
}
.navbar-nav > li {	
	padding: 10px 15px 10px 0;
	/*margin: 19px 30px 20px 0;*/
}
.navbar-nav > li:last-child {
	border-right:none;
}
.navbar-default .navbar-nav > li > a {
	color: #221814;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	padding: 5px;
}
.header-i .navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#221814;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: #221814;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #221814;
    background-color: transparent;
}
.navbar-nav > li:hover a,.navbar-nav > li.active a {
	color: #221814;
	border-bottom:3px solid #009BE4;
}
.header-i .navbar-default .navbar-nav>li>a:focus,.header-i .navbar-default .navbar-nav>li>a:hover{color:#ffffff;background-color:transparent}
.header-i .navbar-default .navbar-nav > .open > a, .header-i .navbar-default .navbar-nav > .open > a:focus, .header-i .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
	color: #ffffff;
}
.header-i .navbar-default .navbar-nav>.active>a, .header-i .navbar-default .navbar-nav>.active>a:focus, .header-i .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: transparent;
}
.header-i .navbar-nav > li:hover a,.header-i .navbar-nav > li.active a {
	color: #ffffff;
	border-bottom:3px solid #009BE4;
}

.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 22px;
}
.subMenu ul li a {
	color: #FFFFFF;
}
.subMenu ul li a.active {
	color: #333333;
	font-weight: 500;
}
.subMenu2 {
	display: none;
	position: absolute;
	/*background-color: #cccccc;*/
	width: 135px;
	margin-top: 10px;
	margin-left: -35px;
	z-index: 1;
}
.subMenu2 ul {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	list-style:none;
}
.subMenu2 ul li {
	margin: 0;
	padding: 8px 0px 8px 0;	
	border-bottom:1px solid rgba(255, 255, 255, 0.7);
	text-align: center;
}
.subMenu2 ul li:hover {
	color: #ffffff !important;
	background-color: rgba(0, 103, 163, 0.8);
}
.subMenu2 ul li a {
	color: #595757 !important;
	border-bottom:0px solid rgba(255, 255, 255, 0) !important;
}
.subMenu2 ul li:hover a, .subMenu2 ul li a:hover {
	color: #ffffff !important;
}
.parallax {
    background-repeat: repeat-x;
    background-position: center center;
}
/* Nav */

/* index */
.index_banner {
	position: relative;
	width: 100%;
	z-index: 1;
}
.page_banner, .index01, .index02, .index03, .index04 {
	position:relative;
	width: 100%;
	display: block;
}
.page_banner {
}
#page-banner {
	position: relative;
	z-index: 1;
}
#page-banner-title {
	position: absolute;
	z-index: 2;
	margin-left: 23%;
	padding: 120px 0 0 0;
}
#page-banner-title h2 {
	color: #FFFFFF;
	margin: 0 0 0 0;
	line-height: 1.2;
}
#page-banner-title h1 {
	color: #C7C8C8;
}
.index01-news {
	width: 100%;
	position: absolute;
	z-index: 1;
	background-color: #2F2725;
	color: #FFFFFF;	
	margin: -50px 0 0 0;
	padding: 15px 80px;
    text-align: center;
	font-size: 15px;
}
.index01-news-01 {
    text-align: left;
	padding-left: 30px;
	font-size: 16px;
}
.index01-news-02 {
    text-align: left;
	font-size: 16px;
}
.index01 {
	background-image: url("../images/index_01.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color: #E4E4E5;
}
.index011 {
	width: 500px;
	margin: 335px 0 100px 120px;
}
.index011 h2 {
	color: #3E3939;	
	margin-top: 50px;
}
.index011 p {
    font-size: 18px;
    line-height: 2;
}
.index02 .col-md-12 {
	padding-right: 0px;
    padding-left: 0px;
}
.index021 img {
	margin: 0 auto;
}
.index03 {
	background-image: url("../images/index_06.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #005598;
}
.index031 {
	background-color: #E4E4E5;
}
.index032 {
    text-align: center;
	padding: 10px 0 30px 0;
}
.index032 img {
	margin: 0 auto;
}
.index04 {
	height: 401px;
}
.index04 .gmap {
	width: 100%;
	position: absolute;
	z-index: 1;	
}
.index041 {
	width: 100%;
	position: absolute;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.7);
	min-height: 401px;
}
.index042 {
	padding: 26px 0;
}
/* index */

/* about */
.about_01 {
	position: absolute;
	z-index: 2;	
	width: 500px;
	background-color: #2F2725;
	padding: 60px 70px 170px 70px;
	margin: 100px 0 0 380px;
}
.about_02 {
	position: relative;
	z-index: 1;	
	float: right;
}
.about_03 {
	position: relative;
	z-index: 1;	
	float: left;
}
.about_04 {		
	position: absolute;
	z-index: 2;	
	width: 550px;
	background-image: url("../images/about_04.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #00AEEB;
	padding: 60px 70px 150px 100px;
	margin: 100px 0 0 1000px;
}
.about_041 {
	position: absolute;
	z-index: 3;	
	color: #000000;
	margin: -120px 0 0 0;

}
.about_05 {
	background-color: #E4E4E5;
	padding: 15px 30px;
}
.about_05 h2 {
	color: #005598;
}
.about_05 h3 {
	color: #2E2625;
}
.about_05 p {
	color: #3E3939;
}
.about_06 {
	text-align: center;	
	font-size: 20px;
	font-weight: 700;
}
.about_07 {
	text-align: left;
	font-size: 18px;
}
/* about */

/* device */
.device_01 {
	margin: 40px 0 10px 0;
}
.device_01 hr {
	position: absolute;
    z-index: 1;
    width: 95%;
    border: 2px solid #009BE4;
    margin-top: 15px;
}
.device_01 h3 {
	width: 100px;
    height: 50px;
    color: #009BE4;
    background-color: #fff;
    margin: 0 auto 35px auto;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.device_02 {
	margin: 0 0 10px 0;
	text-align: center;	
}
.device_02 img {
	margin: 0 auto;
}
.device_02 h4 {
	text-align: center;	
}
/* device */

/* service */
.service_01 {	
    background-color: #E4E4E5;
}
.service_02 {
	margin: 0 0 50px 0;
}
/* service */

/* products */
.products_01 {
	margin: 40px 0 10px 0;
}
.products_01 hr {
	position: absolute;
    z-index: 1;
    width: 95%;
    border: 2px solid #009BE4;
    margin-top: 15px;
}
.products_01 h3 {
	width: 150px;
    height: 50px;
    color: #009BE4;
    background-color: #fff;
    margin: 0 auto 35px auto;
    position: relative;
    z-index: 2;
    display: inline-block;
}
/* 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: 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_04 .gmap {
	position: relative;
	width: 100%;
	display: block;
}
/* contact */

/* footer */
#footer {
	background-color: #005598;
	color: #ffffff;
}
.footer01 {
	padding: 20px 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: 2px 40px;
	border-left:1px solid #ffffff;
}
.footer01 li:last-child {
	border-right:1px solid #ffffff;
}
.footer01 li a {
	color: #ffffff;
	font-weight: 600;
}
.footer01 li a:hover {
	color: #e9e9e9;
}
.footer021 {
	padding: 10px 0;
}
/* footer */
#scroll-up2 {
    position: fixed;
    z-index: 98;
    bottom: 130px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	opacity: .9;
}
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 50px;
    right: 30px;
    width: 71px;
    height: 71px;
    background-color: #009BE4;
    color: #ffffff;
    font-size: 40px;
    line-height: 62px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}
#scroll-up:hover {
	color: #0db0ff;
}
#scroll-up.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .9;
}
#scroll-up.go-topfade-out {
  opacity: .9;
}
/* mobile menu */
.button_container {
  display: none;
  position: fixed;
  top: 30px;
  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: #009BE4;
  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: #0061B0;
  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: .9;
  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% / 8);
  /*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 40px;
  font-size: 18px;
  height: 40px;
}
.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 */
.ih0 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.btn {font-size: 15px;}
.btn-ch {padding: 6px 30px;}
.btn-ch i {margin-left: 12px;}
.btn-ch2 {padding: 10px 35px;font-size: 20px;}
.btn-ch2 i {margin-left: 12px;}
.btn-ch3 {padding:10px 35px;color:#ffffff;background-color: transparent;}
.btn-ch3:hover, .btn-ch3.active {padding: 10px 35px;color:#ffffff;background-image: url("../images/icon_02.png");background-repeat:no-repeat;background-position:center center;background-color:transparent;}
.btn-gray {padding: 6px 30px;background-color: #595757;border-color: #595757;}
.blockcolor { color: #000000 !important;}
.redcolor { color: #C30C21 !important;}
.bluecolor { color: #005498 !important;}
.bluecolor2 { color: #009AE4 !important;}
.greencolor { color: #91C423 !important;}
.whitecolor { color: #ffffff !important;}

.bg-white {background-color: #ffffff !important;}
.bg-gray {background-color: #E4E4E5 !important;}
.bg-blue {background-color: #005498 !important;}
.bg-blue2 {background-color: #009AE4 !important;}