* {
  -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;
  background-repeat: repeat-x;
  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: #185088;
}

/* Header */

#container {
  width: 96%;
  max-width: 1600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  display: block;
}

#header {
  width: 100%;
  height: 145px;
  padding-bottom: 10px;
}

#top {
  display: flex;
}

#logo {
  height: 100px;
  width: 400px;
  color: #202a43;
  line-height: 1.3;
  font-family: "Oswald", "Microsoft Yahei", sans-serif !important;
}

#logo a {
  text-decoration: none;
}

#logo-text01 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
  letter-spacing: 2px;
  font-weight: bolder;
}

a #logo-text01 {
  font-color: 3e5b9c !important;
}

#logo-text02 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

#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-color: #185088;
  /*background: linear-gradient(30deg, #588EA3, #588EA3);*/
  border-radius: 10px;
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 20%);
  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.2);
  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: rgba(255, 255, 255, 0.5);
  /*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: #3cacac;
  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: #3cacac;
}

#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: 78%;
  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: #3cacac;
  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: #3cacac;
  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 #3cacac;
  margin-bottom: 10px;
}

.datatable th {
  padding: 5px 10px;
  background: #3cacac;
  color: #ffffff;
  text-align: left;
  min-width: 70px;
  border: 1px solid #3cacac;
}

.datatable td {
  padding: 10px 10px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

.datatable tbody tr {
}

/*.datatable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}*/

.datatable tbody tr:last-of-type {
  border-bottom: 2px solid #3cacac;
}

.datatable tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

legend {
  color: #ffffff;
  background-color: #3cacac;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1rem;
}

fieldset {
  min-width: 100% !important;
  border: 1px solid #3cacac;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 3%;
  border-radius: 5px;
  background: linear-gradient(360deg, #fff, #fff, #cde9e7);
}

#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 #3cacac;
  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 #3cacac;
  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: #3cacac;
  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 #3cacac;
  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="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 #434b98;
  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: #434b98;
  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: #434b98;
  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: 15px;
}

.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;
}

.text-ps {
  background-color: #3cacac;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1400px) {
  .card-ps {
    padding: 8px !important;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: #e0715e;
    color: #fff;
    position: fixed;
    right: -15px;
    top: 400px;
    font-size: 14px;
    border-radius: 10px 0 0 10px;
  }

  .card-ps ul {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
  }

  .card-ps ul li {
    padding: 5px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .card-ps ul li:nth-child(1) {
    border-top: 0px;
  }

  .card-ps ul li b {
    font-weight: 500;
    display: block;
    font-size: 18px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .card-ps ul li b::before {
    content: " : ";
  }
}
input[type="submit"], input[type="reset"],input[type="button"]{
  cursor: pointer;
}
