/* ------------------------------------------------------------------
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: #7F7F7F;
	font-family: Poppins,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:#2A2A2A;
}

a {text-decoration: none !important;color: #221814;}
a:hover {color: #d7d500;}
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; }

/* wrapper */
#wrapper .container-fluid {
	padding: 0;
	margin: 0;
}
#mainbody {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#mainbody section {
	position: relative;
    width: 100%;
}
.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%;
}
.mainpage .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
#mainbody {
	position:relative;
}
.mainpage .page-title {	
	width: 100%;
	color: #7F7F7F;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: center;
	margin: 60px 0 40px 0;
}
/* wrapper */


/* header */
#header {
	position: fixed;
	z-index: 10;
	width: 100%;
}
#wrapper.light #header .header {
	padding: 25px 0 25px 0;
}
#wrapper.dark #header .header {
	padding: 25px 0 25px 0;
	background-color: #FFFFFF;
}
#wrapper.light #header.fixedcss {
	background-color: rgba(0, 0, 0, 0.7);
}
#wrapper.dark .header {
	box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.8);
}
#wrapper.dark #header.fixedcss {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.8);
}
.header-01 {
}
.header-02 {
	padding: 0 80px 0 0;
    text-align: right;
}
.top-logo-light, .top-logo-dark {
	position: relative;
    text-align: center;
	padding: 0 0;
}
.top-logo-light img, .top-logo-dark img {
	margin: 0 auto;
	display: block;
	width: 150px;
}
.top-members i, .top-search i, .top-cart i {
	color: #FFFFFF;
	font-size: 22px;
	padding: 5px 15px 0 15px;
	font-weight: 300;
}
.top-members, .top-search, .top-cart {
	display: inline-block;
	position: relative;
}
.top-members i:hover, .top-search i:hover, .top-cart i:hover {
	opacity: .7;
}
.top-members.top-members-mobile {
	display: none;
}
.top-cart div.cart-count {
	position: absolute;
	font-size: 18px;
	color: #7F7F7F;
	margin: -30px 0 0 50px;
}
.parallax {
    background-repeat: repeat-x;
    background-position: center center;
}
#wrapper.light .top-logo-light {
	display: block;
}
#wrapper.light .top-logo-dark {
	display: none;
}
#wrapper.dark .top-logo-light {
	display: none;
}
#wrapper.dark .top-logo-dark {
	display: block;
}
#wrapper.light .top-members i, #wrapper.light .top-search i, #wrapper.light .top-cart i {
	color: #FFFFFF;
}
#wrapper.dark .top-members i, #wrapper.dark .top-search i, #wrapper.dark .top-cart i {
	color: rgba(0, 0, 0, 0.85);
}
/* header */


/* index */
.index_banner {
	position: relative;
	width: 100%;
	z-index: 1;
}
.index_banner .flex-control-nav {
	bottom: 10px;
}
.index_banner img {
	position: relative;
	width: 100%;
	z-index: 1;
}
.index_banner .index_banner_title {
	position: absolute;
	z-index: 2;
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 5px;
	line-height: 80px;
	color: #FFFFFF;
	margin: 350px 0 0 60px;
}
.index_banner .slide-content {
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 5px;
	line-height: 80px;
	color: #FFFFFF;
}
.index_banner .index_banner_link {
	position: absolute;
	z-index: 3;
	bottom: 50px;
	margin: 0 0 0 60px;
}
.index_banner .index_banner_link a i {
	position: absolute;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
    margin-right: -35px;
}
.index_banner .index_banner_link a {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 22px;
    padding-left: 35px;
}
.index_banner .index_banner_link a:hover {
	opacity: .7;
}
.index_banner .index_banner_link2 a i {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
    margin: 0 15px 0 0;
}
.index_banner .index_banner_link2 a {
	position:relative;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
}
.index_banner .index_banner_link2 a:hover {
	opacity: .7;
}

