/* ------------------------------------------------------------------
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;	
	letter-spacing: 1px;
	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;
	color: #221814;
}

a:hover { color: #BE9E76; }

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 {
	position:relative;
	padding: 0px 0 0 0;
	margin: 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFFFF;
	width: 100%;
}
.mainpage .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.mainpage-bar {
	position:relative;
	width: 100%;
	background-color: #E4E4E5;
	min-height: 38px;	
	color: #727171;
}
.header-bar {
	width: 100%;
	position: relative;
}
.page-banner-title {	
	position:absolute;
	z-index: 5;
	width: 100%;
	color: #000000;
    text-align: left;
	padding: 250px 0 0 30%;
}
.page-banner-title h2 {
	font-weight: 700;
	margin-bottom: 0px;
}
.page-banner-title h3 {
	font-weight: 400;
}
.page-banner-img {	
	position: relative;
	width: 100%;
}
.product .page-banner-img img {
    float: right;
}
.product .header-bar {
	margin-top: 120px;
}
.product .page-banner-title {
	padding: 180px 0 0 22%;
}
.product .page-banner-title h2 {
	color: #be9e76;
}
.product .page-product-menu {
	position: absolute;
	z-index: 6;
	margin: 120px 0 0 120px;
}
.product .page-product-menu li {
	color: #221814;
	margin: 10px 0;
	font-size: 18px;
	padding: 5px 50px 5px 20px;
	font-weight: 700;
}
.product .page-product-menu li.active, .product .page-product-menu li:hover, .product .page-product-menu li:hover a, .product .page-product-menu li.active a, .product .page-product-menu li a:hover {
	background-color: #be9e76;
	color: #ffffff;
	text-decoration: none;
}
#wrapper2.product-detail .header-bar {
	margin-top: 130px;
}
#wrapper2.product-detail .header-bar .page-header-menu {
	position:absolute;
	z-index: 10;
	margin: -60px 0 0 360px;
}
.product-detail .page-header-menu ul {
}
.product-detail .page-header-menu li {
	float: left;
	margin: 10px 3px;
	padding: 5px 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.product-detail .page-header-menu li.active {
	border-bottom: 2px solid #be9e76;
}
.product-detail .header-bar .page-header-title{
	background-color: #F1F1F1;
	width: 100%;
	padding: 15px 0;

}
/* wrapper */

/* header */
#header {
	position:absolute;
	z-index: 10;
	width: 100%;
}
#wrapper2 .top-logo {
	position: absolute;
	margin: 80px 0 0 100px;
}
#wrapper2.product-detail .top-logo {
	position: absolute;
	margin: 30px 0 0 100px;
}
#wrapper2 .top-logo img {
	width: 180px;
}
.header02 .index_bottom {
    position: absolute;
	z-index: 999;
	top: 40px;
	right: 60px;
	color: #241916;
}
.header02 .index_bottom a {
	display: inline-block;
	padding: 5px 18px;
	margin: 0 5px;
	border: 2px solid #241916;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 1.2px;
}
.header02 .index_bottom a.active {
	background-color: #be9e76;
	border: 2px solid #be9e76;
	color: #ffffff;
	text-decoration: none;
}
.header02 .index_bottom a:hover, .header02 .index_bottom a:active {
	background-color: #be9e76;
	border: 2px solid #be9e76;
	color: #ffffff;
	text-decoration: none;
}
/* 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;
}
.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;
}
.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 */
#indexbody.container-fluid, #indexbody-m .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#indexbody .row, #indexbody-m .row {
    margin-right: auto;
    margin-left: auto;
}
#indexbody .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
}
#indexbody-m .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.index_banner {
	position: relative;
	z-index: 1;
	padding: 0px 0px 150px 0;
	overflow: hidden;
}
#indexbody-m .index_banner {
	padding: 10px 0 0 0;
}
#indexbody .index-logo {
	width: 100%;
	padding: 60% 0 0 120px;
	overflow: hidden;
}
#indexbody-m .index-logo {
	width: 100%;
	padding: 10px 0 0 0;
	overflow: hidden;
}
#indexbody-m .index-logo img {
	margin: 0 0 0 20px;
	max-width: 150px;
	float: left;
}
#indexbody .index-nav {
	margin: 50px 0 0 120px;
	text-align: right;
}
.index-nav li {	
	width: 212px;
	padding: 5px 10px 5px 0;
	margin: 10px 0;
	font-weight: 600;
	font-size: 18px;
}
.index-nav li:hover {
    background-color: #BE9E76;
	color: #ffffff;
	text-decoration: none;
}
.index-nav li:hover a, .index-nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#indexbody-m .flex-control-nav {
    bottom: 20px;
}
#indexbody .index_bottom {
    position: absolute;
	z-index: 999;
	top: 30px;
	right: 30px;
	color: #241916;
}
#indexbody .index_bottom a {
	display: inline-block;
	padding: 5px 18px;
	margin: 0 5px;
	border: 2px solid #241916;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 1.2px;
}
#indexbody .index_bottom a:hover, #indexbody .index_bottom a:active {
	background-color: #BE9E76;
	border: 2px solid #BE9E76;
	color: #ffffff;
	text-decoration: none;
}
/* index */

