/* 
========================================

下層:　offecer

========================================
*/
#hero{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	width: 100%;
	height: 400px;
	display: table;
	position: relative;
	z-index: 20;
	color: #ffffff;
}
#hero:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: -40px;
	overflow: visible;
	width: 100%;
	height: 400px;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/top_pic37.jpg);
}
.hero-introL{
	height: 344px;
	margin: 56px 0 0 70%;
	padding: 80px 30px 0;
	background: rgba(255, 255, 255, .8);
	color: #56524c;
}
.col-md-3, .col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
}

#fh5co-features{
	padding-top: 40px;
	background: none;
}

.topBOX{
	height: auto;
}

.busBOX{
	height: 200px;
}
.busBOX h3{
	line-height: 22px;
	margin: 10px;
}
.container2{
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}


.ifyou{
	font-size: 24px;
	font-family: "Sorts Mill Goudy", serif;
	text-align: right;
	padding:60px 10px 5px ;
	border-bottom: 1px solid #c9c1b8;
	width: 100%;
}

figure{
	position: relative;
	margin: 0 0 90px;
}
figure img{}
figcaption{
	text-align: right;
	margin-right: 3px;
}

.textF1{
	font-size: 30px;
	font-family: "Sorts Mill Goudy", serif;
}
.textF2{
	font-size: 18px;
	font-family: "Sorts Mill Goudy", serif;
}
.marL-20{
	padding-top:20px;
	margin: 0 auto;
	width:100%;
}
.btn{
	white-space: normal;
	border: 1px solid #ccc;
}
.leg{
	background: #92b155;
	color: #fff;
}
.underBAR{
	border-bottom: 1px solid #caed5d;
	width: 90%;
	margin: 10px auto;
}


.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4{width: 33.28%;}

@media screen and (max-width: 1200px) {
	.container2{
		width: 950px;
	}
}


@media screen and (max-width: 992px) {
	.container2{
		width: 750px;
	}
	#main{
		background: none;
	}
}
@media screen and (max-width: 768px) {
	.container2{
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	.hero-introL{
		height: 260px;
		margin: 40px 0 0 50%;
		padding: 40px 20px 0;
		background: rgba(255, 255, 255, .8);
		color: #56524c;
	}
	h1.feature-box.hero-animate-1.fadeInUp.animated{opacity: 1;}
	p.feature-box.hero-animate-2.fadeInUp.animated{opacity: 1;}
	.busBOX{
		height: 180px;}
	#main{
		background: none;
	}
	.textF1{
		font-size: 28px;
	}
	.textF2{
		font-size: 17px;
	}
	.col-xs-6{width: 49.85%;}
}

@media screen and (max-width: 480px) {
	.container2{
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	.hero-introL{
		height: 360px;
		margin: 40px 0 0 40%;
		padding: 40px 15px 0;
		background: rgba(255, 255, 255, .8);
		color: #56524c;
	}
	#hero .hero-wrap .hero-introL .visible-xs-block h1{
		margin: 0 0 10px 0;
	}
	.busBOX{
		height: 130px;
	}
	#main{
		background: none;
	}

	.textF1{
		font-size: 26px;
	}
	.textF2{
		font-size: 16px;
	}
	
}
