@charset "utf-8";
/* CSS Document */

.com1 {
    margin-top: 40px;
}

.voi1-right {
    width: 60%;
    float: left;
    font-size: 1.4em;
    line-height: 180%;
    padding-top: 20px;
	box-sizing:border-box;
}

.tbb1{
	width:100%;
	box-sizing:border-box;
	}

.tbb1 tr td {
	padding:15px;
    border-bottom: 1px dotted #ccc;
    line-height: 160%;
	box-sizing:border-box;
}

.tdll {
    width: 25%;
}

.com2 {
    margin-top: 30px;
    font-size: 1.3em;
    margin-bottom: 55px;
}

.voi1-left {
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}

.voi1-left img {
    width: 100%;
}


/*Form contact*/

.mail-content{
	width:100%;
	max-width:700px;
	height:auto;
	padding:10px 20px 20px 20px;
	box-sizing:border-box;
	background:#FDF7EE;
	border:solid 1px #EBEBEB;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	}
	
.one-row{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:15px 0px;
	border-bottom:dotted 1px #AAAAAA;
	overflow:hidden;
	}
	
 .one-row .title{
	 width:25%;
	 height:auto;
	 float:left;
	 color:#444444;
	 font-size:14px;
	 line-height:180%;
	 padding-top:10px;
	 }
	 
	.one-row .input-data{
	 width:70%;
	 height:auto;
	 float:left;
	 margin-left:5%;
	 } 
	 
	.one-row .input{
		width:100%;
		box-sizing:border-box;
		height:auto;
	  border:solid 1px #F5C077;
	  padding:2%;
	  outline:none;
	   font-size:14px;
	 }  
	 
	.one-row .select{
		width:100%;
		box-sizing:border-box;
		height:auto;
	  border:solid 1px #F5C077;
	  padding:1%;
	  outline:none;
	    font-size:14px;
	 } 
	 
	 .one-row .textarea{
		width:100%;
		box-sizing:border-box;
		height:auto;
	  border:solid 1px #F5C077;
	  padding:2%;
	  outline:none;
	   font-size:14px;
	   height:160px;
	   resize:vertical;
	 }  
	 

	 
.button{
	text-align:center;
	}	 
	 
.button .btnsubmit{
	width:153px;
	height:43px;
	background:url(../img/btnSubmit.png) no-repeat;
	margin:0px auto;
	margin-top:30px;
	border:none;
	outline:none;
	cursor:pointer;
	}
	



@media screen and (max-width: 768px){
	
.voi1-left, .voi1-right {
    width: 100%;
    padding: 0;
}

.voi1-right{
	padding-top:10px
	}

.com1 img {
    width: 100%;
}

.title-h2a {
    min-width: 210px!important;
}


/*Form conatct tran sm*/
.one-row .title{
	width: 100%;
    float: none;
    text-align: left;
    padding: 0;
	 }
	 
.one-row .input-data{
 width:100%;
 margin-left:0%;
 } 	 


}