.index_banner #index-banner .flex-control-nav {
	bottom: 10px;
}
.index_banner .tp-bullet {
    width: 100px;
    height: 5px;
    position: absolute;
    background: rgba(255,255,255,.3);
    cursor: pointer;
}
.index_banner .tp-bullet.selected, .index_banner .tp-bullet:hover {
    background: #fff;
}
.page_banner, .index01, .index02, .index03, .index04 {
	position:relative;
	width: 100%;
	display: block;
}
.page_banner {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	/*min-height: 330px;*/
}
#page-banner {
	position: relative;
}
.page_banner2 {
	min-height: 743px;	
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
}
.page_banner li {
	position: relative;
}
.page_banner .page_banner_img {
	position: relative;
	z-index: 1;
}
.page_banner .page_banner_div {
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: 400px 0 0 0;
	text-align: center;
}
.page_banner.page_banner2 .page_banner_div {
	margin: 400px 0 0 0;
}
.page_banner .page_banner_div.no_img_style {
	margin: 170px 0 0 0;
	text-align: left;
}
.page_banner .page_banner_div .page_banner_title,.page_banner2 .page_banner_div .page_banner_title {
	width: 800px;
	margin: 0 auto 40px auto;
    font-size: 50px;
	color: #ffffff;
	letter-spacing: 3px;
	font-weight: 600;
}
.page_banner .page_banner_div.no_img_style .page_banner_title,.page_banner2 .page_banner_div.no_img_style .page_banner_title {
	margin: 0 0 40px 80px;
    font-size: 35px;
}
.page_banner .page_banner_div .page_banner_info,.page_banner2 .page_banner_div .page_banner_info {
	width: 550px;
	margin: 0 auto;
    font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 400;
}
/*.page_banner.page_banner2 .page_banner_div .page_banner_info {
	width: 550px;
	margin: 0 0 0 80px;
    font-size: 14px;
	line-height: 25px;
}*/
.page_banner .page_banner_div.no_img_style .page_banner_info,.page_banner2 .page_banner_div.no_img_style .page_banner_info {
	width: 550px;
	margin: 0 0 0 80px;
    font-size: 14px;
	line-height: 25px;
}
.page_banner .page_banner_link,.page_banner2 .page_banner_link {
	position: absolute;
	z-index: 3;
	bottom: 50px;
	margin: 0 0 0 80px;
}
.page_banner .page_banner_link.no_img_style,.page_banner2 .page_banner_link.no_img_style {
	position: relative;
	display: none;
	bottom: unset;
}
.page_banner .page_banner_link a span,.page_banner2 .page_banner_link a span {
	position: absolute;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
    margin-left: -35px;
}
.page_banner .page_banner_link a,.page_banner2 .page_banner_link a {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 22px;
    padding-left: 35px;
}
.page_banner .page_banner_link2,.page_banner2 .page_banner_link2 {
	position: absolute;
	width: 100%;
	z-index: 3;
	bottom: 100px;
	margin: 0 auto;
}
.page_banner .page_banner_link22,.page_banner2 .page_banner_link22 {
	display: flex;
	justify-content: center;
}
.page_banner .page_banner_link22 a,.page_banner2 .page_banner_link22 a {
	display: inline-block;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 22px;
	padding: 0 30px;
	text-decoration: underline !important;
}
/* index */
.index-01-0 {
	width: 100%;
	background-color: #FFFFFF;
}
.index-01 {
	background-image: url("../images/index_01.png");
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: 100%;
	background-color: #FFFFFF;
	/*min-height: 1200px;*/
	padding: 450px 0;
}
.index-011 {
	/*padding: 435px 0 0 0;*/
}
.index-0111 {
    font-size: 32px;
	color: #ffffff;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
}
.index-0112 {
	text-align: center;
}
.index-0112 h3 {
    font-size: 40px;
	color: #ffffff;
	letter-spacing: 3px;
	font-weight: 500;
	margin-bottom: 10px;
}
.index-0112 a {
	display: block;
    font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.index-02 {
	background-color: #FFFFFF;
	padding: 80px 0 100px 0;
}
.index-021 h4 {
    font-size: 30px;
	letter-spacing: 3px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}
.index-022 {
	margin-bottom: 15px;
}
.index-022 a {
	display: inline-block;
	margin-bottom: 10px;
}
.index-022 h4 {
	margin: 15px 0 15px 0;
}
/* index */


/* about */
.about-011 {
	width: 85%;
	margin: 0 auto;
	padding-top: 50px;
}
.about-012 {
	display: inline-block;
	background-color: #2A2A2A;
	padding: 20px 15px;
	color: #FFFFFF;
	margin: 30px 0 60px 0;
	text-decoration: underline !important;
}
.about-02 {
	padding: 80px 0 60px 0;
}
.about-02 h4 {
    color: #7F7F7F;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
}
.about-02 h4 i {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
	margin-left: 15px;
}
/* about */


/* product */
.product-01 {
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
	min-height: 560px;
	margin-bottom: 15px;
}
.product-011 {
	padding: 120px 0 0 80px;
}
.product-011 h4 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
	letter-spacing: 2px;
}
.product-011 p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.product-021.swiper-container {
	width: 100%;
	height: 100%;
	padding: 50px 0 !important;	
	overflow: hidden;
}
.product-021 .swiper-slide {
	display: block;
	background-color: #F7F7F7;
	text-align: center;
    color: rgba(0, 0, 0, 0.85);
	width: 300px
}
.product-021 .swiper-slide img {
	display: block;
}
.product-021 .swiper-slide h4 {
	display: block;
	margin: 10px 0;
}
.product-021 .swiper-slide p {
	display: block;
}
.product-021 .swiper-slide h5 {
	display: block;
    font-size: 16px;
	margin: 30px 0 10px 0;
}
.product-03 .row {
    margin-right: 0;
    margin-left: 0;
}
.product-03 .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.product-031 {
	width: 100%;
	padding: 120px 80px 0 100px;
}
.product-031 h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}
.product-031 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	letter-spacing: 2px;
}
.product-033-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.product-033-list:nth-child(even) {
	/*background-color: #F7F7F7;*/	
}
.product-033-list:nth-child(even)>.product-033-img {
	-webkit-order: 1;
	order: 1;
}
.product-033-list:nth-child(even)>.product-033-text {
	-webkit-order: 2;
	order: 2;
}
.product-033-list:nth-child(odd)>.product-033-img {
	-webkit-order: 2;
	order: 2;
}
.product-033-list:nth-child(odd)>.product-033-text {
	-webkit-order: 1;
	order: 1;
}

