/* CSS Document */

body {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-height:100%;
	min-height:480px;
    background-color: #606060;
    font-family: ubuntu-condensed;
}


.dim_sorry{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(81,81,81,0.95);
	z-index:30;
	display:none;
	
}

.close{
	cursor:pointer;
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:31;
	background-color:rgba(0,0,0,1.00);
	border-radius:10px;
	background-image:url(../img/close.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}

.close:hover{
	background-color:#727272;
}

.t-sorry{
	position:relative;
	color:white;
	font-size:50px;
	text-align:center;
	line-height:70px;
	margin:20% auto;

		transition:all ease-in-out 200ms;
		-webkit-transition:all ease-in-out 200ms;
		-ms-transition:all ease-in-out 200ms;
		-moz-transition:all ease-in-out 200ms;	
}

.bg_index{
	float:left;
	top:0px;
	position:fixed;
	width:100%;
	height:100%;
	min-height:480px;
	z-index:0;
	background:url(../img/bg_2.png), url(../img/bg.jpg);
	background-position: 0px bottom, center top;
	background-repeat:repeat-x;
	background-color:rgba(10,54,5,1.00);
	
	background-size: auto,auto;
	-webkit-background-size: auto,auto;
	-moz-background-size: auto,auto;
	-ms-background-size: auto,auto;
	
	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;
}

.bg{
	float:left;
	top:0px;
	position:fixed;
	width:100%;
	height:100%;
	min-height:480px;
	z-index:0;	
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#606060;
	
	background-size: auto auto;
	-webkit-background-size: auto,auto;
	-moz-background-size: auto,auto;
	-ms-background-size: auto,auto;	
	
	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;	
}

.bg_gray{
	float:left;
	top:0px;
	position:fixed;
	width:100%;
	height:100%;
	min-height:480px;
	z-index:0;
	background-image:url(../img/bg3.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	
	background-size:auto auto;
	-webkit-background-size: auto,auto;
	-moz-background-size: auto,auto;
	-ms-background-size: auto,auto;	
	
	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;		
}

#page {
    float: none;
    height: 100%;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
	position:absolute;
    margin-right: auto;
    display: block;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
}

#body {
    float: left;
    width: 100%;
    height: auto;
    color:#606060;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    clear: none;
    margin-right: 0px;
	background-color:transparent;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

#dim {
	cursor: pointer;
    float: left;
    height: 100%;
    clear: none;
    width: 100%;
    min-height: 50px;
    position: absolute;
    top: 0px;
    left: 0%;
    bottom: auto;
    right: auto;
    z-index: 11;
    display: none;
    background-color: rgba(0, 0, 0, 0.498039);
}

#detail, #detail_references {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 160px;
    clear: none;
    width: 980px;
    margin-right: auto;
    padding-top: 30px;
    position: relative;
    top: 0px;
    left: 0px;
}



/*--------------end---------------*/

/*mobile menu*/

#mb_nav {
    float: left;
    height: 100%;
    clear: none;
    width:100%;
    min-height: 0px;
    position: absolute;
    z-index: 1;
    background-color:#C5C5C5;
}

.mb_dim{
	cursor: pointer;
	height:50px; 
	width:100%;
	position:absolute; 
	z-index:3; 
	display:none;
}

#mb_logo {
	cursor: pointer;
    float: left;
    height: 80px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
    background-image: url(../img/logo.png);
    background-attachment: scroll;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    padding: 0px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(170,170,170,1.00);
    border-bottom-style: solid;
    background-position: 20px 50%;
    background-repeat: no-repeat no-repeat;
}

.bg_mb {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    min-height: 0px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(170,170,170,1.00);
    border-bottom-style: solid;
    padding: 0px;
	overflow:hidden;
}

.mb {
	cursor: pointer;
    float: left;
    font-size: 20px;
    width: 100%;
    height: 50px;
    text-align: left;
    font-weight: normal;
    line-height: 50px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    padding: 0px 0px 0px 20px;
    color:black;
    display: block;
}

.mb:hover{
	color: rgba(128,128,128,1.00);
}

#mbs_company {
    float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 40px;
    margin: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    padding: 0px 0px 20px 20px;
    color:white;
    display: none;
}

