@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;800&display=swap");
/* ----------RESET---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  min-width: 320px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
  font-size: inherit;
}

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

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=search],
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active {
  -webkit-appearance: none;
}

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

button,
input[type=submit],
input[type=reset] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

table {
  border-collapse: collapse;
}

/* ----------TEXT----------- */
html {
  font-size: 16px;
  color: #707070;
}

body {
  font-family: "Rubik", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
a, p, b, small {
  font: inherit;
  color: inherit;
  font-weight: 300;
  line-height: normal;
  line-height: 1.2;
}

/* 84 */
h1, .h1 {
  font-size: 84px;
  line-height: 1.2;
}

/* 54 */
h2, .h2 {
  font-size: 54px;
}

/* 38 */
h3, .h3 {
  font-size: 38px;
}

/* 30 */
h4, .h4 {
  font-size: 30px;
}

/* 22 */
h5, .h5 {
  font-size: 22px;
}

/* 20 */
h6, .h6 {
  font-size: 20px;
}

/* 18 */
.p-18 {
  font-size: 18px;
}

/* 16 */
p, .p {
  font-size: 16px;
}

a {
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
}

/* 14 */
small, .small {
  font-size: 0.88rem;
}

b, strong {
  font-weight: bolder;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.txt-white {
  color: #ffffff;
}

.txt-lightgrey {
  color: #A8A8A8;
}

.txt-grey {
  color: #8e8e8e;
}

.txt-normal {
  color: #4d4d4d;
}

.txt-darkgrey {
  color: #222222;
}

.txt-black {
  color: #000000;
}

.txt-prime {
  color: #42C195;
}

.txt-dark_prime {
  color: #046262;
}

.txt-silver {
  display: inline-block;
  padding-bottom: 5px;
  color: #ffffff;
  background: #ffffff;
  background: -o-linear-gradient(left, #ffffff 0%, #777777 30%, #ffffff 60%, #777777 90%);
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #777777), color-stop(60%, #ffffff), color-stop(90%, #777777));
  background: linear-gradient(to right, #ffffff 0%, #777777 30%, #ffffff 60%, #777777 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-link {
  text-decoration: underline;
}

.txt-thin {
  font-weight: 100;
}

.txt-light {
  font-weight: 200;
}

.txt-regular {
  font-weight: 300;
}

.txt-medium {
  font-weight: 400;
}

.txt-bold {
  font-weight: 500;
}

.txt-highbold {
  font-weight: 600;
}

.txt-blackbold {
  font-weight: 700;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

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

.h2-super_title img {
  width: 0.65em;
}

.txt-style-i {
  font-style: italic;
}

.txt-line-through {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.main-lh {
  line-height: 1.5;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1550px) {
  h1, .h1 {
    font-size: 72px;
  }

  h2, .h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  h2, .h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1366px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 68px;
  }

  h2, .h2 {
    font-size: 40px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 58px;
  }

  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 27px;
  }

  h4, .h4 {
    font-size: 1.3rem;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  p, .p {
    font-size: 14px;
  }

  small, .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 35px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 25px;
  }

  h4, .h4 {
    font-size: 1.2rem;
  }

  .p-18 {
    font-size: 16px;
  }
}
/* ----------BLOCK---------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
  width: 70%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1100 {
  max-width: 1100px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
}

.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 5%;
}

.ib-middle {
  display: inline-block;
  vertical-align: middle;
}

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

.main_padding {
  padding: 5vw 0;
}

.main_padding-b {
  padding-bottom: 5vw;
}

.main_padding-t {
  padding-top: 5vw;
}

.main_margin {
  margin: 5vw 0;
}

.main_margin-b {
  margin-bottom: 5vw;
}

.main_margin-t {
  margin-top: 5vw;
}

.header-top {
  position: relative;
}

.header-top::before {
  content: "";
  display: block;
  height: 78px;
  position: relative;
}

.m1023-off {
  display: block;
}

.m1023-on {
  display: none;
}

.m768-off {
  display: block;
}

.m768-on {
  display: none;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1366px) {
  .w1100 {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
    width: 80%;
    margin: 0 auto;
  }

  .m1023-off {
    display: none;
  }

  .m1023-on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
    width: 90%;
  }

  .m768-off {
    display: none;
  }

  .m768-on {
    display: block;
  }

  .main_padding {
    padding: 50px 0;
  }

  .main_padding-b {
    padding-bottom: 50px;
  }

  .main_padding-t {
    padding-top: 50px;
  }

  .main_margin {
    margin: 50px 0;
  }

  .main_margin-b {
    margin-bottom: 50px;
  }

  .main_margin-t {
    margin-top: 50px;
  }
}
/* ----------FORM----------- */
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
  margin: 7px 0px;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

select {
  padding-right: 30px;
  background-size: 10px;
  background: url("../img/icon/icon_down.svg") no-repeat calc(100% - 10px) center #F7F7F7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].readonly,
input[type=email].readonly,
input[type=password].readonly,
textarea.readonly,
select.readonly {
  border: none;
  background-color: #E8E8E8;
}

label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}

label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

/*radio&checkbox樣式覆蓋*/
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 3px 8px 3px 5px;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}

input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

/* ----------ANIMATION------ */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.lock {
  overflow: hidden;
}

.btn {
  margin: auto;
  padding: 10px 20px;
  background-color: #fff;
  color: #42C195;
  border: 2px solid #42C195;
  text-align: center;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-weight: 400;
}
.btn span, .btn img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn img {
  height: 18px;
  margin-left: 8px;
}
.btn:hover {
  color: #fff;
  background-color: #42C195;
}
.btn:hover img {
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}

.btn-reverse {
  margin: auto;
  padding: 10px 20px;
  border: 2px solid #42C195;
  text-align: center;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-weight: 400;
  color: #fff;
  background-color: #42C195;
}
.btn-reverse img {
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}
.btn-reverse span, .btn-reverse img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-reverse img {
  height: 18px;
  margin-left: 8px;
}
.btn-reverse:hover {
  background-color: #fff;
  color: #42C195;
}
.btn-reverse:hover img {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
}

.grid-1300 {
  width: 80%;
  max-width: 1300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 1px solid rgba(104, 190, 152, 0.15);
  border-left: 1px solid rgba(104, 190, 152, 0.15);
}
.grid-1300-info_page::before, .grid-1300-info_page::after {
  display: none;
}
.grid-1300::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 1px solid rgba(104, 190, 152, 0.2);
  border-left: 1px solid rgba(104, 190, 152, 0.2);
}
.grid-1300::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 1px solid rgba(104, 190, 152, 0.2);
}
@media screen and (max-width: 768px) {
  .grid-1300 {
    width: 90%;
  }
  .grid-1300::before {
    display: none;
  }
}

#index_header.transparent header {
  background-color: transparent;
  color: #fff;
}
#index_header.transparent header .inner nav .sub_set .has_sub svg {
  fill: #fff;
}
#index_header.transparent header .inner #hamburger div {
  border-top: 2px solid #fff;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(104, 190, 152, 0.2);
  z-index: 10;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header + section {
  margin-top: 62px;
}
header .w1300 {
  width: 80%;
}
header .inner {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid rgba(104, 190, 152, 0.15);
  position: relative;
}
header .inner #hamburger {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 3px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner #hamburger div {
  border-top: 2px solid #046262;
}
header .inner .logo_outer {
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo_outer .logo {
  width: 80px;
}
header .inner .logo_outer p {
  margin-left: 10px;
}
header .inner .lang {
  padding-left: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
header .inner .lang .lang_outer {
  position: relative;
  cursor: pointer;
}
header .inner .lang .lang_outer img {
  width: 12px;
  position: absolute;
  right: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .inner .lang .lang_outer p {
  margin-right: 5px;
  padding: 5px 30px 3px 15px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background-color: #42C195;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .inner .lang .lang_set {
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}
header .inner .lang .lang_set.active {
  display: block;
}
header .inner .lang .lang_set a {
  width: 100%;
  padding: 5px 10px;
  background-color: #046262;
  color: #fff;
  border-bottom: 1px solid rgba(104, 190, 152, 0.5);
}
header .inner .lang .lang_set a:nth-last-child(1) {
  border-bottom: none;
}
header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner nav .main_item {
  margin-right: 15px;
  padding: 10px;
}
header .inner nav .sub_set {
  position: relative;
}
header .inner nav .sub_set .has_sub {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
header .inner nav .sub_set .has_sub svg {
  width: 12px;
  margin-left: 10px;
  fill: #707070;
}
header .inner nav .sub_set .sub_nav {
  padding-top: 10px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  display: none;
}
header .inner nav .sub_set .sub_nav.active {
  display: block;
}
header .inner nav .sub_set .sub_nav .sub_item {
  width: 100%;
  min-width: 160px;
  padding: 10px;
  white-space: nowrap;
  background-color: #046262;
  color: #fff;
  border-bottom: 1px solid rgba(104, 190, 152, 0.5);
}
header .inner nav .sub_set .sub_nav .sub_item:nth-last-child(1) {
  border-bottom: none;
}
header .inner nav .mobile_lang_set {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px;
}
header .inner nav .mobile_lang_set a {
  margin: 5px 2px;
  padding: 2px 10px;
  background-color: #42C195;
  color: #fff;
  display: inline-block;
}
header .inner nav .mobile_lang_set a.active {
  background-color: #046262;
}
@media screen and (max-width: 1600px) {
  header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1440px) {
  header .inner nav .main_item {
    margin-right: 5px;
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  header .inner {
    width: 100%;
    border-right: none;
  }
  header .inner .logo_outer p span {
    display: none;
  }
  header .inner #hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  header .inner .lang {
    display: none;
  }
  header .inner nav {
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 63px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: 63px;
    right: 0;
    color: #707070;
    overflow: auto;
    -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
            transform: translateX(102%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .inner nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .inner nav .sub_set {
    width: 100%;
  }
  header .inner nav .main_item {
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(104, 190, 152, 0.5);
  }
  header .inner nav .sub_set .has_sub svg {
    fill: #707070 !important;
  }
  header .inner nav .sub_set .sub_nav {
    width: 100%;
    padding-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  header .inner nav .sub_set .sub_nav .sub_item {
    padding: 20px 10px;
  }
  header .inner nav .mobile_lang_set {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  header .w1300 {
    width: 90%;
  }
  header .inner .logo_outer p {
    font-size: 16px;
  }
  header .inner #hamburger {
    width: 25px;
    height: 26px;
  }
}
@media screen and (max-width: 425px) {
  header + section {
    margin-top: 50px;
  }
  header .inner .logo_outer .logo {
    width: 55px;
  }
  header .inner nav {
    height: calc(100vh - 50px);
    top: 50px;
  }
}

footer #footer_top {
  background-color: #046262;
}
footer #footer_top .inner {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer_top .inner nav {
  width: 75%;
  padding: 10px 0;
  border-right: 1px solid rgba(104, 190, 152, 0.2);
}
footer #footer_top .inner nav a {
  margin-right: 20px;
  padding: 20px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_top .inner nav a:hover {
  color: #42C195;
}
footer #footer_top .inner .contact_col {
  width: 25%;
}
footer #footer_top .inner .contact_col a,
footer #footer_top .inner .contact_col #footer_contact {
  padding: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
footer #footer_top .inner .contact_col a:hover,
footer #footer_top .inner .contact_col #footer_contact:hover {
  color: #42C195;
}
footer #footer_top .inner .contact_col a:hover img,
footer #footer_top .inner .contact_col #footer_contact:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
footer #footer_top .inner .contact_col a span,
footer #footer_top .inner .contact_col #footer_contact span {
  white-space: nowrap;
}
footer #footer_top .inner .contact_col a img,
footer #footer_top .inner .contact_col #footer_contact img {
  margin-left: 10px;
  width: 20px;
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  footer #footer_top .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_top .inner nav {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(104, 190, 152, 0.2);
    text-align: center;
  }
  footer #footer_top .inner nav a {
    padding: 10px 0;
  }
  footer #footer_top .inner .contact_col {
    width: 100%;
    text-align: center;
  }
  footer #footer_top .inner .contact_col a,
