body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    font-weight: 400 !important;
}

html,
body {
    scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

iframe {
    border: none;
}

html {
    height: 100%;
    font-size: 16px;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}


/* Optional: show position indicator in red */

::-webkit-scrollbar-thumb {
    background: transparent;
}

body {
    height: 100%;
    font: 400 1em/1.8 Pingfang Sc, Hanhei Sc, Helvetica Neue, Microsoft Yahei, Helvetica, Stheitisc Light, Arial, Sans Serif;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

body {
    padding-top: 97px;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 30;
    background-color: white;
    border-bottom: 1px solid black;
    transition: all ease 1s;
}

header .logo {
    float: left;
    margin-left: 40px;
    margin-top: 2rem;
}

header .logo img {
    width: 200px;
}

header .menu-toggle {
    width: 100px;
    margin-top: 2rem;
    height: 4rem;
    float: right;
    position: relative;
    z-index: 32;
}

header .menu-toggle span {
    width: 40px;
    height: 4px;
    display: block;
    background: #000;
    margin-top: 8px;
    margin-bottom: 4px;
}

header.move-out {
    transform: translateY(-98%);
}

.menu {
    width: 65%;
    height: 100% !important;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: black;
    z-index: 50;
    transition: all ease 1s;
    opacity: 1;
}

.menu.move-out {
    transform: translateX(100%);
    opacity: 0;
}

.menu .menu-close {
    float: right;
    margin-top: 40px;
    margin-right: 60px;
}

.menu ul {
    margin-top: 146px;
    margin-left: 40px;
}

.menu a {
    text-decoration: none !important;
    color: white !important;
    font-size: 64px;
}

.menu .bottom {
    position: absolute;
    left: 5px;
    bottom: 40px;
}

.menu .bottom li {
    color: #7b7c7d;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.slide-in-animation {
    animation: 1s linear 1 running slideIn;
}

@keyframes slideIn {
    0% {
        width: 0%;
    }
    100% {
        width: 65%;
    }
}

.virtual-links-wrapper {
    padding: 1rem 2rem;
    position: fixed;
    bottom: -1rem;
    width: 100%;
    background-color: white;
    display: none;
}

.virtual-links-wrapper .virtual-links {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid black;
    font-weight: lighter;
    font-size: 2.2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.virtual-links-wrapper .virtual-links a {
    display: inline-block;
    text-decoration: none;
    color: black;
}

.virtual-links-wrapper .virtual-links .link-item {
    box-sizing: border-box;
    width: 25%;
}

footer {
    background-color: #e1e1e1;
}

footer>div {
    padding: 3rem 2rem;
}

footer>div:last-child {
    padding: 4rem 2rem;
}

footer .back-to-top {
    float: right;
    position: relative;
    bottom: 5.5rem;
}

footer .white-wrapper {
    background-color: white;
}

footer .white-wrapper ul:last-child li {
    font-weight: lighter;
    margin-bottom: 3rem;
}

footer .white-wrapper ul:last-child li a {
    color: black;
}

footer .white-wrapper ul:last-child li a span {
    font-size: 1.9rem;
    display: inline-block;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

footer .links {
    margin-bottom: 5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid black;
    font-weight: lighter;
    font-size: 2.2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

footer .links li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    text-align: left;
}

footer .links a {
    display: inline-block;
    text-decoration: none;
    color: black;
}

footer .links .link-item {
    box-sizing: border-box;
    width: 25%;
}

footer .footer-info-wrap {
    padding: 1rem;
}

footer .footer-info-wrap a {
    text-decoration: none;
}

footer .footer-info-wrap p {
    font-size: 1.3rem;
}

footer .footer-logo {
    padding-bottom: 2rem;
}

footer .footer-logo img {
    padding-top: 3rem;
    border-top: 1px solid black;
    margin-bottom: 1rem;
}

footer .footer-logo p {
    font-size: .8rem;
}

.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: -650px;
}

.bottom-info {
    height: 300px;
    width: 750px;
    position: fixed;
    bottom: 0;
}

.bottom-info ul:last-child {
    z-index: 100;
    font-weight: lighter;
    font-size: .6rem;
    padding: 3rem 2rem;
    background-color: #efefef;
    position: fixed;
    bottom: 100%;
}