#pvt-main {
    margin: 30px 0 60px;
}
.box-title {
	margin-bottom:30px;
}
.box-title h1 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}
.box-title h1::after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    background: #008848;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
}
.adv-top {
	margin-bottom:30px;
}
ul.pagination {
    display: block;
    margin: 30px auto 0;
	padding:0;
	border-radius: 0;
}
.pagination>li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.pagination>li>a,
.pagination>li>span {
    color: #FFF;
    width: 45px;
    font-size: 16px;
    background: #008848;
	padding:8px 10px;
    text-align: center;
	font-weight:700;
    border: 1px solid #008848;
    border-radius: 0 !important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.pagination>.active>span,
.pagination>.active>span:hover {
    background: #FFF;
    color: #008848;
    border-color: #008848;
}

.box-category {
	text-align:center;
	margin-bottom:10px;
}
.box-category ul {
	overflow:hidden;
	display: inline-block;
}
.box-category li {
	float:left;
	padding:0 5px;
	margin-bottom:10px;
}
.box-category li a {
	padding: 4px 15px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #e4e5ea;
    font-size: 14px;
    color: #666666;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display:block;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.box-category li:hover a,
.box-category li.active a {
	color: #FFF;
	border-color: #008848;
	background-color: #008848;
}

.post {
	margin-bottom:30px;
	border-radius:10px;
	background:#eef8ff url(../images/bg_item.png) no-repeat bottom right;
}
.post:last-child {
	margin-bottom:0;
}
.post>.inner {
	border-radius:10px;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.post>.inner:hover {
	background:#FFF;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}
.post .thumb {
	float:left;
	margin-right:30px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.readmore {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
a.readmore {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
a.readmore>span {
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	background:#FFF;
	font-weight:700;
	font-size:16px;
	width:125px;
	text-align:center;
	color:#333;
	padding:9px 0;
}
a.readmore>span::after {
	content:'\f105';
	font-family:FontAwesome;
	padding-left:10px;
}
.post .thumb:hover .readmore {
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	background:rgba(0,0,0,0.5);
}
.post .text {
	padding:20px 170px 20px 0;
}
.post .text h2 {
	color:#008848;
	font-size:20px;
	margin:0 0 5px;
	font-weight:700;
	line-height:25px;
}
.post .options {
	max-width:80%;
}
.post .op_name {
	font-weight:700;
	white-space:nowrap;
}
.post .options td {
	padding-top:15px;
	line-height:22px;
}
.post .options td.saperator {
	padding-left:15px;
	padding-right:15px;
}

/*Detail style*/
.entry-setting {
	margin-bottom:40px;
	padding:20px;
	line-height:1.5em;
	font-size:16px;
	background:#eef8ff url(../images/bg_top.jpg) no-repeat bottom left;
}
.entry-setting blockquote {
	border:none;
	font-size:26px;
	position:relative;
	color:#008848;
	padding-left:52px;
}
.entry-setting blockquote::before {
	content:"''";
	font-size:100px;
	position:absolute;
	left:0;
	color:#bcddf4;
	font-style:italic;
	font-weight:700;
	top:40px;
}
.entry-setting blockquote p {
	margin:0;
	line-height:1.3em;
}
#box-gallery {
	margin-bottom:35px;
}
.slider-for .item a {
    outline:none;
}
.slider-for .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 10;
    border: none;
    color: #fff;
    outline: none;
    font-size: 26px;
    background: none;
}
.slider-for .btn-prev {
    left: 0;
}
.slider-for .btn-next {
    right: 0;
}
#slider-nav {
    overflow: hidden;
    margin-top: 4px;
}
.slider-nav {
    margin: 0 -5px;
}
.slider-nav .item {
    margin: 6px 5px 0;
    position: relative;
	outline:none;
}
.slider-nav .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}
.slider-nav .slick-current::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid #008848;
    background: none;
}
.slider-nav .slick-current::after {
    content: url(../images/arrow-up.png);
    position: absolute;
    z-index: 11;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
#box-gallery .single {
	width:100%;
	margin-bottom:15px;
	font-size:16px;
}
#box-gallery .single tr:first-child td {
	padding-top:0;
}
#box-gallery .op_name {
    font-weight: 700;
}
#box-gallery .op_val {
    color:#666;
}
#box-gallery .single td {
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
}
#box-gallery .single td.saperator {
	padding-left:15px;
	padding-right:15px;
}
.box-short {
	margin-bottom:15px;
	font-size:16px;
}
.box-short .excerpt {
	line-height:25px;
}
.box-hotline {
	position:relative;
	background:#008848;
	border-radius:50px;
	color:#FFF;
	overflow:hidden;
	padding:5px;
	margin-bottom:10px;
}
.box-hotline>span.icon::before {
	font-family:FontAwesome;
	width:64px;
	height:64px;
	display:block;
	float:left;
	font-size:50px;
	color:#008848;
	background:#FFF;
	border-radius:100%;
	text-align:center;
	margin-right:15px;
}
.box-hotline>label {
	font-size:16px;
	display:block;
	padding-top:3px;
}
.box-hotline>a {
	color:#FFF;
	font-weight:700;
	font-size:30px;
	position: absolute;
    margin-top: -7px;
}
.options.icon td {
	padding:10px 0;
}
.options.icon tr:last-child td {
	padding-bottom:0;
}
.options.icon .op_name {
	text-indent:-9999px;
	width:30px;
	height:30px;
}
.op_name.icon-zalo {
	background:url(../images/icon-zalo.png) no-repeat left center;
}
.op_name.icon-facebook {
	background:url(../images/icon-facebook.png) no-repeat left center;
}
.op_name.icon-email {
	background:url(../images/icon-email.png) no-repeat left center;
}
.options.icon .op_val {
	padding-left:10px;
	font-size:16px;
	font-weight:700;
	color:#333 !important;
}
.description::after {
	content:'';
	display:table;
	clear:both;
}
.desc-title {
	margin-bottom:35px;
	border-bottom:1px solid #008848;
}
.desc-title>span {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	background:#008848;
	color:#FFF;
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 20px;
	border-radius:10px 10px 0 0;
}
.entry {
	color:#444;
	line-height:25px;
	text-align:justify;
	margin-bottom:30px;
}
.entry p {
	line-height:25px;
}
.tools {
    overflow: hidden;
    position: relative;
    background: #eaeaea;
    padding: 10px 10px 5px;
	margin-bottom:30px;
}
.tools>ul>li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.relatedPost {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}
.relatedPost>h3 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.relatedPost .owl-nav div {
    color: #333;
    font-size:20px;
    width:50px;
	height:50px;
	background:#FFF;
	border-radius:100%;
	border:1px solid #e5e5e5;
	position: absolute;
    padding: 10px;
    text-align: center;
	top:50%;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.relatedPost .owl-nav .owl-prev {
	left:-50px;
}
.relatedPost .owl-nav .owl-next {
	right:-50px;
}
.relatedPost .owl-nav div:hover {
	background: #008848;
	border-color: #008848;
	color:#FFF;
}
.relatedPost {
	margin-left:-10px;
	margin-right:-10px;
}
.owl-list .item {
	padding:10px;
}
.owl-list .item .inner {
	background:#eef8ff;
	border-radius:10px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.owl-list .item .inner:hover {
	background:#fff;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}
.owl-list .thumb {
	border-radius:10px;
	overflow:hidden;
}
.owl-list .text {
	text-align:center;
	padding:15px;
}
.owl-list .text h3 {
	margin:0 0 10px;
	font-size:18px;
	text-transform:uppercase;
	line-height:25px;
	min-height:50px;
}
.owl-list .excerpt {
	line-height:25px;
	color:#666;
}
.no-item {
	margin:0;
	text-align:center;
}