footer #footer_top .inner .contact_col #footer_contact {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_top .inner {
    width: 90%;
  }
}
footer #footer_bottom {
  background-color: #003E3E;
}
footer #footer_bottom .inner {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #footer_bottom .inner .info {
  width: 75%;
  padding: 40px 0;
  border-right: 1px solid rgba(104, 190, 152, 0.15);
}
footer #footer_bottom .inner .info .logo_outer {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer_bottom .inner .info .logo_outer .logo {
  width: 80px;
}
footer #footer_bottom .inner .info .logo_outer p {
  margin-left: 10px;
}
footer #footer_bottom .inner .info .content {
  max-width: 380px;
  margin-top: 10px;
}
footer #footer_bottom .inner .social {
  width: 25%;
  padding: 40px 0 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer #footer_bottom .inner .social .links {
  margin-bottom: 10px;
}
footer #footer_bottom .inner .social .links a {
  margin-right: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_bottom .inner .social .links a:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
footer #footer_bottom .inner .social .links img {
  width: 50px;
}
footer #footer_bottom .inner .social p, footer #footer_bottom .inner .social > a {
  width: 150%;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  footer #footer_bottom .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_bottom .inner .info {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(104, 190, 152, 0.2);
  }
  footer #footer_bottom .inner .info .content {
    margin-right: auto;
    margin-left: auto;
  }
  footer #footer_bottom .inner .social {
    width: 100%;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #footer_bottom .inner .social p, footer #footer_bottom .inner .social > a {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_bottom .inner {
    width: 90%;
  }
}

