.main h2 {
    margin:0;
    font-weight: bold;
    font-size: 22px;
    padding: 15px;
}
.main h3 {
	font-weight:bold;
	font-size:16px;
}
.main ul li {
	padding: 5px 0;
}
.contacts {
	margin: 20px 0;
}
.contacts h3 {
	margin-bottom: 20px;
	text-align: center;
}
.contacts ul {
    clear: both;
    display: block;
    margin-bottom: 12px;
    height: 45px;
    list-style: none;
}
.contacts ul li.left {
	float: left;
	padding: 8px 0;
}
.contacts ul li.right {
	float: right;
}
input.lhe {
	background: #FFF;
	border: 1px solid #C1D5DC;
}
textarea#noidung {
	height: 200px;
	background: #FFF;
	background-position: top;
	border: 1px solid #C1D5DC;
}
textarea#yeucau {
	height: 120px;
	background: url(../images/input.gif) repeat-x;
	background-position: top;
	border: 1px solid #C1D5DC;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #fec01a;
    color: #FFF;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
}
label.error {
	display: block;
	width: 100%;
	color: #F00;
}
@media (max-width: 992px) {
.main h2 {
    margin: 15px 35px 0 15px;
    font-weight: bold;
    font-size: 25px;
    padding: 10px 15px 0 0;
}
.contacts ul {
    clear: both;
    display: block;
    margin-bottom: 12px;
    height: 45px;
    list-style: none;
    padding-left: 0;
}
.cont_right > h3 {
    font-weight: bold;
    font-size: 20px;
}
#largeMap {
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
}