 * {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family: 'Roboto Condensed', sans-serif;;
	text-decoration:none;
  }
  html {
	background:white !important;
  }
	@font-face {
	font-family:"Menu";
	src:url("fonts/ElleFutura-Bold.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
	}
	.padding {
		padding-top:15px;
		padding-bottom:15px;
	}
	.name {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:300;
	}
	.null {
		padding:10px;
		text-align:center;
	}
	.title h1 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:400;
		color:black;
	}
	h3, .title-bg {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:500;
		color:black;
		font-size:22px;
	}
	.des {
		padding:8px 0;
		font-size:14px;
		font-style:italic;
	}
	.content {
		padding:8px 0;
		font-size:14px;
	}
	.content img {
		padding:8px 0;
		max-width:100% !important;
	}
	#right {
		width:280px;
		float:right;
		background:white;
	}
	#left {
		width:calc(100% - 280px);
		float:left;
		background:white;
	}
	#right-cart {
		width:400px;
		float:right;
		background:white;
	}
	#left-cart {
		width:calc(100% - 400px);
		float:left;
		background:white;
	}
	.a {
		font-size:14px;
		color:#243c82;
		display:block;
		padding:8px 15px;
		background:#f5f5f5;
		border-bottom:1px dashed rgba(0,0,0,0.1);
	}
	.a:hover {
		font-weight:500;
	}
	.title-2 {
		margin-top:5px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:400;
		color:white;
		padding:5px 15px;
		font-size:18px;
		background:#243c82;
	}
	#logo {
		display: block;
		float: left;
		height: 80px;
		width: 110px;
		background: url(../images/website/logo.png?v=a) left center / cover no-repeat;
		background-size: 110px auto;
	}
	#banner {
		display:block;
		float:left;
		height:70px;
		width:100%;
		background:white url(../images/website/logo.png?v=a) center center / cover no-repeat;
		background-size: 160px auto;
	}
	.wapper {
		margin:0 auto !important;
		max-width:1170px;
		overflow:hidden;
		width:100%;
	}
	.wapper2 {
		margin:0 auto !important;
		max-width:1150px;
		overflow:hidden;
		padding:10px;
		width:calc(100% - 20px);
	}
	[menu-m], [mobile] {
		display:none;
	}
	[menu] {
		display:block;
		width:100% !important;
		background:rgba(255,255,255,0.25);
	}
	#bg {
		background:rgba(0,0,0,0.4);
		display:none;
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:999;
	}