.fixed_contact {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 8;
  border: 2px solid #68BE98;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.fixed_contact:hover {
  background-color: rgb(234, 246, 242);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .fixed_contact {
    bottom: 30px;
    right: 20px;
  }
}

#contact {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
#contact.active {
  display: block;
}
#contact .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#contact .lightbox {
  width: 90%;
  max-width: 1300px;
  max-height: 82vh;
  padding: 50px 30px;
  border: 2px solid #42C195;
  background-color: #fff;
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
}
#contact .lightbox .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#contact .lightbox .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#contact .lightbox .box {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .lightbox form {
  width: 60%;
}
#contact .lightbox form .item {
  margin-bottom: 20px;
  padding: 5px 15px;
  border: 1px solid rgba(66, 193, 149, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .lightbox form .item p {
  padding: 7px 0;
}
#contact .lightbox form .item input, #contact .lightbox form .item textarea {
  max-width: 100%;
  margin: 0;
  resize: none;
}
#contact .lightbox .info {
  width: 40%;
  max-width: 360px;
  padding-left: 20px;
}
#contact .lightbox .info .p-18 {
  margin: 5px 0;
}
#contact .lightbox .info a {
  margin-right: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#contact .lightbox .info a:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
#contact .lightbox .info img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  #contact .lightbox .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact .lightbox form {
    width: 100%;
  }
  #contact .lightbox .info {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}

.breadcrumbs a {
  font-weight: inherit;
}

.pagination {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 8px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination li svg {
  width: 100%;
}
.pagination li svg path, .pagination li svg g {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination li svg:hover path, .pagination li svg:hover g {
  stroke: #42C195;
}
.pagination li:not(.prev, .next, .first, .last) a {
  background-color: #C6C6C6;
  color: #fff;
}
.pagination li:not(.prev, .next, .first, .last) a.active, .pagination li:not(.prev, .next, .first, .last) a:hover {
  background-color: #42C195;
  color: #fff;
}
.pagination li:is(.first, .last) a {
  color: #C6C6C6;
  border: 1px solid #C6C6C6;
}
.pagination li:is(.first, .last) a:hover {
  border-color: #42C195;
  color: #42C195;
}
@media screen and (max-width: 600px) {
  .pagination li a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
  }
}

#about_us {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#about_us .pic {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about_us .pic figure {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about_us .inner {
  padding: 10vw 0;
  padding-left: calc(200px + 5%);
  position: relative;
}
#about_us .inner h2 {
  padding-bottom: 40px;
}
#about_us .inner .info_box {
  width: 160%;
}
#about_us .inner .info_box .swiper-slide p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#about_us .inner .info_box .swiper-slide-next p {
  opacity: 0.3;
}
#about_us .inner .next {
  margin-top: 30px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #about_us .pic {
    width: 100% !important;
    height: auto;
    padding-bottom: 35%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #about_us .pic figure {
    position: absolute;
    top: 0;
    left: 0;
  }
  #about_us .inner {
    padding: 5vw;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  #about_us .inner {
    padding: 50px 0;
  }
  #about_us .inner .info_box {
    width: 100%;
  }
}

#about {
  position: relative;
  border-top: 1px solid rgba(104, 190, 152, 0.15);
}
#about .grid {
  width: 80%;
  max-width: 1300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about .grid::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(104, 190, 152, 0.15);
}
#about .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#about .inner .left {
  width: 50%;
  padding: 0 20px 0;
  position: relative;
}
#about .inner .left .in {
  width: 100%;
  position: absolute;
  top: 0;
}
#about .inner .left ul {
  max-width: 500px;
  margin: 30px 0;
  padding-right: 20px;
  display: block;
}
#about .inner .left ul li {
  margin: 10px 0;
  padding-left: 15px;
  padding-right: 20px;
  border-left: 7px solid transparent;
  cursor: pointer;
}
#about .inner .left ul li.active {
  color: #42C195;
  border-left: 7px solid #42C195;
}
#about .inner .left ul li span {
  width: calc(100% - 40px);
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
#about .inner .right {
  width: 50%;
}
#about .inner .right .page {
  width: 100%;
}
#about .inner .right .page .item {
  padding: 40px 30px 50px;
  position: relative;
}
#about .inner .right .page .item:nth-child(1) {
  padding: 30px 30px 50px;
}
#about .inner .right .page .item::after {
  content: "";
  width: 50vw;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(104, 190, 152, 0.2);
}
#about .inner .right .page .item .page_count {
  font-size: 140px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.1;
}
#about .inner .right .page .item h4 {
  margin-bottom: 20px;
}
#about .inner .right .page .item img {
  width: 98px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #about .grid::before {
    width: 100%;
    border-left: 1px solid rgba(104, 190, 152, 0.15);
  }
  #about .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #about .inner .left {
    width: 100%;
  }
  #about .inner .left .in {
    position: relative;
  }
  #about .inner .left .in ul {
    display: none;
  }
  #about .inner .left .in .btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #about .inner .right {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid rgba(104, 190, 152, 0.2);
  }
  #about .inner .right .page .item::after {
    width: 100%;
  }
  #about .inner .right .page .item .page_count {
    font-size: 140px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about .grid {
    width: 90%;
  }
  #about .inner .right .page .item .page_count {
    font-size: 100px;
  }
}
@media screen and (max-width: 425px) {
  #about .inner .right .page .item .page_count {
    font-size: 85px;
  }
}

