* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #222;
	background: #eef1f5;
	line-height: 1.6;
	font-family: Arial, "Microsoft JhengHei UI", "HeiTi TC", sans-serif!important;
}

img {}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #017fbf;
}

/* Header */

#container {
	width: 96%;
	max-width: 1600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#header {
	width: 100%;
	height: 145px;
	padding-bottom: 10px;
}

#top {
	display: flex;
}

#logo {
	height: 100px;
	width: 400px;
	color: #202A43;
	line-height: 1.3;
}

#logo a {
	text-decoration: none;
}

#logo-text01 {
	width: 100%;
	font-size: 19px;
	text-align: center;
	padding-top: 30px;
	letter-spacing: 1px;
}

#logo-text02 {
	width: 100%;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

#banner {
	width: calc(100% - 350px);
	height: 100px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

#menu {
	width: 100%;
	display: block;
	height: 45px;
	background: linear-gradient(30deg, #0090da, #017fbf);
	border-radius: 10px;
	box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
	margin-bottom: 20px;
}

#menu ul {
	width: 100%;
	max-width: 1000px;
	margin: 0px;
	padding: 0px 50px;
	list-style-type: none;
	display: flex;
}

#menu ul li {
	margin: 0px;
	list-style-type: none;
	flex: 1;
	padding: 11px 15px;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding:7px 15px;
}

#menu ul li a:hover {}

#menu ul li a.current {
	color: #fff;
    background-color:rgba(0,0,0,0.5);
	border-radius:15px;
}

#search {
	height: 37px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#search input {
	height: 25px;
	border: 0px solid #FFFFFF;
	background-image: url(../images/search-bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	width: 170px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #4073C6;
	font-family: Arial, Helvetica, sans-serif;
}

/* content */

#master {}

#master-top {}

#master-main {
	width: 100%;
	margin-top: 20px;
}

#master-main-bg {
	width: 100%;
	display: flex;
	min-height: 57vh;
}

#master-bottom {}

#left {
	width: 21%;
	margin-right: 1%;
	border-radius: 10px;
	background: linear-gradient(to right, rgb(250, 250, 250) -30%, #ffffff 100%);
	box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 83%), 4px 4px 10px 0 rgb(208 208 208 / 70%), inset 2px 2px 3px #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 2%;
	background-image: url(../images/left-pic.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

#submenu-title {
	font-size: 1.3rem;
	line-height: 1;
}

#submenu-title span {
	display: inline-block;
	color: #ffffff;
	margin: 1px;
	padding: 5px;
	background-color: #3abfbe;
	border-radius: 5px;
}

#submenu {
	text-align: left;
	margin: 0px;
	padding: 10px 0 200px 0;
}

#submenu ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#submenu ul li {
	width: 100%;
	margin: 0px;
	list-style-type: none;
	padding: 7px 0;
	border-bottom: 1px solid #999;
	font-size: 17px;
	font-weight: 700;
}

#submenu ul li a {
	text-decoration: none;
	padding: 6px 0px;
	color: #333333;
	width: 100%;
	display: block;
}

#submenu ul li a:hover {}

#submenu ul li a.current {
	font-weight: 700;
	color: #008C8C;
}

#submenu ul li ul {
	padding: 5px 5px 5px 15px;
	font-weight: normal;
	border-left: 1px solid #999;
}

#submenu ul li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #999;
	font-size: 15px;
	font-weight: 500;
}

#submenu ul li ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#submenu ul li ul li a:hover, #submenu ul li ul li a.current {}

#content {
	width: 77%;
	border-radius: 10px;
	background: linear-gradient(to right, rgb(250, 250, 250) -30%, #ffffff 100%);
	box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 83%), 4px 4px 10px 0 rgb(208 208 208 / 70%), inset 2px 2px 3px #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 2%;
}

#main {}

h1 {
	font-size: 24px;
	margin: 0px;
	width: 100%;
	color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h3 {
	font-size: 18px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

h4 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

#main div {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-menu {
	width: 100%;
	height: 20px;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#main-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 715px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4073C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4073C6;
}

#main-menu ul li {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main-menu ul li a:link, #main-menu ul li a:visited {
	color: #0066CC;
	text-decoration: none;
	height: 15px;
	width: auto;
	padding-top: 5px;
	background-color: #ECF0F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #4073C6;
	border-right-color: #4073C6;
	padding-right: 20px;
	padding-left: 20px;
}