@media (min-width:1060px) {
	[home-a] {
		display:block !important;
	}
}
[home-a] {
	display:none;
}
@media (max-width:992px) {
	#menu, [menu] {
		display:none;
	}
	[menu-m] {
		display:block;
	}
	[mobile] {
		position:fixed;
		top:0;
		height:calc(100%);
		z-index:10000000000000000;
		width:280px;
		max-width:100%;
		background:rgba(134, 188, 66, 0.7);
		box-shadow:0px 0px 5px rgba(0,0,0,0.4);
		display:none;
	}
	[mobile].m-click {
		display:block;
	  -webkit-animation-name: m-menu; /* Safari 4.0 - 8.0 */
	  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	  animation-name: m-menu;
	  animation-duration: 1s;
	}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes m-menu {
	  from {left:-100%}
	  to {left:0;display:block;}
	}

	/* Standard syntax */
	@keyframes m-menu {
	  from {left:-100%}
	  to {left:0;display:block;}
	}
	.mobile-tools {
		width:68px;
		height:68px;
		top:1px;
		left:0px;
		background:url(../images/icons/tools.png) center center no-repeat;
		position:absolute;
	}

	.mobile-tools {
		display:block !important;
	}
	.wapper {
		max-width:600px !important;
		width:100% !important;
	}
	.wapper2 {
		max-width:600px !important;
		width:calc(100% - 20px) !important;
	}
	#pages-show {
		max-width:560px !important;
		width:calc(100% - 40px) !important;
	}
	td.td {
		width:0% !important;
		display:none !important;
	}
	td.td2 {
		width:100% !important;
	}
	#menu-m {
		margin:0px !important;
		padding:0 10px;
	}
	#menu-m > li {
		float:unset !important;
		display:block;
		overflow:hidden;
		height:unset !important;
	}
	#menu-m > li > a {
		color:white !important;
	}
	#menu-m > .menu-2, #menu-m > .menu-3, .menu-2 > li, #menu-3 > li {
		display:block !important;
	}
	#menu-m > li > .menu-2 {
		visibility:unset !important;
		position:unset !important;
		top:unset !important;
		left:unset !important;
		list-style:none !important;
		box-shadow:unset !important;
		border:0 !important;
		background:none !important;
		padding:10px !important;
	}
	#menu-m {
		list-style:none;
		position:relative;
	}
	#menu-m > li {
		height:36px;
		float:left;
	}
	#menu-m > li > a {
		margin:0 15px;
		line-height:36px;
		display:block;
		color:white;
		font-size:14px;
		font-weight:400;
		text-transform:uppercase;
	}
	#menu-m > li > a.more {
		padding-right:16px;
		background:url(../images/icons/arrow-bottom-2.png) right center no-repeat;
		background-size:14px 14px;
	}
	#menu-m > li > a.more + ul {
		display:none;
	}
	#menu-m > li > a:hover {
		font-weight:500;
	}
	#menu-m > li > a.more:hover {
		background:url(../images/icons/arrow-bottom-2.png) right center no-repeat;
		background-size:14px 14px;
	}
	#menu-m > li:hover > .menu-2 {
		visibility:visible;
	}
	#menu-m > li > .menu-2 {
		position:absolute;
		top:100%;
		left:0;
		list-style:none;
		box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
		border: 2px solid #ddd;
		background:white;
		padding:10px;
	}
	#menu-m > li > .menu-2 > li {
		display:block;
		white-space:nowrap;
		min-width:160px;
		overflow:hidden;
		padding:0 15px;
	}
	#menu-m > li >.menu-2 > li > a {
		display:block;
		font-size:13px;
		font-weight:400;
		text-transform:uppercase;
		height:24px;
		line-height:24px;
		padding: 5px 0;
		color:white;
	}
	#menu-m > li >.menu-2 > li a:hover {
		color:black;
	}
	#menu-m > li > .menu-2 > li > .menu-3 {
		list-style:none;
		display:none;
	}
	#menu-m > li > .menu-2 > li > .menu-3 > li {
		display:block;
		padding:0 15px;
	}
	#menu-m > li > .menu-2 > li > .menu-3 > li > a {
		display:block;
		font-size:14px;
		font-weight:500;
		text-transform:uppercase;
		height:24px;
		line-height:24px;
		padding: 8px 0;
		color:#323232;
		border-top:1px solid rgba(0,0,0,0.1);
	}
	#menu-m > li > .menu-2 > li > .menu-3 > li > a:hover {
		color:black;
	}

	#menu-m > li >.menu-2 > li a:hover {
		color:black;
	}

	.wap-search {
		height:36px;
		margin:16px 15px !important;
		width:calc(100% - 32px);
		overflow:hidden;
		border:1px solid #808080;
		border-radius:18px;
	}
	.wap-search .keyword {
		width:calc(100% - 66px);
		padding:0 15px;
		height:36px;
		line-height:36px;
		float:left;
	}
	.wap-search .submit {
		width:36px;
		height:36px;
		padding:0;
		float:right;
		background:white url(../images/icons/search.png) center center no-repeat;
		background-size:22px 22px;
	}

	#breakcrumbs {
		padding-left:10px !important;
		padding-right:10px !important;
	}

}
.search-icon {
	width:60px;
	height:60px;
	padding:0;
	position:absolute;
	top:0;
	right:120px;
	background:url(../images/icons/search.png) center center no-repeat;
	background-size:30px 30px;
	margin:5px 5px 5px 0;
	cursor:pointer;
	display:none;
}
@media (min-width:992px) {
	#menu {
		float:right;
		height:70px;
		list-style:none;
		display:inline-block;
	}
	#menu > li {
		float:left;
		height:70px;
		position:relative;
	}
	#menu > li > a {
		display:block;
		height:58px;
		line-height:59px;
		color:black;
		padding:6px 15px;
		text-decoration:none;
		font-size:16px;
		text-transform:uppercase;
	}
	#menu a.here, #menu a:hover {
		color:#9e164c;
	}
	#menu a {
		text-transform:uppercase;
	}
	#menu > li.more:hover .menu-wap {
		visibility:visible;
	}
	#menu > li.more:hover .menu-2 {
		visibility:visible;
	}
	#menu > li.more > a {
		background:url(../images/icons/arrow-bottom-2.png) calc(100% - 2px) calc(50% + 2px) no-repeat;
		background-size:12px 12px;
	}
	.menu-2 {
		display:none;
		background-color:#f9f9f9;
		position:absolute;
		top:100%;
		width:200px;
		box-shadow:0px 0px 4px rgba(0,0,0,0.3);
		overflow:hidden;
		z-index:999;
	}
	#menu > li.more:hover > .menu-2 {
		display:block;
	}
	.menu-2 li {
		display:block;
	}
	.menu-2 li:hover {
		background:white;
	}
	.menu-2 li a {
		display:block;
		padding:12px 15px;
		font-family:"Menu" !important;
		font-size:12px;
		color:rgba(0,0,0,0.7);
		text-decoration:none;
		height:16px;
		line-height:16px;
	}
	.menu-wap.animated {
		visibility:unset !important;
	}
	.menu-wap {
		visibility:hidden;
		background-color:#f3f3f3;
		position:absolute;
		top:100%;
		left:0;
		right:0;
		width:100%;
		min-height:300px;
		box-shadow:0px 0px 4px rgba(0,0,0,0.3);
		overflow:hidden;
		z-index:999;
	}
	.left-menu-wap {
		width:240px;
		display:block;
		float:left;
		background:#f3f3f3;
		height:380px;
		min-height: 380px;
	}
	.left-menu-wap .list-menu-wap {
		display:block;
		padding:18px 20px;
		font-family:"Menu";
		font-size:12px;
		color:rgba(0,0,0,0.7);
		text-decoration:none;
		height:16px;
		line-height:16px;
		border-bottom:1px solid rgba(0,0,0,0.04);
	}
	.arrow-left {
		background:url(../images/icons/arrow-bottom-2.png) center center no-repeat;
		background-size:12px 12px;
		height:10px;
		width:18px;
		transform:rotate(270deg);
		display:inline-block;
	}
	.arrow-left.main-color {
		background:url(../images/icons/arrow-bottom-main-color.png) center center no-repeat;
	}
	.bsize-16 {
		background-size:16px 16px !important;
	}
	.left-menu-wap .list-menu-wap:hover, .left-menu-wap .list-menu-wap.active {
		background:white;
	}
	.right-menu-wap {
		width:calc(100% - 280px);
		padding:10px 20px;
		display:block;
		float:left;
		background:white;
		height:360px;
		min-height: 360px;
	}
	.content-menu {
		display:none;
	}
	.content-menu:first-child {
		display:block;
	}
	.wap-search {
		margin:15px 10px;
		border:1px solid #d0d0d0;
		height:38px;
		overflow:hidden;
		width:180px;
		float:right;
		border-radius:4px;
	}
	.wap-search .keyword {
		width:calc(100% - 62px);
		height:26px;
		padding:6px 10px;
		line-height:24px;
		float:left;
	}
	.wap-search .submit {
		height:38px;
		width:35px;
		border-left:1px solid #d0d0d0;
		color:white;
		line-height:36px;
		background:#b20119;
		float:left;
		background:white url(../images/icons/search.png) center center no-repeat;
		background-size:22px 22px;
		opacity:0.5;
	}
	.top-bar {
		padding:5px 0;
		height:20px;
		line-height:20px;
	}
	.top-bar a {
		color:white;
		font-size:13px;
		font-weight:500;
		margin-right:30px;
		display:inline-block;
	}
	.hotline {
		padding-left:26px;
		background:url(../images/icons/hotline.png) 2px center no-repeat;
		background-size:26px 26px;
	}
	.address {
		padding-left:26px;
		background:url(../images/icons/address.png) 2px center no-repeat;
		background-size:26px 26px;
	}
	#about {
		font-family: 'Roboto Condensed', sans-serif;;
		font-size:28px;
		line-height:38px;
		font-weight:400;
		color:#243c82;
		padding:20px;
		text-align:center;
	}
	.link {
		display:block;
	}
	#menu .title-group-product {
		background:url(../images/website/line-product.png) center bottom no-repeat;
		text-align:center;
		height:40px;
	}
	#menu .title-group-product a {
		font-family:"Menu";
		font-size:16px;
		color:black;
		font-weight:400;
		display:block;
		min-width:100px;
		display:inline-block;
		height:40px;
		line-height:40px;
		text-transform:uppercase;
	}
	#menu .title-group-product a:hover {
		animation-name: titleGroupProduct;
		animation-duration: 1s;
	}
	@keyframes titleGroupProduct {
	  from {color: black;}
	  to {color: #f3600a;}
	}
	#menu .wap-list-product, .wap-list-product-menu {
		width:100%;
		overflow:hidden;
		padding:5px;
	}
	#menu .wap-list-product-menu {
		max-height:400px;
	}
	#menu .wap-list-product-menu .list-product:hover {
		box-shadow:0 0 5px rgba(0,0,0,0.5);
		animation-name: hoverProduct;
		animation-duration: 0.2s;
		background-color:#f3f3f3;
	}
	#menu .wap-list-product-menu .list-product {
		width:calc((100% - 10px)/3 - 20px);
		padding:5px;
		margin:5px;
		float:left;
	}
	#menu .wap-list-product-menu .list-product:nth-child(3n + 1) {
		clear:both;
	}
	#menu .list-product .image {
		overflow:hidden;
		z-index:1;
		display:block;
		width:100%;
	}
	#menu .list-product .image, #menu .list-product .image .image-m {
		overflow:hidden;
		z-index:1;
	}
	#menu .list-product:hover .image .image-m {
		transform:scale(1.1);
		animation-name: zoom;
		animation-duration: 0.2s;
	}
	#menu .list-product:hover .name {
		color:#243c82;
		animation-name: link;
		animation-duration: 0.2s;
	}
	@keyframes zoom {
	  0% {transform:scale(1);}
	  100% {transform:scale(1.1);}
	}
	@keyframes link {
	  0% {color:black;}
	  100% {color:#243c82;}
	}
	@keyframes hoverProduct {
	  0% {box-shadow:0 0 0 rgba(0,0,0,0);background-color:white;}
	  100% {box-shadow:0 0 5px rgba(0,0,0,0.5);background-color:#f3f3f3;}
	}
	#menu .list-product .link {
		display:block;
		padding-bottom:5px;
		border-bottom:1px solid rgba(0,0,0,0.2);
		overflow:hidden;
	}
	#menu .list-product .name {
		padding:5px 5px 0 5px;
		min-height:26px;
		height:auto;
		line-height:26px;
		font-size:20px;
		font-weight:500;
		text-transform:uppercase;
		color:black;
		text-align:center;
	}
	#menu .list-product .desc {
		font-size:13px;
		text-align:Center;
		padding:5px;
		min-height: 20px;
		max-height: 40px;
		line-height: 20px;
		margin: 5px 0;
		overflow: hidden;
		color: #444;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align: center;
	}
	#menu .list-product .price {
		color:#043927;
		font-size:14px;
		font-weight:500;
		padding:5px;
		text-align:center;
	}
}
	.align-center {
		display:block;
		text-align:center;
	}
	.show-more {
		display:inline-block;
		color:#243c82;
		margin-bottom:25px;
	}
	.show-more:hover {
		font-weight:500;
	}