#count {
  position: relative;
  background-color: #003E3E;
  overflow: hidden;
}
#count #count_canvas {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: rotate(5deg) scale(1.6);
      -ms-transform: rotate(5deg) scale(1.6);
          transform: rotate(5deg) scale(1.6);
}
#count .inner {
  position: relative;
}
#count .itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#count .itembox .item {
  width: 33.3333%;
  padding: 20px;
  text-align: center;
}
#count .itembox .item img {
  max-width: 78px;
}
#count .itembox .item p {
  margin-top: 5px;
  font-size: 72px;
}
#count .itembox .item p .s, #count .itembox .item p sup {
  font-size: 0.5em;
}
@media screen and (max-width: 1280px) {
  #count .itembox .item p {
    font-size: 55px;
  }
}
@media screen and (max-width: 1023px) {
  #count .itembox .item p {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  #count .itembox .item p {
    font-size: 46px;
  }
}
@media screen and (max-width: 600px) {
  #count .itembox .item {
    width: 100%;
  }
}

#history {
  overflow: hidden;
  position: relative;
  background-color: rgba(4, 98, 98, 0.02);
}
#history .inner {
  position: relative;
}
#history .inner .line {
  width: 25%;
  height: calc(100% + 10vw);
  border-right: 1px solid #046262;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#history .inner .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#history .inner .title {
  width: 25%;
}
#history .inner .title h2 {
  display: inline-block;
}
#history .inner .list {
  width: 75%;
}
#history .inner .list ul {
  font-weight: 300;
}
#history .inner .list ul li {
  margin: 10px 0 40px;
  position: relative;
}
#history .inner .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
#history .inner .list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-right: 10px;
  background-color: #046262;
  display: inline-block;
  border-radius: 100px;
}
#history .inner .list ul li h6 {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}
#history .inner .list ul li h6 span:nth-child(1) {
  width: 110px;
  display: inline-block;
  vertical-align: top;
}
#history .inner .list ul li h6 span:nth-child(2) {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1280px) {
  #history .inner .line {
    width: 30%;
  }
  #history .inner .title {
    width: 30%;
  }
  #history .inner .list {
    width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  #history .inner .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #history .inner .line {
    width: 0%;
  }
  #history .inner .title {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  #history .inner .title h2 {
    text-align: left;
  }
  #history .inner .list {
    width: 100%;
  }
  #history .inner .list ul li {
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #history .inner .line {
    height: calc(100% + 120px);
  }
}
@media screen and (max-width: 600px) {
  #history .inner .list ul li h6 span:nth-child(1), #history .inner .list ul li h6 span:nth-child(2) {
    width: 100%;
  }
  #history .inner .list ul li h6 span:nth-child(2) {
    margin-top: 5px;
  }
}

#loc {
  overflow: hidden;
  position: relative;
  padding-top: 7vw;
}
#loc .inner {
  position: relative;
}
#loc .inner .map {
  width: 850px;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -8vw);
      -ms-transform: translate(-40%, -8vw);
          transform: translate(-40%, -8vw);
}
#loc .inner .box {
  padding-left: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
#loc .inner .box .item {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #42C195;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loc .inner .box .item:nth-child(1), #loc .inner .box .item:nth-child(3) {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
}
#loc .inner .box .item h5 {
  position: relative;
}
#loc .inner .box .item h5:after {
  content: "";
  width: 30px;
  height: 5px;
  margin: 15px 0 30px;
  display: block;
  background-color: #42C195;
}
#loc .inner .box .item ul {
  font-weight: 300;
}
#loc .inner .box .item ul li {
  margin: 10px 0;
  list-style: inside disc;
}
#loc .inner .box .item ul li span {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1366px) {
  #loc .inner .map {
    width: 800px;
    -webkit-transform: translate(-40%, -10vw);
        -ms-transform: translate(-40%, -10vw);
            transform: translate(-40%, -10vw);
  }
}
@media screen and (max-width: 1024px) {
  #loc {
    padding-top: 20vw;
  }
  #loc .inner .map {
    width: 800px;
    -webkit-transform: translate(-40%, -25vw);
        -ms-transform: translate(-40%, -25vw);
            transform: translate(-40%, -25vw);
  }
  #loc .inner .box .item {
    width: 100%;
  }
  #loc .inner .box .item:nth-child(1), #loc .inner .box .item:nth-child(3) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #loc {
    padding-top: 50px;
  }
  #loc .inner .map {
    width: 800px;
    max-width: none;
    -webkit-transform: translate(-30%, -80px);
        -ms-transform: translate(-30%, -80px);
            transform: translate(-30%, -80px);
  }
  #loc .inner .box {
    padding-top: 270px;
    padding-left: 0;
  }
  #loc .inner .box .item {
    width: 100%;
  }
  #loc .inner .box .item:nth-child(1), #loc .inner .box .item:nth-child(3) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 400px) {
  #loc {
    padding-top: 50px;
  }
  #loc .inner .map {
    width: 700px;
    max-width: none;
    -webkit-transform: translate(-32%, -80px);
        -ms-transform: translate(-32%, -80px);
            transform: translate(-32%, -80px);
  }
  #loc .inner .box {
    padding-top: 220px;
  }
}

#partners .inner h2 {
  margin-bottom: 40px;
}
#partners .inner .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#partners .inner .box .logo_item {
  width: 25%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#partners .inner .box .logo_item img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  #partners .inner h2 {
    margin-bottom: 20px;
  }
  #partners .inner .box .logo_item {
    width: 50%;
  }
}