#main-menu ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}

#main-menu ul li a.current {
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #4073C6;
	border-right-color: #4073C6;
	border-bottom-color: #FFFFFF;
}

#page {
	TEXT-ALIGN: center;
	width: 100%;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 10px;
	font-weight: bolder;
	padding-bottom: 10px;
}

#page a {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	letter-spacing: 1px;
	font-weight: bold;
}

#page a:hover {
	COLOR: #0B9F9F;
}

#page a:active {}

#page span.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #3abfbe;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	font-size: 16px;
}

#page-focus {
	width: 120px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 20px;
	padding-top: 10px;
}

.left-icon {
	margin-top: -12px;
	margin-right: 8px;
}

.color-1 {
	color: #3abfbe;
	font-weight: bold;
}

.color-2 {
	color: #DA8025;
}

.color-3 {
	color: #FF3300;
}

.font-15 {
	font-size: 15px;
}

.font-18 {
	font-size: 18px;
}

/* signin */

#login {
	height: 300px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
}

#signin {
	background-image: url(../images/signin-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 220px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #1C2835;
	width: 380px;
	height: 190px;
}

#signin h3 {
	font-size: 30px;
	color: #2D455F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#signin div {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#signin input {
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #003333;
}

.leftimg {
	float: left;
	border: none;
	margin-right: 30px;
}

.rightimg {
	float: right;
	border: none;
	clip: rect(auto, auto, auto, auto);
}

.ps {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D56F51;
	color: #D56F51;
}

.datatable {
	width: 100%!important;
	border-collapse: collapse;
	border-top: 2px solid #7CD3CE;
	margin-bottom: 10px;
}

.datatable th {
	padding: 5px 10px;
	background: linear-gradient(30deg, #7CD3CE, #3abfbe);
	color: #ffffff;
	text-align: left;
	min-width: 70px;
	border: 1px solid #3abfbe;
}

.datatable td {
	padding: 10px 10px;
	border: 1px solid #ccc;
	background-color: #eef1f5;
}

.datatable tbody tr {}

/*.datatable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}*/

.datatable tbody tr:last-of-type {
	border-bottom: 2px solid #7CD3CE;
}

.datatable tbody tr.active-row {
	font-weight: bold;
	color: #009879;
}

legend {
	color: #FFFFFF;
	background-color: #3abfbe;
	letter-spacing: 1px;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1rem;
}

fieldset {
	min-width: 100%!important;
	border: 1px solid #3abfbe;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 3%;
	border-radius: 5px;
	background-color: #eef1f5;
	;
}

#status {
	height: 25px;
	width: 100%;
	margin-top: -10px;
	text-align: right;
	font-weight: bold;
}

fieldset table {
	min-width: 100%!important;
}

/* FAQ */

.faqs {
	padding: 5px;
}

.faqs .hover {
	cursor: pointer;
	color: #227a4e;
}

.faqs ol {
	counter-reset: myCounter;
	margin-left: 0;
	padding-left: 5px;
	color: rgb(100, 100, 100);
	border-bottom: 1px solid #3abfbe;
	font-size: 15px;
}

.faqs li {
	position: relative;
	padding: 10px 45px;
	list-style: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #3abfbe;
	font-size: 16px!important;
}

.faqs li:before {
	content: counter(myCounter);
	counter-increment: myCounter;
	position: absolute;
	top: 9px;
	left: 8px;
	width: 18px;
	height: 18px;
	line-height: 1.2em;
	padding: 3px;
	color: #fff;
	background-color: #3abfbe;
	text-align: center;
	border-radius: 500px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
}

.faqs ol div {
	margin: 10px 20px;
	color: #000;
	padding: 20px;
	border-left: 3px solid #3abfbe;
	background-color: #E4F3EC;
}

.signup-list {
	width: 100%;
	display: block;
	padding: 5%;
	display: flex;
	margin-bottom: 50px;
	border-radius: 10px;
	box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 60%), 4px 4px 10px 0 rgb(208 208 208 / 40%), inset 2px 2px 3px #fff;
}

