header{
	min-height: 150px;
	position: relative;
}
header .container {
	margin-top: 20px;
}	
.top_line {
	background-color: #e2e2e2;
	height: 7px;
}
.lang {
	margin: 20px 0 0 0;
}
.lang_switch {
	height: 28px;
	width: 28px;
	background-color: #bbbbbb;
	text-align: center;
	float: left;
	margin-right: 12px;
	line-height: 28px;
	color: #fff
}
.lang_switch:hover {
	cursor: pointer;
}
.lang .active {
	background-color: #447E9A;
	color: #fff;

}
.logo {
	float: left;
}
.header_text {
	display: inline-block;
	margin: 10px 0 0 28px;
	font-family: 'Roboto';
	font-weight: 500;
    font-size: 15px;
}
.menu_wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_item_wrapper {
	display: block;
    float: left;
    /*width: 24.959%;*/
}
.menu_item {
	background-color: #447E9A;
	color: #fff;
	display: block;
	text-align: center;
    padding: 23px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
}
.menu_item_wrapper .menu_item:hover{
	background-color: #a82a3f;
	text-decoration: none;
	color: #fff;
}
.menu_item_wrapper .menu_item:visited{
	text-decoration: none;
	color: #fff;
}
.menu {
	height: 80px;
	margin-top: 20px;
}

.submenu {
	position: absolute;
	left: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #fff;
	display:none;
}
.submenu_item{
	background-color: #447E9A;
    color: #fff;
    display: block;
    padding: 13px 29px;
    border-top: 1px solid #fff;
    line-height: 13px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    
}
.submenu_item:hover {
	background-color: #a82a3f;
	color: #fff;
    text-decoration: none;
}
.banner {
	height: 210px;
	background-color: #d4eff6;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;	
}
#banner1 {
	background-color: #ececec;
}
.banner_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.product_heading {
	padding: 17px 40px;
	margin: 10px 0 20px;
	background-color: #447E9A;
	font-size: 17px;
    font-weight: 300;
	font-family: 'Roboto';
    color: #fff;
    text-align: center;
    background-image: url('../image/prd_icon.png');
    background-size: 19px 17px;
    background-repeat: no-repeat;
    background-position: 35px 20px;
}
.img_wrapper_main {
	min-height: 529px;
	background: #bbbbbb url('../image/bcg_main.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
.img_wrapper_main>p {
	text-align: right;
    color: #646462;
    font-family: 'Roboto';
    font-size: 34px;
    line-height: 38px;
    font-weight: 300;
    padding: 54px 50px;
}
.box-product>div {
	display: inline-block;
}
.btn_main {
	position: absolute;
	width: 230px;
    height: 55px;
    display: block;
    background-color: #447E9A;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
    line-height: 55px;
    bottom: 0;
    right: 0;
    margin: 0px 44px 20px;
}
.btn_main:hover {
	color: #fff;
}
.grey_line {
	height:0;
	border:2px #E2E2E2 solid;
	margin: 15px 0 0;
}
.flued_color {
	color: #E2E2E2;
    background-color: #bbbbbb;
    margin-top: 20px;
    text-align: center;
}
.copyright {
	color: inherit;
    font-family: 'Roboto';
    height: 40px;
    line-height: 40px;
    text-align: center;    
}
.copyright p {
	margin: 0;
	padding: 0;
}
.banner_title {
	font-size: 20px;
    color: #646462;
    font-family: 'Roboto';
    padding: 20px 22px;
    font-weight: 300;
    letter-spacing: -0.6px;
}
.side_category_wrapper0 {
	width: 100%;
	margin-bottom: 25px;
	display: none;
}
.side_category_wrapper1 {
	width: 100%;
	margin-bottom: 25px;
	display: none;
}
.sc {
	margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto';
    background-color: #BBB;
    color: #fff;
}
.sc_item {
    color: inherit;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    text-decoration: none;
}
.sc_item:hover {
	background-color: #447E9A;
	text-decoration: none;
	color: inherit;
}
.image-additional {
    margin-top: 10px;
}