body {
	font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
a {
	color: #e40523;
}
a:hover {
	color: #ad031a;
}
.sp-module .sp-module-title:after {
	display: none;
}
.sp-module .sp-module-title .divider, .sppb-addon-module .sp-module-title .divider {
	display: none;
}
.sp-module .divider, .sppb-addon-module .divider {
	display: none;
}
.sp-module .sp-module-title, .sppb-addon-module .sp-module-title {
	box-shadow: none;
}
#sp-main-body {
	padding: 0px 0px 50px 0px;
}

/* Top Bar */
section#sp-top-bar {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 auto;
	padding: 0;
}

/* Header */
.transparent-wrapper {
	position: relative;
}
#sp-header.sticky #sp-logo img.sp-default-logo.hidden-xs, #sp-header.sticky #sp-logo img.sp-retina-logo.hidden-xs {
	height: auto;
}
#sp-header.white #sp-menu .sp-dropdown .sp-dropdown-inner li.sp-menu-item >a {
	border-radius: 3px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	line-height: 25px;
}
#sp-header .logo img {
	max-width: 100% !important;
}
#sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: rgba(40, 40, 40, 0.8);
}
#sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item.active>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item.active:hover>a {
	background-color: #fff22c !important;
	color: #000 !important;
}
#sp-header.color #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item a:hover {
	color: #fff22c;
}
@media (max-width:768px) {
	#sp-header .sticky__wrapper .row {
		display: flex;
	}
	#sp-logo {
		order: 1;
	}
	#sp-menu {
		order: 3;
		padding: 0px;
	}
	#sp-topsearch {
		order: 2;
		padding: 0px;
	}
	.top-search-wrapper {
		right: inherit;
		width: inherit;
	}
}
@media (max-width:992px) {
	#offcanvas-toggler >i {
		width: inherit;
	}
}

/* Body */

/* Footer */
#sp-bottom .sp-module ul >li {
	border-bottom: none;
}
#sp-footer {
	padding: 50px 0;
}
#sp-footer1 .sp-module-title {
	color: #ffffff;
}
#sp-footer1 i.fa {
	font-size: 24px;
	margin-right: 20px;
}

/* Color */
.nav.menu li.current > a {
	color: #e40523;
}
#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: #b63d32;
}
#sp-header #sp-menu .sp-megamenu-parent >li.current-item >a:hover, #sp-header #sp-menu .sp-megamenu-parent >li.sp-has-child >a:hover {
	color: #b63d32;
}
#sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item.active>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item.active:hover>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {
	background-color: #e40523;
}
.sp-module .sp-module-title .divider, .sppb-addon-module .sp-module-title .divider {
	background: #e40523;
}
.nav.menu .deeper.parent .fa.fa-plus {
	position: absolute;
	right: 20px;
	top: 8px;
	padding: 5px;
	cursor: pointer;
}
.deeper.parent .nav-child {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
}
.deeper.parent .nav-child.show {
	visibility: visible;
	overflow: unset;
	opacity: 1;
	max-height: 100%;
}
.row.login-wrapper{
	margin-top: 100px;
}
.fa-line {
    background-image: url('../images/line_60.png');
    background-size: cover;
}
.itemShare .item-share-article ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.itemShare .item-share-article ul li{
	display: inline-block;
	padding-right: 5px;
}
.itemShare .item-share-article ul li a{
	padding: 10px 20px;
	color: #f2f2f2;
	position: relative;
}
.itemShare .item-share-article ul li a.facebook{
	background: #3b5998;
}
.itemShare .item-share-article ul li a.line{
	background: #31b44c;
}
.itemShare .item-share-article ul li a.whatsapp{
	background: #31b44c;
}
.itemShare .item-share-article ul li a.email{
	background: #d60a2e;
}
.itemShare .item-share-article ul li a > i{
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 17px;
	text-align: center;
	position: absolute;
	top: 7px;
	left: 8px;
}
.sp-module-content .mod-languages ul.lang-inline{
	border-left: none;
  	border-right: none;
}
.lang-switcher .sp-module-content .mod-languages ul.lang-inline{
  border-left: none;
  border-right: none;
}