@charset "UTF-8";

@import "../j/owl-carousel/owl.carousel.min.css";
@import "../j/owl-carousel/owl.theme.default.min.css";

@import "../j/bxslider/jquery.bxslider.css";
@import "../j/fancyBox/source/jquery.fancybox.css";

@import "../j/scrollbar/jquery.mCustomScrollbar.min.css";



/* =========================================================
	COMMON
========================================================= */
html, body {
	/*height: 100%;*/
	width: 100%;
}
body {
	font-family: 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'PingHei', "Heiti SC Light", "Heiti SC", "华文黑体", "微软雅黑", PingFangSC-Light, HiraginoSansGB-W3,"Microsoft YaHei", 'STHeitiSC-Light', 'Arial', sans-serif;
	font-size: 14px;
	color: #616161;
	background-color: #fff;
	line-height: 1.6;
	letter-spacing: 2px;
}

@media (min-width: 768px) {
	body {
		padding-top: 60px;
	}
	body.scrolling {
		/*padding-top: 50px;*/
	}	
}
@media (min-width: 992px) {
	body {
		padding-top: 100px;
	}	
}
@media (min-width: 1200px) {
	body#home {
		/*padding-top: 80px;*/
	}	
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 20px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
@media (max-width: 767px) {
	.h1, h1 {
		font-size: 24px;
	}
	.h2, h2 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
}




a {
	color: #616161;
	outline: none;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #b99071;
	text-decoration: none; /*color: #fff;*/
}
a:hover img { background-color: transparent; }
a:focus,
a:active {
	outline:none
}
a, a:link, a:visited, button, #sidebar, #sidebar h2, .entry-footer,
.footer .container,
.news-item a,
#global,
#global .logo img,
#header-main,
.nav-cate,
.item,
.btn,
.hero-wrap .container,
.nav-search .fa,
.item-product .item figcaption,
.thumb .cover,
.item-hover-text-on .thumb .cover:after,
.item-hover .cover-content .hover-title,
.item-hover .cover-content .hover-title:after,
.item-hover-text-on .thumb .cover .hover-excerpt,
.navbar .navbar-nav>li>a,
.navbar .navbar-nav>li>a img,
.owl-carousel.owl-drag .owl-item,
.owl-nav [class*=owl-],
.step-list .step-container .step-title,
.step-list .step-container .step-excerpt,
.item-common .item .thumb small,
/*.link-back .fa,*/
#main-nav .submenu,
.slider-v2 .bx-wrapper .bx-pager,
.icon-circle,
/*.history-slider,*/
.history-item,
.scroll-control,
.header-img-sm,
.hover-block .hover-content,
.hover-block .hover-title,
.hover-block .hover-title img,
.news-item,
.well-white,
.news-item .btn-more,
.slider-wrap .container-fluid {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#container {
	min-height: 250px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1;
	position: relative;
	background: #fff;
	z-index: 10;
}


@media (max-width: 767px) {
	#container {
		/*padding-top: 0;
		padding-bottom: 0;*/
		min-height: 100px;
	}
}
@media (min-width: 992px) {
	#container {
		min-height: 300px;
	}
}

.img-responsive { display: inline-block; }
[data-sr] { visibility: hidden; }
#wrap {
	height: 100%;
}

/*#wrap,
#global {
	max-width: 1420px;
	margin: 0 auto;
}
*/



/* =========================================================
	HEADER
========================================================= */
#global {
  box-shadow: none;
}

.branding {
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.navbar .navbar-brand {
}
.logo img {
	max-width: 100px;
	height: auto;
	/*padding-top: 13px;*/
}
.navbar .navbar-toggle {
	border-color: transparent;
	margin-right: 5px;
}
.dropdown .navbar-toggle {
	/*border-color: #fff;
	border-color: rgba(255,255,255,.5);*/
}
.navbar .navbar-toggle .icon-bar {
	background-color: #B79074;
}

.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
	background-color: transparent;
	color: #866f5e;
}
.navbar .navbar-toggle:focus .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}


@media (max-width: 767px) {
	#global {
		padding: 0;
		z-index: 2;
		position: relative;
		/*border-bottom: 1px solid #E2DBDB;*/
	}
	#header-main {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar .navbar-brand {

		padding-top: 13px;
		/*padding-left: 15px;*/
	}
}
@media (min-width: 768px) {
	#global {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

	}

	.navbar .navbar-brand {
	height: auto;
}

.logo img {
	max-width: 120px;
	/*padding-top: 0;*/
	/*opacity: .6;*/
}

	#global.header-small,
	#home #global.header-small {
		/*padding: 0;*/
		/*background-color: rgba(8, 96, 169, 0.94);*/
		/*background-color: rgba(0,0,0, 0.8);*/
	}


	#global.header-small .logo img {
		/*padding-top: 2px;
		max-width: 100px;*/
	}


}
@media (min-width: 992px) {

	#global {
		/*padding: 30px 0;*/
	}


.navbar .navbar-brand {
	padding-top: 30px;
}


	.logo img {
		max-width: 173px;
	}

	#global.header-small {
		padding: 0;
	}

	#global.header-small .navbar>.container .navbar-brand, 
	#global.header-small .navbar>.container-fluid .navbar-brand {
		padding-top: 15px;
		padding-bottom: 0;
	}
	#global.header-small .logo img {
		max-width: 120px;
	}

	.navbar-right {
		margin-right: 0;
	}



}
@media (min-width: 1200px) {
	#global {
		/*padding: 40px 0;*/
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0;
	padding-top: 30px;
}

	.logo img {
		/*max-width: 173px;*/
	}


	


}


.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background-color: #292929;
	color: #b99071;
	border: none;
}

#main-nav {
  /*margin-left: 0;*/
  /*margin-top: 0;*/
}
.navbar .navbar-nav>li>a {
	color: #b99071;
}

.navbar-nav>li {
	text-transform: uppercase;
}


.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    /*background-color: #c63e38;*/
}

.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.current_page_item>a, .navbar .navbar-nav>.current_page_item>a:focus, .navbar .navbar-nav>.current_page_item>a:hover {
	/*background-color: rgba(222, 222, 222, 0.2);
	color: #DA251C;
	border-radius: 6px;*/
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	/*background-color: #d60d0d;*/
}







.navbar-nav>li>.dropdown-menu {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	/*background-image: url(../i/common/bg_hoo.png);*/
	background-position: 100% 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 245px;
	    /*display: block;*/
	    padding-top: 15px;
	    padding-left: 110px;
}
.navbar-nav>li>.dropdown-menu li {
	/*text-align: right;*/
	font-size: 15px;
	font-family: "Museo Sans";
  color: rgb(255, 255, 255);
  line-height: 1.6;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: none;
  margin-bottom: 5px;
}
.navbar-nav>li>.dropdown-menu li:last-child {
	margin-bottom: 0;
}
.navbar-nav>li>.dropdown-menu li.phone-call {
	line-height: 1.2;
}
.navbar-nav>li>.dropdown-menu li.phone-call a {
	background: none;
	padding: 0;
	color: #fff;
}


#main-nav .submenu {
	  position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    right: 0;
    background-color: #1b1b1b;
    color: #fff;
    /*display: block;*/
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
	#main-nav .submenu {
		top: 100px;
	}	
}

#main-nav>li.has-submenu:hover .submenu {
	/*display: block;*/
	opacity: 1;
    visibility: visible;
    height: auto;
}
.header-small #main-nav .submenu {
	top: 60px;
}

.menu-container,
.menu-container .bg-img {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: cover;
}

.menu-container {
	padding: 50px 0;
	background-image: url(../i/common/bg_menu_product.jpg);
	position: relative;

/*transition-duration: 0.3s;*/
}

.menu-container:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,.3);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,1b1b1b+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(27,27,27,1) 0%, rgba(27,27,27,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(27,27,27,1) 0%,rgba(27,27,27,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(27,27,27,1) 0%,rgba(27,27,27,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#001b1b1b',GradientType=1 ); /* IE6-9 */


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,1b1b1b+100&1+34,0+100 */
background: -moz-linear-gradient(left,  rgba(27,27,27,1) 0%, rgba(27,27,27,1) 34%, rgba(27,27,27,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(27,27,27,1) 0%,rgba(27,27,27,1) 34%,rgba(27,27,27,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(27,27,27,1) 0%,rgba(27,27,27,1) 34%,rgba(27,27,27,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#001b1b1b',GradientType=1 ); /* IE6-9 */


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,1b1b1b+100&1+35,0.35+100 */
background: -moz-linear-gradient(left,  rgba(27,27,27,1) 0%, rgba(27,27,27,1) 35%, rgba(27,27,27,0.35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(27,27,27,1) 0%,rgba(27,27,27,1) 35%,rgba(27,27,27,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(27,27,27,1) 0%,rgba(27,27,27,1) 35%,rgba(27,27,27,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#591b1b1b',GradientType=1 ); /* IE6-9 */

}

.menu-container .container {
	position: relative;
	z-index: 10;
}


.bg-img {

	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;


	position: absolute;
	left: 0;
	top: 0;
	/*right: 0;
	bottom: 0;*/
	
	width: 100%;
	height: 100%;
	z-index: 0;


	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	opacity: 1;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms

}
.bg-zoom-on {
	position: relative;
	overflow: hidden;
}
.bg-zoom-on .bg-img {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);

	-webkit-transition: -webkit-transform 4000ms ease, opacity 750ms ease;
	-moz-transition: -moz-transform 4000ms ease, opacity 750ms ease;
	-ms-transition: -ms-transform 4000ms ease, opacity 750ms ease;
	-o-transition: -o-transform 4000ms ease, opacity 750ms ease;
	transition: transform 4000ms ease, opacity 750ms ease

}




#main-nav .submenu a,
#main-nav .submenu a.btn:hover {
	color: #fff;
}
#main-nav .submenu a:hover {
	color: #B99071;
}
.submenu .menu-title {
	font-size: 30px;
	letter-spacing: 2px;
}
.submenu .menu-excerpt {
	font-size: 13px;
	color: rgba(255,255,255,.7);
	margin-bottom: 15px;
}
.submenu .menu-excerpt p:past-child {
	margin-bottom: 0;
}
.submenu .menu-list ul li {
	padding-top: 6px;
}


@media (max-width: 767px) {
	.navbar {
		/*background-color: rgba(0,0,0,.8);*/
	}


	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
		background-color: #333;
		    /*background-image: none;*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 8px 1px;
	}

}

@media (min-width: 768px) {
.no-touch .navbar-nav>li.nav-search:hover>.dropdown-menu {
	display: block;
	opacity: 0;	
}
}

@media (max-width: 991px) {
	.navbar-nav>li.open>.dropdown-menu.dropdown-menu {
		background: rgba(0,0,0,.7);
		    padding-left: 30px;
		    padding-bottom: 30px;
		    min-height: 100px;
	}
}

@media (max-width: 767px) {
.navbar .navbar-nav>li>a {
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 8px auto;
}
.navbar .navbar-nav>li.dropdown>a {
	background-image: none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.navbar-nav>li.open>.dropdown-menu.dropdown-menu {
	background: none;
	    padding-left: 30px;
	    padding-bottom: 30px;
	    min-height: 100px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
}


@media (min-width: 768px) {
	#main-nav { 
		opacity: 0;
		/*margin-left: 0; padding-left: 15px; */

			position: absolute;
			left: 50%;
			bottom: 0;
			padding-left: 0;
		}

	#main-nav.navbar-nav>li {
		margin: 0 5px;
	}

	.navbar {
		min-height: 60px;
	}

	.navbar .navbar-nav>li>a {
		/*font-size: 12px;*/
		padding: 15px 8px;
	}
	.navbar #main-nav.navbar-nav>li>a {
		padding: 20px 8px;
	}

	.navbar-inverse #main-nav.navbar-nav>li.active>a {
		background-color: transparent;
	}
	.navbar .navbar-nav>.nav-search img {
		width: 29px;
		height: auto;
	}
	.navbar-inverse #main-nav.navbar-nav>li.active>a:after,
	.navbar-inverse #main-nav.navbar-nav>li>a:focus:after, 
	.navbar-inverse #main-nav.navbar-nav>li>a:hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 5px;

	  background-color: rgb(185, 144, 113);
	  opacity: 0.502;

	}
}

@media (min-width: 992px) {

/*	#main-nav {
		position: absolute;
		left: 50%;
		bottom: 0;
		padding-left: 0;
	}*/
	#main-nav.navbar-nav>li {
		margin: 0 5px;
	}
	.navbar .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 35px 10px;
	  letter-spacing: 2px;
	}
	.navbar #main-nav.navbar-nav>li>a {
		padding: 40px 20px;
	}

	.navbar .navbar-nav>.nav-search {
	    position: relative;
	}

	.navbar .navbar-nav>.nav-search>a {
		z-index: 11;
	}


	#global.header-small .navbar {
		min-height: 60px;
	}

	#global.header-small .navbar .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#global.header-small .navbar #main-nav.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#global.header-small .navbar .navbar-nav>li>a img {
		/*padding-top: 10px;
		padding-bottom: 10px;*/
		/*max-width: 22px;*/
	}

}

