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

/* ### ############ ### */
/* ### HEADER LOGIN ### */
/* ### ############ ### */
.admin-bar header#header{
    top: 32px;
    height: calc(100vh - 32px);
}

/* ### ########### ### */
/* ### MAIN LAYOUT ### */
/* ### ########### ### */
#main{
    position: relative;
    margin: 0;
    margin-left: 230px;
    max-width: 1170px;
    overflow: initial;
}
#main > .img-banner{
    height: 525px;
    width: 100%;
    object-fit: cover;
    background: rgba(0,0,0,.2);
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.container-2-col{
    display: flex;
    column-gap: 50px;
}
.page-content{
    margin: 80px auto;
}
.main-col{
    width: 100%;
    padding: 0 80px;
}