/*============= Title Contact Us ========*/
.title_contact{
    float: left;
    width: 100%;
}

.title_contact h2{
    width: 100%;
    margin: 0;
    height: 32px;
    line-height: 32px;
    background: #e6e6e5;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #ffffff;
    box-shadow: 1px 1px 3px #dcdcdc;
}

/* List Contact */
.list_contact{
    float: left;
    width: 100%;
    margin-top: 14px;
}

.form-horizontal .control-label{
    text-align:left;
}
.btn-submit{
    padding:6px 18px !important;
    text-transform: uppercase;
}
/*====== Left Contact ======*/
.left_contact{
    float: left;
    width: 100%;
    border: 1px solid #dfdde0;
	margin-top:0px;
}

.left_contact .title_contact{
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: #f3f3f3;
    font-size: 18px;
    border-bottom: 1px solid #dfdde0;
}

.left_contact .des_contact{
    float: left;
    width: 100%;
    padding: 20px 15px;
    font-size: 13px;
	background:#ffffff;
    min-height:250px;
}

.left_contact .des_contact h4{
    font-size: 13px;
    margin: 10px 0;
}

.text-contact{
    height:40px;
    line-height:40px;
    text-align:center;
    float:left;
    position:relative;
}