@media (min-width: 1200px) {
	#main-nav.navbar-nav>li {
		margin: 0 10px;
	}
	.navbar .navbar-nav>li>a {
	  font-size: 18px;
	}

}




.navbar .navbar-nav>.nav-search {

}
.navbar .navbar-nav>.nav-search>a {
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	/*background-color: rgba(0,0,0,.4);*/
	/*background-image: none;*/
}
.navbar .navbar-nav>.nav-search>a:hover {
	/*background-color: transparent;*/
	background: none;
	/*color: #ff6731;*/
}


#collapse-search {
	position: absolute;
	right: 0;
	/*top: 100%;*/
	top: 6px;
	z-index: 1;
}
#collapse-search #search-form {
	min-width: 200px;
}
#collapse-search .form-control {
	background-color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,0);
	color: #fff;
	font-size: 12px;
}
#collapse-search .input-search {
	/*min-width: 200px;*/
}
#collapse-search .btn {
	background-color: #B79074;
	border-color: rgba(0,0,0,0);
	color: #fff;
}

#collapse-search .btn {
	background-color: rgba(0,0,0,.3);
	border-color: rgba(0,0,0,0);
	color: #fff;
	font-size: 16px;
}
#collapse-search .btn .fa {
	opacity: 0;
	min-width: 20px;
}
#collapse-search .form-control::-moz-placeholder{color:rgba(255,255,255,.5);opacity:1}
#collapse-search .form-control:-ms-input-placeholder{color:rgba(255,255,255,.5)}
#collapse-search .form-control::-webkit-input-placeholder{color:rgba(255,255,255,.5)}

@media (max-width: 767px) {
	#search-form .form-group,
	#search-form .btn {
		display: inline-block;
		vertical-align: top;
	}
	#search-form .form-group {
		width: 80%;
	}
}

@media (min-width: 992px) {
	#collapse-search {
		top: 25%;
	}
	.header-small #collapse-search {
		top: 6px;
	}
}
@media (min-width: 1200px) {

	#collapse-search #search-form,
	#collapse-search .input-search {
		min-width: 200px;
	}
	#collapse-search .form-control {
		font-size: 16px;
	}

}







#sub-nav {
	font-size: 12px;
	z-index: 101;
	background-color: #da251c;
}
@media (max-width: 767px) {
	#sub-nav {
		display: none;
	}
}
#sub-nav a {
	/*color: #646464;*/
	color: #fff;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#sub-nav span {
	/*color: #C63E38;*/
}



ul.cate-list,
ul.cate-list ul,
ul.cate-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside .panel,
ul.cate-list>li {
	/*border: none;*/
    /* background-color: transparent; */
    border-radius: 0;
    box-shadow: none;
    /* margin-bottom: 20px; */
    border-color: #DCDCDC;
}
aside h3, 
aside h4, 
aside h5, 
aside h6 {
	font-family: 'Multicolore', 'DIN', 'Helvetica Neue', 'Helvetica';
}

aside .panel-default>.panel-heading,
ul.cate-list>li>a {
	/*border:none;*/
	    border-radius: 0;
    padding: 16px 10px 12px 10px;
    background-color: #C8151A;
    color: #fff;
    margin-bottom: 0;
    display: block;
    /*font-size: 16px;*/
    /* text-shadow: 0 1px 1px rgba(255,255,255, .8); */
	/*text-transform: uppercase;
	font-family: 'Proxima Nova';*/
	
	}
#aside-product .panel-default>.panel-heading {
	padding-left: 64px;
	background-image: url(../i/common/aside_icon_bag.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 62px auto;
}
aside .panel-default>.panel-heading h4 {
	/*font-size: 16px;*/
	margin-bottom: 0;
	padding: 0;
	line-height: 20px;
	padding-top: 0;
	/*font-size: 16px;*/
}

/*ul.cate-list .childern {
	margin: 0;
	padding: 0;
}*/
ul.side-list,
ul.side-list li,
ul.side-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.side-list>li {
  border: 1px solid #ededed;
	border-width: 1px 0;
	position: relative;
  display: block;
  margin-bottom: -1px;
}
aside .list-group-item,
ul.side-list>li {
    padding: 0;
    /*margin-bottom: 0;*/
     /*background-color: #fff; */
    /* border: none; */
    border-color: #ededed;
    margin-left: 20px;
    margin-right: 20px;
}
ul.side-list>li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
aside .list-group-item a,
aside .list-item,
ul.side-list li a {
	display:block;
	padding: 10px 0;

}
aside .list-group-item a:hover,
ul.side-list>li>a:hover {
	background-color: #F9F9F9;
	padding-left: 15px;

}
ul.side-list>li.current-cat>a,
ul.side-list li.current-cat>a {
	/*background-color:#F9F9F9;*/
	color: #B79074;
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
	/*padding-left: 20px;*/
}
.list-group>.list-group-item>a,
ul.side-list>li>a {
	font-weight: bold;
	text-transform: uppercase;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.list-group-item.active>a, 
.list-group-item.active:focus>a, 
.list-group-item.active:hover>a {
	color: #B79074;
}

.list-group-item .children,
ul.side-list .children {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ededed;
}
ul.side-list .children li {
	border-bottom: 1px solid #ededed;
}
.list-group-item .children a,
ul.side-list .children a {
	padding-left: 20px;
}

ul.side-list .children {

}

@media (max-width: 767px) {

aside .list-group-item a,
ul.side-list>li>a {
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
}
}

.icon-squ {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	background-color: #bdbdbd;
	position: relative;
	color: #fff;
	vertical-align: inherit;
	margin-right: 5px;
}

.icon-squ .fa-2x {
	vertical-align: middle;
	line-height: 1;
	/*position: absolute;
	left:0;
	top:0;*/
}

.icon-item {
	position: relative;
}
.icon-circle {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: #b99071;
	display: inline-block;
	position: relative;
	/*vertical-align: middle;*/
	color: #fff;
	font-size: 32px;
	font-weight: 100;
	letter-spacing: 0;
}
.icon-circle-lg {
	width: 87px;
	height: 87px;
	line-height: 87px;
	font-size: 25px;
}
.icon-circle-bdr {
	box-shadow: 0 0 0 5px rgba(185,144,113,.2);
}

.icon-circle .fa-lg {
	vertical-align: -2px;
}
.btn-on .icon-circle,
.icon-green {
	background-color: #0dc1c3; 
}
.icon-circle-theme {
  background-image: -moz-linear-gradient( 0deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
}

.icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	vertical-align: middle;
	line-height: 75px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
	letter-spacing: 0;
	/*top: -1px;*/
}
.sec-strength #bx-pager a .icon {
	background-size: 100% 100%;
}
.icon-lg {
	width: 104px;
	height: 104px;
	line-height: 104px;
}

.icon-zoom {
	background-image: url(../i/icons/icon_zoom.png);
}
.icon-play {
	background-image: url(../i/icons/icon_play.png);
}

.icon-rule {
	background-image: url(../i/icons/icon_rule.png);
}
.icon-mountain {
	background-image: url(../i/icons/icon_mountain.png);
}
.icon-library {
	background-image: url(../i/icons/icon_library.png);
}
.icon-settings {
	background-image: url(../i/icons/icon_settings.png);
}
.icon-patent {
	background-image: url(../i/icons/icon_patent.png);
}
.active .icon-rule,
a:hover .icon-rule {
	background-image: url(../i/icons/icon_rule_on.png);
}
.active .icon-mountain,
a:hover .icon-mountain {
	background-image: url(../i/icons/icon_mountain_on.png);
}
.active .icon-library,
a:hover .icon-library {
	background-image: url(../i/icons/icon_library_on.png);
}
.active .icon-settings,
a:hover .icon-settings {
	background-image: url(../i/icons/icon_settings_on.png);
}
.active .icon-patent,
a:hover .icon-patent {
	background-image: url(../i/icons/icon_patent_on.png);
}




.icon-circle-arrow {
	background-image: url(../i/icons/icon_arrow_circle.png);
}


.circle {
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
	text-align: center;
}
.circle .fa {
	    vertical-align: -3px;
    letter-spacing: 0;
}

.custom-layout .row {
	margin-bottom: 30px;
}
.custom-layout .row .item {
	margin-bottom: 20px;
}
.custom-layout .row.row-col-2 h3,
.custom-layout .row.row-col-2 h4 {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}





/* =========================================================
	TOP
========================================================= */
#home #container {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	min-height: 50px;
	height: auto;
}

@media (min-width: 992px) {
	#home #container {
		padding-top: 0px;
	}	
}



.hero figure {
	position: relative;
}
.hero-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background-color: rgba(22,233,122,.3);*/
	z-index: 10;
}
.hero-caption .container-fluid {
	max-width: 1430px;
	margin: 0 auto;
	position: absolute;
	bottom: 15%;
	left: .05%;
	right: .05%;
}

.hero .btn {
	color: #fff;
}

