@charset "UTF-8";
@import url("fonts/css/fontello.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/bootstrap-reboot.min.css");
@import url("scss/plugins/slick.css");
@import url("scss/plugins/slick-theme.css");
@import url("scss/plugins/aos.css");
@import url("scss/plugins/select2.min.css");
@import url("scss/plugins/film_roll.css");
.fs_80 {
  font-size: 80px;
}

.fs_70 {
  font-size: 70px;
}

.fs_62 {
  font-size: 62px;
}

.fs_50 {
  font-size: 50px;
}

.fs_45 {
  font-size: 45px;
}

.fs_43 {
  font-size: 43px;
}

.fs_40 {
  font-size: 40px;
}

.fs_36 {
  font-size: 36px;
}

.fs_35 {
  font-size: 35px;
}

.fs_30 {
  font-size: 30px;
}

.fs_28 {
  font-size: 28px;
}

.fs_25 {
  font-size: 25px;
}

.fs_24 {
  font-size: 24px;
}

.fs_22 {
  font-size: 22px;
}

.fs_20 {
  font-size: 20px;
}

.fs_17 {
  font-size: 17px;
}

.fs_16 {
  font-size: 16px;
}

.fs_15 {
  font-size: 15px;
}

.fs_14 {
  font-size: 14px;
}

@media (max-width: 1025px) {
  .fs_80 {
    font-size: 62px;
  }
  .fs_70 {
    font-size: 56px;
  }
  .fs_62 {
    font-size: 56px;
  }
}

@media (max-width: 993px) {
  .fs_80 {
    font-size: 50px;
  }
  .fs_70 {
    font-size: 50px;
  }
  .fs_62 {
    font-size: 50px;
  }
}

@media (max-width: 769px) {
  .fs_80 {
    font-size: 45px;
  }
  .fs_70 {
    font-size: 45px;
  }
  .fs_62 {
    font-size: 45px;
  }
  .fs_50 {
    font-size: 40px;
  }
  .fs_35 {
    font-size: 32px;
  }
  .fs_30 {
    font-size: 26px;
  }
}