.name-category {
    font-family: 'Menu', sans-serif;
	font-weight:500;
	font-size:28px;
	color:black;
	text-align:center;
	padding:15px 0 35px 0;
	/*background:url(../images/website/line.png) center 96% no-repeat;*/
	text-transform:uppercase;
	margin-bottom:25px;
}




/* PAGE NEWS */
.list-product {
	overflow:hidden;
	padding:5px;
	margin:8px;
	border-bottom:1px solid #ececec;
	width:calc(25% - 26px);
	float:left;
	background:white;
	box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	position:relative;
}
.list-product:hover {
	background:#fdf3f5;
}
.list-product:nth-child(4n + 1) {
	clear:both;
}
@media (max-width:992px) {
	.list-product {
		overflow:hidden;
		padding:5px;
		margin:8px;
		border-bottom:1px solid #ececec;
		width:calc(50% - 26px);
		float:left;
		background:white;
		box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	}
	.list-product:nth-child(2n + 1) {
		clear:both;
	}
	.list-product:nth-child(3n + 1) {
		clear:unset;
	}
	.list-product:nth-child(4n + 1) {
		clear:unset;
	}
}
@media (max-width:480px) {
	.list-product {
		overflow:hidden;
		padding:5px;
		margin:3px;
		border-bottom:1px solid #ececec;
		width:calc(50% - 16px);
		background:white;
		box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	}
	.list-product:nth-child(2n + 1) {
		clear:both;
	}
	.list-product:nth-child(3n + 1) {
		clear:unset;
	}
	.list-product:nth-child(4n + 1) {
		clear:unset;
	}
}
@media (max-width:320px) {
	.list-product {
		overflow:hidden;
		padding:5px;
		margin:3px;
		border-bottom:1px solid #ececec;
		width:calc(100% - 16px);
		background:white;
		box-shadow:0px 0px 1px rgba(0,0,0,0.3);
		clear:unset;
	}
	.list-product:nth-child(2n + 1) {
		clear:unset;
	}
	.list-product:nth-child(3n + 1) {
		clear:unset;
	}
	.list-product:nth-child(4n + 1) {
		clear:unset;
	}
}
.list-product:hover {
	box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.list-product:hover .thumb-hover {
	opacity:1;
}
.list-product .thumb {
	display:block;
	position:relative;
	width:100%;
	height:220px;
}
.list-product .thumb-hover {
	opacity:0;
	position:relative;
	width:100%;
	height:220px;
	-webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}
.list-product .infor-product {
	overflow:hidden;
	height:160px;
	position:relative;
	background:white;
	margin:0 -5px;
}
.list-product:hover .infor-product {
	background:#fdf3f5;
}
.list-product .infor-product .name-product-p {    
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	margin:5px 0 10px 0;
	overflow:hidden;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	font-weight:500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
	color:black;
}
.list-product .infor-product .description {
    font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin:5px 0;
	overflow:hidden;
	color:#444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
}
.saleoff {
    position: absolute;
    background: #ee3b82;
    background-size: 40px auto;
    top: 10px;
    left: 0px;
    font-size: 17px;
    display: block;
    height: 45px;
    width: 45px;
	line-height:45px;
    text-align: center;
    color: white;
    font-weight: 600;
    display: block;
}
/* PAGE NEWS */
.list-news {
	overflow:hidden;
	padding:5px;
	margin:3px;
	width:calc(33.3333% - 16px);
	float:left;
	background:white;
	position:relative;
}
.list-news.home {
	overflow:hidden;
	padding:0px;
	margin:8px;
	border-bottom:1px solid #ececec;
	width:calc(33.3333% - 16px);
	float:left;
	background:white;
	box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	position:relative;
}
.list-news:hover {
}
.home.list-news:hover .thumb {
  animation-name: unset !important;
  animation-duration: 1s;
  transform: unset !important;
}
.list-news:nth-child(3n + 1) {
	clear:both;
}
@media (max-width:992px) {
	.list-news {
		overflow:hidden;
		padding:5px;
		margin:3px;
		width:calc(50% - 16px);
		float:left;
		background:white;
	}
	.list-news:nth-child(2n + 1) {
		clear:both;
	}
	.list-news:nth-child(3n + 1) {
		clear:unset;
	}
	.list-news.home {
		overflow:hidden;
		padding:0px;
		margin:8px;
		width:calc(50% - 16px);
		float:left;
		background:white;
		position:relative;
	}
}
@media (max-width:480px) {
	.list-news {
		overflow:hidden;
		padding:5px;
		margin:3px;
		width:calc(100% - 16px);
		float:unset;
		background:white;
	}
	.list-news:nth-child(2n + 1) {
		clear:unset;
	}
	.list-news:nth-child(3n + 1) {
		clear:unset;
	}
	.list-news.home {
		overflow:hidden;
		padding:0px;
		margin:8px;
		width:calc(100% - 16px);
		float:left;
		background:white;
		position:relative;
	}
}
.list-news .thumb {
	display:block;
	position:relative;
	width:100%;
	height:auto;
}
.list-news .infor-news {
	overflow:hidden;
	position:relative;
	background:white;
}
.home.list-news .infor-news {
	overflow:hidden;
	position:absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	bottom:0;
	left:0;
	right:0;
}
.home.list-news:hover .infor-news {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.list-news .infor-news .name-news-p { 
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	margin:5px 0 10px 0;
	overflow:hidden;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	font-weight:600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
	color:black;
    text-transform: uppercase;
}
.home.list-news .infor-news .name-news-p {    
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	margin:5px 0 10px 0;
	overflow:hidden;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	font-weight:600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
	color:white;
    text-transform: uppercase;
	text-shadow:0 0 2px rgba(0,0,0,0.6);
}
.list-news .infor-news .description {
    font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin:5px 0;
	overflow:hidden;
	color:#444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
}
.read-more {
	height:20px;
	line-height:22px;
	padding:6px 15px 6px 15px;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	background:#043927;
	position:absolute;
	bottom:0px;
	width:60px;
	left:calc(50% - 45px);
	font-size:13px;
	border-radius:4px;
}
.read-more .news__arrow {
    padding: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	display:none;
}
.read-more:hover {
	background:#008b5c;
	color:white;
}
.read-more:hover .news__arrow {
	background:#008b5c;
	color:white;
}
.home .read-more {
	height:16px;
	line-height:18px;
	padding:6px;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	background:none;
	border:2px solid white;
	position:unset !important;
	width:40px;
	margin:5px calc(50% - 35px);
	font-size:13px;
	border-radius:0px;
	box-sizing:unset;
}
.home .read-more .news__arrow {
    padding: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	display:none;
}
.home .read-more:hover {
	background:#043927;
	color:white;
	border:2px solid #043927;
}
.home .read-more:hover .news__arrow {
	background:#008b5c;
	color:white;
}




/*list news videeo */
.list-news-video {
	overflow:hidden;
	padding:5px;
	margin:3px;
	border-bottom:1px solid #ececec;
	width:calc(50% - 16px);
	float:left;
	background:white;
	box-shadow:0px 0px 1px rgba(0,0,0,0.3);
}
.list-news-video:hover {
	box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.list-news-video:hover .thumb {
  transform: unset !important;
  animation-name: unset !important;
  animation-duration: unset !important;
}
.list-news-video.big:hover .thumb {
  animation-name: zoom-img !important;
  animation-duration: 1s !important;
  transform: scale(1.2) !important;
}
@media (max-width:992px) {
	.list-news-video {
		overflow:hidden;
		padding:5px;
		margin:3px;
		border-bottom:1px solid #ececec;
		width:calc(50% - 16px);
		float:left;
		background:white;
		box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	}
	.list-news:nth-child(2n + 1) {
		clear:both;
	}
	.list-news:nth-child(3n + 1) {
		clear:unset;
	}
	.list-news-video .thumb {
		display:block;
		position:relative;
		width:100% !important;
		height:auto;
	}
	.list-news-video:hover .thumb {
	  animation-name: zoom-img !important;
	  animation-duration: 1s !important;
	  transform: scale(1.2) !important;
	}
	.list-news-video .infor-news {
		width:calc(100% + 10px) !important;
		overflow:hidden;
		height:120px;
		position:relative;
		background:white;
		margin:0 -5px;
	}
	.list-news-video .infor-news .name-news-p {    
		font-family: 'Roboto Condensed', sans-serif;
		font-size:20px;
		margin:5px 0 10px 0;
		overflow:hidden;
		min-height:20px;
		max-height:40px;
		line-height:20px;
		font-weight:500;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align:center;
		color:#043927;
		text-transform: uppercase;
	}
	.list-news-video .infor-news .description {
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		min-height:20px;
		max-height:40px;
		line-height:20px;
		margin:5px 0;
		overflow:hidden;
		color:#444;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align:center;
	}
}
@media (max-width:480px) {
	.list-news-video {
		overflow:hidden;
		padding:5px;
		margin:3px;
		border-bottom:1px solid #ececec;
		width:calc(100% - 16px);
		float:unset;
		background:white;
		box-shadow:0px 0px 1px rgba(0,0,0,0.3);
	}
}
.list-news-video .thumb {
	display:block;
	position:relative;
	width:calc(33.3333%);
	float:left;
	height:auto;
}
.list-news-video.big .thumb {
	width:100% !important;
	float:unset !important;
}
.list-news-video.big .infor-news {
	width:calc(100% + 10px) !important;
	float:unset !important;
}
.list-news-video .infor-news {
	overflow:hidden;
	height:120px;
	width:calc(66.6666%);
	float:right;
	position:relative;
	background:white;
	margin:0 -5px;
}
.list-news-video .infor-news .name-news-p {    
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	margin:5px 0 10px 0;
	overflow:hidden;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	font-weight:500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
	color:#043927;
    text-transform: uppercase;
}
.list-news-video .infor-news .description {
    font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin:5px 0;
	overflow:hidden;
	color:#444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
}
.list-news-video .read-more {
	display:none;
}






.gallery-product {
	overflow:hidden;
	height:auto;
}
.gallery-product a {
	float:left;
	display:block;
	width:calc(25% - 20px);
	padding:5px;
	margin:5px;
	background:black;
	overflow:hidden;
	position:relative;
}
.gallery-product a:nth-child(4n+1) {
	clear:both;
}
@media (max-width:768px) {
	.gallery-product a {
		width:calc(33.3333% - 20px);
	}
	.gallery-product a:nth-child(4n+1) {
		clear:unset;
	}
	.gallery-product a:nth-child(3n+1) {
		clear:both;
	}
}
@media (max-width:480px) {
	.gallery-product a {
		width:calc(50% - 20px);
	}
	.gallery-product a:nth-child(3n+1) {
		clear:unset;
	}
	.gallery-product a:nth-child(2n+1) {
		clear:both;
	}
}
@media (max-width:360px) {
	.gallery-product a {
		width:calc(100% - 20px);
	}
}
.gallery-product a img {
	width:100%;
	height:100%;
}
.gallery-product .desc {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:7px;
	line-height:20px;
	background:rgba(0,0,0,0.5);
	color:white;
	display:none;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
.gallery-product a:hover .desc {
	display:block;
}
.album img {
}
.album a:hover img {
  animation-name: zoom-img;
  animation-duration: 1s;
  transform: scale(1.2);
}
@keyframes zoom-img {
  from {transform: scale(1);}
  to {transform: scale(1.2);}
}
@keyframes zoom-img-block {
  from {transform: scale(1);}
  to {transform: scale(1);}
}

#breakcrumbs {
	min-height:20px;
	padding:10px;
	line-height:20px;
	font-size:15px;
	color:black;
}
#breakcrumbs a {
	font-size:15px;
	color:green;
    font-family: 'Roboto Condensed', sans-serif;
}
#breakcrumbs a:hover {
	color:#043927;
}
#main {
	overflow:hidden;
	min-height:520px;
}
#left {
	width:calc(100% - 400px);
	float:left;
	min-height:100px;
	padding:10px;
}
#right {
	width:335px;
	float:right;
	padding:10px;
	min-height:100px;
}
#left-cart {
	width:calc(100% - 500px);
	float:left;
	min-height:100px;
	padding:10px;
}
#right-cart {
	width:435px;
	float:right;
	padding:10px;
	min-height:100px;
}
@media (max-width:992px) {
	#left {
		width:calc(100% - 20px);
		float:unset;
		min-height:100px;
		padding:10px;
	}
	#right {
		width:calc(100% - 20px);
		float:unset;
		padding:10px;
		min-height:100px;
	}
	#left-cart {
		width:calc(100% - 20px);
		float:unset;
		min-height:100px;
		padding:10px;
	}
	#right-cart {
		width:calc(100% - 20px);
		float:unset;
		padding:10px;
		min-height:100px;
	}
}
.main-title {
	color:#043927;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:500;
}
.main-content {
	font-size:16px;
	padding:15px 0;
}
.main-content img {
	max-width:100%;
}
.wap-news-like {
	margin:15px -15px;
	overflow:hidden;
}
.list-news-like {
	margin:15px;
	width:calc(25% - 40px);
	float:left;
	overflow:hidden;
}
.list-news-like .thumb-like {
	width:100%;
	display:block;
	height:130px;
	position:relative;
}
.list-news-like .thumb-like .thumbv {
	position:absolute;
	width:56px;
	height:34px;
	background:url(../images/icons/thumb.png) center center no-repeat;
	background-size:60px 38px;
	top:calc(50% - 17px);
	left:calc(50% - 28px);
}
.list-news-like .name-like {
	display:block;
	padding:5px 0 15px 0;
	color:#043927;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
	text-transform:uppercase;
}
.list-news-like .name-like:nth-child(2n) {
	clear:both;
}
@media (max-width:992px) {
	.list-news-like {
		margin:15px;
		width:calc(50% - 40px);
		float:left;
		overflow:hidden;
	}
	.list-news-like:nth-child(2n + 1) {
		clear:both;
	}
}
@media (max-width:360px) {
	.list-news-like {
		margin:15px;
		width:calc(100% - 40px);
		float:unset;
		overflow:hidden;
	}
	.list-news-like:nth-child(2n + 1) {
		clear:unset;
	}
}
.main-action {
	overflow:hidden;
}