.sliders {
	min-height: 100px;
	position: relative;
	/*margin-bottom: 50px;*/
}
.slider {
	height: 100px;
	overflow: hidden;
	visibility: hidden;
	margin-bottom: 10px;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

@media (min-width: 768px) {
	.sliders {
		min-height: 200px;
	}
	.slider {
		max-height: 200px;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.sliders {
		/*min-height: 300px;*/
	}
	.slider {
		/*max-height: 300px;*/
	}
}

@media (min-width: 1200px) {
	.sliders {
		/*min-height: 400px;*/
	}
	.slider {
		/*max-height: 400px;*/
	}

	#slider-case.sliders,
	#slider-case.sliders .slider {
		min-height: 500px;
	}
}

.sliders,
.sliders.loading {
	background-color: transparent;
	background-image: url('../i/common/loader_2.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
body .sliders.loaded {
	background-image: none !important;
	min-height: 100px !important;
}
body .sliders.loaded .slider {
	max-height: 3000px !important;
	height: auto !important;
	overflow: auto !important;
	visibility: visible !important;
	min-height: 100px!important;
}


.slider-wrap {
	  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.slider-wrap .container,
.slider-wrap .container-fluid {
	max-width: 1430px;
	margin: 0 auto;
	position: absolute;
	/*bottom: 45%;*/
	left: .05%;
	right: .05%;

	/*padding-left: 30px;*/
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
	/*text-align: right;*/
}

.slider-wrap {
	font-family: "微软雅黑", 'Microsoft YaHei', 'Arial';
}
.slider-wrap .slide-title {
	/*font-weight: 900;*/
	line-height: 1;
	/*margin-bottom: 5px;*/
	padding: 0;
	color: #fff;
	font-weight: bold;
	/*font-size: 50px;*/
	margin-bottom: 10px;
}
.slider-wrap hgroup a {
	color: #fff;
}
.slider-wrap hgroup a:hover {
	color: #B79074;
}
.slider-wrap .slide-en-title {
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 10px;
}
.slider-wrap .slide-s-title {
	font-weight: 100;
	font-size: 16px;
	color: #a7846b;
	margin-bottom: 10px;
}

.slider-wrap .btn {
	color: #ffffff;
}
.slider-wrap .btn:hover {
	background-color: #B99071;
    border-color: #B99071;
}

.slider-text-light .container,
.slider-text-light .container-fluid {
	text-shadow: none;
}

.slider-text-light .slide-title,
.slider-text-light .slide-en-title,
.slider-text-light hgroup a {
	color: #5a5a5a;
}
.slider-text-light hgroup a:hover {
	color: #B79074;
}
.slider-text-light .slide-en-title {
}
.slider-text-light .btn {
	/*background-color: #B99071;*/
	color: #868686;
    border-color: #868686;
}

.slider-wrap .slide-btn {
	margin-top: 20px;
}
.slider-wrap p {
	margin-bottom: 0;
}

.bxslider li .slider-wrap img {
	max-width: 100%;
	width: auto;
}


.slider-wrap .slider-content strong {
	color: #EDBD35;
}

@media (max-width: 767px) {
	.slider-wrap .slide-title {
		/*font-size: px;*/
		margin-bottom: 5px;
	}
	.slider-wrap .slide-en-title {
		font-size: 9px;
		letter-spacing: 0;
	}
	.slider-wrap .slide-s-title {
		font-size: 11px;
		letter-spacing: 0;
	}
	.slider-wrap .slide-btn {
		margin-top: 15px;
	}
	.slider-wrap .slide-btn .btn {
		font-size: 10px;
    padding: 5px 8px;
	}

	.bx-wrapper .bx-pager {
		padding: 0;
		bottom: 0;
	}

	

}

@media (min-width: 992px) {
	.slider-wrap .slide-title {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.slider-wrap .slide-en-title {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.slider-wrap .slide-s-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.slider-wrap .slide-btn {
		margin-top: 30px;
	}

}

@media (min-width: 768px) and (max-width: 1429px) {
	.slider-wrap .slider-content {
		margin-left: 4%;
	}
}



.slider-pager a {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
	opacity: .7;
}

.slider-pager a.active {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: -21px;
	text-shadow: 0px 0 20px rgba(0,0,0,.4);
}

@media (max-width: 767px) {
	.slider-wrap {
		background-color: rgba(0,0,0,.15);
	}
	/*.slider-wrap h2 {
		font-size: 20px;
	}*/
	.slider-wrap .lead {
		font-size: 14px;
	}
	.slider-wrap .btn {
		/*display: none;*/
	}
	.slider-wrap .container,
	.slider-wrap .container-fluid {
		/*padding-top: 18%;
		padding-left: 15px;
		text-align: center;*/
	}

}

.sliders figure {
	position: relative;
}
.slider-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*display: table;*/
	vertical-align: middle;
	/*background-color: rgba(33,22,31,.3);*/
}
.slider-wrapper .slider-i {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	/*background-color: rgba(33,22,31,.3);*/
}

.slider-caption {
	position: relative;
	left:0;
	top:0;
	display: table-cell;
	vertical-align: middle;
	/*background-color:rgba(255,255,255,.6);*/
	/*display: inline-block;*/
	padding: 15px;
	z-index:10;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*line-height: 1;*/
}
.slider-title {
	/*font-size: 36px;*/
	/*font-weight: 700;*/
	margin-bottom: 5px;
}
.slider-s-title {
	font-size: 18px;
	/*font-weight: 700;*/
	margin-bottom: 0;
	/*font-family: 'Roboto Medium';*/
}
.slider-caption p:last-child {
	margin-bottom: 0;
}

/*.slider-v2 .bx-wrapper .bx-pager {
	  right: 15px;
    bottom: 30px;
    left: auto;
    width: 20px;
    padding: 0;
}*/

.slider-v2 .bx-wrapper .bx-pager {
    padding: 5px;
    right: 15px;
    bottom: 15px;
    left: auto;
    width: auto;
    text-align: right;
    display: inline-block;
        vertical-align: top;
    line-height: 1;
    /*border-radius: 10px;*/
}
.slider-v2:hover .bx-wrapper .bx-pager {
    /*padding: 5px;
    right: 15px;
    bottom: 15px;
    left: auto;
    width: auto;
    text-align: right;
    display: inline-block;*/
    background-color: #B99071;
    background-color: rgba(185, 144, 113, 0.78);
    background-color: rgba(0,0,0,.2);

}



.slider-w-title .bx-wrapper .bx-controls-direction a {
	margin-top: -40px;
}

/*===== slider-top ====*/
#slider-top,
#slider-top.loading {
	background-color: #1b1b1b;
	background-image: url('../i/common/loader.gif');
}


@media (min-width: 992px) {
	#slider-top {
		min-height: 300px;
	}
	#slider-top .slider {
		max-height: 300px;
	}
}

@media (min-width: 1200px) {
	#slider-top {
		min-height: 400px;
	}
	#slider-top .slider {
		max-height: 400px;
	}
}



#slider-top .slider {
	margin: 0;
}
.hero-wrap {
	opacity: 0;
	filter: alpha(opacity=0);
	zoom:1;
}
#slider-top.loaded .hero-wrap {
	opacity: 100;
	filter: alpha(opacity=10);
}

.hero-wrap {
	z-index: 10;
	background: none;
}
.hero-wrap .container {
	padding-top: 10%;
	text-align: center;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.hero-wrap h2 {
	font-size: 36px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.hero-wrap .lead {
	margin-bottom: 80px;
	}

.hero-wrap .btn {
	/*font-size: 24px;
	text-transform: none;
	    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    padding-bottom: inherit;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
	color: #ffffff;
	min-width: 260px;*/
	
}
.hero-wrap .btn:hover {
	/*background-color: #E3191E;
    border-color: #E3191E;*/
}

@media (max-width: 767px) {
	.hero-wrap h2 {
		/*font-size: 18px;*/
	}
	.hero-wrap .lead {
		/*font-size: 14px;*/
	}

	.hero-wrap .btn {
		/*display: none;*/
	}
	.hero-wrap .container {
	/*padding-top: 12%;
	padding-left: 15px;
	text-align: center;*/
}
}


.slider-caption-2 {
	padding-top: 10px;
}
.slider-caption-2 .slider-title {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
}
#slider-product .slider-caption {
	padding: 25px;
	line-height: 1;
}

@media (min-width: 768px) {
	.slider-caption-2 {
		padding-top: 15px;
	}
	.slider-caption-2 .slider-title {
		font-size: 16px;
	}
}





.slider-v-center .slider-caption,
#slider-about .slider-caption {
	background-color: transparent;
	padding: 0 10%;
  /*top: 27%;*/
  color: #fff;
  font-size: 18px;
  /*font-family: "PingFang SC";*/
  color: rgb(255, 255, 255);
  text-shadow: 4px 6.928px 38px rgba(0, 0, 0, 0.91);
}
.slider-v-center .slider-title
/*#slider-about .slider-title*/ {
	margin-bottom: 20px;
}
.slider-v-center .slider-s-title,
#slider-about .slider-s-title {
	line-height: 1.8;
	font-size: 16px;
}


#slider-news .slider-caption {
	background-color: rgba(0,0,0,.2);
    /*border: 1px solid #d39d64;*/
    margin: 0 auto;
    width: 65%;
    /*top: 40%;*/
    color: #fff;
    font-size: 18px;
    /* font-family: "PingFang SC"; */
    text-shadow: 1px 5px 18px rgba(0, 0, 0, 0.2);
    padding: 25px;
    left: 2%;
    right: 2%;
}
#slider-news .slider-title {
	/*margin-bottom: 0;*/
	/*font-size: 18px;*/
}
#slider-news .slider-s-title {
	line-height: 1.8;
	font-size: 16px;
	display: none;
}
#slider-news.slider-v2 .bx-wrapper .bx-pager {
	    left: 50px;
    right: auto;
    top: 50%;
    margin-top: -35px;
    bottom: auto;
}

@media (max-width: 767px) {
	.slider-v-center .slider-caption,
	#slider-about .slider-caption {
		padding: 0 15px;
	}

	.slider-v-center .slider-s-title,
	#slider-about .slider-s-title {
		line-height: 1.2;
		font-size: 12px;
	}
	.slider-v-center .slider-title {
		margin-bottom: 10px;
	}




}



/*===== slider-case ====*/
.sec-case .slider-pager {
	text-align: right;
	margin-right: -10px;
}
.sec-case .slider-pager a {
	height: 100px;
	overflow: hidden;
	margin: 0;
	position: relative;
}
@media (min-width: 992px) {
.sec-case .slider-pager a img {
	position: relative;
	bottom: 0;
}
}



#slider-strength .slider {
	background-color: #000;
}

#slider-strength .slider .slider-img {
	opacity: .8;
}
#slider-strength .slider-caption {
	/*top: 30%;*/
}
#slider-strength .num {
	font-size: 70px;
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 1;
	display: none;
}
#slider-strength .slider-title {
	/*font-size: 30px;
	margin-bottom: 30px;*/
}
#slider-strength .slider-title:after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background-color: rgba(255,255,255,.8);
	margin-top: 30px;
}
#slider-strength .text-theme.slider-title:after {
	background-color: #B99071;
}
@media (max-width: 767px) {
	#slider-strength .slider {
		margin-bottom: 0;
	}
	#slider-strength .slider-wrapper .slider-i {
		display: block;
	}
	#slider-strength .slider-caption {
		display: block;
		bottom: 30px;
		top: auto;
		position: absolute;
	}

	#slider-strength .slider-title:after {
		margin-top: 10px;
	}
	#slider-strength .slider .slider-img {
		/*height: 400px;
    width: 100%;
    display: block;
    */overflow: hidden;
	}
	#slider-strength .slider .slider-img img {
		/*height: 400px;
		width: auto;
		max-width: none;
		position: relative;
    right: 280px;*/
    /*margin-right: -40px;*/
    top: 0;

	}
}
@media (min-width: 992px) {
	#slider-strength .slider-title {
		font-size: 30px;
		margin-bottom: 30px;
	}
}



.row-list {
	padding: 0;
	overflow: hidden;
}
.row-list:last-child {
	padding-bottom: 0;
}
.row-list>.container>.row>.item,
.row-list>.container-fluid>.row>.item {
	margin-bottom: 20px;
}


.row-list img {
	vertical-align: top;
}



	#slider-app {
		margin-top: 20px;
	}
@media (min-width: 768px) {
	.row-list>.container,
	.row-list>.container-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 1420px;
	}
	.row-list>.container>.row,
	.row-list>.container-fluid>.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row-list>.container>.row>.item,
	.row-list>.container-fluid>.row>.item {
		padding-left: 10px;
		padding-right: 10px;
	}


.row-3 .sec-header {
	margin-top: 15px;
}
.row-3 .sec-header .sec-title {
	font-size: 26px;
}

}



.main-header {
	margin-bottom: 20px;
}


