.map{
	min-height: 50px;
	background: #f2f2f2;
	line-height: 30px;
	width: 100%;
	padding: 10px 20px;
}
.map a{
	color: #636363;
	text-transform: capitalize ;
}
.map a:hover{
	color: #f30;
	text-decoration: none;
}

.lienhe{
	margin-top: 20px;
}
.rightContent{
	padding-left: 20px;
}
.rightBorder{
	border: solid 1px #eaeaea;
	margin-bottom: 20px;
	background: #fff;
}
.title-us {
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    box-shadow: 2px 3px 3px -1px;
    color: #042a75;
    background: #6183c6;
}
.title-tchem {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
#map{
	width: 100%;
	height: 500px;
}
.thongtin{
	padding: 20px;
}
.thongtin > p{
	font-weight: 500;
	font-size: 14px;
}
.guilienhe{
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.guilienhe > p{
	font-size: 14px;
	font-weight: 700;
	color: #042a75;
}
.guilienhe label{
	font-size: 17px;
}
@media(max-width: 768px){
	.rightContent{
		padding: 0px;
	}
	.title-us{
		margin-top: 20px;
	}
	.thongtin img{
		width: 96% !important;
		height: auto !important;
	}
}
