* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth; /*cuộn mượt mà */
    font-family: Helvetica, Arial, sans-serif; /*set font chữ cho cả website , chữ không có chân*/
}

#footer .content_top {
    justify-content: space-between;
}

#footer .content_top .text_left {
    width: 55%;
    /* float: left; */
}

#footer .content_top .text_right {
    width: 20%;
    text-align: center;
    border-radius: 30px;
    justify-content: center;
}

#footer .content_top .text_right .button {
    margin-top: 10px;
    height: 50px;
    border-radius: 30px;
}

#footer .social {
    height: 40px;
    width:  238px;
}

#footer .social a {
    margin-right : 6px
}

#footer .line {
    width: 80%;
    margin: 30px auto;
    border: solid 1px #e0e0e0a0;
}

#footer .img_social {
    object-fit: cover;
    clip-path: circle(50% at 50% 50%);
}

#footer .payment .img_paynumber {
    background-color: #fff;
    border-radius: 5px;
}

#footer .line_footer_bottom {
    width: 100%;
    margin: 30px auto;
    padding-right: 216;
    border: solid 1px #e0e0e0a0;
}

#footer .footer-bottom {
    color: #c5c8d0b5;
    font-size: 14px;
}

#footer a {
    font-size: 17px;
    color: #fff;
}

#footer a:hover div {
    padding-left: 5px;
    color: #fcae18;
}