.item-list-page.row {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.item-list-page.row>.item {
	padding: 0;
}


.panel-news-list .media-heading {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
}
.panel-news-list .media-object {
	width: 50px;
	height: 50px;
}
.panel-news-list .media-list {
	margin-bottom: 3px;
}


/*.block-theme .panel-default,*/
.block-theme .panel-default>.panel-heading {
	border-color: #ECECEC;
	border: none;
	background: #B79074;
}
.block-theme .panel-footer {
	border: 1px solid #eaeaea;
	border-top: none;
}
.block-theme .panel-title {
	color:#fff;
}


.row>.item {
	margin-bottom: 30px;
}
.btn-list.row>.item {
	margin-bottom: 20px;
}

.thumb-col>.row  {
	margin-left: 5px;
	margin-right: 5px
}
.thumb-col>.row>.item  {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.thumb-col>.item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100px;
}
.thumb-col.images-4>.item {
	margin-left: 5px;
	margin-right: 5px;
	max-width: 85px;
}
.thumb-col.images-4>.item img {
	max-width: 85px;
}



@media (max-width: 767px) {
	.row>.item {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.panel-nopd .panel-body {
		padding: 0;
	}


}




.rollover {
  position:relative;
  /*height:281px;
  width:450px;*/
  margin:0 auto;
  display: block;
  overflow: hidden;
}
.rollover img {
	display: block;
}
.rollover img.bottom {
  /*position:absolute;*/
  /*left:0;*/
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;


  opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*-webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -transition: .4s;*/

}

.rollover:hover img.bottom {
  opacity:1;
}




/* =========================================================
	PAGE TITLE
========================================================= */

.page-header {
	text-align: center;
    padding: 45px 0;
    margin: 0;
    border-bottom: none;
    /*background-color: #f8f8f6 /*#FBFAF6*/
    background-color: #f3f3ef;
    text-transform: uppercase;
    position: relative;
}
.page-header .container {
	position: relative;
	z-index: 10;
}

.page-header.nobg {
	background-color: #fff;
}
.page-header .page-title {
	color: #B79074;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 4px;
	vertical-align: top;
}
.page-header .page-title.line:after {
	width: 40px;
	height: 2px;
	display: none;
	background-color: rgba(0,0,0,.1);
	margin: 25px auto;
	/*margin-bottom: 20px;*/
	content: "";
	text-align: center;
}
.header-news .page-title img,
.page-header .page-title img {
	vertical-align: bottom;
  width: 60px;
  margin-right: 10px;
}

.header-item-list {
	padding-top: 50px;
	padding-bottom: 45px;
	text-align: left;
	/*margin-top: -5px;*/
}
.header-item-list.l-3 .page-title {
	padding-top: 60px;
}

.header-item-list .btn-list {
	margin-top: 0;
}
.header-item-list.l-3 .btn-list {
	margin-top: 0;
}
.header-news .btn-list>.btn,
.header-item-list .btn-list>.btn {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 0;
}

.header-news {
	margin-bottom: 45px;
}


.header-news .btn-list {
	/*padding-top: 5px;*/
}
.header-news .btn-list>.btn {
	margin-left: 15px;
	margin-bottom: 0;
	padding: 7px 15px;
	line-height: 20px;
}

.page-header h2 {
	/*font-size: 24px;*/
	/*font-weight: normal;*/
	/*max-width: 800px;*/
	/*margin: 0 auto;*/
}



.sec-header {
	margin-bottom: 30px;
	margin-top: -10px;
}
.sec-header .sec-title {
	letter-spacing: 6px;
	position: relative;
}
.sec-header .sec-title span {
	display: inline-block;
	background-color: #fff;
	padding: 10px 14px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}
.sec-header .sec-title:after {
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0,0,0,.1);
	/*margin-bottom: 20px;*/
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.bg-theme .sec-header .sec-title span {
	background-color: #f8f8f6 /*#FBFAF6*/;
	    background-color: #f5f5f1;
}

.sec-header .sec-title-2 {
	line-height: 1.6;
	margin-bottom: 45px;
}
.sec-header .sec-title-2:after {
	width: 50px;
	height: 1px;

	display: block;
	background-color: rgba(0,0,0,.15);
	margin: 20px auto;
	margin-top: 18px;
	/*position: absolute;*/
	content: "";
}
.sec-title-2.text-theme:after {
	background-color: #B99071;
}
.sec-dark .sec-title-2:after {
	background-color: rgba(255,255,255,.95);
}
/*.sec-header .lead {
	max-width: 
}
*/
.sec-header p:last-child,
.sec-header .lead:last-child {
	margin-bottom: 0;
}



.sec-page-header {
	margin-top: 0;
}
.sec-page-header .sec-title-3 {
	font-size: 50px;
}
.sec-page-header .desc {
	/*font-size: 18px;*/
}

.sec-header-last {
	margin-bottom: 0;
}




.sec-btn {
	padding-top: 10px;
	margin-bottom: 0;
}


.header-img,
.sec-img {
	/*letter-spacing: 2;*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec-page-header .sec-title-3,
.header-img .page-title {
	font-weight: 400;
	/*font-size: 50px;*/
	font-size: 36px;
	/*margin-bottom: 10px;*/
}
.header-img-sm .page-title {
	font-size: 26px;
}



.header-dark,
.sec-dark {
	/*background-color: #A98770;*/
	background-color: #eae6e3;
}
.header-dark,
.header-dark .page-title,
.sec-dark, 
.sec-dark .sec-title,
.header-dark *,
.sec-dark * {
	color: #fff;
  text-shadow: 0px 0px 51px rgba(0, 0, 0, 0.4);
}

.header-dark .lead,
.sec-dark .lead {
	color: rgba(255,255,255,.85);
}
.section-lg .sec-page-header .lead,
.header-img .lead {
	font-size: 20px;
	line-height: 1.4;
}

.section-lg .sec-page-header .desc,
.header-img .desc {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 25px;
}
.header-img p:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.sec-header {
		margin-bottom: 15px;
	}

	.sec-page-header .sec-title-3,
.header-img .page-title {
	font-size: 24px;
}
.section-lg .sec-page-header .lead, .header-img .lead {
	margin-bottom: 15px;
}
.section-lg .sec-page-header .desc, .header-img .desc {
	padding-left: 10px;
	padding-right: 10px;
}

.sec-header .sec-title-2 .fz16 {
	font-size: 14px;
}
}
@media (min-width: 992px) {
	.sec-page-header .sec-title-3,
	.header-img .page-title {
		font-size: 46px;
	}
	.header-img-sm .page-title {
		font-size: 40px;
	}

	.section-lg .sec-page-header .lead,
	.header-img .lead {
		font-size: 30px;
		/*line-height: 1.4;*/
	}


}



.header-link-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.header-link-bar-2 {
	border: none;
	background-color: #fff;
	padding: 0;
}
.header-link-bar-2 .container .i {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.header-link-news .container .i {
	border-bottom-color: #dadad5;
}
.header-link-bar-2 a {
	/*font-size: 16px;*/
	display: inline-block;
}

.header-link-bar .container {
	max-width: 930px;
}
.header-link-bar-2 .container {
	max-width: none;
}

.current-cat a {
	color: #B99071;
}
.header-link-bar-2 .cate-list {
	text-align: left;
}
.header-link-bar-2 .cate-list ul,
.header-link-bar-2 .cate-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-link-bar-2 .cate-list li {
	display: inline-block;
	margin: 0 0 0 30px;
	list-style: none;
	position: relative;
}
.header-link-bar-2 .cate-list a {
	
}
.header-link-bar-2 .cate-list li:after {
	content: '';
	width: 1px;
	height: 12px;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: -20px;
    top: 22%;
}
.header-link-bar-2 .cate-list li:first-child:after {
	display: none;
}
.header-link-product a {
	/*font-size: 15px;*/
}
.header-link-product .cate-list {
	/*text-align: center;*/
}
.header-link-product .cate-list li {
	/*margin: 0 10px;*/
	margin: 0 0 0 22px;
	letter-spacing: 1.5px;
}
.header-link-product .cate-list li:after {
	left: -16px;
}

.header-link-bar-2 .cate-list li:first-child {
	margin: 0;
}

.header-app {
	margin-bottom: 60px;
}
.header-img:after,
.header-img .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgb(0,0,0);
	opacity: 0;
	content: '';
}
.c15 .cover,
.header-img.c15:after {
	opacity: .15;
}
.c20 .cover,
.c20.header-img:after {
	opacity: .2;
}
.c25 .cover,
.c25.header-img:after {
	opacity: .25;
}
.c30 .cover,
.c30.header-img:after {
	opacity: .3;
}


.header-img-l {
	padding: 60px 0;
}

@media (max-width: 767px) {
	.page-header {
		/*padding: 100px 0;*/
		/*margin-left: -15px;
		margin-right: -15px;*/
		/*margin-bottom: 15px;*/
	}
	.page-header .page-title {
		padding: 0 10px;
		/*font-size: 30px;*/
	}

	/*.header-img {
		padding: 215px 0;
	}*/

	.page-header h2 {
		font-size: 20px;
	}


	.header-img.page-header {
		padding: 0;
		width: 100%;
		height: 230px;
    display: table;
    vertical-align: middle;
	}
	.header-img.page-header .container {
		display: table-cell;
    vertical-align: middle;
	}

	#company .header-img.page-header {
		height: 300px;
	}
	#advantage .header-img,
	#stores .header-img.page-header {
		height: 320px;
	}

	


	.header-link-bar-2 .pull-right {
		width: 100%;
		text-align: left;
	}
	.header-link-bar-2 .cate-list {
		text-align: left;
		padding-top: 10px;
	}


	.entry-header {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 15px;
		padding: 0 15px;
	}

	.header-link-bar-2 .cate-list li {
		margin: 0 20px 0 0;
	}
	.header-link-bar-2 .cate-list li:after {
		right: -12px;
		left: auto;
	}
	.header-link-bar-2 .cate-list li:first-child {
		margin-right: 20px;
	}
	.header-link-bar-2 .cate-list li:first-child:after {
		display: inline-block;
	}
	.header-link-bar-2 .cate-list li:last-child {
		margin-right: 0;
	}
	.header-link-bar-2 .cate-list li:last-child:after {
		display: none;
	}




}

@media (min-width: 768px) and (max-width: 991px) {
	.header-link-bar-2 .pull-left {

	}
	.header-link-bar-2 .pull-right {
		width: 85%;
	}
	.header-link-bar-2.header-link-product .cate-list {
		text-align: left;
	}
	.header-link-bar-2 .cate-list li {
		padding-bottom: 5px;
		/*text-align: left;*/
	}
}
@media (min-width: 992px) {
.header-img {
	padding: 150px 0;
}
.header-img-sm {
	padding: 60px 0;
}
.header-img .desc,
.sec-page-header .desc {
	/*font-size: 16px;*/
	font-size: 14px;
	line-height: 1.8;
}

.header-img-l {
	padding: 100px 0;
}


.sec-page-header .desc {
	/*font-size: 18px;*/
}
}
@media (min-width: 1200px) {
.header-img {
	padding: 215px 0;
}
.header-img-sm {
	padding: 100px 0;
}
.header-img-l {
	padding: 180px 0;
}

}
@media (min-width: 1600px) {

.header-img-sm {
	padding: 150px 0;
}


}




.entry-header.entry-unstyled {
	background-image: none;
	padding: 10px;
	/*background: none;*/
}
.entry-unstyled .entry-title { 
	padding-left: 0; 
	background: transparent;
	margin-bottom: 10px;
}


.detail .entry-header {
	/*margin-bottom: 40px;
	margin-top: 20px;*/
}

.detail.not-products .entry-title {
	/*font-size: 26px;*/
	line-height: 1.4;
	/*margin-bottom: 5px;*/
}

.entry-title a {
	/*color: #1a1a1a;*/
}

