@charset "UTF-8";
.page__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page__item {
  list-style-type: none;
  margin-left: 5px;
}
.page__item:first-child {
  margin-left: 0;
}
.page__item--active .page__item-link {
  border: 1px solid #0032a0;
  border-image-source: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  border-image-slice: 1;
  color: #777777;
}
.page__item-link {
  color: #333333;
  border: 1px solid transparent;
  font-size: 1.125em;
  font-weight: 400;
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media (max-width: 479px) {
  .page__item-link {
    width: 30px;
    height: 30px;
    font-size: 0.875em;
  }
}
.page__item-link:hover {
  color: #777777;
}
.page__item-link:hover .page__item-icon--prev {
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px -10px;
}
.page__item-link:hover .page__item-icon--next {
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -7px -10px;
}
.page__item-icon--prev {
  display: block;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0px 0px;
  width: 7px;
  height: 10px;
}
.page__item-icon--next {
  display: block;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -7px 0px;
  width: 7px;
  height: 10px;
}

.navbar-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-block__logo img {
  width: 180px;
}
#menu {
  position: relative;
}
#menu .cbp-af-header-shrink ~ .for-trans .goog-te-gadget-simple {
  top: 20px;
}
#menu .cbp-af-header-shrink ~ .for-trans .goog-te-menu-value span:nth-child(3)::after {
  border-top-color: #999999;
}
#menu .cbp-af-header-shrink ~ .for-trans .goog-te-gadget-icon {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
#menu .for-trans {
  width: 100%;
  height: 0;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100000000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 768px) {
  #menu .for-trans {
    position: fixed;
    display: none;
  }
  #menu .for-trans.active {
    display: block;
  }
  #menu .for-trans.active .goog-te-gadget-simple {
    top: 200px;
  }
}
#menu #google_translate_element {
  max-width: 50px;
  width: 100%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (max-width: 768px) {
  #menu #google_translate_element {
    max-width: unset;
    margin-left: 0;
    left: 0 !important;
    right: 0;
    display: flex;
    justify-content: center;
  }
}
#menu .goog-te-gadget-simple {
  /*max-width: 50px;
  width: 100%;
  */
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding: 0 20px 0 5px !important;
  font-size: 1rem !important;
  line-height: 2rem !important;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 35px;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 768px) {
  #menu .goog-te-gadget-simple {
    max-width: unset;
    padding: 0 !important;
    top: 200px;
    /*opacity: 0;*/
  }
}
#menu .goog-te-menu2 {
  max-width: 120px;
  width: 100%;
}
#menu .goog-te-gadget-icon {
  width: 18px;
  height: 18px;
  background-image: url(../images/globe.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
}
#menu .goog-te-menu-value {
  margin: 0;
  font-size: 0;
}
#menu .goog-te-menu-value span:nth-child(3)::after {
  content: "";
  border-width: 4px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 12px;
}
#menu .goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.inside #menu .goog-te-menu-value span:nth-child(3)::after {
  border-top-color: #999999;
}
.inside .goog-te-gadget-icon {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.index .logo-color {
  display: none;
}
@media (max-width: 991px) {
  .index .logo-white img, .index .logo-color img {
    width: 150px;
  }
}
.index .cbp-af-header-shrink .logo-white {
  display: none;
}
.index .cbp-af-header-shrink .logo-color {
  display: block;
}

.nav-block {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-block::before, .nav-block::after {
  display: none;
}
.nav-block ul {
  margin-bottom: 0;
}
.nav-block .logo-white img, .nav-block .logo-color img {
  width: 180px;
}
@media (max-width: 991px) {
  .nav-block .logo-white img, .nav-block .logo-color img {
    width: 160px;
  }
}
.nav-link {
  display: -webkit-box;
  margin-right: 75px;
}

.inside .cbp-af-header {
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.inside .logo-white {
  display: none;
}
.inside .logo-color {
  display: block;
}
.inside .cbp-af-header #nav a {
  color: #333333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.inside .cbp-af-header #nav a:hover {
  opacity: 0.8;
}
.inside #social li a {
  color: #333333;
}
.inside #social li {
  background: #f9f9f9;
  border-left: 1px solid #DDDDDD;
}
.inside #social li:first-child {
  border-left: none;
}
.inside #social li:last-child {
  border-right: 1px solid #DDDDDD;
}
.inside #social li:hover a {
  color: #fff;
}

