#header{
    background-image: url(../images/contact/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;    
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 9rem;
}
#header .row{
    width: 100%;
    justify-content: center;    
}
#header .ico{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#lblHead{
    font-size: 2.5rem;
}

#lblDes{
    font-size: 1.2rem;
}
.lblHotline{
    font-size: 1rem;
    margin-top: 1rem;
}

.mb{
    margin-bottom: 2rem;
}
.mt{
    margin-top: 2rem;
}
.top-line{
    border-top: 1px solid #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.border-white{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
}
.border-white-top{
    align-items: start;
}
.border-white input, .border-white textarea{
    margin-left: 5px;
    border: none;
    background: transparent;
    color: #fff;
    /* padding: 0.5rem; */
}
.border-white input:focus, .border-white textarea:focus{
    outline: none;
    background: transparent;
    border: none;
    color: #fff;
}
