/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  dev css */
body {
  align-items: center;
  background-color: #E4EFFC;
  color: rgb(54, 54, 54);
  font-family: PMingLiU;
}

a {
  text-decoration: none;
  color: #2A5C95;
  font-family: PMingLiU;
}

ul {
  list-style-type: none;
  color: #2A5C95;
  font-family: PMingLiU;
}

table {
  width: 100%;
  font-family: PMingLiU;
}

th {
  background-color: #E4EFFC;
  color: #2A5C95;
  text-align: center;
  font-family: PMingLiU;
}

td {
  color: #7F7F7F;
  text-align: left;
  font-family: PMingLiU;
}

table, th, td {
  border: 1px solid;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: PMingLiU;
}

.top-nav {
  max-height: 260px;
  padding: 10px;
  font-family: PMingLiU;
}

.nav-setup {
  margin-top: 5%;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-logo-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  letter-spacing: 6px;
  text-align: left;
  color: #000;
  font-family: PMingLiU;
}

.navbar {
  /* background-color: rgb(54, 54, 54); */
  background-color: #6788AD;
  font-family: PMingLiU;
}
.navbar .nav-link {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 2px;
  text-align: center;
  font-family: PMingLiU;
}

.navbar-light .navbar-nav .nav-link {
  color: #f6f6f6;
  font-family: PMingLiU;
}

#navbarDropdown:hover {
  color: black;
  font-family: PMingLiU;
}

.navbar-light .navbar-toggler {
  border-width: 1px;
  border-style: solid;
  border-color: #f6f6f6;
  color: #f6f6f6;
  font-family: PMingLiU;
}

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #fff;
  margin-bottom: 5px;
  font-family: PMingLiU;
}

.page-title {
  font-size: 32px;
  align-items: left;
  line-height: 1.6;
  letter-spacing: 3px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: left;
  border-left: #2A5C95 5px solid;
  padding-left: 15px;
  font-family: PMingLiU;
}

.form-signin {
  width: 100%;
  padding: 15px;
  font-family: PMingLiU;
}

.card {
  padding: 10px;
  margin-top: 30px;
  font-family: PMingLiU;
}
.card .card-title {
  color: #2A5C95;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: PMingLiU;
}
.card .card-title .card-type {
  background-color: #E4EFFC;
  font-size: 12px;
  font-family: PMingLiU;
}
.card .service-title {
  color: #2A5C95;
  font-size: 30px;
  font-family: PMingLiU;
}
.card .service-title-en {
  color: #7F7F7F;
  font-size: 20px;
  font-family: PMingLiU;
}
.card .card-time {
  font-size: 16px;
  color: #6788AD;
  text-align: right;
  font-family: PMingLiU;
}
.card .card-text {
  font-size: 20px;
  color: #7F7F7F;
  overflow: hidden;
  vertical-align: baseline;
  font-family: PMingLiU;
  height: 60px;
}

.relate-news-list {
  margin-top: 16px;
  padding-left: 0px;
  font-family: PMingLiU;
}
.relate-news-list .card-type {
  background-color: #E4EFFC;
  font-size: 12px;
  font-family: PMingLiU;
}

.relate-news {
  font-size: 16px;
  color: #2A5C95;
  font-family: PMingLiU;
}
.relate-news .card-body {
  padding: 0px;
  font-family: PMingLiU;
}

.service-item-list {
  padding-left: 0px;
  font-family: PMingLiU;
}
.service-item-list .service-item {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: PMingLiU;
}

.footer {
  margin-top: 40px;
  background-color: #2A5C95;
  font-family: PMingLiU;
  color: #f5f5f5;
}

.about-section {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: PMingLiU;
}

.about-text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-align: left;
  color: #7F7F7F;
  font-family: PMingLiU;
}

.about-img {
  border-radius: 150px;
  font-family: PMingLiU;
}

.info {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: PMingLiU;
}
.info .info-title {
  color: #2A5C95;
  font-size: 20px;
  font-family: PMingLiU;
}
.info .info-content {
  color: #7F7F7F;
  font-size: 20px;
  font-family: PMingLiU;
}

.service-section {
  background-color: #E4EFFC;
  min-height: 300px;
  max-height: 400px;
  padding: 10px;
  margin: 10px;
  font-family: PMingLiU;
}
.service-section .page-title {
  font-family: PMingLiU;
  margin-top: 0px;
  border-left-width: 0px;
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-align: left;
}

.item-title {
  font-family: PMingLiU;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #2A5C95;
}

.item-subtitle {
  font-family: PMingLiU;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #6788AD;
}

.item-list {
  color: #7F7F7F;
  font-family: PMingLiU;
}
.item-list .item-list-href {
  color: #7F7F7F;
  font-size: 20px;
  font-family: PMingLiU;
}
.item-list .item-list-title {
  font-family: PMingLiU;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #7F7F7F;
}
.item-list .item-list-type {
  background-color: #E4EFFC;
  font-family: PMingLiU;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2A5C95;
}

.item-order-list .item-order {
  list-style-type: circle;
  color: #7F7F7F;
  font-family: PMingLiU;
}

.attributes-order-list .attributes-order {
  color: #7F7F7F;
  font-family: PMingLiU;
}

.business-content {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #7F7F7F;
  font-family: PMingLiU;
}

.service-range .service-range-item {
  font-family: PMingLiU;
  list-style-type: cjk-ideographic;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #7F7F7F;
}

.changeTitle {
  font-family: PMingLiU;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #2A5C95;
}

.billingTitle {
  font-family: PMingLiU;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #2A5C95;
}

.visaSerlist .visaSer-item {
  font-family: PMingLiU;
  color: #7F7F7F;
}

.visaSersublist .visaSer-subItem {
  font-family: PMingLiU;
  list-style-type: upper-alpha;
}
.visaSersublist .visaSer-content {
  font-family: PMingLiU;
  color: #7F7F7F;
}

.login-section {
  font-family: PMingLiU;
  min-height: 600px;
}

.news-section {
  font-family: PMingLiU;
  min-height: 600px;
}

.edit-btn {
  font-family: PMingLiU;
  background-image: url("../images/editing.png");
  width: 24px;
  height: 24px;
  border: 0;
}
.edit-btn:hover {
  opacity: 0.7;
}
.edit-btn:active {
  transform: scale(0.95);
}

.ck-editor__editable {
  min-height: 600px;
  min-width: 600px;
  max-width: 800px;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
  }
}
