
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@font-face {
	font-family: "Tauhu Oo";
	src: local("TauhuOo20.05-Regular"), url("/export/system/modules/com.thesys.project.mhi/resources/webfonts/TauhuOo20.05-Regular.woff2") format("woff2"), url("/export/system/modules/com.thesys.project.mhi/resources/webfonts/TauhuOo20.05-Regular.woff") format("woff"), url("/export/system/modules/com.thesys.project.mhi/resources/webfonts/TauhuOo2005-Regular.otf") format("opentype")
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	image-rendering: -webkit-optimize-contrast;
}

html, body {
	height: 100%;
}

body {
	line-height: 1.75;
	color: #666;
	height: 100%;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/inspiration-geometry.png");
	font-family: 'Tauhu Oo', 'Noto Sans TC', PingFangTC-Regular, 'Microsoft JhengHei', sans-serif;
}

a.disabled {
	pointer-events: none;
	opacity: 0.5;
}

a:focus {
	outline: orange 3px dotted;
	outline-offset: -3px
}

a[accesskey], a.visually-hidden-focusable {
	color: #426fa8;
	text-decoration: none;
	line-height: 1;
}

@media (max-width:991px) {
	a[accesskey] {
		display: none;
	}
}

a[accesskey]:hover, a.visually-hidden-focusable:hover {
	color: #de2d33;
}

a.visually-hidden-focusable {
	position: absolute;
}

.overlay {
	overflow: hidden;
}

.overlay::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8;
}

hr {
	margin: 2rem 0 0 0;
}

h1 {
	margin-bottom: 0;
}

h1, h1 a {
	font-size: 2rem;
	color: #315481;
	text-decoration: none;
	font-weight: 500;
}

h1 a:hover, h1 a:focus {
	color: #e61414;
}

h2 {
	font-size: 2.25rem;
	color: #17a2b8;
	font-weight: 500;
	/* margin-bottom: 1rem; */
	position: relative;
}

h2 span {
	font-size: 1rem;
	color: #999;
	margin-left: 0.5rem;
}

/* h2::before {
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 0;
	border-color: transparent #17a2b8 transparent transparent;
	margin-right: 0.5rem;
} */

h3, .h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}


h4 {
	font-size: 1.3rem;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

h5 {
	font-size: 1.15rem;
	font-weight: 500;
}

.light-pic {
	position: absolute;
	right: -120px;
	bottom: -465px;
	z-index: 2;
	transform: rotate(30deg);
}

@media (max-width:767px) {
	.light-pic {
		bottom: -800px;
	}
}

.wifi-pic {
	position: absolute;
	left: -68px;
	top: 76px;
	z-index: 2;
}

.student-pic {
	margin-bottom: 1rem;
}

.photo img {
	width: 100%;
	height: auto;
}

.heading {
	font-size: 1.2rem;
}

.mobiBtn {
	display: none;
}

@media (max-width:991px) {
	.mobiBtn {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		border-radius: 10px;
		background-color: #fff371;
		float: right;
	}

	.sticky .mobiBtn {
		height: 50px;
		width: 50px;
	}

	.overlay .mobiBtn {
		position: absolute;
		top: 1rem;
		right: 1rem;
		margin-top: 0;
	}
}

.menu-btn {
	display: block;
	margin: 0 0.4rem;
	width: 28px;
}

.menu-btn:before,
.menu-btn:after {
	background-color: #3bc0bc;
	content: '';
	display: block;
	height: 3px;
	transition: all 200ms ease-in-out;
}

.menu-btn:before {
	box-shadow: 0 7px 0 #3bc0bc;
	margin-bottom: 11px;
}

.menu-btn.active:before {
	box-shadow: 0 0 0 #3bc0bc;
	transform: translateY(8px) rotate(45deg);
}

.menu-btn.active:after {
	transform: translateY(-6px) rotate(-45deg);
}

@media (max-width:991px) {
	.main_nav.active .arrow::after {
		content: '\2b';
		font-family: "Font Awesome 6 Free";
		float: right;
	}

	.main_nav.active .active .arrow::after {
		content: '\f068';

	}
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.overlay header {
	position: fixed;
	z-index: 9;
	width: 80%;
	top: 7%;
	left: 10%;
	max-height: 90%;
	overflow-y: scroll;
	border-radius: 10px;
}

.topnav {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-image: linear-gradient(to right, #fafff6, #eeffe0);
}

@media (max-width:991px) {
	.topnav {
		position: fixed;
		z-index: 9;
		padding: 0;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		height: 60px;
	}

	.overlay .topnav {
		position: initial;
		background-color: initial;
		height: initial;
	}
}

.language {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	margin-left: 0.5rem;
	padding: 0 1.5rem;
	background-color: #fff371;
	border-radius: 10px;
	font-weight: 500;
}

.sticky .nav-L .language {
	line-height: 60px;
}

.nav-L {
	display: flex;
	align-items: center;
	float: left;
}

@media (max-width:991px) {
	.nav-L {
		/*margin-top: 8px;*/
	}

	.nav-L img {
		height: 42px;
	}

	.overlay .nav-L {
		position: initial;
		border-left: none;
		padding-left: 0;
		float: initial;
		margin-top: 1rem;
	}
}

@media (max-width:991px) {
	.nav-L h1, .nav-L h1 a {
		font-size: 1.5rem;
	}
}

@media (max-width:440px) {
	.nav-L h1 {
		width: 47px;
		overflow: hidden;
	}
}

.nav-R {
	float: right;
	height: 54px;
}

@media (max-width:991px) {
	.nav-R {
		height: initial;
		margin-top: 10px;
	}

	.overlay .nav-R {
		float: initial;
		margin: 0.5rem 0;
	}
}

.nav-R ul {
	height: 54px;
}

@media (max-width:991px) {
	.nav-R ul {
		display: none;
	}

	.nav-R ul.active {
		display: flex;
		flex-wrap: wrap;
		height: initial;
		justify-content: center;
		position: fixed;
		top: 60px;
		left: 0px;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	}
}

.nav-R ul li {
	align-self: center;
	margin: 0.35rem;
}

.nav-R ul li a {
	text-decoration: none;
	color: #3bc0bc;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 42px;
	height: 42px;*/
	position: relative;
}

.nav-R ul li a i {
	margin-right: 0.25rem;
}

@media (max-width:991px) {
	.nav-R ul li a {
		border-radius: 10px;
		width: initial;
	}

	.nav-R ul li a i {
		margin-right: 0.25rem;
	}
}

.nav-R ul li:hover a, .nav-R ul li a:focus {
	/* background-size: 100% .75em */
	background-color: #fff271;
}

/*.nav-R ul li a span {
	display: none;
	position: absolute;
	top: -22px;
	left: -5px;
	font-size: 0.8rem;
	width: 80px;
}*/

@media (max-width:991px) {
	.nav-R ul li a span {
		display: block;
		position: initial;
		width: initial;
		font-size: 1rem;
	}
}

.nav-R ul li a:hover span, .nav-R ul li a:focus span {
	display: block;
}

.nav-R ul li.login .dropdown-toggle {
	width: initial;
	padding: 0 0.75rem;
}

.nav-R ul li.login .dropdown-toggle span {
	display: block;
	position: initial;
	width: initial;
	margin-left: 0.25rem;
}

.nav-R ul li a i {
	font-size: 1.25rem;
}

.nav-R ul li .dropdown-menu {
	min-width: initial;
	top: 70px;
	border-radius: 10px;
	padding: 0;
	border: none;
	top: 5px !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	height: initial;
	background-color: #fff371;
}

@media (max-width:560px) {
	.nav-R ul li .dropdown-menu {
		width: 100%;
	}
}

.nav-R ul li .dropdown-menu a {
	width: initial;
	height: initial;
	background-color: #fff;
	color: #666;
}

.nav-R ul li .dropdown-menu a i {
	font-size: 1rem;
	margin-right: 0.25rem;
}

.nav-R ul li .dropdown-menu a:hover {
	background-color: #3bc0bc;
	color: #fff;
}

.overlay .nav-R ul li.search .input-group {
	margin-bottom: 0;
}

.menu {
	background-color: #b1edf5;
	background-image: linear-gradient(to right, #b1edf5, #dcfaff);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width:991px) {
	.menu {
		display: none;
	}

	.menu.active {
		display: block;
		border-bottom: none;
	}
}

.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;

}

.menu ul {}

@media (max-width:991px) {
	.menu ul {
		flex-direction: column;
	}
}

.sticky.menu ul {
	border-top: none;
	background-color: initial;
}

.menu ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.menu ul li {
	list-style: none;
	flex: 1;
}

@media (max-width:991px) {
	.overlay .menu ul li {
		/* border-bottom: #ddd 1px solid; */
	}
}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 1.25rem;
	padding: 0.75rem 0.5rem;
	font-weight: 500;
	text-align: center;
	height: 100%;
	line-height: 1.3;
}

@media (max-width:991px) {
	.menu ul li a {
		line-height: 2;
	}
}

.menu ul li a:hover, .menu ul li a:focus {
	background-color: #fff271;
}

.menu ul li a:hover, .menu ul li a.active, .menu>ul>li:hover>a {
	/* background: linear-gradient(-45deg, #fece26 0%, #de2d33 50%);
	color: #fff; */
}

#searchBlk .modal-content, #languageBlk .modal-content {
	border-radius: 10px;
	padding: 2rem 3rem 3rem 3rem;
}

@media (max-width:991px) {
	#searchBlk .modal-content, #languageBlk .modal-content {
		padding: 1.5rem;
	}
}

