@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'VistaSansBook';
	src: url('font/VistaSansBook.eot');
	src: url('font/VistaSansBook.eot?#iefix') format('embedded-opentype'),
	url('font/VistaSansBook.svg#') format('svg'),
	url('font/VistaSansBook.woff') format('woff'),
	url('font/VistaSansBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VistaSansBold';
	src: url('font/VistaSansBold.eot');
	src: url('font/VistaSansBold.eot?#iefix') format('embedded-opentype'),
	url('font/VistaSansBold.ttf') format('truetype'),
	url('font/VistaSansBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
#seo{ display: none; }
form{ margin: 0; }

*{
    margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
img {
    max-width: 100%;
	display: block;
}
h1{
	font-size:32px;
}
h2{
	font-size:26px;
}
h3{
	font-size:24px;
}
h4{font-size:22px;}
h5{font-size:18px; line-height:27px;}
p{
	font-size:14px;
	line-height:30px;
}
body{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-family:"VistaSansBook", Arial, sans-serif;
	color: #505050;
	font-weight:normal;
	text-transform:uppercase;
	overflow-x: hidden;
}
.clearfix{clear:both;}
.t-left{text-align:left;}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

a{
	/* outline: none; /* for Firefox */ 
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a img{
	border: 0;
}
div#top {
    text-align: center;
    padding: 5% 0;
}
#top_icon img {
    margin: 0 auto;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 90;
    padding: 20px 0;
	background: rgba(255,255,255,0.9);
	height: 90px;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
}
#logo{
	width:14%;
	margin:0 auto;
	display:none;
}
#logo img{
	width:100%;
}
a.logo {
    display: inline-block;
    margin-top: -8px;
    padding: 0 10%;
}
#lang{
	position: absolute;
    right: 30px;
    top: 17px;
}
#m_lang{
	display:none;
}
#languages{
	float:right;
	font-size:90%;
	padding:0 1%;
	width:270px;
}
#languages a{
	color:#898989;
	padding:0 3%;
}
#languages a:hover{
	color:#ffe100;
}
#langclick{
	float:right;
	font-size:90%;
	margin:-2px 0 0 0;
	color:#000000;
}
#langclick a{
	color:#898989;
}
#langlist{
	position:absolute;
	right:0px;
	margin:20px 0 0 20px;
	width:100px;
	background:#D4D4D4;
	padding:20px 10px;
	text-align:center;
	display:none;
	z-index:99;
	top: 55px;
}
#langlist a{
	float:left;
	width:100%;
	padding:5px 0;
	font-size:90%;
	color:#000;
}
#langlist a:hover{
	text-decoration:none;
}
header nav {
    width:1200px;
	margin:20px auto 0 auto;
}
/*nav ul{
	float:right;
}
ul.nav-left {
    float: left;
}
nav ul li{
	float:left;
}*/
header nav ul li a {
    color: #595656;
    font-size: 20px;
    padding: 0 10px 26px;
    font-weight: bold;
    text-transform: none;
    font-family: "VistaSansBold", Arial;
}
header nav ul li a:hover{
	border-bottom:5px solid #ef8200;
}
header nav ul li a.logo:hover{
	border:0;
}
ul.nav-h li {
    float: left;
}
#searchbox {
    background: #c0c0c0;
    max-width: 260px;
	width:180px;
    position: absolute;
    right: 100px;
	top:22px;
}
#searchbox input[type="text"] {
    background: transparent;
    border: 0;
    padding: 15px 10px;
	width:150px;
    color: #fff;
    font-size: 14px;
    font-family: "VistaSansBold", Arial;
}
.btn-search,
.btn-search a{
	display:inline-block;
    width: 24px;
    height: 24px;
    border: 0;
    background: url(../images/icon-search.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
#m_nav_icon{
	display:none;
	cursor:pointer;
}
#m_nav_close{
	display:none;
	cursor:pointer;
}
#share_index{
	float:right;
	width:500px;
	margin:40px 30px 0 0;
}
.share_icon{
	float:right;
	padding:0 2px;
}
#invisible_nav{
	background:#efefef;
	position:absolute;
	z-index:30;
	width:100%;
	left:0;
	top:0;
	display:none;
	padding:0 0 5px 0;
}
.invisible_logo{
	width:150px;
	margin:10px 0 0 20px;
	float:left;
}
.invisible_logo img{
	width:100%;
}
ul#invisible_navlist{
	float:right;
	margin:23px 20px 0 0;
}
ul#invisible_navlist li{
	float:left;
}
ul#invisible_navlist li a{
	color:#000000;
	font-size:18px;
	padding:0 15px 10px 15px;
}
ul#invisible_navlist li a:hover{
	border-bottom:solid #ffe100 6px;
}
/*---------------------------layout---------------------------*/
#inside_w {
    position: relative;
    width: 100%;
    background: #f2f2f2;
}
#inside_content {
    margin: 160px auto 0 auto;
    background: #fff;
    text-align: center;
    padding: 76px 82px;
    box-sizing: border-box;
    width: 1280px;
}
#breadcrumbs {
    position: relative;
    top: 120px;
    width:1280px;
	margin:0 auto;
	font-size: 13px;
	text-transform: none;
	color: #ef8200;
}
#breadcrumbs a {
    color: #ef8200;
}
#breadcrumbs a:after {
	content:"";
	width:7px;
	height:7px;
	background:#666;
	display:inline-block;
	margin:0 5px;
}
/*---------------------------banner---------------------------*/
#index_banner{
	width:100%;
	top:0;
	left:0;
	position:relative;
	height:auto;
    float: left;
    background-color: rgba(0,0,0,0.8);
}
.box {
    width: 33.3333% !important;
    height: auto !important;
    position: relative;
    float: left;
}
.box.active:after {
    content: "";
    position: absolute;
    border-bottom: 9px solid #ef8200;
    display: block;
    bottom: 0;
    z-index: 9;
    height: 9px;
    width: 100%;
}
.box .img{
    background-color: rgba(0,0,0,0.4);
	transition:ease-in-out 0.5s;
    box-sizing: border-box;
}
.box .img img{
	width:100%;
}
.box .img.active {
    background-color: rgba(0,0,0,0.2);
	transition:ease-in-out 0.5s;
}
.btn-show {
    position: absolute;
    width: 67px;
    height: 67px;
    background: #ef8200;
    top: 35%;
    left: 45%;
    border-radius: 50%;
    z-index: 1;
}
.btn-show i {
    display: block;
    font-size: 50px;
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 67px;
    z-index: 1;
}
.tbox {
    position: absolute;
    top: 50%;
    color: #fff;
    margin: 0 55px;
	text-transform: none;
	opacity:0;
}
.box.active .tbox{
	opacity:1;
    z-index: 2;
	transition:ease-in-out 0.5s;
}
.tbox h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.tbox p{
	font-size:20px;
	line-height:28px;
}
.more{
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #fff;
    position: absolute;
    width: 280px;
    height: 69px;
    z-index: 139;
    color: #fff;
    text-align: center;
    line-height: 69px;
    font-size: 20px;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
	cursor:pointer;
}
.brand-w {
    width: 100%;
    background: #595656;
    position: relative;
}
#index_brand {
    width: 70%;
    position: relative;
    margin: 0;
    display: inline-block;
}
#index_brand:before {
    content: "";
    position: absolute;
    background: rgba(89, 86, 86, 0.8);
    width: 100%;
    height: 100%;
}
#brand_text {
    text-transform: none;
    position: absolute;
    color: #fff;
    padding: 53px 90px 0;
    box-sizing: border-box;
}
#brand_text h2,
#brand_text h2 a {
    text-align: center;
    color: #ef8200;
    margin: 20px 0;
}
#brand_text p {
    line-height: 26px;
}
.brand_btn {
    
}
.brand_btn a img {
    margin: 0 auto;
}
.fancybox-close {
    top: -23px;
    right: -45px;
    width: 40px;
    height: 40px;
}
#fancybox-loading {
	background-position: 0 -130px;
}
#newsbox {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    color: #fff;
    padding: 5% 0 0 2%;
    box-sizing: border-box;
    text-align: center;
}
#newsbox h2 {
    color: #ef8200;
    text-transform: none;
}
#newsbox .list a{color:#fff;}
#newsbox .list h5,
#newsbox .list p {
    font-weight: normal;
    margin: 10px;
	text-transform:none;
}
#newsbox .bx-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: 0;
}
#newsbox .bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff;
	width:8px;
	height:8px;
}
#newsbox .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#newsbox .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ef8200;
}
#products {
    padding: 0 10%;
    margin-bottom: 2%;
	margin-top:2%;
}
#products .bx-viewport {
    box-shadow: none;
    border: 0;
    background: transparent;
    margin: 5% 0;
}
.pdslider .item a {
    display: block;
}
.pdslider .item a img {
    margin:0 auto;
}
.pdslider .item a h5{
	color:#ef8200;
	margin:10px 0;
	text-align:center;
}
.pdslider .item a p{
	color:#8b8b8b;
	font-size:16px;
	line-height:24px;
}
.pdslider .item a h5,
.pdslider .item a p{
	text-transform:none;
}
#products .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top: -30px;
}
#products .owl-controls .owl-prev {
    margin-left: -30px;
    background: url(../images/pdslider_controls.png) no-repeat 0 0px;
	width:30px;
	height:60px;
	font-size:0;
}
#products .owl-controls .owl-next {
	float: right;
    margin-right: -30px;
    margin-top: -60px;
    background: url(../images/pdslider_controls.png) no-repeat -40px 0;
    width: 30px;
    height: 60px;
    font-size: 0;
}
#built {
    position: relative;
	text-transform:none;
}
.built-t {
    position: absolute;
    top: 54px;
	padding: 1% 19%;
}
.built-t h5 {
    font-size: 32px;
    color: #ef8200;
    text-align: center;
	margin-bottom: 20px;
	margin-top:0;
}
.built-t p {
    color: #fff;
    padding:20px 0 0 0;
    line-height: 1.4em;
}
.built-t .item {
    display: inline-block;
    width: 28%;
    color: #fff;
    padding-left: 5%;
    vertical-align: top;
    text-align: center;
    margin-top: 50px;
}
.built-t .item .title {
    font-size: 82.5px;
}
.built-t .item .info {
    font-size: 21px;
	line-height:28px;
}
.built-img {
    background: #9B9B9B;
}
.built-img>img {
    width: 100%;
	margin:0 auto;
}
#m-lang{display:none;}
/*footer*/
footer {
    width: 100%;
    background: url(../images/footerbg.png) no-repeat #dcdddd right -46px bottom;
    padding: 2% 6% 0 0;
    position: relative;
    min-height: 268px;
}
footer .info {
    display: inline-block;
    width: 253px;
    vertical-align: top;
    margin-right: 58px;
	text-transform:none;
	margin-left: 20px;
	margin-bottom:30px;
}
footer .info h5{
	color:#ef8200;
	margin-bottom:10px;
}
footer .info p,
footer .info a{
	font-size:14px;
	color:#9b9b9b;
	line-height:1.5em;
}
footer .info a{
	color:#ef8200;
}
.copyright {
    color: #595656;
    font-size: 14px;
    position: absolute;
    bottom: 7%;
    text-transform: none;
    left: 20px;
}
.copyright a{color: #595656;}
/*--------------------------------------content--------------------------------------*/
#inside_content h1 {
    color: #5d5a5a;
    margin-bottom: 36px;
	font-family: "VistaSansBold", Arial;
}
#inside_content h3 {
    color: #5a5858;
    margin-bottom: 75px;
}
/*------------------------------------input button----------------------------------*/
.pd-searchbox input[type="text"] {
    background: #e6e7eb;
    width: 457px;
    height: 47px;
}
input,select {
    border: 0;
    padding: 5px 20px;
    box-sizing: border-box;
    color: #acacac;
    font-size: 16px;
    font-family: "VistaSansBook";
	background: #fff;
}
.btn {
  background: #ef8200;
  width: 116px;
  height: 47px;
  color:#fff;
  border:0;
  font-size:16px;
  font-family: "VistaSansBook";
  cursor:pointer;
}
/*---------------table----------------*/
table{
	border-spacing: 0;
    border-collapse: collapse;
}
thead {
    background: #727171;
    color: #fff;
}
thead>tr>td {
    padding: 20px 20px;
}
tbody>tr>td {
    padding: 40px 20px;
    border-bottom: 1px solid #878787;
    text-transform: none;
    font-size: 14px;
}
tbody>tr>td a{color: #777777;}
thead>tr>td:nth-child(2),
thead>tr>td:nth-child(3){
	width:40%;
}
thead>tr>td:last-child{
	width:10%;
}
.visible-m{
    display: none !important;
}

@media screen and (max-width: 1920px){
	.brand_bg img {
		max-height: 317px;
		height: 100vh;
	}
	a.logo img {
		width: 90%;
	}
}
@media screen and (max-width: 1440px) {
	.container{
		max-width:1440px;
	}
	a.logo {
		padding: 0 15px;
	}
	a.logo img {
		width: 90%;
	}
	header nav {
		/*width:75%;
		left:180px;*/
	}
	header nav ul li a {
		font-size: 18px;
		padding: 0 5px 26px 10px;
	}
	.tbox {
		top: 50%;
	}
	.tbox h2{
		font-size:32px;
		margin-bottom:20px;
	}
	.tbox p{
		font-size:16px;
		line-height:22px;
	}
	.brand_bg img {
		max-height: 317px;
		height: 100vh;
	}
	.built-t {
		top: 35px;
	}
	.built-t .item {
    	width: 33%;
	}
	.more{
		height:50px;
		line-height:50px;
	}
}

@media screen and (max-width: 1366px) {
	a.logo{
		padding:0 5px;
	}
	header nav {
		/*width:75%;
		left:120px;*/
		font-size:16px;
	}
	.container{
		max-width:1366px;
	}
	.built-t p{
		padding:0;
		font-size:16px;
	}
	.built-t .item {
    	width: 33%;
	}
	.brand_bg img {
		max-height: 317px;
		height: 100vh;
	}
	#brand_text p{
		font-size:16px;
		line-height:24px;
	}
	#newsbox .list h5, #newsbox .list p{
		font-size:16px;
	}
	.more{
		height:40px;
		line-height:40px;
		font-size:16px;
		margin-top:15px;
	}
	#searchbox{
		max-width:200px;
		width:150px;
	}
	#searchbox input[type="text"]{
		width:120px;
	}
}