/* about */
.about_01 {
    width: 100%;
	background-image: url("../images/about_01.png"); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #FFFFFF;
}
.about_011 {
	margin: 120px auto 30px auto;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	display: table;
	line-height: 60px;
	color: #231815;
}
.about_011 {	
	border-bottom: 12px double #231815;
}
.about_012 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.about_012 h4 {
	text-align: center;
}
.about_02 {
    width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 100px;
}
.about_021 {
	margin-top: 100px;
	font-size: 36px;
}
.about_022 {
	font-size: 18px;
	line-height: 32px;
}
.about_03 {
    width: 100%;
	background-image: url("../images/about_07.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color: #FFFFFF;
	min-height: 751px;
}
.about_031 {	
	background-color: rgba(190, 158, 118, 0.8);
	min-height: 518px;
	margin-top: 80px;
	padding: 80px 400px 10px 50px;
}
.about_0311 {
	color: #ffffff;
	font-size: 36px;
}
.about_0312 {
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
}
/* about */

/* products */
.products_01 {
    padding: 100px 0 100px 0;
    width: 100%;
}
.products_02 {
	text-align: center;
	min-height: 349px;
}
.products_02 .image-frame {
	min-height: 270px;
}
.products_02 h5 {
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	margin: 10px auto 5px auto;
	border: 2px solid #be9e76;
    border-radius: 15px;
	color: #be9e76;
	font-size: 14px;
}
.products_02 h4 {
	text-align: center;
	padding: 6px 0;
	min-height: 66px;
}
.products_03 {
	line-height: 50px;
	color: #221814;
	border-bottom: 2px solid #221814;
}
.products_04 {
	display: inline-block;
	padding: 2px 15px;
	border: 2px solid #221814;	
    border-radius: 3px;
	font-size: 20px;
}
.products_05 {
	margin-bottom: 30px;
}
.ProMainBody a {
	color: #1164ee;
	text-decoration: underline;
}
.ProMainBody table {
	width: 50%;
}
.ProMainBody table th {
	width: 35%;
	background-color: #be9e76;
	color: #ffffff;
}
.ProMainBody table td {
	background-color: #F1F1F1;
	color: #000000;
}


/* products */
	
/* faq */
.faq_01 {
    padding: 50px 0;
}
.accordion .panel {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow:none; border:none; background:none;}
.accordion .panel .panel-heading {border:1px solid #ececec; padding:0; background:none;}
.accordion .panel-title {font-weight:500; font-size:inherit;}
.accordion .panel-title a{display:block; padding:15px; font-weight:300;}
.accordion .panel-title a .fa{margin-right:10px;}
.accordion .panel-body {border:none !important;}
.accordion .accordion-toggle.collapsed-icon:after{content: "\f147"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; float:right;}
.accordion .accordion-toggle.collapsed.collapsed-icon:after{content: "\f196"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;	float:right;}
.accordion .accordion-toggle.collapsed-icon-left.collapsed-icon:after{float:left; margin-right:10px;}
.accordion .accordion-toggle.collapsed-icon-left.collapsed.collapsed-icon:after{float:left; margin-right:10px;}
.accordion .accordion-toggle {}
.accordion .accordion-toggle.collapsed{ color:#848494;}
.accordion .accordion-toggle.collapsed:hover{}

.accordion.accordion-alt .panel-heading{ border:none; background: #f8f8f8;}
.accordion.accordion-alt .accordion-toggle {color:#fff;}
.accordion.accordion-alt .accordion-toggle.collapsed{ background: #f8f8f8; color:#848494;}
.accordion.accordion-alt .accordion-toggle, .accordion.accordion-alt .accordion-toggle.collapsed:hover {background-color: #004DA2;color:#fff;}

.accordion.accordion-alt .panel-collapse.in{ background: #E6EEF6;}

/* contact */
.contact_0 {
    padding: 50px 0;
    width: 100%;
	background-color: #FFFFFF;
}
.contact_01 span {
	color: #16308F;
	font-size:20px;
}
.contact_02 {	
	color: #000;
	padding: 15px 20px;
}
.contact_02 h4, .contact_02 p, .contact_02 i {
	color: #000;
}
.contact_03 {
	padding-left: 60px; 
	text-align:left !important;
	font-weight: 700;
	font-size:16px;
}
.contact_04 .gmap {
	position: relative;
	width: 100%;
	display: block;
	z-index: 1;
}
.contact_05 {
    padding: 80px 0;
    width: 100%;
	background-color: #FFFFFF;
}
.contact_05 .contact_052 span {
	display: inline-block;
	padding: 8px 15px;
	background-color: #ffffff;
	border: 2px solid #221814;
	color: #221814;
    border-radius: 5px;
    font-size: 22px;
	font-weight: 700;
	margin-right: 15px;
}
.contact_05 .contact_052 {
    font-size: 30px;
	font-weight: 700;
}
.contact_05 .contact_053 {
	font-size: 15px;
	font-weight: 400;
    margin-top: 30px;
}
/* contact */

/* footer */
#footer {
	background-color: #F1F1F1;
	color: #221814;
	background-image: url("../images/footer_bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	min-height: 294px;
	padding-top: 55px;
}
.footer01 h4 {
	margin-top: 30px;
}
.footer02 {
    text-align: right;
}
.footer021 ul {
	float: right;
	display: inline-block;
	margin-bottom: 25px;
}
.footer021 li {
	float: left;
	margin-left: 30px;
	font-size: 15px;
}
.footer022 {
	margin-bottom: 80px;
}
.footer022 a {
	display: inline-block;
	padding: 5px 18px;
	margin: 0 5px;
	border: 2px solid #241916;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 1.2px;
}
.footer022 a:hover, .footer022 a:active {
	background-color: #BE9E76;
	border: 2px solid #BE9E76;
	color: #ffffff;
	text-decoration: none;
}
/* footer */
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #004DA2;
    color: #ffffff;
    font-size: 40px;
    line-height: 59px;
    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: #000000;
}
#scroll-up.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .9;
}
#scroll-up.go-topfade-out {
  opacity: .9;
}
/* mobile menu */
#indexbody-m .button_container {
  display: none;
  position: fixed;
  top: 25px;
  right: 35px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
#wrapper2 .button_container {
  display: none;
  position: fixed;
  top: 35px;
  right: 35px;
  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;
}
#wrapper2 .button_container.active .top, #wrapper2 .button_container.active .middle, #wrapper2 .button_container.active .bottom {
  background: #004DA2;
}
.button_container span {
  background: #004DA2;
  border: none;
  height: 5px;
  width: 40px;
  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%;
}
#wrapper2 .overlay {
  position: fixed;
  /*background: #0061B0;*/
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  top: 0;
  left: inherit;
  right: -300px;
  width: 0;
  height: 100%;
  /*opacity: 0;*/
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, right .35s;
          transition: opacity .35s, visibility .35s, right .35s;
  overflow: hidden;
}
#wrapper2 .overlay.open {
  /*opacity: .9;*/
  visibility: visible;
  /*height: 100%;*/
  width: 300px;
  right: 0;
}
#wrapper2 .nav-logo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper2 .nav-logo img {
	width: 120px;
	margin: 100px 0 0 80px;
}
/*
.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-weight: 400;
  text-align: center;
}
#wrapper2 .overlay nav {
  position: relative;
  height: none;
  top: inherit;
  margin-top: 50px;
  margin-right: 160px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  height: 100%;
}
#wrapper2 .overlay ul {
  list-style: none;
  padding: 0;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  width: 210px;
}
.overlay ul li {
  display: block;
  /*height: 25%;*/
  height: calc(100% / 8);
  /*min-height: 40px;*/
  padding:5px 0;
  position: relative;
  opacity: 1;
}
#wrapper2 .overlay ul li {
  display: block;
  height: auto;
  padding: 8px 30px 8px 0;
  position: relative;
  opacity: 1;
  text-align: right;
  line-height: 28px;
  margin: 3px 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}
