@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

a {
  color: inherit; }

select,
textarea,
input,
button {
  outline: none;
  border: none; }

address {
  margin-bottom: 0; }

nav ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
  margin-bottom: 0; }

button {
  background: transparent;
  cursor: pointer; }

i {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
.l-ct-full, .l-ct-1495, .l-hero {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.l-hero, .l-overlay, .l-pagination .pagination__control__btn, .l-share > li > a,
.l-share > li button, .l-news__datas .data, .l-news__activity-btn .btn-rec, .l-img-lightbox, .btn-circle, .btn-skip, .service__items .item, .service__items .circle, .service3 .wrap {
  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; }

.l-switch, .service3 .circle__top, .service3 .circle__bg, .service3 .circle__bg .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.ab-r-t {
  position: absolute;
  right: 0;
  top: 0; }

.index__news .g-double .btn-round {
  position: absolute;
  left: 0;
  bottom: 0; }

.imgfill {
  width: 100%;
  height: 100%; }

.bgimg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.img {
  max-width: 100%; }

.ul-reset {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
  margin-bottom: 0; }

.text-h3{
  font-size: 17px;
  font-weight: bold;
  display: block;
}
.text-h4{
  font-size: 17px;
  font-weight: 700; 
}
.block{
  display: block;
}
.pr15{
  padding-right:15px ;
}
@media (max-width: 768px) {
  .pr15{
    padding-right:0 ;
  }
  .ul-reset {
    padding: 0 20px;
  }
}

.ol-reset-style {
  list-style-type: none; }

.ol-reset {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

.fwb {
  font-weight: bold !important; }

.fw500 {
  font-weight: 500; }

.fwn {
  font-weight: normal; }

.fc-black {
  color: #000; }

.fc-light {
  color: #808080; }

.fc-red {
  color: red; }

.fc-main {
  color: #f78b31; }

.tdu {
  text-decoration: underline; }

.tal {
  text-align: left; }

.taj {
  text-align: justify; }

.tac {
  text-align: center !important; }

.tar {
  text-align: right; }

.ttup {
  text-transform: uppercase; }

.t-hide {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  line-height: 0;
  pointer-events: none;
  overflow: hidden; }

.eng {
  font-family: 'Montserrat', 'Microsoft JhengHei', sans-serif; }

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

.por {
  position: relative; }

.mb120 {
  margin-bottom: 120px; }
  @media (max-width: 577px) {
    .mb120 {
      margin-bottom: 75px; } }

.mb100 {
  margin-bottom: 5.20833vw; }
  @media (max-width: 577px) {
    .mb100 {
      margin-bottom: 30px; } }

.mb0 {
  margin-bottom: 0 !important; }

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 576px) {
  .hide-phone-up {
    display: none !important; } }

@media (min-width: 1025px) {
  .hide-tablet-up {
    display: none !important; } }

@media (min-width: 769px) {
  .hide-tablet-portrait-up {
    display: none !important; } }

@media (max-width: 577px) {
  .hide-phone-under {
    display: none !important; } }

@media (max-width: 1025px) {
  .hide-tablet-under {
    display: none !important; } }

@media (max-width: 768px) {
  .hide-tablet-portrait-under {
    display: none !important; } }

.fz75 {
  font-size: 75px; }
  @media (max-width: 577px) {
    .fz75 {
      font-size: 40px; } }

.fz55 {
  font-size: 55px; }
  @media (max-width: 768px) {
    .fz55 {
      font-size: 30px;
      margin-bottom: 10px; } }
  @media (max-width: 577px) {
    .fz55 {
      font-size: 30px; } }

.fz45 {
  font-size: 45px; }
  @media (max-width: 577px) {
    .fz45 {
      font-size: 30px; } }

.fz38 {
  font-size: 38px; }
  @media (max-width: 577px) {
    .fz38 {
      font-size: 30px; } }

.fz35 {
  font-size: 35px; }
  @media (max-width: 577px) {
    .fz35 {
      font-size: 30px; } }

.fz32 {
  font-size: 32px; }
  @media (max-width: 577px) {
    .fz32 {
      font-size: 22px; } }

.fz30 {
  font-size: 30px; }
  @media (max-width: 577px) {
    .fz30 {
      font-size: 20px; } }

.fz25 {
  font-size: 25px; }
  @media (max-width: 577px) {
    .fz25 {
      font-size: 20px; } }

.fz23 {
  font-size: 23px; }
  @media (max-width: 577px) {
    .fz23 {
      font-size: 18px; } }

.fz22 {
  font-size: 22px; }
  @media (max-width: 577px) {
    .fz22 {
      font-size: 18px; } }

.fz20 {
  font-size: 20px; }
  @media (max-width: 577px) {
    .fz20 {
      font-size: 15px; } }

.fz18 {
  font-size: 18px; }
  @media (max-width: 577px) {
    .fz18 {
      font-size: 16px; } }

.fz16 {
  font-size: 16px; }
  @media (max-width: 577px) {
    .fz16 {
      font-size: 15px; } }

.fz15 {
  font-size: 15px; }

.fz14 {
  font-size: 14px; }

.fz13 {
  font-size: 13px; }

.fz12 {
  font-size: 12px; }

.text-mask,
.text-mask-bottom {
  overflow: hidden; }

.text-mask > * {
  -webkit-animation: text-mask-fade-up 0.5s 0.8s both cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: text-mask-fade-up 0.5s 0.8s both cubic-bezier(0.165, 0.84, 0.44, 1); }

.text-mask-bottom > * {
  -webkit-animation: text-mask-fade-down 0.5s 0.8s both cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: text-mask-fade-down 0.5s 0.8s both cubic-bezier(0.165, 0.84, 0.44, 1); }

@-webkit-keyframes text-mask-fade-up {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes text-mask-fade-up {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes text-mask-fade-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes text-mask-fade-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes text-mask-fade-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes text-mask-fade-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5.20833vw);
            transform: translateY(5.20833vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(7.8125vw);
            transform: translateY(7.8125vw); } }

@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5.20833vw);
            transform: translateY(5.20833vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(7.8125vw);
            transform: translateY(7.8125vw); } }

/* Slider */
.slick-slider {
  position: relative;
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  /* display: block; */ }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li.slick-active button {
    background: #fff; }

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  color: transparent;
  border: 2px solid #fff;
  outline: none; }

.slick-dots li button:focus {
  outline: none;
  background: #fff; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-next,
.slick-prev {
  font-family: 'fontello';
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  outline: none;
  z-index: 10; }

.slick-arrow {
  color: #fff;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s; }

.slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  content: '\f105'; }

.slick-prev::after {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  content: '\f104'; }

@media (min-width: 1025px) {
  .slick-next:not(.slick-disabled):hover {
    cursor: pointer;
    -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%); }
  .slick-prev:not(.slick-disabled):hover {
    cursor: pointer;
    -webkit-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%); } }

.slick-prev {
  left: 0px; }

.slick-next {
  right: 0px; }

.slick-arrow-round .slick-arrow {
  color: #fff;
  width: 50px;
  height: 50px; }
  @media (max-width: 577px) {
    .slick-arrow-round .slick-arrow {
      width: 40px;
      height: 40px; } }

.slick-default .slick-arrow {
  color: #000; }

.imgslide .slick-arrow {
  color: #000; }

.imgslide .item {
  cursor: pointer;
  display: block; }
  .imgslide .item .imgfill {
    opacity: 0;
    -webkit-transition: opacity 3s, -webkit-transform 2s cubic-bezier(0.23, 0.29, 0, 0.99);
    transition: opacity 3s, -webkit-transform 2s cubic-bezier(0.23, 0.29, 0, 0.99);
    -o-transition: opacity 3s, transform 2s cubic-bezier(0.23, 0.29, 0, 0.99);
    transition: opacity 3s, transform 2s cubic-bezier(0.23, 0.29, 0, 0.99);
    transition: opacity 3s, transform 2s cubic-bezier(0.23, 0.29, 0, 0.99), -webkit-transform 2s cubic-bezier(0.23, 0.29, 0, 0.99); }
  .imgslide .item.slick-active .imgfill {
    opacity: 1; }

.imgslide__control {
  position: absolute;
  background: #fcfcfc;
  right: 0;
  bottom: 0;
  width: 30%;
  padding: 1.04167vw 1.5625vw;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold; }
  .imgslide__control * {
    display: inline-block;
    vertical-align: middle; }
  .imgslide__control__arrow div {
    cursor: pointer;
    position: relative; }
    .imgslide__control__arrow div:first-child {
      margin-right: 2.08333vw; }
      .imgslide__control__arrow div:first-child:after {
        content: '';
        position: absolute;
        right: -1.25vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #aaa; }
        @media (max-width: 1025px) {
          .imgslide__control__arrow div:first-child:after {
            height: 20px; } }
        @media (max-width: 577px) {
          .imgslide__control__arrow div:first-child:after {
            right: -7px;
            height: 15px; } }
  .imgslide__control__count span:first-child {
    position: relative;
    margin-right: 2.08333vw; }
    .imgslide__control__count span:first-child:after {
      content: '';
      position: absolute;
      right: -1.66667vw;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.04167vw;
      height: 1px;
      background: #aaa; }
      @media (max-width: 577px) {
        .imgslide__control__count span:first-child:after {
          right: -8px; } }
  @media (max-width: 1025px) {
    .imgslide__control {
      position: relative;
      width: 100%; } }

.imgslide__cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .imgslide__cover.active {
    left: 0;
    width: 100%; }

@media (max-width: 1025px) {
  .imgslide .item .imgfill {
    width: 100%;
    padding-bottom: 70%; } }

.g-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .g-double > .block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    padding: 2.08333vw 2.08333vw;
    display: inline-block; }
  .g-double a {
    display: block;
    width: 100%;
    height: 100%; }
  .g-double .full {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%; }
  @media (max-width: 577px) {
    .g-double .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1025px) {
    .g-double .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%; } }

.g-triple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .g-triple > .block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
    max-width: 33.33333%;
    padding: 1.04167vw 1.04167vw;
    display: inline-block; }
  .g-triple a {
    display: block;
    width: 100%;
    height: 100%; }
  .g-triple .full {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%; }
  @media (max-width: 577px) {
    .g-triple .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 768px) {
    .g-triple > .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; } }
  @media (max-width: 577px) {
    .g-triple > .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%; } }

.g-quater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .g-quater > .block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
    padding: 5.20833vw 1.04167vw;
    display: inline-block; }
  .g-quater a {
    display: block;
    width: 100%;
    height: 100%; }
  .g-quater .full {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%; }
  @media (max-width: 577px) {
    .g-quater .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1025px) {
    .g-quater .block {
      padding-top: 10.41667vw;
      padding-bottom: 10.41667vw;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; } }
  @media (max-width: 577px) {
    .g-quater .block {
      padding-top: 15vw;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%; }
      .g-quater .block:first-child {
        padding-top: 22vw; } }

