.page-container {
  max-width: 1270px;
}
.site-header {
  background: #fff;
  border-top: 6px solid #ddd;
}

.site-header .page-container {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.site-header .page-container:after {
  content: none;
}
.site-logo h1 {
  margin: 0;
}
.site-nav {
  text-align: right;
}
.site-nav > ul,
.site-nav > div {
  display: block;
}
.site-nav-links {
  font-size: 14px;
}
.site-nav-links > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-guide {
  overflow: hidden;
  margin-bottom: 10px;
}
.nav-guide a {
  float: left;
  margin-right: 10px;
}
.nav-guide a:last-child {
  margin-right: 0;
}
.nav-guide img {
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.nav-guide span {
  float: left;
  line-height: 18px;
  height: 20px;
}
.box-functions {
  display: block;
}

.box-functions {
  display: block;
}

.site-nav .nav-list {
  display: block;
  text-align: right;
  overflow: hidden;
  margin: 0 0 20px;
}
.nav-list > p,
.nav-list > div {
  display: inline;
}
.nav-list a {
  float: none;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #888;
}
.nav-list a:before {
  content: "|";
  color: #888;
  padding: 0 5px;
  position: relative;
  top: 0;
  font-size: 15px;
}
.nav-list a:first-child {
}
.nav-list a:first-child:before {
  content: "";
  display: none;
}
.site-nav .box-functions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  right: -20px;
}
html body {
  background-color: #fff;
  font-family: "Arial", "Microsoft Jhenghei", sans-serif;
}

.box-menu {
  box-shadow: none;
  border: none;
  text-align: center;
  margin: 0;
}
.box-menu .page-container {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.box-menu .site-menu .menu-list.menu-level-0 {
  text-align: center;
}

.box-menu .site-menu .menu-list.menu-level-0 > .menu-item {
  float: none;
  display: inline-block;
  padding: 12px 0;
  border: none;
  transition: none;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.box-menu .site-menu .menu-list.menu-level-0 > .menu-item > .caret {
}

.box-menu .site-menu .menu-list.menu-level-0 > .menu-item:after {
  content: "";
  padding: 0 0 0 30px;
  border-right: 1px solid #ddd;
  margin: 0 30px 0 0;
}

.box-menu .site-menu .menu-list.menu-level-0 > .menu-item:last-child:after {
  content: none;
}

.box-menu .site-menu .menu-list.menu-level-0 > .menu-item:hover {
  border: none;
}
.box-menu .site-menu .menu-list.menu-level-0 > .menu-item:hover > .sub-menu {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  top: 100%;
  left: -30px;
  border-radius: 0 0 5px 5px;
}
.box-menu .site-menu .menu-list .sub-menu .menu-item:hover > .sub-menu {
  border-radius: 0 5px 5px 0;
  background: rgba(255, 255, 255, 0.9);
}
.site-banner {
  margin: 0 0 20px;
}

.site-banner .owl-stage {
  max-height: 400px;
  height: calc(100vw * 0.29);
}

.site-banner .carousel-caption {
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  text-align: left;
  max-width: 40%;
}

.site-banner .carousel-caption h5 {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 50px 0;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.site-banner .carousel-caption > *:empty {
  display: none;
}
.site-banner .carousel-caption h5 + p {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 50px 20px;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 0 0 #fff;
  font-size: 18px;
  line-height: 30px;
}

.site-banner .carousel-caption p:empty {
  margin: 0;
}
.site-banner .owl-carousel {
  margin: 0;
  box-shadow: none;
}

.site-plus-links {
  background: #eee;
  padding: 30px 0;
}
.site-plus-links .page-container {
  display: flex;
  align-items: stretch;
}
.site-plus-links .col {
  padding: 0;
  margin: 0 20px 0 0;
}
.site-plus-links .col:last-child {
  border: 0;
  margin: 0;
}
.site-plus-links .col li {
  margin: 0 0 5px;
}

.site-plus-links .col li a {
  color: #444;
}

.site-plus-links .col p {
  margin: 0 0 10px;
  font-size: 22px;
}
.site-plus-links .col p a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.site-plus-links .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.site-plus-links .col ul + p {
  margin-top: 30px;
}
.site-footer {
  border: none;
  background: rgb(59, 81, 113);
  background: radial-gradient(
    circle at 20% top,
    rgba(59, 81, 113, 1) 0%,
    rgba(40, 55, 77, 1) 100%
  );
  color: #fff;
}
.site-footer .page-container {
  background: url(images/bg_footer_logo.png) no-repeat 100% 50%;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.footer-info {
  font-size: 15px;
  line-height: 1.75;
}
.footer-info h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.footer-info p {
  margin-bottom: 10px;
}
.counter {
  display: none;
}
.block-gallery {
  display: none;
}
.box-gallery .gallery-item {
  width: calc(25% - 20px);
}
.box-gallery .gallery-title {
  text-align: center;
  margin: 0 0 40px;
}
.site-content {
  margin: 0;
}
.box-login {
  top: 60px;
}

.block-content {
}
.block-content .page-container {
}
.block-content .block-left {
  float: left;
  width: 300px;
  margin-bottom: 30px;
}
.block-content .block-right {
  float: right;
  width: calc(100% - 320px);
  margin-bottom: 30px;
}
.block-left .side-info {
  margin-bottom: 20px;
  background: #edf2f8;
  padding: 30px;
}
.side-info h2 {
  margin-bottom: 15px;
  font-size: 22px;
  background: #406fb2;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
.side-info .news-more {
  display: block;
  text-align: right;
  color: #406fb2;
}
.block-admission {
  margin-bottom: 30px;
}
.block-admission .news-list .news-item {
  padding: 0;
  border: none;
}
.block-admission .news-list .news-item > a {
  width: 100%;
  float: none;
}
.block-videos {
  position: relative;
}
.block-videos .video-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-videos iframe {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  border: none;
}
.block-videos .video-item {
  margin-bottom: 30px;
}
.block-videos p {
  color: #4271b4;
}
.block-videos .news-more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.block-special h2 {
}
.block-special iframe {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  border: none;
}
.block-special .pages-content {
  max-height: 300px;
  overflow-y: auto;
  display: block;
  padding: 10px;
}
.block-special .owl-carousel {
  display: block;
}
.block-special .owl-nav {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 40px;
}
.block-special .owl-carousel .owl-nav > button {
  position: absolute;
  width: 40px;
  height: 40px;
  outline: none;
  border-radius: 5px;
}
.block-special .owl-carousel .owl-nav > button.owl-prev {
  background: url(images/bg_prev.png) no-repeat 0 0 / 40px 40px !important;
  left: 10px;
  top: 0;
}
.block-special .owl-carousel .owl-nav > button.owl-next {
  background: url(images/bg_next.png) no-repeat 0 0 / 40px 40px !important;
  right: 10px;
  top: 0;
}
.block-special .owl-carousel .owl-nav > button span {
  display: none;
}
.block-left .social-info {
}
.block-left .social-info .social-item {
}
.social-info .social-item {
}
.social-info {
  text-align: center;
}
.social-info .social-item {
  display: inline-block;
  width: calc(20% - 20px);
  margin: 0 5px;
}
.social-info .social-item:hover {
}
.social-info .social-item img {
  display: block;
  width: 100%;
  height: auto;
}
.social-info .news-more {
  display: none;
}
.block-focus .box-news .news-list {
  display: flex;
  align-items: stretch;
}

.block-focus .news-list .news-item {
  margin: 0 20px 0 0;
  padding: 0;
  flex: 1 0 0%;
  position: relative;
  border: none;
}

.block-focus .news-pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.block-focus .news-pic img {
  display: block;
  min-height: 200px;
  height: 100%;
  width: 100%;
}
.block-focus .news-pic img.type2 {
  width: 100%;
  height: auto;
}

.block-focus .news-list .news-item:last-child {
  margin: 0;
}

.block-focus .news-list .news-item > a {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}

.block-focus .news-list .news-item .news-category {
  background: rgba(3, 68, 160, 0.7);
  color: #fff;
  padding: 5px 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.block-focus .news-list .news-item > a .news-title {
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.block-focus .news-more {
  display: none;
}
.block-focus {
  margin: 0 0 40px;
}
.block-slogan {
  margin: 0 auto 40px;
}
.block-slogan h2.news-list,
.block-slogan h2.news-title {
  display: none;
}
.box-slogan.owl-carousel {
  display: block;
}
.block-slogan .news-list {
  margin: auto;
  width: 60%;
}
.block-slogan .news-list .news-item {
  border: none;
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.block-slogan .news-list .news-item > a {
  font-size: 30px;
  margin-bottom: 10px;
  float: none;
  width: 100%;
  display: block;
  cursor: pointer;
}
.block-slogan .news-list .news-item .news-subtitle {
  font-size: 17px;
  line-height: 1.8em;
  float: none;
  width: 100%;
  cursor: pointer;
}
.block-slogan .news-list .news-item .news-subtitle a {
  color: #888;
  font-size: 17px;
  line-height: 1.8em;
}
.box-slogan .owl-prev span,
.box-slogan .owl-next span {
  font-size: 60px;
}
.box-slogan .owl-prev:hover span,
.box-slogan .owl-next:hover span {
  opacity: 0.7;
}

.box-slogan .owl-prev {
  position: absolute;
  left: calc(20% - 90px);
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.box-slogan .owl-next {
  position: absolute;
  right: calc(20% - 90px);
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.block-slogan .news-more {
  display: none;
}

.block-topic {
  margin-bottom: 40px;
}
.block-topic .owl-carousel {
  display: block;
}
.block-topic img {
  height: auto;
}
.block-topic .news-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.block-topic .news-item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-topic .news-item .news-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: rgba(3, 68, 160, 0.7);
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 0 #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.block-topic .news-more {
  display: none;
}

.block-topic .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: rgba(255, 255, 255, 0.95);
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.block-topic .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.block-topic .owl-carousel .owl-nav button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  height: 20px;
  display: block;
  line-height: 9px;
}
.block-news {
  display: flex;
  justify-content: stretch;
}
.block-news > div {
  flex: 1 0 0;
}
.block-news > div + div {
  margin-left: 60px;
}
.block-news h2.news-title {
  font-size: 20px;
  margin: 0 0 15px;
}

.block-news .news-more {
  position: absolute;
  right: 0;
  top: 0;
  background: #888;
  color: #fff;
  padding: 2px 8px 3px;
  font-size: 12px;
}

.block-news .news-pic {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.block-news .news-pic img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
  min-width: 100%;
}

.block-news .news-list .news-postdate {
  float: left;
  margin: 5px 0 5px 20px;
  background: #eee;
  padding: 2px 10px;
  width: auto;
  font-size: 12px;
}

.block-news .news-list .news-item > a {
  float: left;
  margin: 0 0 0 20px;
  font-size: 13px;
}
.block-news .news-list .news-item:last-child {
  margin: 0;
}

.block-banners {
  padding: 0 50px;
}
.block-banners .red {
  background: red;
}
.block-banners .owl-carousel {
  display: block;
}
.block-banners img {
  height: auto;
}
.block-banners .banner-item {
  position: relative;
  margin: 0;
  padding: 0;
}

.block-banners .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: rgba(255, 255, 255, 0.95);
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.block-banners .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.block-banners .owl-carousel .owl-nav button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  height: 20px;
  display: block;
  line-height: 9px;
}
.block-link-footer {
  padding: 40px 0;
  overflow: hidden;
  background: #eeeeee;
}
.block-link-footer .block-links {
  margin: 0 -15px;
}
.block-link-footer .block-item {
  float: left;
  width: calc(20% - 30px);
  margin: 0 15px;
}
.block-item h2 {
  font-size: 22px;
  font-weight: bold;
  color: #446e98;
  margin-bottom: 15px;
}
.block-item .box-link .link-item {
  margin-bottom: 20px;
}

.block-marquee {
  top: 5px;
  position: absolute;
  width: 100%;
}

.block-marquee marquee {
  font-size: 20px;
}

@media (max-width: 640px) {
  .site-header .page-container {
    flex-direction: column;
    padding: 0;
  }
  .site-nav .site-nav-list {
    text-align: center;
    margin: 0;
  }
  .site-nav > ul,
  .site-nav > div {
    display: block;
    width: 100%;
  }
  .site-nav-links > div {
    justify-content: center;
  }
  .site-nav .nav-guide {
    padding: 10px 0 0;
  }
  .site-nav .nav-list {
    text-align: center;
  }
  .site-nav {
    width: 100%;
  }
  .site-nav .box-functions {
    display: unset;
    right: 0;
  }
  .box-menu {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .box-menu .page-container {
    padding: 0;
    border: none;
  }
  .box-menu .site-menu .menu-list.menu-level-0 > .menu-item:after {
    content: none;
  }
  .block-content .block-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .block-content .block-right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .block-focus .news-list .news-item {
    margin: 0 0 20px;
  }

  .block-slogan .news-list {
    width: 80%;
  }

  .box-slogan .owl-next {
    right: 0;
  }

  .box-slogan .owl-prev {
    left: 0;
  }

  .block-slogan .news-list .news-item {
    padding: 20px 0;
  }
  .site-plus-links .page-container {
    flex-direction: column;
  }
  .block-focus .box-news .news-list {
    flex-direction: column;
  }
  .block-banners .page-container {
    display: block;
  }
  .block-banners .carousel-caption {
    display: block !important;
  }
  .block-banners .banner-item {
    height: auto;
  }
  .site-banner .carousel-caption {
    display: none !important;
    position: static;
    transform: none;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .site-banner .owl-stage {
    height: auto;
    max-height: 100vh;
  }

  .site-banner .carousel-caption h5 {
  }
  .block-news {
    flex-direction: column;
  }
  .block-news > div {
    margin: 0 0 30px;
  }
  .block-news > div + div {
    margin: 0;
  }
  .site-plus-links .col {
    margin: 0 0 30px;
    flex: 1 0 0%;
  }
  .block-link-footer .block-item {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }
  .box-menu .site-menu .caret {
    position: absolute;
    top: 8px;
    right: 0;
    left: auto;
    background: url(images/bg_next.png) no-repeat 0 0 / 30px 30px !important;
    margin: 0;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transform: rotate(90deg);
  }
  .box-menu .site-menu .sub-menu.menu-level-1 > .menu-item .caret {
    top: 3px;
    background: url(images/bg_next.png) no-repeat 0 0 / 25px 25px !important;
    width: 25px;
    height: 25px;
  }
  .block-link-footer .block-links {
    margin: 0;
  }
}
