.menu-header {
    width: 100%;
    height: 70px;
    background-color: black;
}

.menu-chil {
    width: 600px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
.lg_vn {
    position: absolute;
    left: 0;
    right: 0;
    width: 110px;
    margin: auto;
}
.menu-chil a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.menu-chil img {
    width: 80px;
}

.menu-chil ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-chil ul li {
    width: 20%;
}
.menu-chil .dk {
    height: 30px;
    background: #007995;
    border-radius: 8px;
    line-height: 30px;
}
.menu-chil ul li:nth-child(2) {
    margin-right: 50px;
}
.menu-chil ul li:nth-child(3) {
    margin-left: 50px;
}
.click_menu {
    display: none;
}
.menu-chil {
    position: relative;
}
@media screen and (max-width: 800px) {
    .menu-chil {
        width: 100%;
        flex-wrap: wrap;
    }
    .lg_vn {
        right: initial;
        left: 4px;
        position: initial;
        width: 100%;
    }
    .menu-chil ul li {
        width: 100%;
        margin: 0px !important;
        text-align: left;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        background: black;
        border-bottom: 1px solid #dddddd52;
    }
    .menu-chil .dk {
        height: auto !important;
        background: black;
        border-radius: 0px;
        line-height: 1;
    }
    .menu-chil ul {
        display: none;
        position: absolute;
        top: 70px;
        border-top: 1px solid #c9c9c954;
        z-index: 1;
    }
    .menu-chil img {
        margin-left: 5px;
        float: left;
        width: 65px;
    }
    .click_menu {
        display: block;
    }
    .click_menu {
        position: absolute;
        right: 5px;
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .footer-left {
        width: 100%;
    }
    .footer-left ul {
    width: 100%;
    margin-bottom: 15px;
    }
    .footer-chil {
        padding-top: 35px;
    }
    .footer-chil2 {
        padding-top: 1px;
        text-align: justify;
        text-align: justify;
    }
    .footer-right .logo-img, .footer-right .social {
        justify-content: flex-start;
    }
    .copyright {
        padding: 0px 20px;
    }
    .footer-right .social {
        margin-left: 15px;
    }
}
