#pvt-main {
	background:#f2f2f2;
}
#box-middle {
	background:#FFF;
	padding:30px 15px;
}
/* breadrumb style */
#breadrumb {
	background:#f2f2f2;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:6px;
	font-size:12px;
	padding-bottom:7px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	color:#00cc33;
}
.navation>li>a:hover {
	color: #00cc33;
}
.navation>li>a::after {
	content: "\f105";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

.anton {
	color: #00cc33;
	font-family: 'Anton';
	font-weight:400 !important;
	text-transform: uppercase;
}

/* post-title style */
.post-title {
	color: #00cc33;
	font-size:22px;
	font-weight:400;
	margin:0 0 20px;
	text-align:center;
	position:relative;
	padding-bottom:7px;
	line-height: 1.5em;
	text-transform:uppercase;
}
.post-title::before {
	bottom:0;
	left:50%;
	content:'';
	width:70px;
	height:2px;
	display:block;
	position:absolute;
	background:#ffd727;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}

/* box-sidebar style */
.box-sidebar {
	text-align:center;
	margin:0 0 30px;
}
.box-sidebar ul {
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li {
	margin:0 3px;
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li>a {
	color:#666;
	height:30px;
	display:block;
	padding:0 20px;
	line-height:28px;
	border-radius:4px;
	border:1px solid #dddddd;
}
.box-sidebar ul>li>a:hover,
.box-sidebar ul>li>a.active {
	color:#FFF;
	background: #00cc33;
	border-color: #00cc33;
}

/* pagination style */
.nav-page {
	margin-top:15px;
	text-align:center;
}
.pagination {
	margin:0;
}
.pagination>li {
	margin:0 5px;
	display:inline-block;
	vertical-align:middle;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:30px;
	color:#000;
	font-size:16px;
	line-height:28px;
	text-align:center;
	border:1px solid #c7c7c7;
	border-radius:5px !important;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
	box-shadow:none;
}

/* noitem style */
.noitem {
	border-radius:0;
	margin:0;
}

/* box focus style */
.box-focus {
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
#focus-large {
	float:left;
	width:585px;
}
#focus-small {
	float:right;
	width:555px;
	z-index:1;
	height:390px;
	overflow: hidden;
	padding-left:15px;
	position:relative;
}
.box-focus .item,
.box-focus .item:focus {
	outline:none;
	}
.box-focus .inner {
	position:relative;
	overflow:hidden;
}
.focus-large .thumb a {
	display:block;
	position:relative;
	padding-top: 66.667%;
	background:#fafafa;
}
.box-focus .thumb img {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.focus-large .text {
	position:absolute;
	width:100%;
	bottom:0;
	padding:20px;
	color:#FFF;
	background:rgba(0,0,0,0.7);
}
.focus-large .text h2 {
	font-size:20px;
	margin:0 0 5px;
	line-height:1.4em;
}
.date::before {
	margin-right:5px;
	font-family:FontAwesome;
}
.focus-small .slick-list {
	padding:0 !important;
	height:400px !important;
}
.focus-small .item {
	border: none;
	margin-bottom:14px;
}
.focus-small .inner {
	cursor:pointer;
	display:table;
	width:100%;
}
.focus-small .thumb,
.focus-small .text {
	display:table-cell;
	vertical-align:top;
}
.focus-small .thumb {
	width:136px;
	height:87px;
	position:relative;
}
.focus-small .text {
	padding-left:15px;
}
.focus-small .text h4 {
	font-size:16px;
	margin:0 0 5px;
	font-weight:400;
	line-height:1.3em;
}
.focus-small .text .date {
	color:#888;
	font-size:13px;
}

/* list-item style */
.list-item {
	margin-left:-15px;
	margin-right:-15px;
}
.list-item .post {
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.list-item .post:first-child {
	padding-top:0;
}
.list-item .post:last-child {
	margin-bottom: 15px;
}
.list-item .post .inner {
	width:100%;
	display:table;
}
.list-item .post .thumb,
.list-item .post .text {
	display:table-cell;
	vertical-align:top;
}
.list-item .post .thumb {
	width:250px;
	/* background:#fafafa; */
}
.list-item .post .thumb a {
	display:block;
	padding-top: 64%;
	position:relative;
}
.list-item .post .thumb img {
	position:absolute;
	top:50%;
	left:50%;
	max-width:100%;
	max-height:100%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.list-item .post .text {
	color:#666;
	padding-left:15px;
}
.list-item .post .text h2 {
	color:#333;
	font-size:20px;
	font-weight:700;
	margin: 0 0 10px;
	line-height:1.3em;
}
.list-item .post .date {
	margin-bottom: 10px;
}
.list-item .post .excerpt {
	line-height:1.5em;
}
.box-content {
	margin-left:-15px;
	margin-right:-15px;
}

ul.ul-list {}
.ul-list li {
	width:100%;
	display:table;
	padding:10px 0;
}
.ul-list li:first-child {
	padding-top:0;
}
.ul-list li:last-child {
	padding-bottom:0;
}
.ul-list .thumb,
.ul-list .text {
	display:table-cell;
	vertical-align:top;
}
.ul-list .thumb {
	width:70px;
	text-align: center;
}
.ul-list .text {
	padding-left:12px;
}
.ul-list h4 {
	margin:0 0 5px;
	font-size:14px;
	line-height:1.3em;
}
.ul-list .date {
	color:#666;
	font-size:12px;
}

.list-product .item {
	width:100%;
	padding:10px;
	display:table;
	margin-bottom:15px;
	border:1px solid #ddd;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.list-product .item:last-child {
	margin-bottom:0;
}
.list-product .hover>.inner::before {
	top:-1px;
}
.list-product .thumb,
.list-product .text {
	display:table-cell;
	vertical-align:top;
}
.list-product .thumb {
	width:110px;
}
.list-product .text {
	padding-left:15px;
}
.pname {
	margin-bottom:5px;
}
.pprice {
	color: #00cc33;
	font-size:16px;
	font-weight:700;
	margin-bottom:2px;
}
.pstock {
	color:#06a052;
	font-size:12px;
	margin-right:5px;
}
.pstock::before {
	font-family:FontAwesome;
	margin-right:3px;
}
.pmaso {
	color:#777;
	font-size:12px;
	position:relative;
	padding-left:10px;
}
.pmaso::before {
	content:'';
	width:1px;
	height:10px;
	background:#999;
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.icon-status {
	position: absolute;;
	top: 10px;
	left: 10px;
	z-index: 10;
}
.icon-status img {
	max-height: 70%;
	max-width: 15%;
}

.ul-related {
	margin-left:-7px;
	margin-right:-7px;
	overflow:hidden;
}
.ul-related li {
	float:left;
	padding-left:7px;
	padding-right:7px;
	width:33.3333333%;
	margin-bottom:10px;
}
.ul-related .thumb {
	width:240px;
	margin-bottom:10px;
}
.ul-related .thumb a {
	position:relative;
	padding-top: 60%;
}
.ul-related .thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.ul-related h4 {
	margin:0 0 5px;
	line-height:1.5em;
	font-size:14px;
}
.ul-related .date {
	color:#888888;
	font-size:13px;
}
.list-comment li {
	padding:10px 0;
}
.list-comment li:first-child {
	padding-top:0;
}
.list-comment li:last-child {
	padding-bottom:0;
}
.list-comment .item {
	min-height:35px;
	position:relative;
	padding-left:45px;
}
.list-comment .stt {
	width:35px;
	height:35px;
	color: #00cc33;
	font-family: 'Anton';
	left:0;
	position:absolute;
	padding: 5px;
    text-align: center;
	font-size:20px;
	background:url(../images/bg-cm.png) no-repeat;
}

/* entry style */
.entry {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e9e9e9;
}
/* entry style */
.entry {line-height:1.6em;}
.entry h1 {font-size: 22px;line-height:1.4em;}
.entry h2 {font-size: 20px;line-height:1.4em;}
.entry h3 {font-size: 18px;line-height:1.4em;}
.entry p {margin-bottom:15px;line-height:1.6em;}
.entry p:last-child {margin-bottom:0}
.entry img {height: auto !important}
.entry-date {
	padding:10px;
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
}
.entry-date ul.meta {
	float: left;
	overflow:hidden;
	color:#666666;
}
.entry-date ul.meta li {
	float:left;
}
.entry-date ul.meta li.sap {
	padding:0 10px;
}
.tools {
	float:right;
}
.tools li {
	float:left;
	overflow:hidden;
	height:20px;
	margin-right:10px;
}
.tools li:last-child {
	margin-right:0;
}

/* facebook-comment style */
.facebook-comment {
	margin-bottom:20px;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

/* related style */
.related {
	/* overflow:hidden; */
}
.related>h3{
	font-size:22px;
	margin:0 0 20px;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom: 2px solid #00cc33;
}
.related .post .thumb {
	margin-bottom: 10px;
}
.related .post .text {
	padding: 0;
	min-height:initial;
	border:none;
}
.related .post .date {
	font-size:12px;
}
.related .post .text h2 {
	font-size: 14px;
	line-height: 1.5em;
	margin:0 0 5px;
	max-height:40px;
}

/* box-views style */
.widget {
	margin-bottom:30px;
}
.widget:last-child {
	margin-bottom: 0;
}
#box-views {
	padding:15px;
	border:1px solid #dddddd;
}
.widget-title {
	font-size:18px;
	margin: 0 0 15px;
	padding-bottom:10px;
	border-bottom: 2px solid #00cc33;
}
#box-views li {
	padding: 15px 0;
	position: relative;
	border-bottom:1px solid #ddd;
}
#box-views li:first-child {
	padding-top:0;
}
#box-views li:last-child {
	border-bottom:0;
	padding-bottom:0;
}
#box-views .inner {
	display:table;
	width:100%;
}
#box-views .thumb {
	width: 110px;
	display:table-cell;
	vertical-align:top;
}
#box-views .thumb a {
	height:70px;
	display:block;
	position:relative;
}
#box-views .thumb img {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
#box-views .text {
	padding-left:10px;
	display:table-cell;
	vertical-align:top;
}
#box-views .text h2 {
	margin:0 0 3px;
	font-size:14px;
	line-height:1.3em;
}
#box-views .date {
	color:#888;
	font-size:12px;
}
.advertise {
	margin-bottom:20px;
}
.advertise:last-child {
	margin-bottom: 0;
}
li.pstatus {
	white-space: nowrap;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	.box-sidebar {
		margin-bottom:20px;
	}
	.box-sidebar ul>li {
		margin-bottom:10px;
	}
	#focus-large {
		width: 60%;
	}
	#focus-small {
		width: 40%;		
	}
	.focus-small .text h4 {
		max-height: 60px;
		overflow: hidden;
		font-size: 14px;
	}
	.focus-small .thumb {
		width: 130px;
		height: 85px;
		position: relative;
	}
	.focus-large .text h2 {
		font-size: 16px;
	}
	.list-item .post .text h2 {
		color: #333;
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 10px;
		line-height: 1.5em;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	#focus-large {
		width: 100%;
	}
	#focus-small {
		display:none;
	}
	#sidebar {
		display:none;		
	}
	.breadrumb-item:last-child {
		overflow: hidden;
		max-width: 300px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.ul-related .inner {
		overflow: hidden;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	.mobile-header-bottom {
		background:#FFF;
	}
	#mobile-content {
		padding:10px;
	}
	.post-title {
		color: #00cc33;
		font-size: 22px;
		margin: 5px 0 10px;
		position: relative;
		padding-bottom: 0;
		line-height: 1.5em;
		border-bottom: 0;
		text-align: center;
		text-transform: none;
	}
	.post-title::before {
		display:none;
	}
	#box-sidebar {
		margin-bottom:15px;
	}
	.widget-title {
		margin: 0;
		background: #ed1c24;
		font-family: 'Anton';
		font-weight: 400;
		color: #FFF;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.widget li {
		border-bottom: 1px dotted #d9d9d9;
	}
	.widget li:last-child {
		border-bottom: 0;
	}
	.widget li a {
		height: 32px;
		color: #555555;
		display: block;
		background: #FFF;
		overflow: hidden;
		line-height: 32px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#box-sidebar li a::before {
		content: '\f105';
		margin-right: 10px;
	}
	#box-sidebar .widget-title {
		margin: 0;
		height: 30px;
		cursor:pointer;
		font-size: 14px;
		position:relative;
		line-height: 30px;
		border-radius: 5px;
		background: #00cc33;
		font-family: 'Arial';
	}
	#box-sidebar .widget-title::after {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		font-weight: 400;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
	#box-sidebar.open .widget-title::after {
		content: "\f068";
	}
	#box-sidebar .widget-content {
		z-index: 1;
		padding: 15px 10px 10px;
		margin-top: -5px;
		border: 1px solid #265edb;
		border-top: 0;
		border-radius: 0 0 5px 5px;
		display: none;
	}
	#box-sidebar .widget-content a {
		padding:0;
	}
	
	/* entry style */
	.entry {line-height:1.6em;padding-bottom:20px;}
	.entry p {line-height:1.6em;}
	.entry h1 {font-size:20px;line-height:1.4em;}
	.entry h2 {font-size:20px;line-height:1.4em;}
	.entry img {height:initial !important;}
	
	.box-focus {padding-bottom: 0;border-bottom: 0;}
	#focus-small {display:none;}
	#focus-large {float:none;width:auto;}
	.focus-large .text {padding: 10px;}
	.focus-large .text h2 {font-size: 16px;}
	.box-content {margin-left: 0;margin-right: 0;}
	.list-item {margin-left: 0;margin-right: 0;}
	.list-item .post .thumb {width: 140px;}
	.list-item .post .text h2 {font-size: 16px;font-weight: 400;margin: 0 0 5px;line-height: 1.4em;}
	.list-item .post .date {margin-bottom: 0;font-size: 12px;color:#888888;}
	.list-item .post {padding:10px 0;}
	.nav-page {margin:5px 0 10px 0;text-align: center;}
	.list-item .post .thumb a {padding-top: 65%;}
	.tools {float: none;margin-bottom: 15px;overflow: hidden;}
	div.comment-btn {text-align: left;float: left;}
	.ul-related {margin-left: 0;margin-right: 0;}
	.ul-related li {padding-left: 0;padding-right: 0;width: 100%;margin-bottom:15px;}
	.ul-related .thumb {width: 140px;}
	.ul-related .thumb,.ul-related .text {display:table-cell;vertical-align:top;}
	.ul-related .text {padding-left:15px;}
	.list-item .post .thumb img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: initial;
		max-height: 100%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		height: 100%;
	}
	.related>h3 {
		font-size: 22px;
		margin: 0px 0 15px;
		padding-bottom: 5px;
		text-transform: uppercase;
		border-bottom: 2px solid #00cc33;
	}
	.ul-related li:last-child {
		margin-bottom:0;
	}
	.related {
		margin-bottom: 20px;
	}
}