.title-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.lh-box-title{
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    margin-right: 20px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.lien-he-top iframe {width: 100%;}
.form-lienhe,
.info-lienhe{
    width: 100%;
    padding: 30px;
    background: #f5f5f5;
    margin-top: 30px;
}
.wpcf7-form-control-wrap {
    display: flex;
    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 {
    border: none;
    background: #e4e4e4;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
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 {
    border: none;
    background: #e4e4e4;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    cursor: pointer;
    border: none;
    padding: 10px 30px;
    background: #EE411C;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
input.wpcf7-form-control.wpcf7-submit:hover {background: #f37022;}
div.wpcf7-response-output {float: left;clear: both;margin: 0;margin-top: 15px;}
.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{
    flex: 1 1 0;
}
.divider {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #000;
    height: 3px;
}
.outer_dat_giao_dien {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9999;
    text-align: center;
    display: none;
}
.dat_giao_dien {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    width: 700px;
    z-index: 9999;
    box-sizing: border-box;
    padding: 5px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
}
.close_dgd {
    position: absolute;
    right: 12px;
    top: 12px;
    background: url('images/close_dgd.png');
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.inner_kd_giao_dien {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.dat_giao_dien h3 {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0;
    padding: 15px 5px 5px 5px;
    color: #2294d2;
    font-size: 24px;
    text-align: center;
}
.dat_giao_dien h4 {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
    color: #4E4F59;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.iframe_datgiaodien {
    width: 100%;
    border: none;
    min-height: 340px;
}
.bg_dat_giao_dien {
    display: none;
    background: #093045 none repeat scroll 0 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9998;
    opacity: 0.9;
}
.show.outer_dat_giao_dien {
    display: block;
}
.show.bg_dat_giao_dien {
    display: block;
}
@media only screen and (max-width: 768px) {
.lien-he-right, .lien-he-left {width: 100%;}
}