.banner{
	padding-top: 80px;
	width:100%;
	background-image:url('../image/banner.jpg');
	background-size: cover;
	height: 300px;
}

.content{
	padding-top: 80px;
	padding-bottom: 50px;
}


.footer{
	background-color: #3E3F3A;
	padding-top: 50px;
	padding-bottom: 10px;
}

.copyright{
	padding-top: 30px;
	color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}