.breadcrumb-tow {
    padding: 15px 0;
    background-color: #ff7e20;
}

.breadcrumb-tow span {
    color: #FFFFFF;
}

.contact-content h2 {
    position: relative;
    padding-bottom: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

.contact-content h2::before {
    position: absolute;
    display: inline-block;
    content: '';
    bottom: 0px;
    left: 0;
    width: 40px;
    height: 3px;
    z-index: 3;
    background: #ff7e20;
}

.contact-content p {
    line-height: 21px;
    margin-bottom: 20px;
}


.contact-content .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text{
	height: 43px;
}
.wpcf7-form-control-wrap {
	float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-tel {
    margin-right: 0;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 5px;
}

span.wpcf7-form-control-wrap.quiz {
    width: 100%;
    margin: 0;
}

span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
input.wpcf7-form-control.wpcf7-submit {
	float: left;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid transparent;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 25px;
	border-radius: 0;
	background: #ff7e20;
	margin: 20px 0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f37022;
}

div.wpcf7-response-output {
    float: left;
    clear: both;
    margin: 0;
    margin-top: 15px;
}

h3.clear-row {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.content-lienhe {
    float: left;
    width: 100%;
}

.content-lienhe h4 {
    color: #018791;
    margin: 0;
    font-size: 18px;
}

.content-lienhe .fa:before {
    color: #555555;
}

.content-lienhe p {
    margin-bottom: 0;
    margin-top: 6px;
}
.name-company{
	font-size: 22px;
}
.content-lienhe i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #a7a7a7;
	padding-left: 3px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 800px) {

    .contact-content h2 {
        padding-bottom: 10px;
        line-height: 25px;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .lien-he-right,
    .lien-he-left {
        width: 100%;
    }
    .name-company {
        font-size: 20px;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .contact-content .col-lg-7,
    .contact-content .col-lg-5{
        width: 100%;
    }
    .name-company {
        margin: 10px 0;
    }
    .breadcrumb-tow {
        padding: 10px 0;
    }
}