@media (min-width: 992px) {
	.detail.not-products .entry-title {
	font-size: 26px;
}

	.entry-header {
	margin-bottom: 30px;
}
}



/* ===== section ===== */
.section {
	padding: 40px 0;
}

.section-lg {
	padding: 65px 0;
}

@media (max-width: 767px) {
	.section {
		padding: 30px 0;
	}

	.section-lg {
		padding: 45px 0;
	}
}

@media (min-width: 1200px) {
	.section {
		padding: 60px 0;
	}

	.section-lg {
		padding: 85px 0;
	}

}

.section-lg .lead{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.sec-nopd {
	padding: 0;
	/*background-color: #f1f1f1;*/
}
.sec-nopd>.container-fluid,
.sec-nopd>.container-fluid * {
	margin: 0;
	padding: 0;
	background-color: #000;
}
.sec-nopd>.container-fluid .item img {
	width: 100%;
	vertical-align: top;
	vertical-align: -webkit-baseline-middle;
	/*display: block;*/
}


.sec-culture.section-lg {
	padding-top: 0;
	/*padding-bottom: 55px;*/
}

 
/*.sec-culture>.container .row {
	margin-left: -1px;
	margin-right: -1px;
}
.sec-culture>.container .row .item {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 2px;
}*/
.item-culture {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../i/about/bg_about_culture.jpg);
	background-size: cover;
}
.sec-culture>.container .row {
	margin-left: 0;
	margin-right: 0px;
}
.sec-culture>.container .row .item {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.sec-culture>.container .row .item figure {
	display: block;
	border: 1px solid #fff;
}
.sec-culture>.container .row .item .thumb img {
		opacity: 0;
		filter: alpha(opacity=0);
		zoom:1;
}

@media (max-width: 767px) {
.sec-culture>.container .row .item .thumb img {
	height: 254px;
}
}


.sec-related-items {
	/*padding-bottom: 30px;*/
}

.bg-theme {
	background-color: #f8f8f6 /*#FBFAF6*/;
	background-color: #f5f5f1;
}
.bg-theme-img {
	background-color: #f5f5f5;
	background-image: url(../i/common/bg_section.jpg);
	background-position: 50% 0;
	background-size: 100% auto;
}
.bg-gray {
	background-color: #f1f1f1;
}
.bg-gray-dark {
	/*background-color: #b1aea9;*/
	background-color: #94908e;
}
.bg-white {
	background-color: #fff;
}
.bg-theme-dark {
	background-color: #B79074;
	background-color: #a98973;
}


.sec-case>.container-fluid {
	position: relative;
	/*padding: 0;*/
}
.sec-case .item-detail {
	padding-top: 15px;
}
.sec-case.header-link-bar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sec-end {
	padding-bottom: 0;
}


@media (min-width: 768px) {
.sec-case>.container-fluid {
	/*position: relative;*/
	padding: 0;
}
.sec-case .item-detail {
	padding-top: 0;
}
}


.sec-strength .header-img-l{
	padding-bottom: 40px;
}
.sec-strength .slider-pager-col {
	display: none;
	margin-top: 40px;
}
.sec-strength #bx-pager a {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	max-width: 100px;
	font-size: 12px;
}
.sec-strength #bx-pager a img,
.sec-strength #bx-pager a .icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;

}
.sec-strength #bx-pager a.active {
	color: #B79074;
}


.sec-honor .header-img-l {
	/*padding-bottom: 200px;*/
	padding: 100px 0;
	padding-bottom: 150px;
}

.sec-honor .well {
	margin-top: -150px;
	position: relative;
	/*padding-top: 100px;*/
	/*padding-bottom: 30px;*/
}
.sec-honor .well .item-carousel {
	margin-left: 40px;
	margin-right: 40px;
}

.sec-honor .well .item-carousel .row .item:nth-child(3),
.sec-honor .well .item-carousel .row .item:nth-child(4) {
	margin-bottom: 0;
}

.top-icon {
	position: absolute;
	top: -42.5px;
	left: 50%;
	margin-left: -42.5px;
}

@media (max-width: 767px) {
	.sec-honor .well .item-carousel {
		margin-left: 0;
		margin-right: 0;
	}
}

.link-back .fa,
.link-arrow-left .fa,
.link-arrow-right .fa {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	left: 0;
}
.link-arrow-left:hover .fa,
.link-back:hover .fa {
	left: -5px;
	/*margin-right: 5px;*/
}

.link-arrow-right:hover .fa {
	left: 5px;
}

.sec-case.header-link-bar .link-back {
	display: inline-block;
}

.item-detail-col img { max-width:100%;}


@media (min-width: 768px) {
	.sec-strength .slider-pager-col {
	margin-top: 80px;
	display: block;
}

	.sec-case .case-detail article {
		padding: 20px 10px 0 20px;
	}


	.sec-case .item-detail-col {
		margin-bottom: 0;
	}

	.sec-case .case-img {
		margin-bottom: 15px;
	}

	.sec-case.header-link-bar .link-back {
		margin-top: 40px;
		/*margin-top: 50px;*/
	}

}
@media (min-width: 992px) {

	.sec-strength #bx-pager a {
		margin: 0 20px;
		max-width: none;
	font-size: 14px;

	}


	.sec-case .case-img {
		padding-right: 0;
		margin-bottom: 0;
	}

	.sec-case .right {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {

	.sec-case .left article {
		padding-left: 20px;
	}
	.sec-case .case-detail article {
		padding: 40px 0 0 20px;
	}

}

@media (min-width: 1300px) {

	.sec-case .case-detail {
		width: 45%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.sec-case .case-img {
		width: 55%;
		margin-left: 45%;
	}
	
}
@media (min-width: 1400px) {

	
	.sec-case .case-detail {
		width: 35%;
	}
	.sec-case .case-img {
		width: 65%;
		margin-left: 35%;
	}


	.case-detail {
		font-size: 15px;
	}
	.sec-case .case-img {
		/*width: 65%;*/
	}

	

	.sec-case .left article {
		padding-left: 40px;
	}

	.sec-case .case-detail article {
		/*width: 35%;*/
		padding: 75px 20px 0 40px;
	}






}



.page-nav {
	color: #888;
}
.page-nav {
vertical-align: middle;
border-radius: 0;
}
.nav-links>a, .nav-links>span {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span,
.nav-links>a, .nav-links>span {
	border: 1px solid transparent;
	color: #1a1a1a;
	border-radius: 0;
	padding: 0;
	margin: 0 3px;
	font-family: Arial, "Proxima Nova", 'Helvetica Neue';
	background-color: transparent;

	    line-height: 24px;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    letter-spacing: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.nav-links>a.current, .nav-links>a.current:focus, .nav-links>a.current:hover, .nav-links>span.current, .nav-links>span.current:focus, .nav-links>span.current:hover {
    background-color: #B79074;
    border-color: #B79074;
    color: #fff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.nav-links>a:focus, .nav-links>a:hover, .nav-links>span:focus, .nav-links>span:hover {
    color: #fff;
    background-color: #B79074;
    border-color: #B79074;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

.item-list.item-list-unstyled .item {
	/*padding: 0;*/
}
.item-list.item-list-unstyled .item figure {
	box-shadow: none;
}

.item-center {
	text-align: center;
}
/*.item-carousel .btn-more {
	opacity: 0;
	filter: alpha(opacity=0);
	zoom:1;
}*/

.item-list .owl-theme .item {
	margin-bottom: 0;
}


/*@media (min-width: 992px) {*/
	.no-touch .carousel-no-dots .owl-dots,
	.no-touch .carousel-no-nav .owl-nav {
			/*opacity: 0;
			filter: alpha(opacity=0);
			zoom:1;*/
			text-align: left;
			margin-top: 0;
			visibility: hidden;
			display: none;
	}
	.no-touch .owl-theme .owl-nav {
	margin: 0;
}
/*}*/

.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	/*margin: 0;*/
	background-color: transparent;
	padding: 0;
	width: 20px;
	min-height: 20px;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	/*opacity: 0;*/
	color: #ccc;
	color: rgba(0,0,0,.4);
	font-weight: 100;
}

.caro-dots-white .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	text-shadow: 0px 2px 21px rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
.owl-theme:hover .owl-nav [class*=owl-] {
	/*opacity: 1;*/
}
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #ccc;
	color: rgba(0,0,0,.2);
}


.carousel-light-nav .owl-nav [class*=owl-] {
	background: none;
	font-size: 50px;
	line-height: 1;
	font-weight: normal;
	margin-top: -25px;
	width: 30px;
	height: 50px;
}


.owl-theme .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #b99071;
}


.owl-theme .owl-nav {
	/*display: none;*/
	/*opacity: 0;*/
}
.owl-theme:hover .owl-nav {
	/*display: block;*/
	/*opacity: 1;*/

}

/*.owl-carousel .owl-nav .owl-prev {
	left: -50px;
}
.owl-carousel .owl-nav .owl-next {
	right: -50px;
}*/

.owl-carousel .owl-nav [class*=owl-] {
	opacity: 0;
	visibility: hidden;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav .owl-prev {
	left: -5px;
}
.owl-carousel .owl-nav .owl-next {
	right: -5px;
}
.owl-carousel:hover .owl-nav .owl-prev {
	left: 2px;
}
.owl-carousel:hover .owl-nav .owl-next {
	right: 2px;
}



@media (min-width: 992px) {
	.owl-carousel .owl-nav [class*=owl-] {
		opacity: 1;
		visibility: visible;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel:hover .owl-nav .owl-prev {
		left: -50px;
	}
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel:hover .owl-nav .owl-next {
		right: -50px;
	}
}
.owl-carousel:hover .owl-nav .owl-prev {
	/*left: 5px;*/
}
.owl-carousel:hover .owl-nav .owl-next {
	/*right: 5px;*/
}

.carousel-w-title .owl-nav [class*=owl-] {
	margin-top: -55px;
}

.caro-hover-nav .owl-nav [class*=owl-] {
	opacity: 0;
}
.caro-hover-nav:hover .owl-nav [class*=owl-] {
	opacity: 1;
}
.caro-hover-nav .owl-nav .owl-prev {
	left: -5px;
}
.caro-hover-nav .owl-nav .owl-next {
	right: -5px;
}
.caro-hover-nav:hover .owl-nav .owl-prev {
	left: 2px;
}
.caro-hover-nav:hover .owl-nav .owl-next {
	right: 2px;
}



.item-case-slider .sec-header .sec-title:after {
	    background-color: rgba(183, 144, 117, 0.56);
}

#caro-case .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,.3);
}
#caro-case .owl-carousel .owl-nav .owl-prev {
	left: 10%;
}
#caro-case .owl-carousel .owl-nav .owl-next {
	right: 10%;
}

#caro-case .owl-carousel.owl-drag .owl-item {
		opacity: .45;
		filter: alpha(opacity=45);
		zoom:1;
}
#caro-case .owl-carousel.owl-drag .owl-item.active.center {
		opacity: 1;
		filter: alpha(opacity=100);
		zoom:1;
}
.caro-caption {
	position: absolute;
	left:0;
	top:50px;
	background-color:rgba(255,255,255,.6);
	display: inline-block;
	padding: 15px;
	z-index:10;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	line-height: 1;

		opacity: 0;
		filter: alpha(opacity=0);
		zoom:1;
	
}

.caro-title {
	margin-bottom: 0;
}
.owl-item.active.center:hover .caro-caption {
	opacity: 1;
		filter: alpha(opacity=100);
		zoom:1;
}
@media (max-width: 767px) {
	.caro-caption {
		padding: 10px;
	}
	.caro-caption .caro-title {
		font-size: 14px;
		
	}

}

.caro-dots-over .owl-dots {
	    position: absolute;
    left: 1%;
    right: 1%;
    bottom: 15px;
}