.thumb .thumbv {
	position:absolute;
	width:56px;
	height:56px;
	background:url(../images/icons/thumb.png) center center no-repeat;
	background-size:56px 56px;
	top:calc(50% - 28px);
	left:calc(50% - 28px);
}



.wap-list-news-category {
	overflow:hidden;
}
#right .list-category, .list-news-top {
	overflow:hidden;
	display:block;
	margin-bottom:2px;
}
#right .arrow {
	width:48px;
	height:48px;
	background:#e9e9e9  url(../images/icons/arrow-before.png) center center no-repeat;
	float:left;
	display:none;
}
#right .name-categorys {
    display: block;
    background: #fafafa;
    font-weight: normal;
    border-bottom: 2px solid #ededed;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0px;
	font-size:14px;
	font-style:italic;
}
#right .list-category:hover .arrow {
	background:#043927  url(../images/icons/arrow.png) center center no-repeat;
}
#right .list-category:hover .name-categorys {
	color:#043927;
}
#right .list-news-top {
	padding:15px 0;
	border-bottom:1px solid #efefef;
}
@media (max-width:992px) {
	#right .list-news-top {
		width:calc(50% - 10px);
		float:left;
		padding:15px 5px;
		border-bottom:1px solid #efefef;
	}
	#right .list-news-top:nth-child(2n + 1) {
		clear:both;
	}
}
@media (max-width:480px) {
	#right .list-news-top {
		width:calc(100% - 10px);
		float:unset;
		padding:15px 5px;
		border-bottom:1px solid #efefef;
	}
	#right .list-news-top:nth-child(2n + 1) {
		clear:unset;
	}
}
#right .thumb:not(.right) {
	width:110px;
	height:80px;
	float:left;
}
#right .name-news {
	width:calc(100% - 130px);
	padding:0 10px;
	float:right;
	min-height:60px;
	line-height:20px;
	color:#043927;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-transform:uppercase;
}
#right .list-news-top:hover .name-news {
	color:black;
}