#error .inner {
  min-height: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#kv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/index/kv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#kv .bg_animation {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  opacity: 0.8;
}
#kv .bg_animation.active {
  display: block;
}
#kv .bg_animation .kv_light {
  position: absolute;
  -webkit-animation: showup 3.5s infinite both ease-in;
          animation: showup 3.5s infinite both ease-in;
}
#kv .bg_animation .kv_light:nth-child(1) {
  width: 26px;
  bottom: 25%;
  left: 5%;
  opacity: 0.8;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#kv .bg_animation .kv_light:nth-child(2) {
  width: 26px;
  bottom: 10%;
  left: 15%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#kv .bg_animation .kv_light:nth-child(3) {
  width: 18px;
  bottom: 20%;
  left: 24%;
  opacity: 0.4;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#kv .bg_animation .kv_light:nth-child(4) {
  width: 22px;
  bottom: -5%;
  left: 28%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#kv .bg_animation .kv_light:nth-child(5) {
  width: 24px;
  bottom: 18%;
  left: 38%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#kv .bg_animation .kv_light:nth-child(6) {
  width: 28px;
  bottom: 3%;
  left: 55%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#kv .bg_animation .kv_light:nth-child(7) {
  width: 20px;
  bottom: 17%;
  left: 64%;
  opacity: 0.6;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#kv .bg_animation .kv_light:nth-child(8) {
  width: 24px;
  bottom: -10%;
  left: 71%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#kv .bg_animation .kv_light:nth-child(9) {
  width: 30px;
  bottom: 10%;
  left: 85%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#kv .bg_animation .kv_light:nth-child(10) {
  width: 25px;
  bottom: 30%;
  left: 94%;
  opacity: 0.5;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#kv .inner {
  position: relative;
}
#kv .inner h2, #kv .inner .h1 {
  margin: 20px 0;
  text-transform: capitalize;
}
#kv .inner .btn-reverse {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kv .bg_animation {
    width: 100%;
    height: 70%;
    min-width: 500px;
    opacity: 0.6;
  }
}

@-webkit-keyframes showup {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-filter: opacity(0%);
            filter: opacity(0%);
  }
  50% {
    -webkit-filter: opacity(100%);
            filter: opacity(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-filter: opacity(0%);
            filter: opacity(0%);
  }
}

@keyframes showup {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-filter: opacity(0%);
            filter: opacity(0%);
  }
  50% {
    -webkit-filter: opacity(100%);
            filter: opacity(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-filter: opacity(0%);
            filter: opacity(0%);
  }
}
#product {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 190, 152, 0.12)), to(rgba(104, 190, 152, 0)));
  background: -o-linear-gradient(top, rgba(104, 190, 152, 0.12) 0%, rgba(104, 190, 152, 0) 100%);
  background: linear-gradient(180deg, rgba(104, 190, 152, 0.12) 0%, rgba(104, 190, 152, 0) 100%);
  position: relative;
  overflow: hidden;
}
#product .inner {
  position: relative;
}
#product .inner .text {
  width: 25%;
  margin-right: -5px;
  padding: 50px 20px 0;
  display: inline-block;
  vertical-align: top;
}
#product .inner .text .control {
  margin-top: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#product .inner .text .control .prev, #product .inner .text .control .next {
  width: 45px;
  cursor: pointer;
}
#product .inner .text .control .prev circle, #product .inner .text .control .next circle {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#product .inner .text .control .prev:hover circle, #product .inner .text .control .next:hover circle {
  fill: #286061;
}
#product .inner .text .control .prev:hover path, #product .inner .text .control .next:hover path {
  stroke: #fff;
}
#product .inner .text .control .prev {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#product .inner .itembox {
  width: 100%;
  margin-right: -25%;
  display: inline-block;
  vertical-align: top;
}
#product .inner .itembox .item {
  padding-right: 30px;
}
#product .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#product .inner .itembox .item .pic {
  overflow: hidden;
}
#product .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#product .inner .itembox .item h5 {
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  #product .inner .itembox .item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1150px) {
  #product .inner .text {
    width: 100%;
    padding: 0 20px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #product .inner .itembox {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  #product .inner .itembox .item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #product .inner .text .control .prev, #product .inner .text .control .next {
    width: 40px;
  }
}

#popular {
  position: relative;
}
#popular .inner {
  position: relative;
}
#popular .itembox {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
#popular .itembox .item {
  width: 25%;
  padding: 20px;
  margin-bottom: 20px;
}
#popular .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#popular .itembox .item .pic {
  width: 100%;
  overflow: hidden;
}
#popular .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#popular .itembox .item p {
  margin-top: 15px;
}
#popular .itembox .item h5 {
  margin-top: 5px;
}
@media screen and (max-width: 1440px) {
  #popular .itembox .item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #popular .itembox .item {
    width: 50%;
    margin-bottom: 0;
  }
}

#changing {
  position: relative;
  background-image: url(../img/index/solutions_bg.jpg);
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#changing .grid-1300 {
  z-index: 2;
}
#changing .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#changing .inner .top_sp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 71px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  background-color: #fff;
}
#changing .inner .bottom_sp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 71px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  background-color: #fff;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
#changing .inner .main {
  padding: 14% 20px;
  position: relative;
}
#changing .inner .main::before {
  content: "";
  width: 25%;
  height: 70px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#changing .inner .main h2 {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#changing .inner .main a {
  width: 25%;
  height: 70px;
  padding: 0 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #42C195;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#changing .inner .main a:hover {
  background-color: #046262;
}
#changing .inner .main a img {
  height: 18px;
  margin-left: 10px;
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}
@media screen and (max-width: 1024px) {
  #changing .inner .main {
    padding: 200px 20px;
  }
}
@media screen and (max-width: 850px) {
  #changing .inner .main {
    padding: 160px 20px;
  }
  #changing .inner .main::before {
    width: 50%;
  }
  #changing .inner .main a {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #changing .inner .top_sp,
#changing .inner .bottom_sp {
    height: 51px;
  }
  #changing .inner .main {
    padding: 140px 20px;
  }
  #changing .inner .main::before {
    height: 50px;
  }
  #changing .inner .main a {
    height: 50px;
  }
}