@media screen and (max-width: 1334px) {
	.container{
		max-width:1334px;
	}
	a.logo {
		padding: 0 1%;
	}
	header nav{
        /*left:140px;*/
    }
	header nav ul li a {
		/*font-size: 103%;*/
	}
    .tbox h2 {
        margin-bottom: 10px;
		font-size:28px;
		margin-top:10px;
    }
	.tbox p{
		font-size:13px;
		line-height:18px;
	}
	.more{
		line-height:35px;
		height:auto;
        margin-top:15px;
	}
	.built-t .item {
    	width: 33%;
	}
}

@media screen and (max-width: 1280px) {
	.container{
		max-width:1280px;
	}
	a.logo {
		padding: 0 8%;
		max-width: 200px;
	}
	a.logo img {
		width: 100%;
	}
	header nav{
		width:1100px;
        /*left:135px;*/
    }
	header nav ul li a {
		/*font-size: 108%;*/
	}
	.tbox p {
		font-size: 13px;
		line-height: 19px;
	}
	#searchbox {
		max-width: 160px;
		right: 85px;
	}
	#searchbox input[type="text"] {
		padding: 15px 8px;
		width: 120px;
	}
}

@media screen and (max-width: 1136px) {
	header nav {
		width:1000px;
	}
	#searchbox {
		display:none;
	}
}

