.gridbox-outer.grid-sp20 {
	margin-left: -10px;
	margin-right: -10px;
}
.gridbox-outer.grid-sp20>div {
	padding-left: 15px;
	padding-right: 15px;
}
.row.gridbox-outer .col-6.mb-4 {
	margin-bottom: 30px !important;
}
.list-gridbox {
	height: 100%;
	background: #ffffff;
	position: relative;
}
.img-gridbox {
	height: 199px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
}
.img-gridbox .imagesbox-inner {
	display: flex;
	position: relative;
	overflow: hidden;
	height: 100%;
	align-items: center;
	justify-content: center;
	min-height: 212px;
	max-height: 212px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background-size: cover !important;
}
.list-gridbox:hover .img-gridbox .imagesbox-inner {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.29);
	transform: scale(1.04);
	transition: all 0.5s;
}
.img-gridbox img {
	max-width: 100%;
	display: inline-block;
}
.list-content .list-hd a {
	display: block;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.67px;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 5px;
	min-height: 45px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-content .list-hd a:hover {
	color: #da291c;
}
.list-content .list-desc {
	line-height: 25px;
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 10px;
	min-height: 1px;
}
.link-type2.read-more {
	padding-left: 0;
}
 @media (min-width:992px) and (max-width: 1199px) {
}
@media(max-width:1199px) {
.img-gridbox {
	height: 154px;
}
.img-gridbox .imagesbox-inner {
	min-height: 154px;
	max-height: 154px;
}
}
@media(max-width:992px) {
.img-gridbox {
	height: 154px;
}
.img-gridbox .imagesbox-inner {
	min-height: 154px;
	max-height: 154px;
}
}
@media(max-width: 767px) {
.img-gridbox {
	height: 182px;
}
.img-gridbox .imagesbox-inner {
	min-height: 182px;
	max-height: 182px;
}
.row.gridbox-outer {
	margin-left: -7px;
	margin-right: -7px;
}
.row.gridbox-outer .col-6 {
	padding-left: 7px;
	padding-right: 7px;
}
.row.gridbox-outer .col-6.mb-4 {
	margin-bottom: 20px !important;
}
.cms-text2 {
	margin-bottom: 15px;
}
}
@media(max-width:575px) {
.row.gridbox-outer .col-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.list-content .list-hd a {
	min-height: 1px;
	margin-bottom: 10px;
}
.list-content .list-desc {
	min-height: 1px;
	margin-bottom: 15px;
}
}