.g-line-hover .block {
  position: relative; }
  .g-line-hover .block:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 2px;
    height: 0;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: #aaa; }
  .g-line-hover .block:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 2px;
    height: 0;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: #aaa; }
  .g-line-hover .block .btn-inner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.3s 0.3s;
    -o-transition: width 0.3s 0.3s;
    transition: width 0.3s 0.3s;
    background: #aaa; }
  .g-line-hover .block .btn-inner:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.3s 0.3s;
    -o-transition: width 0.3s 0.3s;
    transition: width 0.3s 0.3s;
    background: #aaa; }
  @media (min-width: 1025px) {
    .g-line-hover .block:hover:before, .g-line-hover .block:hover:after {
      height: 100%; }
    .g-line-hover .block:hover .btn-inner:before, .g-line-hover .block:hover .btn-inner:after {
      width: 100%; } }

.l-ct-full {
  max-width: 1920px; }

.l-ct-1495 {
  position: relative;
  max-width: 1495px;
  width: 90%;
  z-index: 2; }
  @media (max-width: 577px) {
    .l-ct-1495 {
      width: 100%; } }
  @media (max-width: 577px) {
    .l-ct-1495.full-phone {
      width: 100%; } }
  .l-ct-1495.first {
    padding-top: 6.77083vw;
    -webkit-transform: translateY(-2.60417vw);
        -ms-transform: translateY(-2.60417vw);
            transform: translateY(-2.60417vw);
    margin-bottom: 2.60417vw;
    -webkit-animation: fade-ct-first 0.5s 1.2s both cubic-bezier(0, 0, 0.13, 0.94);
            animation: fade-ct-first 0.5s 1.2s both cubic-bezier(0, 0, 0.13, 0.94); }
    .l-ct-1495.first .l-title:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -4.6875vw);
          -ms-transform: translate(-50%, -4.6875vw);
              transform: translate(-50%, -4.6875vw);
      width: 6px;
      height: 55px;
      background: url(../images/00-icon/dec.svg) no-repeat; }
      @media (max-width: 1025px) {
        .l-ct-1495.first .l-title:before {
          display: none; } }
    @media (max-width: 577px) {
      .l-ct-1495.first {
        margin-bottom: 20px; } }

@-webkit-keyframes fade-ct-first {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.60417vw);
            transform: translateY(2.60417vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-2.60417vw);
            transform: translateY(-2.60417vw); } }

@keyframes fade-ct-first {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.60417vw);
            transform: translateY(2.60417vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-2.60417vw);
            transform: translateY(-2.60417vw); } }

