@charset "utf-8";
/* CSS Document */
.font-italic { font-style: italic;}
.o-btn-read {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #5cb874;
}
.o-btn-read:hover {
  background: #6ec083;
	color:#FFF;
}
.o-text-center { text-align:center; }

.o-post img {
	max-width:100%;
}
.o-post h3.o-post-title {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.o-post h3.o-post-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}
.o-post h3.o-post-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}
.o-suorce { text-align:right; }

.post-previous {
    color: #7BAF42;
    text-decoration: none;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}
.post-next {
    color: #7BAF42;
    text-decoration: none;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
}

.owl-carousel .owl-item img { width:auto !important; }

.post-item { padding:0; }
.post-item .post-img img { max-width:100%; }
.post-item .post-cont { margin:10px 0 30px 0; }
.post-item .post-cont h3 a { text-decoration:none; color:#000; }
.post-item .post-cont .post-cat { color:#999; font-style:italic; font-size:1.2rem; }
.post-item .post-cont .post-read { color:#8bc34a; text-decoration:none; font-size:1.2rem; }

p.price { font-weight:700; }
.o-oldprice { text-decoration:line-through; }
.o-kmprice { color:#F00; font-weight:bold; }

.paging {
	clear:both;
	padding:0px;
	text-align:right; font-size:12px;
	margin:30px 0 0 0;
}		
.paging a {
	display:inline-block;
	text-decoration:none;
	padding:10px 15px;
	margin-right:2px;
	background:#EAEAEA;
}
.paging a.o-pg-actived { background:#DADADA; }

.paging-desc { margin:30px 0 0 0; font-style: italic; }

.next-prev { position:relative; }

.o-zalo { height:12px; width:27px; background:url(../../images/zalo-icon.png) center right no-repeat !important; }
.o-zalo i { width:12px; height:12px; }
.o-zalo:hover { background:url(../../images/zalo-icon-hover.png) center right no-repeat !important; }

.o-zalo-bt { background:url(../../images/zalo-icon-bt.png) top center no-repeat !important; transition:0.02s !important; }
.o-zalo-bt i { width:17px; height:17px; }
.o-zalo-bt:hover { background:url(../../images/zalo-icon-bt.png) 0 -36px no-repeat !important; }

@media all and (max-width:576px) {
  .social-links .facebook, .social-links .o-zalo, .social-links .youtube { display: none !important;}  
}