/*=================================================
||				General Rules
==================================================*/

.section-background{
	background: url('../images/about.png');
}


.about{
	background: #f3f3f3;
}


/*=================================================
||			1. Tradition of Service
==================================================*/
.h1about-detail{
	font-size: 40px;
	color: #3f3f3f;
	padding-bottom: 5px;
}
.about-img{
	max-width: 100%;
	max-height: 100%;
	margin-top: 30px;
}
.about-detail{
	font-size: 20px;
	color: #797979;
	font-weight: 300;
	float: left;
	padding: 5px;
	text-align: justify;
	/*transform: translateY(50%);*/
	/*position: absolute;*/
	/*padding-left: 40px;*/
    /*line-height: 22px;*/
}
.about .row:nth-child(4){
	margin-top: 90px;
}


/*=================================================
||			2. History at a Glance
==================================================*/

.h1history-detail{
	font-size: 40px;
	color: #3f3f3f;
	padding-bottom: 5px;
	text-align: center;
}
.history-photo{
	max-width: 100%;
	max-height: 100%;
	padding-top: 30px;
	display: block;
    margin: 0 auto;

}