.price {
	color:#043927;
	font-weight:500;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
}

 
.wap-show-product {
	overflow:hidden;
}
.wap-show-product .img {
	width:50%;
	margin:20px auto; 
	float:left;
}
.wap-show-product .list-info {
	width:calc(50% - 20px);
	float:right;
	margin-left:20px;
	margin-top:20px;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}
@media (max-width:992px) {
	.wap-show-product .list-info {
		width:calc(100% - 2px);
		float:unset;
		margin-left:1px;
		margin-top:20px;
		box-shadow:0 0 2px rgba(0,0,0,0.1);
	}
	.wap-show-product .img {
		width:calc(100% - 10px);
		margin:20px auto; 
		float:unset;
	}
}
.wap-show-product .list-info .infor-product {
	overflow:hidden;
}
.wap-show-product .list-info .infor-product:nth-child(odd) {
	background:rgba(0,0,0,0.02);
}
.wap-show-product .list-info .infor-product .label {
	width:119px;
	padding:5px;
	border-right:1px dashed rgba(0,0,0,0.1);
	font-size:14px;
	font-weight:500;
	color:black;
	float:left;
}
.wap-show-product .list-info .infor-product .label-value {
	width:calc(100% - 140px);
	padding:5px;
	font-size:14px;
	font-weight:400;
	color:black;
	float:left;
}
.select-product {
	display:inline-block;
	padding:6px;
	min-width:18px;
	min-height:18px;
	color:black;
	background-color:#d0d0d0;
	border:1px solid #d0d0d0;
	font-size:14px;
	margin:0px 5px 5px 0px;
	text-align:Center;
	cursor:pointer;
}
.select-product:hover {
	background-color:white;
}
.select-product.active {
	background-color:white;
	background-image:url(../images/icons/select-product.png);
	background-position:right bottom;
	border:1px solid #043927;
	background-size:20px 20px;
	background-repeat:no-repeat;
}
.selected-p {
	display:inline-block;
	padding:6px;
	min-width:18px;
	min-height:18px;
	color:black;
	border:1px solid #d0d0d0;
	font-size:14px;
	margin:0px 5px 5px 0px;
	text-align:Center;
	background-color:white;
	background-image:url(../images/icons/select-product.png);
	background-position:right bottom;
	border:1px solid #043927;
	background-size:20px 20px;
	background-repeat:no-repeat;
}
/* PAGE */
#pages-show {
	height:46px;
	background:#e2e2e2;
	padding:0px 20px;
	margin:10px auto;
	width:1100px;
}
.back-page {
	float:left;
	width:20px;
	height:20px;
	padding:10px;
	background:url(../images/icons/back-page.png) 0px 0px no-repeat;
	opacity:0.8;
	cursor:pointer;
	display:inline-block;
}
.back-page:hover {
	opacity:1;
}
.next-page {
	float:left;
	width:20px;
	height:20px;
	padding:10px;
	background:url(../images/icons/next-page.png) 0px 0px no-repeat;
	opacity:0.8;
	cursor:pointer;
	display:inline-block;
}
.next-page:hover {
	opacity:1;
}
.pages {
	cursor:pointer;
	float:left;
	min-width:20px;
	padding:10px;
	height:26px;
	font-size:15px;
	color:black;
	line-height:26px;
	text-align:center;
	display:inline-block;
}
.pages:hover {
	background:#043927;
	color:white;
}
.pages-here {
	cursor:pointer;
	float:left;
	min-width:20px;
	padding:10px;
	height:26px;
	font-size:15px;
	color:black;
	line-height:26px;
	text-align:center;
	background:white;
	display:inline-block;
}
.footer-top {
	overflow:hidden;
	min-height:180px;
	background:#043927;
	MARGIN-TOP:15PX;
}
.wapper .col-4 {
	width:calc(33.33333% - 32px);
	padding:0px 16px;
	float:left;
}
.wapper .col-6 {
	width:calc(50% - 32px);
	padding:16px;
	float:left;
}
@media (max-width:992px) {
	.wapper .col-4 {
		width:calc(100% - 32px);
		padding:16px;
		float:unset;
	}
	.wapper .col-6 {
		width:calc(100% - 32px);
		padding:16px;
		float:unset;
	}
}
.title-f {
    color: white;
    font-size: 16px;
    font-weight: 500;
    min-height: 36px;
    line-height: 24px
}
.content-f {
	color:white;
	font-size:13px;
	font-weight:400;
	line-height:20px;
}
.dollar-f {
	background:url(../images/icons/dollar-f.png) left center no-repeat;
	padding-left:30px;
}
.ship-f {
	background:url(../images/icons/ship-f.png) left center no-repeat;
	padding-left:30px;
}
.phone-f {
	background:url(../images/icons/phone-f.png) left center no-repeat;
	padding-left:30px;
}
.footer-bottom {
	background:url(../images/website/footer_bg.png) center center no-repeat;
	min-height:240px;
	height:auto;
	padding:40px 15px;
}
.footer-bottom a, .footer-bottom {
	font-size:17px;
	color:white;
	line-height:30px;
	font-family: 'Roboto Condensed', sans-serif;
}
.f16 {
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.f20 {
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 5px 0;
}
	.scroll {
		overflow-y:scroll;
	}
	.scrollbar::-webkit-scrollbar
	{
		width: 6px;
		border-radius:3px;
	}

	.scrollbar::-webkit-scrollbar-track
	{
		/* Nền wap thanh cuộn trước khi hover */
		background-color: white;
		border-radius:3px;
	}

	.scrollbar::-webkit-scrollbar-thumb
	{
		/* Nền thanh cuộn trước khi hover */
		background-color: #e6e6e6;
		border-radius:3px;
	}
	.scrollbar:hover::-webkit-scrollbar-track
	{
		/* Nền wap thanh cuộn sau khi hover */
		background-color: #f1f1f1;
	}
	.scrollbar:hover::-webkit-scrollbar-thumb
	{
		/* Nền thanh cuộn sau khi hover */
		background-color: #cbd2de;
	}

.txt-center {
	text-align:center;
}
.wap-cat {
	width:calc(25% - 20px);
	margin:30px 10px 50px 10px;
	float:left;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #78a8ff;
    border-radius: 1px;
	min-height:180px;
	height:auto;
}
.wap-cat.c3 {
	float:unset !important;
	display:inline-block;
}
@media (max-width:720px) {
	.wap-cat.c3 {
		margin: 0 0 30px 0;
	}
}
.wap-cat:nth-child(4n+1) {
	clear:both;
}
.wap-cat .img-cat {
	display:block;
	width:100px;
	height:100px;
	position:relative;
	margin:-50px auto;
	background-color: rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
	border-radius:50px;
	overflow:hidden;
}	
.wap-cat .img-cat img {
	width:100px;
	height:100px;
}
.wap-cat .img-cat:hover {
  -webkit-animation-name: cat-hv; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: cat-hv;
  animation-duration: 0.5s;
  background-color:#44bbff;
  box-shadow: 1px 1px 10px 10px rgba(66, 194, 255, 0.3);
}
@-webkit-keyframes cat-hv {
  from {background-color: rgba(0, 0, 0, 0.03);}
  to {background-color:#44bbff;}
}

/* Standard syntax */
@keyframes cat-hv {
  from {background-color: rgba(0, 0, 0, 0.03);}
  to {background-color:#44bbff;}
}
.wap-cat .parent-cat {
	padding-top:60px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	font-size:18px;
	padding-bottom:10px;
	display:block;
}
.c3 .parent-cat{
	height:56px;
}
.wap-cat .child-cat {
	padding:2px 20px;
	text-align:center;
	font-size:14px;
	display:block;
	color:#6b6b6b;
}
.descriptionm {
	padding:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	text-align:center;
	height:88px;
	overflow:hidden;
}
@media (max-width:992px) {
	.wap-cat, .wap-cat.c3 {
		width:calc(50% - 20px);
	}
	.wap-cat:nth-child(4n+1) {
		clear:unset;
	}
	.wap-cat:nth-child(2n+1) {
		clear:both;
	}
	.wap-cat.c3 {
		margin:20px !important;
		clear:both !important;
	}
}
@media (max-width:480px) {
	.wap-cat {
		margin: 30px 5px 50px 5px;
		width:calc(50% - 10px);
	}
	.wap-cat.c3 {
		margin: 30px 5px 30px 5px;
		width:calc(100% - 40px) !important;
	}
	.wap-cat .img-cat {
		display:block;
		width:66px;
		height:66px;
		position:relative;
		margin:-33px auto;
		background-color: rgba(93, 179, 74);
		box-shadow: 1px 1px 10px 10px rgba(93, 179, 74, 0.3);
		border-radius:33px;
		overflow:hidden;
	}
	.wap-cat .img-cat img {
		width:66px !important;
		height:66px !important;
	}
}
@media (max-width:380px) {
	.wap-cat {
		width:calc(100% - 10px);
	}
	.wap-cat.c3 {
		width:calc(100% - 10px);
	}
}
.wap-suggest.c3 {
	text-align:center;
}
.title.txt-center {
	color:green;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:500;
}
.bg-title {
	background:url(../images/icons/bg-title.png) center bottom repeat-x;
	overflow:hidden;
	padding-bottom:10px;
}
.center-color {
	text-align:center;
	color:#03613c;
	font-size:22px;
}
.main-action {
	display:block;
	text-align:center;
	padding:5px 0;
}
.main-action.show-p {
	overflow:hidden;
	float:right;
	width:calc(100% - 179px);
	padding:0;
}
.add-cart {
	padding:7px 20px;
	background:#043927;
	font-weight:500;
	color:white;
	font-size:13px;
	display:block;
	cursor:pointer;
	margin:0 1px;
	height:16px;
	line-height:16px;
	border-radius:4px;
}
.add-cart:hover {
	background:#943700;
}
.wap-show-product-load {
	overflow:hidden;
	padding:5px;
}
.wap-show-product-load:hover {
	background:#f3f7fd;
}
.wap-show-product-load img {
	width:50px;
	height:auto;
	border:3px solid black;
	float:left;
}
.wap-show-product-load .infor-load {
	width:calc(100% - 250px);
	padding:5px;
	float:left;
	overflow:hidden;
}
.wap-show-product-load .action {
	width:180px;
	height:auto;
	float:right;
}
.wap-show-product-load .label {
	display:none;
}
.wap-show-product-load .label-value {
	display:inline-block;
	margin-right:5px;
	float:left;
}
.wap-show-product-load .g-title {
	color:green;
	font-size:15px;
	font-weight:500;
	min-height:30px;
	line-height:30px;
	margin-top:-10px;
}
.action.show-p {
	display:block;
	float:unset;
	overflow:hidden;
}
.so-luong {
	overflow:hidden;
}
.so-luong.show-p {
	overflow:hidden;
	float:left;
}
.label-sl {
	float:left;
	width:60px;
	color:black;
	background:white;
	height:28px;
	line-height:28px;
	padding-left:5px;
	font-size:13px;
	font-weight:400;
}
.input-so-luong {
	width:36px;
	padding:5px;
	height:18px;
	font-size:15px;
	float:left;
}
.btn-in {
	display:inline-block;
	float:left;
	width:28px;
	height:28px;
	font-size:20px;
	line-height:28px;
	text-align:center;
	border:1px solid #d0d0d0;
	border-radius:3px;
	margin:0 1px;
	background:white;
	cursor:pointer;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.btn-in:active {
	box-shadow:0 0 2px rgba(39,193,0);
	line-height:29px;
}
.giam {
	font-size:26px;
	line-height:25px;
}
.giam:active {
	font-size:26px;
	line-height:26px;
}
.wap-sl {
	border:1px solid #d0d0d0;
	border-radius:3px;
	margin:0 1px;
	overflow:hidden;
	float:left;
}
.spacing {
	height:10px;
}
.total-mn {
	background:#043927;
	color:white;
	padding:20px 10px;
	text-align:center;
	animation-name: total-mn;
	animation-duration: 0.5s;
	animation-iteration-count:infinite;
}
@keyframes total-mn {
  from {background-color: #043927;}
  to {background-color: #d60000;}
}





.price-list {
	overflow:hidden;
	color: #d60000;
    font-size: 15px;
    font-weight: 600;
	text-align:center;
}
.old-price {
	opacity:0.65;
    text-decoration: line-through;
    display: inline-block;
    font-size: 15px;
	font-weight:400;
}









.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}




.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}





a.txt {
	display: inline-block;
	height: 16px;
	line-height: 17px;
	float: right;
	font-size: 14px;
	padding: 10px 5px!important;
	font-weight: 400;
}
.btnh {
	color:white;
	border-radius:4px;
	float:right;
	display:inline-block;
}
.btnh:hover {
	color:#037b4c;
}



@font-face {
    font-family: 'myriad pro bold condensed';
    src: url(../../../../assets/css/fonts/MYRIADPRO-BOLDCOND.woff);
}
.title {
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: black;
	font-family: myriad pro bold condensed, sans-serif!important;
}

.form-group {
	padding: 5px 0;
}
.btnl{background:#03613c;color:white;border-radius:4px;}
.btnl:hover{background:#037b4c;color:white;}
label {
	font-size: 14px;
	font-weight: 500;
	color: black;
	display: block;
	margin-bottom: 5px;
}

input.input {
	width: 520px;
	padding: 8px 20px;
	border: 0;
	background: #f3f3f3;
	border-radius: 3px;
}

.submit {
	padding: 8px 20px;
	height: 38px;
	line-height: 20px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 480px) {
	input.input {
		width: calc(100% - 40px);
	}
}


.wap-list-cart {
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.05);
}
.wap-list-cart .list-cart {
	overflow:hidden;
}
.wap-list-cart .list-cart:nth-child(even) {
	background:#f1ffeb;
}
.labelc {
	background:#e5edff;
	color:black;
	font-weight:500;
}
.wap-list-cart .list-cart .label-stt {
	width:60px;
	height:20px;
	line-height:20px;
	padding:5px;
	float:left;
	color:black;
	border-right:1px solid rgba(0,0,0,0.05);
	font-size:14px;
}
.wap-list-cart .list-cart .label-phone {
	font-size:14px;
	width:calc(100% - 81px);
	height:20px;
	line-height:20px;
	padding:5px;
	color:black;
	float:right;
}

.error {
	color:red;
	font-size:13px;
	font-weight:300;
}


#bg-alert {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(214, 214, 214, 0.7);
	position: fixed;
	z-index: 1000;
}

label.label-main {
	color: black;
	font-weight: 500;
	font-size: 15px;
	height: 20px;
	line-height: 21px;
	padding: 8px 0;
	border-top: 1px dashed #CFCFCF;
	border-bottom: 1px dashed #CFCFCF;
	display: block;
}


#wap-alert {
	width: 360px;
	margin: 200px auto;
	background-color: #fff;
	border: 1px solid;
	border-color: #E0E0E0;
	border-bottom-color: #DDDDDD;
	-webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
	box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
	padding: 0 10px 10px 10px;
	position: relative;
	z-index: 1000;
}

#wap-alert .icon-close {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 20px;
	height: 20px;
	line-height: 17px;
	color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	background: url(../images/icons/close.png) center center no-repeat;
}

#wap-alert .icon-close:hover {
	color: rgba(0, 0, 0, 0.9);
}

.content {
	text-align: center;
}

.wap-btn-alert {
	background: white;
	text-align: center;
}

.btn-alert {
	display: inline-block;
	position: relative;
	margin: 5px 10px;
	padding: 7px;
	border: 1px solid #BDBDBD;
	min-width: 70px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #878787;
	background: linear-gradient(to bottom, white 0%, #DBDBDB 100%);
	text-decoration: none;
	outline: none;
	cursor: pointer;
	z-index: 999;
}

.btn-alert:hover {
	background: linear-gradient(to bottom, white 0%, #EDEDED 100%);
}

.spacing-10 {
	height: 10px;
}
@media (max-width:992px) {
	.hide-m {
		display:none !important;
	}
}
#open-cart {
	display:none;
 }
 @media (max-width:992px) {
	.main-top {
	}
	#open-cart {
		background: url(../images/icons/shopping-cart.png?v=1) center center no-repeat;
		font-size: 13px;
		text-transform: uppercase;
		color: black;
		display: block !important;
		width:60px;
		height:60px;
		position:absolute;
		top:5px;
		right:5px;
		background-size:40px 40px;
		z-index:9999;
	}
 }
  .top-bar {
	padding: 5px 0;
	height: 20px;
	line-height: 20px;
  }
  .top-bar a {
    color: white;
    font-size: 13px;
    font-weight: 500;
    margin-right: 30px;
    display: inline-block;
  }
  .hotline {
    padding-left: 26px;
    background: url(../../../../assets/images/icons/hotline.png) 2px center no-repeat;
    background-size: 26px 26px;
	float:left;
  }
  .address {
    padding-left: 26px;
    background: url(../../../../assets/images/icons/address.png) 2px center no-repeat;
    background-size: 26px 26px;
	float:left;
	}
	.open-cart {
    float: right;
    padding: 0px 0px 0px 36px;
    background: url(../../../../assets/images/icons/shopping-cart-white.png?v=1) left center no-repeat;
    font-size: 13px;
    text-transform: uppercase;
    color: black;
    display: block;
	background-size:30px 30px;
}

		.mmenu {
			width:100%;
			overflow:hidden;
			text-align:center;
			position:absolute;
			bottom:0;
		}
		.mmenu a {
			display:inline-block;
			max-width:calc(33.3333% - 12px);
			padding:0 5px;
			height:30px;
			line-height:30px;
			color:#ce2100;
		}
		.search.trigger {
			position:absolute;
			top:69px;
			left:0;
			right:0;
			margin:0px;
			padding:10px;
			display:none;
			z-index:1005;
			background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(131 171 79) 100%)
		}
		.search.trigger .wap-search {
			margin:0 !important;    
			border: 1px solid rgba(0,0,0,0) !important;
			box-shadow: 0 0 3px rgba(144,216,49,0.3) !important;
		}
		.search.trigger .wap-search {
			width:100% !important;
		}
		.search.trigger .wap-search .keyword {
			width: calc(100% - 66px) !important;
			padding: 0 15px !important;
			height: 36px !important;
			line-height: 36px !important;
			float: left !important;
		}


