
.page-heading{
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.page-lh-tt strong{
    font-size: 23px;
}
.page-lh-tt {
    font-size: 18px;
}
.page-lh-tt div{
    margin-bottom: 15px;
}
.page-lh-tt div b{
    font-weight: normal;
    color: #c02629;
}
.contact-wrap .wpcf7{
    margin-bottom: 20px;
    display: flex;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    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: 1px solid #eaeaea;
    background-color: rgba(255,255,255,.8);
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border: 1px solid #eaeaea;
    padding: 5px;
    background-color: rgba(255,255,255,.8);
}

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: 1px solid #eaeaea;
    background-color: rgba(255,255,255,.8);
    height: 120px;
}

input.wpcf7-form-control.wpcf7-submit {
    float: left;
    background: #aa2620;
    color: #fff;
    border: navajowhite;
    padding: 10px 33px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
   font-size: .97em;
	letter-spacing: .03em;
}

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 #eaeaea;
    background-color: rgba(255,255,255,.8);
    padding-top: 10px;
}

.content-lienhe {
    float: left;
    width: 100%;
}

.content-lienhe h4 {
    color: #018791;
    margin: 0;
    font-size: 18px;
}

.content-lienhe .fa:before {
    width: 25px;
    float: left;
    color: #f7941d;
    font-size: 16px;
}

.content-lienhe p {
    margin-bottom: 0;
    margin-top: 6px;
}

.wrap-divider {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.divider {
    float: left;
    width: 60px;
    background: #018791;
    height: 3px;
}

@media only screen and (max-width: 768px) {
    .page-heading,
    .page-lh-tt strong {
        font-size: 20px;
    }
    .contact-wrap .col-lg-6{
        width: 100%;
    }
    .page-lh-tt div {
        margin-bottom: 5px;
    }
    .page-lh-tt {
        font-size: 16px;
    }
}