.product-033 img {
	min-width: 100%;
}
.product-034 {
	/*margin-top: 10px;
	margin-right: 5px;*/
}
.product-035 {
	margin-top: 10px;
	margin-left: 5px;
}
.product-04 {
	width: 90% !important;
	margin: 5px auto 0 auto;
}
.product-041 {
	position: relative;
	margin: 30px 0 30px 0;
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
	text-decoration: underline;
}
.product-042 {
	position: absolute;
	right: 10px;
	bottom: 6px; 
}
.product-042 a {
    font-size: 15px;
	color: #7F7F7F;
    font-weight: 500;
    line-height: 20px;
	text-decoration: underline !important;
}
.product-043 {
	background-color: #F7F7F7;
	border-top: 4px solid #E6E6E6;
	margin-bottom: 30px;
}
.product-043 a {
	display: inline-block;
}
.product-0431 {
	padding: 10px 0;
	text-align: center;
	color: rgba(0, 0, 0, 0.85);
}
.product-0431 h4 {
    font-size: 16px;
    line-height: 20px;
	margin: 10px 0 5px 0;
    font-weight: 600;
}
.product-0431 p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}
.product-0431 h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
	margin: 20px 0 10px 0;
}
.product-0431 h5.price s, .swiper-slide h5.price s {
    font-size: 14px;
	color: #999999;
}
.product-list-01 {
	width: 90% !important;
	margin: 0 auto;
}
.product-list-01 .breadcrumb {
	padding: 8px 0;
	margin-bottom: 20px;   
	list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.product-list-011 h2 {
	color: #7F7F7F;
}
.product-list-011 p {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 30px;
}
.product-list-012 {
	color: #707070;
	padding-bottom: 30px;
}
.product-list-0121 {
	width: 30px;
	height: 30px;	
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.85);
	background-color: rgba(0, 0, 0, 0.85);
}
.product-list-013 {
	padding-bottom: 30px;
}
.product-list-013 a {
    font-weight: 600;
	text-align: center;
	display: inline-block;
	background-color: #2A2A2A;
	padding: 22px 46px;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-decoration: underline !important;
}
.product-list-013 h4 {
	margin: 0;
}
.product-list-014 {
	color: rgba(0, 0, 0, 0.85);
	text-decoration: underline !important;
	padding-bottom: 30px;
}
.product-list-015 .nav-tabs {
	padding: 15px 0;
	border-bottom: 0px solid #fff;
}
.product-list-015 .nav-tabs li a, .product-list-015 .nav-tabs li a:hover, .product-list-015 .nav-tabs li a:focus {
	color: #707070;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
	margin-right: 25px;
	border: 0px solid #ffffff;
	padding: 10px 15px 10px 0;
}
.product-list-015 .nav-tabs li.active {
	text-decoration: underline !important;
}
.product-list-015 .tab-content {
	padding-top: 10px;
	padding-bottom: 50px;
}
.product-list-016 {
	padding: 15px 0;
}
.product-list-016 h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
	margin: 20px 0 10px 0;
}
.product-list-016 h5.price s, .swiper-slide h5.price s {
    font-size: 16px;
	color: #999999;
}
.product-list-02 {
	width: 90% !important;
	margin: 0 auto;
}
.product-list-03 {
	padding: 30px 0;
}
.product-list-03 h4 {
	color: #7F7F7F;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: underline !important;
}
.product-list-04 #filters {
	margin-top: 50px;
}
.product-list-04 h3 {
	position: relative;
	color: #7F7F7F;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
	letter-spacing: 3px;
	text-decoration: underline !important;
}
.product-list-04 h3 i {
	position: absolute;
	right: 40px;
    font-size: 30px;
    font-weight: 600;
	color: rgba(0, 0, 0, 0.85);
}
.product-list-041 {	
	border-top: 2px solid #B7B7B7;
}
.product-list-041 h4 {	
    font-size: 17px;
    font-weight: 500;
	margin: 20px 0;
	width: 100%;
	cursor: pointer;
}
.product-list-041 h4.show {	
	margin: 20px 0;
}
.product-list-041 h4 span {
	position: absolute;
	right: 50px;
}
.product-list-042 {
	position: relative;
	margin: 15px 0;	
	height: 30px;
}
.product-list-043 {
	border-top: 2px solid #B7B7B7;
	padding: 30px 0 50px 0;
}
.product-list-042 a, .product-list-043 a {
	height: 30px;
}
.product-list-042 a .zzzz, .product-list-043 a .zzzz {
	color: #707070;
    font-size: 15px;
    line-height: 30px;
	display: inline-block;float: left;
}
.product-list-042 a.is-checked, .product-list-043 a.is-checked {
	color: #707070;
    line-height: 30px;
}
.product-list-042 a span.zz, .product-list-043 a span.zz {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #707070;
	margin-right: 20px;
    text-align: center;
}
.product-list-042 a.is-checked span.zz span.zzz, .product-list-043 a.is-checked span.zz span.zzz {
	position: absolute;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.85);
	width: 20px;
	height: 20px;
	margin: 4px 0 0 -10px;
}
.product-list-05 {
	text-align: right;
	margin-bottom: 50px;
}
.product-list-05 .filterDisplay {
	display: inline-block;
	padding-right: 10px;
}
.product-list-051 {
	margin-top: 55px;
}
.product-list-06 {
	display: none;
}
.product-list-061 {
	background-color: #707070;
	padding: 8px 8px 4px 8px;
}
.product-list-061 span {
	color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
}
.productstxt {

}
.productstxt .table>tbody>tr>td, .productstxt .table>tbody>tr>th, .productstxt .table>tfoot>tr>td, .productstxt .table>tfoot>tr>th, .productstxt .table>thead>tr>td, .productstxt .table>thead>tr>th {
    border-top: 0px solid #ddd;
    vertical-align: middle;
}
.productstxt .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 50px;
    vertical-align: middle;
}
.productstxt .table tr:nth-child(odd) {
	background-color: #E5E5E5;
}
.productstxt .table tr:nth-child(even) {
	background-color: #FFFFFF;
}
.proDetailRWD {
	display: none;
}
/* product */


