
body {
    background: #e2e2e2;
    color: #a5a5a5
}
.container  {
    background: none repeat scroll 0 0 #ffffff;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0;
}
#johongly #logo {
    background: url("../images/home_bg.jpg") repeat scroll right top / 100% 100% rgba(0, 0, 0, 0);
	margin: 0;
	min-height: 188px;
}
#johongly .content {
    margin: 0 5% 0 5%;
    max-width: 1290px;
}
#johongly #main_home {
	background: none repeat scroll 0 0 #f0f0f0;
	margin: 0;
}
#johongly #main_home .center {
    border-right: 3px solid #babab9;
    border-left: 3px solid #babab9;
    border-bottom: 3px solid #babab9;
    background: #f2f2f2;
}
#johongly #logo img {
    margin: 34px 0 0 -18px;
}

#johongly #logo .logo_right {
    text-align: right;
    margin-left: -10%;
    line-height: 20px;
}
#johongly #logo h3 {
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    margin: 40px 0 0;
    font-size: 18px;
    color: #495d82;
    text-transform: uppercase;   
}
#johongly #logo h4 {
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #de6d68;
    position: relative;
    top: 10px;
}
#johongly #logo h5 {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #484848; 
}
#johongly #main_home .menu {
    background: url('../images/home_menu.png') top left / 100% 100% rgba(0, 0, 0, 0) ;
    min-height: 48px;
    box-shadow: 0px 5px 5px 5px;
    margin:0 0 50px 0;
}
#johongly #main_home .menu ul {
    list-style-type: none;
    margin-left: -37px;
}
#johongly #main_home .menu li {
    float: left;
    font-size: 18px;
    border-left:2px solid #f0f0f0 ;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
    margin-top: -10px;
    padding: 11px 20px;
}
#johongly #main_home .menu ul li.active{
    background: #6581c1;
}
#johongly #main_home .menu ul li:hover {
    background: #6581c1;
}
#johongly #main_home .menu  a{
    color: #f7f7ed;
}
#johongly #main_home .menu .li_menu {
    border-right:2px solid #f0f0f0 ;
}
#johongly #main_home .center {
    margin-left: 2px;
}
#johongly #main_home .center .bg_center {
    background: url('../images/home_center.jpg') top left ;
    height: 24px;
}
#johongly #main_home .center .main_left {
    margin:50px 0 0 0;
}
li {
list-style: none;
}
#johongly #main_home .center .main_left h3 {
  color: #63625f;
  font-family: 'Lato',sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 31px;
}
#johongly #main_home .center .main_left p {
  color: #63625f;
  font-family: 'Lato',sans-serif;
  font-size: 20px;
  font-weight: 400;
}
#johongly #main_home .center .main_left span {
  color: #63625f;
  font-family: 'Lato',sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#johongly #main_home .center .main_right img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-top:130px;
  margin-bottom: 50px;
}
#johongly #main_home #contact p {
  color: #787878;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 25px 0 35px;
  text-align: center;
}