img {
  max-width: 100%;
  height: auto;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 30px;
  background: #fff;
  color: #000;
  font-family: 'Microsoft JhengHei';
}
p {
  text-align: justify;
}
.text-og-lg {
  color: #fa7649;
  font-size: 18px;
}
.link-og:hover {
  color: #fa7649;
}
.cleanfix {
  clear: both;
}
.img-center {
  display: block;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #000;
}
a :hover {
  color: #000;
}
.trans,
.link-og,
.infobar .info-left ul li a,
.infobar .info-right a,
.web-nav > ul > li::before,
.web-nav > ul > li > a,
.web-nav > ul > li > a > .fa,
.web-nav > ul > li > ul > li,
.banner-top .owl-banner .owl-nav,
.banner-top .owl-banner .owl-nav button.owl-prev,
.banner-top .owl-banner .owl-nav button.owl-next,
.banner-top .owl-list .owl-stage .owl-item a,
.article-news .aspectration::before,
.article-news h2 a,
.btn-more,
.btn-more .fa,
.btn-fill,
.row-board .board-list::after,
footer .footer-nav li a,
footer .finfo .info-left ul li a,
footer .finfo .info-right a,
.gotop,
.mobile-info-show,
.breadsec .breadtext p:last-child a,
.contact-info ul li a,
.link-nav a,
.crew-sec figure .aspectration::before,
.crew-sec figure figcaption h3,
.crew-info p a,
.tag-area a,
.side-list li a,
.service-item .icon-text,
.service-item .icon-text img {
  transition: all 0.4s ease;
}
.infobar {
  padding: 10px 10%;
  margin: 0 auto;
  background: #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.infobar .info-left ul li {
  display: inline-block;
  color: #fff;
  margin-right: 30px;
}
.infobar .info-left ul li:last-child {
  margin-right: 0;
}
.infobar .info-left ul li .fa {
  margin-right: 10px;
  color: #c3d116;
  vertical-align: middle;
}
.infobar .info-left ul li a {
  color: #fff;
}
.infobar .info-left ul li a:hover {
  color: #c3d116;
}
.infobar .info-right a {
  color: #fff;
  margin-right: 35px;
  line-height: 30px;
}
.infobar .info-right a:hover {
  color: #c3d116;
}
.infobar .info-right a.fa-facebook,
.infobar .info-right a.fa-youtube {
  font-size: 22px;
}
.infobar .info-right .lang {
  color: #fff;
  display: inline-block;
}
.infobar .info-right .lang a {
  margin-right: 0;
}
.infobar .info-right .lang a.active {
  color: #c3d116;
}
.logo-menu {
  padding: 5px 10% 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}
