html {}
html body {
	background-color: #fafafa;
	font-family: "Arial", "Microsoft Jhenghei", sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.page-container {
	margin: 0 auto;
	max-width: 73.75em;
	width: 90%;
	position: relative;
}
.page-container:after {
	content: "";
	display: block;
	height: 0em;
	clear: both;
	visibility: hidden;
}
.clear:after {
	content: "";
	display: block;
	height: 0em;
	clear: both;
	visibility: hidden;
}
a:link, a:visited {
	color: #666;
	text-decoration: none
}
a:hover, a:active {
	color: #008dc8;
	text-decoration: none;
}
a:focus img {
	outline-width: 0.05em;
	outline-style: dashed;
	outline-color: #008dc8;
}
.btn-primary, .btn-secondary, .btn-success, .btn-warning, .btn-danger, .btn-dark {
	color: #ffffff !important;
}
a:focus, .btn:focus, .btn.focus, button:focus, .page-link:focus, .form-control:focus {
	outline-width: 0.15em;
	outline-style: dashed;
	outline-color: #008dc8;
}
.owl-item.cloned a {
	display: none;
}
.accesskey {
	position: absolute;
	left: -1.25em;
}
.list-group {
	list-style: none;
}
/* header */

.site-header {
	background: #fff;
}
.site-header .page-container {
	padding: 1.25em 0;
	display: flex;
	justify-content: space-between;
}
.site-header .page-container:after {
	display: none;
}
.site-logo {}
.site-logo img {
	display: block;
}
.site-logo span {
	display: none;
}
.site-nav {
	position: relative;
}
.site-nav>ul, .site-nav>div {
	display: inline-block;
	vertical-align: middle;
}
.site-nav .site-nav-toggle {
	display: none;
}
.site-nav .box-functions {}
.box-functions>div {
	float: left;
	margin: 0 0 0 0.625em;
}
.box-functions .box-search {
	margin: 0;
}
.site-nav .site-nav-list {
	margin: 0;
	padding: 0;
}
.site-nav-list li {
	float: left;
	margin: 0 0.625em 0 0;
	list-style: none;
}
.site-nav-list li a {
	padding: 0;
}
.site-nav-list li a:hover {
	background: none;
}
.site-nav-list .box-functions {
	display: inline-block;
}
.box-functions .box-search {
	background: #fff;
	border-radius: 0.1875em;
	position: relative;
	height: 1.875em;
	width: 11.25em;
	border: 0.0625em solid #d0d0d0;
}
.box-functions .box-search .search-text {
	border: 0;
	position: absolute;
	left: 0.625em;
	height: 1.25em;
	font-size: 0.8125rem;
	top: 0.1875em;
	background: none;
	width: 8.75em;
}
.box-search .search-btn {
	background: url(images/icon_search.png) no-repeat 50% 50% transparent;
	border: 0;
	position: absolute;
	right: 0.375em;
	top: 0.25em;
	padding: 0;
	height: 1.25em;
	width: 1.25em;
}
.box-lang {
	width: 7.5em;
	margin: 0;
}
.box-lang select.form-control {
	border: 0.0625em solid #d0d0d0;
	border-radius: 0.1875em;
	box-shadow: none;
	font-size: 0.8125rem;
	height: 1.875em !important;
	margin: 0;
	padding: 0 0 0 0.625em;
}
.box-lang label.form-control-label {
	display: none;
}
.box-lang .form-group {
	margin: 0;
	width: 100%;
}
.box-lang .col-sm-10 {
	width: 100%;
	padding: 0;
}
@media (max-width: 40em) {
	.site-header .page-container {
		padding: 0;
		width: 100%;
	}
	.site-nav {
		float: none;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
	}
	.site-nav .site-nav-toggle {
		cursor: pointer;
		color: #2179ba;
		display: block;
		width: 2.5em;
		height: 2.5em;
		text-align: center;
		position: absolute;
		right: 0.3125em;
		top: 0;
		border-radius: 0 0 0.3125em 0.3125em;
		font-size: 1.25rem;
		transition: 0.3s;
		z-index: 1000;
	}
	.site-nav .site-nav-toggle.active {
		transform: rotateX(180deg);
	}
	.site-nav-toggle .fa {
		line-height: 2.5em;
	}
	.site-nav .site-nav-list {
		margin: 0;
		padding: 0.625em 3.125em 0.625em 1.25em;
		width: 100%;
		text-align: left;
		border-bottom: thin solid rgba(0, 0, 0, 0.1);
	}
	.site-nav-list li {
		font-size: 0.9375rem;
	}
	.site-nav .box-functions {
		background: rgba(0, 0, 0, 0.01);
		border-bottom: thin solid rgba(0, 0, 0, 0.05);
		display: none;
		overflow: hidden;
		width: 100%;
		padding: 0.9375em 1.25em;
	}
	.box-functions .box-search {
		width: calc(65% - 10px);
		margin: 0;
		display: block;
		float: left;
	}
	.box-functions .box-lang {
		width: calc(35% - 10px);
		margin: 0;
		display: block;
		float: right;
	}
	.site-header .page-container {
		flex-direction: column-reverse;
	}
	.site-logo {
		float: none;
		padding: 1.25em;
	}
	.site-logo img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}
/* menu */

.box-menu {
	background: #fff;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 10;
	border-top: thin solid #efefef;
	border-bottom: thin solid #cccccc;
	box-shadow: 0 0.625em 0.625em rgba(0, 0, 0, 0.02);
}
.box-menu .menu-toggle {
	display: none;
}
.box-menu .site-menu {}
.box-menu .site-menu .menu-list {
	width: 100%;
}
.box-menu .site-menu .menu-list:after {
	content: ".";
	display: block;
	height: 0em;
	clear: both;
	visibility: hidden;
}
.box-menu .site-menu .menu-list.menu-level-0 {
	margin: 0;
	padding: 0;
}
.box-menu .site-menu .caret {
	margin-left: 0.25em;
	border-top: 0.25em dashed;
	border-right: 0.25em solid transparent;
	border-left: 0.25em solid transparent;
	position: relative;
	top: 0.9375em;
	left: 0.1875em;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item {
	float: left;
	list-style: none;
	position: relative;
	padding: 0.75em 1em 0.5625em;
	font-size: 1.125rem;
	transition: 0.3s;
	border-bottom: 0.1875em solid #fff;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item>.caret {}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item:last-child {
	border-bottom: 0em;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item:nth-last-child(1) .sub-menu.menu-level-2 {
	left: auto;
	right: 100%;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item a {
	display: inline;
	padding: 0;
	text-decoration: none;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover {
	border-bottom: 0.1875em solid #2179ba;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover>.sub-menu {
	box-shadow: 0 0.1875em 0.125em rgba(0, 0, 0, 0.2);
	display: block;
	top: calc(100% + 3px);
	left: 0;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover>a {}
.box-menu .site-menu .menu-list .sub-menu {
	display: none;
	background: #fff;
	position: absolute;
	margin: 0;
	padding: 0.625em 0;
	z-index: 15;
	width: 10em;
	box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.15);
}
.box-menu .site-menu .menu-list .sub-menu .menu-item {
	list-style: none;
	padding: 0.3125em 0.625em;
	position: relative;
	font-size: 1rem;
}
.box-menu .site-menu .menu-list .sub-menu .menu-item a {
	color: #222;
}
.box-menu .site-menu .menu-list .sub-menu .menu-item:hover {
	background: rgba(0, 0, 0, 0.05);
}
.box-menu .site-menu .menu-list .sub-menu .menu-item:hover>.sub-menu {
	box-shadow: 0 0.1875em 0.125em rgba(0, 0, 0, 0.2);
	display: block;
	top: 0;
	left: 100%;
}
.box-menu .site-menu .menu-list .sub-menu .menu-item:hover>a {
	color: #222;
}
.box-menu .site-menu .menu-list .sub-menu .menu-level-2 {
	background: #fff;
}
@media (max-width: 40em) {
	.box-menu {
		border-top: 0.0625em solid rgba(0, 0, 0, 0.1);
		margin: 0;
	}
	.box-menu .page-container {
		width: 100%;
	}
	.box-menu .site-menu {
		padding: 0.9375em 1.25em 1.125em;
		min-height: 3.125em;
	}
	.box-menu .site-menu .menu-toggle {
		display: block;
		cursor: pointer;
		float: right;
		width: 1.875em;
		position: relative;
		height: 1.5em;
		transition: 0.3s;
	}
	.icon-bar {
		display: block;
		width: 100%;
		background: #333;
		height: 0.25em;
		margin: 0 0 0.375em;
	}
	.icon-bar:last-child {
		margin: 0;
	}
	.box-menu .site-menu .menu-toggle:hover {
		opacity: 0.75;
	}
	.box-menu .site-menu .menu-toggle:before {
		content: "MENU";
		color: #333;
		position: absolute;
		left: -4.0625em;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 1.125rem;
	}
	.box-menu .site-menu .menu-list {
		clear: both;
		display: none;
		width: 100%;
		margin: 2.5em 0 0 !important;
	}
	.box-menu .site-menu .menu-list.menu-level-0 {
		margin: 0;
		padding: 0;
	}
	.box-menu .site-menu .menu-list.menu-level-0.active {
		display: block;
	}
	.box-menu .site-menu .menu-list.menu-level-0>.menu-item {
		display: block;
		float: none;
		position: relative;
		padding: 0.3125em 0 0.3125em 0.625em;
		width: 100%;
		text-align: left;
	}
	.box-menu .site-menu .menu-list.menu-level-0>.menu-item:last-child {}
	.box-menu .site-menu .menu-list.menu-level-0>.menu-item a {
		display: inline;
		padding: 0;
		text-decoration: none;
		font-size: 1rem;
	}
	.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover {
		background: none;
		border-bottom: 0.1875em solid #fff;
	}
	.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover>.sub-menu {
		display: none;
		top: 0;
		left: 100%;
		box-shadow: none;
	}
	.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover a {}
	.box-menu .site-menu .menu-list .sub-menu {
		position: static;
		min-width: 0;
		max-width: 100vw;
		transform: none;
	}
	.box-menu .site-menu .menu-list .sub-menu .menu-item {
		list-style: none;
		padding: 0.3125em;
		position: relative;
	}
	.box-menu .site-menu .menu-list .sub-menu .menu-item a {}
	.box-menu .site-menu .menu-list .sub-menu .menu-item:hover {
		background: none;
	}
	.box-menu .site-menu .menu-list .sub-menu .menu-item:hover>.sub-menu {
		display: none;
		top: 0;
		left: 100%;
		box-shadow: none;
	}
	.box-menu .site-menu .menu-list .sub-menu .menu-item:hover>a {}
	.box-menu .site-menu .menu-list .menu-level-1 {
		background: rgba(0, 0, 0, 0.02);
		padding: 0.625em;
		border-radius: 0.3125em;
		margin: 0.625em 0;
		z-index: 110;
		width: 100%;
		box-shadow: none;
	}
	.box-menu .site-menu .menu-list .menu-level-1.active {
		display: block !important;
	}
	.box-menu .site-menu .menu-list .sub-menu .menu-level-2 {
		background: rgba(0, 0, 0, 0.02);
		display: none;
		margin: 0.625em;
		padding: 0.625em;
		z-index: 120;
		width: calc(100% - 20px);
		box-shadow: none;
	}
	.box-menu .site-menu .menu-list .menu-level-2.active {
		display: block !important;
	}
}
/* banner */

.site-banner .owl-carousel {
	box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.2);
}
.site-banner .page-container {
	padding: 3.125em 0 0;
}
.site-banner img {
	width: 100%;
	height: auto;
}
.site-banner .owl-carousel .owl-nav {
	position: absolute;
	right: 1.25em;
	bottom: 1.25em;
	z-index: 3000;
}
.site-banner .owl-carousel .owl-nav>button {
	width: 2.5em;
	height: 2.5em;
	margin: 0 0 0 0.625em;
	outline: none;
}
.site-banner .owl-carousel .owl-nav>button:hover {
	opacity: 0.7;
}
.site-banner .owl-carousel .owl-nav>button span {
	display: none;
}
.site-banner .owl-carousel .owl-nav>button.owl-prev {
	background: url(images/bg_prev.png) no-repeat 0 0 / 2.5em 2.5em !important;
}
.site-banner .owl-carousel .owl-nav>button.owl-next {
	background: url(images/bg_next.png) no-repeat 0 0 / 2.5em 2.5em !important;
}
.site-banner .owl-carousel .owl-dots {
	position: absolute;
	left: 1.25em;
	bottom: 1.25em;
	z-index: 3000;
	background: rgba(0, 0, 0, 0.3);
	padding: 0.3125em 0.625em;
	border-radius: 0.625em;
}
.site-footer {
	border-top: 0.0625em solid rgba(0, 0, 0, 0.1);
	padding: 1.25em 0;
}
.site-footer p {
	margin: 0;
}
@media (max-width: 40em) {
	.site-banner .page-container {
		width: 100%;
	}
	.site-banner .owl-stage {
		/*height: calc(100vw * 0.5);*/
		height: auto;
	}
	.site-banner .owl-carousel {
		box-shadow: none;
		margin: 0 0 3.125em;
		background: #333;
		overflow: hidden;
		padding: 0 0 0.625em;
	}
	.site-banner .owl-carousel .owl-nav {
		float: right;
		position: static;
		margin: 0em 1.25em 0 0;
		padding: 0.625em 0 0;
	}
	.site-banner .owl-carousel .owl-dots {
		position: static;
		float: left;
		margin: 0.9375em 0 0 1.25em;
	}
	.site-banner .carousel-caption {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		left: 0;
		bottom: auto;
		padding: 1.25em;
		right: auto;
		width: 41%;
		top: 0;
		height: calc(100vw * 0.5);
	}
	.site-banner .carousel-caption h5 {
		font-size: 1.5rem;
		font-weight: bold;
		margin: 0 0 0.9375em;
		text-align: left;
		word-wrap: break-word;
		word-break: break-all;
	}
	.site-banner .carousel-caption p {
		max-height: 9em;
		overflow: hidden;
		line-height: 1.5em;
		font-size: 0.9375rem;
		text-align: left;
	}
}
/* i-row */

.i-row {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.i-row.wrap {
	flex-wrap: wrap;
}
.i-row .row-item {
	flex: 1;
}
.i-row.row-2-19 .row-item:nth-child(1) {
	flex: 1;
}
.i-row.row-2-19 .row-item:nth-child(2) {
	flex: 9;
}
.i-row.row-2-28 .row-item:nth-child(1) {
	flex: 2;
}
.i-row.row-2-28 .row-item:nth-child(2) {
	flex: 8;
}
.i-row.row-2-37 .row-item:nth-child(1) {
	flex: 3;
}
.i-row.row-2-37 .row-item:nth-child(2) {
	flex: 7;
}
.i-row.row-2-46 .row-item:nth-child(1) {
	flex: 4;
}
.i-row.row-2-46 .row-item:nth-child(2) {
	flex: 6;
}
.i-row.row-2-64 .row-item:nth-child(1) {
	flex: 6;
}
.i-row.row-2-64 .row-item:nth-child(2) {
	flex: 4;
}
.i-row.row-2-73 .row-item:nth-child(1) {
	flex: 7;
}
.i-row.row-2-73 .row-item:nth-child(2) {
	flex: 3;
}
.i-row.row-2-82 .row-item:nth-child(1) {
	flex: 8;
}
.i-row.row-2-82 .row-item:nth-child(2) {
	flex: 2;
}
.i-row.row-2-91 .row-item:nth-child(1) {
	flex: 9;
}
.i-row.row-2-91 .row-item:nth-child(2) {
	flex: 1;
}
.i-row.row-3-622 .row-item:nth-child(1) {
	flex: 6;
}
.i-row.row-3-622 .row-item {
	flex: 2;
}
.i-row.row-3-262 .row-item:nth-child(2) {
	flex: 6;
}
.i-row.row-3-262 .row-item {
	flex: 2;
}
.i-row.row-3-622 .row-item:nth-child(3) {
	flex: 6;
}
.i-row.row-3-622 .row-item {
	flex: 2;
}
.i-row.row-4-4222 .row-item {
	flex: 2;
}
.i-row.row-4-4222 .row-item:nth-child(1) {
	flex: 4;
}
@media (max-width: 40em) {
	.i-row {
		display: block;
	}
}
.page {
	min-height: calc(100vh - 230px);
}
/* login page */

.box-login {
	border-radius: 0.3125em;
	padding: 2.5em;
	position: relative;
	width: 25em;
	margin: auto;
	box-shadow: 0 0 12.5em rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box-login .box-title {
	padding: 1.875em 0 3.125em;
	border-bottom: thin solid rgba(0, 0, 0, 0.05);
	margin: 0 0 1.875em;
}
.login-title img {
	display: block;
	margin: auto;
	max-width: 80%;
	height: auto;
	float: none;
}
.box-btns {
	overflow: hidden;
	margin: 2.5em 0 0;
}
.box-btns .btn {
	float: left;
	width: 10em;
}
.box-btns .sub-feature {
	float: right;
	padding: 0.375em 0 0;
}
.box-btns .sub-feature .splitter {
	padding: 0 0.1875em;
}
/* forget page */

.box-forget {
	border-radius: 0.3125em;
	padding: 2.5em;
	position: relative;
	width: 25em;
	margin: auto;
	box-shadow: 0 0 12.5em rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box-forget .box-title {
	padding: 1.875em 0 3.125em;
	border-bottom: thin solid rgba(0, 0, 0, 0.05);
	margin: 0 0 1.875em;
}
.forget-title img {
	display: block;
	margin: auto;
	max-width: 80%;
	height: auto;
	float: none;
}
.box-forget .form-title {
	padding: 0 0 1.25em;
	border-bottom: thin solid rgba(0, 0, 0, 0.05);
	margin: 0 0 1.25em;
	color: #2179ba;
	font-size: 1.625rem;
	font-weight: normal;
	text-align: center;
}
.form-message {
	color: #888;
	line-height: 1.5;
	padding: 0 0.3125em;
}
.form-btn {
	overflow: hidden;
	margin: 1.875em 0 0;
}
.form-btn .btn-primary {
	float: left;
	width: 10em;
}
.form-btn .btn-danger {
	float: right;
	background: none !important;
	color: #888 !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0.375rem 0 !important;
}
/* register page */

.box-register {
	border-radius: 0.3125em;
	padding: 2.5em;
	position: relative;
	width: 25em;
	margin: auto;
	box-shadow: 0 0 12.5em rgba(0, 0, 0, 0.1);
	background: #fff;
}
.register-title img {
	display: block;
	margin: auto;
	max-width: 80%;
	height: auto;
	float: none;
}
.box-register .form-title-reg {
	padding: 0 0 1.25em;
	border-bottom: thin solid rgba(0, 0, 0, 0.05);
	margin: 0 0 1.25em;
	color: #2179ba;
	font-size: 1.625rem;
	font-weight: normal;
	text-align: center;
}
.box-register .form-group.row {
	display: block;
	margin: 0 0 1rem;
}
.box-register .form-group label {
	display: block;
	margin: 0 0 0.5rem;
	flex: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.box-register .form-group .col-sm-10 {
	display: block;
	flex: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.box-register .form-group input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0.0625em solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.box-register .form-btn {
	overflow: hidden;
	margin: 1.875em 0 0;
}
.box-register .form-btn .btn-primary {
	float: left;
	width: 10em;
}
.box-register .form-btn .btn-danger {
	float: right;
	background: none !important;
	color: #888 !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0.375rem 0 !important;
}
/* sitemap page */

h2.page-title {
	margin: 0 0 1.25em;
}
.site-map {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -0.625em 2.5em !important;
	flex-direction: row !important;
}
ul.sitemap-list.level-1 {
	border: 0.0625em solid #ddd;
	width: calc(33.33% - 30px);
	margin: 0.625em;
	padding: 1.25em;
	list-style: none;
	font-size: 1.25rem;
	background: #fff;
	box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	border-radius: 0.3125em;
	position: relative;
	top: 0;
	min-height: 9.375em;
	overflow: hidden;
}
ul.sitemap-list.level-1:before {
	content: "";
	width: 3.75em;
	height: 3.75em;
	background: #ddd;
	position: absolute;
	right: -2.5em;
	top: -2.5em;
	transform: rotate(45deg);
	transition: 0.3s;
}
ul.sitemap-list.level-1:hover:before {
	background: rgba(33, 121, 186, 1);
}
ul.sitemap-list.level-1:hover {
	box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.15);
	top: -0.3125em;
}
ul.sitemap-list.level-2 {
	padding: 0.625em 0 0 1.25em;
	margin: 0.625em 0 0;
	font-size: 0.9375rem;
	border-top: 0.0625em dashed #ddd;
	list-style: circle;
}
ul.sitemap-list.level-2 li {
	margin: 0 0 0.625em;
}
ul.sitemap-list.level-3 {
	border-top: 0.0625em dashed #ddd;
	margin: 0;
	padding: 0.625em 0.625em 0;
	list-style: none;
	border-radius: 0.1875em;
}
@media (max-width: 62.5em) {
	ul.sitemap-list.level-1 {
		width: calc(50% - 20px);
	}
}
@media (max-width: 40em) {
	ul.sitemap-list.level-1 {
		width: 100%;
	}
}
/* bread */

.box-breadcrumb.breadcrumb {
	background: rgba(0, 0, 0, 0.025);
	margin: 0 0 1.875em;
	font-size: 0.9375rem;
}
.box-breadcrumb a {
	color: #2179ba;
}
/* submenu */

.box-submenu {
	width: 11.875em;
	float: left;
	background: #fff;
	padding: 1.25em;
	border-radius: 0.1875em;
	border: thin solid #ddd;
	border-top: 0.1875em solid #2179ba;
}
.submenu-title {
	margin: 0 0 0.625em;
	font-size: 1.5rem;
}
.submenu-list {
	margin: 0;
	padding: 0;
}
.submenu-item {
	list-style: none;
	border-top: 0.0625em solid #ddd;
	padding: 0.5625em 0.625em;
	font-size: 0.9375rem;
}
.submenu-list2 {
	padding: 0.625em;
	border-radius: 0.3125em;
}
.submenu-item2 {
	list-style: none;
	padding: 0.125em 0.625em;
	font-size: 0.9375rem;
}
@media (max-width: 40em) {
	.box-submenu {
		width: 100%;
		float: none;
		margin: 0 0 1.25em;
	}
}
/* main */

.box-main {
	float: right;
	width: calc(100% - 220px);
	margin: 0 0 2.5em;
}
@media (max-width: 40em) {
	.box-main {
		width: 100%;
		float: none;
		margin: 0 0 2.5em;
	}
}

.box-main.table tr:nth-child(even){
	background-color: #ededed;
}

.box-main .table thead th {
	border-top: 0;
	border-bottom: 0.1875em solid #2179ba;
	font-size: 1rem;
	white-space: nowrap;
}
.site-content {
	padding: 2.5em 0;
}
.site-content>.page-container {
	min-height: 43.75em;
}
/* member */

.member-category {
	border-left: 0.375em solid #2179ba;
	padding: 0.0625em 0 0.1875em 0.625em;
	margin: 0.625em 0 1.875em;
	color: #333;
}
.member-card {
	background: #fff;
	margin: 0 0 1.875em !important;
	padding: 1.875em 0.9375em;
	border-radius: 0.3125em;
	box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	top: 0;
	min-height: 12.5em;
}
.member-card:before {
	content: "";
	width: 3.75em;
	height: 3.75em;
	background: rgba(33, 121, 186, 1);
	position: absolute;
	right: -1.875em;
	top: -1.875em;
	transform: rotate(45deg);
}
.member-card:hover {
	box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.1);
	top: -0.3125em;
}
.member-name {
	color: #2179ba;
	font-size: 1.25rem;
	margin: 0.3125em 0 0.9375em;
	font-weight: bold;
	border-bottom: 0.125em solid #eee;
	padding: 0 0 0.9375em;
}
.member-name a {
	color: #2179ba;
}
.member-name a:hover {
	color: #222;
}
.member-card img {
	border-radius: 0.625em;
	width: 100%;
	height: auto;
}
.member-data {
	background: #fff;
	padding: 1.25em;
}
.member-data-title {
	border-left: 0.375em solid #2179ba;
	padding: 0.0625em 0 0.1875em 0.625em;
	margin: 0.625em 0 1.25em;
	color: #333;
}
.member-data-basic {
	border-top: 0.0625em solid #ddd;
	margin: 0 0 1.875em !important;
	padding: 1.25em 0 0;
}
.member-data-basic .form-group {
	border-bottom: 0.0625em dashed #ddd;
}
.member-data-basic .form-group .form-control-label {
	font-weight: bold;
	color: #000;
}
.attr-data-basic {
	border-top: 0.0625em solid #ddd;
	margin: 0 0 1.875em !important;
	padding: 1.25em 0 0;
}
.attr-data-basic .form-group {
	border-bottom: 0.0625em dashed #ddd;
}
.attr-data-basic .form-group .form-control-label {
	font-weight: bold;
	color: #000;
	flex: 0 0 25%;
}
.member-card-double {
	width: 32%;
	float: left;
	background-color: #ffffff;
	margin: 5px;
	position: relative;
}
.member-card-double:hover {
	box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.1);
	top: -0.25em;
	transition: 0.5s;
	transform: scale(1.02);
}
.member-card-double .col-md-3 {
	max-width: none;
	padding: 0;
	max-height: 300px;
	overflow: hidden;
	min-height: 300px;
}
.member-card-double .col-md-3 a {
	width: 100%;
	display: inline-block;
}
.member-card-double .col-md-3 img {
	width: 100%;
	height: 100%;
}
.member-card-double .col-md-9 {
	max-width: none;
	position: absolute;
	bottom: 15%;
	background-color: rgba(7, 59, 84, 0.85);
	color: #ffffff;
	padding: 0.5em 0.5em 0.5em 1em;
}
.member-card-double .member-name a {
	color: #ffffff;
}
.member-card-double .member-name {
	margin: 0;
	font-weight: bold;
	border-bottom: none;
	padding: 0;
	width: auto;
	float: left;
	margin-right: 10px;
}
.member-card-double span.member-jobtitle {
	display: block;
	font-weight: bold;
}
@media (max-width: 1050px) {
	.member-card-double {
		width: 48%;
	}
}
@media (max-width: 40EM) {
	.member-card-double {
		width: 100%;
		margin: 0;
	}
}
/* page - archive */

.archive-page-list li {
	margin: 0 0 0.625em;
	border-bottom: 0.0625em dashed rgba(0, 0, 0, 0.2);
	padding: 0 0 0.625em;
}
.archive-page-list a {
	margin: 0 0 0 0.625em;
	vertical-align: middle;
	display: inline-block;
}
/* page - link */

.link-page-list {
	margin: 0 0 1.25em;
}
.link-page-list li {
	margin: 0 0 0.625em;
	border-bottom: 0.0625em dashed rgba(0, 0, 0, 0.2);
	padding: 0 0 0.625em;
}
.link-page-list a {
	margin: 0 0 0 0.625em;
	vertical-align: middle;
	display: inline-block;
}
/* page - gallery */

.gallery-page-new {}
.gallery-page-new .gallery-item {
	box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.1);
	border-radius: 0.625em;
	padding: 1.25em;
	overflow: hidden;
	margin: 0 0 1.875em;
}
.gallery-page-new .gallery-item .gallery-title {
	font-size: 1.25rem;
	font-weight: bold;
}
.gallery-page-new .gallery-item a:hover p {
	color: #888;
}
.gallery-page-new .gallery-img {
	display: inline-block;
	width: 12.5em;
	height: 12.5em;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 0.3125em;
}
.gallery-page-new .gallery-info {
	display: inline-block;
	width: calc(100% - 230px);
	vertical-align: middle;
	margin: 0 0 0 1.875em;
}
@media (max-width: 62.5em) {}
@media (max-width: 40em) {
	.gallery-page-new .gallery-img {
		display: block;
		margin: 0 auto 1.25em;
	}
	.gallery-page-new .gallery-info {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}
}
.gallery-page-new .gallery-item img {
	display: block;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	position: relative;
	left: 50%;
	top: 50%;
	margin: auto;
}
.gallery-page-new .gallery-item img.type2 {
	width: 100%;
	height: auto;
}
.gallery-page-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.625em;
	padding: 0;
}
.gallery-page-list .gallery-item {
	list-style: none;
	width: calc(25% - 20px);
	margin: 0 0.625em 1.25em;
	box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	border: 0.3125em solid #fff;
	transform: scale(1);
	z-index: 1;
}
@media (max-width: 62.5em) {
	.gallery-page-list .gallery-item {
		width: calc(33.3333% - 20px);
	}
}
@media (max-width: 40em) {
	.gallery-page-list .gallery-item {
		width: calc(50% - 20px);
	}
}
.gallery-page-list .gallery-item:hover {
	box-shadow: 0 1.25em 1.25em rgba(0, 0, 0, 0.2);
	transform: scale(1.05);
	z-index: 2;
}
.gallery-page-list .gallery-item a {
	display: block;
	height: 11.25em;
	box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
}
.gallery-page-list .gallery-item img {
	display: block;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	position: relative;
	left: 50%;
	top: 50%;
	margin: auto;
}
.gallery-page-list .gallery-item img.type2 {
	width: 100%;
	height: auto;
}
/* news page style2 */

.news-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: -0.625em;
}
.news-grid .news-item {
	width: calc(33.3333% - 20px);
	margin: 0 0.625em 1.25em;
	background: #fff;
	border-radius: 0.3125em;
	box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	position: relative;
	top: 0;
}
.news-grid .news-item:hover {
	top: -0.3125em;
	box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.1);
}
.news-grid .news-img a {
	display: block;
}
.news-grid .news-img img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.news-grid .news-img {
	margin: 0 0 1.25em;
	display: block;
}
.news-grid .news-info {
	padding: 0 1.25em 1.25em;
}
.news-grid .news-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 0.625em;
	line-height: 1.5;
}
.news-grid .news-text {
	font-size: 0.9375rem;
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
@media (max-width: 62.5em) {
	.news-grid .news-item {
		width: calc(50% - 20px);
	}
}
@media (min-width: 81.25em) {
	.news-grid .news-item {
		width: calc(25% - 20px);
	}
}
/* news page style4 */

.news-gridlist .news-item {
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	box-shadow: 0 0.3125em 1.25em rgb(0 0 0 / 10%);
}
.news-gridlist .news-item .news-img {
	width: 150px;
	height: 150px;
	display: inline-block;
}
.news-gridlist .news-item img {
	width: 100%;
}
.news-gridlist .news-info {
	width: calc(100% - 180px);
	float: right;
}
.news-gridlist span.news-category {
	font-weight: bold;
	width: 100%;
	display: block;
	color: #007bff;
	margin-bottom: 5px;
}
.news-gridlist span.news-title {
	width: 100%;
	display: block;
	font-weight: bold;
}
.news-gridlist span.news-postdate {
	position: absolute;
	bottom: 0.5em;
	color: #8f8f8f;
}
.news-gridlist .news-item:hover {
	top: -0.25em;
	transition: 0.5s;
	transform: scale(1.02);
	box-shadow: 0.5em 0.5em 1.25em rgb(0 0 0 / 20%);
	z-index: 2;
}
/* page - video */

.video-page-list {
	list-style: none;
	padding-inline-start: 0px;
	text-align: center;
}
.video-title {
	display: block;
	border-bottom: 2px solid #2179ba;
	text-align: center;
	padding: 3px;
	background-color: #2179ba;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	margin-top: 20px;
}
.video-content {
	display: block;
	background-color: #ffffff;
	min-height: 200px;
	padding: 10px;
	text-align: left;
	box-shadow: 0 0.5em 0.5em rgb(0 0 0 / 10%);
}
.video-page-list li {
	margin: 50px 0px;
}
.video-page-list .pagination li {
	min-height: auto;
	margin: 10px 0;
}
/* accessories */

.gotop {
	background: #337ab7;
	cursor: pointer;
	color: #fff;
	display: block;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	position: fixed;
	right: 1.25em;
	bottom: 1.25em;
	border-radius: 50%;
	font-size: 1.25rem;
	transition: 0.3s;
	opacity: 0.7;
}
.gotop span {
	line-height: 2.3125em;
}
.gotop:hover {
	bottom: 1.5625em;
}
.gotop a {
	color: #fff !important;
}
.gotop a:hover {
	opacity: 0.7;
}
#gotocenter {
	color: #ff000000;
}
#gotocenter:focus {
	color: #666;
}
/* form  */