.success {
	padding:20px;
	color:green;
	background:#d0ffda;
}
.submit2 {
    padding: 8px 20px;
    height: 20px;
    line-height: 20px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
	margin-top:20px;
	display: inline-block;
}
.colper20 {
	width:calc(20% - 16px);
	margin:0 8px;
	float:left;
	padding:20px 0;
}
.colper20 img {
	width:28px;
	height:auto;
	float:left;
	margin-right:18px;
	padding:1px;
}
.colper20 .cten {
	width:calc(100% - 48px);
	float:left;
	line-height:20px;
}
.colper20 .cten .label {
	font-weight:600;
	color:black;
	font-size:14px;
}
.colper20 .cten .value {
	font-weight:400;
	color:rgba(0,0,0,0.8);
	font-size:14px;
}
[icon-phone] {
	-webkit-animation: 1s ease-in-out 0s normal none infinite running icon-phone;
    animation: 1s ease-in-out 0s normal none infinite running icon-phone;
}
@keyframes icon-phone {
0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
}

20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
.wap-name-category {
	height:40px;
	line-height:40px;
	text-align:center;
	position:relative;
}
.wap-name-category b {
	width:calc(50% - 102px);
	display:inline-block;
	border-bottom:2px solid rgba(0,0,0,0.1);
	margin-top:26px;
}
.wap-name-category b.b1 {
	float:left;
}
.wap-name-category b.b2 {
	float:right;
}
.wap-name-category .name-category-news {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:10px 25px;
	border:2px solid rgba(0,0,0,0.1);
	left:calc(50% - 102px);
	width:150px;
	text-align:center;
	position:absolute;
	font-weight:600;
	color:white;
}










