.center {
	text-align: center;
}
.pageCustumer .list-blogs.blog-main {
	display: flex;
	justify-content: center;
}
.pageCustumer .list-blogs.blog-main {
	display: flex;
	justify-content: center;
}
.pageCustumer .list-blogs.blog-main .list-customer .itemNews {
	display: inline-block;
	width: 185px;
}
.slide-text span {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}
ul.social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
  	height: 34px;
  	outline: none;
	border: none;
	background: #fff;
}
ul.social li a img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
ul.social li a.fb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.social li a.mess {
	background: #a335f6;
}
ul.social li a.zl {
	background: #fff;
}
ul.social li a.zl img {
	width: 32px;
	height: 32px;
	object-fit: cover;
}
.logoFooter img {
	max-width: 100px;
}




@media (max-width: 767px) {
	.slide-text span {
		font-size: 16px;
	}
}