#mbs_expertise {
    float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 40px;
    margin: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    padding: 0px 0px 20px 20px;
    color:white;
    display: none;
}
/*--------------end---------------*/

/*main menu*/

#up {
	cursor:pointer;
	float:left;
	left: 50%;
	width:40px;
	height:30px;
	border-radius:10px 10px 0px 0px;
	background-color:black;
	background-image: url(../img/up.png);
	background-size: 30px;
	background-position:center;
	background-repeat:no-repeat;
    -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 2px;
	position:fixed;
	bottom:0px;
	z-index:9;

}

#up:hover{
	background-color: #333333;
}

#logo {
	cursor: pointer;
    float: none;
    width: 209px;
    height: 60px;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 20;
    margin-top: 0px;
    margin-left: auto;
    clear: none;
    margin-right: auto;
}


.nav {
    float: none;
    height: auto;
    clear: none;
    width: 100%;
    min-width: 0px;
    padding: 20px 15px;
    display: block;
    position: absolute;
    z-index: 10;
	background-image:url(../img/bg_logo.png);
	background-repeat:no-repeat;
	background-position:center -80px;
}

#dim_f {
    float: none;
    height: auto;
    clear: none;
    width: 100%;
    min-width: 0px;
    padding: 20px 15px;
    display: block;
    position: absolute;
    z-index:9;
}

#dt_nav {
    float: none;
    height: 40px;
    width: 980px;
    background-color:#464646;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 2px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 20;
    clear: none;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;

	
}

#nav_bt {
    float: left;
    height: 40px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image: url(../img/bg_nav.jpg);
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#home {
    border-right-width: 1px;
    border-right-color: rgba(70,70,70,1.00);
    border-right-style: solid;
}

#co, #expertise, #reference, #jobs {
    border-left-width: 1px;
    border-left-color: rgba(130,130,130,1.00);
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(70,70,70,1.00);
    border-right-style: solid;

}

#contact {
    border-left-width: 1px;
    border-left-color: rgba(130,130,130,1.00);
    border-left-style: solid;
}

/*class buttom mainmenu hover*/
a.n {
    float: left;
    font-size: 18px;
    width: 20%;
    height: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    color:white;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin: 0px;
    clear: none;
    min-width: 0px;
	word-spacing:1px;
}

a.n:hover {
	color: #c0c0c0;
}

.hyl{
	padding-top:30px;
}

a.hyperlink:hover{
	color:#606060;
	
}
/*--------------end---------------*/


/*footer*/

#footer {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 980px;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
}



.ftr {
    float: right;
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: normal;
    color: rgb(255, 255, 255);
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: tahoma;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin: 0px;
    clear: none;
}

.ftl {
    float: left;
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    color: rgb(255, 255, 255);
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: tahoma;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
}
/*--------------end---------------*/

/*text*/

h20{
    float: left;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    min-width: 0px;
    padding-bottom: 10px;
}


ul, ol{
	float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    color: #606060;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    clear: none;
    min-width: 0px;
}

li{
	padding-right:20px;
}



p{
	float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    color: #606060;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    min-width: 0px;
    padding-bottom: 10px;
}

c{
	float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    color: #606060;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    min-width: 0px;
    padding-bottom: 10px;
}

h28{
    float: left;
    font-size: 28px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    min-width: 0px;
    padding-bottom: 20px;
}
/*--------------end---------------*/


/*--reference table--*/

tr.row-title{
	float:left;
	width:100%;
	padding:0px;
	border-top:1px solid black;
	border-bottom:2px solid;
	font-size:14px;
	font-weight:bold;
	text-align:left;	
	
}

tr.row-inside{
	float:left;
	width:100%;
	padding:0px;
	border-top:0px solid;
	border-bottom:1px solid #B5B5B5;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	
}

tr.row-inside:hover{
	background-color:#525252;
	color:white;
}

td#col-country{
	cursor:pointer;
	background-image: url(../img/ar_down_hover.png);
	background-repeat:no-repeat;
	background-size:7px;
	background-position: 6px 0px;	
	color:black;
}


