#pvt-main {
	margin-bottom: 50px;
}

/* breadrumb style */
#breadrumb {
	background:#f5f5f5;
	margin-bottom: 20px;
}
.navation {
	overflow:hidden;
}
.navation>li {
	float:left;
	font-size:12px;
	padding-top:6px;
	margin-right:5px;
	padding-bottom:6px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a::after {
	content: "\f105";
	margin-left:7px;
	color:#999999;
}

/* post-title style */
.post-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.4em;
	text-transform:uppercase;
}

/* entry style */
.entry {line-height:1.8em;margin-bottom:30px;}
.entry p {line-height:1.8em;margin-bottom:10px;}
.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 img {height:initial !important;}
.entry p:last-child {margin-bottom: 0;}

/* box-sidebar style */
.box-sidebar {
	margin:0 0 30px;
	padding: 10px 15px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.box-sidebar ul>li {
	padding: 3px 10px;
	position: relative;
	display:inline-block;
	vertical-align: middle;
}
.box-sidebar ul>li>a::before {
	top: -2px;
	color: #bababa;
	font-size: 6px;
	content: "\f111";
    margin-right: 5px;
	position: relative;
}
.box-sidebar ul>li>a:hover,
.box-sidebar ul>li>a.active,
.box-sidebar ul>li>a::before {
	color: var(--c3);
}

/* pagination style */
.nav-page {
	margin-top:30px;
}
.pagination {
	margin:0;
}
.pagination>li {
	margin:0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.pagination>li:last-child {
	margin-right: 0;
}
.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: 4px !important;
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color:#FFF;
	box-shadow:none;
	background:var(--c2);
	border-color:var(--c2);
}

/* noitem style */
.noitem {
	margin: 0;
	text-align: center;
}

/* 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 .post {
	margin-bottom: 30px;
}
.list-item .post:last-child {
	margin-bottom: 0;
}
.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 {
	font-size: 12px;
	margin-bottom: 5px;
}
.list-item .post .excerpt {
	line-height:1.5em;
}
.box-content {
	margin-left:-15px;
	margin-right:-15px;
}

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

.ul-related {
	overflow:hidden;
	margin-left:-10px;
	margin-right:-10px;
}
.ul-related li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:33.3333333%;
	margin-bottom:10px;
}
.ul-related .thumb {
	margin-bottom:10px;
}
.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: #1c449c;
	font-family: 'Anton';
	left:0;
	position:absolute;
	padding: 5px;
    text-align: center;
	font-size:20px;
	background:url(../images/bg-cm.png) no-repeat;
}

.entry blockquote {
	font-size: 14px;
	font-style: italic;
	background: #fafafa;
}
.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{
	color: var(--c3);
	font-size: 22px;
	margin: 0 0 20px;
	font-weight: 700;
	padding-bottom: 7px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--c3);
}
.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-cat-news style */
.widget {
	margin-bottom:30px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	background: var(--c3);
	margin-bottom: 20px;
	text-transform: uppercase;
}
.view-all {
	margin-top: 20px;
}
.view-all>a {
	display: block;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #d9d9d9;
}
.view-all>a::after {
	content: '\f105';
	padding-left: 5px;
}
.view-all>a:hover {
	color: #fff;
	background: var(--c2);
	border-color: var(--c2);
}

.box-comment {
	margin-bottom: 30px;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	#pvt-main {
		margin-bottom: 30px;
	}
}

/* Responsive 768px */
@media screen and (max-width: 992px)
{
	.list-item .post {
		margin: 0;
	}
	.list-item .post {
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
	}
	.list-item .post:first-child {
		padding-top: 0;
	}
	.list-item .post:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.ul-related {
		margin-left: 0;
		margin-right: 0;
	}
	.ul-related li {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.ul-related .inner {
		overflow: hidden;
		margin-bottom: 10px;		
	}
	.ul-related .thumb {
		width: 15%;
		float: left;
		margin: 0 15px 0 0;
	}
	.ul-related .text {
		float: left;
	}
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	#pvt-main {
		margin-bottom: 0;
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 30px;
		border-bottom: 3px solid var(--c2);
	}
	.box-sidebar {
		border: 0;
		padding: 0;
		text-align: left;
		margin: 0 0 20px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.box-sidebar button {
		border: 0;
		width: 100%;
		color: #fff;
		height: 40px;
		outline: none;
		padding: 0 10px;
		text-align: left;
		overflow: hidden;
		line-height: 40px;
		position: relative;
		border-radius: 2px;
		white-space: nowrap;
		padding-right: 20px;
		background: var(--c3);
		text-overflow: ellipsis;
	}
	.box-sidebar button::after {
		content: '\f0d7';
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
	}
	.box-sidebar.open button::after {
		content: '\f0d8';
	}
	.box-sidebar ul {
		overflow: auto;
		margin-top: 1px;
		background: #FFF;
		border-radius: 3px;
		border: 1px solid var(--c3);
	}
	.box-sidebar ul>li {
		padding: 7px 10px 8px;
		position: relative;
		display: block;
		vertical-align: middle;
		border-bottom: 1px dashed #ddd;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.box-sidebar ul>li:last-child {
		border-bottom: 0;
	}
	.tools {
		float: none;
		padding: 10px;
		overflow: hidden;
		background: #f5f5f5;
		margin-bottom: 20px;
	}
	.ul-related .inner {
		width: 100%;
		display: table;
	}
	.ul-related .thumb,
	.ul-related .text {
		margin: 0;
		float: none;
		display: table-cell;
		vertical-align: top;
	}
	.ul-related .thumb {
		width: 25%;
	}
	.ul-related .text {
		padding-left: 15px;
	}
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	
}

/* Mobile 479px */
@media screen and (max-width: 479px)
{
	#pvt-main {
		padding-left: 10px;
		padding-right: 10px;
	}
	.list-item .post .thumb {
		width: 30%;
	}
	.list-item .post .text h2 {
		font-size: 14px;
	}
}

/* Mobile 375px */
@media screen and (max-width: 375px)
{
	
}

/* Mobile 320px */
@media screen and (max-width: 320px)
{
	
}	