.about-us-page {
	line-height: 25px;
}

.title {
	font-size: 22px;
	font-weight: 600;
	color: #ef1922;
	text-transform: uppercase;
}

.title color {
	color: rgba(0, 174, 239, 1);
}

.about-left-panel {
	border: 0.5px solid #DDD;
	border-radius: 10px;
	background: rgba(0, 174, 239, 0.05);
}

.item-row {
	margin-bottom: 15px;
}

.item-row a {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #000;
}

.item-row a:hover {
	text-decoration: none;
	color: #00aeef;
	transition: all 0.2s linear;
}

.zalo a {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #000;
	background: rgba(0, 174, 239, 1);
	padding: 10px;
	border-radius: 10px;
}

.zalo a:hover {
	text-decoration: none;
	color: #FFF;
	transition: all 0.2s linear;
}

.footer {
	background: none !important;
}
