/* Add here all your CSS customizations */

html {
    font-family: Microsoft JhengHei;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	}
	
body {
    color: #777;
    font-family:  Microsoft JhengHei; Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {

    color: #2d529f;
    font-size: 15px;
	}
	
/* Page Header Custom - Create your Own */

.page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 0px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}
.page-header h1 {
	color: #0484cf;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
	font-family: "Microsoft JhengHei";
	margin-top: 150px;
}
.page-header .breadcrumb > li + li::before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 10px 0 5px;
}