/* ### ############# ### */
/* ### STICKY FOOTER ### */
/* ### ############# ### */
body {
    min-height: 100vh !important;
    flex-direction: column !important;
    display: flex !important;
    overflow: hidden;
}
footer {
    margin-top:auto;
}
#wrapper {
    height:100vh;
}

/* ### ############ ### */
/* ### HEADER LOGIN ### */
/* ### ############ ### */
.admin-bar header#header{
    top: 32px;
}

/* ### ########### ### */
/* ### MAIN LAYOUT ### */
/* ### ########### ### */
#main{
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}
#main > .img-banner{
    height: 525px;
    width: 100%;
    object-fit: cover;
    background: rgba(0,0,0,.2);
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
}
.page-content{
    margin: 80px auto;
}
.main-col{
    width: 100%;
    padding: 0 80px;
}