@charset "UTF-8";
/* ------------------------------------------------------------------
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%;
}

html,body {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .5px;
	color: #717071;
	font-family: "Inter","Arial","蘋果儷中黑","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: #717071;}
a:hover {color: #000000;}
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: 600;
	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: 14px; }
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; }

::-moz-placeholder {color: #abacad !important;opacity: 1;font-size: 14px;}
:-ms-input-placeholder {color: #abacad !important;opacity: 1;font-size: 14px;}
::-webkit-input-placeholder {color: #abacad !important;opacity: 1;font-size: 14px;}
::placeholder {color: #abacad !important;opacity: 1;}

/* wrapper */
#mainbody {		
	background-color:#FFFFFF;
}
#mainbody section {
	position: relative;
    width: 100%;
}
.mainpage {
	padding: 0px 0 0 0;
	margin: 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFFFF;
	width: 100%;
}
#mainbody {
	position:relative;
	width: 100%;
}
.main-page {
	position:relative;
	z-index: 1;
	min-height: 100vh;
	padding: 50px 5px 15px 435px;
}
.index .main-page {
	padding: 0 0 0 435px;
}
.page0 .main-page {
	padding: 0px 0px 0px 435px;
}
.page1 .main-page {
	padding: 213px 50px 15px 435px;
}
.page2 .main-page {
	padding: 250px 50px 15px 435px;
}
.page3 .main-page {
	padding: 185px 50px 15px 435px;
}
.page4 .main-page {
	padding: 125px 50px 15px 435px;
}
.page5 .main-page {
	padding: 171px 50px 15px 435px;
}
/* wrapper */

/* header */
#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	display: none;
	margin: 79px 0 0 0;
}
.header-logo {
	max-width: 180px;
	padding: 10px 0 0 10px;
}
/* header */