/* news */
.news-01 {
	min-height: 560px;
	padding: 100px 0 0 40px;
}
.news-011 {
	width: 40%;
	margin: 65px 0 0 100px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px;
}
.news-011 h3 {
    font-size: 32px;
    font-weight: 600;
	color: #FFFFFF;
    line-height: 32px;
	margin: 25px 0;
}
.news-011 h5, .news-011 p {
	color: #FFFFFF;
}
.news-02 {
	width: 80% !important;
	margin: 0 auto;
	padding: 60px 0;
}
.news-02 h3 {
	margin: 20px 0;
}
.news-02 .news-021 {
	margin-bottom: 50px;
}
/* news */


/* social */
.social-01 {
	width: 85% !important;
	margin: 0 auto !important;
	padding: 160px 0 60px 0;
}
.social-01 h3 {
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
}
.social-02 {
	width: 85% !important;
	margin: 0 auto !important;	
	padding: 0 0 60px 0;
}
.social-021 {
	margin-bottom: 30px;
}
.social_Modal.modal .modal-body {
	padding: 45px 35px;
}
.social_Modal_close {
	position: absolute;
	right: 15px !important;	
    font-size: 30px;
}
/* social */


/* support */
.support-01 {
	padding: 120px 0;	
}
.support-011 {
	padding: 0 0 0 120px;
    color: #FFFFFF;
}
.support-011 h4 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
	letter-spacing: 3px;
}
.support-012 a {
	display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
	letter-spacing: 2px;
	margin: 0 0 15px 0; 
}
.support-012 a i {
    font-size: 25px;
    font-weight: 100;
	color: #707070;
	margin-right: 5px;
}
.support-02 {
	padding: 60px 0;	
}
.support-02 h3 {
	text-align: center;
	letter-spacing: 3px;
    font-size: 28px;
    font-weight: 700;
}
.support-021 .panel  {
	margin: 5px 0;;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0);
}
.support-021 .panel:nth-child(odd) {
	background-color: #E5E5E5;
	border: 2px solid #E5E5E5;
}
.support-021 .panel:nth-child(even) {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
.support-021 .panel .panel-heading {
	padding: 15px 35px;
	border-color: #ffffff;
}
.support-021 .panel .panel-heading .panel-title {
	color: #707070;
	font-size: 22px;
	font-weight: 500;
}
.support-021 .panel .panel-heading a.accordion-toggle span {
	display: inline-block;
	position: absolute;
	right: 50px;
	color: #707070;
	font-size: 30px;
}
.support-021 .panel .panel-heading a.accordion-toggle:hover {
	color: #d7d500;
}
.support-021 .panel .panel-heading h4 > a.accordion-toggle span:after {
    content: "chevron_right";
}
.support-021 .panel .panel-heading h4 > a.collapsed.accordion-toggle span:after {
    content: "expand_more";
}


.support-021.panel-group .panel-body {
    padding: 15px 35px 35px 35px;
}
.support-03 {
	padding: 80px 0;	
}
.support-03 h3 {
	text-align: center;
	letter-spacing: 3px;
    font-size: 35px;
    font-weight: 700;
	margin-bottom: 35px;
}
.support-031 {
	text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
}
.support-032 a {
    font-weight: 600;
	text-align: center;
	display: inline-block;
	background-color: #2A2A2A;
	padding: 22px 46px;
	letter-spacing: 3px;
	color: #FFFFFF;
	margin: 40px 0 60px 0;
	text-decoration: underline !important;
}
.support-04 {
	padding: 80px 0 60px 0;
}
.support-04 h4 {
    color: #7F7F7F;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
}
.support-04 h4 i {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
/* support */


/* tech */
.tech-01 {
	padding: 80px 0;	
}
.tech-01 h3 {
	text-align: center;
	letter-spacing: 3px;
    font-size: 25px;
    font-weight: 500;
	margin-bottom: 35px;
}
.tech-011 {
	padding: 20px 40px 20px 40px;
	border:1px solid #707070;
	border-radius: 35px;
}
.tech-011 input, .tech-011 input:focus, .tech-011 input:active, .tech-011 input:hover  {
	border: 0;
    background-color: transparent;
	box-shadow: unset;
	width: 90%;
	height: 40px;
	font-size: 18px;
}
.tech-011 input[type="text"]::-placeholder, .tech-011 input[type="text"]::-webkit-input-placeholder, .tech-011 input[type="text"]:-moz-placeholder, .tech-011 input[type="text"]::-moz-placeholder, .tech-011 input[type="text"]:-ms-input-placeholder {
	color: #c3c3c3;
	font-size: 18px;
}
.tech-011 button {
	position: absolute;
	right:50px;
	border: 0;
    background-color: transparent;
	box-shadow: unset;
}
.tech-011 button i {
    font-size: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}
.tech-02 {
	padding: 0 0 80px 0;	
}
.tech-02 h3 {
	text-align: center;
	letter-spacing: 3px;
    font-size: 25px;
    font-weight: 500;
	margin-bottom: 35px;
}
.tech-021 {
    background-color: #E5E5E5;
	display: inline-block;
	width: 100%;
	padding: 15px 55px;
	margin-bottom: 5px;
}
.tech-021 h4 {
	float: left;
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.tech-021 .tech-0211 {
	float: right;
}
.tech-021 .tech-0211 a {
	color: #707070;
}
.tech-021 .tech-0211 i {
	font-size: 15px;
}
/* tech */


/* contact */
.contact-01 {
	width: 85% !important;
	margin: 0 auto !important;
	padding: 160px 0 60px 0;
}
.contact-01 h3 {
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
}
.contact-map {	
	position: relative;
	z-index: 1;
	width: 100%;
}
.contact-02 {
	width: 85% !important;
	margin: 0 auto !important;	
	padding: 0 0 60px 0;
}
.contact-021 {
	position: relative;
	z-index: 1;
	width: 100%;
}
.contact-023 {	
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.contact-023 h3 {
	font-size: 100px;
	color:  #333333;
	margin: 380px 0 0 100px;
	line-height: 1.1;
}
.contact-024 {
	display:  none;
	position: relative;
	z-index: 1;
	width: 100%;
	background-image: url("../images/contact_01.jpg");
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: 100%;
	padding: 70px 0;
}
.contact-024 h3{
	font-size: 28px;
	color:  #333333;
	margin: 5px 0 0 30px;
	line-height: 1;
}
.contact-025 {
	display:  none;	
}
.contact-022 {	
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.contact-022-flex {	
	width: 100%;
	padding-top: 22%;
	display: flex;
	justify-content: center;
}
.contact-0221 {
	width: 33%;
}
.contact-0222 {
	width: 33%;
}
.contact-0223 {
	width: 33%;
}
.contact-0221 h3, .contact-0222 h3, .contact-0223 h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
	letter-spacing: 1px;
	margin-bottom: 30px !important;
}
.contact-0221 p, .contact-0222 p, .contact-0223 p {
    color: #FFFFFF;
    font-size: 16px;
}
.contact-0221-c {
	width: 60%;
	margin-left: 40%;
}
.contact-0222-c {
	width: 60%;
	margin-left: 25%;
}
.contact-0223-c {
	width: 65%;
	margin-left: 20%;
}
/* contact */

/* member */
.member-01 {
	position: relative;
	width: 90% !important;
	margin: 0 auto !important;
	padding: 180px 0 60px 0;
}
.member-011 {
	margin-top: -50px;
	margin-right: 50px;
}
.member-011 h4 {
	color: #414042;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
	letter-spacing: 3px;
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.member-011 .form-group {
	margin-bottom: 27.5px;
}
.member-02 .member-011 h4 {
	margin-top: 20px !important;	
	margin-bottom: 40px !important;
}
.member-011 .form-control, .member-011 .form-control:focus, .member-011 .form-control:active {
	height: 50px;
    padding: 12px 15px;
    font-size: 18px;
	border: 0px solid #ccc;
	border-bottom: 1px solid #8d8d8d;
	border-radius: 0px;
	-webkit-box-shadow: unset;
    box-shadow: unset;
    margin-bottom: 30px;
}
.member-02 .member-011 .form-control, .member-02 .member-011 .form-control:focus, .member-02 .member-011 .form-control:active {
    margin-bottom: 15px;
}
.member-02 .member-011 .form-group.required::before {
	position: absolute;
	content: "*";
	color: #fe8d56;
}
.member-0111 {
	text-align: right;	
}
.member-0111 a {
	color: #a9a9ac;
}
.member-0112 {
	text-align: center;		
}
.member-0112 button {
	color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
	letter-spacing: 3px;
	background-color: #000000;
	margin-top: 50px;
	padding: 8px 15px;	
	border: 0px solid #000000;
	min-width: 270px;
}
.member-0112 button:hover {
	background-color: #000000;
	color: #d4db23;
}
.member-012 {	
	position: relative;
	/*background-image: url("../images/member_01.jpg"); 
	background-repeat: repeat; 
	background-position: top left;*/
	/*margin: 0 3.5px;
	min-height: 654px;*/
}
.member-0121 {	
	position: relative;
	z-index: 2;
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
	color: #FFFFFF;
	text-align: center;	
}
.member-0121 h4 {
    font-size: 35px;
    font-weight: 400;
    line-height: 30px;
	letter-spacing: 3px;
	margin: 0 0 60px 0;
}
.member-0121 p {
	margin: 30px 0;
}
.member-0121 a {
	display: inline-block; 
	color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
	letter-spacing: 3px;
	background-color: #000000;
	margin-top: 60px;
	padding: 8px 15px;
	min-width: 270px;
}
.member-0121 a:hover {
	background-color: #d4db23;
	color: #2c2c2c;
}
.member-0122 {
	position: absolute;
	z-index: 1;
}
.member-0122 img {
	width: 100%;
}
.member-021 {
	/*margin: 0 3.5px;*/
}
.member-021 img {
	width: 100%;
}

/* member */


/* cart */
.cart-01 {
	width: 87% !important;
	margin: 0 auto;
	padding: 60px 0;
}
.cart-01 h3 {
	color: #707070;
    font-size: 32px;
    font-weight: 600;
	letter-spacing: 3px;

}
.cart-01 .table-content table {
	width: 100%;	
	border-bottom: 1px solid #F0F0F0;
}
.cart-01 .table-content table thead {
	height: 50px;
}
.cart-01 .table-content table tr th {
	color: #707070;
    font-size: 15px;
    font-weight: 600;
	letter-spacing: 3px;
	text-align: left;
	vertical-align: middle;	
	padding-top: 20px;
}
.cart-01 .table-content table tr td {
	color: rgba(0, 0, 0, 0.85);
    font-size: 15px;
    font-weight: 600;
	vertical-align: top;
}
.cart-01 .table-content table tr .Item {
	width: 60%;
	padding-bottom: 30px; 
}
.cart-01 .table-content table tr .Quantity {
	width: 20%;
	text-align: center;
	padding-bottom: 30px;
}
.cart-01 .table-content table tr .Subtotal {
	width: 20%;
	text-align: right;
	padding-bottom: 30px;
}
.cart-01 .table-content table .Item .Item01 {
	float: left;
	width: 30%;
	padding-right: 15px;
	text-align: left;
}
.cart-01 .table-content table .Item .Item02 {
	float: left;
	width: 70%;
}
.cart-01 .table-content table .Item .Item02 h4 {
	color: #707070;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 10px;
}
.cart-01 .table-content table .Item .Item02 p {
	color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 0px;
}
.cart-01 .table-content table .Item .Item02 a {
	text-decoration: underline !important;
}
.cart-01 .cart-012 {
	padding: 20px 25px 0px 25px;
}
.cart-01 .cart-012 h4 {
	color: #707070;
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 30px;
}
.cart-01 .cart-012 p {
	padding: 0 0 25px 10px;
}
.cart-01 .cart-012 p span {
	float: right;
	color: rgba(0, 0, 0, 0.85);
}
.cart-01 .cart-012 .cart-013 {
	margin-top: 30px;
	padding-bottom: 60px;
}
.cart-01 .cart-012 .cart-013 a {
    font-weight: 400;
	text-align: center;
	display: block;
	background-color: #2A2A2A;
	padding: 22px 46px;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-decoration: underline !important;
}
.cart-01 .cart-012 .cart-013 a h4 {
    margin: 0 0 0 0;
    font-weight: 400;
	color: #FFFFFF !important;
}
.cart-01 .cart-012 .cart-013 button {
    width:100%;
	font-weight: 400;
	text-align: center;
	display: block;
	background-color: #2A2A2A;
	padding: 22px 46px;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-decoration: underline !important;
}
/* cart */


/* footer */
#footer {
	background-color: #2A2A2A;
	color: #ffffff;
	padding: 60px 0 60px 0;
}
#footer a:hover { 
	color: #CCCCCC; 
}
#footer .col-md-10, #footer .col-md-5 { 
    padding-right: 0px;
    padding-left: 0px;
}
.footer01 {
	padding: 0 0 40px 0;
}
.footer02 {
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 30px;
	max-width: 400px;
}
.footer021 {
	/*background-color: #434444;*/
	display: inline-block;	
	margin-top: 80px;
	padding: 4px 15px;
	font-weight: 400;
	font-size: 14px;
}
.footer03 h4 {
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 30px;
}
.footer03 ul {
	list-style: none;
	display:inline-block;
}
.footer03 li {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 200;
	color: #ffffff;
	margin-bottom: 8px;
}
.footer03 li a {
	color: #ffffff;
}
.footer03 li a:hover {
	color: #CCCCCC;
}
/* footer */


/* scroll-up */
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);    
    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: 30px;
    line-height: 50px;
	color: #ffffff;
}
#scroll-up:hover {
	color: #CCCCCC;
}
#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: relative;
	height: 27px;
	width: 32px;
	cursor: pointer;
	z-index: 100;
	margin: 3px 0 0 80px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.button_container span {
	background: #FFFFFF;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.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);
}
.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);
}
#wrapper.light .button_container span {
	background: #FFFFFF;
}
#wrapper.dark .button_container span {
	background: rgba(0, 0, 0, 0.85);
}
#wrapper.dark .button_container.active span {
	background: #FFFFFF;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;	
	background: rgba(0, 0, 0, 1);
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: opacity .55s, visibility .55s, width .55s;
	transition: opacity .55s, visibility .55s, width .55s;
	overflow: hidden;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.overlay .top-logo2-light, .overlay .top-logo2-dark {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.overlay .top-logo2-light img, .overlay .top-logo2-dark img {
	margin: 0 auto;
}
.overlayBG {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	background-image: url("../images/menu_bg.png"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
}
.overlayBody {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
}
#wrapper.light .top-logo2-light {
	display: block;
}
#wrapper.light .top-logo2-dark {
	display: none;
}
#wrapper.dark .top-logo2-light {
	display: none;
}
#wrapper.dark .top-logo2-dark {
	display: block;
}
.overlay nav {
	position: relative;	
	width: 100%;
	top: 40%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	position: relative;
}
.overlay ul li {
	display: inline-grid;
	width: 45%
}
.overlay ul li h3 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 4px;
	color: #ffffff;
	padding-bottom: 5px;
}
.overlay ul li a {
	display: block;
	font-size: 18px;
	line-height: 35px;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 0px;
}
/* mobile menu */