.caro-dots-over .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
}
.caro-dots-over .owl-dots .owl-dot.active span, 
.caro-dots-over .owl-dots .owl-dot:hover span {
	background-color: #fff;
}


.item-list.row .item {
	margin-bottom: 30px;
	min-height: 360px;
}
.item-list .item figure {
	background-color: #fff;
	box-shadow: none;
	position: relative;
	text-align: center;
}

.item-list .item .thumb {}

.item-list .item figcaption {
	padding: 20px 0 0 0;
	line-height: 1.6;
}
.item-list .item figcaption a {
}
.item-list .item .item-title {
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 2px;
	padding-left: 2px;
	line-height: 1.4;
}
.item-list .item .item-excerpt {
	display: none;
}

.item-list .item p:last-child {
	margin-bottom: 0;
}

.item-common .item .thumb {
	position: relative;
	overflow: hidden;
}
.item-common .item .thumb small {
	font-size: 14px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	background-color: rgba(0,0,0,.5);
	padding: 10px 10px;
	color: #fff;
	text-align: left;
	opacity: 0;
	visibility: hidden;
}
.item-common .item .thumb:hover small {
	opacity: 1;
	visibility: visible;
	bottom: 0;
} 

/*.item-product .item figcaption {
	position: absolute;
	left:0;
	bottom:30px;
	background-color:rgba(255,255,255,.6);
	display: inline-block;
	padding: 12px 12px;
	z-index:10;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
}
.item-product .item figcaption a {
	color: #303030;
}
.item-product .item .item-title {
	font-size: 16px;
}

.item-product .item:hover figcaption {
	opacity:0;
	left: -10px;
}*/

/* flip card */
.card-container {
  position: relative;
  margin: 0 auto;
  width: 345px;
  height: 345px;
  z-index: 1;
}
.card-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .5s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all .5s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all .5s linear;
  transform-style: preserve-3d;
  transition: all .5s linear;
}
.card-container:hover .card, 
.card-container.hover_effect .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.face.back {
  display: block;
  -webkit-transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateY(180deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateY(180deg);
  -o-box-sizing: border-box;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 0;
  color: white;
  /*text-align: center;*/
  z-index: 1;
}





.item-hover .item .thumb {
	position: relative;
}
.item-hover .item .thumb img {
	width: 100%;
}
.thumb .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.15);*/
	text-shadow: 0px 0px 51px rgba(0, 0, 0, 0.4);

	color: #fff;
	opacity: 0;
	
	vertical-align: middle;
}
.item-hover .item figure .cover .icon {
	position: absolute;
	/*background-color: red;*/
	/*width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	top: 50%;
	left: 50%;*/
	/*display: table-cell;*/
}
.thumb:hover .cover {
	opacity: 1;
}
.item-hover .cover-content {
	display: table;
	margin: 0;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	/*display: table-cell;*/
	vertical-align: middle;
	position: relative;
	z-index: 11;
}
.item-hover .cover-content .i {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.item-hover .cover-content .hover-title {
	text-align: center;
}
.item-hover .cover-content .hover-title:after {
	width: 30px;
	height: 1px;

	display: block;
	background-color: rgba(255,255,255,.85);
	margin: 15px auto;
	/*margin-top: 15px;*/
	/*position: absolute;*/
	content: "";
}

.item-hover .cover-content .i p:last-child {
	margin-bottom: 0;
}

.item-hover-theme .thumb .cover {
	background-color: rgba(185,144, 113,.9);
}




.item-hover-text-on .thumb .cover {
	opacity: 1;
	background-color: rgba(0,0,0,.0001);
	/*width: auto;
	height: auto;*/
	/*border: 10px solid rgba(0,0,0,.1);*/
}
.item-hover-text-on .thumb .cover:after {
	content: '';
	background-color: rgba(0,0,0,.1);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: 0;
}


.item-culture.item-hover-text-on .thumb .cover:after {
	content: '';
	/*background-color: rgba(0,0,0,.1);*/
	/*left: 0;
	right: 0;
	top: 0;
	bottom: 0;*/
	width: auto;
	height: auto;
	position: absolute;
	z-index: 0;

	background-color: rgba(0,0, 0,.5);
	/*margin: 10px;*/
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;



}

.item-culture.item-hover-text-on .thumb .cover {
	/*color: #000;*/
	text-shadow: none;
}
.item-culture.item-hover-text-on .thumb:hover .cover:after {
	background-color: rgba(185,144, 113,.9);
	/*margin: 10px;*/
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
}

.item-culture.item-hover-text-on .thumb:hover .cover {
	color: #fff;
}
.item-hover-text-on .thumb:hover .cover:after {
	background-color: rgba(185,144, 113,.9);
	/*margin: 10px;*/
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}
.item-hover-text-on .thumb:hover .cover .hover-title {
	/*font-size: 30px;*/
}
.item-hover-text-on .thumb:hover .cover-content .hover-title:after {
	width: 60px;
}
.item-hover-text-on .thumb:hover .cover .hover-excerpt {
	/*font-size: 18px;*/
}



@media (min-width: 768px) {
	.item-list-system {
		padding-top: 20px;
	}
	.main-box .container-fluid .row {
		margin-left: 0;
		margin-right: 0;
	}	
}

@media (min-width: 992px) {
	.item-hover .cover-content .i {
	padding: 30px;
}

.item-hover-text-on .thumb:hover .cover .hover-title {
	font-size: 30px;
}
.item-hover-text-on .thumb:hover .cover-content .hover-title:after {
	width: 80px;
}
.item-hover-text-on .thumb:hover .cover .hover-excerpt {
	font-size: 18px;
}

}

.item-card-hover {}


.modal-content {
	border-radius: 0;
}
#modal-video .modal-content {
	background-color: #000;
}
#modal-video .modal-body {
	padding:0;
}
#modal-video .modal-body video {
	vertical-align: top;
}

#modal-video .modal-body .btn-close {
	    top: -10px;
    right: -70px;
    position: absolute;
    color: #fff;
    font-size: 60px;
    border: none;
    line-height: 1;
    background-color: transparent;
    font-weight: 100;
    margin: 0;
    padding: 0;
    vertical-align: top;
    outline: none;
    font-family: serif;
    font-family: inherit;
}

@media (max-width: 767px) {
	.card-container {
		width: 290px;
		height: 290px;
	}
}
@media (max-width: 767px) {

	.gallery-list {
		padding: 15px;
	}
	
	.sidebar-common {
		margin-top: 20px;
	}

}

.lead {
	text-transform: uppercase;
}
@media (min-width: 768px) {
.navbar-collapse {
	padding: 0;
}

.navbar-nav>li>a {
  /*padding-top: 8px;
  padding-bottom: 8px;*/
}
.lead {
	font-size: 16px;
	line-height: 1.8;
}
#products.index .item-list .item:nth-child(2n+1) {
	clear: left;
}


.item-list .item figure .thumb {
	display: table;
	vertical-align: middle;
}
.item-list .item figure .thumb span {
	display: table-cell;
	vertical-align: middle;
}

.item-product .item figure .thumb {
	display: block;
	vertical-align: top;

	-webkit-transition: none;
	-moz-transition: none;
	transition: none;

}
.item-product .item figure .thumb img {
	vertical-align: top;
}

}


@media (min-width: 992px) {
.card-container {
  width: 293px;
  height: 293px;
}

#products.index .item-list .item:nth-child(2n+1) {
	clear: none;
}
#products.index .item-list .item:nth-child(3n+1) {
	/*clear: left;*/
}

}

@media (min-width: 1200px) {
	.card-container {
  width: 262px;
  height: 262px;
}

}

.form-control {
	border-radius: 0!important;
	height: 40px;
	border-color: #b5b2af;
	color: #616161;
	text-shadow: none;
}
.form-control:focus {
    border-color: #b79074;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);*/
    box-shadow: none;
}

.form-control-theme {
	border-color: #B79074;
}

.form-group {
	margin-bottom: 40px;
}

.input-lg {
	height: 46px;
	font-size: 16px;
}


.call-us-block {
	max-width: 500px;
	margin: 0 auto;
	/*font-size: 12px;*/
}

/* ===== join ===== */
.sec-join-flow .sec-header {
	margin-bottom: 50px;
}
.step-list {
	width: 95%;
	margin: 0 auto;
}
.step-list ol,
.step-list li {
	list-style: none;
	
	/*padding: 0;*/
}
.step-list ol {
	/*margin: 0;*/
}

.step-list ol li {
	/*width: 50%;
	float: left;*/
	margin-bottom: 35px;
	cursor: pointer;
}
.step-list ol li table {
	width: 100%;
}
.step-list .step-container {
	position: relative;
	border-left: 7px solid #DFDFDD;
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 25px;
	min-height: 65px;
}

.step-list .step-container .step-title {
	/*font-size: */
	padding-bottom: 0;
	padding-top: 20px;
	/*padding-top: 18px;*/
	margin-bottom: 0;
	/*font-size: 24px;*/
	color: #303030;
}
.step-list p:last-child {
	margin-bottom: 0;
}
.step-list .step-container .step-excerpt {
	position: absolute;
	left: 25px;
	top: 28px;
	border-top: 1px solid #bebebe;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
	color: rgba(0,0,0,.6);

	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	/*z-index: -1;*/
	background-color: #f5f5f1;
	    z-index: 1003;
    
}
.step-list li:hover .step-title,
.step-list li.hover .step-title {
	padding-top: 0;
	font-size: 14px;
}
.step-list li:hover .step-excerpt,
.step-list li.hover .step-excerpt {
	display: block;
	visibility: visible;
	opacity: 1;
	
}

@media (max-width: 767px) {
	.step-list .step-container {
		padding-left: 15px;
		padding-right: 10px;
		margin-left: 15px;
	}
	.step-list .step-container .step-excerpt {
		left: 15px;
	}
}


.step-form {
	width: 95%;
	margin: 0 auto;
}
.step-form .btn-md {
	/*min-width: 200px*/
}





.hover-block {
	position: relative;
}
.hover-block .hover-content {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 20px;
	padding-top: 10px;
	/*width: 100%;*/
	/*height: 100%;*/
	box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.block-concept .hover-block .hover-title {
	padding-top: 20px;
	padding-bottom: 20px;
}


.hover-block:hover {
	box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.05)!important;
}
.hover-block:hover .hover-title {
	font-size: 14px;
	padding-top: 0;
}
.hover-block:hover .hover-title img {
 width: 50px;
}
.hover-block:hover .hover-content {
	opacity: 1;
	visibility: visible;
	top: 65px;
}


.history-slider {
	position: relative;
	height: 300px;

	/*overflow: hidden;*/
	/*visibility: hidden;*/
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;

}
.loader {
	position: absolute;
	width: 100%;
	left: 1%;
	right: 1%;
	top: 50%;
	margin: 0;
	margin-top: -20px;

	z-index: 100;
}
.history-item,
.scroll-control {
	opacity: 0;
}
.history-slider.loaded {
	max-height: 3000px !important;
	height: auto !important;
	/*overflow: auto !important;*/
	visibility: visible !important;
}
.history-slider.loaded .history-item,
.history-slider.loaded .scroll-control {
	opacity: 1;
}
/*.history-slider.loaded .loader {
	display: none;
}*/

@media (min-width: 992px) {
	.scroll-control a {
	position: absolute;
	top: 35%;
	margin-top: -21px;
}
.scroll-control a.btn-scroll-prev {
	left: -60px;
}
.scroll-control a.btn-scroll-next {
	right: -60px;
}
}




.sec-history {
	padding: 55px 0;
}



