/* Nav custom - minimal enhancement only */
.header .btm .right .ul li:hover .box {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
}
.header .btm .right .ul li .box {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate(-50%, 5px) !important;
    transition: all 0.3s ease !important;
}
/* Remove top white border */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
.header {
    top: 0 !important;
    margin-top: 0 !important;
}
/* Fix top white border */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}
* {
    box-sizing: border-box !important;
}
.banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}