/* nav */
#nav {
	position: fixed;
	z-index: 99;
	width: 435px;
	height: 100vh;
}
.nav {
	margin: 76px 0 0 76px;
}
.nav-logo {
	width: 100%;
}
.nav-logo img {
	max-width: 273px;
}
.nav-slogan {
	margin: 42px 0 106px 0;
	color: #666666;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 1.5px;
}
.nav-slogan span {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-menu ul li {
	padding: 5.5px 0;
}
.nav-menu ul li a {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.1px;
}
.nav-menu ul li a:hover {
	font-weight: 600;
}
.nav-footer {
	position: absolute;
	z-index: 2;
	bottom: 23px;
	font-size: 11px;
}
.nav-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-footer ul li {
	padding: 0;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 22px;
}
.nav-footer ul li a {
	line-height: 1;
	font-weight: 300;
}
.nav-footer ul li a:hover {
	font-weight: 700;
}
.nav-footer-copyright span {
	font-weight: 300;
	font-size: 12px;
	display: block;
	letter-spacing: 0.3px;
	/*transform: scale(0.91);
	transform: translateX(-1px);
	-webkit-transform: scale(0.91);
	-webkit-transform: translateX(-1px);*/
}
/* nav */

/* index */ 
.index-banner {
	position:relative;
	z-index: 3;
	overflow: hidden;
}
.index-banner .fullwidthbanner-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.index-banner .rev_slider_btn_link {
	position:relative;
	z-index: 3;
	width: 100%;
	/*height: 100vh !important;*/
}
.index-banner .rev-slidebg {
	display: none !important;
}
.index-banner .tp-bannertimer {
	display: none;
}
.index-banner .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-banner .swiper-slide {
	/* Center slide text vertically */        
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.index-banner .swiper-pagination {
	bottom: -30px;
}
.index-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.index-banner .swiper-pagination-bullet-active {
	background: #717071;
}
.index-banner .rev_slider .largewhitebg {
	/*position: relative !important;*/
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.index-banner #slide_fixed {
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.index-banner #slide_fixed a {
	width: 100%; 
	height: 100%; 
	display: none; 
	position: absolute;
}
.index-banner #slide_fixed .largewhitebg {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top:0px; 
	left:0px;
}
/*
.index-banner #slide_fixed, .index-banner #slide1, .index-banner #slide2 {
	overflow:hidden
}
.index-banner #slide_fixed a, .index-banner #slide1 a, .index-banner #slide2 a {
	position:absolute;
	top:0;
	z-index:0;
	opacity:0
}
.index-banner #slide_fixed a img, .index-banner #slide1 a img, .index-banner #slide2 a img {
	position:absolute;
	top:0;
	left:0
}*/

.index-footer {
	position: absolute;
	z-index: 5;
	bottom: 40px;
	right: 40px;
}
.index-footer a {
	display: inline-block;
	margin: 0 5px;
}
.index-footer i {
	font-size: 35px;
}
/* index */


/* about */
.about-img {
	top: 213px;
}
.about-01 {
	margin-top: -46px;
	padding-right: 50px;	
}
.about-01 h3 {
	font-size: 20px;
	padding: 0 0 15px 0;
}
.about-02 {
	/*padding-left: 100px;*/
}
.about-02 img {
	margin: 0 auto;
	padding: 10px 0;
}
/* about */


/* develop */
.flexslider {
    position: relative;
    height: calc(100vh - 250px);
    top: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
}
.flexslider .left {
    position: absolute;
    text-align: left;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flexslider .center {
    position: absolute;
    text-align: center;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flexslider .right {
    position: absolute;
    text-align: right;
    margin-left: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flexslider .layout_l_1 {
    left: 30.5%;
    top: 35%;
}
.flexslider .layout_l_2 {
    left: 50%;
    top: 44%;
}
.flexslider .layout_l_3 {
    left: 50%;
    top: 65%;
}
.flexslider .layout_c_1 {
    left: 50%;
    top: 35%;
}
.flexslider .layout_c_2 {
    left: 50%;
    top: 50%;
}
.flexslider .layout_c_3 {
    left: 50%;
    top: 75%;
}
.flexslider .layout_r_1 {
    left: 69.5%;
    top: 35%;
}
.flexslider .layout_r_2 {
    left: 69.5%;
    top: 50%;
}
.flexslider .layout_r_3 {
    left: 69.5%;
    top: 75%;
}
.flexslider .layout_r_4 {
    width: 100%;
	left: 45%;
    top: 65%;
}
.flexslider .slides {
    position: relative;
    z-index: 1;
}
.flexslider .slides li {
    height: 100vh;
}
.flexslider .flex-control-nav {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    text-align: left;
    left: 45%;
}
.flexslider .flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 14px;
    display: inline;
    zoom: 1;
}
.flexslider .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 50px;
    overflow: hidden;
    background: url(../img/dot.svg) right 0 no-repeat;
    cursor: pointer;
    background-size: cover;
}
.flexslider .flex-control-nav .flex-active {
    background-position: 0 0;
}
.flexslider .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}
.flexslider .flex-direction-nav li a {
    display: block;
    width: 15px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.flexslider .flex-direction-nav li a.flex-prev {
    /*display: none;*/
    left: 15px;
    background: url(../img/prev_w.svg) center center no-repeat;
    background-size: contain;
}
.flexslider .flex-direction-nav li a.flex-next {
    /*display: none;*/
    right: 15px;
    background: url(../img/next_w.svg) center center no-repeat;
    background-size: contain;
}
.pro-01 {
	padding: 70px 50px;
	display: flex;
	justify-content: space-around;	
    text-align: center;
}
.pro-01 h4 {
	font-size: 18px;
	font-weight: 400;
}
.pro-01-C {
	position: absolute;
	z-index: 3;
	display: inline-block;
	background-color: #FFFFFF;
	width: 100px;
	height: 40px;
	margin-left: -60px;
}
.pro-011 {
    position: relative;
    z-index: 99;
	background-color: #FFFFFF;
	min-height: 100px;
}
.pro-011::before {
	content: " ";
	position: absolute;
	z-index: 1;
	/*border: 1px dashed #4D4D4D;*/
	border: 1px solid #4D4D4D;
	height: 1px;
	margin: 62px 0 0 -300px;
	width: 100%;
}
.pro-011::after {
	content: " ";
	position: absolute;
	z-index: 1;
	border: 1px solid #4D4D4D;
	height: 1px;
	margin: 15px 0 0 0px;
	width: 100%;
}
.pro-011:first-child::before, .pro-011:last-child::after {
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 0px;
	height: 0px;
}

.pro-011 span.pro-01-S, .pro-012 span.pro-01-S, .pro-013 span.pro-01-S {
	display: inline-block;
	border: 2px solid #4D4D4D;
	border-radius: 18px;
	margin: 0 auto;
	width: 36px;
	height: 36px;
}

.pro-01 a:hover h4 {
	font-weight: 500;
}
.pro-01 a:hover span.pro-01-S {
	background-color: #4D4D4D;
}
/*
.pro-011 span.pro-01-S::after {
	width: 375px;
}
.pro-012 span.pro-01-S::after {
	width: 410px;
}*/
.pro-011 a.active span.pro-01-S, .pro-012 a.active span.pro-01-S, .pro-013 a.active span.pro-01-S {
	background-color: #4D4D4D;
}
.pro-011 a.active2 span.pro-01-S, .pro-012 a.active2 span.pro-01-S, .pro-013 a.active2 span.pro-01-S {
	background-color: #4D4D4D;
}
.pro-02a .col-12 {
	padding-right: 0;
    padding-left: 0;
}
.pro-02 {
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-around;	
    text-align: center;
}
.pro-02z {
	margin-right: 100px;
	position: relative;
	overflow: hidden;
    text-align: left;
}
.pro-02z h3 {
	font-size: 15px;
	font-weight: 500;
    text-align: left;
	margin: 0 0 15px 0;
	background-color: #FFFFFF;
}
.pro-02z h3::after {
	content: " ";
	position: absolute;
	border-bottom: 1px solid #bcbcbc;
	height: 1px;
	width: 100%;
	margin: 10px 0 0 5px;
}
.pro-02z:last-child {
	margin-right: 0px;
}
.pro-03 {
	padding: 0 0 50px 0;
}
.pro-03 h4 {
	padding: 0 0 12px 0;
}
.pro-04 {
	padding: 120px 0;
}
/* develop */


/* work */
.work-menu {
	position: fixed;
	width: 200px;
	padding-top: 115px;
}
.work-menu li {
	width: 80%;
	display: inline-block;
	padding: 10px 0 0 0;
}
.work-menu li a.is-checked {
	font-weight: 700;
	color: #000000;
}
.work-menu .work-menu-all {
	border-bottom: 1px solid #808080;
	padding: 15px 0 15px 0;
	margin-bottom: 10px;
}
.work-grid {
	/*margin-bottom: 66px;*/
	margin-bottom: 0;
}
.work-grid .element-item {
	width: 27%;
	margin: 0 3% 4% 3%;
	/*background-color: #E4E4E5 !important;*/
}
.work-grid .element-item h3 {
	font-weight: 600;
    font-size: 18px;
	line-height: 30px;
	margin-top: 5px;
}
.work-detail-l {
	position: relative;
	margin-top: 60px;
	padding-right: 10px;	
}
.work-detail-l1 {
	padding-bottom: 75px;
}
.work-detail-r {
	position: fixed;
	width: 30%;
	padding: 0 60px;
}
.work-detail-r h1 {
	font-weight: 600;
    font-size: 24px;
	line-height: 60px;
	color: #717071;
	border-bottom: 1px solid #808080;
	margin-bottom: 15px;
}
.work-detail-r2 {
	margin: 15px 0 30px 0;
}
.work-detail-r3 {
	margin-bottom: 15px;
}
/* work */


/* recruit */
.recruit-01 li {
	padding: 5px 15px;	
}
.recruit-02 {
	margin-bottom: 100px;
}
.recruit-021 {
	padding-right: 50px;
}
.recruit-021 h4 {
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #717071;
	margin: 0;
}
.recruit-022 {
	padding: 10px 30px 0 30px;
}
.recruit-02 .accordion .card{
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.recruit-02 .card button:hover,.card button:focus{
    color: #717071;
    text-decoration: none;
}
.recruit-02 .card button:before{
    position: absolute;
    content: "";
    background-image: url(../img/angle-up-solid.svg);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.recruit-02 .card button.collapsed:before{
    content: "";
    background-image: url(../img/angle-down-solid.svg);
}
.recruit-02 .btn-link{
    background-color: transparent;
    position: relative;
    padding: 0px;
    text-align: left;
    border: none;
}
.recruit-02 .btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border: none;
    outline: none;
}

.recruit-02 .card-header {
    background-color: transparent;
    color: #717071;
    border-bottom: none;
    border-radius: 0!important;
    padding: 15px 15px;
}
.recruit-02 .card .card-h4 {
    font-size: 18px;
	border-bottom: 0px solid #FFFFFF;
	font-weight: 500;
    margin: 0;
	padding-bottom: 0px;
}
.recruit-02 .accordion .collapsed,.accordion .show {
    border-bottom: solid #717071 1px;
}
.recruit-btn {
	padding: 10px 80px;
	border: 3px solid #717071;
	border-radius: 20px;
    font-weight: 600;
	color: #717071;
}

/*.recruit-02 .accordion .card:first-child>.btn-link{
    border-top: solid #717071 1px;
}*/
.recruit-02 .card-body {
    padding: 0 10px;
}
.recruit-02 .card-body .dl_link li {
    padding: 3px 0;
}
.recruit-02 .card-body .dl_link a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}
.recruit-02 .card-body .dl_link a:hover{
    color: #717071;
}
/* recruit */



/* contact */
.frameless {
    margin-bottom: 100px;
}
.frameless .form-group {
    border-bottom: solid 1px #000;
    padding: 8px 0;
    margin-bottom: 0;
}
.frameless .form-group:first-child {
    border-top: solid 1px #000;
}
.frameless .TopicOption .form-group:first-child {
    border-top: solid 0px #000;
}
.frameless .form-control:focus {
    border: none;
    box-shadow: none;
    transition: none;
}
.frameless select,.frameless .form-control {
    border: none;
    border-radius: 0px;
    font-size: 17px;
    color: #000;
	min-height:60px;
	width:573px;
	resize: auto;
}
.frameless .control-label {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 0px;
  font-weight: 500;
}
.form-group.required .control-label:after, .form-check.required .form-check-label:after {
    content: "*";
    color: #000;
    margin-left: 5px;
    font-size: 18px;
}
.frameless .form-check {
    margin-left: 13px;
}
.frameless .form-date,.frameless .form-date:focus {
    border-bottom: solid #949495 1px;
    margin: 10px;
}
.frameless .form-date::placeholder {
    text-align: right;
}
.frameless .message {
  border-top: none!important;
}
.up_box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 250px;
  margin: 10px;
  background-color: white;
  border: 1px solid rgb(0, 0, 0);
  overflow: hidden;
}
.upload-options {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.js--image-preview {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  content: "";
  background-image: url(../img/upload.svg);
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.up_p{
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
}
/* contact */


/* footer */
.footer {
	display: none;
	position: relative;
	margin : 50px 0 0 0;
}
.index .footer {
	position: fixed;
	z-index: 9;
    width: 100%;
	bottom: 30px;
}
.footer-copyright {
    font-size: 12px;
}
/* footer */


/* cookie */
.cookie {}
.cookie .modal-xl {max-width:100% !important;width:100% !important;}
.cookie .modal-dialog {position: fixed;bottom: 0;width: auto;margin: 0;}
.cookie .modal-content {border-radius: 0;padding:0 0 0 0;}
.cookie .modal-body {position: relative;padding:20px 10px ;}
.cookie .modal-body h4 {margin-bottom: 5px;font-weight: 700;}
.cookie .modal-body p {line-height: 18px;margin-bottom: 5px;font-weight: 500;font-size: 13px;}
/*.cookie .cookie-btn {position: absolute;bottom:25px;right:100px;}*/
.cookie .cookie-btn {position: relative;margin-top:25px;}
/* cookie */


/* scroll up */
#scroll-up {
    position: fixed;
	z-index: 999;
    z-index: 8000;
    bottom: 80px;
    right: 24px;
    width: 50px;
    height: 50px;
    background-color: rgba(106, 73, 37, 0.9);    
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}
#scroll-up i {
	font-size: 25px;
    line-height: 50px;
	color: #ffffff;
}
#scroll-up:hover {
    background-color: rgba(106, 73, 37, 0.7); 
}
#scroll-up.go-top-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: .9;
}
#scroll-up.go-topfade-out {
	opacity: .9;
}
/* scroll up */