td#col-name, td#col-business, td#col-year, td#col-project, td#col-capacity{
	cursor:pointer;
	background-image: url(../img/ar_down_gray.png);
	background-repeat:no-repeat;
	background-size:7px;
	background-position:6px 0px;
}

td#col-country:hover, td#col-name:hover, td#col-business:hover, td#col-year:hover, td#col-project:hover, td#col-capacity:hover{
	background-image: url(../img/ar_down_hover.png);
}

tr.inside-country{
	display:block;
	opacity:1;
}

tr.inside-name, tr.inside-business, tr.inside-year, tr.inside-project, tr.inside-capacity{
	display:none;
	opacity:0;
}

.col-left{
	float:left;
	width:100%;
	padding:10px 5px;
}

td.col-a{
	float:left;
	width:12%;
	
}

td.col-b{
	float:left;
	width:30%;
}

td.col-c{
	float:left;
	width:15%;
}
td.col-d{
	float:left;
	width:10%;
}
td.col-e{
	float:left;
	width:13%;
}
td.col-f{
	float:left;
	width:20%;
}

/*--contact--*/
td.subtitle{
	margin:20px 0px;
	line-height:23px;
	width:130px;
}

td.label{
	margin:0px 0px 20px 0px;
	line-height:20px;
}

.label{
	float:left;
    width:98%;
}

.colon{
	float:right;
	padding-right:10px;
}


#submit{
	float:left;
	border-radius:50px;
	margin:10px 10px 0px 0px;
	background-image:url(../img/bg_nav.jpg);
	background-size:contain;
	background-repeat:repeat-x;
	border:0px;
	color:white;
	padding:5px 10px;
}

#reset{
	float:left;
	border-radius:15px;
	margin:10px 0px 0px 10px;
	background-image:url(../img/bg_nav.jpg);
	background-size:contain;
	background-repeat:repeat-x;
	border:0px;
	color:white;
	padding:5px 10px;	
	
}

/*--------------end---------------*/

/* link */
a{
	color: inherit;
	
	transition: ease-in-out 200ms;
	-webkit-transition: ease-in-out 200ms;
	-moz-transition: ease-in-out 200ms;
	-ms-transition: ease-in-out 200ms;
}

a:hover{
	color:#c0c0c0;
}
/*--------------end---------------*/


/*css index*/
/* text */
c16 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    color:#616161;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: static;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    min-width: 0px;
    font-family: ubuntu;
}

h38 {
    float: left;
    font-size: 32px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    color:#474747;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: static;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin: 0px;
    clear: none;
    font-family: ubuntu;
    padding-bottom: 10px;
}
#p14 {
    float: left;
    font-size: 14px;
    width: 217.53px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    color: rgb(102, 102, 102);
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin: 0px;
    clear: both;
    padding-bottom: 0px;
    font-family: ubuntu;
}


#h2, #h21, #h22 {
    float: left;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: normal;
    color:#717171;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    min-width: 0px;
    padding-bottom: 10px;
    font-family: ubuntu;
}


#expertise_link {
    float: left;
    font-size: 14px;
    width: 165px;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 26px;
    color:black;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 2px;
    margin-left: 0%;
    clear: both;
    margin-right: 0%;
    padding: 0px;
    font-family: ubuntu-condensed;
}

#highlight {
    float: left;
    height: auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
}

/*float*/
#sf_company, #sf_expertise {
    float: left;
    height: auto;
    margin-left: 0px;
    margin-top: 40px;
    clear: both;
    width: 100%;
    min-height: 50px;
    display: none;
    padding: 20px 10px;
	position: absolute;
}

tr.col-sm-4 {
    float: left;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 25%;
    min-height: 50px;
	color:white;
	text-align: center;
	letter-spacing:1px;
}

a.hover_f{
	width: 100%;
	color: #B9B9B9;
	
	filter: grayscale(100%) brightness(80%);
    -webkit-filter: grayscale(100%) brightness(80%);

    -webkit-transition: all 200ms ease-in-out;  
	-moz-transition: all 200ms ease-in-out;  
	transition: all 200ms ease-in-out;
}

.pic_float {
    float: left;
    height: 100px;
    margin: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
    overflow: hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

	
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    
    -webkit-transition: all 200ms ease-in-out;  
	-moz-transition: all 200ms ease-in-out;  
	transition: all 200ms ease-in-out; 		

}