@media (max-width:767px) {
	#searchBlk .modal-content, #languageBlk .modal-content {
		padding: 1.5rem 1rem;
	}
}

.btn-close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background-image: none;
	font-size: 1.75rem;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 1;
	color: #3bc0bc;
	opacity: 1;
	z-index: 1;
	border-radius: 10px;
}

@media (max-width:991px) {
	.modal .btn-close {
		top: 0rem;
		right: 0rem;
	}
}

.btn-close:hover {
	color: #17a2b8;
	background-color: #fff371;
}

.btn-close:focus {
	outline: orange 3px dotted;
	box-shadow: none;
}

.keywords {
	display: flex;
	flex-wrap: wrap;
}

.keywords .item {
	margin: 0.25rem;
}

.keywords a {
	padding: 0.25rem 0.8rem;
	display: block;
	background-color: #426fa8;
	text-decoration: none;
	color: #fff;
}

.keywords a:hover, .keywords a:focus {
	background-color: #315481;
}

.search .formBlk .input-group {
	border-radius: 10px;
	border: #3bc0bc 2px solid;
	overflow: hidden;
}

.formBlk .form-control, .formBlk .form-select {
	border: none;
}

.formBlk .form-control:focus, .formBlk button:focus,
.formBlk .form-select:focus {
	outline: orange 3px dotted;
	box-shadow: none;
	outline-offset: -3px;
}


.search .formBlk button {
	border-radius: 0;
	background-color: #3bc0bc;
	color: #fff;
	white-space: nowrap;
	border-left: #3bc0bc 2px solid;
}

.search .formBlk button:hover, .search .formBlk button:focus {
	background-color: #fff271;
	color: #3bc0bc;
}


.formBlk .select-group {
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 991px) {
	.formBlk .input-group, .formBlk .select-group {
		margin-bottom: 1rem;
	}
}

.formBlk .form-check-input {
	width: 25px;
	height: 25px;
	border: none;
	margin-right: 5px;
}

.formBlk label {
	vertical-align: middle;
}

.submenu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: initial !important;
	min-width: 230px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 2;
	padding: 0;
	margin: 0;
}

.submenu li {
	list-style: none;
	border-left: none !important;
	padding: 1rem 1.5rem;
}

.submenu li a {
	font-size: 1.15rem !important;
	height: initial !important;
	justify-content: flex-start !important;
}

.submenu li a:hover {
	background: initial !important;
	color: initial !important;
}

main {
	padding-top: 5rem;
	overflow: hidden;
	position: relative;
	/* z-index: 0; */
}

.circle-200 {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	position: absolute;
	top: -30px;
	left: -122px;
	z-index: -1;
	background-color: #fff371;
}

.circle-100 {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	position: absolute;
	top: 120px;
	left: -180px;
	z-index: -1;
	border: #86e6d7 3px solid;
}

.circle-80 {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: -1;
	background-color: #fff371
}

.circle-80-center {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: -1;
	background-color: #fff371
}

.circle-dot-100 {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	position: absolute;
	top: 100px;
	left: -150px;
	z-index: -1;
	background-image: url('../images/dot.png');
}

.circle-dot-300 {
	width: 300px;
	height: 300px;
	border-radius: 20px;
	position: absolute;
	bottom: -230px;
	right: -150px;
	z-index: -1;
	background-image: url('../images/dot.png');
}

.circle-dot-300-left {
	width: 300px;
	height: 300px;
	border-radius: 20px;
	position: absolute;
	top: -50px;
	left: -150px;
	z-index: -1;
	background-image: url('../images/dot.png');
}

.circle-dot-250-center {
	width: 250px;
	height: 250px;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 250px;
	z-index: -1;
	background-image: url('../images/dot.png');
}
.circle-dot-400 {
	width: 400px;
	height: 400px;
	border-radius: 20px;
	position: absolute;
	top: -231px;
    left: -74px;
	z-index: -1;
	background-image: url('../images/dot.png');
}
.circle-dot-200 {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	position: absolute;
	bottom: -231px;
    right: -74px;
	z-index: -1;
	background-image: url('../images/dot.png');
}

.talk-pic {
	position: absolute;
	top: -183px;
    left: 81px;
	z-index: -1;
}

				   
						   
 

main .title {
	position: relative;
	display: flex;
	align-items: center;
			   
					   
							  
						
}