/* mobile menu */
.button_container {
	display: none;
	position: fixed;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	top: 30px;
	right: 25px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.button_container span {
	background: #3d3d3d;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container:hover span {
	/*opacity: .8;*/	
	background: #000000;
}
.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);
}
.button_container.active .middle {
	opacity: 0;}
.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);
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;
	background-color: rgba(250, 250, 250, 0.9); 
	z-index: 99;
	top: 0;
	right: 0;
	width: 100%;
	height: 0%;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, width .5s;
	transition: opacity .35s, visibility .35s, width .5s;
	overflow: hidden;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.overlay nav {
	position: relative;
	margin-top: 26%;
	text-align: left;
}
.overlay ul {
	list-style: none;
	position: relative;	
	margin: 0;
	padding: 0;
}
.overlay ul > li {
	width: 100%;
	margin-bottom: 15px;
}
.overlay ul > li > a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #717071;
	padding: 0 0 10px 8%;
}
.overlay ul > li > a span {
	font-size: 13px;
	letter-spacing: 1px;
}
.overlay ul > li > a:hover {
	color: #000000;
	font-weight: 600;
}
.overlay .overlay-menu .overlay-menu-community {
	padding: 15px 0 25px 8%;
}
.overlay .overlay-menu .overlay-menu-community i {
	color: #717071;
    font-size: 30px;
    font-weight: 500;
	padding: 0 15px 0 0;
}
/* mobile menu */