a.hover_f:hover, .pic_float:hover{
	cursor:pointer;
	color:white;
	
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);	
	
	
}

.border{
	float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: bold;
    color: black;	
	float:left;
	position:relative;
	overflow:hidden;
	padding:30px 20px 20px 30px;
	width:100%;
	height:auto;
	margin:20px 0px;
	border-radius:15px;
	background-color:rgba(255,255,255,0.8);
}


.i_locate{
	line-height:45px;
	position:relative;
	width:auto;
	height:45px;
	float: left;
	color:black;
	font-weight:bold;
	margin:5px 0px;
	padding:0px 20px 0px 25px ;
	background-image: url(../img/i_location_1.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:left 5px;	
}

.i_locate:hover{
	cursor:pointer;
	color:#c0c0c0;
	background-image:url(../img/i_location.png);
}

.ai{
	line-height:15px;
	position:relative;
	width:25%;
	height:45px;
	float: left;
	margin:5px 0px;
	padding:0px 15px 0px 15px ;
	background-image: url(../img/ar_b.png);
	background-repeat:no-repeat;
	background-size:8px;
	background-position:left 5px;
}

.ai:hover{
	cursor:pointer;
	color:#c0c0c0;
	background-image: url(../img/ar_g.png);
}

/*text under picture*/


.pu {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    margin: 0px;
    clear: both;
    min-height: 0px;
    padding: 5px 0px 0px 0px;
}

#slide {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    min-width: 0px;
}

#bt_link {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    min-height: 50px;
    padding: 50px 0px;
    position: static;
    top: 0px;
    left: 0px;
}

#bt_pic1 {
    float: left;
    height: auto;
    margin: 35px 1.020408% 0px 0px;
    clear: none;
    width: 27.930485%;
    min-height: 50px;
    padding: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color:#474747;
		
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
	
	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;
}

#bt_pic2 {
    float: left;
    height: auto;
    margin: 0px 1.020408% 0px 1.02%;
    clear: none;
    width: 40%;
    min-height: 50px;
    padding: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color:#474747;
	
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
	
	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;	
}

#bt_pic3 {
    float: right;
    height: auto;
    margin: 35px 0px 0px 1.020408%;
    clear: none;
    width: 27.933673%;
    min-height: 50px;
    padding: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color:#474747;
	
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;

	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;	
}


.plink {
    float: left;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    clear: none;
    min-height: 0px;
    position: absolute;
    top: 40%;
    left: 0%;
    right: 65.110172%;
    bottom: auto;
    color: rgb(255, 255, 255);
}

.img_bt {
    float: left;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0px;
    clear: none;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    min-width: 0px;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	
	transition:ease-in-out 200ms;
	-webkit-transition:ease-in-out 200ms;
	-moz-transition:ease-in-out 200ms;
	-ms-transition:ease-in-out 200ms;	
	
}

.img_bt:hover{
	opacity:0.2;

}

#capacity {
    float: left;
    height: 180px;
    margin: 0px;
    clear: none;
    width: 15%;
    padding: 15px 15px 15px 0px;
    border-right-width: 1px;
    border-right-color: rgb(220, 220, 220);
    border-right-style: solid;
    position: relative;
}

#pic1 {
    float: left;
    height: 70px;
    margin: 0px;
    clear: both;
    width: 100%;
    min-height: 0px;
    background-image: url("../img/capacity.jpg");
    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#viewmore {
    float: left;
    width: auto;
    max-width: 100%;
    height: 22px;
    clear: both;
    color: rgb(0, 0, 0);
    position: absolute;
    top: auto;
    left: 0px;
    bottom: 20px;
}

#machine {
    float: left;
    height: 180px;
    margin: 0px;
    clear: none;
    width: 47%;
    padding: 15px;
    background-image:url("../img/machine.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: relative;
    background-position: 100% 0%;
    background-repeat: no-repeat no-repeat;
}

#experite {
    float: left;
    height: 180px;
    margin: 0px;
    clear: none;
    width: 38%;
    padding: 15px 0px 15px 15px;
    background-image:url("../img/expertise.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 100% 50%;
    background-repeat: no-repeat no-repeat;
}