.history-item {
	position: relative;
	overflow-y: auto;
	/*margin-top: -30px;*/
}
.history-item:before,
.history-item:after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	/*background-color: #ccc;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


	z-index: 100;
}
.history-item:after {
	
	left: auto;
	right: 0;


	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	
}

.history-item .i {
	/*width: 10000px;*/
	padding: 30px 60px;
	position: relative;
}
.history-item .line {
	position: absolute;
	left: 0;
	right: 0;
	top: 177px;
	width: 100%;
	height: 1px;
	background-color: #e4e0de;
	display: block;
	z-index: -1;
}

.history-item .year-col {
	position: relative;
	padding-top: 100px;
	float: left;
	margin-right: 30px;
}
.year-col .year {
	position: absolute;
	/*background-color: red;*/
	left: 0;
	top: 0;
}
.year-col .year .icon-circle:after {
	display: block;
	width: 1px;
	    height: 56px;
    background-color: #E2DDD9;
    margin: 0 auto;
    content: '';
    margin-top: 5px;
}
.year-col:hover .icon-circle {
	box-shadow: 0 0 0 10px rgba(185,144,113,.3);
}
.month-col {
	overflow: hidden;
}
.month-col .item {
	display: inline;
	margin: 0 15px;
	max-width: 250px;
	float: left;
}
.month-col .item .month {
	text-align: center;
	color: #B99071;
	margin-bottom: 30px;
}
.month-col .item .month:after {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #B99071;
	background-color: #fff;

	content: '';

}
.month-col .item .month span {
	display: block;
}
.month-col .item p {
	margin-bottom: 24px;
}
.month-col .item p:last-child {
	margin-bottom: 0;
}
.month-col .item img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a9a9a9;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	/*display: none;*/
	/*visibility: hidden;*/
	opacity: 0;
}

@media (max-width: 767px) {
	.sec-history {
		padding: 5px 0;
		padding-bottom: 20px;
	}

	.history-item .i {
		height: 240px; overflow-y: auto;
	}
.history-item .year-col {
	padding-top: 10px;
}
.year-col .year {
	top: 25px;
	left: -20px;
}

.year .icon-circle-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
}

.history-item .line {
	top: 80px;
}
.year-col .year .icon-circle:after {
	height: 48px;
	display: none;
	/*content: ;*/
}

.history-slider.loaded .history-item, .history-slider.loaded .scroll-control {
	/*position: absolute;
	top: 0;*/
}
}




.panel-group .panel {
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-color: #ccccc7;
	/*border-color: rgba(0,0,0,.15);*/
	background-color: transparent;
	box-shadow: none;
}
.panel-group .panel+.panel {
	margin-top: -1px;
}
.panel-default>.panel-heading {
	border:none;
	    border-radius: 0;
    
    display: block;
    background-color: transparent;
    padding: 0;
	
	}
.panel-default>.panel-heading .panel-title {
	/*font-size: 14px;*/
	text-transform: uppercase;
}
.panel-default>.panel-heading .panel-title a {
	display: block;
	position: relative;
	padding: 15px;
	padding-right: 40px;
}
.panel-default>.panel-heading .panel-title a .more {
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: 100;
}


.qa-list {
	margin-bottom: 80px;
}
.qa-list:last-child {
	margin-bottom: 0;
}

.qa-item .qa-title a {
	display: block;
	padding: 10px 0;
}

@media (max-width: 767px) {
	.panel-default>.panel-heading .panel-title a {
		line-height: 1.5;
    /*padding: 10px;*/
    /*padding-right: 40px;*/
	}
}




/* =========================================================
	FOOTER
========================================================= */
.footer {

	/*border-top: 1px solid #ececec;*/
	padding: 90px 0;
	vertical-align: middle;
	background-color: #292929;
	background-image: url(../i/common/bg_logo_fig.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 198px auto;
}

.footer,
.footer a {
	color: #fff;
	color: rgba(255,255,255,.6);
	font-size: 12px;
}
.footer a:hover {
	color: #B79074;
}

.footer h4 {
	font-size: 18px;
	/*text-transform: none;*/
	color: #b79074;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
/*.footer h4:before {
	width: 40px;
	height: 1px;
	display: block;
	background-color: rgba(255,255,255,.3);
	margin-bottom: 20px;
	content: "";
}*/

.footer h4.phone-num,
.footer .social-btns-box {
	text-align: right;
}
.footer h4.phone-num {
	font-weight: normal;
	font-size: 21px;
	color: rgba(255,255,255,.6);
}

.footer hr {
	border-color: rgba(255,255,255,.25);
	margin-top: 25px;
	margin-bottom: 25px;
}

.footer ul {
	margin-bottom: 20px;
}
.footer ul li {
	/*padding-bottom: 5px;*/
}
.footer dl dd a,
.footer ul li a {
	display: block;
	padding-bottom: 8px;
}

.footer .social-btns-box {
	/*text-align: right;*/
}
.social-btns-box a {
	/*font-size: 18px;*/
	margin-left: 10px;
	display: inline-block;
}
.social-btns-box a img.mr10 {
	margin: 0;
}
.col-contact-info {
	padding-right: 5%;
}
.col-contact-info hr {
	margin: 20px 0;
}
.col-contact-info tr td {
	vertical-align: top;
	padding-bottom: 5px;
}
.footer>.container {
	/*padding-bottom: 30px;*/
}
.footer .copyr {
	color: rgba(255,255,255,.3);
	/*padding: 15px 0;*/
}
@media (max-width: 767px) {
	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer dl dd a,
	.footer ul li a {
		border-bottom: 1px solid #565656;
		border-top: 1px solid #565656;
		padding: 10px 10px;
		padding-left: 0;
		margin-top: -1px;
		background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
	}

	.footer h4 {
		/*border-bottom: 1px solid #dedede;*/
	  padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 0
	}
	.footer h4:before {
		display: none;
	}
	.footer .copyr {
		/*padding: 5px 15px;*/
	}

	/*.footer h4.phone-num,
	.footer .social-btns-box {
		text-align: left;
	}
	.social-btns-box a {
	margin-right: 10px;
	margin-left: 0;
	}*/
	.footer hr {
		margin-top: 10px;
		margin-bottom: 15px;
	}



	
}







#aside-product-detail
.item-name {
	margin-bottom: 40px;
}
.item-meta {
	margin-bottom: 30px;
}
.item-meta dt {
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 14px;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
.item-meta dt {
	font-size: 16px;
	padding-bottom: 3px;
}
}
.item-meta dd {
	color: #787878;
}

#products.detail .main-box {
	margin-bottom: 0;
}
.item-img-f {
	position: relative;
	/*margin-bottom:60px;*/
}
.item-img-f .img-item {
	width: 100%;
}
.item-img-f figcaption {
	position: absolute;
	left: 0;
	right:0;
	width: 100%;
	bottom: 13%;
	color: #fff;
	text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.45);
}

.item-img-f figcaption h2 {
	/*font-size: 40px;*/
	margin-bottom:10px;
	font-weight: 500;
}
.item-img-f figcaption .lead {
	font-size:14px;
	margin-bottom: 0;
}

.case-img .item-img-f .item-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}

.item-detail-col {
	margin-bottom: 40px;
	max-width: 100%;
}
.link-istone {
	margin-bottom: 20px;
}

.item-img-list-scroll {
	max-height: 350px;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-in-out;
	-moz-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}
.item-img-list-scroll.loaded {
	max-height: 10000px;
	overflow: visible;
}
@media (max-width: 767px) {
	.item-detail-col {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.item-img-f figcaption h2 {
		font-size: 40px;
		margin-bottom:15px;
	}
	.item-img-f figcaption .lead {
		font-size:24px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.item-img-list {
	padding-left: 20px;
}
}
@media (min-width: 1200px) {
	.item-img-list {
	padding-left: 40px;
}
.link-istone {
	margin-bottom: 0;
}
}






.news-item {
	background-color: #fff;
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 35px;
}
.news-item:hover {
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.2);
}
.news-item figure {
	/*clear: both;
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #eaeaea;*/
	
}
.news-item .entry-title {
	line-height: 1.4;
	letter-spacing: 1px;
}
.news-item .entry-header {
	margin-bottom: 10px;
}
.news-item time {
	display: block;
	margin-bottom: 5px;
}
.news-item .thumb {
	/*color: #B79074;*/
	max-height: 270px;
	overflow: hidden;
}
.news-list .thumb {
		text-align: center;
		display: block;
	}
.news-item .news-info {
	margin: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	/*position: relative;*/
}

.news-item p:last-child {
	margin-bottom: 0;
}

.news-item-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-item-sm>.row {
	margin-left: -10px;
	margin-right: -10px;
}
.news-item-sm>.row>.item {
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.detail.not-products .news-item-sm .entry-title {
	font-size: 12px;
	line-height: 1.6;
}
.news-item-sm .entry-header {
	margin-bottom: 15px;
}
.news-item-sm time {

	margin-bottom: 5px;
}
.news-item-sm a {
	/*color: #B79074;*/
}

.news-item-sm .news-info {
	/*margin: 0;*/
	margin-right: 10px;
	margin-left: 0;
}
.news-item-sm .entry-exceprt {
	display: none;
}

.news-item .btn-more {
	opacity: 0;
}
.news-item .img-loaded .btn-more {
	opacity: 1;
}
@media (max-width: 767px) {
	.news-item {
		margin-bottom: 15px;
	}
	.news-item .news-info {
		margin: 15px;
	}
	.news-item .btn-more {
		opacity: 1;
	}

}
@media (max-width: 991px) {
	.entry-exceprt {
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	.news-item-sm .news-info {
		/*position: relative;*/
	}
}
@media (min-width: 992px) {
	.news-item .news-info {
		margin: 20px;
		margin-bottom: 40px;
		margin-left: 0;
		/*position: relative;*/
	}
	.news-item time {
	margin-bottom: 10px;
}

.news-item .entry-header {
	margin-bottom: 15px;
}

.news-item .btn-more {
	padding-top: 25px;
}
.news-item .btn-more {
	position: absolute;
	bottom: 25px;
	/*left: 0;*/
}


.news-item-sm .btn-more {
	padding-top: 5px;
	bottom: 10px;
}

}
@media (min-width: 1200px) {

.news-item .news-info {
	margin: 25px;
	margin-bottom: 0;
	margin-left: 15px;
}
.news-item-sm .news-info {
	/*margin: 0;*/
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 0;
}

.news-item .entry-header {
	margin-bottom: 22px;
}

.news-item .edit-link {
	right: 30px !important;
}

}



.news-item a:hover {
	/*color: #444;*/
}


.entry-main .entry-body article {
	max-width: 900px;
	margin: 0 auto;
}
.entry-content {
	padding-bottom: 40px;
	/*font-family: "Proxima Nova", 'Helvetica Neue', 'Helvetica';*/
}
/*.cpt-application .entry-content p:first-child,*/
/*.cpt-application .entry-content p:first-child,
.cpt-news .entry-content p:first-child*/
.entry-excerpt {
	/*font-weight: bold;*/
	font-size: 1.15em;
	margin-bottom: 2em;
	padding: 20px;
}


@media (max-width: 767px) {
.entry-content {
	padding-bottom: 20px;
}

}


.entry-content p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.detail.not-products .entry-content p {
	line-height: 1.7;
	margin-bottom: 2em;
	letter-spacing: 1px;
}
.entry-exceprt {
	margin-bottom: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.entry-content a {
	color: #B79074;
}
.news-item hr {
	clear: both;
	margin: 36px 0;
}

.entry-meta-footer {
	border-top: 1px dotted #DDDDDD;
	border-bottom: 1px dotted #DDDDDD;
	padding: 10px;
	margin-bottom: 60px;
}

body .addthis_toolbox a {
	margin-bottom: 0;
}

.list-title {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.detail.not-products .entry-content p {
		margin-bottom: 1.7em;
	}
	.list-title {
		padding-top: 15px;
		margin-bottom: 20px;
	}
}

aside#aside-news .panel-default>.panel-heading {
/*	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
	background-color:#f8f8f6;

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FBFAFA),
	color-stop(0.99, #F0EFEE),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #FBFAFA 0%, #F0EFEE 99%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #FBFAFA 0%, #F0EFEE 99%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #FBFAFA 0%, #F0EFEE 99%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #FBFAFA 0%, #F0EFEE 99%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #FBFAFA 0%, #F0EFEE 99%, #FFFFFF 100%);*/

background-color:#f8f8f6;
color: #333;
	}


.follow-us a {
	margin-right: 10px;
}
.thumb {
	display: block;
	position: relative;
}

.social-btns {
    vertical-align: middle;	
}
#news .social-btns {
   display: inline-block;
}

@media (max-width: 767px) {
	.news-item .thumb {
		margin-bottom: 20px;
		text-align: center;
	}
}


.gallery-list .item-list {
	margin-bottom: 60px;
}

.wpcf7 .form-group p {
	margin:0;
	padding: 0; 
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-right: 20px;
	margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
	font-weight: normal;
}


.well {
	box-shadow: none;
	background-color: #fff;
	border-radius: 0;
	border: none;
}
.well:last-child,
.well p:last-child {
	margin-bottom: 0;
}

.well-shd {
  box-shadow: 1.5px 2.598px 30px 0px rgba(0, 0, 0, 0.05);
}
.well-white {
	box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.05);
}
.well-white:hover {
	box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.2);
}
.well-border {
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.9);
	background-color: transparent;
}
.well-black {
	background-color: rgba(0,0,0,.45);
}
.well-black-20 {
	background-color: rgba(0,0,0,.2);
}