@media screen and (max-width: 1024px) {
	.container{
		max-width:1024px;
	}
	a.logo {
		padding: 0 8%;
		max-width: 200px;
	}
	a.logo img {
		width: 100%;
	}
	header nav {
		/*top: 38px;
		left:90px;*/
	}
	header nav ul li a {
		font-size: 18px;
    	padding: 0 8px 36px;
	}
	
	#searchbox {
		max-width: 110px;
		right: 85px;
	}
	#searchbox input[type="text"] {
		padding: 10px;
		width: 80px;
	}
	.tbox {
		margin: 0 15px;
		top:50%;
	}
	.tbox h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.tbox p{
		font-size:12px;
		line-height:18px;
	}
	.more {
		line-height: 30px;
		margin-top: 10px;
	}
	#brand_text h2, #brand_text h2 a{
		font-size:24px;
	}
	#brand_text {
		padding: 53px 70px 0;
	}
	.built-t h5 {
		font-size: 30px;
	}
	.built-t {
		top: 20px;
		padding: 1% 5%;
	}
	.built-t .item {
		width: 30%;
		margin-top: 10px;
	}
	.built-t .item .title {
		font-size: 70.5px;
	}
	#newsbox h2{
		font-size:24px;
	}
	.pdslider .item a p{
		font-size:12px;
		line-height:18px;
	}
	footer{
		padding:4% 6% 0 0;
	}
    
}
@media screen and (max-width:736px){
	h1{
		font-size:20px;
	}
	h3{
		font-size:16px;
	}
	header nav{
		left:5px;
	}
	header nav ul li a{
		padding:0 3px 36px;
	}
	a.logo{
		padding:0 3%;
		max-width:100px;
	}
	.btn-show{
		width:40px;
		height:40px;
	}
	.btn-show i{
		font-size:30px;
		line-height:40px;
	}
	.tbox{
		margin:0 auto;
		left:38%;
	}
	.tbox h2{
		font-size:18px;
	}
	.tbox p{
		display:none;
	}
	.more{
		width:120px;
	}
	#brand_text p{
		font-size:14px;
		line-height:22px;
	}
	#brand_text h2, #brand_text h2 a{
		font-size:22px;
	}
	#newsbox{
		padding:8% 0 0 2%;
	}
	#newsbox h2{
		font-size:20px;
		margin-bottom:10px;
	}
	#newsbox .list p{
		margin:0px 5px;
	}
	.built-t p{
		font-size:13px;
	}
	.built-t .item .title{
		font-size:40px;
	}
	.built-t .item .info{
		font-size:13px;
		line-height:21px;
	}
	#inside_content h1{
		margin-bottom:15px;
	}
	#inside_content h3{
		margin-bottom:25px;
	}
	.pd-searchbox input[type="text"]{
		width:400px;
		height:35px;
	}
	.btn{
		height:35px;
	}
	
}

