
/* ==========================================================================
    Contact Content
========================================================================== */
#content .head {
    margin-top: 27px;
    margin-bottom: 33px;
}
#content .body{
	margin-bottom: 20px;
}


/*=== Company Info  ===*/

.company-location{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 32px;
}
#companyTW{
	margin-top: 70px;
	margin-bottom: 60px;
}
#companyTW > .right{
	float: right;
}
#companyTW > .right iframe{
	width: 885px;
	height: 340px;
}

.company-location > .left,
.company-location > .right{
	display: inline-block;
	float: left;
	width: 100%;
}
#companyTW > .left,
#companyTW > .right{
	width: auto;
}

.company-location > .left > .title > h4{
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 28px;
	color: #565962;
}
#companyTW > .left > .title > h4{
	margin-top: 3px;
	margin-bottom: 16px;
}




/*Contact Form*/

#contact-form > p{
	font-size: 16px;
	color: #565962;
	margin-top: 72px;
	margin-bottom: 36px;
}
#contact-form form table{
	border-left: solid 1px #d7dfdc;
	border-right: solid 1px #d7dfdc;
	border-bottom: solid 1px #d7dfdc;
}
#contact-form form table input,
#contact-form form table textarea,
#contact-form form table .bootstrap-select .btn,
#contact-form form table .checkbox{
	padding: 6px 20px;
	font-size: 16px;
	letter-spacing: 1.5px;
	background: #FFF;
	border-radius: 0;
	border-color: #d7dfdc;
    box-shadow: 0 0 0;
}

#contact-form form table input,
#contact-form form table textarea,
#contact-form form table .bootstrap-select{
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
	text-shadow: 0 0 0 transparent;
	width: 493px;
}
#contact-form form table input[type="checkbox"]{
	width: auto;
}
#contact-form form table input.left,
#contact-form form table input.right{
	width: 241px;
	display: inline-block;
}
#contact-form form table input{
	height: 39px;
}
#contact-form form table .checkbox > input{
	height: auto;
}
#contact-form form table input.left{
	margin-right: 7px;
}
#contact-form form table textarea{
	width: 786px;
    height: 119px;
	resize: none;
}
#contact-form form table .checkbox{
	display: inline-block;
	margin-right: 10px;
	color: #565962;
}
#contact-form form table tr td{
	vertical-align: middle;
}
#contact-form form table tr td:first-child{
	background: #00a1e1;
	color: #FFF;
	width: 264px;
	height: 80px;
	padding: 0 47px 0 42px;
}
#contact-form form table tr td.td-question{
	vertical-align: top;
	padding: 20px 47px 0 42px;
    height: 161px;
}
#contact-form form table tr td input#codes{
    width: 187px;
    display: inline-block;
}
#contact-form form table tr.codes td img{
	height: 39px;
	padding-left: 5px;
	margin-top: -2px;
	display: inline-block;
}
#contact-form form table tr td:last-child{
	padding: 0 24px;
	width: 936px;
}
#contact-form form table tr td:first-child label{
	font-size: 16px;
	margin: 0;
	width: 100%;
}
#contact-form form table tr td:first-child label.must:after{
	content: "必填";
	color: #00a1e1;
	background: #FFF;
	font-size: 13px;
	padding: 2px 4px;
	float: right;
}
.bootstrap-select .dropdown-toggle .caret{
	color: #d7dfdc;
}
#contact-form form table .bootstrap-select .dropdown-toggle .filter-option{
	color: #9f9f9f;
	letter-spacing: 1.5px;
}
#contact-form form table .bootstrap-select .dropdown-menu{
	background: #FFF;
	color: #9f9f9f;
	border-radius: 0;
	padding: 0;
}
#contact-form form table .bootstrap-select .dropdown-menu li:hover a,
#contact-form form table .bootstrap-select .dropdown-menu li:active a,
#contact-form form table .bootstrap-select .dropdown-menu li:focus a,
#contact-form form table .bootstrap-select .dropdown-menu li.selected a{
	background: #9f9f9f;
	color: #FFF;
}


#contact-form form table tr{
	float: left;
	width: 1200px;
}
/*#contact-form form table #forStandard td:first-child,
#contact-form form table #forDimensions td:first-child{
	width: 250px;
	float: left;
}*/



#contact-form form table #standard,
#contact-form form table #standard2,
#contact-form form table #dsize,
#contact-form form table #dsize2,
#contact-form form table #dsize3{
	width: 165px;
	display: inline-block;
}
#contact-form form table #forStandard span,
#contact-form form table #forDimensions span{
	width: 60px;
    display: inline-block;
    padding-left: 10px;
    color: #565962;
}
#contact-form form table #forStandard .group,
#contact-form form table #forDimensions .group{
	width: 225px;
	display: inline-block;
}


#contact-form form button.submit{
	font-size: 16px;
	letter-spacing: 2px;
	background: #565962;
	color: #FFF;
	border-radius: 0;
    position: relative;
    width: 225px;
    height: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    margin-top: 30px;
    margin-bottom: 81px;
    -webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
