@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?43914143");
  src: url("../font/fontello.eot?43914143#iefix") format("embedded-opentype"), url("../font/fontello.woff2?43914143") format("woff2"), url("../font/fontello.woff?43914143") format("woff"), url("../font/fontello.ttf?43914143") format("truetype"), url("../font/fontello.svg?43914143#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --color-orange: #ee8933;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?43914143#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cart:before {
  content: '\e800';
}

/* '' */
.icon-search:before {
  content: '\e801';
}

/* '' */
.icon-phone-call:before {
  content: '\e802';
}

/* '' */
.icon-earth:before {
  content: '\e803';
}

/* '' */
.icon-left-open:before {
  content: '\e804';
}

/* '' */
.icon-right-open:before {
  content: '\e805';
}

/* '' */
.icon-question-sign:before {
  content: '\e806';
}

/* '' */
.icon-down-open:before {
  content: '\e807';
}

/* '' */
.icon-diaphragm:before {
  content: '\e808';
}

/* '' */
.icon-coorperation:before {
  content: '\e809';
}

/* '' */
.icon-right-open-big-1:before {
  content: '\e80a';
}

/* '' */
.icon-left-open-big-1:before {
  content: '\e80b';
}

/* '' */
.icon-location:before {
  content: '\e80c';
}

/* '' */
.icon-dot-3:before {
  content: '\e80d';
}

/* '' */
.icon-right-arrow:before {
  content: '\e80e';
}

/* '' */
.icon-left-arrow:before {
  content: '\e80f';
}

/* '' */
.icon-play:before {
  content: '\f00f';
}

/* '' */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