[slider] .bx-wrapper {
	position: relative;
	margin: 0 auto 5px;
	padding: 0;
	*zoom: 1;
}

[slider] .bx-wrapper .bx-viewport ul.bxslider {
	margin: 0px;
	padding: 0px;
}

[slider] .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../../bxslider/controls.png) no-repeat 0 -32px;
}

[slider] .bx-wrapper .bx-next {
	right: 10px;
	background: url(../../../bxslider/controls.png) no-repeat -43px -32px;
}

[slider] .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

[slider] .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

[slider] .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}


[slider] .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

[slider] .delay-250 {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

[slider] .delay-500 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

[slider] .fadeInRightShort {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

[slider] .fadeInRightShort.go {
	-webkit-animation-name: fadeInRightShort;
	animation-name: fadeInRightShort;
}

[slider] .fadeInLeftShort {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

[slider] .fadeInLeftShort.go {
	-webkit-animation-name: fadeInLeftShort;
	animation-name: fadeInLeftShort;
}



[slider]  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[slider]:after,
[slider]:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[slider]  *,
[slider]  *:before,
[slider]  *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[slider] .page-slide {
	position: relative;
	min-height: 230px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

[slider] .page-slide .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -100px;
	width: 100%;
	text-align: center;
}

[slider] .page-slide .inner .inner-content {
	padding: 30px 90px 20px;
	/*background: rgba(237, 28, 36, 0.6);*/
	display: inline-block;
	margin: 0px auto;
	color: #fff;
	font-size: 30px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	line-height: 1.4;
}

[slider] .page-slide .inner .inner-content h3 {
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 2px 2px 10px black;
}

[slider] .page-slide .inner .inner-content p {
	margin: 0px;
	color: #fff;
    text-shadow: 2px 2px 10px black;
}

[slider] ul.bxslider {
	list-style: none;
	padding: 0px;
}

[slider] .home-slide .bxslider li span.item {
	display: block;
	height: 864px;
	background-size: cover;
	background-position: center center;
}

[slider] .home-slide .inner {
	z-index: 51;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	[slider] .page-slide .inner .inner-content {
		font-size: 27px;
	}
	[slider] .page-slide .inner .inner-content h3 {
		font-size: 27px;
	}
	[slider] .page-slide .inner .inner-content p {
		font-size: 18px;
	}
}

@media screen and (max-width:991px) {
	[slider] .page-slide .inner .inner-content {
		font-size: 27px;
	}
	[slider] .page-slide .inner .inner-content h3 {
		font-size: 27px;
	}
}

@media screen and (max-width:767px) {
	[slider] .page-slide .inner {
		margin-top: -10px;
	}
	[slider] .page-slide .inner .inner-content {
		font-size: 20px;
		padding: 10px 32px 6px;
	}
	[slider] .page-slide .inner .inner-content h3 {
		font-size: 22px;
	}
	[slider] .page-slide .inner .inner-content p {
		font-size: 16px;
	}
	[slider] .home-slide .bxslider li span.item {
		height: 620px !important;
	}
}

@media screen and (max-width:480px) {
	[slider] .page-slide .inner {
		margin-top: 0px;
	}
	[slider] .home-slide .bxslider li span.item {
		height: 380px!important;
	}
	[slider] .page-slide .inner .inner-content {
		font-size: 15px;
		padding: 10px 32px 6px;
	}
	[slider] .page-slide .inner .inner-content h3 {
		font-size: 22px;
	}
	[slider] .page-slide .inner .inner-content p {
		font-size: 12px;
	}
}


/*! CSS Used keyframes */

@-webkit-keyframes fadeInRightShort {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInRightShort {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInLeftShort {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeftShort {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media all{
.product-item .clearfix{*zoom:1;}
.product-item .clearfix:after{content:'';display:table;clear:both;}
.product-item .text-center{text-align:center!important;}
@media only screen and (max-width: 480px){
.product-item .small--hide{display:none!important;}
}
@media only screen and (min-width: 481px) and (max-width: 768px){
.product-item .medium--hide{display:none!important;}
}
.product-item button{font-size:16px;line-height:1.6;font-family: 'Roboto Condensed', sans-serif;color:#333333;font-weight:300;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;}
.product-item a{color:#86bc42;text-decoration:none;background:transparent;}
.product-item a:hover,.product-item a:focus{color:#aad07a;}
.product-item button{overflow:visible;}
.product-item button[disabled]{cursor:default;}
.product-item img{border:0 none;}
.product-item img{max-width:100%;}
.product-item button{padding:0;margin:0;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}
.product-item button{background:none;border:none;cursor:pointer;}
.product-item button{-webkit-appearance:none;-moz-appearance:none;}
.product-item button{background:none;border:none;display:inline-block;cursor:pointer;}
.product-item button{cursor:pointer;}
}
@media all{
.product-item .product-info .product-title a,.product-item .product-info .product-price span.current-price{font-size:18px;}
.product-item .product-info .product-price span.current-price{font-family: 'Roboto Condensed', sans-serif!important;font-weight:bold!important;}
.product-item .product-info .product-title a,.product-item .product-info .product-actions button.btn-buyNow{text-transform:uppercase!important;}
.product-item,.product-item .product-info,.product-item .product-info .product-title a,.product-item .product-info .product-price span,.product-item .product-info .product-actions button{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}
.product-item button{line-height:normal;font-weight:normal;}
.product-item img{vertical-align:middle;}
.product-item button{outline:0;}
@media (max-width: 480px){
.product-item .product-info{padding:5px 3px 0px!important;}
.product-item .product-info .product-title{line-height:16px!important;}
.product-item .product-info .product-title a{font-size:14px!important;}
.product-item .product-info .product-price{margin-bottom:0px!important;}
.product-item .product-info .product-price .current-price{font-size:16px!important;}
}
@media (max-width: 768px){
.product-item .product-info{transform:translate(0px)!important;}
}
.product-item{position:relative;border:1px solid #ededed;overflow:hidden;cursor:pointer;}
.product-item:hover{box-shadow:3.5px 6px 25px 0 rgba(0, 0, 0, 0.1);transform:translateY(-5px);}
.product-item:hover .product-info{transform:translate(0px);background:#86bc42;}
.product-item:hover .product-info .product-price span.current-price{color:#fff;}
.product-item .product-img{position:relative;}
.product-item .product-img a{display:block;}
.product-item .product-img a img{width:100%;}
.product-item .product-img .product-tags{position:absolute;top:5px;right:5px;z-index:1;}
.product-item .product-info{text-align:center;background:#fafafa;padding:10px;transform:translateY(50px);}
.product-item .product-info .product-title a{color:black;}
.product-item .product-info .product-title a:hover{color:#fff;}
.product-item .product-info .product-price{margin:5px 0px 10px;}
.product-item .product-info .product-price span.current-price{color:#86bc42;}
.product-item .product-info .product-actions button{display:inline-block;height:35px;margin:0px 5px;color:rgba(255, 255, 255, 0.3);border:1px solid;line-height:35px;}
.product-item .product-info .product-actions button.btn-quickview,.product-item .product-info .product-actions button.btn-addToCart{width:35px;border-radius:50%;}
.product-item .product-info .product-actions button.btn-buyNow{border-radius:20px;padding:0px 10px;}
.product-item .product-info .product-actions button:hover{color:#fff;}
}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-times:before{content:"\f00d";}
.fa-search-plus:before{content:"\f00e";}
.page-slide-head {
	padding-top:190px;
	padding-bottom:190px;
	font-size:30px;
	font-weight:500;
	margin-top:0px;
	position: relative;
	background:url('../images/website/page-header-bg.jpg?v=1234') ;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align:center;
    color: white;
    text-shadow: 0 0 3px BLACK;
}
[show-content] {
	float:left; margin-right:8px;
	padding:10px 15px;
	height:20px;
	line-height:20px;
	display:inline-block;
	font-size:15px !important;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
	color:rgba(0,0,0,0.8);
}
[show-content].active, [show-content]:hover {
	background:#e2efff url(../images/website/line-product.png) center bottom repeat-x;
	color:#036c9e;
}
[content-list] {
	display:none;
}
.break-bg {
	margin:5px -10px 0 -10px;
	background:#f7f7f7;
	height:20px;
}

@media all{
.list-news *,.list-news :before,.list-news :after{box-sizing:border-box;}
.list-news p{margin:0 0 15px 0;}
.list-news a{color:#86bc42;text-decoration:none;background:transparent;}
.list-news a:hover,.list-news a:focus{color:#aad07a;}
.list-news img{border:0 none;}
.list-news img{max-width:100%;}
}
@media all{
.list-news .article-item .article-info .article-title{font-size:20px;}
.list-news .article-item .article-info .article-title,.list-news .article-item .article-info .article-author span{font-family: 'Roboto Condensed', sans-serif!important;font-weight:bold!important;}
.list-news .article-item,.list-news .article-item .article-img a .overlay,.list-news .article-item .article-info .article-readmore,.list-news .article-item .article-info .article-readmore i{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}
.list-news img{vertical-align:middle;}
.list-news .article-item{background:#fbfbfb;margin-bottom:30px;}
.list-news .article-item:hover{background:#ffffff;box-shadow:3.5px 6px 18px 0 rgba(0, 0, 0, 0.1);}
.list-news .article-item .article-img{position:relative;overflow:hidden;}
.list-news .article-item .article-img a{display:block;overflow:hidden;}
.list-news .article-item .article-img a img{width:100%;}
.list-news .article-item .article-img a .overlay{position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:rgba(0, 0, 0, 0.4);opacity:0;}
.list-news .article-item .article-info{padding:15px 30px;}
.list-news .article-item .article-info .article-title{color:#333333;display:block;}
.list-news .article-item .article-info .article-author{margin:5px 0px;}
.list-news .article-item .article-info .article-author span{color:gray;}
.list-news .article-item .article-info .article-desc{color:#4d4d4d;}
.list-news .article-item .article-info .article-readmore{display:block;margin:10px 0px;color:#333333;}
.list-news .article-item .article-info .article-readmore:hover{color:#86bc42;}
.list-news .article-item .article-info .article-readmore:hover i{padding-left:5px;}
.list-news .article-item .article-info .article-info-relate{padding:15px 0px 0px;border-top:1px solid #ededed;margin-top:15px;}
.list-news .article-item .article-info .article-info-relate > div{display:inline-block;color:gray;margin-right:20px;}
.list-news .article-item .article-info .article-info-relate > div i{margin-right:7px;}
.list-news .article-item{margin-bottom:70px;}
}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-calendar:before{content:"\f073";}
.fa-comment:before{content:"\f075";}
.fa-long-arrow-right:before{content:"\f178";}