.learning_map {
	position: relative;
	margin-top: 3rem;
	background-image: linear-gradient(to right, #fafff6, #eeffe0);
	padding: 5rem 0;
	z-index: 0;
}

@media (max-width:767px) {
	.learning_map {
		margin-top: 10rem;
	}
}


.learning_map .content {
	background-image: url('../images/tw-map.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 720px;
	position: relative;
}

@media (max-width:991px) {
	.learning_map .content {
		height: initial;
		background-position: center center;
		background-size: contain;
	}
}

.learning_map .title {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3rem;
}

@media (max-width:991px) {
	.learning_map .title {
		padding-top: 0rem;
	}
}

.learning_map h2 {
	margin-bottom: 0;
}

.lang-more {
	margin-left: 1rem;
	border: #17a2b8 3px solid;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

@media (max-width:460px) {
	.lang-more {
		margin-left: 0;
		margin-top: 1rem;
	}
}

.lang-more a {
	background-color: #17a2b8;
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 1.5rem;
	border-left: #17a2b8 3px solid;
}

.lang-more a:hover {
	background-color: #fff371;
	color: #17a2b8;
}

.lang-more span {
	display: inline-block;
	color: #17a2b8;
	font-weight: 500;
	font-size: 1.5rem;
	padding: 0 1.5rem;
}

.learning_map .text {
	margin-top: 1.5rem;
}

@media (max-width:991px) {
	.learning_map .text {
		margin-bottom: 1rem;
	}
}

.learning_map .level {
	display: flex;
	align-items: center;
}

@media (max-width:991px) {
	.learning_map .level {
		display: initial;
	}
}

.learning_map .level-item {
	padding: 2rem 1.5rem;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	margin: 1rem;
	width: calc(100% / 3);
	position: relative;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:991px) {
	.learning_map .level-item {
		border-left: none;
		min-height: initial;
		width: 100%;
		margin: 0 0 3rem 0;
	}
}

.learning_map .level-item:nth-child(1) {
	margin-top: 8rem;
}

.learning_map .level-item:nth-child(2) {
	margin-top: 0rem;
}

.learning_map .level-item:nth-child(3) {
	margin-top: -8rem;
}

@media (max-width:991px) {
	.learning_map .level-item:nth-child(1) {
		margin-top: initial;
	}

	.learning_map .level-item:nth-child(2) {
		margin-top: initial;
	}

	.learning_map .level-item:nth-child(3) {
		margin-top: initial;
	}
}

.learning_map .level-item .star {
	color: #b1edf5;
	font-size: 3rem;
	position: absolute;
	top: -26px;
	right: -3px;
	line-height: 1;
}

@media (max-width:1199px) {
	.learning_map .level-item .star {
		top: -28px;
		right: 0px;
	}
}

.learning_map .level-item .star i {
	margin: 0.25rem;
}

.learning_map .level-item h3 {
	font-size: 1.5rem;
}

.learning_map .level-item h3 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.5rem;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff371;
	font-size: 2.5rem;
}

.learning_map p {
	line-height: 1.75;
	font-size: 0.95rem;
	margin-bottom: 0;
}

.learning_map .table {
	background-color: #fff;
	border-radius: 15px;
	border-collapse: initial;
	overflow: hidden;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:991px) {

	.learning_map .table, .learning_map .table .tr,
	.learning_map .table .th, .learning_map .table .td,
	.learning_map .table .tbody {
		display: block !important;
	}
}

.learning_map .table .thead {
	height: 130px;
	background-color: #17a2b8;
}

@media (max-width:991px) {
	.learning_map .table .thead {
		display: none;
	}
}

.learning_map .table .thead .th {
	text-align: center;
	font-size: 3rem;
	width: 320px;
	vertical-align: middle;
	color: #fff;
}

.learning_map .table .thead .th:first-child {
	width: 100px;
}

.learning_map .table .thead .th:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: -35px;
	top: calc(50% - 25px);
	z-index: 1;
}

@media (max-width:1199px) {
	.learning_map .table .thead .th:before {
		right: -20px;
	}
}

.learning_map .table .thead .th:first-child::before {
	content: none;
}

.learning_map .table .thead .th i {
	margin-right: 0.5rem;
}

.learning_map .table .tr:nth-child(even) {
	background-color: #f1f1f1;
}

.learning_map .table .td {
	padding: 1rem;
	color: #333;
	letter-spacing: 1px;
}

@media (max-width:991px) {
	.learning_map .table .td {
		border-left: none;
		position: relative;
		border-bottom: #ddd 1px solid;
	}

	.learning_map .table .td::before {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		padding: 1rem;
		font-size: 1.5rem;
		background-color: #f1f1f1;
	}

}

.learning_map .table .tbody .tr .th {
	font-size: 2.5rem;
	text-align: center;
	vertical-align: middle;
	color: #666;
	padding: 1rem;
	line-height: 1.25;
	font-weight: 500;
}

@media (max-width:991px) {
	.learning_map .table .tbody .tr .th {
		color: #fff;
		background-color: #17a2b8;
	}
}

.learning_map .table .tbody .tr:hover .th,
.learning_map .table .tr:hover .td {
	background-color: #f4fcff !important;
}

.learning_map .table .tr .td ul {
	margin: 0 0 0 1rem;
	padding: 0;
}

@media (max-width:991px) {
	.learning_map .table .tr .td ul {
		margin: 0 0 0 4.75rem;
	}

	.learning_map .indigenous .table .tr .td ul {
		margin: 0 0 0 1rem;
	}
}

.learning_map .table .tr .td ul li {
	margin-bottom: 0;
}


@media (max-width:991px) {
	.listen::before {
		content: '聽';
	}

	.indigenous .listen::before {
		content: none;
	}
}


@media (max-width:991px) {
	.speak::before {
		content: '說';
	}

	.indigenous .speak::before {
		content: none;
	}
}

@media (max-width:991px) {
	.read::before {
		content: '讀';
	}

	.indigenous .read::before {
		content: none;
	}
}


@media (max-width:991px) {
	.write::before {
		content: '寫';
	}

	.indigenous .write::before {
		content: none;
	}
}

.learning_map-content {
	margin-top: 5rem;
}

.table {
	display: table;
	border-collapse: collapse;
}

.table>:not(:first-child) {
	border-top: none;
}

.table .thead {
	display: table-header-group;
}

.table .tbody {
	display: table-row-group;
}

.table .tr {
	display: table-row;
}

.table .th, .table .td {
	display: table-cell;
}

.news {
	display: flex;
	position: relative;
}

@media (max-width:767px) {
	.news {
		display: initial;
	}

	.news .more {
		position: absolute;
		bottom: -4rem;
		padding: 0;
	}
}

.news .title {
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;
}

@media (max-width:991px) {
	.news .title {
		width: initial;
		padding: 0 2rem 0 0;
		position: initial;
	}
}

@media (max-width:767px) {
	.news .title {
		padding: 0;
	}
}

.news .title h2 {
	margin-bottom: 0.5rem;
}

.news-content {
	padding: 3.5rem 0rem;
	position: relative;
	flex: 1;
}

@media (max-width:767px) {
	.news-content {
		padding: 0;
	}
}

.news-content ul {
	border-radius: 10px;
	margin-bottom: 0;
	padding: 0;
	background-image: linear-gradient(to left, #b1edf5, #dcfaff);
	overflow: hidden;
}

.news-content ul li {
	list-style: none;
}

.news-content ul li a {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	color: #666;
	letter-spacing: 1px;
	position: relative;
	align-items: center;
	border-bottom: #fff 2px solid;
}

.news-content ul li a:hover {
	background-color: #fff271;
}

.news-content ul li:last-child a {
	border-bottom: none;
}

.news-content ul li a .date {
	margin-right: 1rem;
}

.news-content ul li a .date::before {
	content: '\f017';
	font-family: "Font Awesome 6 Free";
	margin-right: 0.5rem;
}

.news-content ul li a .lang {
	margin-right: 1rem;
	width: 100px;
	text-align: center;
	font-size: 0.9rem;
	color: #17a2b8;
	border: #17a2b8 2px solid;
	border-radius: 10px;
	background-color: #fff;
}

/* .news-content .item a .lang.hakka {
	background-color: #315481;
}

.news-content .item a .lang.hokklo {
	background-color: #17a2b8;
}

.news-content .item a .lang.indigenous {
	background-color: #de2d33;
} */

.news-content ul li a .text {
	flex: 1;
	font-size: 1.15rem;
	font-weight: 500;
}

@media (max-width:1199px) {
	.news-content ul li a .text {
		flex: initial;
		width: 100%;
		margin-top: 0.5rem;
	}
}

.more {
	width: 100%;
	padding: 0.5rem;
	text-align: center;
}

.more a {
	display: block;
	padding: 0.25rem 1rem;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	background-color: #17a2b8;
	border: #17a2b8 2px solid;
}

.more a:hover {
	background-color: #fff371;
	color: #17a2b8;
	border: #17a2b8 2px solid;
}

.more a span {
	display: inline-block;
	transition: all 0.3s;
}

.more a:hover span {
	transform: translateX(5px);
}

.banner-swiper {
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	position: relative;
}

.banner-swiper .navigation a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	margin: 0 0.25rem;
	background-color: #315481;
}

.banner-swiper .navigation a:hover, .banner-swiper .navigation a:focus {
	background-color: #de2d33;
}

.banner-swiper .navigation a.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.banner-swiper .swiper-slide {
	overflow: hidden;
	display: flex;
	border-radius: 10px;
}

@media (max-width:991px) {
	.banner-swiper .swiper-slide {
		flex-direction: column-reverse;
	}
}

.banner-swiper .info {
	width: 400px;
	height: 380px;
	padding: 0 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #17a2b8;
	color: #fff;
}

@media (max-width:1199px) {
	.banner-swiper .info {
		padding: 1rem;
	}
}

@media (max-width:991px) {
	.banner-swiper .info {
		width: 100%;
		padding: 2rem 2rem 5rem 2rem;
		height: initial;
	}
}

.banner-swiper .info .heading {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	line-height: 1.25;
	font-weight: 500;
}

.banner-swiper .info ul {
	padding-left: 1.25rem;
}

.banner-swiper .info .more a {
	border: #fff 2px solid;
}

.banner-swiper .photo-item {
	flex: 1;
	height: 380px;
	overflow: hidden;
}

.banner-swiper .photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner {
	position: relative;
	margin-bottom: 5rem;
}

.banner .banner-pagination {
	position: absolute;
	bottom: -2.5rem;
	z-index: 1;
	display: flex;
	justify-content: center;
}

@media (max-width:991px) {
	.banner .banner-pagination {
		width: 100%;
		height: 20px;
		left: 0px;
		bottom: 2rem;
		display: flex;
		justify-content: center;
	}
}

.banner .banner-pagination span {
	background-color: #86e6d7;
	width: 20px;
	height: 20px;
	border-radius: 4px !important;
}

.banner .banner-pagination span:hover {
	background-color: #17a2b8;
}

.language_use {
	position: relative;
	padding: 5rem 0;
}

.language_use .more {
	margin-top: 2rem;
}

.detail .language_use {
	border: none;
}

.table-responsive {
	padding: 5px;
}

table {
	width: 100%;
	margin: 1rem 0;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border-spacing: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.table-responsive table {
	min-width: 838px;
}

@media (max-width:991px) {
	.table-responsive table {
		margin: 0 0 1rem 0;
	}
}

table tr:hover {
	background-color: #f4fcff;
}

table thead th {
	background-color: #17a2b8 !important;
	padding: 0.5rem;
	color: #fff;
}

table tbody td {
	padding: 0.5rem;
}

table tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}

table a {
	color: #426fa8;
	text-decoration: none;
	padding: 3px;
}

table a:hover, table a:focus {
	color: #de2d33;
}

@media (max-width:991px) {
	.ch .table-responsive::before {
		content: '向右滑看更多 ➨';
		position: sticky;
		left: 0px;
	}

	.en .table-responsive::before {
		content: 'Swipe right to read more ➨';
		position: sticky;
		left: 0px;
	}
}

.language_use table {
	margin: 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.language_use table tbody th {
	width: 40px;
}

.language_use table th:not(:last-child),
.language_use table td:not(:last-child) {
	text-align: center;
}

.language_color {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
}

.language_color .item {
	margin: 0.5rem;
}

.language_color span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
	vertical-align: text-bottom;
}

/*語言評估*/

.language_use .half-top::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
}