.logo-menu .ilogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.logo-menu .ilogo img {
  vertical-align: text-top;
}
.web-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 1130px;
  flex-basis: 1100px;
}
.web-nav > ul {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 0;
  list-style: none;
  width: 100%;
}
.web-nav > ul > li {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 120px;
  height: 120px;
  font-size: 16px;
  text-align: center;
  line-height: 120px;
  letter-spacing: 1px;
  cursor: pointer;
}
.web-nav > ul > li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #056ca8;
  left: 0;
  opacity: 0;
  bottom: 0;
}
.web-nav > ul > li:hover::before {
  visibility: visible;
  opacity: 1;
}
.web-nav > ul > li > a {
  color: #393939;
  display: block;
  width: 100%;
  height: 120px;
  line-height: 120px;
}
.web-nav > ul > li > a > .fa {
  color: #393939;
  font-size: 14px;
  line-height: 120px;
}
.web-nav > ul > li:hover > a,
.web-nav > ul > li:hover > a > .fa {
  color: #056ca8;
}
.web-nav > ul > li:hover > a > .fa {
  transform: rotate(180deg);
}
.web-nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.web-nav > ul > li:hover > ul > li {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.web-nav > ul > li > ul {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 220px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  background: rgba(39, 41, 42, 0.8);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: opacity 0.3s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s, z-index 0s 0.2s;
  transition: transform 0.2s ease-out, opacity 0.3s, z-index 0s 0.2s,
    -webkit-transform 0.2s ease-out;
  opacity: 0;
  z-index: 10;
}
.web-nav > ul > li > ul > li {
  font-size: 16px;
  cursor: pointer;
}
.web-nav > ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.web-nav > ul > li > ul > li:hover {
  background: #969f1c;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.banner-top {
  height: 600px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 11px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 3px 11px 5px rgba(0, 0, 0, 0.08) inset;
  position: relative;
}
.banner-top .owl-banner .owl-nav {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.banner-top .owl-banner .owl-nav button.owl-prev,
.banner-top .owl-banner .owl-nav button.owl-next {
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 40px;
}
.banner-top .owl-banner .owl-nav .owl-next {
  position: absolute;
  right: -15px;
}
.banner-top .owl-banner .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
}
.banner-top .owl-banner:hover .owl-nav {
  visibility: visible;
  opacity: 0.9;
}
.banner-top .owl-banner:hover .owl-nav .owl-next {
  right: 0;
}
.banner-top .owl-banner:hover .owl-nav .owl-prev {
  left: 0;
}
.banner-top .owl-banner:hover .owl-nav button.owl-prev:hover,
.banner-top .owl-banner:hover .owl-nav button.owl-next:hover {
  color: #c3d116;
}
.banner-top .owl-list {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(10, 12, 13, 0.8);
  padding: 20px 40px 0;
}
.banner-top .owl-list .owl-slide {
  text-align: center;
}
.banner-top .owl-list .owl-slide a {
  color: #fff;
  font-size: 20px;
}
.banner-top .owl-list .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #c3d116;
  left: 0;
  font-size: 50px;
  pointer-events: none;
  padding: 0 15px;
}
.banner-top .owl-list .owl-nav button.owl-prev,
.banner-top .owl-list .owl-nav button.owl-next {
  pointer-events: auto;
}
.banner-top .owl-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.banner-top .owl-list .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
}
.banner-top .owl-list .owl-stage .owl-item:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
}
.banner-top .owl-list .owl-stage .owl-item::after {
  content: '';
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 0;
  border-radius: 8px;
  background: #c3d116;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-top .owl-list .owl-stage .owl-item:hover::after {
  width: 60%;
  margin: 0 auto;
}
.banner-top .owl-list .owl-stage .owl-item:hover a {
  color: #c3d116;
}
.main-content {
  padding: 75px 0;
}
.main-content img {
  border-radius: 8px;
}
.aspectration {
  position: relative;
  height: 0;
  width: 100%;
}
.aspectration[data-ratio='16:9'] {
  padding-top: 56.25%;
}
.aspectration > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aspectration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-title {
  overflow: hidden;
  font-size: 32px;
  color: #5d6c75;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.top-title img {
  vertical-align: baseline;
  border-radius: 0px;
}
.top-title img:nth-of-type(1) {
  margin-right: 20px;
}
.top-title img:nth-of-type(2) {
  margin-left: 20px;
}
.article-news {
  margin-bottom: 60px;
  min-height: 460px;
}
.article-news .aspectration {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 8px;
}
.article-news .aspectration::before {
  content: '';
  width: 90px;
  height: 90px;
  background: #c3d116;
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-news .aspectration::after {
  cursor: pointer;
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  right: 7px;
  top: 3px;
  z-index: 1;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.article-news .aspectration:hover::before {
  right: -50px;
  top: -50px;
}
.article-news .aspectration:hover::after {
  opacity: 1;
  transition: all 0.4s ease 0.1s;
}
.article-news .info {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-news .info span {
  display: inline-block;
  color: #5f5f5f;
  letter-spacing: 1px;
}
.article-news .info span .fa {
  vertical-align: baseline;
  color: #5f5f5f;
}
.article-news hr {
  border: none;
  border-top: 1px solid #e7e8dc;
  margin-bottom: 20px;
}
.article-news h2 {
  margin-bottom: 5px;
}
.article-news h2 a {
  font-size: 18px;
  color: #056ca8;
  word-break: break-word;
}
.article-news h2 a:hover {
  color: #056ca8;
}
.article-news h2 + p {
  color: #505050;
  font-size: 15px;
}
.row-btm {
  margin-bottom: 80px;
}
.btn-more {
  display: block;
  width: 160px;
  font-size: 18px;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.btn-more .fa {
  line-height: 50px;
  font-size: 16px;
  color: #00a0e9;
}
.btn-more:hover {
  background: #00a0e9;
  color: #fff;
}
.btn-more:hover .fa {
  color: #fff;
}
.btn-fill {
  background: rgba(0, 160, 233, 0.8);
  color: #fff;
}
.btn-fill .fa {
  color: #fff;
}
.btn-fill:hover {
  background: #00a0e9;
}
.btn-left {
  margin: 0;
}
.row-board .col-md-6 {
  margin-bottom: 15px;
}
.row-board .board-list {
  overflow: hidden;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 15px 30px;
}
.row-board .board-list .bdate {
  color: #096ea9;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.8s ease 0.8s;
}
.row-board .board-list .bdate .fa {
  vertical-align: baseline;
  margin-right: 5px;
}
.row-board .board-list::before {
  content: '';
  width: 10px;
  height: 100%;
  background: #c3d116;
  position: absolute;
  left: -10px;
  top: 0;
  transition: all 0.4s ease 0.75s;
}
.row-board .board-list::after {
  content: '';
  width: 10px;
  opacity: 0;
  height: 100%;
  background: #056ca8;
  position: absolute;
  left: 0;
  top: 0;
}
.row-board .board-list p {
  color: #535353;
  transform: translateX(-50px);
  opacity: 0;
}
.row-board .board-list:hover::after {
  opacity: 1;
}
.row-board .board-list a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.row-board .board-list.in-eff::before {
  left: 0;
}
.row-board .board-list.in-eff .bdate {
  opacity: 1;
  transform: translateX(0px);
}
.row-board .board-list.in-eff p {
  transition: all 0.8s ease 1s;
  opacity: 1;
  transform: translateX(0px);
}
.text-center {
  text-align: center;
}
footer {
  padding: 35px 0 20px 0;
  background: #201d1a;
}
footer .fwrap {
  width: 100%;
  margin: 0 auto;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-nav li {
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  text-align: center;
}
footer .footer-nav li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #c3d116;
}
footer .footer-nav li:last-child::before {
  display: none;
}
footer .footer-nav li a {
  color: #fff;
  width: 100%;
  text-align: center;
}
footer .footer-nav li a:hover {
  color: #c3d116;
}
footer .finfo {
  width: 85%;
}
footer .finfo .info-left ul li {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
footer .finfo .info-left ul li:last-child {
  margin-right: 0;
}
footer .finfo .info-left ul li .fa {
  color: #c3d116;
  vertical-align: baseline;
  margin-right: 10px;
}
footer .finfo .info-left ul li a {
  color: #fff;
}
footer .finfo .info-left ul li a:hover {
  color: #c3d116;
}
footer .finfo .info-right {
  text-align: right;
}
footer .finfo .info-right a {
  color: #fff;
  font-size: 20px;
}
footer .finfo .info-right a:hover {
  color: #c3d116;
}
footer .finfo .info-right a.fa-facebook,
footer .finfo .info-right a.fa-youtube {
  font-size: 22px;
}
.gotop {
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #00a0e9;
  position: fixed;
  right: 20px;
  bottom: 80px;
  font-size: 20px;
  display: none;
  z-index: 10;
}
.gotop .fa {
  height: 100%;
  line-height: 50px;
  font-size: 30px;
}
.gotop:hover {
  background: #c3d116;
}
.banner-top .owl-list .owl-stage .owl-item,
.banner-top .owl-list .owl-stage {
  height: 120px;
}
.mobile-logo {
  display: none;
}
.mobile-info {
  display: none;
}
.mobile-info-show {
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 11px 5px rgba(0, 0, 0, 0.05);
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}
.mobile-info-show .fa {
  color: #c3d116;
  vertical-align: baseline;
  margin-right: 10px;
}
.mobile-info-show .info {
  opacity: 0;
  transition-delay: 0s;
}
.mobile-info-show .media {
  opacity: 0;
  transition-delay: 0s;
}
.mobile-info-show .media a {
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px solid #c3d116;
  text-align: center;
}
.mobile-info-show .media a .fa {
  margin-right: 0;
  height: 100%;
  font-size: 30px;
  line-height: 58px;
}
.mobile-info-show .lang {
  overflow: hidden;
}
.mobile-info-show .lang a {
  color: #5e631c;
  transform: translateY(30px);
  display: inline-block;
  transition-delay: 0s;
}
.mobile-info-show .lang span {
  transition-delay: 0s;
  transform: translateY(30px);
  display: inline-block;
}
.mobile-info-show .lang a.active {
  color: #00a0e9;
}
.navfix {
  position: fixed !important;
  z-index: 999;
  top: 0px;
  box-shadow: 0 3px 11px 5px rgba(0, 0, 0, 0.05);
  opacity: 1;
  background: #fff;
  width: 100%;
  animation-name: menumove;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes menumove {
  0% {
    top: -125px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes menumove {
  0% {
    top: -125px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
.pagefix {
  margin-top: 125px;
}
.loadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loadbox #meter {
  width: 300px;
  position: relative;
}
.loadbox #meter::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0px;
  height: 2px;
  border-right: 5px solid white;
  background-color: #0779ba;
  box-shadow: 0 0 10px #0779ba;
  -webkit-transition: width 0.5s;
  -webkit-animation: loading 2s ease-out infinite;
}
.loadbox #meter::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 0px;
  height: 2px;
  border-left: 5px solid white;
  background-color: #c3d116;
  box-shadow: 0 0 10px #c3d116;
  -webkit-transition: width 0.5s;
  -webkit-animation: loading 2s ease-out infinite;
}
@-webkit-keyframes loading {
  0% {
    width: 0px;
  }
  100% {
    opacity: 0;
    width: 300px;
  }
}
@keyframes loading {
  0% {
    width: 0px;
  }
  100% {
    opacity: 0;
    width: 300px;
  }
}
.breadsec {
  height: 250px;
  background: url('../images/breadbg.jpg') no-repeat center;
  box-shadow: 0 3px 11px 5px rgba(0, 0, 0, 0.08) inset;
}
.breadsec .breadtext {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  padding-top: 10px;
}
.breadsec .breadtext p:first-child {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.breadsec .breadtext p:last-child {
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.breadsec .breadtext p:last-child a {
  color: #fff;
}
.breadsec .breadtext p:last-child a:hover {
  color: #c3d116;
}
.breadsec .breadtext p:last-child span {
  color: #c3d116;
}
.title-line {
  font-size: 24px;
  color: #056ca8;
  position: relative;
  margin-bottom: 40px;
}
.title-line::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 19px;
  background: url('../images/title-icon.png') center;
}
.title-line::after {
  bottom: -15px;
  content: '';
  display: inline-block;
  width: 7px;
  position: absolute;
  height: 7px;
  left: 0;
  width: 100%;
  background: url(../images/line-icon.jpg) repeat-x;
}
.title-center {
  text-align: center;
}
.title-center::before {
  display: none;
}
.title-square::after {
  display: none;
}
.img-btm .img-btm-item {
  margin-bottom: 30px;
}
.img-btm .img-btm-item:last-child {
  margin-bottom: 0;
}
.inner-title {
  color: #0070b2;
  font-size: 24px;
  margin-bottom: 30px;
}
.inner-title img {
  vertical-align: baseline;
}
.inner-title02 {
  display: inline-block;
  font-size: 18px;
  padding: 0 16px 0 10px;
  color: #056ca8;
  position: relative;
  margin-bottom: 20px;
}
.inner-title02::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #056ca8;
}
.inner-title02::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #056ca8 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #056ca8 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.line-height-set {
  line-height: 32px;
}
.inner-ul li {
  margin-bottom: 30px;
  line-height: 30px;
}
.inner-ul li span {
  display: inline-block;
  width: 60px;
  color: #fff;
  height: 30px;
  margin-right: 15px;
  line-height: 30px;
  background: #6ba8d1;
}
.figure-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.figure-stretch .figure-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-pad {
  margin: 0 -15px;
}
.pagination {
  overflow: hidden;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #c3d116;
  text-decoration: none;
  border-radius: 50%;
  background-color: none;
  border: 1px solid #c3d116;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination > li:first-child > a::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  background: #c3d116;
  left: -180px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease 0.55s;
}
.pagination > li:last-child > a::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  background: #c3d116;
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
  opacity: 0;
  transition: all 0.5s ease 0.45s;
}
.pagination.in-eff02 > li:first-child > a::before {
  opacity: 1;
}
.pagination.in-eff02 > li:last-child > a::before {
  opacity: 1;
}
.pagination > li > a > .fa {
  vertical-align: baseline;
}
.pagination > li > a:hover {
  background: #c3d116;
  color: #fff;
}
.pagination > li.active > a {
  background: #c3d116;
  color: #fff;
}
.contact-info ul li {
  overflow: hidden;
  color: #4a4a4a;
  margin-bottom: 30px;
}
.contact-info ul li a {
  color: #4a4a4a;
}
.contact-info ul li a:hover {
  color: #056ca8;
}
.contact-info ul li .title {
  font-size: 18px;
  color: #00a0e9;
  position: relative;
  margin-bottom: 30px;
}
.contact-info ul li .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #00a0e9;
}
.contact-info ul li .title .fa {
  vertical-align: baseline;
  color: #00a0e9;
  margin-right: 10px;
}
.green-hr {
  border: none;
  border-top: 1px solid #acd598;
  margin: 60px 0;
}
.green-hr-30 {
  border: none;
  border-top: 1px solid #acd598;
  margin: 30px 0;
}
.link-nav {
  overflow: hidden;
}
.link-nav a {
  display: inline-block;
  padding: 10px 23px;
  background: #393939;
  color: #e5f464;
  text-align: center;
  border-radius: 5px;
  margin-right: 12px;
}
.link-nav a:last-child {
  margin-right: 0;
}
.link-nav a:hover {
  background: #056ca8;
  color: #fff;
}
.link-nav a.active {
  background: #056ca8;
  color: #fff;
}
.hr-gb {
  display: block;
  width: 100%;
  height: 3px;
  background: url('../images/hr-gb.jpg') left repeat-x;
  border: none;
  margin: 50px 0;
}
.crew-sec figure {
  position: relative;
  margin-bottom: 30px;
  padding: 0 28px;
}
.crew-sec figure a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.crew-sec figure:hover .aspectration::before {
  right: -50px;
  top: -50px;
}
.crew-sec figure:hover .aspectration::after {
  opacity: 1;
  transition: all 0.4s ease 0.1s;
}
.crew-sec figure:hover figcaption h3 {
  color: #c3d116;
}
.crew-sec figure .aspectration {
  overflow: hidden;
  width: 100%;
  height: 360px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.crew-sec figure .aspectration img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.crew-sec figure .aspectration::before {
  content: '';
  width: 90px;
  height: 90px;
  background: #c3d116;
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crew-sec figure .aspectration::after {
  cursor: pointer;
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  right: 7px;
  top: 3px;
  z-index: 1;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.crew-sec figure figcaption {
  text-align: center;
  padding: 20px 5px;
  background: #0c689d;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.crew-sec figure figcaption p {
  text-align: center;
  color: #c1e5fa;
  font-size: 17px;
  margin-bottom: 5px;
}
.crew-sec figure figcaption h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.crew-photo {
  text-align: center;
}
.crew-photo img {
  width: 65%;
  display: block;
  margin: 0 auto;
  padding: 13px;
  box-shadow: 12px 12px 20px -12px rgba(134, 134, 134, 0.35);
}
.crew-info {
  padding-top: 13px;
  padding-left: 40px;
}
.crew-info h3 {
  font-size: 32px;
  color: #133244;
}
.crew-info h3 span {
  font-size: 18px;
}
.crew-info p {
  color: #133244;
  position: relative;
  margin-bottom: 10px;
}
.crew-info p a {
  color: #133244;
}
.crew-info p a:hover {
  color: #00a0e9;
}
.crew-info p span {
  display: inline-block;
  position: relative;
  width: 100px;
  padding-left: 20px;
  margin-right: 40px;
}
.crew-info p span::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.crew-info p:nth-child(odd) span::before {
  background: #00a0e9;
}
.crew-info p:nth-child(even) span::before {
  background: #c3d116;
}
.news-content .news-cover {
  display: block;
  margin: 0 auto 40px auto;
}
.news-content .info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-content .info span {
  display: inline-block;
  color: #5f5f5f;
  letter-spacing: 1px;
}
.news-content .info span .fa {
  vertical-align: baseline;
  color: #5f5f5f;
}
.article-title {
  font-size: 18px;
  color: #056ca8;
  position: relative;
  padding-left: 16px;
  margin-bottom: 45px;
}
.article-title::before {
  content: '';
  width: 4px;
  height: 22px;
  background: #00a0e9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article-subtitle {
  color: #00a0e9;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}
.article-subtitle::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #00a0e9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tag-area a {
  color: #828b1f;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}
.tag-area a:hover {
  color: #656d0c;
}
.tag-area a:last-child {
  margin-right: 0;
}
.side-list {
  margin-top: -15px;
}
.side-list li a {
  word-break: break-word;
  color: #313131;
  display: block;
  border-bottom: 1px solid #acd598;
  padding: 15px 0;
}
.side-list li a:hover {
  color: #056ca8;
}
.service-item .icon-text {
  position: relative;
  background: #035a8d;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
}
.service-item .icon-text img {
  opacity: 0.5;
}
.service-item .icon-text p {
  margin-top: 40px;
  font-size: 22px;
  color: #eaf555;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}
.service-item .icon-text p::before,
.service-item .icon-text p::after {
  opacity: 0;
  display: inline-block;
}
.service-item .icon-text p::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translate(20px, -3px);
  -ms-transform: translate(20px, -3px);
  transform: translate(20px, -3px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.service-item .icon-text p::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translate(-20px, -3px);
  -moz-transform: translate(-20px, -3px);
  transform: translate(-20px, -3px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.service-item .icon-text:hover {
  box-shadow: 14px 14px 20px -12px rgba(0, 0, 0, 0.4);
}
.service-item .icon-text:hover img {
  opacity: 1;
}
.service-item .icon-text:hover p::before,
.service-item .icon-text:hover p::after {
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -moz-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.service-item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.title-icon {
  width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-icon h3 {
  color: #00a0e9;
  font-size: 28px;
  text-align: center;
}
.title-long {
  width: 550px;
}
.table-style-1 tr th {
  background: #268cba;
  padding: 5px 25px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.table-style-1 tr td {
  background: #ebf4f9;
  color: #1a6588;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.rowspan-center {
  vertical-align: middle;
}
.table-auto {
  width: 100%;
  overflow-x: auto;
}
.text-blue {
  color: #00a0e9;
}
.vbox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vbox iframe,
.vbox object,
.vbox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1680px) {
  footer .finfo {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .banner-top {
    height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .col-md-10.info-left,
  .col-md-2.info-right {
    width: 100%;
  }
  footer .finfo .info-right {
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .crew-sec figure figcaption p {
    font-size: 18px;
  }
  .crew-sec figure figcaption h3 {
    font-size: 22px;
  }
  .crew-sec figure {
    padding: 0 15px;
  }
  .banner-top {
    height: auto;
  }
  .infobar {
    padding: 10px 3%;
  }
  .logo-menu {
    padding: 5px 3% 0;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-info-show.show {
    visibility: visible;
    opacity: 0.98;
  }
  .mobile-info-show.show .info {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.35s;
  }
  .mobile-info-show.show .media {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.5s;
  }
  .mobile-info-show.show .lang a,
  .mobile-info-show.show .lang span {
    transform: translateY(0px);
    transition: transform 0.6s ease 0.75s;
  }
  .hc-offcanvas-nav li.nav-parent .nav-item .fa {
    display: none;
  }
  .infobar {
    display: none;
  }
  .logo-menu {
    height: 100px;
    padding: 0;
    background: #201d1a;
  }
  .mobile-logo {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    transform: translate(-50%, -50%);
  }
  .ilogo {
    display: none !important;
  }
  .mobile-info {
    color: #fff;
    display: block;
    font-size: 28px;
  }
  .logo-menu {
    display: block;
    position: relative;
    text-align: center;
  }
  .logo-menu .hc-nav-trigger {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .logo-menu .mobile-info {
    position: absolute;
    left: 22px;
    top: 50%;
    height: 28px;
    width: 28px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .logo-menu .hc-nav-trigger span,
  .logo-menu .hc-nav-trigger span::before,
  .logo-menu .hc-nav-trigger span::after {
    background: #fff;
  }
  .hc-offcanvas-nav .nav-container {
    top: 100px;
    width: 100%;
  }
  .hc-offcanvas-nav .nav-container,
  .hc-offcanvas-nav .nav-wrapper,
  .hc-offcanvas-nav ul {
    background: rgba(13, 93, 140, 0.6);
  }
  .hc-offcanvas-nav li.nav-parent ul li .nav-item {
    background: #0d5d8c;
    padding: 15px 17px;
  }
  .hc-offcanvas-nav.nav-position-right span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hc-offcanvas-nav li {
    width: 50%;
    text-align: center;
    display: inline-block;
  }
  .hc-offcanvas-nav a,
  .hc-offcanvas-nav .nav-item {
    font-size: 18px;
    padding: 20px 17px;
  }
  .hc-offcanvas-nav li.nav-parent .nav-item {
    padding-right: 17px;
  }
  .hc-offcanvas-nav a,
  .hc-offcanvas-nav .nav-item {
    border-bottom: 1px solid #5a90ad;
    border-right: 1px solid #5a90ad;
  }
  .hc-offcanvas-nav .nav-parent ul li {
    width: 100%;
  }
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav li.nav-back a {
    background: #0c5179;
    border-bottom: 1px solid #295887;
    color: #e0e000;
    text-align: left;
    padding: 10px 17px 10px 38px;
  }
  .hc-offcanvas-nav li.nav-back span::before {
    border-top: 2px solid #e0e000;
    border-left: 2px solid #e0e000;
  }
  .hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
    transform: translate3d(100%, 0, 0);
  }
  .hc-offcanvas-nav li.nav-back span {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .service-item .icon-text p {
    font-size: 16px;
  }
  footer {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 991px) {
  .crew-info {
    padding-left: 15px;
  }
  .crew-photo {
    margin-bottom: 40px;
  }
  .crew-inner .btn-more {
    margin: 0 auto;
  }
  .flogo {
    margin-bottom: 50px;
  }
  .col-md-10.info-left,
  footer .finfo .info-right {
    text-align: center;
  }
  footer {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 768px) {
  .title-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .title-icon img {
    margin-bottom: 30px;
  }
  .title-icon {
    width: 70%;
  }
  .banner-top .owl-banner:hover .owl-nav {
    display: none;
  }
  .block-btm {
    margin-bottom: 40px;
  }
  .crew-info h3 {
    text-align: center;
  }
  .crew-info p {
    width: 55%;
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .article-news {
    min-height: auto;
  }
}
@media screen and (max-width: 700px) {
  .table-style-1 {
    width: 700px;
  }
  .pagination > li:first-child > a::before,
  .pagination > li:last-child > a::before {
    display: none;
  }
  footer .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-nav li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  footer .footer-nav li:nth-child(even)::before {
    display: none;
  }
  footer .footer-nav li:nth-child(odd) a {
    text-align: right;
    padding-right: 20px;
  }
  footer .footer-nav li:nth-child(even) a {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .banner-top .owl-list .owl-stage .owl-item,
  .banner-top .owl-list .owl-stage {
    height: 80px;
  }
  .banner-top .owl-list .owl-slide a {
    font-size: 18px;
  }
  .top-title {
    font-size: 25px;
  }
  .link-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-nav a {
    width: 49.5%;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 10px 5px;
  }
  .crew-info p {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .title-icon h3 {
    font-size: 22px;
  }
  .crew-photo img {
    width: 100%;
  }
  .title-line {
    font-size: 20px;
  }
  .title-line::before {
    margin-right: 12px;
  }
  .mobile-logo {
    width: 300px;
  }
  .breadsec .breadtext p:first-child {
    font-size: 28px;
  }
  .breadsec {
    height: 200px;
  }
}
@media screen and (max-width: 414px) {
  .mobile-logo {
    width: 270px;
  }
  .inner-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-logo {
    width: 200px;
  }
  .inner-title img {
    display: none;
  }
  .inner-ul li span {
    display: block;
    margin: 0 auto 13px auto;
  }
  .link-nav a {
    font-size: 12px;
  }
  .crew-info p span {
    margin-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .st-accordion ul li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .service-item .icon-text p {
    font-size: 18px;
  }
}
.st-content {
  padding: 5px 0px 30px 0px;
}
.olart {
  list-style: none;
  counter-reset: li;
}
.olart li {
  position: relative;
}
.olart li::before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background: #00a0e9;
}
.olart li {
  counter-increment: li;
  font-size: 16px;
  line-height: 28px;
  padding: 0px 10px 15px 35px;
  border-bottom: none !important;
  word-break: break-word;
}
.st-content img {
  width: 125px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.picWrap {
  margin-bottom: 15px;
}
.picWrap::after {
  content: '';
  display: block;
  clear: both;
}
.picWrap.picLeft img {
  float: left;
  margin: 0 15px 15px 0;
}
.picWrap.picRight img {
  float: right;
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .picWrap.picLeft img,
  .picWrap.picRight img {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
    text-align: center;
  }
}
.case_imgbox {
  margin: 30px auto;
  width: 100%;
  overflow: hidden;
}
.case_imgbox p {
  text-align: left;
}
.clearfix {
  clear: both;
}
.note {
  text-align: center !important;
  color: red;
  margin-top: 30px;
}
.case_imgbox img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.three_casebox p,
.two_casebox p,
.one_imgbox p {
  text-align: center !important;
}
.three_casebox {
  float: left;
  text-align: center;
  width: 32.33%;
  margin-right: 1%;
}
.two_casebox {
  float: left;
  text-align: center;
  width: 49%;
  margin-right: 1%;
}
.one_imgbox {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .three_casebox {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .two_casebox {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .three_casebox,
  .two_casebox {
    margin-bottom: 20px;
  }
  .one_imgbox {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .three_casebox p,
  .two_casebox p,
  .one_imgbox p {
    text-align: left !important;
  }
  .note {
    text-align: left !important;
  }
}
.crew-infobox p span {
  display: inline-block;
  position: relative;
  width: 100px;
  padding-left: 20px;
  margin-right: 40px;
}
.crew-infobox p span::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.crew-infobox p:nth-child(odd) span::before {
  background: #00a0e9;
}
.crew-infobox p:nth-child(even) span::before {
  background: #c3d116;
}
.news-content table,
.news-content table tr,
.news-content table td {
  text-align: center;
  border: 1px solid #393939;
}
.news-content table td {
  padding: 5px;
}
.news-content table {
  width: 100% !important;
}
/*# sourceMappingURL=all.css.map */