#contact-form form button.submit:after{
	font-family: "icomoon";
	content: "\f36a";
	font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    padding-right: 8px;
}
#contact-form form button.submit:hover{
	background: #00a1e1;
}

.rwdbr{
	display: block;
}
@media screen and (min-width: 991px){
	.rwdbr{
		display: inline-block;
	}
}


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

	#content .body .tab-content .tab-pane{
		float: left;
		padding: 0 15px;
	}
	#content .body .tab-content .tab-pane#contact-form{
		padding: 0;
	}
	#content .body 
	#content .body .tab-content

	#contact-form form table{
		width: 95%;
		margin: 0 auto;
	}
	#contact-form form table tr {
	    float: left;
	    width: 100%;
	}
	#contact-form form table tr td:first-child{
		width: 22%;
    	float: left;
	}
	#contact-form form table tr td:last-child{
		width: 78%;
    	float: left;
	}
	#contact-form form table tr td:first-child{
		line-height: 80px;
	}
	#contact-form form table tr td:first-child label{
		position: relative;
	}
	#contact-form form table tr td:first-child label.must:after{
		line-height: normal;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
		-mos-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	    right: 0;
	}
	#contact-form form table input,
	#contact-form form table .bootstrap-select,
	#contact-form form table textarea,
	#contact-form form table .checkbox{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#contact-form form table #dsize3{
		margin-top: 0;
	}
	#contact-form form table textarea{
		width: 493px;
	}
	#contact-form form table .checkbox input{
		margin-top: 4px;
	}
}

@media screen and (max-width: 1199px){
	#companyTW > .left{
		width: 35%;
	}
	#companyTW > .right{
		width: 65%;
	}
	#companyTW > .right iframe{
		width: 100%;
	}
}
@media screen and (max-width: 991px){

	#contact-form form table tr td:first-child{
		width: 27%;
    	float: left;
	}
	#contact-form form table tr td:last-child{
		width: 73%;
    	float: left;
	}
	#contact-form form table input, 
	#contact-form form table textarea, 
	#contact-form form table .bootstrap-select{
		width: 482px;
	}
	#contact-form form table input[type="checkbox"]{
		width: auto !important;
	}
	#contact-form form table input.left, 
	#contact-form form table input.right {
	    width: 235px;
	}
	#contact-form form table #forDimensions td:first-child{
		height: 139px;
	}
}

@media screen and (max-width: 767px){
	#companyTW > .left{
		width: 100%;
	}
	#companyTW > .right{
		width: 100%;
	}
	#contact-form form table tr td:first-child,
	#contact-form form table #forDimensions td:first-child{
		width: 100%;
    	float: left;
    	height: 45px;
    	line-height: 45px;
	}
	#contact-form form table tr td.td-question{
		padding: 0 15px;
	}
	#contact-form form table tr td:last-child{
		width: 100%;
    	float: left;
    	padding: 0 15px;
	}
	#contact-form form table tr td:first-child label.must:after{
		right: auto;
		left: 80px;
	}
	#contact-form form table input, 
	#contact-form form table textarea, 
	#contact-form form table .bootstrap-select {
	    width: 100%;
	    margin: 20px 0;
	}
	#contact-form form table .checkbox{
		margin-right: 0;
		margin-top: 0;
    	margin-bottom: 5px;
	}
	#contact-form form table .checkbox input {
	    margin-left: -25px;
	}
	#contact-form form table input.left, 
	#contact-form form table input.right {
	    width: 48%;
	}
	#contact-form form table #forStandard .group, 
	#contact-form form table #forDimensions .group {
	    width: calc(50% - 3px);
	    display: inline-block;
	}
	#contact-form form table #standard, 
	#contact-form form table #standard2, 
	#contact-form form table #dsize, 
	#contact-form form table #dsize2, 
	#contact-form form table #dsize3{
	    width: 77%;
	}
	#contact-form form table #forStandard span, 
	#contact-form form table #forDimensions span {
	    width: 23%;
	}
	#contact-form form button.submit{
		font-size: 14px;
		width: 180px;
    	height: 40px;
	}

}

@media screen and (max-width: 479px){
	#content .body .tab-content .tab-pane{
		float: left;
		padding: 0 15px;
	}
	#contact-form form table input.left, 
	#contact-form form table input.right{
		width: 47.5%;
	}
	#contact-form form table #standard, 
	#contact-form form table #standard2, 
	#contact-form form table #dsize, 
	#contact-form form table #dsize2, 
	#contact-form form table #dsize3{
	    width: 66%;
	}
	#contact-form form table #forStandard span, 
	#contact-form form table #forDimensions span {
	    width: 34%;
	}
	#contact-form form table tr td input#codes,
	#contact-form form table tr.codes td img{
		width: 49%;
	}
	#contact-form form button.submit{
		margin-bottom: 15px;
	}

}


/*=== Contact Form  ===*/

/*Product Request Form*/