.language_use .half-bottom::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
}

.language_use .hokklo {
	background-color: #17a2b8;
	position: relative;
}

.language_use .hakka {
	background-color: #315481;
}

.language_use .indigenous {
	background-color: #de2d33;
}

.language_use .matsu {
	background-color: #fece26;
}


footer {
	background-color: #17a2b8;
	color: #fff;
	padding: 1rem 0;
	clear: both;
}

footer .container {
	display: flex;
	align-items: center;
}

@media (max-width:991px) {
	footer .container {
		display: block;
	}
}

footer p {
	margin-bottom: 0;
	font-size: 0.95rem;
	margin-left: 1rem;
}

@media (max-width:991px) {
	footer p {
		margin: 0.5rem 0;
	}
}

footer .contact {
	margin-left: auto;
}

footer .contact a {
	color: #fff;
	font-size: 0.85rem;
	padding: 0 0.75rem;
	text-decoration: none;
	display: inline-block;
	border-left: #fff 1px solid;
	line-height: 1;
}

footer .contact a:first-child {
	border-left: none;
}

footer .contact a:hover, footer .contact a:focus {
	text-decoration: underline;
	color: #fff371;
}

footer img {
	height: 45px;
	width: auto;
}

/*detail*/
.breadcrumbBlk {
	padding: 0.5rem 1rem;
	margin-bottom: 2rem;
	border-radius: 10px;
	background-image: linear-gradient(to right, #fafff6, #eeffe0);
	color: #666;
	position: relative;
}

.breadcrumbBlk::before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background-image: url('../images/dot.png');
	position: absolute;
	top: -24px;
	left: -31px;
	z-index: -1;
}

.breadcrumbBlk a {
	text-decoration: none;
	color: #666;
}

.breadcrumbBlk a:hover, .breadcrumbBlk a:focus {
	color: #17a2b8;
}

.breadcrumbBlk ol {
	margin-bottom: 0;
}

.breadcrumbBlk ol li {
	margin-bottom: 0 !important;
}

.detail {}

.detail .imgBlk {
	border-radius: 10px;
	overflow: hidden;
}

kbd {
	background-color: #17a2b8;
}

.detail .row {
	padding: 0;
	margin: 1.375rem -0.5rem 1rem -0.5rem;
}