.heaingtext-btn {
  font-size: 1.125em;
  font-weight: 400;
  color: #fff;
  border: 3px solid #0032a0;
  border-image-source: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  border-image-slice: 20;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 198px;
  min-height: 46px;
  margin-top: 230px;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (max-width: 991px) {
  .heaingtext-btn {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .heaingtext-btn {
    margin-top: 100px;
  }
}
.heaingtext-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  color: #fff;
}

.intro-bg {
  background-color: #070707;
}
.intro-title {
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .intro-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .intro-title {
    font-size: 1.375em;
  }
}
.intro-text {
  font-size: 1.125em;
  color: #999999;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .intro-text {
    font-size: 1em;
  }
}
.intro-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro-item {
  width: 212px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .intro-item {
    width: 50%;
    margin-top: 10px;
  }
  .intro-item:nth-child(1), .intro-item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .intro-item {
    width: 100%;
  }
  .intro-item:nth-child(2) {
    margin-top: 10px;
  }
}
.intro-icon img {
  width: 40px;
}

.innercenter-title {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2em;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .innercenter-title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .innercenter-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .innercenter-title {
    font-size: 1.375em;
  }
}
.innercenter-text {
  font-size: 1.5625em;
  color: #999999;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 35px;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 8.4em;
}
@media (max-width: 1199px) {
  .innercenter-text {
    font-size: 1.125em;
    line-height: 1.2em;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 9.6em;
  }
}
@media (max-width: 767px) {
  .innercenter-text {
    font-size: 1em;
  }
}

.desc-slider-arrow__prev {
  background: url("../images/desc-slider-arrow.png");
  background-size: 100% auto;
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.desc-slider-arrow__next {
  background: url("../images/desc-slider-arrow.png");
  background-size: 100% auto;
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: block;
}

.works {
  background-color: #1E1E1E;
}
.works-title {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .works-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .works-title {
    font-size: 1.375em;
  }
}
.works-text {
  font-size: 1.125em;
  color: #999999;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .works-text {
    font-size: 1em;
  }
}

.slideworks-title {
  background: #0032A0;
  font-weight: 700;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
}
.slideworks-title img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .slideworks-title img {
    width: 20px;
    height: 20px;
  }
}
.slideworks-list {
  list-style: disc;
  margin-left: 20px;
  margin-top: 40px;
}
.slideworks-listitem {
  color: #999999;
  font-size: 1.125em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .slideworks-listitem {
    font-size: 16px;
  }
}
.slideworks-btn {
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  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;
  padding: 5px;
  width: 198px;
  height: 46px;
  border: 3px solid #0032a0;
  border-image-source: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  border-image-slice: 20;
  margin-top: 45px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (max-width: 767px) {
  .slideworks-btn {
    font-size: 16px;
    width: 160px;
  }
}
.slideworks-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
}

.text-box {
  width: 945px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service {
  background-color: #070707;
  padding-top: 60px;
  padding-bottom: 70px;
}
.service-title {
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (max-width: 800px) {
  .service-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .service-title {
    font-size: 1.375em;
  }
}
.service-text {
  font-size: 1.125em;
  color: #999999;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .service-text {
    font-size: 1em;
  }
}
.service-block {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.service-quality {
  padding-top: 70px;
}
.service-quality__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.service-quality__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

.contact-btn {
  width: 198px;
  height: 46px;
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  border: none;
  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;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-family: "PT Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  outline: none;
}
.contact-btn:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to left, #0032a0 0%, #8e6199 61%, #8b189b 100%);
}
.contact-formbtn {
  border: 3px solid #0032a0;
  border-image-source: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  border-image-slice: 20;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}
.contact-formbtn:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
}
.contact-map {
  width: 100%;
  max-width: 100%;
  height: 295px;
}

