.lien-he{
    background: #f3f5f7;
    padding-bottom: 20px;
}
.tieu-de-lien-he {
    background: #fff;
    margin-bottom: 20px;
}
.title-lien-he{
    display: flex;
    grid-gap: 5px;
}
.title-lien-he >span{
    color: #9b9b9b;
    font-size: 13px;
    padding-top: 10px;
}
.title-lien-he >p{
    color: #9b9b9b;
    font-size: 13px;
    padding-top: 10px;
}
.form-lien-he{
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    grid-gap: 70px;
    padding: 20px;
}
.form-lien-he >.form >h1{
    font-weight: 500;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    margin-top: 10px;
}
.form-lien-he >.form >span{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.required{
    color: red;
}
.form-ho-ten >label{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding-bottom: 9px;
}
.form-ho-ten >input{
    width: 100%;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    border: 1px solid #e1e1e1;
}
.form-email >label {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding-bottom: 9px;
}
.form-email >input{
    width: 100%;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    border: 1px solid #e1e1e1;
}
.form-noi-dung {
    margin: 20px 0px;
}
.form-noi-dung >label{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding-bottom: 9px;
}
.form-noi-dung >textarea{
    width: 100%;
    display: block;
    width: 100%;
    min-height: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    border: 1px solid #e1e1e1;
}
.form-noi-dung >input{
    color: #fff;
    background-color: #dc0021;
    border-color: #dc0021;
    border-radius: 0;
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
}
.dia-chi-lien-he{
    display: flex;
    grid-gap: 20px;
}
.dia-chi{
    background: #fff;
    width: 30%;
}
.dia-chi >.logo-lien-he >img{
    margin: 10px 0;
    max-width: 200px;
}




.ban-do{
    height: auto;
}
.ban-do >p{
    width: 100%;
}
.ban-do >p >iframe{
    width: 100%;
    height: 350px;
}