@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300,400,600,700,800);

@import "default.css";
@import "animation.css";
@import "fonts/style.css";
@import "plugins.css";

/* ==========================================================================
	if lt IE 9
 ========================================================================== */

em.error{
	color:#cc0000;
}

body:after {
  display: block;
  content: "We're sorry! this website does not support your browser, please upgrade your browser, thank you.";
  position: fixed;
  z-index: 100000000000000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #3f3f3f;
}
:root body:after {
  display: none;
}

/* ==========================================================================
    public
 ========================================================================== */
.nav-content-bottom h4,
.index .banner .slider .txt h3,
.banner .list-item .txt h3,
.history-page .content h2,
.service .tabs-content h3,
.contact .inner-banner h3,
.products .content .lists h3,
.products .content .lists .list-item .info h4,
.product .tab-pane h4{
	font-family: "Fjalla One", Arial, Verdana, "微軟正黑體", "Heiti TC", "Microsoft JhengHei";
}
.nav-content li a h4,
.nav-content li a,
.nav-content-bottom p,
.nav-content-bottom a,
.index .banner .slider .txt h4,
.footer span,
.footer a{
	font-family: "Open Sans", Arial, Verdana, "微軟正黑體", "Heiti TC", "Microsoft JhengHei";
}

.banner {
}
.wp.index > .banner {
    padding-top: 0px;
}
.index.wp > .container,
.index.wp > .container-fluid {
    padding: 0;
}

/* ==========================================================================
    index
 ========================================================================== */

/*    banner    */

.index .banner{
	min-width: 100vw;
	min-height: 100vh;
}
.index .banner .slider{
	margin-bottom: 0;
}
.index .banner .slider .list-item{
	position: relative;
	width: 100vw;
	height: 100vh;
}
.index .banner .slider .list-item .pic{
	height: 100%;
	width: 100%;
}
.index .banner .slider .pic .container{
	height: 100%;
}
.index .banner .slider .txt{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
.index .banner .slider .txt h3{
	font-size: 65px;
	width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.index .banner .slider .txt h4{
	font-size: 25px;
	width: 75%;
    margin: 0 auto;
}
.index .banner .slider .slick-dots li button,
.index .banner .slider .slick-dots li button:before{
	width: 17px;
	height: 17px;
}
.index .banner .slider .slick-dots li button:before{
	content: "";
	display: block;
	background: #FFF;
	border-radius: 50%;
	opacity: 1;
}
.index .banner .slider .slick-dots li.slick-active button:before{
	background: transparent;
	border: solid 2px #d6000f;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.index .banner .video-item .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;

	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
}
.mobile-mode .index .banner .video-item .pic{
	display: none;
}
@media screen and (max-width: 991px) {
	.index .banner .slider .txt h3{
		font-size: 50px;
		width: 75%;
	}
	.index .banner .slider .txt h4{
		font-size: 24px;
		width: 85%;
	}
}
@media screen and (max-width: 767px) {
	.index .banner .slider .txt{
		width: 100%;
	}
	.index .banner .slider .txt h4{
		font-size: 22px;
	}
}
@media screen and (max-width: 599px) {
	.index .banner .slider .txt h3{
		font-size: 40px;
		width: 90%;
	}
	.index .banner .slider .txt h4{
		font-size: 20px;
		width: 90%;
	}
}
@media screen and (min-width: 600px) {
	.index .banner .slider .list-item .pic.desktop{
		display: block;
	}
	.index .banner .slider .list-item .pic.phone{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.index .banner .slider .list-item .pic.desktop{
		display: none;
	}
	.index .banner .slider .list-item .pic.phone{
		display: block;
	}
}

/* ==========================================================================
    主頁 Banner
 ========================================================================== */

.banner{
	position: relative;
	width: 100%;
	height: 415px;
    margin-top: 80px;
}
.index .banner{
	margin-top: 0;
}
.about .banner,
.contact .banner{
	height: 150px;
}
.customize .banner{
	height: 415px;
}
.banner .list-item,
.banner .list-item .pic{
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner .list-item{
	list-style: none;
}
.banner .list-item .txt{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.banner .list-item .txt img{
	display: block;
	margin: 0 auto;
}
.banner .list-item .txt h3{
	font-size: 40px;
    text-align: center;
    color: #FFF;
}
.about .banner .list-item .txt h3,
.contact .banner .list-item .txt h3{
	margin: 0;
}
.customize .banner .list-item .txt h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
.banner .list-item .txt h4{
	color: #FFF;
}
.about .banner .tour,
.exhibition .banner .tour,
.news .banner .tour{
	position: absolute;
	top: 125px;
	width: 100%;
	z-index: 100;
}
.exhibition .banner .tour,
.news .banner .tour{
	top: 388px;
}
.banner .tour,
.customize .banner .tour,
.contact .banner .tour{
	position: fixed;
	top: auto;
	width: 100%;
	z-index: 100;
}
.banner .tour .group{
	position: relative;
    width: 1100px;
    max-width: 75%;
    height: 50px;
    margin: 0 auto;
    padding: 15px;
    background: #d6000f;
    border-radius: 0;
}
.banner .tour .group:before{
    position: absolute;
    top: 0;
    left: -70px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 70px;
    border-color: transparent transparent #d6000e transparent;
}
.banner .tour .group:after{
    position: absolute;
    top: 0;
    right: -70px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 50px 70px 0 0;
	border-color: #d6000e transparent transparent transparent;
}
.banner .tour .breadcrumb{
	position: relative;
	float: left;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.banner .tour .breadcrumb li,
.banner .tour .breadcrumb li a{
	color: #FFF;
	white-space: nowrap;
}
.breadcrumb>li+li:before {
    content: "<";
    color: #FFF;
}
@media screen and (max-width: 599px) {
	.banner {
		height: 180px;
		margin-top: 60px;
	}
	.banner .tour {
		display: none;
	}
	.banner .tour .group {
    	max-width: 250px;
    }
    .products .banner{
    	margin-top: 105px;
    }
    .product .banner{
    	margin-top: 60px;
    }
    .customize .banner{
    	margin-top: 60px;
    	height: 180px;
    }
}
@media screen and (max-width: 479px) {
	.banner .tour .group {
    	width: 100%;
    	max-width: 100%;
    }
}

/* ==========================================================================
    主頁 頁籤
 ========================================================================== */

.content > .container > .nav-tabs li a,
.content > .container > .nav-tabs li.active a, 
.content > .container > .nav-tabs li.active a:hover, 
.content > .container > .nav-tabs li.active a:focus,
.content > .container > .nav-tabs li:hover,
.content > .container > .nav-tabs li:hover a,
.content > .container > .nav-tabs li a:hover,
.content .nav-tabs-area > .nav-tabs li a,
.content .nav-tabs-area > .nav-tabs li.active a, 
.content .nav-tabs-area > .nav-tabs li.active a:hover, 
.content .nav-tabs-area > .nav-tabs li.active a:focus,
.content .nav-tabs-area > .nav-tabs li:hover,
.content .nav-tabs-area > .nav-tabs li:hover a,
.content .nav-tabs-area > .nav-tabs li a:hover{
	background: transparent;
	border: 0;
	color: #535353;
	margin: 0;
}
.content > .container > .nav-tabs,
.content .nav-tabs-area > .nav-tabs{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-bottom: 0;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	padding-top: 25px;
	overflow-x: auto;
	overflow-y: hidden;
}
.content > .container > .nav-tabs li,
.content .nav-tabs-area > .nav-tabs li{
	float: none;
    margin-bottom: 0;
}
.content > .container > .nav-tabs li a,
.content .nav-tabs-area > .nav-tabs li a{
	padding: 25px 15px;
	margin-right: 0;
	white-space: nowrap;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}
.content > .container > .nav-tabs li.active a,
.content > .container > .nav-tabs li.active:hover a,
.content .nav-tabs-area > .nav-tabs li.active a,
.content .nav-tabs-area > .nav-tabs li.active:hover a{
	border: 0;
	border-bottom: solid 3px #d6000f;
}
.content > .container > .nav-tabs li:hover a,
.content .nav-tabs-area > .nav-tabs li:hover a{
	color: #d6000f;
}
.content > .container > .tabs-content.first,
.content .nav-content-area > .tabs-content.first{
	border-top: solid 1px #d5d5d5;
	padding-top: 55px;
}
.contact .content > .container > .tabs-content.first,
.contact .content .nav-content-area > .tabs-content.first{
	border-top: 0;
}
@media screen and (max-width: 599px) {
	.content > .container > .nav-tabs,
	.content .nav-tabs-area > .nav-tabs{
		padding-top: 0;
	}
}
@media screen and (max-width: 479px) {
	.content > .container > .nav-tabs li a,
	.content .nav-tabs-area > .nav-tabs li a{
		padding: 20px 10px;
	}
	.content > .container > .nav-tabs li:first-of-type a,
	.content .nav-tabs-area > .nav-tabs li:first-of-type a{
		padding-left: 20px;
	}
	.content > .container > .nav-tabs li:last-of-type a,
	.content .nav-tabs-area > .nav-tabs li:last-of-type a{
		padding-left: 20px;
	}
}

.content .nav-tabs-area{
	position: fixed;
	width: 100%;
	top: 0;
	left: auto;
	border-bottom: solid 1px #d5d5d5;
	background: #fff;
	z-index: 10;
} 
.content .nav-tabs-area > .nav-tabs{
	padding-top: 0;
}
@media screen and (min-width: 600px){
	.content .nav-content-area > .tabs-content.first{
		padding-top: 155px;
	}
}
@media screen and (min-width: 768px){
	.content .nav-tabs-area{
		width: 750px;
	}
	.content .nav-tabs-area.fixed-top{
		width: 100%;
		left: 0;
	}
}
@media screen and (min-width: 992px){
	.content .nav-tabs-area {
		width: 970px;
	}
}
@media screen and (min-width: 1200px){
	.content .nav-tabs-area {
		width: 1170px;
	}
}

@media screen and (max-width: 599px){
	.content .nav-content-area > .tabs-content.first{
		padding-top: 40px;
	}
}

.scrollToTop{
    position: fixed;
	top: auto;
    bottom: 0px;
	width: 50px;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.scrollToTop a{
    display: block;
    border-radius: 50%;
    background: rgba(214, 0, 15, 0.7);
}
.scrollToTop a:after {
    position: relative;
    display: block;
    font-family: "icomoon";
    content: "\e60b";
    font-size: 25px;
    line-height: 50px;
    color: #FFF;
    font-weight: normal;
	text-align: center;
}
.scrollToTop, 
.scrollToTop a, 
.scrollToTop a:after {
    height: 50px;
    line-height: 50px;
}

/* ==========================================================================
    About
 ========================================================================== */

.about .container,
.about .container-fluid{
	padding: 0;
}
.about .navbar .container,
.about .navbar .container-fluid{
	padding-right: 15px;
    padding-left: 15px;
}
.about .tabs-content{
	padding-left: 25px;
	padding-right: 25px;
}
.about .tabs-content.top{
    padding-bottom: 65px;
}
.about .tabs-content.bottom{
    padding-top: 80px;
    padding-bottom: 25px;
}
.about .tabs-content.top .tab-pane img,
.about .tabs-content.bottom .tab-pane img{
	max-width: 100%;
	padding-bottom: 15px;
}
.about .tabs-content.top .tab-pane img{
    float: none;
    padding-right: 38px;
    display: block;
    margin: 0 auto;
}
.about .tabs-content.bottom .tab-pane img{
	float: right;
	padding-left: 38px;
}
.about .tab-pane p,
.about .tab-pane span{
	line-height: 30px;
    letter-spacing: -0.1px;
}
.about .inner-banner{
	position: relative;
	width: 100%;
	padding: 0;
}
.about .inner-banner .pic{
	position: absolute;
	width: 100%;
	height: 100%;
}
.about .inner-banner .tab-pane{
	position: relative;
	width: 90%;
    padding: 125px 0;
	margin: 0 auto;
	z-index: 10;
}
.customsize .inner-banner .tab-pane{
    padding: 56px 0;
}
.about .inner-banner .tab-pane p,
.about .inner-banner .tab-pane span,
.about .inner-banner .tab-pane .btn{
	display: block;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}
.about .inner-banner .tab-pane .btn{
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: auto;
	border-radius: 0;
	padding: 12px 30px;
	background: rgba(214, 0, 15, 0.7);
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.about .inner-banner .tab-pane .btn:hover{
	background: rgba(255, 255, 255, 0.7);
	color: #d6000f;
}
.about .inner-banner .tab-pane .btn:before{
	content: "\e939";
    font-family: "icomoon";
    float: left;
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
    line-height: 18px;
	transition: padding 0.3s ease-in-out;
	-webkit-transition: padding 0.3s ease-in-out;
	-moz-transition: padding 0.3s ease-in-out;
	-ms-transition: padding 0.3s ease-in-out;
	-o-transition: padding 0.3s ease-in-out;
}
.about .inner-banner .tab-pane .btn:hover:before{
	padding-right: 15px;
}
@media screen and (max-width: 991px) {
	.about .inner-banner .tab-pane{
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.about .container .tabs-content .tab-pane,
	.about .inner-banner .tab-pane{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about .tabs-content.top .tab-pane img,
	.about .tabs-content.bottom .tab-pane img{
		float: none;
		display: block;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 599px) {
	.about .inner-banner .tab-pane{
	    padding: 50px 15px 80px 15px;
	}
	.about .tabs-content.bottom{
		padding-top: 50px;
	}
}

/* ==========================================================================
    History
 ========================================================================== */

.history-page .content .txt h2{
	font-size: 30px;
	text-align: center;
}
.history-page .content .txt p{
	line-height: 28px;
	text-align: center;
}
#history {
	position: relative;
	margin-top: 50px;
}
#history:after{
	content: "";
    width: 2px;
    height: calc(100% - 70px);
    background: #eaeaea center repeat-y;
    display: block;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 0;
}
#history .year {
	position: relative;
	width: 70px;
	height: 70px;
	display: block;
	margin: auto;
	margin-bottom: 25px;
	border-radius: 50%;
	border: solid 3px #e9e9e9;
	background-color: #f0f0f0;
	color: #636363;
	line-height: 64px;
	text-align: center;
	z-index: 10;
}
#history .year,
#history .list h3 {
	font-size: 15px;
}

/* list */

#history .list {
	position: relative;
	float: right;
	width: 100%;
	padding: 0;
	cursor: pointer;
	min-height: 100px;
}
#history .list.last{
	margin-top: 40px;
}
#history .list .article{
	display: block;
	width: 50%;
}
#history .list:nth-of-type(odd) .article{
	float: right;
	padding-left: 80px;
}
#history .list:nth-of-type(even) .article{
	padding-right: 80px;
}
#history .list .article:after,
#history .list.last .article:before{
    position: absolute;
    content: "";
    width: calc(50% - 80px);
    height: 1px;
    display: block;
    background: #f0f0f0 center repeat-y;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#history .list:nth-of-type(odd) .article:after{
    left: 0px;
}
#history .list:nth-of-type(even) .article:after{
    right: 0px;
}
#history .list .date {
    position: absolute;
    float: left;
    display: block;
	margin-bottom: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	z-index: 10;
}
#history .list .date h3{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0;
	border-radius: 50%;
	border: solid 3px #e9e9e9;
	background-color: #f0f0f0;
	color: #fff;
	line-height: 64px;
	text-align: center;
	color: #636363;
}
#history .year:hover,
#history .list:hover h3 {
	color: #FFF;
	background-color: #d6000f;
	border: solid 3px #d6000e;
    transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
}
#history .list p{
	text-align: left;
	padding: 10px 0;
	line-height: 28px;
}
#history .list .pic {
	width: 260px;
	height: 158px;
	float: left;
}
#history .list img{
	max-width: 100%;
	padding-right: 0;
	width: 100%;
}
@media screen and (min-width: 600px) {
	#history .year,
	#history .list .date h3 {
		transition: border-radius 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
		-webkit-transition: border-radius 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
		-moz-transition: border-radius 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
		-ms-transition: border-radius 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
		-o-transition: border-radius 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
	}
}
/* 1199 max-lg-size */
@media screen and (max-width: 991px) {
	#history .list{
		padding: 0;
	}
	#history .list .article:after{
		width: calc(50% - 80px);
	}
	#history .list:nth-of-type(odd) .article:after {
	    left: 0px;
	}
	#history .list:nth-of-type(even) .article:after {
	    right: 0px;
	}
}
@media screen and (max-width: 767px) {
	.history-page .content,
	.history-page .tabs-content.top{
		padding-bottom: 0;
	}	
	.history-page .content .txt p{
		text-align: left;
	}
	.about .tabs-content {
	    padding-left: 0;
	    padding-right: 0;
	}
	#history:after{
		display: none;
	}
	#history .list+.list{
		margin-top: 25px;
	}
	#history .list:first-child{
		border-top: 1px dashed #e9e9e9;
		padding-top: 25px;
	}
	#history .list{
		float: none !important;
		padding-bottom: 25px;
		border-bottom: 1px dashed #e9e9e9;
	}
	#history .list .article{
		display: block;
		width: 50%;
		padding: 20px 0;
	}
	#history .list h3{
		width: 100%;
		position: relative;
		border-radius: 0;
	}	
	#history .list h3{
		height: 45px;
		line-height: 45px;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	#history .list .article{
		width: 100%;
		padding: 0 !important;
		float: none !important;
	}
	#history .list .article:after{
		display: none !important;
	}
	#history .list p{
		margin-bottom: 0;
	}
	#history .list .pic{
		float: none;
		width: 100%;
	}
	#history .list .date{
		position: relative;
		float: none;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	#history .list .date h3 {
	    margin: 0 auto;
	    transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
	    -webkit-transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
	    -moz-transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
	    -ms-transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
	    -o-transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
	}
	#history .year:hover, 
	#history .list:hover h3 {
	    transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    -moz-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	}
	#history .list.last .article:before{
		display: none;
	}
}

