.entry-header-htch {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.entry-header-htch b {
	display: block;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	opacity: .1;
	background-color: currentColor;
}
.entry-header-htch h1 {
	margin: 0;
	border: 2px solid rgba(0,0,0,.1);
	padding: .3em .8em;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
/**/
.list-he-thong-cua-hang {
	padding: 30px 0;
}
.htch-item {
	box-shadow: none;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 16px;
}
.htch-item h2 {
	color: #ed1c24;
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 20px;
}
.htch-item .phone{
	color: #ed1c24;
	font-weight: bold;
}
.htch-item b{
	color: #000;
	margin-right: 5px;
	font-weight: bold;
}
.htch-item p {
	margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
	.list-he-thong-cua-hang {
		padding: 20px 0;
	}
	.htch-item {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.entry-header-htch h1{
		font-size: 18px;
	}
	.entry-header-htch{
		margin-bottom: 15px;
	}
	.htch-item h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.htch-item {
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.list-he-thong-cua-hang .col-mb {
		width: 50%;
	}
	.htch-item h2 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 400px) {
	.entry-header-htch h1 {
		font-size: 16px;
	}
}