div {
	margin: 0px;
}

.bgimg_title {
	width: 100%;
}

.bgimg_title img {
	width: 100%;
}

.container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0px 16px 20px 16px;
}

.row {
	margin: 30px 0 20px 0;
	width: 100%;
}


.card {
	min-height: 350px;
	min-width: 100%;
	max-width: 100%;
}


.thumbnail {
	max-width: 100%;
	text-align: center;
}

.thumbnail .no_image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	background-color: #f4e9e8;
}

.thumbnail img{
	object-fit: contain;
	max-height: 250px;
	min-height: 150px;
	max-width: 100%;
	min-width: 100%;
}

.thumbnail img:hover {
	opacity: 0.8;
	cursor: pointer;
}

/* common titles style */
.title a {
	text-decoration: none;
	font-weight: bold;
	color: #57b000;
	font-size: 15px;
}

.title a:link {
	color: #57b000;
}

.title a:visited {
  color: #57b000;
}
/* 	active: none; */
.title a:hover {
	color: #285400;
}

span a {
	display: inline-block;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 15px;
}

span a:link {
	color: #ff7288;
}

span a:visited {
	color: #ff7288;
}

.description {
	font-size: 10.5px;
	word-break: break-all;
}

.btn_area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_detail {
	width: 200px;
	height: auto;
	background-color: black;
	border-radius: 15px;
	margin-top: 22px;
}

.btn_detail a img {
	width: 200px;
	height: auto;
}


.btn_detail a img:hover {
	opacity: 0.8;
}

.paging_bar {
	width: 100%;
	height: 30px;
	background-color: #ffc4cd;
	text-align: center;
	box-shadow: 0px 2px 2px #c13449;
	border-top: thin solid #ffb2bf;
	margin-top: 10px;
}