.indexBanner-l-animation {
    animation: translateX 9s linear 1;
    -webkit-animation: translateX 9s linear 1;
}
@keyframes translateX {
    0%{
        transform:translateX(-100px);
        -ms-transform:translateX(-100px);
        -moz-transform:translateX(-100px);
        -o-transform:translateX(-100px);
    }
    100% {
        transform:translateX(100px);
        -ms-transform:translateX(100px);
        -moz-transform:translateX(100px);
        -o-transform:translateX(100px);    
    }
}
@-webkit-keyframes translateX {
    0%{
        -moz-transform:translateX(-100px);
    }
    100%{
        -moz-transform:translateX(100px);
    }
}

.form-check-input {margin-top: 6px;}
.check-radio {margin-top: 8px;}
.h_border_bottom {border-bottom: 1px solid #717071;}
.h_border_bottom2 {border-bottom: 1px solid #a8a8a8;}

.ih0 {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}
.btn-01 {background-color: #736357;border: 1px solid #736357;border-radius: 0;padding: 15px 25px;font-size: 14px;color: #ffffff;font-weight: 700;}
.btn-02 {background-color: transparent;border: 1px solid #6A4825;border-radius: 0;padding: 10px 25px;font-size: 14px;color: #6A4825;font-weight: 600;letter-spacing: 5px;min-width: 180px;border-radius: 3px;}
.btn-02:hover {color: #6A4825;opacity: .9;}
.btn-03 {background-color: #6A4925;border: 1px solid #6A4925;border-radius: 0;padding: 10px 25px;font-size: 14px;color: #ffffff;font-weight: 600;letter-spacing: 5px;min-width: 180px;border-radius: 3px;}
.btn-03:hover {color: #ffffff;opacity: .9;}
.btn-04 {background-color: transparent;border: 0px solid transparent;border-radius: 0;padding: 2px 25px;font-size: 14px;color: #6A4825;font-weight: 600;letter-spacing: 5px;min-width: 150px;border-radius: 3px;}
.btn-04:hover {color: #6A4825;opacity: .9;}
.btn-05 {background-color: #FFFFFF;border: 1px solid #6A4825;border-radius: 0;padding: 10px 25px;font-size: 14px;color: #6A4825;font-weight: 600;letter-spacing: 5px;min-width: 180px;border-radius: 3px;}
.btn-05:hover {color: #6A4825;opacity: .9;}
.btn-06 {background-color: #F2EDE0;border: 1px solid #F2EDE0;border-radius: 0;padding: 10px 25px;font-size: 14px;color: #6A4825;font-weight: 600;letter-spacing: 5px;min-width: 180px;border-radius: 3px;}
.btn-06:hover {color: #6A4825;opacity: .9;}
.btn-07 {background-color: #cc3300;border: 1px solid #cc3300;border-radius: 0;padding: 10px 25px;font-size: 14px;color: #ffffff;font-weight: 600;letter-spacing: 5px;min-width: 180px;border-radius: 3px;}
.btn-07:hover {color: #ffffff;opacity: .9;}
.btn-fb {background-color: #385898;border: 1px solid #385898;border-radius: 0;padding: 10px 25px;font-size: 14px;color: #FFFFFF;font-weight: 600;letter-spacing: 5px;min-width: 180px;border-radius: 3px;}
.btn-fb:hover {color: #FFFFFF;opacity: .9;}
.btn-mw-150 {min-width: 150px;}
.btn-mw-auto {min-width: auto;width: auto;}
.btn-ls-3px {letter-spacing: 3px;}
.btn-plabco {padding: 10px 50px;border: 3px solid #717071;border-radius: 20px;font-weight: 600;color: #717071;}

.blockcolor { color: #000000 !important;}
.redcolor { color: #C30C21 !important;}
.bluecolor { color: #0071BC !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;}
