#top-news {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	
}

#top-news .top-news-title h3 {
	width: 100%;
	text-align: center;
	font-size: 33px;
}

#top-news .top-popular-post,
#top-news .top-sticky-post,
#top-news .top-latest-post {
	display: inline-block;
	width: 30%;
	min-height: 660px;
    border: 1px solid #c0c0c0;
	margin: 5px;
	text-align: left;
	padding: 20px;
    word-wrap: break-word;
	vertical-align: top;
	background: #fff;
}

.top-sticky {
	display: block;
	width: 100%;
	margin-top: 10px;    text-align: left;
}

#top-news:after,
.top-sticky:after{
    content: '';
    display: block;
    clear: both;
}

.top-sticky-view {
	width: 100px;
	position: absolute;
	text-align: center;
	padding: 4px 4px 3px 0px;
	font-size: 9px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px black;
	opacity: 0.8;
}

.top-href img {
	display: inline-block;
	width: 100px;
	height: 100px;
	object-fit: cover;
    object-position: 50% 50%;
}

.n-view {
	font-size: 12px;
}

.n-view .dashicons {
	font-size: 12px;
	vertical-align: middle;	
	height: 15px;
}

.top-sticky-title {
    color: #444;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}

.top-href {
	display: inline-block;
	float: left;
	width: 100px;
	height: 100px;
    margin: 0 10px 0 0;
}

.top-href:hover .top-sticky-view {
	-webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;	
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.slick-slide-content .news-cate .dashicons:hover, .slick-slide-content .news-cate a:hover {
	color:#fff;
}

.top-sticky-view  {
	-webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;	
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.top-slick-sticky-content {
	width: 100%;
	padding: 0  0 10px 0;
	vertical-align: top;
}

.top-view-c .dashicons {
	font-size: 12px;
	vertical-align: middle;	
	height: 15px;	
}

.top-slick-sticky-content h3 {
	display: inline;
	padding: 0;
	margin: 0;
    line-height: 22px;
}


article .slick-slide-content h3 a,
article .top-slick-sticky-content h3 a {
	color: #1a1a1a;
	text-decoration: none;
}


article .slick-slide-content h3 a:hover,
article .top-slick-sticky-content h3 a:hover {
	color: #EC521E;
}

.top-slick-sticky-content .slivk-sticky-excerpt {
    display: inline;
}

.top-slick-sticky-content .slivk-sticky-excerpt p {
    margin: 5px 0 0 0;	
    padding: 0;	
}

.top-slick-sticky-content .slivk-sticky-excerpt .link-more {
	display: none;
}

.top-foo-detiles {
	margin: 10px 0;
	padding: 0;
	font-size: 13px;
}

.top-foo-detiles .dashicons {
	font-size: 13px;
    padding: 0;	
    margin: 0;	
}

.autoplay-top .slick-slide {
	margin: 10px 0 0 0;
}

.autoplay-top .slick-next,
.autoplay-top .slick-prev {
	width: 33px;
	height: 33px;
	background: #949494;
	bottom: -41px;
    top: unset;
	transition: all 0.3s linear;
	
}

.autoplay-top .slick-next:hover,
.autoplay-top .slick-prev:hover {
	background: #fc1e22;	
}

.autoplay-top .slick-prev:before,
.autoplay-top .slick-next:before {
	font-size: 30px;
	line-height: 22px;
}

.autoplay-top  .slick-next {
    right: 0;
}

.autoplay-top  .slick-prev {
    left: 0;
    z-index: 1;
}

.autoplay-top .slick-slide img {
	width: 100%;
	/*height: 215px;
     */
	object-fit: cover;
    object-position: 50% 50%;
}

@media screen and (max-width: 800px) { 
	#top-news .top-sticky-post {
	    width: 100%;
		margin: 20px 0;
	}



	
}