@media screen and (max-width:480px){
    .fancybox-close{
        top: -50px;
        right: 0;
    }
    #fancybox-loading {
        background-size: 44px 174px;
    }
	header {
        width: 100%;
        position: relative;
        top: 0;
        z-index: 90;
        height: auto;
        background: rgba(255,255,255,1);
	}
	header .container {
		padding:0 15px;
	}
	header nav,
	#lang{display:none;}
	header nav{
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 30px;
		margin-bottom:30px;
		left:0;
	}
	header nav ul.nav-h li {
		float:none;
	}
	header nav ul li a.logo,
    #index_banner{
		display:none;
	}
	header nav ul li a {
		font-size: 24px;
		margin-bottom: 20px;
		display: block;
		padding: 0;
		border-bottom: 5px solid transparent;
        padding-left: 20px;
	}
	#m_nav_icon{
		display:block;
		position:absolute;
		right:3%;
		top:inherit;
		z-index:10;
        width: 50px;
	}
	#m_lang{
		margin-left: 20px;
	}
	.langue-list{
		margin-left:30px;
	}
	.langue-list a {
		display: block;
		font-size: 20px;
		color: #595656;
		line-height: 50px;
		text-transform:none;
	}
	.btn-langue, .langue-list {
		display: inline-block;
		vertical-align: top;
        margin-top:20px;
	}
    .btn-langue{
        width:50px;
    }
	#logo {
		width: 100%;
		position: relative;
		z-index: 12;
		display: block;
		max-width: 326px;
		margin: 16px auto 36px;
		display:block;
	}
	#logo img{
		width:75%;
		margin-left:9.5%;
	}
	#searchbox {
        background: #c0c0c0;
        max-width: none;
        position: relative;
        right: inherit;
        top: inherit;
        width: 80%;
		display:block;
    }
	#searchbox input[type="text"] {
        background: transparent;
        border: 0;
        padding: 6% 5%;
        color: #fff;
        font-size: 16px;
        width: 82%;
        font-family: "VistaSansReg","Arial";
    }
    .btn-search, .btn-search a {
        width: 30px;
        height: 32px;
        background: url(../images/m_icon-search.png) no-repeat;
    }
    #index_banner .tbox{
        display: none;
    }
    .btn-show{
        width:30px;
        height: 30px;
        margin-top:-15px;
        margin-left:-15px;
    }
    .btn-show i{
        line-height: 30px;
        font-size: 20px;
        font-family: "VistaSansBold", Arial;
    }
    .m-banner ul{
        float: left;
    }
    .m-banner li{
        float: left;
        position: relative;
        width: 33.3333%;
    }