/* ==========================================================================
    Philosophy
 ========================================================================== */

.philosophy .tabs-content.top .tab-pane img{
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding-right: 0;
}
.philosophy .tabs-content.bottom{
	padding-top: 30px;
	padding-bottom: 110px;
}
.philosophy .core .nav-tabs{
	border-bottom: 0;
}
.philosophy .core .nav-tabs li a{
	position: relative;
	color: #535353;
    padding: 30px 15px;
	line-height: 81px;
	font-weight: bold;
	border: 0 !important;
	border-radius: 0;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.philosophy .core .nav-tabs>li.active>a {
    background: #fafafa;
}
.philosophy .core .nav-tabs>li>a:after{
	content: "";
	position: absolute;
	color: #535353;
	background: #d6000f;
	transition: height 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
}
.philosophy .core .nav-tabs li:hover a{
	color: #d6000f;
}
.philosophy .core .nav-tabs li.active:hover a{
	color: #535353;
}
.philosophy .core .nav-tabs li a .icon{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.philosophy .core .nav-tabs li a .icon span{
	display: block;
}
/*.philosophy .core .nav-tabs li a:before{
	font-family: "icomoon";	
	display: block;
    float: left;
    padding-right: 30px;
    font-weight: normal;
}*/
/*.philosophy .core .nav-tabs li:nth-child(1) a:before{
	content: "\e933";
	font-size: 79px;
}*/
/*.philosophy .core .nav-tabs li:nth-child(2) a:before{
	content: "\e934";
	font-size: 81px;
}
.philosophy .core .nav-tabs li:nth-child(3) a:before{
	content: "\e935";
	font-size: 65px;
}
.philosophy .core .nav-tabs li:nth-child(4) a:before{
	content: "\e936";
	font-size: 65px;
}*/
.philosophy .core .tab-content{
	position: relative;
}
.philosophy .core .tab-content .tab-pane,
.philosophy .core .tab-content .tab-pane .pic{
	position: relative;
	width: 100%;
	height: 100%;
}
.philosophy .core .tab-content .tab-pane .pic{
	border: solid 8px #FFF;
	box-shadow: 3px 3px 5px rgba(4,0,0,0.1);
}
.philosophy .tabs-content.bottom .tab-pane img{
	float: none;
	max-width: none;
	padding: 0;
	margin: 0;
}
.philosophy .core .tab-content .tab-pane .txt{
	position: absolute;
    bottom: 8px;
    left: 8px;
    width: calc(100% - 16px);
	height: auto;
	background: rgba(0, 0, 0, 0.35)
}
.philosophy .core .tab-content .tab-pane .txt span{
	padding: 15px;
	color: #FFF;
	display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.philosophy .core .nav-tabs li a{
		padding: 15px;
		line-height: 60px;
	}
	.philosophy .core .nav-tabs li a .icon {
		width: 60px;
		height: 60px;
	}
	/*.philosophy .core .nav-tabs li:nth-child(1) a:before,
	.philosophy .core .nav-tabs li:nth-child(2) a:before,
	.philosophy .core .nav-tabs li:nth-child(3) a:before,
	.philosophy .core .nav-tabs li:nth-child(4) a:before{
		font-size: 55px;
	}*/
}
@media screen and (min-width: 992px) {
	.philosophy .core{
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.philosophy .core .nav-tabs{
		position: relative;
		flex: 1;
	}
	.philosophy .core .tab-content{
		position: relative;
		flex: 3;
	}
	.philosophy .core .nav-tabs li{
		float: none;
	}
	.philosophy .core .nav-tabs li a .icon{
		margin-right: 10px;
	}
	.philosophy .core .nav-tabs>li>a:after{
		height: 0%;
		width: 3px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.philosophy .core .nav-tabs>li.active>a:after{
		height: 100%;
		transition: height 0.5s ease-in-out;
		-webkit-transition: height 0.5s ease-in-out;
		-moz-transition: height 0.5s ease-in-out;
		-ms-transition: height 0.5s ease-in-out;
		-o-transition: height 0.5s ease-in-out;
	}
}
@media screen and (max-width: 991px) {
	.philosophy .core{
		position: relative;
		display: block;
	}
	.philosophy .core .nav-tabs{
		position: relative;
		flex: initial;
	}
	.philosophy .core .tab-content{
		position: relative;
		flex: initial;
	}
	.philosophy .core .nav-tabs li{
		float: left;
		width: 25%;
	}
	.philosophy .core .nav-tabs li a{
    	padding: 15px;
		text-align: center;
	}
	.philosophy .core .nav-tabs li a .icon{
		float: none;
		margin: 0 auto;
	}
	.philosophy .core .nav-tabs li:nth-child(1) a:before,
	.philosophy .core .nav-tabs li:nth-child(2) a:before,
	.philosophy .core .nav-tabs li:nth-child(3) a:before,
	.philosophy .core .nav-tabs li:nth-child(4) a:before{
		padding: 0;
		text-align: center;
		float: none;
	}
	.philosophy .core .nav-tabs>li>a:after{
		height: 3px;
		width: 0%;
		left: 50%;
		bottom: 1px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.philosophy .core .nav-tabs>li.active>a:after{
		width: 100%;
		transition: width 0.5s ease-in-out;
		-webkit-transition: width 0.5s ease-in-out;
		-moz-transition: width 0.5s ease-in-out;
		-ms-transition: width 0.5s ease-in-out;
		-o-transition: width 0.5s ease-in-out;
	}
	.philosophy .core .tab-content .tab-pane .pic{
		width: 100%;
		height: 600px;
	}
	.philosophy .core .tab-content .tab-pane, 
	.philosophy .core .tab-content .tab-pane .pic{
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.philosophy .core .tab-content .tab-pane .pic{
		width: 100%;
		height: 450px;
	}
	.philosophy .core .tab-content .tab-pane .txt{	
	    /*margin-left: 15px;
	    margin-right: 15px;*/
	    width: calc(100% - 16px);
	}
	.philosophy .core .nav-tabs li a{
		line-height: 36px;
	}
	.philosophy .core .nav-tabs li:nth-child(1) a:before,
	.philosophy .core .nav-tabs li:nth-child(2) a:before,
	.philosophy .core .nav-tabs li:nth-child(3) a:before,
	.philosophy .core .nav-tabs li:nth-child(4) a:before{
		line-height: 80px;
	}
}

@media screen and (min-width: 600px) {
	.philosophy .core .tab-content .tab-pane .icon{
		display: none;
	}
	.philosophy .core .tab-content .tab-pane .tab-title{
		display: none;
	}
}
@media screen and (max-width: 599px) {

	.philosophy .tabs-content.bottom{
		padding-bottom: 0;
	}
	.philosophy .core .nav-tabs{
		display: none;
	}
	.philosophy .core .tab-content .tab-pane{
		display: block;
		visibility: visible;
	}
	.philosophy .core .tab-content .tab-pane+.tab-pane{
		margin-top: 30px;
	}
	.philosophy .core .tab-content .tab-pane .title-group{
		position: relative;
		display: block;
		float: left;
		white-space: nowrap;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.philosophy .core .tab-content .tab-pane .icon{
		position: absolute;
		left: -30px;
		top: 0;
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	.philosophy .core .tab-content .tab-pane .tab-title{
		padding-left: 30px;
		display: block;
		font-size: 24px;
		line-height: 50px;
	}


	.philosophy .core .nav-tabs li a {
	    padding: 10px 5px;
	    text-align: center;
	    font-size: 13px;
	}
	.philosophy .core .tab-content .tab-pane .pic{
		width: 100%;
		height: 350px;
	}
}
@media screen and (max-width: 479px) {
	.philosophy .tabs-content.top {
	    padding-bottom: 0;
	}
	.philosophy .core .tab-content .tab-pane{
		padding-left: 0;
		padding-right: 0;
	}
	.philosophy .core .tab-content .tab-pane .txt{	
	    margin-left: 0;
	    margin-right: 0;
	    width: calc(100% - 16px);
	}
	.philosophy .core .nav-tabs{
		/*display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		max-width: 100%;*/
	}
	.philosophy .core .nav-tabs li{
		float: none;
		width: auto;
	}
}

/* ==========================================================================
    Exhibition
 ========================================================================== */

.content{
	padding-bottom: 45px;
}
.news .content,
.exhibition .content{
	min-height: calc(100vh - 415px - 81px - 67px);
}
.data-table th, 
.data-table td{
	border: 0;
}
.data-table th+th{
	border-left: solid 1px #FFF;
}
.data-table th{
	color: #434343;
	font-weight: normal;
	padding: 15px;
}
.data-table td,
.data-table td p,
.data-table td span{
	color:#484848;
}
.data-table td{
	border: solid 1px transparent;
	border-bottom: solid 1px #d5d5d5;
	white-space: nowrap;
}
.exhibition td .pic{
	width: 135px;
	height: 60px;
	display: inline-block;
	border: solid 1px #e6e6e6;
}
nav .pagination{
	position: relative;
	margin: 41px 0;
}
nav .pagination li+li{
	margin-left: 10px;
}
nav .pagination li{
	display: inline-block;
}
nav .pagination li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #f7f7f7;
	border: 0;
	border-radius: 50%;
	padding: 0;
	font-family: Arial;
	font-style: italic;
	font-size: 22px;
	color: #a4a4a4;
}
nav .pagination li.active a,
nav .pagination li.active:hover a{
	background: #d6000f;
	color: #FFF;
}
nav .pagination li:hover a,
nav .pagination li:hover a span:before{
	color: #d6000f;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span{
	border-radius: 50%;
	font-style: normal;
}
.pagination>li>a>span:before{
	font-family: "icomoon";
	color: #7a7a7a;
	display: block;
    font-weight: bold;
}
.pagination>li:first-child>a>span:before{
	content: "\f579";
}
.pagination>li:last-child>a>span:before{
	content: "\f57a";
}
@media screen and (min-width: 768px) and (max-width: 1199px) {	
	.exhibition .data-table{
		overflow-x: auto;
		overflow-y: hidden;
		display: -webkit-box;
	}
}
@media screen and (max-width: 767px) {
	.exhibition .data-table{
		overflow-x: hidden;
		overflow-y: hidden;
		display: block;
	}
	.data-table tr{
		margin-bottom: 25px;
		border: solid 2px #ccc;
	}
	.data-table tr:last-child{
		margin-bottom: 0;
	}
	.data-table td{
		white-space: normal;
	}
	.data-table tr td:nth-child(2){
		border: 0;
	}
	.data-table tr td:last-child{
		border-bottom: 0;
	}
	.data-table td:before{
		font-weight: bold;
	}
	.data-table, 
    .data-table thead, 
    .data-table tbody, 
    .data-table th,  
    .data-table tr,
    .data-table td { 
        display: block; 
    }
    .data-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .data-table tr { 
        border: 1px solid #ccc; 
    }
    .data-table td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 110px; 
		min-height: 35px;
    }
    .data-table td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
	.data-table td:nth-of-type(1):before { content: "Date"; }
    .data-table td:nth-of-type(2):before { content: "Exhibition"; }
    .data-table td:nth-of-type(3):before { content: ""; }
    .data-table td:nth-of-type(4):before { content: "Venue"; }
    .data-table td:nth-of-type(5):before { content: "Booth no."; }
}
@media screen and (max-width: 479px) {
	nav .pagination li+li{
		margin-left: 5px;
	}
}

/* ==========================================================================
    News
 ========================================================================== */

/* fix Start*/
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, 
.panel-group .panel-heading+.panel-collapse>.list-group{
	border: 0;
}
/* fix End*/

.news .panel{
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #d5d5d5;
	box-shadow: none;
}
.news .panel-heading{
	padding: 0;
	background: transparent;
}
.news .panel-heading a{
	position: relative;
}
.news .panel-heading a,
.news .panel:first-child .panel-heading a.collapsed{
	display: block;
	padding: 18px 0;
}
.news .panel:first-child .panel-heading a{
	padding: 0;
}
.news .panel-heading span{
	display: inline-block;
	line-height: 36px;
}
.news .panel-heading a .date{
	position: absolute;
	left: 0;
	float: left;
	background: #d6000f;
	color: #FFF;
	padding: 0px 15px;
	width: 120px;
	text-align: center;
}
.news .panel-heading a.collapsed .date{
	background: transparent;
	padding: 0;
	color: #808080;
	text-align: left;
	width: 90px;
}
.news .panel-heading a .title{
	position: relative;
	padding-left: 142px;
	font-size: 25px;
	line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.4px;
	color: #494949;
}
.news .panel-heading a.collapsed .title{
	padding-left: 112px;
	font-size: 18px;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}
.news .panel-heading a.collapsed:hover .title{
	color: #d6000f;
}
.news .panel-body{
	padding: 0;
	padding-top: 33px;
    padding-bottom: 44px;
    border: 0;
}
.news .panel-body span{
	line-height: 36px;
	color: #484848;
	letter-spacing: 0;
}
.news .panel-body img{
	padding: 20px 0;
	max-width: 100%;
    display: block;
}
@media screen and (max-width: 767px) {
	.news .panel-heading a .date{
		position: relative !important;
		display: block !important;
		float: none !important;
	}
	.news .panel-heading a .title{
		padding-left: 0 !important;
		display: block !important;
	}
}

/* ==========================================================================
    Products
 ========================================================================== */

.products .content{
	padding-bottom: 140px;
}
.products .content .categories .btn{
	position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}
.products .content .categories .btn:before,
.products .content .categories .btn:after{
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;height: 100%;
	background: #d6000f;
}
.products .content .categories .btn:before{
    position: absolute;
    top: 0;
	left: 0;
    content: "";
    width: 0;
    height: 0;
	background: transparent;
    border-style: solid;
    border-width: 0 0 50px 70px;
    border-color: transparent transparent #d6000e transparent;
}
.products .content .categories .btn:after{
	right: 0;
	width: calc(100% - 70px);
}
.products .content .categories .btn span{
    float: right;
    display: block;
    width: calc(100% - 70px);
}
.products .content .categories .btn span:before,
.products .content .categories .btn span:after{
	position: relative;
	display: inline-block;
	color: #FFF;
	z-index: 10;
}
.products .content .categories .btn span:before{
	content: "Categories";
    padding-right: 45px;
}
.products .content .categories .btn span:after{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(images/products/icon-category.png) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: 60px;
}
.products .content .categories .btn[aria-expanded="true"] span:before{
	content: "Close";
    padding-right: 45px;
}
.products .content .categories .btn[aria-expanded="true"] span:after{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background: url(images/products/icon-close.png) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: 60px;
}
.products .content .categories ul{
    background: #f6f6f6;
    margin: 0;
}
.products .content .categories ul li a{
	border-top: solid 1px #FFF;
}
.products .content .categories ul li a{
    display: block;
    min-height: 56px;
    line-height: 30px;
    padding: 13px 15px;
	transition: background 0.3s ease-in-out;
}
.products .content .categories ul li:hover a{
	background: #ededed;
}
.products .content .box{
	padding-top: 59px;
}
.products .content .lists+.lists{
	margin-top: 80px;
}
.products .content .lists {
	text-align: center !important;
}
.products .content .lists .title{
	position: relative;
	border-bottom: solid 2px #e9e9e9;
}
.products .content .lists .title:before{
	content: "";
	width: 150px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: block;
	margin: auto;
	background: #d6000f;
}
.products .content .lists .title h3{
	font-size: 40px;
	margin-bottom: 26px;
}
.products .content .lists .list-item{
    position: relative;
	display: inline-block;
	width: 49%;
    height: 390px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.products .content .lists .list-item .pic{
	position: relative;
	min-height: 160px;
}
.pic .watermark{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	opacity: 0.2;
}
.products .content .lists .list-item .pic img{
    position: relative;
    display: block;
	max-width: 100%;
	margin: 0 auto;
}
.products .content .lists .list-item .info{
	height: 192px;
	overflow: hidden;
}
.products .content .lists .list-item .info h4{
	font-size: 30px;
	margin-top: 7px;
    margin-bottom: 18px;
}
.products .content .lists .list-item .info li{
	text-align: left;
    line-height: 28px;
}
.products .content .lists .list-item .btn{
	border-radius: 0;
	background: #3e3e3e;
	color: #FFF;
	width: 120px;
	height: 37px;
	line-height: 37px;
	padding: 0 12px;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.products .content .lists .list-item:hover .btn{
	background: #d6000f;
}
.products .content .categories{
	position: fixed;
    right: 0;
	width: 290px;
	height: auto;
	max-height: 403px;
	z-index: 101;
}
.products .content .categories ul{
	overflow-y: auto;
    max-height: 353px;
    position: relative;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
	.products .content .lists .title+.list-item{
		margin-top: 50px;
	}
	.products .content .lists .list-item{
		display: block;
		width: 460px;
		height: auto;
		margin: 0px auto 50px auto;
	}
	.products .content .lists .list-item .pic {
		position: relative;
		width: 100%;
	    height: 250px;
	}
	.products .content .lists .list-item .pic img{
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
		bottom: 0;
	    margin: auto;
	    display: block;
	    width: auto;
	    height: auto;
	    min-width: 0%;
	    min-height: 0%;
	    max-height: 100%;
	    max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.products .content{
		padding-bottom: 50px;
	}
	.products .content .lists .list-item{
		display: block;
		width: 100%;
		height: auto;
		padding: 0 15px;
		margin: 0px auto 50px auto;
	}
	.products .content .lists .list-item .pic{
		height: auto;
		min-height: 150px;
	}
}
@media screen and (max-width: 599px) {

	.products .content .box{
		padding-top: 15px;
	}
	.products .content .lists .title h3{
		font-size: 30px;
	}
	.products .content .lists .list-item .info h4 {
	    font-size: 24px;
	}
	.products .content .categories ul{
		position: fixed;
		left: 0;
		width: 100%;
    	background: rgba(0,0,0,0.8);
	}
	.products .content .categories ul li a{
		color: #FFF;
	    min-height: 51px;
	    padding: 10px 15px;
	}
	.products .content .categories ul li:first-child a{
		border-top: 0
	}
	.products .content .categories ul li:hover a {
    	background: rgba(0,0,0,0.8);
	    color: #FFF;
	}
	.products .content .categories .btn span:before{
		display: block;
    	left: calc(50% - 25px);
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	-o-transform: translateX(-50%);
	}
	.products .content .categories .btn span:after{
	    right: auto;
	    left: calc(50% + 51px);
	}
	.products .content .categories .btn[aria-expanded="true"] span:before{
    	left: calc(50% - 25px);
	}
	.products .content .categories .btn[aria-expanded="true"] span:after{
	    right: auto;
	    left: calc(50% + 15px);
	}
}
@media screen and (max-width: 479px) {
	.products .content .categories .btn {
	    height: 40px;
	    line-height: 40px;
	}
	.products .content .categories .btn span:after{
	    top: 8px;
	}
	.products .content .categories .btn[aria-expanded="true"] span:after{
		top: 10px;
	}
	.product .content .categories .btn[aria-expanded="true"] span:after{
		top: 13px;
	}
	.products .content .categories .btn:before{
		border-width: 0 0 40px 70px;
	}
}

/* ==========================================================================
    Product
 ========================================================================== */
.product .banner{
	height: 0;
	overflow: hidden;
}
.product .content{
	position: relative;
	padding-bottom: 101px;
}
.product .content .content{
	position: static;
	padding-bottom: 0;
}
.product .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 101px;
}
.product .bg .pic{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
.product .nav-tabs{
	position: relative;
    text-align: center;
}
.product .nav-tabs > li{
	display: inline-block;
    float: none;
    margin: 0em;
}
.product .main-tabs{
	bottom: 0;
	height: 78px;
	border: 0;
	z-index: 30;
}
.product .main-tabs li{
    line-height: 101px;
	margin-bottom: 0;
}
.product .main-tabs li .btn{
	color: #FFF;
    line-height: 101px;
    padding: 0px 45px;
    font-size: 15px;
}
.product .main-tabs li .btn:focus{
	outline: 0;
}
.product .main-tabs li .btn:before{
	content: "";
	position: absolute;
	float: left;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.product .main-tabs li:nth-child(1) .btn:before{
	background-image: url('images/product/makefg1.png');
	width: 34px;
	height: 34px;
	left: 1px;
}
.product .main-tabs li:nth-child(2) .btn:before{
	background-image: url('images/product/makefg2.png');
	width: 30px;
	height: 30px;
	left: 5px;
}
.product .main-tabs li:nth-child(3) .btn:before{
	background-image: url('images/product/makefg3.png');
	width: 30px;
	height: 25px;
	left: 5px;
}
.product .main-tabs li:nth-child(4) .btn:before{
	background-image: url('images/product/makefg4.png');
	width: 29px;
	height: 29px;
	left: 6px;
}
.product .main-tabs li .btn:after{
	content: "";
	position: absolute;
	opacity: 0;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #fdfdfd;
	transition: all 0.3s ease-in-out;
}
.product .main-tabs li:hover .btn:after,
.product .main-tabs li.active .btn:after{
	opacity: 1;
	top: 0;	
}
.product .main-tabs>li>a,
.product .main-tabs>li:hover>a,
.product .main-tabs>li>a:hover,
.product .main-tabs>li.active>a, 
.product .main-tabs>li.active>a:hover, 
.product .main-tabs>li.active>a:focus{
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #FFF;
	margin: 0;
}
.product .main-tabs>li>a:hover {
	color: #FFF;
}
.product .title h4{
	font-size: 30px;
	text-align: center;
}
.product .tab-content{
	position: relative;
}
.product .main > .tab-content{
	min-height: 729px;
}
.product .tab-content-bg .pic{
	position: absolute;
	left: 0;
	top: 0;
	height: 729px;
	width: 100%;
}
.product .main > .tab-content > .tab-pane{
	padding-top: 68px;
}
.product .main > .tab-content > .features{
	padding-top: 65px;
}
.product .tab-pane .title{
	position: relative;
    padding-bottom: 54px;
}

/* features */
.product .features .left{
	min-height: 600px;
	padding-bottom: 65px;
}
.product .features .pic img{
	display: block;
	margin: 0 auto;
    width: auto;
    max-width: 100%;
}
.product .features .slider-nav .pic img{
	margin: 0;
	width: auto;
    max-width: none;
}
.product .features .tools{
	/* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	-o-transform: translateX(-50%); */
	position: relative;
    float: right;
    width: 120px;
    height: 80px;
}
.product .features .tools ul {
    position: relative;
	float: left;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: 0;
}
.product .features .tools ul li{
	float: left;
}
/* .product .features .tools ul li+li{
	margin-left: 20px;
} */
.product .features .tools ul li a{
	position: relative;
	display: block;
	border-radius: 50%;
	border: solid 1px #dadada;
	width: 55px;
	height: 55px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
/* .product .features .tools ul li:first-child{
	display: none;
} */
.product .features .tools ul li a:after{
	content: "";
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product .features .tools ul li .btn-gallery:after{
	background-image: url('images/product/icon-gallery.png');
	width: 27px;
	height: 21px;
}
.product .features .tools ul li .btn-youtube:after{
	background-image: url('images/product/icon-play.png');
	width: 25px;
	height: 25px;
}
.product .features .tools ul li a:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	border: solid 1px #636363;
}
.product .features .right{
	margin-top: 48px;
}
.product .features .right .article{
	width: 90%;
	margin: 0 auto;
}
.product .features .right h4{
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 35px;
}
.product .features .right>ul{
	margin-left: 20px;
}
.product .features .right>ul li,
.product .features .right>.article>ul li{
	line-height: 30px;
}

/* specifications */

/*.product .specifications table{
	width: 90%;
	margin: 0 auto;
}*/
.product .specifications .left table tr:nth-child(1){
	border-top: solid 1px #e2e2e2;
}
.product .specifications .left table tr{
	border-bottom: solid 1px #e2e2e2;
}
.product .specifications .left table tr td{
	padding: 17px 25px;
}
.product .specifications .left table tr td:nth-child(1){
	font-size: 20px;
	color: #343434;
}
.product .specifications .left table tr td:nth-child(2){
	color: #535353;
}
.product .specifications .left table tr td ul li{
	line-height: 24px;
}
.product .specifications .right table tr th{
	background: #2b2b2b;
	color: #FFF;
}
.product .specifications .right table tr th,
.product .specifications .right table tr td{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 50%;
	line-height: 20px;
}
.product .specifications .right table{
	border: solid 1px #bfbfbf;
}
.product .specifications .right table thead{
	border: solid 1px #2b2b2b;
}
.product .specifications .right table tr th+th,
.product .specifications .right table tr td+td{
	border-left: solid 1px #bfbfbf;
}
.product .specifications .right table tbody tr:nth-child(even){
	background: #e9e9e9;
}

/*106 06 27*/
.product .specifications table{
	width: auto;
	margin: 0 auto;
	min-width: 750px;
	max-width: 100%;
}
.product .specifications .left{
	display: none;
}
.product .specifications .right{
	width: 100%;
}

/* details */

.product .details .tabs-area{
    position: relative;
    display: block;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    min-height: 78px;
}
.product .details .sub-tabs{
    max-width: 100%;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}
.product .details .sub-tabs li{
    float: none;
    display: inline-block;
}
.product .details .sub-tabs li+li{
	margin-left: 10px;
}
.product .details .sub-tabs li a{
    line-height: 38px;
    margin: 0;
    border: 0;
    padding: 19px 20px;
}
.product .details .sub-tabs li a:after{
	content: "";
	position: absolute;
	display: block;
	width: 0%;
	height: 3px;
	background: #d6000f;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
}
.product .details .sub-tabs li:hover a:after,
.product .details .sub-tabs li.active a:after{
	width: 100%;
}
.product .details .sub-tabs>li>a, 
.product .details .sub-tabs>li>a:hover, 
.product .details .sub-tabs>li>a:focus
.product .details .sub-tabs>li.active>a, 
.product .details .sub-tabs>li.active>a:hover, 
.product .details .sub-tabs>li.active>a:focus{
	background: transparent;
	color: #535353;
}
.product .details .pic{
	float: left;
	margin-right: 60px;
	max-width: 50%;
}
.product .details .pic img{
	max-width: 100%;
}
.product .details .tab-content{
	padding-top: 50px;

}
.product .details .tab-content ul{
	margin-left: 20px;
}
.product .details ul li{
	line-height: 30px;
}
#gallery{
	padding-bottom: 20px;
    max-width: 650px;
    display: block;
    margin: 0 auto;
}
#gallery .group{
	font-size: 0;
	text-align: center;
}
#gallery .group .slider-nav,
#gallery .group .tools{
	float: none;
	display: inline-block;
}
#gallery .slick-track{
	height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gallery .slider-nav{
	height: 80px;
	margin-bottom: 0;
}
#gallery .slider-for li{
	/* display: table; */
}
#gallery .slider-for li a{
	display: block;
}
#gallery .slider-for .pic{
	/* display:table-cell;
    vertical-align: middle;  */
	/* width: 100%; */
	width: 650px;
	height: 480px;
    max-width: 100%;
	display: block;
	margin: 0 auto;
}
#gallery .slider-for .pic img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
    position: relative;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
#gallery .slider-nav{
	width: 420px;
	margin: 0 auto;
	width: calc(100% - 120px);
	float: left;
    max-width: 420px;
}
#gallery .slider-nav .pic{
	width: 100px;
	height: 80px;
	border: solid 1px #eee;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
#gallery .slider-nav .slick-active.slick-current .pic{
	border-color: #d6000f;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content{
	border: solid 5px #ececec;
}
.modal-body{
	padding: 46px 15px;
}
.modal .close{
	position: absolute;
	top: -50px;
	right: -50px;
	opacity: 0.7;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.modal .close:hover{
	opacity: 1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.modal .icon-close{
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background: #d6000f;
}
.modal .icon-close:before{
	font-family: "icomoon";
	content: "\e930";
	display: block;
	color: #FFF;
}
.modal-content .txt{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.modal-content .txt .icon-ok{
	display: inline-block;
	float: left;
}
.modal-content .txt .icon-ok:before{
	content: "";
	width: 42px;
	height: 42px;
	float: left;
	display: inline-block;
	background: url('images/product/OK.png') center no-repeat;
	background-size: contain;
}
.modal-content .txt p{
    position: relative;
	margin: 0;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 30px;
	text-align: center;
}
.modal-content .btn{
	display: block;
	width: 150px;
	margin: 0 auto;
    padding: 8px 12px;
	border-radius: 0;
	background: #d6000f;
	border: solid 1px #d6000f;
	box-shadow: none;
	text-shadow: none;
    clear: both;
    transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
#myModal .modal-content .btn{
	width:160px;
}
.modal-content .btn:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@media screen and (max-width: 1439px) {
	.product .main-tabs li .btn {
	    padding: 0px 10px 0px 40px;
	}
	.product .main-tabs li:nth-child(1) .btn:before {
	    width: 29px;
	    height: 29px;
	}
	.product .main-tabs li:nth-child(2) .btn:before {
	    width: 25px;
	    height: 25px;
	}
	.product .main-tabs li:nth-child(3) .btn:before {
	    width: 25px;
	    height: 20px;
	}
	.product .main-tabs li:nth-child(4) .btn:before {
	    width: 24px;
	    height: 24px;
	}
	.product .main > .tab-content > .tab-pane{
		float: left;
		width: 100%;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.product .title h4 {
		width: 80%;
		margin: 0 auto;
	}
	.product .main > .tab-content > .tab-pane{
		padding-bottom: 60px;
	}
	.product .specifications table {
		width: 100%;
	    margin-bottom: 50px;
		min-width: 0;
	}
	.product .details .pic{
		float: none;
		margin-right: 0;
		max-width: 100%;
	}
	.product .details .pic img{
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		padding: 15px;
	}
	.product .details .article{
		padding: 0 15px;
	}
	.product .details .sub-tabs li a{
		padding: 19px 15px;
	}
}
@media screen and (max-width: 767px) {
	.product .main > .tab-content > .tab-pane{
		padding-top: 0;
	}
	.product .title h4{
		width: 100%;
		padding: 0 15px;
	}
	.product .content{
		padding-top: 101px;
		padding-bottom: 45px;
	}
	.product .bg {
	    position: absolute;
	    top: 49px;
	}
	.product .main-tabs {
	    top: 0;
	    bottom: auto;
	    height: 101px;
	}
	.product .main-tabs li{
	    height: 101px;
	}
	.product .features .left {
	    min-height: 0
	}
	.product .features .pic {
		height: auto;
		padding: 20px 0;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	
	.product .main-tabs li:hover .btn:after,
	.product .main-tabs li.active .btn:after{
		top: auto;
		bottom: 0;	
	}
	.product .main-tabs li .btn:after {
		top: auto;
	    bottom: -20px;
	    border-top: 0px solid transparent;
	    border-bottom: 20px solid #fdfdfd;
	}
}
@media screen and (min-width: 600px) {
	.product .details .tabs-area{
		display: block;
	}
	.product .details .article h5{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.product .content {
	    padding-top: 30px;
	}
	.product .bg {
	    top: 0;
	}
	.product .main > .tab-content > .tab-pane{
		padding-top: 0;
		opacity: 1 !important;
		display: block !important;
		visibility: visible !important;
	}
	.product .features .left, 
	.product .features .right, 
	.product .specifications .left, 
	.product .specifications .right, 
	.product .specifications .title h4, 
	.product .details .title h4, 
	.product .details .sub-tabs li a, 
	.product .details .tab-pane .article .pic, 
	.product .details .tab-pane .article ul{
		opacity: 1 !important;
	}
	.products .content .categories{
		width: 100%;
		bottom: auto;
		top: 60px;
		animation: fadeInDown 0.5s ease-in-out 1s both;
		-webkit-animation: fadeInDown 0.5s ease-in-out 1s both;
		-moz-animation: fadeInDown 0.5s ease-in-out 1s both;
		-ms-animation: fadeInDown 0.5s ease-in-out 1s both;
		-o-animation: fadeInDown 0.5s ease-in-out 1s both;
	}
	.product .content .categories{
		width: 50%;
	}
	.products .content .categories .btn{
		border-bottom: solid 1px #FFF;
		height: 45px;
		line-height: 45px;
	}

	.product .main-tabs>li>a:hover,
	.product .main-tabs>li.active>a:hover{
		background: rgba(0,0,0,0.8);
		border-bottom: solid 1px #FFF;
	}
	.products .main-tabs>li:hover>a,
	.products .main-tabs>li>a:hover,
	.products .main-tabs>li.active>a, 
	.products .main-tabs>li.active>a:hover, 
	.products .main-tabs>li.active>a:focus{
    	background: rgba(0,0,0,0.8);
		color: #FFF;
    	border-bottom: solid 1px #FFF;
	}
	.products .content .categories .btn:before,
	.products .content .categories .btn:after{
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.products .content .categories .btn:before{
		display: none;
	}
	.products .content .categories .btn:after{
		width: 100%;
		/*background: #F1F2F3;*/
		background: #373433;
	}
	.products .content .categories .btn[aria-expanded="true"]:after{
    	background: #d6000f;
	}
	.products .content .categories .btn span:before,
	.products .content .categories .btn span:after{
		/*color: #444;*/
		color: #FFF;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.products .content .categories .btn span:after {
		top: 13px;
	    /*background: url(images/products/icon-category2.png) 50% 50% no-repeat;*/
		background: url(images/products/icon-category.png) 50% 50% no-repeat;
        background-size: contain;
	    width: 20px;
	    height: 20px;
	    left: auto;
	    right: 8px;
	}
	.products .content .categories .btn[aria-expanded="true"] span:before,
	.products .content .categories .btn[aria-expanded="true"] span:after{
		color: #FFF;
	}

	.products .content .categories .btn[aria-expanded="true"] span:before{
	    content: "Categories";
	    left: calc(50% - 25px);
	}
	.products .content .categories .btn[aria-expanded="true"] span:after{
	    background: url(images/products/icon-category.png) 50% 50% no-repeat;
	    background-size: contain;
	    /* left: calc(50% + 51px); */
	    left: auto;
	    right: 8px;
	}
	.product .features .right h4,
	.product .specifications .title h4, 
	.product .details .title h4 {
	    font-size: 24px;
	    line-height: 40px;
	}
	.product .main-tabs {
	    display: -webkit-box;
	    overflow-x: auto;
	    overflow-y: hidden;
	}
	.product .main-tabs li{
		float: none;
		display: block;
	}
	.product .main-tabs li:hover .btn:after, 
	.product .main-tabs li.active .btn:after {
	    opacity: 1;
	    top: auto;
	    bottom: -1px;
	}
	.product .main-tabs li .btn:after {
	    top: auto;
	    bottom: -20px;
	    border-top: 0;
		border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	    border-bottom: 20px solid #fdfdfd;
	}
	.product .details .sub-tabs li a {
	    padding: 12px 20px;
	}
	
	.product .features .right .article{
		width: 100%;
	}
	.product .features .right .article ul{
		margin-left: 20px;
	}
	.product .details .pic img {
	    padding: 0;
	}
	.product .details .tab-content{
		padding-top: 0;
	}
	.product .details .tabs-area{
		display: none;
	}
	.product .details .article h5{
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-align: center;
		margin-bottom: 20px;
	}
	.modal-dialog {
	    width: 80%;
	}
	.product .modal .close {
	    top: -20px;
	    right: -22px;
	}
	.modal-content .txt .icon-ok,
	.modal-content .txt .icon-ok:before {
	    display: block;
	    margin: 0 auto;
	    float: none;
	}
	.product .specifications .left table tr td {
	    padding: 17px 15px;
	}
	.product .specifications .right table tr th, 
	.product .specifications .right table tr td{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.product .details .tabbable .tab-content>.tab-pane {
		display: block;
		visibility: visible;
		opacity: 1;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: solid 1px rgba(0, 0, 0, 0.1);
	}
	.product .details .tabbable .tab-content>.tab-pane .pic+ul{
		padding-top: 25px;
	}
	.product .details ul li{
		line-height: 30px;
	}
}
@media screen and (max-width: 479px) {
	#gallery .slider-nav{
		width: 95%;
		margin: 0 auto;
	}
	.product .content .categories .btn span:before,
	.product .content .categories .btn[aria-expanded="true"] span:before{
    	left: calc(50% - 35px);
	}
}

/* ==========================================================================
    Customize
 ========================================================================== */

.fix-bottom{
    position: fixed;
    right: 0;
    width: 220px;
    height: auto;
    max-height: 403px;
    z-index: 99;
}
.fix-bottom a{
	position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-shadow: none;
    box-shadow: none;
	background: #d6000f;
	color: #FFF;
	text-align: center;
}

.fix-bottom a:before{
    position: absolute;
    top: 0;
    left: -70px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 70px;
    border-color: transparent transparent #d6000e transparent;
}
.fix-bottom a .txt{
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
	color: #FFF;
}
.fix-bottom a .icon:after{
    position: relative;
    display: inline-block;
    float: left;
	font-family: "icomoon";
	content: "\e931";
	font-size: 25px;
	padding-left: 18px;
	line-height: 50px;
	color: #FFF;
	font-weight: normal;
}

.customize .inner-banner .tab-pane{
	width: 60%;
}
.customize .inner-banner .tab-pane p, 
.customize .inner-banner .tab-pane span{
	line-height: 28px;
}
.customize .tabs-content.bottom .tab-pane .pic-group{
	margin-left: -5px;
	margin-right: -5px;
}
.customize .tabs-content.bottom .tab-pane .pic-group img{
	float: left;
	padding: 0 5px 10px;
}
@media screen and (min-width: 768px) {
	.customize .tabs-content.bottom .tab-pane .pic-group img{
		width: 33.3333333333%;
	}
}
@media screen and (max-width: 1439px) {
	.customize .inner-banner .tab-pane{
		width: 80%;
	}
}
@media screen and (max-width: 1339px) {
	.customize .inner-banner .tab-pane{
		width: 90%;
	}
}
@media screen and (max-width: 991px) {
	.customize .inner-banner .tab-pane{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.customize .container .tabs-content .tab-pane{
		padding: 0 15px;
	}
	.customize .tabs-content.bottom .tab-pane .pic-group img{
		float: none;
		display: block;
		margin: 0 auto;
		width: auto;
		max-width: 100%;
	}
}

/* ==========================================================================
    Service
 ========================================================================== */

.service .tabs-content{
	float: left;
	width: 100%;
	margin-bottom: 150px;
}
.service .inquiry{
	margin-bottom: 0px;
}
.service .tabs-content h3{
	font-size: 40px;
	display: block;
	margin: 0;
}
.service .tabs-content h4{
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
	color: #d6000f;
}
.service .tabs-content p,
.service .tabs-content span{
	line-height: 30px;
}
.service .tabs-content .txt span a{
	text-decoration: underline;
}
.service .tabs-content img{
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding-bottom: 20px;
}
.service .tabs-content .group{
	background: #f8f8f8;
	border: solid 1px #e4e4e4;
	padding: 15px 25px;
	margin-bottom: 20px;
}
.service .tabs-content .btn{
	position: relative;
	display: block;
    width: 159px;
    height: 50px;
    line-height: 50px;
    left: 71px;
    border-radius: 0;
    border: solid 1px #d6000f;
    background: #d6000f;
    color: #FFF;
    text-shadow: none;
    padding: 0;
    padding-right: 20px;
    margin-top: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.service .tabs-content .btn:before{
    position: absolute;
	top: -1px;
    left: -71px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 70px;
    border-color: transparent transparent #d6000e transparent;
}

.service .tabs-content.support .btn{
	margin-left: 15px;
}
.service .tabs-content .btn:hover{
	background: transparent;
	color: #d6000f;
}

.service .top .tab-pane ul li a{
	position: relative;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.service .top .tab-pane ul li a .pic{
	position: relative;
	display: block;
	width: 100%;
	width: 250px;
	max-width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.service .top .tab-pane ul li a .pic img{
	display: block;
	width: auto;
	max-width: none;
	padding: 0;
	margin: 0;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
}
.service .top .tab-pane ul li:hover a .pic,
.service .top .tab-pane ul li:hover a{
	border-radius: 8px;
}
.service .top .tab-pane ul li a .mask{
	position: absolute;
	width: 75%;
	height: 75%;
	background: rgba(253,253,253,0.85);
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 10;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.service .top .tab-pane ul li:hover a .mask{
	width: 100%;
	height: 100%;
	background: rgba(214,0,15,0.9);
	border-radius: 8px;
}
.service .top .tab-pane ul li a .txt{
	position: absolute;
	display: block;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 20;
}
.service .top .tab-pane ul li a .txt span{
	display: block;
	width: 100%;
	text-align: center;
	color: #484848;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.service .top .tab-pane ul li:hover a .txt span{
	color: #FFF;
}
.service .top .service-nav{
	float: left;
	width: 100%;
	margin-top: 55px;
}
.service .support .group li{
	font-weight: bold;
}
.service .support .group li+li{
	margin-top: 5px;
}
.service .support li .txt p,
.service .support li .txt span{
	line-height: 30px;
	color: #484848;
}
.service .maintenance img{
	width: auto;
	float: left;
	width: 39%;
	padding-right: 40px;
}
.service .maintenance .txt{
	display: inline-block;
	width: 61%;
}
.service .maintenance ul.program{
	list-style-type: disc;
    padding-left: 20px;
}
.service .maintenance ul.group{
	list-style: none;
	float: left;
}
.service .maintenance .btn{
	margin-left: 0;
}

.service .customer img{
	float: right;
	padding-left: 40px;
}

.service .inquiry img{
	float: left;
	padding-right: 40px;
}
.service .inquiry .btn{
	float: left;
	margin-left: 0;
}

@media screen and (max-width: 991px) {
	.service .tabs-content{
		margin-bottom: 90px;
	}
	.service .tabs-content img{
		width: 40%;
	}
	.service .top .tab-pane ul li{
		margin-bottom: 30px;
	}
	.service .maintenance .txt{
		width: 60%;
	}
}
@media screen and (max-width: 767px) {
	.service .tabs-content{
		margin-bottom: 50px;
	}
	.service .tabs-content img,
	.service .maintenance img{
		display: block;
		float: none;
		width: 50%;
		padding-right: 0;
		padding-left: 0;
		margin: 0 auto;
	}
	.service .tabs-content h3{
		text-align: center;
	}
	.service .tabs-content .btn,
	.service .tabs-content.support .btn{
		float: none;
		margin: 0 auto;
		margin-top: 15px;
		left: 30px;
	}
	.service .maintenance .txt{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.service .tabs-content h3{
		font-size: 30px;
		line-height: 40px;
	}
}
@media screen and (max-width: 479px) {
	.service .top .tab-pane ul li{
		padding:  0 5px;
	}
}

.customize .tab-pane p, 
.customize .tab-pane span,
.service .tab-pane p, 
.service .tab-pane span{
	display: block;
}
.customize .tab-pane p, 
.customize .tab-pane span{
	text-align: center;
}
.about .tab-pane .title,
.service .tab-pane .title{
	font-family: 'Fjalla One';
	font-size: 40px;
	line-height: 48px;
	text-align: center;
}
.about .tab-pane .figcaption{
	font-weight: bold;
	font-size: 18px;
}


.fix-bottom,
.fix-bottom a,
.fix-bottom a .txt,
.fix-bottom a .icon:after{
	height: 50px;
	line-height: 50px;
}
.fix-bottom{
	width: 50px;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.fix-bottom a{
	border-radius: 50%;
	background: rgba(214, 0, 15, 0.7);
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;

	-webkit-animation-name: wobble-hor-bottom;
	animation-name: wobble-hor-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: 3;
}

.fix-bottom a:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.fix-bottom a:before {
	border-width: 0 0 40px 70px;
	display: none;
}
.fix-bottom a .txt{
	display: none;
}
.fix-bottom a .icon:after{
	float: none;
	text-align: center;
	padding-left: 0;
}



@media screen and (min-width: 600px) {
	.customize .tab-pane p, 
	.customize .tab-pane span{
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	.about .tab-pane p, 
	.about .tab-pane span,
	.about .tab-pane .figcaption,
	.about .inner-banner .tab-pane p, 
	.about .inner-banner .tab-pane span,
	.service .tab-pane p, 
	.service .tab-pane span{
		text-align: left;
		font-size: 15px;
		line-height: 26px;
	}
	.about .tab-pane .title,
	.about .inner-banner .tab-pane .title,
	.service .tab-pane .title,
	.history-page .content .txt h2{
		text-align: center;
		font-size: 30px;
		line-height: 40px;
	}
	.fix-bottom,
	.fix-bottom a,
	.fix-bottom a .txt,
	.fix-bottom a .icon:after{
	    /*height: 40px;
	    line-height: 40px;*/
	}
	.fix-bottom{
	    /*width: 40px;*/
	    right: 8px;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	}
	.fix-bottom a{
		border-radius: 50%;
		background: rgba(214, 0, 15, 0.7);
	}
	.fix-bottom a:before {
	    border-width: 0 0 40px 70px;
	    display: none;
	}
	.fix-bottom a .txt{
		display: none;
	}
	.fix-bottom a .icon:after{
		float: none;
		text-align: center;
		padding-left: 0;
	}
}


/* ==========================================================================
    Contact
 ========================================================================== */

.contact .content{
	padding-top: 40px;
}
.contact .tabs-content{
	padding-top: 97px;
}

.contact .tabs-content .box+.box{
	margin-top: 70px;
}
.contact .tabs-content .box{
	position: relative;
	float: left;
	width: 100%;
}
.contact .tabs-content .box .pic{
	display: block;
	width: 214px;
	height: 214px;
	position: absolute;
	z-index: 1;
}
.contact .tabs-content .box .pic{
	float: left;
}
.contact .tabs-content .box:nth-of-type(odd) .pic{
	/* float: left; */
}
.contact .tabs-content .box:nth-of-type(even) .pic{
	/* float: right; */
	/* right: 0; */
}
.contact .tabs-content .box .txt{
	position: relative;
	margin-left: 250px;
	margin-top: 47px;
}
.contact .tabs-content .box .txt h4{
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	padding-bottom: 27px;
	color: #484848;
}
.contact .tabs-content .box .txt ul{
    position: relative;
    margin-bottom: 0;
    padding-top: 20px;
	padding-bottom: 27px;
    min-width: 600px;
}
.contact .tabs-content .box .txt ul:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #eee;
	left: -130px;
	top: 0;
	z-index: 0;
}
.contact .tabs-content .box .txt ul li{
	position: relative;
	color: #262626;
	padding-left: 30px;
	line-height: 24px;
	z-index: 1;
}
.contact .tabs-content .box .txt ul li a{
	color: #262626;
}
.contact .tabs-content .box .txt ul li i:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: block;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-size: contain;
}
.contact .tabs-content .box .txt ul li.addr i:before{
	background-image: url('images/contact/location.png');
    width: 10px;
    height: 16px;
}
.contact .tabs-content .box .txt ul li.tel i:before{
	background-image: url('images/contact/phone.png');
    width: 10px;
    height: 16px;
}
.contact .tabs-content .box .txt ul li.fax i:before{
	background-image: url('images/contact/fax3.png');
    width: 16px;
    height: 16px;
}
.contact .tabs-content .box .txt ul li.mail i:before{
	background-image: url('images/contact/mail.png');
    width: 15px;
    height: 11px;
}
.contact .tabs-content .box .txt ul li.website i:before{
	background-image: url('images/contact/home.png');
    width: 16px;
    height: 15px;
}
.contact .tabs-content .box .txt ul li.ceo{
	margin-left: -30px;
}
.contact .tabs-content .box a.btn{
	position: absolute;
	right: 20px;
	top: 164px;
	border: solid 1px #d6000f;
	background: #d6000f;
	color: #FFF;
	width: 195px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-radius: 0;
	z-index: 20;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.contact .tabs-content .box a.btn{
	float: right;
}
/* .contact .tabs-content .box:nth-of-type(odd) a{
	float: right;
}
.contact .tabs-content .box:nth-of-type(even) a{
	float: left;
	left: 0;
} */
.contact .tabs-content .box a.btn:hover{
	background: transparent;
	color: #d6000f;
}
.contact .inner-banner{
	position: relative;
	width: 100%;
	height: 377px;
}
.contact .inner-banner .tab-pane{
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.contact .inner-banner .tab-pane .pic .txt{
	position: absolute;
	top: 50px;
	width: 100%;
}
.contact .inner-banner .tab-pane .pic .txt h3{
	font-size: 40px;
	text-align: center;
	color: #535353;
	margin: 0;
}
.contact .advisory{
	position: relative;
	margin-top: -230px;
	z-index: 10;
}
.contact .advisory .tab-pane{
	padding: 0 15px;
	padding-bottom: 100px;
}
.contact .advisory .tab-pane .wrapper{
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    background: #FFF;
}
.contact .advisory .tab-pane .wrapper form{
	width: 85%;
	margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 58px;
}
.contact form input::-webkit-input-placeholder,
.contact form textarea::-webkit-input-placeholder {
   color: #535353;
}
.contact form input:-moz-placeholder,
.contact form textarea:-moz-placeholder {
   color: #535353;  
}
.contact form input::-moz-placeholder,
.contact form textarea::-moz-placeholder {
   color: #535353;  
}
.contact form input:-ms-input-placeholder,
.contact form textarea:-ms-input-placeholder {  
   color: #535353;  
}
.contact form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.contact form .bootstrap-select>.dropdown-toggle {
    border: 0;
    box-shadow: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 70px;
    line-height: 32px;
    padding: 6px 12px;
    background: transparent;
}
.contact form .more{
	display: block;
	margin: 30px auto 37px auto;
    width: 115px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
    border-color: #3e3e3e;
    background: #3e3e3e;
    color: #FFF;
    text-shadow: none;
    box-shadow: none;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.contact form .more:hover{
	background: transparent;
	color: #3e3e3e;
}
.contact form .form-group{
	margin-bottom: 0;
}
.contact form .form-control,
.contact form button{
	border-radius: 0;
}
.contact form .form-control{
    border: 0;
    box-shadow: none;
    border-bottom: solid 1px #ccc;
	height: 70px;
    line-height: 32px;
    padding: 6px 12px;
}
.contact form textarea.form-control{
	resize: none;
	width: 100%;
	height: 170px;
    padding: 15px 12px;
}
.contact form .products .product{
	float: left;
	width: 100%;
	border-bottom: solid 1px #ccc;
}
.contact form .control-label{
	font-weight: normal;
    padding-top: 23px;
    padding-bottom: 32px;
    padding-left: 30px;
}
.contact form .products ul li{
	position: relative;
	width: 195px;
	display: inline-block;
	margin-right: 15px;
}
.contact form .products .pic{
	position: relative;
	width: 195px;
	height: 185px;
	border: solid 3px #f8f8f8;
}
.contact form .products .pic img{
	position: absolute;
	padding: 10px;
	max-width: 100%;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.contact form .products .remove{
	position: absolute;
	display: block;
	padding: 0;
	top: -12.5px;
	right: -12.5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #3e3e3e;
	color: #FFF;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	z-index: 200;
}
.contact form .products .remove:after{
    position: absolute;
    content: "X";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 23px;
    z-index: 200;
}
.contact form .products .pic .remove:hover{
	background: #d6000f;
}
.contact form .code .img{
	position: absolute;
    display: block;
	right: 15px;
    top: 0;
    padding: 15px;
    padding-right: 0;
	cursor: pointer;
	height: 100%;
}
.contact form .code .img a{
	cursor: pointer;
	display: block;
	height: 100%;
}
.contact form .code .img a img{
	display: block;
	height: 100%;
}
.contact form .code .form-control{
	border: 0;
}
.contact form .submit{
	width: 100%;
    height: 50px;
    border-color: #d6000f;
    background: #d6000f;
    color: #FFF;
    text-shadow: none;
    box-shadow: none;
    	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.contact form .submit:hover{
	background: transparent;
	color: #d6000f;
}

@media screen and (min-width: 768px) {
	.form-horizontal .control-label{
		text-align: left;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.contact .tabs-content .box .txt ul li{
    	width: calc(100% - 250px);
	}
}
@media screen and (max-width: 991px) {
	.contact .tabs-content .box .pic {
	    float: left;
	    left: 0;
	}
	.contact .tabs-content .box .txt {
		margin-top: 0;
	}
	.contact .tabs-content .box .txt ul{
		min-width: 0;
	}
	.contact .tabs-content .box .txt ul:after{
		display: none;
	}
	.contact .tabs-content .box a.btn {
	    position: relative;
	    top: 0;
	    left: 250px !important;
	    float: left !important;
	}
}
@media screen and (max-width: 767px) {
	.contact .inner-banner .tab-pane {
	    padding: 0;
	}
}
@media screen and (max-width: 599px) {
	.contact .tabs-content {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.contact .inner-banner{
		padding: 0;
		padding-top: 50px;
	}
	.contact .tabs-content .box+.box{
		margin-top: 50px;
	}
	.contact .tabs-content .box .pic{
		position: relative;
		display: block;
		float: left !important;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.contact .tabs-content .box .txt{
		margin-left: 0;
		margin-top: 0;
	}
	.contact .tabs-content .box .txt h4{
		padding: 20px 0 10px 0;
	}
	.contact .tabs-content .box .txt ul{
		padding: 10px 0 20px 0;
	}
	.contact .tabs-content .box a.btn{
		left: 0 !important;
	}
	.contact .advisory {
	    margin-top: -280px;
	}
	.contact .advisory .tab-pane {
	    padding: 0;
	}
	.contact .advisory .tab-pane .wrapper{
		padding: 0 15px;
	}
	.contact .advisory .tab-pane .wrapper form{
		width: 100%;
		padding-top: 0;
	}
	.contact .advisory .tab-pane .list-item p{
		text-align: center;
	}
	.contact form .bootstrap-select>.dropdown-toggle{
		border-top: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 599px) {
	.contact form .products ul li {
	    width: calc(50% - 19px);
	}
	.contact form .products .pic{
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.contact form .products ul li {
	    display: block;
	    margin: 0 auto;
	}
	.contact form .code .img {
	    position: relative;
	    left: 0;
	    top: 0;
		padding-left: 0;
	}
}

/* ==========================================================================
    fixed
 ========================================================================== */

.nopadding{
	padding: 0;
}
.modal-open{
	overflow: auto !important;
	padding-right: 0 !important;
}
.nav-tabs-dropdown {
	position: absolute;
	z-index: 100;
	display: none;
	border-radius: 0;
}
.nav-tabs-dropdown:before {
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 30px;
}

#lightcase-case #lightcase-content,
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
	
	background: #FFF !important;
}
@media screen and (max-width: 640px){
	/* #gallery .slider-for {
	    margin-bottom: 20px;
	} */
	#lightcase-case,
	#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]){
		overflow: hidden;
	}
	#lightcase-case #lightcase-content,
	#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
	   
		background: #FFF !important;
        top: 30px !important;
	}
	#lightcase-case #lightcase-content .lightcase-contentInner{
	    height: auto !important;
	}
	#gallery .slider-nav {
	    margin-bottom: 20px;
	}
}

@media screen and (min-width: 600px) {
	.nav-tabs-dropdown{
		display: none;
	}
	#nav-tabs-wrapper {
		display: block!important;
	}
}
@media screen and (max-width: 599px) {
    .nav-tabs-dropdown {
        display: block;
        height: 45px;
        line-height: 45px;
        padding: 0;
        /*background: #F1F2F3;*/
        border: 0;
        box-shadow: none;
        text-shadow: none;
        /*color: #A8A9AA;*/
		background: #373433;
		color: #FFF;
        width: 100%;
    }
    .product .nav-tabs-dropdown {
    	position: fixed;
    	width: 50%;
		font-size: 15px;
		letter-spacing: 0.5px;
		/*color: #444;*/
		color: #FFF;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #FFF;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		animation: fadeInDown 0.5s ease-in-out 1s both;
		-webkit-animation: fadeInDown 0.5s ease-in-out 1s both;
		-moz-animation: fadeInDown 0.5s ease-in-out 1s both;
		-ms-animation: fadeInDown 0.5s ease-in-out 1s both;
		-o-animation: fadeInDown 0.5s ease-in-out 1s both;
    }
    .btn-primary:hover, 
    .btn-primary:focus {
    	/*color: #444;
	    background-color: #F1F2F3;*/
		color: #FFF;
	    background-color: #373433;
	    background-position: 0;
        box-shadow: none;
	}
	.product .nav-tabs-dropdown.open{
		background: #d6000f;
		color: #FFF;
	}
	.nav-tabs-dropdown:before {
		/*color: #A8A9AA;*/
		color: #FFF;
		position: relative;
		float: right;
		padding-right: 8px;
		right: auto;
	}
	.nav-tabs-dropdown.open:before {
		color: #FFF;
	}
    #nav-tabs-wrapper {
        display: none;
        border-radius: 0;
        text-align: center;
    }
    .product #nav-tabs-wrapper {
    	max-height: 353px;
	    position: fixed;
	    width: 100%;
	    top: 105px;
		z-index: 101;
    }
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
    .product .bg .pic{
    	display: none;
    }
    .product .main-tabs {
    	top: 45px;
	    height: auto;
	    background: rgba(0,0,0,0.8);
	}
	.product .main-tabs li {
	    height: auto;
	}
	.product .main-tabs li .btn{
		position: relative;
		text-align: left;
    	padding-left: 90px;
    	line-height: 50px;
    	border-bottom: solid 1px #FFF;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.product .main-tabs>li.active>a, 
	.product .main-tabs>li.active>a:hover, 
	.product .main-tabs>li.active>a:focus{
    	border-bottom: solid 1px #FFF;
	}
	/* .product .main-tabs>li:nth-of-type(1).active>a, 
	.product .main-tabs>li:nth-of-type(1).active>a:hover, 
	.product .main-tabs>li:nth-of-type(1).active>a:focus{
		border-top: solid 1px #FFF;
	} */
	.product .main-tabs li button.btn{
		float: left;
	}
    .product .main-tabs li .btn:after{
    	display: none;
    }
	.product .main-tabs li:nth-child(1) .btn:before ,
	.product .main-tabs li:nth-child(2) .btn:before ,
	.product .main-tabs li:nth-child(3) .btn:before ,
	.product .main-tabs li:nth-child(4) .btn:before {
	    left: 30px;
	}
}
@media screen and (max-width: 479px) {
	#gallery .slider-for .pic {
	    height: 280px;
	}
}

/* ==========================================================================
    animation-opacity
 ========================================================================== */

nav.nav,
.nav-toggle,
.inquire-btn,
.navbar-header a .pic,
.banner .tour .group,
.product .features .left,
.product .features .right,
.product .specifications .left,
.product .specifications .right,
.product .specifications .title h4,
.product .details .title h4,
.product .details .sub-tabs li a,
.product .details .tab-pane .article .pic,
.product .details .tab-pane .article ul,
.service .top .tab-pane ul li a .pic,
.container .tabs-content .tab-pane,
.container-fluid .tabs-content,
.container-fluid .tabs-content span{
	opacity: 0;
}

.coming{
	display: none;
}


/* ==========================================================================
    日文
 ========================================================================== */

 html[lang="ja"] .modal-content .btn {
	 width: 200px;
 }

  html[lang="ja"] .contact form .products .product>div {
	  text-align: center;
  }
  html[lang="ja"] .contact form .products .product .btn {
	  display: inline-block;
	  width: auto;
	  padding: 0 15px;
  }

@media screen and (max-width: 479px){
	.nav-content li {
		padding: 0 10px
	}.nav-content li a{
		width: 130px;
		height: 130px;
	}
}
/* body, p, li, a, h1, h2, h3, h4, h5, h6, span, label, input, select, button, tr, th, td, .txt{
	font-family: "Open Sans", Arial, Verdana, "微軟正黑體", "Heiti TC", "Microsoft JhengHei";
	font-family: Meiryo, "Meiryo UI",  "Microsoft JhengHei", 微軟正黑體, "Heiti TC", Verdana, sans-serif;
} */


/* ==========================================================================
    加簽 category 舊
 ========================================================================== */
[data-id="products"].category .content {
	padding-top: 57px;
	padding-bottom: 95px;
}

[data-id="products"].category .content .warning {
	text-align: center;
}

[data-id="products"].category .content .warning,
[data-id="products"].category .content .warning a {
	padding: 33px 0;
	font-size: 18px;
    line-height: 28px;
}
[data-id="products"].category .content .warning a {
	position: relative;
	padding-left: 3px;
}
[data-id="products"].category .content .warning a .txt {
	position: relative;
	display: inline-block;
	color: #d6000f;
	font-weight: bold;
}
[data-id="products"].category .content .warning a .txt:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 0;
	height: 1px;
	transition: width 0.3s ease-in-out;
	background-color: #d6000f;
}
[data-id="products"].category .content .warning a:hover .txt:before {
	width: 100%;
}
[data-id="products"].category .content .warning .icon-go {
	font-size: 18px;
	vertical-align: middle;
	transition: color 0.3s ease-in-out;
	color: #d6000f;
}
/* [data-id="products"].category .content .warning a:hover .icon-go {
	color: #d6000f;
} */
 [data-id="products"].category .lists {
	margin-left: -10px;
	margin-right: -10px;
}
[data-id="products"].category .lists .list-item {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	height: 320px;
	margin-bottom: 20px;
	overflow: hidden;
 }
[data-id="products"].category .lists .list-item:after{
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	background-color: rgba(214, 0, 15, 0);
	transition: background 1s ease-in-out;
}
[data-id="products"].category .lists .list-item .pic {
	height: 100%;
}
[data-id="products"].category .lists .list-item .info {
    position: absolute;
	top: 54px; /* (32+15+15+45)/2 */
    left: 0;
    width: 100%;
    height: 100%;
	text-align: center;
	transition: top 0.3s ease-in-out;
	z-index: 10;
}
[data-id="products"].category .lists .list-item .info .group {
	position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
[data-id="products"].category .lists .list-item .info h4 {
	color: #FFF;
	margin: 0;
	font-family: "Fjalla One", Arial, Verdana, "微軟正黑體", "Heiti TC", "Microsoft JhengHei";
	font-size: 35px;
}
[data-id="products"].category .lists .list-item .info .items,
[data-id="products"].category .lists .list-item .info .icon {
	opacity: 0;
}
.mobile-mode [data-id="products"].category .lists .list-item .info .items,
.mobile-mode [data-id="products"].category .lists .list-item .info .icon {
	opacity: 1;
}
[data-id="products"].category .lists .list-item .info .items {
	padding: 15px 20px;
	box-sizing: content-box;
}
[data-id="products"].category .lists .list-item .info .items a {
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 5px;
	color: #000;
	background: #FFF;
	border: solid 1px #FFF;
}
[data-id="products"].category .lists .list-item .info .list-anchor {
	display: block;
}
[data-id="products"].category .lists .list-item .info .icon {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 45px;
    height: 45px;
    border: solid 1px #FFF;
    border-radius: 50%;
}
[data-id="products"].category .lists .list-item .info .icon:before {
	content: '+';
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-size: 20px;
}
@media screen and (max-width: 599px) {
	[data-id="products"].category .content {
		padding-top: 15px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 479px) {
	/* 手機模式 */
	.mobile-mode [data-id="products"].category .lists .list-item .info {
		border: solid 1px rgba(0, 0, 0, 0.15);
	}
	.mobile-mode [data-id="products"].category .lists .list-item .info h4{
		font-size: 28px;
		color: #000;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .info .items a {
		background-color: #000;
		color: #FFF;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .info .icon {
    	border: solid 1px #000;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .info .icon:before { 
		color: #000;
	}
	.mobile-mode [data-id="products"].category .lists .list-item {
		height: auto;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .pic .jqimgFill {
		display: block;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .pic img {
		position: relative;
		min-height: 0;
		max-width: 100%;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .info {
		position: relative;
		display: block;
		padding: 20px 0;
		height: auto;
	}
	.mobile-mode [data-id="products"].category .lists .list-item .info .group {
		top: 0;
		transform: none;
	}
}

/* hover */

[data-id="products"].category .lists .list-item:hover:after {
	background-color: rgba(214, 0, 15, 0.7);
}
[data-id="products"].category .lists .list-item:hover .info {
	top: 0 !important;
}
[data-id="products"].category .lists .list-item:hover .items {
	animation: fade-in-bottom 0.5s ease-in-out 0.3s both;
}
[data-id="products"].category .lists .list-item:hover .items a {
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
[data-id="products"].category .lists .list-item:hover .items a:hover {
	background: transparent;
	color: #FFF;
}
[data-id="products"].category .lists .list-item:hover .icon {
	animation: rotateIn 0.5s ease-in-out 0.5s both;
}
[data-id="products"].category .lists .list-item:hover .icon {
	transition: background 0.5s ease-in-out;
}
[data-id="products"].category .lists .list-item:hover .icon:before {
	transition: color 0.5s ease-in-out;
}
[data-id="products"].category .lists .list-item:hover .icon:hover {
	background: #FFF;
}
[data-id="products"].category .lists .list-item:hover .icon:hover:before {
	color: #000;
	animation: rotateIn 0.5s ease-in-out both;
}

/* 手機模式 */
.mobile-mode [data-id="products"].category .lists .list-item:after{
	background-color: rgba(214, 0, 15, 0);
}
.mobile-mode [data-id="products"].category .lists .list-item .info {
	top: 0 !important;
}
.mobile-mode [data-id="products"].category .lists .list-item .items,
.mobile-mode [data-id="products"].category .lists .list-item .items a,
.mobile-mode [data-id="products"].category .lists .list-item .icon,
.mobile-mode [data-id="products"].category .lists .list-item .icon:before {
	animation: none;
	transition: none;
}



























/* ==========================================================================
    加簽 category 新
 ========================================================================== */
[data-id="category"].category section:not(.footer){
	background-repeat: no-repeat;
	background-position: center;
	padding-top:81px;
	background-size: cover;
	height:calc(100vh - 67px);
	min-height: 880px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer){
		min-height: 700px;
	}
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer){
		background-position: left;
		min-height: 880px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer){
		 min-height:705px;
		 height:calc(100vh - 96px);
	}
}
@media screen and (max-width: 600px) {
	[data-id="category"].category section:not(.footer){
		 padding-top:61px;
		 height:auto;
	}
}
  [data-id="category"].category section:not(.footer) .wrapper{
	max-width:1360px;
	width:calc(100% - 40px);
	margin:auto;
	padding-top:47px;
	padding-bottom:62px;
	position: relative;
 }
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .wrapper{
		padding-top:30px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .wrapper{
		padding-bottom:30px;
	}
}
[data-id="category"].category section:not(.footer) .classification{
	float:left;
  	width: 704px;
  	height: 704px;
  	margin: 0 auto;

  	overflow: hidden;
  	position: relative;
  	z-index: 10;
  	border-radius: 50%;
  	pointer-events: auto;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification{
		width: 530px;
		height: 530px;
		margin-left:5%;
	}
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .classification{
		position: relative;
		float:none;
		margin:auto;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification{
		border-radius: initial;
		margin-top:30px;
		width:auto;
		height:auto;
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media screen and (max-width: 576px) {
	[data-id="category"].category section:not(.footer) .classification{
		margin-left:-3px;
		margin-right:-3px;
	}
}

[data-id="category"].category section:not(.footer) .classification ul li{
	width: 364px;
  	height: 364px;
  	position: absolute;
  	font-size: 1.5em;
  	cursor: pointer;
  	overflow: hidden; 
  	-webkit-transform-origin: 100% 100%;
  	-moz-transform-origin: 100% 100%;
  	-ms-transform-origin: 100% 100%;
 	transform-origin: 100% 100%;
  	overflow: hidden;
	margin-top:-12px;
	margin-left:-11px;
  	-webkit-transition: border .3s ease;
  	-moz-transition: border .3s ease;
  	transition: border .3s ease;
	background-image: url("../Thomas-images/cir.png");
	background-position: center;
	background-size: cover;
	transition: background-image .3s;
}
[data-id="category"].category section:not(.footer) .classification ul{
	
	list-style: none;
}
[data-id="category"].category section:not(.footer) .classification ul li:hover{
	
	 background-image: url(../Thomas-images/cir_hover.png);
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li:hover{
		background-image:none;
	}
}

[data-id="category"].category section:not(.footer) .classification ul li:nth-child(1) {
  -webkit-transform: rotate(-45deg) skew(0deg);
  -ms-transform: rotate(-45deg) skew(0deg);
  -moz-transform: rotate(-45deg) skew(0deg);
  transform: rotate(-45deg) skew(0deg);
  top:-1px;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(1) {
		  top:0px;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li:nth-child(2) {
  -webkit-transform: rotate(45deg) skew(0deg);
  -ms-transform: rotate(45deg) skew(0deg);
  -moz-transform:rotate(45deg) skew(0deg);
  transform: rotate(45deg) skew(0deg);
}

[data-id="category"].category section:not(.footer) .classification ul li:nth-child(3)  {
  -webkit-transform: rotate(135deg) skew(0deg);
  -ms-transform: rotate(135deg) skew(0deg);
  -moz-transform: rotate(135deg) skew(0deg);
  transform: rotate(135deg) skew(0deg);
  top:1px;
  left:-2px;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(3) {
		  top:0px;
		  left:0;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li:nth-child(4)  {
  -webkit-transform:  rotate(225deg) skew(0deg);
  -ms-transform:  rotate(225deg) skew(0deg);
  -moz-transform:  rotate(225deg) skew(0deg);
  transform:  rotate(225deg) skew(0deg);
	top:-1px;
	left:-1px;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(4) {
		  top:0px;
		  left:0;
	}
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li{
		width:275px;
		height:275px;
		margin-left: -10px;
		margin-top: -10px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li{
		margin:0;
		position: relative;
		background-image: none;
		transform:none !important;
		width:50%;
		float:left;
		padding:1px 0.5px;
		height:180px;
		cursor: initial;
		overflow: initial;

	}
}
[data-id="category"].category section:not(.footer) .classification ul li .thing {
	width: 180px;
	height:155px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thing {
		transform: none !important;
		top:50% !important;
		left:50% !important;
		right:auto !important;
		bottom:auto !important;
		transform: translate(-50%,-50%) !important;
		width:auto;
		height:auto;
		text-align: center;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li .thing p{
	font-size: 22px;
	font-family: 'Fjalla One';
	margin-top:20px;
	text-align: center;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thing p{
		margin-top:15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thing p{
		font-size: 14px;
		margin-bottom: 0;
		color:white;
		letter-spacing: 1px;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li a {
	display:block;
	height:100%;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li a{
		background-color: rgba(0,0,0, .7);
		position: relative;
	
	}
}
/*games and pet*/

[data-id="category"].category section:not(.footer) .classification ul li:nth-child(1) .thing {
	position: absolute;
	top: 133px;
	left: 130px;
	transform: rotate(45deg) skew(0deg);
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(1) .thing{
		top: 95px;
		left: 59px;
	}

}
/*games and pet*/

[data-id="category"].category section:not(.footer) .classification ul li:nth-child(2) .thing {
	position: absolute;
	top: 142px;
	left: 137px;
	transform: rotate(-45deg) skew(0deg);
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(2) .thing{
		top: 111px;
		left: 97px;
	}
}
/*family diary*/

[data-id="category"].category section:not(.footer) .classification ul li:nth-child(3) .thing {
	position: absolute;
	top: 124px;
	right: 58px;
	transform: rotate(-135deg) skew(0deg);
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(3) .thing{
		top: 65px;
		right: -3px;
	}
}
/*family diary*/
[data-id="category"].category section:not(.footer) .classification ul li:nth-child(4) .thing {
	position:absolute;
	bottom:80px;
	left:110px;
	transform: rotate(-225deg) skew(0deg);
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li:nth-child(4) .thing{
	bottom:52px;
	left:51px;
	}
}



[data-id="category"].category section:not(.footer) .classification ul li svg {
	display: block;
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	fill:rgb(103,103,103);
	transition: fill .3s;
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification ul li svg {
		fill:white;
		zoom:.8;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li:hover svg {

	fill:rgb(213,0,15);
}
[data-id="category"].category section:not(.footer) .classification ul li  .thin01_1 svg {
	width: 78px;
	height: 92px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thin01_1 svg {
		width:58.5px;
		height:69px;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li .thin01_2 svg{
	width: 94px;
	height: 86px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thin01_2 svg {
		width:70.5px;
		height:64.5px;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li .thin01_3 svg{
	width: 98px;
	height: 74px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thin01_3 svg {
		width:73.5px;
		height:55.5px;
	}
}
[data-id="category"].category section:not(.footer) .classification ul li .thin01_4 svg{
	width: 90px;
	height: 90px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification ul li .thin01_4 svg {
		width:67.5px;
		height:67.5px;
	}
}
[data-id="category"].category section:not(.footer) .classification .circleCenter{
	background: url('../Thomas-images/circleCenter.png') no-repeat;
	width: 230px;
	height: 230px;
	display: block;
	cursor: pointer;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-size: cover;
	transition: background .3s;
	border-radius: 50%;
}
[data-id="category"].category section:not(.footer) .classification .circleCenter .center_block{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:100%;
	text-align: center;
}
[data-id="category"].category section:not(.footer) .classification .circleCenter .center_block span{
	font-size: 22px;
	font-family: 'Fjalla One';
	display:block;
	color:white;
	padding-top:20px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter .center_block span{
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter .center_block span{
		padding-top:0px;
	}
}
[data-id="category"].category section:not(.footer) .classification .circleCenter svg{
	width:50px;
	height:30px;
	fill:white;
	margin-top:16px;
}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter svg{
		width:35px;
		height:21px;
	}
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter svg{
		display:none;
	}
}
[data-id="category"].category section:not(.footer) .classification .circleCenter:hover{
	background: url('../Thomas-images/circleCenter_hover.png') no-repeat;
	width: 230px;
	height: 230px;
	display: block;
	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-size: cover;

}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter{
		width: 158px;
		height: 158px;
	}
	[data-id="category"].category section:not(.footer) .classification .circleCenter:hover{
		background: url('../Thomas-images/circleCenter_hover.png') no-repeat;
		width: 158px;
		height: 158px;
		display: block;
		
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
		background-size: cover;

	}
}

@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter{
		background: url('../Thomas-images/circleCenter.png') no-repeat;
		background-size: cover;
	}
	
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .classification .circleCenter{
		display:none;
	}
	
}




[data-id="category"].category section:not(.footer) .all{
	width:calc(100% - 800px);
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:58%;

}
@media screen and (max-width: 1400px) {
	[data-id="category"].category section:not(.footer) .all{
		left:680px;
		width:calc(100% - 745px);
	}
	
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .all{
		position: static;
		width:100%;
		transform: none;
	}
}
[data-id="category"].category section:not(.footer) .all .title{
	font-size:55px;
	font-family: 'Fjalla One';
	position: relative;
	padding-bottom:18px;
	text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .all .title{
		padding-bottom:10px;
		font-size: 45px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .all .title{
		font-size: 30px;
		padding-bottom:5px;
	}
}
[data-id="category"].category section:not(.footer) .all .title::after{
	content:"";
	display:block;
	width:80px;
	height:1px;
	position: absolute;
	bottom:0;
	left:0;
	background-color: #d6000f;

}
[data-id="category"].category section:not(.footer) .all .description{
	font-size:20px;
	font-family: "Open Sans";
	margin-top:33px;
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .all .description{
		margin-top:24px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .all .description{
		margin-top:12px;
	}
}
[data-id="category"].category section:not(.footer) .all a{
	font-size:15px;
	font-family: "Open Sans";
	display:block;
	width:167px;
	height:50px;
	text-decoration: none;
	color:white;
	background-color: #d6000f;
	line-height: 50px;
	text-align: center;
	margin-top:50px;
	transition: background-color .3s;
}
[data-id="category"].category section:not(.footer) .all a:hover{
	background-color: #B3000C;
}
@media screen and (max-width: 1200px) {
	[data-id="category"].category section:not(.footer) .all a{
		margin-top:30px;
	}
}
@media screen and (max-width: 768px) {
	[data-id="category"].category section:not(.footer) .all a{
		width:120px;
		height:40px;
		line-height: 40px;
	}
}

.products .banner{
	height:150px;
}
.products .banner .tour{
	top:125px !important;
	    position: absolute;
}
.products .banner .list-item .txt h3{
	margin:0;
}