.signup-list h3 {
	font-size: 24px;
	font-weight: 500;
}

.signup-list-img {
	width: 25%;
	padding: 20px;
}

.signup-list-text {
	width: 75%;
	padding: 50px 20px;
	display: block;
}

/* form ---------------------------------- */

select, input[type="text"], input[type="password"], input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 3px;
	margin: 2px;
	min-height: 31px!important;
}

input[type="submit"] {}

input[type="radio"] {
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	display: inline-block;
	position: relative;
	border-radius: 100px;
	cursor: pointer;
	width: 18px !important;
	height: 18px !important;
	border: 1px solid #C1C1C1;
	margin-right: 7px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	transition: transform 0.2s linear, box-shadow 0.2s linear;
}

input[type="radio"]:checked {
	border: 1px solid #017fbf;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
	transform: scale(1.2);
}

input[type="radio"]:checked:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #017fbf;
	width: 10px;
	height: 10px;
	border-radius: 100px;
}

input[type="checkbox"] {
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #ddd;
	margin: 0 5px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	transition: transform 0.2s linear, box-shadow 0.2s linear;
}

input[type="checkbox"]:checked {
	border: 1px solid #fff;
	background-color: #017fbf;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
	transform: scale(1.2);
}

input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 16px;
	position: absolute;
	top: -3px;
	left: 3px;
	color: #fff;
}

input[type="radio"]+label, input[type="checkbox"]+label {
	cursor: pointer;
}

/* footer */

#footer {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 13px;
}

.card-box {
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.card {
	flex: 1;
	border-radius: 0px;
	padding: 15px 0 5px 15px;
	text-align: left;
	margin-right: 15px;
	border-right: 1px solid #ccc;
	margin-bottom: 15px;
}

.card:last-child {
	border-right: 0px solid #ccc;
}

/* news */

.news-section {
	margin-top: 20px;
	width: 100%;
	padding: 1.5%;
	display: flex;
	border-radius: 10px;
	box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 83%), 4px 4px 10px 0 rgb(208 208 208 / 70%), inset 2px 2px 3px #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	
}

.news-box {
	flex: 1;
	width: 48%;
	padding: 1.2%;
	margin: 30px;
	border-radius: 10px;
	background: linear-gradient(to right, rgb(250, 250, 250) -30%, #ffffff 100%);
	position:relative;
	
}


.news-box-scrol{
    max-height: 550px;
	overflow-y: auto;	
}

.news-box h1{
	text-align:center;
	
}

.news-box img{
    width:100px;
	position:absolute;
	top:-35px;
	left:-35px;
	display:block


}


/* signup */

.signup-section {
    display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
	padding: 40px;	
	border-radius: 10px;
	box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 83%), 4px 4px 10px 0 rgb(208 208 208 / 70%), inset 2px 2px 3px #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.signup-section a{
    text-decoration: none!important;
}

	


.signup-box{
	flex: 1;
	width: 280px;
	padding: 15px;
	margin: 30px;
	border-radius: 25px;
	text-align:center;
	background: linear-gradient(to bottom, rgb(250, 250, 250) -30%, #ddd 100%);
    box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 83%), 4px 4px 10px 0 rgb(208 208 208 / 70%), inset 2px 2px 3px #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);

}
.signup-box img{
	width: 70%;
	padding: 20px;
}

.signup-box:hover{
	background: linear-gradient(to right, rgb(250, 250, 250) -30%, #ffffff 100%);
	 box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 0%), 4px 4px 10px 0 rgb(208 208 208 / 0%), inset 2px 2px 3px #fff;
}






/* table */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th, .table td {
	padding: 6px;

	text-align: left;
	vertical-align: top;
	border-top: 1px solid #c3c3c3;
}

.table th {
	font-weight: bold;
}

.table thead th {
	background-color: #dcdcdc;
	vertical-align: bottom;
}

.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody+tbody {
	border-top: 2px solid #c3c3c3;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed th, .table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #c3c3c3;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th, .table-bordered td {
	background-color: #ffffff;
	border-left: 1px solid #c3c3c3;
}

.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f5f5f5;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #e1e1e1;
}