#pdreq .table>thead>tr>th, 
#pdreq .table>tbody>tr>th, 
#pdreq .table>tfoot>tr>th, 
#pdreq .table>thead>tr>td, 
#pdreq .table>tbody>tr>td, 
#pdreq .table>tfoot>tr>td{
	vertical-align: middle;
}

#pdreq{
	margin-top: 33px;
}
#pdreq .table{
	margin-bottom: 0;
}
#pdreq > table > thead > tr{
	height: 43px;

}
#pdreq tbody tr{
	height: 177px;
}
#pdreq thead tr th{
	background: #00a1e1;
	color: #FFF;
	border: 0;
	font-size: 16px;
	padding-left: 42px;
	letter-spacing: 1.5px;
}
#pdreq tbody tr td{
	background: #ebefed;
	color: #565962;
	border-top: solid 1px #d7dfdc;
}
#pdreq tbody tr td:first-child{
	width: 170px;
}
#pdreq tbody tr td:nth-child(2){
	width: 260px;
}
#pdreq tbody tr td:nth-child(3){
	width: 361px;
}
#pdreq > table > tbody > tr > td:nth-child(4){
	padding-left: 21px;
}
#pdreq tbody tr td:last-child{
	width: 167px;
}

#pdreq tbody tr:first-child td{
	border-top: solid 1px transparent;
}
#pdreq tbody tr td h5{
	font-size: 18px;
	margin: 0;
	padding-left: 34px;
    letter-spacing: 0.8px;
}
#pdreq tbody tr td .pic img{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#pdreq tbody tr td p{
	font-size: 16px;
	margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 0.2px;
    width: 285px;
	color: #565962;
}
#pdreq tbody tr td input{
	border-radius: 0;
	height: 39px;
    width: 111px;
}
#pdreq tbody tr td input.quantity{
	border-radius: 0;
	height: 39px;
    width: 111px;
    border: solid 1px #d7dfdc;
    text-align: center;
}
#pdreq tbody tr td input.cleanBtn{
	border: 0;
	background: #565962;
	color: #FFF;
	display: block;
	padding: 0;
	margin: 10px 0;
	font-size: 16px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
#pdreq tbody tr td input.cleanBtn:hover{
	background: #00a1e1;
}


@media screen and (max-width: 1199px){
	
	#pdreq tbody tr td:first-child{
		width: 170px;
	}
	#pdreq tbody tr td:nth-child(2){
		width: 210px;
	}
	#pdreq tbody tr td:nth-child(3){
		width: 300px;
	}
	#pdreq > table > tbody > tr > td:nth-child(4){
		padding-left: 0;
		width: 130px;
	}
	#pdreq > table > tbody > tr > td:nth-child(4) input{
		float: right;
	}

}

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

	
	.max-md-size #pdreq.table-responsive{
		overflow-x: initial;
		overflow-y: initial;
	}
	#pdreq tbody tr td h5{
		margin-top: 10px;
	}
	#pdreq,
	#pdreq table,
	#pdreq thead,
	#pdreq thead tr,
	#pdreq thead tr th,
	#pdreq tbody,
	#pdreq tbody tr,
	#pdreq tbody tr td,
	#pdreq tbody tr td:first-child,
	#pdreq tbody tr td:nth-child(2),
	#pdreq tbody tr td:nth-child(3),
	#pdreq tbody tr td:nth-child(4),
	#pdreq tbody tr td:nth-child(5),
	#pdreq tbody tr td:last-child{
		display: block;
		float: left;
		width: 100%;
	}
	#pdreq > table > tbody > tr > td:nth-child(4) {
	    width: 100%;
	}
	#pdreq thead th:first-child{
		text-align: center;
		width: 100%;
	}
	#pdreq thead th:last-child{
		display: none;
	}
	#pdreq tbody tr{
		height: auto;
		border-bottom: solid 1px #d7dfdc;
	}
	#pdreq tbody tr td{
		border: 0;
	}

	#pdreq tbody tr td h5,
	#pdreq tbody tr td p{
		text-align: center;
		width: 100%;
	}
	#pdreq tbody tr td:nth-child(4) input.quantity{
		position: relative;
	    left: 50%;
	   	-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		float: none;
	}
	#pdreq tbody tr td .group{
		width: 227px;
		position: relative;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#pdreq tbody tr td input.cleanBtn{
		display: inline-block;
		left: 0%;
		-webkit-transform: translateX(0%);
		-mos-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	#contact-form > p{
		width: 95%;
		margin: 36px auto;
	}
}

@media screen and (max-width: 767px){
	#pdreq tbody tr td h5{
		font-size: 16px;
	}
	#pdreq tbody tr td p{
		font-size: 13px;
		padding-right: 10px;
		padding-left: 10px;
	}
	#pdreq tbody tr td .pic img{
		width: 156px;
	}
	#pdreq tbody tr td input.quantity,
	#pdreq tbody tr td input.cleanBtn{
		height: 35px;
		font-size: 14px;
	}
}