#viewmore1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: 22px;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: auto;
    left: 15px;
    bottom: 20px;
}

#open {
	background-color:rgba(255,255,255,0.41);
	border-radius:5px;
	cursor: pointer;
    float: left;
    height: 30px;
    margin: 0px;
    clear: none;
    width: 30px;
    min-height: 0px;
    background-image:url("../img/open.png");
    background-attachment: scroll;
    -webkit-background-size:20px auto;
    background-size:20px  auto;
    display: none;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#send_info{
	width:100%;
	heigth:auto;
	float:left;
	position: relative;
	display:block;
	opacity:1;	
}

#map_office, #map_workshop{
	width:100%;
	heigth:auto;
	float:left;
	position: relative;
	display:none;
	opacity:0;
}

.z100, .z_references{
	float:left;
	width:100%;
	height:auto;
	border-radius: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#dedede;
	position:relative;
	overflow:hidden;
}

.z70{
	float:left;
	width:70%;
	height:auto;
	border-radius: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#dedede;
	position:relative;
}

.z-in68{
	float:left;
	width:58%;
	height:auto;
	border-radius: 15px;
	padding-left:0px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:30px;
	background-color:#dedede;
	position: relative;
}

.z30{
	float: right;
	width: 40%;
	height:auto;
	border-radius: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#dedede;
	position:relative;
}

.z28{
	float: right;
	width: 28%;
	height:auto;
	border-radius: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#dedede;
	position:relative;
}

.img_w {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

.img_pd-top {
	padding-top:40px;
	
}

.img_pd-bottom {
	padding-bottom: 40px;
	
}

td.col-sm-2{
    width:50%;
}

.img_r{
	float: right;
    width: 100%;
    height: auto;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.img_l{
    float: left;
    width: 100%;
    height: auto;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.img_l50{
	float:left;
	width:50%;
	margin:10px 0px;
	height: auto;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.img_r50{
	float:left;
	width:50%;
	margin:10px 0px;
	height: auto;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

tbody.font-size18{
	font-size: 18px;
	line-height:30px;
}

@media only screen and (max-width: 1024px) {

	.z-in68{
		width:58%;
	}
	.z30{
		width:40%;
	}
	
    #dt_nav {
        width: 100%;
    }

    #detail,#detail_references {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    #footer {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    #p14 {
        width: 51.994024%;
    }

    #capacity {
        height: 180px;
    }

    #machine {
        height: 180px;
    }

    #experite {
        height: 180px;
    }

    #pic1 {
        background-image:url("../img/capacity.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }
}

@media only screen and (max-width: 820px) {
	
	.t-sorry{
		margin-top:30%;
	}
	
	.ai{
		width:33.33%;
	}
	.z-in68{
		width:58%;
	}
	.z30{
		width:40%;
	}		
}


@media only screen and (max-width: 768px) {

	.z-in68{
		width:60%;
	}
	.z30{
		width:40%;
	}		
	
	#dim_f{
		display:none;
	}

	.z70{
		width: 62%;
	}
	
	.z28{
		width: 35%;
	}	
	
    #p14 {
        height: auto;
        width: 55.76143%;
    }

    #experite {
        padding-left: 0px;
        height: 150px;
        background-image:url("../img/expertise.jpg");
        background-size: auto 65%;
		-webkit-background-size: auto 65%;
        width: 34%;
        background-position: 100% 50%;
        background-repeat: no-repeat;
		
		transition:ease-in-out 200ms;
		-webkit-transition:ease-in-out 200ms;
		-moz-transition:ease-in-out 200ms;
		-ms-transition:ease-in-out 200ms;
    }

    #pic1 {
        height: 50px;
    }

    #capacity {
        height: 150px;
        width: 17%;
    }

    #machine {
        height: 150px;
        background-image:url("../img/machine.jpg");
        background-size: auto 100%;
		-webkit-background-size: auto 100%;
        width: 49%;
        background-position: 100% top;
        background-repeat: no-repeat;
		
		transition:ease-in-out 200ms;
		-webkit-transition:ease-in-out 200ms;
		-moz-transition:ease-in-out 200ms;
		-ms-transition:ease-in-out 200ms;		
    }

    #expertise_link {
        line-height: 22px;
    }

    #h2, #h21, #h22 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    #viewmore1 {
        bottom: 17px;
        left: 15px;
    }

    #dt_nav {
        display: none;
    }

    #open {
        display: block;
        width: 30px;
        height: 30px;
    }

    .nav {
        position: relative;
		height: auto;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
		background-size:auto 210px;
		background-position:center -90px;
    }

    #detail,#detail_references {
        margin-top: 0px;
		padding-top:0px;
		padding-left:20px;
		padding-right:20px;
        clear: none;
    }

    h38 {
        font-size: 32px;
    }
	
	.bg_index{
		background-size:auto,auto 600px;
		-webkit-background-size:auto,auto 600px;
	    -moz-background-size:auto,auto 600px;
	    -ms-background-size:auto,auto 600px;
	}
	.bg{
		background-size:auto 768px;
		-webkit-background-size:auto 768px;
		-moz-background-size:auto 768px;
		-ms-background-size:auto 768px;
	}
	
	tbody.font-size18{
	  font-size: 17px;
   	  line-height:25px;
    }

}


