*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}
html {
  margin-top: 0 !important;
}
body {
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
body.show-admin-bar .header {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  body.show-admin-bar .header {
    padding-top: 32px;
  }
}
body.show-admin-bar .home-slider-wrapper {
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  body.show-admin-bar .home-slider-wrapper {
    padding-top: 76px;
  }
}
@media screen and (min-width: 768px) {
  body.show-admin-bar[page='practical'] .page-header {
    padding-top: 76px;
  }
}
@media screen and (min-width: 768px) {
  body[page='practical'] .page-header {
    padding-top: 44px;
  }
}
body[page='practical'] .listing a {
  color: #333;
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
}
p {
  margin-bottom: 25px;
}
.btn-back {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 24px;
}
.btn-back a {
  display: block;
}
.btn-back > i {
  padding-right: 8px;
}
.btn-back:hover {
  color: #03b797;
}
.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.layer.bg-layer {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row:after {
  content: none;
}
.grid-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: flex-start;
}
.grid-group .grid-item {
  position: relative;
  width: 50%;
  margin: 0 8px 24px;
}
@media screen and (min-width: 992px) {
  .grid-group .grid-item {
    width: calc((100% / 5) - 16px);
    margin: 0 8px 0;
  }
}
.grid-group .grid-item .grid-img {
  position: relative;
  width: 50%;
  background-color: #03b797;
  border-radius: 50%;
  margin: auto;
}
.grid-group .grid-item .grid-img .layer.text-layer {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
}
.grid-group .grid-item .grid-img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.grid-group .grid-item .grid-content {
  text-align: center;
}
.grid-group .grid-item:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: 900;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: auto;
  bottom: -14px;
  left: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
  margin: auto;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .grid-group .grid-item:after {
    top: 12%;
    bottom: auto;
    left: auto;
    right: -16%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.full-height {
  height: 100%;
}
.btn-back {
  text-align: right;
}
.btn-back a {
  color: #03b797;
}
.arrow-separator {
  margin: 24px 0;
  text-align: center;
}
.arrow-separator > .fa {
  display: block;
  color: #fff;
}
.arrow-separator > .fa:first-child {
  font-size: 56px;
}
.arrow-separator > .fa:last-child {
  font-size: 32px;
  margin-top: -26px;
}
.header {
  position: static;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
  }
}
.header .header-top {
  position: relative;
  height: 44px;
  background-color: #03b797;
  z-index: 2;
}
.header .header-top .container {
  height: 100%;
}
.header .header-top .container > .row {
  height: 100%;
}
.header .header-top .header-top-left .widget-item {
  color: #fff;
  margin: 0 15px;
}
.header .header-top .header-top-left .widget-item .icon {
  display: inline-block;
}
.header .header-top .header-top-left .widget-item span {
  display: none;
  margin-left: 8px;
}
@media screen and (min-width: 576px) {
  .header .header-top .header-top-left .widget-item span {
    display: inline-block;
  }
}
.header .header-top .header-top-left .widget-item:first-child {
  margin-left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-top .header-top-left .widget-item:first-child {
    display: inline-block;
  }
}
.header .header-top .header-top-right {
  position: relative;
}
.header .header-top .header-top-right .widget-item {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
}
.header .header-top .header-top-right .widget-item.widget-wechat .wechat {
  opacity: 0;
  visibility: hidden;
}
.header .header-top .header-top-right .widget-item.widget-wechat:hover .wechat {
  opacity: 1;
  visibility: visible;
}
.header .header-top .header-top-right .widget-item:last-child {
  margin: 0;
}
.header .header-top .header-top-right .wechat {
  position: absolute;
  top: 100%;
  right: 0;
}
.header .header-bottom {
  position: relative;
  padding: 24px 15px;
  background-color: #fff;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-property: padding;
  -webkit-transition-property: padding;
  -moz-transition-property: padding;
  -ms-transition-property: padding;
  -o-transition-property: padding;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header .header-bottom {
    padding: 32px 0;
    background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  }
}
.header .header-bottom .logo {
  width: 100%;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .logo {
    max-width: 150px;
  }
}
.header .header-bottom .nav-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 86px;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .header .header-bottom .nav-menu {
    display: block;
    position: static;
    width: auto;
  }
}
.header .header-bottom .nav-menu .menu-item {
  display: block;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item {
    display: inline-block;
    border-bottom: 0px solid #ddd;
    background-color: transparent;
  }
}
.header .header-bottom .nav-menu .menu-item a {
  display: block;
  padding: 0 20px;
  line-height: 2.4em;
  font-size: 18px;
  color: #333;
}
@media screen and (min-width: 576px) {
  .header .header-bottom .nav-menu .menu-item a {
    padding-left: calc((100% - 540px) / 2);
    padding-right: calc((100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item a {
    font-size: 18px;
    padding: 0 15px;
  }
}
.header .header-bottom .nav-menu .menu-item a:hover {
  color: #03b797;
}
.header .header-bottom .nav-menu .menu-item.active {
  background-color: #03b797;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item.active {
    background-color: transparent;
  }
}
.header .header-bottom .nav-menu .menu-item.active a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item.active a {
    color: #03b797;
  }
}
.header .header-bottom .nav-menu .menu-item:nth-last-child(2) a {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item:nth-last-child(2) a {
    padding-right: 0px;
  }
}
.header .header-bottom .nav-menu .menu-item:last-child {
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .header .header-bottom .nav-menu .menu-item:last-child {
    display: none;
  }
}
.header .btn-menu {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background-color: #03b797;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.header .btn-menu.active span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.header .btn-menu.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header .btn-menu.active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.header.sticky {
  position: relative;
}
.header.sticky .header-top {
  display: none;
}
.header.sticky .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.home-slider-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-slider-wrapper {
    padding-top: 44px;
    min-height: 800px;
    max-height: 800px;
  }
}
.home-slider-wrapper .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/09/home-slider-bg-01.jpg');
  background-position: center bottom;
}
.home-slider-wrapper:before {
  content: '';
  display: block;
  padding-bottom: 70%;
}
@media screen and (min-width: 768px) {
  .home-slider-wrapper:before {
    padding-bottom: 50%;
  }
}
.recruit-wrapper .recruit-item {
  margin-bottom: 56px;
}
.recruit-wrapper .recruit-item .title {
  width: 100%;
  font-size: 21px;
  color: #03b797;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .recruit-wrapper .recruit-item .title {
    width: 30%;
  }
}
.recruit-wrapper .recruit-item .title .fa {
  margin-right: 16px;
}
.recruit-wrapper .recruit-item table {
  width: 100%;
}
.recruit-wrapper .recruit-item table tbody tr td {
  padding: 0 16px 8px;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.8em;
}
.recruit-wrapper .recruit-item table tbody tr td ul {
  padding-left: 21px;
}
.recruit-wrapper .recruit-item table tbody tr td:first-child {
  width: 40%;
  border-right: 1px solid #000;
  padding-left: 0;
  color: #03b797;
}
@media screen and (min-width: 576px) {
  .recruit-wrapper .recruit-item table tbody tr td:first-child {
    width: 15%;
  }
}
h2.title {
  font-size: 40px;
  text-align: center;
  color: #03b797;
  margin-bottom: 32px;
}
h2.title:after {
  content: '';
  display: block;
  width: 104px;
  height: 3px;
  text-align: center;
  margin: 16px auto 0;
  background-color: #03b797;
}
a.button {
  display: block;
  padding: 16px 32px;
  background-color: #03b797;
  color: #fff;
  border-radius: 4px;
  width: 160px;
  text-align: center;
  margin: auto;
}
.main .page-header {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (min-width: 992px) {
  .main .page-header {
    max-height: 720px;
  }
}
@media screen and (min-width: 768px) {
  .main .page-header.no-image {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 0;
  }
}
.main .page-header.no-image:after {
  content: none;
}
.main .page-header:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.main .listing {
  padding-left: 16px;
  line-height: 2em;
  margin-bottom: 24px;
}
.main .listing .subtitle {
  font-weight: 900;
  color: #03b797;
}
.main .listing .list-subtitle {
  color: #333;
}
.main .listing .list-title {
  color: #333;
}
.main .listing li {
  color: #666;
}
.main .section {
  padding: 48px 0;
}
.main .section h3.title {
  color: #2b78c1;
  font-size: 21px;
}
.main .section h3.title.active > .fa {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.main .section h4.title {
  margin-bottom: 16px;
}
.main .section h4.subtitle > span {
  font-size: 14px;
}
.main .section .desc-col {
  font-size: 18px;
  line-height: 1.8em;
}
.main .section .button-more {
  font-size: 16px;
}
body[page="home"] .main .section.section-01 .desc-col {
  text-align: justify;
}
body[page="home"] .main .section.section-01 .img-col {
  position: relative;
}
body[page="home"] .main .section.section-01 .img-col .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/09/home-section01-img.jpg');
  background-size: 80%;
}
body[page="home"] .main .section.section-01 .img-col:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="home"] .main .section.section-02 {
  padding: 0;
}
body[page="home"] .main .section.section-02 .img-col {
  position: relative;
  height: 100%;
}
body[page="home"] .main .section.section-02 .img-col .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/11/home-section02-img.jpg');
}
body[page="home"] .main .section.section-02 .img-col:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-02 .img-col:before {
    padding-bottom: 65%;
  }
}
body[page="home"] .main .section.section-02 .desc-col {
  background-color: #e6f7f4;
  padding: 40px;
}
@media screen and (min-width: 576px) {
  body[page="home"] .main .section.section-02 .desc-col {
    padding: 105px;
  }
}
body[page="home"] .main .section.section-02 .desc-col .desc .listing {
  padding-left: 25px;
}
body[page="home"] .main .section.section-02 .desc-col .desc .listing li {
  padding-left: 8px;
  margin-bottom: 4px;
}
body[page="home"] .main .section.section-03 {
  padding: 96px 0;
}
body[page="home"] .main .section.section-03 .row [class*="col"] {
  margin-bottom: 32px;
}
body[page="home"] .main .section.section-03 .row [class*="col"] .img-col .layer.bg-layer {
  background-size: contain;
}
body[page="home"] .main .section.section-03 .img-col {
  position: relative;
}
body[page="home"] .main .section.section-03 .img-col:before {
  content: '';
  display: block;
  padding-bottom: 30%;
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-03 .img-col:before {
    padding-bottom: 48%;
  }
}
body[page="home"] .main .section.section-03 .desc-col h4.title {
  margin: 24px 0;
  color: #03b797;
  text-align: center;
}
body[page="home"] .main .section.section-03 .desc-col .desc {
  text-align: center;
}
body[page="home"] .main .section.section-04 {
  position: relative;
}
body[page="home"] .main .section.section-04 .layer.bg-layer {
  background-position: center bottom;
  z-index: -1;
}
body[page="home"] .main .section.section-04 .card-group .card .card-item {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 32px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 576px) {
  body[page="home"] .main .section.section-04 .card-group .card .card-item {
    width: 70%;
  }
}
body[page="home"] .main .section.section-04 .card-group .card .arrow-separator > .fa {
  color: #03b797;
}
body[page="home"] .main .section.section-04 .card-group .card:last-child .arrow-separator {
  display: none;
}
body[page="home"] .main .section.section-05 .img-desc-wrap {
  position: relative;
  background-color: #e4e4e4;
  border-radius: 50%;
  margin-bottom: 56px;
}
body[page="home"] .main .section.section-05 .img-desc-wrap .img-col {
  position: relative;
  width: 40%;
  margin: 0 auto 16px;
}
body[page="home"] .main .section.section-05 .img-desc-wrap .img-col:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="home"] .main .section.section-05 .img-desc-wrap .desc-col {
  font-size: 20px;
  text-align: center;
}
body[page="home"] .main .section.section-05 .img-desc-wrap:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="home"] .main .section.section-06 .listing .list-item {
  background-color: #ecf6ff;
  padding: 24px;
}
body[page="home"] .main .section.section-06 .listing .list-item .container {
  cursor: pointer;
}
body[page="home"] .main .section.section-06 .listing .list-item .container .img-col .layer.bg-layer {
  background-size: contain;
}
body[page="home"] .main .section.section-06 .listing .list-item .container .img-col:before {
  content: '';
  display: block;
  padding-bottom: 30%;
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-06 .listing .list-item .container .img-col:before {
    padding-bottom: 65%;
  }
}
body[page="home"] .main .section.section-06 .listing .list-item .container .desc-col h3.title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-06 .listing .list-item .container .desc-col h3.title {
    text-align: left;
  }
}
body[page="home"] .main .section.section-06 .listing .list-item .container .desc-col .desc {
  display: none;
  font-size: 16px;
}
body[page="home"] .main .section.section-06 .listing .list-item:nth-child(even) {
  background-color: #dcebfa;
}
body[page="home"] .main .section.section-07 h2.title {
  margin-bottom: 72px;
}
body[page="home"] .main .section.section-07 .listing .list-item {
  margin-bottom: 56px;
}
body[page="home"] .main .section.section-07 .listing .list-item .img-col {
  position: relative;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-07 .listing .list-item .img-col {
    width: 50%;
    height: auto;
  }
}
body[page="home"] .main .section.section-07 .listing .list-item .img-col > .bg-layer {
  background-position: center top;
}
body[page="home"] .main .section.section-07 .listing .list-item .img-col:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="home"] .main .section.section-07 .listing .list-item .desc-col {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body[page="home"] .main .section.section-07 .listing .list-item .desc-col {
    text-align: left;
  }
}
body[page="home"] .main .section.section-07 .listing .list-item .desc-col h3.title:after {
  content: none;
}
body[page="home"] .main .section.section-07 .listing .list-item .desc-col .desc {
  font-size: 16px;
  margin-bottom: 16px;
}
body[page="home"] .main .section.section-07 .listing .list-item .desc-col .button-more {
  display: block;
}
body[page="home"] .main .section.section-08 {
  position: relative;
  padding: 100px 0;
}
body[page="home"] .main .section.section-08 > .bg-layer {
  z-index: -1;
  background-position: center 40%;
}
body[page="home"] .main .section.section-08 .title {
  color: #fff;
}
body[page="home"] .main .section.section-08 .title:after {
  background-color: #fff;
}
body[lang="en"] body[page="home"] .main .section.section-03 .desc-col .desc {
  font-size: 16px;
}
body[page="contact-us"] .main .page-header .page-img {
  position: relative;
}
body[page="contact-us"] .main .page-header .page-img:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
body[page="contact-us"] .main .section.section-01 h3.title {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
}
body[page="contact-us"] .main .section.section-01 h3.title:after {
  content: none;
}
body[page="contact-us"] .main .section.section-01 .side {
  margin-bottom: 24px;
}
body[page="contact-us"] .main .section.section-01 .side h3.title {
  font-size: 20px;
}
body[page="contact-us"] .main .section.section-01 .side.top-side img {
  width: auto;
  height: 64px;
}
body[page="contact-us"] .main .section.section-01 .side.middle-side {
  position: relative;
}
body[page="contact-us"] .main .section.section-01 .side.middle-side .map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body[page="contact-us"] .main .section.section-01 .side.middle-side:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="contact-us"] .main .section.section-01 .side.bottom-side .row {
  margin-bottom: 8px;
}
body[page="contact-us"] .main .section.section-01 .side.bottom-side .icon {
  display: inline-block;
  color: #2c8ff0;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  body[page="practical"] .main .page-header {
    min-height: 1000px;
  }
}
body[page="practical"] .main .page-header > .layer.bg-layer {
  z-index: -1;
}
body[page="practical"] .main .page-header > .layer.text-layer > .container {
  height: 100%;
}
body[page="practical"] .main .page-header > .layer.text-layer > .container .row {
  height: 100%;
}
body[page="practical"] .main .page-header > .layer.text-layer > .container .row h2.title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body[page="practical"] .main .page-header > .layer.text-layer > .container .row h2.title {
    font-size: 40px;
    margin: 56px 0;
  }
}
body[page="practical"] .main .page-header .circle-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (min-width: 992px) {
  body[page="practical"] .main .page-header .circle-wrap {
    width: 75%;
  }
}
body[page="practical"] .main .page-header .circle-wrap .circle {
  position: relative;
  display: block;
  width: calc((100% / 3) - 16px);
  max-width: 240px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #498bca;
  margin: 8px;
}
body[page="practical"] .main .page-header .circle-wrap .circle .layer.text-layer > .row {
  height: 100%;
}
body[page="practical"] .main .page-header .circle-wrap .circle .layer.text-layer > .row .title {
  font-size: 14px;
  color: #498bca;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body[page="practical"] .main .page-header .circle-wrap .circle .layer.text-layer > .row .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  body[page="practical"] .main .page-header .circle-wrap .circle .layer.text-layer > .row .title {
    font-size: 28px;
  }
}
body[page="practical"] .main .page-header .circle-wrap .circle:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="practical"] .main .page-header:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="practical"] .main .section.section-01 .listing-wrap h3.title {
  margin-bottom: 16px;
}
body[page="practical"] .main .section.section-01 .listing-wrap h3.title:after {
  content: none;
}
body[page="practical"] .main .section.section-01 .listing-wrap h3.subtitle {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
}
body[page="practical"] .main .section.section-01 .listing-wrap .separator {
  width: 100%;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 16px;
}
body[page="practical"] .main .section.section-01 .listing-wrap .listing {
  padding-left: 0;
  list-style-type: none;
  padding: 16px 0;
  margin-bottom: 32px;
}
body[page="practical"] .main .section.section-01 .listing-wrap .listing li {
  font-size: 16px;
  line-height: 2.3em;
}
body[page="practical"] .main .section.section-02 {
  position: relative;
}
body[page="practical"] .main .section.section-02 h2.title {
  color: #fff;
}
body[page="practical"] .main .section.section-02:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
body[page="practical"] .main .section.section-03 {
  background-color: #dcebfa;
}
@media screen and (min-width: 576px) {
  body[page="practical"] .main .section.section-03 .container {
    margin-top: -150px;
  }
}
@media screen and (min-width: 992px) {
  body[page="practical"] .main .section.section-03 .container {
    margin-top: -300px;
  }
}
body[page="practical"] .main .section.section-03 .speech,
body[page="practical"] .main .section.section-03 .quote {
  position: relative;
}
body[page="practical"] .main .section.section-03 .speech .layer.bg-layer,
body[page="practical"] .main .section.section-03 .quote .layer.bg-layer {
  z-index: 3;
  background-size: contain;
}
body[page="practical"] .main .section.section-03 .speech:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page="practical"] .main .section.section-03 .quote:before {
  content: '';
  display: block;
  padding-bottom: 20%;
}
body[page="news"] .main .page-header {
  margin-bottom: 48px;
}
body[page="news"] .main .page-header .page-img {
  position: relative;
}
body[page="news"] .main .page-header .page-img .layer.bg-layer {
  background-image: url('/wp-content/uploads/2019/11/news-bg-1.jpg');
}
body[page="news"] .main .page-header .page-img:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}
body[page="news"] .main .news-list .news-slider .slide .news-item {
  display: block;
  margin-bottom: 24px;
}
body[page="news"] .main .news-list .news-slider .slide .news-item.news-cover .img-col {
  margin-bottom: 8px;
}
body[page="news"] .main .news-list .news-slider .slide .news-item.news-cover .desc-col .news-title,
body[page="news"] .main .news-list .news-slider .slide .news-item.news-cover .desc-col .news-date,
body[page="news"] .main .news-list .news-slider .slide .news-item.news-cover .desc-col .news-content {
  margin-bottom: 8px;
}
body[page="news"] .main .news-list .news-slider .slide .news-item .img-col {
  position: relative;
}
body[page="news"] .main .news-list .news-slider .slide .news-item .img-col .layer.bg-layer {
  background-color: #ddd;
}
body[page="news"] .main .news-list .news-slider .slide .news-item .img-col:after {
  content: '';
  display: block;
  padding-bottom: 70%;
}
body[page="news"] .main .news-list .news-slider .slide .news-item .desc-col .news-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}
body[page="news"] .main .news-list .news-slider .slide .news-item .desc-col .news-date {
  color: #000;
}
body[page="news"] .main .news-list .news-slider .slide .news-item .desc-col .news-content {
  font-size: 16px;
  color: #000;
}
body[page="news"] .main .news-list .news-pagination .pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid transparent;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item a {
  display: block;
  min-width: 20px;
  height: 30px;
  line-height: 30px;
  color: #333;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item.active {
  border: 1px solid #2c8ff0;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item.active a {
  color: #fff;
  background-color: #2c8ff0;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item.first,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.last,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.prev,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.next {
  width: 30px;
  border: 1px solid #333;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item.first:hover,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.last:hover,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.prev:hover,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.next:hover {
  background-color: #2c8ff0;
  border: 1px solid #2c8ff0;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item.first:hover a,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.last:hover a,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.prev:hover a,
body[page="news"] .main .news-list .news-pagination .pagination .page-item.next:hover a {
  color: #fff;
}
body[page="news"] .main .news-list .news-pagination .pagination .page-item.disabled {
  visibility: hidden;
  opacity: 0;
}
body[page*="charge-enterprise"] .main .page-header .page-img {
  position: relative;
}
body[page*="charge-enterprise"] .main .page-header .page-img:after {
  content: '';
  display: block;
  padding-bottom: 13%;
}
body[page*="charge-enterprise"] .main .section.section-01 .img-col {
  position: relative;
  background-color: #ddd;
  width: 50%;
  border-radius: 50%;
  margin-bottom: 32px;
  overflow: hidden;
}
body[page*="charge-enterprise"] .main .section.section-01 .img-col > .bg-layer {
  background-position: center top;
}
body[page*="charge-enterprise"] .main .section.section-01 .img-col:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page*="charge-enterprise"] .main .section.section-01 .desc-col h3.title:after {
  content: none;
}
body[page*="charge-enterprise"] .main .section.section-01 .desc-col .desc {
  font-size: 14px;
}
body[page*="charge-enterprise"] .main .section.section-01 .content-col {
  font-size: 16px;
  line-height: 2em;
}
body[page="immigration"] .main .section h3.title:after {
  content: none;
}
body[page="immigration"] .main .section .row p {
  display: none;
}
body[page="technical"] .main .section.section-01 .listing li .grid-group .grid-item,
body[page="working_visa"] .main .section.section-01 .listing li .grid-group .grid-item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body[page="technical"] .main .section.section-01 .listing li .grid-group .grid-item,
  body[page="working_visa"] .main .section.section-01 .listing li .grid-group .grid-item {
    width: calc((100% / 5) - 16px);
  }
}
body[page="technical"] .main .section.section-01 .listing li .grid-group .grid-item:nth-child(5):after,
body[page="working_visa"] .main .section.section-01 .listing li .grid-group .grid-item:nth-child(5):after {
  content: none;
}
body[page="family_visa"] .main .section.section-01 .listing li:first-child .grid-group .grid-item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body[page="family_visa"] .main .section.section-01 .listing li:first-child .grid-group .grid-item {
    width: calc((100% / 6) - 16px);
  }
}
body[page="family_visa"] .main .section.section-01 .listing li:first-child .grid-group .grid-item:nth-child(6):after {
  content: none;
}
body[page="family_visa"] .main .section.section-01 .listing li:nth-child(4) .grid-group .grid-item,
body[page="family_visa"] .main .section.section-01 .listing li:nth-child(5) .grid-group .grid-item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body[page="family_visa"] .main .section.section-01 .listing li:nth-child(4) .grid-group .grid-item,
  body[page="family_visa"] .main .section.section-01 .listing li:nth-child(5) .grid-group .grid-item {
    width: calc((100% / 5) - 16px);
  }
}
body[page="family_visa"] .main .section.section-01 .listing li:nth-child(4) .grid-group .grid-item:nth-child(5):after,
body[page="family_visa"] .main .section.section-01 .listing li:nth-child(5) .grid-group .grid-item:nth-child(5):after {
  content: none;
}
body[page="eoi-counter"] .main ol.form {
  color: #03b797;
}
body[page="eoi-counter"] .main ol.form .form-title {
  margin-bottom: 16px;
}
body[page="eoi-counter"] .main ol.form p {
  font-size: 16px;
  color: #333;
}
body[page="eoi-counter"] .main ol.form p span.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 8px 0;
}
body[page="eoi-counter"] .main ol.form p span.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 16px;
}
body[page="eoi-counter"] .main .form-title {
  color: #03b797;
  font-size: 18px;
}
body[page="eoi-counter"] .main .wpcf7-form-control.wpcf7-text {
  height: 40px;
  border-radius: 0;
  border: 1px solid #000;
  padding: 8px;
}
body[page="eoi-counter"] .main .wpcf7-submit {
  cursor: pointer;
  display: block;
  width: 160px;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #03b797;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
body[type="post"] .main .page-header {
  min-height: 240px;
  max-height: 240px;
}
body[type="post"] .main .page-header:after {
  padding-bottom: 20%;
}
body[type="post"] .main .page-content img {
  display: block;
  width: initial;
  max-width: initial;
  margin: auto;
}
body[page="home"][lang="en"] .section.section-03 .desc-col .desc {
  font-size: 16px;
  line-height: 1.5em;
}
.footer {
  padding: 48px 0;
}
.footer .copyright {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .footer .copyright {
    text-align: left;
    margin: 0;
  }
}
.footer .developer {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer .developer {
    margin: 0;
  }
}
 