.ul_links{
	list-style: none;
	padding: 0;
	margin: 0;
}
.li_tabs {
	margin-bottom: 30px;
}
.ul_links li.active span ,
.ul_links li:hover span {
	background: #008bea;
	color: #fff;
}
.ul_links li span {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background: #fbfbfb;
	border: 1px solid #ccc;
	text-decoration: none;
	cursor: pointer;
}
.service-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	height: 240px;
	overflow: hidden;
}
.service-item img {
	max-width: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}
.service-item span {
	position: absolute;
	/* display: none; */
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	bottom: -100%;
	left: 0;
	text-align: center;
	padding-left: 50px;
	background: #008bea;
	transition: all .5s;
}
.service-item:hover > span {
	/* display: block; */
	bottom: 0;
}
.service-item span::after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	height: 100%;
	width: 50px;
	left: 0;
	top: 0;
	background: #0163ce;
	font-size: 25px;
}
@media only screen and (max-width: 980px) {
    .service-item {
        margin-bottom: 20px;
        height: auto;
    }
}
@media only screen and (max-width: 640px) {
	.content-dichvu .col-lg-4{
		width: 50%;
	}
	.li_tabs {
		margin-bottom: 5px;
		width: 50%;
		font-size: 13px;
	}
	.ul_links {
		margin-bottom: 20px;
	}
	.service-item span{
		line-height: 40px;
		height: 40px;
		font-size: 13px;
	}
	.service-item span::after {
		width: 35px;
		font-size: 19px;
	}
}