@media only screen and (max-width: 720px) {
	tbody.font-size18{
	  font-size: 18px;
   	  line-height:25px;
    }
	#up {
		left:48%;
	}
	
	.label{
		width:100%;
	}
	
	
	.z-in68{
		padding-right:0px;
		padding-bottom:40px;
		margin-bottom:0px;
		width:100%;
	}
	.z30{
		width:100%;
	}	
	
    c16 {
        font-size: 18px;
    }

    #bt_pic1 {
        width: 28%;
        margin: 30px 0px 0px;
    }

    #bt_pic2 {
        width: 40%;
        margin: 0px 0px 0px 13.734375px;
        clear: none;
    }

    #bt_pic3 {
        width: 28%;
        margin: 30px 0.734375px 0px 0px;
        clear: none;
    }

    #experite {
        clear: right;
        width: 65%;
        height: 180px;
        padding: 20px;
        background-image:url("../img/expertise.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        margin-left: 0px;
        margin-right: 0px;
        float: right;
        margin-top: 0px;
        background-position: 95% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #capacity {
        width: 35%;
        height: auto;
        padding: 20px 20px 80px;
    }

    #machine {
        width: 65%;
        height: 180px;
        background-image:url("../img/machine.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        padding: 20px;
        margin-left: 0px;
        margin-right: 0px;
        float: right;
        margin-top: 0px;
        clear: none;
        background-position: 118.2% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #pic1 {
        height: 222px;
    }

    #p14 {
        height: auto;
        width: 66.243004%;
        font-size: 16px;
    }

    #h2, #h21, #h22 {
        font-size: 22px;
        padding-bottom: 10px;
		line-height: 24px;
    }

    #expertise_link {
        font-size: 16px;
        line-height: 26px;
        width: 165px;
        height: auto;
    }

    #highlight {
        padding: 0px;
    }

    #viewmore {
        left: 20px;
        bottom: 20px;
        top: auto;
    }

    #viewmore1 {
        bottom: 20px;
        top: auto;
    }

    #detail,#detail_references {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 650px) {
	
	.ai{
		width:50%;
		
	}
}

