/* Bắt đầu css #footer */
#footer {
    margin: 0px;
    padding: 0px;
}

#footer .bottom-info-menu {
    font-weight: bold;
    background: #fff;
    /* border-radius: 15px 15px 0 0;
    margin: 10px 10px 0px 10px; */
    text-align: center;
}

#footer .bottom-info-menu ul {
    list-style-type: none;
}

#footer .bottom-info-menu li {
    display: inline-block;
    line-height: 13px;
    border-right: 1px solid #f3f3f3;
    padding: 0;
}

#footer .bottom-info-menu a {
    margin: 10px;
    text-decoration: none;
    display: block;
}

#footer .bottom-info-menu li:last-child {
    border: 0;
}

#footer .all-footer-background {
    background-color: #dedede;
}

#footer .footer-background {
    background-color: #292c32;
    border-radius: 0px 0px 15px 15px;
}

#footer .social-media {
    text-align: center;
    padding: 20px 10px 5px 10px;
}

#footer .social-media .icon-svg {
    fill: #2a2c31;
    color: #2a2c31;
    background: #a8926e;
    vertical-align: text-bottom;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 0;
}

#footer .social-media a:hover .icon-svg {
    fill: #2a2c31;
    color: #2a2c31;
    background: #ffb000;
    vertical-align: text-bottom;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 0;
}

#footer .copyright {
    color: #a8926d;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 80%;
    line-height: 16px;
    text-align: center;
    padding: 5px 10px 30px 10px;
}

#footer .copyright .icon-svg {
    fill: #a8926d;
    color: #a8926d;
    vertical-align: text-bottom;
    display: inline-block;
}

#footer .copyright a {
    color: #9da1a6;
}

#footer .copyright a:hover {
    color: #fff;
}

/* Kết thúc css #footer */

/* Bắt đầu css hello-top */

.hello-top {
    background: #fff;
    /* border-radius: 0px 0px 15px 15px;
    margin: 0px 10px 10px 10px; */
    padding: 10px;
    margin-bottom: 10px;
}

/* Kết thúc css hello-top */