.well-xl {
	padding: 60px;
}

.well-title {
	margin-bottom: 20px;
}

.well-bd-list {
	margin-top: 60px;
}

.well-bd-list>.row {
	margin-left: -20px;
	margin-right: -20px;
}
.well-bd-list>.row>.item {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}


.block-list .item p {
	line-height: 1.8;
	letter-spacing: 1px;
}
.block-list .item p:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.well-xl {
		padding: 30px 15px;
	}
}
@media (min-width: 768px) {
	/*.well-xl {
		padding: 20px;
	}*/
}
@media (min-width: 1200px) {
	.block-list .well-lg {
		padding: 40px;
	}
}

.media-list {
	margin-bottom: 0;
}
.media-list .media-body p {
	line-height: 1.4;
	letter-spacing: 1px;
}
.media-list .media-body p:first-child {
	letter-spacing: 1.5px;
}
.call-us-block .media .media-body {
	vertical-align: middle;
}

.btn {
	/*border: none;*/
	/*border-color: #303030;*/
	border-radius: 0;
	/*background-color: transparent;*/
	padding-top: 9px;
	padding-bottom: 9px;
}
.btn-group-lg>.btn, .btn-lg {
	/*padding-bottom: 14px;*/
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 11px;
}
.btn-default {
	/*border-color: #a09d9b;
	color: #524f4d;*/
	border-color: #c1bfbd;
  color: #757372;
	background-color: transparent;
}
.btn.focus, .btn:focus, .btn:hover,
/*.btn-gray,*/
/*.btn-theme,*/
/*.btn-white,*/
.btn-gray:hover,
.btn-theme:hover,
.btn-white:hover {
	color: #fff;
	background-color: #B79074;
	border-color: #B79074;
}
.btn-gray {
	background-color: #bdbdbd;
}

.btn-theme {
	color: #B79074;
	border-color: #B79074;
	background-color: transparent;
}
.btn-theme-on {
	background-color: #B79074;
}
.btn-theme-on:hover  {
	background-color: #8c7564;
	border-color: #8c7564;
}

.btn-white {
	border: 1px solid #fff;
	background-color: transparent;
}
.btn-white:hover  {
	background-color: #B79074;
	border-color: #B79074;
}

.btn-danger {
	background-color: #B79074;
	/*border-color: #B79074;*/
}
.btn-sm {
	padding: 3px 10px;
	font-size: 0.85em;
}
.btn-md {
	min-width: 135px;
}
.btn-xl {
	display: block;
	font-size: 14px;
}

.btn-classic {
	background-color: transparent;
	border: 1px solid #b8a58a;
	/*padding-bottom: 10px;*/
	color: #b8a58a;
	box-shadow: none;
}
.btn-classic:hover {
	color: #fff;
}
.btn-label {
	border: 1px solid #c6c6c6;
	background-color: transparent;
	padding: 9px 12px;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;

    min-width: 70px;
	text-align: center;
	display: inline-block;
color: #655e59;
}

.text-color-theme *,
.text-theme {
	color: #B79074;
}
.text-underline {
	text-decoration: underline;
	/*border-bottom: 1px solid #616161;*/
}
.text-underline-bd {
	border-bottom: 1px solid #616161;
	display: inline-block;
}
.text-underline-bd:hover {
	border-color: #B99071;
}


@media (max-width: 767px) {
	.btn-label {
		margin-right: 0px;
		font-size: 12px;
		min-width: 50px;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: 0;
	}
}
@media (min-width: 768px) {
.btn-xl {
	min-width: 320px;
	padding: 20px 10px;
	font-size: 18px;
	display: inline-block;
}
}


.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
	background-color: #B79074;
	color: #fff;
	font-weight: 700;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

.table-common tr th,
.table-common tr td {
	vertical-align: top;
	font-weight: normal;
	padding: 10px;
}


.table-common-v2,
.table-common-v2 tr th,
.table-common-v2 tr td {
	/*vertical-align: middle;*/
}

.table-common-v2 tr th,
.table-common-v2 tr td {
	padding-bottom: 25px;
}


.table-common-v2 tr th:first-child,
.table-common-v2 tr td:first-child {
	padding-left: 0;
	padding-top: 0;
}
.table-common-v2 tr td p:last-child {
	margin-bottom: 0;
}


.table-store {
 width: 100%;
}
.table-store tr th,
.table-store tr td {
	padding: 3px 5px;
}
.table-store tr th:first-child,
.table-store tr td:first-child {
	padding-left: 0;
	/*width: 20%;*/
	width: 75px;
}
.table-store tr th:last-child,
.table-store tr td:last-child {
	padding-right: 0;
}

/*.table-common-v2 tr th,
.table-common-v2 tr td {
	padding-bottom: 25px;
}*/


.edit-link.posar {
	position: absolute; right:15px; top:0;
}
.edit-link.posarb {
	position: absolute; right:15px; bottom:0;
}





.watermark-wrapper {
	display: block;
	position: relative;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.entry-content .watermark-wrapper {
	display: inline-block;
}
.watermark {
	position: absolute;
	bottom: 30px;
	left: 30px;
	min-width: 173px;
	min-height: 20px;
	/*background-color: red;*/
	/*background-image: url(../i/common/watermark.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	/*opacity: .5;*/
}


@media (max-width: 767px) {
	#contact .table-bordered,
	#contact .table-bordered>tbody>tr>td, #contact .table-bordered>tbody>tr>th, #contact .table-bordered>tfoot>tr>td, #contact .table-bordered>tfoot>tr>th, #contact .table-bordered>thead>tr>td, #contact .table-bordered>thead>tr>th {
			/*border: none;*/
	}
	.watermark {
		    /*max-width: 120px;*/
    min-width: 130px;
    left: 15px;
    bottom: 15px;
	}

}


@media (min-width: 992px) {
	.form-box {
		margin-right: 20px;
	}
}









/**,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

html.st-menu-opening,
.st-menu-opening body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-menu-opening .st-content {
	overflow-y: scroll;
	/*background: #f3efe0;*/
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.4);
	/*background-image: url(../i/icons/ico_close.gif);*/
	background-repeat: no-repeat;
	background-position: 90% 4%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	z-index: 1000;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	background-color: rgba(0,0,0,0.4);
		background-image: url(../i/icons/ico_close.gif);
	background-repeat: no-repeat;
	background-position: 90% 4%;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #292929;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y: auto;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 16px;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
	box-shadow: inset 0 -1px rgba(136, 136, 136, 0.28);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	position: relative;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(136, 136, 136, 0.28), inset 0 1px rgba(136, 136, 136, 0.28);
}
.st-menu ul li li a {
	padding-left: 2em;
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #B79074;
}

.st-menu ul li a .more {
	position: absolute;
	right: 1em;
	top: 1em;
	line-height: 1;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	min-width: 1em;
}


/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}


.st-menu .input-group .form-control,
.st-menu .input-group-btn>.btn {
	border-color: transparent;
	background-color: rgba(0,0,0,.3);
	color: #fff;
}
.st-menu .input-group-btn>.btn {
	border-color: #B79074;
	background-color: #B79074;
	/*color: #fff;*/

}

@media (min-width: 768px) {
	.st-menu,
	.st-pusher::after {
		display: none;
	}	
}











/* PAGE-TOP
--------------------------------------------------------- */
#back-top { position: fixed; bottom: 30px; right: 30px; z-index: 100000000000; display: none; }
#back-top a { font-size: 1.15em; color: #fff; width: 40px; height: 40px; background: #B79074 url('../i/icons/ico_back2top.gif') no-repeat 50% 50%; display: block; text-align: center; /* background color transition */
	-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover { background-color: #000; 
}
@media (max-width: 767px) {
#back-top {
	right: 10px;
	bottom: 10px;
}
}

.close {
	font-family: serif;
}

/* =========================================================
	links
========================================================= */
.link-list .blogroll li {
	margin-bottom: 20px;
}
.link-list .blogroll li a {
	display: block;
	font-size: 24px;
}
.link-list a { color: rgb(96,222,247); }
.link-list a:hover { color: rgb(232,59,6); }
.link-list a:hover:after {
	content:" →"
}


/* =========================================================
	RESPONSIVE IMAGES
========================================================= */
.entry-content img, .comment-content img, .widget img { max-width: 100%; /* Fluid images for posts, comments, and widgets */ }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	/*width: 100%;*/
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
.page-content img.size-full, .page-content img.size-large, .page-content img.header-image, .page-content img.wp-post-image {
	width: 100%;
}
embed, iframe, object, video { max-width: 100%; width: 100%; }
.entry-content .twitter-tweet-rendered { max-width: 100% !important; /* Override the Twitter embed fixed width */ }


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.entry-content .watermark-wrapper {
	vertical-align: top;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.entry-content .watermark-wrapper img.aligncenter {
	margin: 0;
	vertical-align: top;
}
.entry-content p .watermark-wrapper,
.entry-content figure .watermark-wrapper {
	margin-bottom: 0;
	/*margin-top: 0;*/
}
.entry-content .watermark-wrapper .watermark:nth-child(2) {
	display: none;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Noto Sans", sans-serif;*/
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}





.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	/*font-style: italic;*/
	/*font-size: 12px;
	font-size: 0.857142857rem;*/
	line-height: 2;
	/*color: #757575;*/
	/*display: none;*/
}
.wp-caption.aligncenter .wp-caption-text, .aligncenter .gallery-caption, .aligncenter .entry-caption {
	text-align: center;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
@media (max-width: 767px) {
img.alignleft, img.alignright {
	float: none;
	display: block;
	margin: 1em auto;
}
}
@media (min-width: 768px) {
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * Accessibility
 */

/* Text meant only for screen readers */
.says, .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}



.hide {
  display: none;
}

dt {
  font-size: 19px;
  color: #b99071;
  margin-bottom: 20px;
  margin-left: 26px;
  cursor: pointer;
}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
  display:none;
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #F2EEE6;
  margin: 20px 0 30px;
  position: relative;
}

/* Triangle in definition container */
dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}