form label {
	font-size: 0.9em;
	color: #777;
	font-weight: 300;
}
input[type=checkbox], input[type=radio] {
	width: 0;
}
.i-checkbox {
	margin-right: 10px;
	display: inline-flex;
}
.checkbox-template:checked::before, .radio-template:checked::before, nav.side-navbar ul li.active a:hover {
	background: #379392;
}
.checkbox-template::before, .radio-template::before {
	margin-right: 10px;
	content: "";
	display: inline-block;
	transform: translate(-2px, -2px);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #dae2e7;
	transition: 0.2s;
}
.checkbox-template, .radio-template {
	transform: translateY(3px);
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
}
.checkbox-template:checked::after, .radio-template:checked::after {
	opacity: 1;
}
.checkbox-template::after, .radio-template::after {
	content: "\f00c";
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.7em;
	opacity: 0;
	transition: 0.2s;
	color: #fff;
}
.checkbox-template+label, .checkbox-template+span, .radio-template+label, .radio-template+span, nav.navbar .nav-item>a.logout i, nav.side-navbar .title {
	margin-left: 20px;
}
.radio-template::before {
	border-radius: 50%;
	transform: translate(-3px, -3px);
}
.radio-template:checked::after {
	background: #fff;
}
.radio-template::after {
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	content: "";
}
/* pagination */

.box-main .page-link.active {
	background-color: #e9ecef;
	color: #333;
}
a.data-edit-link {
	border: 0.0625rem solid #ddd;
	display: inline-block;
	margin: 0 0 1.25rem;
	padding: 0.625rem 1.25rem;
	border-radius: 0.3125rem;
	box-shadow: 0 -0.1875rem 0 #eee inset;
	background: linear-gradient(0deg, #fafafa, #ffffff);
}
a.data-edit-link:before {
	content: "\f044";
	font-family: "FontAwesome", sans-serif;
	margin: 0 0.625rem 0 0;
	font-size: 1.375rem;
	line-height: 1.375rem;
	position: relative;
	top: 0.125rem;
	color: #000;
}
a.data-edit-link:active {
	padding: 0.6875rem 1.25rem 0.5625rem;
	box-shadow: 0 -0.125rem 0 #eee inset;
}
.site-banner .owl-item .item>a {
	display: inline-block;
}