﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    min-height: calc(100vh - 100px); /* Chiều cao trang trừ đi chiều cao footer */
}

.footer_style_2 {
    background-color: #f1f1f1;
    position: relative;
    bottom: 0;
    width: 100%;
}
