/*Fonts Style*/
p,a,h1,h2,h3,h4,h5,h6,input,li,button{
    font-family: Microsoft JhengHei !important;
}
em {
    font-weight: 900 !important;
    font-style: inherit !important;
}

/*Footer*/
.footer-contact {
    display: inline-flex !important;
}

/*Side Social Icons*/
.sidemenu-social-icon {
    line-height: 0px;
    position: fixed;
    top: 40%;
    z-index: 999999;
    right: 5px;
    display: grid;
}
.sidemenu-social-icon>a>img {
    width: 65px;
}

@media screen and (max-width:960px) {
.sidemenu-social-icon {
    z-index: 10 !important;
    top: 88% !important;
    right: 0px !important;
    display: flex !important;
    left: 5px !important;
}
}

@media only screen and (max-width: 800px){
#toTop {
    right: 5% !important;
}
}

.fusion-standard-logo {
  width:200px;
}