@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../font/Poppins.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../font/Poppins2.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../font/Poppins3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  box-sizing: border-box;
  font: 16px/1.2 "Poppins", system-ui, -apple-system, "微軟正黑體", "Microsoft JhengHei", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

body {
  margin: 0 auto;
  background: #fff;
  color: #333;
  letter-spacing: 0.03em;
}

main {
  display: block;
}

h1 {
  font-size: 36px;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1.25em 0;
  border: solid #EBEBEB;
  border-width: 1px 0 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  font-family: Consolas, monospace;
}

a {
  background-color: transparent;
  color: #21adc3;
  text-decoration: none;
  transition: color 350ms, background 300ms ease;
}
a:hover {
  color: #127281;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

b, strong, .b, .strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button, input {
  overflow: visible;
}
button[disabled], input[disabled] {
  cursor: not-allowed;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.fixed {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

th, td {
  text-align: left;
  vertical-align: middle;
  padding: 8px;
  border: 1px solid #99e4f0;
  border-width: 0 0 1px;
}

thead {
  border-bottom: 2px solid #99e4f0;
}
thead th, thead td {
  border-width: 0;
}

tbody:nth-last-child(n+2) {
  border-bottom: 2px solid #99e4f0;
}

.table-bordered {
  border: 1px solid #d4d4d4;
}
.table-bordered th, .table-bordered td {
  border-width: 1px;
}

.striped tr:nth-child(even),
.striped-tbody tbody:nth-child(even) {
  background-color: #deeef5;
}

.table-hover tr:hover, .statistics tr:hover {
  background-color: #fffFD7;
}
.table-hover tr:hover, .statistics tr:hover, .table-hover tr:hover th, .statistics tr:hover th, .table-hover tr:hover td, .statistics tr:hover td {
  transition: 300ms;
}
.table-hover tr:hover td, .statistics tr:hover td {
  background-color: transparent !important;
}

.form-element {
  vertical-align: middle;
  border-radius: 5px;
  height: 38px;
  font-size: 0.94rem;
  padding: 0.67em 0.63em;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 300ms, box-shadow ease-in-out 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-element::-ms-expand {
  background-color: transparent;
  border: 0;
  display: none;
}
.form-element:focus {
  outline: 0;
  border-color: #5bc0de;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(91, 192, 222, 0.3);
}
.form-element:focus:invalid {
  border-color: #FF4444;
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.3);
}
.form-element::placeholder, .form-element:disabled, [readonly].form-element {
  opacity: 1;
}
.form-element::placeholder {
  color: #C7CBBD;
}
.form-element:disabled, [readonly].form-element {
  background-color: #EBEBEB;
}
@media (max-width: 47.99em) {
  .form-element {
    width: 100%;
  }
}

select.form-element {
  padding: 0 1.4em 0 0.63em;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23C7CBBD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat 94% center/10px 12px;
}
select.form-element[size], select.form-element[multiple] {
  height: auto;
}
select.form-element:focus::-ms-value {
  color: #333;
  background-color: #fff;
}

textarea.form-element {
  height: auto;
}

.form-stacked .form-element {
  width: 100%;
}
.form-stacked .form-element.inline, .form-inline .form-element {
  display: inline;
  width: auto;
}
.form-stacked .form-element.inline:not(:last-child), .form-inline .form-element:not(:last-child) {
  margin-right: 0.3em;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: inherit;
}

.input-group {
  display: flex;
}
.input-group-addon, .input-group-btn {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  white-space: nowrap;
}
.input-group-addon {
  color: #333;
  background-color: #fff;
}
.input-group-btn {
  transition: 600ms;
}
.input-group .form-element {
  flex: 1 1 auto;
  width: 1%;
  height: auto;
}
.input-group select.form-element {
  width: auto;
}
.input-group .form-element:focus, .input-group-addon:focus, .input-group-btn:focus {
  z-index: 1;
}
.input-group .form-element:first-child:not(:only-child), .input-group-addon:first-child:not(:only-child), .input-group-btn:first-child:not(:only-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-element:last-child:not(:only-child), .input-group-addon:last-child:not(:only-child), .input-group-btn:last-child:not(:only-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-element:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .form-element:last-child:not(:only-child), .input-group .form-element:not(:first-child):not(:last-child), .input-group-addon:last-child:not(:only-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:last-child:not(:only-child), .input-group-btn:not(:first-child):not(:last-child) {
  margin-left: -1px;
}

.form-check {
  display: inline-block;
  cursor: pointer;
  padding-left: 29px;
  margin: 3px 10px 3px 0;
  min-height: 24px;
  position: relative;
}
.form-check.stacked {
  display: block;
  margin-bottom: 8px;
}

.form-check-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.form-check-input ~ .icon {
  position: absolute;
  left: 0;
  top: -3px;
  transition: 350ms;
  background-color: #fff;
  border: 1px solid #B3E9F5;
}
.form-check-input:disabled ~ .icon {
  background-color: #d4d4d4 !important;
}
.form-check-input[type=checkbox] ~ .icon {
  width: 24px;
  height: 24px;
  background: #fff;
}
.form-check-input[type=checkbox] ~ .icon:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-check-input[type=checkbox]:checked ~ .icon {
  background: #5bc0de;
}
.form-check-input[type=checkbox]:checked ~ .icon:after {
  display: block;
}
.form-check-input[type=radio] ~ .icon {
  background-color: #fff;
  border-radius: 50%;
  border-color: #fff;
  width: 24px;
  height: 24px;
}
.form-check-input[type=radio]:checked ~ .icon {
  box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
  border: 3px solid #fff;
  background: #5bc0de;
}

.input-underline {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.input-underline:focus {
  outline: 0;
  border-color: #2316db;
}

input.btn {
  border: none;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  white-space: nowrap;
  transition: 300ms;
  color: #fff;
  background: #1EB9D2 url(../images/btnBg.gif) repeat-x 0 20px;
  font-size: 1.38em;
  line-height: 1.01;
  letter-spacing: 1px;
  transition: 350ms, color 500ms;
  padding: 0.55em 1.82em;
}
.btn:focus {
  outline: 0;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background: #9E9E9E;
}
.btn:hover, .btn:active {
  color: #fff;
  background-position: 0 -5px;
}
.btn.success {
  background: #5cb85c;
}
.btn.success:hover, .btn.success:active {
  background: #4fa34f;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn.info {
  background: #5bc0de;
}
.btn.info:hover, .btn.info:active {
  background: #45afce;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn.warning {
  background: #D8B257;
}
.btn.warning:hover, .btn.warning:active {
  background: #c8a143;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn.danger {
  background: #EF8F7F;
}
.btn.danger:hover, .btn.danger:active {
  background: #e17361;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn.cancel {
  background: #EBEBEB;
}
.btn.cancel:hover, .btn.cancel:active {
  background: #cfcfcf;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn.cancel {
  color: #8d8d8d;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.process::after, .search-bar::after, .news-list li::after, #footer::after, #header::after, .wrap::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pull-left, .process h5, .news-list a, .news-list .label {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.rest {
  overflow: hidden;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-center {
  align-items: center;
}

.img-center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.wrap, .center {
  margin-left: auto;
  margin-right: auto;
}

.circle {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.disabled {
  cursor: not-allowed;
}

.full, .statistics, .rwd-table {
  width: 100%;
}

.max-full {
  max-width: 100%;
}

.w-auto {
  width: auto;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, .statistics, .list-calendar .date, .news-list .label {
  text-align: center;
}

@media (min-width: 35.5em) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 75em) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
.hover-white, .text-white {
  color: #fff;
}

.list-calendar .date, .bg-white {
  background: #fff;
}

.hover-white:hover, .hover-white:focus {
  color: #d9d9d9;
}

.font-tiny {
  font-size: 0.75rem;
}

.font-sm {
  font-size: 0.88rem;
}

.font-md {
  font-size: 0.94rem;
}

.font-lg {
  font-size: 1.13rem;
}

.font-xl {
  font-size: 1.5rem;
}

.font-xxl {
  font-size: 2rem;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-s {
  margin: 0.5rem;
}

.mt-s {
  margin-top: 0.5rem;
}

.mr-s {
  margin-right: 0.5rem;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.ml-s {
  margin-left: 0.5rem;
}

.mx-s {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-s {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-m {
  margin: 1rem;
}

.mt-m {
  margin-top: 1rem;
}

.mr-m {
  margin-right: 1rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.ml-m {
  margin-left: 1rem;
}

.mx-m {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-m {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-l {
  margin: 1.5rem;
}

.mt-l {
  margin-top: 1.5rem;
}

.mr-l {
  margin-right: 1.5rem;
}

.mb-l {
  margin-bottom: 1.5rem;
}

.ml-l {
  margin-left: 1.5rem;
}

.mx-l {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-l {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-2 {
  margin: 0.13rem;
}

.mt-2 {
  margin-top: 0.13rem;
}

.mr-2 {
  margin-right: 0.13rem;
}

.mb-2 {
  margin-bottom: 0.13rem;
}

.ml-2 {
  margin-left: 0.13rem;
}

.mx-2 {
  margin-right: 0.13rem;
  margin-left: 0.13rem;
}

.my-2 {
  margin-top: 0.13rem;
  margin-bottom: 0.13rem;
}

.m-10 {
  margin: 0.63rem;
}

.mt-10 {
  margin-top: 0.63rem;
}

.mr-10 {
  margin-right: 0.63rem;
}

.mb-10 {
  margin-bottom: 0.63rem;
}

.ml-10 {
  margin-left: 0.63rem;
}

.mx-10 {
  margin-right: 0.63rem;
  margin-left: 0.63rem;
}

.my-10 {
  margin-top: 0.63rem;
  margin-bottom: 0.63rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-s {
  padding: 0.5rem;
}

.pt-s {
  padding-top: 0.5rem;
}

.pr-s {
  padding-right: 0.5rem;
}

.pb-s {
  padding-bottom: 0.5rem;
}

.pl-s {
  padding-left: 0.5rem;
}

.px-s {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-s {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-m {
  padding: 1rem;
}

.pt-m {
  padding-top: 1rem;
}

.pr-m {
  padding-right: 1rem;
}

.pb-m {
  padding-bottom: 1rem;
}

.pl-m {
  padding-left: 1rem;
}

.px-m {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-m {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-l {
  padding: 1.5rem;
}

.pt-l {
  padding-top: 1.5rem;
}

.pr-l {
  padding-right: 1.5rem;
}

.pb-l {
  padding-bottom: 1.5rem;
}

.pl-l {
  padding-left: 1.5rem;
}

.px-l {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-l {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-2 {
  padding: 0.13rem;
}

.pt-2 {
  padding-top: 0.13rem;
}

.pr-2 {
  padding-right: 0.13rem;
}

.pb-2 {
  padding-bottom: 0.13rem;
}

.pl-2 {
  padding-left: 0.13rem;
}

.px-2 {
  padding-right: 0.13rem;
  padding-left: 0.13rem;
}

.py-2 {
  padding-top: 0.13rem;
  padding-bottom: 0.13rem;
}

.p-10 {
  padding: 0.63rem;
}

.pt-10 {
  padding-top: 0.63rem;
}

.pr-10 {
  padding-right: 0.63rem;
}

.pb-10 {
  padding-bottom: 0.63rem;
}

.pl-10 {
  padding-left: 0.63rem;
}

.px-10 {
  padding-right: 0.63rem;
  padding-left: 0.63rem;
}

.py-10 {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}

.list-indent, .list-calendar, .news-list, .list-unstyled, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 8px;
}

.border {
  border: 1px solid #EBEBEB;
}
.border-double {
  border: 2px solid #EBEBEB;
}
.border-none {
  border-width: 0;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  font-size: 1em;
}

.subtitle, .title-line, .title {
  color: #387283;
  font-weight: normal;
}

.title {
  font-size: 2.31em;
  line-height: 1.1;
  margin: 0 0 42px;
}
.title span {
  border-bottom: 1px solid #B4D0DE;
}

button[class*=hover-] {
  padding: 0;
  text-align: inherit;
  transition: 300ms;
}

.text-primary, .hover-primary {
  color: #1EB9D2;
}

.hover-primary:hover, .hover-primary:focus {
  color: #268a9a;
}

.bg-primary {
  background: #1EB9D2;
}

.text-secondary, .hover-secondary {
  color: #127281;
}

.hover-secondary:hover, .hover-secondary:focus {
  color: #17555e;
}

.bg-secondary {
  background: #127281;
}

.text-info, .hover-info {
  color: #5bc0de;
}

.hover-info:hover, .hover-info:focus {
  color: #3ba1c0;
}

.bg-info {
  background: #5bc0de;
}

.text-success, .hover-success {
  color: #5cb85c;
}

.hover-success:hover, .hover-success:focus {
  color: #4c914c;
}

.bg-success {
  background: #5cb85c;
}

.text-warning, .hover-warning {
  color: #D8B257;
}

.hover-warning:hover, .hover-warning:focus {
  color: #b6923d;
}

.bg-warning {
  background: #D8B257;
}

.text-danger, .hover-danger {
  color: #EF8F7F;
}

.hover-danger:hover, .hover-danger:focus {
  color: #d6624f;
}

.bg-danger {
  background: #EF8F7F;
}

.text-muted, .hover-muted {
  color: #EBEBEB;
}

.hover-muted:hover, .hover-muted:focus {
  color: #bcbcbc;
}

.bg-muted {
  background: #EBEBEB;
}

.text-light-yellow {
  color: #EDE363;
}

.bg-light-gray {
  background: #f8f8f8;
}

.bg-light-yellow {
  background: #f8f4c1;
}

[class^=label],
.label {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  background: #20c3de;
  color: #fff;
  font-size: 0.88em;
  line-height: 1.1;
  text-align: center;
}

em.label {
  font-style: normal;
}

.label-success {
  color: #fff;
  background: #7dc67d;
}

.label-info {
  color: #fff;
  background: #7ccde5;
}

.label-warning {
  color: #fff;
  background: #e0c179;
}

.label-danger {
  color: #fff;
  background: #f19a8c;
}

.label-muted {
  color: #fff;
  background: #d4d4d4;
}

.label-gray {
  background: #a6a6a6;
}

html, body, #form1 {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  margin-bottom: -448px;
  padding-bottom: 518px;
  background: url(../images/bg.gif) repeat-x 0 174px;
}
@media (max-width: 74.94em) {
  #wrapper {
    background-position: 0 139px;
  }
}

.wrap {
  max-width: 1400px;
}
@media (max-width: 89.5em) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 64em) {
  .wrap.small {
    max-width: 60%;
  }
  .wrap.small1 {
    max-width: 50%;
  }
  .wrap.small2 {
    max-width: 40%;
  }
}

#header {
  background: url(../images/headerBg2.gif) repeat-x 0 125px, #eaeaea url(../images/headerBg.gif) no-repeat center 0;
  min-height: 175px;
  position: relative;
  margin-bottom: 16px;
}
#header::before {
  z-index: 2;
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../images/wave-line.png) repeat-x 0 0;
}
.hover-underline::before, .has-sub .nav-item::before, #header::before {
  content: "";
  display: block;
}

@media (max-width: 74.94em) {
  #header {
    background: url(../images/headerBg2.gif) repeat-x 0 125px, #eaeaea url(../images/headerBg.gif) no-repeat center 0;
    min-height: 140px;
  }
}
@media (max-width: 47.99em) {
  #header {
    background: url(../images/headerBg2.gif) repeat-x 0 125px, url(../images/headerBg-mobile.gif) no-repeat 10% 40%, #eaeaea url(../images/headerBg-mobile2.gif) no-repeat 120% -10px;
  }
}

.logo {
  color: #286974;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 0 0 0 #fff, 0 0 5px rgba(0, 0, 0, 0.37);
  letter-spacing: 2px;
  margin: 0 auto;
  padding-top: 43px;
  cursor: pointer;
}
@media (min-width: 48em) {
  .logo {
    font-size: 2.5em;
    padding-top: 35px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
  }
}

.top-nav {
  background: #ACEBE9;
  border-radius: 0 0 10px 10px;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  right: 20px;
}
.top-nav input {
  border: 0;
  background: transparent;
  transition: 300ms;
  padding: 0;
}
.top-nav input, .top-nav a {
  font-size: 0.94em;
  color: #127281;
  margin: 0 5px;
}
.top-nav input:hover, .top-nav input:active, .top-nav a:hover, .top-nav a:active {
  color: #1EB9D2;
}

#footer {
  min-height: 448px;
  background: #3A5D65;
  border-top: 5px solid #8BE5E3;
  color: #bbe7d2;
  padding: 20px 0;
}
@media (min-width: 35.5em) {
  #footer {
    background: #3A5D65 url(../images/footerBg2.gif) no-repeat 95% 0;
  }
}
@media (min-width: 48em) {
  #footer {
    background-image: url(../images/footerBg.gif);
    background-position: 115% 0;
    border-top-width: 10px;
    padding: 30px 0;
  }
}
@media (min-width: 75em) {
  #footer {
    background-position: 62.5% 0;
  }
}

.copyright {
  color: #87B3B4;
  font-size: 0.88em;
  letter-spacing: 1px;
  padding: 8px 0;
}
.copyright img {
  margin-right: 8px;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #1EB9D2;
}
@media (min-width: 75em) {
  .copyright {
    margin: 5% 0 0 7.5%;
  }
}
@media (max-width: 74.99em) {
  .copyright {
    margin-top: 1rem;
  }
}
@media (max-width: 35.49em) {
  .copyright {
    line-height: 1.2;
    text-indent: -30px;
    margin-left: 30px;
    padding-right: 48px;
  }
}

.foot-contact {
  line-height: 1.5;
}
@media (min-width: 35.5em) and (max-width: 39.94em) {
  .foot-contact {
    padding-right: 48px;
  }
}
.foot-contact dt {
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.foot-contact dt + dt {
  margin-top: 9px;
}
@media (min-width: 40em) {
  .foot-contact dt {
    font-size: 1.31em;
  }
}
.foot-contact dd {
  font-size: 0.94em;
  margin-bottom: 12px;
}
.foot-contact [class*=icon-] {
  display: inline-block;
  margin-right: 15px;
}
.foot-contact [class*=icon-]::before {
  color: #50808B;
  margin-right: 8px;
}
.foot-contact a {
  display: inline-block;
  color: #8BE5E3;
  margin-right: 20px;
}
.foot-contact a:hover {
  color: #EDE363;
}

.urlqrcode {
  margin: 10px 10px 0 0;
  max-width: 100px;
}

.gotop {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: 300ms;
  opacity: 0.65;
  z-index: 100;
  color: #1EB9D2;
  font-size: 2.19em;
}
.gotop:hover {
  opacity: 1;
}

@media (min-width: 75em) {
  #menu {
    text-align: center;
    margin-top: 43px;
  }
  #menu .has-sub, #menu > .nav-item {
    width: 12%;
  }
}
@media (max-width: 74.94em) {
  #menu {
    position: fixed;
    top: 0;
    overflow-y: auto;
    z-index: 99;
    background: #3F3F3F;
    width: 230px;
    height: 100%;
    left: -230px;
    transition: left 350ms ease;
  }
  #menu.open {
    left: 0;
  }
}

body {
  transition: left 350ms;
  position: relative;
  left: 0;
}

.push {
  left: 230px;
  overflow: hidden;
}

@media (min-width: 75em) {
  #menu .has-sub, .nav-item {
    display: inline-block;
    vertical-align: top;
  }
}

.nav-item {
  padding: 10px 16px;
  color: #fff;
  font-size: 1.19em;
}
@media (min-width: 75em) {
  .nav-item {
    letter-spacing: 1px;
    padding: 18px 0 4px;
    height: 50px;
  }
  .nav-item:hover, .nav-item:active, .nav-item.active {
    background: #127281;
    color: #EDE363;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 74.94em) {
  .nav-item {
    display: block;
    border-bottom: 1px solid #494949;
    font-size: 1.13em;
  }
  .nav-item:hover, .nav-item:active, .nav-item.active {
    color: #EDE363;
    background: #127281;
  }
}

.has-sub {
  position: relative;
  z-index: 1;
}
.has-sub .nav-item {
  width: 100%;
}
.has-sub .nav-item::before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  transition: 400ms 50ms;
  position: absolute;
  top: 50%;
  right: 15px;
}
@media (max-width: 74.94em) {
  .has-sub .nav-item::before {
    top: 16px;
  }
}
.has-sub:hover .nav-item:after, .has-sub:active .nav-item:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.submenu {
  display: block;
  transition: 300ms;
  width: 100%;
}
@media (min-width: 75em) {
  .submenu {
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 80%;
    opacity: 0;
    visibility: hidden;
  }
  .has-sub:hover .submenu, .has-sub:active .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
@media (max-width: 74.94em) {
  .submenu {
    display: none;
    background: #2c2c2c;
  }
  .nav-item.current ~ .submenu {
    display: block;
  }
}

.sub-nav {
  display: block;
  padding: 9px 0;
  font-size: 1.06em;
  color: #555;
}
.sub-nav:hover, .sub-nav:active {
  background: #eee56f;
}
@media (max-width: 74.94em) {
  .sub-nav {
    padding: 12px 16px;
    color: #fff;
  }
  .sub-nav:hover, .sub-nav:active {
    color: #fff;
    background: #268a9a;
  }
}

.mobile-trigger {
  display: none;
  cursor: pointer;
  transition: 600ms;
  z-index: 100;
  padding: 0;
  position: absolute;
  top: 4%;
}
.mobile-trigger .lnr {
  color: #127281;
  font-size: 2em;
  vertical-align: middle;
}
@media (max-width: 74.94em) {
  .mobile-trigger {
    display: block;
  }
}

@media (max-width: 63.99em) {
  .mobile-hide {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .img-rwd {
    overflow: scroll;
  }
  .img-rwd img {
    max-width: none;
  }
}

.margin {
  margin: 16px;
}

.margin-top {
  margin-top: 32px;
}

.margin-bottom {
  margin-bottom: 32px;
}

.hover-underline {
  position: relative;
}
.hover-underline::before {
  height: 1px;
  width: 100%;
  background: rgba(139, 229, 227, 0.6);
  position: absolute;
  top: 100%;
  right: 0;
  transform: scaleX(1);
  transform-origin: 50%;
  transition: 350ms, background 400ms;
}
.hover-underline:hover::before, .hover-underline:active::before {
  transform: scaleX(0);
}

.list-underline li, .news-list li, .underline {
  border-bottom: 1px solid #EBEBEB;
}

.underline {
  padding-bottom: 32px;
}

.list-underline li, .news-list li {
  padding: 8px 0;
}

.news-list small {
  display: block;
  color: #B2B2B2;
}
@media (max-width: 35.49em) {
  .news-list small {
    margin-left: 90px;
    margin-top: -5px;
  }
}
.news-list .label {
  margin-right: 2%;
  width: 14%;
  min-width: 75px;
}
.news-list a {
  color: #3d3d3d;
  width: 83%;
}
.news-list a:hover, .news-list a:active {
  color: #168ea1;
}
.news-list a small {
  margin-bottom: 3px;
}
@media (max-width: 47.99em) {
  .news-list a {
    width: 78%;
  }
}
@media (max-width: 35.49em) {
  .news-list a {
    width: 100%;
    margin-top: -16px;
  }
  .news-list a small {
    margin-bottom: 10px;
  }
}

.list-calendar {
  line-height: 1.5;
}
.list-calendar li {
  margin-bottom: 11px;
  position: relative;
  padding-left: 80px;
}
.list-calendar small {
  display: block;
}
.list-calendar .date {
  font-size: 1.38em;
  color: #A0BBC8;
  border: 1px solid #B2E8F1;
  border-radius: 3px;
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  width: 64px;
}
.list-calendar .date small {
  padding: 0 7px;
  font-size: 0.55em;
  color: #fff;
  background: #A0BBC8;
}
.list-calendar a {
  color: #1D6EBB;
}
.list-calendar a small {
  color: #91B1D0;
}
.list-calendar a:hover, .list-calendar a:active {
  color: #1EB9D2;
}
.list-calendar a:hover small, .list-calendar a:active small {
  color: #87CEEB;
}
@media (max-width: 35.49em) {
  .list-calendar a {
    display: block;
  }
}

.modal {
  z-index: z(overlay);
  display: none;
  overflow: auto;
  padding-top: 12%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 35.49em) {
  .modal {
    padding-top: 5%;
  }
}
.modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  width: 80%;
  max-width: 800px;
  animation: 0.4s;
}
@-webkit-keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 63.99em) {
  .modal-content {
    width: 96%;
  }
}

.btn-close {
  font-size: 1.94em;
  color: #fff;
  position: absolute;
  top: 1%;
  right: 1%;
}
.btn-close:hover, .btn-close:focus {
  color: #EDE363;
  cursor: pointer;
}

.login label {
  text-align: center;
  flex-basis: 120px;
  background: #def2f8;
  padding-top: 10px;
}

.title-line {
  border-top: 1px solid #B4D0DE;
  border-bottom: 1px solid #B4D0DE;
  font-size: 2.13em;
  padding: 8px 0;
}
@media (max-width: 47.99em) {
  .title-line {
    font-size: 1.44em;
  }
}

.subtitle {
  font-size: 1.44em;
}

.list-indent {
  margin-top: 8px;
}
.list-indent > li {
  text-indent: -2em;
  margin-left: 2em;
  margin-bottom: 8px;
}
.list-indent ol li, .list-indent ul li {
  text-indent: -3em;
  margin-left: 2.5em;
  margin-bottom: 11px;
}

table {
  background: #fff;
}
table a {
  color: #009688;
}
table a:hover, table a:active {
  color: #127281;
}
table .item {
  background: #d6eff7;
}

.thead th, thead th {
  color: #fff;
  background: #489ba8 !important;
  min-width: 55px;
}

tfoot th, tfoot td {
  background: #fffFD7;
}

.table-rwd {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 63.99em) {
  .table-rwd {
    margin-bottom: 12px;
  }
  .table-rwd table {
    margin-bottom: 0;
  }
  .table-rwd table th, .table-rwd table td {
    white-space: nowrap;
  }
}

@media (max-width: 63.99em) {
  .rwd-table {
    background: transparent;
    border: none;
  }
  .rwd-table tr, .rwd-table td {
    display: block;
  }
  .rwd-table tr {
    position: relative;
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-bottom: 16px;
    padding: 16px;
  }
  .rwd-table thead, .rwd-table th, .rwd-table .rwd-hide, .rwd-table .thead {
    display: none;
  }
  .rwd-table td {
    border: none;
    text-align: left;
    line-height: 1.85;
    padding: 0;
  }
  .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    padding-right: 0.31em;
  }
  .rwd-table td:last-child {
    margin-bottom: 8px;
  }
  .rwd-table .num, .rwd-table .company, .rwd-table .level {
    color: #fff;
  }
  .rwd-table .num:before, .rwd-table .company:before {
    display: none;
  }
  .rwd-table .num, .rwd-table .level {
    position: absolute;
  }
  .rwd-table .company, .rwd-table .level {
    padding: 5px 16px;
  }
  .rwd-table .num {
    width: 33px;
    height: 33px;
    left: -5px;
    top: -5px;
    background: #E7FFE7 !important;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    padding: 0;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.35);
  }
  .rwd-table .company {
    background: #1892a5 !important;
    margin-bottom: 8px;
  }
  .AboutUs .rwd-table .company {
    padding-left: 2.13em;
  }
  .rwd-table .level {
    right: 0;
    top: 0;
  }
}

.breadcrumb {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 16px;
}
.breadcrumb a {
  font-size: 0.71em;
}

.statistics {
  border-bottom: none;
}
.statistics th, .statistics td {
  border: 1px solid #d4d4d4;
  border-left: none;
}
.statistics th:last-child, .statistics td:last-child {
  border-right: none;
}
.statistics a {
  text-decoration: underline;
}
.statistics a:hover, .statistics a:active {
  text-decoration: none;
}
.statistics tfoot tr:last-child td {
  background: none;
  border: none;
}

.search-bar {
  background: #e6e6e6;
  border-radius: 5px;
  padding: 1em;
}
.search-bar .btn {
  font-size: 0.94em;
  padding: 6px 20px;
  margin-left: 10px;
}
@media (max-width: 39.94em) {
  .search-bar .btn {
    margin-top: 10px;
  }
}

.Search caption {
  padding: 8px;
}

.process {
  position: relative;
}
@media (min-width: 48em) {
  .process {
    border-top: 1px solid #E3ECF1;
    margin-bottom: 48px;
  }
}
@media (max-width: 47.99em) {
  .process {
    border: 1px solid #E3ECF1;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 32px;
  }
}
.process h5 {
  margin-top: 15px;
  font-size: 0.94em;
  margin-right: 11px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .process h5 {
    position: absolute;
    right: 0;
    top: -50px;
  }
}
@media (max-width: 47.99em) {
  .process h5 {
    margin-top: 7px;
    margin-bottom: 0;
  }
}

.form-application .bg-gray {
  background: #F4F4F4;
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .form-application .bg-gray {
    border-bottom: 1px solid #99e4f0;
    padding-top: 24px;
  }
}
@media (max-width: 47.99em) {
  .form-application .bg-gray {
    background: none;
  }
}
.form-application h5 {
  font-size: 0.94em;
  margin-right: 11px;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .form-application h5 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.form-application p {
  margin-bottom: 32px;
}
@media (max-width: 47.99em) {
  .form-application p {
    margin-bottom: 8px;
  }
}
@media (min-width: 48em) {
  .form-application .padding-8 {
    padding: 2% 8%;
  }
}

fieldset {
  position: relative;
  margin: 0;
  border: none;
  border-top: 1px solid #B1CFDD;
  font-size: 1.25em;
}
@media (min-width: 48em) {
  fieldset {
    padding: 96px 8% 32px;
  }
  fieldset.border-right {
    border-right: 1px solid #B1CFDD;
  }
}
@media (min-width: 64em) {
  fieldset.col-md-6 {
    padding-left: 15%;
    padding-right: 15%;
  }
  fieldset.col-md-6 legend {
    padding-left: 74%;
  }
}
@media (max-width: 47.99em) {
  fieldset {
    padding: 64px 0 2% 0;
  }
}

legend {
  border-bottom: 1px solid #B1CFDD;
  font-size: 1.25em;
  display: block;
  padding: 12px 8%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 47.99em) {
  legend {
    padding: 6px 0;
  }
}

.side-nav {
  margin: 0;
  padding: 15px;
  position: fixed;
  background: rgba(208, 243, 248, 0.7);
  border: solid #80deed;
  border-width: 1px 0 1px 1px;
  border-radius: 10px 10px 0 0;
  line-height: 1.5;
  transition: 350ms;
}
.side-nav:hover, .side-nav:active {
  background: #d0f3f8;
}
@media (min-width: 64em) {
  .side-nav {
    border-radius: 10px 0 0 10px;
    top: 22%;
    right: 0;
    width: 164px;
  }
}
@media (max-width: 63.99em) {
  .side-nav {
    bottom: 0;
    border-width: 1px 1px 0 1px;
  }
  .side-nav li {
    display: inline-block;
    margin: 0 5px;
  }
}
.side-nav a {
  font-size: 0.94em;
  color: #268a9a;
}
.side-nav a:hover {
  color: #5cb85c;
}

.tab-nav {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  padding: 10px 20px;
  border: 1px solid #5bc0de;
  background: #eff9fc;
}
.tab-nav:hover, .tab-nav:active, .tab-nav.active {
  color: #fff;
  background: #5cb85c;
  border-color: #EBEBEB;
}
.tab-pane {
  display: none;
  opacity: 0;
  transition: 300ms;
}
.tab-pane.in {
  display: block;
  opacity: 1;
}

.counts img {
  max-width: 100%;
}

.count-grid caption,
.count-chart figcaption {
  padding: 5px;
  background: #c6e9f3;
}

@media (min-width: 48em) {
  .count-row::after {
    content: "";
    display: table;
    clear: both;
  }
  .count-row > div {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
  .count-chart {
    float: left;
  }
}
.count-grid {
  margin-bottom: 20px;
}
.count-grid caption {
  font-size: 17px;
}
.count-chart {
  margin: 0;
}
.count-chart figcaption {
  text-align: center;
}

.slide {
  top: 0;
  left: -300px;
  height: 100%;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  background: #EBEBEB;
}
.slide.open {
  left: 0;
}
.slide, .slidetoggle {
  position: fixed;
  transition: 450ms;
}
.slidetoggle {
  background: #23a1b5;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 1.13em;
  line-height: 1.8;
  text-align: center;
  display: block;
  padding: 12px;
  width: 38px;
  left: 0;
  top: 235px;
}
.slidetoggle.open {
  left: 300px;
}
.slidetitle {
  background: #f4eea1;
  text-align: center;
  margin: 0 0 8px;
  padding: 8px;
}

.step-list {
  display: inline-block;
  vertical-align: middle;
}

.step {
  position: relative;
  padding: 42px 15px 0;
  font-size: 1.13em;
}
.step::before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  border: 2px solid #EBEBEB;
  color: #fff;
  text-align: center;
  line-height: 28px;
  width: 32px;
  height: 32px;
  top: 0;
}
.step.current {
  color: #5cb85c;
  font-weight: bold;
}
.step.current::before {
  background: #5cb85c;
}

.sidebar {
  float: left;
  width: 240px;
  padding-left: 20px;
  margin-right: 30px;
}
.sidebar .nav, .sidebar .subnav {
  display: block;
}
.sidebar .nav {
  margin-bottom: 16px;
  padding: 6px 0;
  border-bottom: 2px solid #ade0ef;
  font-size: 1.56em;
  color: #127281;
}
.sidebar .subnav {
  font-size: 1.31em;
  display: block;
  margin-bottom: 15px;
}
.sidebar + .content {
  overflow: hidden;
}