.detail .row .youtube {
	width: 100%;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.detail h3, .h3 {
	margin-top: 2.25rem;
}

.detail .content h3:first-child, .h3:first-child {
	margin-top: 0;
}

.detail .content {
	padding: 1rem 0 5rem 0;
	min-height: 800px;
}

@media (max-width:480px) {
	.detail .content {
		padding: 3rem 1.5rem 4rem 1.5rem;
	}
}

.detail .modal .content {
	padding: 0 3rem 2rem 3rem;
	min-height: initial;
}

@media (max-width:991px) {
	.detail .modal .content {
		padding: 0 2rem 2rem 2rem;
	}
}

@media (max-width:767px) {
	.detail .modal .content {
		padding: 0 1rem 1rem 1rem;
	}
}


.notice {
	background-color: #fece26;
	padding: 0.5rem 1.5rem 0.5rem 2.5rem;
	position: relative;
}

.notice::before {
	content: '\f024';
	display: block;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 1rem;
}

.detail .formBlk {
	background-color: #fff371;
	padding: 0.75rem;
	border-radius: 10px;
}

.detail .formBlk form {
	display: flex;
}

@media (max-width:991px) {
	.detail .formBlk form {
		flex-wrap: wrap;
	}
}

.detail .formBlk .input-group {
	align-items: center;
}

.detail .formBlk label {
	margin-bottom: 0;
	margin-right: 1rem;
	white-space: nowrap;
}

@media (max-width:991px) {
	.detail .formBlk label {
		width: 100px;
	}
}

.detail .formBlk .form-control, .detail .formBlk .form-select {
	background-color: #fff;
	padding: 0.5rem;
	margin-right: 1rem;
	border-radius: 10px !important;
}

@media (max-width:991px) {
	.detail .formBlk .form-control, .detail .formBlk .form-select {
		flex: 1;
		margin-right: 0;
	}
}

.detail .formBlk .radio-group {
	padding-top: 0.25rem;
}

.detail .single-img {
	width: 85%;
	margin: 2.25rem auto;
}

.detail .photo+span {
	padding: 0.5rem 1rem;
	display: block;
	font-size: 0.875rem;
	width: 100%;
	line-height: 1.3;
	background-image: linear-gradient(to right, #b1edf5, #dcfaff);
}

.youtube {
	width: 85%;
	margin: 2.25rem auto;
	overflow: hidden;
	/* border: #ddd 1px solid; */
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube span {
	padding: 0.5rem 1rem;
	display: block;
	font-size: 0.875rem;
	line-height: 1.3;
	background-image: linear-gradient(to right, #b1edf5, #dcfaff);
}

.resource-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem -1rem;
}

.resource-inner .item {
	width: calc(100% / 4 - 2rem);
	background: linear-gradient(-45deg, #eaf9ff 0%, #f4fcff 10%, #fff 100%);
	margin: 1rem;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width:1199px) {
	.resource-inner .item {
		width: calc(100% / 3 - 2rem);
	}
}

@media (max-width:991px) {
	.resource-inner .item {
		width: calc(100% / 2 - 2rem);
	}
}

@media (max-width:767px) {
	.resource-inner .item {
		width: calc(100% / 1 - 2rem);
	}
}


.resource-inner .item:hover a {
	color: #3bc0bc;
}

.resource-inner .item .photo {
	overflow: hidden;
	height: 142px;
}

.resource-inner .item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.resource-inner .item:hover .photo img, .resource-inner .item:focus-within .photo img {
	transform: scale(1.03);
}

.resource-inner .item .info {
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: initial;
	position: initial;
}

.resource-inner .item .info::before,
.resource-inner .item .info::after {
	content: none;
}

.resource-inner .item .date {
	color: #666;
	font-size: 0.9rem;
}

.resource-inner .item .date::before {
	content: '\f017';
	font-family: "Font Awesome 6 Free";
	margin-right: 0.5rem;
}

.resource-inner .item .category, .resource-inner .item .area {
	margin-left: auto;
	font-size: 0.85rem;
	margin: 0.25rem;
}

.resource-inner .item .category::before {
	content: '\f07c';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #999;
	margin-right: 0.25rem;
}

.resource-inner .item .area::before {
	content: '\f3c5';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #999;
	margin-right: 0.25rem;
}

.resource-inner .item .heading {
	width: 100%;
	margin: 0.5rem 0;
	line-height: 1.2;
}

.testingBlk .item .heading a::before {
	content: '\f1c1';
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
	background-color: #fff;
	padding: 0.25rem 0.5rem;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
	border: #86e6d7 2px solid;
	border-radius: 10px;
}

.testingBlk .item .heading a:focus::before {
	background-color: #426fa8;
	color: #fff;
}

.testingBlk .item .heading a[href^="http"]::before {
	content: '\f08e';
	font-size: 0.9rem;
	font-weight: bold;
}

.resource-inner .item .lang {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 0.85rem;
	margin: 0.25rem;
	border: #17a2b8 2px solid;
	border-radius: 10px;
	background-color: #fff;
}

.detail .heading, .detail .heading a {
	color: #17a2b8;
	font-size: 1.25rem;
	text-decoration: none;
	font-weight: 500;
}

.detail .heading a:hover, .detail .heading a:focus {
	color: #3bc0bc;
}

/* .detail .lang.hokklo {
	background-color: #17a2b8;
	color: #fff;
}

.detail .lang.hakka {
	background-color: #315481;
	color: #fff;
}

.detail .lang.matsu {
	background-color: #fece26;
}

.detail .lang.universal {
	background-color: #ddd;
}

.detail .lang.indigenous {
	background-color: #de2d33;
	color: #fff;
} */

.detail .resourceBlk .level::before {
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #fece26;
	margin-right: 0.25rem;
}

.detail .level.elementary::before {
	content: '\f005';
}

.detail .level.intermediate::before {
	content: '\f005\f005';
}

.detail .level.high::before {
	content: '\f005\f005\f005';
}

.levelBlk {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}

@media (max-width:767px) {
	.levelBlk {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.levelBlk .level {
	margin: 0.25rem 0.35rem;
}

.detail .page {
	padding: 2rem 1rem 1rem 1rem;
}

.detail .page ul {
	margin-bottom: 0;
	flex-wrap: wrap;
}

.detail .page ul li {
	margin-bottom: 0;
}

.detail .page ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #17a2b8;
	margin: 0 0.25rem;
}

.detail .page ul li a.active {
	background-color: #17a2b8 !important;
	color: #fff;
}

.detail .page ul li a:hover, .detail .page ul li a:focus {
	background-color: #3bc0bc;
	color: #fff;
}

.page-display {
	text-align: center;
	font-size: 0.95rem;
}

.download ul {
	padding-left: 1rem;
}

.download ul li {
	list-style: none;
	margin-bottom: 0 !important;
}

.download ul li::before {
	content: '\f0ed';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	color: #17a2b8;
}

.download a {
	text-decoration: none;
}

[class*="icon-file"] {
	display: inline-block;
	font-size: .75rem;
	padding: .25rem .875rem .25rem .5rem;
	border-radius: .2rem;
	color: #fff !important;
	position: relative;
	line-height: 1;
	vertical-align: text-top;
	transition: all 0.3s;
	margin-left: 0.5rem;
	align-self: center;
	background-color: #17a2b8;
}

[class*="icon-file"]:hover, [class*="icon-file"]:focus {
	background-color: #3bc0bc;
}

[class*="icon-file"]::before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 0;
}

[class*="icon-file"]::before {
	border-color: transparent #fff transparent transparent;
}

[class*="icon-file"]::after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}

[class*="icon-file"] i {
	color: #fff;
}

[class*="icon-file"]:hover,
[class*="icon-file"]:focus {
	color: #fff;
	transform: translateX(3px);
}

[class*="icon-file"]:before:hover,
[class*="icon-file"]:hover:before,
[class*="icon-file"]:after:hover,
[class*="icon-file"]:hover:after {
	display: none;
}

.link-item a {
	text-decoration: none;
	color: #315481;
}

.link-item a:hover, .link-item a:focus {
	color: #de2d33;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 0
}

.owl-theme .owl-nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	display: inline-block;
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0);
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #17a2b8;
	color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #3bc0bc;
}

.owl-theme .owl-nav [class*=owl-]:focus {
	outline: orange 3px dotted;
	background-color: #3bc0bc;
}

.owl-theme .owl-nav .owl-prev {
	left: -15px;
	top: calc(50% - 50px);
}

.owl-theme .owl-nav .owl-next {
	right: -15px;
	top: calc(50% - 50px);
}

.owl-theme .owl-nav .disabled {
	opacity: .35;
	cursor: default
}

.owl-theme .owl-dots {
	margin-top: 1rem;
}

.owl-theme .owl-dots .owl-dot {
	background: initial;
	border: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span {
	background-color: #17a2b8;
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 3px dotted orange;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 5px 4px;
	background: #e0e0e0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	text-indent: -9999px;
}

@media (max-width: 1200px) {
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 3px;
	}
}

.slideBlk {
	position: relative;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

.slideBlk ul.owl-carousel {
	padding: 0 2px 0 0;
	margin: 0;
}

.slideBlk ul.owl-carousel .owl-stage-outer {
	padding: 1px;
}

.slideBlk ul.owl-carousel .owl-stage {
	display: flex;
}

.slideBlk ul.owl-carousel .owl-item {
	background-color: #fff;
}

.slideBlk ul li {
	list-style: none;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 0 !important;
}

.slideBlk ul li::before {
	content: none !important;
}

.slideBlk ul li a {
	display: block;
	max-height: 300px;
	text-decoration: none;
	background-image: linear-gradient(to right, #b1edf5, #dcfaff);
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width:767px) {
	.slideBlk ul li a {
		max-height: initial;
	}
}

.slideBlk ul li a:focus {
	border: 3px dotted orange;
}

.slideBlk ul li a .photo {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 215px;
}

@media (max-width:767px) {
	.slideBlk ul li a .photo {
		height: initial;
	}
}

.slideBlk ul li a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: all 0.3s;
}

.slideBlk ul li a:hover img, .slideBlk ul li a:focus img {
	transform: scale(1.1);
}

.slideBlk ul li a .text {
	padding: 0.5rem 1rem;
	color: #333;
	font-size: 0.875rem;
	/* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.slideBlk.video .img img {
	filter: brightness(0.8);
}

.slideBlk.video .img:hover img {
	filter: brightness(1);
}

.slideBlk.video .img::before {
	content: '\f144';
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	z-index: 1;
	transition: all 0.3s;
	opacity: 1;
}

.slideBlk.video .img:hover::before {
	content: none;
}

.gallery-item .photo {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 215px;
}

.gallery-item .imgBlk span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gallery-item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.gallery-item .photo img {
	transform: scale(1);
}

.gallery-item a:hover img, .gallery-item a:focus img {
	transform: scale(1.1);
}


.gallery-item a {
	display: block;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	color: #666;
}

.gallery-item a:focus {
	outline-offset: 0px;
}

.video.slideBlk ul li a .photo img,
.video .gallery-item .photo img {
	filter: brightness(0.8);
}

.video.slideBlk ul li a:hover .photo img,
.video.slideBlk ul li a:focus .photo img,
.video .gallery-item a:hover .photo img,
.video .gallery-item a:focus .photo img {
	filter: brightness(1);
}

.video.slideBlk ul li a .photo::before,
.video .gallery-item .photo::before {
	content: '\f144';
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	z-index: 1;
	transition: all 0.3s;
	opacity: 1;
}

.video.slideBlk ul li a:hover .photo::before,
.video.slideBlk ul li a:focus .photo::before,
.video .gallery-item a:hover .photo::before,
.video .gallery-item a:focus .photo::before {
	opacity: 0;
}

.detail div[class*="col-"] {
	padding: 0.5rem;
}

.entry {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url('../images/tw-map.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.entry .title .container {
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.entry .title a {
	text-decoration: none;
	display: block;
	margin: 0 1rem;
	padding: 0.5rem 1rem;
	letter-spacing: 1px;
}

@media (max-width:480px) {
	.entry .title a {
		margin: 0.5rem 0 0 0;
		padding: 0.5rem 1rem 0 0.5rem;
	}
}

.entry .more {
	width: initial;
}

.langBlk {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.langBlk .item {
	margin: 1rem;
}

.langBlk .item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: none;
	color: #666;
	background-image: linear-gradient(45deg, #b1edf5, #dcfaff);
	transition: all 0.3s;
}

.langBlk .item a:hover {
	transform: translate(-5px, -5px);
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.entry .modal-content {
    border-radius: 10px;
    padding: 2rem 3rem 3rem 3rem;
}

.sitemap {
	margin: 3rem 0;
	padding: 0;
	max-width: 300px;
}

.sitemap li {
	list-style: none;
	background-color: #dcfaff;
	border-radius: 10px;
}

.sitemap li a {
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
	display: block;
	text-decoration: none;
	background-color: #fff371;
	border-radius: 10px;
	color: #666;
}

.sitemap li a:hover, .sitemap li a:focus {
	background-color: #17a2b8;
	color: #fff;
}

.sitemap li ul {
	padding: 0.5rem 0.5rem 0.5rem 2rem;
}

.sitemap li ul li {
	border: none;
	margin-bottom: 0.25rem !important;
	width: 100%;
}

.sitemap li ul li a {
	padding: 0;
	background-color: initial;
}

.sitemap li ul li a:hover {
	background-color: initial;
	color: #17a2b8;
}

.result-search {
	margin-top: 2rem;
}


.result-keyword {
	font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.result-keyword span {
	background-color: #f1f1f1;
	padding: 0.25rem 0.5rem;
	margin: 0 0.25rem;
	border-radius: 5px;
}

.search-list ul {
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	background-color: #dcfaff;
	border-radius: 10px;
}

.search-list ul li {
	margin-bottom: 0 !important;
	width: calc(100% / 5);
	list-style: none;
	padding: 0.25rem;
}

@media (max-width:991px) {
	.search-list ul li {
		width: calc(100% / 3);
	}
}

@media (max-width:767px) {
	.search-list ul li {
		width: calc(100% / 2);
	}
}

@media (max-width:767px) {
	.search-list ul li {
		width: calc(100% / 2);
	}
}

@media (max-width:757px) {
	.search-list ul li {
		width: calc(100% / 1);
	}
}

.search-list ul li a {
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
	display: block;
	text-decoration: none;
	color: #666;
	border-radius: 10px;
}

.search-list ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.search-list ul li a:hover, .search-list ul li a:focus {
	background-color: #86e6d7;
	background-image: initial;
}

.search-list ul li a.active {
	background-color: #17a2b8;
	background-image: initial;
	color: #fff;
}

.resource .search-list ul li {
	width: calc(100% / 5);
}

.resource .table {
	text-align: center;
	margin-top: 1.5rem;
	border-radius: 10px;
	overflow: hidden;
}

.resource .table .thead .tr {
	background-color: #17a2b8 !important;
	color: #fff;
}

.resource .table .tr:nth-child(even) {
	background-color: #f1f1f1;
}

.resource .table .tr:hover {
	background-color: #f4fcff;
}

.resource .table .th:nth-child(1) {
	width: 130px;
}

.resource .table .th:nth-child(2) {
	width: 80px;
}

.resource .table .th:nth-child(4) {
	width: 150px;
}

.resource .table .td {
	padding: 0.75rem;
}

.resource .table .td:nth-child(3), .resource .table .th:nth-child(3) {
	text-align: left;
}

.edit a {
	color: #17a2b8;
	text-decoration: none;
	margin-right: 0.5rem;
	padding: 3px;
}

.edit a:last-child {
	margin-right: 0;
}

.edit a:hover {
	color: #3bc0bc;
}

@media (max-width:767px) {

	.resource .table .tr {
		display: flex;
		flex-wrap: wrap;
		/* border-bottom: #ddd 1px solid; */
	}

	.resource .table .thead {
		display: none;
	}

	.resource .table .td {
		border: none;
	}

	.resource .table .td:nth-child(3) {
		width: 100%;
		padding: 0 0.5rem;
	}
}

.resource-edit {
	background-color: initial !important;
	padding: 0 !important;
}

.resource-edit .td .row {
	margin: 0;
}

.resource-edit .td .row div[class*="col-"] {
	padding: 0.5rem;
}

.resource-edit .td label {
	margin-bottom: 0;
	white-space: nowrap;
	background-color: #f1f1f1;
	color: #333;
	width: 120px;
	line-height: 32px;
	padding: 0.5rem;
	margin-right: 0;
}

.resource-edit .td label::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.resource-edit .input-group, .resource-edit .select-group, .resource-edit .textarea-group {
	align-items: initial;
	padding: 0;
	border: #ddd 1px solid;
	border-radius: 10px;
	overflow: hidden;
}

.resource-edit .form-control, .resource-edit .form-select, .resource-edit .textarea-group {
	flex: 1;
	margin-right: 0 !important;
}

.resource-edit .textarea-group {
	height: 300px;
	display: flex;
}

.send {
	text-align: center;
}

@media (max-width: 991px) {
	.send {
		width: 100%;
	}
}

.send button {
	width: 120px;
	line-height: 1.625;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	background-color: #17a2b8;
	color: #fff;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.send button {
		width: 100%;
		margin: 0;
	}
}