@media only screen and (max-width: 640px) {
	.t-sorry{
		font-size:40px;
		line-height:50px;
		margin-top:40%;
	}	
	
	
	.bg{
		background-size:auto 480px;
		-webkit-background-size:auto 480px;
		-moz-background-size:auto 480px;
		-ms-background-size:auto 480px;
	}	
	
	#detail_references{
		padding-left:10px;
		padding-right:10px;
	}
	
	#up {
		left:46%;
	}
	
	td.col-a{
		width:17%;
	}
	td.col-b{
		width:23%;
	}
	td.col-c{
		width:20%;
	}
	td.col-d{
		width:10%;

	}
	td.col-e{
		width:15%;
	}
	td.col-f{
		width:15%;
	}
		
	
	
    td.col-sm-2{
	    float:left;
		width:100%;
	}
	
	.img_l,.img_r{
		padding: 10px 0px;
	}
	
	.img_l50,.img_r50{
		width:100%;
		padding: 10px 0px;
	}
	

	.z70{
		width: 100%;
	}
	
	.z28{
		margin-top: 30px;
		width: 100%;
	}	
	
    #bt_pic1 {
        width: 100%;
        margin: 0px;
    }

    #bt_pic2 {
        width: 100%;
        margin: 30px 0px 0px;
    }

    #bt_pic3 {
        width: 100%;
        margin: 30px 0px 0px;
    }

    #capacity {
        height: auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 40px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-bottom-color: rgb(220, 220, 220);
        border-bottom-style: solid;
    }

    #pic1 {
        height: 250px;
        margin-top: 0px;
        margin-left: auto;
        clear: both;
        margin-right: auto;
        float: none;
    }

    #machine {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        padding-top: 30px;
        background-image:url("../img/machine.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 274px 0%;
        background-repeat: no-repeat no-repeat;
    }

    #p14 {
        font-size: 18px;
        height: auto;
        width: 68.13058%;
    }

    #h21, #h22 {
        font-size: 22px;
    }

    #h2 {
        font-size: 22px;
        text-align: center;
    }

    #experite {
        width: 100%;
        height: auto;
        background-image:url("../img/expertise.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 80%;
        background-size: auto 80%;
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: 95% 50%;
        background-repeat: no-repeat no-repeat;
    }


    #expertise_link {
        width: 100%;
        font-size: 18px;
        line-height: 40px;
    }

    #highlight {
        padding: 0px;
    }

    #viewmore {
        bottom: auto;
        top: 0px;
        height: auto;
        position: relative;
        left: 0px;
        margin-top: 40px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }

    #viewmore1 {
        bottom: auto;
        top: 0px;
        height: auto;
        position: relative;
        left: 0px;
        margin-top: 40px;
        margin-left: 0%;
        clear: both;
    }

    .ftl {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        font-weight: normal;
    }

    .ftr {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        font-weight: normal;
    }

}
@media only screen and (max-height: 768px) {
	.bg_index{

	background-position: 0px bottom, center top;
	background-size: auto,auto 640px;
	-webkit-background-size: auto,auto 100%;
	-moz-background-size: auto, auto 100%;
	-ms-background-size: auto,auto 100%;

}
	
}

@media only screen and (max-height: 640px) {
	.bg_index{

	background-position: 0px bottom, center top;
	background-size: auto,auto 640px;
	-webkit-background-size: auto,auto 640px;
	-moz-background-size: auto, auto 640px;
	-ms-background-size: auto,auto 640px;

}

	.bg{
		background-size:auto 480px;
		-webkit-background-size:auto 480px;
		-moz-background-size:auto 480px;
		-ms-background-size:auto 480px;
	}
	
}

