.footer {
    background-color: rgb(21, 68, 84);
    min-height: 200px;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}

.footer-container {
    width: 67.5%;
    border-top: 1px solid grey;
    margin: auto;
    padding-top: 10px;
}

.footer_title_vi,
.footer_title_e,
.address_con,
.second_address_con,
.phone_number,
.mobile_con,
.fax_con,
.email_con,
.website_con,
.manager_con {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: white;
    text-align: center;
}

.address_con {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {

} 

@media screen and (max-width: 3000px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 769px) {
   
}