.map {
  background-color: #131313;
  padding-top: 45px;
  padding-bottom: 45px;
}
.map-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .map-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.map-info__item {
  color: #fff;
  font-size: 1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .map-info__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .map-info__item {
    width: 100%;
    text-align: center;
  }
}
.map-info__item--hover:hover {
  opacity: 0.8;
  color: #fff;
}
.map-info__item i {
  margin-right: 10px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
}
.footer p {
  font-size: 1em;
  color: #727171;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .indexbanner-block {
    margin-top: 70px;
  }
}
.indexbanner-item {
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .indexbanner-item {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 115px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .indexbanner-item {
    padding-top: 0px;
    padding-bottom: 40px;
    height: 70vh;
  }
}
.indexbanner-item__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.indexbanner-item__title {
  color: #fff;
  text-align: center;
  font-size: 5em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .indexbanner-item__title {
    font-size: 3.125em;
    line-height: 1em;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2em;
  }
}
@media (max-width: 767px) {
  .indexbanner-item__title {
    font-size: 2em;
  }
}
.indexbanner-item__text {
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2em;
}
@media (max-width: 1199px) {
  .indexbanner-item__text {
    font-size: 1.625em;
  }
}
@media (max-width: 767px) {
  .indexbanner-item__text {
    font-size: 1.375em;
  }
}
.indexbanner-item__btn {
  font-size: 1.125em;
  font-weight: 400;
  color: #fff;
  border: 3px solid #0032a0;
  border-image-source: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  border-image-slice: 20;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 198px;
  min-height: 46px;
  margin-top: 360px;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (max-width: 767px) {
  .indexbanner-item__btn {
    margin-top: 300px;
  }
}
.indexbanner-item__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  color: #fff;
}
.indexbanner .slick-prev {
  left: 20px;
}
@media (max-width: 1199px) {
  .indexbanner .slick-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .indexbanner .slick-prev {
    left: 5px;
  }
}
.indexbanner .slick-next {
  right: 20px;
}
@media (max-width: 1199px) {
  .indexbanner .slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .indexbanner .slick-next {
    right: 5px;
  }
}
.indexbanner .slick-next, .indexbanner .slick-prev {
  width: 40px;
  height: 42px;
  z-index: 1;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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;
  top: calc(50% - 21px);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .indexbanner .slick-next, .indexbanner .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.indexbanner .slick-next:hover, .indexbanner .slick-prev:hover {
  opacity: 1;
}
.indexbanner .slick-prev:before {
  color: transparent;
  opacity: 1;
  background: url("../images/arrow-prev.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 42px;
}
@media (max-width: 767px) {
  .indexbanner .slick-prev:before {
    width: 100%;
    height: auto;
  }
}
.indexbanner .slick-next:before {
  color: transparent;
  opacity: 1;
  background-image: url("../images/arrow-next.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 42px;
}
@media (max-width: 767px) {
  .indexbanner .slick-next:before {
    width: 100%;
    height: auto;
  }
}
.indexbanner .slick-next.slick-disabled, .indexbanner .slick-prev.slick-disabled {
  opacity: 0;
  display: none;
  width: 0;
  height: 0;
}
.indexbanner .slick-next.slick-disabled:before, .indexbanner .slick-prev.slick-disabled:before {
  display: none;
}
.indexbanner .slick-dots {
  bottom: 30px;
}
@media (max-width: 575px) {
  .indexbanner .slick-dots {
    bottom: 10px;
  }
}
.indexbanner .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  padding: 0;
}
.indexbanner .slick-dots li {
  width: 10px;
  height: 10px;
}
.indexbanner .slick-dots li button:before {
  display: none;
}
.indexbanner .slick-dots li.slick-active button {
  background-color: #fff;
  border-radius: 100%;
}
.indexbanner.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.pt {
  padding-top: 180px;
}
@media (max-width: 826px) {
  .pt {
    padding-top: 110px;
  }
}

.product-title {
  font-size: 2.5em;
  color: #222222;
  text-align: center;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .product-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .product-title {
    font-size: 1.375em;
  }
}
.product-text {
  font-size: 1.125em;
  color: #777777;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .product-text {
    font-size: 1em;
  }
}
.product-nav {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .product-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-nav__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 12px;
  color: #333333;
  font-size: 1.125em;
  font-weight: 400;
  background: #efefef;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: 15px;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .product-nav__item {
    font-size: 1em;
    padding: 8px 10px;
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .product-nav__item {
    padding: 8px 5px;
    margin-right: 5px;
    width: calc(50% - 5px);
  }
}
.product-nav__item:last-child {
  margin-right: 0;
}
.product-nav__item:hover {
  opacity: 0.8;
  color: #333333;
}
.product-nav__item--active {
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  color: #fff;
}
.product-nav__item--active:hover {
  background: -webkit-gradient(linear, right top, left top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to left, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  opacity: 1;
  color: #fff;
}
.product-block {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
}
.product-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 25%;
  height: 314px;
}
@media (max-width: 1199px) {
  .product-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .product-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .product-item {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 479px) {
  .product-item {
    height: 290px;
  }
}
.product-item:hover .product-item__overlay {
  opacity: 1;
}
.product-item__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 15px;
  text-align: center;
}
.product-item__title {
  font-size: 1.5625em;
  color: #fff;
  font-weight: 400;
}
.product-item__title::after {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  background-color: #898989;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.product-pages {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .product-pages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.insideproduct-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .insideproduct-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .insideproduct-info {
    padding-bottom: 40px;
  }
}
.insideproduct-info__left {
  width: 570px;
}
@media (max-width: 1199px) {
  .insideproduct-info__left {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .insideproduct-info__left {
    width: 100%;
    padding-top: 30px;
  }
}
.insideproduct-info__right {
  width: calc(100% - 570px);
  padding-left: 60px;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .insideproduct-info__right {
    width: calc(100% - 450px);
  }
}
@media (max-width: 991px) {
  .insideproduct-info__right {
    width: 100%;
    padding-left: 0;
  }
}
.insideproduct-info__img img {
  width: 100%;
  display: block;
}
.insideproduct-info__video iframe {
  width: 100%;
  height: 385px;
  display: block;
}
@media (max-width: 575px) {
  .insideproduct-info__video iframe {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .insideproduct-info__video iframe {
    height: 250px;
  }
}
.insideproduct-info__title {
  font-size: 1.625em;
  font-weight: 400;
  color: #333333;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .insideproduct-info__title {
    font-size: 1.625em;
  }
}
@media (max-width: 575px) {
  .insideproduct-info__title {
    font-size: 1.375em;
  }
}
.insideproduct-info__list {
  list-style-type: square;
  margin-left: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .insideproduct-info__list {
    margin-top: 15px;
  }
}
.insideproduct-info__item {
  font-size: 1.125em;
  font-weight: 400;
  color: #333333;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  .insideproduct-info__item {
    font-size: 1em;
    padding-bottom: 15px;
  }
}
.insideproduct-info__item:last-child {
  padding-bottom: 0;
}
.insideproduct-block {
  background-color: #1a1a1a;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .insideproduct-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.insideproduct-body {
  line-height: 1.5;
  color: #fff;
}
.insideproduct-body h1, .insideproduct-body h2, .insideproduct-body h3, .insideproduct-body h4, .insideproduct-body h5, .insideproduct-body h6 {
  color: #fff;
}
.insideproduct-body h1 {
  font-size: 2em;
}
.insideproduct-body h2 {
  font-size: 1.625em;
}
.insideproduct-body h3 {
  font-size: 1.25em;
}
.insideproduct-body h4 {
  font-size: 1.125em;
}
.insideproduct-body h5 {
  font-size: 0.9375em;
}
.insideproduct-body h6 {
  font-size: 0.8125em;
}
.insideproduct-body p {
  margin-bottom: 0;
  color: #fff;
}
.insideproduct-body img {
  max-width: 100%;
  display: block;
}
.insideproduct-body a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.insideproduct-body a:hover {
  border-bottom: none;
  opacity: 0.6;
}
.insideproduct-body iframe {
  width: 100%;
  height: 560px;
}
@media (max-width: 767px) {
  .insideproduct-body iframe {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .insideproduct-body iframe {
    height: 200px;
  }
}
.insideproduct-body table {
  background-color: transparent;
}
.insideproduct-body td {
  border: 1px solid #777777;
  padding: 10px 5px;
  color: #fff;
}
.insideproduct-body ul, .insideproduct-body ol {
  margin-left: 20px;
}
.insideproduct-body ul {
  list-style-type: disc;
}
.insideproduct-body__item {
  position: relative;
  margin-top: 10px;
}
.insideproduct-body__item:first-child {
  margin-top: 0;
}
.insideproduct-body__img img {
  max-width: 100%;
  width: 100%;
}
.insideproduct-body__text {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 2.8125em;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .insideproduct-body__text {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .insideproduct-body__text {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .insideproduct-body__text {
    font-size: 1.25em;
  }
}
.insideproduct-btn {
  margin-top: 60px;
  width: 160px;
  height: 46px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .insideproduct-btn {
    margin-top: 30px;
  }
}
.insideproduct-btn:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to left, #0032a0 0%, #8e6199 61%, #8b189b 100%);
}

.news-title {
  font-size: 2.5em;
  color: #222222;
  text-align: center;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2em;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .news-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .news-title {
    font-size: 1.375em;
  }
}
.news .grid .row {
  text-align: center;
}
.news-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.news-item {
  width: 290px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 16px;
  position: relative;
}
.news-item:nth-child(1) {
  margin-top: 0;
}
.news-item:nth-child(2) {
  margin-top: 0;
}
.news-item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .news-item {
    width: calc(50% - 20px);
  }
  .news-item:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .news-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .news-item:nth-child(2) {
    margin-top: 20px;
  }
}
.news-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #F4F4F4;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-item:hover::before {
  opacity: 1;
}
.news-item__more {
  color: #888888;
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 70px;
}
.news-pages {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .news-pages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news .box {
  border: 3px solid #555555;
  height: 306px;
  width: 100%;
  color: #333333;
  padding: 25px;
  z-index: 1;
}
.news .box h3 {
  color: #333333;
  font-size: 1.125em;
  font-weight: 400;
}
.news .box p {
  color: #333333;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.25em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.75em;
  min-height: 3.75em;
}
.news .box .separator {
  background: #999999;
}
.news .box svg line {
  stroke-width: 3;
  stroke: transparent;
  fill: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.news .box:hover {
  border: 3px solid transparent;
  background-color: transparent;
}
.news .box:hover svg line {
  stroke: #8B189B;
}
.news .box:hover svg line.top, .news .box:hover svg line.bottom {
  stroke: #0032a0;
}
.news .demo-3 .box:hover svg line.top {
  -webkit-transform: translateX(-284px);
          transform: translateX(-284px);
}
.news .demo-3 .box:hover svg line.bottom {
  -webkit-transform: translateX(284px);
          transform: translateX(284px);
}
.news .demo-3 .box:hover svg line.left {
  -webkit-transform: translateY(306px);
          transform: translateY(306px);
}
.news .demo-3 .box:hover svg line.right {
  -webkit-transform: translateY(-306px);
          transform: translateY(-306px);
}
.news .box svg line.top, .news .box svg line.bottom {
  stroke-dasharray: 50 220;
}
.news .box svg line.left, .news .box svg line.right {
  stroke-dasharray: 110 250;
}

.insidenews-bg {
  background: #1a1a1a;
  color: #fff;
}
.insidenews-top .separator {
  margin-top: 25px;
  margin-bottom: 0;
}
.insidenews-title {
  font-size: 2.125em;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .insidenews-title {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .insidenews-title {
    font-size: 1.375em;
  }
}
.insidenews-date {
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.insidenews-block {
  padding-top: 60px;
  padding-bottom: 70px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .insidenews-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .insidenews-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.insidenews-body {
  line-height: 1.5;
  color: #fff;
}
.insidenews-body h1, .insidenews-body h2, .insidenews-body h3, .insidenews-body h4, .insidenews-body h5, .insidenews-body h6 {
  color: #fff;
}
.insidenews-body h1 {
  font-size: 2em;
}
.insidenews-body h2 {
  font-size: 1.625em;
}
.insidenews-body h3 {
  font-size: 1.25em;
}
.insidenews-body h4 {
  font-size: 1.125em;
}
.insidenews-body h5 {
  font-size: 0.9375em;
}
.insidenews-body h6 {
  font-size: 0.8125em;
}
.insidenews-body p {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #fff;
}
.insidenews-body img {
  max-width: 100%;
  display: block;
}
.insidenews-body a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.insidenews-body a:hover {
  border-bottom: none;
  opacity: 0.8;
}
.insidenews-body iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .insidenews-body iframe {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .insidenews-body iframe {
    height: 200px;
  }
}
.insidenews-body table {
  background-color: transparent;
}
.insidenews-body td {
  border: 1px solid #777777;
  padding: 10px 5px;
  color: #fff;
}
.insidenews-body ul, .insidenews-body ol {
  margin-left: 20px;
}
.insidenews-body ul {
  list-style-type: disc;
}
.insidenews-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .insidenews-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.insidenews-btn {
  width: 160px;
  height: 46px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to right, #0032a0 0%, #8e6199 61%, #8b189b 100%);
}
@media (max-width: 575px) {
  .insidenews-btn {
    margin-top: 20px;
  }
}
.insidenews-btn:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#0032a0), color-stop(61%, #8e6199), to(#8b189b));
  background: linear-gradient(to left, #0032a0 0%, #8e6199 61%, #8b189b 100%);
}
.insidenews-link {
  font-weight: 400;
  font-size: 1.125em;
  color: #777777;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insidenews-link__item {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.insidenews-link__item img {
  width: 20px;
  height: 20px;
}
.insidenews-link__item:hover {
  opacity: 1;
}

.langswitch__current{
  height: 40px;
}