#wrapper2 .overlay ul li a {
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  text-align: right;
}
.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: #BE9E76;
  -webkit-transition: .35s;
          transition: .35s;
}
#wrapper2 .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 0;
}
#wrapper2 .overlay ul li a:befort {
  content: '';
  position: absolute;
  bottom: -1000px;
}
#wrapper2 .overlay ul li:hover {
    background-color: #004DA2;
	color: #ffffff; 
}
#wrapper2 ul li.nav-search {
    padding: 15px 0;
}
#wrapper2 ul li.nav-search:hover {
    background-color: #FFFFFF;
}
#wrapper2 .overlay li:hover a, #wrapper2 .overlay li a:hover {
	color: #ffffff; 
}
#wrapper2 ul li.nav-search .index-search {
	position: absolute;
	width: 250px;
	margin: 0 0 0 0;
	color: #000; 
}
.overlay ul li.subnav2 {
  padding: 2px 0 2px 40px;
  font-size: 18px;
}
#wrapper2 .overlay ul li.subnav2 {
  padding: 2px 30px 2px 0;
  font-size: 15px;
}
@-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: 8px 30px;}
.btn-ch i {margin-left: 12px;}
.btn-ch2 {padding: 8px 30px;font-size: 15px;background-color: #231815 !important;}
.btn-ch2 i {margin-left: 12px;}
.btn-ch3 {padding:10px 35px;color:#ffffff;background-color: #be9e76;}
.btn-ch3:hover, .btn-ch3.active {padding: 10px 35px;color:#be9e76;background-color:#ffffff;}
.btn-gray {padding: 6px 30px;background-color: #595757;border-color: #595757;}
.gk-color { color: #be9e76 !important;}
.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-ch {background-color: #231815 !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;}