#news {
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}
#news #news_canvas {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: rotate(5deg) translateY(35%);
      -ms-transform: rotate(5deg) translateY(35%);
          transform: rotate(5deg) translateY(35%);
}
#news .inner {
  position: relative;
}
#news .inner .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#news .inner .top h2, #news .inner .top .btn {
  display: inline-block;
}
#news .inner .top h2 {
  margin-left: 20px;
}
#news .inner .top .btn {
  margin-left: 30px;
}
#news .inner .itembox {
  width: 150%;
  margin-top: 30px;
}
#news .inner .itembox .item {
  border: 1px solid #42C195;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#news .inner .itembox .item:hover {
  background-color: rgb(234, 246, 242);
}
#news .inner .itembox .item:hover figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#news .inner .itembox .item:hover .text .item-bottom img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#news .inner .itembox .item .pic {
  width: 100%;
  overflow: hidden;
}
#news .inner .itembox .item .pic figure {
  width: 100%;
  background-color: #efefef;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#news .inner .itembox .item .text {
  padding: 20px;
}
#news .inner .itembox .item .text > h5 {
  height: 52px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .inner .itembox .item .text > p {
  height: 72px;
  margin-top: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .inner .itembox .item .text .item-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .inner .itembox .item .text .item-bottom img {
  width: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#news .inner .swiper-pagination {
  display: none;
  position: absolute;
  bottom: -30px;
}
#news .inner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #42C195;
}
@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 80px;
  }
  #news .inner .itembox .item .text {
    padding: 20px;
  }
  #news .inner .itembox .item .text > h5 {
    height: 48px;
  }
  #news .inner .itembox .item .text > p {
    height: 65px;
  }
  #news .inner .itembox .item .text .item-bottom {
    margin-top: 30px;
  }
  #news .inner .swiper-pagination {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #news .inner .itembox {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #news .inner .top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news .inner .top h2 {
    width: 100%;
  }
  #news .inner .top .btn {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.news_item {
  padding: 30px 30px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_item:hover figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_item:hover .item-bottom img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_item .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.news_item .pic figure {
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_item > h5 {
  height: 79px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_item .item-bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_item .item-bottom img {
  width: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .news_item {
    padding: 10px 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_item {
    padding: 10px 10px 40px;
  }
  .news_item > h5 {
    height: 72px;
  }
  .news_item .item-bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .news_item {
    padding: 10px;
  }
}

#lastest_news {
  position: relative;
  background-color: #046262;
  overflow: hidden;
}
#lastest_news #lastest_news_canvas {
  width: 150%;
  height: 100%;
  position: absolute;
  bottom: -5%;
  left: -5%;
  -webkit-transform: rotate(5deg) translateY(35%);
      -ms-transform: rotate(5deg) translateY(35%);
          transform: rotate(5deg) translateY(35%);
}
#lastest_news .itembox {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
#lastest_news .itembox .item {
  padding: 30px 4%;
}
#lastest_news .itembox .item a {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#lastest_news .itembox .item a:hover figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#lastest_news .itembox .item a .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#lastest_news .itembox .item a .pic figure {
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#lastest_news .itembox .item a > h5 {
  margin: 10px 0;
}
#lastest_news .itembox .item a .date {
  opacity: 0.7;
}
#lastest_news .itembox .swiper-slide a {
  opacity: 0.7;
}
#lastest_news .itembox .swiper-slide-active a {
  opacity: 1;
}
#lastest_news .itembox .prev {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 44%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
#lastest_news .itembox .next {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 44%;
  left: 74%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #lastest_news .itembox .item {
    padding: 30px 50px;
  }
  #lastest_news .itembox .prev {
    width: 28px;
    height: 28px;
    top: 40%;
    left: 18%;
  }
  #lastest_news .itembox .next {
    width: 28px;
    height: 28px;
    top: 40%;
    left: 82%;
  }
}
@media screen and (max-width: 768px) {
  #lastest_news .itembox .item {
    padding: 20px 50px;
  }
  #lastest_news .itembox .prev {
    width: 25px;
    height: 25px;
    top: 40%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #lastest_news .itembox .next {
    width: 25px;
    height: 25px;
    top: 40%;
    left: auto;
    right: 10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#news_list {
  position: relative;
  overflow: hidden;
}
#news_list .inner {
  position: relative;
}
#news_list .inner .menu_outer {
  position: relative;
}
#news_list .inner .menu_outer::after {
  content: "";
  width: 100vw;
  border-bottom: 1px solid #DFF1E9;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news_list .inner .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: auto;
}
#news_list .inner .menu::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
#news_list .inner .menu::-webkit-scrollbar-track-piece {
  background: transparent;
}
#news_list .inner .menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(66, 193, 149, 0.4);
}
#news_list .inner .menu::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}
#news_list .inner .menu .menu_item {
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  white-space: nowrap;
}
#news_list .inner .menu .menu_item.active, #news_list .inner .menu .menu_item:hover {
  color: #42C195;
}
#news_list .inner .menu .menu_item.active::after, #news_list .inner .menu .menu_item:hover::after {
  opacity: 1;
}
#news_list .inner .menu .menu_item::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #42C195;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#news_list .inner .itembox {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news_list .inner .itembox .news_item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #news_list .inner .itembox .news_item {
    width: 100%;
    padding-bottom: 30px;
  }
}

#news_page {
  position: relative;
}
#news_page .inner {
  padding: 0 20px;
  position: relative;
}
#news_page .inner h2 {
  margin-top: 40px;
}
#news_page .inner .note {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news_page .inner .note + img {
  margin-top: 0;
}
#news_page .inner p:not(.breadcrumbs) {
  margin: 30px 0;
}
#news_page .inner img {
  max-width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  #news_page .inner p {
    margin: 20px 0;
  }
  #news_page .inner img {
    margin: 20px 0;
  }
}
@media screen and (max-width: 450px) {
  #news_page .inner .note {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_page .inner .note > h6 {
    width: 100%;
    margin-bottom: 10px;
  }
}

#related_news {
  background-color: rgb(249, 252, 252);
  position: relative;
  border-top: 1px solid rgba(104, 190, 152, 0.15);
}
#related_news .inner {
  position: relative;
}
#related_news .inner .itembox_outer {
  position: relative;
}
#related_news .inner .itembox {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#related_news .inner .itembox .news_item {
  width: 50%;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #related_news .inner .itembox {
    margin-top: 20px;
  }
  #related_news .inner .itembox .news_item {
    width: 100%;
  }
}

#privacy_policy {
  position: relative;
}
#privacy_policy .inner {
  padding: 0 20px;
  position: relative;
}
#privacy_policy .inner .top {
  padding-bottom: 40px;
}
#privacy_policy .inner .top h2 {
  margin-bottom: 40px;
}
#privacy_policy .inner .list {
  padding-top: 20px;
}
#privacy_policy .inner .list li {
  margin: 20px 0 30px;
  padding-left: 20px;
}
#privacy_policy .inner .list li h5 {
  margin-bottom: 10px;
  position: relative;
}
#privacy_policy .inner .list li h5::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: -18px;
  margin-bottom: 4px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #046262;
}

