@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

html {
	height: 100%;
	font-size: 93.9%;
}

body {
	position: relative;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	font-weight: normal;
	background: #eae9e1;
	letter-spacing: .5px;
	font-family: 'Poppins', Arial, 'Microsoft JhengHei';
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #7A0000;
	transition: all .2s ease-in;
}

a:hover,
a:focus,
a:visited {
	color: #7A0000;
	text-decoration: none;
	outline: none;
}

.wrap {
	height: 100%;
}

.header {
	background: #7A0000;
}

.header .sitename {
	padding: 14px 0;
	display: block;
}

.header .scu-logo {
	width: 70px;
	padding: 10px 0;
}

.home-content {
	background: #fafafa;
	padding-top: 30px;
}

.home-content .menu {
	font-size: 1.05rem;
	letter-spacing: 2px;
	padding: 30px;
	list-style: none;
}

.home-content .menu li {
	margin-bottom: 5px;
	background: #eae9e1;
}

.home-content .menu li:hover {
	background: #dddcd4;
}

.home-content .menu li a {
	display: block;
	color: #363636;
	padding: 10px 20px 8px;
}

.home-content .menu li a.active {
	color: #7A0000;
	font-weight: 600;
}

.home-content section {
	padding: 30px 0;
}

.home-content .carousel-caption h5 {
	background: rgba(0, 0, 0, .6);
	padding: 6px 0;
}

.home-content .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 5px;
}

.home-content .home-article {
	border-top: 1px solid #eee; 
}

.home-content .home-article .title {
	color: #7A0000;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 0;
    font-size: 1.45rem;
}

.home-content .home-article p {
	font-size: 1.05rem;
	margin: 5px 0;
}

.home-content .home-article ol {
	font-size: 1.05rem;
	margin: 10px;
	padding: 0px 15px;
}

.home-content .home-article ol li {
	padding: 0 0 8px 8px;
}

footer {
	padding: 10px 0;
}

footer p {
	margin: 0;
}

/* 
.footer_Copyright {
	font-weight: bold;
	font-size: 14px;
	height: 20px;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

#product_detail {
	padding-left: 40px;
}

#product_detail_button {
	padding-right: 50px;
	padding-top: 10px;
}

#product_detail_button_en {
	padding-right: 10px;
	padding-top: 10px;
}

.carousel-inner>.item>img {
	margin: 0 auto;
}

.xs_mode {
	z-index: 1;
}

.vertical-menu {
	width: auto;
}

.vertical-menu a {
	background-color: #D6D6CE;
	color: #184154;
	display: block;
	padding: 8px;
	text-decoration: none;
	margin: 3px;
}

.vertical-menu a:hover {
	background-color: #969693;
	color: white;
}

.vertical-menu a.active {
	background-color: #4CAF50;
	color: white;
}

#success_message {
	display: none;
} 
*/