@media only screen and (max-height: 480px) {
	.bg_index{

	background-position: 0px bottom, center top;
	background-size: auto,auto 520px;
	-webkit-background-size: auto,auto 520px;
	-moz-background-size: auto, auto 520px;
	-ms-background-size: auto,auto 520px;

}

	.bg{
		background-size:auto 320px;
		-webkit-background-size:auto 320px;
		-moz-background-size:auto 320px;
		-ms-background-size:auto 320px;
	}
	
}
@media only screen and (max-width: 480px) {
	.t-sorry{
		font-size:30px;
		line-height:40px;
		margin-top:55%;
	}	

	.bg{
		background-size:auto 480px;
		-webkit-background-size:auto 480px;
		-moz-background-size:auto 480px;
		-ms-background-size:auto 480px;
	}	
	
	
	#detail_references{
		padding-left:0px;
		padding-right:0px;		
	}
	
	.z_references{
		border-radius:0px;
		padding-left:10px;
		padding-right:10px;
		
	}
	tr.row-title, tr.row-inside{
		font-size:13px;
	}
	
	td.subtitle{
		float:left;
		width:100%;
		margin:0 0 10px 0;
	}
	td.label{
		width:100%;
	}
	
	.colon{
		float:none;
	}
	
	#submit{
		float:left;
		margin:0;
		width:45%;
	}
	
	#reset{
		float:right;
		margin:0;
		width:45%;
	}	
	
	
    .ai{
		font-size:18px;
		line-height:18px;
		width:100%;
		height:auto;
		margin:10px 0px;
		background-position: left 6px;
	}
	
	.border{
		padding-left:20px;
	}
	
    #p14 {
        height: auto;
        width: 66.984375%;
        line-height: normal;
    }

    #viewmore1 {
        margin-top: 20px;
        margin-left: 0%;
        clear: both;
    }

    #machine {
        padding-top: 20px;
        padding-bottom: 20px;
        background-image:url("../img/machine.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 192.56px 0%;
        background-repeat: no-repeat no-repeat;
    }

    #viewmore {
        margin-top: 20px;
    }

    #pic1 {
        height: 200px;
    }

    #expertise_link {
        line-height: 40px;
    }

    #capacity {
        padding-bottom: 30px;
    }

    #h2, #h21, #h22 {
        font-size: 22px;
    }

    #experite {
        background-image:url("../img/expertise.jpg");
        background-attachment: scroll;
        -webkit-background-size: 34.849998474121094%;
        background-size: 34.849998474121094%;
        background-position: 93% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #logo {
		width:174px;
        height: 50px;
    }

    #bt_link {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.bg_index{
		background-size:auto,720px;
	    -webkit-background-size: auto,auto 720px;
     	-moz-background-size: auto, auto 720px;
    	-ms-background-size: auto,auto 720px;		
	}	

}

@media only screen and (max-width: 380px) {
	.t-sorry{
		font-size:28px;
		line-height:40px;
		margin-top:55%;
	}	
	
	
	.z_references{
		padding-left:0px;
		padding-right:0px;
	}
	
	tr.row-title, tr.row-inside{
		font-size:12px;
	}	
	
	td.col-a{
		width:18%;
	}
	td.col-b{
		width:20%;
	}
	td.col-c{
		width:17%;
	}
	td.col-d{
		width:10%;

	}
	td.col-e{
		width:18%;
	}
	td.col-f{
		width:17%;
	}
	
    #experite {
        background-image:url("../img/expertise.jpg");
        background-attachment: scroll;
        -webkit-background-size: 86.8%;
        background-size: 86.8%;
        background-position: 50% 90%;
        background-repeat: no-repeat no-repeat;
    }

    #pic1 {
        height: 140px;
    }

    #machine {
        height: auto;
        background-image:url("../img/machine.jpg");
        background-attachment: scroll;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-position: 167.94% 100%;
        background-repeat: no-repeat no-repeat;
    }

    #h21, #h22 {
        margin-top: 0px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #p14 {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }

    #viewmore1 {
        margin: 20px auto 90%;
        float: none;
        clear: none;
    }

    #expertise_link {
        margin-top: 0px;
        margin-bottom: 140%;
        text-align: center;
    }
	
	tbody.font-size18{
	  font-size: 17px;
   	  line-height:25px;
    }

}

@media only screen and (max-height: 568px) {
	.t-sorry{
		font-size:40px;
		line-height:50px;
		margin-top:25%;
		
	}
}


@media only screen and (max-height: 414px) {
	.t-sorry{
		font-size:40px;
		line-height:50px;
		margin-top:20%;
	}
}

@media only screen and (max-height: 360px) {
	.t-sorry{
		font-size:40px;
		line-height:50px;
		margin-top:16%;
	}
}

@media only screen and (max-height: 320px) {
	.t-sorry{
		font-size:30px;
		line-height:40px;
		margin-top:25%;
	}
}

@media only screen and (max-width: 320px) {

    .nav {
		padding-left:10px;
		padding-right:10px;
	}
	#detail {
		padding-left:10px;
		padding-right:10px;
	}	
	
.bg_index{

	background-position: 0px bottom, center top;
	background-size: auto,auto 640px;
	-webkit-background-size: auto,auto 640px;
	-moz-background-size: auto, auto 640px;
	-ms-background-size: auto,auto 640px;

}

body{
	width: 320px;
}
	

    #bt_link {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    #footer {
        padding-right: 15px;
        padding-left: 15px;
    }
}