#products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#products_list .menu_outer {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  min-width: 250px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
#products_list .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background-color: rgb(249, 252, 252);
  border-right: 1px solid #DFF1E9;
}
#products_list .menu_outer .menu .menu_item {
  width: 100%;
  padding: 20px 20px 10px 40px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#products_list .menu_outer .menu .menu_item p {
  opacity: 0.5;
}
#products_list .menu_outer .menu .menu_item h5 {
  position: relative;
}
#products_list .menu_outer .menu .menu_item.active h5::before {
  content: "";
  width: 32px;
  border-bottom: 2px solid #42C195;
  position: absolute;
  left: -40px;
  top: 0.5em;
}
#products_list .menu_outer .menu .menu_item.active, #products_list .menu_outer .menu .menu_item:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
#products_list .menu_outer .menu .menu_item.active p, #products_list .menu_outer .menu .menu_item:hover p {
  opacity: 1;
}
#products_list .inner {
  width: 70%;
  margin: 0;
  position: relative;
}
#products_list .inner .top {
  padding: 20px 30px 40px;
  position: relative;
}
#products_list .inner .top::after {
  content: "";
  width: 100vw;
  border-bottom: 1px solid #DFF1E9;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#products_list .inner .itembox {
  width: 100%;
  margin: 40px 0;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
#products_list .inner .itembox .item {
  width: 25%;
  padding: 20px;
  margin-bottom: 20px;
}
#products_list .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#products_list .inner .itembox .item .pic {
  width: 100%;
  overflow: hidden;
}
#products_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#products_list .inner .itembox .item p {
  margin-top: 15px;
}
#products_list .inner .itembox .item h5 {
  margin-top: 5px;
}
@media screen and (max-width: 1440px) {
  #products_list .inner .itembox .item {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #products_list .menu_outer {
    display: none;
  }
  #products_list .inner {
    width: 80%;
    margin: auto;
  }
  #products_list .inner .top {
    padding: 0 10px 20px;
  }
  #products_list .inner .itembox {
    margin: 20px 0;
    padding-left: 0;
  }
  #products_list .inner .itembox .item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #products_list .inner {
    width: 90%;
  }
  #products_list .inner .itembox .item {
    width: 50%;
    margin-bottom: 0;
  }
}

#product_page {
  position: relative;
}
#product_page .inner {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#product_page .inner .breadcrumbs {
  width: 100%;
  margin-bottom: 20px;
}
#product_page .inner .cover {
  width: 60%;
  padding-bottom: 40%;
  position: relative;
}
#product_page .inner .cover figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product_page .inner .info {
  width: 40%;
  padding: 4.5% 0 4.5% 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product_page .inner .info + div {
  margin-top: 50px;
}
#product_page .inner .info h3 {
  margin-bottom: 20px;
}
#product_page .inner .info .p-18 {
  margin: 5px 0;
}
#product_page .inner .info .text {
  margin-bottom: 40px;
}
#product_page .inner .info .btn {
  margin: 0;
  margin-top: 40px;
}
#product_page .inner .list {
  width: 60%;
  margin: 20px 0;
}
#product_page .inner .list h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#product_page .inner .list ul li {
  margin: 10px 0;
  list-style: inside disc;
}
#product_page .inner .list ul li span {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}
#product_page .inner .gallery {
  width: 60%;
  margin: 20px 0 0;
}
#product_page .inner .gallery h5 {
  margin-bottom: 10px;
}
#product_page .inner .gallery img {
  width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  #product_page .inner .cover {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 20px;
  }
  #product_page .inner .info {
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  #product_page .inner .info + div {
    margin-top: 20px;
  }
  #product_page .inner .info h3 {
    margin-bottom: 20px;
  }
  #product_page .inner .info .text {
    margin-bottom: 20px;
  }
  #product_page .inner .info .btn {
    margin-top: 20px;
  }
  #product_page .inner .list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product_page .inner .list {
    width: 100%;
  }
  #product_page .inner .gallery {
    width: 100%;
  }
}

#related_product {
  background-color: rgb(249, 252, 252);
  position: relative;
  border-top: 1px solid rgba(104, 190, 152, 0.15);
}
#related_product .inner {
  position: relative;
}
#related_product .inner .itembox_outer {
  position: relative;
}
#related_product .inner .itembox {
  width: 100%;
  margin-top: 40px;
}
#related_product .inner .itembox .item {
  padding: 20px 30px;
}
#related_product .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#related_product .inner .itembox .item .pic {
  width: 100%;
  overflow: hidden;
}
#related_product .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#related_product .inner .itembox .item p {
  margin-top: 15px;
}
#related_product .inner .itembox .item h5 {
  margin-top: 5px;
}
#related_product .inner .controls {
  width: calc(100% + 140px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#related_product .inner .controls .next, #related_product .inner .controls .prev {
  width: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#related_product .inner .controls .next:hover, #related_product .inner .controls .prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  #related_product .inner .itembox .item {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #related_product .inner .controls {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #related_product .inner .controls .next, #related_product .inner .controls .prev {
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #related_product .inner .itembox {
    margin-top: 20px;
  }
}

#quality {
  position: relative;
  overflow: hidden;
}
#quality #quality_canvas {
  width: 120%;
  height: 80%;
  position: absolute;
  bottom: -5%;
  left: -5%;
  -webkit-transform: rotate(5deg) translateY(30%);
      -ms-transform: rotate(5deg) translateY(30%);
          transform: rotate(5deg) translateY(30%);
}
#quality .icon_set {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#quality .icon_set .img {
  width: 17%;
  max-width: 140px;
  margin: 0 1.5%;
}
#quality .icon_set .img.iso img {
  max-width: 95%;
  margin: auto;
  display: block;
}
#quality .icon_set .img p {
  margin-top: 7px;
  color: rgb(0, 81, 158);
}
#quality .itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
#quality .itembox .item {
  width: 50%;
  padding: 20px 5.5% 5.5%;
}
#quality .itembox .item.big {
  width: 70%;
}
#quality .itembox .item figure {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
#quality .itembox .item figure img {
  width: 100%;
  display: block;
}
#quality .itembox .item h6 {
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  #quality .icon_set .img {
    width: 18%;
    margin: 1%;
  }
  #quality .itembox .item {
    width: 100% !important;
    padding: 0 20px 50px;
  }
}
@media screen and (max-width: 600px) {
  #quality .icon_set .img {
    width: 31%;
  }
}

