body {
	background: url(../images/page-bg2.jpg) repeat;
}
.form-box {
  
}
.dropdown.dropdown-lg .dropdown-menu {
	margin-top: -1px;
	padding: 6px 20px;
}
.input-group-btn .btn-group {
	display: flex !important;
}
.btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
}
.btn-group .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-group .form-control:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
#adv-search {
	width: 500px;
	margin: 0 auto;
	/*margin-bottom:90px;*/
}
.dropdown.dropdown-lg {
	position: static !important;
}
.dropdown.dropdown-lg .dropdown-menu {
	min-width: 500px;
}
}
.logo-vu {
	margin-bottom: 80px;
}
.footer-b {
	margin-top: 300px;
	background: #1a1a1a;
	min-height: 70px;
	color: #fff;
}
.footer-b p {
	margin-top: 20px;
	font-size: 15px;
}
.input-c {
    margin-top: 20px;
    min-height: 50px;
}
.form-box1 form {
    margin-top: 80px;
}