/*!
 * 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: 1.6rem;
}

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 {
  max-width: 100%;
  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;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
img {
  max-width: 100%;
}

a {
  color: inherit;
}

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

address {
  margin-bottom: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background: url(../images/00-logo-icon/drop-down.png) 95% no-repeat;
}

select::-ms-expand {
  display: none;
}

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;
}

.layout__container-full,
.layout__container-1400,
.layout__container-1280,
.layout__hero,
.layout__nav-search,
.layout__nav-class .mobile-nav,
.layout__page-title,
.layout__grid-news .list,
.service .index__team .slider,
.service .index__team .slider ul,
.research .innovation__resource,
.research .innovation__service .wrap,
.research .education__service .wrap,
.welfare .page2 .head .wrap,
.system .area__head .wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout__hero .hero__content img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}

.layout__nav-search li.flex-end .btn__back,
.layout__block-left-right li,
.layout__grid-qa>li .arrowdown,
.layout__grid-expand .arrowdown,
.layout__lightbox .reader,
.sidenav .arrow,
.footer__top .arrow,
.btn__circle,
.slick-arrow,
.index .slider__item,
.index .img-video:before,
.service .online__08 a,
.research .index__edu .btn,
.research .index__search .block,
.research .innovation__result .item,
.system .about__idea .ideas .img,
.system .branch-info-slide .slider a {
  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;
}

.layout__hero-index .hero__content .layout__container-1400,
.index .slider__item .text,
.service .online__03 .info__icon i,
.welfare .page3 .layout__nav-search .btns__btn .svg,
.welfare .page3 .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

.svg {
  margin-left: auto;
  margin-right: auto;
}

.svg svg {
  fill: currentColor;
}

.por {
  position: relative;
}

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

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

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

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

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

.fwn {
  font-weight: normal;
}

.fc-black {
  color: #000;
}

.fc-light {
  color: #808080;
}

.fc-red {
  color: red;
}

.fc-main {
  color: #f68825;
}

.fc-sub {
  color: #ff1f48;
}

.tdu {
  text-decoration: underline;
}

.tal {
  text-align: left;
}

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

.tar {
  text-align: right;
}

.ls2 {
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .tac-tablet-por {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
}

.mt140 {
  margin-top: 140px;
}

@media (max-width: 576px) {
  .mt140 {
    margin-top: 50px;
  }
}

.mt80 {
  margin-top: 80px;
}

@media (max-width: 576px) {
  .mt80 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

@media (max-width: 576px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml40 {
  margin-left: 40px;
}

.pt70 {
  padding-top: 60px;
}

.pd100 {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .pd100 {
    padding: 50px 0;
  }
}

.pb80 {
  padding-bottom: 80px;
}

@media (max-width: 576px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.pd-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .pd-lr-50 {
    padding-left: 0;
    padding-right: 0;
  }
}

.dib {
  display: inline-block !important;
}

@media (min-width: 577px) {
  .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: 576px) {
  .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;
  }
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f68825 !important;
  border-radius: 5px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background: #aaa;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -10px !important;
}

.fz-70 {
  font-size: 70px;
  font-size: 7rem;
}

@media (max-width: 1919px) {
  .fz-70 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media (max-width: 576px) {
  .fz-70 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.fz-64 {
  font-size: 64px;
  font-size: 6.4rem;
}

@media (max-width: 1919px) {
  .fz-64 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media (max-width: 576px) {
  .fz-64 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.fz-48 {
  font-size: 48px;
  font-size: 4.8rem;
}

@media (max-width: 1281px) {
  .fz-48 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .fz-48 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 576px) {
  .fz-48 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fz-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

@media (max-width: 768px) {
  .fz-36 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fz-32 {
  font-size: 32px;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .fz-32 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fz-30 {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .fz-30 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.fz-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

@media (max-width: 576px) {
  .fz-28 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.fz-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

@media (max-width: 576px) {
  .fz-26 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fz-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 576px) {
  .fz-24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fz-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 576px) {
  .fz-22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fz-20 {
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 576px) {
  .fz-20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fz-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 576px) {
  .fz-18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fz-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media (max-width: 576px) {
  .fz-17 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fz-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fz-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fz-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.layout__container-full {
  max-width: 1920px;
}

.layout__container-1400 {
  max-width: 1400px;
}

@media (max-width: 1441px) {
  .layout__container-1400 {
    width: 90%;
  }
}

.layout__container-1280 {
  width: 95%;
  max-width: 1280px;
}

.layout__hero {
  position: relative;
  max-width: 1920px;
  margin-top: 90px;
}

@media (max-width: 1281px) {
  .layout__hero {
    margin-top: 70px;
  }
}

.layout__hero .slider {
  width: 100%;
  height: 100%;
}

.layout__hero .slick-list,
.layout__hero .slick-track {
  height: 100%;
}

.layout__hero .slick-prev {
  left: 40px;
}

.layout__hero .slick-next {
  right: 40px;
}

.layout__hero .slick-next::before {
  font-size: 12rem;
}

.layout__hero .slick-prev::after {
  font-size: 12rem;
}

.layout__hero .slick-dots {
  top: 80%;
}

.layout__hero .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  min-height: 235px;
}

.layout__hero .hero__content .fz-48,
.layout__hero .hero__content .fz-24 {
  -webkit-animation: fade-up 1s;
  animation: fade-up 1s;
}

.layout__hero .hero__info {
  margin-top: 2rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1281px) {
  .layout__hero .hero__info {
    margin-top: 0;
    line-height: 1.3;
  }
}

.layout__hero .fz-64 {
  line-height: 1.2;
}

.layout__hero .slick-active .fz-64 {
  -webkit-animation: fade-up 1s;
  animation: fade-up 1s;
}

.layout__hero-index {
  height: auto;
}

.layout__hero-index .hero__content {
  padding-bottom: 15%;
}

@media (max-width: 768px) {
  .layout__hero-index .hero__content {
    padding-bottom: 25%;
  }
}

.layout__hero.hero-nav {
  z-index: 3;
}

.layout__hero.hero-nav .hero__content {
  height: 40vh;
}

.layout__hero.hero-nav .nav {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  list-style: none;
}

.layout__hero.hero-nav .nav li {
  width: 275px;
  display: inline-block;
  border-radius: 100px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.layout__hero.hero-nav .nav li+li {
  margin-left: 15px;
}

.layout__hero.hero-nav .nav li a {
  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;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
}

.layout__hero.hero-nav .nav li .svg {
  width: 40px;
  height: 40px;
  margin-left: 40px;
  margin-right: 0;
  color: #f68825;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.layout__hero.hero-nav .nav li .svg-adjust {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.layout__hero.hero-nav .nav li .svg-system-about {
  width: 50px;
}

.layout__hero.hero-nav .nav li:hover,
.layout__hero.hero-nav .nav li.active {
  background: #f68825;
  color: #fff;
  border: none;
}

.layout__hero.hero-nav .nav li:hover .svg,
.layout__hero.hero-nav .nav li.active .svg {
  color: #fff;
}

@media (max-width: 1025px) {
  .layout__hero.hero-nav .nav {
    left: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .layout__hero.hero-nav .nav li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    border-radius: 0;
  }

  .layout__hero.hero-nav .nav li+li {
    margin-left: 0;
  }

  .layout__hero.hero-nav .nav li .svg {
    margin-left: 20px;
    width: 30px;
    height: 30px;
  }

  .layout__hero.hero-nav .nav li .svg-system-about {
    width: 35px;
  }
}

@media (max-width: 768px) {
  .layout__hero.hero-nav .nav li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
  }

  .layout__hero.hero-nav .nav li .svg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }

  .layout__hero.hero-nav .nav .fz-24 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (max-width: 576px) {
  .layout__hero.hero-nav .hero__content {
    height: calc(var(--vh, 1vh) * 35);
  }

  .layout__hero.hero-nav .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.layout__hero.no-nav {
  z-index: 3;
}

.layout__hero.no-nav .hero__content {
  height: 40vh;
}

@-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);
  }
}

@media (max-width: 1919px) {
  .layout__hero .slider {
    text-align: center;
  }
}

@media (max-width: 1441px) {
  .layout__hero .slick-next::before {
    font-size: 8rem;
  }

  .layout__hero .slick-prev::after {
    font-size: 8rem;
  }
}

@media (max-width: 1025px) {
  .layout__hero .layout__container-1400 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .layout__hero {
    margin-top: 50px;
  }

  .layout__hero .slick-arrow {
    display: none !important;
  }
}

.layout__breadcrumb {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
}

.layout__breadcrumb * {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1281px) {
  .layout__breadcrumb ul {
    max-width: 45%;
  }
}

@media (min-width: 577px) {
  .layout__breadcrumb ul {
    margin-left: 5px;
  }
}

.layout__breadcrumb li+li:before {
  content: '>';
  margin-right: 2px;
}

.layout__breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .layout__breadcrumb>span:first-child {
    display: none;
  }
}

.layout__nav-top {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
}

.layout__nav-top ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}

.layout__nav-top ul li {
  position: relative;
}

.layout__nav-top ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  height: 25px;
  width: 1px;
  background: #fff;
}

.layout__nav-top ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.layout__nav-top ul a:hover .circle {
  border: none;
  background: #f68825;
}

.layout__nav-top .circle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.layout__nav-top .svg {
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

@media (max-width: 1025px) {
  .layout__nav-top {
    display: none;
  }
}

.layout__nav-search {
  width: 95%;
  max-width: 1260px;
  padding-bottom: 35px;
}

.layout__nav-search ul {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  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;
}

.layout__nav-search li:not(.flex-end) {
  background: #fff;
  border-radius: 50px;
  min-width: 350px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 20px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 0 0 20px 1px rgba(128, 128, 128, 0.3);
  margin: 0 10px;
}

.layout__nav-search li:not(.flex-end)>* {
  display: inline-block;
  vertical-align: middle;
}

.layout__nav-search li.flex-end {
  position: absolute;
  right: 0;
}

.layout__nav-search li.flex-end .btn__back {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f68825;
  color: #fff;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.layout__nav-search li.flex-end .btn__back:hover {
  background: #f89d4c;
}

.layout__nav-search li.flex-end .btn__back .svg {
  width: 60%;
  height: 60%;
}

.layout__nav-search select {
  width: 100%;
  background: url(../images/00-logo-icon/drop-down-grey.png) 98% no-repeat;
}

.layout__nav-search button {
  padding: 0;
}

.layout__nav-search input {
  width: calc(100% - 36px);
  padding: 0 5px;
}

.layout__nav-search i:before {
  font-size: 20px;
  color: #f68825;
}

.layout__nav-search.layout__nav-search-between ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1025px) {
  .layout__nav-search ul {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .layout__nav-search ul li+li {
    margin-top: 10px !important;
  }

  .layout__nav-search li:not(.flex-end) {
    padding: 10px;
    border: 1px solid #aaa;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 1px;
  }

  .layout__nav-search input {
    padding: 0;
  }
}

.layout__nav-class ul {
  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;
}

.layout__nav-class li {
  position: relative;
}

.layout__nav-class li+li:before {
  content: '';
  height: 15px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.layout__nav-class a {
  padding: 0 30px;
  display: inline-block;
}

.layout__nav-class a:hover {
  font-weight: bold;
  color: #f68825;
}

.layout__nav-class a.active {
  font-weight: bold;
  color: #f68825;
}

.layout__nav-class h3 {
  position: relative;
  margin-bottom: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}

.layout__nav-class select {
  width: 100%;
  text-align: center;
}

.layout__nav-class .mobile-nav {
  width: 90%;
  max-width: 500px;
  border: 1px solid #ccc;
}

.layout__nav-class .mobile-nav select {
  padding: 10px 20px;
}

@media (max-width: 1025px) {
  .layout__nav-class a {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .layout__nav-class h3 {
    margin: 30px 0;
  }
}

.layout__nav-subclass .nav {
  padding: 0 30px;
}

.layout__nav-subclass .nav li {
  display: inline-block;
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin: 0 5px;
  cursor: pointer;
  min-width: 195px;
  text-align: center;
  color: #666;
}

.layout__nav-subclass .nav li:hover {
  color: #000;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #f6f6f6;
}

.layout__nav-subclass .nav a {
  display: block;
}

.layout__nav-subclass .nav .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.layout__nav-subclass .nav .slick-slide {
  float: none;
}

.layout__nav-subclass .nav .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.layout__nav-subclass .nav .slick-next {
  right: 40px;
}

.layout__nav-subclass .nav .slick-next:before {
  font-size: 3rem;
}

.layout__nav-subclass .nav .slick-prev {
  left: auto;
  right: 90px;
}

.layout__nav-subclass .nav .slick-prev:after {
  font-size: 3rem;
}

.layout__nav-subclass .list {
  padding: 20px 0;
}

.layout__nav-subclass .wrap {
  background: #fff;
  padding: 60px 50px;
}

.layout__nav-subclass .wrap .slick-slide img {
  display: inline-block;
}

.layout__nav-subclass .wrap .ul-circle-color>li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}

.layout__nav-subclass .wrap .ul-circle-color .fz-18 {
  margin-bottom: 10px;
}

.layout__nav-subclass .wrap .ul-circle-color .fz-17 {
  line-height: 1.9;
}

.layout__nav-subclass .wrap a {
  color: #0b15f3;
  text-decoration: underline;
}

.layout__nav-subclass .item {
  display: block;
  pointer-events: none;
}

.layout__nav-subclass .item.slick-active {
  pointer-events: all;
}

.layout__nav-subclass .img {
  display: inline-block;
  max-width: 100%;
}

.layout__nav-subclass .img img {
  width: 100%;
}

.layout__nav-subclass.nav-tab .nav li {
  padding: 10px 10px;
}

.layout__nav-subclass.nav-tab .nav .slick-current {
  color: #000;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #f6f6f6;
}

.layout__nav-subclass.nav-href .nav .nav-current {
  color: #000;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #f6f6f6;
}

.layout__nav-subclass.nav-href .nav a {
  padding: 10px 10px;
}

@media (max-width: 768px) {
  .layout__nav-subclass .wrap {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .layout__nav-subclass .nav {
    padding: 0 10px;
  }

  .layout__nav-subclass .nav .slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    right: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .layout__nav-subclass .nav .slick-next {
    right: 0px;
  }

  .layout__nav-subclass .nav .slick-prev {
    left: 0;
    right: auto;
  }
}

.layout__urgent {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: #fff;
  z-index: 10;
}

.layout__urgent .layout__container-1400 {
  position: relative;
  padding: 20px;
  opacity: 0;
}

.layout__urgent .btn-close {
  cursor: pointer;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  right: 0;
  top: 0;
}

.layout__urgent .icon-urgent {
  width: 30px;
  height: 30px;
}

.layout__urgent .ul-arrow>li:before {
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}

.layout__urgent:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background: #0A561F;
  z-index: -1;
  -webkit-transition: height 0.5s 1s;
  -o-transition: height 0.5s 1s;
  transition: height 0.5s 1s;
}

.layout__urgent.active {
  height: auto;
}

.layout__urgent.active:after {
  height: 100%;
}

.layout__urgent.active .layout__container-1400 {
  -webkit-animation: blink 0.8s 1.5s forwards;
  animation: blink 0.8s 1.5s forwards;
}

.layout__urgent span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.layout__urgent ul {
  display: inline-block;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .layout__urgent .btn-close {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
  }
}

@media (max-width: 1025px) {
  .layout__urgent .layout__container-1400 {
    padding: 10px 0;
  }
}

.layout__textimg .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.layout__textimg .col>* {
  position: relative;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
}

.layout__textimg .col__text>* {
  width: 100%;
}

.layout__textimg .col__text .btn__round-transparent {
  width: auto;
}

.layout__textimg .col__img {
  height: auto;
}

@media (min-width: 769px) {
  .layout__textimg .col:nth-child(even) .col__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .layout__textimg .col:nth-child(even) .col__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 768px) {
  .layout__textimg .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout__textimg .col>* {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    max-width: 100%;
  }
}

.layout__textimg-arrow .col:nth-child(odd) .col__text:before {
  border-width: 25px 0 25px 40px;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-color: transparent transparent transparent #ffffff;
}

.layout__textimg-arrow .col:nth-child(even) .col__text:before {
  border-width: 25px 40px 25px 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: transparent #ffffff transparent transparent;
}

.layout__textimg-arrow .col__text:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

@media (max-width: 576px) {
  .layout__textimg-arrow .col__text:before {
    display: none;
  }
}

.layout__block-left-right {
  width: 100%;
}

.layout__block-left-right li {
  position: relative;
}

.layout__block-left-right li:nth-child(odd) .block__text {
  margin-left: auto;
}

.layout__block-left-right .block__text {
  max-width: 480px;
  padding: 0 20px;
}

.layout__block-left-right .block__text p {
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .layout__block-left-right .block__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.layout__block-img-lr li {
  position: relative;
}

.layout__block-img-lr .layout__container-1400 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}

.layout__block-img-lr .text {
  z-index: 1;
}

@media (max-width: 576px) {
  .layout__block-img-lr .layout__container-1400 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .layout__block-img-lr .text {
    text-align: center;
  }
}

.layout__block-info .block {
  margin-top: 60px;
}

.layout__block-info .block__title {
  margin-bottom: 20px;
}

.layout__block-info .block__title>* {
  display: inline-block;
  vertical-align: middle;
}

.layout__block-info .block__title .fz-32:before {
  font-family: 'fontello';
  content: '\e815';
  display: inline-block;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  font-size: 24px;
  margin-right: 20px;
  color: #f68825;
}

.layout__block-info .block__title .fz-17 {
  margin-left: 20px;
}

@media (max-width: 576px) {
  .layout__block-info .block__title {
    text-align: center;
  }

  .layout__block-info .block__title>* {
    display: block;
  }

  .layout__block-info .block__title .fz-32 {
    color: #f68825;
  }

  .layout__block-info .block__title .fz-32:before {
    display: none;
  }

  .layout__block-info .block__title .fz-17 {
    margin-left: 0;
  }
}

.layout__block-info .block__text {
  padding: 25px 45px;
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .layout__block-info .block__text {
    padding: 20px;
  }

  .layout__block-info .block__text .layout__tablewrap {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .layout__block-info .block {
    margin-top: 30px;
  }
}

.layout__page-title {
  position: relative;
  width: 95%;
  max-width: 960px;
  text-align: center;
}

.layout__page-title p {
  margin-top: 20px;
}

.layout__page-title .btn__round-transparent {
  position: absolute;
  right: 0;
  top: 0;
}

.layout__grid-circleblock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__grid-circleblock .child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  text-align: center;
  padding: 5px;
}

.layout__grid-circleblock .child>a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 1025px) {
  .layout__grid-circleblock .child>a:hover {
    font-weight: bold;
    background: #fee9d7 !important;
  }
}

.layout__grid-circleblock .child .text {
  width: calc(100% - 240px);
}

@media (max-width: 1025px) {
  .layout__grid-circleblock .child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .layout__grid-circleblock .child .text {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .layout__grid-circleblock .child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.layout__grid-circleblock .imgLiquidFill {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.layout__grid-circleblock .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1025px) {
  .layout__grid-circleblock .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout__grid-circleblock .col__child {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

@media (max-width: 576px) {
  .layout__grid-circleblock .col__child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout__grid-circleblock .col .child {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

.layout__grid-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.layout__grid-double>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 5px;
  display: inline-block;
}

.layout__grid-double a {
  display: block;
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-align: center;
  color: inherit !important;
  text-decoration: none !important;
}

.layout__grid-double a:hover {
  background: #f68825;
  border-color: #f68825;
  color: #fff !important;
  font-weight: bold;
}

.layout__grid-double .full {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  .layout__grid-double li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.layout__grid-qa {
  counter-reset: my-awesome-counter;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding: 0;
}

.layout__grid-qa>li {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  overflow: hidden;
}

.layout__grid-qa>li .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-left: 30px;
}

@media (max-width: 576px) {
  .layout__grid-qa>li .title {
    margin-left: 10px;
  }
}

.layout__grid-qa>li .arrowdown {
  cursor: pointer;
  margin-left: 10px;
  color: #aaa;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.layout__grid-qa>li .arrowdown i:before {
  font-size: 32px;
}

.layout__grid-qa>li:hover .title {
  color: #f68825;
  font-weight: bold;
}

.layout__grid-qa>li:hover .qa__index {
  color: #f68825;
}

.layout__grid-qa>li:hover .title:before {
  color: #f68825;
}

.layout__grid-qa>li:hover .arrowdown {
  color: #f68825;
}

.layout__grid-qa>li.active {
  padding-bottom: 20px;
}

.layout__grid-qa>li.active .title {
  color: #f68825;
  font-weight: bold;
}

.layout__grid-qa>li.active .title:before {
  color: #f68825;
}

.layout__grid-qa>li.active .arrowdown i:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #f68825;
}

.layout__grid-qa>li.active .qa__index {
  color: #f68825;
}

.layout__grid-qa h5 {
  margin-bottom: 0;
}

.layout__grid-qa .qa__head {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 40px;
}

.layout__grid-qa .qa__index {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  top: 0;
}

@media (max-width: 576px) {
  .layout__grid-qa .qa__index {
    font-size: 18px;
  }
}

.layout__grid-qa .qa__body {
  padding-left: 80px;
  padding-right: 80px;
  line-height: 1.7;
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.layout__grid-qa .qa__body p+p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .layout__grid-qa .qa__head {
    padding: 20px;
  }

  .layout__grid-qa .qa__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .layout__grid-qa>li .title {
    margin-left: 10px;
  }

  .layout__grid-qa>li .arrowdown i:before {
    -webkit-transform: translate(0%, 10%);
    -ms-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  .layout__grid-qa>li.active .arrowdown i:before {
    -webkit-transform: translate(0%, 4%) rotate(180deg);
    -ms-transform: translate(0%, 4%) rotate(180deg);
    transform: translate(0%, 4%) rotate(180deg);
  }
}

.layout__grid-expand li {
  background: #f4f4f4;
}

.layout__grid-expand li+li {
  margin-top: 15px;
}

.layout__grid-expand li.active .body {
  padding-bottom: 30px;
  max-height: 400px;
}

.layout__grid-expand li.active .arrowdown i:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ff1f48;
}

.layout__grid-expand li.active .title span:first-child {
  color: #ff1f48;
}

.layout__grid-expand li.active .title span:last-child {
  font-weight: bold;
}

.layout__grid-expand .head {
  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 40px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .layout__grid-expand .head {
    padding: 20px;
  }
}

.layout__grid-expand .body {
  padding-left: 20px;
  padding-right: 100px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, padding-bottom 0.5s;
  -o-transition: max-height 0.5s, padding-bottom 0.5s;
  transition: max-height 0.5s, padding-bottom 0.5s;
}

@media (max-width: 1025px) {
  .layout__grid-expand .body {
    padding-right: 40px;
  }
}

@media (max-width: 576px) {
  .layout__grid-expand .body {
    padding-right: 20px;
  }
}

.layout__grid-expand .text {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.layout__grid-expand .wrap {
  padding-left: 20px;
}

@media (max-width: 576px) {
  .layout__grid-expand .wrap {
    padding-left: 0;
  }
}

.layout__grid-expand .hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.layout__grid-expand .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding-right: 20px;
  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;
}

.layout__grid-expand .title div:last-child {
  min-width: 450px;
}

.layout__grid-expand .title .icon-location:before {
  color: #ff1f48;
  font-size: 32px;
}

@media (max-width: 1025px) {
  .layout__grid-expand .title {
    -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;
  }

  .layout__grid-expand .title div:last-child {
    margin-top: 10px;
    min-width: 1px;
  }
}

@media (max-width: 576px) {
  .layout__grid-expand .title .icon-location:before {
    font-size: 20px;
  }
}

.layout__grid-expand .arrowdown {
  cursor: pointer;
  color: #aaa;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.layout__grid-expand .arrowdown i:before {
  font-size: 32px;
}

.layout__imggrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39.58333vw;
}

.layout__imggrid .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imggrid .row.row-l {
  -webkit-box-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.layout__imggrid .row.row-nl {
  -webkit-box-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imggrid .row.row-nl .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
}

.layout__imggrid .text {
  color: #fff;
  text-align: left;
}

.layout__imggrid .cover {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.layout__imggrid .cover .btn__round-transparent {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}

.layout__imggrid .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 50px 50px 30px 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layout__imggrid .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.layout__imggrid .img:before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 101%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  -webkit-transition: background-image 0.5s;
  -o-transition: background-image 0.5s;
  transition: background-image 0.5s;
}

.layout__imggrid .img.active .cover {
  background: rgba(0, 0, 0, 0.6);
}

.layout__imggrid .img.active .content {
  bottom: 50%;
}

@media (min-width: 1025px) {
  .layout__imggrid .img:hover .cover {
    background: rgba(0, 0, 0, 0.6);
  }

  .layout__imggrid .img:hover .content {
    bottom: 50%;
  }
}

@media (max-width: 1441px) {
  .layout__imggrid .content {
    padding: 10px 15px;
  }
}

@media (max-width: 1025px) {
  .layout__imggrid {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout__imggrid .img {
    cursor: pointer;
  }

  .layout__imggrid .text {
    text-align: center;
  }

  .layout__imggrid .row.row-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 500px;
  }

  .layout__imggrid .row.row-nl {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .layout__imggrid .row.row-nl .img {
    height: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width: 768px) {
  .layout__imggrid .content {
    padding: 50px 15px;
  }

  .layout__imggrid .cover .btn__round-transparent {
    -webkit-transform: translate(-50%, 120%);
    -ms-transform: translate(-50%, 120%);
    transform: translate(-50%, 120%);
  }
}

@media (max-width: 576px) {
  .layout__imggrid .row {
    height: auto;
  }

  .layout__imggrid .row .img {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 350px;
  }

  .layout__imggrid .row.row-l {
    height: 350px;
  }

  .layout__imggrid .row.row-nl .img {
    height: 350px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.layout__grid-news {
  padding-top: 90px;
}

.layout__grid-news .search-box {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
}

.layout__grid-news .search-box a {
  padding: 0;
  display: inline-block;
}

.layout__grid-news .search-box i {
  color: #f68825;
  font-size: 24px;
  line-height: 0;
}

.layout__grid-news .search-box i:before {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .layout__grid-news .search-box {
    position: relative;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .layout__grid-news .search-box input {
    width: calc(100% - 40px);
  }
}

.layout__grid-news .list {
  max-width: 1450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__grid-news .list li {
  padding: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  max-width: 33.3333%;
}

.layout__grid-news .list .wrap {
  display: block;
}

.layout__grid-news .list .wrap:hover .fz-20 {
  color: #f68825;
}

.layout__grid-news .list .wrap:hover .imgLiquidFill {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.layout__grid-news .list .img {
  height: 14.0625vw;
  overflow: hidden;
  position: relative;
}

.layout__grid-news .list .imgLiquidFill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -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;
}

.layout__grid-news .list .fz-20 {
  padding: 20px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

@media (max-width: 1441px) {
  .layout__grid-news .list {
    width: 95%;
  }

  .layout__grid-news .list .img {
    height: 16vw;
  }
}

@media (max-width: 1025px) {
  .layout__grid-news .list li {
    padding: 10px;
  }

  .layout__grid-news .list .fz-20 {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .layout__grid-news .list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .layout__grid-news .list .img {
    height: 26vw;
  }
}

@media (max-width: 576px) {
  .layout__grid-news .list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    max-width: 100%;
  }

  .layout__grid-news .list .img {
    height: 46.55172vw;
  }
}

.layout__grid-news .layout__pagination {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .layout__grid-news {
    padding-top: 30px;
  }

  .layout__grid-news h3 {
    margin-bottom: 30px;
  }

  .layout__grid-news .layout__pagination {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.layout__form {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.layout__form .head {
  padding: 20px 45px;
}

.layout__form .head-2 {
  padding: 40px 50px 0 50px;
}

.layout__form .form {
  width: 100%;
  padding: 20px 45px;
}

.layout__form .form .row {
  padding: 10px 0;
}

.layout__form .form .row-half {
  display: inline-block;
  width: 48%;
}

.layout__form .form .row-half .td:last-child {
  width: 80%;
}

.layout__form .form .row-half:nth-child(even) {
  margin-left: 20px;
}

@media (max-width: 1025px) {
  .layout__form .form .row-half .td:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .layout__form .form .row-half {
    width: 100%;
  }

  .layout__form .form .row-half:nth-child(even) {
    margin-left: 0;
  }
}

.layout__form .form .align-top .td {
  vertical-align: top;
}

.layout__form .form .verify input {
  width: 200px;
}

@media (max-width: 576px) {
  .layout__form .form .verify input {
    width: 100%;
  }
}

.layout__form .form .verify__img {
  display: inline-block;
}

.layout__form .form .td {
  display: inline-block;
  vertical-align: middle;
}

.layout__form .form .td:first-child {
  width: 110px;
}

.layout__form .form .td:last-child {
  width: calc(80% - 100px);
}

.layout__form .form .td.td-full {
  width: calc(100% - 150px);
  margin: -5px;
}

.layout__form .form .td.td-full>* {
  margin: 5px;
}

.layout__form .form .td.td-full>*+* {
  margin-left: 5px;
}

@media (max-width: 1025px) {
  .layout__form .form .td.td-full {
    width: 100% !important;
  }
}

.layout__form .form .hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 30px 0;
}

.layout__form .inline {
  margin-bottom: 30px;
}

.layout__form .inline li {
  display: inline-block;
  margin-right: 20px;
}

.layout__form .no-margin {
  margin-bottom: 0;
}

.layout__form #problem-chiayi {
  display: none;
}

.layout__form input,
.layout__form select,
.layout__form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 20px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.layout__form .input-short {
  width: 50px;
}

.layout__form .select-s {
  width: 160px;
}

.layout__form .select-w {
  width: 200px;
}

.layout__form .select-l {
  width: 250px;
}

.layout__form .radio {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  margin-bottom: 5px;
}

.layout__form .radio input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.layout__form .radio input:checked~.checkmark:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #808080;
}

.layout__form .radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.layout__form .radio .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.layout__form .radio:hover .checkmark {
  background: #ccc;
}

.layout__form .img {
  text-align: left;
}

.layout__form .margin-top {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .layout__form .head {
    padding: 25px 20px;
  }

  .layout__form .head-2 {
    padding: 25px 20px 0 20px;
  }

  .layout__form .inline {
    margin-bottom: 20px;
  }

  .layout__form .form {
    padding: 25px 20px;
  }

  .layout__form .form .td:last-child {
    width: calc(100% - 120px);
  }
}

@media (max-width: 576px) {
  .layout__form img {
    width: 100%;
  }

  .layout__form select[class^='select'] {
    width: 100%;
  }

  .layout__form .form .td {
    display: block;
  }

  .layout__form .form .td:first-child {
    margin-bottom: 10px;
  }

  .layout__form .form .td:last-child {
    width: 100%;
  }

  .layout__form .form .inline li:first-child {
    margin-left: 0;
  }

  .layout__form .form .no-margin {
    margin-left: 0;
  }
}

.layout__form-btns {
  text-align: center;
}

.layout__form-btns .btn__rec-main {
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

@media (max-width: 576px) {
  .layout__form-btns .btn__rec-main {
    width: 95%;
  }
}

.layout__tablewrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow-x: auto;
}

.layout__table-main {
  width: 99.9%;
  text-align: center;
  min-width: 750px;
}

.layout__table-main th,
.layout__table-main td {
  padding: 10px 40px;
}

.layout__table-main th {
  background: #f68825;
  color: #fff;
}

.layout__table-main th+th {
  border-left: 1px solid #eee;
}

.layout__table-main td {
  border: 1px solid #ccc;
  background: #fff;
}

.layout__table-main td:nth-child(n + 3) {
  text-align: left;
}

.layout__table-main a {
  color: #f68825;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 1025px) {

  .layout__table-main th,
  .layout__table-main td {
    padding: 10px 15px;
  }
}

.layout__list {
  width: 100%;
}

.layout__list>li {
  width: 100%;
  padding: 30px 45px;
  border: 1px solid #ccc;
}

.layout__list>li+li {
  margin-top: 20px;
}

.layout__list>li>a {
  display: block;
  padding: 30px 45px;
}

.layout__list>li h3 {
  padding-left: 5px;
}

.layout__list>li h3:before {
  font-family: 'fontello';
  content: '\e803';
  display: inline-block;
  margin-right: 10px;
  color: #f68825;
  font-size: 18px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.layout__list>li.no-child {
  padding: 0;
}

.layout__list>li.no-child h3 {
  margin-bottom: 0;
}

.layout__list .innerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__list .innerlist>li {
  width: 20%;
  min-width: 20%;
  padding: 5px;
}

.layout__list .innerlist>li>a {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.layout__list .innerlist>li>a:hover {
  color: #fff;
  background: #f68825;
}

@media (max-width: 1025px) {
  .layout__list .innerlist>li {
    width: 25%;
    min-width: 25%;
  }
}

.layout__list .innerlist h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.layout__list .innerlist__childlist {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.layout__list .innerlist__childlist h4 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.layout__list .innerlist__childlist h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

.layout__list .innerlist__childlist a {
  display: block;
  padding: 5px;
}

.layout__list .innerlist__childlist a:hover {
  color: #f68825;
}

@media (min-width: 1025px) {
  .layout__list>.no-child:hover h3 {
    color: #f68825;
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  .layout__list>li {
    padding: 20px;
  }

  .layout__list .innerlist>li {
    width: 25%;
    min-width: 25%;
  }
}

@media (max-width: 576px) {
  .layout__list>li {
    text-align: center;
  }

  .layout__list>li h3 {
    margin-bottom: 15px;
    color: #f68825;
  }

  .layout__list>li h3:before {
    display: none;
  }

  .layout__list>li.no-child a {
    padding: 20px;
  }

  .layout__list .innerlist li {
    width: 100%;
    min-width: 100%;
  }
}

.layout__list.bg-white {
  background: transparent;
}

.layout__list.bg-white>li {
  background: #fff;
}

.layout__list-news {
  margin-top: 60px;
  margin-bottom: 50px;
}

.layout__list-news>ul {
  margin-top: 20px;
}

.layout__list-news>ul li {
  border-bottom: 1px solid #ccc;
}

.layout__list-news>ul li:first-child {
  border-top: 1px solid #ccc;
}

.layout__list-news>ul li a {
  display: block;
  padding: 10px 40px 20px 40px;
  -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;
}

.layout__list-news>ul li a:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.layout__list-news>ul li a:hover .block:last-child {
  color: #f68825;
}

.layout__list-news>ul li a:hover .tag {
  background: #f68825;
}

.layout__list-news>ul li a .block {
  display: inline-block;
  vertical-align: top;
}

.layout__list-news>ul li a .block:last-child {
  max-width: calc(100% - 260px);
}

@media (max-width: 768px) {
  .layout__list-news>ul li a .block:last-child {
    max-width: 100%;
  }
}

@media (max-width: 1281px) {
  .layout__list-news>ul li a {
    padding: 10px 0px 20px 0px;
  }
}

.layout__list-news .search-box {
  position: absolute;
  right: 0;
  top: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
}

.layout__list-news .search-box a {
  padding: 0;
  display: inline-block;
}

.layout__list-news .search-box i {
  color: #f68825;
  font-size: 24px;
  line-height: 0;
}

.layout__list-news .search-box i:before {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .layout__list-news .search-box {
    position: relative;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .layout__list-news .search-box input {
    width: calc(100% - 40px);
  }
}

.layout__list-news .block {
  display: inline-block;
  vertical-align: center;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  padding-top: 10px;
}

.layout__list-news .block:first-child {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.layout__list-news .block:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  right: 0;
  width: 1px;
  height: 20px;
  background: #ccc;
}

@media (max-width: 768px) {
  .layout__list-news .block:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    margin-right: 0;
  }

  .layout__list-news .block:first-child:after {
    display: none;
  }
}

.layout__list-news .tag {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  background: #838383;
  color: #fff;
  min-width: 90px;
  margin-right: 35px;
  line-height: 1;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .layout__list-news {
    margin-top: 30px;
  }

  .layout__list-news .search-box {
    margin-top: 20px;
  }
}

.layout__list-download>li {
  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: 15px 40px;
}

.layout__list-download>li+li {
  border-top: 1px solid #ccc;
}

.layout__list-download>li a {
  margin-left: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__list-download>li i {
  font-size: 32px;
  line-height: 1;
}

.layout__list-download>li:hover {
  background: #f4f4f4;
}

@media (max-width: 768px) {
  .layout__list-download>li {
    padding: 10px;
  }
}

.layout__list-cm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
}

.layout__list-cm>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
  padding: 10px;
}

@media (max-width: 1441px) {
  .layout__list-cm>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

@media (max-width: 1025px) {
  .layout__list-cm>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 768px) {
  .layout__list-cm>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .layout__list-cm>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.layout__list-cm>li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.layout__list-cm>li a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

.layout__list-cm>li a:hover {
  color: #f68825;
  border-color: #f68825;
}

.layout__list-cm>li a:hover:before {
  background: #f68825;
}

.layout__sec-subtitle {
  padding: 125px 20px 90px 20px;
  text-align: center;
}

@media (max-width: 576px) {
  .layout__sec-subtitle {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.layout__pagination {
  width: 95%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 80px;
}

.layout__pagination li {
  margin-top: 10px;
  display: inline-block;
}

.layout__pagination li+li {
  margin-left: 10px;
}

.layout__pagination a {
  position: relative;
  font-size: 16px;
  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;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
  border-radius: 5px;
}

.layout__pagination a:not(.page-more):hover {
  background: #ff1f48;
  color: #fff;
  border-color: #ff1f48;
}

.layout__pagination a.active {
  background: #ff1f48;
  color: #fff;
  border-color: #ff1f48;
}

.layout__pagination i {
  font-size: 24px;
  line-height: 0;
}

.layout__pagination .page-more {
  cursor: initial;
  background: transparent;
  border: none;
}

@media (max-width: 768px) {
  .layout__pagination {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.layout__newsinfo {
  margin-top: 80px;
}

.layout__newsinfo>* {
  margin-bottom: 20px;
}

.layout__newsinfo .head-tag {
  cursor: initial;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.layout__newsinfo .head-tag>.tag {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  color: #fff;
  background: #f68825;
}

.layout__newsinfo .head {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 45px;
  line-height: 1.2;
}

.layout__newsinfo .top {
  position: relative;
}

.layout__newsinfo .top h3 {
  max-width: 70%;
  margin-bottom: 0;
}

.layout__newsinfo .top .share {
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 101%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.layout__newsinfo .body {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
}

.layout__newsinfo .body>* {
  margin-bottom: 20px;
}

.layout__newsinfo .body img {
  display: block;
  margin: 0 15px 15px 0;
  max-width: 100%;
  height: auto;
}

.layout__newsinfo .body a {
  text-decoration: underline;
  color: #0b15f3;
}

.layout__newsinfo .body li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.layout__newsinfo .body .hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 50px;
  margin-bottom: 50px;
}

.layout__newsinfo .body .btn__round-full {
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

.layout__newsinfo .tag {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1;
}

.layout__newsinfo .tag span:first-child {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.layout__newsinfo .tag span:first-child:before {
  content: '';
  width: 1px;
  height: 18px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.layout__newsinfo .share {
  text-align: center;
}

.layout__newsinfo .share * {
  display: inline-block;
}

.layout__newsinfo .share img {
  width: 30px;
  height: 30px;
}

.layout__newsinfo .share ul {
  margin-left: 20px;
}

.layout__newsinfo .share ul li+li {
  margin-left: 10px;
}

.layout__newsinfo .btns {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.layout__newsinfo .btns .btn {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  background: #e3e3e3;
  width: 195px;
}

.layout__newsinfo .btns .btn i {
  position: absolute;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  transform: translateY(-52%);
}

.layout__newsinfo .btns .btn .icon-angle-left {
  left: 20px;
}

.layout__newsinfo .btns .btn .icon-angle-right {
  right: 20px;
}

.layout__newsinfo .btns .btn:hover {
  background: #cacaca;
}

.layout__newsinfo .btns .btn+.btn {
  margin-left: 10px;
}

.layout__newsinfo .btns .btn.red {
  background: #ff1f48;
  color: #fff;
}

.layout__newsinfo .btns .btn.red:hover {
  background: #ff4869;
}

@media (max-width: 576px) {
  .layout__newsinfo .btns .btn {
    width: 38vw;
  }

  .layout__newsinfo .btns .btn .icon-angle-left {
    left: 10px;
  }

  .layout__newsinfo .btns .btn .icon-angle-right {
    right: 10px;
  }

  .layout__newsinfo .btns .btn.red {
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80vw;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .layout__newsinfo .btns {
    margin-bottom: 110px;
  }
}

.layout__newsinfo .table {
  min-width: 545px;
}

.layout__newsinfo .table th {
  background: #f4f4f4;
  padding: 15px 10px;
}

.layout__newsinfo .table td {
  padding: 10px;
  border-top: 1px solid #ccc;
}

.layout__newsinfo .table td:first-child {
  border-right: 1px solid #ccc;
}

.layout__newsinfo .table .bdr {
  border-right: 1px solid #ccc;
}

.layout__newsinfo .table .bdn {
  border: none !important;
}

@media (max-width: 1025px) {
  .layout__newsinfo .top h3 {
    max-width: 100%;
  }

  .layout__newsinfo .top .share {
    display: none;
  }

  .layout__newsinfo .body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .layout__newsinfo .head-tag {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .layout__newsinfo {
    margin-top: 90px;
  }

  .layout__newsinfo .head {
    padding: 20px 0;
  }

  .layout__newsinfo .body {
    padding-left: 0;
    padding-right: 0;
  }
}

.layout__lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}

.layout__lightbox .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.layout__lightbox .wrap {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  height: 70%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.layout__lightbox .reader {
  width: 100%;
  height: 100%;
}

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

.layout__lightbox .btn-close {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 24px;
  line-height: 0;
  -webkit-transform: translate(25%, -25%);
  -ms-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
  -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.layout__lightbox .btn-close i:before {
  -webkit-transform: translate(-2px, 2px);
  -ms-transform: translate(-2px, 2px);
  transform: translate(-2px, 2px);
}

@media (max-width: 576px) {
  .layout__lightbox .wrap {
    width: 90%;
  }
}

.pd__page-title {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media (max-width: 1281px) {
  .pd__page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pd__section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 576px) {
  .pd__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pd__section-footer {
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .pd__section-footer {
    padding-bottom: 50px;
  }
}

.pd__nav-first {
  padding-top: 100px;
}

@media (max-width: 576px) {
  .pd__nav-first {
    padding-top: 50px;
  }
}

.pd__nav-title {
  padding-top: 70px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .pd__nav-title {
    padding-top: 30px;
  }
}

.bg-grey {
  background: #f6f6f6;
}

.bg-white {
  background: #fff;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
  -webkit-box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.301);
  box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.301);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header__logo {
  padding-right: 10vw;
}

.header__logo img {
  width: 320px;
  height: 70px;
  display: inline-block;
}

.header__logo h1 {
  width: 0;
  height: 0;
  margin: 0;
  line-height: 0;
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 1441px) {
  .header__logo {
    padding-right: 1vw;
  }
}

@media (max-width: 1281px) {
  .header__logo {
    padding-right: 0;
  }

  .header__logo img {
    width: 20vw;
  }
}

.header__menu .menu>li {
  display: inline-block;
}

.header__menu .menu>li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  background: #aaa;
}

.header__menu .menu>li:last-child:after {
  display: none;
}

@media (min-width: 1025px) {
  .header__menu .menu>li>a:hover {
    font-weight: bold;
    color: #f68825;
  }
}

.header__menu .menu__list {
  display: inline-block;
  padding: 30px 20px;
  cursor: pointer;
}

.header__menu .menu__list.nav-now {
  font-weight: bold;
  color: #f68825;
}

.header__menu .menu__list.active {
  font-weight: bold;
  color: #f68825;
}

@media (min-width: 1025px) {
  .header__menu .menu__list.active~.submenu {
    left: 0;
    -webkit-animation: submenu-fade-in 0.5s;
    animation: submenu-fade-in 0.5s;
  }
}

@media (max-width: 1025px) {
  .header__menu .menu__list.active {
    border-bottom: 1px solid #aaa;
  }

  .header__menu .menu__list.active~.submenu {
    max-height: 1500px;
  }
}

@media (max-width: 1281px) {
  .header__menu .menu__list {
    padding: 10px 10px;
  }
}

.header__menu .menu__fontchange {
  padding: 0 10px;
}

.header__menu .menu__fontchange ul {
  margin-left: 5px;
  display: inline-block;
}

.header__menu .menu__fontchange li {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #aaa;
  cursor: pointer;
}

.header__menu .menu__fontchange li:hover {
  background: #aaa;
  color: #fff;
}

.header__menu .menu__fontchange li.active {
  background: #aaa;
  color: #fff;
}

.header__menu .menu__wrap {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.header__menu .menu__wrap .icon-globe {
  color: #f68825;
}

.header__menu .menu__wrap .icon-globe:before {
  font-size: 24px;
}

.header__menu .menu__wrap .select-language {
  width: 100px;
  font-weight: bold;
  color: #f68825;
}

.header__menu .menu__wrap.search-holder {
  width: 40px;
  height: 30px;
}

.header__menu .menu__wrap.wrap-lang {
  width: auto;
  position: relative;
}

.header__menu .menu__wrap.wrap-lang .js-lang {
  padding-right: 30px;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #f68825;
  background: url(../images/00-logo-icon/drop-down.png) no-repeat;
  background-position: 95% 8px;
  cursor: pointer;
}

.header__menu .menu__wrap.wrap-lang .js-lang a {
  display: block;
}

.header__menu .menu__wrap.wrap-lang .js-lang.active {
  max-height: 150px;
}

.header__menu .menu__wrap.wrap-lang .js-lang.active .js-lang-for {
  max-height: 100px;
}

.header__menu .menu__wrap.wrap-lang .js-lang.active .js-lang-for a:hover {
  color: #ff1f48;
}

.header__menu .menu__wrap.wrap-lang .js-lang-for {
  width: 100px;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  z-index: 15;
}

.header__menu .menu__wrap.wrap-lang .js-lang-for li {
  padding: 10px;
}

@media (max-width: 1281px) {
  .header__menu .menu__wrap.wrap-lang .js-lang-for {
    top: 45px;
  }
}

.header__menu .menu__search {
  width: 0;
  opacity: 0;
}

.header__menu .menu__wrap-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 5px;
  z-index: 1;
  background: #fff;
  -webkit-transition: width 0.3s, opacity 0.3s, padding 0.3s;
  -o-transition: width 0.3s, opacity 0.3s, padding 0.3s;
  transition: width 0.3s, opacity 0.3s, padding 0.3s;
}

.header__menu .menu__wrap-search a,
.header__menu .menu__wrap-search button {
  padding: 0;
  color: #f68825;
}

.header__menu .menu__wrap-search .js-btn-search {
  position: absolute;
  right: 0;
}

.header__menu .menu__wrap-search .icon-search:before {
  font-size: 20px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header__menu .menu__wrap-search.active {
  border: 1px solid #aaa;
  width: 150px;
}

.header__menu .menu__wrap-search.active .menu__search {
  width: calc(100% - 40px);
  padding-left: 15px;
  opacity: 1;
}

.header__menu .menu__wrap-search.active a {
  padding-right: 5px;
}

.header__menu .submenu {
  width: 100%;
  border-top: 1px solid #aaa;
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 50;
}

@media (max-width: 1025px) {
  .header__menu .submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.header__menu .submenu__row {
  padding: 30px 50px;
}

@media (max-width: 1281px) {
  .header__menu .submenu__row {
    padding: 20px;
  }
}

.header__menu .mobile-top {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f68825;
}

.header__menu .mobile-top a {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: inline-block;
}

.header__menu .mobile-top a:nth-child(2) {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.header__menu .mobile-top .svg {
  color: #f68825;
  height: 35px;
  width: 35px;
}

.header__menu .mobile-search {
  background: #f68825;
  padding: 25px;
  color: #fff;
}

.header__menu .mobile-search .search {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  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;
}

.header__menu .mobile-search .search ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header__menu .mobile-search .search :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header__menu .mobile-search .search ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header__menu .mobile-search .search ::placeholder {
  color: #fff;
  opacity: 1;
}

.header__menu .mobile-search button {
  color: inherit;
}

.header__menu .mobile-search input {
  width: calc(100% - 40px);
  background: transparent;
}

.header__menu .mobile-search a {
  width: 30px;
}

.header__menu .mobile-search i:before {
  font-size: 18px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (min-width: 1025px) {
  .header__menu .submenu__title {
    display: block;
    padding-left: 0;
    font-size: 20px;
    padding-bottom: 5px;
    color: #f68825;
    border-bottom: 1px solid #aaa;
  }

  .header__menu .submenu__title:before {
    display: none;
  }
}

.header__mobile {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.header__mobile>* {
  display: inline-block;
}

.header__mobile .js-burgerlist.active .line:first-child {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.header__mobile .js-burgerlist.active .line:nth-child(2) {
  width: 0;
}

.header__mobile .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__mobile .burgerlist {
  cursor: pointer;
  width: 25px;
  height: 18px;
  position: relative;
}

.header__mobile .burgerlist .line {
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background: #f68825;
  -webkit-transition: width 0.3s, -webkit-transform 0.5s;
  transition: width 0.3s, -webkit-transform 0.5s;
  -o-transition: width 0.3s, transform 0.5s;
  transition: width 0.3s, transform 0.5s;
  transition: width 0.3s, transform 0.5s, -webkit-transform 0.5s;
}

.header__mobile .burgerlist .line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__mobile .burgerlist .line:last-child {
  bottom: 0;
}

.header__mobile .language {
  color: #f68825;
  cursor: pointer;
}

.header__mobile .language ul {
  text-align: center;
  background: #fff;
  position: fixed;
  left: -20px;
  top: 45px;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.header__mobile .language a {
  display: block;
  padding: 5px 10px;
}

.header__mobile .language.active ul {
  max-height: 150px;
}

@media (max-width: 576px) {
  .header__mobile .language ul {
    top: 35px;
  }
}

.header__mobile .icon-globe:before {
  font-size: 32px;
  line-height: 0;
}

.header a[class^="nav-"].active {
  color: #f68825;
  font-weight: bold;
}

@-webkit-keyframes submenu-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes submenu-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 1281px) {
  .header {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 1025px) {
  .header {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__menu {
    position: absolute;
    left: -9999px;
    top: 70px;
    width: 100%;
    background: #fff;
    height: calc(100vh - 70px);
    overflow-y: auto;
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }

  .header__menu.active {
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 50px;
  }

  .header__menu .menu>li {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #aaa;
  }

  .header__menu .menu>li:after {
    display: none;
  }

  .header__menu .menu>li a {
    display: block;
  }

  .header__menu .menu>li>a {
    border-top: 1px solid #aaa;
  }

  .header__menu .submenu {
    position: relative;
    border-top: none;
    left: 0;
  }

  .header__menu .submenu .layout__container-1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__menu .submenu__title {
    margin-bottom: 0;
    padding: 10px 25px 10px 45px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
  }

  .header__menu .submenu__title.no-bd {
    border: none;
  }

  .header__menu .submenu__title.no-bd.active {
    border-bottom: 1px solid #aaa;
  }

  .header__menu .submenu__title.no-bd.active~.ul-arrow li:last-child {
    border: none;
  }

  .header__menu .submenu__title:before {
    left: 30px;
  }

  .header__menu .submenu__title.active~.ul-arrow {
    max-height: 500px;
  }

  .header__menu .submenu__row {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 0 0 10px;
  }

  .header__menu .submenu__row:first-child {
    display: none;
  }

  .header__menu .submenu__row+.submenu__row {
    border-left: none;
  }

  .header__menu .submenu__row .ul-arrow {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }

  .header__menu .submenu__row .ul-arrow li {
    border-bottom: 1px solid #aaa;
  }

  .header__menu .submenu__row .ul-arrow li:before {
    left: 30px;
  }

  .header__menu .submenu__row a {
    padding: 10px 25px;
  }

  .header__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    padding: 10px 25px;
    background: #fef8f2;
  }

  .header__menu .menu__fontchange {
    display: none !important;
  }

  .header__menu .btn-close {
    display: none !important;
  }

  .header__menu .ul-arrow-full li {
    border-bottom: 1px solid #aaa;
  }

  .header__menu .ul-arrow-full li:before {
    left: 25px;
  }

  .header__menu .ul-arrow-full li:last-child {
    border-bottom: none;
  }

  .header__menu .menu__list:after,
  .header__menu .submenu__title:after {
    content: '\f105';
    font-size: 20px;
    float: right;
    margin-left: auto;
    color: #aaa;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .header__menu .menu__list.active:after,
  .header__menu .submenu__title.active:after {
    -webkit-transform: translateY(-2px) rotate(-90deg);
    -ms-transform: translateY(-2px) rotate(-90deg);
    transform: translateY(-2px) rotate(-90deg);
  }

  .header__mobile {
    padding-right: 20px;
  }

  .header__logo {
    padding-left: 20px;
  }

  .header__logo img {
    width: 240px;
  }

  .header .header__menu .menu>li .submenu__title>a {
    display: inline-block;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .header__logo {
    padding-left: 15px;
  }

  .header__logo img {
    width: 180px;
    height: 50px;
  }

  .header__mobile {
    padding-right: 15px;
  }

  .header__menu {
    top: 50px;
    height: calc(100vh - 50px);
  }
}

@media (min-width: 1025px) {
  .header .submenu {
    -webkit-box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.301);
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.301);
  }
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submenu__row {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: inline-block;
  vertical-align: top;
}

.submenu__row .content__wrap {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}

.submenu__row .content__wrap+.content__wrap {
  margin-left: 50px;
}

.submenu__row .content__wrap .wrap-title {
  margin-bottom: 10px;
}

.submenu__row .content__wrap .circle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.submenu__row .content__wrap li+li {
  margin-top: 10px;
}

.submenu__row .ul-arrow {
  margin-bottom: 5px;
}

.submenu__row .img {
  display: block;
  width: 350px;
  height: 200px;
}

.submenu__row li+li {
  margin-top: 5px;
}

.submenu__row a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .submenu__row a:hover {
    color: #f68825;
  }
}

@media (min-width: 1025px) {
  .submenu__row.lg {
    -webkit-box-flex: 2;
    -ms-flex: 2 auto;
    flex: 2 auto;
  }

  .submenu__row.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #f8f8f8;
  }
}

.submenu__title {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.submenu__title:before {
  content: '\f144';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-5px);
  -ms-transform: translateY(-50%) translateX(-5px);
  transform: translateY(-50%) translateX(-5px);
}

.submenu .layout__container-1400 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submenu .btn-close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  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;
}

.submenu .btn-close .icon-cancel:before {
  font-size: 36px;
}

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

@media (max-width: 1025px) {
  .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submenu__title {
    display: block;
  }
}

.sidenav {
  position: fixed;
  right: 60px;
  top: 50%;
  background: #fff;
  border: 1px solid #aaa;
  padding: 10px;
  border-radius: 50px;
  z-index: 10;
  text-align: center;
}

.sidenav ul {
  text-align: center;
}

.sidenav ul li {
  padding: 15px 0;
}

.sidenav ul li+li {
  border-top: 1px solid #aaa;
}

.sidenav a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.sidenav a .svg {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 5px;
  color: #90c331;
}

.sidenav a:hover {
  color: #f68825;
}

.sidenav a:hover .svg {
  color: #f68825;
}

.sidenav .arrow {
  width: 45px;
  height: 45px;
  background: #f68825;
  border-radius: 50%;
  color: #fff;
}

.sidenav .arrow i:before {
  font-size: 36px;
}

@media (min-width: 577px) {
  .sidenav {
    opacity: 0;
    -webkit-animation: sidenav-fade-in 0.8s 0.5s forwards ease-in-out;
    animation: sidenav-fade-in 0.8s 0.5s forwards ease-in-out;
  }
}

@media (max-width: 1441px) {
  .sidenav {
    right: 20px;
  }

  .sidenav a .svg {
    height: 30px;
    width: 30px;
  }

  .sidenav ul li {
    padding: 10px 0;
  }
}

@media (max-width: 1025px) {
  .sidenav {
    right: 20px;
    padding: 5px;
  }

  .sidenav .arrow {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  .sidenav {
    border-radius: 0;
    border: none;
    border-top: none;
    right: initial;
    top: initial;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
  }

  .sidenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
    max-width: 0;
    max-height: 0;
    padding-left: 30px;
  }

  .sidenav ul li {
    padding: 5px 0;
  }

  .sidenav ul li+li {
    border-top: none;
  }

  .sidenav.active {
    width: 100%;
    background: white;
    border-top: 1px solid #aaa;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 150;
  }

  .sidenav.active ul {
    width: 100%;
    max-width: 100%;
    max-height: none;
    -webkit-animation: sidenav-fade-in-mobile 0.5s;
    animation: sidenav-fade-in-mobile 0.5s;
  }

  .sidenav.active .arrow {
    background: #f68825;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 576px) {
  .sidenav.active .arrow {
    margin-bottom: 15px;
  }

  .sidenav .arrow {
    width: 30px;
    height: 30px;
  }

  .sidenav .arrow i:before {
    font-size: 24px;
  }
}

@-webkit-keyframes sidenav-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
    transform: translateY(-50%) translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
  }
}

@keyframes sidenav-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
    transform: translateY(-50%) translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
  }
}

@-webkit-keyframes sidenav-fade-in-mobile {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes sidenav-fade-in-mobile {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.footer {
  width: 100%;
  color: #fff;
}

.footer__top {
  background: #443424;
}

.footer__top select {
  width: 100%;
  background-color: #fff;
  display: block;
  border-radius: 5px;
  padding: 10px 20px;
}

.footer__top select+select {
  margin-top: 20px;
}

.footer__top .submenu__title {
  display: block;
}

.footer__top .links {
  width: 230px;
}

.footer__top .links__app {
  margin-top: 20px;
  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;
}

.footer__top .links__app img {
  width: 70px;
  height: 70px;
}

.footer__top .link a {
  line-height: 1;
}

.footer__top .link a:first-child {
  padding-right: 15px;
  border-right: 2px solid #aaa;
}

.footer__top .link a:last-child {
  padding-left: 10px;
}

.footer__top .link a:hover {
  color: #f68825;
}


.footer__top .apo-talk-box {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 190px;
  z-index: 100;
  overflow: hidden;
}
.footer__top .apo-talk {
  display: block;
  position: relative;
  padding: 12px 20px;
  border-radius: 36px;
  background-color: #fff;
  color: #000;
  margin: 12px;
  box-shadow:3px 3px 6px 3px #9e9d9d;
}
.footer__top .apo-talk::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}
.footer__top .apo-talk .apo-content {
  line-height: 24px;
  margin-bottom: 0;
}
.footer__top .apo-talk .apo-title {
  display: block;
  color: #F68825;
}


.footer__top .apo-icon {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #E6E6E5;
  z-index: 100;
}
.footer__top .apo-icon img {
 width: 100%;
}


.footer__top .arrow {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #90c331;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.footer__top .arrow i:before {
  font-size: 36px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer__top .arrow.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 1025px) {
  .footer__top .arrow:hover {
    background: #f68825;
  }
}

@media (max-width: 576px) {
  .footer__top .apo-talk-box {
    right: 15px;
    bottom: 130px;
  }
  .footer__top .apo-talk {
    padding: 8px 16px;
    border-radius: 36px;
    margin: 6px;
    box-shadow:2px 2px 4px 2px #9e9d9d;
  }
  .footer__top .apo-talk::after {
    bottom: -6px;
    right: 20px;
    border-width: 8px 6px 0 6px;
  }
  .footer__top .apo-talk .apo-content {
    font-size: 14px;
    line-height: 20px;
  }
  
  .footer__top .apo-icon {
    right: 15px;
    bottom: 65px;
    width: 60px;
    height: 60px;
  }

  .footer__top .arrow {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
  }

  .footer__top .arrow i:before {
    font-size: 20px;
  }
}

.footer__bottom {
  background: #261c12;
}

.footer__bottom .wrap>a {
  display: block;
  margin-top: 10px;
}

.footer__bottom .wrap>a:hover {
  color: #f68825;
}

.footer__bottom .btns {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__bottom .btns a {
  background: #443424;
}

.footer__bottom .btns a:hover {
  background: #55412d;
  color: #f68825;
}

.footer__logo {
  display: inline-block;
  max-width: 260px;
  width: 260px;
  height: 58px;
  margin-bottom: 20px;
}

.footer .layout__container-1280 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}

.footer .ul-arrow {
  display: inline-block;
  vertical-align: top;
}

.footer .submenu__row+.submenu__row {
  padding-left: 60px;
}

.footer .submenu__title:before {
  font-family: 'fontello';
  content: '\e815';
  color: #f68825;
}

.footer .ul-arrow li:before {
  color: #f68825;
}

.footer .ul-arrow+.ul-arrow {
  padding-left: 30px;
}

@media (max-width: 1025px) {
  .footer__top .links {
    width: 100%;
  }

  .footer__top .links__app {
    max-width: 250px;
  }

  .footer__top .layout__container-1280 {
    padding: 40px 60px;
  }

  .footer__bottom .layout__container-1280 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    padding: 40px 20px;
  }

  .footer__bottom .tar {
    text-align: center;
  }

  .footer__bottom .wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__bottom .wrap-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom .wrap-mobile .btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .footer__bottom .wrap-mobile .fz-14 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 15px;
  }

  .footer__bottom .wrap-mobile .tar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
  }

  .footer__bottom .policy {
    color: #aaa;
  }
}

@media (max-width: 576px) {
  .footer__top .layout__container-1280 {
    padding: 40px 40px;
  }

  .footer__bottom .btns .btn__round {
    padding: 5px 12px;
  }

  .footer__bottom .policy {
    font-size: 12px;
  }
}

.btn__round,
.btn__round-full,
.btn__round-full-green,
.btn__round-transparent {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.btn__rec,
.btn__rec-main,
.btn__rec-main-full {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.btn__round-full {
  width: 180px;
  background: #f68825;
  color: #fff;
  text-align: center;
}

.btn__round-full:hover {
  background: #e9730a;
}

.btn__round-full-green {
  width: 150px;
  background: #90c331;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
}

.btn__round-full-green:hover {
  background: #78a229;
}

.btn__round-transparent {
  font-weight: bold;
  border: 1px solid #f68825;
  color: #f68825;
  min-width: 130px;
  text-align: center;
}

.btn__round-transparent:hover {
  background: #f68825;
  color: #fff;
}

.btn__round-green {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
}

.btn__round-green:hover {
  background: #90c331;
  color: #fff;
  font-weight: bold;
}

.btn__rec {
  background: #e3e3e3;
}

.btn__rec:hover {
  background: #f68825;
  color: #fff;
}

.btn__rec.active {
  background: #f68825;
  color: #fff;
}

.btn__rec-main {
  border: 1px solid #f68825;
  color: #f68825;
}

.btn__rec-main:hover {
  background: #f68825;
  color: #fff;
}

.btn__rec-main-full {
  background: #f68825;
  color: #fff;
}

.btn__rec-main-full:hover {
  background: #f89d4c;
}

.btn__circle {
  border: 1px solid #f68825;
  color: #f68825;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.btn__circle i:before {
  font-size: 32px;
}

.btn__circle:hover {
  background: #f68825;
  color: #fff;
}

.ul-arrow>li {
  padding-left: 20px;
  position: relative;
}

.ul-arrow>li:before {
  font-family: 'fontello';
  content: '\e803';
  position: absolute;
  left: 0;
  top: 0.4rem;
}

@media (max-width: 1025px) {
  .ul-arrow>li:before {
    top: 1rem;
  }
}

.ul-arrow-full>li {
  padding-left: 20px;
  position: relative;
}

.ul-arrow-full>li:before {
  content: '\f144';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ul-circle>li {
  padding-left: 20px !important;
  position: relative;
}

.ul-circle>li:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #f68825;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.ul-circle>li+li {
  margin-top: 5px;
}

.ul-circle-color>li:nth-child(odd):before {
  background: #f68825;
}

.ul-circle-color>li:nth-child(even):before {
  background: #90c331;
}

.ul-circle-color>li:before {
  border: none;
}

.ol-circle {
  counter-reset: my-counter;
}

.ol-circle>li {
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 95px;
}

.ol-circle>li:last-child {
  border-bottom: none !important;
}

.ol-circle>li ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.ol-circle>li:before {
  counter-increment: my-counter;
  content: counter(my-counter, decimal-leading-zero);
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #90c331;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .ol-circle>li {
    padding-left: 60px;
  }

  .ol-circle>li:before {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.decline {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 120px;
  width: 3px;
  background: #f68825;
  z-index: 1;
}

@media (max-width: 768px) {
  .decline {
    height: 80px;
  }
}

.js-lightbox a {
  cursor: pointer;
}

input:focus,
textarea:focus {
  border-color: #f68825;
}

::-webkit-input-placeholder {
  opacity: 0.6;
}

:-ms-input-placeholder {
  opacity: 0.6;
}

::-ms-input-placeholder {
  opacity: 0.6;
}

::placeholder {
  opacity: 0.6;
}

.wp {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.wp.active {
  opacity: 1;
}

/* 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;
}

@media (min-width: 1025px) {
  .slick-dots li button:hover {
    outline: none;
    background: #fff;
  }
}

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

.slick-arrow {
  font-family: 'fontello';
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  z-index: 10;
}

.slick-next::before {
  color: inherit;
  font-size: 4rem;
  content: '\f105';
  line-height: 1;
  -webkit-transform: translate(2px, -2px);
  -ms-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
}

.slick-prev::after {
  color: inherit;
  font-size: 4rem;
  content: '\f104';
  line-height: 1;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.slick-disabled {
  opacity: 0.4;
}

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

.slick-arrow-round .slick-arrow {
  color: #fff;
  background: #d7d1cd;
  width: 50px;
  height: 50px;
}

.slick-arrow-round .slick-arrow:hover {
  background: #f68825;
}

@media (max-width: 576px) {
  .slick-arrow-round .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.index .layout__hero {
  height: auto;
}

.index .layout__hero .index__hero {
  display: block;
  max-width: 100%;
}

@media (max-width: 576px) {
  .index .layout__hero {
    height: auto;
  }

  .index .layout__hero .hero__content {
    text-align: center;
  }
}

.index .layout__hero .slick-active .fz-70 {
  -webkit-animation: fade-down 1s;
  animation: fade-down 1s;
}

.index .layout__hero .slick-active .fz-30 {
  -webkit-animation: fade-up-index 1s;
  animation: fade-up-index 1s;
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-up-index {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up-index {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.index .nav__hero {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 5;
}

.index .nav__hero li {
  display: inline-block;
  border-radius: 100px;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  background: #f68825;
  font-size: 0;
}

.index .nav__hero li .svg {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 5px;
}

.index .nav__hero li a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
}

.index .nav__hero li a .svg {
  -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;
}

.index .nav__hero li a:hover .svg {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1281px) {
  .index .nav__hero li a {
    padding: 10px;
  }

  .index .nav__hero li .svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 576px) {
  .index .nav__hero {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .index .nav__hero li {
    width: 100%;
    border-radius: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }

  .index .nav__hero li a {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    background: #f68825;
  }

  .index .nav__hero li a+a {
    margin-left: -4px;
  }

  .index .nav__hero li a:nth-child(even) {
    background: #f2780a;
  }

  .index .nav__hero li .svg {
    width: 30px;
    height: 30px;
  }
}

.index .padding-first {
  padding-top: 105px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .index .padding-first {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.index .layout__textimg {
  padding: 0 20px;
  display: block;
}

.index .layout__textimg .col__img {
  min-height: 1px;
  height: 19.79167vw;
}

.index .layout__textimg .col__img img {
  width: 100%;
}

.index .layout__textimg .col__text {
  padding: 40px;
}

@media (min-width: 769px) {
  .index .layout__textimg .col:nth-child(odd) .col__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .index .layout__textimg .col:nth-child(odd) .col__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .index .layout__textimg .col:nth-child(even) .col__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .index .layout__textimg .col:nth-child(even) .col__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.index .layout__textimg .fz-16 {
  margin-top: 10px;
}

.index .layout__textimg .btn__round-transparent {
  margin-top: 50px;
}

@media (max-width: 1281px) {
  .index .layout__textimg .btn__round-transparent {
    margin-top: 20px;
  }
}

@media (max-width: 1025px) {
  .index .layout__textimg .col__img {
    height: 25vw;
  }
}

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

  .index .layout__textimg .col {
    height: auto;
  }

  .index .layout__textimg .col__text {
    padding: 20px 0;
  }

  .index .layout__textimg .col__img {
    height: auto;
  }

  .index .layout__textimg .btn__round-transparent {
    margin-top: 25px;
  }
}

.index .slick-newsmain {
  position: relative;
  width: 100%;
}

.index .slick-newsmain .slick-dots {
  width: auto;
  right: 40px;
  bottom: 40px;
}

.index .slick-newsmain .slick-dots li button {
  width: 18px;
  height: 18px;
  border: none;
  background: #aaa;
}

.index .slick-newsmain .slick-dots li.slick-active button {
  background: #f68825;
}

.index .slick-newsmain .slick-dots li button:focus {
  background: #f68825;
}

@media (min-width: 1025px) {
  .index .slick-newsmain .slick-dots li button:hover {
    background: #f68825;
  }
}

@media (max-width: 1025px) {
  .index .slick-newsmain .slick-dots {
    bottom: 10px;
  }
}

@media (max-width: 576px) {
  .index .slick-newsmain .slick-dots {
    bottom: -20px;
  }
}

.index .newslider {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
}

.index .newslider__top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  padding: 0 40px;
}

.index .newslider__top .btn__rec {
  width: 160px;
  z-index: 1;
  position: absolute;
}

.index .newslider__top .btn__rec+.btn__rec {
  margin-left: 175px;
}

.index .newslider__bottom {
  display: inline-block;
  padding: 100px 60px 50px 60px;
}

.index .newslider .slick-block-switch .slick-list {
  padding-top: 10px;
}

.index .newslider .layout__container-1400 {
  position: relative;
}

.index .newslider .newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: static;
}

.index .newslider .newslist li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  display: inline-block;
}

.index .newslider .newslist li:nth-child(even) {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.index .newslider .newslist a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.index .newslider .newslist a:active {
  color: #f68825;
}

.index .newslider .newslist a:active .tag {
  background: #f68825;
}

@media (min-width: 1025px) {
  .index .newslider .newslist a:hover {
    color: #f68825;
  }

  .index .newslider .newslist a:hover .tag {
    background: #f68825;
  }
}

.index .newslider .newslist .tag {
  width: 90px;
  padding: 2.5px 0;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #838383;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.index .newslider .newslist .info {
  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-bottom: 30px;
}

.index .newslider .slick-newslist {
  position: static !important;
}

.index .newslider .slick-newslist .slick-arrow {
  top: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.index .newslider .slick-newslist .slick-next {
  right: 40px;
}

.index .newslider .slick-newslist .slick-next:before {
  font-size: 4rem;
  -webkit-transform: translate();
  -ms-transform: translate();
  transform: translate();
}

.index .newslider .slick-newslist .slick-prev {
  left: auto;
  right: 100px;
}

.index .newslider .slick-newslist .slick-prev:after {
  font-size: 4rem;
}

.index .newslider .btn__round-transparent {
  position: absolute;
  right: 180px;
  top: 0;
}

@media (max-width: 1025px) {
  .index .newslider__top {
    padding: 0 20px;
  }

  .index .newslider__bottom {
    padding: 50px 20px;
  }

  .index .newslider .slick-newslist .slick-next {
    right: 10px;
  }

  .index .newslider .slick-newslist .slick-prev {
    right: 70px;
  }

  .index .newslider .btn__round-transparent {
    right: 160px;
  }
}

@media (max-width: 768px) {
  .index .newslider {
    padding-bottom: 50px;
  }

  .index .newslider__bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .index .newslider .newslist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index .newslider .newslist li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    padding: 20px 0;
  }

  .index .newslider .newslist li:nth-child(even) {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: none;
    border-right: none;
  }

  .index .newslider .slick-newslist .slick-arrow {
    top: auto;
    bottom: 0;
  }

  .index .newslider .btn__round-transparent {
    top: auto;
    right: auto;
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .index .newslider__top {
    padding: 0 10px;
  }

  .index .newslider__bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .index .newslider .btn__rec {
    width: calc(50% - 10px);
  }

  .index .newslider .btn__rec+.btn__rec {
    margin-left: unset;
    right: 0;
  }
}

.index .slick-imggrid .item {
  display: block;
}

.index .slick-imggrid .slick-arrow {
  color: #fff;
}

@media (max-width: 1025px) {
  .index .slick-imggrid .slick-arrow {
    display: none;
  }
}

.index .slick-imggrid .slick-next {
  right: 20px;
}

.index .slick-imggrid .slick-next:before {
  font-size: 70px;
}

.index .slick-imggrid .slick-prev {
  left: 20px;
}

.index .slick-imggrid .slick-prev:after {
  font-size: 70px;
}

@media (max-width: 768px) {
  .index .slick-imggrid .layout__imggrid .row-l {
    height: 0;
    padding-bottom: 100%;
  }

  .index .slick-imggrid .layout__imggrid .row-l .img {
    height: 0;
    padding-bottom: 100%;
  }
}

@media (max-width: 576px) {
  .index .slick-imggrid .layout__imggrid .row-nl .img {
    height: 0;
    padding-bottom: 100%;
  }
}

.index .fullslide {
  position: relative;
}

.index .fullslide .slider {
  width: 100%;
}

.index .fullslide .slider .slick-prev {
  left: 300px;
}

.index .fullslide .slider .slick-next {
  right: 300px;
}

.index .fullslide .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1441px) {
  .index .fullslide .slider .slick-prev {
    left: 10vw;
  }

  .index .fullslide .slider .slick-next {
    right: 10vw;
  }
}

@media (max-width: 1281px) {
  .index .fullslide .slider .slick-prev {
    left: 20px;
  }

  .index .fullslide .slider .slick-next {
    right: 20px;
  }
}

@media (max-width: 1025px) {
  .index .fullslide .slider .slick-arrow {
    top: 78%;
  }
}

@media (max-width: 768px) {
  .index .fullslide .slider .slick-arrow {
    top: 82%;
    width: 40px;
    height: 40px;
  }

  .index .fullslide .slider .slick-arrow i:before {
    font-size: 20px;
  }
}

.index .slider__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 20vw;
}

@media (max-width: 1281px) {
  .index .slider__item {
    height: 30vw;
  }
}

@media (max-width: 768px) {
  .index .slider__item {
    height: 300px;
  }
}

.index .slider__item .text {
  width: 90%;
  text-align: center;
  max-width: 745px;
}

.index .slider__item .fz-24 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .index .slider__item .fz-24 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.index .slider__item .fz-24:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #f68825;
}

.index .slider__item .btn__round {
  background: #fff;
  color: #f68825;
  margin-top: 50px;
  padding: 10px 20px;
  font-weight: bold;
  width: 180px;
  text-align: center;
}

.index .slider__item .btn__round:hover {
  color: #fff;
  background: #f68825;
}

@media (max-width: 768px) {
  .index .slider__item .btn__round {
    margin-top: 20px;
  }
}

.index .img-video {
  position: relative;
}

.index .img-video:before {
  font-family: 'fontello';
  content: '\e815';
  font-size: 64px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.service .index__team {
  padding-bottom: 100px;
}

.service .index__team .layout__container-1400 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.service .index__team .btn__round-transparent {
  position: absolute;
  right: 20px;
  top: 100px;
}

.service .index__team .slider {
  position: relative;
  max-width: 1725px;
}

.service .index__team .slider ul {
  max-width: 1550px;
}

.service .index__team .slider li {
  display: inline-block;
  height: 400px;
}

.service .index__team .slider .slick-slider {
  position: static;
}

.service .index__team .slider .slick-triple .slick-next {
  right: 0;
}

.service .index__team .slider .slick-triple .slick-prev {
  left: 0;
}

@media (max-width: 768px) {
  .service .index__team {
    padding-bottom: 50px;
  }

  .service .index__team .layout__container-1400 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .service .index__team .btn__round-transparent {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.service .index__guide li {
  position: relative;
  height: 550px;
}

@media (max-width: 768px) {
  .service .index__guide li {
    height: auto;
    padding: 50px 0;
    z-index: 1;
  }

  .service .index__guide li .bgimage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }
}

.service .index__grid {
  margin-top: 40px;
}

.service .index__grid .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .index__grid .col__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.service .index__grid .col__child .child {
  height: 350px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  width: 100%;
  padding: 40px;
  overflow: hidden;
}

.service .index__grid .col__child .child:hover .bgimage {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service .index__grid .col__child .bgimage {
  width: 100%;
  height: 100%;
  -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;
}

.service .index__grid .col__child:last-child .child:first-child {
  color: #fff;
}

.service .index__grid .col__child:last-child .child:first-child .btn__circle {
  border-color: #fff;
  color: #fff;
}

.service .index__grid .col__child:last-child .child:first-child .btn__circle:hover {
  background: #fff;
  color: #f68825;
}

.service .index__grid .col-fix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .service .index__grid .col:nth-child(even) .col-lg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1025px) {
  .service .index__grid .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service .index__grid .col__child {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .service .index__grid .col__child .child {
    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;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .service .index__grid .col .col-lg .bgimage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .service .index__grid .col__child .child:first-child .bgimage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .service .index__grid .col__child .child:last-child .bgimage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .service .index__grid .col__child .fix-before:before {
    display: none;
  }
}

@media (max-width: 576px) {
  .service .index__grid .col__child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service .index__grid .col__child .child {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 250px;
  }
}

.service .index__grid .col-lg .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .index__grid .btn__circle {
  margin-top: 40px;
}

@media (max-width: 1025px) {
  .service .index__grid div[class^='btn'] {
    display: none;
  }
}

.service .team-list h3 {
  margin-bottom: 50px;
}

.service .team-list>ul {
  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 .team-list>ul>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  max-width: 33.3333%;
  padding: 5px;
}

.service .team-list a {
  min-width: 250px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 25px;
  height: 100%;
}

.service .team-list a:hover {
  background: #fee9d7;
  border-color: #fee9d7;
}

.service .team-list h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.service .team-list h4:after {
  content: '\f105';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  line-height: 1;
  font-size: 32px;
  color: #aaa;
}

.service .team-list .inner-list li {
  width: 100%;
  padding: 0;
}

@media (max-width: 768px) {
  .service .team-list>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .service .team-list h3 {
    margin-bottom: 30px;
  }

  .service .team-list>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.service .doc__top {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.service .doc__top h3 {
  margin-top: 30px;
}

.service .doc__top .img {
  display: inline-block;
  width: 300px;
  height: 320px;
}

.service .doc__top .tag {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.service .doc__top .tag li {
  display: inline-block;
  width: auto;
  margin: 10px;
  padding: 5px 30px;
  border: 1px solid #f68825;
  border-radius: 30px;
}

.service .doc__bottom .layout__list {
  padding: 25px 45px;
}

.service .doc__bottom .resume {
  padding: 50px 45px;
}

.service .doc__bottom .resume .fz-24 {
  margin-bottom: 20px;
}

.service .doc__bottom .resume>li+li {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .service .doc__bottom .layout__list {
    padding: 25px 10px;
  }

  .service .doc__bottom .resume {
    padding: 30px 10px;
  }

  .service .doc__bottom .resume>li+li {
    margin-top: 25px;
  }
}

.service .guide .layout__grid-circleblock .wrap {
  padding: 20px;
  border: none;
  background: #f6f6f6;
  height: 100%;
  font-weight: normal;
}

.service .guide .layout__grid-circleblock .wrap ul {
  padding: 0 20px;
}

.service .guide .layout__grid-circleblock .wrap li {
  width: auto;
  text-align: left;
}

.service .guide .layout__grid-circleblock .wrap li:first-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.service .guide .layout__grid-circleblock .wrap li:before {
  color: #f68825;
}

.service .guide .layout__grid-circleblock .wrap li+li {
  border-bottom: 1px solid #ccc;
}

.service .guide .layout__grid-circleblock .wrap a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  -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;
}

@media (min-width: 1025px) {
  .service .guide .layout__grid-circleblock .wrap a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.service .guide .layout__grid-circleblock .scrollbox {
  max-height: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .service .guide .layout__grid-circleblock .scrollbox {
    overflow-y: auto !important;
  }
}

@media (max-width: 576px) {
  .service .guide .layout__grid-circleblock .scrollbox {
    min-height: unset;
    max-height: unset;
  }
}

.service .online__member-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
}

.service .online__member-login .block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 80px;
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service .online__member-login .text {
  max-width: 360px;
}

.service .online__member-login .margin {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service .online__member-login .margin-forgot {
  margin-top: 20px;
}

.service .online__member-login .btn-forgot {
  display: inline-block;
  color: #646464;
  text-decoration: underline;
}

.service .online__member-login .btn__rec-main-full {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
}

.service .online__member-login .wrap-460 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.service .online__member-login .wrap-460>*+* {
  margin-top: 10px;
}

.service .online__member-login .wrap-460 .btn__rec-main {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.service .online__member-login .wrap-460 .img {
  width: 100%;
  text-align: left;
}

.service .online__member-login .input {
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.service .online__member-login .input>* {
  display: inline-block;
}

.service .online__member-login .input input {
  width: calc(100% - 100px);
  margin-left: 20px;
}

.service .online__member-login .input.verify input {
  width: calc(100% - 330px);
  margin-left: 20px;
}

.service .online__member-login .input.verify .verify__wrap {
  display: inline-block;
  font-size: 15px;
}

@media (max-width: 768px) {
  .service .online__member-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service .online__member-login .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
  }

  .service .online__member-login .block:first-child {
    padding: 40px 20px;
  }

  .service .online__member-login .text {
    max-width: none;
  }
}

@media (max-width: 576px) {
  .service .online__member-login .input.verify input {
    width: calc(100% - 100px);
  }

  .service .online__member-login .verify__wrap {
    margin-top: 5px;
    display: block;
  }
}

.service .online__member-btns {
  text-align: center;
}

.service .online__member-btns .btn__rec-main {
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

@media (max-width: 576px) {
  .service .online__member-btns .btn__rec-main {
    width: 95%;
  }
}

.service .online__text-wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.service .online__02 .layout__grid-double {
  text-align: left;
  margin-left: -10px;
}

.service .online__02 .layout__grid-double .fz-18 {
  width: 160px;
}

.service .online__02 .layout__grid-double li {
  padding: 10px;
}

.service .online__02 .layout__grid-double li>* {
  display: inline-block;
}

@media (max-width: 768px) {
  .service .online__02 .layout__grid-double {
    margin-left: 0;
  }

  .service .online__02 .layout__grid-double li>* {
    display: block;
  }
}

@media (max-width: 576px) {
  .service .online__02 .layout__grid-double li {
    padding: 0;
    margin-bottom: 10px;
  }
}

.service .online__02 select {
  width: calc(100% - 180px);
  border: 1px solid #ccc;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .service .online__02 select {
    margin-top: 5px;
    width: 100%;
  }
}

.service .online__03 h4 {
  margin-bottom: 20px;
}

.service .online__03 .layout__grid-double {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service .online__03 .layout__grid-double>li {
  padding: 10px;
}

.service .online__03 .layout__grid-double .wrap {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px 50px;
  height: 100%;
}

@media (max-width: 1025px) {
  .service .online__03 .layout__grid-double .wrap {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .service .online__03 .layout__grid-double .wrap {
    padding: 20px;
  }
}

.service .online__03 .info li+li {
  margin-top: 10px;
}

.service .online__03 .info__child {
  display: inline-block;
  vertical-align: middle;
}

.service .online__03 .info__child+.info__child {
  margin-left: 10px;
}

.service .online__03 .info__child:last-child {
  position: relative;
  border-left: 1px solid #ccc;
  line-height: 1;
  padding-left: 15px;
}

@media (max-width: 1025px) {
  .service .online__03 .info__child:last-child {
    display: block;
    border: none;
    margin-top: 10px;
    padding-left: 35px;
  }
}

.service .online__03 .info__icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f68825;
  color: #fff;
}

.service .online__03 .info__icon i {
  font-size: 18px;
}

.service .online__04 .intro {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px 40px;
  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;
}

.service .online__04 .intro__img {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 50%;
}

.service .online__04 .intro__text {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .service .online__04 .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  .service .online__04 .intro__text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.service .online__05 input[type='text'] {
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.service .online__05 .block {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.service .online__05 .block .title {
  display: inline-block;
  width: 100px;
}

.service .online__05 .btn__rec-main {
  display: inline-block;
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

.service .online__05 .input {
  width: 26vw;
  margin-left: 20px;
}

.service .online__05 .layout__table-main {
  min-width: 900px;
}

.service .online__05 .layout__table-main th {
  white-space: nowrap;
}

.service .online__05 .layout__table-main th:first-child {
  min-width: 320px;
}

.service .online__05 .layout__table-main td {
  padding: 25px;
}

.service .online__05 .layout__table-main a {
  display: block;
  text-decoration: none;
}

.service .online__05 .layout__table-main a img {
  margin-bottom: 5px;
}

.service .online__05 .layout__table-main .date {
  margin-top: 20px;
}

.service .online__05 .layout__table-main img {
  width: 200px;
  height: 145px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 576px) {
  .service .online__05 .layout__table-main {
    min-width: 1px;
  }

  .service .online__05 .layout__table-main tr {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #aaa;
    margin-bottom: 30px;
    padding: 10px 20px;
  }

  .service .online__05 .layout__table-main td {
    display: block;
    padding: 10px 0px;
    border: none;
    background: transparent;
  }

  .service .online__05 .layout__table-main td:before {
    display: block;
    content: attr(data-th);
    text-align: left;
    color: #f68825;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .service .online__05 .layout__table-main td:first-child {
    padding-top: 0;
  }

  .service .online__05 .layout__table-main td:first-child:before {
    text-align: center;
    color: #fff;
  }

  .service .online__05 .layout__table-main td:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #f68825;
    z-index: -1;
  }

  .service .online__05 .layout__table-main .text {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .service .online__05 span {
    display: block;
  }

  .service .online__05 span+span {
    margin-top: 10px;
  }

  .service .online__05 .block {
    display: block;
    margin-right: 0;
  }

  .service .online__05 .input {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .service .online__05 .btn__rec-main {
    width: 100%;
  }
}

.service .online__06 .layout__table-main {
  min-width: 1px;
}

.service .online__06 .layout__table-main a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}

.service .online__06 .layout__table-main tr:hover td {
  background: #f6f6f6;
}

.service .online__06 .layout__table-main tr:hover a {
  color: #f68825;
  font-weight: bold;
}

.service .online__06 .btn__rec-main {
  display: inline-block;
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

.service .online__06 .info {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.service .online__06 .info table {
  border-collapse: separate;
  border-spacing: 10px;
  line-height: 1.8;
}

.service .online__06 .info th {
  width: 80px;
  padding-right: 10px;
  position: relative;
}

.service .online__06 .info th:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #ccc;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media (max-width: 768px) {
  .service .online__06 .info {
    padding: 20px 10px;
  }
}

@media (max-width: 576px) {

  .service .online__06 .info td,
  .service .online__06 .info th {
    display: block;
  }

  .service .online__06 .info th:after {
    display: none;
  }
}

.service .online__07 .layout__table-main {
  min-width: 1px;
}

.service .online__07 .layout__table-main td {
  padding: 15px 40px;
}

.service .online__07 .layout__table-main td:last-child {
  text-align: left;
}

.service .online__07 .layout__table-main a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.service .online__07 .layout__table-main a:hover {
  color: #f68825;
}

@media (max-width: 576px) {
  .service .online__07 .layout__table-main td {
    padding: 15px 15px;
  }
}

.service .online__08 {
  margin-top: 20px;
}

.service .online__08 img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.service .online__08 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .online__08 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  padding: 10px;
}

.service .online__08 a {
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.service .online__08 a:hover {
  background: #feebd6;
}

@media (max-width: 1025px) {
  .service .online__08 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .service .online__08 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .service .online__08 a {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .service .online__08 a {
    padding: 15px;
  }

  .service .online__08 img {
    width: 80px;
  }
}

.service .online .search-box {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
}

.service .online .search-box a {
  padding: 0;
  display: inline-block;
}

.service .online .search-box i {
  color: #f68825;
  font-size: 24px;
  line-height: 0;
}

.service .online .search-box i:before {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .service .online .search-box {
    position: relative;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .service .online .search-box input {
    width: calc(100% - 40px);
  }
}

.service .online .quest-box {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #f68825;
  border-radius: 5px;
  padding: 10px 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f68825;
}

.service .online .quest-box i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
}

.service .online .quest-box:hover {
  background: #f68825;
  color: #fff;
}

@media (max-width: 768px) {
  .service .online .quest-box {
    position: relative;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.service .online .qa-list {
  margin-top: 30px;
  margin-bottom: 80px;
}

.service .online .qa-list li {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.service .online .qa-list li+li {
  margin-top: 20px;
}

.service .online .qa-list .head {
  padding: 15px 40px;
  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;
}

.service .online .qa-list .body {
  padding: 20px 40px;
}

.service .online .qa-list .ans {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.service .online .qa-list .ans__head {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .service .online .qa-list .head {
    -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;
    padding: 15px 20px;
  }

  .service .online .qa-list .body {
    padding: 20px 20px;
  }

  .service .online .qa-list .ans {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .service .online .resualt {
    text-align: center;
  }
}

.research .index__news {
  padding-top: 100px;
  padding-bottom: 100px;
}

.research .index__news .btn__round-transparent {
  position: absolute;
  right: 140px;
  top: 0;
}

.research .index__news .news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.research .index__news .news__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
}

.research .index__news .news__block.block-full {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.research .index__news .news__block.block-full .img {
  -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;
}

.research .index__news .news__block.block-full .img:before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
  -webkit-transition: background-image 0.5s;
  -o-transition: background-image 0.5s;
  transition: background-image 0.5s;
}

.research .index__news .news__block.block-full:hover .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.research .index__news .news__block .text {
  max-width: 85%;
  position: absolute;
  bottom: 45px;
  left: 50px;
}

.research .index__news .slick-single {
  position: static !important;
}

.research .index__news .slick-single .slick-arrow {
  top: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.research .index__news .slick-single .slick-next {
  right: 0;
}

.research .index__news .slick-single .slick-next:before {
  font-size: 4rem;
  -webkit-transform: translate();
  -ms-transform: translate();
  transform: translate();
}

.research .index__news .slick-single .slick-prev {
  left: auto;
  right: 60px;
}

.research .index__news .slick-single .slick-prev:after {
  font-size: 4rem;
}

.research .index__news .layout__textimg-arrow .col:hover .col__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.research .index__news .layout__textimg-arrow .col__img {
  height: 13.85417vw;
  -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;
}

.research .index__news .layout__textimg-arrow .col__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px;
  background: #fff;
}

.research .index__news .layout__textimg-arrow .col:nth-child(odd) .col__text:before {
  border-color: transparent transparent transparent #fff;
}

.research .index__news .layout__textimg-arrow .col:nth-child(even) .col__text:before {
  border-color: transparent #fff transparent transparent;
}

.research .index__news .mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 1025px) {
  .research .index__news .layout__textimg-arrow .col {
    min-height: 1px;
  }

  .research .index__news .layout__textimg-arrow .col__img {
    height: 26.04167vw;
  }

  .research .index__news .layout__textimg-arrow .col__text {
    padding: 30px;
  }

  .research .index__news .img {
    height: 55vw;
  }

  .research .index__news .news__block .text {
    max-width: 90%;
    left: 25px;
    bottom: 30px;
  }

  .research .index__news .head {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .research .index__news .btn__round-transparent {
    position: relative;
    left: 50%;
    margin-bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .research .index__news .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .research .index__news .news__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .research .index__news .layout__textimg-arrow {
    margin-top: 20px;
  }

  .research .index__news .slick-single .slick-arrow {
    top: 65px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .research .index__news .slick-single .slick-prev {
    left: unset;
    right: auto;
  }
}

@media (max-width: 768px) {
  .research .index__news .layout__textimg-arrow .col__img {
    height: 60vw;
  }
}

@media (max-width: 576px) {
  .research .index__news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.research .index__innovation .layout__block-img-lr li {
  height: 28.64583vw;
}

.research .index__innovation .layout__block-img-lr .layout__container-1400 {
  padding: 0 100px;
}

.research .index__innovation .layout__block-img-lr .btn__round-transparent {
  margin-top: 30px;
  width: 180px;
}

@media (max-width: 1025px) {
  .research .index__innovation .layout__block-img-lr li {
    height: 300px;
  }

  .research .index__innovation .layout__block-img-lr li .bgimage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .research .index__innovation .layout__block-img-lr .layout__container-1400 {
    text-align: center;
    padding: 0;
  }

  .research .index__innovation .layout__block-img-lr .text {
    margin: 0 auto;
  }
}

.research .index__edu {
  padding-top: 125px;
  padding-bottom: 170px;
}

.research .index__edu .blocks {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.research .index__edu .blocks__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  display: inline-block;
  padding: 10px;
}

.research .index__edu .blocks__block:hover .bgimage {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.research .index__edu .blocks__block:hover .btn {
  background: #f68825;
  border-color: #f68825;
}

.research .index__edu .wrap {
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.research .index__edu .bgimage {
  -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;
}

.research .index__edu .btn {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
}

.research .index__edu .btn i {
  font-size: 24px;
  line-height: 0;
}

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

@media (max-width: 576px) {
  .research .index__edu .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .research .index__edu .blocks__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .research .index__edu .wrap {
    height: 250px;
  }
}

.research .index__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.research .index__search .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
  height: 420px;
  overflow: hidden;
}

.research .index__search .block:hover .bgimage {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.research .index__search .bgimage {
  -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;
}

.research .index__search .text {
  padding: 0 20px;
}

.research .index__search .btn__round-transparent {
  background: #f68825;
  color: #fff;
  border: none;
  margin-top: 20px;
  -webkit-transition: background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s, opacity 0.5s;
  transition: background 0.5s, transform 0.5s, opacity 0.5s;
  transition: background 0.5s, transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

@media (min-width: 1025px) {
  .research .index__search .block:hover .text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .research .index__search .block:hover .btn__round-transparent {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .research .index__search .btn__round-transparent {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .research .index__search .btn__round-transparent:hover {
    background: #e9730a;
  }

  .research .index__search .text {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -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: 576px) {
  .research .index__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .research .index__search .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 250px;
  }
}

.research .innovation__result {
  position: relative;
  padding: 200px 0;
}

.research .innovation__result .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.research .innovation__result .slider .slick-next {
  right: 0;
}

.research .innovation__result .slider .slick-next:before {
  color: #191919;
  font-size: 5rem;
}

.research .innovation__result .slider .slick-prev:after {
  color: #191919;
  font-size: 5rem;
}

.research .innovation__result .wrap {
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.research .innovation__result .item {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}

.research .innovation__result .item img {
  display: inline-block;
}

.research .innovation__result .btns {
  margin-top: 20px;
  margin-bottom: 60px;
}

.research .innovation__result .btn__rec {
  background: #fff;
  width: 160px;
  padding: 8px 20px;
  border: 1px solid #ddd;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.research .innovation__result .btn__rec+.btn__rec {
  margin-left: 15px;
}

.research .innovation__result .btn__rec:hover {
  background: #f68825;
}

.research .innovation__result .btn__rec.active {
  background: #f68825;
}

@media (max-width: 1281px) {
  .research .innovation__result {
    padding: 100px 0;
  }

  .research .innovation__result .item {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 576px) {
  .research .innovation__result {
    padding: 100px 0;
  }

  .research .innovation__result .item {
    width: 250px;
    height: 250px;
  }

  .research .innovation__result .btn__rec {
    width: 120px;
  }

  .research .innovation__result .btn__rec+.btn__rec {
    margin-left: 10px;
  }
}

.research .innovation__resource {
  max-width: 1300px;
  padding: 80px 20px;
}

.research .innovation__resource .layout__textimg {
  margin-top: 80px;
}

.research .innovation__resource .col__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 80px;
}

.research .innovation__resource .col__img {
  height: auto;
  min-height: 340px;
}

@media (max-width: 768px) {
  .research .innovation__resource .col__text {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .research .innovation__resource .col__img {
    height: 250px;
    min-height: 1px;
  }

  .research .innovation__resource .col__text {
    padding: 20px 10px 40px 10px;
  }
}

.research .innovation__resource .btns {
  margin-top: 10px;
}

.research .innovation__resource .btns a {
  margin-top: 10px;
  width: 145px;
}

.research .innovation__resource .btns a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .research .innovation__resource .btns a {
    width: 100%;
    margin-right: 0;
  }
}

.research .innovation__resource .decline {
  bottom: -100%;
  height: 80px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
}

@media (max-width: 576px) {
  .research .innovation__resource {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .research .innovation__resource .layout__textimg {
    margin-top: 30px;
  }
}

.research .innovation__service {
  position: relative;
  padding: 250px 20px;
}

.research .innovation__service .wrap {
  max-width: 800px;
}

.research .innovation__service .wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 80px;
}

.research .innovation__service .wrap li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.research .innovation__service .wrap li+li {
  border-left: 1px solid #ccc;
}

.research .innovation__service .wrap img {
  display: inline-block;
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.research .innovation__service .wrap a {
  margin-top: 10px;
  width: 145px;
}

.research .innovation__service .wrap a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .research .innovation__service .wrap a {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1281px) {
  .research .innovation__service {
    padding: 100px 20px;
  }
}

@media (max-width: 576px) {
  .research .innovation__service {
    padding: 30px 20px;
  }

  .research .innovation__service .wrap ul {
    margin-bottom: 40px;
  }

  .research .innovation__service .wrap img {
    width: 50px;
    margin-bottom: 10px;
  }

  .research .innovation__service .wrap .fz-20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.research .innovation-hero {
  background: url("../images/03-research/innovation/hero.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .research .innovation-hero {
    background-position: 20% center;
  }
}

.research .education__train {
  padding-top: 100px;
}

.research .education__train .layout__block-img-lr {
  margin-top: 80px;
}

.research .education__train .layout__block-img-lr li {
  height: 500px;
}

.research .education__train .layout__block-img-lr li:nth-child(odd) .text {
  margin-left: auto;
}

.research .education__train .layout__block-img-lr .text {
  max-width: 570px;
}

@media (max-width: 768px) {
  .research .education__train {
    padding-top: 50px;
  }

  .research .education__train .layout__block-img-lr {
    margin-top: 50px;
  }

  .research .education__train .layout__block-img-lr li {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .research .education__train {
    padding-top: 100px;
  }

  .research .education__train .layout__block-img-lr {
    margin-top: 30px;
  }
}

.research .education__resource {
  padding: 100px 0;
}

.research .education__resource .layout__textimg {
  margin-top: 80px;
}

.research .education__resource .layout__textimg .col {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
}

.research .education__resource .layout__textimg .col+.col {
  margin-top: 30px;
}

.research .education__resource .layout__textimg .col__text {
  padding: 65px;
  -webkit-box-flex: 47%;
  -ms-flex: 47%;
  flex: 47%;
}

.research .education__resource .layout__textimg .col__img {
  -webkit-box-flex: 53%;
  -ms-flex: 53%;
  flex: 53%;
}

@media (max-width: 768px) {
  .research .education__resource .layout__textimg .col__text {
    padding: 20px;
    -webkit-box-flex: 55%;
    -ms-flex: 55%;
    flex: 55%;
  }

  .research .education__resource .layout__textimg .col__img {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }
}

@media (max-width: 576px) {
  .research .education__resource .layout__textimg .col {
    height: auto;
  }

  .research .education__resource .layout__textimg .col__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .research .education__resource .layout__textimg .col__img {
    height: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

@media (min-width: 577px) {
  .research .education__resource .layout__textimg .col:nth-child(odd) .col__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .research .education__resource .layout__textimg .col:nth-child(odd) .col__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .research .education__resource .layout__textimg .col:nth-child(even) .col__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .research .education__resource .layout__textimg .col:nth-child(even) .col__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.research .education__resource .layout__textimg h4:before {
  font-family: 'fontello';
  content: '\e803';
  display: inline-block;
  margin-right: 10px;
  color: #f68825;
  font-size: 18px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.research .education__resource .layout__grid-double a {
  padding: 10px 15px;
}

.research .education__resource .layout__grid-double.grid-full>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.research .education__resource .scrollbox {
  max-height: 350px;
}

.research .education__resource .mCSB_outside+.mCSB_scrollTools {
  right: -35px !important;
}

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

  .research .education__resource .layout__textimg {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .research .education__resource .scrollbox {
    max-height: none;
  }
}

.research .education__service {
  position: relative;
  padding: 150px 20px;
}

.research .education__service .wrap {
  max-width: 1000px;
}

.research .education__service .text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.research .education__service h3 {
  margin-bottom: 30px;
}

.research .education__service a {
  margin-top: 10px;
  min-width: 180px;
}

.research .education__service a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .research .education__service a {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .research .education__service {
    padding: 60px 20px;
  }
}

.research .activity__search {
  padding-top: 100px;
}

.research .activity__search .layout__list {
  margin-top: 30px;
}

@media (max-width: 1025px) {
  .research .activity__search {
    padding-top: 80px;
  }
}

@media (max-width: 576px) {
  .research .activity__search {
    padding-top: 100px;
  }
}

.edge.research .index__news .col {
  height: 266px;
}

.edge.research .index__news .col__img {
  padding-bottom: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .edge.research .index__news .col__img {
    height: 62.5vw;
  }
}

@media (max-width: 768px) {
  .edge.research .index__news .col {
    height: auto;
  }
}

.welfare.index .layout__imggrid .row.row-l {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media (max-width: 576px) {
  .welfare.index .layout__imggrid .row.row-l {
    height: 0;
    padding-bottom: 76%;
  }

  .welfare.index .layout__imggrid .row.row-l .img {
    height: 0;
    padding-bottom: 76%;
  }
}

.welfare.index .layout__imggrid .row.row-nl {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.welfare.index .layout__imggrid .row.row-nl .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media (max-width: 1025px) {
  .welfare.index .layout__imggrid .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .welfare.index .layout__imggrid .row.row-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .welfare.index .layout__imggrid .row.row-nl {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .welfare.index .layout__imggrid .row.row-nl .img {
    height: 0;
    padding-bottom: 40%;
  }
}

@media (max-width: 576px) {
  .welfare.index .layout__imggrid .row.row-nl .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 0;
    padding-bottom: 76%;
  }
}

.welfare .index__head {
  height: 250px;
  background: #ff214f;
  color: #fff;
  position: relative;
}

.welfare .index__head .fz-48 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.welfare .index__head .bgimage {
  z-index: 1;
}

.welfare .index__head .decline {
  background: #fff;
  height: 100px;
}

@media (max-width: 1281px) {
  .welfare .index__head {
    height: 200px;
  }

  .welfare .index__head .decline {
    height: 50px;
  }

  .welfare .index__head .fz-48 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 576px) {
  .welfare .index__head {
    height: 120px;
  }
}

.welfare .index__more {
  padding: 50px 20px;
}

.welfare .index__more .btn__round-full {
  background: #ff214f;
  padding: 10px 20px;
}

.welfare .index__more .btn__round-full:hover,
.welfare .index__more .btn__round-full:active {
  background: #ed0031;
}

.welfare .page1__hero {
  background: url("../images/04-welfare/page1/hero.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .welfare .page1__hero {
    background-position: 58% center;
  }
}

.welfare .page1 .col__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  padding: 10px 80px;
}

.welfare .page1 .col__text h4 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1441px) {
  .welfare .page1 .col__text h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.welfare .page1 .col__text h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background: #f68825;
}

.welfare .page1 .col__text a {
  margin-top: 50px;
  min-width: 230px;
}

@media (max-width: 1441px) {
  .welfare .page1 .col__text a {
    margin-top: 20px;
  }
}

.welfare .page1 .col__img {
  height: 26.04167vw;
}

@media (max-width: 1025px) {
  .welfare .page1 .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welfare .page1 .col>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }

  .welfare .page1 .col:nth-child(even) .col__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .welfare .page1 .col:nth-child(even) .col__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .welfare .page1 .col__img {
    height: 50vw;
  }

  .welfare .page1 .col__text {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .welfare .page1 .col__text {
    padding: 20px 10px 40px 10px;
  }

  .welfare .page1 .col__text a {
    min-width: 150px;
  }
}

.welfare .page2__hero {
  background: url("../images/04-welfare/page2/hero.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .welfare .page2__hero {
    background-position: 83% center;
  }
}

.welfare .page2 .head {
  position: relative;
  padding: 250px 20px;
  color: #fff;
  background: url("../images/04-welfare/page2/1.jpg") center no-repeat;
  background-size: cover;
}

.welfare .page2 .head .wrap {
  max-width: 1200px;
}

.welfare .page2 .head .wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 80px;
  height: 120px;
}

.welfare .page2 .head .wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666%;
  flex: 0 1 16.666%;
}

.welfare .page2 .head .wrap li+li {
  border-left: 1px solid #ccc;
}

.welfare .page2 .head .wrap img {
  display: inline-block;
  width: 60px;
  height: auto;
}

.welfare .page2 .head .wrap img.fix4 {
  width: 70px;
}

.welfare .page2 .head .wrap img.fix5 {
  width: 50px;
}

.welfare .page2 .head .wrap img.fix6 {
  width: 50px;
}

.welfare .page2 .head .wrap a {
  margin-top: 10px;
  width: 145px;
}

.welfare .page2 .head .wrap a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .welfare .page2 .head .wrap a {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1281px) {
  .welfare .page2 .head {
    padding: 100px 20px;
  }
}

@media (max-width: 768px) {
  .welfare .page2 .head .wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
  }

  .welfare .page2 .head .wrap li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin-top: 10px;
  }

  .welfare .page2 .head .wrap li+li {
    border-left: none;
  }

  .welfare .page2 .head .wrap img {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .welfare .page2 .head {
    padding: 60px 20px;
    background-position: 30% center;
  }

  .welfare .page2 .head .wrap ul {
    margin-bottom: 40px;
  }

  .welfare .page2 .head .wrap li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .welfare .page2 .head .wrap .fz-20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.welfare .page2 .layout__block-img-lr li {
  position: relative;
  height: calc(100vh - 90px);
  width: 100%;
  background-size: cover;
}

.welfare .page2 .layout__block-img-lr li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.welfare .page2 .layout__block-img-lr li:nth-child(odd) .layout__container-1400 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.welfare .page2 .layout__block-img-lr li:nth-child(even) h3 {
  color: #f68825;
}

.welfare .page2 .layout__block-img-lr li:nth-child(even) .fz-20 {
  color: #fff;
}

.welfare .page2 .layout__block-img-lr li:nth-child(odd):before {
  background-image: -webkit-gradient(linear, right top, left top, from(white), color-stop(80%, transparent));
  background-image: -webkit-linear-gradient(right, white 0%, transparent 80%);
  background-image: -o-linear-gradient(right, white 0%, transparent 80%);
  background-image: linear-gradient(to left, white 0%, transparent 80%);
}

.welfare .page2 .layout__block-img-lr li:nth-child(even):before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(80%, transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}

.welfare .page2 .layout__block-img-lr li .layout__container-1400 {
  padding: 0 150px;
}

.welfare .page2 .layout__block-img-lr li:first-child {
  background: url("../images/04-welfare/page2/2.jpg") center no-repeat;
}

.welfare .page2 .layout__block-img-lr li:nth-child(2) {
  background: url("../images/04-welfare/page2/3.jpg") center no-repeat;
}

.welfare .page2 .layout__block-img-lr li:nth-child(3) {
  background: url("../images/04-welfare/page2/4.jpg") center no-repeat;
}

.welfare .page2 .layout__block-img-lr li:nth-child(4) {
  background: url("../images/04-welfare/page2/5.jpg") center no-repeat;
}

.welfare .page2 .layout__block-img-lr a {
  margin-top: 70px;
  width: 230px;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}

@media (max-width: 1025px) {
  .welfare .page2 .layout__block-img-lr li {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 576px) {
  .welfare .page2 .layout__block-img-lr li {
    height: calc(100vh - 50px);
  }

  .welfare .page2 .layout__block-img-lr li:nth-child(even):before {
    background: rgba(0, 0, 0, 0.5);
  }

  .welfare .page2 .layout__block-img-lr li:nth-child(odd):before {
    background: rgba(255, 255, 255, 0.5);
  }

  .welfare .page2 .layout__block-img-lr li:first-child {
    background-position: 10% center;
  }

  .welfare .page2 .layout__block-img-lr li:nth-child(2) {
    background-position: 60% center;
  }

  .welfare .page2 .layout__block-img-lr li:nth-child(3) {
    background-position: 25% center;
  }

  .welfare .page2 .layout__block-img-lr li:nth-child(4) {
    background-position: 75% center;
  }
}

.welfare .page3__hero {
  background: url("../images/04-welfare/page3/hero.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .welfare .page3__hero {
    background-position: 35% center;
  }
}

.welfare .page3 .layout__nav-search .option {
  display: inline-block;
}

.welfare .page3 .layout__nav-search .no-bg {
  padding: 0;
  width: auto;
  background: transparent;
}

.welfare .page3 .layout__nav-search .btns {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.welfare .page3 .layout__nav-search .btns__btn {
  width: 60px;
  height: 60px;
  margin: 5px;
  border: 1px solid #ff1f48;
  color: #ff1f48;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}

.welfare .page3 .layout__nav-search .btns__btn:hover,
.welfare .page3 .layout__nav-search .btns__btn.active {
  background: #ff0b18;
  color: #fff;
}

.welfare .page3 .layout__nav-search .btns__btn .svg {
  width: 30px;
  height: auto;
}

@media (max-width: 1025px) {
  .welfare .page3 .layout__nav-search .btns {
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1025px) {
  .welfare .page3 .layout__nav-search li {
    margin-top: 50px;
  }

  .welfare .page3 .layout__nav-search .slick-calender {
    border: none;
  }
}

@media (max-width: 1025px) {
  .welfare .page3 .layout__nav-search ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .welfare .page3 .layout__nav-search ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .welfare .page3 .layout__nav-search li {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #aaa;
    border-radius: 0;
    margin-top: 50px;
  }

  .welfare .page3 .layout__nav-search .slick-calender {
    border: none;
  }
}

.welfare .page3 .slick-calender-for {
  -webkit-transform: translateZ(-1);
  transform: translateZ(-1);
}

.welfare .page3 .slick-calender-for .wrap {
  padding: 0 5px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1025px) {
  .welfare .page3 .slick-calender-for .wrap {
    overflow-x: auto;
  }
}

.welfare .page3 .slick-calender {
  width: 400px;
}

.welfare .page3 .slick-calender .slick-list {
  width: 100%;
}

.welfare .page3 .slick-calender .slick-arrow {
  top: 55%;
}

.welfare .page3 .slick-calender button:before,
.welfare .page3 .slick-calender button:after {
  color: #111;
  font-size: 32px;
}

.welfare .page3 .slick-calender .slick-prev {
  left: 30px;
}

.welfare .page3 .slick-calender .slick-next {
  right: 30px;
}

@media (max-width: 1025px) {
  .welfare .page3 .slick-calender {
    width: 320px;
  }
}

@media (max-width: 576px) {
  .welfare .page3 .slick-calender {
    width: 100%;
  }
}

.welfare .page3 .calender {
  width: 100%;
  min-width: 800px;
}

.welfare .page3 .calender th {
  padding: 10px;
}

.welfare .page3 .calender td {
  position: relative;
  padding: 45px 10px 10px 10px;
  border: 1px solid #ccc;
  height: 185px;
  vertical-align: top;
  text-align: left;
}

.welfare .page3 .calender td:nth-last-child(-n + 2) {
  background: #f0f0f0;
}

.welfare .page3 .calender td:nth-last-child(-n + 2) .date {
  color: #ff1f48;
}

.welfare .page3 .calender .element+.element {
  margin-top: 10px;
}

.welfare .page3 .calender .date {
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 576px) {
  .welfare .page3 .calender .date:after {
    content: "("attr(data-day) ")";
    display: inline-block;
    margin-left: 5px;
  }
}

.welfare .page3 .calender .tag {
  display: inline-block;
  background: #648eb0;
  color: #fff;
  border-radius: 30px;
  padding: 2px 10px;
  margin-bottom: 5px;
}

.welfare .page3 .calender .link {
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.welfare .page3 .calender .link:hover {
  color: #ff1010;
}

@media (max-width: 576px) {
  .welfare .page3 .calender {
    min-width: 1px;
  }

  .welfare .page3 .calender td {
    padding-top: 10px;
    padding-left: 80px;
    min-height: 50px;
  }

  .welfare .page3 .calender .date {
    right: auto;
    left: 15px;
    font-size: 17px;
    font-weight: bold;
  }

  .welfare .page3 .calender .date:after {
    content: "("attr(data-day) ")";
    display: inline-block;
    margin-left: 5px;
  }

  .welfare .page3 .calender td {
    display: block;
    height: auto;
  }
}

.welfare .page3 .info {
  position: fixed;
  width: 90%;
  max-width: 600px;
  -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  left: -9999px;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  z-index: 5;
}

.welfare .page3 .info.active {
  opacity: 1;
  left: 50%;
}

.welfare .page3 .info__head {
  position: relative;
  background: #ffc78f;
  padding: 15px 20px;
  min-height: 100px;
}

@media (max-width: 768px) {
  .welfare .page3 .info__head {
    padding: 10px;
  }
}

.welfare .page3 .info__body {
  padding: 10px 20px;
  background: #fff;
  max-height: 60vh;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .welfare .page3 .info__body {
    padding: 10px;
  }
}

.welfare .page3 .info__tag {
  display: inline-block;
  background: #ff1f48;
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
  margin-bottom: 5px;
}

.welfare .page3 .info__map {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ff1f48;
}

.welfare .page3 .info__map .icon-location:before {
  font-size: 32px;
}

.welfare .page3 .info__block {
  padding: 20px 10px;
}

.welfare .page3 .info__block+.info__block {
  border-top: 1px solid #ccc;
}

.welfare .hero-nav .nav li:hover,
.welfare .hero-nav .nav li.active {
  background: #ff214f;
}

.welfare .hero-nav .nav li:hover .svg svg path,
.welfare .hero-nav .nav li.active .svg svg path {
  fill: #fff !important;
}

.system .index__head {
  padding-top: 100px;
  padding-bottom: 125px;
}

.system .index__head .decline {
  height: 100px;
  z-index: 1;
}

@media (max-width: 1281px) {
  .system .index__head {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .system .index__head .decline {
    display: none;
  }
}

.system .index__about .layout__textimg .col__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 7.29167vw;
}

@media (max-width: 1441px) {
  .system .index__about .layout__textimg .col__text {
    padding: 20px 40px;
  }
}

.system .index__about .layout__textimg .col__img {
  height: 28.64583vw;
}

@media (max-width: 1025px) {
  .system .index__about .layout__textimg .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .system .index__about .layout__textimg .col>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }

  .system .index__about .layout__textimg .col__img {
    height: 40vw;
  }

  .system .index__about .layout__textimg .col__text {
    padding: 20px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .system .index__about .layout__textimg .col__text {
    padding: 20px;
  }
}

.system .index__about .fz-17 {
  max-width: 585px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.system .index__about .btn__round-transparent {
  width: 180px;
  background: #f68825;
  color: #fff;
}

.system .index__about .btn__round-transparent:hover {
  background: #f57b0d;
}

.system .index__news {
  position: relative;
  padding-top: 150px;
  padding-bottom: 130px;
  color: #fff;
}

.system .index__news .btn__round-transparent {
  position: absolute;
  right: 140px;
  top: 0;
}

.system .index__news .slick-single {
  position: static !important;
  margin-top: 30px;
}

.system .index__news .slick-single .slick-arrow {
  top: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.system .index__news .slick-single .slick-next {
  right: 0;
}

.system .index__news .slick-single .slick-next:before {
  font-size: 4rem;
  -webkit-transform: translate();
  -ms-transform: translate();
  transform: translate();
}

.system .index__news .slick-single .slick-prev {
  left: auto;
  right: 60px;
}

.system .index__news .slick-single .slick-prev:after {
  font-size: 4rem;
}

.system .index__news .item {
  display: inline-block;
}

.system .index__news .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 768px) {
  .system .index__news .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.system .index__news .block {
  display: block;
  position: relative;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.system .index__news .block-lg {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.system .index__news .block-lg .block__img {
  height: 21.35417vw;
}

@media (max-width: 768px) {
  .system .index__news .block-lg .block__img {
    height: 53.38542vw;
  }
}

.system .index__news .block-lg .block__img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(40%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0) 40%);
  background-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0) 40%);
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0) 40%);
}

.system .index__news .block__img {
  height: 11.45833vw;
}

@media (max-width: 768px) {
  .system .index__news .block__img {
    height: 53.38542vw;
  }
}

.system .index__news .block__text {
  padding: 40px;
}

@media (max-width: 1441px) {
  .system .index__news .block__text {
    padding: 20px;
  }
}

.system .index__news .block:hover {
  color: #f68825;
}

@media (max-width: 768px) {
  .system .index__news .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .system .index__news .block-lg {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .system .index__news .block-lg .block__img {
    position: relative;
  }

  .system .index__news .block-lg .block__img:before {
    display: none;
  }
}

.system .index__news .bgnews:before {
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  width: 350px;
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1400px) {
  .system .index__news .bgnews:before {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .system .index__news .bgnews:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .system .index__news {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}

@media (max-width: 576px) {
  .system .index__news {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .system .index__news .btn__round-transparent {
    right: 0;
  }

  .system .index__news .slick-single .slick-arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  .system .index__news .slick-single .slick-prev {
    right: unset;
    left: 0;
  }
}

.system .index__info {
  position: relative;
  padding-top: 120px;
  padding-bottom: 140px;
}

.system .index__info .layout__container-1400 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.system .index__info .block {
  position: relative;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.system .index__info .col {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.system .index__info .col__img,
.system .index__info .col .bgimage {
  -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;
}

.system .index__info .col:hover .col__img,
.system .index__info .col:hover .bgimage {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.system .index__info .col__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.system .index__info .col-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.system .index__info .col-half .col__img,
.system .index__info .col-half .col__text {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
}

.system .index__info .col-half .col__text {
  background: #fff;
  padding: 50px;
}

.system .index__info .col-half .col__text>* {
  width: 100%;
}

.system .index__info .col-half .col__text:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  border-width: 25px 40px 25px 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: transparent #ffffff transparent transparent;
}

@media (max-width: 576px) {
  .system .index__info .col-half .col__text:before {
    display: none;
  }
}

.system .index__info .col-full .btn__round-transparent {
  margin-top: 20px;
}

.system .index__info .col-full .col__text {
  padding: 70px;
}

@media (max-width: 768px) {
  .system .index__info .block-dec {
    display: none;
  }

  .system .index__info .block {
    max-width: 100%;
  }

  .system .index__info .col-half .col__img,
  .system .index__info .col-half .col__text {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .system .index__info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .system .index__info .col {
    height: 250px;
  }

  .system .index__info .col-half .col__img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .system .index__info .col-half .col__img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .system .index__info .col-half .col__text {
    background: transparent;
    padding: 25px;
  }

  .system .index__info .col-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .system .index__info .col-full .bgimage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .system .index__info .col-full .col__text {
    padding: 25px;
  }
}

.system .index__recruit {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
}

.system .index__recruit .text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.system .index__recruit .fz-17 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.system .index__recruit .btn__round-transparent {
  width: 180px;
  background: #f68825;
  color: #fff;
}

.system .index__recruit .btn__round-transparent:hover {
  background: #f57b0d;
}

@media (max-width: 576px) {
  .system .index__recruit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.system .area__head {
  position: relative;
  padding-top: 140px;
  padding-bottom: 50px;
}

.system .area__head .wrap {
  width: 90%;
  max-width: 1230px;
}

.system .area__head .tree {
  max-width: 100%;
  margin-top: 30px;
  height: auto;
  display: inline-block;
}

@media (max-width: 1025px) {
  .system .area__head {
    padding-top: 50px;
  }
}

.system .area__intro {
  padding-top: 105px;
  padding-bottom: 50px;
}

.system .area__intro .btns {
  margin-top: 20px;
  margin-bottom: 30px;
}

.system .area__intro .btns .btn__rec-main {
  width: 150px;
  color: #000;
  font-weight: normal;
}

.system .area__intro .btns .btn__rec-main:hover,
.system .area__intro .btns .btn__rec-main.active {
  background: #f68825;
  color: #fff;
  font-weight: bold;
}

.system .area__intro .slick-system-area .item {
  display: inline-block;
}

@media (max-width: 576px) {
  .system .area__intro {
    padding-top: 50px;
  }
}

.system .area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.system .area__list>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 10px;
  display: inline-block;
  max-width: 50%;
}

.system .area__list .img {
  width: 200px;
  height: 200px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
}

.system .area__list .img:hover .imgLiquidFill {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.system .area__list .imgLiquidFill {
  -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;
}

.system .area__list .text {
  width: calc(100% - 240px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media (max-width: 1025px) {
  .system .area__list .text {
    width: 100%;
  }
}

.system .area__list .text a:hover {
  color: #f68825;
}

.system .area__list .wrap {
  padding: 40px 60px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 100%;
}

.system .area__list .full {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}

.system .area__list .full .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.system .area__list .full .wrap h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin-bottom: 20px;
}

.system .area__list .block {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  display: inline-block;
  max-width: 50%;
}

.system .area__list .block.bdr {
  border-right: 1px solid #ccc;
}

.system .area__list .block:last-child {
  padding-left: 60px;
}

.system .area__list .ul-circle {
  text-align: left;
}

@media (max-width: 1441px) {
  .system .area__list .wrap {
    padding: 20px;
  }
}

@media (max-width: 1025px) {
  .system .area__list .text {
    margin-left: 0;
  }

  .system .area__list .wrap {
    padding: 20px;
    text-align: center;
  }

  .system .area__list .block:last-child {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .system .area__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .system .area__list .block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .system .area__list .block.bdr {
    border-right: none;
  }

  .system .area__list .block:last-child {
    margin-top: 30px;
  }
}

.system .area__info {
  margin-bottom: 50px;
}

.system .area__info .top {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.system .area__info .top .fz-20 {
  margin-bottom: 20px;
}

.system .area__info .doc {
  margin-top: 20px;
  display: inline-block;
}

.system .area__info .doc img {
  display: block;
  margin-bottom: 20px;
}

.system .area__info .doc+.doc {
  margin-left: -4px;
}

.system .area__info .bottom {
  line-height: 1.8;
}

.system .area__info .bottom h3 {
  position: relative;
  padding-left: 30px;
}

.system .area__info .bottom h3:before {
  font-family: 'fontello';
  content: '\e80c';
  color: #f68825;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-5px);
  -ms-transform: translateY(-50%) translateX(-5px);
  transform: translateY(-50%) translateX(-5px);
}

.system .area__info .bottom img {
  display: inline-block;
}

.system .area__info .bottom .bg-grey {
  padding: 50px;
  border-radius: 10px;
}

.system .area__info .bottom .img-half {
  width: 50%;
}

@media (max-width: 768px) {
  .system .area__info .bottom .img-half {
    width: 100%;
  }
}

.system .area__info .bottom .block+.block {
  margin-top: 50px;
}

.system .area__info .bottom .fz-28 {
  margin-bottom: 15px;
}

.system .area__info .bottom .ul-circle>li {
  padding-left: 30px !important;
}

.system .area__info .bottom .ul-circle>li:before {
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
}

.system .area__info .bottom .ul-circle>li+li {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .system .area__info .bottom .bg-grey {
    padding: 20px;
  }
}

.system .area__contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.system .area__contact .btns {
  margin-top: 20px;
}

.system .area__contact .btn__rec-main {
  min-width: 150px;
  background: #fff;
  color: #000;
  font-weight: normal;
}

.system .area__contact .btn__rec-main:hover,
.system .area__contact .btn__rec-main.active {
  background: #f68825;
  color: #fff;
  font-weight: bold;
}

.system .area__contact .tels {
  margin-top: 30px;
}

.system .area__contact .tel {
  display: inline-block;
  line-height: 1;
}

.system .area__contact .tel:first-child {
  padding-right: 20px;
  margin-right: 15px;
  border-right: 1px solid #ccc;
}

.system .area__contact .tel.single {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

@media (max-width: 576px) {
  .system .area__contact .tel {
    display: block;
  }

  .system .area__contact .tel:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 10px;
  }
}

.system .area__contact .locate {
  margin-top: 15px;
  margin-bottom: 15px;
}

.system .area__contact .locate i:before {
  font-size: 24px;
}

.system .area__contact .info {
  display: inline-block;
  padding: 20px 50px;
  margin-bottom: 40px;
  border: 1px solid #f68825;
  line-height: 1;
}

.system .area__contact .info .fwb {
  margin-right: 20px;
}

.system .area__contact .info * {
  display: inline-block;
}

.system .area__contact .info li+li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

@media (max-width: 768px) {
  .system .area__contact .info>* {
    display: block;
  }

  .system .area__contact .info .fwb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .system .area__contact .info * {
    display: block;
  }

  .system .area__contact .info li+li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
  }
}

.system .area__contact .slick-area-contact .item {
  display: inline-block;
}

@media (max-width: 576px) {
  .system .area__contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.system .area__map {
  height: 550px;
}

.system .area__map #map {
  width: 100%;
  height: 100%;
}

.system .about__idea .layout__textimg .col__text {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.system .about__idea .layout__textimg .col__img {
  height: 20.3125vw;
}

.system .about__idea .layout__textimg .col:nth-child(odd) .col__text {
  border-left: 4px solid #f68825;
}

.system .about__idea .layout__textimg .col:nth-child(even) .col__img {
  border-left: 4px solid #f68825;
}

@media (max-width: 768px) {
  .system .about__idea .layout__textimg .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .system .about__idea .layout__textimg .col>* {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .system .about__idea .layout__textimg .col__img {
    height: 50.78125vw;
  }

  .system .about__idea .layout__textimg .col__text {
    padding: 20px;
  }

  .system .about__idea .layout__textimg .col:nth-child(odd) .col__text {
    border-left: none;
  }

  .system .about__idea .layout__textimg .col:nth-child(even) .col__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .system .about__idea .layout__textimg .col:nth-child(even) .col__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-left: none;
  }
}

@media (max-width: 576px) {
  .system .about__idea .layout__textimg .col__text {
    padding: 20px;
  }
}

.system .about__idea .ideas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.system .about__idea .ideas li {
  margin-top: 100px;
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}

.system .about__idea .ideas li:first-child .img {
  background: #69add7;
}

.system .about__idea .ideas li:nth-child(2) .img {
  background: #41bcc4;
}

.system .about__idea .ideas li:nth-child(3) .img {
  background: #93b74b;
}

.system .about__idea .ideas li:nth-child(4) .img {
  background: #dfb573;
}

.system .about__idea .ideas li:nth-child(5) .img {
  background: #f58729;
}

.system .about__idea .ideas .wrap {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f6f6f6;
  height: 100%;
  padding: 80px 25px 40px 25px;
}

.system .about__idea .ideas .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.system .about__idea .ideas .text {
  text-align: justify;
  text-align-last: center;
}

.system .about__idea .ideas .svg {
  width: 50px;
  height: 50px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.system .about__idea .ideas .svg.fix-1 {
  width: 60px;
  height: 60px;
}

@media (max-width: 1025px) {
  .system .about__idea .ideas li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    max-width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .system .about__idea .ideas li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .system .about__idea .ideas li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
  }
}

.system .about__founder {
  position: relative;
  padding-top: 140px;
}

.system .about__founder .imgs {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.system .about__founder .imgs li {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  height: 350px;
}

@media (max-width: 576px) {
  .system .about__founder {
    padding-top: 50px;
  }

  .system .about__founder .imgs li {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    height: 125px;
  }
}

.system .about__speech {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.system .about__speech h4 {
  margin-bottom: 30px;
}

.system .about__speech p {
  margin-bottom: 2rem;
}

.system .about__speech .founder {
  margin-top: 30px;
}

.system .about__speech .founder span:first-child {
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

.system .about__speech .founder img {
  max-width: 100px;
}

@media (max-width: 768px) {
  .system .about__speech {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 576px) {
  .system .about__speech {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.system .about__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.system .about__service .block {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  padding: 10px;
  overflow-x: auto;
}

.system .about__service .wrap {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 70px 25px;
  position: relative;
  min-height: 500px;
}

@media (max-width: 1025px) {
  .system .about__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .system .about__service .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    max-width: 100%;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .system .about__service .wrap {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .system .about__service .wrap {
    padding: 10px;
    min-height: 300px;
  }
}

.system .about__secure .text {
  padding: 45px 70px;
  border-radius: 10px;
  background: #fff;
}

.system .about__secure .text-bd {
  border: 1px solid #f68825;
}

.system .about__secure .text .text-title {
  margin-bottom: 20px;
}

.system .about__secure .text .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .system .about__secure .text {
    padding: 30px;
  }

  .system .about__secure .text .wrap {
    display: block;
  }
}

.system .about__secure .pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.system .about__secure .info {
  padding: 20px;
}

.system .about__secure-aim .ol-circle {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.system .about__secure-aim .ol-circle>li {
  padding-left: 80px;
  -webkit-box-flex: 33.33333%;
  -ms-flex: 33.33333%;
  flex: 33.33333%;
  max-width: 33.33333%;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.system .about__secure-aim .ol-circle>li:before {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.system .about__secure-aim .ol-circle>li:last-child {
  border-bottom: 1px solid #ccc !important;
}

@media (max-width: 1025px) {
  .system .about__secure-aim .ol-circle>li {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .system .about__secure-aim .ol-circle>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 0;
  }
}

.system .news__03 .layout__textimg .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.system .news__03 .layout__textimg .col__img {
  height: 520px;
}

.system .news__03 .layout__textimg .col__text {
  padding-left: 40px;
  padding-right: 40px;
}

.system .news__03 .layout__textimg .col__text>*+* {
  margin-top: 20px;
}

@media (max-width: 576px) {
  .system .news__03 .layout__textimg .col__img {
    height: 250px;
  }

  .system .news__03 .layout__textimg .col__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.system .news__03 .ol-circle>li {
  padding-left: 70px;
}

.system .news__03 .ol-circle>li:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.system .news__03 .layout__grid-circleblock .col .wrap {
  background: #fff;
}

.system .news__03 .layout__grid-qa>li {
  border-top: 1px solid #ccc;
  margin-bottom: 0;
}

.system .news__03 .layout__grid-qa>li .title {
  margin-left: 0;
}

.system .news__03 .layout__grid-qa>li .title:before {
  display: none;
}

.system .news__03 .layout__grid-qa>li .qa__body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}

.system .news__03 .layout__grid-qa>li:last-child {
  border-bottom: 1px solid #ccc;
}

.system .news__03 .layout__grid-qa>li.active .qa__head {
  background: #fee9d7;
  border-bottom: 1px solid #ccc;
}

.system .news__03 .layout__grid-qa>li.active .qa__body {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #f68825;
  max-height: 800px;
}

@media (max-width: 576px) {
  .system .news__03 .layout__grid-qa>li .qa__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.system .news__info03 .block {
  padding: 60px 70px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow-x: auto;
}

.system .news__info03 .block .wrap {
  min-height: 300px;
  position: relative;
}

@media (max-width: 1025px) {
  .system .news__info03 .block {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .system .news__info03 .block {
    padding: 10px;
  }
}

.system .news__info03 .hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .system .news__info03 .hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.system .news__info03-2 .layout__table-main {
  min-width: 1px;
}

@media (max-width: 576px) {
  .system .news__info03-2 .layout__table-main {
    min-width: 1px;
  }

  .system .news__info03-2 .layout__table-main tr {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #aaa;
    padding: 10px 20px;
  }

  .system .news__info03-2 .layout__table-main tr+tr {
    border-top: none;
  }

  .system .news__info03-2 .layout__table-main td {
    display: block;
    padding: 10px 0px;
    border: none;
    background: transparent;
    text-align: left !important;
  }

  .system .news__info03-2 .layout__table-main td:before {
    display: block;
    content: attr(data-th);
    text-align: left;
    color: #f68825;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .system .news__info03-2 .layout__table-main td:first-child {
    padding-top: 0;
  }

  .system .news__info03-2 .layout__table-main td:first-child:before {
    text-align: center;
    color: #fff;
  }

  .system .news__info03-2 .layout__table-main td:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #f68825;
    z-index: -1;
  }

  .system .news__info03-2 .layout__table-main .text {
    padding-top: 20px;
  }
}

.system .recruit .layout__textimg .col__img {
  height: 27.34375vw;
}

@media (max-width: 576px) {
  .system .recruit .layout__textimg .col__img {
    height: 250px;
  }
}

.system .recruit .layout__textimg .col__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.system .recruit .layout__textimg .col__text p {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .system .recruit .layout__textimg .col__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.system .recruit .layout__textimg .col:nth-child(odd) .col__text {
  padding-left: 4.16667vw;
  padding-right: 8.33333vw;
}

.system .recruit .layout__textimg .col:nth-child(even) .col__text {
  padding-left: 8.33333vw;
  padding-right: 4.16667vw;
}

@media (max-width: 1025px) {
  .system .recruit .layout__textimg .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .system .recruit .layout__textimg .col .col__img {
    height: 51.26953vw;
  }

  .system .recruit .layout__textimg .col>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }

  .system .recruit .layout__textimg .col:nth-child(odd) .col__text,
  .system .recruit .layout__textimg .col:nth-child(even) .col__text {
    padding: 40px;
  }

  .system .recruit .layout__textimg .col:nth-child(even) .col__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .system .recruit .layout__textimg .col:nth-child(even) .col__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 576px) {

  .system .recruit .layout__textimg .col:nth-child(odd) .col__text,
  .system .recruit .layout__textimg .col:nth-child(even) .col__text {
    padding: 20px;
  }
}

.system .recruit .btns .btn__round-transparent {
  margin-right: 10px;
  margin-top: 10px;
}

.system .recruit .btns .btn__rec {
  margin: 5px;
  width: 150px;
  background: #fff;
}

.system .recruit .btns .btn__rec:hover,
.system .recruit .btns .btn__rec.active {
  background: #f68825;
}

@media (max-width: 576px) {
  .system .recruit .btns .btn__rec {
    width: 85px;
  }
}

.system .recruit .btn__round-transparent {
  width: 200px;
}

.system .recruit .layout__list-news {
  margin-top: 0;
}

.system .recruit .layout__pagination {
  padding-top: 0;
  padding-bottom: 0;
}

.system .recruit .searchbox {
  background: #fff0df;
  padding: 10px 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
}

.system .recruit .searchbox * {
  display: inline-block;
}

.system .recruit .searchbox select,
.system .recruit .searchbox input {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}

.system .recruit .searchbox li {
  margin: 5px;
  width: 200px;
}

.system .recruit .searchbox li.lg {
  width: 230px;
}

.system .recruit .searchbox li:last-child {
  width: 100px;
}

.system .recruit .searchbox .title {
  margin-right: 10px;
}

.system .recruit .searchbox .btn__rec-main-full {
  width: 100%;
  padding: 10px 20px;
}

@media (max-width: 576px) {
  .system .recruit .searchbox {
    margin: 0;
  }

  .system .recruit .searchbox .title {
    margin-right: 0;
  }

  .system .recruit .searchbox * {
    display: block;
  }

  .system .recruit .searchbox li {
    width: 100%;
    margin: 10px 0;
  }

  .system .recruit .searchbox li.lg {
    width: 100%;
  }

  .system .recruit .searchbox li:last-child {
    width: 100%;
  }
}

.system .recruit .layout__grid-circleblock .child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  padding: 10px;
}

.system .recruit .layout__grid-circleblock .child .wrap {
  height: 100%;
}

@media (max-width: 576px) {
  .system .recruit .layout__grid-circleblock .child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.system .recruit .layout__grid-circleblock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 20px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

.system .recruit .layout__grid-circleblock .imgLiquidFill {
  min-width: 200px;
  min-height: 200px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 30px;
}

.system .recruit .layout__grid-circleblock .btn__round-transparent {
  width: 160px;
}

@media (max-width: 1025px) {
  .system .recruit .layout__grid-circleblock .imgLiquidFill {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .system .recruit .layout__grid-circleblock .wrap {
    padding: 20px;
    -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;
  }
}

.system .recruit .slick-block-switch .item {
  padding: 40px 50px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}

.system .recruit .slick-block-switch .item .fz-24 {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .system .recruit .slick-block-switch .item {
    padding: 20px;
  }
}

.system .branch-info .layout__table-main {
  min-width: 1px;
}

@media (max-width: 576px) {
  .system .branch-info .table-rwd tr {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #aaa;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #fff;
  }

  .system .branch-info .table-rwd td {
    display: block;
    padding: 10px 0px;
    border: none;
  }

  .system .branch-info .table-rwd td:before {
    display: block;
    position: relative;
    content: attr(data-th);
    text-align: left;
    color: #f68825;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    z-index: 1;
  }

  .system .branch-info .table-rwd td:nth-child(2) {
    text-align: left;
  }

  .system .branch-info .table-rwd td:first-child {
    padding-top: 0;
  }

  .system .branch-info .table-rwd td:first-child:before {
    text-align: center;
    color: #fff;
  }

  .system .branch-info .table-rwd td:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #f68825;
    z-index: 0;
  }

  .system .branch-info .table-rwd td:last-child {
    text-align: center;
  }

  .system .branch-info .table-rwd .text {
    padding-top: 20px;
  }
}

.system .branch-info-slide {
  position: relative;
  max-width: 1600px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.system .branch-info-slide .slider {
  position: static;
}

.system .branch-info-slide .slider a {
  padding: 15px;
  margin: 0 10px;
  text-align: center;
  background: #f68825;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.system .branch-info-slide .slider a:hover {
  background: #e9730a;
}

.system .branch-info-slide .slider a>* {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .system .branch-info-slide .slider a {
    margin: 0 30px;
  }
}

.system .branch-info-slide .slider img {
  display: inline-block;
  max-width: 100%;
}

.system .branch-info-slide .slider .slick-arrow {
  border: 1px solid #ccc;
  color: #ccc;
  width: 50px;
  height: 50px;
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.system .branch-info-slide .slider .slick-arrow:hover {
  border-color: #f68825;
  color: #f68825;
}

.system .branch-info-slide .slider .slick-next {
  right: 0;
}

.system .branch-info-slide .slider .slick-prev {
  left: 0;
}

.about__history .layout__year-slide {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.about__history .layout__year-slide li {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}

.about__history .layout__year-slide li:after,
.about__history .layout__year-slide li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  background: #f68825;
}

.about__history .layout__year-slide li:after {
  width: 20px;
  height: 20px;
  opacity: 0.3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -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;
}

.about__history .layout__year-slide li:before {
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.about__history .layout__year-slide li:hover:after {
  -webkit-transform: translate(-50%, 0) scale(1.5);
  -ms-transform: translate(-50%, 0) scale(1.5);
  transform: translate(-50%, 0) scale(1.5);
}

.about__history .layout__year-slide li.slick-current {
  color: #f68825;
}

.about__history .layout__year-slide:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: 20px;
  z-index: -1;
}

.about__history .layout__year-slide .slick-list {
  padding-bottom: 10px !important;
}

.about__history .layout__year-slide .slick-next {
  right: 0;
}

.about__history .layout__year-slide .slick-arrow {
  color: #f68825;
}

.about__history .info-wrap {
  position: relative;
  max-width: 1600px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.about__history .info .slick-slide {
  display: inline-block;
  width: 100%;
  margin: 0 5px;
}

.about__history .info .block {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
}

.about__history .info .block-text {
  padding: 0 0 0 25px;
}

.about__history .info .block .imgLiquidFill {
  display: inline-block;
  height: 335px;
  width: 50%;
  max-width: 50%;
  margin-right: -4px;
}

.about__history .info .block ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.about__history .info .block ul>li span:first-child {
  margin-right: 20px;
}

.about__history .info .block ul>li+li {
  border-top: 1px solid #ccc;
}

.about__history .info .block .year {
  margin-bottom: 20px;
}

.about__history .info .bd-block {
  padding: 30px 45px;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .about__history .info .block {
    width: 100%;
    display: block;
  }

  .about__history .info .block-text {
    padding: 25px 0 0 0;
  }

  .about__history .info .bd-block {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .about__history .info .block .imgLiquidFill {
    height: 250px;
  }
}

.about__history .scrollbox {
  max-height: 215px;
}

@media (max-width: 768px) {
  .about__history .scrollbox {
    max-height: none;
  }
}

.about__history .slick-year-for {
  position: static;
}

.about__history .slick-year-for .slick-arrow {
  border: 1px solid #ccc;
  color: #ccc;
  width: 50px;
  height: 50px;
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.about__history .slick-year-for .slick-arrow:hover {
  border-color: #f68825;
  color: #f68825;
}

.about__history .slick-year-for .slick-next {
  right: 0;
}

.about__history .slick-year-for .slick-prev {
  left: 0;
}

.page__sitemap .submenu__row {
  -webkit-box-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%;
  padding: 30px;
  margin-bottom: 50px;
}

.page__sitemap .submenu__row+.submenu__row {
  border-left: 1px solid #ccc;
}

.page__sitemap .submenu__row.holder {
  padding: 0 !important;
  border: none !important;
}

.page__sitemap .submenu .no-arrow {
  padding-left: 20px;
}

.page__sitemap .submenu .content__wrap {
  margin-top: 0;
}

.page__sitemap .submenu .mb50 {
  margin-bottom: 50px;
}

@media (max-width: 1025px) {
  .page__sitemap .submenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page__sitemap .submenu__title {
    display: block;
  }
}

@media (max-width: 768px) {
  .page__sitemap .submenu .submenu__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }

  .page__sitemap .submenu .submenu__row:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 576px) {
  .page__sitemap .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page__sitemap .submenu .submenu__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 20px 40px;
    margin-bottom: 0;
    border-left: none;
    border-bottom: 1px solid #ccc;
  }

  .page__sitemap .submenu .mb50 {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .page__sitemap h4 {
    font-size: 20px;
  }

  .page__sitemap h5 {
    font-size: 16px;
  }

  .page__sitemap .menu {
    margin-bottom: 50px;
  }
}

.page__sitemap h5 {
  font-size: 18px;
}

.page__privacy ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.page__privacy ol li {
  list-style-position: outside;
  padding-left: 15px;
}

.page__privacy .wrap {
  padding: 40px;
  border-radius: 10px;
  color: #4d4d4d;
  line-height: 2;
}

@media (max-width: 576px) {
  .page__privacy .wrap {
    padding: 20px;
  }
}

.page__privacy .block+.block {
  margin-top: 40px;
}

.page__search .head {
  margin-top: 80px;
  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;
}

@media (max-width: 1025px) {
  .page__search .head {
    margin-top: 50px;
  }
}

.page__search .result {
  margin-top: 20px;
}

.page__search .result li {
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
}

.page__search .result li a {
  display: block;
  margin-bottom: 10px;
}

.page__search .result li a:hover {
  text-decoration: underline;
}

body,
html {
  font-family: 'Microsoft JhengHei', sans-serif, 'fontello';
  font-size: 62.5%;
  line-height: 1.6;
  overflow-x: hidden;
}

.wp {
  font-size: 16px;
  font-size: 1.6rem;
}

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