.l-ct-basic {
  background: rgba(255, 255, 255, 0.9);
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 4.42708vw;
  padding-top: 5.46875vw; }
  @media (max-width: 577px) {
    .l-ct-basic {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

.l-body {
  position: relative;
  height: 100%; }
  .l-body:before {
    content: '';
    width: 60vw;
    height: 100%;
    max-width: 1150px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #dfdfdf;
    z-index: 0; }
    @media (max-width: 577px) {
      .l-body:before {
        display: none; } }

.l-hero {
  position: relative;
  max-width: 1920px;
  height: 575px;
  color: #fff;
  font-family: 'Montserrat', 'Microsoft JhengHei', sans-serif; }
  .l-hero .text {
    width: 95%;
    z-index: 1; }
  .l-hero h2 {
    margin-bottom: 0;
    line-height: 1.2; }
    @media (max-width: 577px) {
      .l-hero h2 {
        font-weight: 700;
        letter-spacing: 3px; } }
  .l-hero .fz22 {
    letter-spacing: 1px; }
  .l-hero > .bgimg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  @media (max-width: 1441px) {
    .l-hero {
      height: 40vh; } }

.l-title {
  text-align: center;
  position: relative;
  margin-bottom: 2.60417vw; }
  .l-title h3 {
    margin-bottom: 0; }
  .l-title .fz30 {
    margin-bottom: 10px; }
  .l-title .fz18,
  .l-title .fz16 {
    color: #8a8c8f; }
  .l-title.l-title-notext {
    margin-bottom: 0; }

.l-overlay {
  position: fixed;
  left: -99999px;
  width: 100vw;
  background: #fff;
  height: 0;
  top: 0;
  z-index: 100;
  height: 100vh; }

.l-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.60417vw;
  padding: 0 1.04167vw; }
  .l-pagination .pagination__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .l-pagination .pagination__control__btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #000;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 12px; }
      .l-pagination .pagination__control__btn.disable {
        color: #aaa;
        border-color: #aaa;
        cursor: default; }
      .l-pagination .pagination__control__btn:not(.disable):hover {
        background: #f78b31;
        color: #fff;
        border-color: #f78b31; }
    .l-pagination .pagination__control__page {
      margin: 0 30px; }
      .l-pagination .pagination__control__page span {
        position: relative;
        display: inline-block; }
        .l-pagination .pagination__control__page span:first-child {
          padding-right: 35px; }
        .l-pagination .pagination__control__page span:first-child:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 5px;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%);
          width: 10px;
          height: 1px;
          background: #000; }
  .l-pagination .pagination__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .l-pagination .pagination__select .l-select {
      width: 70px;
      margin: 0 10px; }
      .l-pagination .pagination__select .l-select .select-now:after {
        border-left: 1px solid #aaa; }
  @media (max-width: 577px) {
    .l-pagination {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px; }
      .l-pagination .pagination__select {
        margin-top: 10px; } }

.l-select {
  display: inline-block;
  position: relative;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #aaa;
  background: #fcfcfc;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .l-select .select-now {
    display: block;
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.6; }
    @media (max-width: 577px) {
      .l-select .select-now {
        height: 30px; } }
  .l-select .select-now:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/00-icon/icon-select.png) center center no-repeat; }
  .l-select input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    .l-select input:checked ~ ul {
      opacity: 1;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .l-select ul {
    position: absolute;
    top: 35px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    background: #fcfcfc;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
    transition: opacity 0.5s, -webkit-transform 0.3s;
    -o-transition: opacity 0.5s, transform 0.3s;
    transition: opacity 0.5s, transform 0.3s;
    transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s; }
    .l-select ul a {
      display: block;
      padding: 5px 10px; }
      .l-select ul a:hover {
        background: #aaa;
        color: #fff; }
  .l-select-tr {
    width: 180px;
    position: absolute;
    z-index: 5;
    right: 1.04167vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .l-select-tr {
        width: 150px; } }
    @media (max-width: 577px) {
      .l-select-tr {
        width: 180px;
        position: relative;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin: 10px auto; } }

.l-share {
  margin-top: 20px; }
  .l-share > li {
    display: inline-block;
    margin: 0 5px; }
    .l-share > li > a,
    .l-share > li button {
      width: 30px;
      height: 30px;
      background: #f78b31;
      color: #fff;
      border-radius: 50%; }
  @media (max-width: 577px) {
    .l-share {
      margin-bottom: 15px; } }

.l-news {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .l-news__img {
    width: 100%;
    margin-bottom: 2.60417vw;
    position: relative;
    overflow: hidden; }
    .l-news__img .slick-slide {
      height: auto; }
    .l-news__img .item > img {
      margin: 0 auto; }
    .l-news__img .imgfill {
      display: inline-block;
      width: 100%;
      height: 0;
      padding-bottom: 60%; }
  .l-news__datas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5625vw;
    border-bottom: 1px solid #e7e7e7; }
    .l-news__datas .data {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.33333%;
              flex: 0 1 33.33333%;
      padding-bottom: 1.5625vw; }
      .l-news__datas .data__text {
        text-align: left; }
      .l-news__datas .data__img {
        width: 50px;
        height: 50px;
        margin-right: 10px; }
      .l-news__datas .data:nth-child(2) {
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7; }
    @media (max-width: 577px) {
      .l-news__datas {
        margin-top: 20px;
        margin-bottom: 20px; }
        .l-news__datas .data {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-bottom: 15px; }
          .l-news__datas .data__img {
            width: 35px;
            height: 35px;
            margin-right: 0;
            margin-bottom: 5px; }
          .l-news__datas .data__text {
            text-align: center; } }
  .l-news__activity {
    position: relative;
    padding-bottom: 55px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 80px; }
    .l-news__activity-img {
      max-width: 100%;
      width: 375px;
      height: 458px; }
      @media (max-width: 768px) {
        .l-news__activity-img {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px; } }
      @media (max-width: 577px) {
        .l-news__activity-img {
          height: 0;
          padding-bottom: 80%; } }
    .l-news__activity-btn {
      position: absolute;
      background: #fff;
      padding-left: 20px;
      padding-right: 20px;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
      .l-news__activity-btn img {
        width: 35px;
        margin-right: 5px; }
    @media (min-width: 769px) {
      .l-news__activity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .l-news__activity dl {
          min-width: 500px; } }
    @media (max-width: 577px) {
      .l-news__activity {
        padding-bottom: 30px;
        margin-bottom: 50px; } }
  @media (min-width: 769px) {
    .l-news__list dt {
      display: inline-block;
      width: 90px;
      text-align-last: justify;
      margin-top: 5px; }
    .l-news__list dd {
      display: inline;
      color: #59575d; }
      .l-news__list dd:after {
        content: '';
        display: block; } }
  .l-news .l-text-editor {
    padding-bottom: 2.60417vw;
    margin-bottom: 2.60417vw;
    border-bottom: 1px solid #e7e7e7; }
    @media (max-width: 577px) {
      .l-news .l-text-editor {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
  .l-news .l-title-success img {
    width: 100px;
    height: 100px;
    margin-bottom: 1.04167vw; }
  .l-news .l-title-success .fz18 {
    color: #000; }
  @media (max-width: 577px) {
    .l-news .btn-rec-fill {
      width: 150px; } }
  @media (max-width: 1441px) {
    .l-news .l-switch {
      width: 110%;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 577px) {
    .l-news .l-switch {
      width: 90%;
      top: auto;
      bottom: 15px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  .l-news .info {
    margin-top: 2.60417vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 4.16667vw; }
    .l-news .info__title {
      margin-bottom: 30px;
      padding: 0 15px 30px 15px;
      border-bottom: 4px solid #000; }
      @media (max-width: 577px) {
        .l-news .info__title {
          text-align: center;
          padding-bottom: 20px;
          margin-bottom: 20px; } }
    .l-news .info table {
      margin-left: 15px;
      margin-right: 15px; }
      .l-news .info table td {
        vertical-align: text-top; }
        .l-news .info table td:first-child {
          position: relative;
          width: 90px;
          text-align-last: justify;
          padding-right: 10px;
          font-weight: bold; }
          .l-news .info table td:first-child:after {
            content: ':';
            position: absolute;
            right: 0; }
        .l-news .info table td:last-child {
          padding-left: 20px;
          text-align: justify; }
          @media (max-width: 577px) {
            .l-news .info table td:last-child {
              padding-left: 10px; } }

.l-text-editor {
  margin-bottom: 2.60417vw;
  text-align: justify; }
  .l-text-editor h4 {
    font-size: 22px;
    font-weight: bold; }
  .l-text-editor img {
    display: inline-block;
    margin-bottom: 1rem; }
    @media (max-width: 1025px) {
      .l-text-editor img {
        width: 100% !important;
        height: auto !important; } }
  .l-text-editor p {
    font-size: 18px; }
  .l-text-editor .txt-left{
    overflow: hidden;
    clear: both;
  }
  @media(min-width: 1026px){
    .l-text-editor .txt-left p{
      display: inline;
    }
    .l-text-editor .txt-left img {
      float: right;
      padding-left: 2rem;
    }
  }
  .l-text-editor .img__half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .l-text-editor .img__half > .imgfill {
      width: 49%;
      height: 0;
      padding-bottom: 30%; }
    @media (max-width: 1025px) {
      .l-text-editor .img__half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .l-text-editor .img__half > .imgfill {
          width: 100%;
          padding-bottom: 60%; }
          .l-text-editor .img__half > .imgfill + .imgfill {
            margin-top: 10px; } }
  .l-text-editor .yt-video {
    margin: 0 auto 1rem auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .l-text-editor .yt-video iframe,
    .l-text-editor .yt-video object,
    .l-text-editor .yt-video embed {
      z-index: 10;
      padding-top: 30px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.l-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 4.6875vw;
  padding-right: 4.6875vw; }
  .l-switch .btn-circle {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #000; }
    .l-switch .btn-circle i {
      font-weight: bold;
      font-size: 16px; }
  @media (min-width: 1025px) {
    .l-switch > a .fz16 {
      opacity: 0;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }
    .l-switch > a:hover .fz16 {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media (max-width: 1441px) {
    .l-switch {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 577px) {
    .l-switch {
      width: 100%;
      height: 50px;
      top: auto;
      left: auto;
      bottom: 10px;
      position: relative;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      z-index: -1; }
      .l-switch .btn-circle {
        width: 30px;
        height: 30px; }
      .l-switch .fz16 {
        display: none; } }

.l-img-lightbox {
  position: relative;
  width: 90%;
  height: 95%; }
  .l-img-lightbox .btn-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }
    .l-img-lightbox .btn-close > img {
      width: 30px;
      height: 30px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .l-img-lightbox .btn-close > img:hover {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
  .l-img-lightbox .slick-img-slide {
    width: 70%; }
    .l-img-lightbox .slick-img-slide img {
      margin: 0 auto; }
    .l-img-lightbox .slick-img-slide .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .l-img-lightbox .slick-img-slide .slick-slide {
      display: block; }
  .l-img-lightbox .slick-arrow {
    font-weight: bold;
    color: #000; }
  .l-img-lightbox .slick-dots {
    position: relative; }
    .l-img-lightbox .slick-dots li {
      display: inline-block; }
      .l-img-lightbox .slick-dots li button {
        position: relative;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        width: 2px;
        height: 2px;
        padding: 2px;
        background: #000; }
        .l-img-lightbox .slick-dots li button:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-52%, -48%);
              -ms-transform: translate(-52%, -48%);
                  transform: translate(-52%, -48%);
          width: 0;
          height: 0;
          border: 1px solid #000;
          z-index: -1;
          border-radius: 50%;
          -webkit-transition: width 0.35s, height 0.35s;
          -o-transition: width 0.35s, height 0.35s;
          transition: width 0.35s, height 0.35s; }
      .l-img-lightbox .slick-dots li + li {
        margin-left: 20px; }
      .l-img-lightbox .slick-dots li.slick-active button:after {
        width: 22px;
        height: 22px; }
  @media (max-width: 1025px) {
    .l-img-lightbox .slick-img-slide {
      width: 80%; } }
  @media (max-width: 577px) {
    .l-img-lightbox {
      width: 100%; }
      .l-img-lightbox .l-switch {
        position: absolute;
        width: 50%;
        bottom: 15px;
        z-index: 0; }
      .l-img-lightbox .slick-img-slide {
        width: 90%; }
      .l-img-lightbox .btn-close {
        right: 20px; } }

.l-signup select {
  background: transparent; }

.l-signup select,
.l-signup input,
.l-signup textarea {
  background: transparent;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .l-signup select:focus,
  .l-signup input:focus,
  .l-signup textarea:focus {
    border-color: #f78b31; }

.l-signup .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .l-signup .row__child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 10px; }
    .l-signup .row__child .title {
      font-weight: bold;
      margin-bottom: 5px; }
      .l-signup .row__child .title-necessary:after {
        content: '*';
        color: #f78b31;
        margin-left: 10px; }
    .l-signup .row__child .input {
      width: 100%; }
      .l-signup .row__child .input-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .l-signup .row__child .input-row > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0px;
                  flex: 1 1 0; }
          .l-signup .row__child .input-row > * + * {
            margin-left: 20px; }
      .l-signup .row__child .input.verify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .l-signup .row__child .input.verify > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
        .l-signup .row__child .input.verify a {
          width: 100px;
          padding: 0; }
      .l-signup .row__child .input + .input-row {
        margin-top: 10px; }
      .l-signup .row__child .input > * {
        padding: 10px 15px;
        width: 100%; }
    .l-signup .row__child .invoice-3 {
      display: none; }
      .l-signup .row__child .invoice-3.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  @media (max-width: 577px) {
    .l-signup .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .l-signup .row select {
        height: 45px; }
      .l-signup .row__child {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; }
        .l-signup .row__child .input-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .l-signup .row__child .input-row > * + * {
            margin-left: 0;
            margin-top: 10px; } }

@media (max-width: 577px) {
  .l-signup .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .l-signup .btn-group > a + a {
      margin-bottom: 10px; } }

.c-textimg-tb {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-textimg-tb .block {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
    width: 33.33%;
    max-width: 33.33%; }
  .c-textimg-tb a {
    display: block; }
    @media (min-width: 1025px) {
      .c-textimg-tb a:hover .img {
        -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
                transform: scale(0.95); }
        .c-textimg-tb a:hover .img > .imgfill {
          -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
                  transform: scale(1.15); }
      .c-textimg-tb a:hover .text > h3,
      .c-textimg-tb a:hover .text h4 {
        color: #f78b31; } }
  .c-textimg-tb .text {
    min-height: 115px;
    padding: 30px 30px 0px 30px; }
    @media (max-width: 1441px) {
      .c-textimg-tb .text {
        min-height: 135px; } }
    @media (max-width: 1025px) {
      .c-textimg-tb .text {
        min-height: 160px; } }
    .c-textimg-tb .text > h3 {
      font-weight: normal;
      line-height: 1;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .c-textimg-tb .text > h4 {
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .c-textimg-tb .text > .fz16 {
      font-family: 'Montserrat', 'Microsoft JhengHei', sans-serif;
      color: #8a8c8f;
      font-weight: 500; }
  .c-textimg-tb .img {
    height: 320px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow: hidden; }
    .c-textimg-tb .img > .imgfill {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
  @media (max-width: 577px) {
    .c-textimg-tb .img {
      height: 200px; }
    .c-textimg-tb .text {
      min-height: 1px;
      text-align: center;
      padding: 20px 20px 15px 20px; } }

.c-textimg-lr {
  position: relative; }
  .c-textimg-lr .text {
    position: absolute;
    top: 45px;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 4.16667vw;
    padding-bottom: 4.16667vw;
    display: inline-block;
    width: auto;
    max-width: 630px;
    z-index: 3; }
    .c-textimg-lr .text h3 {
      font-weight: normal; }
  .c-textimg-lr .hr {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 25px;
    height: 1px;
    background: #000; }
  .c-textimg-lr-tr .text {
    right: 0;
    padding-left: 6.25vw;
    padding-right: 4.6875vw; }
  .c-textimg-lr-tr .imgslide .item .imgfill {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px); }
  .c-textimg-lr-tr .imgslide .item.slick-active .imgfill {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .c-textimg-lr-tr .imgslide__control {
    right: auto;
    left: 0; }
  .c-textimg-lr-tl .text {
    left: 0;
    padding-left: 4.6875vw;
    padding-right: 6.25vw; }
  .c-textimg-lr-tl .imgslide .item .imgfill {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px); }
  .c-textimg-lr-tl .imgslide .item.slick-active .imgfill {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  @media (max-width: 1025px) {
    .c-textimg-lr .hr {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }
    .c-textimg-lr .img {
      width: 100% !important;
      margin-left: 0 !important; }
    .c-textimg-lr .text {
      top: 0 !important;
      width: 100%;
      max-width: 100% !important;
      position: relative;
      padding: 4.6875vw;
      max-width: unset;
      text-align: center; } }
  @media (max-width: 577px) {
    .c-textimg-lr .text {
      padding: 40px 25px !important; } }

.c-dec {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 55px;
  background: url(../images/00-icon/dec.svg) no-repeat;
  z-index: 1; }

.i-scroll-d {
  width: 40px;
  height: 55px;
  -webkit-transform: translateY(10.41667vw);
      -ms-transform: translateY(10.41667vw);
          transform: translateY(10.41667vw); }

.ul-check li {
  position: relative;
  padding-left: 30px; }
  .ul-check li + li {
    margin-top: 8px; }
  .ul-check li:before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
    background: url(../images/00-icon/check-circle-grey.png) no-repeat; }

.ul-dots {
  margin-bottom: 1rem; }
  .ul-dots li {
    position: relative;
    padding-left: 1.5rem; }
    .ul-dots li:before {
      content: '·';
      font-size: 40px;
      line-height: 0;
      position: absolute;
      left: 0;
      top: 0.5rem;
      color: #f78b31; }
    .ul-dots li + li {
      margin-top: 1rem; }

.btn-round {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 20px;
  border-radius: 30px; }

.btn-rec {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 210px;
  text-align: center; }
  .btn-rec-fill {
    background: #f78b31;
    color: #fff;
    -webkit-transition: background 0.3s, letter-spacing 0.3s ease-in-out;
    -o-transition: background 0.3s, letter-spacing 0.3s ease-in-out;
    transition: background 0.3s, letter-spacing 0.3s ease-in-out; }
    .btn-rec-fill:hover {
      background: #f89e53;
      letter-spacing: 2px; }

.btn-circle {
  border-radius: 50%; }

.btn-more {
  font-weight: bold;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
  text-align: left; }
  .btn-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    width: 30px;
    height: 8px;
    background: url(../images/00-icon/arrow-r.svg) no-repeat; }
  @media (min-width: 1025px) {
    .btn-more:hover {
      color: #5a5a5a;
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px); } }
  @media (max-width: 768px) {
    .btn-more:after {
      margin-left: 15px; } }

.btn-scroll-top {
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: translateY(-150px) rotate(90deg);
      -ms-transform: translateY(-150px) rotate(90deg);
          transform: translateY(-150px) rotate(90deg);
  color: #000;
  text-transform: uppercase;
  z-index: 10; }
  .btn-scroll-top .wrap {
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    .btn-scroll-top .wrap > * {
      display: inline-block;
      vertical-align: middle; }
  .btn-scroll-top .arrow {
    width: 60px;
    height: 40px;
    background: url(../images/00-icon/scroll-t.svg) no-repeat; }
  @media (min-width: 1025px) {
    .btn-scroll-top:hover .wrap {
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px); } }
  @media (max-width: 1441px) {
    .btn-scroll-top {
      -webkit-transform: translateY(30px) rotate(90deg);
          -ms-transform: translateY(30px) rotate(90deg);
              transform: translateY(30px) rotate(90deg);
      right: 20px; }
      .btn-scroll-top .arrow {
        background: url(../images/00-icon/scroll-t-grey.svg) no-repeat; }
      .btn-scroll-top .text {
        display: none; } }
  @media (max-width: 577px) {
    .btn-scroll-top {
      display: none; }
      .btn-scroll-top .arrow {
        width: 30px;
        height: 20px; } }

.btn-disable {
  background: #a8a8a8;
  cursor: default; }
  .btn-disable:hover {
    background: #a8a8a8;
    letter-spacing: 0px; }

.btn-sub {
  background: #a8a8a8;
  -webkit-transition: background 0.3s, letter-spacing 0.3s ease-in-out;
  -o-transition: background 0.3s, letter-spacing 0.3s ease-in-out;
  transition: background 0.3s, letter-spacing 0.3s ease-in-out; }
  .btn-sub:hover {
    background: #969696;
    letter-spacing: 2px; }

@media (max-width: 577px) {
  .btn-return {
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.btn-skip {
  position: absolute;
  z-index: 1000;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  letter-spacing: 2px;
  border: 1px solid #aaa;
  color: #aaa;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }
  @media (max-width: 577px) {
    .btn-skip {
      letter-spacing: 1px;
      width: 50px;
      height: 50px;
      bottom: 20%;
      font-size: 14px; } }
  .btn-skip:hover, .btn-skip:active {
    background: #aaa;
    color: #fff; }

.header {
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background: transparent;
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s; }
  .header .js-burgerlist.active .line:first-child {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg); }
  .header .js-burgerlist.active .line:nth-child(2) {
    width: 0; }
  .header .js-burgerlist.active .line:last-child {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
        -ms-transform: translateY(-8.5px) rotate(45deg);
            transform: translateY(-8.5px) rotate(45deg); }
  .header .burgerlist {
    cursor: pointer;
    width: 25px;
    height: 18px;
    position: relative; }
    .header .burgerlist .line {
      position: absolute;
      width: 100%;
      height: 2px;
      right: 0;
      background: #fff;
      -webkit-transition: width 0.3s, background 0.3s, -webkit-transform 0.5s;
      transition: width 0.3s, background 0.3s, -webkit-transform 0.5s;
      -o-transition: width 0.3s, transform 0.5s, background 0.3s;
      transition: width 0.3s, transform 0.5s, background 0.3s;
      transition: width 0.3s, transform 0.5s, background 0.3s, -webkit-transform 0.5s; }
      .header .burgerlist .line:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .header .burgerlist .line:last-child {
        bottom: 0; }
  .header .m-menu__logo {
    width: 160px;
    height: 40px;
    margin-bottom: 60px; }
    .header .m-menu__logo a {
      padding: 0 !important; }
    .header .m-menu__logo:after {
      display: none; }
  .header .l-ct-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 3.5vw 20px 3.5vw;
    position: relative; }
  .header__logo {
    display: inline-block;
    position: relative;
    width: 195px;
    height: 60px; }
  .header__logo-scroll {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__menu li {
      position: relative;
      margin-right: 45px; }
      .header__menu li:nth-child(-n + 4) {
        margin-right: 65px; }
      .header__menu li.underline:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -5px;
        height: 2px;
        background: #fff;
        -webkit-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s; }
      .header__menu li.underline:hover:after, .header__menu li.underline.active:after {
        width: 100%; }
      .header__menu li.fb {
        margin-right: 0; }
        .header__menu li.fb i:before {
          font-size: 24px; }
        .header__menu li.fb:hover {
          color: #f78b31; }
    .header__menu .btn-round {
      border-color: #fff; }
      .header__menu .btn-round:hover {
        border-color: #f78b31 !important;
        background: #f78b31;
        color: #fff; }
  .header.scroll, .header.scroll-default {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 5px 20px rgba(128, 128, 128, 0.3);
            box-shadow: 0px 5px 20px rgba(128, 128, 128, 0.3); }
    .header.scroll .header__menu li:nth-child(-n + 5):after, .header.scroll-default .header__menu li:nth-child(-n + 5):after {
      background: #000; }
    .header.scroll .header__menu .btn-round, .header.scroll-default .header__menu .btn-round {
      border-color: #000; }
    .header.scroll .header__logo-scroll, .header.scroll-default .header__logo-scroll {
      opacity: 1; }
    .header.scroll .burgerlist .line, .header.scroll-default .burgerlist .line {
      background: #000; }
  @media (max-width: 1441px) {
    .header .l-ct-full {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 1025px) {
    .header {
      overflow-y: hidden;
      height: auto; }
      .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 50%;
        top: 12vw;
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        width: 260px;
        color: #fff; }
        .header__menu li {
          width: 100%;
          text-align: center;
          margin-right: 0 !important; }
          .header__menu li:nth-child(-n + 6):after {
            height: 1px;
            bottom: 0;
            opacity: 0.7;
            background: #fff !important; }
          .header__menu li:nth-child(-n + 6) a {
            padding: 15px 0;
            display: inline-block;
            width: 100%; }
        .header__menu .btn-round {
          border: none;
          padding: 0; }
        .header__menu .btn-circle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 45px;
          margin-bottom: 45px;
          margin-left: auto;
          margin-right: auto;
          width: 50px;
          height: 50px;
          border: 1px solid #fff; }
        .header__menu .fz16 {
          font-size: 16px; }
      .header.active nav {
        display: block; }
      .header.active .burgerlist .line {
        background: #fff; }
      .header.active .header__logo {
        opacity: 0;
        pointer-events: none; }
      .header.active .header__logo-scroll {
        opacity: 0; } }
  @media (max-width: 768px) {
    .header__menu {
      top: 30vw; } }
  @media (min-width: 1025px) {
    .header .no-bd:after {
      display: none; }
    .header__menu li:nth-child(-n + 5):after {
      width: 0; } }
  @media (max-width: 577px) {
    .header .m-menu__logo {
      margin-bottom: 25px; }
    .header .l-ct-full {
      padding-top: 10px;
      padding-bottom: 10px; }
    .header__menu {
      top: 13vw; }
      .header__menu .btn-circle {
        margin-top: 10px;
        margin-bottom: 25px; }
    .header__logo {
      width: 125px;
      height: auto; } }

.footer {
  position: relative;
  background: #333;
  color: #b2b2b2;
  z-index: 0; }
  .footer .l-ct-1495 {
    padding: 2.34375vw 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .l-ct-1495 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%; }
      @media (max-width: 1441px) {
        .footer .l-ct-1495 .wrap {
          width: 100%; } }
      @media (max-width: 1025px) {
        .footer .l-ct-1495 .wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .footer .l-ct-1495 a:hover {
      text-decoration: underline; }
  .footer .logo {
    width: 195px;
    height: 60px;
    margin-right: 3.125vw;
    margin-bottom: 20px; }
    @media (max-width: 577px) {
      .footer .logo {
        width: 160px;
        height: 50px; } }
  .footer .btn-circle {
    width: 55px;
    height: 55px;
    background: #b2b2b2;
    color: #fff;
    margin-left: auto;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    .footer .btn-circle i:before {
      font-size: 24px; }
    .footer .btn-circle:hover {
      background: #f78b31; }
  .footer .bdr {
    position: relative;
    padding-right: 15px; }
    .footer .bdr:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 15px;
      background: #b2b2b2; }
  .footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .links ul:first-child {
      margin-right: 3.90625vw; }
  .footer address {
    padding-right: 5.20833vw;
    margin-right: 5.20833vw;
    border-right: 1px solid #474747; }
    .footer address li:nth-child(4) span:first-child {
      margin-right: 0; }
  .footer li + li {
    margin-top: 10px; }
  .footer span:first-child {
    margin-right: 10px; }
  @media (max-width: 1441px) {
    .footer address {
      border-right: none;
      padding-right: 20px;
      margin-right: 20px; }
    .footer .links ul:first-child {
      margin-right: 30px; } }
  @media (max-width: 1025px) {
    .footer address {
      padding-right: 0px;
      margin-right: 0px; }
      .footer address li:nth-child(4) {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #b2b2b2; }
    .footer .logo {
      margin-right: 0;
      margin-bottom: 20px; }
    .footer .btn-circle {
      margin-top: 20px;
      margin-left: unset; }
    .footer .l-ct-1495 {
      padding-top: 40px;
      padding-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }
  @media (max-width: 577px) {
    .footer address li:first-child span {
      display: block; }
      .footer address li:first-child span + span {
        margin-top: 10px; }
    .footer address li:nth-child(4) {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #b2b2b2; }
      .footer address li:nth-child(3) span {
        display: block; } }

.tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0; }
    .tv .screen.active {
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 1; }

.welcome-mobile {
  position: relative;
  z-index: 5;
  position: relative;
  width: 300px;
  height: 95px;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px); }
  .welcome-mobile img {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0; }
  .welcome-mobile.active .img {
    position: absolute;
    -webkit-animation: mobileimg 1.5s 1s both cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: mobileimg 1.5s 1s both cubic-bezier(0.165, 0.84, 0.44, 1); }
  .welcome-mobile.active .text {
    position: absolute;
    -webkit-animation: mobiletext 1s 2s both cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: mobiletext 1s 2s both cubic-bezier(0.165, 0.84, 0.44, 1); }

@-webkit-keyframes mobileimg {
  0% {
    opacity: 1;
    left: 35%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes mobileimg {
  0% {
    opacity: 1;
    left: 35%; }
  100% {
    opacity: 1;
    left: 0; } }

@-webkit-keyframes mobiletext {
  0% {
    opacity: 0;
    left: -10%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes mobiletext {
  0% {
    opacity: 0;
    left: -10%; }
  100% {
    opacity: 1;
    left: 0; } }

.index .l-hero {
  height: 100vh;
  text-transform: uppercase; }
  @media (max-width: 1025px) {
    .index .l-hero .text {
      margin-bottom: 100px; } }
  .index .l-hero .fz75 {
    letter-spacing: 2px;
    line-height: 1.1; }
  .index .l-hero .slick-indexbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .index .l-hero .slick-indexbg .slick-active .text-animate {
      -webkit-animation: fade-up 1s 0.8s both ease-in-out;
              animation: fade-up 1s 0.8s both ease-in-out; }
    .index .l-hero .slick-indexbg .item {
      width: 100%;
      height: 100vh;
      display: inline-block; }
    .index .l-hero .slick-indexbg .slick-dots {
      right: 40px;
      width: auto;
      top: 50%;
      z-index: 10; }
      .index .l-hero .slick-indexbg .slick-dots li {
        display: block;
        margin-bottom: 20px; }
        .index .l-hero .slick-indexbg .slick-dots li button {
          position: relative;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          width: 1px;
          height: 1px;
          padding: 1px;
          background: #fff; }
          .index .l-hero .slick-indexbg .slick-dots li button:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-52%, -48%);
                -ms-transform: translate(-52%, -48%);
                    transform: translate(-52%, -48%);
            width: 0;
            height: 0;
            background: #f78b31;
            z-index: -1;
            border-radius: 50%;
            -webkit-transition: width 0.35s, height 0.35s;
            -o-transition: width 0.35s, height 0.35s;
            transition: width 0.35s, height 0.35s; }
        .index .l-hero .slick-indexbg .slick-dots li.slick-active button:after {
          width: 22px;
          height: 22px; }
      @media (max-width: 1025px) {
        .index .l-hero .slick-indexbg .slick-dots {
          right: auto;
          left: 50%;
          top: 68%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .index .l-hero .slick-indexbg .slick-dots li {
            display: inline-block; }
            .index .l-hero .slick-indexbg .slick-dots li + li {
              margin-left: 20px; } }

@-webkit-keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .index .l-hero .text {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.index .c-textimg-lr .fz18 {
  margin-bottom: 30px; }

@media (max-width: 1025px) {
  .index .c-textimg-lr .text {
    width: 90%;
    max-width: 90% !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%); } }

@media (max-width: 577px) {
  .index .c-textimg-lr .text {
    background: #fff; } }

.index__service {
  position: relative;
  width: 90%;
  max-width: 1545px;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3; }
  .index__service__wrap {
    max-width: 1390px;
    width: 100%;
    -webkit-animation: fade-up 1s 2s both cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: fade-up 1s 2s both cubic-bezier(0.165, 0.84, 0.44, 1); }
  .index__service .slick-triple {
    position: static; }
  .index__service .slick-arrow-round .slick-arrow {
    top: 40%;
    background: #f78b31;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2); }
    .index__service .slick-arrow-round .slick-arrow.slick-disabled {
      background: #fab47b;
      cursor: initial; }
  .index__service .slick-arrow-round .slick-prev {
    left: -5%; }
  .index__service .slick-arrow-round .slick-next {
    right: -5%; }
  @media (max-width: 1025px) {
    .index__service .slick-arrow-round .slick-arrow {
      top: auto;
      bottom: 0;
      -webkit-transform: translateY(150%);
          -ms-transform: translateY(150%);
              transform: translateY(150%); }
    .index__service .slick-arrow-round .slick-prev {
      left: 30%; }
    .index__service .slick-arrow-round .slick-next {
      right: 30%; } }

.index__mission {
  position: relative;
  margin-bottom: 100px; }
  .index__mission .c-dec {
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%); }
  .index__mission .img {
    width: 62%;
    padding-bottom: 45%; }
    @media (max-width: 1025px) {
      .index__mission .img {
        padding-bottom: 70%; } }
  @media (max-width: 577px) {
    .index__mission {
      margin-bottom: 50px; } }

.index__project .img {
  width: 57%;
  padding-bottom: 50%;
  margin-left: 30vw; }
  @media (max-width: 1025px) {
    .index__project .img {
      padding-bottom: 70%; } }

.index__news {
  position: relative;
  background: #fff;
  padding: 4.94792vw 3.90625vw 4.42708vw 3.90625vw; }
  .index__news .c-dec {
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%); }
  .index__news .g-double a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 170px; }
  .index__news .g-double .img,
  .index__news .g-double .text {
    display: inline-block; }
  .index__news .g-double .img {
    min-width: 250px;
    width: 250px;
    height: auto;
    margin-right: 35px; }
  .index__news .g-double .fz18 {
    color: #59575d; }
  .index__news .g-double .text {
    position: relative;
    padding-bottom: 40px; }
  .index__news .fz18 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .index__news h3 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-align: justify; }
  @media (max-width: 1025px) {
    .index__news {
      padding-bottom: 0; }
      .index__news .por {
        padding-bottom: 110px; }
      .index__news .btn-more {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 55px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .index__news .g-double {
        margin-top: 20px; } }
  @media (min-width: 576px) {
    .index__news .text {
      max-width: calc(100% - 270px); } }
  @media (max-width: 577px) {
    .index__news {
      padding-top: 55px;
      margin-bottom: 50px; }
      .index__news h3 {
        max-height: 3.5rem; }
      .index__news .g-double .img {
        min-width: 42vw;
        width: 42vw;
        margin-right: 20px; }
      .index__news .g-double .text {
        padding-bottom: 0; }
        .index__news .g-double .text h3 {
          margin-bottom: 0;
          font-weight: bold;
          text-align: justify; }
      .index__news .g-double a {
        min-height: 1px; } }

.about-head {
  margin-top: 85px;
  padding-top: 4.16667vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  position: relative;
  z-index: 1; }
  .about-head .img {
    position: relative;
    height: 28.90625vw;
    min-height: 150px; }
    .about-head .img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
  @media (max-width: 577px) {
    .about-head {
      padding: 0;
      margin-top: 60px; } }

.about__mission .img {
  width: 46.875vw;
  padding-bottom: 50%; }
  @media (max-width: 577px) {
    .about__mission .img {
      padding-bottom: 70%; } }

.about__mission .c-textimg-lr-tr .text {
  padding-right: 1.30208vw; }
  @media (max-width: 1025px) {
    .about__mission .c-textimg-lr-tr .text {
      width: 90%;
      max-width: 90% !important;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -5%);
          -ms-transform: translate(-50%, -5%);
              transform: translate(-50%, -5%);
      background: #fff; } }

@media (min-width: 1025px) {
  .about__mission .wrap {
    max-width: 380px; } }

.about__service .c-textimg-tb .text {
  padding-bottom: 1.30208vw;
  position: relative; }
  .about__service .c-textimg-tb .text:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #aaa;
    position: absolute;
    right: 15px;
    top: 30px;
    background: url(../images/00-icon/arrow-main.svg) 50% 50% no-repeat;
    background-size: 20% 20%; }

@media (min-width: 1025px) {
  .about__service .c-textimg-tb .text {
    padding-right: 60px; } }

@media (max-width: 1025px) {
  .about__service .c-textimg-tb .block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%; }
  .about__service .c-textimg-tb .text:after {
    display: none; }
  .about__service .c-textimg-tb .img {
    height: 250px; } }

@media (max-width: 768px) {
  .about__service .c-textimg-tb .text {
    padding: 20px;
    min-height: 1px; }
  .about__service .c-textimg-tb .img {
    height: 200px; } }

@media (max-width: 577px) {
  .about__service .c-textimg-tb .img {
    height: 150px;
    width: 90%;
    margin: 0 auto; }
  .about__service .c-textimg-tb .text {
    padding-bottom: 20px; }
  .about__service .c-textimg-tb .block {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding-top: 30px; }
    .about__service .c-textimg-tb .block:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 90%;
      height: 2px;
      background: #f78b31; }
    .about__service .c-textimg-tb .block:first-child:before {
      display: none; }
  .about__service .c-textimg-tb h4 {
    margin-bottom: 0; } }

.about__team {
  padding-right: 2.60417vw;
  padding-left: 2.60417vw;
  padding-bottom: 0; }
  .about__team .g-quater a {
    position: relative;
    height: 365px;
    border: 1px solid #f78b31; }
    .about__team .g-quater a:hover .img-f, .about__team .g-quater a.active .img-f {
      opacity: 0;
      -webkit-transform: translateX(-53%);
          -ms-transform: translateX(-53%);
              transform: translateX(-53%); }
    .about__team .g-quater a:hover .img-b, .about__team .g-quater a.active .img-b {
      opacity: 1;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .about__team .g-quater img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s, transform 0.5s ease-in-out;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
    transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    @media (max-width: 577px) {
      .about__team .g-quater img {
        width: 80%;
        max-width: 280px; } }
  .about__team .g-quater .img-f {
    opacity: 1; }
  .about__team .g-quater .img-b {
    opacity: 0;
    -webkit-transform: translateX(-48%);
        -ms-transform: translateX(-48%);
            transform: translateX(-48%); }
  .about__team .g-quater .info {
    position: absolute;
    bottom: 0;
    padding: 0.78125vw 1.30208vw 0.78125vw 1.30208vw;
    width: 100%;
    height: 160px;
    color: #fff;
    background: rgba(247, 139, 49, 0.9); }
    .about__team .g-quater .info h4 {
      letter-spacing: 1px; }
      .about__team .g-quater .info h4 > span {
        display: block; }
        .about__team .g-quater .info h4 > span:first-child {
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    @media (max-width: 1441px) {
      .about__team .g-quater .info {
        height: 180px; } }
    @media (max-width: 577px) {
      .about__team .g-quater .info {
        padding: 15px 15px; } }

.about__sidenav {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  text-transform: uppercase;
  z-index: 10; }
  .about__sidenav > li {
    position: relative;
    padding-right: 40px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s; }
    .about__sidenav > li a {
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .about__sidenav > li + li {
      margin-top: 20px; }
    .about__sidenav > li:after {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      width: 20px;
      height: 1px;
      background: #000;
      -webkit-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
    .about__sidenav > li:hover {
      padding-right: 60px; }
      .about__sidenav > li:hover:after {
        width: 40px; }
  .about__sidenav:hover > li > a {
    opacity: 1; }
  @media (max-width: 1919px) {
    .about__sidenav {
      display: none; } }

.service {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  .service__items {
    position: relative;
    max-width: 980px;
    margin: 2.60417vw auto 0 auto;
    text-align: center;
    padding-bottom: 30px; }
    .service__items .wrap {
      position: static;
      max-width: 835px;
      margin: 0 auto; }
    .service__items .item {
      cursor: pointer;
      margin: 0 5px; }
      .service__items .item.slick-center .circle {
        -webkit-transform: scale(1.8);
            -ms-transform: scale(1.8);
                transform: scale(1.8);
        color: #fff;
        background: #f78b31; }
        @media (max-width: 577px) {
          .service__items .item.slick-center .circle {
            -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                    transform: scale(1.5); } }
      .service__items .item.slick-center + .item .circle {
        -webkit-transform: scale(1.3) translate(20px);
            -ms-transform: scale(1.3) translate(20px);
                transform: scale(1.3) translate(20px); }
    .service__items .siblings .circle {
      -webkit-transform: scale(1.3) translate(-20px);
          -ms-transform: scale(1.3) translate(-20px);
              transform: scale(1.3) translate(-20px); }
    .service__items .slick-track {
      height: 250px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .service__items .slick-arrow {
      font-weight: bold; }
    .service__items .circle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      vertical-align: middle;
      width: 110px;
      height: 110px;
      color: #515151;
      background: #fff;
      border-radius: 50%;
      -webkit-box-shadow: inset -15px -20px 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: inset -15px -20px 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .service__items .circle .svg {
        width: 50px;
        height: 50px; }
        .service__items .circle .svg svg {
          fill: currentColor;
          stroke: currentColor; }
      .service__items .circle .text {
        line-height: 1.4; }
      .service__items .circle:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30%;
        background: -webkit-radial-gradient(#000 0%, #fff 80%);
        background: -o-radial-gradient(#000 0%, #fff 80%);
        background: radial-gradient(#000 0%, #fff 80%);
        z-index: -8;
        left: 50%;
        -webkit-transform: translateX(-50%) translateZ(-1em);
                transform: translateX(-50%) translateZ(-1em);
        border-radius: 50%; }
    .service__items:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 25px 0 25px;
      border-color: #ffffff transparent transparent transparent;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 99%);
          -ms-transform: translate(-50%, 99%);
              transform: translate(-50%, 99%);
      z-index: 2; }
      @media (max-width: 577px) {
        .service__items:after {
          border-width: 20px 15px 0 15px; } }
  .service__intro {
    position: relative; }
    .service__intro .cover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .service__intro .content {
      width: 100%; }
      .service__intro .content .item {
        display: inline-block;
        width: 100%;
        height: 645px; }
        @media (max-width: 768px) {
          .service__intro .content .item {
            padding-bottom: 30px;
            height: auto; } }
        .service__intro .content .item .text {
          position: relative;
          color: #fff;
          z-index: 10000;
          padding: 5.98958vw 4.94792vw; }
          .service__intro .content .item .text__title {
            text-align: center;
            margin-bottom: 3.125vw; }
          .service__intro .content .item .text__tb {
            width: 100%;
            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; }
            .service__intro .content .item .text__tb .td {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 33.3333%;
                      flex: 0 1 33.3333%;
              max-width: 33.3333%;
              padding-left: 1.04167vw;
              padding-right: 1.04167vw;
              margin-bottom: 1.04167vw; }
              .service__intro .content .item .text__tb .td .wrap {
                height: 100%;
                position: relative;
                border-bottom: 1px solid rgba(204, 204, 204, 0.5);
                padding-bottom: 10px;
                padding-left: 30px; }
                .service__intro .content .item .text__tb .td .wrap:before {
                  content: '';
                  width: 1.2rem;
                  height: 1.2rem;
                  position: absolute;
                  z-index: 1;
                  left: 0;
                  top: 0.3rem;
                  background: url(../images/02-about/service2/check-circle.png) center no-repeat;
                  background-size: cover; }
                @media (max-width: 577px) {
                  .service__intro .content .item .text__tb .td .wrap {
                    padding-top: 10px; } }
              .service__intro .content .item .text__tb .td h5 {
                font-weight: normal; }
              @media (max-width: 1025px) {
                .service__intro .content .item .text__tb .td {
                  -webkit-box-flex: 0;
                      -ms-flex: 0 1 50%;
                          flex: 0 1 50%;
                  max-width: 50%; } }
              @media (max-width: 768px) {
                .service__intro .content .item .text__tb .td {
                  -webkit-box-flex: 0;
                      -ms-flex: 0 1 100%;
                          flex: 0 1 100%;
                  max-width: 100%; } }
        .service__intro .content .item .bgimg:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          @media (min-width: 576px) {
            .service__intro .content .item .bgimg:before {
              background: url("../images/02-about/service/cover.png") center no-repeat;
              background-size: cover; } }
          @media (max-width: 577px) {
            .service__intro .content .item .bgimg:before {
              background: #464646; } }
      .service__intro .content .slick-dots {
        bottom: 30px;
        z-index: 10; }
        .service__intro .content .slick-dots li button {
          position: relative;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          width: 1px;
          height: 1px;
          padding: 1px;
          background: #fff; }
          .service__intro .content .slick-dots li button:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.6);
            z-index: -1;
            border-radius: 50%;
            -webkit-transition: width 0.35s, height 0.35s;
            -o-transition: width 0.35s, height 0.35s;
            transition: width 0.35s, height 0.35s; }
        .service__intro .content .slick-dots li.slick-active button:after {
          width: 22px;
          height: 22px; }
        @media (max-width: 768px) {
          .service__intro .content .slick-dots {
            bottom: 10px; } }
      .service__intro .content .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.service2 {
  padding-left: 6.25vw;
  padding-right: 6.25vw; }
  .service2 .item {
    height: 100%; }
    .service2 .item__head {
      position: relative;
      height: 200px;
      background: url(../images/02-about/service2/block-bg.jpg) no-repeat;
      background-size: cover; }
      .service2 .item__head .circle {
        display: block;
        width: 180px;
        height: 180px;
        position: absolute;
        left: 50%;
        top: -20%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
      .service2 .item__head .title {
        width: 85%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        text-align: center;
        color: #fff; }
        .service2 .item__head .title h4 {
          padding: 0 20px;
          display: inline-block;
          position: relative;
          z-index: 1;
          background: url(../images/02-about/service2/block-bg.jpg) no-repeat; }
        .service2 .item__head .title__line {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-55%);
              -ms-transform: translateY(-55%);
                  transform: translateY(-55%);
          background: url(/images/02-about/service2/titleline.png) center center no-repeat;
          background-size: contain; }
        @media (max-width: 577px) {
          .service2 .item__head .title {
            width: 90%; }
            .service2 .item__head .title h4 {
              padding: 0 10px; } }
      @media (max-width: 577px) {
        .service2 .item__head {
          height: 170px; }
          .service2 .item__head .circle {
            width: 150px;
            height: 150px; } }
    .service2 .item__body {
      height: calc(100% - 215px);
      padding: 1.5625vw 1.82292vw;
      border-left: 1px solid #f78b31;
      border-right: 1px solid #f78b31;
      border-bottom: 5px solid #f78b31;
      text-align: justify; }
      @media (max-width: 577px) {
        .service2 .item__body {
          height: calc(100% - 180px);
          padding: 20px 15px; } }
  @media (min-width: 1025px) {
    .service2 .g-double > .block:nth-last-child(-n + 2) {
      margin-top: 2.60417vw; } }
  @media (max-width: 1025px) {
    .service2 .g-double > .block {
      margin-top: 5.20833vw; } }
  @media (max-width: 577px) {
    .service2 .g-double > .block {
      margin-top: 50px; } }

@media (max-width: 768px) {
  .service3 {
    padding: 0; } }

.service3 .wrap {
  padding-top: 185px;
  padding-bottom: 120px; }
  @media (max-width: 1281px) {
    .service3 .wrap {
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    .service3 .wrap {
      padding-top: 50px;
      padding-bottom: 0; } }

.service3 .circle {
  position: relative;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  border: 1px dashed #aaa; }
  @media (max-width: 1281px) {
    .service3 .circle {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  @media (max-width: 1025px) {
    .service3 .circle {
      border: none; } }
  @media (max-width: 768px) {
    .service3 .circle {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      width: 95%;
      height: auto;
      border-radius: 0; } }
  .service3 .circle__items {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    z-index: 2; }
    .service3 .circle__items:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 25px 0 25px;
      border-color: #ffffff transparent transparent transparent;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 99%);
          -ms-transform: translate(-50%, 99%);
              transform: translate(-50%, 99%);
      z-index: 2; }
      @media (max-width: 577px) {
        .service3 .circle__items:after {
          border-width: 20px 15px 0 15px; } }
    .service3 .circle__items .item {
      cursor: pointer;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      outline: none; }
      .service3 .circle__items .item__gif {
        position: relative;
        z-index: 1;
        display: block; }
        @media (max-width: 768px) {
          .service3 .circle__items .item__gif {
            width: 150px;
            height: 150px; } }
      .service3 .circle__items .item__text {
        position: relative;
        font-weight: bold; }
      @media (min-width: 769px) {
        .service3 .circle__items .item {
          width: 145px;
          height: 145px;
          position: absolute; }
          .service3 .circle__items .item:nth-child(1) {
            left: 50%;
            top: 0;
            -webkit-transform: translate(-50%, -80%);
                -ms-transform: translate(-50%, -80%);
                    transform: translate(-50%, -80%); }
            .service3 .circle__items .item:nth-child(1) .item__text {
              right: -70%; }
          .service3 .circle__items .item:nth-child(2) {
            top: 18%;
            right: -18%; }
            .service3 .circle__items .item:nth-child(2) .item__text {
              right: -100%; }
          .service3 .circle__items .item:nth-child(3) {
            bottom: -5%;
            right: -5%; }
            .service3 .circle__items .item:nth-child(3) .item__text {
              right: -130%; }
          .service3 .circle__items .item:nth-child(4) {
            bottom: -5%;
            left: -5%; }
            .service3 .circle__items .item:nth-child(4) .item__text {
              left: -70%; }
          .service3 .circle__items .item:nth-child(5) {
            top: 18%;
            left: -18%; }
            .service3 .circle__items .item:nth-child(5) .item__text {
              left: -70%; }
          .service3 .circle__items .item__text {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .service3 .circle__items .item.active .item__ring, .service3 .circle__items .item:hover .item__ring {
            opacity: 1;
            -webkit-animation: rotate 10s both linear infinite;
                    animation: rotate 10s both linear infinite; }
          .service3 .circle__items .item__ring {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            border: 2px dashed #aaa;
            opacity: 0;
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s; } }
      @media (max-width: 768px) {
        .service3 .circle__items .item {
          width: 100px;
          text-align: center; }
          .service3 .circle__items .item__gif {
            display: inline-block; } }
    .service3 .circle__items .slick-arrow {
      color: #000;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      .service3 .circle__items .slick-arrow.slick-disabled {
        cursor: initial;
        color: #aaa; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    @media (min-width: 769px) {
      .service3 .circle__items {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (max-width: 768px) {
      .service3 .circle__items {
        position: relative;
        height: auto;
        padding-bottom: 30px; } }
  .service3 .circle__top {
    width: 77%;
    height: 77%;
    background: url(../images/02-about/service3/bg-t.png) no-repeat;
    background-size: cover;
    z-index: 1; }
    @media (max-width: 768px) {
      .service3 .circle__top {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        width: 100%;
        height: auto;
        background: transparent;
        min-height: 400px;
        background: #464646; } }
    .service3 .circle__top .info {
      position: absolute;
      left: 50%;
      top: 0;
      width: 75%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #fff;
      z-index: 2;
      padding-top: 80px;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      min-height: 300px; }
      @media (max-width: 768px) {
        .service3 .circle__top .info {
          width: 90%;
          padding-top: 40px; } }
      .service3 .circle__top .info.active {
        opacity: 1; }
    .service3 .circle__top h4 {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(204, 204, 204, 0.5);
      margin-bottom: 20px; }
    .service3 .circle__top .ul-check > li:before {
      background: url(../images/02-about/service2/check-circle.png) no-repeat; }
  .service3 .circle__bg {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: url(../images/02-about/service3/bg.png) no-repeat;
    background-size: cover;
    z-index: 0; }
    @media (max-width: 768px) {
      .service3 .circle__bg {
        width: auto;
        height: auto;
        background: transparent; } }
    .service3 .circle__bg .arrow {
      width: 108%;
      height: 108%;
      background: url(../images/02-about/service3/ring.png) 50% 0% no-repeat;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
      @media (max-width: 768px) {
        .service3 .circle__bg .arrow {
          display: none; } }

.service4 .text {
  background: rgba(247, 139, 49, 0.9);
  color: #fff;
  max-width: 540px;
  top: 60px;
  padding-left: 4.16667vw;
  padding-right: 4.6875vw;
  padding-bottom: 5.72917vw;
  line-height: 1.8; }

.service4 .hr {
  background: #fff; }

.service4 .img {
  width: 45.3125vw;
  height: 35.41667vw;
  margin-left: auto;
  position: relative; }

@media (min-width: 1025px) {
  .service4 .imgfill {
    display: inline-block;
    width: 45.3125vw;
    height: 35.41667vw; }
  .service4 .imgslide__control {
    width: 13.54167vw; } }

@media (max-width: 1025px) {
  .service4 .text {
    margin-top: 20px; }
  .service4 .img {
    height: auto; } }

@media (max-width: 577px) {
  .service4 .text {
    margin-top: 0; } }

.service5 .text {
  min-width: 35.3125vw;
  padding-top: 6.51042vw;
  padding-bottom: 7.03125vw;
  padding-left: 5.20833vw;
  padding-right: 3.125vw;
  background: rgba(247, 139, 49, 0.9);
  color: #fff; }

.service5 .hr {
  background: #fff; }

.service5 .img {
  width: 38.54167vw;
  height: 35.41667vw;
  margin-right: auto;
  position: relative; }

@media (min-width: 1025px) {
  .service5 .imgfill {
    display: inline-block;
    width: 38.54167vw;
    height: 35.41667vw; }
  .service5 .imgslide__control {
    width: 15.36458vw; } }

@media (max-width: 1025px) {
  .service5 .img {
    height: auto; } }

.service-team {
  min-height: 100vh;
  padding-top: 11.19792vw; }
  .service-team .slick-slider {
    position: static; }
  .service-team .slick-list {
    overflow: visible; }
  .service-team .slick-arrow {
    background: #f78b31; }
  .service-team .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .service-team .wrap {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.13, 0.94);
    transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.13, 0.94);
    -o-transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0, 0.13, 0.94);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0, 0.13, 0.94);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0, 0.13, 0.94), -webkit-transform 0.5s cubic-bezier(0, 0, 0.13, 0.94); }
    .service-team .wrap.active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  @media (max-width: 1441px) {
    .service-team .wrap {
      margin-top: 5vw; } }
  @media (max-width: 768px) {
    .service-team {
      min-height: 1px; } }
  @media (max-width: 577px) {
    .service-team {
      padding-top: 85px; }
      .service-team .slick-track {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .service-team .slick-arrow {
        top: 150px; } }

.teamslide {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 3.90625vw 0;
  background-color: #fff;
  background: url(../images/02-about/team/bg.jpg) center center no-repeat;
  background-size: cover; }
  .teamslide .item {
    position: static;
    width: 65%;
    margin-left: auto;
    margin-right: 17.70833vw; }
  .teamslide__imgcircle {
    position: absolute;
    bottom: 0; }
  .teamslide__img {
    height: auto;
    max-width: 450px;
    position: relative;
    z-index: 5; }
  .teamslide__text {
    margin-left: auto;
    max-width: 420px; }
    .teamslide__text .title span {
      display: inline-block;
      vertical-align: middle; }
      .teamslide__text .title span:first-child {
        color: #f78b31; }
        @media (max-width: 577px) {
          .teamslide__text .title span:first-child {
            font-size: 20px; } }
        .teamslide__text .title span:first-child:after {
          content: '';
          display: inline-block;
          margin-left: 10px;
          margin-right: 8px;
          width: 1px;
          height: 15px;
          background: #aaa; }
          @media (max-width: 577px) {
            .teamslide__text .title span:first-child:after {
              display: none; } }
      .teamslide__text .title span:last-child {
        color: #8a8c8f; }
        @media (max-width: 577px) {
          .teamslide__text .title span:last-child {
            font-size: 18px; } }
      @media (max-width: 577px) {
        .teamslide__text .title span {
          display: block; } }
    .teamslide__text .list {
      position: relative;
      padding: 1.5625vw;
      margin-top: 1.04167vw;
      margin-bottom: 1.04167vw;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .teamslide__text .list .edu {
        position: absolute;
        left: 0;
        top: -0.8rem;
        padding-right: 5px;
        background: #fff; }
      .teamslide__text .list li {
        position: relative;
        padding-left: 15px; }
        .teamslide__text .list li + li {
          margin-top: 5px; }
        .teamslide__text .list li:before {
          content: '';
          width: 5px;
          height: 5px;
          position: absolute;
          left: 0;
          top: 0.6rem;
          background: url(../images/02-about/team/dot.png) no-repeat; }
      @media (max-width: 577px) {
        .teamslide__text .list {
          padding-top: 10px;
          padding-bottom: 10px; } }
    .teamslide__text p {
      margin-bottom: 0; }
  .teamslide__overlay {
    padding-top: 1.04167vw;
    padding-bottom: 4.16667vw;
    background: #eee; }
    .teamslide__overlay:before {
      content: '';
      width: 60vw;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #dfdfdf;
      z-index: -1; }
      @media (max-width: 577px) {
        .teamslide__overlay:before {
          display: none; } }
  @media (max-width: 1441px) {
    .teamslide .item {
      width: 80%;
      margin-right: auto; }
    .teamslide__img {
      width: 30vw; } }
  @media (max-width: 1025px) {
    .teamslide .item {
      width: 90%; }
    .teamslide__img {
      width: 30vw; }
    .teamslide__text {
      padding-right: 20px; } }
  @media (max-width: 768px) {
    .teamslide .item {
      width: 100%; }
    .teamslide__text {
      max-width: 380px;
      padding-right: 40px; } }
  @media (max-width: 577px) {
    .teamslide .item {
      max-width: 85%; }
    .teamslide__imgcircle {
      width: 55%;
      height: 0;
      padding-bottom: 90%;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      overflow: hidden; }
    .teamslide__img {
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 2%);
          -ms-transform: translate(-50%, 2%);
              transform: translate(-50%, 2%);
      width: 100%; }
    .teamslide__text {
      padding-right: 0; }
      .teamslide__text .title {
        text-align: center; }
      .teamslide__text .fz55 {
        text-align: center; }
    .teamslide__overlay {
      padding-top: 20px; }
    .teamslide:nth-child(2) .teamslide__imgcircle {
      -webkit-transform: translateX(2%);
          -ms-transform: translateX(2%);
              transform: translateX(2%); }
    .teamslide:nth-child(3) .teamslide__imgcircle {
      -webkit-transform: translateX(5%);
          -ms-transform: translateX(5%);
              transform: translateX(5%); }
    .teamslide:nth-child(5) .teamslide__imgcircle {
      -webkit-transform: translateX(-2%);
          -ms-transform: translateX(-2%);
              transform: translateX(-2%); }
    .teamslide:nth-child(7) .teamslide__imgcircle {
      -webkit-transform: translateX(5%);
          -ms-transform: translateX(5%);
              transform: translateX(5%); }
    .teamslide:nth-child(8) .teamslide__imgcircle {
      -webkit-transform: translateX(5%);
          -ms-transform: translateX(5%);
              transform: translateX(5%); }
    .teamslide:nth-child(11) .teamslide__imgcircle {
      -webkit-transform: translateX(5%);
          -ms-transform: translateX(5%);
              transform: translateX(5%); } }

@media (max-width: 577px) {
  .slick-team .slick-arrow {
    background: transparent;
    color: #000; } }

.project-wrap {
  padding-left: 2.60417vw;
  padding-right: 2.60417vw; }
  @media (max-width: 577px) {
    .project-wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.project__list .img {
  position: relative;
  height: 0;
  padding-bottom: 70%; }
  .project__list .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .project__list .img:hover:before {
    opacity: 0; }

.project__list .text {
  padding-top: 20px; }
  .project__list .text .fz16 {
    color: #59575d; }
  @media (max-width: 577px) {
    .project__list .text h4 {
      margin-bottom: 0; } }

@media (max-width: 577px) {
  .project__list li + li {
    margin-top: 10px; }
  .project__list .text {
    padding-top: 10px;
    padding-bottom: 10px; }
  .project__list .img {
    padding-bottom: 50%; } }

.project__main .l-text-editor {
  border-bottom: none; }

.project__main .l-title {
  margin-bottom: 1.04167vw; }

.news-wrap {
  padding-left: 3.90625vw;
  padding-right: 3.90625vw; }

.news-inner .l-title {
  text-align: left; }
  .news-inner .l-title .fz16 {
    color: #000; }
  @media (max-width: 768px) {
    .news-inner .l-title {
      text-align: center; } }

.news-inner .l-share {
  margin-top: 0; }

.news-inner .l-text-editor {
  color: #59575d; }

.news-inner .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  .news-inner .subtitle__class > span:nth-child(2) {
    padding: 0 5px; }
  @media (max-width: 768px) {
    .news-inner .subtitle__class {
      margin-bottom: 10px; } }
  .news-inner .subtitle__time * {
    display: inline-block;
    vertical-align: middle; }
  .news-inner .subtitle__time .time__tag {
    border: 1px solid #f78b31;
    border-radius: 30px;
    padding: 2px 15px;
    margin-right: 5px;
    color: #f78b31; }
  .news-inner .subtitle__time .time__text {
    color: #000; }
  .news-inner .subtitle__time .time + .time {
    margin-left: 20px; }
  @media (max-width: 768px) {
    .news-inner .subtitle__time {
      margin-bottom: 10px; }
      .news-inner .subtitle__time .time {
        margin-top: 10px; }
      .news-inner .subtitle__time .time + .time {
        margin-left: 0; } }
  @media (max-width: 768px) {
    .news-inner .subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 10px;
      padding-bottom: 10px; } }

.news__selects {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news__selects > .l-select {
    width: 180px; }
    @media (max-width: 1281px) {
      .news__selects > .l-select {
        width: 150px; } }
    .news__selects > .l-select:first-child {
      margin-right: 10px; }
  @media (max-width: 1025px) {
    .news__selects {
      margin-top: 15px;
      position: relative;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.news__textimg-arrow > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .news__textimg-arrow > .block .img,
  .news__textimg-arrow > .block .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%; }
  .news__textimg-arrow > .block .img {
    height: auto; }
  .news__textimg-arrow > .block .text {
    position: relative;
    padding-top: 3.64583vw;
    padding-bottom: 3.64583vw; }
    .news__textimg-arrow > .block .text:before {
      top: 50%;
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid; }
  .news__textimg-arrow > .block:nth-child(odd) .text {
    padding-left: 5.20833vw;
    padding-right: 4.16667vw; }
    .news__textimg-arrow > .block:nth-child(odd) .text:before {
      left: 0;
      -webkit-transform: translate(-50%, -49%);
          -ms-transform: translate(-50%, -49%);
              transform: translate(-50%, -49%);
      border-width: 50px 30px 50px 0;
      border-color: transparent #ffffff transparent transparent; }
  .news__textimg-arrow > .block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .news__textimg-arrow > .block:nth-child(even) .text {
      padding-right: 5.20833vw;
      padding-left: 4.16667vw; }
      .news__textimg-arrow > .block:nth-child(even) .text:before {
        right: 0;
        -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        border-width: 50px 0 50px 30px;
        border-color: transparent transparent transparent #ffffff; }
  .news__textimg-arrow > .block:first-child {
    border-top: 1px solid #e7e7e7; }
  .news__textimg-arrow > .block:last-child {
    border-bottom: 1px solid #e7e7e7; }
  @media (max-width: 768px) {
    .news__textimg-arrow > .block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 20px; }
      .news__textimg-arrow > .block:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .news__textimg-arrow > .block .img,
      .news__textimg-arrow > .block .text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 100%; }
      .news__textimg-arrow > .block .img {
        padding-bottom: 60%; }
      .news__textimg-arrow > .block .text {
        text-align: center; }
      .news__textimg-arrow > .block .text::before {
        display: none; }
      .news__textimg-arrow > .block:nth-child(odd) .text, .news__textimg-arrow > .block:nth-child(even) .text {
        padding: 20px 0; } }

.news__textimg-arrow .fz18 {
  margin-top: 20px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: justify; }
  @media (max-width: 577px) {
    .news__textimg-arrow .fz18 {
      margin-top: 10px; } }

.news__textimg-arrow .btn-rec {
  margin-top: 30px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 1px; }
  .news__textimg-arrow .btn-rec:hover {
    background: #f78b31;
    color: #fff;
    border-color: #f78b31; }
  @media (max-width: 768px) {
    .news__textimg-arrow .btn-rec {
      margin-top: 20px; } }

@media (max-width: 768px) {
  .news__textimg-arrow {
    margin-top: 20px; } }

.information__list > .block {
  padding: 1.82292vw; }
  .information__list > .block .img {
    height: 400px;
    overflow: hidden; }
  .information__list > .block .text {
    width: 90%;
    color: #fff;
    background: rgba(247, 139, 49, 0.9);
    padding: 1.5625vw;
    -webkit-transform: translateY(-35px);
        -ms-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    .information__list > .block .text h4 {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  @media (min-width: 1025px) {
    .information__list > .block .imgfill {
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .information__list > .block:hover .imgfill {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .information__list > .block:hover .text {
      -webkit-transform: translate(15px, -50px);
          -ms-transform: translate(15px, -50px);
              transform: translate(15px, -50px); } }
  @media (max-width: 577px) {
    .information__list > .block {
      height: auto; }
      .information__list > .block .img {
        height: 200px; }
      .information__list > .block .text {
        width: 100%;
        -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
                transform: translateY(-15px); } }

.contact__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  .contact__list > li {
    padding: 15px 10px; }
  .contact__list .wrap {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 576px) {
      .contact__list .wrap .text {
        white-space: nowrap; } }
  .contact__list .icon {
    margin-top: 0.5rem;
    width: 45px;
    height: 45px;
    margin-right: 20px; }
    .contact__list .icon-fix {
      width: 50px;
      height: 50px; }
  .contact__list h4 {
    color: #59575d; }
  @media (max-width: 1025px) {
    .contact__list {
      margin-bottom: 30px; } }
  @media (max-width: 577px) {
    .contact__list > li {
      padding: 10px; }
    .contact__list .icon {
      width: 35px;
      height: 35px; }
      .contact__list .icon-fix {
        width: 38px;
        height: 38px; } }

.contact__map {
  max-width: 1100px;
  height: 550px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 577px) {
    .contact__map {
      height: 300px; } }

.sitemap__list {
  max-width: 1100px;
  margin: 0 auto; }
  .sitemap__list > .block {
    text-align: center;
    padding: 1.04167vw 1.30208vw; }
    .sitemap__list > .block h3 {
      text-transform: uppercase;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      letter-spacing: 1px; }
    .sitemap__list > .block .img {
      margin-bottom: 20px;
      height: 200px; }
      @media (max-width: 1025px) {
        .sitemap__list > .block .img {
          height: 150px; } }
    .sitemap__list > .block .text > ul {
      text-align: center;
      color: #59575d; }
      .sitemap__list > .block .text > ul li {
        margin-top: 15px; }
      .sitemap__list > .block .text > ul h4 {
        font-weight: normal;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        .sitemap__list > .block .text > ul h4:hover {
          color: #f78b31; }

.terms .l-title {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: justify; }
  .terms .l-title .fz18 {
    color: #000; }
  @media (max-width: 1441px) {
    .terms .l-title {
      margin-bottom: 50px; } }

.terms__list {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify; }
  .terms__list > section + section {
    margin-top: 50px; }
  .terms__list h3 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc; }
  .terms__list ul {
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 0; }
    .terms__list ul li {
      position: relative;
      padding-left: 1.5rem; }
      .terms__list ul li:before {
        content: '·';
        font-size: 40px;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 0.5rem;
        color: #f78b31; }
      .terms__list ul li + li {
        margin-top: 1rem; }
  .terms__list p {
    font-size: 18px; }
  @media (max-width: 1441px) {
    .terms__list h3 {
      margin-bottom: 20px; }
    .terms__list > li + li {
      margin-top: 30px; } }

body,
html {
  font-family: 'Microsoft JhengHei', 'fontello', sans-serif;
  font-size: 16px;
  background-color: #ececec;
  height: 100%; }

.wp {
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .wp.active {
    opacity: 1; }

p {
  line-height: 1.6; }

/*選單增加英文start*/
.header__menu li,.header__menu li:nth-child(-n + 4){margin-top:-15px;}
.header__menu li.no-bd,.header__menu li.fb{margin-top:0;}
.header__menu li span{
  display:block;position: absolute;text-align:center;margin:auto;left:0;right:0;
  font-size:14px;font-family:"Montserrat";}
.header__menu li.no-bd span{display:none;}
.header__menu li:hover span{padding-top:10px;transition:padding 0.3s ease;}
.header__menu li.active span{padding-top:10px;}

@media(max-width:1100px){
  .header__menu li:nth-child(-n + 4){margin-right:40px;}
}
@media(max-width:1025px){
  .header__menu li,.header__menu li:nth-child(-n + 4){margin-top:0px;}
  .header__menu li:nth-child(-n + 6) a{padding:10px 0 0 0;}
  .header__menu li span{font-size:16px;position:static;padding-bottom:10px;}
  .header__menu li.no-bd span{display:block;}
  .header__menu li:hover span{padding-top:0px;transition:padding 0.3s ease;}
  .header__menu li.no-bd a{font-size:18px;}
}
@media(max-width:577px){
  .header__menu li span{font-size:14px;}
.header__menu li.no-bd a{font-size:16px;}
}

/*# sourceMappingURL=style.css.map */
