/* <bealux.css> */
@font-face {
  font-family: UTMCentur;
  src: url(fonts/UTMCentur/UTMCentur.ttf?v=1.1.0) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: UTMIsadora;
  src: url(fonts/UTMIsadora/UTM-IsadoraR.ttf?v=1.1.0) format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* ######################## HEADER ######################## */
	.pc-header {
		position: relative;
		z-index: 10;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		-ms-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		-o-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		transition: padding 0.35s ease;
		-khtml-transition: padding 0.35s ease;
		-webkit-transition: padding 0.35s ease;
		-moz-transition: padding 0.35s ease;
		-ms-transition: padding 0.35s ease;
		-o-transition: padding 0.35s ease;
		background-color: transparent;
	}

  .pc-header .topbar .welcome{
    color:#fff;
    padding: 5px 0;
  }
	.pc-header .topbar .slogan{
		/*font-family: UTMIsadora;*/
	}
  .pc-header .logo {
    padding-left: 100px;
    position:absolute;
    top: 5px;
  }
	.pc-header .logo img {
    height: 70px;
  }
	.hd-contact a {
		display: block;
		float: left;
		position: relative;
	}
	.hd-contact>*+* {
		margin-left: 10px;
		padding-left: 10px;
	}
	.hd-contact>*+*:before {
		content: "-";
		display: block;
		position: absolute;
		left: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.hd-contact a:hover {color: #ff8b00;}
	.mobile-header .welcome,
	.pc-header .topbar {
	    position: relative;
		background: url(img/upper-bg.jpg) no-repeat;
		font-size: 14px;
		line-height: 30px;
		color: #333;
		background-size:cover;
	}
	.pc-header .topbar a {color: #fff;margin-left:10px;}
	.pc-header .topbar .site-link li {float: left;}
	.pc-header .topbar .site-link li+li {margin-left: 30px;}
	.pc-header .topbar .site-link a {
		display: block;
		position: relative;
		padding: 10px 0;
	}
	.pc-header .topbar .site-link a:before {
		content: "";
		display: none;
		position: absolute;
		width: 100%;
		top: initial;
		bottom: 0px;
		left: 0px;
		border-bottom: 1px solid #ff8b00;
	}
	.pc-header .topbar .site-link a:hover {color: #ff8b00;}
	.pc-header .topbar .site-link a:hover:before {display: block;}

	.pc-header .upper {
		position: relative;
		background: #70411c;
		padding-top: 15px;
	}
	.pc-header .main-nav{
		padding-left:283px;
	}

	.pc-search .form {
		position: relative;
		padding-right: 100px;
		min-width: 555px;
	}
	.pc-search .form .input-text {
		display: block;
		height: 35px;
		padding: 0 10px;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-ms-border-radius: 3px 0 0 3px;
		-o-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		border: solid 1px #00a651;
		border-right: none;
		line-height: 33px;
	}
	.pc-search .form .btn-submit {
		display: block;
		width: 100px;
		height: 35px;
		position: absolute;
		top: 0px;
		left: initial;
		right: 0px;
		background: #00a651;
		border: 1px solid #00a651;
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-ms-border-radius: 0 3px 3px 0;
		-o-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		cursor: pointer;
		outline: none;
		color: #fff;
		font-size: 14px;
		font-family: 'HTVietNam', sans-serif;
	}
	.pc-search .form .input-text::-webkit-input-placeholder {
	    color: #666;
	    font-size: 13px;
	}
	.pc-search .form .input-text::-moz-placeholder {
	    color: #666;
	    font-size: 13px;
	}
	.pc-search .form .input-text:-ms-input-placeholder {
	    color: #666;
	    font-size: 13px;
	}
	.pc-search .form .input-text:-moz-placeholder {
	    color: #666;
	    font-size: 13px;
	}
	.pc-header .control-box li {
		float: left;
		text-align: center;
	}
	.pc-header .control-box li+li {margin-left: 25px;}
	.pc-header .control-box li .btn {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #333;
	}
	.pc-header .control-box li .btn:hover .label {color: #ff8b00;}
	.pc-header .control-box li .btn>* {display: block;}
	.pc-header .control-box .use-bg {
		width: 40px;
	    height: 40px;
	    margin: 0 auto;
	}
	.pc-header .control-box .pc-cart .use-bg {
		background: url(img/sprite-icon.png) -40px -78px no-repeat;
    	-webkit-background-size: 500px;
    	-moz-background-size: 500px;
    	-ms-background-size: 500px;
    	-o-background-size: 500px;
    	background-size: 500px;
	}
	.pc-header .control-box .pc-account .use-bg {
		background: url(img/sprite-icon.png) -40px -42px no-repeat;
    	-webkit-background-size: 500px;
    	-moz-background-size: 500px;
    	-ms-background-size: 500px;
    	-o-background-size: 500px;
    	background-size: 500px;
	}
	.pc-header .control-box .pc-cart .quantity {
	    width: 19px;
	    height: 19px;
	    position: absolute;
		top: 3px;
	    right: 14px;
	    background-color: #00a651;
	    border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -o-border-radius: 50%;
	    font-size: 11px;
	    color: #fff;
	    line-height: 19px;
	}
	.pc-header .control-box .favorite .btn {padding-top: 40px;}
	.pc-header .control-box .favorite .icon {
		position: absolute;
	    width: 30px;
	    height: 30px;
	    top: 3px;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0);
	    -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    font-size: 14px;
	    color: #818181;
	    border: 2px solid #818181;
	    border-radius: 50%;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    line-height: 30px;
	}

	.pc-header .lower {
		position: relative;
		background: #26913f;
	}
	.main-nav>.main-menu li {position: relative;}
	.main-nav>.main-menu>li>a {
		position: relative;
		display: block;
		padding: 40px 15px 4px;
		font-size: 15px;
		line-height: 20px;
		font-family: 'HTVietNam', sans-serif;
		color: #fff;
		-webkit-transition: background .4s linear;
		-moz-transition: background .4s linear;
		-ms-transition: background .4s linear;
		-o-transition: background .4s linear;
		transition: background .4s linear;
		text-transform:uppercase;
		border-bottom:2px solid transparent;
	}
	.main-nav>.main-menu>li>a img {
		display: inline-block;
		margin-left: 3px;
	}
	.main-nav>.main-menu>li:hover>a {
		border-bottom:2px solid #f5ece5;
	}
	.main-nav .dropdown-menu {
		position: absolute;
		display: none;
		min-width: 250px;
		z-index: 50;
		top: 100%;
		left: 0px;
		border-top: 2px solid transparent;
	}
	.main-nav .dropdown-menu>.sub-menu {
		position: relative;
		padding: 5px 0;
		background: #b2733b;
	}
	.main-nav>.main-menu>li:hover> .dropdown-menu {display: block;}
	.main-nav .sub-menu li a {
		display: block;
		position: relative;
		padding: 10px 10px 10px 20px;
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		font-family: 'HTVietNam', sans-serif;
		font-weight: bold;
	}
	.main-nav .sub-menu li+li a {border-top: 1px dashed #ebebeb;}
	.main-nav .sub-menu>li:hover>a {color: #ff8b00;}
	@media (max-width: 1220px) {
		.main-nav>.main-menu>li>a {padding: 10px 20px;}
		.pc-search .form {min-width: 500px;}
	}

	/* ######################## Header for mobile ######################## */
	.mobile-header {
		position: relative;
		z-index: 5;
	}
	.mobile-header .upper {
		padding: 7px 10px;
		background: #5f2f0d;
		position: relative;
		text-align: center;
	}
	.mobile-header .logo {display: inline-block;}
	.mobile-header .logo a {width: 150px;}
	.mobile-header .lower {
		position: relative;
		padding: 5px;
		background: #5f2f0d;
		/* border-top: 1px solid #e1e1e1; */
		/* border-bottom: 1px solid #e1e1e1; */
	}
	.mobile-search .form {
		position: relative;
		padding-right: 60px;
	}
	.mobile-search .form .input-text {
		display: block;
		height: 32px;
		background: #fff;
		font-size: 13px;
		line-height: 32px;
		color: #000;
		border: 1px solid #156d2a;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	}
	.mobile-search .form .btn-submit {
		display: block;
		position: absolute;
		height: 32px;
		width: 60px;
		top: 0px;
		left: initial;
		right: 0px;
		background: #156d2a url(img/icon_search.png) 50% 50% no-repeat;
		border: 1px solid #156d2a;
		cursor: pointer;
		text-indent: -99999px;
	}
	.mobile-search .form .input-text::-webkit-input-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-search .form .input-text::-moz-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-search .form .input-text:-ms-input-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-search .form .input-text:-moz-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-cart {
		display: block;
		position: absolute;
		left: initial;
		right: 0px;
		top: 50%;
		width: 40px;
		height: 40px;
		background: url(img/sprite-icon.png) -40px -78px no-repeat;
    	-webkit-background-size: 500px;
    	-moz-background-size: 500px;
    	-ms-background-size: 500px;
    	-o-background-size: 500px;
    	background-size: 500px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.mobile-cart .quantity {
		width: 19px;
	    height: 19px;
	    position: absolute;
		top: 3px;
	    right: 7px;
	    background-color: #00a651;
	    border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -o-border-radius: 50%;
	    font-size: 11px;
	    color: #fff;
	    line-height: 19px;
	}


	/* ######################## Body ######################## */
	.top-content {
		margin: 0 0 20px 0;
		background: #fff;
	}
	@media (min-width: 1220px) {
		.top-content {
			margin: 0 0 30px 0;
		}
	}
	@media (max-width: 1220px) {
		#homepage, #product-page {background: #70411c;}
	}
	@media (max-width: 1220px) {
		.top-content-container {padding: 0;}
	}
	@media (max-width: 479px) {
		.top-content {margin: 0 0 15px 0;}
	}

	/* ######################## Heading ######################## */
	.heading{
		font-weight:bold;
		text-transform:uppercase;
		font-size:18px;
		margin: 0 0 10px 0;
		/* padding-left:20px; */
		position:relative;
	}
	.heading:before{
		content:'';
		display:block;
		/* background:url(img/heading-bg.png); */
		width:11px;
		height:14px;
		position:absolute;
		left:0;
		top:3px;
	}
	.heading > *{
		color:#fff;
		font-size:15px;
	}
	.heading-1 {
		margin: 0;
		position: relative;
		font-weight:bold;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 700;
		/*font-family: 'UTM Hanzel', sans-serif;*/
		/* line-height:30px; */
	}
	.heading-1>* {color: #70411c;}

	/* @media (min-width: 960px) { */
		.heading-1 {font-size: 15px;padding-left:5px;margin: 0 0 15px 0;
			background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .5), rgba(165, 109, 76, .1));
			background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .5), rgba(165, 109, 76, .1));
			background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .5), rgba(165, 109, 76, .1));
			background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .5), rgba(165, 109, 76, .1));
			background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .5), rgba(165, 109, 76, .1));
			display:inline-block;
			padding-right:70px;
			min-width:283px;
		}
	/* } */
	@media (min-width: 1220px) {
		.heading-1>* {
			display: inline-block;
			position: relative;
			padding: 5px 25px;
			padding-left:0px;
			color:#70411c;
			font-weight:bold;
		}
		.heading-1>*:before {

		}
	}
	
	@media (max-width:768px){
		.heading-1{
			line-height:30px;
		}
	}
	

	/* ######################## Aside ######################## */
	.aside>* {margin-bottom: 6px;}
	.aside-panel  {
		padding: 10px;
		font-size: 14px;
		left: 20px;
		color: #333;
		background:#5f2f0d;
		/* margin-bottom:20px; */
	}
	.aside-panel .heading {
		margin: 0 0 0 0;
		padding-bottom: 7px;
		border-bottom: 1px solid #a16532;
		font-size: 14px;
		font-family: 'HTVietNam', 'UTM Hanzel', sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 20px;
		position:relative;
		padding-left:30px;
	}
	.aside-panel .heading:before {
		content:'\f0c9';
		display:block;
		left:0;
		top:0;
		font-family:'FontAwesome';
		position:absolute;
		color:#c0d153;
	}
	.aside-panel .heading>* {color: #c0d153;}
	.aside-filter .form-row + .form-row {margin-top: 10px;}
	.aside-filter .form .filter-checkbox {display: none;}
	.aside-filter .form .filter-label {
		display: block;
		position: relative;
		padding-left: 25px;
		color: #000;
	}

	.aside-gallerys{
		margin-bottom:12px;
	}
	.aside-categories{
		margin-bottom:12px;
	}
	.aside-categories .panel-body{}
	.aside-categories .panel-body ul{}
	.aside-categories .panel-body ul li{
		padding-left:10px;
		border-bottom: 1px solid #a16532;
		padding:6px 0;
		font-weight:bold;
		position:relative;
		padding-left:25px;
	}
	.aside-categories .panel-body ul li:before{
		position:absolute;
		left:8px;
		top:11px;
		content:'';
		display:block;
		width:11px;
		height:14px;
		background: url(img/heading-bg.png);
	}
	.aside-categories .panel-body ul li:last-child{border:0;padding-bottom:0;}
	.aside-categories .panel-body ul li *{color:#fff;font-weight:bold;}
	.aside-categories .panel-body ul li *:hover{color:#c0d153;}


	.aside-gallerys .article .title{
		text-transform:uppercase;
		text-align:center;
		margin:0;
		margin-top:6px;
	}
	.aside-gallerys .article .title *{
		color:#fff;
		font-weight:normal;
	}

	.aside-products .list-product>li:not(:last-child) {margin-bottom: 15px;}
	.aside-products .list-product>li+li {
		padding-top: 15px;
		border-top: 1px solid #e1e1e1;
	}
	.aside-products .product .thumb {
		float: left;
		width: 90px;
	}
	.aside-products .product .image {height: 95px;}
	.aside-products .product .infor {
		float: right;
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -ms-calc(100% - 90px);
		width: -o-calc(100% - 90px);
		width: calc(100% - 90px);
		padding-left: 10px;
	}
	.aside-products .product .title {
		max-height: 36px;
		margin: 0 0 5px 0;
		font-size: 15px;
		line-height: 18px;
	}
	.aside-products .product .title a {color: #333;}
	.aside-products .product .title a:hover {color: #1d8acb;}
	.aside-products .product .price {
		margin: 0 0 6px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.aside-products .product .price .value {
		font-size: 15px;
		font-weight: bold;
		color: #f44f00;
	}
	.aside-products .product .detail a {
		display: inline-block;
		font-size: 12px;
		line-height: 18px;
		padding: 1px;
		border: 1px solid #26913f;
		color: #fff;
	}
	.aside-products .product .detail a>span {
		display: block;
		position: relative;
		padding: 3px 20px;
		background: #26913f;
	}
	.aside-prdviewed .list-product>li+li {margin-top: 10px;}
	.aside-categories .list>li:not(:last-child) {margin-bottom: 10px;}
	.aside-categories .list li+li {
		padding-top: 10px;
		border-top: 1px dotted #c8c8c8;
	}
	.aside-categories .list a {
		display: block;
		position: relative;
		padding: 0 10px 0 25px;
		font-size: 16px;
		color: #333;
	}
	.aside-categories .list a:before {
		content: "\f02c";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-family: FontAwesome;
		font-size: 14px;
		color: #888;
	}
	.aside-categories .list a:hover {color: #1d8acb;}

	.aside-news .list-article>li:not(:last-child) {margin-bottom: 15px;}
	.aside-news .list-article>li+li {
		padding-top: 15px;
		border-top: 1px dotted #c8c8c8;
	}
	.aside-news .article .thumb {
		float: left;
		width: 90px;
	}
	.aside-news .article .image {height: 75px;}
	.aside-news .article .infor {
		float: right;
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -ms-calc(100% - 90px);
		width: -o-calc(100% - 90px);
		width: calc(100% - 90px);
		padding-left: 10px;
	}
	.aside-news .article .title {
		margin: 0 0 8px 0;
		max-height: 40px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.aside-news .article .title a {color: #333;}
	.aside-news .article .title a:hover {color: #1d8acb;}
	.aside-news .article .category {
		margin: 0;
		font-size: 13px;
		line-height: 18px;
	}
	.aside-news .article .category a {color: #999;}

	@media (min-width: 960px) {
		.aside-prdviewed .product .image {height: 210px;}
	}
	@media (min-width: 1220px) {
		.aside-prdviewed .product .image {height: 265px;}
	}

	/* ######################## main-slide ######################## */
	.main-slide {margin: 0;margin-bottom:5px;}
	.main-slide .uk-dotnav {bottom: 5px;}
	.main-slide .uk-dotnav>*+* {margin-left: 5px;}
	.main-slide .uk-dotnav>*>* {
		width: 12px;
		height: 12px;
		border: 2px solid #fff;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-slide .uk-dotnav>.uk-active>* {background: #156d2a;}
	@media (max-width: 960px) {
		.main-slide .uk-slidenav {
			display: none;
			visibility: hidden;
			opacity: 0;
		}
	}


	/* ######################## categories ######################## */
	.pc-categories {position: relative;}
	.pc-categories .heading {
		position: relative;
		margin: 0;
		background: #156d2a;
		font-size: 15px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: normal;
		font-family: 'UTM Hanzel', sans-serif;
	}
	.pc-categories .heading a {
		display: block;
		position: relative;
		padding: 12px 15px 8px 20px;
		color: #fff;
	}
	.pc-categories .heading a:before {
		content: "";
		display: block;
		position: absolute;
		width: 14px;
		height: 10px;
		left: initial;
		right: 15px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(img/bar.png) 0px 0px no-repeat;
	}
	.pc-categories .panel-body {
		position: absolute;
		display: none;
		width: 100%;
		top: 100%;
		left: 0px;
		background: #fff;
	    border: 1px solid #dadada;
	    border-top-color: transparent;
	    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	}
	.pc-categories:hover .panel-body {display: block;}
	.pc-header.fixed .pc-categories .panel-body {display: none;}
	.pc-categories .main-cat>li>a {
		display: block;
		position: relative;
		padding: 10px 20px 10px 50px;
		font-size: 14px;
		color: #333;
	}
	.pc-categories .main-cat>li+li>a {border-top: 1px solid #dddddc;}
	.pc-categories .main-cat>li>a:before {
		content: "";
		display: none;
		position: absolute;
		height: 42px;
		width: 3px;
		top: -1px;
		left: -1px;
		background: #0f9ed8;
	}
	.pc-categories .main-cat>li>a .icon {
		display: block;
		position: absolute;
		width: 17px;
		left: 20px;
	}
	.pc-categories .main-cat>li>a .value {
		display: block;
		height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	.pc-categories .main-cat>li>a:hover {color: #0f9ed8;}
	.pc-categories .main-cat>li>a:hover:before {display: block;}
	@media (min-width: 1220px) {
		.pc-categories.active .panel-body {display: block;}
	}

	/* ######################## homepage-banner ######################## */
	.homepage-gallerys{}
	.homepage-gallerys .article{}
	.homepage-gallerys .article .image{
		height:230px;
	}
	.homepage-gallerys .article .info{
		background:#c18f62;
	}
	.homepage-gallerys .article .title *{
		color:#663300;
		display:block;
		padding:10px 0;
		text-transform:uppercase;
	}
	.homepage-gallerys .article .title *:hover{
		color:#b1282e;
	}
	.homepage-gallerys .article .title{
		text-align:center;
	}


	.homepage-gallerys .overflow_network { position: relative; }
	.homepage-gallerys .outerContainer { width: 100%; position: relative; overflow: hidden; }
	.homepage-gallerys .simply-scroll-container { position: relative; }
  /*.homepage-gallerys .simply-scroll-clip { padding-top: 100px; margin-top: -100px; position: relative; z-index: 2; height: 450px; width: 100%; overflow: hidden; }*/
	.homepage-gallerys .simply-scroll-clip { padding-top: 100px; margin-top: -100px; position: relative; z-index: 2; width: 100%; overflow: hidden; }
	.homepage-gallerys .simply-scroll-list { margin: 0; padding: 0; list-style: none; }
  /*.homepage-gallerys .simply-scroll-list li { float: left; width: 31%; padding: 0 10px; position: relative; height: 350px; margin: 0; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/
	.homepage-gallerys .simply-scroll-list li { float: left; width: 350px; padding: 0 10px; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

	@media (min-width: 960px) {
		.homepage-banner,
		.homepage-news,
		.homepage-prd-selling,
		.homepage-prdcatalogue,
		.prdcatalogue,
		.prd-same {}
	}
	@media (min-width: 1220px) {
		.homepage-banner,
		.homepage-news,
		.homepage-prd-selling,
		.homepage-prdcatalogue,
		.prdcatalogue,
		.prd-same {}
		.homepage-banner.top .banner {height: 180px;}
		.homepage-banner.bottom .banner {height: 195px;}
	}
	@media (max-width: 1220px) {
		.homepage-banner .uk-grid {margin-left: -10px;}
		.homepage-banner .uk-grid>* {padding-left: 10px;}
		.homepage-banner.top .banner {height: 155px;}
		.homepage-banner.bottom .banner {height: 165px;}
	}

	/* ######################## homepage-news ######################## */
	.homepage-news .panel-head {margin: 0 0 15px 0;}
	.homepage-news .nav-tabs>li {float: left;}
	.homepage-news .nav-tabs>li+li {margin-left: 5px;}
	.homepage-news .nav-tabs a {
		display: block;
		position: relative;
		padding: 10px 20px;
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		color: #333;
	}
	.homepage-news .nav-tabs a:before {
		content: "";
		display: none;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0px;
		top: 0px;
		background: #26913f;
	}
	.homepage-news .nav-tabs a:hover, .homepage-news .nav-tabs li.active a {color: #26913f;}
	.homepage-news .nav-tabs a:hover:before, .homepage-news .nav-tabs li.active a:before {display: block;}
	.homepage-news .article .title {
		margin: 0 0 5px 0;
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	.homepage-news .article .title a {color: #333;}
	.homepage-news .article .title a:hover {color: #1d61ae;}
	.homepage-news .article .description {
		max-height: 60px;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	@media (min-width: 1220px) {
		.homepage-news .slider .uk-slidenav {
			display: block;
			width: 80px;
			height: 100%;
			background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .65) 100%);
		    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .65) 100%);
		    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .65)));
		    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .65) 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		    background-repeat: repeat-x;
		    opacity: .7;
			color: #fff;
		}
		.homepage-news .slider .uk-slidenav:hover {opacity: .9;}
		.homepage-news .slider .uk-slidenav:before {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			font-size: 26px;
			text-shadow: 1px 1px 1px #898989;
		}
		.homepage-news .slider .uk-slidenav-previous {left: 0px;}
		.homepage-news .slider .uk-slidenav-next {right: 0px;}
		.homepage-news .article .thumb {
			float: left;
			width: 162px;
		}
		.homepage-news .article .image {height: 105px;}
		.homepage-news .article .infor {
			float: right;
			width: -webkit-calc(100% - 162px);
			width: -moz-calc(100% - 162px);
			width: -ms-calc(100% - 162px);
			width: -o-calc(100% - 162px);
			width: calc(100% - 162px);
			padding-left: 15px;
		}
	}
	@media (max-width: 1220px) {
		.homepage-news .slider .uk-slidenav {
			display: none;
			visibility: hidden;
			z-index: -1;
		}
		.homepage-news .list-article {margin-left: -10px;}
		.homepage-news .list-article>li {padding-left: 10px;}
		.homepage-news .article {
			position: relative;
			padding: 3px;
			border: 1px solid #e1e1e1;
		    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .05);
		    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .05);
		    -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, .05);
		    -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, .05);
		    box-shadow: 0px 0px 1px rgba(0, 0, 0, .05);
			background: #fff;
		}
		.homepage-news .article .infor {padding: 5px;}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.homepage-news .article .image {height: 165px;}
	}
	@media (max-width: 960px) {
		.homepage-news .panel-head {margin: 0 0 5px 0;}
	}
	@media (min-width: 567px) and (max-width: 767px) {
		.homepage-news .article .image {height: 185px;}
	}
	@media (max-width: 567px) {
		.homepage-news .panel-head {display: none;}
		.homepage-news .list-article {margin-left: -5px;}
		.homepage-news .list-article>li {padding-left: 5px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.homepage-news .article .image {height: 155px;}
	}
	@media (min-width: 350px) and (max-width: 479px) {
		.homepage-news .article .image {height: 115px;}
		.homepage-news .article .title {
			height: 36px;
			font-size: 15px;
			line-height: 18px;
		}
		.homepage-news .article .description {
			max-height: 54px;
			font-size: 13px;
			line-height: 18px;
		}
	}
	@media (max-width: 350px) {
		.homepage-news .list-article {margin-left: 0px;}
		.homepage-news .list-article>li {
			width: 100%;
			padding-left: 0px;
		}
		.homepage-news .article .image {height: 185px}
	}

	/* ######################## homepage-prd-selling ######################## */
	.homepage-prd-selling .slider
	.uk-slider-container,
	.prd-same .slider .uk-slider-container {
		padding: 1px;
	}
	.homepage-prd-selling .slider .uk-slidenav,
	.prd-same .slider .uk-slidenav {
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		font-size: 14px;
		line-height: 42px;
		color: rgba(17, 17, 17, 0.4);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.homepage-prd-selling .slider .uk-slidenav:hover {background: rgba(255, 255, 255, .9);}
	.prd-same .slider .uk-slidenav-previous {left: -10px;}
	.prd-same .slider .uk-slidenav-next {right: -10px;}
	.homepage-prd-selling .product,
	.aside-prdviewed .product,
	.prd-same .product,
	.main-product {
		position: relative;
		/* background: #fff; */
	}
	.homepage-prd-selling .product .thumb,
	.aside-prdviewed .product .thumb,
	.prd-same .product .thumb {
		position: relative;
		overflow: hidden;
		border: 2px solid #5f2f0d;
	}
	.homepage-prd-selling .product .infor,
	.aside-prdviewed .product .infor,
	.prd-same .product .infor {
		padding: 2px;
		background:#5f2f0d;
		text-align:center;
	}
	.homepage-prd-selling .product .title,
	.aside-prdviewed .product .title,
	.prd-same .product .title {
		margin: 0;
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.homepage-prd-selling .product .price,
	.aside-prdviewed .product .price,
	.prd-same .product .price {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		color: #666;
		text-align:center;
	}
 	.homepage-prd-selling .product .price .new,
 	.aside-prdviewed .product .price .new,
 	.prd-same .product .price .new {
 		display: block;
		text-align:center;
	 	font-size: 15px;
	 	font-weight: bold;
	 	color: #fff;
	}
	.price .new span{
		color:#aab045;
	}
	.homepage-prd-selling .product .price .old,
 	.aside-prdviewed .product .price .old,
 	.prd-same .product .price .old {
 		display: block;
	 	font-size: 13px;
	 	line-height: 18px;
	 	text-decoration: line-through;
	 	color: #999
	}
	.homepage-prd-selling .product .title a,
	.aside-prdviewed .product .title a,
	.prd-same .product .title a {
		color: #fff;
	}
	.homepage-prd-selling .product .title a:hover,
	.aside-prdviewed .product .title a:hover,
	.prd-same .product .title a:hover {
		color: #aab045;
	}
	.homepage-prd-selling .product .rate,
	.main-product .rate,
	.aside-prdviewed .product .rate,
	.prd-same .product .rate {
		font-size: 12px;
		line-height: 18px;
		color: #ffcc00;
		letter-spacing: 1px;
	}
	.homepage-prd-selling .product .bought,
	.main-product .bought,
	.aside-prdviewed .product .bought,
	.prd-same .product .bought {
		position: relative;
		padding-left: 20px;
		background: url(img/icon_cart_small.png) 0px 50% no-repeat;
		font-size: 13px;
		line-height: 18px;
		color: #999;
	}
	@media (min-width: 767px) {
		.homepage-prd-selling .product .overlay,
		.aside-prdviewed .product .overlay,
		.prd-same .product .overlay {
			display: inline-block;
			position: absolute;
			opacity: 0;
			z-index: -1;
			-webkit-transition: all .25s ease;
			-moz-transition: all .25s ease;
			-ms-transition: all .25s ease;
			-o-transition: all .25s ease;
			transition: all .25s ease;
		}
		.homepage-prd-selling .product .thumb:hover .overlay,
		.aside-prdviewed .product .thumb:hover .overlay,
		.prd-same .product .thumb:hover .overlay  {
			opacity: 1;
			z-index: 5;
		}
		.homepage-prd-selling .product .overlay ul,
		.aside-prdviewed .product .overlay ul,
		.prd-same .product .overlay ul {
			position: absolute;
			min-width: 80px;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		} 
		.homepage-prd-selling .product .overlay ul li,
		.aside-prdviewed .product .overlay ul li,
		.prd-same .product .overlay ul li {
			float: left;
		}
		.homepage-prd-selling .product .overlay ul li+li ,
		.aside-prdviewed .product .overlay ul li+li,
		.prd-same .product .overlay ul li+li {
			margin-left: 5px;
		}
		.homepage-prd-selling .product .overlay .btn,
		.aside-prdviewed .product .overlay .btn,
		.prd-same .product .overlay .btn {
			display: block;
			position: relative;
			width: 36px;
			height: 38px;
			background: #00a651;
			line-height: 38px;
			text-align: center;
			font-size: 13px;
			color: #fff;
			-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
		}
		.homepage-prd-selling .product .overlay .btn:hover,
		.aside-prdviewed .product .overlay .btn:hover,
		.prd-same .product .overlay .btn:hover {
			background: #156d2a;
		}
		.homepage-prd-selling .product .image,
		.aside-prdviewed .product .image,
		.prd-same .product .image {
			position: relative;
		}
		.homepage-prd-selling .product .image:before,
		.aside-prdviewed .product .image:before,
		.prd-same .product .image:before {
			
		}
		.homepage-prd-selling .product .thumb:hover .image:before,
		.aside-prdviewed .product .thumb:hover .image:before,
		.prd-same .product .thumb:hover .image:before {
			opacity: 1;
			z-index: 1;
		}
	}
	@media (min-width: 960px) {
		.homepage-prd-selling .product .image {height: 313px;}
	}
	@media (min-width: 1220px) {
		.homepage-prd-selling .slider .uk-slidenav {
			display: block;
		}
		.homepage-prd-selling .slider .uk-slidenav-previous {
			left: -20px;
		}
		.homepage-prd-selling .slider .uk-slidenav-next {
			right: -20px;
		}
		.prd-same .product .image {
			height: 301px;
		}
	}
	@media (max-width: 1220px) {
		.homepage-prd-selling .slider .uk-slidenav-previous {
			left: -10px;
		}
		.homepage-prd-selling .slider .uk-slidenav-next {
			right: -10px;
		}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.prd-same .product .image {height: 305px;}
	}
	@media (max-width: 960px) {
		.homepage-prd-selling .product .infor,
		.prd-same .product .infor {
			padding: 5px;
		}
		.homepage-prd-selling .product .title,
		.prd-same .product .title {
			margin: 0;
			max-height: 36px;
			font-size: 15px;
			line-height: 18px;
		}
		.homepage-prd-selling .product .price,
		.prd-same .product .price {
			margin: 0 0 5px 0;
		}
	}
	@media (min-width: 767px) and (max-width: 960px) {
		.homepage-prd-selling .product .image,
		.prd-same .product .image {height: 240px;}
	}
	@media (max-width: 767px) {
		.homepage-prd-selling .product .overlay,
		.prd-same .product .overlay {
			display: none;
			visibility: hidden;
		}
		.homepage-prd-selling .product .title,
		.prd-same .product .title {
			margin: 0;
		}
		.homepage-prd-selling .product .price,
		.prd-same .product .price {
			margin: 0;
		}
	}
	@media (max-width: 599px) {
		.homepage-prd-selling .product .price,
		.prd-same .product .price {
			display: block;
			margin: 0;
		}
		.homepage-prd-selling .product .price .new,
		.prd-same .product .price .new {
			margin: 0 0 5px 0;
			font-size: 18px;
		}
		.homepage-prd-selling .product .price .old,
		.prd-same .product .price .old {
			font-size: 15px;
		}
		.homepage-prd-selling .product .meta,
		.prd-same .product .meta {
			display: none;
		}
	}
	@media (min-width: 567px)  and (max-width: 767px) {
		.homepage-prd-selling .list-product>li,
		.prd-same .list-product>li {
			width: 33.33%;
		}
		.homepage-prd-selling .product .image,
		.prd-same .product .image {
			height: 240px;
		}
	}
	@media (max-width: 567px) {
		.homepage-prd-selling .slider .uk-slidenav,
		.prd-same .slider .uk-slidenav {
			display: none;
			visibility: hidden;
			z-index: -1;
		}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.homepage-prd-selling .product .image,
		.prd-same .product .image {
			height: 210px;
		}
		.homepage-prd-selling .product .infor,
		.prd-same .product .infor {
			padding: 7px;
		}
		.homepage-prd-selling .product .title,
		.prd-same .product .title {
			font-size: 16px
		}
	}
	@media (min-width: 350px) and (max-width: 479px) {
		.homepage-prd-selling .product .image,
		.prd-same .product .image {
			height: 235px;
		}
	}
	@media (max-width: 350px) {
		.homepage-prd-selling .product .image,
		.prd-same .product .image {
			height: 185px;
		}
		.homepage-prd-selling .product .title,
		.prd-same .product .title {
			max-height: 36px;
			font-size: 14px;
			line-height: 18px;
		}
		.homepage-prd-selling .product .rate,
		.main-product .rate,
		.prd-same .product .rate {
			font-size: 10px;
			letter-spacing: 0px;
		}
	}

	.article.project{}
	.article.project .thumb{
		border:2px solid #5f2f0d;
	}
	.article.project .thumb .image{
		height:359px;
	}

	.list-thumb .article .thumb{
		border:2px solid #5f2f0d;
	}
	.list-thumb .article .image{
		height:175px;
	}
	/* ########################  Product ######################## */
	#product-page{}
	#product-page .banner{
		position:relative;
	}
	#product-page .banner .container{

	}
	#product-page .banner .container header.panel-head h1{
		position:absolute;
		top:initial;
		bottom:50px;
		left:calc((100% - 980px) / 2);

	}
	#product-page .banner .container header.panel-head h1 *{
		color:#5f2f0d;
		font-size:20px;
	}
	.prdcatalogue .panel-head .description{
		color:#fff;
		background:#5f2f0d;
		padding:10px;
		margin: 0 0 10px 0;
		padding-bottom:5px;
	}
	.prdcatalogue .panel-body {padding-bottom: 15px;}
	.main-product {
		position: relative;
		overflow: hidden;
	}
	.main-product .thumb{
		border:2px solid #5f2f0d !important;
	}
	.homepage-prdcatalogue .list-product>li:nth-child(n+2)

	.main-product .thumb {
		margin: 0 0 0 0;
		
	}
	.main-product .main-title {
		margin: 0;
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.main-product .infor {
		padding: 7px;
		background: #5f2f0d;
		text-align: center;
	}
	.main-product .main-price {margin: 0;}
	.main-product .main-price .new,
	.main-product .overlay .price .new {
		display: block;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
	}
	.main-product .main-price .old,
	.main-product .overlay .price .old {
		display: block;
		font-size: 14px;
		line-height: 20px;
		text-decoration: line-through;
		color: #999;
	}
	.main-product .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 10px;
		top: 0px;
		left: 0px;
		background: rgba(255, 255, 255, .7);
		border: 1px solid #26913f;
		opacity: 0;
		z-index: -1;
		cursor: pointer;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	.main-product:hover .overlay {
		opacity: 1;
		z-index: 2;
	}
	.main-product .overlay .title {
		margin: 0 0 10px 0;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		max-height:58px;
		overflow:hidden;
	}
	.main-product .overlay .title a,
	.main-product .main-title a {
		color: #fff;

	}
	.main-product .overlay .title a:hover,
	.main-product .main-title a:hover {
		color: #aab045;
	}
	.main-product .overlay .price {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f44f00;
	}
	.main-product .overlay .description {
		margin: 0 0 10px 0;
		height: 126px;
		font-size: 14px;
		line-height: 18px;
		color: #000;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.main-product .btn-add-to-cart {
		display: block;
		position: relative;
		padding: 9px 15px;
		background: #26913f;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		font-weight: bold;
		color: #fff;
	}
	.main-product .btn-add-to-cart:before,
	.main-product .btn-add-to-cart:after {
		content: "";
		display: block;
		position: absolute;
		width: -webkit-calc(100% - 8px);
		width: -moz-calc(100% - 8px);
		width: -ms-calc(100% - 8px);
		width: -o-calc(100% - 8px);
		width: calc(100% - 8px);
		height: -webkit-calc(100% - 8px);
		height: -moz-calc(100% - 8px);
		height: -ms-calc(100% - 8px);
		height: -o-calc(100% - 8px);
		height: calc(100% - 8px);
		top: 4px;
		left: 4px;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		-ms-transform-origin: center;
		-o-transform-origin: center;
		transform-origin: center;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	.main-product .btn-add-to-cart:before {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: scale3d(0, 1, 1);
		-moz-transform: scale3d(0, 1, 1);
		-ms-transform: scale3d(0, 1, 1);
		-o-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}
	.main-product .btn-add-to-cart:after {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: scale3d(1, 0, 1);
		-moz-transform: scale3d(1, 0, 1);
		-ms-transform: scale3d(1, 0, 1);
		-o-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
	}
	.main-product .btn-add-to-cart:hover:before,
	.main-product .btn-add-to-cart:hover:after {
		-webkit-transform: scale3d(1, 1, 1);
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-o-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	.homepage-prdcatalogue .panel-body {margin: 0 0 15px 0;}
	.homepage-prdcatalogue .panel-foot .viewmore {
		padding: 8px;
		background: #fff;
		border: 1px solid #e1e1e1;
		text-align: center;
	}
	.homepage-prdcatalogue .panel-foot .viewmore a {
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		color: #ff8b00;
		font-weight: bold;
	}

	@media (min-width: 960px) {
		.prdcatalogue .panel-body {padding-bottom: 0;}
	}
	@media (min-width: 1220px) {
		.homepage-prdcatalogue .list-product>li:nth-child(n+6) .main-product {border-top: none;}
		/*.homepage-prdcatalogue .list-product>li:nth-child(5n+6) .main-product  {border-left: 1px solid #d5d5d5;}*/

		.prdcatalogue .list-product>li:nth-child(n+5) .main-product {border-top: none;}
		/*.prdcatalogue .list-product>li:nth-child(4n+5) .main-product  {border-left: 1px solid #d5d5d5;}*/
		.main-product .image {height: 305px;}
	}
	@media (max-width: 1220px) {
		.main-product {padding: 5px;}
		.main-product .overlay {position: 5px}
		.main-product .infor {padding: 0 3px 3px 3px;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.homepage-prdcatalogue .list-product>li:nth-child(n+5) .main-product {border-top: none;}
		/*.homepage-prdcatalogue .list-product>li:nth-child(4n+5) .main-product  {border-left: 1px solid #d5d5d5;}*/

		.prdcatalogue .list-product>li:nth-child(n+4) .main-product {border-top: none;}
		/*.prdcatalogue .list-product>li:nth-child(3n+4) .main-product  {border-left: 1px solid #d5d5d5;}*/
		.main-product .image {height: 225px;}
	}
	@media (max-width: 960px) {
		.main-product .overlay {
			display: none;
			visibility: hidden;
			z-index: -1;
		}
		.prdcatalogue .pagination ul>li>a {background: #fff;}
		.prdcatalogue .pagination ul>li.uk-active>a {background: #156d2a;}
	}
	@media (min-width: 567px) and (max-width: 960px) {
		.homepage-prdcatalogue .list-product>li:nth-child(n+4) .main-product {border-top: none;}
		/*.homepage-prdcatalogue .list-product>li:nth-child(3n+4) .main-product  {border-left: 1px solid #d5d5d5;}*/

		.prdcatalogue .list-product>li:nth-child(n+4) .main-product {border-top: none;}
		/*.prdcatalogue .list-product>li:nth-child(3n+4) .main-product  {border-left: 1px solid #d5d5d5;}*/
	}
	@media (min-width: 767px) and (max-width: 960px) {
		.main-product .image {height: 230px;}
	}
	@media (min-width: 567px) and (max-width: 767px) {
		.homepage-prdcatalogue .list-product>li,
		.prdcatalogue .list-product>li {
			width: 33.33%;
		}
		.main-product .image {height: 175px;}
	}
	@media (max-width:  599px) {
		.main-product .main-title {margin: 0 0 5px 0;}
		.main-product .main-price {
			margin: 0;
			display: block;
			min-height: 45px;
		}
		.main-product .main-price .new {margin: 0 0 5px 0;}
		.main-product .meta {display: none;}
	}
	@media (max-width: 567px) {
		.homepage-prdcatalogue .list-product>li:nth-child(n+3) .main-product {border-top: none;}
		/*.homepage-prdcatalogue .list-product>li:nth-child(2n+3) .main-product  {border-left: 1px solid #d5d5d5;}*/

		.prdcatalogue .list-product>li:nth-child(n+3) .main-product {border-top: none;}
		/*.prdcatalogue .list-product>li:nth-child(2n+3) .main-product  {border-left: 1px solid #d5d5d5;}*/

	}
	@media (min-width: 479px) and (max-width: 567px) {
		.main-product .image {height: 210px;}
	}
	@media (max-width: 479px) {
		.main-product {padding: 3px;}
		.main-product .image {height: 215px;}
		.main-product .main-title {
			height: 18px;
			font-size: 15px;
			line-height: 18px;
		}
		.main-product .main-price {
			margin: 0;
			font-size: 16px;
		}
	}
	@media (max-width: 350px) {
		.main-product .image {height: 200px;}
		.main-product .main-title {font-size: 14px;}
	}

	/* ######################## Article ######################## */
	.artcatalogue {margin-bottom: 25px!important;}
	.artcatalogue .panel-body {padding: 0 0 10px 0;}
	.artcatalogue .list-article>li {margin-bottom: 15px;}
	.artcatalogue .article {position: relative;}
	.artcatalogue .article .thumb {
		position: relative;
		float: left;
		width: 250px;
		height:150px;
		padding:2px;
		background:#5f2f0d;
	}
	
	@media (max-width:768px){
		.artcatalogue .article .thumb {
			background:none;
		}
	}
	
	.artcatalogue .article .infor {
		position: relative;
		float: left;
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		width: -ms-calc(100% - 250px);
		width: -o-calc(100% - 250px);
		width: calc(100% - 250px);
		padding-left: 15px;
	}
	.artcatalogue .article .title {
		margin: 0 0 5px 0;
		font-size: 20px;
		line-height: 22px;
	}
	.artcatalogue .article .title a {
		display: block;
		color: #c0d153;
		font-weight:normal;
	}
	.artcatalogue .article .title a:hover {color: #c0d153;}
	.artcatalogue .article .meta {
		margin: 0 0 5px 0;
		font-size: 14px;
		line-height: 18px;
		color: #fff;
	}
	.artcatalogue .article .meta>*+* {margin-left: 15px;}
	.artcatalogue .article .category {display: none;}
	.artcatalogue .article .category a {
		display: block;
		font-size: 14px;
		line-height: 18px;
		color: #898989;
	}
	.artcatalogue .article .description {
		height: 80px;
		font-size: 15px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		color:#fff;
	}
	@media (min-width: 1220px) {
		.artcatalogue .panel-body {padding: 0;}
		.artcatalogue .list-article>li {margin-bottom: 20px;}
		.artcatalogue .article .infor {padding-left: 20px;}
	}
	@media (max-width: 767px) {
		.artcatalogue .list-article>li {margin-bottom: 10px;}
		/* .artcatalogue .article .image:before { */
			/* content: ""; */
			/* display: block; */
			/* position: absolute; */
			/* width: 100%; */
			/* height: 100%; */
			/* background: transparent url(img/bg-article.png) 0px 0px; */
			/* -webkit-background-size: 100% 100%; */
			/* background-size: 100% 100%; */
		/* } */
		.artcatalogue .article .title {
			font-size: 18px;
			line-height: 20px;
		}
		.artcatalogue .article .meta {display: none;}
	}
	@media (min-width: 479px) and (max-width: 767px) {
		.artcatalogue .article .thumb {width: 180px;}
		.artcatalogue .article .infor {
			position: relative;
			width: -moz-calc(100% - 180px);
			width: -webkit-calc(100% - 180px);
			width: -ms-calc(100% - 180px);
			width: -o-calc(100% - 180px);
			width: calc(100% - 180px);
		}
		.artcatalogue .article .image {
			position: relative;
			height: 120px;
		}
		.artcatalogue .article .description {height: 60px;}
	}
	@media (max-width: 567px) {
		.artcatalogue .article .thumb {
			width: 35%;
			padding: 0;
			border: none;
		}
		.artcatalogue .article .image {height: 120px;}
		.artcatalogue .article .infor {width: 65%;}
		.artcatalogue .article .title {
			margin: 0 0 10px 0;
			font-size: 16px;
			line-height: 20px;
		}
		.artcatalogue .article .category {display: block;}
		.artcatalogue .article .category i {
			display: inline-block;
			position: relative;
			top: 1px;
			margin: 0 5px 0 0;
		}
		.artcatalogue .article .description {display: none;}
	}
	@media (max-width: 479px) {
		.artcatalogue .article .infor {padding-left: 10px;}
		.artcatalogue .article .image {height: 105px;}
	}
	@media (max-width: 350px) {
		.artcatalogue .article .image {height: 85px;}
	}

	/* ######################## Detail ######################## */
	.share-box>*+* {margin-left: 5px;}
	.share-box .plus {
		position: relative;
		margin-top: -4px;
	}
	.detail-content {
		margin: 0 0 20px 0;
		font-size: 14px;
		line-height: 22px;
		font-family: Arial, sans-serif;
		color: #000;
	}
	.detail-content img {
		display: block!important;
		width: auto!important;
		height: auto!important;
		margin: 0 auto 15px auto!important;
	}
	.detail-content iframe {
		display: block!important;
		margin: 0 auto 15px auto!important;
	}
	.detail-content table {
		width: 100%;
		border-collapse: collapse;
	}
	.detail-content table td, .detail-content table th {
		padding: 8px;
		border: 1px solid #898989;
	}
	@media (max-width: 479px) {

	}

	/* Product detail */
	.prd-detail {margin-bottom: 15px!important;}
	.prd-gallerys .small-image {
		float: right;
		width: 60px;
	}
	.prd-gallerys .small-image li {
		position: relative;
		padding: 1px;
		border: 1px solid #d5d5d5;
		background: #fff;
	}
	.prd-gallerys .small-image li+li {margin-top: 7px;}
	.prd-gallerys .small-image li.active {border-color: #ff8b00;}
	.prd-gallerys .small-image li:before {
		content: "";
		display: none;
		position: absolute;
		width: 0;
		height: 0;
		left: -5px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		border-right: 5px solid #ff8b00;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.prd-gallerys .small-image li.active:before {display: block;}
	.prd-gallerys .big-image .image {height: 380px;}

	.prd-gallerys .small-image .image {height: 55px;}
	.prd-gallerys .big-image {
		float: left;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -ms-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		width: calc(100% - 60px);
		padding-right: 15px;
		border:1px solid #fff;
	}
	.prd-information {
		font-size: 14px;
		line-height: 20px;
		color: #000;
		background:#70411c;
		padding:10px;
	}
	.prd-information .prd-title {
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #fff;
	}
	.prd-information .prd-meta {
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #ddd;
	}
	.prd-information .prd-meta li {
		position: relative;
	}
	.prd-information .prd-meta li *{
		color:#fff;
	}
	.prd-information .prd-meta li .label{
		width:68px;
		display:inline-block;
	}
	.prd-information .prd-meta li+li {

	}
	.prd-description {
		color:#fff;
		border-bottom: 1px dotted #ddd;
	}
	.prd-information .prd-meta li+li:before {
		content: "";
		display: block;
		position: absolute;
		height: 10px;
		left: 0px;
		top: 5px;
	}
	.prd-information .prd-meta .value {
		font-size: 16px;
		color: #cccc66;
	}
	.prd-information .prd-meta .value.hover:hover {
		color:#fff;
		text-shadow: 1px 1px 5px rgba(117, 140, 150, 1);
	}
	.prd-information .prd-meta .status .value {color: #3cca90;}
	.prd-information .prd-price {
		margin: 0 0 10px 0;
		font-size: 15px;
		color: #c00000;
	}
	.prd-information .prd-price .value {
		display: inline-block;
		margin-right: 5px;
		font-size: 24px;
		font-weight: bold;
	}
	.prd-information .prd-excerpt {margin: 0 0 10px 0;}
	.prd-information .prd-excerpt li {
		position: relative;
		padding: 5px 0 5px 15px;
	}
	.prd-information .prd-excerpt li+li {border-top: 1px dotted #ddd;}
	.prd-information .prd-excerpt li:before {
		content: "\f00c";
		display: block;
		position: absolute;
		left: 0px;
		top: 5px;
		font-family: FontAwesome;
		font-size: 12px;
		color: #F90;
	}
	.prd-information .select-wrapper {margin: 0 0 10px 0;}
	.prd-information .select-wrapper>.label {
		display: block;
		margin-right: 10px;
	}
	.prd-information .quantity-box>* {
		display: block;
		position: relative;
		float: left;
	}
	.prd-information .quantity-box .input-text {
		width: 70px;
		height: 32px;
		padding: 0 5px;
		border: 1px solid #e5e5e5;
		border-left: none;
		border-right: none;
		outline: none;
		text-align: center;
	}
	.prd-information .quantity-box .btn {
		width: 32px;
		height: 32px;
		background: #eee;
		border: 1px solid #e5e5e5;
		line-height: 32px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.prd-information .btn-groups {margin: 0 0 10px 0;}
	.prd-information .btn-groups>.btn {
		float: left;
		display: block;
		position: relative;
		padding: 0 10px 0 55px;
		width: 200px;
		height: 48px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		font-size: 12px;
		line-height: 48px;
		color: #fff;
		font-weight: bold;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
	.prd-information .btn-groups>.btn+.btn {margin-left: 10px;}
	.prd-information .btn-groups>.btn:before {
		content: "";
		display: block;
		position: absolute;
		width: 48px;
		height: 100%;
		top: 0px;
		left: 0px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, 0.2);
		-webkit-background-size: 22px;
		-moz-background-size: 22px;
		-ms-background-size: 22px;
		-o-background-size: 22px;
		background-size: 22px;
	}
	.prd-information .btn-groups .addtocart {background: #7dc558;}
	.prd-information .btn-groups .addtocart:before {background-image: url(img/add-cart.svg);}
	.prd-information .btn-groups .addtocart:hover {background-color: #49aa47;}
	.prd-information .btn-groups .addnow {background-color: #fc0d41;}
	.prd-information .btn-groups .addnow:before {background-image: url(img/add-buy.svg);}
	.prd-information .btn-groups .addnow:hover {background-color: #f04167;}
	.prd-detail .infor-more>.label {
		margin: 0 0 5px 0;
		font-size: 16px;
		font-weight: bold;
	}
	.prd-detail .infor-more ul {
		list-style: none;
		font-size: 14px;
		line-height: 22px;
	}
	.prd-detail .infor-more ul li {
		position: relative;
		padding: 1px 0 1px 15px;
	}
	.prd-detail .infor-more ul li:before {
		content: "\f00c";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-family: FontAwesome;
		font-size: 12px;
		color: #707070;
	}

	.prd-detail .prd-transform {
		position: relative;
		padding: 10px;
		margin: 0 0 10px 0;
		background: #26913f;
		font-size: 13px;
		line-height: 20px;
		color: #fff;
	}
	.prd-detail .prd-transform .icon {
		display: block;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.prd-detail .prd-transform li {
		position: relative;
		padding-left: 15px;
	}
	.prd-detail .prd-transform li:before {
		content: "\f00c";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-family: FontAwesome;
		font-size: 10px;
		color: #fff;
	}
	.prd-detail .prd-transform li+li {margin-top: 5px;}
	.prd-option-call {
		padding: 15px 10px 10px 10px;
		border: 1px solid #e1e1e1;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.prd-option-call>ul {
		margin: 0 0 10px 0;
		list-style: none;
	}
	.prd-option-call>ul>li {
		position: relative;
		padding: 4px 0 4px 30px;
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-image: url(img/chinhhang.jpg);
	}
	.prd-option-call>ul>li:nth-of-type(2) {background-image: url(img/giaohangtoanquoc.jpg);}
	.prd-option-call>ul>li:nth-of-type(3) {background-image: url(img/doitra.jpg);}
	.prd-option-call .helpnow {
		margin: 0 0 10px 0;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		color: #26913f;
	}
	.prd-option-call p {margin: 0 0 5px 0;}

	.prd-detail .nav-tabs {
		position: relative;
		bottom: -1px;
	    background: #f7f7f7;
	    border: 1px solid #ddd;
	}
	.prd-detail .nav-tabs li {
		position: relative;
		float: left;
		padding: 9px 20px;
		font-size: 14px;
		line-height: 20px;
		color: #000;
		cursor: pointer;
	}
	.prd-detail .nav-tabs li+li {margin-left: 3px;}
	.prd-detail .nav-tabs li.active {
		background: #fff;
		border-right: 1px solid #ddd;
		font-weight: bold;
	}
	.prd-detail .nav-tabs li.active:before,
	.prd-detail .nav-tabs li.active:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0px;
	}
	.prd-detail .nav-tabs li.active:before {
		top: -1px;
		background: #26913f;
	}
	.prd-detail .nav-tabs li.active:after {
		top: initial;
		bottom: -1px;
		background: #fff;
	}
	.prd-detail .nav-tabs li:not(.active):hover {
		background: #eee;
		color: #ff8b00;
	}
	.prd-detail .prd-content {
		padding: 15px 15px 5px 15px;
		border: 1px solid #ddd;
		border-top: none;
		background: #fff;
	}
	.prd-comment {margin: 15px 0 0 0;}
	.prd-comment>.label {
		display: block;
		margin: 0 0 10px 0;
		font-size: 13px;
		font-weight: normal;
		font-family: 'UTM Hanzel', sans-serif;
		text-transform: uppercase;
	}
	.prd-comment>.label>* {
		display: inline-block;
		position: relative;
		padding: 10px 20px;
		color: #26913f;
	}
	.prd-comment>.label>*:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		top: 0px;
		left: 0px;
		background: #26913f;
	}
	.prd-comment .frame {
		padding: 5px 15px 0 15px;
		background: #fff;
		border: 1px solid #ddd;
	}

	@media (min-width: 960px) {
		.prd-detail {margin-bottom: 20px!important;}
		.prd-detail .prd-content {padding: 20px 20px 10px 20px;}
	}
	@media (min-width: 1220px) {
		.prd-detail {margin-bottom: 25px!important;}
		.prd-information .prd-title {
			font-size: 20px;
			line-height: 24px;
		}
		.prd-information .prd-title * {
			color:#fff;
		}
	}
	@media (max-width: 960px) {
		.prd-mobile-gallerys {margin-bottom: 15px!important;}
		.prd-detail .nav-tabs li:nth-of-type(2) {display: none;}
	}
	@media (max-width: 479px) {
		.prd-information .btn-groups>.btn {
			float: none;
			width: 100%;
		}
		.prd-information .btn-groups>.btn+.btn {
			margin-left: 0;
			margin-top: 5px;
		}
		.prd-detail .nav-tabs li {
			padding: 8px 15px;
			font-size: 13px;
			line-height: 18px;
		}
	}

	/* Article detail */
	.art-detail {margin: 0 0 25px 0;padding:10px;border:1px solid #c0d153;}
	.art-detail .panel-body {margin: 0 0 15px 0;}
	.art-detail .main-title {
		margin-bottom: 15px;
		font-size: 20px;
		line-height:24px;
		color: #c0d153;
	}
	.art-detail .description {
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	.art-detail .description *{
		color:#fff !important;
	}
	.art-detail .article *{
		color:#fff !important;
	}
	@media (max-width: 960px) {
		.art-detail .main-title {
			margin: 0 0 10px 0;
			font-size: 20px;
			line-height: 22px;
		}
		.art-detail {
			font-size: 13px;
			line-height: 20px;
		}
	}

	/* Article same */
	.art-same {margin-bottom: 10px!important; }
	.art-same .heading {
		margin: 0 0 20px 0;
		font-size: 16px;
		line-height: 20px;
		color: #ec008c;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.art-same .list-article>li {margin-bottom: 15px;}
	.art-same .article .thumb {margin: 0 0 5px 0;}
	.art-same .article .title {
		margin: 0;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	.art-same .article .title a {color: #fff;}
	.art-same .article .title a:hover {color: #0088cc;}
	@media (min-width: 960px) {
		.art-same {margin-bottom: 15px!important; }
	}
	@media (min-width: 1220px) {
		.art-same {margin-bottom: 25px!important; }
		.art-same .article .image {height: 165px;}
		.art-same .article .thumb {margin: 0 0 10px 0;}
	}
	@media (max-width: 1220px) {
		.art-same .list-article {margin-left: -10px;}
		.art-same .list-article>li {
			padding-left: 10px;
			margin-bottom: 10px;
		}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.art-same .article .image {height: 140px;}
	}
	@media (min-width: 599px) and (max-width: 767px) {
		.art-same .article .image {height: 160px;}
	}
	@media (min-width: 567px) and (max-width: 599px) {
		.art-same .article .image {height: 150px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.art-same .article .image {height: 130px;}
	}
	@media (max-width: 479px) {
		.art-same .heading {
			margin: 0 0 10px 0;
			font-size: 14px;
		}
		.art-same .article .title {
			max-height: 36px;
			font-size: 14px;
			line-height: 18px;
		}
		.art-same .article .image {height: 105px;}
	}
	@media (max-width: 350px) {
		.art-same .article .image {height: 90px;}
	}

	/* ######################## Contact ######################## */
	.contact {margin: 0 0 20px 0;}
	.contact .contact-infomation,
	.contact .contact-form {
		margin-bottom: 20px!important;
	}
	.contact .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #fff;
		font-weight: 500;
	}
	.contact .contact-infomation .company {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		/* font-family: 'UTM Hanzel', sans-serif; */
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address p {
		margin: 0 0 5px 0;
		color: #000;
	}
	.contact .contact-infomation .address a {color: #000;}
	.contact .contact-map {
		padding: 4px;
		border: 1px solid #d5d5d5;
		height: 493px;
	}
	.contact .contact-form .label {
		font-size: 14px;
		line-height: 22px;
		color: #fff;
		margin-bottom: 15px;
	}
	.contact .contact-form .form-row {margin-bottom: 10px;}
	.contact .contact-form .input-text,
	.contact .contact-form .form-select,
	.contact .contact-form .form-textarea {
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.contact-form .form-select {color: #999!important;}
	.contact .contact-form .input-text,
	.contact .contact-form .form-select {height: 30px;}
	.contact .contact-form .form-textarea {
		padding: 5px 10px;
		height: 200px;
	}
	.contact-form .btn-submit {
		display: inline-block;
		padding: 6px 25px;
		cursor: pointer;
		background: #26913f;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		color: #fff;
		border: none;
	}
	@media (min-width: 960px) {
		.contact .contact-infomation .company {font-size: 16px}
	}

	/* ######################## Footer ######################## */
	/* <footer> */
	.footer {
		padding: 15px 0 0px 0;
		background: url(img/footer-bg.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		font-size: 14px;
		line-height: 20px;
		color: #f4f5f6;
	}
	.footer .upper .panel {margin-bottom: 10px!important;}
	.footer .upper .heading{
		margin: 0 0 5px 0;
		font-size: 17px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.footer .upper .heading>* {color: #fff;}
	.footer-intro .article {margin: 0 0 15px 0;}
	.footer-intro .article .thumb {
		float: left;
		width: 85px;
		padding: 20px 15px;
		margin-right: 15px;
		background: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	.footer .upper .map {
		height: 215px;
		padding: 3px;
		border: 1px solid rgba(255, 255, 255, .8);
	}
	.footer-social li {float: left;}
	.footer-social li+li {margin-left: 5px;}
	.footer-social a {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #3b5998;
		font-size: 12px;
		color: #fff;
		border: 1px solid #fff;
	}
	.footer-social .twitter a {background: #55acee;}
	.footer-social .google a {background: #e02f2f;}
	.footer-social .youtube a {background: #cf2200;}
	.footer-contact {
		font-size: 14px;
		line-height: 18px;
	}
	.footer-contact .location p{
		margin:0;
	}
	.footer-contact a {color: #f4f5f6;}
	.footer-contact a:hover {text-decoration: underline;}
	/*.footer-contact .list-info li {position: relative; padding-left: 25px; }*/
	/*.footer-contact .list-info li:not(:last-child) {margin-bottom: 10px;}*/
	/*.footer-contact .list-info li:before {content: "\f015"; display: block; position: absolute; font-family: FontAwesome; color: #fff; font-size: 15px; left: 0px; top: 1px; }*/
	/*.footer-contact .list-info li.phone:before {content: "\f095";}*/
	/*.footer-contact .list-info li.email:before {content: "\f003";}*/
	/*.footer-contact .list-info li.fax:before {content: "\f02f";}*/
	/*.footer-contact .list-info li.hotline:before {content: "\f10b"; font-size: 20px; }*/
	/*.footer-contact .list-info li.website:before {content: "\f0ac";}*/
	.ft-commitment {
		padding: 30px 0;
		position: relative;
		background: #c48853;
		margin-top:15px;
	}
	.ft-commitment .box {
		position: relative;
		padding-left: 52px;
	}
	.ft-commitment .box .icon {
		display: block;
		position: absolute;
		width: 42px;
		height: 42px;
		left: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		/* background: #fff; */
	    border: 1px solid #E1E1E1;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	    font-size: 	16px;
	    text-align: center;
	    line-height: 40px;
	    color: #fff;
	}
	.ft-commitment .box .text {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}
	.ft-commitment .box .text>* {display: block;}
	.ft-commitment .box .text .title {
		margin: 0 0 3px 0;
		height: 20px;
		font-size: 13px;
		/* font-family: 'UTM Hanzel', sans-serif; */
		line-height: 20px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fff;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.ft-commitment .box .text:hover .title {color: #ff9813;}


	.footer .lower {
		padding: 7px 0;
		background: #13562c;
		font-size: 14px;
		line-height: 20px;
		color: #3e9b60;
	}
	.footer .lower a {color: #3e9b60;}
	.footer .lower a:hover {color: #fff;}
	@media (max-width: 767px) {
		.footer .lower .container {display: block;}
		.footer .lower .license {margin: 0 0 5px 0;}
	}
	.list-footer.location{}
	.list-footer.location header{
		font-weight:bold;
		font-size:16px;
		text-transform:uppercase;
	}
	.list-footer.location ul{

	}
	.list-footer.location ul li{

	}
	.list-footer.location ul li a{
		padding-left:20px;
		display:block;
		color:#fff;
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:1px solid #8c6a49;
		position:relative;
	}
	.list-footer.location ul li a:before{
		content:'\f054';
		top:11px;
		left:0;
		display:block;
		position:absolute;
		font-size:14px;
		font-family:'FontAwesome';
	}
/* </footer> */
/* <animation> */

/* </animation> */
/* </Everest.css> */
.buynow{}
.buynow > *{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	display:inline-block;
	background:#5f2f0d;
	padding:10px 15px;
}
.uk-modal-dialog{
	background:#663300;
	width:450px;
	margin-top:55px;
}
.uk-modal-dialog .contact *{
	color:#fff !important;
}
.uk-modal-dialog .uk-form .uk-form-label{
	width:100px;
	color:#fff;
}
.uk-modal-dialog .uk-form .uk-form-controls{
	margin-left:113px;
}
.uk-modal-dialog .uk-form textarea,
.uk-modal-dialog .uk-form input[type=text]{
	width:291px;
	height:33px;
	border:1px solid #885522;
	background:#663300;
	color:#fff !important;
}
.uk-modal-dialog .uk-form textarea{
	height:88px;
}
.uk-modal-dialog button{
	margin-left:131px;
	width:80px;
	height:33px;
	background:#996633;
	color:#fff;
}
.collection{
	position:relative;
}
.collection .thumb .image{
	height:400px;
}
.collection .title{
	margin: 0 0 2px 0;
}
.collection .info{
	position:absolute;
	width:100%;
	bottom:0px;
	left:0;
	text-align:center;
	padding: 6px;
    text-transform: none;
    font-size: 15px;
    line-height: 19px;
    background-color: rgba(0, 0, 0, 0.39);
	max-height:80px;
	overflow:hidden;
}
.collection .info .description{
	height:40px;
	overflow:hidden;
	font-style:italic;
}
.collection .info .title > *{
	color:#fff;
	font-size:16px;
}
.viewmore:first-letter {
    text-transform: uppercase;
}
.welcome-text{
	position:relative;
	letter-spacing:1px;
}
.welcome-text:before{
	content:'';
	display:block;
	position:absolute;
	background:url(img/vien-1.png);
	width:60px;
	height:32px;
	left:-12px;
	top:-9px;
}
.welcome-text:after{
	content:'';
	display:block;
	position:absolute;
	background:url(img/vien-2.png);
	width:60px;
	height:30px;
	right:-12px;
	top:-6px;
}
.mobile-header .welcome{
	padding:0 15px;
	text-align:center;
}
.mobile-header .welcome .welcome-text{
	font-size:13px;
}
.mobile-btn-search {
	left: initial;
	width: 27px;
	height: 27px;
	text-indent: -99999px;
	background: url(img/icon_search-small.png) center no-repeat;
}

#search-mobile .uk-modal-dialog {padding: 15px 5px 10px 5px;}
	#search-mobile .uk-modal-close.uk-close {
		width: 20px;
		height: 20px;
		line-height: 20px;
	    top: -11px;
  		right: -10px;
	}
	#search-mobile .form {
		position: relative;
		overflow: hidden;
	}
	#search-mobile .form .input-text {
		height: 36px;
		line-height: 36px;
		border: 1px solid #c8c8c8;
		background: #e8eaee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		width:375px;
		color:#333 !important;
	}
	#search-mobile .form .btn-submit {
		display: block;
		position: absolute;
		width: 27px;
		height: 27px;
		top: 4px;
		right: 6px;
		text-indent: -99999px;
		border: none;
		outline: none;
		background: url(img/icon_search-black.png) center no-repeat;
		cursor: pointer;
	}
	.list-product .product:hover{
		box-shadow: 3px 3px 12px rgba(0,0,0,1);
		-o-transition: box-shadow .3s ease-out;
		-moz-transition: box-shadow .3s ease-out;
		-ms-transition: box-shadow .3s ease-out;
		-webkit-transition: box-shadow .3s ease-out;
		transition: box-shadow .3s ease-out;
	}
	.prd-suggest{
		padding:10px 0;
		color:#cccc66;
	}
	.prd-suggest *{
		color:#cccc66;
	}
	.prd-suggest a:hover{
		text-decoration:underline;
	}
	span.dot{
		color:#fff;
	}
	.contact-us span:hover{
		color:#fff !important;
	}