body {
	/*background: #f5f5f5;*/
}

div.header {
	padding: 1rem 15px;
	/*border-bottom: 1px solid #EEEEEE;*/
	align-items: center;
	display: -webkit-flex;
	background: #FFFFFF;
}

div.header div {
	display: inline-block;
}

div.header .logo {
	float: left;
	width: 80%;
}

div.header .language {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 2rem;
}

div.header .back_to {
	width: 10%;
}

div.header .back_to span {
	font-size: 2rem;
}

div.header .top_title {
	width: 80%;
	text-align: center;
	font-size: 2rem;
}

div.header .language a {
	color: #333333;
	position: relative;
}

div.header .language .dropdown {
	border: none;
}

div.header .language .dropdown button {
	border: none;
	outline: none;
	padding-left: 20px;
}

div.header .language .btn-default.active.focus,
div.header .language .btn-default.active:focus,
div.header .language .btn-default.active:hover,
div.header .language .btn-default:active.focus,
div.header .language .btn-default:active:focus,
div.header .language .btn-default:active:hover,
div.header .language .open>.dropdown-toggle.btn-default.focus,
div.header .language .open>.dropdown-toggle.btn-default:focus,
div.header .language .open>.dropdown-toggle.btn-default:hover {
	background: #FFFFFF;
	box-shadow: none;
	outline: none;
	border: none;
}

div.header .language .dropdown-menu {
	width: 100%;
	min-width: 100%;
}

div.header .language .dropdown-menu {
	border: none;
	box-shadow: none;
}

div.header .language .dropdown-menu li {
	margin-top: 10px;
}

div.header .language .dropdown-menu li:last-child {
	margin-bottom: 10px;
}

div.header .language img {
	width: 15px;
}

div.header .om {
	float: right;
	width:10%;
}
.div.logo img{
	width:130px;
}
img {
	max-width: 100%;
}

.panel {
	border: none;
}

.list-img {
	padding: 0.5rem 15px;
	text-align: center;
	position: relative;
	margin-top: 15px;
}

.list-img .row {
	margin-bottom: 20px;
}

.list-img .row .col-xs-4 {
	background: #FFFFFF;
	margin-right: 4.4999%;
	width: 30.333333%;
	border-radius: 5px;
}

.list-img .row .col-xs-4:last-child {
	margin-right: 0px;
	float: right;
}

.list-img .row .col-xs-4 img {
	width: 50%;
	display: block;
	margin: 0 auto;
	padding: 15px 0px;
}

.list-img .row .col-xs-4 p {
	color: #4c4c4c;
	font-size: 1.5rem;
}

.product-center .panel-body {
	padding-top: 30px;
}

.product-center .panel-body>p {
	color: #333333;
	font-size: 1.5rem;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.product-center .panel-body>p::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #ff9a15;
	left: 50%;
	margin-left: -20px;
	top: 24px;
}

.product-center .panel-body>span {
    color: #a8a8a8;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-center .row .col-xs-4 {
	margin-bottom: 15px;
}

.product-center img {
	display: block;
	margin: 0 auto;
	width:95%;
	margin-bottom: 10px;
}

.product-center p {
	text-align: center;
	color: #4c4c4c;
	font-size: 1.5rem;
}


/**/

.i-about {
	background: none;
}
.i-about img{
	display:none;
	margin-top: 50px;
}
.i-about .panel-body {
	position: relative;
}
/*
.ia-box {
	padding-top: 15px;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 15px;
	padding-right: 15px;
}
*/
.ia-box>p {
	color: #333333;
	font-size: 1.5rem;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.ia-box>p::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #ff9a15;
	left: 50%;
	margin-left: -20px;
	top: 24px;
}

.ia-box>span {
    color: #a8a8a8;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ia-box .content p{
	text-align: center;
	color: #6b6b6b;
	font-size: 1.3rem;
	margin-bottom: 5px;
	line-height: 25px;
}
.ia-box>a{
	display: block;
	width: 65px;
	height: 25px;
	border-radius: 30px;
	text-align: center;
	line-height: 25px;
	color: #6b6b6b;
	font-size: 1.2rem;
	margin: 0 auto;
	margin-top: 2.5rem;
	border: 1px solid #4d4d4d;
}