#technology {
  position: relative;
}
#technology .inner {
  position: relative;
  padding: 0 20px;
}
#technology .inner .technology_list:nth-child(n+2) {
  margin-top: 50px;
}
#technology .inner .technology_list ul {
  margin-top: 20px;
}
#technology .inner .technology_list ul li {
  margin: 10px 0;
  list-style: inside disc;
}
#technology .inner .technology_list ul li p {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}

#solutions_list {
  position: relative;
}
#solutions_list .inner {
  position: relative;
}
#solutions_list .inner .itembox {
  margin-top: 40px;
}
#solutions_list .inner .itembox .item {
  margin: 7% 0 10%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#solutions_list .inner .itembox .item:nth-child(even) .pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#solutions_list .inner .itembox .item:nth-child(even) .pic::after {
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transform: translate(20%, 15%);
      -ms-transform: translate(20%, 15%);
          transform: translate(20%, 15%);
}
#solutions_list .inner .itembox .item:nth-child(even) .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 40px;
}
#solutions_list .inner .itembox .item .pic {
  width: 55%;
  position: relative;
}
#solutions_list .inner .itembox .item .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-20%, 15%);
      -ms-transform: translate(-20%, 15%);
          transform: translate(-20%, 15%);
  background-color: rgba(66, 193, 149, 0.1);
}
#solutions_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#solutions_list .inner .itembox .item .text {
  width: 45%;
  padding-left: 40px;
}
#solutions_list .inner .itembox .item .text ul {
  margin-top: 20px;
}
#solutions_list .inner .itembox .item .text ul li {
  margin: 10px 0;
}
#solutions_list .inner .itembox .item .text ul li img {
  margin-right: 5px;
  display: inline-block;
}
#solutions_list .inner .itembox .item .text ul li a {
  width: calc(100% - 2.5em);
  display: inline-block;
  vertical-align: top;
}
#solutions_list .inner .itembox .item .text ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #solutions_list .inner .itembox .item {
    margin: 40px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #solutions_list .inner .itembox .item:nth-child(even) .pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #solutions_list .inner .itembox .item:nth-child(even) .pic::after {
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: translate(50px, 20px);
        -ms-transform: translate(50px, 20px);
            transform: translate(50px, 20px);
  }
  #solutions_list .inner .itembox .item:nth-child(even) .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
  }
  #solutions_list .inner .itembox .item .pic {
    width: 100%;
  }
  #solutions_list .inner .itembox .item .pic::after {
    content: "";
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50px, 20px);
        -ms-transform: translate(-50px, 20px);
            transform: translate(-50px, 20px);
  }
  #solutions_list .inner .itembox .item .text {
    width: 100%;
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #solutions_list .grid-1300::before, #solutions_list .grid-1300::after {
    display: none;
  }
  #solutions_list .inner .itembox .item:nth-child(even) .pic::after {
    -webkit-transform: translate(7%, 15px);
        -ms-transform: translate(7%, 15px);
            transform: translate(7%, 15px);
  }
  #solutions_list .inner .itembox .item .pic::after {
    -webkit-transform: translate(-7%, 15px);
        -ms-transform: translate(-7%, 15px);
            transform: translate(-7%, 15px);
  }
  #solutions_list .inner .itembox .item .text {
    width: 100%;
    padding: 30px 0 0;
  }
}

#solution_page {
  position: relative;
}
#solution_page .inner {
  padding: 0 20px;
  position: relative;
}
#solution_page .inner h2 {
  margin-top: 40px;
}
#solution_page .inner .note {
  margin: 30px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#solution_page .inner .note + img {
  margin-top: 0;
}
#solution_page .inner p:not(.breadcrumbs) {
  margin: 30px 0;
}
#solution_page .inner img {
  max-width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #solution_page .inner .note {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #solution_page .inner p {
    margin: 20px 0;
  }
  #solution_page .inner img {
    margin: 20px 0;
  }
}
@media screen and (max-width: 450px) {
  #solution_page .inner .note {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #solution_page .inner .note > h6 {
    width: 100%;
    margin-bottom: 10px;
  }
}

#list_area {
  padding: 50px 0;
  background-color: #046262;
  position: relative;
}
#list_area .inner {
  position: relative;
}
#list_area .inner .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#list_area .inner .list_item .title {
  width: 25%;
  padding: 20px;
}
#list_area .inner .list_item .info {
  width: 75%;
  padding: 20px;
}
#list_area .inner .list_item .info ul li {
  margin: 10px 0 30px;
  list-style: inside disc;
}
#list_area .inner .list_item .info ul li div {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}
#list_area .inner .list_item .info ul li div h6 {
  margin-bottom: 10px;
}
#list_area .inner .list_item .info ul li div p {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  #list_area .inner .list_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #list_area .inner .list_item .title {
    width: 100%;
    padding-bottom: 0;
  }
  #list_area .inner .list_item .info {
    width: 100%;
  }
}

#related {
  background-color: rgb(249, 252, 252);
  position: relative;
}
#related .inner {
  position: relative;
}
#related .inner .itembox_outer {
  position: relative;
}
#related .inner .itembox {
  width: 100%;
  margin-top: 40px;
}
#related .inner .itembox .item {
  padding: 20px 30px;
}
#related .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#related .inner .itembox .item .pic {
  width: 100%;
  overflow: hidden;
}
#related .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#related .inner .itembox .item p {
  margin-top: 15px;
}
#related .inner .itembox .item h5 {
  margin-top: 5px;
}
#related .inner .controls {
  width: calc(100% + 140px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#related .inner .controls .next, #related .inner .controls .prev {
  width: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#related .inner .controls .next:hover, #related .inner .controls .prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  #related .inner .itembox .item {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #related .inner .controls {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #related .inner .controls .next, #related .inner .controls .prev {
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #related .inner .itembox {
    margin-top: 20px;
  }
}/*# sourceMappingURL=main.css.map */