/*
    li.ui-state-default:after {
        background-color: rgba(0,0,0,0.4);
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
    }
    .m-banner li.ui-tabs-active:after {
        background-color: rgba(0,0,0,0.2);
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }
*/
    .m-banner li a{
        float: left;
    }
    .m-banner li a i{
        line-height: 30px;
        font-size: 20px;
        font-family: "VistaSansBold", Arial;
        color: #fff;
        font-style: normal;
        background: #ef8200;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        transform: translate(-50%, -50%);
        z-index: 3;
    }
    li.i1 a{
        left:17%;
    }
    li.i3 a{
        left: inherit;
        right: 17%;
    }
    .m-banner .tbox{
        position: static;
        background: #595656;
        top: inherit;
        margin: 0;
        opacity: 1;
        padding: 10%;
        border-bottom: 5px solid #ef8200;
        clear: both;
    }
    .t-icon {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background: #fff;
        text-align: center;
        margin: 0 auto 20px;
    }
    .t-icon i{
        font-size: 20px;
        line-height: 30px;
        font-family: "VistaSansBold", Arial;
        font-style: normal;
        color: #595656;
    }
    .tbox h2 {
        font-size: 20px;
    }
    .tbox p{
        font-size:16px;
		line-height:24px;
    }
    .more {
        line-height: 35px;
        margin-top: 10px;
        position: relative;
        display: block;
        font-size: 16px;
    }
	#index_brand,#newsbox {
		width: 100%;
	}
    #index_brand {
        background: url(../images/m_index_bg1.png) no-repeat 50% 50%;
        display: block;
        background-size: cover;
    }
	#brand_text {
		padding: 6%;
        position: relative;
	}
	#brand_text h2, #brand_text h2 a{
		font-size:26px;
		font-family:"VistaSansBold", Arial;
	}
	.brand_bg img {
		display:none;
	}
	.brand_bg_m img {
		max-height: 580px;
		height: 100vh;
	}
	.hidden-m{
		display:none !important;
	}
	.visible-m{
		display:block !important;
	}
	#brand_text p {
		font-size: 16px;
		line-height: 1.5em;
	}
	.brand_btn {
        width: 63px;
        margin: 50px auto;
    }
	#newsbox{
		padding: 10% 5%;
	}
	#newsbox h2 {
		font-size:26px;
	}
	#newsbox .list h5{
		font-size:14px;
		color:#ababab;
	}
	#newsbox .list p{
		font-size:16px;
		color:#fff;
	}
	#newsbox .bx-wrapper .bx-pager.bx-default-pager a{
		width:8px;
		height:8px;
	}
	.bx-wrapper .bx-pager{
		bottom: -50px;
	}
	#built {
		background: url(../images/m_built_bg.png) no-repeat center top #9B9B9B;
	}
	.built-t{
		position:static;
	}
	.built-img{
		display:none;
	}
	.built-tbox {
		background: #9B9B9B;
		padding: 5px;
		margin: 30px 0;
	}
	.built-t h5 {
		font-size: 24px;
		font-family:"VistaSansBold", Arial;
		margin: 40px 10px 20px 10px;
		line-height:30px;
	}
	.built-t p {
		color: #fff;
		font-size: 16px;
		line-height: 1.5em;
	}
	.built-t .item {
		width: 100%;
		margin: 60px 0;
		display: block;
	}
	.built-t .item .title {
		font-size: 50px;
	}
	.built-t .item .info {
		font-size: 16px;
		margin-top: 30px;
	}
	#products {
		padding: 5% 10%;
	}
	.pdslider .item a h5 {
		color: #ef8200;
		margin: 10px 0;
		font-size: 24px;
		font-family: "VistaSansBold", Arial;
		line-height:30px;
	}
	.pdslider .item a p {
		color: #8b8b8b;
		font-size: 16px;
		display:none;
	}
	body.home .copyright {
		color: #595656;
		font-size: 14px;
		position: static;
		bottom: inherit;
		text-transform: none;
		left: inherit;
		text-align: center;
		line-height: 1.5em;
		padding:0 6% 5% 6%;
	}
    div#top_icon img {
        width: 65px;
    }
	footer {
    padding: 10% 0 0 3%;
}
}
@media screen and (max-width:414px){
}
@media screen and (max-width:375px){
}
@media screen and (max-width:360px){
}