.send button:hover {
	background-color: #3bc0bc;
	color: #fff;
}

@media (max-width: 991px) {

	.resource-edit .table .td {
		border: none;
	}

	.resource-edit .input-group, .resource-edit .select-group {
		margin-bottom: 0;
	}
}

.resource-info {
	display: flex;
	flex-wrap: wrap;
}

.result-item {
	/* border-bottom: #ddd 1px solid; */
	padding: 1rem 0;
}

.result-item p {
	margin-bottom: 0;
}

.result-item .link {
	color: #018552;
}

.detail .news {
	border-top: none;
	display: initial;
}

.detail .news-content {
	padding: 0;
	margin: 0;
}

.detail .news-content .item a {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0.5rem;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	color: #666;
	letter-spacing: 1px;
	position: relative;
	align-items: center;
}

.detail .news-content .item a:hover, .detail .news-content .item a:focus {
	background-color: #f4fcff;
}

.detail .news-content .item a .date {
	margin-right: 1rem;
}

.detail .news-content .item a .lang {
	margin-right: 1rem;
	width: 100px;
	text-align: center;
	font-size: 0.9rem;
	padding: 0 0.15rem;
	margin-left: 0;
	color: #17a2b8;
	border: #17a2b8 2px solid;
	border-radius: 10px;
	background-color: #fff;
}