/* search menu */
.searchblock {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	background-size: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}
.searchblock.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.searchblock-01 {
    color: #ffffff;
    font-size: 40px;
    line-height: 62px;
	font-weight: 600;
	opacity: 0.8;
	margin: 30px 0;
}
.searchblock-02 {
	padding: 20px 40px 20px 40px;
	border:1px solid #ffffff;
	border-radius: 35px;
}
.searchblock-02 input, .searchblock-02 input:focus, .searchblock-02 input:active, .searchblock-02 input:hover  {
	border: 0;
    background-color: transparent;
	box-shadow: unset;
	width: 90%;
}
.searchblock-02 input[type="text"]::-placeholder, .searchblock-02 input[type="text"]::-webkit-input-placeholder, .searchblock-02 input[type="text"]:-moz-placeholder, .searchblock-02 input[type="text"]::-moz-placeholder, .searchblock-02 input[type="text"]:-ms-input-placeholder {
	color: #ffffff;
	font-size: 18px;
}
.searchblock-02 button {
	position: absolute;
	right:50px;
	border: 0;
    background-color: transparent;
	box-shadow: unset;
}
.searchblock-02 button i {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
/* search menu */


.ih0 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #333333;
	margin-right: 10px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #333333;
	margin-left: 10px;
}

.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:#E6E6E6 !important;}
.bg-gray2 {background-color:#F7F7F7 !important;}
.bg-block {background-color:#000000 !important;}
.bg-blue {background-color: #005498 !important;}
.bg-blue2 {background-color: #009AE4 !important;}