@charset "utf-8";
/*sub-main*/
.sub-main {
	margin: 30px 0;
	border: 1px solid #ddd;
	padding: 20px;
}

/*greetings*/
.greetings {}
.greetings-top {
	position: relative;
}
.greetings-top img {
	width: 100%;
	max-width: 750px;
}
.greetings-top h3 {
	font-weight: 700;
}
.greetings-top p {}

/*about-us*/
.sub-main .img-responsive {
	margin: 0 auto;
}

/*product*/
.product-content {
	margin-top: 50px;
}
.product-content dt {
	text-align: left;
	margin-bottom: 5px;
}
.product-content dd {
	margin-bottom: 5px;
}
@media screen and (max-width){
	.product-content {
		margin: 0;
	}
}

/*history*/
.history .tab-e2 .nav-tabs li.active a {
	border: 0 none;
	background: #3393c0;
	color: #fff;
	font-size: 20px;
}
.history .tab-e2 .tab-content {
	border: 1px solid #3393c0;
	margin-top: -1px;
	background-image: url("img/history.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
.history .tab-content h5 {
	font-size: 18px;
	margin: 0;
}
.history .tab-content ul {
	margin-bottom: 20px;
}
@media screen and (max-width:767px){
	.history .tab-e2 .nav-tabs li a {
		padding: 5px 7px;
	}
	.history .tab-e2 .nav-tabs li.active a {
		font-size: 12px;
	}
	.history .tab-e2 .tab-content {
		background: none;
	}
}

/*design*/
.design .slide {}
.design .slide .item {}
.design .slide .item img {
	width: 100%;
}
.design .slide .item .carousel-caption {
	left: 50px;
	background: rgba(0,0,0,0.6);
	bottom: 50px;
	padding: 10px;
}
.design .slide .item .carousel-caption h3 {
	color: #fff;
	text-align: left;
}
.design .slide .item .carousel-caption p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.design .slide .item .carousel-caption ul {}
.design .slide .item .carousel-caption ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.design .slide .carousel-indicators {
	bottom: auto;
    left: auto;
    margin: 0;
    position: relative;
    width: 100%;
}
.design .slide .carousel-indicators li {
	width: 23.9%;
	padding: 5px;
	text-indent: 0;
	margin: 0;
	height: auto;
}
.design .slide .carousel-indicators li img{
	max-width: 100%;
	opacity: 0.7;
}
.design .slide .carousel-indicators li.active img{
	opacity: 1;
}
@media screen and (max-width: 767px){
	.design .slide .item .carousel-caption {
		bottom: 10px;
		left: 10px;
	}
	.design .slide .item .carousel-caption h3, .design .slide .item .carousel-caption p, .design .slide .item .carousel-caption ul li {
		font-size: 12px;
		font-weight: normal;
	}

}

/*recruit*/
.recruit {}
.recruit h4 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
}


/*finance*/
.finance {}
.finance .hte-progress {
	height: 200px;
	width: 50px;
	background: #eee;
	position: relative;
}
.finance .hte-progress .progress-bar {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
}
.finance h4 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
}
.finance .table.text-center th {
	text-align: center;
}


/*faq*/
.faq .panel-title {
}
.faq .panel-title a {
	padding: 10px;
	display: block;
}
.faq .panel-title span {
	margin-right: 10px;
}