@media (max-width: 577px) {
  .fs_80 {
    font-size: 38px;
  }
  .fs_70 {
    font-size: 38px;
  }
  .fs_62 {
    font-size: 38px;
  }
  .fs_50 {
    font-size: 32px;
  }
  .fs_45 {
    font-size: 28px;
  }
  .fs_43 {
    font-size: 28px;
  }
  .fs_40 {
    font-size: 28px;
  }
  .fs_35 {
    font-size: 28px;
  }
  .fs_32 {
    font-size: 32px;
  }
  .fs_30 {
    font-size: 24px;
  }
  .fs_28 {
    font-size: 24px;
  }
  .fs_20 {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .fs_80 {
    font-size: 35px;
  }
  .fs_70 {
    font-size: 35px;
  }
  .fs_62 {
    font-size: 35px;
  }
  .fs_32 {
    font-size: 28px;
  }
  .fs_30 {
    font-size: 24px;
  }
  .fs_17 {
    font-size: 16px;
  }
}

body {
  width: 100% !important;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}

ul, li, ul li {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a img {
  border: 0;
}

.web-show {
  display: block;
}

.mobile-show {
  display: none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0;
}

.hidden {
  display: none;
}

.modal-backdrop {
  z-index: 1055;
}

.modal {
  z-index: 1060;
}

/* ==========================================================================
    header
 ==========================================================================*/
header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  z-index: 1055;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header h1 {
  display: none;
}

header .logo {
  width: 180px;
  float: left;
  margin: 40px 0 0 35px;
}

header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

header .menu-toggle {
  display: none;
  position: relative;
}

header nav {
  float: right;
  margin: 34px 32px 0 0;
}

header nav ul {
  list-style: none;
  float: left;
}

header nav ul li {
  list-style: none;
  width: auto;
  float: left;
  position: relative;
}

header nav ul li a {
  display: block;
  padding: 7px 26px 0px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
}

header nav ul li a:hover {
  color: #fff;
}

header nav ul li a:before, header nav ul li a:after {
  display: none;
}

header nav ul li ul {
  min-width: 250px;
  width: auto;
  position: absolute;
  top: 57px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

header nav ul li ul li {
  width: 100%;
  height: auto;
  float: left;
}

header nav ul li ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 5, 61, 0.85);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 17px 28px;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  text-transform: none;
  white-space: nowrap;
}

header nav ul li ul li.active, header nav ul li ul li a:hover {
  background-color: #cf1032;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

header nav ul li ul li.zh a {
  font-family: "Noto Sans TC", sans-serif;
}

header nav ul li.active > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header nav .social-link {
  float: left;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 24px;
  margin: 8px 0 0 0;
  padding: 0 20px  0 16px;
}

header nav .social-link a {
  padding: 0 15px;
  width: 50px;
  height: 20px;
  display: block;
  color: #fff;
  float: left;
  background-position: top center;
  background-repeat: no-repeat;
}

header nav .social-link a.fb {
  padding: 0 10px;
  width: 39px;
  background-image: url(images/icon-fb.png);
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}

header nav .social-link a.fb:hover {
  background-image: url(images/icon-fb_over.png);
}

header nav .social-link a.ig {
  background-image: url(images/icon-ig.png);
}

header nav .social-link a.ig:hover {
  background-image: url(images/icon-ig_over.png);
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}

header nav .social-link a.yt {
  width: 55px;
  background-image: url(images/icon-yt.png);
}

header nav .social-link a.yt:hover {
  background-image: url(images/icon-yt_over.png);
}

header nav .social-link a.linkedin {
  background-image: url(images/icon-linkedin.png);
}

header nav .social-link a.linkedin:hover {
  background-image: url(images/icon-linkedin_over.png);
}

header nav .btn {
  float: left;
  padding: 0;
  border-radius: 0;
}

header nav .btn .btn-contact, header nav .btn .btn-dealer {
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: block;
  color: #fff;
  width: 141px;
  height: 39px;
  line-height: 35px;
  float: left;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

header nav .btn .btn-contact:hover, header nav .btn .btn-dealer:hover {
  background: #fff;
  color: rgba(0, 5, 61, 0.85);
}

header nav .btn .btn-dealer {
  width: auto;
  padding: 0 31px;
  margin-right: 10px;
  margin-left: 20px;
}

header:hover, header.active, header.scroll, header.current {
  background-color: rgba(0, 5, 61, 0.85);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

header:hover .logo, header.active .logo, header.scroll .logo, header.current .logo {
  margin-top: 18px;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}

header:hover nav, header.active nav, header.scroll nav, header.current nav {
  margin-top: 18px;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}

header:hover nav ul li a, header.active nav ul li a, header.scroll nav ul li a, header.current nav ul li a {
  padding: 7px 26px 27px 30px;
}

header:hover nav ul li ul li a, header.active nav ul li ul li a, header.scroll nav ul li ul li a, header.current nav ul li ul li a {
  padding: 17px 28px;
}

@media (max-width: 1300px) {
  header .logo {
    margin: 35px 0 0 15px;
    -webkit-transition: margin 0.3s linear;
    transition: margin 0.3s linear;
  }
  header nav {
    margin: 36px 15px 0 0;
    -webkit-transition: margin 0.3s linear;
    transition: margin 0.3s linear;
  }
  header nav ul {
    padding-right: 5px;
  }
  header nav ul li a {
    padding: 7px 9px 27px 14px;
  }
  header nav ul li ul li a {
    padding: 17px 20px 17px 15px;
  }
  header nav .social-link {
    padding: 0 10px;
  }
  header nav .social-link a {
    padding: 0;
  }
  header nav .btn .btn-contact {
    width: 90px;
  }
  header nav .btn .btn-dealer {
    padding: 0 10px;
    margin-left: 0;
  }
  header:hover nav ul li a, header.active nav ul li a, header.scroll nav ul li a, header.current nav ul li a {
    padding: 7px 9px 27px 14px;
  }
  header:hover nav ul li ul li a, header.active nav ul li ul li a, header.scroll nav ul li ul li a, header.current nav ul li ul li a {
    padding: 17px 20px 17px 15px;
  }
}

@media (max-width: 1025px) {
  .web-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  header .logo {
    margin-top: 30px;
    width: 145px;
    margin-left: 18px;
  }
  header .menu-toggle {
    display: block;
    float: right;
  }
  header .menu-toggle .nav__toggle-btn {
    cursor: pointer;
    width: 25px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 100;
  }
  header .menu-toggle .nav__toggle-btn i {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
  }
  header .menu-toggle .nav__toggle-btn i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  header .menu-toggle .nav__toggle-btn i:nth-child(2) {
    margin: 7px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  header .menu-toggle .nav__toggle-btn i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  header .menu-toggle .nav__toggle-btn.active i {
    background-color: #fff;
  }
  header .menu-toggle .nav__toggle-btn.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }
  header .menu-toggle .nav__toggle-btn.active i:nth-child(2) {
    margin: 7px 0;
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }
  header .menu-toggle .nav__toggle-btn.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }
  header .menu {
    width: 100%;
    height: 500px;
    display: none;
  }
  header nav {
    width: 100%;
    height: 100vh;
    background: rgba(0, 5, 61, 0.9);
    margin: 18px 0 0 0;
    padding-top: 7px;
    float: left;
    -webkit-transform: translateY(-100%) translateY(-100px);
            transform: translateY(-100%) translateY(-100px);
  }
  header nav ul {
    min-width: 100%;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    font-size: 16px;
    padding: 18px 20px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  header nav ul li a:after {
    content: "";
    width: 10px;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 25px;
    bottom: 27px;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header nav ul li a:before {
    content: "";
    width: 2px;
    height: 10px;
    border-right: 2px solid #fff;
    position: absolute;
    right: 29px;
    bottom: 23px;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header nav ul li a.active {
    color: #fff;
  }
  header nav ul li a.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header nav ul li a.active:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 28px;
  }
  header nav ul li a:hover {
    color: #fff;
  }
  header nav ul li ul {
    min-width: 100%;
    position: static;
    border-top: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  header nav ul li ul li {
    border-top: none;
  }
  header nav ul li ul li a {
    border-top: none;
    padding: 0 20px 24px 20px;
    background: none;
  }
  header nav ul li ul li a:after, header nav ul li ul li a:before {
    display: none;
  }
  header nav ul li ul li a:hover {
    background: none;
  }
  header nav .social-link {
    width: 100%;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0;
  }
  header nav .btn {
    float: left;
    width: 100%;
  }
  header nav .btn .btn-contact, header nav .btn .btn-dealer {
    border-color: #fff;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 18px 20px;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: bold;
  }
  header nav .btn .btn-contact:hover, header nav .btn .btn-dealer:hover {
    border-color: #00063D;
    border-width: 0px;
    border-style: solid;
    border-radius: 0;
    color: #60dbff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: #00053d;
  }
  header nav .btn .btn-dealer {
    margin-right: 0;
  }
  header nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  header:hover {
    background: rgba(0, 5, 61, 0);
  }
  header:hover .logo {
    margin-top: 30px;
  }
  header:hover nav {
    margin-top: 0;
  }
  header.active, header.scroll, header.current {
    background: rgba(0, 5, 61, 0.9);
  }
  header.active .logo, header.scroll .logo, header.current .logo {
    margin-top: 30px;
  }
  header.active nav, header.scroll nav, header.current nav {
    margin-top: 16px;
    padding-top: 2px;
    overflow: auto;
  }
  header.active nav ul li a, header.scroll nav ul li a, header.current nav ul li a {
    padding: 18px 20px;
  }
}

/* ==========================================================================
    footer
 ==========================================================================*/
.goTop-ms {
  display: none;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 100;
  bottom: 50%;
}

.goTop-ms span {
  display: block;
  width: 60px;
  padding-top: 15px;
  color: #231F20;
  font-size: 20px;
  text-align: center;
}

.goTop-ms span:before {
  font-weight: bold;
}

.goTop-ms:hover {
  background-color: #CF1032;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.goTop-ms:hover span {
  color: #fff;
}

footer {
  width: 100%;
  background: #1B1B1B;
  padding: 70px 100px 45px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer {
  width: 100%;
  border-bottom: 1px solid rgba(190, 190, 190, 0.15);
  float: left;
  padding-bottom: 45px;
  position: relative;
}

footer .footer .info {
  width: 425px;
  /*22.4%*/
  float: left;
}

footer .footer .info .social-link {
  width: 100%;
  float: left;
}

footer .footer .info .social-link a {
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

footer .footer .info .social-link a.fb {
  background-image: url(images/icon-fb.png);
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}

footer .footer .info .social-link a.fb:hover {
  background-image: url(images/icon-fb_over.png);
}

footer .footer .info .social-link a.ig {
  background-image: url(images/icon-ig.png);
}

footer .footer .info .social-link a.ig:hover {
  background-image: url(images/icon-ig_over.png);
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}

footer .footer .info .social-link a.yt {
  background-image: url(images/icon-yt.png);
}

footer .footer .info .social-link a.yt:hover {
  background-image: url(images/icon-yt_over.png);
}

footer .footer .info .social-link a.linkedin {
  background-image: url(images/icon-linkedin.png);
}

footer .footer .info .social-link a.linkedin:hover {
  background-image: url(images/icon-linkedin_over.png);
}

footer .footer .info .social-link a:hover {
  background-color: white;
  border: none;
}

footer .footer .info .phoneNo {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 24px;
  font-family: "Teko";
  padding: 27px 0 15px 0;
}

footer .footer .info .phoneNo span {
  padding-right: 20px;
}

footer .footer .info .phoneNo span:nth-of-type(2) {
  padding-right: 0;
}

footer .footer .info .phoneNo a {
  color: #fff;
}

footer .footer .info .phoneNo a[href^="tel:"] {
  color: #fff;
  display: inline;
}

footer .footer .info .phoneNo a:hover {
  color: #CF1032;
}

footer .footer .info .address {
  width: 100%;
  float: left;
  color: #757575;
  letter-spacing: 1px;
}

footer .footer .info .address span {
  display: block;
}

footer .footer .info .address a {
  color: #757575;
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

footer .footer .info .address a:hover {
  color: #fff;
}

footer .footer .sitemap {
  width: calc(100% - 425px);
  float: left;
  padding-left: 45px;
}

footer .footer .sitemap ul {
  float: left;
  padding: 0 30px 15px 30px;
}

footer .footer .sitemap ul li {
  list-style: none;
  letter-spacing: 0.03em;
  line-height: 30px;
}

footer .footer .sitemap ul li.tag {
  font-size: 24px;
  font-family: "Teko";
  padding: 5px 0 10px 0;
}

footer .footer .sitemap ul li.tag a {
  color: #fff;
}

footer .footer .sitemap ul li a {
  color: #757575;
  padding: 9px 0;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

footer .footer .sitemap ul li a:hover {
  color: #fff;
}

footer .footer .goTop {
  width: 60px;
  height: 60px;
  background: #00063D;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

footer .footer .goTop.show {
  opacity: 1;
}

footer .footer .goTop span {
  display: block;
  width: 60px;
  padding-top: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

footer .footer .goTop span:before {
  font-weight: bold;
}

footer .footer .goTop:hover {
  background-color: #CF1032;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

footer .footer .goTop:hover span {
  color: #fff;
}

footer .copyright {
  width: 100%;
  float: left;
  color: #757575;
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
}

footer .copyright a {
  color: #757575;
}

footer .copyright a:hover {
  color: #fff;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

footer .copyright span {
  padding: 0 12px;
}

footer .copyright span a {
  text-decoration: underline;
}

footer .copyright span:nth-of-type(1) {
  padding: 0;
}

@media (max-width: 1450px) {
  footer {
    padding: 70px 50px 45px 50px;
  }
  footer .footer .info {
    width: 325px;
  }
  footer .footer .info .phoneNo span {
    display: block;
  }
  footer .footer .sitemap {
    padding-left: 20px;
    width: calc(100% - 325px);
  }
  footer .footer .sitemap ul {
    padding: 0 20px 15px 0;
    min-height: 175px;
  }
}

@media (max-width: 1100px) {
  footer {
    padding: 70px 25px 45px 25px;
  }
}

@media (max-width: 1025px) {
  footer {
    padding: 55px 25px 55px 25px;
  }
  footer .footer {
    padding-bottom: 25px;
  }
  footer .footer .info {
    margin: 0 auto;
    float: none;
  }
  footer .footer .info .social-link {
    width: 285px;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer .info .social-link a {
    display: inline-block;
    margin-right: 0;
  }
  footer .footer .info .phoneNo {
    text-align: center;
  }
  footer .footer .info .phoneNo span {
    padding-right: 0;
  }
  footer .footer .info .address {
    text-align: center;
  }
  footer .footer .sitemap {
    display: none;
  }
  footer .copyright {
    padding-top: 25px;
  }
}

@media (max-width: 850px) {
  footer .copyright span {
    display: block;
  }
}

@media (max-width: 577px) {
  .goTop-ms {
    display: block;
  }
  footer {
    padding: 55px 20px;
  }
  footer .footer .goTop {
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
  }
  footer .footer .goTop span {
    padding-top: 12px;
    width: 55px;
  }
}

@media (max-width: 345px) {
  footer {
    padding: 40px 10px;
  }
  footer .footer .info {
    width: 100%;
  }
  footer .footer .info .social-link {
    width: 100%;
  }
}

/* ==========================================================================
    pages 共用樣式
 ==========================================================================*/
main {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

/*洗掉slick箭頭的設定*/
.slick-prev, .slick-next {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: auto;
  width: auto;
  height: auto;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/*select2 第一個 一律空白 隱藏*/
.select2-container .select2-results__options li:first-child {
  display: none;
}

/*左側捲軸選單*/
.navigation-menu {
  font-weight: 300;
  font-size: 16px;
  line-height: 1em;
  display: none;
  position: fixed;
  top: calc(50% - 60px);
  left: 50px;
  right: auto;
  bottom: auto;
  z-index: 15;
}

.navigation-menu ul li {
  padding: 8px 0;
  list-style: none;
}

.navigation-menu ul li a {
  display: block;
  color: #fff;
  position: relative;
  letter-spacing: 0.02em;
}

.navigation-menu ul li a:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #fff;
  float: left;
  margin-top: 6px;
}

.navigation-menu ul li a:after {
  width: 7px;
  height: 7px;
}

.navigation-menu ul li a span {
  opacity: 0;
  visibility: hidden;
  padding-left: 12px;
}

.navigation-menu ul li a:hover span, .navigation-menu ul li a.mPS2id-highlight span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navigation-menu ul li a:hover:before, .navigation-menu ul li a.mPS2id-highlight:before {
  background: none;
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: -10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navigation-menu ul li a:hover:after, .navigation-menu ul li a.mPS2id-highlight:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  margin-top: -8px;
  margin-left: 1px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navigation-menu.active ul li a {
  color: #000;
}

.navigation-menu.active ul li a:before {
  background: #000;
}

.navigation-menu.active ul li a:hover:before, .navigation-menu.active ul li a.mPS2id-highlight:before {
  background: none;
  border: 2px solid #000;
}

.navigation-menu.active ul li a:hover:after, .navigation-menu.active ul li a.mPS2id-highlight:after {
  background: #000;
}

@media (max-width: 1400px) {
  .navigation-menu {
    left: 25px;
  }
}

/*內頁上方BN形象區 & 標題文字*/
.pages-top {
  width: 100%;
  height: 980px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.pages-top .top-BN-bg {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.pages-top .cover {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0px;
}

.pages-top .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.pages-top .bn-title {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

.pages-top .bn-title .zoom {
  width: 100%;
  max-width: 770px;
  min-height: 260px;
  padding: 0 20px;
}

.pages-top .bn-title .zoom .bread-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages-top .bn-title .zoom .bread-title span {
  display: block;
  font-family: "Teko";
  font-weight: 500;
  color: #fff;
  float: left;
  line-height: 1em;
}

.pages-top .bn-title .zoom .bread-title:after {
  height: 3px;
  border-top: 3px solid #fff;
  width: 50px;
  content: "";
  display: block;
  margin: 16px 0 0 25px;
}

.pages-top .bn-title .zoom .title {
  color: #CF1032;
  line-height: 1em;
  font-family: "Russo One";
  margin-top: 15px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.pages-top .bn-title .zoom .text {
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.03em;
}

.pages-top .bn-title .zoom .text.support {
  width: 90%;
}

.pages-top .bn-title .zoom .text.contact {
  width: 95%;
}

.pages-top .bn-title .zoom .btn-box {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages-top .bn-title .zoom .btn-box a.top-link {
  color: #fff;
  display: block;
  float: left;
  width: auto;
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 11px 10px 12px 10px;
  margin: 0 7px 0 3px;
}

.pages-top .bn-title .zoom .btn-box a.top-link:hover {
  border: solid 1px white;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  /*background:rgba(255,255,255,1);color:$blue;*/
}

.pages-top .bn-title .zoom.pd-top {
  max-width: 850px;
}

.pages-top .bn-title .zoom.support-top {
  max-width: 780px;
}

.pages-top.contact-top .bn-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1025px) {
  .pages-top {
    height: 100vh;
  }
  .pages-top.contact-top .bn-title .zoom {
    padding-top: 250px;
  }
}

@media (max-width: 769px) {
  .pages-top.contact-top .bn-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pages-top.contact-top .bn-title .zoom {
    padding-top: 0;
    padding-bottom: 150px;
  }
}

@media (max-width: 577px) {
  .pages-top {
    height: calc(100vh + 20px);
  }
  .pages-top .bn-title .zoom .bread-title:after {
    width: 30px;
    margin: 10px 0 0 15px;
  }
  .pages-top .bn-title .zoom .title {
    margin-top: 10px;
  }
  .pages-top .bn-title .zoom .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .pages-top .bn-title .zoom .btn-box a.top-link {
    width: 45%;
    text-align: center;
    margin: 0 7px 10px 3px;
  }
  .pages-top .bn-title .zoom.support-top .btn-box a.top-link {
    width: 80%;
  }
}

@media (max-width: 400px) {
  .pages-top .bn-title .zoom.support-top .btn-box a.top-link {
    width: 100%;
  }
  .pages-top.contact-top .bn-title .zoom {
    padding-bottom: 50px;
  }
}

/*內頁共用標題，紅線置中在上，文字置中*/
.pages-title {
  width: 100%;
  position: relative;
  max-width: 1690px;
  margin: 0 auto;
}

.pages-title .title {
  text-align: center;
  color: #CF1032;
  font-family: "Russo One";
  line-height: 1em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pages-title .title:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-top: 3px solid #CF1032;
  margin: 0 auto;
  margin-bottom: 40px;
}

.pages-title .title span {
  display: block;
  font-size: 32px;
  color: #CF1032;
  line-height: 1em;
  padding-bottom: 5px;
}

.pages-title .subtitle {
  color: #00063D;
  font-family: "Teko";
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 15px 20px 0 20px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 769px) {
  .pages-title .title span {
    font-size: 29px;
  }
}

@media (max-width: 577px) {
  .pages-title .title {
    padding: 0 20px;
  }
  .pages-title .title:before {
    width: 40px;
    margin-bottom: 25px;
  }
  .pages-title .title span {
    font-size: 26px;
  }
}

/*頁數標籤*/
.pages {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

.pages ul {
  width: auto;
}

.pages ul li {
  height: 47px;
  width: 47px;
  margin: 0 3px;
  font-family: "Noto Sans";
}

.pages ul li a {
  color: #00063D;
  display: block;
  line-height: 38px;
  border: 1px solid #E5E5E5;
  text-align: center;
  font-size: 17px;
}

.pages ul li.active a, .pages ul li:hover a {
  color: #fff;
  background: #CF1032;
  border: 1px solid #CF1032;
}

.pages ul li:not(.active):hover a {
  color: #fff;
  background: #CF1032;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pages ul li.prev, .pages ul li.next {
  height: 47px;
  width: 90px;
}

.pages ul li.prev a i:before, .pages ul li.next a i:before {
  color: #00063D;
  font-weight: bolder;
  font-size: 16px;
  margin-top: 2px;
  line-height: 35px;
}

.pages ul li.prev a:hover i:before, .pages ul li.next a:hover i:before {
  color: #fff;
}

.pages ul li.load {
  height: 47px;
  width: 125px;
}

.pages ul li .disabled {
  opacity: 0.3;
}

.pages ul li .disabled a {
  cursor: initial;
}

.pages ul li .disabled:hover a {
  color: #fff !important;
  background: #CF1032;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (max-width: 630px) {
  .pages ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pages ul li.load {
    width: 452px;
  }
}

@media (max-width: 485px) {
  .pages ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pages ul li.prev, .pages ul li.next {
    width: 47px;
  }
  .pages ul li.prev a span, .pages ul li.next a span {
    display: none;
  }
  .pages ul li.load {
    max-width: 366px;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .pages ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pages ul li {
    height: 35px;
    width: 35px;
  }
  .pages ul li.prev, .pages ul li.next {
    width: 35px;
    height: 35px;
  }
  .pages ul li.prev a span, .pages ul li.next a span {
    display: none;
  }
  .pages ul li.load {
    height: 35px;
    max-width: 283px;
    margin-top: 20px;
  }
}

/* ==========================================================================
    Animation
 ==========================================================================*/
@-webkit-keyframes fade-body {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-body {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

.indexMain {
  position: relative;
}

.indexMain .slide-index {
  width: calc(100% + 10px);
  height: 980px;
  position: relative;
  z-index: 10;
}

.indexMain .slide-index .banner-item {
  position: relative;
  width: calc(100% + 10px);
  height: 980px;
}

.indexMain .slide-index .banner-item .banner-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 980px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.indexMain .slide-index .banner-item .imgFill {
  width: 100%;
  height: 100%;
}

.indexMain .slide-index .banner-item .bn-text {
  position: absolute;
  z-index: 10;
  width: 870px;
  height: 345px;
  right: 155px;
  margin: auto;
  top: 20px;
  bottom: 0;
}

.indexMain .slide-index .banner-item .bn-text:after {
  content: "";
  display: block;
  width: 680px;
  height: 100%;
  background-color: rgba(207, 16, 50, 0.8);
  margin-left: 12.9%;
  -webkit-animation: fadeOutDown 1s both;
          animation: fadeOutDown 1s both;
}

.indexMain .slide-index .banner-item .bn-text h3 {
  position: absolute;
  z-index: 10;
  width: 86.5%;
  max-width: 770px;
  font-family: "Russo One";
  line-height: 1.15em;
  color: #fff;
  top: 0;
  margin: 60px 0 0 0;
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s linear;
  transition: font-size 0.3s linear;
  -webkit-animation: fadeOutUp 1s both;
          animation: fadeOutUp 1s both;
}

.indexMain .slide-index .banner-item .bn-text h3:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: -140px;
}

.indexMain .slide-index .banner-item .bn-text h3 .text {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  width: 98%;
  font-weight: 300;
  text-transform: capitalize;
}

.indexMain .slide-index .banner-item.slick-active .bn-text:after {
  -webkit-animation: 1s slidedown both 1s;
          animation: 1s slidedown both 1s;
}

.indexMain .slide-index .banner-item.slick-active .bn-text h3 {
  -webkit-animation: fadeInUp 1s both 1s;
          animation: fadeInUp 1s both 1s;
}

.indexMain .slide-index .banner-item.youtube {
  width: 100vw;
}

.indexMain .slide-index .banner-item.youtube .embed-responsive {
  height: 1100px;
  top: -60px;
}

.indexMain .slide-index .slick-dots {
  background: none;
  text-align: right;
  bottom: 34.2%;
  right: 255px;
}

.indexMain .slide-index .slick-dots.active {
  background: none;
  bottom: 50%;
  width: 10px;
  right: 35px;
  text-align: right;
}

.indexMain .slide-index .slick-dots.active li button {
  margin-left: 1px;
}

.indexMain .slide-index .slick-dots.active li.slick-active button {
  margin-left: 0px;
}

.indexMain .slide-index .slick-dots li {
  list-style: none;
  width: 12px;
  height: 12px;
}

.indexMain .slide-index .slick-dots li button {
  width: 12px;
  height: 12px;
  background: url(images/slick-dots.png) center center no-repeat;
}

.indexMain .slide-index .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: url(images/slick-circle.png) center center no-repeat;
}

.indexMain .slide-index .slick-dots li.pause {
  width: 8px;
  height: 13px;
  top: 4px;
  right: 3px;
}

.indexMain .slide-index .slick-dots li.pause button {
  width: 8px;
  height: 13px;
  border: none;
  background: none;
  margin-left: 0;
}

.indexMain .slide-index .slick-dots li.pause button:before {
  font-size: 7px;
  color: #fff;
}

.indexMain .slide-index .slick-dots li.pause button span:before {
  font-size: 7px;
  color: #fff;
}

.indexMain .slide-index .slick-dots li.pause:hover button:before {
  color: #000;
}

.indexMain .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.indexMain .ModalContent .modalBox {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 90%;
  height: 500px;
}

.indexMain .ModalContent .modalBox .embed-responsive {
  height: auto;
  overflow: hidden;
}

.indexMain .ModalContent .closeBtn {
  position: absolute;
  top: 35px;
  right: 35px;
}

.indexMain .ModalContent .closeBtn .modal-close {
  background: none;
  border: 0;
  line-height: 1em;
  cursor: pointer;
  outline: none;
}

.indexMain .ModalContent .closeBtn .modal-close i {
  font-size: 26px;
  color: #fff;
}

.indexMain .ModalContent .closeBtn .modal-close:hover i {
  color: #CF1032;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.indexMain .cover {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
  bottom: 0;
}

.indexMain .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.indexMain .notice-box {
  position: fixed;
  z-index: 110;
  width: 100%;
  max-width: 795px;
  height: 108px;
  bottom: 0;
  left: 0;
  display: none;
}

.indexMain .notice-box.active {
  display: block;
}

.indexMain .notice-box .ModelContent {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.indexMain .notice-box .ModelContent .msg-box {
  width: 100%;
  margin-left: 0px;
  background-color: #fff;
  float: left;
  padding: 25px 60px 25px 40px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexMain .notice-box .ModelContent .msg-box.active {
  width: calc(100% - 54px);
  margin-left: 54px;
}

.indexMain .notice-box .ModelContent .msg-box .notice-icon {
  float: left;
  width: 60px;
}

.indexMain .notice-box .ModelContent .msg-box .notice-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.indexMain .notice-box .ModelContent .msg-box .slick-prev, .indexMain .notice-box .ModelContent .msg-box .slick-next {
  background-color: rgba(0, 0, 0, 0.6);
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  left: -154px;
}

.indexMain .notice-box .ModelContent .msg-box .slick-prev i, .indexMain .notice-box .ModelContent .msg-box .slick-next i {
  color: #fff;
  font-size: 6px;
}

.indexMain .notice-box .ModelContent .msg-box .slick-prev:hover, .indexMain .notice-box .ModelContent .msg-box .slick-next:hover {
  background: #000;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.indexMain .notice-box .ModelContent .msg-box .slick-prev {
  top: -30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.indexMain .notice-box .ModelContent .msg-box .slick-next {
  top: 24px;
}

.indexMain .notice-box .ModelContent .msg-box .slick-prev.slick-disabled i, .indexMain .notice-box .ModelContent .msg-box .slick-next.slick-disabled i {
  color: #999;
}

.indexMain .notice-box .ModelContent .msg-box .msg {
  padding-left: 15px;
  width: calc(100% - 60px);
  max-width: 580px;
  float: left;
  position: relative;
}

.indexMain .notice-box .ModelContent .msg-box .msg .msg-item {
  position: relative;
  height: 100%;
}

.indexMain .notice-box .ModelContent .msg-box .msg .msg-item a {
  display: block;
  float: left;
  width: 100%;
}

.indexMain .notice-box .ModelContent .msg-box .msg .msg-item a span.title {
  display: block;
  color: #00063D;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexMain .notice-box .ModelContent .msg-box .msg .msg-item a span.text {
  padding-top: 5px;
  display: block;
  color: #737373;
  width: 100%;
  max-width: 565px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
}

.indexMain .notice-box .ModelContent .notic-close {
  position: absolute;
  right: 15px;
  top: 0;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
}

@media (max-width: 1700px) {
  .indexMain .slide-index {
    height: 100vh;
  }
  .indexMain .slide-index .banner-item {
    height: 100vh;
  }
  .indexMain .slide-index .banner-item.youtube .embed-responsive {
    height: calc(100vh + 120px);
    overflow: visible;
  }
}

@media (max-width: 1200px) {
  .indexMain .slide-index .banner-item .banner-bg {
    background-position: top left;
  }
  .indexMain .slide-index .banner-item .bn-text {
    right: -20px;
  }
  .indexMain .slide-index .slick-dots {
    right: 80px;
  }
}

@media (max-width: 1025px) {
  .navigation-menu {
    opacity: 0;
    visibility: hidden;
  }
  .indexMain .slide-index {
    height: 100vh;
    width: 100%;
  }
  .indexMain .slide-index .banner-item {
    height: 100vh;
  }
  .indexMain .slide-index .banner-item .banner-bg {
    height: 100vh;
    background-position: top center;
    background-size: cover;
  }
  .indexMain .slide-index .banner-item .banner-bg .youtube {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    margin-top: -80px;
  }
  .indexMain .slide-index .banner-item .banner-bg .youtube img {
    width: 100%;
    height: auto;
    display: block;
  }
  .indexMain .slide-index .banner-item .bn-text {
    width: 75%;
  }
  .indexMain .slide-index .banner-item .bn-text h3:after {
    display: none;
  }
  .indexMain .slide-index .banner-item .bn-text:after {
    margin-left: 20%;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-prev, .indexMain .notice-box .ModelContent .msg-box .msg .slick-next {
    left: -155px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-prev {
    top: -29px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-next {
    top: 25px;
  }
  .indexMain .ModalContent .modalBox {
    width: 96%;
    top: 150px;
  }
}

@media (max-width: 769px) {
  .indexMain .slide-index {
    background-color: #e9e9e9;
    width: 100%;
  }
  .indexMain .slide-index .banner-item .bn-text {
    width: 100%;
  }
  .indexMain .slide-index .banner-item .bn-text h3 {
    position: relative;
    width: 80%;
    margin: 60px auto 0 auto;
  }
  .indexMain .slide-index .banner-item .bn-text:after {
    position: absolute;
    top: 0;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-prev {
    top: -44px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-next {
    top: 10px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .msg-item a span.title {
    white-space: normal;
    overflow: visible;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .msg-item a span.text {
    display: none;
  }
}

@media (max-width: 577px) {
  .indexMain .slide-index {
    height: calc(100vh + 80px);
  }
  .indexMain .slide-index .banner-item {
    height: calc(100vh + 80px);
  }
  .indexMain .slide-index .banner-item .banner-bg {
    height: calc(100vh + 80px);
  }
  .indexMain .slide-index .banner-item .bn-text {
    right: 0;
    height: 250px;
  }
  .indexMain .slide-index .banner-item .bn-text h3 {
    width: 64%;
    margin: 40px 18% 0 18%;
  }
  .indexMain .slide-index .banner-item .bn-text:after {
    width: 75%;
    margin-left: 25%;
  }
  .indexMain .slide-index .slick-dots {
    bottom: 100px;
    right: 0;
    text-align: center;
  }
  .indexMain .slide-index .slick-dots.active {
    bottom: 100px;
    right: 0;
    left: 0;
    text-align: center;
    width: auto;
  }
  .indexMain .slide-index .slick-dots.active li button {
    margin-left: 2px;
  }
  .indexMain .slide-index .slick-dots.active li.slick-active button {
    margin-left: 0px;
  }
  .indexMain .slide-index .slick-dots li {
    list-style: none;
    width: 50px;
    height: 50px;
  }
  .indexMain .slide-index .slick-dots li button {
    width: 50px;
    height: 50px;
  }
  .indexMain .slide-index .slick-dots li.slick-active button {
    width: 50px;
    height: 50px;
  }
  .indexMain .slide-index .slick-dots li.pause {
    width: 50px;
    height: 50px;
  }
  .indexMain .slide-index .slick-dots li.pause button {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    margin-left: 0;
  }
  .indexMain .slide-index .slick-dots li.pause button:before {
    font-size: 7px;
    color: #fff;
  }
  .indexMain .slide-index .slick-dots li.pause button span:before {
    font-size: 7px;
    color: #fff;
  }
  .indexMain .slide-index .slick-dots li.pause:hover button:before {
    color: #000;
  }
  .indexMain .notice-box {
    position: fixed;
    bottom: 0;
    z-index: 200;
  }
  .indexMain .notice-box .ModelContent .msg-box {
    padding: 35px 60px 25px 20px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg {
    padding-left: 10px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .msg-item a span.title {
    font-size: 18px;
    height: 60px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-prev, .indexMain .notice-box .ModelContent .msg-box .msg .slick-next {
    left: -134px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-prev i, .indexMain .notice-box .ModelContent .msg-box .msg .slick-next i {
    font-size: 17px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-prev {
    top: -29px;
  }
  .indexMain .notice-box .ModelContent .msg-box .msg .slick-next {
    top: 25px;
  }
  .indexMain .notice-box .ModelContent .notic-close {
    right: 0;
  }
  .indexMain .ModalContent .modalBox {
    height: 350px;
    top: 100px;
  }
}

@media (max-width: 475px) {
  .indexMain .slide-index .banner-item .bn-text h3 {
    width: 80%;
    margin: 4s0px 10% 0 10%;
  }
}

@media (max-width: 375px) {
  .indexMain .slide-index .banner-item .bn-text h3 {
    width: 86%;
    margin: 40px 5% 0 9%;
  }
}

.indexAbout {
  position: relative;
  width: 100%;
  height: 980px;
  background: #e7e7e7;
}

.indexAbout .about-bg {
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
}

.indexAbout .ourstory {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.indexAbout .ourstory .zoom {
  width: 100%;
  max-width: 1300px;
  margin: -75px 0 0 16.2%;
  position: relative;
  z-index: 3;
}

.indexAbout .ourstory .zoom .title {
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.indexAbout .ourstory .zoom .title span {
  color: #CF1032;
  font-family: "Russo One";
  display: block;
  float: left;
  width: auto;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.indexAbout .ourstory .zoom .title:after {
  content: "";
  display: block;
  float: left;
  margin: 23px 0 0 26px;
  height: 3px;
  border-top: 3px solid #CF1032;
  width: 60px;
}

.indexAbout .ourstory .zoom .subtitle {
  font-family: "Teko";
  color: #00053D;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  clear: both;
}

.indexAbout .ourstory .zoom .text {
  font-family: "Noto Sans", sans-serif;
  color: #333;
  line-height: 28px;
  max-width: 760px;
  letter-spacing: 0.02em;
  padding-top: 17px;
  font-weight: 500;
  text-shadow: 1px 1px 5px #e9e9e9;
}

.indexAbout .ourstory .zoom .text .line-dis {
  display: block;
  width: 100%;
  height: 20px;
}

.indexAbout .ourstory .zoom .a-link {
  display: block;
  background: #CF1032;
  width: 164px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  margin-top: 35px;
}

.indexAbout .ourstory .zoom .a-link:hover {
  background: #00063D;
}

@media all and (-ms-high-contrast: none) {
  .indexAbout .ourstory {
    display: block;
    padding-top: 440px;
  }
  .indexAbout .ourstory .zoom {
    padding-top: 0;
    margin: 0 0 0 16.2%;
    float: left;
  }
}

@media (max-width: 1025px) {
  .indexAbout .about-bg {
    background-attachment: scroll;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: top center;
  }
  .indexAbout .ourstory {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .indexAbout .ourstory .zoom {
    margin: 75px auto 0 auto;
    width: auto;
    padding: 100px 20px 0 20px;
  }
}

@media all and (max-width: 1025px) and (-ms-high-contrast: none) {
  .indexAbout .ourstory {
    display: block;
    padding-top: 0px;
  }
}

@media (max-width: 769px) {
  .indexAbout .about-bg {
    background-attachment: scroll;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .indexAbout .ourstory .zoom {
    margin: 50px auto 0 auto;
  }
  .indexAbout .ourstory .zoom .title:after {
    margin: 20px 0 0 20px;
  }
}

@media (max-width: 577px) {
  .indexAbout {
    margin-top: 0;
    height: 1050px;
    padding-top: 30px;
  }
  .indexAbout .ourstory .zoom {
    margin: 25px auto 0 auto;
    padding-top: 0;
  }
  .indexAbout .ourstory .zoom .title:after {
    width: 40px;
    margin: 17px 0 0 20px;
  }
  .indexAbout .ourstory .zoom .subtitle {
    padding-top: 15px;
  }
  .indexAbout .ourstory .zoom .text .line-dis {
    height: 10px;
  }
}

@media (max-width: 375px) {
  .indexAbout .ourstory .zoom .title span {
    letter-spacing: 0px;
  }
  .indexAbout .ourstory .zoom .title:after {
    width: 40px;
    margin: 17px 0 0 10px;
  }
}

@media (max-width: 350px) {
  .indexAbout .ourstory .zoom .title:after {
    width: 30px;
    margin: 14px 0 0 10px;
  }
}

.indexNews {
  width: 100%;
  height: 1125px;
  margin-top: -225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.indexNews .news_box .date {
  font-size: 24px;
  font-family: "Teko";
  color: #fff;
  letter-spacing: 2px;
}

.indexNews .news_box .news-title {
  font-family: "Teko";
  color: #fff;
  line-height: 48px;
  letter-spacing: 2px;
  font-weight: bold;
}

.indexNews .news_box .news-script {
  font-family: "Noto Sans", sans-serif;
  color: #C0C0C0;
  line-height: 28px;
}

.indexNews .news_box .more-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.7;
  display: block;
  width: 90px;
  line-height: 14px;
  position: relative;
  padding: 5px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.indexNews .news_box .more-link i.icon-up-open-big {
  color: #fff;
  opacity: 0.7;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  margin-left: 12px;
}

.indexNews .news_box .more-link i.icon-up-open-big:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.indexNews .news_box .more-link:hover {
  opacity: 1;
  border: 1px solid white;
  width: 90px;
  padding: 5px 10px;
}

.indexNews .news_box .more-link:hover i.icon-up-open-big {
  opacity: 1;
}

.indexNews .news_box:hover .more-link {
  opacity: 1;
  border: 1px solid white;
  width: 90px;
  padding: 5px 10px;
}

.indexNews .news_box:hover .more-link i.icon-up-open-big {
  opacity: 1;
}

.indexNews .News_left {
  width: 59.4%;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 100px;
  position: relative;
}

.indexNews .News_left .news_zoom {
  margin-left: 27%;
  max-width: 585px;
  width: 51.4%;
  position: relative;
  z-index: 3;
}

.indexNews .News_left .news_zoom .title_box {
  width: 100%;
  float: left;
}

.indexNews .News_left .news_zoom .title_box .title {
  font-family: "Russo One";
  line-height: 65px;
  color: #fff;
  letter-spacing: 2px;
  width: 250px;
  float: left;
}

.indexNews .News_left .news_zoom .title_box .title:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-top: 3px solid #fff;
  margin-top: -40px;
  float: left;
}

.indexNews .News_left .news_zoom .title_box .more-btn {
  display: block;
  background: #fff;
  width: 164px;
  color: #CF1032;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: right;
  margin-top: 62px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.indexNews .News_left .news_zoom .title_box .more-btn:hover {
  background: #00063D;
  color: #fff;
}

.indexNews .News_left .news_zoom .title_box:hover .more-btn {
  background: #00063D;
  color: #fff;
}

.indexNews .News_left .news_zoom .news_box {
  width: 100%;
  float: left;
  padding-top: 70px;
}

.indexNews .News_left .news_zoom .news_box .date {
  width: 100%;
}

.indexNews .News_left .news_zoom .news_box .news-title {
  width: 87%;
}

.indexNews .News_left .news_zoom .news_box .news-script {
  width: 100%;
  padding-top: 25px;
}

.indexNews .News_left .news_zoom .news_box .more-link {
  margin-top: 45px;
}

.indexNews .News_left .news_leftBg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1040px;
  left: 0;
  bottom: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-transform: skewY(-7deg) translateY(6.65%);
          transform: skewY(-7deg) translateY(6.65%);
}

.indexNews .News_left .news_leftBg .pic {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(209, 30, 62, 0.85);
}

.indexNews .News_left .news_leftBg .pic img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1800px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(6.25%);
            transform: skewY(-7deg) translateY(6.25%);
  }
}

@media (max-width: 1750px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(6.1%);
            transform: skewY(-7deg) translateY(6.1%);
  }
}

@media (max-width: 1700px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(5.95%);
            transform: skewY(-7deg) translateY(5.95%);
  }
}

@media (max-width: 1650px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(5.65%);
            transform: skewY(-7deg) translateY(5.65%);
  }
}

@media (max-width: 1600px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(5.55%);
            transform: skewY(-7deg) translateY(5.55%);
  }
}

@media (max-width: 1550px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(5.25%);
            transform: skewY(-7deg) translateY(5.25%);
  }
}

@media (max-width: 1500px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(5.15%);
            transform: skewY(-7deg) translateY(5.15%);
  }
}

@media (max-width: 1450px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(5%);
            transform: skewY(-7deg) translateY(5%);
  }
}

@media (max-width: 1400px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(4.8%);
            transform: skewY(-7deg) translateY(4.8%);
  }
}

@media (max-width: 1350px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(4.6%);
            transform: skewY(-7deg) translateY(4.6%);
  }
}

@media (max-width: 1300px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(4.4%);
            transform: skewY(-7deg) translateY(4.4%);
  }
}

@media (max-width: 1250px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(4.2%);
            transform: skewY(-7deg) translateY(4.2%);
  }
}

@media (max-width: 1200px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(4%);
            transform: skewY(-7deg) translateY(4%);
  }
}

@media (max-width: 1150px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(3.85%);
            transform: skewY(-7deg) translateY(3.85%);
  }
}

@media (max-width: 1100px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(3.75%);
            transform: skewY(-7deg) translateY(3.75%);
  }
}

@media (max-width: 1050px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(3.6%);
            transform: skewY(-7deg) translateY(3.6%);
  }
}

@media (max-width: 1025px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(2.9%);
            transform: skewY(-7deg) translateY(2.9%);
  }
}

@media (max-width: 950px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(2.75%);
            transform: skewY(-7deg) translateY(2.75%);
  }
}

@media (max-width: 900px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(2.6%);
            transform: skewY(-7deg) translateY(2.6%);
  }
}

@media (max-width: 850px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(2.45%);
            transform: skewY(-7deg) translateY(2.45%);
  }
}

@media (max-width: 800px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(2.3%);
            transform: skewY(-7deg) translateY(2.3%);
  }
}

@media (max-width: 769px) {
  .indexNews .News_left .news_leftBg {
    -webkit-transform: skewY(-7deg) translateY(0);
            transform: skewY(-7deg) translateY(0);
  }
}

.indexNews .News_right {
  width: 40.6%;
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
}

.indexNews .News_right .news_2 {
  background: #000;
  width: 100% !important;
  height: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  padding-bottom: 135px;
  margin-top: 87px;
  position: relative;
}

.indexNews .News_right .news_2:before {
  content: "";
  display: block;
  left: 0;
  height: 85px;
  width: 100%;
  position: absolute;
  top: -85px;
  border-style: solid;
  border-width: 0 0 85px 780px;
  border-color: transparent transparent #000 transparent;
}

.indexNews .News_right .news_2 .news_item {
  width: 100%;
  max-width: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexNews .News_right .news_2 .news_item .news_tagimg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.indexNews .News_right .news_2 .news_item .news_tagimg img {
  width: auto;
  height: 100%;
}

.indexNews .News_right .news_2 .news_item .news_box {
  width: calc(100% - 90px);
  padding-left: 30px;
}

.indexNews .News_right .news_2 .news_item .news_box .date {
  width: 100%;
}

.indexNews .News_right .news_2 .news_item .news_box .news-title {
  width: 100%;
  line-height: 40px;
}

.indexNews .News_right .news_2 .news_item .news_box .news-script {
  width: 100%;
  color: #757575;
  margin-top: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 28px;
  height: 112px;
  max-height: 112px;
}

.indexNews .News_right .news_2 .news_item .news_box .more-link {
  margin-top: 30px;
}

.indexNews .News_right .news_set {
  width: 100%;
  height: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexNews .News_right .news_set .news_3, .indexNews .News_right .news_set .news_4 {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 95px 20px 0 20px;
}

.indexNews .News_right .news_set .news_3 .news_box, .indexNews .News_right .news_set .news_4 .news_box {
  width: 100%;
  max-width: 190px;
}

.indexNews .News_right .news_set .news_3 .news_box .date, .indexNews .News_right .news_set .news_4 .news_box .date {
  width: 100%;
  letter-spacing: 1px;
  font-weight: 300;
}

.indexNews .News_right .news_set .news_3 .news_box .news-title, .indexNews .News_right .news_set .news_4 .news_box .news-title {
  width: 100%;
  line-height: 40px;
  max-width: 150px;
  height: 160px;
}

.indexNews .News_right .news_set .news_3 .news_box .more-link, .indexNews .News_right .news_set .news_4 .news_box .more-link {
  margin-top: 63px;
}

.indexNews .News_right .news_set .news_3 {
  position: relative;
}

.indexNews .News_right .news_set .news_3 .news_box {
  position: relative;
  z-index: 3;
}

.indexNews .News_right .news_set .news_3 .cover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 5, 61, 0.8);
}

.indexNews .News_right .news_set .news_3 .imgFill {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.indexNews .News_right .news_set .news_4 {
  background: #CF1032;
}

@media all and (-ms-high-contrast: none) {
  .indexNews .News_left {
    height: 1125px;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
    background-size: auto auto;
  }
  .indexNews .News_left .news_zoom {
    padding-top: 395px;
  }
}

@media (max-width: 1400px) {
  .indexNews .News_left .news_zoom {
    width: 60%;
    margin-left: 20%;
  }
}

@media all and (max-width: 1400px) and (-ms-high-contrast: none) {
  .indexNews .News_left .news_zoom {
    padding-top: 300px;
  }
}

@media (max-width: 1200px) {
  .indexNews .News_left .news_zoom {
    width: 70%;
    margin-left: 25%;
  }
}

@media (max-width: 1025px) {
  .indexNews .News_left {
    width: 50%;
  }
  .indexNews .News_left .news_zoom {
    width: 80%;
    margin-left: 10%;
  }
  .indexNews .News_left .news_zoom .title_box .more-btn {
    margin-top: 25px;
    float: left;
  }
  .indexNews .News_left .news_zoom .news_box {
    padding-top: 35px;
  }
  .indexNews .News_right {
    width: 50%;
  }
}

@media all and (max-width: 1025px) and (-ms-high-contrast: none) {
  .indexNews .News_left .news_zoom {
    padding-top: 250px;
  }
}

@media (max-width: 820px) {
  .indexNews .News_left {
    padding-bottom: 45px;
  }
}

@media (max-width: 769px) {
  .indexNews {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .indexNews .News_left {
    width: 100%;
    float: left;
    padding-bottom: 70px;
    padding-top: 105px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .indexNews .News_left .news_zoom {
    width: 100%;
    margin: 0;
    padding: 20px 20px 65px 20px;
    max-width: 100%;
  }
  .indexNews .News_left .news_zoom .title_box .title {
    width: 100%;
    line-height: 1em;
  }
  .indexNews .News_left .news_zoom .title_box .title:before {
    margin-top: -30px;
  }
  .indexNews .News_left .news_zoom .title_box .more-btn {
    display: none;
  }
  .indexNews .News_left .news_zoom .news_box {
    padding-top: 30px;
  }
  .indexNews .News_left .news_zoom .news_box .news-script {
    padding-top: 15px;
  }
  .indexNews .News_left .news_zoom .news_box .more-link {
    margin-top: 50px;
  }
  .indexNews .News_left .news_leftBg {
    width: 100%;
    height: calc(100% + 55px);
    background-position: top center;
    background-size: cover;
  }
  .indexNews .News_right {
    width: 100%;
    margin-top: -45px;
  }
  .indexNews .News_right .news_2 {
    margin-top: 0;
    height: auto;
    padding: 50px 20px;
    position: relative;
    z-index: 5;
  }
  .indexNews .News_right .news_2:before {
    display: none;
  }
  .indexNews .News_right .news_2 .news_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indexNews .News_right .news_2 .news_item .news_tagimg {
    text-align: center;
    margin: 0 auto;
  }
  .indexNews .News_right .news_2 .news_item .news_box {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .indexNews .News_right .news_2 .news_item .news_box .news-script {
    -webkit-line-clamp: 6;
    height: 168px;
    max-height: 168px;
  }
  .indexNews .News_right .news_set {
    height: auto;
  }
  .indexNews .News_right .news_set .news_3, .indexNews .News_right .news_set .news_4 {
    padding: 60px 20px 50px 20px;
  }
  .indexNews .News_right .news_set .news_3 .news_box, .indexNews .News_right .news_set .news_4 .news_box {
    max-width: 100%;
  }
  .indexNews .News_right .news_set .news_3 .news_box .date, .indexNews .News_right .news_set .news_4 .news_box .date {
    width: 100%;
    letter-spacing: 0px;
  }
  .indexNews .News_right .news_set .news_3 .news_box .news-title, .indexNews .News_right .news_set .news_4 .news_box .news-title {
    line-height: 33px;
    max-width: 100%;
    height: auto;
  }
  .indexNews .News_right .news_set .news_3 .news_box .more-link, .indexNews .News_right .news_set .news_4 .news_box .more-link {
    margin-top: 25px;
  }
}

@media (max-width: 577px) {
  .indexNews .News_left {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .indexNews .News_left .news_zoom .title_box .title:before {
    width: 40px;
  }
  .indexNews .News_left .news_zoom .news_box {
    padding-top: 0px;
  }
  .indexNews .News_left .news_zoom .news_box .news-script {
    display: none;
  }
  .indexNews .News_left .news_zoom .news_box .news-title {
    line-height: 33px;
  }
  .indexNews .News_left .news_zoom .news_box .more-link {
    margin-top: 25px;
  }
  .indexNews .News_right .news_2 {
    padding: 30px 20px;
  }
  .indexNews .News_right .news_2 .news_item .news_box .news-script {
    display: none;
  }
  .indexNews .News_right .news_2 .news_item .news_box .more-link {
    margin-top: 25px;
  }
}

@media (max-width: 375px) {
  .indexNews .News_right .news_set .news_3, .indexNews .News_right .news_set .news_4 {
    padding: 60px 10px 50px 10px;
  }
}

.indexPD {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 980px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.indexPD .zoom {
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding: 140px 20px 0 20px;
}

.indexPD .zoom .title-box {
  width: 100%;
  text-align: center;
}

.indexPD .zoom .title-box .title {
  color: #CF1032;
  font-family: "Russo One";
  text-transform: uppercase;
  line-height: 65px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
}

.indexPD .zoom .title-box .title:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-top: 3px solid #CF1032;
  margin: 0 auto;
  margin-bottom: 40px;
}

.indexPD .zoom .title-box .subtitle {
  color: #fff;
  font-family: "Teko";
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 10px;
}

.indexPD .zoom .pd-box {
  width: 100%;
  height: 380px;
  margin: 130px 0 0 0;
}

.indexPD .zoom .pd-box .pd-type, .indexPD .zoom .pd-box .pd-application {
  height: 100%;
  padding: 60px 0 0 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.indexPD .zoom .pd-box .pd-type a, .indexPD .zoom .pd-box .pd-application a {
  display: block;
  width: 425px;
  margin: 0 auto;
  padding: 0 15px;
}

.indexPD .zoom .pd-box .pd-type a span, .indexPD .zoom .pd-box .pd-application a span {
  width: 100%;
  display: block;
  text-align: center;
}

.indexPD .zoom .pd-box .pd-type a span.typeimg, .indexPD .zoom .pd-box .pd-application a span.typeimg {
  position: relative;
  width: 205px;
  height: 160px;
  margin: 0 auto;
}

.indexPD .zoom .pd-box .pd-type a span.typeimg .img, .indexPD .zoom .pd-box .pd-application a span.typeimg .img {
  width: 100%;
  opacity: 1;
}

.indexPD .zoom .pd-box .pd-type a span.typeimg .img img, .indexPD .zoom .pd-box .pd-application a span.typeimg .img img {
  width: 100%;
  height: auto;
  display: block;
}

.indexPD .zoom .pd-box .pd-type a span.typeimg .img-hover, .indexPD .zoom .pd-box .pd-application a span.typeimg .img-hover {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.indexPD .zoom .pd-box .pd-type a span.typeimg .img-hover img, .indexPD .zoom .pd-box .pd-application a span.typeimg .img-hover img {
  width: 100%;
  height: auto;
  display: block;
}

.indexPD .zoom .pd-box .pd-type a span.title, .indexPD .zoom .pd-box .pd-application a span.title {
  width: 100%;
  color: #fff;
  font-family: "Teko";
  letter-spacing: 2px;
  line-height: 1em;
}

.indexPD .zoom .pd-box .pd-type a span.subtitle, .indexPD .zoom .pd-box .pd-application a span.subtitle {
  width: 100%;
  color: #757575;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.indexPD .zoom .pd-box .pd-type:hover, .indexPD .zoom .pd-box .pd-application:hover {
  background-color: rgba(207, 16, 50, 0.7);
}

.indexPD .zoom .pd-box .pd-type:hover a span.typeimg .img, .indexPD .zoom .pd-box .pd-application:hover a span.typeimg .img {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.indexPD .zoom .pd-box .pd-type:hover a span.typeimg .img-hover, .indexPD .zoom .pd-box .pd-application:hover a span.typeimg .img-hover {
  opacity: 1;
}

.indexPD .zoom .pd-box .pd-type:hover a span.subtitle, .indexPD .zoom .pd-box .pd-application:hover a span.subtitle {
  color: #ddd;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.indexPD .zoom .pd-box .pd-application a {
  width: 360px;
}

@media (max-width: 1200px) {
  .indexPD .zoom .pd-box .pd-type a, .indexPD .zoom .pd-box .pd-application a {
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
  }
}

@media (max-width: 577px) {
  .indexPD {
    height: auto;
    background-attachment: scroll;
    padding: 55px 0 60px 0;
  }
  .indexPD .zoom {
    height: auto;
    padding: 0 20px;
  }
  .indexPD .zoom .title-box .title {
    letter-spacing: 1px;
    line-height: 1em;
  }
  .indexPD .zoom .title-box .title::before {
    width: 40px;
  }
  .indexPD .zoom .title-box .subtitle {
    padding-top: 12px;
  }
  .indexPD .zoom .pd-box {
    height: auto;
    margin: 40px 0 0 0;
  }
  .indexPD .zoom .pd-box .pd-type, .indexPD .zoom .pd-box .pd-application {
    padding: 55px 0 20px 0;
  }
  .indexPD .zoom .pd-box .pd-type a span.typeimg, .indexPD .zoom .pd-box .pd-application a span.typeimg {
    width: 160px;
    height: auto;
  }
  .indexPD .zoom .pd-box .pd-application {
    padding: 45px 0 60px 0;
  }
}

.indexsupport {
  width: 100%;
  height: 980px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.indexsupport .zoom {
  margin: 0;
  height: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexsupport .zoom .support-box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.indexsupport .zoom .support-box .title-box {
  margin: 355px 17.2% 0 0;
  max-width: 480px;
}

.indexsupport .zoom .support-box .title-box .title {
  width: 100%;
  font-family: "Russo One";
  line-height: 65px;
  font-weight: bold;
  color: #CF1032;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.indexsupport .zoom .support-box .title-box .title:before {
  width: 60px;
  height: 3px;
  border-top: 3px solid #CF1032;
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}

.indexsupport .zoom .support-box .title-box .subtitle {
  width: 100%;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

.indexsupport .zoom .sub-box {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 360px 20px 0 35px;
  height: 100%;
  width: calc(50% / 3);
}

.indexsupport .zoom .sub-box a {
  display: block;
}

.indexsupport .zoom .sub-box a span {
  display: block;
  width: 100%;
}

.indexsupport .zoom .sub-box a span.img {
  width: 75px;
  height: 90px;
}

.indexsupport .zoom .sub-box a span.img img {
  width: 100%;
  height: auto;
  display: block;
}

.indexsupport .zoom .sub-box a span.title {
  width: 100%;
  font-family: "Teko";
  color: #fff;
  letter-spacing: 1px;
  margin-top: 23px;
  line-height: 1em;
}

.indexsupport .zoom .sub-box a span.text {
  line-height: 26px;
  color: #757575;
  margin-top: 10px;
  max-width: 200px;
  min-height: 80px;
}

.indexsupport .zoom .sub-box a span.learn-btn {
  display: block;
  background: #CF1032;
  width: 143px;
  color: #fff;
  height: 49px;
  text-align: center;
  line-height: 47px;
  margin-top: 40px;
  opacity: 0;
}

.indexsupport .zoom .sub-box:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.indexsupport .zoom .sub-box:hover a span.learn-btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.indexsupport .zoom .sub-box:hover a span.learn-btn:hover {
  background-color: #00063D;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

@media (max-width: 1600px) {
  .indexsupport {
    height: 100vh;
  }
  .indexsupport .zoom {
    height: 100vh;
  }
  .indexsupport .zoom .support-box .title-box {
    margin: 335px 50px 0 0;
    width: calc(100% - 200px);
  }
}

@media (max-width: 1200px) {
  .indexsupport .zoom .support-box .title-box {
    margin: 200px 50px 0 0;
  }
  .indexsupport .zoom .sub-box {
    padding-top: 200px;
    padding-left: 20px;
  }
}

@media (max-width: 1025px) {
  .indexsupport {
    height: 710px;
  }
  .indexsupport .zoom {
    height: 100%;
  }
  .indexsupport .zoom .support-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 540px);
  }
  .indexsupport .zoom .support-box .title-box {
    width: 100%;
    padding: 0 20px;
    margin: 200px 0 0 0;
  }
  .indexsupport .zoom .sub-box {
    width: 180px;
  }
}

@media (max-width: 860px) {
  .indexsupport {
    height: auto;
  }
  .indexsupport .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indexsupport .zoom .support-box {
    width: 100%;
  }
  .indexsupport .zoom .support-box .title-box {
    margin: 0;
    max-width: 100%;
    padding: 100px 20px 100px 20px;
  }
  .indexsupport .zoom .sub-box {
    padding-top: 60px;
    width: calc(100% / 3);
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
  }
  .indexsupport .zoom .sub-box a span.text {
    min-height: auto;
  }
  .indexsupport .zoom .sub-box a span.learn-btn {
    display: none;
  }
}

@media (max-width: 769px) {
  .indexsupport .zoom .support-box .title-box {
    padding: 60px 20px;
  }
}

@media (max-width: 577px) {
  .indexsupport .zoom .support-box .title-box {
    padding: 60px 20px 50px 20px;
  }
  .indexsupport .zoom .support-box .title-box .title {
    text-align: center;
    line-height: 1em;
  }
  .indexsupport .zoom .support-box .title-box .title:before {
    width: 40px;
    margin: 0 auto 25px auto;
  }
  .indexsupport .zoom .support-box .title-box .subtit {
    padding-top: 25px;
  }
  .indexsupport .zoom .sub-box {
    height: auto;
    width: 100%;
    padding: 30px 20px 45px 20px;
    border-left: none;
    border-top: rgba(255, 255, 255, 0.15) solid 1px;
  }
  .indexsupport .zoom .sub-box a span.img {
    float: left;
    width: 70px;
  }
  .indexsupport .zoom .sub-box a span.title {
    float: left;
    padding-left: 20px;
    margin-top: 5px;
    width: calc(100% - 70px);
  }
  .indexsupport .zoom .sub-box a span.text {
    float: left;
    padding-left: 20px;
    margin-top: 5px;
    max-width: 100%;
    width: calc(100% - 70px);
  }
}

.ig-box {
  width: 100%;
  background: #fff;
  height: 910px;
  padding: 110px 0 130px 0;
}

.ig-box .zoom {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  height: 680px;
}

.ig-box .zoom .title {
  width: 100%;
  font-family: "Teko";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  color: #00063D;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 3px;
  float: left;
  margin-bottom: 0;
}

.ig-box .zoom .text {
  width: 100%;
  color: #000;
  letter-spacing: 0.03em;
  text-align: center;
  float: left;
  margin-top: 7px;
}

.ig-box .zoom .ig-content {
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%;
}

.ig-box .zoom .ig-content .left {
  padding: 0;
}

.ig-box .zoom .ig-content .left .img-box {
  padding: 5px;
  max-width: 283px;
  width: 33.3%;
  float: left;
}

.ig-box .zoom .ig-content .left .img-box a {
  display: block;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.ig-box .zoom .ig-content .left .img-box:nth-of-type(2) {
  width: 66.7%;
  max-width: 566px;
}

.ig-box .zoom .ig-content .left .img-box:nth-of-type(3) {
  position: relative;
  margin-top: -33.3%;
}

.ig-box .zoom .ig-content .left .data, .ig-box .zoom .ig-content .right .data {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ig-box .zoom .ig-content .left .data img, .ig-box .zoom .ig-content .right .data img {
  width: 100%;
  height: auto;
  display: block;
}

.ig-box .zoom .ig-content .left .data .ig-video, .ig-box .zoom .ig-content .right .data .ig-video {
  width: 20px;
  position: absolute;
  z-index: 15;
  right: 5px;
  top: 10px;
  display: none;
}

.ig-box .zoom .ig-content .left .data .ig-video.active, .ig-box .zoom .ig-content .right .data .ig-video.active {
  display: block;
}

.ig-box .zoom .ig-content .left .data .ig-video img, .ig-box .zoom .ig-content .right .data .ig-video img {
  width: 100%;
  height: auto;
  display: block;
}

.ig-box .zoom .ig-content .left .data .ig-icon, .ig-box .zoom .ig-content .right .data .ig-icon {
  position: absolute;
  z-index: 15;
  padding: 8px 0 8px 15px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.ig-box .zoom .ig-content .left .data .ig-icon .icon-ig-icon, .ig-box .zoom .ig-content .right .data .ig-icon .icon-ig-icon {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.ig-box .zoom .ig-content .left .data .ig-icon span, .ig-box .zoom .ig-content .right .data .ig-icon span {
  font-size: 14px;
  color: #fff;
  padding-left: 7px;
  line-height: 18px;
  opacity: 0;
}

.ig-box .zoom .ig-content .left .data .cover, .ig-box .zoom .ig-content .right .data .cover {
  position: absolute;
  background: rgba(207, 16, 50, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  opacity: 0;
}

.ig-box .zoom .ig-content .left .data .cover .text, .ig-box .zoom .ig-content .right .data .cover .text {
  margin-top: 0;
  color: #fff;
  line-height: 25px;
  text-align: left;
  overflow: hidden;
  word-break: keep-all;
  letter-spacing: 1px;
  margin: 11%;
  width: 78%;
  height: 78%;
}

.ig-box .zoom .ig-content .left .data .cover .text span, .ig-box .zoom .ig-content .right .data .cover .text span {
  word-break: break-all;
}

.ig-box .zoom .ig-content .left .data:hover .ig-icon, .ig-box .zoom .ig-content .right .data:hover .ig-icon {
  background: #00063D;
}

.ig-box .zoom .ig-content .left .data:hover .ig-icon span, .ig-box .zoom .ig-content .right .data:hover .ig-icon span {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.ig-box .zoom .ig-content .left .data:hover .cover, .ig-box .zoom .ig-content .right .data:hover .cover {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.ig-box .zoom .ig-content .right {
  padding: 0;
}

.ig-box .zoom .ig-content .right .img-box {
  padding: 5px;
  width: 33.3%;
  max-width: 283px;
  float: left;
  position: relative;
}

.ig-box .zoom .ig-content .right .img-box a {
  display: block;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.ig-box .zoom .ig-content .right .img-box:nth-of-type(1) {
  width: 66.6%;
  max-width: 566px;
  max-height: 278px;
  overflow: hidden;
}

.ig-box .zoom .ig-content .right .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1730px) {
  .ig-box {
    height: auto;
  }
  .ig-box .zoom {
    height: auto;
    padding: 0 15px;
  }
  .ig-box .zoom .ig-content .left .data .cover .text, .ig-box .zoom .ig-content .right .data .cover .text {
    height: calc(95% - 55px);
    margin: 5% 11% 55px 11%;
  }
}

@media (max-width: 1025px) {
  .ig-box .zoom .ig-content .left .data .cover, .ig-box .zoom .ig-content .right .data .cover {
    display: none;
  }
  .ig-box .zoom .ig-content .left .data .ig-video, .ig-box .zoom .ig-content .right .data .ig-video {
    top: 5px;
  }
  .ig-box .zoom .ig-content .left .data .ig-icon, .ig-box .zoom .ig-content .right .data .ig-icon {
    padding: 5px 0 5px 10px;
  }
  .ig-box .zoom .ig-content .left .data .ig-icon span, .ig-box .zoom .ig-content .right .data .ig-icon span {
    display: none;
  }
  .ig-box .zoom .ig-content .left .data:hover .ig-icon, .ig-box .zoom .ig-content .right .data:hover .ig-icon {
    background: none;
  }
}

@media (max-width: 769px) {
  .ig-box {
    padding: 50px 0 70px 0;
  }
  .ig-box .zoom .ig-content {
    padding: 20px 0 0 0;
  }
  .ig-box .zoom .ig-content .left .img-box, .ig-box .zoom .ig-content .right .img-box {
    padding: 3px;
  }
}

/* ==========================================================================
    Animation
 ==========================================================================*/
@-webkit-keyframes slidedown {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes slidedown {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

#about .scroll-content {
  position: relative;
}

#about .scroll-content #Background_fo {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}

.about-Background {
  background: #e7e7e7;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.about-Background .background-text {
  color: #333;
  line-height: 26px;
  max-width: 1115px;
  padding: 0 20px;
  margin: 25px auto 40px auto;
  text-align: center;
}

.about-Background .background-text .dis-br {
  display: block;
  width: 100%;
  height: 10px;
  float: left;
}

.about-Background .story-box {
  width: 100%;
  max-width: 1475px;
  padding: 45px 10px 60px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-Background .story-box .text-box {
  border: 1px solid #00063D;
  width: 54%;
  max-width: 752px;
  padding: 55px 108px 50px 108px;
  float: left;
}

.about-Background .story-box .text-box .tag {
  color: #00063D;
  font-family: "Teko";
  font-weight: 600;
  letter-spacing: 0.03em;
}

.about-Background .story-box .text-box .text {
  color: #333;
  line-height: 26px;
}

.about-Background .story-box .text-box .text .dis-br {
  display: block;
  width: 100%;
  height: 10px;
  float: left;
}

.about-Background .story-box .img-box {
  float: left;
  width: 55%;
  max-width: 752px;
  margin: 80px 0 0 -65px;
  height: auto;
}

.about-Background .story-box .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1800px) {
  .about-Background .story-box {
    width: calc(100% - 215px);
    max-width: 1705px;
    margin-left: 215px;
    padding: 45px 0 60px 0;
  }
}

@media (max-width: 1600px) {
  .about-Background .background-text {
    padding-left: 110px;
    max-width: 1225px;
  }
  .about-Background .story-box .text-box {
    padding: 65px 85px 40px 55px;
  }
  .about-Background .story-box .img-box {
    width: calc(46% + 65px);
  }
}

@media (max-width: 1400px) {
  .about-Background .background-text {
    padding-left: 110px;
    max-width: calc(100% - 215px);
  }
  .about-Background .story-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 170px;
  }
  .about-Background .story-box .text-box {
    width: 60%;
    margin-top: 80px;
    max-width: 100%;
    padding: 65px 140px 40px 55px;
  }
  .about-Background .story-box .img-box {
    width: 46%;
    margin: 0;
    right: 0;
    position: absolute;
  }
}

@media (max-width: 1300px) {
  .about-Background .story-box .text-box {
    width: 68%;
  }
  .about-Background .story-box .img-box {
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .about-Background .story-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-Background .story-box .text-box {
    width: 100%;
    clear: both;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -40px 50px 0 0;
    padding: 65px 65px 40px 65px;
  }
  .about-Background .story-box .img-box {
    width: 100%;
    position: relative;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 10;
  }
}

@media (max-width: 1025px) {
  .about-Background {
    padding-top: 80px;
  }
  .about-Background .background-text {
    padding-left: 20px;
    max-width: 1115px;
  }
  .about-Background .story-box {
    width: 100%;
    margin-left: 0;
    padding: 15px 20px 60px 20px;
  }
  .about-Background .story-box .text-box {
    margin: 40px auto 0 auto;
    padding: 65px 65px 40px 65px;
  }
  .about-Background .story-box .img-box {
    margin: 0 auto;
  }
}

@media (max-width: 769px) {
  .about-Background .story-box .text-box {
    padding: 35px;
  }
}

@media (max-width: 577px) {
  .about-Background .background-text {
    margin: 25px auto;
  }
  .about-Background .story-box {
    padding: 15px 20px 35px 20px;
  }
  .about-Background .story-box .text-box {
    padding: 25px;
  }
}

@media (max-width: 475px) {
  .about-Background .story-box .text-box {
    padding: 15px;
  }
}

.about-Manufacturing {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 1635px;
  position: relative;
}

.about-Manufacturing .cover {
  width: 100%;
  height: auto;
}

.about-Manufacturing .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.about-Manufacturing #Manufacturing_fo {
  position: absolute;
  top: 180px;
}

.about-Manufacturing .zoom {
  width: calc(100% - 206px);
  margin: 100px 0 0 206px;
  overflow: hidden;
  padding-top: 70px;
}

.about-Manufacturing .zoom .top-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-Manufacturing .zoom .top-box .img-box {
  width: 43.75%;
  max-width: 700px;
  position: relative;
}

.about-Manufacturing .zoom .top-box .text-box {
  width: 56.25%;
  max-width: 1010px;
  padding: 0 50px 0 90px;
}

.about-Manufacturing .zoom .top-box .text-box .tag {
  width: 100%;
  color: #CF1032;
  font-family: "Russo One";
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-Manufacturing .zoom .top-box .text-box .tag span {
  display: block;
  float: left;
}

.about-Manufacturing .zoom .top-box .text-box .tag:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-top: 3px solid #CF1032;
  margin-left: 30px;
  float: left;
}

.about-Manufacturing .zoom .top-box .text-box .subtag {
  font-family: "Teko";
  color: #fff;
  line-height: 1em;
  padding-top: 13px;
}

.about-Manufacturing .zoom .top-box .text-box .text {
  color: #fff;
  line-height: 26px;
  padding-top: 5px;
  font-family: "Noto Sans";
  font-weight: 300;
}

.about-Manufacturing .zoom .slide-box {
  width: 100%;
  margin-top: 130px;
  max-width: 1705px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 490px;
}

.about-Manufacturing .zoom .slide-box .left {
  width: 44%;
  max-width: 755px;
  padding: 0 20px 0 5px;
}

.about-Manufacturing .zoom .slide-box .left .tag-box {
  width: 100%;
  max-width: 755px;
}

.about-Manufacturing .zoom .slide-box .left .tag-box .tag {
  font-family: "Teko";
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #fff;
}

.about-Manufacturing .zoom .slide-box .left .tag-box .text {
  color: #fff;
  line-height: 26px;
  padding-top: 15px;
  font-family: "Noto Sans";
  font-weight: 300;
  letter-spacing: 0.02em;
}

.about-Manufacturing .zoom .slide-box .left ul.slider-for {
  width: 100%;
  max-width: 755px;
  padding: 15px 0 0 0;
  position: relative;
}

.about-Manufacturing .zoom .slide-box .left ul.slider-for li {
  list-style: none;
  width: 100%;
}

.about-Manufacturing .zoom .slide-box .left ul.slider-for li span {
  display: block;
}

.about-Manufacturing .zoom .slide-box .left ul.slider-for li span.title {
  color: #CF1032;
  font-family: "Teko";
  line-height: 1em;
  font-weight: bold;
}

.about-Manufacturing .zoom .slide-box .left ul.slider-for li span.text {
  color: #fff;
  line-height: 28px;
  padding: 0;
  padding-top: 10px;
  font-family: "Noto Sans";
  font-weight: 300;
}

.about-Manufacturing .zoom .slide-box .left ul.slider-for li:nth-of-type(1) span.text {
  width: 92%;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav {
  width: 100%;
  max-width: 1115px;
  margin-left: 55px;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav li {
  list-style: none;
  width: 100%;
  padding: 0 10px;
  max-width: 556px;
  position: relative;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav li img {
  width: 100%;
  height: auto;
  display: block;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav li .hover {
  position: absolute;
  color: #fff;
  bottom: 0;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav li .hover span {
  display: block;
  margin-top: -40px;
  line-height: 40px;
  width: 80px;
  text-align: center;
  font-style: italic;
  font-size: 15px;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav li .hover:before {
  content: "";
  display: block;
  height: 0;
  width: 98px;
  border-bottom: 40px solid #00063D;
  border-left: 0 solid transparent;
  border-right: 18px solid transparent;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-dots {
  text-align: left;
  padding-left: 105px;
  bottom: -40px;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-dots li {
  width: 8px;
  height: 8px;
  max-width: 8px;
  padding: 0;
  margin: 0 6px;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  padding: 0;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-dots li.slick-active button {
  background: #fff;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-prev, .about-Manufacturing .zoom .slide-box ul.slider-nav .slick-next {
  width: 30px;
  height: 30px;
  border: solid #fff 2px;
  border-radius: 50%;
  background: none;
  z-index: 10;
  bottom: -49px;
  top: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  text-align: center;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-prev i, .about-Manufacturing .zoom .slide-box ul.slider-nav .slick-next i {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-prev {
  left: 55px;
}

.about-Manufacturing .zoom .slide-box ul.slider-nav .slick-next {
  left: 185px;
}

@media (max-width: 1800px) {
  .about-Manufacturing {
    height: auto;
    padding-bottom: 210px;
  }
}

@media (max-width: 1500px) {
  .about-Manufacturing {
    height: auto;
  }
  .about-Manufacturing .zoom {
    margin: 100px 0 0 200px;
  }
  .about-Manufacturing .zoom .top-box .img-box {
    max-width: calc(100% - 665px);
  }
  .about-Manufacturing .zoom .top-box .text-box {
    width: 665px;
    padding: 0 50px;
  }
}

@media (max-width: 1500px) and (max-width: 1300px) {
  .about-Manufacturing .zoom {
    margin: 100px 0 0 175px;
    width: calc(100% - 175px);
  }
  .about-Manufacturing .zoom .top-box .img-box {
    max-width: calc(100% - 635px);
  }
  .about-Manufacturing .zoom .top-box .text-box {
    width: 635px;
    padding: 0 35px;
  }
}

@media (max-width: 1200px) {
  .about-Manufacturing .zoom .top-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-Manufacturing .zoom .top-box .img-box {
    max-width: 700px;
    width: 100%;
    margin-left: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .about-Manufacturing .zoom .top-box .text-box {
    min-width: 635px;
    width: 100%;
    margin-top: 35px;
    padding: 0 35px;
  }
  .about-Manufacturing .zoom .slide-box {
    padding-left: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 65px;
  }
  .about-Manufacturing .zoom .slide-box .left {
    width: 100%;
  }
  .about-Manufacturing .zoom .slide-box ul.slider-nav {
    width: 100%;
    margin-left: -10px;
    margin-top: 35px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1025px) {
  .about-Manufacturing {
    padding-bottom: 150px;
    background-attachment: scroll;
  }
  .about-Manufacturing .zoom {
    margin: 30px 0 0 0;
    width: 100%;
    padding: 0 20px;
    padding-top: 70px;
  }
  .about-Manufacturing .zoom .top-box .img-box {
    margin: 0 auto;
  }
  .about-Manufacturing .zoom .top-box .text-box {
    min-width: auto;
    padding: 0;
  }
  .about-Manufacturing .zoom .slide-box {
    padding-left: 0px;
  }
  .about-Manufacturing .zoom .slide-box ul.slider-nav .slick-dots {
    text-align: center;
    padding-left: 0;
  }
  .about-Manufacturing .zoom .slide-box ul.slider-nav .slick-prev {
    left: calc(50% - 80px);
  }
  .about-Manufacturing .zoom .slide-box ul.slider-nav .slick-next {
    right: calc(50% - 80px);
    left: auto;
  }
}

@media (max-width: 577px) {
  .about-Manufacturing {
    padding-bottom: 90px;
  }
  .about-Manufacturing .zoom {
    margin: 0;
    padding-top: 50px;
  }
  .about-Manufacturing .zoom .top-box {
    margin-top: 25px;
  }
  .about-Manufacturing .zoom .top-box .text-box .tag:after {
    width: 40px;
    margin-left: 20px;
  }
  .about-Manufacturing .zoom .top-box .text-box .subtag {
    padding-top: 10px;
  }
  .about-Manufacturing .zoom .top-box .text-box .text {
    padding-top: 5px;
  }
  .about-Manufacturing .zoom .slide-box {
    margin-top: 35px;
  }
}

.about-Branding {
  margin-top: -190px;
  width: 100%;
  position: relative;
}

.about-Branding #Branding_fo {
  position: absolute;
  top: 10px;
}

.about-Branding .zoom {
  margin: 0;
}

.about-Branding .zoom .img-box {
  padding: 0;
  width: 50%;
  margin-top: 85px;
}

.about-Branding .zoom .img-box .imgFill {
  width: 100%;
  height: 100%;
}

.about-Branding .zoom .img-box .imgCover, .about-Branding .zoom .img-box .imgCover-ms {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.about-Branding .zoom .img-box .imgCover-ms {
  display: none;
}

.about-Branding .zoom .right {
  width: 50%;
  padding-top: 86px;
  overflow-x: hidden;
  zoom: 1;
}

.about-Branding .zoom .right .text-box {
  padding: 0;
  background: #E7E7E7;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-Branding .zoom .right .text-box:before {
  content: "";
  display: block;
  left: 0;
  height: 85px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -85px;
  border-style: solid;
  border-width: 0 0 85px 960px;
  border-color: transparent transparent #E7E7E7 transparent;
}

.about-Branding .zoom .right .text-box .script {
  padding: 60px 15px 60px 45px;
  max-width: 730px;
}

.about-Branding .zoom .right .text-box .script .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.about-Branding .zoom .right .text-box .script .title span {
  display: block;
  color: #CF1032;
  font-family: "Russo One";
  line-height: 1em;
}

.about-Branding .zoom .right .text-box .script .title:after {
  width: 60px;
  height: 3px;
  border-top: 3px solid #CF1032;
  content: "";
  display: block;
  margin-left: 25px;
}

.about-Branding .zoom .right .text-box .script .tag {
  color: #00063D;
  font-family: "Teko";
  line-height: 1em;
  font-weight: 600;
  padding-top: 13px;
  letter-spacing: 0.05em;
}

.about-Branding .zoom .right .text-box .script .text {
  color: #333;
  line-height: 26px;
  padding: 7px 0 18px 0;
}

@media (max-width: 1400px) {
  .about-Branding .zoom .img-box .imgCover {
    display: none;
  }
  .about-Branding .zoom .img-box .imgCover-ms {
    display: block;
    background-position: top right;
    background-size: auto 100%;
  }
  .about-Branding .zoom .img-box .imgCover-ms img {
    display: none;
  }
}

@media (max-width: 1025px) {
  .about-Branding {
    margin-top: -125px;
  }
  .about-Branding .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-Branding .zoom .img-box {
    width: 100%;
    margin-top: 0;
  }
  .about-Branding .zoom .img-box .imgCover-ms {
    background-size: 0 0;
  }
  .about-Branding .zoom .img-box .imgCover-ms img {
    width: 100%;
    height: auto;
    display: block;
  }
  .about-Branding .zoom .right {
    width: 100%;
    padding-top: 0;
  }
  .about-Branding .zoom .right .text-box:before {
    display: none;
  }
}

@media (max-width: 577px) {
  .about-Branding {
    margin-top: -65px;
  }
  .about-Branding .zoom .right .text-box .script {
    padding: 35px 20px;
  }
  .about-Branding .zoom .right .text-box .script .title:after {
    width: 40px;
    margin-left: 15px;
  }
  .about-Branding .zoom .right .text-box .script .tag {
    padding-top: 10px;
  }
  .about-Branding .zoom .right .text-box .script .text {
    padding: 10px 0 5px 0;
  }
}

.about-CSR {
  width: 100%;
  margin-top: 70px;
  padding: 85px 0 100px 0;
}

.about-CSR .img-zoom {
  width: 100%;
  max-width: 1502px;
  padding: 43px 10px 0 10px;
  margin: 0 auto;
}

.about-CSR .img-zoom .csr-img {
  width: 100%;
  position: relative;
  padding: 0 8px 0 10px;
}

.about-CSR .img-zoom .csr-img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-CSR .img-zoom .csr-img .hover {
  position: absolute;
  bottom: 0;
}

.about-CSR .img-zoom .csr-img .hover span {
  color: #fff;
  display: block;
  margin-top: -40px;
  line-height: 40px;
  width: 255px;
  font-style: italic;
  padding-left: 20px;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-family: "Noto Sans";
  font-weight: 300;
}

.about-CSR .img-zoom .csr-img .hover:before {
  content: "";
  display: block;
  height: 0;
  width: 273px;
  border-bottom: 40px solid #00063D;
  border-left: 0 solid transparent;
  border-right: 18px solid transparent;
}

.about-CSR .img-zoom .csr-img .hover.lg span {
  width: 307px;
}

.about-CSR .img-zoom .csr-img .hover.lg:before {
  width: 327px;
}

.about-CSR .csr-text {
  width: 100%;
  max-width: 1120px;
  padding: 75px 20px 0 20px;
  margin: 0 auto;
}

.about-CSR .csr-text .tag {
  font-family: "Teko";
  color: #00063D;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.06em;
  width: 100%;
  padding-top: 20px;
}

.about-CSR .csr-text .text {
  line-height: 26px;
  color: #333;
  width: 100%;
  padding-top: 15px;
}

.about-CSR .csr-text .download-link {
  width: 100%;
  padding: 20px 0 25px 0;
}

.about-CSR .csr-text .download-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E5E5E5;
  color: #00063D;
  width: 410px;
  height: 56px;
  line-height: 20px;
  padding: 14px 20px;
}

.about-CSR .csr-text .download-link a:hover {
  background: #00063D;
  color: #fff;
  border: 2px solid #00063D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about-CSR .csr-text .download-link a i {
  font-size: 25px;
  position: relative;
  padding-left: 13px;
  width: 33px;
}

.about-CSR .csr-text .download-link a i:before {
  position: absolute;
}

@media (max-width: 1730px) {
  .about-CSR .img-zoom {
    margin-left: 100px;
    max-width: 100%;
    width: calc(100% - 100px);
  }
}

@media (max-width: 1400px) {
  .about-CSR .img-zoom {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
  .about-CSR .csr-text {
    margin-left: 80px;
    max-width: 100%;
    width: calc(100% - 80px);
    padding: 75px 50px 0 50px;
  }
}

@media (max-width: 1200px) {
  .about-CSR .img-zoom .csr-img .hover {
    width: calc(100% - 10px);
  }
  .about-CSR .img-zoom .csr-img .hover:before {
    display: none;
  }
  .about-CSR .img-zoom .csr-img .hover span {
    background: #00063D;
    width: calc(100% - 10px);
    text-align: center;
  }
  .about-CSR .img-zoom .csr-img .hover.lg span {
    width: calc(100% - 10px);
  }
}

@media (max-width: 1025px) {
  .about-CSR {
    padding: 75px 0 50px 0;
    margin-top: 0;
  }
  .about-CSR .img-zoom {
    margin-left: 0px;
    width: 100%;
  }
  .about-CSR .img-zoom .csr-img .hover {
    position: static;
    width: 100%;
    background: #00063D;
  }
  .about-CSR .img-zoom .csr-img .hover span {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    max-width: 185px;
    margin: 0 auto;
  }
  .about-CSR .img-zoom .csr-img .hover.lg span {
    width: 100%;
  }
  .about-CSR .csr-text {
    margin-left: 0px;
    width: 100%;
    padding: 75px 20px 0 20px;
  }
}

@media (max-width: 960px) {
  .about-CSR .img-zoom .csr-img {
    padding: 0 5px;
  }
  .about-CSR .img-zoom .csr-img .hover span {
    min-height: 60px;
  }
}

@media (max-width: 577px) {
  .about-CSR {
    padding: 85px 0 70px 0;
    margin-top: 0;
  }
  .about-CSR .img-zoom {
    padding: 25px 15px 0 15px;
  }
  .about-CSR .img-zoom .csr-img {
    padding: 5px;
  }
  .about-CSR .img-zoom .csr-img .hover span {
    min-height: auto;
  }
  .about-CSR .csr-text {
    padding: 25px 20px 0 20px;
  }
  .about-CSR .csr-text .tag {
    padding-top: 10px;
  }
  .about-CSR .csr-text .text {
    padding-top: 10px;
  }
  .about-CSR .csr-text .download-link a {
    width: 100%;
    max-width: 410px;
  }
}

@media (max-width: 470px) {
  .about-CSR .csr-text .download-link a {
    min-height: 56px;
    height: auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-CSR .csr-text .download-link a span {
    display: block;
    float: left;
    width: calc(100% - 20px);
  }
  .about-CSR .csr-text .download-link a i {
    display: block;
    float: left;
    padding: 0;
    width: 20px;
    height: 20px;
  }
}

.about-history {
  width: 100%;
}

.about-history .zoom {
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
}

.about-history .zoom .timeline {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.about-history .zoom .timeline:before {
  content: "";
  display: block;
  border-top: 1px solid #E0E0E2;
  width: 100vw;
  position: absolute;
  left: -50%;
  top: 65px;
}

.about-history .zoom .timeline:after {
  content: "";
  display: block;
  border-top: 1px solid #E0E0E2;
  width: 100vw;
  position: absolute;
  right: -50%;
  top: 65px;
  z-index: -1;
}

.about-history .zoom .timeline .slide-timeline {
  width: 100%;
}

.about-history .zoom .timeline .slide-timeline:before, .about-history .zoom .timeline .slide-timeline:after {
  content: "";
  display: block;
  background: #00063D;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 65px;
  margin-top: -3px;
  z-index: 10;
}

.about-history .zoom .timeline .slide-timeline:before {
  left: 33%;
}

.about-history .zoom .timeline .slide-timeline:after {
  right: 33%;
}

.about-history .zoom .timeline .slide-timeline .event-box {
  max-width: 485px;
  padding-top: 5px;
  /*&:before{@include pseudo-set;border-top:1px solid #E0E0E2;width:100%;position: absolute;top:65px;}*/
}

.about-history .zoom .timeline .slide-timeline .event-box .top {
  width: 100%;
  position: relative;
}

.about-history .zoom .timeline .slide-timeline .event-box .top a {
  display: block;
  position: relative;
}

.about-history .zoom .timeline .slide-timeline .event-box .top a span {
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}

.about-history .zoom .timeline .slide-timeline .event-box .top a span.tag-year {
  width: 120px;
  height: 120px;
  line-height: 124px;
  background: #00063D;
  color: #fff;
  font-family: "Teko";
  text-align: center;
}

.about-history .zoom .timeline .slide-timeline .event-box .top a span.tag-img {
  width: 130px;
  height: 130px;
  position: absolute;
  margin: auto;
  top: -5px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.about-history .zoom .timeline .slide-timeline .event-box .top a span.tag-img .imgFill {
  width: 100%;
  height: 100%;
}

.about-history .zoom .timeline .slide-timeline .event-box .top a:hover span.tag-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-history .zoom .timeline .slide-timeline .event-box ul.event {
  width: 100%;
  padding: 10px 15px;
}

.about-history .zoom .timeline .slide-timeline .event-box ul.event li {
  list-style: none;
  max-width: 400px;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  color: #727272;
  border-bottom: dashed 1px #DFDFDF;
}

.about-history .zoom .timeline .slide-timeline .event-box ul.event li:nth-last-of-type(1) {
  border-bottom: none;
}

.about-history .zoom .timeline .slide-timeline .event-box:hover .top a span.tag-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-history .zoom .timeline .slide-timeline .slick-prev, .about-history .zoom .timeline .slide-timeline .slick-next {
  top: 55px;
  z-index: 10;
}

.about-history .zoom .timeline .slide-timeline .slick-prev i, .about-history .zoom .timeline .slide-timeline .slick-next i {
  color: #00063D;
  font-size: 20px;
}

.about-history .zoom .timeline .slide-timeline .slick-prev {
  left: -3px;
}

.about-history .zoom .timeline .slide-timeline .slick-next {
  right: -3px;
}

.about-history .zoom .timeline .slide-timeline .slick-prev.slick-disabled i, .about-history .zoom .timeline .slide-timeline .slick-next.slick-disabled i {
  color: #CACACA;
}

.about-history .timelineModalContent {
  width: 100%;
}

.about-history .timelineModalContent .modalBox {
  width: 100%;
  max-width: 910px;
  height: 685px;
  position: absolute;
  margin: auto;
  left: 17px;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-history .timelineModalContent .modalBox .Modal-slide {
  width: 100%;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slide-item {
  width: 100%;
  opacity: 0;
  -webkit-animation: close-fadein 0.8s linear forwards;
          animation: close-fadein 0.8s linear forwards;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slide-item .img-box {
  width: 100%;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slide-item .img-box img {
  max-width: 910px;
  width: 100%;
  height: auto;
  display: block;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slide-item .year {
  color: #fff;
  display: block;
  font-family: "Teko";
  line-height: 1em;
  padding-top: 15px;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slide-item .text {
  color: #fff;
  display: block;
  display: block;
  line-height: 26px;
  font-family: "Noto Sans";
  font-weight: 300;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-prev, .about-history .timelineModalContent .modalBox .Modal-slide .slick-next {
  top: 45%;
  z-index: 10;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-prev i, .about-history .timelineModalContent .modalBox .Modal-slide .slick-next i {
  color: #fff;
  font-size: 28px;
  display: block;
  line-height: 36px;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-prev:hover, .about-history .timelineModalContent .modalBox .Modal-slide .slick-next:hover {
  background: #fff;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-prev:hover i, .about-history .timelineModalContent .modalBox .Modal-slide .slick-next:hover i {
  color: #00063D;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-prev {
  left: -36.5%;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-prev i {
  margin-right: 3px;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-next {
  right: -36.5%;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-next i {
  margin-left: 3px;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-dots {
  bottom: auto;
  padding-top: 25px;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-dots li {
  width: 8px;
  height: 8px;
  max-width: 8px;
  padding: 0;
  margin: 0 6px;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  padding: 0;
}

.about-history .timelineModalContent .modalBox .Modal-slide .slick-dots li.slick-active button {
  background: #fff;
}

.about-history .timelineModalContent .closeBtn {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}

.about-history .timelineModalContent .closeBtn .modal-close {
  background: none;
  border: 0;
  line-height: 1em;
}

.about-history .timelineModalContent .closeBtn .modal-close i {
  font-size: 26px;
  color: #fff;
}

.about-history .timelineModalContent .closeBtn .modal-close:hover i {
  color: #CF1032;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 1600px) {
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-prev {
    left: -15%;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-next {
    right: -15%;
  }
}

@media (max-width: 1490px) {
  .about-history .zoom .timeline .slide-timeline .slick-prev {
    left: 20px;
  }
  .about-history .zoom .timeline .slide-timeline .slick-next {
    right: 20px;
  }
}

@media (max-width: 1200px) {
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-prev {
    left: -50px;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-next {
    right: -50px;
  }
}

@media (max-width: 1010px) {
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-prev {
    left: -30px;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-next {
    right: -30px;
  }
}

@media (max-width: 930px) {
  .about-history .timelineModalContent .modalBox {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide {
    height: auto;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-prev {
    left: 15px;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide .slick-next {
    right: 15px;
  }
}

@media (max-width: 769px) {
  .about-history .zoom .timeline .slide-timeline:before {
    left: 50%;
  }
  .about-history .zoom .timeline .slide-timeline:after {
    opacity: 0;
  }
}

@media (max-width: 577px) {
  .about-history .zoom {
    padding: 60px 0 80px 0;
  }
  .about-history .zoom .timeline .slide-timeline:before {
    left: 50%;
    opacity: 0;
  }
  .about-history .zoom .timeline .slide-timeline .event-box {
    max-width: 100%;
  }
  .about-history .timelineModalContent .modalBox {
    width: 100%;
    left: 0px;
    right: 0px;
    top: 30%;
  }
  .about-history .timelineModalContent .modalBox .Modal-slide .slide-item .year, .about-history .timelineModalContent .modalBox .Modal-slide .slide-item .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-history .timelineModalContent .closeBtn {
    top: 20px;
    right: 20px;
  }
}

@-webkit-keyframes close-fadein {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes close-fadein {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.news-wrap {
  width: 100%;
  max-width: 1690px;
  margin: 0 auto;
  padding: 100px 0;
}

.news-wrap .news-nav {
  width: 100%;
}

.news-wrap .news-nav ul {
  padding: 0;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-wrap .news-nav ul li {
  width: auto;
  padding: 0 21px;
  float: left;
  list-style: none;
  cursor: pointer;
  font-size: 30px;
}

.news-wrap .news-nav ul li i {
  padding: 20px 0;
  display: block;
}

.news-wrap .news-nav ul li i svg {
  width: 65px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.news-wrap .news-nav ul li i svg rect, .news-wrap .news-nav ul li i svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-wrap .news-nav ul li span {
  font-family: "Teko";
  display: block;
  padding: 15px 11px;
  color: #757575;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.news-wrap .news-nav ul li:hover i, .news-wrap .news-nav ul li.active i {
  background: #CF1032;
}

.news-wrap .news-nav ul li:hover i svg rect, .news-wrap .news-nav ul li:hover i svg path, .news-wrap .news-nav ul li.active i svg rect, .news-wrap .news-nav ul li.active i svg path {
  fill: #fff !important;
}

.news-wrap .news-nav ul li:hover span, .news-wrap .news-nav ul li.active span {
  color: #CF1032;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  line-height: 1em;
}

.news-wrap .news-nav .news-search {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}

.news-wrap .news-nav .news-search .select-search {
  float: left;
  width: 140px;
  padding: 0 5px;
}

.news-wrap .news-nav .news-search .select-search .select2-container {
  display: block;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 2px solid #E5E5E5;
  border-radius: 0;
  padding: 15px 0;
  height: 50px;
  outline: none;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Noto Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px;
  border: none;
  width: 20px;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  display: block;
  content: "\e801";
  font-family: "fontello";
  font-size: 12px;
  color: #000;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  display: block;
  content: "\e800";
  font-family: "fontello";
  font-size: 12px;
  color: #000;
}

.news-wrap .news-nav .news-search .select-search .select2-results__options {
  font-size: 16px;
  color: #000;
  padding: 10px 5px;
}

.news-wrap .news-nav .news-search .select-search .select2-container--default .select2-results__option {
  color: #000;
}

.news-wrap .news-nav .news-search .search-inupt {
  background: #fff;
  height: 50px;
  float: left;
  width: 270px;
  border-bottom: 2px solid #E5E5E5;
}

.news-wrap .news-nav .news-search .search-inupt .inupt-search {
  border: none;
  font-size: 16px;
  color: #000;
  height: 50px;
  width: calc(100% - 40px);
  padding: 3px 5px 0 5px;
  float: left;
  border-bottom: 2px solid #E5E5E5;
  outline: none;
}

.news-wrap .news-nav .news-search .search-inupt button[type=submit] {
  border: none;
  background: none;
  width: 36px;
  float: left;
  height: 50px;
  padding: 12px 0 18px 15px;
  outline: none;
  cursor: pointer;
}

.news-wrap .news-nav .news-search .search-inupt i {
  color: #000;
  font-size: 20px;
  line-height: 1em;
}

.news-wrap .news-zoom {
  width: 100%;
  margin: 5px 0 0 0;
}

.news-wrap .news-zoom .news-item {
  padding: 20px 10px 12px 20px;
}

.news-wrap .news-zoom .news-item .item-box {
  max-width: 536px;
  padding: 23px 22px 23px 28px;
  height: auto;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.news-wrap .news-zoom .news-item .item-box a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.news-wrap .news-zoom .news-item .item-box a span {
  display: block;
}

.news-wrap .news-zoom .news-item .item-box a span.img {
  width: 100%;
  position: relative;
}

.news-wrap .news-zoom .news-item .item-box a span.img img {
  width: 100%;
  height: auto;
  display: block;
}

.news-wrap .news-zoom .news-item .item-box a span.img .imgFill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-wrap .news-zoom .news-item .item-box a span.date {
  color: #CF1032;
  font-family: "Teko";
  line-height: 1em;
  letter-spacing: 0.03em;
  padding-top: 30px;
}

.news-wrap .news-zoom .news-item .item-box a span.date b {
  width: 15px;
  display: inline-block;
}

.news-wrap .news-zoom .news-item .item-box a span.text {
  color: #757575;
  line-height: 26px;
  letter-spacing: 1px;
  padding-top: 5px;
}

.news-wrap .news-zoom .news-item .item-box a .title {
  color: #00063D;
  font-family: "Teko";
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.08em;
  padding-top: 12px;
  margin-bottom: 0;
}

.news-wrap .news-zoom .news-item .item-box.active, .news-wrap .news-zoom .news-item .item-box:hover {
  -webkit-box-shadow: 0px 0px 20px #ddd;
          box-shadow: 0px 0px 20px #ddd;
}

.news-wrap .news-zoom .news-item.news-media .item-box a span.img {
  position: relative;
}

.news-wrap .news-zoom .news-item.news-media .item-box a span.img:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border: 4px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.news-wrap .news-zoom .news-item.news-media .item-box a span.img:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.news-wrap .pages {
  padding: 70px 0 105px 0;
}

@media (max-width: 1400px) {
  .news-wrap {
    padding: 100px 20px;
  }
  .news-wrap .news-nav .news-search {
    margin-bottom: 25px;
  }
  .news-wrap .news-zoom .news-item {
    padding: 10px 5px;
  }
  .news-wrap .news-zoom .news-item .item-box {
    padding: 15px;
  }
  .news-wrap .news-zoom .news-item .item-box a {
    padding-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .news-wrap .news-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-wrap .news-nav ul li {
    max-width: 190px;
    text-align: center;
    font-size: 26px;
    padding: 0 10px;
  }
  .news-wrap .news-nav ul li i {
    font-size: 60px;
    padding: 15px 0;
  }
  .news-wrap .news-zoom {
    margin-top: 25px;
  }
  .news-wrap .news-zoom .news-item {
    padding: 0;
  }
  .news-wrap .news-zoom .news-item .item-box {
    padding: 15px 7px 15px 8px;
  }
  .news-wrap .news-zoom .news-item .item-box:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 769px) {
  .news-wrap {
    padding: 70px 20px;
  }
}

@media (max-width: 720px) {
  .news-wrap {
    padding: 50px 10px;
  }
  .news-wrap .news-nav ul li {
    max-width: 150px;
    font-size: 24px;
    padding: 0 5px;
  }
  .news-wrap .news-nav ul li i {
    font-size: 50px;
    padding: 10px 0;
  }
}

@media (max-width: 577px) {
  .news-wrap .news-nav ul li {
    max-width: 130px;
    font-size: 20px;
  }
  .news-wrap .news-nav ul li i {
    font-size: 45px;
  }
  .news-wrap .news-nav .news-search {
    max-width: 300px;
  }
  .news-wrap .news-nav .news-search .select-search {
    width: 100%;
    padding: 0;
  }
  .news-wrap .news-nav .news-search .search-inupt {
    width: 100%;
  }
  .news-wrap .pages {
    padding: 15px 0 55px 0;
  }
}

@media (max-width: 520px) {
  .news-wrap .news-nav ul {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news-wrap .news-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-wrap .news-nav ul li i {
    width: 100%;
    max-height: 70px;
  }
}

@media (max-width: 400px) {
  .news-wrap .news-zoom .news-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/*news-detail*/
#news-editor {
  width: 100%;
  color: #757575;
}

#news-editor h3 {
  font-family: "Teko";
  color: #00063D;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1em;
}

#news-editor p {
  font-size: 17px;
  color: #757575;
  line-height: 30px;
  padding: 15px 0;
}

#news-editor.editor {
  width: 100%;
  margin-top: 75px;
}

#news-editor.editor .top-header {
  background: #EFF0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 710px;
}

#news-editor.editor .top-header .img-box {
  max-width: 1240px;
  width: 64.6%;
  height: 710px;
}

#news-editor.editor .top-header .img-box .imgFill {
  width: 100%;
  height: 100%;
}

#news-editor.editor .top-header .title-zoom {
  max-width: 680px;
  width: 35.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news-editor.editor .top-header .title-zoom .zoom {
  text-align: center;
  max-width: 465px;
}

#news-editor.editor .top-header .title-zoom .zoom .genre {
  width: 100%;
  color: #CF1032;
  font-family: "Teko";
  letter-spacing: 2PX;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

#news-editor.editor .top-header .title-zoom .zoom .genre:before, #news-editor.editor .top-header .title-zoom .zoom .genre:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  border-top: 2px solid #CF1032;
  display: block;
}

#news-editor.editor .top-header .title-zoom .zoom .genre:before {
  float: left;
  margin-right: 20px;
}

#news-editor.editor .top-header .title-zoom .zoom .genre:after {
  float: right;
  margin-left: 20px;
}

#news-editor.editor .top-header .title-zoom .zoom h3 {
  padding-top: 25px;
}

#news-editor.editor .top-header .title-zoom .zoom .push-date {
  font-family: "Teko";
  font-size: 25px;
  padding-top: 10px;
}

#news-editor.editor .wrap {
  width: 100%;
  max-width: 1330px;
  padding: 90px 20px 75px 20px;
  margin: 0 auto;
}

#news-editor.editor .wrap .photo-zoom {
  margin: 0;
  width: 100%;
  padding: 10px 0;
}

#news-editor.editor .wrap .photo-zoom .photo {
  list-style: none;
}

#news-editor.editor .wrap .photo-zoom .photo img {
  width: 100%;
  height: auto;
  display: block;
}

#news-editor.editor .wrap .news-video {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.function-zoom {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  border-top: 1px solid #D7D8DC;
  padding: 55px 20px 100px 20px;
  zoom: 1;
  overflow: hidden;
}

.function-zoom .share-link {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.function-zoom .share-link span {
  width: auto;
  display: block;
  float: left;
  color: #00063D;
  font-size: 17px;
  font-weight: bold;
  padding-right: 10px;
}

.function-zoom .share-link a {
  display: block;
  float: left;
  margin: 0 5px;
  border: 1px solid #E5E5E5;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.function-zoom .share-link a i {
  color: #757575;
  font-size: 22px;
}

.function-zoom .share-link a:hover {
  background: #757575;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.function-zoom .share-link a:hover i {
  color: #fff;
}

.function-zoom .share-link a.fb:hover {
  background: #E5E5E5;
}

.function-zoom .share-link a.fb:hover i {
  color: #4267B2;
}

.function-zoom .share-link a.linkedin:hover {
  background: #E5E5E5;
}

.function-zoom .share-link a.linkedin:hover i {
  color: #006699;
}

.function-zoom .function-btn {
  float: right;
}

.function-zoom .function-btn a {
  background: #CF1032;
  display: block;
  float: left;
  color: #fff;
  font-size: 17px;
  text-align: center;
  height: 55px;
  line-height: 25px;
  padding: 15px 20px;
  width: auto;
  margin-left: 12px;
}

.function-zoom .function-btn a:hover {
  background: #00063D;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

@media (max-width: 992px) {
  #news-editor.editor .top-header .img-box {
    width: 50%;
  }
  #news-editor.editor .top-header .title-zoom {
    width: 50%;
  }
}

@media (max-width: 865px) {
  .function-zoom .share-link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .function-zoom .function-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 769px) {
  #news-editor.editor .top-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  #news-editor.editor .top-header .img-box {
    width: 100%;
    height: 50vh;
  }
  #news-editor.editor .top-header .title-zoom {
    width: 100%;
    padding: 35px 25px;
  }
}

@media (max-width: 577px) {
  #news-editor.editor .top-header .title-zoom .zoom .genre {
    font-size: 24px;
  }
  #news-editor.editor .wrap {
    padding: 50px 20px 35px 20px;
  }
  .function-zoom {
    padding: 35px 20px 85px 20px;
  }
  .function-zoom .function-btn {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .function-zoom .function-btn a {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.pd-topBN {
  width: 100%;
}

.pd-topBN .slide-pd-top {
  padding: 0;
  margin: 0;
  width: 100%;
}

.pd-topBN .slide-pd-top li {
  list-style: none;
  width: 100%;
  height: 100%;
  height: 980px;
}

.pd-topBN .slide-pd-top li .imgFill {
  width: 100%;
  height: 100%;
}

.pd-topBN .slide-pd-top li .pd-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.pd-topBN .slide-pd-top .slick-dots {
  top: calc(50% + 180px);
  text-align: left;
  max-width: 1640px;
  margin: auto;
  left: 0;
  right: 0;
  padding-left: 20px;
  z-index: 10;
}

.pd-topBN .slide-pd-top .slick-dots li {
  list-style: none;
  width: 7px;
  height: 7px;
  margin: 0 15px 0 0;
}

.pd-topBN .slide-pd-top .slick-dots li button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: white;
  color: rgba(255, 255, 255, 0);
  padding: 3px;
}

.pd-topBN .slide-pd-top .slick-dots li.slick-active button {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0);
  width: 5px;
  height: 5px;
}

.pd-topBN .bn-title {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pd-topBN .bn-title .zoom {
  margin-top: 15px;
}

.products-wrap {
  width: 100%;
}

.products-wrap .pages-title .pd-bread-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.products-wrap .pages-title .pd-bread-btn span {
  display: block;
  width: 185px;
  height: 48px;
  font-size: 17px;
  line-height: 48px;
  border: 1px solid #E5E5E5;
  text-align: center;
  cursor: pointer;
}

.products-wrap .zoom {
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
}

.products-wrap .zoom .pd-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 35px;
}

.products-wrap .zoom .pd-box .pd-item {
  padding: 5px;
}

.products-wrap .zoom .pd-box .pd-item .item-zoom {
  height: auto;
  position: relative;
  overflow: hidden;
}

.products-wrap .zoom .pd-box .pd-item .item-zoom h2 {
  margin-bottom: 0;
  position: absolute;
  font-family: "Teko";
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 10;
  line-height: 1em;
}

.products-wrap .zoom .pd-box .pd-item .item-zoom .pd-img {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.products-wrap .zoom .pd-box .pd-item .item-zoom .pd-img img {
  width: auto;
  height: 100%;
  display: block;
}

.products-wrap .zoom .pd-box .pd-item .item-zoom .more-btn {
  position: absolute;
  left: 25px;
  bottom: 30px;
  color: #00063D;
  font-size: 14px;
}

.products-wrap .zoom .pd-box .pd-item .item-zoom .more-btn a {
  color: #00063D;
  font-size: 14px;
}

.products-wrap .zoom .pd-box .pd-item:hover .item-zoom .pd-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products-wrap.products-type {
  padding-bottom: 90px;
  margin-top: -100px;
  padding-top: 100px;
}

.products-wrap.products-type .pages-title .pd-bread-btn span {
  color: #00063D;
}

.products-wrap.products-type .pages-title .pd-bread-btn span:hover {
  background: #00063D;
  border: 1px solid #00063D;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.products-wrap.products-type .zoom .pd-box .pd-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.products-wrap.products-type .zoom .pd-box .pd-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.products-wrap.products-type .zoom .pd-box .pd-item .item-zoom {
  background: #eff0f2;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.products-wrap.products-type .zoom .pd-box .pd-item .item-zoom h2 {
  color: #00063D;
  left: 50px;
  top: 30px;
  text-shadow: 0 0 5px #eff0f2;
}

.products-wrap.products-type .zoom .pd-box .pd-item .item-zoom .pd-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-wrap.products-type .zoom .pd-box .pd-item .item-zoom .pd-img img {
  margin: 0 auto;
  width: 61%;
  height: auto;
  max-width: 510px;
}

.products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6) .item-zoom .pd-img img, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) .item-zoom .pd-img img {
  width: 82%;
  max-width: 340px;
}

.products-wrap.products-application {
  background: #00063D;
  position: relative;
}

.products-wrap.products-application .cover {
  width: 100%;
  height: auto;
}

.products-wrap.products-application .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.products-wrap.products-application .pages-title {
  margin-top: 90px;
  padding-top: 80px;
}

.products-wrap.products-application .pages-title .subtitle {
  color: #fff;
}

.products-wrap.products-application .pages-title .pd-bread-btn span {
  color: #fff;
}

.products-wrap.products-application .pages-title .pd-bread-btn span:hover {
  background: #fff;
  color: #00063D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.products-wrap.products-application .zoom {
  padding-bottom: 150px;
}

.products-wrap.products-application .zoom .pd-box {
  padding-top: 35px;
}

.products-wrap.products-application .zoom .pd-box .pd-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.products-wrap.products-application .zoom .pd-box .pd-item .item-zoom h2 {
  color: #fff;
  left: 40px;
  bottom: 30px;
}

.products-wrap.products-application .zoom .pd-box .pd-item .item-zoom .pd-img {
  margin: 0 auto;
}

.products-wrap.products-application .zoom .pd-box .pd-item .item-zoom .pd-img img {
  width: 100%;
  height: auto;
  display: block;
}

.products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(5), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(7), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+5), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+7), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 1750px) {
  .products-wrap .pages-title .pd-bread-btn {
    right: 25px;
  }
  .products-wrap.products-type .zoom {
    padding: 0 20px;
  }
  .products-wrap.products-application .zoom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .products-wrap .pages-title .pd-bread-btn {
    position: static;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item .item-zoom h2 {
    left: 25px;
    top: 15px;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item .item-zoom h2 {
    left: 25px;
    bottom: 20px;
    text-shadow: 0 0 5px #666;
  }
}

@media (max-width: 1025px) {
  .pd-topBN .slide-pd-top .slick-dots {
    top: calc(50% + 120px);
  }
  .products-wrap.products-type {
    padding-top: 150px;
    margin-top: -80px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.5%;
            flex: 0 0 66.5%;
    max-width: 66.5%;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item .item-zoom h2 {
    left: 20px;
    top: 15px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item .item-zoom .more-btn {
    left: 20px;
    bottom: 15px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.5%;
            flex: 0 0 33.5%;
    max-width: 33.5%;
  }
  .products-wrap.products-application .pages-title {
    margin-top: 20px;
  }
}

@media (max-width: 769px) {
  .pd-topBN .slide-pd-top .slick-dots {
    top: calc(50% + 140px);
  }
  .pd-topBN .bn-title .zoom.pd-top .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pd-topBN .bn-title .zoom.pd-top .btn-box a.top-link {
    width: 80%;
    margin-bottom: 10px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6%;
            flex: 0 0 66.6%;
    max-width: 66.6%;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.4%;
            flex: 0 0 33.4%;
    max-width: 33.4%;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item .item-zoom h2 {
    left: 15px;
    bottom: 15px;
    text-shadow: 0 0 5px #666;
  }
}

@media (max-width: 577px) {
  .pd-topBN .bn-title .zoom.pd-top .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pd-topBN .bn-title .zoom.pd-top .btn-box a.top-link {
    width: 100%;
  }
  .products-wrap.products-type {
    padding-bottom: 50px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item {
    padding: 3px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item .item-zoom .more-btn {
    position: static;
    padding: 0 0 15px 15px;
  }
  .products-wrap.products-type .zoom .pd-box:hover .item-zoom .pd-img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .products-wrap.products-application .pages-title {
    margin-top: 0px;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.3%;
            flex: 0 0 66.3%;
    max-width: 66.3%;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(6) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(5), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(7), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+5), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+7), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.7%;
            flex: 0 0 33.7%;
    max-width: 33.7%;
  }
}

@media (max-width: 475px) {
  .products-wrap.products-application .zoom .pd-box .pd-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(5), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(7), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+5), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+7), .products-wrap.products-application .zoom .pd-box .pd-item:nth-of-type(8n+8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .products-wrap.products-type {
    padding-top: 80px;
    margin-top: 0px;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6), .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6) .item-zoom, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) .item-zoom {
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6) .item-zoom h2, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) .item-zoom h2 {
    position: absolute;
    padding: 0;
    height: auto;
  }
  .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(1) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(3) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(6) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+1) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+3) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+6) .item-zoom .more-btn, .products-wrap.products-type .zoom .pd-box .pd-item:nth-of-type(8n+8) .item-zoom .more-btn {
    position: absolute;
    padding: 0;
  }
}

@media (max-width: 376px) {
  .pd-topBN .slide-pd-top .slick-dots {
    top: auto;
    bottom: 32%;
  }
}

@media (max-width: 330px) {
  .pd-topBN .slide-pd-top .slick-dots {
    top: auto;
    bottom: 28%;
  }
}

.pd-list-select {
  width: 320px;
  margin: 0 auto;
}

.pd-list-select .select-set {
  position: relative;
}

.pd-list-select .select-set .select-title {
  width: 100%;
  color: #00063D;
  font-family: "Teko";
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  margin-top: 13px;
  cursor: pointer;
  height: 55px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pd-list-select .select-set .select-title:after {
  display: inline-block;
  content: "\e812";
  font-family: "fontello";
  font-size: 21px;
  color: #00063D;
  line-height: 35px;
  font-weight: bold;
  padding-left: 15px;
  /*position: absolute;right:0;*/
}

.pd-list-select .select-set .select-title.active:after {
  content: "\e806";
}

.pd-list-select .select-set .select-option {
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 55px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
}

.pd-list-select .select-set .select-option button {
  width: 100%;
  border: none;
  font-size: 16px;
  background: #fff;
  color: #00063D;
  text-align: center;
  padding: 10px 6px;
  line-height: 40px;
  outline: none;
}

.pd-list-select .select-set .select-option button:hover {
  background: #E7E7E7;
}

.pd-list-select .select-set .select-option.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pd-list-select .select-set .select-option.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pd-list-select .select-set:hover .select-title:after {
  content: "\e806";
}

.pd-list-select .select-set:hover .select-option {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pd-list-select .select2-container {
  display: block;
}

.pd-list-select .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 0;
  padding: 15px 0;
  height: auto;
  outline: none;
  text-align: center;
}

.pd-list-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  padding: 0;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Teko";
  color: #00063D;
  font-size: 35px;
  line-height: 1em;
  font-weight: bold;
}

.pd-list-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  position: static;
  height: auto;
  display: inline-block;
  padding-left: 15px;
}

.pd-list-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  position: static;
  margin: 0;
}

.pd-list-select .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e812";
  font-family: "fontello";
  font-size: 21px;
  color: #00063D;
  line-height: 35px;
  font-weight: bold;
}

.pd-list-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.pd-list-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e806";
  font-family: "fontello";
  font-size: 21px;
  color: #00063D;
  line-height: 35px;
  font-weight: bold;
}

.products-select .select2-results__options {
  font-size: 16px;
  color: #00063D;
  text-align: center;
}

.products-select .select2-results__options .select2-results__option {
  padding: 10px 6px;
}

.products-list-wrap {
  padding-top: 20px;
  padding-bottom: 60px;
}

.products-list-wrap .pages-title .title:before {
  margin-bottom: 40px;
}

.products-list-wrap .zoom {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 10px;
}

.products-list-wrap .zoom .pdList-item {
  padding: 0 25px;
}

.products-list-wrap .zoom .pdList-item .item-box {
  padding: 40px 25px;
  margin-bottom: 8px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail {
  width: 100%;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail span {
  display: block;
  text-align: center;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail span.img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail span.img img {
  width: 100%;
  height: auto;
  display: block;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail span.id {
  color: #CF1032;
  font-family: "Teko";
  line-height: 1em;
  letter-spacing: 1px;
  padding-top: 10px;
  font-weight: bold;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail span.use, .products-list-wrap .zoom .pdList-item .item-box .pdList-detail span.spec {
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  padding-top: 5px;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail span.spec {
  padding-bottom: 10px;
}

.products-list-wrap .zoom .pdList-item .item-box .pdList-detail .more-btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  color: #00063D;
  display: block;
  width: 100%;
  max-width: 185px;
  height: 48px;
  line-height: 44px;
  border: 1px solid #e5e5e5;
}

.products-list-wrap .zoom .pdList-item .item-box:hover, .products-list-wrap .zoom .pdList-item .item-box.active {
  -webkit-box-shadow: 0px 0px 20px #ddd;
          box-shadow: 0px 0px 20px #ddd;
}

.products-list-wrap .zoom .pdList-item .item-box:hover .pdList-detail .more-btn, .products-list-wrap .zoom .pdList-item .item-box.active .pdList-detail .more-btn {
  background: #00063D;
  border: 1px solid #00063D;
  color: #fff;
}

.products-list-wrap .pages {
  padding: 60px 0 40px 0;
}

@media (max-width: 1025px) {
  .pd-list-select .select-set:hover .select-title:after {
    content: "\e812";
  }
  .pd-list-select .select-set:hover .select-title.active:after {
    content: "\e806";
  }
  .pd-list-select .select-set:hover .select-option {
    opacity: 0;
    visibility: hidden;
  }
  .pd-list-select .select-set:hover .select-option.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@media (max-width: 993px) {
  .products-list-wrap .zoom .pdList-item {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .products-list-wrap .zoom .pdList-item {
    padding: 0 5px;
  }
  .products-list-wrap .zoom .pdList-item .item-box {
    padding: 25px 15px;
  }
}

@media (max-width: 610px) {
  .products-list-wrap .zoom .pdList-item .item-box {
    padding: 15px;
    overflow: visible;
  }
  .products-list-wrap .zoom .pdList-item .item-box .pdList-detail a.more-btn {
    width: 90%;
    max-width: 185px;
  }
}

@media (max-width: 577px) {
  .pd-list-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 28px;
  }
  .products-list-wrap {
    padding-bottom: 70px;
  }
  .products-list-wrap .zoom .pdList-item .item-box:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .products-list-wrap .pages {
    padding: 35px 0;
  }
  .pd-list-select .select-set .select-title:after {
    position: static;
  }
}

@media (max-width: 400px) {
  .products-list-wrap .zoom {
    padding-bottom: 0;
    margin: 0;
    overflow-x: hidden;
  }
  .products-list-wrap .zoom [class*=col-] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 350px) {
  .pd-list-select {
    max-width: 300px;
    width: 100%;
  }
}

.product-wrap {
  width: 100%;
  padding-top: 75px;
  background: #EFF0F2;
}

.product-wrap .pd-bread {
  padding-top: 25px;
  max-width: 1690px;
  margin: 0 auto;
}

.product-wrap .pd-bread a {
  width: auto;
  font-size: 16px;
  color: #00063D;
  line-height: 40px;
  float: left;
  display: block;
}

.product-wrap .pd-bread a:before {
  content: "\e804";
  display: block;
  font-family: "fontello";
  font-size: 18px;
  color: #00063D;
  border: 2px solid #00063D;
  border-radius: 50%;
  width: 40px;
  font-weight: bolder;
  height: 40px;
  margin-right: 10px;
  float: left;
  text-align: center;
  line-height: 38px;
}

.product-wrap .pd-zoom {
  width: 100%;
  max-width: 1690px;
  margin: 0 auto;
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-wrap .pd-zoom .img-show {
  width: 60%;
  max-width: 1000px;
  padding: 0 0 0 50px;
  float: left;
  background: #EFF0F2;
}

.product-wrap .pd-zoom .img-show .slide-box {
  width: 100%;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav {
  padding: 0;
  margin: 0;
  width: 92px;
  float: left;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li {
  list-style: none;
  max-width: calc(100% - 2px);
  margin: 9px 0;
  cursor: pointer;
  position: relative;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li a {
  display: block;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  border: 1px solid #EFF0F2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li.active {
  border: 1px solid #CF1032;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li.active img {
  opacity: 1;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li.threeD:after {
  content: "\e813";
  font-family: "fontello";
  display: block;
  width: 44px;
  height: 44px;
  background: rgba(207, 16, 50, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-align: center;
  line-height: 42px;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li:hover a {
  border: 1px solid #CF1032;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li:hover img {
  opacity: 1;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-nav li.slick-current img {
  opacity: 1;
  border: 1px solid #CF1032;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-for {
  padding: 0 0 0 100px;
  margin: 0;
  width: calc(100% - 92px);
  float: left;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-for li {
  list-style: none;
  width: 100%;
  position: relative;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-for li span {
  display: block;
  color: #757575;
  font-size: 25px;
  position: absolute;
  right: 15px;
  bottom: 65px;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-for li img {
  width: 100%;
  height: auto;
  display: block;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-for li .spritespin {
  width: 100%;
}

.product-wrap .pd-zoom .img-show .slide-box .slider-for li .icon-360 {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 33px;
  background: #fff url(images/products/icon-3d.png) top center no-repeat;
  background-size: 100% auto;
  top: 25px;
  right: 15px;
}

.product-wrap .pd-zoom .data-box {
  width: 40%;
  max-width: 690px;
  padding-left: 90px;
}

.product-wrap .pd-zoom .data-box .pd-id {
  color: #CF1032;
  font-family: "Russo One";
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 0;
}

.product-wrap .pd-zoom .data-box .useful {
  color: #00063D;
  font-family: "Teko";
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-top: 15px;
}

.product-wrap .pd-zoom .data-box .features {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 15px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-wrap .pd-zoom .data-box .features li {
  list-style: none;
  max-width: 48px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.product-wrap .pd-zoom .data-box .features li img {
  width: 100%;
  height: auto;
  display: block;
}

.product-wrap .pd-zoom .data-box .script {
  width: 100%;
  color: #757575;
  margin: 5px 0 10px 0;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 30px;
  height: 120px;
  max-height: 120px;
}

.product-wrap .pd-zoom .data-box .script.active {
  height: auto;
  max-height: 100%;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-wrap .pd-zoom .data-box .show-btn {
  font-size: 15px;
  color: #757575;
  cursor: pointer;
  padding: 0 0 15px 0;
  display: block;
}

.product-wrap .pd-zoom .data-box .show-btn span {
  display: none;
  text-align: right;
}

.product-wrap .pd-zoom .data-box .show-btn span.more:after {
  content: "+";
  font-weight: bold;
  display: inline-block;
  padding-left: 7px;
}

.product-wrap .pd-zoom .data-box .show-btn span.less:after {
  content: "-";
  font-weight: bold;
  display: inline-block;
  padding-left: 7px;
}

.product-wrap .pd-zoom .data-box .show-btn span.active {
  display: block;
}

.product-wrap .pd-zoom .data-box .show-btn:hover {
  color: #000;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.product-wrap .pd-zoom .data-box .app-text {
  width: 100%;
  border-top: 1px solid #D6D8DC;
  border-bottom: 1px solid #D6D8DC;
  padding: 20px 0 15px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-wrap .pd-zoom .data-box .app-text li {
  list-style: none;
  font-size: 17px;
  line-height: 30px;
  width: 100%;
  float: left;
  color: #757575;
  padding: 0 0 8px 25px;
  position: relative;
}

.product-wrap .pd-zoom .data-box .app-text li:nth-of-type(1) {
  color: #00063D;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-left: 0;
}

.product-wrap .pd-zoom .data-box .app-text li:nth-of-type(1):before {
  display: none;
}

.product-wrap .pd-zoom .data-box .app-text li:before {
  content: "";
  font-family: "fontello";
  color: #CF1032;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.product-wrap .pd-zoom .data-box .order-online {
  margin: 0;
  padding: 20px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D6D8DC;
}

.product-wrap .pd-zoom .data-box .order-online li {
  list-style: none;
  width: auto;
  float: left;
  max-width: 48px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.product-wrap .pd-zoom .data-box .order-online li:nth-of-type(1) {
  width: 100%;
  color: #00063D;
  font-weight: bold;
  max-width: 100%;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
  margin-right: 0;
  clear: both;
}

.product-wrap .pd-zoom .data-box .order-online li img {
  width: 100%;
  height: auto;
  display: block;
}

.product-wrap .pd-zoom .data-box .btn-zoom {
  padding-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-wrap .pd-zoom .data-box .btn-zoom a {
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid #E5E5E5;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-wrap .pd-zoom .data-box .btn-zoom a.pd-regist {
  background: #CF1032;
  width: 290px;
  color: #fff;
  border: none;
}

.product-wrap .pd-zoom .data-box .btn-zoom a i {
  color: #757575;
  font-size: 22px;
}

.product-wrap .pd-zoom .data-box .btn-zoom a:hover {
  background: #757575;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.product-wrap .pd-zoom .data-box .btn-zoom a:hover i {
  color: #fff;
}

.product-wrap .pd-zoom .data-box .btn-zoom a.fb:hover {
  background: #E5E5E5;
}

.product-wrap .pd-zoom .data-box .btn-zoom a.fb:hover i {
  color: #4267B2;
}

.product-wrap .pd-zoom .data-box .btn-zoom a.linkedin:hover {
  background: #E5E5E5;
}

.product-wrap .pd-zoom .data-box .btn-zoom a.linkedin:hover i {
  color: #006699;
}

.product-wrap .pd-zoom .data-box .btn-zoom a:nth-last-of-type(1) {
  margin-right: 0px;
}

.spritespin {
  cursor: url(images/cursor_2.cur), w-resize;
}

#image-reel {
  width: 100%;
}

#image-reel .reel {
  max-width: 760px;
  height: auto;
  width: 100%;
}

.cursorshade {
  max-width: 100px;
  max-height: 100px;
}

.magnifier {
  max-width: 400px;
  max-height: 400px;
}

.video-box {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 1730px) {
  .product-wrap .pd-bread {
    padding: 25px 20px 0 20px;
  }
  .product-wrap .pd-zoom .img-show {
    padding: 0 0 0 35px;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-for {
    padding: 0 0 0 35px;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
  }
  .product-wrap .pd-zoom .data-box {
    padding-left: 50px;
    padding-right: 20px;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
  }
}

@media (max-width: 1400px) {
  .product-wrap .pd-zoom .data-box .script {
    -webkit-line-clamp: 2;
    height: 60px;
    max-height: 60px;
  }
  .product-wrap .pd-zoom .data-box .btn-zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-wrap .pd-zoom .data-box .btn-zoom a.pd-regist {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 1025px) {
  .product-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-wrap .pd-zoom .img-show {
    width: 100%;
    padding-right: 35px;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-for li:after, .product-wrap .pd-zoom .img-show .slide-box .slider-for li span {
    display: none;
  }
  .product-wrap .pd-zoom .data-box {
    width: 100%;
    max-width: 100%;
    padding: 50px 50px 0 50px;
  }
  .product-wrap .pd-zoom .data-box .script {
    margin: 5px 0 25px 0;
    -webkit-line-clamp: 3;
    height: 75px;
    max-height: 75px;
    line-height: 25px;
  }
  .product-wrap .pd-zoom .data-box .btn-zoom a.pd-regist {
    width: 50%;
  }
}

@media (max-width: 769px) {
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav {
    width: 70px;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav li.threeD:after {
    width: 60%;
    height: 60%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-for {
    width: calc(100% - 80px);
  }
  .product-wrap .pd-zoom .data-box {
    padding: 50px 35px 0 35px;
  }
  .product-wrap .pd-zoom .data-box .btn-zoom a.pd-regist {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .product-wrap .pd-zoom {
    padding: 25px 20px 0 20px;
  }
  .product-wrap .pd-zoom .img-show {
    padding: 0;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav {
    width: 100%;
    overflow-x: auto;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav .slick-list {
    float: left;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav .slick-track {
    width: 100% !important;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav li {
    margin-right: 10px;
    cursor: default;
    width: 60px !important;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav li img {
    width: 100%;
    height: auto;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav li.threeD:after {
    line-height: 36px;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-for {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .product-wrap .pd-zoom .data-box {
    padding: 35px 0 0 0;
  }
  .product-wrap .pd-zoom .data-box .features {
    display: block;
  }
  .product-wrap .pd-zoom .data-box .order-online li {
    max-width: 40px;
    margin-right: 10px;
  }
  .product-wrap .pd-zoom .data-box .order-online li:nth-of-type(1) {
    padding-bottom: 0;
  }
}

@media (max-width: 400px) {
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav li {
    width: 50px !important;
    margin-right: 5px;
  }
  .product-wrap .pd-zoom .img-show .slide-box .slider-nav li.threeD:after {
    line-height: 30px;
  }
}

.pd-inner {
  padding-top: 100px;
}

.pd-inner .tab-nav {
  margin: 0;
  padding: 0;
}

.pd-inner .tab-nav li {
  list-style: none;
  padding: 0;
  width: 25%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pd-inner .tab-nav li a {
  display: block;
  width: 100%;
  text-align: center;
  background: #FFF;
  color: #00063D;
  font-weight: bold;
  line-height: 25px;
  padding: 20px 0;
  font-size: 17px;
  border: 1px solid #D6D8DC;
}

.pd-inner .tab-nav li a:nth-last-of-type(1) {
  border-right: none;
}

.pd-inner .tab-nav li a.mPS2id-highlight {
  background: #CF1032;
  color: #fff;
  border-top: 1px solid #CF1032;
  border-bottom: 1px solid #CF1032;
}

.pd-inner .tab-nav li.active a, .pd-inner .tab-nav li:hover a {
  background: #CF1032;
  color: #fff;
  border-top: 1px solid #CF1032;
  border-bottom: 1px solid #CF1032;
}

.pd-inner .tab-content {
  width: 100%;
}

.pd-inner .tab-content .features-box {
  padding: 0 20px;
  max-width: 1330px;
  margin: 0 auto;
}

.pd-inner .tab-content .spec-box {
  padding: 0 20px;
  max-width: 1330px;
  margin: 0 auto;
}

.pd-inner .tab-content .fasteners-box {
  padding: 35px 20px 0 20px;
  max-width: 1330px;
  margin: 0 auto;
}

.pd-inner .tab-content .keep-run {
  max-width: 1290px;
  margin: 0 auto;
  padding: 23px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 80px;
}

.pd-inner .tab-content .keep-run .title {
  float: right;
  width: 54%;
  max-width: 540px;
  line-height: 30px;
  color: #fff;
  font-family: "Teko";
  letter-spacing: 0.05em;
  text-align: right;
  padding-right: 45px;
}

.pd-inner .tab-content .keep-run .text {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  width: 46%;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  padding-left: 35px;
}

.pd-inner .tab-content .downloads-box {
  width: 100%;
  max-width: 100%;
  margin: 100px auto 0 auto;
  padding: 165px 0 155px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pd-inner .tab-content .downloads-box .title {
  color: #fff;
  font-family: "Teko";
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 9px;
}

.pd-inner .tab-content .downloads-box .downloadUl {
  margin: 0 auto;
  max-width: 1302px;
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pd-inner .tab-content .downloads-box .downloadUl li {
  padding: 0 6px;
  list-style: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
  max-width: calc(100% / 3);
}

.pd-inner .tab-content .downloads-box .downloadUl li .download-item {
  background: rgba(0, 0, 0, 0.22);
  width: 100%;
  height: 185px;
}

.pd-inner .tab-content .downloads-box .downloadUl li .download-item span {
  width: 100%;
  content: "";
  display: block;
  color: #fff;
  text-align: center;
}

.pd-inner .tab-content .downloads-box .downloadUl li .download-item span.icon-img {
  padding-top: 20px;
}

.pd-inner .tab-content .downloads-box .downloadUl li .download-item .item-tag {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
}

.pd-inner .tab-content .downloads-box .downloadUl li .download-item:after {
  content: "";
  font-family: "fontello";
  font-size: 24px;
  color: #fff;
  opacity: 20%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}

.pd-inner .tab-content .downloads-box .downloadUl li:hover .download-item {
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.pd-inner .tab-content .downloads-box .downloadUl li:hover .download-item:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#product-editor-features, #product-editor-spec, #product-editor-fasteners {
  padding-top: 65px;
}

#product-editor-features h3, #product-editor-spec h3, #product-editor-fasteners h3 {
  color: #CF1032;
  font-family: "Teko";
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: 10px;
}

#product-editor-features h4, #product-editor-spec h4, #product-editor-fasteners h4 {
  color: #00063D;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
}

#product-editor-features h4:before, #product-editor-spec h4:before, #product-editor-fasteners h4:before {
  content: "-";
  display: inline-block;
  color: #00063D;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}

#product-editor-features p, #product-editor-spec p, #product-editor-fasteners p {
  color: #757575;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 20px;
  padding-left: 20px;
}

#product-editor-features .pd-table, #product-editor-spec .pd-table, #product-editor-fasteners .pd-table {
  width: 100%;
  margin-top: 20px;
}

#product-editor-features .pd-table th, #product-editor-features .pd-table td, #product-editor-spec .pd-table th, #product-editor-spec .pd-table td, #product-editor-fasteners .pd-table th, #product-editor-fasteners .pd-table td {
  font-size: 17px;
  line-height: 22px;
  padding: 20px 40px;
}

#product-editor-features .pd-table th, #product-editor-spec .pd-table th, #product-editor-fasteners .pd-table th {
  width: 270px;
  color: #fff;
  background: #00063D;
  border-bottom: 1px solid #26385C;
}

#product-editor-features .pd-table td, #product-editor-spec .pd-table td, #product-editor-fasteners .pd-table td {
  width: calc(100% - 270px);
  color: #757575;
  background: #fff;
  border-bottom: 1px solid #D6D8DC;
}

#product-editor-features .pd-table tr:nth-last-of-type(1) th, #product-editor-features .pd-table tr:nth-last-of-type(1) td, #product-editor-spec .pd-table tr:nth-last-of-type(1) th, #product-editor-spec .pd-table tr:nth-last-of-type(1) td, #product-editor-fasteners .pd-table tr:nth-last-of-type(1) th, #product-editor-fasteners .pd-table tr:nth-last-of-type(1) td {
  border: none;
}

@media (max-width: 1150px) {
  .pd-inner .tab-content .keep-run {
    padding: 23px 50px;
  }
  .pd-inner .tab-content .keep-run .title {
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .pd-inner .tab-content .downloads-box .downloadUl li .download-item {
    height: 170px;
  }
  .pd-inner .tab-content .downloads-box .downloadUl li .download-item span.icon-img img {
    width: auto;
    height: 80px;
  }
}

@media (max-width: 769px) {
  #product-editor-features h3, #product-editor-spec h3, #product-editor-fasteners h3 {
    font-size: 40px;
  }
  .pd-inner .tab-content .keep-run {
    padding: 23px 20px;
  }
  .pd-inner .tab-content .keep-run .title {
    text-align: left;
  }
  .pd-inner .tab-content .keep-run .text {
    padding-left: 25px;
  }
  .pd-inner .tab-content .downloads-box {
    padding: 80px 20px;
  }
  .pd-inner .tab-content .downloads-box .downloadUl {
    padding-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pd-inner .tab-content .downloads-box .downloadUl li {
    max-width: 420px;
    margin: 0 auto 65px auto;
    width: 100%;
  }
  .pd-inner .tab-content .downloads-box .downloadUl li .download-item {
    height: 185px;
  }
  .pd-inner .tab-content .downloads-box .downloadUl li .download-item span.icon-img img {
    width: auto;
    height: 96px;
  }
}

@media (max-width: 650px) {
  .pd-inner {
    padding-top: 50px;
  }
  .pd-inner .tab-nav li {
    width: 50%;
  }
  .pd-inner .tab-nav li:nth-of-type(3) a, .pd-inner .tab-nav li:nth-of-type(4) a {
    border-top: none;
  }
  .pd-inner .tab-nav li a {
    padding: 10px 0;
    font-size: 15px;
  }
  .pd-inner .tab-content .features-box, .pd-inner .tab-content .spec-box, .pd-inner .tab-content .fasteners-box {
    padding: 0 20px;
  }
  .pd-inner .tab-content .keep-run {
    padding: 35px 20px;
  }
  .pd-inner .tab-content .keep-run .title {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    padding-right: 0;
  }
  .pd-inner .tab-content .keep-run .text {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: none;
    padding-top: 15px;
  }
  #product-editor-features, #product-editor-spec, #product-editor-fasteners {
    padding-top: 35px;
  }
  #product-editor-features .pd-table th, #product-editor-spec .pd-table th, #product-editor-fasteners .pd-table th {
    width: 45%;
    padding: 15px;
  }
  #product-editor-features .pd-table td, #product-editor-spec .pd-table td, #product-editor-fasteners .pd-table td {
    width: 55%;
    padding: 15px;
  }
}

@media (max-width: 577px) {
  #product-editor-features h3, #product-editor-spec h3, #product-editor-fasteners h3 {
    font-size: 32px;
  }
  .pd-inner .tab-content .keep-run {
    margin-top: 50px;
  }
  .pd-inner .tab-content .downloads-box {
    margin-top: 50px;
    padding: 50px 15px;
  }
  .pd-inner .tab-content .downloads-box .title {
    letter-spacing: 3px;
  }
}

@media (max-width: 360px) {
  #product-editor-features .pd-table th, #product-editor-features .pd-table td, #product-editor-spec .pd-table th, #product-editor-spec .pd-table td, #product-editor-fasteners .pd-table th, #product-editor-fasteners .pd-table td {
    font-size: 14px;
  }
}

.support-wrap {
  width: 100%;
  padding: 110px 0 0 0;
}

.support-wrap.warranty {
  background-color: #EFF0F2;
}

.support-wrap .pages-title .title:before {
  margin-bottom: 35px;
}

.support-wrap .catalog-zoom {
  width: 100%;
  padding: 65px 0 120px 0;
}

.support-wrap .catalog-zoom .catalog-slide {
  width: 100%;
  margin: 0;
  padding: 0;
}

.support-wrap .catalog-zoom .catalog-slide li {
  list-style: none;
  width: 388px;
  padding: 0 30px;
}

.support-wrap .catalog-zoom .catalog-slide li a {
  display: block;
  position: relative;
  margin-top: 35px;
}

.support-wrap .catalog-zoom .catalog-slide li a img {
  width: 100%;
  height: auto;
}

.support-wrap .catalog-zoom .catalog-slide li a .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #CF1032;
  position: absolute;
  bottom: 0;
  height: 37.9%;
  max-height: 147px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  padding: 0 10px;
}

.support-wrap .catalog-zoom .catalog-slide li a .cover span {
  display: block;
  text-align: center;
  width: 100%;
}

.support-wrap .catalog-zoom .catalog-slide li a .cover span.text {
  font-family: "Teko";
  color: #fff;
  line-height: 1em;
  font-weight: bold;
}

.support-wrap .catalog-zoom .catalog-slide li a .cover:after {
  font-family: "fontello";
  content: "\e81f";
  color: #CF1032;
  font-size: 28px;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
  position: absolute;
  bottom: -35px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.support-wrap .catalog-zoom .catalog-slide li.active a {
  margin-top: 0;
  -webkit-transition: margin 0.3s linear;
  transition: margin 0.3s linear;
}

.support-wrap .catalog-zoom .catalog-slide li.active a .cover {
  opacity: 1;
  visibility: visible;
}

.support-wrap .catalogModalContent {
  width: 100vw;
  height: 100%;
}

.support-wrap .catalogModalContent .modalBox {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 828px;
  height: 565px;
}

.support-wrap .catalogModalContent .closeBtn {
  position: absolute;
  top: 35px;
  right: 35px;
}

.support-wrap .catalogModalContent .closeBtn .modal-close {
  background: none;
  border: 0;
  line-height: 1em;
  cursor: pointer;
  outline: none;
}

.support-wrap .catalogModalContent .closeBtn .modal-close i {
  font-size: 26px;
  color: #fff;
}

.support-wrap .catalogModalContent .closeBtn .modal-close:hover i {
  color: #CF1032;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.support-wrap .download-zoom {
  background: #fff;
}

.support-wrap .download-zoom .cover {
  width: 100%;
}

.support-wrap .download-zoom .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.support-wrap .download-zoom .inner {
  max-width: 1330px;
  margin: 0 auto;
  padding: 160px 20px 120px 20px;
}

.support-wrap .download-zoom .inner .download-search {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  font-family: "Teko";
}

.support-wrap .download-zoom .inner .download-search .select-box {
  background: #EFF0F2;
  width: 30%;
  max-width: 385px;
  height: 100%;
  border-right: 1px solid #D7D8DC;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container {
  display: block;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFF0F2;
  border: none;
  border-radius: 0;
  padding: 36px 0 36px 30px;
  height: auto;
  outline: none;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection__rendered {
  padding: 0;
  letter-spacing: 0.03em;
  text-align: left;
  font-family: "Teko";
  color: #757575;
  font-size: 28px;
  line-height: 1em;
  font-weight: 500;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection__arrow {
  width: auto;
  height: auto;
  margin-right: 30px;
  padding-top: 30px;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection__arrow b {
  border: none;
  position: static;
  margin: 0;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e812";
  font-family: "fontello";
  font-size: 21px;
  color: #757575;
  line-height: 35px;
  font-weight: bold;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.support-wrap .download-zoom .inner .download-search .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e806";
  font-family: "fontello";
  font-size: 21px;
  color: #757575;
  line-height: 35px;
  font-weight: bold;
}

.support-wrap .download-zoom .inner .download-search .download-input {
  width: 42%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support-wrap .download-zoom .inner .download-search .download-input .select-search {
  width: 100%;
  padding: 29px 15px 29px 30px;
  border: none;
  background: #EFF0F2;
  color: #757575;
  outline: none;
  letter-spacing: 0.03em;
}

.support-wrap .download-zoom .inner .download-search .btn-searh-submit {
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.support-wrap .download-zoom .inner .download-search .btn-searh-submit button {
  width: 100%;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  background: #00063D;
  height: 100%;
  letter-spacing: 0.03em;
}

.support-wrap .download-zoom .inner .download-search .btn-searh-submit button i {
  font-size: 24px;
  margin-right: 12px;
}

.support-wrap .download-zoom .inner .download-search .btn-searh-submit button:hover {
  background: #CF1032;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.support-wrap .download-zoom .inner .downloadlink-box {
  background: #EFF0F2;
  margin-top: 35px;
  padding: 40px 35px;
  width: 100%;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table {
  display: block;
  width: 100%;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #D9DAE5;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th, .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th:nth-of-type(1), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(1) {
  padding-left: 40px;
  max-width: 490px;
  width: 40%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th:nth-of-type(2), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(2) {
  max-width: 215px;
  width: 17.6%;
  text-align: center;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th:nth-of-type(3), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(3) {
  max-width: 170px;
  width: 14%;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th:nth-of-type(4), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(4) {
  max-width: 170px;
  width: 14%;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th:nth-of-type(5), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(5) {
  max-width: 170px;
  padding-right: 25px;
  width: 14%;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th {
  font-family: "Teko";
  color: #00063D;
  height: auto;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .img-tag {
  max-width: 112px;
  float: left;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .img-tag img {
  width: 100%;
  height: auto;
  display: block;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .pd-info {
  float: left;
  width: calc(100% - 112px);
  padding-left: 30px;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .pd-info span {
  display: block;
  color: #757575;
  line-height: 22px;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .pd-info span.pd-name {
  font-family: "Teko";
  color: #CF1032;
  line-height: 1em;
  font-weight: bold;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td a {
  display: none;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a .icon-download-icon {
  color: #00063D;
  font-size: 20px;
  line-height: 44px;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a:hover {
  border: 2px solid #00063D;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr + .tr {
  background: #fff;
  margin-top: 10px;
}

.support-wrap .download-zoom .inner .downloadlink-box .doc-table.fixed-active .tr:nth-of-type(1) {
  position: fixed;
  width: 100vw;
  top: 75px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support-select .select2-results__options .select2-results__option {
  color: #757575;
  text-align: left;
  padding: 12px 15px;
}

@media (max-width: 1330px) {
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table.fixed-active .tr:nth-of-type(1) {
    padding: 0 72px 0 55px;
  }
}

@media (max-width: 1200px) {
  .support-wrap .download-zoom .inner {
    padding: 120px 20px;
  }
}

@media (max-width: 993px) {
  .support-wrap .download-zoom .inner .download-search {
    height: 80px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box {
    width: 35%;
  }
  .support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection--single {
    padding: 26px 0 26px 20px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding-top: 20px;
  }
  .support-wrap .download-zoom .inner .download-search .download-input .select-search {
    padding: 19px 15px 19px 30px;
  }
  .support-wrap .download-zoom .inner .download-search .btn-searh-submit {
    width: 25%;
  }
}

@media (max-width: 850px) {
  .support-wrap .catalogModalContent .modalBox {
    width: 100%;
    padding: 0 20px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .th {
    display: none;
    background: none;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td {
    display: none;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(1) {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(2) {
    max-width: 100%;
    width: 40%;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(3), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(4), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(5) {
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .img-tag {
    max-width: 80px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .pd-info {
    width: calc(100% - 80px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a {
    width: auto;
    height: auto;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a:before {
    content: attr(data-th);
    display: inline-block;
    color: #00063D;
    font-size: 16px;
    text-align: center;
    padding-right: 10px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a:hover {
    border: 2px solid #fff;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a:hover:before {
    color: #CF1032;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a:hover .icon-download-icon {
    color: #CF1032;
  }
}

@media (max-width: 769px) {
  .support-wrap {
    padding: 80px 0 0 0;
  }
  .support-wrap .catalog-zoom .catalog-slide li {
    padding: 0 10px;
    width: 350px;
  }
  .support-wrap .catalog-zoom .catalog-slide li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .support-wrap .download-zoom .inner {
    padding: 80px 20px;
  }
  .support-wrap .download-zoom .inner .download-search {
    height: 80px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box {
    width: 230px;
  }
  .support-wrap .download-zoom .inner .download-search .download-input {
    width: calc(100% - 370px);
  }
  .support-wrap .download-zoom .inner .download-search .btn-searh-submit {
    width: 140px;
  }
}

@media (max-width: 675px) {
  .support-wrap .download-zoom .inner .download-search {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    margin-top: 30px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box {
    width: 50%;
    height: 80px;
  }
  .support-wrap .download-zoom .inner .download-search .download-input {
    width: 50%;
    height: 80px;
  }
  .support-wrap .download-zoom .inner .download-search .btn-searh-submit {
    width: 100%;
    margin-top: 15px;
    height: 80px;
  }
}

@media (max-width: 610px) {
  .support-wrap .download-zoom .inner .downloadlink-box {
    padding: 20px 15px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(1) {
    padding-left: 20px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(2) {
    width: calc(100% / 3);
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td .pd-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a:before {
    padding-right: 0;
    line-height: 1em;
    min-height: 32px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a .icon-download-icon {
    display: block;
    line-height: 1.6em;
    text-align: center;
  }
}

@media (max-width: 577px) {
  .support-wrap {
    padding: 80px 0 0 0;
  }
  .support-wrap .pages-title .title:before {
    margin-bottom: 25px;
  }
  .support-wrap .catalog-zoom {
    padding: 40px 0 60px 0;
  }
  .support-wrap .catalog-zoom .catalog-slide li {
    width: 50%;
  }
  .support-wrap .catalog-zoom .catalog-slide li a {
    margin-top: 25px;
  }
  .support-wrap .catalog-zoom .catalog-slide li a .cover:after {
    width: 45px;
    height: 45px;
    font-size: 24px;
    padding-top: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    bottom: -23px;
  }
  .support-wrap .catalogModalContent .closeBtn {
    top: 15px;
    right: 15px;
  }
  .support-wrap .download-zoom .inner {
    padding: 80px 20px 95px 20px;
    margin-top: -20px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-right: none;
  }
  .support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection__rendered {
    font-size: 24px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection--single {
    padding: 18px 0 18px 20px;
  }
  .support-wrap .download-zoom .inner .download-search .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding-top: 12px;
  }
  .support-wrap .download-zoom .inner .download-search .download-input {
    height: 60px;
    width: 100%;
    margin-top: 15px;
  }
  .support-wrap .download-zoom .inner .download-search .download-input .select-search {
    height: 100%;
    padding: 0 15px 0 20px;
  }
  .support-wrap .download-zoom .inner .download-search .btn-searh-submit {
    height: 60px;
  }
}

@media (max-width: 425px) {
  .support-wrap .catalog-zoom .catalog-slide li {
    width: 75%;
  }
}

@media (max-width: 370px) {
  .support-wrap .download-zoom .inner .downloadlink-box {
    padding: 20px 15px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td {
    padding-bottom: 0;
    padding-top: 0;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(1) {
    padding-left: 20px;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(2), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(3), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(4), .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td:nth-of-type(5) {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .support-wrap .download-zoom .inner .downloadlink-box .doc-table .tr .td.active a .icon-download-icon {
    display: inline-block;
    padding-left: 5px;
  }
}

.careers .bn-title .zoom {
  max-width: 850px;
}

.careers .bn-title .zoom .text {
  max-width: 680px;
}

@media (max-width: 900px) {
  .careers .bn-title .zoom .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .careers .bn-title .zoom .btn-box a.top-link {
    width: calc(45% - 10px);
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 655px) {
  .careers .bn-title .zoom .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .careers .bn-title .zoom .btn-box a.top-link {
    width: calc(100% - 10px);
    margin-bottom: 10px;
  }
}

.carrers-why {
  background-color: #e7e7e7;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  height: 950px;
  padding-top: 30px;
}

.carrers-why .cover {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.carrers-why .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.carrers-why .zoom {
  max-width: 1270px;
  margin: 0 auto;
  padding: 70px 20px 40px 20px;
}

.carrers-why .why-box {
  margin: 0;
}

.carrers-why .why-box .why-item {
  padding: 55px 15px 0 15px;
  position: relative;
}

.carrers-why .why-box .why-item .items {
  background: #fff;
  padding: 100px 45px 55px 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  min-height: 485px;
}

.carrers-why .why-box .why-item .items .tag-img {
  width: 34%;
  max-width: 130px;
  margin: auto;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  z-index: 10;
}

.carrers-why .why-box .why-item .items .tag-img img {
  width: 100%;
  height: auto;
  display: block;
}

.carrers-why .why-box .why-item .items .why-title {
  color: #00063D;
  font-family: "Teko";
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 32px;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carrers-why .why-box .why-item .items .why-text {
  color: #333;
  line-height: 25px;
  min-height: 200px;
  padding-top: 15px;
}

.carrers-why .why-box .why-item .items a.linkto {
  width: auto;
  display: block;
  color: #333;
  font-weight: bold;
  margin-top: 45px;
}

.carrers-why .why-box .why-item .items a.linkto span {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.carrers-why .why-box .why-item .items a.linkto:hover {
  color: #CF1032;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.carrers-why .why-box .why-item .items a.linkto:hover span {
  border-bottom: 1px solid #CF1032;
}

@media (max-width: 1650px) {
  .carrers-why {
    height: auto;
    padding-bottom: 150px;
  }
  .carrers-why .pages-title {
    margin: 0 auto 0 100px;
    width: calc(100% - 100px);
  }
  .carrers-why .zoom {
    margin: 0 auto 0 200px;
    width: calc(100% - 200px);
  }
  .carrers-why .why-box {
    padding-bottom: 40px;
  }
}

@media (max-width: 1400px) {
  .carrers-why {
    height: auto;
    padding-bottom: 100px;
  }
  .carrers-why .pages-title {
    margin: 0 auto 0 75px;
    width: calc(100% - 75px);
  }
  .carrers-why .zoom {
    margin: 0 auto 0 150px;
    width: calc(100% - 150px);
  }
  .carrers-why .why-box .why-item {
    padding: 55px 0 0 15px;
  }
  .carrers-why .why-box .why-item .items {
    padding: 90px 35px 55px 35px;
  }
}

@media (max-width: 1025px) {
  .carrers-why {
    height: auto;
    background-size: 100% auto;
    padding-bottom: 50px;
  }
  .carrers-why .pages-title {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }
  .carrers-why .zoom {
    margin: 0 auto;
    width: 100%;
  }
  .carrers-why .why-box [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 100%;
    margin: 0 auto 50px auto;
  }
  .carrers-why .why-box .why-item {
    padding: 55px 0 0 0;
  }
  .carrers-why .why-box .why-item .items {
    padding: 100px 35px 55px 35px;
    min-height: auto;
  }
  .carrers-why .why-box .why-item .items .why-text {
    min-height: auto;
  }
}

@media (max-width: 577px) {
  .carrers-why .zoom {
    padding: 35px 20px 0 20px;
  }
  .carrers-why .why-box [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 30px auto;
  }
  .carrers-why .why-box .why-item .items {
    padding: 100px 35px 55px 35px;
  }
}

@media (max-width: 450px) {
  .carrers-why .why-box [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 30px auto;
  }
  .carrers-why .why-box .why-item .items {
    padding: 90px 20px 35px 20px;
  }
  .carrers-why .why-box .why-item .items a.linkto {
    margin-top: 25px;
  }
}

.carrers-life {
  width: 100%;
  background-color: #fff;
  margin-top: 70px;
  padding: 70px 0 0 0;
}

.carrers-life .pages-title {
  max-width: 950px;
}

.carrers-life .zoom {
  max-width: 1330px;
  margin: 80px auto 0 auto;
  padding-bottom: 75px;
}

.carrers-life .zoom .lifeAt-box {
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.carrers-life .zoom .lifeAt-box .data-box {
  margin-bottom: 45px;
  padding: 0 40px 0 30px;
  color: #333;
}

.carrers-life .zoom .lifeAt-box .data-box .tag {
  font-weight: bold;
  position: relative;
}

.carrers-life .zoom .lifeAt-box .data-box .tag:before {
  font-family: "fontello";
  display: inline-block;
  content: "\e81e";
  color: #CF1032;
  position: absolute;
  left: -25px;
}

.carrers-life .zoom .lifeAt-box .data-box .lifeAt-info {
  padding-top: 10px;
}

.carrers-life .zoom .lifeAt-box .data-box + .data-box {
  padding-left: 70px;
}

.carrers-life .surrounding-box {
  width: 100%;
  background-size: 100% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}

.carrers-life .surrounding-box .cover {
  width: 100%;
  height: auto;
}

.carrers-life .surrounding-box .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.carrers-life .surrounding-box .cover.web {
  display: block;
}

.carrers-life .surrounding-box .cover.md, .carrers-life .surrounding-box .cover.sm {
  display: none;
}

@media (max-width: 1800px) {
  .carrers-life .title-area {
    margin: 0 auto 0 225px;
  }
  .carrers-life .zoom {
    margin: 80px auto 0 225px;
    padding: 0 20px 75px 20px;
  }
}

@media (max-width: 1400px) {
  .carrers-life .title-area {
    margin: 0 auto 0 200px;
  }
  .carrers-life .zoom {
    margin: 80px auto 0 180px;
  }
}

@media (max-width: 1025px) {
  .carrers-life .title-area {
    margin: 0;
  }
  .carrers-life .zoom {
    margin: 80px auto 0 auto;
  }
  .carrers-life .zoom .lifeAt-box .data-box {
    padding-right: 20px;
  }
  .carrers-life .zoom .lifeAt-box .data-box + .data-box {
    padding-left: 40px;
  }
}

@media (max-width: 769px) {
  .carrers-life {
    margin-top: 10px;
    padding: 70px 0 0 0;
  }
  .carrers-life .zoom {
    padding: 0 20px 45px 20px;
  }
  .carrers-life .zoom .lifeAt-box .data-box {
    margin-bottom: 30px;
  }
  .carrers-life .zoom .lifeAt-box .data-box + .data-box {
    padding-left: 30px;
  }
  .carrers-life .surrounding-box .cover.web {
    display: none;
  }
  .carrers-life .surrounding-box .cover.md {
    display: block;
  }
}

@media (max-width: 577px) {
  .carrers-life {
    padding: 50px 0 0 0;
    margin-top: 0;
  }
  .carrers-life .title-area {
    padding: 0 20px;
  }
  .carrers-life .zoom {
    padding: 0 20px;
    margin: 35px 0 0 0;
  }
  .carrers-life .zoom .lifeAt-box {
    padding: 0;
  }
}

@media (max-width: 470px) {
  .carrers-life .surrounding-box .cover.web, .carrers-life .surrounding-box .cover.md {
    display: none;
  }
  .carrers-life .surrounding-box .cover.sm {
    display: block;
    max-width: 472px;
    margin: 0 auto;
  }
}

.carrers-benefits {
  float: left;
  width: 100%;
  position: relative;
  height: 1450px;
  padding: 215px 0;
  background-color: #e7e7e7;
  margin-top: -215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-image: url(images/carrers/benefits-bg.jpg);
  overflow: hidden;
}

.carrers-benefits .pages-title {
  padding-top: 45px;
}

.carrers-benefits .pages-title .subtitle {
  color: #fff;
}

.carrers-benefits .zoom {
  margin-left: 280px;
  max-width: 1550px;
  margin-right: auto;
  padding: 90px 0 0 0;
  overflow: hidden;
}

.carrers-benefits .zoom .item-box {
  padding: 0;
  max-width: 505px;
  margin-bottom: 45px;
}

.carrers-benefits .zoom .item-box .item-content {
  padding: 0 45px;
}

.carrers-benefits .zoom .item-box .item-content .img-box {
  max-width: 72px;
  float: left;
}

.carrers-benefits .zoom .item-box .item-content .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.carrers-benefits .zoom .item-box .item-content .info {
  color: #fff;
  float: left;
  width: calc(100% - 72px);
  padding-left: 5px;
}

.carrers-benefits .zoom .item-box .item-content .info .title {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.carrers-benefits .zoom .item-box .item-content .info .benefits-text {
  line-height: 25px;
  letter-spacing: 0.05em;
}

.carrers-benefits .cover {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.carrers-benefits .cover img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1800px) {
  .carrers-benefits {
    height: auto;
  }
  .carrers-benefits .zoom {
    margin-left: 180px;
  }
}

@media (max-width: 1400px) {
  .carrers-benefits {
    height: auto;
    margin-top: -150px;
  }
  .carrers-benefits .zoom {
    margin-left: 160px;
    padding-right: 25px;
  }
  .carrers-benefits .zoom .item-box .item-content {
    padding: 0 0 0 25px;
  }
}

@media (max-width: 1025px) {
  .carrers-benefits {
    margin-top: -120px;
  }
  .carrers-benefits .zoom {
    margin-left: 0;
  }
  .carrers-benefits .zoom .item-box .item-content {
    padding: 0 0 0 25px;
  }
}

@media (max-width: 769px) {
  .carrers-benefits {
    background-attachment: scroll;
    background-position: bottom center;
    background-size: auto 100%;
    background-image: url(images/carrers/benefits-bg_mobile.jpg);
  }
  .carrers-benefits .zoom .item-box {
    margin: 0 auto 45px auto;
    max-width: 100%;
  }
}

@media (max-width: 577px) {
  .carrers-benefits {
    padding: 115px 0 100px 0;
    margin-top: -100px;
  }
  .carrers-benefits .zoom {
    padding: 50px 20px 0 20px;
  }
  .carrers-benefits .zoom .item-box {
    margin: 0 auto 25px auto;
    max-width: 100%;
  }
  .carrers-benefits .zoom .item-box .item-content {
    padding: 0;
  }
}

@media (max-width: 577px) {
  .carrers-benefits .pages-title {
    padding: 45px 20px 0 20px;
  }
  .carrers-benefits .zoom .item-box .item-content .img-box {
    max-width: 50px;
  }
}

.carrers-compensation {
  width: 100%;
  float: left;
  background-color: #E7E7E7;
  padding: 50px 0 0 0;
  height: 1020px;
}

.carrers-compensation .inner {
  margin-left: 265px;
  width: calc(100% - 265px);
  padding: 70px 135px 125px 135px;
}

.carrers-compensation .inner .system {
  margin: 0;
  padding: 0;
  width: 100%;
}

.carrers-compensation .inner .system li {
  width: 181px;
  padding: 200px 0;
  float: left;
  list-style: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.carrers-compensation .inner .system li .img-tag {
  height: 187px;
  padding-top: 18px;
}

.carrers-compensation .inner .system li .img-tag img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 145px;
  margin: 0 auto;
}

.carrers-compensation .inner .system li .step-info-up, .carrers-compensation .inner .system li .step-info-down {
  padding-left: 40px;
  position: absolute;
}

.carrers-compensation .inner .system li .step-info-up .title, .carrers-compensation .inner .system li .step-info-down .title {
  color: #727272;
  font-family: "Teko";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  text-transform: uppercase;
}

.carrers-compensation .inner .system li .step-info-up .title .number, .carrers-compensation .inner .system li .step-info-down .title .number {
  line-height: 1em;
}

.carrers-compensation .inner .system li .step-info-up .title .tag, .carrers-compensation .inner .system li .step-info-down .title .tag {
  padding-left: 15px;
  line-height: 1em;
}

.carrers-compensation .inner .system li .step-info-up .text, .carrers-compensation .inner .system li .step-info-down .text {
  color: #333;
  line-height: 25px;
  letter-spacing: 0.01em;
  padding-top: 5px;
}

.carrers-compensation .inner .system li .step-info-up {
  top: 0;
  left: 105px;
  width: 280px;
}

.carrers-compensation .inner .system li .step-info-down {
  bottom: 20px;
  left: 105px;
  width: 300px;
}

.carrers-compensation .inner .system li:before {
  content: "";
  display: block;
  height: 200px;
  border-left: 1px solid #727272;
  left: 50%;
  position: absolute;
}

.carrers-compensation .inner .system li:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #727272;
  position: absolute;
  left: calc(50% - 3px);
}

.carrers-compensation .inner .system li:nth-of-type(odd):before {
  top: 0;
}

.carrers-compensation .inner .system li:nth-of-type(odd):after {
  top: 0;
}

.carrers-compensation .inner .system li:nth-of-type(even):before {
  bottom: 0;
}

.carrers-compensation .inner .system li:nth-of-type(even):after {
  bottom: 0;
}

.carrers-compensation .inner .system li:nth-of-type(1) {
  width: 199px;
}

.carrers-compensation .inner .system li:nth-of-type(1) .img-tag {
  padding-left: 17px;
}

.carrers-compensation .inner .system li:nth-of-type(6) {
  width: 198px;
}

.carrers-compensation .inner .system li:nth-of-type(6) .img-tag {
  padding-right: 20px;
}

.carrers-compensation .inner .system li:nth-of-type(6) .step-info-down {
  bottom: 0;
}

@media (max-width: 1750px) {
  .carrers-compensation .inner {
    padding: 70px 135px 125px 30px;
  }
}

@media (max-width: 1680px) {
  .navigation-menu.carrers-page ul li:nth-of-type(4) a span.nav-system {
    display: inline-block;
    max-width: 130px;
    word-wrap: break-word;
    line-height: 22px;
  }
  .navigation-menu.carrers-page ul li:nth-of-type(4) a.mPS2id-highlight:after {
    margin-top: -35px;
  }
  .navigation-menu.carrers-page ul li:nth-of-type(4) a:hover:after {
    margin-top: -35px;
  }
  .carrers-compensation .inner {
    padding: 70px 135px 125px 0;
    margin-left: 230px;
    width: calc(100% - 230px);
  }
  .carrers-compensation .inner .system li:before {
    left: 36px;
  }
  .carrers-compensation .inner .system li:after {
    left: 33px;
  }
  .carrers-compensation .inner .system li .step-info-up {
    left: 30px;
  }
  .carrers-compensation .inner .system li .step-info-down {
    left: 30px;
  }
  .carrers-compensation .inner .system li:nth-of-type(1):before {
    left: 55px;
  }
  .carrers-compensation .inner .system li:nth-of-type(1):after {
    left: 52px;
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .step-info-up {
    left: 50px;
  }
}

@media (max-width: 1520px) {
  .carrers-compensation {
    height: auto;
  }
  .carrers-compensation .pages-title {
    margin-left: 185px;
    width: calc(100% - 185px);
  }
  .carrers-compensation .inner {
    padding-right: 0;
  }
  .carrers-compensation .inner .system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
  }
  .carrers-compensation .inner .system li {
    padding: 0;
    width: 100%;
    height: 187px;
    max-width: 850px;
    margin: 0 auto;
  }
  .carrers-compensation .inner .system li .img-tag {
    width: 199px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: calc(50% - 100px);
    background-size: 187px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .carrers-compensation .inner .system li .img-tag img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .carrers-compensation .inner .system li:before {
    height: 1px;
    width: 35px;
    top: 60px;
    border-left: none;
    border-top: 1px solid #727272;
  }
  .carrers-compensation .inner .system li:after {
    margin-top: -3px;
    top: 60px;
  }
  .carrers-compensation .inner .system li .step-info-up, .carrers-compensation .inner .system li .step-info-down {
    width: 280px;
    left: auto;
    left: auto;
    right: 0;
    top: 0;
    float: left;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 50px;
  }
  .carrers-compensation .inner .system li .step-info-up {
    left: calc(50% + 128px);
    padding-left: 35px;
  }
  .carrers-compensation .inner .system li .step-info-down {
    right: calc(50% + 128px);
    padding-top: 0;
    left: auto;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):before {
    top: 60px;
    left: calc(50% + 93px);
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):after {
    top: 60px;
    left: calc(50% + 128px);
  }
  .carrers-compensation .inner .system li:nth-of-type(even):before {
    bottom: auto;
    right: 0;
    left: calc(50% - 128px);
  }
  .carrers-compensation .inner .system li:nth-of-type(even):after {
    bottom: auto;
    left: calc(50% - 128px);
  }
  .carrers-compensation .inner .system li:nth-of-type(1) {
    width: 100%;
    height: 193px;
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .img-tag {
    background-size: 199px auto;
    float: left;
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .img-tag img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .carrers-compensation .inner .system li:nth-of-type(1):before {
    height: 1px;
    width: 35px;
    border-left: none;
    border-top: 1px solid #727272;
    left: calc(50% + 93px);
    top: 80px;
  }
  .carrers-compensation .inner .system li:nth-of-type(1):after {
    right: 0;
    left: auto;
    top: 80px;
    left: calc(50% + 128px);
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .step-info-up {
    width: 280px;
    left: calc(50% + 128px);
    margin-top: 50px;
  }
  .carrers-compensation .inner .system li:nth-of-type(3) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(5) .step-info-up {
    margin-top: 25px;
  }
  .carrers-compensation .inner .system li:nth-of-type(6) {
    width: 100%;
  }
  .carrers-compensation .inner .system li:nth-of-type(6) .img-tag {
    background-size: 198px auto;
    height: 197px;
  }
  .carrers-compensation .inner .system li:nth-of-type(6) .step-info-down {
    bottom: auto;
  }
}

@media (max-width: 1150px) {
  .carrers-compensation .inner {
    margin-left: 165px;
    width: calc(100% - 165px);
  }
}

@media (max-width: 1025px) {
  .carrers-compensation .pages-title {
    margin-left: auto;
    width: 100%;
    padding: 0 20px;
  }
  .carrers-compensation .inner {
    margin-left: auto;
    width: 100%;
  }
}

@media (max-width: 850px) {
  .carrers-compensation .inner .system li {
    padding: 0 50px;
  }
  .carrers-compensation .inner .system li .img-tag {
    margin-left: 0;
    float: left;
  }
  .carrers-compensation .inner .system li .step-info-up, .carrers-compensation .inner .system li .step-info-down {
    position: static;
    float: left;
    width: calc(100% - 200px);
    padding-left: 60px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):before, .carrers-compensation .inner .system li:nth-of-type(even):before, .carrers-compensation .inner .system li:nth-of-type(1):before {
    left: 243px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):after, .carrers-compensation .inner .system li:nth-of-type(even):after, .carrers-compensation .inner .system li:nth-of-type(1):after {
    left: 278px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(odd) .step-info-down, .carrers-compensation .inner .system li:nth-of-type(even) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(even) .step-info-down, .carrers-compensation .inner .system li:nth-of-type(1) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(1) .step-info-down {
    padding-top: 15px;
    margin-top: 25px;
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .step-info-up {
    margin-top: 50px;
  }
}

@media (max-width: 650px) {
  .carrers-compensation .inner .system li {
    padding: 0 20px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):before, .carrers-compensation .inner .system li:nth-of-type(even):before, .carrers-compensation .inner .system li:nth-of-type(1):before {
    left: 213px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):after, .carrers-compensation .inner .system li:nth-of-type(even):after, .carrers-compensation .inner .system li:nth-of-type(1):after {
    left: 248px;
  }
}

@media (max-width: 577px) {
  .carrers-compensation .inner {
    padding: 40px 0 50px 0;
  }
  .carrers-compensation .inner .system li .img-tag {
    width: 155px;
    height: auto;
    background-size: 155px 160px;
    padding: 0;
    float: none;
    margin: 0 auto;
  }
  .carrers-compensation .inner .system li .img-tag img {
    width: 145px;
    height: 145px;
    position: relative;
    left: -5px;
  }
  .carrers-compensation .inner .system li .step-info-up, .carrers-compensation .inner .system li .step-info-down {
    text-align: center;
  }
  .carrers-compensation .inner .system li .step-info-up .title, .carrers-compensation .inner .system li .step-info-down .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .img-tag {
    width: 155px;
    height: auto;
    background-size: 155px 146px;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  .carrers-compensation .inner .system li:nth-of-type(1) .img-tag img {
    width: 145px;
    height: 145px;
    position: relative;
    left: 5px;
  }
  .carrers-compensation .inner .system li:nth-of-type(6) .img-tag {
    width: 155px;
    height: auto;
    background-size: 155px 146px;
    padding: 0;
  }
  .carrers-compensation .inner .system li:nth-of-type(6) .img-tag img {
    position: relative;
    left: -10px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd), .carrers-compensation .inner .system li:nth-of-type(even), .carrers-compensation .inner .system li:nth-of-type(1) {
    height: auto;
    padding: 0 20px 35px 20px;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):before, .carrers-compensation .inner .system li:nth-of-type(even):before, .carrers-compensation .inner .system li:nth-of-type(1):before {
    left: 170px;
    display: none;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd):after, .carrers-compensation .inner .system li:nth-of-type(even):after, .carrers-compensation .inner .system li:nth-of-type(1):after {
    left: 205px;
    display: none;
  }
  .carrers-compensation .inner .system li:nth-of-type(odd) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(odd) .step-info-down, .carrers-compensation .inner .system li:nth-of-type(even) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(even) .step-info-down, .carrers-compensation .inner .system li:nth-of-type(1) .step-info-up, .carrers-compensation .inner .system li:nth-of-type(1) .step-info-down {
    text-align: center;
    float: none;
    width: 100%;
    max-width: 330px;
    padding-left: 0px;
    padding-top: 30px;
    margin: 0 auto;
  }
}

@media (max-width: 376px) {
  .carrers-compensation .inner .system li s
.step-info-up .title, .carrers-compensation .inner .system li .step-info-down .title {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.carrers-work {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 130px 0;
}

.carrers-work .zoom {
  width: 100%;
  padding: 0 20px;
}

.carrers-work .zoom .title {
  color: #fff;
  line-height: 1em;
  font-family: "Teko";
  text-align: center;
  margin-bottom: 0;
}

.carrers-work .zoom .work-btn {
  width: 188px;
  height: 54px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  border: 2px solid #FFF;
  margin-top: 30px;
}

.carrers-work .zoom .work-btn:hover {
  background: #fff;
  color: #00063D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 577px) {
  .carrers-work {
    padding: 60px 0 90px 0;
  }
}

@media (max-width: 376px) {
  .carrers-compensation .pages-title {
    padding: 0;
  }
  .carrers-compensation .pages-title .title {
    font-size: 32px;
  }
}

.careers-zh .navigation-menu.carrers-page ul li a.mPS2id-highlight span, .careers-zh .navigation-menu.carrers-page ul li a:hover span {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .navigation-menu.carrers-page ul li:nth-of-type(4) a:hover:after, .careers-zh .navigation-menu.carrers-page ul li:nth-of-type(4) a.mPS2id-highlight:after {
  margin-top: -9px;
}

.careers-zh .navigation-menu.carrers-page ul li:nth-of-type(4) a .nav-system {
  line-height: 1em;
}

.careers-zh .carrers-compensation .inner .system li:nth-of-type(6) .step-info-down {
  bottom: 50px;
}

.careers-zh .pages-top .bn-title .zoom .title, .careers-zh .pages-top .bn-title .zoom .text, .careers-zh .pages-top .bn-title .zoom .btn-box {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .pages-top .bn-title .zoom .text {
  padding-top: 10px;
}

.careers-zh .pages-title .title, .careers-zh .pages-title .subtitle {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .pages-title .subtitle {
  line-height: 1.4em;
}

.careers-zh .carrers-why .why-box .why-item .items .why-title, .careers-zh .carrers-why .why-box .why-item .items .why-text {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .carrers-life .zoom .lifeAt-box .data-box .tag, .careers-zh .carrers-life .zoom .lifeAt-box .data-box .lifeAt-info {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .carrers-benefits .zoom .item-box .item-content .info .title, .careers-zh .carrers-benefits .zoom .item-box .item-content .info .benefits-text {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .carrers-compensation .inner .system li .step-info-up .title .tag, .careers-zh .carrers-compensation .inner .system li .step-info-down .title .tag {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .carrers-compensation .inner .system li .step-info-up .text, .careers-zh .carrers-compensation .inner .system li .step-info-down .text {
  font-family: "Noto Sans TC", sans-serif;
}

.careers-zh .carrers-work .zoom .title {
  font-family: "Noto Sans TC", sans-serif;
}

.regist-zoom {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 0 160px 0;
}

.regist-zoom .notice-text {
  color: #333;
  line-height: 28px;
  padding: 0 15px;
  margin-bottom: 0;
}

.regist-zoom .form-box {
  padding-top: 15px;
}

.regist-zoom .form-box .form-row {
  margin: 0;
  padding: 10px 0;
}

.regist-zoom .form-box .form-row .form-item {
  padding: 0 15px;
}

.regist-zoom .form-box .form-row .form-item .tag {
  display: block;
  color: #333;
  font-weight: bold;
}

.regist-zoom .form-box .form-row .form-item .tag .c_red {
  color: #CF1032;
}

.regist-zoom .form-box .form-row .form-item .inupt-filed {
  width: 100%;
  border: 1px solid #D6D8DC;
  background: #fff;
  color: #333;
  margin-top: 10px;
  font-size: 17px;
  line-height: 25px;
  padding: 15px;
}

.regist-zoom .form-box .form-row .form-item .inupt-filed:focus {
  border: 1px solid #00063D;
  background: #EFF0F2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
}

.regist-zoom .form-box .form-row .form-item .input-date {
  position: relative;
}

.regist-zoom .form-box .form-row .form-item .input-date input.inupt-filed {
  padding: 15px 50px 15px 16px;
}

.regist-zoom .form-box .form-row .form-item .input-date input.inupt-filed + label {
  position: absolute;
  right: 5px;
  top: 23px;
}

.regist-zoom .form-box .form-row .form-item .input-date input.inupt-filed + label span {
  content: "";
  display: block;
  font-size: 20px;
  color: #333;
  width: 50px;
  height: 35px;
  text-align: center;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container {
  display: block;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection--single {
  margin-top: 10px;
  border: 1px solid #D6D8DC;
  border-radius: 0;
  padding: 15px;
  height: auto;
  outline: none;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection__rendered {
  padding: 0;
  letter-spacing: 0.03em;
  text-align: left;
  color: #333;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection__arrow {
  width: auto;
  height: auto;
  margin-right: 15px;
  padding-top: 15px;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection__arrow b {
  border: none;
  position: static;
  margin: 0;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e812";
  font-family: "fontello";
  font-size: 24px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.regist-zoom .form-box .form-row .form-item .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  content: "\e806";
  font-family: "fontello";
  font-size: 24px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
}

.regist-zoom .form-box .form-row .form-item .techmarks {
  padding-top: 25px;
}

.regist-zoom .form-box .form-row .form-item .techmarks .g-recaptcha {
  width: 304px;
}

.regist-zoom .form-box .form-row .form-item .regist-submit {
  float: right;
  width: 100%;
  max-width: 245px;
  margin-top: 25px;
  height: 55px;
  background: #CF1032;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
}

.regist-zoom .form-box .form-row .form-item .regist-submit:hover {
  background: #00063D;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.regist-zoom .form-box .form-row .form-item .news-check {
  margin-top: -15px;
}

.regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] {
  display: none;
}

.regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label:before {
  content: "";
  display: block;
  border: 1px solid #D6D8DC;
  width: 17px;
  height: 17px;
  background: #fff;
  float: left;
  margin-top: 5px;
}

.regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label span {
  display: block;
  color: #333;
  font-size: 17px;
  float: left;
  font-weight: normal;
  padding-left: 10px;
}

.regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label .icon-check {
  position: absolute;
  left: 5px;
  top: -15px;
  opacity: 0;
}

.regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox]:checked + label .icon-check {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.regist-zoom.sended {
  padding: 90px 0 230px 0;
}

.send-box {
  margin: -30px auto 0 auto;
  padding: 0 20px;
  text-align: center;
}

.send-box .title {
  width: 100%;
  color: #CF1032;
  font-family: "Russo One";
  line-height: 1em;
  margin-top: 32px;
}

.send-box p {
  margin-bottom: 0;
  color: #00063D;
  margin-top: 20px;
  font-weight: bolder;
}

.send-box .btn-red {
  display: block;
  width: 100%;
  max-width: 245px;
  height: 55px;
  background: #CF1032;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  margin: 28px auto;
}

.send-box .btn-red:hover {
  background: #00063D;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.send-box.support {
  margin: -15px auto 0 auto;
}

.contact-zoom {
  width: 100%;
  margin-top: -30px;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-zoom .g-map {
  max-width: 1270px;
  width: 66.5%;
  float: left;
  position: relative;
  height: 100%;
  background: #fff;
}

.contact-zoom .g-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-zoom .g-map .cover {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0;
  display: block;
}

.contact-zoom .g-map .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-zoom .contact-info {
  background: #00063D;
  max-width: 650px;
  width: 33.5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
}

.contact-zoom .contact-info .contact-box {
  max-width: 525px;
  padding-right: 25px;
}

.contact-zoom .contact-info .contact-box .title {
  text-align: left;
}

.contact-zoom .contact-info .contact-box .title:before {
  margin-left: 0;
  margin-bottom: 40px;
}

.contact-zoom .contact-info .company-info {
  margin: 30px 0 0 0;
  padding: 0;
  max-width: 425px;
  padding-right: 25px;
}

.contact-zoom .contact-info .company-info li {
  list-style: none;
  color: #fff;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}

.contact-zoom .contact-info .company-info li a, .contact-zoom .contact-info .company-info li a[href^="tel:"] {
  color: #fff;
}

.contact-zoom .contact-info .company-info li a:hover, .contact-zoom .contact-info .company-info li a[href^="tel:"]:hover {
  color: #CF1032;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.contact-zoom .contact-info .company-info li:before {
  font-family: "fontello";
  display: inline-block;
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0;
  margin-top: 3px;
}

.contact-zoom .contact-info .company-info li.info-address:before {
  content: "\e824";
  font-weight: bold;
}

.contact-zoom .contact-info .company-info li.info-tel:before {
  content: "\e823";
  font-weight: bold;
}

.contact-zoom .contact-info .company-info li.info-fax:before {
  content: "\e822";
}

.contact-zoom .contact-info .company-info li.info-mail:before {
  content: "\e821";
}

@media (max-width: 1250px) {
  .contact-zoom .g-map {
    width: 53%;
  }
  .contact-zoom .contact-info {
    width: 47%;
    padding-left: 25px;
  }
}

@media (max-width: 1025px) {
  .contact-zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .contact-zoom .g-map {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }
  .contact-zoom .g-map .cover {
    display: none;
  }
  .contact-zoom .contact-info {
    width: 100%;
    max-width: 100%;
    padding: 50px 25px;
  }
}

@media (max-width: 769px) {
  .regist-zoom {
    padding: 45px 0 70px 0;
  }
  .regist-zoom.sended {
    padding: 45px 0 110px 0;
  }
}

@media (max-width: 650px) {
  .regist-zoom .form-box .form-row .form-item .regist-submit {
    max-width: 80%;
  }
}

@media (max-width: 577px) {
  .regist-zoom {
    padding: 25px 0 85px 0;
  }
  .regist-zoom .form-box .form-row {
    padding: 0;
  }
  .regist-zoom .form-box .form-row .form-item {
    padding: 10px 15px 5px 15px;
  }
  .regist-zoom .form-box .form-row .form-item .inupt-filed {
    padding: 8px 15px;
  }
  .regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection--single {
    padding: 8px 15px;
  }
  .regist-zoom .form-box .form-row .form-item .select-box .select2-container--default .select2-selection__arrow {
    padding-top: 7px;
  }
  .regist-zoom .form-box .form-row .form-item .techmarks {
    margin-top: 15px;
    padding-top: 0;
  }
  .regist-zoom .form-box .form-row .form-item .techmarks .g-recaptcha {
    margin: 0 auto;
  }
  .regist-zoom .form-box .form-row .form-item .regist-submit {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 15px;
  }
  .regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label:before {
    width: 22px;
  }
  .regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label .icon-check {
    top: -5px;
  }
  .regist-zoom.sended {
    padding: 25px 0 90px 0;
  }
  .send-box .title {
    margin-top: 20px;
  }
  .send-box p {
    margin-top: 15px;
  }
  .send-box .btn-red {
    margin: 15px auto;
  }
  .contact-zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }
  .contact-zoom .g-map {
    height: 400px;
  }
  .contact-zoom .contact-info {
    padding: 50px 0px 100px 20px;
  }
  .contact-zoom .contact-info .contact-box {
    padding-right: 20px;
  }
  .contact-zoom .contact-info .contact-box .title:before {
    margin-bottom: 25px;
  }
  .contact-zoom .contact-info .contact-box .company-info li {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label:before {
    width: 30px;
  }
  .regist-zoom .form-box .form-row .form-item .news-check input[type=checkbox] + label .icon-check {
    top: -5px;
  }
}

.privacy-box {
  width: 100%;
  background: #EFF0F2;
  padding-top: 75px;
}

.privacy-box .zoom {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 60px 20px;
}

.privacy-box .zoom .title-box {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 10px;
}

.privacy-box .zoom .title-box .title {
  font-family: "Russo One";
  color: #CF1032;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0;
}

.privacy-box .zoom .title-box .title:after {
  width: 60px;
  height: 3px;
  border-top: 3px solid #CF1032;
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}

.privacy-box .zoom .text-box {
  color: #757575;
  padding-top: 55px;
  letter-spacing: 0.02em;
}

.privacy-box .zoom .text-box p {
  line-height: 30px;
  margin-bottom: 0;
}

.privacy-box .zoom .text-box ul li {
  list-style: none;
  padding-top: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.privacy-box .zoom .text-box ul li:before {
  content: "";
  display: block;
  content: "●";
  font-size: 8px;
  float: left;
  margin-right: 15px;
  height: 100%;
  position: absolute;
  left: 0;
}

.privacy-box .zoom .text-box .title {
  color: #00063D;
  line-height: 1em;
  font-family: "Teko";
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

.privacy-box .zoom .text-box .dis-br {
  width: 100%;
  height: 15px;
  float: left;
  display: block;
}

.privacy-box .zoom .text-box:nth-last-of-type(1) {
  padding-bottom: 45px;
}

@media (max-width: 577px) {
  .privacy-box .zoom {
    padding: 30px 20px;
  }
  .privacy-box .zoom .title-box {
    padding-top: 35px;
  }
  .privacy-box .zoom .title-box .title:after {
    width: 40px;
    margin-top: 20px;
  }
  .privacy-box .zoom .text-box {
    padding-top: 40px;
  }
}

.landing {
  position: relative;
}

.landing .anchor {
  position: absolute;
  top: -75px;
}

#dealer .pages-top .bn-title .zoom {
  max-width: 720px;
  padding-bottom: 25px;
}

#dealer .pages-top .bn-title .zoom .bread-title {
  letter-spacing: 0.05em;
  margin-left: 3px;
  margin-bottom: -3px;
}

#dealer .pages-top .bn-title .zoom .title {
  line-height: normal;
  margin-top: 5px;
  padding-bottom: 2px;
}

#dealer .grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.dealer-wrap {
  margin-top: -1px;
  background: #fff;
}

.dealer-wrap .pages-title .title:before {
  margin-bottom: 55px;
}

.dealer-section {
  padding-right: 20px;
  padding-left: 20px;
}

.dealer-section .zoom {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.dealer-section .cover {
  width: 100%;
}

.dealer-section .cover img {
  width: 100%;
  height: auto;
  display: block;
}

.dealer-section .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
}

.dealer-section .title-block .pages-title {
  max-width: 1100px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76%;
          flex: 0 0 76%;
  max-width: 76%;
}

@media (max-width: 1200px) {
  .dealer-section .title-block .pages-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.dealer-section .title-block .pages-title .title {
  line-height: 1.2;
}

.dealer-section .title-block .pages-title .title::before {
  margin-bottom: 50px;
}

.dealer-section .title-block .pages-title .subtitle {
  line-height: normal;
  margin-bottom: -10px;
  padding-top: 5px;
}

.dealer-section .title-block .title-blank {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  max-width: 12%;
  text-align: center;
}

.dealer-section .title-block .title-blank:has(a) {
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .dealer-section .title-block .title-blank {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.dealer-section.location {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (max-width: 1025px) {
  .dealer-section.location {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .dealer-section.location {
    padding-top: 30px;
  }
}

.dealer-section.location .search-block {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  color: #00053D;
  letter-spacing: 0.78px;
  font-weight: 500;
  padding-bottom: 30px;
}

.dealer-section.location .search-block .dealer-search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-family: "Teko";
}

@media (max-width: 1025px) {
  .dealer-section.location .search-block .dealer-search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dealer-section.location .search-block .dealer-search-form select, .dealer-section.location .search-block .dealer-search-form input {
  border-radius: 0;
  text-overflow: ellipsis;
  padding-right: 25px;
}

.dealer-section.location .map-block {
  position: relative;
}

.dealer-section.location .map-tab-nav {
  display: none;
}

@media (max-width: 768px) {
  .dealer-section.location .map-tab-nav {
    display: block;
  }
}

.dealer-section.location .map-tab-nav .mobile-tab-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dealer-section.location .map-tab-nav .mobile-tab-list.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.dealer-section.location .map-tab-nav .mobile-tab-list > li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.dealer-section.location .map-tab-nav .mobile-tab-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 17px;
  padding: 21px 10px;
  height: 100%;
  line-height: 1;
  background-color: #D9DAE5;
  color: #00063D;
}

.dealer-section.location .map-tab-nav .mobile-tab-list > li.active > a {
  background-color: #00063D;
  color: #fff;
}

.dealer-section.location .map-tab-nav .mobile-tab-list > li.active > a .icon {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.dealer-section.location .map-tab-nav .mobile-tab-list > li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}

.dealer-section.location .map-tab-nav .mobile-tab-list img {
  max-width: 100%;
  height: auto;
}

.dealer-section.location .map-tab-content {
  position: relative;
}

@media (max-width: 768px) {
  .dealer-section.location .map-tab-content .tab-panel:not(.active) {
    position: absolute;
    visibility: hidden;
    right: 100%;
  }
}

@media (max-width: 768px) {
  .dealer-section.location .map-tab-content .tab-panel.active {
    position: static;
    visibility: visible;
    right: auto;
  }
}

.buy-online-link {
  font-size: 17px;
  letter-spacing: .5px;
  color: #000;
  border: 1px solid #E5E5E5;
  padding: 12px 32px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.buy-online-link:hover {
  background: #00053D;
  border-color: #00053D;
  color: #fff;
}

.dealer-search-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 1025px) {
  .dealer-search-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6px;
  }
}

.dealer-search-filter > *:not(:last-child) {
  border-right: 1px solid #fff;
}

@media (max-width: 1025px) {
  .dealer-search-filter > *:not(:last-child) {
    border-right: 0;
    margin-bottom: 6px;
  }
}

.dealer-search-filter .input-box {
  width: 22.38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  outline: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #00053D;
}

@media (max-width: 1025px) {
  .dealer-search-filter .input-box {
    width: 100%;
  }
}

.dealer-search-filter .input-box .input-zipcode {
  height: 100%;
  width: 100%;
  padding: 29px 15px 29px 30px;
  border: none;
  background: #D9DAE5;
  color: #00053D;
  outline: none;
  letter-spacing: 0.03em;
}

@media (max-width: 1025px) {
  .dealer-search-filter .input-box .input-zipcode {
    padding: 9.5px 20px;
  }
}

.dealer-search-filter .input-box .input-zipcode::-webkit-input-placeholder {
  font-weight: 500;
  color: rgba(0, 5, 61, 0.5);
  opacity: 1;
}

.dealer-search-filter .input-box .input-zipcode:-ms-input-placeholder {
  font-weight: 500;
  color: rgba(0, 5, 61, 0.5);
  opacity: 1;
}

.dealer-search-filter .input-box .input-zipcode::-ms-input-placeholder {
  font-weight: 500;
  color: rgba(0, 5, 61, 0.5);
  opacity: 1;
}

.dealer-search-filter .input-box .input-zipcode::placeholder {
  font-weight: 500;
  color: rgba(0, 5, 61, 0.5);
  opacity: 1;
}

.dealer-search-filter .input-box .input-zipcode::-ms-input-placeholder {
  font-weight: 500;
  color: rgba(0, 5, 61, 0.5);
  opacity: 1;
}

.dealer-select {
  width: 24.627%;
  background-color: #D9DAE5;
  cursor: pointer;
  position: relative;
}

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

.dealer-search-submit {
  width: 100px;
  max-width: 100%;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1025px) {
  .dealer-search-submit {
    width: 100%;
  }
}

.dealer-search-submit button {
  width: 100px;
  max-width: 100%;
  height: 100%;
  min-height: 100px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  background: #00063D;
  letter-spacing: 0.03em;
  padding: 10px;
}

@media (max-width: 1025px) {
  .dealer-search-submit button {
    width: 100%;
    min-height: auto;
    height: 56px;
  }
}

.dealer-search-submit button i {
  font-size: 26px;
}

.dealer-search-submit button:hover {
  background: #CF1032;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.btn-searh-submit {
  width: 100px;
  max-width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.btn-searh-submit button {
  width: 100px;
  max-width: 100%;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  background: #00063D;
  height: 100%;
  letter-spacing: 0.03em;
}

.btn-searh-submit button i {
  font-size: 24px;
}

.btn-searh-submit button:hover {
  background: #CF1032;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.dealer-search-form .select2-container {
  height: 100%;
}

.dealer-search-form .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.dealer-search-form .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  letter-spacing: 0.78px;
  font-weight: 500;
  color: #00053D;
  opacity: 1;
}

.dealer-search-form .select2-search--inline .select2-search__field:-ms-input-placeholder {
  letter-spacing: 0.78px;
  font-weight: 500;
  color: #00053D;
  opacity: 1;
}

.dealer-search-form .select2-search--inline .select2-search__field::-ms-input-placeholder {
  letter-spacing: 0.78px;
  font-weight: 500;
  color: #00053D;
  opacity: 1;
}

.dealer-search-form .select2-search--inline .select2-search__field::placeholder {
  letter-spacing: 0.78px;
  font-weight: 500;
  color: #00053D;
  opacity: 1;
}

.dealer-search-form .select2-search--inline .select2-search__field::-ms-input-placeholder {
  letter-spacing: 0.78px;
  font-weight: 500;
  color: #00053D;
  opacity: 1;
}

.dealer-search-form .select-box {
  background: #EFF0F2;
  width: 24.627%;
  height: 100%;
  font-size: 26px;
}

@media (max-width: 1025px) {
  .dealer-search-form .select-box {
    width: 100%;
  }
}

.dealer-search-form .select-box .select2-container {
  display: block;
}

.dealer-search-form .select-box .select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: unset;
  white-space: normal;
  word-break: break-word;
  padding-right: 30px;
}

.dealer-search-form .select-box .select2-container--default .select2-selection__rendered {
  padding: 0;
  letter-spacing: 0.03em;
  text-align: left;
  font-family: "Teko";
  color: #00053D;
  font-size: 26px;
  line-height: 1em;
  font-weight: 500;
}

.dealer-search-form .select-box .select2-container--default .select2-selection__arrow {
  position: relative;
  top: auto;
  left: auto;
  right: 25px;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1025px) {
  .dealer-search-form .select-box .select2-container--default .select2-selection__arrow {
    right: 0;
  }
}

.dealer-search-form .select-box .select2-container--default .select2-selection__arrow b {
  border: none;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dealer-search-form .select-box .select2-container--default .select2-selection__arrow b:before {
  display: block;
  content: "\e812";
  font-family: "fontello";
  font-size: 21px;
  color: #00053D;
  line-height: 0.5;
}

.dealer-search-form .select-box .select2-container--default .select2-selection--single,
.dealer-search-form .select-box .select2-container--default .select2-selection--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #D9DAE5;
  border: none;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  outline: none;
  height: 100%;
}

@media (max-width: 1025px) {
  .dealer-search-form .select-box .select2-container--default .select2-selection--single,
  .dealer-search-form .select-box .select2-container--default .select2-selection--multiple {
    padding: 9.5px 20px;
    min-height: 56px;
  }
}

.dealer-search-form .select-box .select2-container--default .select2-selection--multiple .select2-selection__rendered:not(:has(.select2-selection__clear)) {
  position: relative;
}

.dealer-search-form .select-box .select2-container--default .select2-selection--multiple .select2-selection__rendered:not(:has(.select2-selection__clear)):before {
  display: inline-block;
  content: "\e806";
  font-family: "fontello";
  font-size: 21px;
  font-weight: 600;
  color: #00053D;
  line-height: 1;
  position: absolute;
  right: 23px;
  top: calc(50% - 10px);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

@media (max-width: 1025px) {
  .dealer-search-form .select-box .select2-container--default .select2-selection--multiple .select2-selection__rendered:not(:has(.select2-selection__clear)):before {
    right: 0;
  }
}

.dealer-search-form .select-box .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  pointer-events: none;
}

.dealer-search-form .select-box .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  pointer-events: auto;
  font-size: 24px;
}

.dealer-search-form .select-box .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  margin-top: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}

.dealer-search-form .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.dealer-search-form .select-box .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered:not(:has(.select2-selection__clear)):before {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.dealer-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EDEDF2;
}

.dealer-body .select2-container--default .select2-results__option[aria-selected=true] {
  background: #EDEDF2;
}

.dealer-body .select2-container--default .select2-selection--multiple {
  background: #D9DAE5;
  border: 0;
  cursor: pointer;
}

.dealer-body .select2-results {
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.dealer-body .select2-results__options {
  max-height: 192px;
  overflow-y: auto;
}

.dealer-body .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.dealer-body .select2-results__options::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.dealer-body .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #C5C5C5;
}

.dealer-body .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

.dealer-body .select2-results__option {
  padding: 9px 30px 9px 30px;
  min-height: 48px;
  font-size: 16px;
  color: #757575;
  font-family: "Noto Sans";
  font-weight: 400;
  word-break: break-all;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 1025px) {
  .dealer-body .select2-results__option {
    padding: 9px 18px 9px 20px;
  }
}

.dealer-body .select2-dropdown.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.option-has-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.option-has-img img {
  margin-right: 10px;
}

.option-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.option-checkbox:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  border: 1px solid #00053D;
  border-radius: 0;
  background-color: #fff;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.select2-results__option[aria-selected=true] .option-checkbox::after {
  content: '';
  background: url("images/dealer/checked-icon.svg") center no-repeat;
  color: #00053D;
  line-height: 1;
  color: #fff;
  background-color: #00053D;
  border: 0;
  display: inline-block;
}

.dealer-map-display {
  width: 100%;
  height: calc(100vh - 75px);
  height: calc(100dvh - 75px);
}

@media (max-width: 1200px) {
  .dealer-map-display {
    height: calc(50vh - 95px);
    height: calc(50dvh - 95px);
  }
}

@media (max-width: 768px) {
  .dealer-map-display {
    height: calc(100vh - 135px);
    height: calc(100dvh - 135px);
  }
}

.dealer-map-side {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 900;
  background: #fff;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 440px;
  max-width: 38%;
  height: calc(100% - 60px);
  max-height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.dealer-map-side::-webkit-scrollbar {
  width: 8px;
}

.dealer-map-side::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.dealer-map-side::-webkit-scrollbar-thumb {
  background-color: #C5C5C5;
}

.dealer-map-side::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

@media (max-width: 1200px) {
  .dealer-map-side {
    padding: 0 30px;
    border: 1px solid #D7D8DC;
    border-top: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 50vh;
    max-height: 50vh;
    max-height: 50dvh;
  }
}

@media (max-width: 768px) {
  .dealer-map-side {
    overflow-y: unset;
    height: auto;
    max-height: none;
  }
}

.dealer-map-side .cancel-search-result {
  margin: 0 -25px;
  padding: 0 25px;
  border-bottom: 0px solid transparent;
  color: #00053D;
  font-size: 16px;
  letter-spacing: .4px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .dealer-map-side .cancel-search-result {
    margin: 0 -30px;
    padding: 0 30px;
  }
}

.dealer-map-side .cancel-search-result .text {
  margin: 0;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.dealer-map-side.active .cancel-search-result {
  border-bottom: 1px solid #D7D8DC;
  opacity: 1;
  height: auto;
  padding: 20px 25px;
  pointer-events: auto;
  position: relative;
}

@media (max-width: 1200px) {
  .dealer-map-side.active .cancel-search-result {
    padding: 20px 30px;
  }
}

.dealer-map-side.active .dealer-map-side-list > li .map-side-item {
  border-bottom: 0;
}

.dealer-map-side.active .dealer-map-side-list > li:not(.active) {
  display: none;
}

.dealer-map-side-list {
  margin: 0;
  padding: 0;
}

.dealer-map-side-list > li {
  list-style: none;
  pointer-events: auto;
}

.dealer-map-side-list > li:not(:last-child) .map-side-item {
  border-bottom: 1px solid #D7D8DC;
}

.dealer-map-side-list > li.active {
  height: auto;
  opacity: 1;
  -webkit-transition: height 0s linear;
  transition: height 0s linear;
}

.map-side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .map-side-item {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.map-side-item .item-icon {
  position: relative;
  margin-top: 2px;
  width: 28px;
  min-height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.map-side-item .item-icon .icon-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.map-side-item .item-icon .icon-number {
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
}

.map-side-item .item-main {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

@media (max-width: 575px) {
  .map-side-item .item-main {
    padding-right: 0;
  }
}

.map-side-item .item-title {
  font-size: 28px;
  font-family: "Teko";
  line-height: 1.25;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.map-side-item .item-title:hover {
  -webkit-text-decoration-color: #00053D;
          text-decoration-color: #00053D;
}

.map-side-item .item-distance {
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.map-side-item .item-types {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

.map-side-item .item-types > li {
  list-style: none;
}

.map-side-item .item-types .type-img-box {
  padding: 0 6px 6px;
}

.map-side-item .item-text-links {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

@media (max-width: 575px) {
  .map-side-item .item-text-links {
    padding-bottom: 5px;
  }
}

.map-side-item .item-text-links > li {
  list-style: none;
}

.map-side-item .item-text-links a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #333333;
  letter-spacing: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.map-side-item .item-text-links a:hover {
  -webkit-text-decoration-color: #333333;
          text-decoration-color: #333333;
}

.map-side-item .item-btn-links {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .map-side-item .item-btn-links {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .map-side-item .item-btn-links {
    margin: 0;
  }
}

.map-side-item .item-btn-links > li {
  list-style: none;
  padding: 0 6px;
  min-height: 53px;
  width: 100%;
  max-width: 50%;
}

@media (max-width: 575px) {
  .map-side-item .item-btn-links > li {
    max-width: 100%;
    padding: 0;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .map-side-item .item-btn-links > li:not(:last-child) {
    padding-bottom: 8px;
  }
}

.map-side-item .item-btn-links .btn-link {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 2px;
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

@media (max-width: 575px) {
  .map-side-item .item-btn-links .btn-link {
    padding: 0;
  }
}

.map-side-item .item-btn-links .btn-link:hover {
  padding: 0;
}

.map-side-item .item-btn-links .btn-link .link-inner {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 575px) {
  .map-side-item .item-btn-links .btn-link .link-inner {
    padding: 13px;
  }
}

.map-side-item .item-btn-links .btn-link.red .link-inner {
  color: #fff;
  background: #CF1032;
  border: 1px solid #CF1032;
}

.map-side-item .item-btn-links .btn-link.blue .link-inner {
  color: #00053D;
  border: 1px solid #00053D;
}

.map-side-item .item-btn-links .btn-link:hover .link-inner {
  padding: 14px 17px;
}

@media (max-width: 575px) {
  .map-side-item .item-btn-links .btn-link:hover .link-inner {
    padding: 13px;
  }
}

.map-side-item:hover .item-title {
  -webkit-text-decoration-color: #00053D;
          text-decoration-color: #00053D;
}

.map-marker-style {
  background-color: #00053D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.map-marker-style::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00053D;
  top: 85%;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 0;
  width: 0;
  z-index: 1;
}

.map-marker-style.highlight {
  background-color: #CF1032;
}

.map-marker-style.highlight::after {
  border-top: 15px solid #CF1032;
}

@media (min-width: 769px) {
  .map-marker-style:hover {
    background-color: #CF1032;
  }
  .map-marker-style:hover::after {
    border-top: 15px solid #CF1032;
  }
}

.dealer-section.distributors {
  background-color: #E7E7E7;
  padding-bottom: 100px;
}

@media (max-width: 1025px) {
  .dealer-section.distributors {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .dealer-section.distributors {
    padding-bottom: 45px;
  }
}

.dealer-section.distributors .title-block {
  padding-top: 155px;
}

@media (max-width: 1025px) {
  .dealer-section.distributors .title-block {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .dealer-section.distributors .title-block {
    padding-top: 50px;
  }
}

.dealer-section.distributors .list-block {
  padding-bottom: 28px;
}

.dealer-section.distributors .landing .anchor {
  top: 220px;
}

@media (max-width: 1025px) {
  .dealer-section.distributors .landing .anchor {
    top: 120px;
  }
}

@media (max-width: 575px) {
  .dealer-section.distributors .landing .anchor {
    top: 40px;
  }
}

.online-distributors-list {
  margin: 0 -18px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.online-distributors-list > li {
  list-style: none;
  padding: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 1025px) {
  .online-distributors-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .online-distributors-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.online-distributors-list > li > a {
  background: #fff;
  display: block;
  padding: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.online-distributors-list > li > a:hover {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.online-distributors-list img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