.detail .news-content .item.top a .date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.detail .news-content .item.top a .date::after {
	content: '\f005 本月主打';
	font-family: "Font Awesome 6 Free";
	font-weight: 500;
	background-color: #fff371;
	font-size: 0.9rem;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	margin-left: 1rem;
	border-radius: 5px;
}

.detail .news-content .item a .text {
	font-size: 1.25rem;
	font-weight: 500;
	flex: 1;
}

@media (max-width:991px) {
	.detail .news-content .item a .text {
		width: 100%;
		margin-top: 0.5rem;
		flex: initial;
	}
}

.news-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5rem;
	margin-top: 1rem;
}

.sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
}

@media (max-width:991px) {
	.sort {
		margin-left: initial;
		margin-top: 1rem;
	}
}

.sort span {
	margin-left: 1rem;
}

.sort ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.sort ul li {
	list-style: none;
	margin-bottom: 0 !important;
}

.sort ul li a {
	text-decoration: none;
	display: block;
	color: #666;
	margin: 0 0.25rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.85rem;
	border-radius: 5px;
}

.sort ul li a.active {
	background-color: #ddd !important;
}

.sort ul li a:focus, .sort ul li a:hover {
	background-color: #f1f1f1;
}

.detail .info {
	background-color: #fffabe;
	padding: 1.5rem;
	position: relative;
	border-radius: 10px;
}

.detail .info ul {
	margin-bottom: 0;
	padding: 0;
}

.detail .info ul li {
	margin-bottom: 0.25rem;
	list-style: none;
}

.detail .info ul li::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.detail ol li, .detail ul li {
	margin-bottom: 1rem;
}

.detail ol li ol li, .detail ol li ul li,
.detail ul li ol li, .detail ul li ul li {
	margin-bottom: 0;
}

.link-item ul {
	padding-left: 1rem;
}

.link-item ul li {
	margin-bottom: 0;
	list-style: none;
}

.link-item ul li::before {
	content: '\f08e';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	color: #17a2b8;
}

.back {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.back a {
	background-color: #ddd;
	color: #666;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border-radius: 10px;
}

.back a:hover, .back a:focus {
	background-color: #b1edf5;
}

.content-tab ul {
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	background-color: #dcfaff;
	border-radius: 10px;
}

.content-tab ul li {
	margin-bottom: 0 !important;
	width: calc(100% / 5);
	list-style: none;
	padding: 0.25rem;
}

@media (max-width:991px) {
	.content-tab ul li {
		width: calc(100% / 3);
	}
}

@media (max-width:767px) {
	.content-tab ul li {
		width: calc(100% / 2);
	}
}

.content-tab ul li a {
	padding: 0.5rem 0.5rem 0.5rem 0.75rem;
	display: block;
	text-decoration: none;
	color: #666;
	border-radius: 10px;
}

.content-tab ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.content-tab ul li a:hover, .content-tab ul li a:focus {
	background-color: #86e6d7;
}

.content-tab ul li.active a {
	background-color: #17a2b8;
	color: #fff;
}

.literature ul {
	padding-left: 1rem;
}

.literature ul li {
	margin-bottom: 0;
	list-style: none;
}

.literature ul li::before {
	content: '\f02d';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.5rem;
	display: inline-block;
}

.detail .accordion {
	margin-top: 2rem;
}

.detail .accordion-item {
	margin-bottom: 1rem;
	position: relative;
	border: none;
}

.detail .accordion-item:first-of-type .accordion-button {
	border-radius: 10px;
}

.detail .accordion-button {
	padding: 0.5rem 1.5rem;
	font-weight: 500;
	font-size: 1.25rem;
	color: #17a2b8;
	background-color: #f1f1f1;
	border-radius: 10px;
}


.detail .accordion-button:hover, .detail .accordion-button:focus {
	background-color: #f4fcff;
}

.detail .accordion-button:focus {
	box-shadow: none;
	outline: orange 3px dotted;
}

.detail .accordion-button:not(.collapsed) {
	background-color: initial;
	box-shadow: none;
	color: #3bc0bc;
	background-color: #f4fcff;
	border-radius: 10px 10px 0 0 !important;
}

.detail .accordion-button::before {
	content: 'Q：';
	font-weight: bold;
	font-size: 1.25rem;
}

.detail .accordion-button::after {
	content: '\f13a';
	font-family: "Font Awesome 6 Free";
	font-weight: 500;
	background-image: initial;
	color: #17a2b8;
	width: initial;
	height: initial;
}

.detail .accordion-button:not(.collapsed)::after {
	color: #3bc0bc;
}

.detail .accordion-content {
	padding-top: 0.5rem;
	position: relative;
	padding: 0.5rem 1.5rem 0.5rem 3.75rem;
	background-color: #f4fcff;
	border-radius: 0 0 10px 10px;
}

.detail .accordion-content::before {
	content: 'A：';
	font-weight: bold;
	font-size: 1.25rem;
	position: absolute;
	left: 1.5rem;
	top: 0.25rem;
}

.resource-info {
	margin-bottom: 2rem;
}

.resource-info ul {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff371;
	border-radius: 10px;
}

@media (max-width:767px) {
	.resource-info ul {
		display: block;
		border-bottom: none;
	}
}

.resource-info ul li {
	list-style: none;
	margin-bottom: 0;
	padding: 0.5rem 1.5rem;
	/* border-right: #ddd 1px solid; */
	font-size: 1.25rem;
	font-weight: 500;
	color: #333;
}

@media (max-width:767px) {
	.resource-info ul li {
		/* border-bottom: #ddd 1px solid; */
	}
}

.resource-info ul li span {
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
}

.loginBlk {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.loginBlk .item {
	width: calc(50% - 1rem);
	position: relative;
	background-color: #17a2b8;
	margin: 0.5rem;
	border-radius: 10px;
	transition: all 0.3s;
}

@media (max-width:767px) {
	.loginBlk .item {
		width: 100%;
	}
}

.loginBlk .item:hover {
	background-color: #fff371;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
	transform: translate(-5px, -5px);
}

.loginBlk .item a {
	display: block;
	padding: 4rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

@media (max-width:991px) {
	.loginBlk .item a {
		padding: 2rem;
	}
}

@media (max-width:767px) {
	.loginBlk .item a {
		padding: 4rem 1rem;
	}
}

.loginBlk .item:hover a {
	color: #666;
}

.loginBlk .item a h3 {
	margin-top: 1rem;
	border-bottom: #fff 1px solid;
	padding-bottom: 1rem;
}

.loginBlk .item:hover a h3 {
	border-bottom: #666 1px solid;
}

.needBlk .search-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1rem;
}

.needBlk .search-list ul {
	margin: 0;
	flex-grow: 1;
	border-radius: 10px 0 0 10px;
}

@media (max-width:767px) {
	.needBlk .search-list ul {
		border-radius: 10px;
	}
}

.needBlk .search-list ul li {
	width: calc(100% / 4);
}

@media (max-width:991px) {
	.needBlk .search-list ul li {
		width: calc(100% / 2);
	}
}

.needBlk .table {
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

.needBlk .table .thead {
	background-color: #17a2b8;
	color: #fff;
}

.needBlk .table .tr:nth-child(even) {
	background-color: #f1f1f1;
}

.needBlk .table .tr:hover {
	background-color: #f4fcff;
}

.needBlk .table .td {
	padding: 0.75rem;
}

.needBlk .table .td a {
	text-decoration: none;
	color: #17a2b8;
	padding: 3px;
}

.needBlk .table .td a:hover, .needBlk .table .td a:focus {
	color: #3bc0bc;
}

.needBlk .table .th:nth-child(1) {
	width: 130px;
}

.needBlk .table .th:nth-child(2) {
	width: 120px;
}

.needBlk .table .th:nth-child(3) {
	width: 80px;
}

.needBlk .table .th:nth-child(4) {
	width: 80px;
}

.needBlk .table .td:nth-child(5), .needBlk .table .th:nth-child(5) {
	text-align: left;
}


@media (max-width:767px) {
	.needBlk .table {
		/* border: #ddd 1px solid; */
		border-bottom: none;
	}

	.needBlk .table .tr {
		display: flex;
		flex-wrap: wrap;
		/* border-bottom: #ddd 1px solid; */
	}

	.needBlk .table .tr:nth-child(even) {
		background-color: #f1f1f1;
	}

	.needBlk .table .thead {
		display: none;
	}

	.needBlk .table .td {
		border: none;
	}

	.needBlk .table .td:nth-child(3) {
		width: 100%;
		padding: 0 0.5rem;
	}
}

.addBtn {
	width: 300px;
	background-color: #17a2b8;
	border-radius: 0 10px 10px 0;
}

@media (max-width:767px) {
	.addBtn {
		width: 100%;
		border-radius: 10px;
		margin-top: 1rem;
	}
}

.addBtn:hover {
	background-color: #3bc0bc;
}

.addBtn a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	line-height: 68px;
}

.required {
	color: #e61414 !important;
}

.captcha button {
	width: initial;
}

.captcha img {
	height: 48px;
}

@media (max-width:767px) {
	.captcha {
		/* border-left: #ddd 1px solid !important; */
	}

	.captcha label {
		border-left: none !important;
	}

	.captcha input {
		flex: initial !important;
		width: calc(100% - 150px) !important;
	}

	.captcha img {
		margin-left: auto !important;
	}
}

.captcha button.refresh {
	border-right: #ddd 2px solid;
}

.nav-pills {
	background-color: #dcfaff;
	padding: 0.5rem;
	border-radius: 10px;
}

.nav-pills .nav-item {
	width: calc(100% / 3);
	padding: 0.5rem;
}

@media (max-width:767px) {
	.nav-pills .nav-item {
		width: calc(100% / 2);
	}
}

.nav-pills .nav-link {
	border-radius: 10px;
	border-right: none;
	color: #666;
	text-align: center;
	font-size: 1.15rem;
	font-weight: 500;
}

.nav-pills .nav-link:hover {
	background-color: #86e6d7;
	background-image: initial;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #17a2b8;
	background-image: initial;
	border-radius: 10px;
}

.tab-content .nav {
	background-color: #17a2b8;
	border-radius: 10px;
	padding: 0.5rem 1.5rem;
	margin-top: 0.5rem;
}

.tab-content .nav li {
	width: calc(100% / 4);
}

@media (max-width:991px) {
	.tab-content .nav li {
		width: calc(100% / 3);
	}
}

@media (max-width:767px) {
	.tab-content .nav li {
		width: calc(100% / 2);
	}
}

.tab-content .nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 2.5;
	padding: 3px;
}

.tab-content .nav li a:hover, .tab-content .nav li a.active,
.tab-content .nav li a:focus {
	color: #fff371;
}

.tab-content .nav li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 0.25rem;
}

