.float-contact {
	position: fixed;
	bottom: 12%;
	left: 20px;
	z-index: 99999;
}
.float-contact button {
	border: none;
}
.float-contact .chat-zalo {
	background: #8eb22b;
	border-radius: 20px;
	padding: 0 18px;
	width: 180px;
	color: white;
	display: block;
	margin-bottom: 6px;
}
.float-contact .chat-face {
	background: #125c9e;
	border-radius: 20px;
	padding: 0 18px;
	color: white;
	width: 180px;
	display: block;
	margin-bottom: 6px;
}
.float-contact .hotline {
	background: #d11a59!important;
	border-radius: 20px;
	padding: 0 18px;
	color: white;
	width: 180px;
	display: block;
	margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
	font-size: 15px;
	color: white;
	font-weight: 400;
	text-transform: none;
	line-height: 0;
	padding: 18px 0 22px;
	display: block;
}