@charset "utf-8";

/*greetings*/
.aboutus {}

@media (max-width: 767px){
	.greetings  h2 {
		font-size: 16px;
	}
}

.btn_red{background-color:#f2394a !important;}

/*history*/
.history {}
.history .nav-tabs li {}
.history .nav-tabs li a {
	font-size: 18px;
	background: #eee;
	border: 0 none;
}
.history .nav-tabs li.active {}
.history .nav-tabs li.active a {
	color: #fff;
	background: #C60008;
}
.history .tab-e2 .tab-content {
	border: 0 none;
}
.history h4 {
	height: 200px;
	line-height: 200px;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 20px 0;
}
.history h4.first {
	background-image:url("img/history2.png"); 
}
.history h4.second {
	background-image:url("img/history.png"); 
}
.history h4.third {
	background-image:url("img/history2.png"); 
}
.history h1 {
	border-bottom: 1px solid #ddd;
}
.history ul li ul {
	margin-bottom: 20px;
}
@media (max-width:767px){
	.history .nav-tabs li a {
		font-size: 12px;
	}
	.history h4 {
		height: inherit;
		line-height: inherit;
		background: none !important;
		font-size: 14px;
	}
}

/*business*/
.business {}
.business h3 {
	border-left: 3px solid #e33334;
	padding-left: 10px;
}
.business ul li {
	font-size: 16px;
	margin-bottom: 10px;
}
.business ul li i {}
.business  .panel-title {
	padding: 5px 10px;
}
.business table thead th {
	text-align: center;
}
.business table tbody td {
	vertical-align: middle;
}

/*contact us*/
.contactus {}
.contactus h3 {
	border-left: 3px solid #e33334;
	padding-left: 10px;	
}
.contactus ul {
	padding: 10px;
	border-top:1px solid #ddd;
}
.contactus .road {}
.contactus .road h5 {}
.contactus .road ul {}
.contactus .road ul li {
	margin-bottom: 5px;
}
.contactus .road ul li span {
	color: #fff;
	padding: 2px 5px;
}
.contactus .road ul li span.circle {
	border-radius: 50% !important;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}

/*recruit*/
.recruit {}
.recruit h2 {}
.recruit h2 span {
	color: #e33334;
}
.recruit h3 {
	border-left: 3px solid #e33334;
	padding-left: 10px;
}
.recruit-list {}
.recruit-list li {
	margin-bottom: 30px;
	padding-left: 80px;
	position: relative;
}
.recruit-list li i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	text-align: center;
	color: #fff;
	background: #e33334;
	border-radius: 50% !important;
	position: absolute;
	left: 0;
	top: 0;
}
.recruit-list li h3 {
	margin: 10px 0;
}
.recruit-list li p {}