.ui-widget-header .ui-icon {
	background-image: url('../images/ui-icons_444444_256x240.png');
}

.detail .learning_map {
	background-image: initial;
	padding-top: 0;
}

@media (max-width: 767px) {
	.detail .learning_map {
		margin-top: 2rem;
	}
}

main .modal .title {
				   
	margin: 2rem 3rem 0.5rem 3rem;
				   
}
main .modal h3 {
						  
					
	margin-top: 1rem;
  
}

						   
			   
					  
							   
					   
			 
					 
					
					 
 

@media (max-width: 991px) {
	main .modal .title {
		margin: 1.5rem 2rem 0.5rem 2rem;
						  
	}
}

																  
						   
 

								 
					
 

								 
					
				   
		 
 

@media (max-width: 767px) {
	main .modal .title {
		margin: 1.5rem 1.5rem 0.5rem 1.5rem;
			  
	}
	main .modal .title h2 {
		font-size: 1.5rem;
	}
}

/*教育雲資源列表*/
.resource-content {
	margin-bottom: 2rem;
	padding-top: 0rem;
}

@media (max-width:767px) {
	.resource-content {
		margin-bottom: 0rem;
	}
}

.resource-content .item a {
	display: flex;
	padding: 1rem 0.5rem;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	color: #666;
	letter-spacing: 1px;
	position: relative;
	align-items: center;
}

@media (max-width:767px) {
	.resource-content .item a {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.resource-content .item a:hover, .resource-content .item a:focus {
	background-color: #f4fcff;
}

.resource-content .item a .date {
	margin-right: 1rem;
}

.resource-content .item a .text {
	font-size: 1.25rem;
	font-weight: 500;
	flex: 1;
}

@media (max-width:991px) {
	.resource-content .item a .text {
		flex: initial;
		/*width: 100%;*/
	}
}

.resource-content .item a .text .name::before {
	content: '\f360';
	font-weight: bold;
	margin-right: 0.5rem;
	font-family: "Font Awesome 6 Free";
	color: #17a2b8;
}

.resource-content .item a .text .caption {
	font-size: 1rem;
	font-weight: 400;
}

.resource-content .item a:hover .text {
	color: #17a2b8;
}
/*教育雲資源 detail*/
.detail .resource-content .item.top a .date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.detail .resource-content .item.top a .date::after {
	content: '\f0a1 本月主打';
	font-family: "Font Awesome 6 Free";
	font-weight: 500;
	background-color: #0077cc;
	font-size: 0.9rem;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	margin-left: 1rem;
	color: #fff;
	border-radius: 4px;
}

@media (max-width:991px) {
	.detail .resource-content .item.top a .date::after {
		margin-left: 0.5rem;
	}
}

.edulogin {
	padding: 3rem !important;
	margin-top: 0;
	background-color: #fff !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.edulogin .table {
	margin-bottom: 0;
}

.edulogin .input-group {
	margin-bottom: 1rem;
}

.edulogin .send a {
	text-decoration: none;
	color: #666;
	margin: 0 0.5rem;
}

.edulogin .send a:hover {
	color: #17a2b8;
}

.edulogin .account {
	margin-bottom: 1rem;
}

.loginBlk .item a span {
	font-size: 1.5rem;
	font-weight: 500;
	margin-left: 1rem;
	vertical-align: middle;
}

@media(max-width:1199px) {
	.loginBlk {
		align-items: initial;
	}
}