body .fancybox-navigation .fancybox-button {
  width: 64px;
  height: 64px;
  padding: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .fancybox-navigation .fancybox-button:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .fancybox-navigation .fancybox-button div {
  position: relative;
}

body .fancybox-navigation .fancybox-button div svg {
  width: calc((100% - 14px) * .75);
  height: calc((100% - 14px) * .75);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}

body .fancybox-button {
  background-color: #0f81cb;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 64px;
  height: 64px;
  margin-left: 1px;
}

body .fancybox-button:link,
body .fancybox-button:visited {
  color: #fff;
}

body .fancybox-button[disabled] {
  opacity: 0 !important;
}

body .fancybox-button svg {
  width: 75%;
  height: 75%;
  margin: 0 auto;
}

body .fancybox-button:hover {
  background: #66be2a;
}

@media screen and (max-width: 1300px) {
  body .fancybox-button {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 1200px) {
  body .fancybox-button {
    width: 45px;
    height: 45px;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  max-width: 100%;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 13px;
  /* 3 */
  width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #333;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  font-family: 'Montserrat', "微軟正黑體", sans-serif;
  font-weight: 500;
}

html:lang(en) {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.Montserrat {
  font-family: 'Montserrat', sans-serif;
}

a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .h0 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .h0 {
    font-size: 53px;
    line-height: 63px;
  }
}

@media screen and (min-width: 1000px) {
  .h0 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media screen and (min-width: 1200px) {
  .h0 {
    font-size: 56px;
    line-height: 66px;
  }
}

@media screen and (min-width: 1300px) {
  .h0 {
    font-size: 66px;
    line-height: 76px;
  }
}

@media screen and (min-width: 1500px) {
  .h0 {
    font-size: 90px;
    line-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 350px) {
  .h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (min-width: 768px) {
  .h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .h1 {
    font-size: 100px;
    line-height: 110px;
  }
}

@media screen and (min-width: 1500px) {
  .h1 {
    font-size: 110px;
    line-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .h1_1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 350px) {
  .h1_1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (min-width: 768px) {
  .h1_1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .h1_1 {
    font-size: 90px;
    line-height: 100px;
  }
}

@media screen and (min-width: 1500px) {
  .h1_1 {
    font-size: 100px;
    line-height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .h1_2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 350px) {
  .h1_2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .h1_2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 900px) {
  .h1_2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1000px) {
  .h1_2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .h1_2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1500px) {
  .h1_2 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media screen and (min-width: 1600px) {
  .h1_2 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .h1_3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 350px) {
  .h1_3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .h1_3 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .h1_3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1500px) {
  .h1_3 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1600px) {
  .h1_3 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-height: 800px) {
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1500px) {
  .h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (min-width: 1600px) {
  .h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

@media screen and (max-height: 800px) {
  .h2_1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h2_1 {
    font-size: 27px;
    line-height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .h2_1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .h2_1 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1500px) {
  .h2_1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .h2_1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .h3 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1200px) {
  .h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1500px) {
  .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (min-width: 992px) {
  .h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1200px) {
  .h4 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (min-width: 1500px) {
  .h4 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 992px) {
  .h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .h5 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h5_2 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .h5_2 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 992px) {
  .h5_2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .h5_2 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1500px) {
  .h5_2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .h6 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1500px) {
  .h6 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .h7 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .h7 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .h7 {
    font-size: 21px;
    line-height: 31px;
  }
}

@media screen and (min-width: 1500px) {
  .h7 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .h8 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .h8 {
    font-size: 17px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .h8 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1500px) {
  .h8 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .h9 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .h9 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1500px) {
  .h9 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h10 {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 992px) {
  .h10 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .h10 {
    font-size: 14px;
    line-height: 24px;
  }
}

.h10_2 {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 992px) {
  .h10_2 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 350px) {
  .h10_2 {
    font-size: 14px;
    line-height: 24px;
  }
}

.h11 {
  font-size: 15px;
  line-height: 25px;
}

.h12 {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .pd_top_5 {
    padding-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_5 {
    padding-top: 3px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_5 {
    padding-top: 4px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_5 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_5 {
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_5 {
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_5 {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_5 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_5 {
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_5 {
    margin-top: 3px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_5 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_5 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_5 {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_5 {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_5 {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_5 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_15 {
    padding-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_15 {
    padding-top: 9px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_15 {
    padding-top: 12px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_15 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_15 {
    padding-bottom: 9px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_15 {
    padding-bottom: 9px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_15 {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_15 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_15 {
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_15 {
    margin-top: 9px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_15 {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_15 {
    margin-bottom: 9px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_15 {
    margin-bottom: 9px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_15 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_25 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_25 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_25 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_25 {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_25 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_25 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_25 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_25 {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_25 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_25 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_25 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_25 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_25 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_25 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_35 {
    padding-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_35 {
    padding-top: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_35 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_35 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_35 {
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_35 {
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_35 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_35 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_35 {
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_35 {
    margin-top: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_35 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_35 {
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_35 {
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_35 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_45 {
    padding-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_45 {
    padding-top: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_45 {
    padding-top: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_45 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_45 {
    padding-bottom: 27px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_45 {
    padding-bottom: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_45 {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_45 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_45 {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_45 {
    margin-top: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_45 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_45 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_45 {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_45 {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_45 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_55 {
    padding-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_55 {
    padding-top: 33px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_55 {
    padding-top: 44px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_55 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_55 {
    padding-bottom: 33px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_55 {
    padding-bottom: 33px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_55 {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_55 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_55 {
    margin-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_55 {
    margin-top: 33px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_55 {
    margin-top: 44px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_55 {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_55 {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_55 {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_55 {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_65 {
    padding-top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_65 {
    padding-top: 39px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_65 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_65 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_65 {
    padding-bottom: 39px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_65 {
    padding-bottom: 39px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_65 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_65 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_65 {
    margin-top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_65 {
    margin-top: 39px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_65 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_65 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_65 {
    margin-bottom: 39px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_65 {
    margin-bottom: 39px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_65 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_65 {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_75 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_75 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_75 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_75 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_75 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_75 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_75 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_75 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_75 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_75 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_75 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_75 {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_75 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_75 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_75 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_75 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_85 {
    padding-top: 51px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_85 {
    padding-top: 51px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_85 {
    padding-top: 68px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_85 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_85 {
    padding-bottom: 51px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_85 {
    padding-bottom: 51px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_85 {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_85 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_85 {
    margin-top: 51px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_85 {
    margin-top: 51px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_85 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_85 {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_85 {
    margin-bottom: 51px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_85 {
    margin-bottom: 51px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_85 {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_85 {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_95 {
    padding-top: 57px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_95 {
    padding-top: 57px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_95 {
    padding-top: 76px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_95 {
    padding-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_95 {
    padding-bottom: 57px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_95 {
    padding-bottom: 57px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_95 {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_95 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_95 {
    margin-top: 57px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_95 {
    margin-top: 57px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_95 {
    margin-top: 76px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_95 {
    margin-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_95 {
    margin-bottom: 57px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_95 {
    margin-bottom: 57px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_95 {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_95 {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_195 {
    padding-top: 117px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_195 {
    padding-top: 117px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_195 {
    padding-top: 156px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_195 {
    padding-top: 195px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_195 {
    padding-bottom: 117px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_195 {
    padding-bottom: 117px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_195 {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_195 {
    padding-bottom: 195px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_195 {
    margin-top: 117px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_195 {
    margin-top: 117px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_195 {
    margin-top: 156px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_195 {
    margin-top: 195px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_195 {
    margin-bottom: 117px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_195 {
    margin-bottom: 117px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_195 {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_195 {
    margin-bottom: 195px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_230 {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_230 {
    padding-top: 138px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_230 {
    padding-top: 184px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_230 {
    padding-top: 230px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_230 {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_230 {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_230 {
    padding-bottom: 184px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_230 {
    padding-bottom: 230px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_230 {
    margin-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_230 {
    margin-top: 138px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_230 {
    margin-top: 184px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_230 {
    margin-top: 230px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_230 {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_230 {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_230 {
    margin-bottom: 184px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_230 {
    margin-bottom: 230px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_10 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_10 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_10 {
    margin-top: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_10 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_10 {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_10 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_10 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_10 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_10 {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_10 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_10 {
    padding-top: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_10 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_10 {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_10 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_10 {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_10 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_20 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_20 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_20 {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_20 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_20 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_20 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_20 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_20 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_20 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_20 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_20 {
    padding-top: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_20 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_20 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_20 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_20 {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_20 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_30 {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_30 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_30 {
    margin-top: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_30 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_30 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_30 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_30 {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_30 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_30 {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_30 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_30 {
    padding-top: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_30 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_30 {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_30 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_30 {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_30 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_40 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_40 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_40 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_40 {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_40 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_40 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_40 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_40 {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_40 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_40 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_40 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_40 {
    padding-top: 32px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_40 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_40 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_40 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_40 {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_50 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_50 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_50 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_50 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_50 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_50 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_50 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_50 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_50 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_50 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_50 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_50 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_50 {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_50 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_50 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_60 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_60 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_60 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_60 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_60 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_60 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_60 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_60 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_60 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_60 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_60 {
    padding-top: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_60 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_60 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_60 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_60 {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_60 {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_70 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_70 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_70 {
    margin-top: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_70 {
    margin-top: 56px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_70 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_70 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_70 {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_70 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_70 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_70 {
    padding-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_70 {
    padding-top: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_70 {
    padding-top: 56px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_70 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_70 {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_70 {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_70 {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_80 {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_80 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_80 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_80 {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_80 {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_80 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_80 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_80 {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_80 {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_80 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_80 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_80 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_80 {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_80 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_80 {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_80 {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_90 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_90 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_90 {
    margin-top: 54px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_90 {
    margin-top: 72px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_90 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_90 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_90 {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_90 {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_90 {
    padding-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_90 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_90 {
    padding-top: 54px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_90 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_90 {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_90 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_90 {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_90 {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_100 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_100 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_100 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_100 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_100 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_100 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_100 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_100 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_100 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_100 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_100 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_100 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_100 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_100 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_100 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_100 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_110 {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_110 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_110 {
    margin-top: 66px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_110 {
    margin-top: 88px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_110 {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_110 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_110 {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_110 {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_110 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_110 {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_110 {
    padding-top: 55px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_110 {
    padding-top: 66px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_110 {
    padding-top: 88px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_110 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_110 {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_110 {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_110 {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_110 {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_120 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_120 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_120 {
    margin-top: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_120 {
    margin-top: 96px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_120 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_120 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_120 {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_120 {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_120 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_120 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_120 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_120 {
    padding-top: 96px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_120 {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_120 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_120 {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_120 {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_120 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_130 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_130 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_130 {
    margin-top: 78px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_130 {
    margin-top: 104px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_130 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_130 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_130 {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_130 {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_130 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_130 {
    padding-top: 65px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_130 {
    padding-top: 78px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_130 {
    padding-top: 104px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_130 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_130 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_130 {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_130 {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_130 {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_130 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_140 {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_140 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_140 {
    margin-top: 84px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_140 {
    margin-top: 112px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_140 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_140 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_140 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_140 {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_140 {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_140 {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_140 {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_140 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_140 {
    padding-top: 84px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_140 {
    padding-top: 112px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_140 {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_140 {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_140 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_140 {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_140 {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_140 {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_150 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_150 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_150 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_150 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_150 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_150 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_150 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_150 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_150 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_150 {
    padding-top: 75px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_150 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_150 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_150 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_150 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_150 {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_150 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_150 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_150 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_160 {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_160 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_160 {
    margin-top: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_160 {
    margin-top: 128px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_160 {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_160 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_160 {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_160 {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_160 {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_160 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_160 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_160 {
    padding-top: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_160 {
    padding-top: 128px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_160 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_160 {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_160 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_160 {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_160 {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_160 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_170 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_170 {
    margin-top: 85px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_170 {
    margin-top: 102px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_170 {
    margin-top: 136px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_170 {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_170 {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_170 {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_170 {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_170 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_170 {
    padding-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_170 {
    padding-top: 85px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_170 {
    padding-top: 102px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_170 {
    padding-top: 136px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_170 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_170 {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_170 {
    padding-bottom: 85px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_170 {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_170 {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_170 {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_180 {
    margin-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_180 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_180 {
    margin-top: 108px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_180 {
    margin-top: 144px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_180 {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_180 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_180 {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_180 {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_180 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_180 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_180 {
    padding-top: 108px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_180 {
    padding-top: 144px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_180 {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_180 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_180 {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_180 {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_180 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_190 {
    margin-top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_190 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_190 {
    margin-top: 114px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_190 {
    margin-top: 152px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_190 {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_190 {
    margin-bottom: 95px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_190 {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_190 {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_190 {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_190 {
    padding-top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_190 {
    padding-top: 95px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_190 {
    padding-top: 114px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_190 {
    padding-top: 152px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_190 {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_190 {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_190 {
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_190 {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_190 {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_190 {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_200 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_200 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_200 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_200 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_200 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_200 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_200 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_200 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_200 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_200 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_200 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_200 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_200 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_200 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_200 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_200 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mg_top_210 {
    margin-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .mg_top_210 {
    margin-top: 105px;
  }
}

@media screen and (min-width: 992px) {
  .mg_top_210 {
    margin-top: 126px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_top_210 {
    margin-top: 168px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_top_210 {
    margin-top: 210px;
  }
}

@media screen and (max-width: 767px) {
  .mg_btm_210 {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .mg_btm_210 {
    margin-bottom: 105px;
  }
}

@media screen and (min-width: 992px) {
  .mg_btm_210 {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 1200px) {
  .mg_btm_210 {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 1500px) {
  .mg_btm_210 {
    margin-bottom: 210px;
  }
}

@media screen and (max-width: 767px) {
  .pd_top_210 {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .pd_top_210 {
    padding-top: 105px;
  }
}

@media screen and (min-width: 992px) {
  .pd_top_210 {
    padding-top: 126px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_top_210 {
    padding-top: 168px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_top_210 {
    padding-top: 210px;
  }
}

@media screen and (max-width: 767px) {
  .pd_btm_210 {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .pd_btm_210 {
    padding-bottom: 105px;
  }
}

@media screen and (min-width: 992px) {
  .pd_btm_210 {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 1200px) {
  .pd_btm_210 {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 1500px) {
  .pd_btm_210 {
    padding-bottom: 210px;
  }
}

@media screen and (max-width: 350px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1600px) {
  .container.all_w {
    max-width: 1540px;
  }
}

@media screen and (min-width: 1700px) {
  .container.all_w {
    max-width: 1640px;
  }
}

@media screen and (min-width: 1800px) {
  .container.all_w {
    max-width: 1740px;
  }
}

@media screen and (min-width: 1850px) {
  .container.all_w {
    max-width: 1790px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.org {
  color: #ee8933;
}

.gary {
  color: #666666;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.bold2 {
  font-weight: 800;
}

.blue {
  color: #0d6fb8;
}

.blue2 {
  color: #0f81cb;
}

.blue3 {
  color: #004661;
}

.bottor_hr hr {
  border-bottom: solid 1px #ddd;
  width: calc(83.33333333333334% - 30px);
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .bottor_hr hr {
    width: calc(100% - 30px);
  }
}

.text_center {
  text-align: center;
}

.text_center .solid_link:after {
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .pc_box {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mob_box {
    display: none;
  }
}

.solid_link {
  position: relative;
  text-align: center;
  line-height: 44px;
  padding: 0 25px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  min-width: 170px;
  background: #1c6baf;
}

@media screen and (min-width: 768px) {
  .solid_link.join {
    min-width: 400px;
    max-width: 100%;
  }
}

.solid_link.org_bg {
  background: #ee8933;
}

.solid_link:hover {
  background: #393838;
}

.solid_link:hover.org_bg {
  background: #393838;
}

@media screen and (max-width: 767px) {
  .solid_link {
    font-size: 15px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 0 20px;
    min-width: 150px;
  }
}

a.solid_link:hover:after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inline-block {
    font-size: 0;
  }

  .inline-block>div {
    display: inline-block;
    vertical-align: middle;
    float: inherit;
  }

  .inline-block.top_type>div {
    vertical-align: top;
  }

  .inline-block.bottom_type>div {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .inline-block>div {
    width: 100%;
  }
}

.animate_fadeIn {
  font-size: 0;
}

.animate_fadeIn .img_in_box P {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_fadeIn .img_in_box .in_box {
  position: relative;
}

.animate_fadeIn .img_in_box .in_box>img {
  opacity: 0;
}

.animate_fadeIn .img_in_box .in_box .hide_img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
  overflow: hidden;
}

.animate_fadeIn .img_in_box .in_box .hide_img>img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

.animate_fadeIn .img_in_box .in_box .hide_img.right_type {
  text-align: right;
  left: inherit;
  right: 0;
}

.animate_fadeIn .img_in_box .in_box .hide_img.right_type>img {
  float: right;
}

.animate_fadeIn .text_in_box .in_box {
  position: relative;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_fadeIn.animated .img_in_box P {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate_fadeIn.animated .img_in_box P.play_video {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate_fadeIn.animated .img_in_box .in_box .hide_img {
  -webkit-animation-name: imgWidth;
  animation-name: imgWidth;
}

.animate_fadeIn.animated .text_in_box .in_box {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes imgWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes imgWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes animation_w {
  0% {
    width: 0;
  }

  100% {
    width: 116%;
  }
}

@keyframes animation_w {
  0% {
    width: 0;
  }

  100% {
    width: 116%;
  }
}

@-webkit-keyframes imgWidth50 {
  0% {
    width: 0;
  }

  100% {
    width: 50%;
  }
}

@keyframes imgWidth50 {
  0% {
    width: 0;
  }

  100% {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .flex>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mmenu {
  width: 28px;
  height: 28px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 11;
}

@media screen and (min-width: 1300px) {
  .mmenu {
    display: none;
  }
}

.mmenu span,
.mmenu:before,
.mmenu:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mmenu:before {
  top: calc(50% - 10px);
}

.mmenu:after {
  top: calc(50% + 10px);
}

@media screen and (max-width: 400px) {
  .mmenu {
    width: 25px;
    height: 25px;
  }

  .mmenu:before {
    top: calc(50% - 9px);
  }

  .mmenu:after {
    top: calc(50% + 9px);
  }
}

.mmenu.active span {
  display: none;
}

.mmenu.active:before {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
  margin-left: -12px;
}

.mmenu.active:after {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
  margin-left: -12px;
}

div .slick-dots {
  font-size: 0;
}

div .slick-dots li {
  background: none;
  width: 15px;
  height: 15px;
  margin: 0 16px;
}

div .slick-dots li button {
  width: 15px;
  height: 15px;
  border: solid 2px #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

div .slick-dots li.slick-active button {
  background: #ee8933;
  border-color: #ee8933;
}

@media screen and (max-width: 767px) {
  div .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  div .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

div .slick-next,
div .slick-prev {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin: 0;
  z-index: 99;
  background: none;
  width: 55px;
  height: 55px;
  background: #0d6fb8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div .slick-next:focus,
div .slick-prev:focus {
  background: #0d6fb8;
}

div .slick-next:hover,
div .slick-prev:hover {
  background: #2b2a2a;
}

div .slick-next:before,
div .slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {

  div .slick-next,
  div .slick-prev {
    width: 43px;
    height: 43px;
  }

  div .slick-next:before,
  div .slick-prev:before {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 350px) {

  div .slick-next,
  div .slick-prev {
    width: 35px;
    height: 35px;
  }

  div .slick-next:before,
  div .slick-prev:before {
    font-size: 14px;
    line-height: 24px;
  }
}

div .slick-prev {
  left: 0;
}

div .slick-prev:before {
  content: '\E80F';
}

div .slick-next {
  right: 0;
}

div .slick-next:before {
  content: '\E80E';
}

.bg_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
}

.bg_nav:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  content: '\e805';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg_nav .in_box {
  font-size: 0;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 100%;
  width: 600px;
  background: #272727;
  z-index: 1000;
}

.bg_nav.active {
  pointer-events: auto;
}

.bg_nav.active:before {
  opacity: 1;
}

.bg_nav.active .in_box {
  left: calc(100% - 600px);
}

@media screen and (max-width: 767px) {
  .bg_nav .in_box {
    width: 100%;
  }

  .bg_nav.active .in_box {
    left: 0%;
  }
}

.pad_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 1001;
  pointer-events: none;
}

.pad_nav .in_box {
  font-size: 0;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  height: 75px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 100%;
  width: 600px;
  background: #272727;
  z-index: 1000;
}

.pad_nav .in_box .top_box {
  position: relative;
  width: 100%;
}

.pad_nav .in_box .top_box .mmenu {
  right: 0;
}

.pad_nav .in_box .top_box .mmenu span,
.pad_nav .in_box .top_box .mmenu:before,
.pad_nav .in_box .top_box .mmenu:after {
  background: #fff !important;
}

.pad_nav .in_box .top_box .lang_nav {
  right: 72px;
}

.pad_nav .in_box .top_box .lang_nav>a {
  color: #fff !important;
  line-height: 1em;
}

.pad_nav.active {
  pointer-events: auto;
}

.pad_nav.active:before {
  opacity: 1;
}

.pad_nav.active .in_box {
  left: calc(100% - 600px);
}

.pad_nav.active .in_box .mmenu span {
  display: none;
}

.pad_nav.active .in_box .mmenu:before {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
  margin-left: -12px;
}

.pad_nav.active .in_box .mmenu:after {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
  margin-left: -12px;
}

@media screen and (max-width: 1299px) {
  .pad_nav .in_box {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .pad_nav {
    height: 69px;
  }

  .pad_nav .in_box {
    height: 69px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pad_nav {
    height: 75px;
  }

  .pad_nav .in_box {
    width: 100%;
    height: 75px;
  }

  .pad_nav .in_box .top_box .lang_nav {
    right: 43px;
  }

  .pad_nav .in_box .top_box .logo {
    width: 260px;
  }

  .pad_nav.active .in_box {
    left: 0%;
  }
}

@media screen and (max-width: 400px) {
  .pad_nav {
    height: 65px;
  }

  .pad_nav .in_box {
    height: 65px;
  }

  .pad_nav .in_box .top_box .logo {
    width: 220px;
  }

  .pad_nav .in_box .top_box .lang_nav {
    right: 39px;
  }
}

@media screen and (max-width: 350px) {
  .pad_nav {
    height: 59px;
  }

  .pad_nav .in_box {
    height: 59px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pad_nav .in_box .top_box .logo {
    width: 200px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header.fix {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0 !important;
}

.header .container {
  position: relative;
  font-size: 0;
}

.header .top_box {
  font-size: 0;
  position: relative;
}

.header .top_box .logo {
  aspect-ratio: 300 / 59;
  width: 100%;
  height: 3.95vw;
  min-height: 55px;
}

.header .top_box .logo a,
.header .top_box .logo img {
  height: 100%;
}

.header .top_box .logo a .color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.header .top_box .lang_nav {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.header .top_box .lang_nav a {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  padding: 15px 0;
  display: block;
}

.header .top_box .lang_nav select {
  cursor: pointer;
  display: none;
  position: absolute;
  font-size: 16px;
  line-height: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 10px 0;
  width: 100%;
  z-index: 1;
  background: none;
  border: none;
  color: transparent;
}

.header .top_box .lang_nav select option {
  color: #333;
}

.header .top_box .lang_nav.no_pc select {
  display: block !important;
}

.header .top_box .lang_nav.no_pc .lang_box {
  opacity: 0 !important;
  pointer-events: none !important;
}

.header .top_box .lang_nav .lang_box {
  display: none;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 130px;
  padding: 10px 15px;
  background: #393838;
}

.header .top_box .lang_nav .lang_box a {
  color: #fff;
  width: 100%;
  font-size: 15px;
  line-height: 45px;
  text-align: left;
  padding: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.header .top_box .lang_nav .lang_box a.now_lang {
  color: #0d6fb8;
}

.header .top_box .lang_nav .lang_box a:hover {
  color: #0d6fb8;
}

@media screen and (min-width: 1301px) {
  .header .top_box {
    width: 150px;
  }

  .header .top_box .lang_nav {
    display: none;
  }

  .header .top_box .logo {
    position: relative;
  }

  .header .top_box .logo img {
    object-fit: cover;
    object-position: left;
  }
}

@media (min-width: 1300px) {
  .header .top_box {
    display: inline-block;
    vertical-align: middle;
  }

  .header .top_box a {
    height: 55px;
  }
}

.header .bottom_box {
  font-size: 0;
  z-index: 10000;
}

@media screen and (min-width: 1301px) {
  .header .bottom_box {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1300px) {
  .header .bottom_box {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    max-height: calc(100% - 75px);
    width: calc(100% - 265px);
    top: 75px;
    left: 100%;
    width: 600px;
    background: #272727;
    z-index: 1000;
    padding-bottom: 45px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header .bottom_box.active {
    left: calc(100% - 600px);
  }
}

@media (min-width: 1300px) {
  .header .bottom_box {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1000px) {
  .header .bottom_box {
    max-height: calc(100% - 69px);
    top: 69px;
  }
}

@media screen and (max-width: 767px) {
  .header .bottom_box {
    left: 100%;
    width: 100%;
    max-height: calc(100% - 75px);
    top: 75px;
  }

  .header .bottom_box.active {
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  .header .bottom_box {
    max-height: calc(100% - 65px);
    top: 65px;
  }
}

@media screen and (max-width: 375px) {
  .header .bottom_box {
    max-height: calc(100% - 59px);
    top: 59px;
  }
}

.header .bottom_box div>ul {
  width: 100%;
}

.header .bottom_box div>ul li {
  display: inline-block;
}

.header .bottom_box div>ul li a {
  display: inline-block;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0;
  font-weight: 500;
  position: relative;
  background: none;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .bottom_box div>ul li a:hover {
  background: none;
}

.header .bottom_box div>ul li a:focus {
  color: #333;
}

@media screen and (max-width: 1299px) {
  .header .bottom_box div>ul {
    width: 100%;
  }

  .header .bottom_box div>ul li {
    display: block;
    padding-right: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .header .bottom_box div>ul li a {
    display: block;
    padding-right: 12px;
  }
}

@media screen and (min-width: 1300px) {
  .header .bottom_box .nav_box {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
}

@media screen and (max-width: 1299px) {
  .header .bottom_box .nav_box {
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (min-width: 1300px) {
  .header .bottom_box .nav_box .nav {
    width: 100%;
    font-size: 0;
  }

  .header .bottom_box .nav_box .nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  .header .bottom_box .nav_box .nav>li>a:hover:before {
    opacity: 1;
  }

  .header .bottom_box .nav_box .nav li {
    display: inline-block;
    position: relative;
  }

  .header .bottom_box .nav_box .nav li.mob_link {
    display: none;
  }

  .header .bottom_box .nav_box .nav li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 40px 18px;
    background: none !important;
    position: relative;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .header .bottom_box .nav_box .nav li a {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1300px) {
  .header .bottom_box .nav_box .nav li a.has_menu {
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .header .bottom_box .nav_box .nav li a.has_menu i {
    display: none;
  }

  .header .bottom_box .nav_box .nav li .submenu {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background: #393838;
    padding: 15px 30px;
    text-align: left;
  }

  .header .bottom_box .nav_box .nav li .submenu ul li {
    display: block;
  }

  .header .bottom_box .nav_box .nav li .submenu ul li a {
    white-space: nowrap;
    padding: 8px 0;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }

  .header .bottom_box .nav_box .nav li .submenu ul li a:hover {
    color: #0d6fb8;
  }

  .header .bottom_box .nav_box .nav li .submenu .mob_url {
    display: none;
  }

  .header .bottom_box .nav_box .nav li .submenu .submenu_top {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .header .bottom_box .nav_box .nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header .bottom_box .nav_box .nav li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    position: inherit;
  }

  .header .bottom_box .nav_box .nav li a {
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background: none !important;
    position: relative;
    font-weight: 600;
  }

  .header .bottom_box .nav_box .nav li a i {
    position: absolute;
    font-size: 12px;
    line-height: 22px;
    right: 13px;
    top: 16px;
  }

  .header .bottom_box .nav_box .nav li a.has_menu {
    padding-right: 30px;
  }

  .header .bottom_box .nav_box .nav li .submenu {
    padding-left: 30px;
    padding-right: 30px;
    left: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: #393838;
    z-index: 2;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header .bottom_box .nav_box .nav li .submenu .submenu_top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 30px;
    text-align: right;
    cursor: pointer;
    color: #fff;
  }

  .header .bottom_box .nav_box .nav li .submenu .submenu_top i {
    position: absolute;
    font-size: 12px;
    line-height: 22px;
    left: 0;
    top: 16px;
  }

  .header .bottom_box .nav_box .nav li .submenu a.mob_url {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }

  .header .bottom_box .nav_box .nav li .submenu.type_2 .container {
    display: none;
  }

  .header .bottom_box .nav_box .nav li.active>.submenu {
    left: 0;
  }
}

@media screen and (max-width: 350px) {
  .header .bottom_box .nav_box .nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1300px) {
  .header .bottom_box .right_nav {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 0;
  }

  .header .bottom_box .right_nav>div {
    display: inline-block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header .bottom_box .right_nav>div .lang_box {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 130px;
    padding: 15px 30px;
    background: #393838;
  }

  .header .bottom_box .right_nav>div .lang_box a {
    color: #fff;
    width: 100%;
    font-size: 15px;
    line-height: 45px;
    text-align: left;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }

  .header .bottom_box .right_nav>div .lang_box a.now_lang {
    color: #0d6fb8;
  }

  .header .bottom_box .right_nav>div .lang_box a:hover {
    color: #0d6fb8;
  }

  .header .bottom_box .right_nav>div:first-child {
    margin-left: 0;
  }

  .header .bottom_box .right_nav>div a {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
  }

  .header .bottom_box .right_nav>div a i:before {
    margin: 0;
  }
}

@media screen and (max-width: 1299px) {
  .header .bottom_box .right_nav {
    padding: 0 30px;
    padding-top: 18px;
  }
}

@media screen and (min-width: 1300px) {
  .header.color_bg {
    background: #fff;
  }

  .header.color_bg .top_box .logo a img {
    opacity: 0;
  }

  .header.color_bg .top_box .logo a img.color {
    opacity: 1;
  }

  .header.color_bg .bottom_box .nav_box .nav>li>a {
    color: #333;
  }

  .header.color_bg .bottom_box .nav_box .nav>li>a:before {
    background: #0d6fb8;
  }

  .header.color_bg .bottom_box .right_nav>div>a {
    color: #333;
  }

  .header.fix {
    top: 0 !important;
    position: fixed;
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .header.fix .top_box .logo a img {
    opacity: 0;
  }

  .header.fix .top_box .logo a img.color {
    opacity: 1;
  }

  .header.fix .bottom_box .nav_box .nav>li>a {
    color: #333;
  }

  .header.fix .bottom_box .nav_box .nav>li>a:before {
    background: #0d6fb8;
  }

  .header.fix .bottom_box .right_nav>div>a {
    color: #333;
  }
}

@media screen and (max-width: 1299px) {
  .header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .top_box .logo {
    position: relative;
    max-width: 280px;
  }

  .header.color_bg {
    position: fixed;
    background: #fff;
  }

  .header.color_bg .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header.color_bg .top_box .logo a img {
    opacity: 0;
  }

  .header.color_bg .top_box .logo a img.color {
    opacity: 1;
  }

  .header.color_bg .top_box .mmenu span,
  .header.color_bg .top_box .mmenu:before,
  .header.color_bg .top_box .mmenu:after {
    background: #0d6fb8;
  }

  .header.color_bg .top_box .lang_nav>a {
    color: #333;
  }

  .header.fix {
    top: 0 !important;
    position: fixed;
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .header.fix .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header.fix .top_box .logo a img {
    opacity: 0;
  }

  .header.fix .top_box .logo a img.color {
    opacity: 1;
  }

  .header.fix .top_box .mmenu span,
  .header.fix .top_box .mmenu:before,
  .header.fix .top_box .mmenu:after {
    background: #0d6fb8;
  }

  .header.fix .top_box .lang_nav>a {
    color: #333;
  }
}

@media screen and (max-width: 1000px) {
  .header .top_box .logo {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .header .top_box .logo {
    max-width: 260px;
  }
}

@media screen and (max-width: 400px) {
  .header .top_box .logo {
    max-width: 220px;
  }
}

@media screen and (max-width: 350px) {
  .header .top_box .logo {
    max-width: 200px;
  }
}

.bottom_box::-webkit-scrollbar-track {
  background-color: #ccc;
  width: 10px;
}

.bottom_box::-webkit-scrollbar {
  width: 10px;
  background-color: #ccc;
}

.bottom_box::-webkit-scrollbar-thumb {
  background-color: #0f81cb;
  width: 10px;
}

.has_bar::-webkit-scrollbar-track {
  background-color: transparent;
  height: 4px;
}

.has_bar::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}

.has_bar::-webkit-scrollbar-thumb {
  background-color: transparent;
  height: 4px;
}

.has_bar_h::-webkit-scrollbar-track {
  background-color: transparent;
  width: 4px;
}

.has_bar_h::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.has_bar_h::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 4px;
}

.bar {
  display: none;
  pointer-events: none;
  position: relative;
  z-index: 600;
  height: 4px;
  background: #ddd;
  margin-top: -4px;
  font-size: 0;
  line-height: 0;
}

.bar .overflow_icon {
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00a2e6;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 65px;
  height: 65px;
}

.bar .overflow_icon p {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-align: center;
}

.bar .overflow_icon p:before {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.bar .overflow_icon p i {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 2px;
  color: #fff;
}

.bar .bar_nav {
  display: inline-block;
  height: 4px;
  background-color: #00a2e6;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.bar.h_type {
  height: auto;
  width: 4px;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.bar.h_type .bar_nav {
  height: auto;
  width: 4px;
}

.search::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.play_video {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  background: #ed8333;
  font-size: 0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.play_video i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 35px;
}

@media screen and (max-width: 1400px) {
  .play_video {
    width: 80px;
    height: 80px;
  }

  .play_video i {
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .play_video {
    width: 60px;
    height: 60px;
  }

  .play_video i {
    font-size: 20px;
    line-height: 20px;
  }
}

.index_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1024px;
  min-height: 768px;
  background: #000;
}

.index_banner .iso {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  z-index: 99;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 17px;
  border-left: solid 2px #00499d;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .index_banner .iso {
    right: 60px;
  }
}

@media screen and (min-width: 900px) {
  .index_banner .iso {
    bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .index_banner .iso {
    left: calc((100% - 1080px) / 2);
    bottom: 50px;
  }
}

@media screen and (min-width: 1300px) {
  .index_banner .iso {
    left: calc((100% - 1180px) / 2);
    bottom: 60px;
  }
}

@media screen and (min-width: 1400px) {
  .index_banner .iso {
    left: calc((100% - 1280px) / 2);
  }
}

@media screen and (min-width: 1500px) {
  .index_banner .iso {
    left: calc((100% - 1380px) / 2);
  }
}

@media screen and (min-width: 1600px) {
  .index_banner .iso {
    left: calc((100% - 1480px) / 2);
  }
}

@media screen and (min-width: 1700px) {
  .index_banner .iso {
    left: calc((100% - 1580px) / 2);
  }
}

@media screen and (min-width: 1800px) {
  .index_banner .iso {
    left: calc((100% - 1680px) / 2);
  }
}

@media screen and (min-width: 1850px) {
  .index_banner .iso {
    left: calc((100% - 1730px) / 2);
  }
}

.index_banner .scroll {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
  z-index: 99;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .index_banner .scroll {
    right: 60px;
  }
}

@media screen and (min-width: 900px) {
  .index_banner .scroll {
    bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .index_banner .scroll {
    right: calc((100% - 1080px) / 2);
    bottom: 50px;
  }
}

@media screen and (min-width: 1300px) {
  .index_banner .scroll {
    right: calc((100% - 1180px) / 2);
    bottom: 60px;
  }
}

@media screen and (min-width: 1400px) {
  .index_banner .scroll {
    right: calc((100% - 1280px) / 2);
  }
}

@media screen and (min-width: 1500px) {
  .index_banner .scroll {
    right: calc((100% - 1380px) / 2);
  }
}

@media screen and (min-width: 1600px) {
  .index_banner .scroll {
    right: calc((100% - 1480px) / 2);
  }
}

@media screen and (min-width: 1700px) {
  .index_banner .scroll {
    right: calc((100% - 1580px) / 2);
  }
}

@media screen and (min-width: 1800px) {
  .index_banner .scroll {
    right: calc((100% - 1680px) / 2);
  }
}

@media screen and (min-width: 1850px) {
  .index_banner .scroll {
    right: calc((100% - 1730px) / 2);
  }
}

.index_banner .scroll .text {
  display: inline-block;
  position: relative;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

.index_banner .scroll .text:lang(zh-Hant),
.index_banner .scroll .text:lang(zh-Hans) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.index_banner .scroll .solid {
  margin-bottom: 25px;
  height: 160px;
  width: 1px;
  display: inline-block;
  position: relative;
}

.index_banner .scroll .solid:after {
  top: 0;
  position: absolute;
  content: '';
  width: 1px;
  height: 0px;
  display: inline-block;
  background: #fff;
  animation-name: scroll_bottom;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

.index_banner.show .iso,
.index_banner.show .scroll {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.index_banner .bg_slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.index_banner .bg_slider .slick-list {
  height: 100%;
}

.index_banner .bg_slider .slick-list .slick-track {
  height: 100%;
}

.index_banner .bg_slider .slick-prev,
.index_banner .bg_slider .slick-next {
  margin-top: 40px;
  width: 60px;
  height: 60px;
  background: none;
}

.index_banner .bg_slider .slick-prev:before,
.index_banner .bg_slider .slick-next:before {
  font-size: 25px;
  line-height: 35px;
}

@media screen and (max-width: 992px) {

  .index_banner .bg_slider .slick-prev:before,
  .index_banner .bg_slider .slick-next:before {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {

  .index_banner .bg_slider .slick-prev,
  .index_banner .bg_slider .slick-next {
    width: 50px;
    height: 60px;
  }

  .index_banner .bg_slider .slick-prev:before,
  .index_banner .bg_slider .slick-next:before {
    font-size: 14px;
    line-height: 24px;
  }
}

.index_banner .bg_slider .b_slider_box {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index_banner .bg_slider .b_slider_box.show .text_box {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.index_banner .bg_slider .b_slider_box .text_box {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin-top: 40px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  opacity: 0;
}

.index_banner .bg_slider .b_slider_box .text_box .txt_bor {
  display: inline-block;
  max-width: 100%;
}

.index_banner .bg_slider .b_slider_box .text_box .txt_bor:nth-child(even) {
  display: block;
}

.index_banner .bg_slider .b_slider_box .text_box .container p,
.index_banner .bg_slider .b_slider_box .text_box .container a {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index_banner .bg_slider .b_slider_box .text_box .container .h0 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.index_banner .bg_slider .b_slider_box .text_box .container .h6 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.index_banner .bg_slider .b_slider_box .text_box .container a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.index_banner .bg_slider .b_slider_box .text_box p {
  color: #fff;
}

.index_banner .bg_slider .b_slider_box.slick-active .text_box .container p,
.index_banner .bg_slider .b_slider_box.slick-active .text_box .container a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index_banner .bg_slider .b_slider_box .img_box {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_banner .bg_slider .b_slider_box .changeImgBg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index_banner .bg_slider .b_slider_box .changeImgBg .bg_box {
  position: relative;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  margin-left: -2px;
  margin-top: -2px;
}

.index_banner .bg_slider .b_slider_box .changeImgBg .pc_bg,
.index_banner .bg_slider .b_slider_box .changeImgBg .mob_bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_banner .bg_slider .b_slider_box .changeImgBg .mob_bg {
  display: none;
}

@media screen and (max-width: 767px) {
  .index_banner .bg_slider .b_slider_box .changeImgBg .mob_bg {
    display: block;
  }

  .index_banner .bg_slider .b_slider_box .changeImgBg .pc_bg {
    display: none;
  }
}

.index_banner .bg_slider .b_slider_box.hasvideo .changeImgBg video {
  max-width: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) and (max-height: 1027px) {
  .index_banner {
    max-height: 768px;
  }
}

@media screen and (max-width: 767px) {
  .index_banner {
    min-height: inherit;
    max-height: 618px;
  }
}

@media screen and (max-width: 767px) and (max-height: 900px) {
  .index_banner {
    max-height: 618px;
  }
}

@media screen and (max-width: 767px) {
  .index_banner .scroll {
    display: none;
  }

  .index_banner .bg_slider .slick-prev {
    left: 10px;
  }

  .index_banner .bg_slider .slick-next {
    right: 10px;
  }

  .index_banner .bg_slider .b_slider_box .text_box {
    top: initial;
    bottom: 80px;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .index_banner .bg_slider .b_slider_box .text_box .h0 {
    font-size: 30px;
    line-height: 40px;
  }

  .index_banner .bg_slider .b_slider_box .text_box .h6 {
    font-size: 15px;
    line-height: 25px;
  }

  .index_banner .bg_slider .b_slider_box .text_box .h5_2 {
    font-size: 14px;
    line-height: 24px;
  }
}

.txt_bor {
  position: relative;
  display: block;
  color: #0000;
  position: relative;
}

.txt_bor span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 2s;
}

.txt_bor span img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: inherit;
  width: auto;
  height: 100%;
}

.txt_bor.txt_bor_1 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .txt_bor.txt_bor_1 {
    margin-bottom: 10px;
  }
}

.txt_bor.txt_bor_1 span {
  left: inherit;
  right: 0;
}

.txt_bor.txt_bor_1 span img {
  left: inherit;
  right: 0;
}

.index_banner .b_slider_box.slick-active.show .txt_bor span {
  width: 100%;
}

.index_banner .txt_bor.txt_bor_1 span {
  width: 100%;
}

.index_banner .b_slider_box.slick-active.show .txt_bor.txt_bor_1 span {
  width: 0;
}

.index_banner .b_slider_box .txt_bor[data-delay="0.3s"] span {
  transition-delay: .6s;
}

.index_banner .b_slider_box .txt_bor[data-delay="0.6s"] span {
  transition-delay: .9s;
}

.index_banner .b_slider_box .txt_bor[data-delay="0.9s"] span {
  transition-delay: 1.2s;
}

@-webkit-keyframes scroll_bottom {
  0% {
    height: 0;
    top: 0;
  }

  50% {
    height: 160px;
    top: 0;
  }

  100% {
    height: 0;
    top: 160px;
  }
}

@keyframes scroll_bottom {
  0% {
    height: 0;
    top: 0;
  }

  50% {
    height: 160px;
    top: 0;
  }

  100% {
    height: 0;
    top: 160px;
  }
}

sup {
  transform-origin: bottom;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  display: inline-block;
  top: -.4em;
}

.index_rd {
  position: relative;
  font-size: 0;
}

.index_rd.animated .index_rd_slider .img_in_box P {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index_rd.animated .index_rd_slider .img_in_box .in_box .hide_img {
  -webkit-animation-name: imgWidth;
  animation-name: imgWidth;
}

.index_rd.animated .index_rd_slider_text .text_in_box .in_box {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index_rd .index_rd_slider_text {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .index_rd .index_rd_slider_text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 350px) {
  .index_rd .index_rd_slider_text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .index_rd .index_rd_slider_text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .index_rd .index_rd_slider_text .animate_fadeIn {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .index_rd .index_rd_slider_text {
    vertical-align: middle;
    width: calc((100% / 12)*5);
    margin-left: calc((100% / 12)*.2);
  }
}

@media screen and (min-width: 1400px) {
  .index_rd .index_rd_slider_text {
    vertical-align: middle;
    width: calc(100% / 3);
    margin-left: calc((100% / 12)*.5);
  }
}

.index_rd .index_rd_slider {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .index_rd .index_rd_slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 350px) {
  .index_rd .index_rd_slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .index_rd .index_rd_slider {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }

  .index_rd .index_rd_slider .animate_fadeIn {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .index_rd .index_rd_slider {
    width: calc((100% / 12)*6.5);
  }
}

.index_quality {
  background: #f4f4f4;
  overflow: hidden;
}

@media screen and (min-width: 1600px) {
  .index_quality .col-md-10 {
    width: 66.66666666666666%;
    margin-left: 16.666666666666664%;
  }
}

.index_quality .flex {
  align-items: stretch;
}

.index_quality .left_img {
  width: 33.6%;
  padding-right: 5%;
  border-right: solid 1px #333;
  align-items: center;
}

.index_quality .right_text {
  width: 66.4%;
  padding-left: 5%;
}

.index_quality .right_text div {
  display: block;
}

@media screen and (max-width: 767px) {
  .index_quality {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .index_quality .left_img {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: solid 1px #333;
    padding-bottom: 30px;
    margin-bottom: 25px;
    text-align: center;
  }

  .index_quality .left_img img {
    width: 50%;
    max-width: 340px;
  }

  .index_quality .right_text {
    width: 100%;
    padding-left: 0;
  }
}

.index_news {
  overflow: hidden;
  text-align: center;
}

.index_news .title {
  padding-bottom: 20px;
  position: relative;
}

.index_news .title:before {
  content: '';
  width: 1.5em;
  height: 2px;
  background: #0d6fb8;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: 0;
}

.index_news .flex {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.index_news .flex>div {
  border: solid 1px #cccccc;
  position: relative;
  padding: 50px 2.25%;
}

@media screen and (max-width: 1200px) {
  .index_news .flex>div {
    padding: 30px;
  }
}

.index_news .flex>div a {
  position: absolute;
  z-index: 1;
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index_news .flex>div:nth-child(2) {
  margin-left: -1px;
  margin-right: -1px;
}

@media screen and (max-width: 767px) {
  .index_news .flex>div:nth-child(2) {
    margin: 0;
    margin-top: -1px;
    margin-bottom: -1px;
  }
}

.index_news .flex>div .in_box {
  font-size: 0;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}

.index_news .flex>div .in_box>div {
  display: inline-block;
  vertical-align: top;
}

.index_news .flex>div .in_box>div.link {
  display: block;
}

.index_news .flex>div .tiem {
  width: 38%;
}

@media screen and (max-width: 1400px) {
  .index_news .flex>div .tiem {
    width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .index_news .flex>div .tiem {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

.index_news .flex>div .tiem p {
  color: #333;
}

.index_news .flex>div .tiem p.h1_3 {
  line-height: 1em;
}

.index_news .flex>div .date {
  width: 62%;
  text-align: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 1400px) {
  .index_news .flex>div .date {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1200px) {
  .index_news .flex>div .date {
    width: 100%;
  }
}

.index_news .flex>div .date p {
  color: #333;
}

.index_news .flex>div .date p.blue {
  color: #0d6fb8;
}

.index_news .flex>div .link {
  display: block;
  padding-left: 38%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .index_news .flex>div .link {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .index_news .flex>div .link {
    padding-left: 0;
  }
}

.index_news .flex>div .link p {
  margin-bottom: 10px;
}

.index_news .flex>div .link p.more {
  color: #ccc;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 800;
}

.index_news .flex>div:hover .link p.more {
  color: #ee8933;
}

.index_process {
  text-align: center;
}

.index_process>.row {
  margin-left: 0;
  margin-right: 0;
}

.index_process .process_title {
  text-align: left;
  font-size: 0;
}

.index_process .process_title p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
}

.index_process .process_title .process_slider_text {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}

@media screen and (max-width: 992px) {
  .index_process .process_title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index_process .process_title p {
    width: calc(100% - 96px);
    padding-right: 10px;
  }

  .index_process .process_title .process_slider_text {
    width: 96px;
  }
}

@media screen and (max-width: 350px) {
  .index_process .process_title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_process .process_title p {
    width: calc(100% - 80px);
  }

  .index_process .process_title .process_slider_text {
    width: 80px;
  }
}

.index_process .process_slider_dots {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.index_process .process_slider_dots .slick-slide {
  font-size: 0;
  line-height: 0;
}

.index_process .process_slider_dots .slick-dots {
  position: relative;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .index_process .process_slider_box {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .index_process .process_slider_box {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index_process .process_slider_box {
    padding-right: 30px;
  }
}

@media screen and (max-width: 350px) {
  .index_process .process_slider_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.index_process .process_slider_box>.hide_box {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index_process .process_slider_box>.hide_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.index_process .process_slider_box .process_slider {
  width: 100%;
}

.index_process .process_slider_box .process_slider .slick-list {
  overflow: inherit !important;
}

@media screen and (min-width: 768px) {
  .index_process .process_slider_box .process_slider {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .index_process .process_slider_box .process_slider {
    width: 68%;
  }
}

@media screen and (min-width: 1000px) {
  .index_process .process_slider_box .process_slider {
    width: 65%;
  }
}

@media screen and (min-width: 1200px) {
  .index_process .process_slider_box .process_slider {
    width: 63.95%;
  }
}

.index_process .process_slider_box .process_slider .process_box .in_box {
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  position: relative;
}

.index_process .process_slider_box .process_slider .process_box .in_box a {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index_process .process_slider_box .process_slider .process_box .in_box p {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index_process .process_slider_box .process_slider .process_box .in_box .h5_2 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 2.6em;
}

.index_process .process_slider_box .process_slider .process_box .in_box .h5_2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6em;
  color: #1c6baf;
}

.index_process .process_slider_box .process_slider .process_box .in_box .h5_2 span:before {
  content: '';
  width: 1px;
  height: .8em;
  left: 1.8em;
  top: 50%;
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: #333;
}

@media screen and (min-width: 768px) {
  .index_process .process_slider_box .process_slider .process_box {
    padding-right: 30px;
  }

  .index_process .process_slider_box .process_slider .process_box .in_box {
    transform: scale(1, 1) translate(32%, 0%);
  }

  .index_process .process_slider_box .process_slider .process_box .in_box .h5_2 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .index_process .process_slider_box .process_slider .process_box .in_box .h10 {
    opacity: 0;
  }

  .index_process .process_slider_box .process_slider .process_box.slick-current .in_box {
    transform: scale(1.25, 1.25) translate(10%, 0%);
    transition-delay: .4s;
  }

  .index_process .process_slider_box .process_slider .process_box.slick-current .in_box p {
    transform: scale(0.8, 0.8);
    transform-origin: left top;
  }

  .index_process .process_slider_box .process_slider .process_box.slick-current .in_box .h5_2 {
    margin-bottom: 0px;
  }

  .index_process .process_slider_box .process_slider .process_box.slick-current .in_box .h10 {
    opacity: 1;
    transition-delay: .4s;
  }
}

@media screen and (min-width: 1600px) {
  .index_products .col-md-10 {
    width: 66.66666666666666%;
    margin-left: 16.666666666666664%;
  }
}

.index_products .left_text {
  width: 630px;
}

.index_products .left_text .title>span {
  display: block;
}

@media screen and (max-width: 1300px) {
  .index_products .left_text {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .index_products .left_text {
    width: 100%;
  }
}

.index_products .right_img {
  width: calc(100% - 630px);
}

@media screen and (max-width: 1300px) {
  .index_products .right_img {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .index_products .right_img {
    width: 100%;
  }
}

.index_products .flex {
  margin-left: -2px;
  margin-right: -27px;
}

.index_products .flex>div {
  width: 25%;
  padding: 2px;
}

.index_products .flex>div .in_box {
  background: #f4f4f4;
  display: block;
  padding: 15px 20px;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1600px) {
  .index_products .flex>div .in_box {
    padding: 15px;
  }
}

.index_products .flex>div .in_box p {
  font-weight: bold;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index_products .flex>div .in_box span {
  display: block;
}

.index_products .flex>div .in_box span.dots {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}

.index_products .flex>div .in_box span.dots:before {
  content: '';
  width: 1em;
  height: 1px;
  background: #ee8933;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index_products .flex>div .in_box:hover {
  background: #0d6fb8;
}

.index_products .flex>div .in_box:hover p {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .index_products .flex {
    margin-right: -2px;
  }

  .index_products .flex>div {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .index_products .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .index_products .flex>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .index_products .flex>div {
    width: 50%;
  }
}

.all_page {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1201px) {
  .all_page>.row>.col-lg-10 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .all_page>.row>.col-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .all_page>.row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 350px) {
  .all_page {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.all_page .join_img {
  margin-left: -1px;
  margin-right: -1px;
}

.all_page .join_img>div {
  padding: 0 1px;
}

.all_page .news_nav {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

.all_page .news_nav .text_center p {
  font-weight: 600;
}

.all_page .news_nav .in_box {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.all_page .news_nav .in_box:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 25%;
  top: 0;
  background: #f1f1f1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.all_page .news_nav .in_box a {
  font-size: 16px;
  line-height: 44px;
  width: 192px;
  display: inline-block;
  position: relative;
  color: #333;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  z-index: 1;
  margin-left: -11px;
  margin-right: -11px;
  font-weight: 600;
  text-align: center;
  max-width: 50%;
  background: #f1f1f1;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .all_page .news_nav .in_box a {
    margin-left: -6px;
    margin-right: -6px;
    line-height: 40px;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.all_page .news_nav .in_box a:hover {
  color: #ee8933;
}

.all_page .news_nav .in_box a.now_page {
  z-index: 5;
  background: #0d6fb8;
  color: #fff;
}

.all_page .news_nav .in_box a.now_page:hover {
  background: #0d6fb8;
}

.all_page .year_nav {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.all_page .year_nav a {
  font-weight: 600;
  color: #333;
  margin-right: 15px;
  display: inline-block;
}

.all_page .year_nav a.now_page {
  color: #ee8933;
}

.all_page .year_nav a:last-child {
  margin-right: 0;
}

.all_page .year_nav a:hover {
  color: #ee8933;
}

.all_page .news_page {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 40px;
}

.all_page .news_page>div {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
  .all_page .news_page>div {
    width: 33.33333333333333%;
  }
}

.all_page .news_page>div>div {
  position: relative;
  padding: 50px 2.25%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .all_page .news_page>div>div {
    padding: 30px;
  }
}

.all_page .news_page>div a {
  position: absolute;
  z-index: 1;
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.all_page .news_page>div .in_box {
  font-size: 0;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}

.all_page .news_page>div .in_box>div {
  display: inline-block;
  vertical-align: top;
}

.all_page .news_page>div .in_box>div.link {
  display: block;
}

.all_page .news_page>div .tiem {
  width: 38%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .all_page .news_page>div .tiem {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

.all_page .news_page>div .tiem p {
  color: #333;
}

.all_page .news_page>div .tiem p.h1_3 {
  line-height: 1em;
}

.all_page .news_page>div .date {
  width: 62%;
  text-align: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .all_page .news_page>div .date {
    width: 100%;
  }
}

.all_page .news_page>div .date p {
  color: #333;
}

.all_page .news_page>div .date p.blue {
  color: #0d6fb8;
}

.all_page .news_page>div .link {
  display: block;
  padding-left: 38%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .all_page .news_page>div .link {
    padding-left: 0;
  }
}

.all_page .news_page>div .link p {
  margin-bottom: 10px;
}

.all_page .news_page>div .link p.more {
  color: #ccc;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 800;
}

.all_page .news_page>div:hover>div {
  box-shadow: 0px 0px 30px 5px rgba(13, 111, 184, 0.2);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(13, 111, 184, 0.2);
  -moz-box-shadow: 0px 0px 30px 5px rgba(13, 111, 184, 0.2);
  -o-box-shadow: 0px 0px 30px 5px rgba(13, 111, 184, 0.2);
}

.all_page .news_page>div:hover .link p.more {
  color: #ee8933;
}

@media screen and (min-width: 1600px) {
  .all_page .detail_top .col-lg-offset-1 {
    margin-left: 16.666666666666664%;
  }

  .all_page .detail_top .col-lg-8 {
    width: 50%;
  }
}

.all_page .detail_top .tiem {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .all_page .detail_top .tiem {
    display: none;
  }
}

.all_page .detail_top .date {
  margin-bottom: 40px;
  font-size: 0;
}

.all_page .detail_top .date .detail_text {
  position: relative;
  display: inline-block;
  width: 76.1%;
  vertical-align: top;
  padding-right: 5%;
  right: 23.9%;
}

.all_page .detail_top .date .detail_text .blue.bold {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .all_page .detail_top .date .detail_text {
    width: 65%;
    right: 35%;
  }
}

@media screen and (max-width: 500px) {
  .all_page .detail_top .date .detail_text {
    width: 60%;
    right: 40%;
    padding-right: 15px;
  }

  .all_page .detail_top .date .detail_text .blue.bold {
    margin-bottom: 5px;
  }

  .all_page .detail_top .date .detail_text .h5 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 414px) {
  .all_page .detail_top .date .detail_text {
    width: 100%;
    right: 0;
  }
}

.all_page .detail_top .date .detail_logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23.9%;
  left: 76.1%;
}

@media screen and (max-width: 600px) {
  .all_page .detail_top .date .detail_logo {
    width: 35%;
    left: 65%;
  }
}

@media screen and (max-width: 500px) {
  .all_page .detail_top .date .detail_logo {
    width: 40%;
    left: 60%;
  }
}

@media screen and (max-width: 414px) {
  .all_page .detail_top .date .detail_logo {
    width: 100%;
    left: 0;
    margin-bottom: 20px;
  }
}

.all_page .detail_top .news_table {
  display: block;
  width: 100%;
}

.all_page .detail_top .news_table table {
  width: 100%;
}

.all_page .detail_top .news_table table th,
.all_page .detail_top .news_table table td {
  padding: 18px 35px;
  font-weight: 500;
}

.all_page .detail_top .news_table table th.td_title,
.all_page .detail_top .news_table table td.td_title {
  width: 110px;
}

.all_page .detail_top .news_table table th.td_title:lang(zh-Hant),
.all_page .detail_top .news_table table td.td_title:lang(zh-Hant) {
  width: 130px;
}

@media screen and (max-width: 767px) {

  .all_page .detail_top .news_table table th,
  .all_page .detail_top .news_table table td {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 375px) {

  .all_page .detail_top .news_table table th,
  .all_page .detail_top .news_table table td {
    font-size: 13px;
    line-height: 23px;
  }
}

.all_page .detail_top .news_table table thead tr {
  background: #0d6fb8;
}

.all_page .detail_top .news_table table thead tr th {
  border-right: solid 1px #fff;
  color: #fff;
}

.all_page .detail_top .news_table table thead tr th:last-child {
  border-right: none;
}

.all_page .detail_top .news_table table tbody tr {
  background: #f7f7f7;
}

.all_page .detail_top .news_table table tbody tr:nth-child(even) {
  background: #efefef;
}

.all_page .detail_top .news_table table tbody tr td {
  border-right: solid 1px #fff;
}

.all_page .detail_top .news_table table tbody tr td:last-child {
  border-right: none;
}

.all_page .detail_bg {
  background: #eeeeee;
}

@media screen and (max-width: 992px) {
  .all_page .detail_bg {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .all_page .detail_bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 350px) {
  .all_page .detail_bg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.all_page .detail_bg .detail_slider {
  padding-bottom: 80px;
}

.all_page .detail_bg .detail_slider .slick-prev {
  left: inherit;
  right: 50%;
  margin-right: 4px;
}

.all_page .detail_bg .detail_slider .slick-next {
  right: inherit;
  left: 50%;
  margin-left: 4px;
}

.all_page .detail_bg .detail_slider .slick-prev,
.all_page .detail_bg .detail_slider .slick-next {
  top: inherit;
  bottom: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .all_page .detail_bg .detail_slider {
    padding-top: 30px;
    padding-bottom: 68px;
  }
}

@media screen and (max-width: 350px) {
  .all_page .detail_bg .detail_slider {
    padding-bottom: 50px;
  }
}

.all_page .detail_bg .detail_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.all_page .detail_bg .detail_slider .slider_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.all_page .detail_bg .detail_slider .slider_box .in_box {
  background: #333333;
  color: #fff;
}

.all_page .detail_bg .detail_slider .slider_box .in_box p {
  padding: 18px 25px;
}

.all_page .about_01 .col-sm-12 .video_bg {
  position: relative;
}

.all_page .about_01 .col-sm-12 .video_bg .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.all_page .about_01 .col-sm-12 .video_bg a {
  display: block;
}

.all_page .about_01 .col-sm-12 .video_bg a:hover .play_video {
  opacity: .8;
}

@media screen and (min-width: 767px) {
  .all_page .about_01 .col-sm-12 .h8 {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 1600px) {
  .all_page .about_01 .col-sm-12 {
    width: 50%;
    margin-left: 25%;
  }
}

.all_page.about_02 {
  background: url(../images/_temp/about/about_bg_01.png) no-repeat left top 3%, url(../images/_temp/about/about_bg_02.png) no-repeat right top 77.5%;
}

@media screen and (max-width: 900px) {
  .all_page.about_02 {
    background-size: 100%, 100%;
  }
}

.all_page.about_02 .text_box {
  text-align: center;
}

.all_page.about_02 .text_box .in_box {
  display: inline-block;
  text-align: left;
  width: 585px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .all_page.about_02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .all_page.about_02 .row .text_box {
    margin-bottom: 25px;
  }

  .all_page.about_02 .row .text_box .in_box {
    width: 100%;
  }

  .all_page.about_02 .row:nth-child(odd) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .all_page.about_02 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .all_page.about_02 .row:nth-child(odd) .text_box {
    margin-left: 0;
  }

  .all_page.about_02 .row:nth-child(odd) .img_box {
    margin-left: 0;
  }

  .all_page.about_02 .row:nth-child(even) .text_box {
    margin-left: 0;
  }

  .all_page.about_02 .row:nth-child(even) .img_box {
    margin-left: 0;
  }
}

@media screen and (min-width: 1500px) {
  .all_page.about_02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .all_page.about_02 .img_box {
    width: 41.66666666666667%;
  }

  .all_page.about_02 .text_box {
    width: 41.66666666666667%;
  }

  .all_page.about_02 .row:nth-child(odd) .text_box {
    margin-left: 0;
  }

  .all_page.about_02 .row:nth-child(odd) .img_box {
    margin-left: 0;
    right: 33.33333333333333%;
  }

  .all_page.about_02 .row:nth-child(even) .text_box {
    margin-left: 8.333333333333332%;
  }

  .all_page.about_02 .row:nth-child(even) .img_box {
    margin-left: 0;
  }
}

.all_page.about_03 {
  background: url(../images/_temp/about/about_bg_03.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  font-size: 0;
  text-align: center;
}

.all_page.about_03 .text_center {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1740px;
  width: 100%;
  display: inline-block;
}

.all_page.about_03 .text_center .bold {
  font-weight: 600;
}

.all_page.about_03 .text_center .flex {
  justify-content: center;
}

.all_page.about_03 .text_center .flex div {
  height: auto;
  margin-bottom: 30px;
}

.all_page.about_03 .text_center .flex div .in_box {
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 9%;
  padding-bottom: 35px;
  padding-top: 50px;
}

@media screen and (max-width: 1300px) {
  .all_page.about_03 .text_center .flex div .in_box {
    padding-bottom: 25px;
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .all_page.about_03 .text_center .flex div .in_box {
    padding: 20px 15px;
    padding-top: 30px;
  }
}

.all_page.about_03 .text_center .flex div .in_box p {
  color: #333;
}

.all_page.about_03 .text_center .flex div .in_box img {
  width: 116px;
}

@media screen and (max-width: 767px) {
  .all_page.about_03 .text_center .flex div {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}

@media screen and (max-width: 767px) {
  .all_page.advantage_top .h8 {
    font-size: 15px;
    line-height: 25px;
  }
}

.all_page.advantage .video_bg {
  position: relative;
  z-index: 2;
}

.all_page.advantage .video_bg img {
  opacity: 0;
}

.all_page.advantage .video_bg .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.all_page.advantage .video_bg a {
  display: block;
  position: relative;
}

.all_page.advantage .video_bg a:hover .play_video {
  opacity: .8;
}

.all_page.advantage .row {
  position: relative;
}

.all_page.advantage .row .bg_img {
  position: absolute;
  z-index: -1;
  top: 0;
}

.all_page.advantage .row:nth-child(even) .bg_img {
  left: 0;
}

.all_page.advantage .row:nth-child(odd) .bg_img {
  right: 0;
}

@media screen and (max-width: 991px) {
  .all_page.advantage .row {
    margin-bottom: 65px;
  }

  .all_page.advantage .row .bg_img {
    display: none;
  }

  .all_page.advantage .row .text_box {
    margin-bottom: 15px;
  }
}

.all_page.advantage_2 .advantage_title {
  position: relative;
}

.all_page.advantage_2 .advantage_title:before {
  position: absolute;
  content: '';
  width: 1.5em;
  height: 2px;
  bottom: 0;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  left: 50%;
  background: #0d6fb8;
}

.all_page.advantage_2 .question_box {
  font-size: 0;
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.all_page.advantage_2 .question_box .title_box {
  cursor: pointer;
  position: relative;
}

.all_page.advantage_2 .question_box .title_box .title {
  width: calc(100% - 96px);
  padding-left: .7em;
  padding-right: .7em;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .all_page.advantage_2 .question_box .title_box .title {
    width: calc(100% - 81px);
  }
}

@media screen and (max-width: 767px) {
  .all_page.advantage_2 .question_box .title_box .title {
    width: calc(100% - 66px);
  }
}

.all_page.advantage_2 .question_box .title_box .icon {
  display: block;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: 50%;
  width: 46px;
  height: 46px;
  background: #0d6fb8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.all_page.advantage_2 .question_box .title_box .icon:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.all_page.advantage_2 .question_box .title_box .icon:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .all_page.advantage_2 .question_box .title_box .icon {
    width: 36px;
    height: 36px;
  }

  .all_page.advantage_2 .question_box .title_box .icon:before {
    width: 2px;
    height: 20px;
  }

  .all_page.advantage_2 .question_box .title_box .icon:after {
    width: 20px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .all_page.advantage_2 .question_box .title_box .icon {
    width: 26px;
    height: 26px;
  }

  .all_page.advantage_2 .question_box .title_box .icon:before {
    width: 1px;
    height: 14px;
  }

  .all_page.advantage_2 .question_box .title_box .icon:after {
    width: 14px;
    height: 1px;
  }
}

.all_page.advantage_2 .question_box .title_box.open_in .icon:before {
  opacity: 0;
}

.all_page.advantage_2 .question_box .date_box {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

@media screen and (min-width: 1400px) {
  .all_page .solution_page {
    width: 66.66666666666666%;
    margin-left: 16.666666666666664%;
  }
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .all_page .solution_page {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.all_page .solution_page .solution_box {
  position: relative;
}

@media screen and (max-width: 992px) {
  .all_page .solution_page .solution_box {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .all_page .solution_page .solution_box {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.all_page .solution_page .solution_box:before {
  content: '';
  position: absolute;
  top: 0;
  width: 4px;
  height: 0;
  background: #ee8933;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.all_page .solution_page .solution_box .solid_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 0;
  z-index: 0;
}

.all_page .solution_page .solution_box .solid_bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  top: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.all_page .solution_page .solution_box .solid_bottom .center {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.all_page .solution_page .solution_box .solid_bottom .center:before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: #ee8933;
}

.all_page .solution_page .solution_box .solid_bottom .left {
  width: 30px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.all_page .solution_page .solution_box .solid_bottom .left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 32px;
}

.all_page .solution_page .solution_box .solid_bottom .right {
  width: 30px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.all_page .solution_page .solution_box .solid_bottom .right:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 32px;
}

.all_page .solution_page .solution_box .row {
  position: relative;
  z-index: 99;
}

.all_page .solution_page .solution_box .row .text_box {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.all_page .solution_page .solution_box .row .text_box .bold {
  position: relative;
  padding-left: 3em;
}

.all_page .solution_page .solution_box .row .text_box .bold span {
  position: absolute;
  left: 0;
  top: 0;
  color: #0d6fb8;
  font-weight: bold;
  padding-right: 1.6em;
}

.all_page .solution_page .solution_box .row .text_box .bold span:before {
  display: block;
  content: '';
  width: 1px;
  height: .75em;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: .8em;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: #333;
}

.all_page .solution_page .solution_box .row .text_box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box .row .text_box .pc_box {
    display: none;
  }

  .all_page .solution_page .solution_box .row .text_box .h5_2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .all_page .solution_page .solution_box .row .text_box .h5_2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.all_page .solution_page .solution_box .row .img_box {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.all_page .solution_page .solution_box .row .img_box>div {
  position: relative;
}

.all_page .solution_page .solution_box .row .img_box img {
  position: relative;
}

.all_page .solution_page .solution_box .row .img_box .pic {
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box .row .img_box {
    margin-bottom: -12vw;
  }

  .all_page .solution_page .solution_box .row .img_box img {
    width: 70%;
  }

  .all_page .solution_page .solution_box .row .img_box .pc_box {
    display: none;
  }

  .all_page .solution_page .solution_box .row .img_box .mob_box {
    display: inline-block;
  }
}

@media screen and (max-width: 1100px) {
  .all_page .solution_page .solution_box .row .img_box {
    margin-bottom: -14vw;
  }
}

@media screen and (max-width: 1000px) {
  .all_page .solution_page .solution_box .row .img_box {
    margin-bottom: -17vw;
  }
}

@media screen and (max-width: 767px) {
  .all_page .solution_page .solution_box .row .img_box {
    margin-bottom: -60px;
  }
}

.all_page .solution_page .solution_box:nth-child(odd):before {
  left: 0;
}

.all_page .solution_page .solution_box:nth-child(odd) .solid_bottom {
  left: 0;
}

.all_page .solution_page .solution_box:nth-child(odd) .solid_bottom:before {
  right: 0;
}

.all_page .solution_page .solution_box:nth-child(odd) .solid_bottom .left:before {
  border-left: solid 4px #ee8933;
  border-bottom: solid 4px #ee8933;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  border-radius: 0 0 0 30px;
}

.all_page .solution_page .solution_box:nth-child(odd) .solid_bottom .right:before {
  bottom: 0;
  border-top: solid 4px #ee8933;
  border-right: solid 4px #ee8933;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  border-radius: 0 30px 0 0;
}

.all_page .solution_page .solution_box:nth-child(odd) .text_box {
  left: 50%;
}

.all_page .solution_page .solution_box:nth-child(odd) .img_box {
  right: 50%;
}

.all_page .solution_page .solution_box:nth-child(odd) .img_box img {
  right: 12.5%;
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box:nth-child(odd) .text_box {
    left: 0;
    width: 100%;
    padding-left: 45px;
    padding-bottom: 30px;
  }

  .all_page .solution_page .solution_box:nth-child(odd) .img_box {
    right: 0;
    width: 100%;
    text-align: center;
  }

  .all_page .solution_page .solution_box:nth-child(odd) .img_box img {
    right: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 700px) {
  .all_page .solution_page .solution_box:nth-child(odd) .img_box img {
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
    max-width: initial;
  }
}

.all_page .solution_page .solution_box:nth-child(even):before {
  right: 0;
}

.all_page .solution_page .solution_box:nth-child(even) .solid_bottom {
  right: 0;
}

.all_page .solution_page .solution_box:nth-child(even) .solid_bottom:before {
  left: 0;
}

.all_page .solution_page .solution_box:nth-child(even) .solid_bottom .left:before {
  bottom: 0;
  border-top: solid 4px #ee8933;
  border-left: solid 4px #ee8933;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  border-radius: 30px 0 0 0;
}

.all_page .solution_page .solution_box:nth-child(even) .solid_bottom .right:before {
  top: 0;
  border-right: solid 4px #ee8933;
  border-bottom: solid 4px #ee8933;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
}

.all_page .solution_page .solution_box:nth-child(even) .img_box img {
  left: 12.5%;
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box:nth-child(even) .text_box {
    width: 100%;
    padding-right: 45px;
    padding-bottom: 30px;
  }

  .all_page .solution_page .solution_box:nth-child(even) .img_box {
    width: 100%;
    text-align: center;
  }

  .all_page .solution_page .solution_box:nth-child(even) .img_box img {
    left: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 700px) {
  .all_page .solution_page .solution_box:nth-child(even) .img_box img {
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
    max-width: initial;
  }
}

.all_page .solution_page .solution_box:first-child .solid_bottom {
  right: 0;
}

.all_page .solution_page .solution_box:first-child:before {
  top: 65px;
  height: 0;
}

@media screen and (max-width: 767px) {
  .all_page .solution_page .solution_box:first-child:before {
    top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box:first-child .row .text_box {
    padding-top: 0px;
  }
}

.all_page .solution_page .solution_box:last-child .solid_bottom {
  display: none;
}

.all_page .solution_page .solution_box:last-child:before {
  height: 0;
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box:last-child .row .img_box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .all_page .solution_page .solution_box:last-child .img_box {
    text-align: right;
  }
}

.all_page .solution_page .solution_box.open_animate .row .text_box {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.all_page .solution_page .solution_box.open_animate:nth-child(odd) .row .img_box {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.all_page .solution_page .solution_box.open_animate:nth-child(odd) .row .img_box .pic {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.all_page .solution_page .solution_box.open_animate:nth-child(even) .row .img_box {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.all_page .solution_page .solution_box.open_animate:nth-child(even) .row .img_box .pic {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.all_page .solution_page .solution_box.open_in:before {
  height: calc(100% - 60px);
}

.all_page .solution_page .solution_box.open_in .solid_bottom:before {
  -webkit-animation-name: scroll_widthp;
  animation-name: scroll_width;
}

.all_page .solution_page .solution_box.open_in:first-child:before {
  height: calc(100% - 125px);
}

@media screen and (max-width: 767px) {
  .all_page .solution_page .solution_box.open_in:first-child:before {
    height: calc(100% - 90px);
  }
}

.all_page .solution_page .solution_box.open_in:last-child:before {
  height: calc(100% - 125px);
}

.all_page.has_select {
  padding-top: 80px;
  position: relative;
}

.all_page.has_select>.row {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .all_page.has_select {
    padding-top: 50px;
    margin-top: 25px;
  }
}

.all_page.has_select .all_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
}

.all_page.has_select .all_select.fix {
  position: fixed;
}

.all_page.has_select .all_select .select_nav {
  display: none;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: solid 1px #ccc;
  padding: 12px 45px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.all_page.has_select .all_select .select_nav i {
  position: absolute;
  right: 22px;
  top: 50%;
  color: #ccc;
  font-size: 12px;
  line-height: 22px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .all_page.has_select .all_select {
    width: calc(100% - 60px);
    left: 30px;
  }

  .all_page.has_select .all_select.fix {
    width: 100%;
    left: 0;
  }

  .all_page.has_select .all_select .select_nav {
    display: block;
  }

  .all_page.has_select .all_select .all_select_ovoverflow {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: solid 1px #ccc;
    border-top: none;
    display: none;
  }
}

.all_page.has_select .all_select .all_select_ovoverflow {
  width: 100%;
  font-size: 0;
}

.all_page.has_select .all_select .all_select_ovoverflow .go_move {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .all_page.has_select .all_select .all_select_ovoverflow .go_move li {
    display: block;
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li a {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-weight: 600;
    display: block;
    padding: 12px 45px;
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li.active {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .all_page.has_select .all_select .all_select_ovoverflow .go_move {
    border-bottom: solid 1px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li {
    position: relative;
    width: calc(100% / 6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li:before {
    content: '';
    width: 1px;
    right: 0;
    top: 0;
    height: 100%;
    background: #ccc;
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li a {
    font-size: 14px;
    line-height: 19px;
    color: #333;
    padding: 20px 10px;
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    font-weight: 600;
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li.active a {
    color: #0d6fb8;
    font-weight: bold;
  }

  .all_page.has_select .all_select .all_select_ovoverflow .go_move li:last-child:before {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .all_page.has_select .all_select .all_select_ovoverflow .go_move li a {
    font-size: 16px;
    line-height: 21px;
    padding: 29px 10px;
  }
}

@-webkit-keyframes scroll_width {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@keyframes scroll_width {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.scrollbar {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
}

.scrollbar::-webkit-scrollbar-track {
  /*拉霸底部顏色*/
  border-radius: 0px;
  background-color: #ccc;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrollbar::-webkit-scrollbar-thumb {
  /*拉霸顏色*/
  border-radius: 0px;
  background-color: #0d6fb8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrollbar.scrollbar_w {
  overflow: auto;
}

.scrollbar.scrollbar_w::-webkit-scrollbar {
  height: 3px;
}

.scrollbar.scrollbar_h {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.scrollbar.scrollbar_h::-webkit-scrollbar {
  height: 3px;
}

.number {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.number:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 17px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: 0;
  background: #333;
}

@media screen and (max-width: 1200px) {
  .number {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .number {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .number {
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .number {
    line-height: 28px;
  }
}

@media screen and (min-width: 992px) {
  .number {
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .number {
    line-height: 34px;
  }
}

@media screen and (min-width: 1500px) {
  .number {
    line-height: 36px;
  }
}

.is-flex {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-flex>* {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-direction: column;
  -moz-direction: column;
  -ms-direction: column;
  -o-direction: column;
  direction: column;
}

.application_top .container {
  max-width: 1630px;
}

.application_top .number {
  width: 35px;
  margin-right: 12px;
  line-height: 28px;
  font-weight: 700;
}

.application_top .number+p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px - 12px);
}

.parts_box .h5 {
  margin-bottom: 20px;
}

.parts_box ul {
  font-size: 0;
}

.parts_box li {
  margin-bottom: 22px;
}

.application .container {
  justify-content: center;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.application a {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  margin-right: 18px;
  width: calc(33.33333% - 36px);
}

.application a:hover img {
  transform: scale(1.05, 1.05);
}

.application div {
  overflow: hidden;
}

.application img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.semibold {
  font-weight: 600;
}

@media (min-width: 1300px) {
  .parts_box li {
    width: 33.33333%;
  }
}

@media (max-width: 1299px) {
  .parts_box li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .application a {
    width: calc(33.33333% - 36px);
  }
}

@media (max-width: 991px) {
  .application a {
    width: calc(50% - 36px);
  }
}

@media (min-width: 851px) {
  .parts_box li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
  }
}

@media (max-width: 850px) {
  .parts_box li {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .application a {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 600px) {
  .application a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.chart .container {
  max-width: 1630px;
}

.chart table {
  width: 100%;
  border: 3px solid #555;
  border-radius: 3px;
  margin-bottom: 10px;
}

.chart th {
  background: #555;
  color: #fff;
  text-align: center;
}

.chart th,
.chart td {
  line-height: 1.2;
  padding: 18px 5px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.chart tbody tr {
  border-bottom: 2px solid #ccc;
}

.chart .bgray {
  background: #f8f8f8;
}

@media (max-width: 1249px) {

  .chart th,
  .chart td {
    padding: 18px 20px;
  }
}

@media (max-width: 767px) {

  .chart th,
  .chart td {
    padding: 15px;
  }
}

.about_04 {
  background: url(../images/_temp/about/about_bg_04.png) no-repeat center top;
  background-size: 100%;
  font-size: 0;
  width: 100%;
}

.about_04 .text_center {
  padding: 0 30px;
}

@media screen and (max-width: 350px) {
  .about_04 .text_center {
    padding: 0 15px;
  }
}

.about_04 .milestone_text_box {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 6) + 15px);
  text-align: right;
  padding-right: 30px;
}

.about_04 .milestone_text_box .milestone_text {
  width: 120px;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .about_04 .milestone_text_box {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .about_04 .milestone_text_box {
    display: none;
  }
}

.about_04 .milestone_box {
  display: inline-block;
  vertical-align: top;
  width: calc(((100% / 12) * 10) - 15px);
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .about_04 .milestone_box {
    width: calc(100% - 180px);
  }
}

.about_04 .milestone_box .milestone_slider {
  width: calc(100% * 0.9);
}

.about_04 .milestone_box .milestone_slider .slick-list {
  overflow: inherit !important;
}

.about_04 .milestone_box .milestone_slider .slider_box {
  position: relative;
}

.about_04 .milestone_box .milestone_slider .slider_box:after {
  content: '';
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box {
  padding-right: calc(100% / 3);
}

@media screen and (max-width: 1400px) {
  .about_04 .milestone_box .milestone_slider .slider_box .date_box {
    padding-right: 60px;
  }
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box {
  display: block;
  position: relative;
  width: 100%;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box p {
  margin-bottom: 20px;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box ul {
  margin-bottom: 10px;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 20px;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box ul li span {
  position: absolute;
  left: 0;
  top: 0;
  white-space: 1em;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  background: #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box .bold {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .about_04 .milestone_box {
    padding-left: 30px;
    width: 100%;
  }

  .about_04 .milestone_box .milestone_slider {
    width: 70%;
    padding-top: 70px;
  }

  .about_04 .milestone_box .milestone_slider .slider_box .date_box {
    padding-right: 45px;
  }

  .about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box:before {
    left: 0;
    transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
  }

  .about_04 .milestone_box .milestone_slider .slider_box .date_box .in_box .bold {
    left: 0;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.solution_page .solution_box {
  padding-top: 65px;
  padding-bottom: 125px;
}

.contact_map {
  position: relative;
  width: 100%;
}

.contact_map .flex {
  width: 100%;
}

.contact_map .flex>div {
  height: auto;
  width: 50%;
}

.contact_map .flex>div.left_map iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact_map .flex>div.right_text {
  background: url(../images/_temp/contact/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.contact_map .flex>div.right_text .in_box {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  width: 420px;
  max-width: 100%;
  color: #fff;
  font-size: 0;
}

.contact_map .flex>div.right_text .in_box .h2 {
  font-weight: 600;
}

.contact_map .flex>div.right_text .in_box .h10 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.contact_map .flex>div.right_text .in_box .h10 span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact_map .flex>div.right_text .in_box .h10 a {
  color: #fff;
}

@media screen and (min-width: 365px) {
  .contact_map .flex>div.right_text .in_box .h10.tel {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 9px);
    margin-right: 18px;
  }

  .contact_map .flex>div.right_text .in_box .h10.fax {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 9px);
  }
}

@media screen and (max-width: 767px) {
  .contact_map .flex>div {
    width: 100%;
  }

  .contact_map .flex>div.left_map {
    height: 100vw;
    max-height: 450px;
  }

  .contact_map .flex>div.right_text {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 350px) {
  .contact_map .flex>div.right_text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pagination {
  display: block;
  font-size: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 10px;
}

.pagination .select_box {
  display: none;
  position: relative;
}

.pagination .select_box i {
  color: #333;
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  right: 5px;
  top: 50%;
  pointer-events: none;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.pagination .select_box i:before {
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.pagination .select_box .pagination_select {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  box-shadow: none;
  border: solid 1px #ddd;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  margin-right: 3px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333;
}

.pagination a span {
  position: absolute;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a:hover {
  color: #0d6fb8;
}

@media screen and (min-width: 768px) {
  .pagination a.angle {
    display: none;
  }
}

.pagination a.now_page {
  pointer-events: none;
  background: #0d6fb8;
  color: #fff;
}

.pagination a.now_page:hover {
  background: #0d6fb8;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagination .select_box {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
  }

  .pagination a {
    line-height: 32px;
    height: auto;
    font-size: 16px;
  }

  .pagination a:not(.angle) {
    display: none;
  }

  .pagination a.angle {
    margin-left: 30px;
    margin-right: 30px;
  }

  .pagination a.angle:last-child {
    margin-left: 30px;
  }
}

@media screen and (max-width: 400px) {
  .pagination a.angle {
    margin-left: 0;
    margin-right: 20px;
  }

  .pagination a.angle:last-child {
    margin-left: 20px;
    margin-right: 0;
  }
}

.pagination_select {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*IE隱藏箭頭樣式*/
.pagination_select::-ms-expand {
  display: none;
}

.pagination_select:focus {
  box-shadow: none;
}

.footer {
  background: #232424;
  font-size: 0;
  position: relative;
  z-index: 10;
}

.footer .footer_left .footer_logo {
  width: 90%;
  max-width: 385px;
  display: inline-block;
}

.footer .footer_left p {
  color: #fff;
}

.footer .footer_left ul {
  width: 330px;
  max-width: 100%;
}

.footer .footer_left ul li {
  color: #ccc;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.footer .footer_left ul li:last-child {
  margin-bottom: 0;
}

.footer .footer_left ul li a {
  color: #ccc;
}

.footer .footer_left ul li span {
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .footer_left {
    padding-bottom: 25px;
  }

  .footer .footer_left .pd_top_50 {
    padding-top: 35px;
  }

  .footer .footer_left .footer_logo {
    max-width: 295px;
    margin-bottom: 25px;
  }

  .footer .footer_left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .footer .footer_left ul {
    width: 100%;
    margin-bottom: 0;
  }

  .footer .footer_left ul li {
    font-size: 12px;
    line-height: 22px;
  }
}

.footer .footer_right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .footer_right {
    display: none;
  }
}

.footer .footer_right .in_box {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.footer .footer_right .in_box>div {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .footer .footer_right .in_box>div:first-child {
    padding-right: 20px;
  }

  .footer .footer_right .in_box>div:last-child {
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer_right .in_box>div:first-child {
    padding-right: 25px;
  }

  .footer .footer_right .in_box>div:last-child {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer_right .in_box>div:first-child {
    padding-right: 30px;
  }

  .footer .footer_right .in_box>div:last-child {
    padding-left: 30px;
  }
}

.footer .footer_right .in_box>div a {
  display: block;
  color: #fff;
  padding: 13px 0;
  font-weight: 600;
  text-align: left;
}

.footer .copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  display: block;
  width: 100%;
  padding: 25px 0;
}

.footer .copyright a {
  display: inline-block;
  color: #999999;
}

.footer .copyright p {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .copyright p {
    font-size: 12px;
    line-height: 22px;
  }
}

.all_banner {
  margin-top: 106px;
}

@media screen and (max-width: 1299px) {
  .all_banner {
    margin-top: 75px;
  }
}

@media screen and (max-width: 1000px) {
  .all_banner {
    margin-top: 71px;
  }
}

@media screen and (max-width: 400px) {
  .all_banner {
    margin-top: 63px;
  }
}

@media screen and (max-width: 350px) {
  .all_banner {
    margin-top: 59px;
  }
}

.all_banner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.all_banner .flex>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.all_banner .left_text {
  width: calc(((100% / 12) * 4) - 15px);
  text-align: center;
  background: url(../images/color_bg.jpg) no-repeat center center;
  background-size: cover;
}

.all_banner .left_text .text_center {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 100%;
  background: url(../images/banner_all.png) no-repeat center bottom;
  background-size: 100%;
}

.all_banner .left_text.solution .text_center {
  background: url(../images/banner_all_2.png) no-repeat center bottom;
  background-size: 100%;
}

.all_banner .left_text .breadcrumb {
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
}

.all_banner .left_text .breadcrumb a,
.all_banner .left_text .breadcrumb span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .all_banner .left_text .breadcrumb {
    margin-bottom: 5px;
  }

  .all_banner .left_text .breadcrumb p {
    font-size: 12px;
    line-height: 22px;
  }
}

.all_banner .left_text .h1_3 {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .all_banner .left_text .h1_3 {
    font-size: 20px;
    line-height: 20px;
  }
}

.all_banner .right_img {
  position: relative;
  width: calc(((100% / 12) * 8) + 15px);
  background-size: cover !important;
}

.all_banner .right_img .mob_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover !important;
}

@media screen and (max-width: 992px) {
  .all_banner .left_text {
    width: 40%;
  }

  .all_banner .right_img {
    width: 60%;
  }
}

@media screen and (max-width: 650px) {
  .all_banner .left_text {
    width: 50%;
  }

  .all_banner .left_text .text_center {
    padding-top: 55px;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .all_banner .right_img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .all_banner .right_img .mob_bg {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .all_banner .left_text .text_center {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.table_box {
  display: block;
  width: 100%;
  overflow: auto;
}

.table_box .products_table {
  min-width: 100%;
  table-layout: fixed;
}

.table_box .products_table tr td {
  font-size: 16px;
  line-height: 26px;
  padding: 7px 20px;
  width: 39%;
  white-space: nowrap;
}

.table_box .products_table tr td.title {
  max-width: 300px;
  width: 300px;
}

.table_box .products_table thead tr td {
  background: #393838;
  color: #fff;
}

.table_box .products_table tbody tr td {
  background: #fff;
}

.table_box .products_table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}

.go_top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 40px;
  background: #0d6fb8;
  background-size: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  z-index: 899;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}

.go_top i {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50, -50%) rotate(90deg);
  font-size: 20px;
  line-height: 20px;
}

.go_top.open {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1200px) {
  .go_top {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .go_top {
    width: 43px;
    height: 43px;
    bottom: 25px;
    right: 15px;
  }
}

.sj_form {
  font-size: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.sj_form input::placeholder {
  color: #999;
}

.sj_form .SJ_feild {
  margin-bottom: 30px;
}

.sj_form .SJ_feild>div {
  display: block;
}

@media screen and (max-width: 767px) {
  .sj_form .SJ_feild>div {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 350px) {
  .sj_form .SJ_feild>div {
    font-size: 13px;
    line-height: 23px;
  }
}

@media screen and (min-width: 768px) {
  .sj_form .SJ_feild>div {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1500px) {
  .sj_form .SJ_feild>div {
    font-size: 18px;
    line-height: 28px;
  }
}

.sj_form .SJ_feild>div.SJ_label {
  color: #333;
  padding: 0 10px;
  margin-bottom: 10px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .sj_form .SJ_feild>div.SJ_label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sj_form .SJ_feild>div.SJ_label {
    margin-bottom: 0;
  }
}

.sj_form .SJ_feild>div.SJ_label span {
  margin-right: 0;
}

.sj_form .SJ_feild>div.SJ_label span.SJ_red_star {
  color: #bf0008 !important;
  margin-left: px;
}

.sj_form .SJ_feild>div .SJ_select {
  width: 100%;
  border: none;
  background: none;
  color: #333;
  box-shadow: none;
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.sj_form .SJ_feild>div .SJ_text {
  width: 100%;
  border: none;
  background: none;
  color: #333;
  box-shadow: none;
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.sj_form .SJ_feild>div .SJ_text.placeholder {
  color: #999;
}

.sj_form .SJ_feild>div .SJ_textarea {
  padding: 10px;
  width: 100%;
  border: none;
  color: #333;
  height: 150px;
  box-shadow: none;
  border: none;
  background: none;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .sj_form .SJ_feild {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .sj_form .SJ_feild:nth-child(2n) {
    margin-right: 0;
  }

  .sj_form .SJ_feild.SJ_feild_14 {
    width: 100%;
    margin-right: 0;
  }

  .sj_form .SJ_feild.SJ_feild_code {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}

.sj_form .SJ_feild.SJ_feild_code div {
  position: relative;
}

.sj_form .SJ_feild.SJ_feild_code div img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  padding: 2px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sj_form .SJ_feild.SJ_feild_code div img {
    right: 17px;
  }
}

.sj_form .SJ_feild.SJ_feild_code div .SJ_text.placeholder {
  color: #999;
}

.sj_form .SJ_feild.SJ_feild_submit {
  vertical-align: bottom;
  padding: 0;
  margin-right: 0;
}

.sj_form .SJ_feild.SJ_feild_submit div {
  width: 50%;
  max-width: 285px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sj_form .SJ_feild.SJ_feild_submit div {
    margin: 0 auto;
  }
}

.sj_form .SJ_feild.SJ_feild_submit div.SJ_label {
  display: none;
}

.sj_form .SJ_feild.SJ_feild_submit div span {
  display: none;
}

.sj_form .SJ_feild.SJ_feild_submit div input {
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  border: none;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 0;
  height: auto;
  background: #0d6fb8;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
  font-size: 16px;
  line-height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.sj_form .SJ_feild.SJ_feild_submit div input:hover {
  border: none;
  background: #333;
  box-shadow: none;
}

.SJ_select {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*IE隱藏箭頭樣式*/
.SJ_select::-ms-expand {
  display: none;
}

.SJ_select:focus {
  box-shadow: none;
}

#inquiry_form {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 10px;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#inquiry_form .form-group {
  display: flex;
  flex-direction: column;
  width: 500px;
  max-width: 100%;
  gap: 12px;
}
#inquiry_form .error {
  color: #fc0341;
  font-size: 0.875rem;
}
#inquiry_form .form-control {
  height: auto;
  padding: 8px 12px;
  border-radius: 8px;
}
.form-action {
  display: flex;
}
.btn-solid {
  background: #0d6fb8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 22px;
  width: 192px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.btn-solid:hover {
  color: white;
  background-color: #393838;
}
.input-error {
  border: 1px solid #fc0341;
}
#notifications {
  cursor: pointer;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  margin-bottom: 22px;
  margin-right: 15px;
  max-width: 300px;
}
.alert-success {
  color: #fff;
  background-color: #5daa4d;
}
.alert-danger {
  color: #fff;
  background-color: #ff4943;
}
.btn.year {
  font-weight: 600;
  transition: color 0.3s linear;
}
.btn.year.active, .btn.year:hover {
  color: var(--color-orange);
  box-shadow: none;
  text-decoration: none;
}