.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);
	padding: 20px 10px 30px 10px;
}

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

.item-row#selected {
	background: rgba(255, 255, 255, 1);
	padding: 10px;
	border-radius: 5px;
}

.item-row#selected a h3 {
	text-align: left;
	font-weight: 600;
	color: #ef1922;
	text-transform: uppercase;
}

.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;
}

.category-product-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background: #f3f3f3; */
	border-radius: 10px;
	margin-bottom: 30px;
}

.category-product-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:10px;
	border-radius: 10px;
}

.category-product-item a:hover {
	text-decoration: none;
	background: rgba(0, 174, 239, 0.1);
	transition: all 0.2s linear;
}

.category-product-item p:nth-of-type(1) {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

.category-product-item p:nth-of-type(2) {
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #000;
}

.paging a {
	text-decoration: none;
	margin-left: 15px;
	color: rgba(0, 174, 239, 1);
	font-weight: 500;
}

.paging a#selected {
	margin-top: -2px;
	background: #ef1922;
	color: white;
	font-weight: 600;
	padding: 2px 11px;
	border-radius: 3px;
}

.product-info {
	min-width: 200px;
}

.product-info span {
	font-size: 15px;
}

#related-flicker {
	background: rgba(0, 174, 239, 0.05);
	border-radius: 10px;
}

#related-flicker .category-product-item {
	padding-top: 20px;
	margin-bottom: 0px;
}


.footer {
	background: none !important;
}
