body {
	font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

/* Title */
.home-heading h2:after {
    content: "";
    border-bottom: 2px solid #da251c;
    display: block;
    width: 60px;
    margin-top: 0.3em;
}
.home-heading.sppb-text-center h2:after {
    content: "";
    border-bottom: 2px solid #da251c;
    display: block;
    width: 60px;
    margin-top: 0.3em;
    margin-right: auto;
    margin-left: auto;
}

/* Header logo */

#sp-logo .sp-default-logo, #sp-logo .sp-retina-logo{
	max-height: 60px;
}

/* Header */
#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a, #sp-header #sp-menu .sp-megamenu-parent >li.sp-has-child.active>a {
    color: #ffffff;
}

#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
    top: -28px;
}

#sp-header.sticky #sp-menu .sp-megamenu-parent >li.current-item.active>a:after {
    top: -18px;
}

/* Sub Menu */
#sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(40,40,40,0.8);
}


#sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item a:hover {
    background-color: #da251c;
}

#sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item.current-item>a, #sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item a:hover {
    background-color: rgba(218,37,28,0.95);
}

#sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item.current-item.active>a:hover {
    background-color: rgba(218,37,28,0.95);
}