.news-list {
    padding: 0 10%;
    background-image: url("/styles/maruey/images/background/bg_news_cover.png");
}
.slick-slide img.no-shadow {
    box-shadow: none;
}
.news-shelf .slick-slide {
    height: 360px;
}
.img-news {
    max-height: 230px;
    height: 230px
}
.img-squre {
	object-fit: cover;
	width: 148px;
	height: 148px;
}

/*
|--------------------------------------------------------------------------
| Article Detail
|--------------------------------------------------------------------------
*/
img.news-icon {
    width: 1.5em;
}
.sidebar-box {
	max-height: 300px;
	position: relative;
	overflow: hidden;
}
.sidebar-box .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	/* padding: 30px 0;*/
	/* "transparent" only works here because == rgba(0,0,0,0) */
	background-image: linear-gradient(to bottom, transparent, #f8f9fa);
}
.social_share {
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
}

/*
|--------------------------------------------------------------------------
| Article Right Category
|--------------------------------------------------------------------------
*/
.btn-outline-primary {
	padding: 3px 15px !important;
	border-radius: 50px;
	border: 1px solid #fab035 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary.active {
	border: 1px solid #fab035 !important;
	background-color: #fab035 !important;
	color: #ffffff !important;
}