*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #1F2933;
  background-color: #fff;
  text-align: left;
}

root, header, footer, nav, main, details, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

p {
  margin: 0 0 16px 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none inside;
}

dt {
  font-size: 16px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: hidden;
}

pre {
  font-family: monospace;
  font-size: 16px;
}

a {
  color: #1F2933;
  background-color: transparent;
  text-decoration: none;
  text-underline-offset: 2px;
  cursor: pointer;
}
a:hover {
  color: #1961CC;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 800;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  vertical-align: top;
  overflow: hidden;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  resize: vertical;
  overflow: auto;
}

[type=radio],
[type=checkbox] {
  padding: 0;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.flex, .align-stretch, .align-baseline, .align-center, .align-end, .align-start, .justify-around, .justify-between, .justify-center, .justify-end, .justify-start, .flex-fill, .flex-wrap-reverse, .flex-nowrap, .flex-wrap, .flex-column, .flex-row {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

.col-auto {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: inherit;
}

h1, .h1 {
  font-size: 32px;
}

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

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

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

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

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

.w-10 {
  width: 10% !important;
}

.h-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.h-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.h-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.h-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.h-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.h-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.h-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.h-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.h-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  width: 100% !important;
}

.d-100 {
  width: 100% !important;
  height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.mt-3,
.my-3 {
  margin-top: 12px !important;
}

.mr-3,
.mx-3 {
  margin-right: 12px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 12px !important;
}

.ml-3,
.mx-3 {
  margin-left: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.mt-4,
.my-4 {
  margin-top: 16px !important;
}

.mr-4,
.mx-4 {
  margin-right: 16px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 16px !important;
}

.ml-4,
.mx-4 {
  margin-left: 16px !important;
}

.m-5 {
  margin: 20px !important;
}

.mt-5,
.my-5 {
  margin-top: 20px !important;
}

.mr-5,
.mx-5 {
  margin-right: 20px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 20px !important;
}

.ml-5,
.mx-5 {
  margin-left: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.mt-6,
.my-6 {
  margin-top: 24px !important;
}

.mr-6,
.mx-6 {
  margin-right: 24px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 24px !important;
}

.ml-6,
.mx-6 {
  margin-left: 24px !important;
}

.m-7 {
  margin: 28px !important;
}

.mt-7,
.my-7 {
  margin-top: 28px !important;
}

.mr-7,
.mx-7 {
  margin-right: 28px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 28px !important;
}

.ml-7,
.mx-7 {
  margin-left: 28px !important;
}

.m-8 {
  margin: 32px !important;
}

.mt-8,
.my-8 {
  margin-top: 32px !important;
}

.mr-8,
.mx-8 {
  margin-right: 32px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 32px !important;
}

.ml-8,
.mx-8 {
  margin-left: 32px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.pt-3,
.py-3 {
  padding-top: 12px !important;
}

.pr-3,
.px-3 {
  padding-right: 12px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 12px !important;
}

.pl-3,
.px-3 {
  padding-left: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.pt-4,
.py-4 {
  padding-top: 16px !important;
}

.pr-4,
.px-4 {
  padding-right: 16px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 16px !important;
}

.pl-4,
.px-4 {
  padding-left: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.pt-5,
.py-5 {
  padding-top: 20px !important;
}

.pr-5,
.px-5 {
  padding-right: 20px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 20px !important;
}

.pl-5,
.px-5 {
  padding-left: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.pt-6,
.py-6 {
  padding-top: 24px !important;
}

.pr-6,
.px-6 {
  padding-right: 24px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 24px !important;
}

.pl-6,
.px-6 {
  padding-left: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.pt-7,
.py-7 {
  padding-top: 28px !important;
}

.pr-7,
.px-7 {
  padding-right: 28px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 28px !important;
}

.pl-7,
.px-7 {
  padding-left: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.pt-8,
.py-8 {
  padding-top: 32px !important;
}

.pr-8,
.px-8 {
  padding-right: 32px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 32px !important;
}

.pl-8,
.px-8 {
  padding-left: 32px !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-small {
  font-size: 15px !important;
}

.text-tiny {
  font-size: 14px !important;
}

.text-red {
  color: #EB4E2C !important;
}

.text-grey {
  color: #7B8794 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.form-control {
  display: block;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #1F2933;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #327ae6;
  box-shadow: 0 0 0 3px rgba(25, 97, 204, 0.3);
}

.form-checkbox input {
  width: 24px;
  height: 24px;
}

.form-captcha .form-control {
  width: 200px;
}

.form-error-message {
  color: #EB4E2C;
}

.button {
  display: inline-block;
  padding: 10px 32px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background-color: #1961CC;
  text-decoration: none;
  border: 1px solid #1961CC;
  border-radius: 8px;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background-color: #1c6ce3;
  text-decoration: none;
}
.button:disabled {
  background-color: #1c6ce3;
  opacity: 0.75;
}

.section {
  margin: 0 auto;
  width: 1500px;
  text-align: left;
}
.section .section-head {
  margin-bottom: 16px;
  padding: 24px 0;
  text-align: center;
}
.section .section-head h3 {
  font-size: 42px;
  font-weight: 900;
}
.section .section-content {
  text-align: left;
}

.header {
  width: 100%;
  height: 188px;
  background-color: #fff;
  text-align: center;
}
.header .section {
  height: 136px;
}
.header .logo {
  margin-right: 40px;
}
.header .menus-layout {
  height: 52px;
}
.header .menus-trigger {
  display: none;
}
.header .menus {
  height: 52px;
}
.header .menus .item-link {
  color: #1F2933;
  text-decoration: none;
}
.header .menus .current {
  color: #888;
}
.header .menu-item {
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.header .menu-item:first-child {
  padding-left: 0;
}
.header .menu-item:hover .item-link {
  color: #888;
}
.header .more-trigger {
  position: relative;
}
.header .more-trigger .item-link::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -3px;
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #1F2933 transparent transparent;
}
.header .more-trigger .current::after {
  border-color: #888 transparent transparent;
}
.header .more-trigger:hover .item-link::after {
  vertical-align: 3px;
  border-color: transparent transparent #888;
}
.header .more-trigger:hover .more-panel {
  display: block;
}
.header .more-panel {
  display: none;
  padding: 16px 32px 24px 24px;
  position: absolute;
  left: 0;
  min-width: 136px;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.header .more-panel .more-item {
  padding: 2px 0;
  white-space: nowrap;
}
.header .more-panel .more-item a {
  color: #1F2933;
  text-decoration: none;
}
.header .more-panel .more-item a:hover {
  color: #006DE5;
  text-decoration: underline;
}
.header .menu-request {
  height: 52px;
  line-height: 52px;
}
.header .menu-request svg {
  margin-right: 4px;
  fill: #EB4E2C;
}
.header .menu-request a {
  font-weight: 800;
  color: #EB4E2C;
}
.header .menu-request:hover svg {
  fill: #1F2933;
}
.header .menu-request:hover a {
  color: #1F2933;
}
.header .query-form {
  position: relative;
}
.header .query-form .form-control {
  padding-left: 20px;
  padding-right: 64px;
  border-radius: 24px;
  width: 640px;
}
.header .query-form .form-control::placeholder {
  color: #999;
}
.header .query-form .button {
  display: block;
  position: absolute;
  margin-top: -20px;
  padding: 0;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 8px;
  z-index: 10;
  background-color: transparent;
  background-image: url("/img/search-button.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}
.header .language {
  user-select: none;
  position: relative;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to bottom, #f2f2f2 0, #fff 75%);
  border: 1px solid #DDD;
  cursor: default;
}
.header .language::after {
  position: absolute;
  top: 16px;
  right: 12px;
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #1F2933 transparent transparent;
}
.header .language:hover .language-more {
  display: block;
}
.header .language:hover::after {
  top: 10px;
  border-color: transparent transparent #1F2933;
}
.header .language .language-more {
  display: none;
  position: absolute;
  width: 100%;
  top: 39px;
  left: 0;
  border: 1px solid #DDD;
  z-index: 1001;
}
.header .language .language-more li {
  padding-left: 56px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  background-image: url("/img/language.png");
  background-repeat: no-repeat;
  background-position-x: 8px;
}
.header .language .language-more li:hover {
  background-color: #fff;
}
.header .language .selected {
  padding-left: 56px;
  background-image: url("/img/language.png");
  background-repeat: no-repeat;
  background-position-x: 8px;
}
.header .language .language-cn {
  font-size: 15px;
  background-position-y: -40px;
}
.header .language .language-ru {
  background-position-y: -80px;
}
.header .language .language-es {
  background-position-y: -120px;
}

.poster {
  margin: 0 auto 56px;
  position: relative;
  width: 100%;
  max-width: 2560px;
  height: 33.85%;
  overflow: hidden;
}
.poster .poster-slides {
  width: 100%;
  max-width: 2560px;
  height: 100%;
  overflow: hidden;
}
.poster .splide__track {
  height: 100%;
}
.poster .splide__slide {
  height: 100%;
}
.poster .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.poster .splide__pagination {
  padding: 8px 0;
}
.poster .splide__pagination .splide__pagination__page {
  margin: 8px;
  width: 16px;
  height: 16px;
}

.latest-news {
  width: 600px;
}
.latest-news .item-image img {
  max-width: 160px;
}

.posts-content .posts-item {
  margin-bottom: 24px;
  padding: 32px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.posts-content .posts-item:hover {
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.2);
}
.posts-content .posts-item:hover .item-title a {
  color: #1961CC;
}
.posts-content .item-main {
  margin-right: 24px;
}
.posts-content .item-image img {
  width: 360px;
}
.posts-content .item-title {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.17;
}
.posts-content .item-content {
  margin-bottom: 12px;
}
.posts-content .item-created {
  font-size: 15px;
  color: #7B8794;
}

.gallery-content .video-group .item-image {
  position: relative;
}
.gallery-content .video-group .item-image a::after {
  content: "";
  display: block;
  position: absolute;
  margin: -40px 0 0 -40px;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M9.8,16l6.3-4L9.8,8V16z M12,21.5c-1.3,0-2.5-0.2-3.7-0.7s-2.2-1.2-3-2c-0.9-0.9-1.5-1.9-2-3c-0.5-1.2-0.7-2.4-0.7-3.7 c0-1.3,0.2-2.5,0.7-3.7s1.2-2.2,2-3s1.9-1.5,3-2c1.2-0.5,2.4-0.7,3.7-0.7c1.3,0,2.5,0.2,3.7,0.7s2.2,1.2,3,2c0.9,0.9,1.5,1.9,2,3 c0.5,1.2,0.7,2.4,0.7,3.7c0,1.3-0.2,2.5-0.7,3.7s-1.2,2.2-2,3c-0.9,0.9-1.9,1.5-3,2C14.6,21.3,13.3,21.5,12,21.5z M12,20 c2.2,0,4.1-0.8,5.7-2.3c1.5-1.5,2.3-3.4,2.3-5.7s-0.8-4.1-2.3-5.7C16.1,4.8,14.2,4,12,4S7.9,4.8,6.3,6.3S4,9.8,4,12s0.8,4.1,2.3,5.7 C7.9,19.2,9.8,20,12,20z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 80px;
  z-index: 1;
  opacity: 0.875;
}

.questions-content .questions-item {
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.questions-content .questions-item .item-title {
  position: relative;
  padding: 20px;
  font-size: 20px;
  font-weight: 800;
}
.questions-content .questions-item .item-title::after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  margin-top: -16px;
  top: 50%;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M12,15.1L6.3,9.4l1.1-1.1l4.6,4.6l4.6-4.6l1.1,1.1L12,15.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 32px;
}
.questions-content .questions-item .item-content {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.questions-content .questions-item.opened {
  margin-bottom: 24px;
}
.questions-content .questions-item.opened .item-title::after {
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M12,10.5l-4.6,4.6L6.3,14L12,8.3l5.7,5.7l-1.1,1.1L12,10.5z'/%3e%3c/svg%3e");
}
.questions-content .questions-item.opened .item-content {
  padding: 20px;
  height: auto;
  overflow: auto;
  background-color: #f2f2f2;
}

.download-content {
  border-radius: 4px;
}
.download-content .download-item {
  position: relative;
  margin-bottom: 8px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #DDD;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.download-content .download-item:last-child {
  margin-bottom: 0;
}
.download-content .download-item:hover {
  margin: 20px 0;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.3);
}
.download-content .download-item:hover .item-title .download-now {
  opacity: 1;
}
.download-content .download-item:hover:first-child {
  margin: 0 0 20px;
}
.download-content .download-item:hover:last-child {
  margin: 20px 0 0;
}
.download-content .item-title .item-text {
  font-size: 18px;
  font-weight: 800;
  color: #1F2933;
}
.download-content .item-title .download-now {
  opacity: 0;
  position: absolute;
  padding: 4px 8px 4px 28px;
  right: 24px;
  color: #1F2933;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231F2933'%3e%3cpath d='M12,16l-5-5l1.4-1.4l2.6,2.6V4h2v8.1l2.6-2.6L17,11L12,16z M6,20c-0.5,0-1-0.2-1.4-0.6S4,18.5,4,18v-3h2v3h12v-3h2v3 c0,0.5-0.2,1-0.6,1.4S18.6,20,18,20H6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 6px 50%;
  background-size: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.download-content .item-title .download-now:hover {
  color: #fff;
  background-color: #1961CC;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M12,16l-5-5l1.4-1.4l2.6,2.6V4h2v8.1l2.6-2.6L17,11L12,16z M6,20c-0.5,0-1-0.2-1.4-0.6S4,18.5,4,18v-3h2v3h12v-3h2v3 c0,0.5-0.2,1-0.6,1.4S18.6,20,18,20H6z'/%3e%3c/svg%3e");
  border-color: #1961CC;
}
.download-content .item-content {
  font-size: 15px;
  color: #888;
}
.download-content .item-content a {
  color: #888;
}
.download-content .item-content a:hover {
  color: #1961CC;
}

.ready-to-download {
  padding: 48px 0;
  width: 640px;
  margin: 0 auto;
}
.ready-to-download .ready-text {
  margin-bottom: 24px;
  font-size: 18px;
}

.recommend-categories {
  margin: 0 auto 32px;
  width: 100%;
  max-width: 2560px;
  background-color: #F5F7FA;
}
.recommend-categories .section-image img {
  width: 760px;
}
.recommend-categories .section-wraper {
  width: 1440px;
}
.recommend-categories .items-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.recommend-categories .items-list li {
  padding: 16px;
  width: 25%;
  flex-shrink: 0;
  min-width: 0;
}
.recommend-categories .items-list .item-box {
  background-color: #fff;
  outline: 2px solid transparent;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  transition: outline-color 0.3s ease;
}
.recommend-categories .items-list .item-box:hover {
  outline-color: #1961CC;
}
.recommend-categories .items-list .item-image img {
  width: 100%;
}
.recommend-categories .items-list .item-title {
  padding: 20px 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.approval-products {
  margin-bottom: 32px;
}
.approval-products .product-list li {
  padding: 8px;
  width: 25%;
  cursor: default;
  overflow: visible;
}
.approval-products .product-list li:hover .product-item {
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.3);
}
.approval-products .product-list li:hover .item-title a {
  color: #1961CC;
  text-decoration: underline;
}
.approval-products .product-list li:nth-child(1), .approval-products .product-list li:nth-child(2), .approval-products .product-list li:nth-child(3), .approval-products .product-list li:nth-child(4) {
  margin-bottom: 12px;
}
.approval-products .product-list .product-item {
  position: relative;
  padding: 8px 8px 72px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
.approval-products .product-list .item-image {
  margin-bottom: 8px;
}
.approval-products .product-list .item-image img {
  width: 100%;
}
.approval-products .product-list .item-title {
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.approval-products .product-list .item-title a {
  transition: all 0.3s ease;
}
.approval-products .product-list .item-summary {
  margin-bottom: 20px;
  padding: 0 12px;
}
.approval-products .product-list .item-action {
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -24px;
  text-align: center;
  vertical-align: bottom;
}
.approval-products .product-list .item-action svg {
  width: 48px;
  height: 48px;
  fill: #1961CC;
}
.approval-products .product-list .item-action svg circle {
  fill: transparent;
}
.approval-products .product-list .item-action a:hover svg {
  fill: #fff;
}
.approval-products .product-list .item-action a:hover circle {
  fill: #1961CC;
}

.introduce {
  margin: 0 auto 56px;
  width: 100%;
  max-width: 2560px;
}
.introduce .section-content {
  padding-left: 17.5%;
  padding-right: 40px;
}
.introduce .introduce-title {
  margin-bottom: 24px;
  width: 80%;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.25;
}
.introduce .introduce-content {
  font-size: 18px;
}
.introduce .section-image img {
  width: 960px;
}
.introduce .button {
  font-size: 18px;
  border-radius: 32px;
}

.get-in-touch {
  margin-bottom: 80px;
}
.get-in-touch .section-content {
  background-color: #fff;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
}
.get-in-touch .touch-item {
  display: block;
  padding: 56px 0 40px;
  width: 25%;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.get-in-touch .touch-item.touch-item-telephone, .get-in-touch .touch-item.touch-item-address {
  background-color: #E4E7EB;
}
.get-in-touch .touch-item .item-image {
  margin-bottom: 20px;
}
.get-in-touch .touch-item .item-image .image-circle {
  width: 100px;
  height: 100px;
  background-color: #1250ed;
  border-radius: 60px;
  transition: all 0.3s ease;
}
.get-in-touch .touch-item h3 {
  margin-bottom: 8px;
  color: #1F2933;
}
.get-in-touch .touch-item .item-text {
  padding: 0 56px;
  font-size: 15px;
  color: #7B8794;
}
.get-in-touch .touch-item:hover .image-circle {
  transform: scale(0.9);
}

.section-inquiry {
  margin-bottom: 72px;
}
.section-inquiry .section-content {
  margin: 0 64px;
  background-color: #fff;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
}
.section-inquiry .inquiry-side {
  width: 660px;
  background-repeat: no-repeat;
}
.section-inquiry .inquiry-side ul {
  padding: 0 0 80px 56px;
}
.section-inquiry .inquiry-side ul li {
  padding-left: 44px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28px' height='28px' fill='%233CB95E'%3e%3cpath d='M4.5,11.9L7.3,9l3.4,3.4l9.1-9.2L22.6,6L10.6,18C10.6,18,4.5,11.9,4.5,11.9z'/%3e%3cpath d='M18,15.2v4.4H3V4.4h12L16.5,3h-15v17.9h18l0-7.3L18,15.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.section-inquiry .inquiry-form {
  padding: 40px;
  color: #fff;
  background-color: #000;
}
.section-inquiry .inquiry-form .form-row {
  margin-bottom: 12px;
}
.section-inquiry .inquiry-form .form-row .form-label {
  display: block;
  margin-bottom: 8px;
}
.section-inquiry .inquiry-form .form-submit {
  padding-top: 12px;
  text-align: left;
}
.section-inquiry .inquiry-form .button {
  padding-left: 64px;
  padding-right: 64px;
  border-radius: 32px;
}

.side-inquiry .form-row {
  margin-bottom: 12px;
}
.side-inquiry .form-label {
  margin-bottom: 8px;
  display: block;
}
.side-inquiry .form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f2f2f2;
}
.side-inquiry .form-error-message {
  font-size: 15px;
}
.side-inquiry .form-submit button {
  width: 100%;
  border-radius: 32px;
  text-align: center;
}
.side-inquiry .g-recaptcha {
  transform: scale(0.9);
  transform-origin: top left;
}

.page-inquiry {
  margin-bottom: 40px;
  max-width: 1080px;
}
.page-inquiry .inquiry-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
}
.page-inquiry .inquiry-content {
  padding: 48px;
  background-color: #f2f2f2;
  border-radius: 3px;
}
.page-inquiry .inquiry-form {
  padding: 0 16px 0 0;
}
.page-inquiry .inquiry-form .form-row {
  margin-bottom: 16px;
}
.page-inquiry .inquiry-form .form-row .form-label {
  display: block;
  margin-bottom: 8px;
}
.page-inquiry .inquiry-form .form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-inquiry .inquiry-form .form-group .form-row {
  margin-bottom: 0;
  width: 49%;
}
.page-inquiry .inquiry-form .form-submit {
  text-align: left;
}

.inquiry-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 99999;
}

.exhibition {
  margin-bottom: 64px;
}
.exhibition .exhibition-slides {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.exhibition .splide__slide {
  width: 100%;
  height: 500px;
}
.exhibition .splide__slide .item-image {
  width: 19.2%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 640px;
  border-right: 8px solid #fff;
  transition: width 0.5s ease;
}
.exhibition .splide__slide .item-image.current {
  width: 42.4%;
}
.exhibition .splide__slide .item-image.item-image-3 {
  border-width: 0;
}
.exhibition .splide__pagination {
  display: none;
}

.paginator-numbers li {
  padding: 0 2px;
}
.paginator-numbers li.active a {
  color: #fff;
  font-weight: 800;
  background-color: #1961CC;
}
.paginator-numbers li.disabled {
  opacity: 0.5;
}
.paginator-numbers .ellipsis {
  font-size: 24px;
}
.paginator-numbers .prev a,
.paginator-numbers .next a {
  background-repeat: no-repeat;
  background-position: center center;
}
.paginator-numbers .prev a {
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='currentColor'%3e%3cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3e%3c/svg%3e");
}
.paginator-numbers .next a {
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='currentColor'%3e%3cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3e%3c/svg%3e");
}
.paginator-numbers a {
  display: block;
  padding: 0 8px;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #1F2933;
  background-color: #E4E7EB;
  border-radius: 8px;
  text-decoration: none;
}
.paginator-numbers a:hover {
  background-color: #d5dae0;
}

.cooperations {
  margin-bottom: 64px;
}
.cooperations .section-head {
  margin-bottom: 12px;
}
.cooperations .section-head h3 {
  font-size: 32px;
}
.cooperations .section-content li {
  padding: 8px 16px;
}

.success-box {
  padding: 32px 240px 64px;
  text-align: center;
}
.success-box i {
  margin: 0 auto 32px;
  display: block;
  width: 160px;
  height: 160px;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233CB95E'%3e%3cpath class='st0' d='M12.5,18.9c-0.3,0.2-0.6,0.4-1,0.4c-0.4,0-0.8-0.1-1-0.4l-5.7-5.2c-0.6-0.6-0.7-1.5-0.1-2.2 c0.6-0.6,1.5-0.7,2.2-0.1l4.7,4.3l11-9.5C20.5,2.5,16.5,0,12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12c0-0.9-0.1-1.8-0.3-2.7 L12.5,18.9z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 160px;
}
.success-box h1 {
  font-size: 40px;
}

.footing {
  width: 100%;
  color: #888;
  background-color: #f2f2f2;
  text-align: center;
}
.footing .layout {
  margin: 0 auto;
  text-align: left;
}
.footing .section {
  padding: 48px 0;
}
.footing .section h4 {
  margin-bottom: 24px;
  font-size: 20px;
  color: #1F2933;
  text-transform: uppercase;
}
.footing .section .section-item {
  width: 180px;
}
.footing .section .section-item.hide {
  display: none;
}
.footing .section .section-item li {
  padding: 2px 0;
}
.footing .section .section-item a {
  color: #888;
}
.footing .section .section-category {
  width: 300px;
}
.footing .section .section-contact {
  width: 380px;
}
.footing .section .section-contact li {
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3e%3cpath d='M4.8,7.8C4.9,8.2,5,8.5,5.1,8.9c0.1,0.4,0.3,0.8,0.5,1.2C5.8,10.6,6,11,6.2,11.4c0.2,0.4,0.4,0.8,0.7,1.2v8.8 l-6.8,1.4v-14C0.1,8.8,4.8,7.8,4.8,7.8z M6.8,7.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.7,0-1.3,0.3-1.9C7.3,4,8,3.1,8.6,2.6 c0.5-0.4,1.2-0.8,1.9-1c0.7-0.3,1.5-0.4,2.3-0.4c0.8,0,1.6,0.1,2.3,0.4c0.7,0.3,1.4,0.6,1.9,1c0.5,0.4,1,0.9,1.5,1.9 c0.3,0.6,0.3,1.4,0.3,2.1v0.3c0,0.1,0,0.2,0,0.3c-0.1,0.8-0.3,1.5-0.6,2.3c-0.3,0.7-0.7,1.4-1.2,2.1c-0.5,0.7-1.1,1.3-1.7,1.9 c-0.6,0.6-1.3,1.2-2,1.8c-0.1,0.1-0.3,0.2-0.4,0.2c-0.2,0-0.3-0.1-0.4-0.2c-0.7-0.6-1.4-1.2-2.1-1.8c-0.6-0.6-1.2-1.3-1.7-2 c-0.5-0.7-0.9-1.4-1.2-2.1C7.1,8.6,6.9,7.9,6.8,7.1z M12.8,4.6c-0.4,0-0.7,0.1-1,0.2C11.5,4.8,11.2,5,11,5.2 c-0.2,0.2-0.4,0.4-0.5,0.7c-0.1,0.2-0.2,0.5-0.2,0.8c0,0.3,0.1,0.6,0.2,0.8c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.2,0.5,0.3,0.8,0.4 c0.3,0.1,0.7,0.2,1,0.2c0.4,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.2,0.4-0.4,0.5-0.7c0.1-0.3,0.2-0.5,0.2-0.8 c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.3-0.3-0.5-0.5-0.7c-0.2-0.2-0.5-0.3-0.8-0.4C13.5,4.6,13.2,4.6,12.8,4.6z M8.6,14.4 c0.5,0.5,1,0.9,1.5,1.3c0.4,0.3,0.9,0.7,1.3,1c0.4,0.3,0.9,0.6,1.3,0.9c0.2-0.2,0.5-0.3,0.7-0.5c0.2-0.2,0.5-0.4,0.8-0.6 c0.3-0.3,0.7-0.5,1.1-0.9v7.1l-6.8-1.4L8.6,14.4C8.6,14.4,8.6,14.4,8.6,14.4z M23.9,7.4v14l-6.8,1.4v-8.6c0.1-0.1,0.2-0.2,0.3-0.3 c0.1-0.1,0.2-0.2,0.3-0.3c0.4-0.3,0.7-0.7,1-1.2c0.3-0.5,0.6-0.9,0.8-1.5c0.2-0.5,0.5-1,0.7-1.5c0.2-0.5,0.4-1,0.5-1.4L23.9,7.4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 18px;
}
.footing .section .section-contact .contact-email {
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3e%3cpath d='M0,3v18h24V3H0z M21.9,7.5L12,14.4L2,7.5V4.9l10,6.9l9.9-6.9V7.5z'/%3e%3c/svg%3e");
}
.footing .section .section-contact .contact-telephone {
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3e%3cpath d='M22.5,18.4c0,0.3-0.1,0.5-0.3,0.8c0,0-2.3,3-3.6,3C15,22.1,10.9,18.7,8,15.9C5.1,13.1,1.6,9.1,1.5,5.6v0 c0-1.2,3-3.5,3.1-3.5c0.8-0.6,1.7-0.4,2.1,0.2C6.9,2.5,8.9,6,9.2,6.4C9.3,6.6,9.4,6.8,9.4,7c0,0.3-0.1,0.8-0.3,1.1 c-0.2,0.3-2,2.1-2.3,2.6c0.3,0.4,1.4,1.9,3,3.5c1.6,1.6,3.1,2.6,3.5,2.9c0.5-0.3,2.4-2.1,2.8-2.3c0.6-0.3,1.3-0.4,1.7-0.1 c0.4,0.2,3.9,2.2,4.2,2.5c0.3,0.2,0.5,0.6,0.5,1L22.5,18.4L22.5,18.4z'/%3e%3c/svg%3e");
}
.footing .section .section-contact .contact-whatsapp {
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3e%3cpath d='M0.1,24l0.1-0.3l0,0c0.1-0.3,0.2-0.6,0.2-0.9l0.1-0.5l0,0c0.3-1.3,0.7-2.6,1-3.8c0.1-0.3,0.1-0.6-0.1-0.9 c-1.1-2-1.5-4.3-1.3-6.6c0.2-2.2,1-4.4,2.4-6.1c1.2-1.6,2.8-2.8,4.6-3.6c1.6-0.7,3.3-1.1,5-1.1c1.2,0,2.5,0.2,3.6,0.6 c3.1,1,5.6,3.1,7,6c1.2,2.4,1.6,5.1,1,7.7c-0.5,2.3-1.6,4.4-3.3,6.1c-1.8,1.8-4.1,2.9-6.6,3.3c-0.6,0.1-1.2,0.1-1.8,0.1 c-1.8,0-3.6-0.4-5.2-1.2c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1,0-0.2,0-0.4,0c-1.5,0.4-3,0.8-4.3,1.1l-0.2,0.1l-1,0.3l-0.1,0l0,0L0.1,24 L0.1,24z M7.9,5.6C7.5,5.6,7.1,5.8,6.8,6c-1.2,1.2-1.5,3-0.7,4.5c1.3,2.5,3.3,4.5,5.7,5.9c1.2,0.7,2.4,1,3.8,1.1l0.1,0h0 c0.1,0,0.3,0,0.4-0.1c1.3-0.2,2.2-1.2,2.3-2.4c0.1-0.3-0.1-0.6-0.4-0.7c-0.5-0.2-1-0.5-1.5-0.7l0,0l-0.8-0.4 c-0.1-0.1-0.2-0.1-0.4-0.1c-0.1,0-0.3,0.1-0.4,0.3c-0.3,0.4-0.6,0.8-0.9,1.1c-0.1,0.2-0.3,0.2-0.5,0.3c-0.1,0-0.2,0-0.2,0 c-0.3-0.1-0.5-0.2-0.8-0.3C11.1,13.6,9.9,12.4,9,11c-0.2-0.3-0.2-0.6,0.1-0.9c0.2-0.2,0.4-0.4,0.5-0.6l0,0c0.2-0.2,0.3-0.6,0.2-0.9 C9.5,7.7,9.1,6.9,8.8,6c0-0.1-0.1-0.2-0.2-0.3C8.4,5.7,8.1,5.6,7.9,5.6L7.9,5.6z'/%3e%3c/svg%3e");
}

.copyright {
  height: 64px;
  font-size: 15px;
  line-height: 64px;
  color: #888;
  background-color: #f2f2f2;
  border-top: 1px solid #DDD;
}
.copyright .contact-social a {
  margin-right: 6px;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #4669b4;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M12,0c6.6,0,12,5.4,12,12c0,6.1-4.6,11.2-10.5,11.9V15h4.1l0.4-3h-4.5v-1.5C13.5,9.7,14.2,9,15,9h3V6h-3 c-2.5,0-4.5,2-4.5,4.5V12H8.3v3h2.3v5.9v2.7v0.3C4.6,23.2,0,18.1,0,12C0,5.4,5.4,0,12,0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px;
  border-radius: 2px;
}
.copyright .contact-social a:last-child {
  margin-right: 0;
}
.copyright .contact-social .social-youtube {
  background-color: #ff2626;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M10,16V9l6,3.5L10,16z M23.8,7.7c0,0-0.2-1.7-1-2.4c-0.9-1-1.9-1-2.4-1C17,4,12,4,12,4h0c0,0-5,0-8.4,0.2 c-0.5,0.1-1.5,0.1-2.4,1c-0.7,0.7-1,2.4-1,2.4S0,9.6,0,11.6v1.8c0,2,0.2,3.9,0.2,3.9s0.2,1.7,1,2.4c0.9,1,2.1,0.9,2.6,1 C5.8,20.9,12,21,12,21s5,0,8.4-0.3c0.5-0.1,1.5-0.1,2.4-1c0.7-0.7,1-2.4,1-2.4s0.2-2,0.2-3.9v-1.8C24,9.6,23.8,7.7,23.8,7.7z'/%3e%3c/svg%3e");
}
.copyright .contact-social .social-twitter {
  background-color: #131313;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M21.3,7.7V7c0.9-0.7,1.7-1.6,2.4-2.5c-0.8,0.4-1.7,0.7-2.7,0.8c0.9-0.5,1.7-1.6,2.1-2.7c-0.9,0.5-1.9,0.9-3,1.2 c-0.8-0.9-2.1-1.6-3.5-1.6c-2.7,0-4.7,2.1-4.7,5c0,0.4,0,0.8,0.1,1.2C8.3,8.1,4.8,6.1,2.4,3C1.7,3.6,1.4,4.4,1.4,5.3 c0,1.7,0.8,3.3,2.1,4.3c-0.8,0-1.5-0.3-2.1-0.7c0,2.4,1.6,4.6,3.8,5C4.8,14,4.4,14,4,14c-0.3,0-0.5,0-0.9-0.1c0.5,2,2.4,3.5,4.4,3.5 c-1.6,1.3-3.6,2.1-5.9,2.1c-0.4,0-0.8,0-1.1-0.1c2.1,1.5,4.6,2.3,7.2,2.3C16.4,21.9,21.3,14.3,21.3,7.7z'/%3e%3c/svg%3e");
}
.copyright .contact-social .social-vk {
  background-color: #268bff;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M22.7,6.2c0.2-0.5,0-0.9-0.7-0.9h-2.5c-0.6,0-0.9,0.3-1.1,0.7c0,0-1.3,3.1-3,5.1c-0.6,0.6-0.8,0.8-1.1,0.8 c-0.2,0-0.4-0.2-0.4-0.7V6.2c0-0.6-0.2-0.9-0.7-0.9H9.3c-0.4,0-0.6,0.3-0.6,0.6c0,0.6,0.9,0.7,1,2.4v3.7c0,0.8-0.1,0.9-0.5,0.9 c-0.8,0-2.9-3.1-4.1-6.6c-0.2-0.7-0.5-1-1.1-1H1.6c-0.7,0-0.8,0.3-0.8,0.7c0,0.6,0.8,3.9,3.9,8.2c2,3,4.9,4.5,7.5,4.5 c1.6,0,1.8-0.4,1.8-1v-2.2c0-0.7,0.1-0.8,0.6-0.8c0.4,0,1,0.2,2.5,1.6c1.7,1.7,2,2.5,2.9,2.5h2.5c0.7,0,1-0.4,0.9-1.1 c-0.2-0.7-1-1.7-2.1-2.9c-0.6-0.7-1.4-1.4-1.7-1.8c-0.4-0.5-0.3-0.7,0-1.1C19.4,11.9,22.4,7.6,22.7,6.2'/%3e%3c/svg%3e");
}
.copyright .contact-social .social-linkedin {
  background-color: #008cd8;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M21,21h-4v-6.8c0-1.1-1.2-1.9-2.3-1.9S13,13.2,13,14.3V21H9V9h4v2c0.7-1.1,2.4-1.8,3.5-1.8c2.5,0,4.5,2,4.5,4.5V21 M7,21H3 V9h4V21 M5,3c1.1,0,2,0.9,2,2S6.1,7,5,7S3,6.1,3,5S3.9,3,5,3z'/%3e%3c/svg%3e");
}

.footing-rapid {
  position: fixed;
  right: 16px;
  bottom: 120px;
}
.footing-rapid a, .footing-rapid button {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  background-image: url("/img/rapid_icon.png");
  background-repeat: no-repeat;
}
.footing-rapid .rapid-chat {
  background-color: #21c4bf;
}
.footing-rapid .rapid-chat-2 {
  background-color: #1eaeaa;
}
.footing-rapid button {
  background-position: 0 -56px;
  border: 1px solid #CBD2D9;
}

.page-overlay {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
}

.page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  background-image: url("/img/banner_01.jpg");
  background-position: 50% 0;
  background-size: cover;
}
.page-banner h1 {
  width: 1000px;
  font-size: 48px;
  font-weight: 900;
  line-height: 64px;
  color: #fff;
  text-align: center;
}
.page-banner.page-contact {
  background-image: url("/img/banner_02.jpg");
}
.page-banner.page-certificate {
  background-image: url("/img/banner_03.jpg");
}
.page-banner.page-equipment {
  background-image: url("/img/banner_04.jpg");
}
.page-banner.page-news {
  background-image: url("/img/banner_05.jpg");
}
.page-banner.page-videos {
  background-image: url("/img/banner_06.jpg");
}
.page-banner.page-profile, .page-banner.page-applications {
  background-image: url("/img/banner_07.jpg");
}
.page-banner.page-questions {
  background-image: url("/img/banner_08.jpg");
}

.page-paginator-counter {
  margin-bottom: 12px;
  color: #888;
}

.page-navigate {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #DDD;
}
.page-navigate .navigate-trigger {
  display: none;
}
.page-navigate .spacer {
  padding: 0 4px;
}
.page-navigate a {
  text-decoration: underline;
}

.page-section {
  display: flex;
}

.page-content .content-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.page-content .content-ul .content-li {
  padding: 12px;
  width: 33.333%;
}
.page-content .content-ul .li-item {
  padding: 8px 8px 16px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.page-content .content-ul .li-item .item-image {
  margin-bottom: 10px;
  width: 100%;
  background-color: #F5F7FA;
}
.page-content .content-ul .li-item .item-image img {
  width: 100%;
}
.page-content .content-ul .li-item .item-title {
  margin-bottom: 12px;
  padding: 0 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}
.page-content .content-ul .li-item .item-summary {
  margin-bottom: 20px;
  padding: 0 12px;
  font-size: 15px;
}
.page-content .content-ul .li-item .item-action {
  text-align: center;
}
.page-content .content-ul .li-item .item-action a {
  display: inline-block;
  padding: 8px 20px;
  color: #1961CC;
  background-color: #fff;
  border: 1px solid #1961CC;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-content .content-ul .li-item .item-action a:hover {
  color: #fff;
  background-color: #1961CC;
}
.page-content .content-ul .li-item:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.page-content .content-ul .li-item:hover .item-title a {
  color: #1961CC;
  text-decoration: underline;
}
.page-content .content-ul .li-item:hover .item-action a {
  color: #fff;
  background-color: #1961CC;
}

.page-main .page-heading {
  margin-bottom: 32px;
}
.page-main .page-heading .page-created {
  padding-left: 28px;
  font-size: 15px;
  color: #7B8794;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231961CC'%3e%3cpath d='M15.4,3c0.5,0,0.9,0.4,1,0.9l0,0.1l0,0.3h2.8c1,0,1.8,0.8,1.8,1.7l0,0.1v13.1c0,1-0.8,1.8-1.7,1.8l-0.1,0H4.8 c-1,0-1.8-0.8-1.8-1.7l0-0.1V6.1c0-1,0.8-1.8,1.7-1.8l0.1,0h2.8V4c0-0.6,0.4-1,1-1c0.5,0,0.9,0.4,1,0.9l0,0.1v0.3h4.7V4 C14.4,3.4,14.8,3,15.4,3L15.4,3L15.4,3z M7.6,6.3L5,6.3v3.1h14V6.3l-2.6,0v1.1c0,0.6-0.4,1-1,1c-0.5,0-0.9-0.4-1-0.9l0-0.1l0-1.1 H9.6v1.1c0,0.6-0.4,1-1,1c-0.5,0-0.9-0.4-1-0.9l0-0.1C7.6,7.4,7.6,6.3,7.6,6.3z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 24px;
}
.page-main .page-content {
  margin-bottom: 40px;
  padding: 0;
}
.page-main .page-video {
  margin-bottom: 32px;
  width: 960px;
  height: 540px;
}
.page-main .detail-body {
  line-height: 1.5;
}
.page-main .detail-body h1,
.page-main .detail-body h2,
.page-main .detail-body h3,
.page-main .detail-body h4,
.page-main .detail-body h5,
.page-main .detail-body h6,
.page-main .detail-body hr,
.page-main .detail-body p,
.page-main .detail-body ul,
.page-main .detail-body ol {
  margin-bottom: 24px;
}
.page-main .detail-body h1:last-child,
.page-main .detail-body h2:last-child,
.page-main .detail-body h3:last-child,
.page-main .detail-body h4:last-child,
.page-main .detail-body h5:last-child,
.page-main .detail-body h6:last-child,
.page-main .detail-body hr:last-child,
.page-main .detail-body p:last-child,
.page-main .detail-body ul:last-child,
.page-main .detail-body ol:last-child {
  margin-bottom: 12px;
}
.page-main .detail-body table {
  margin-bottom: 40px;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #CBD2D9;
}
.page-main .detail-body table th,
.page-main .detail-body table td {
  padding: 8px;
  border: 1px solid #CBD2D9;
}
.page-main .detail-body table th p:last-child,
.page-main .detail-body table td p:last-child {
  margin-bottom: 0 !important;
}
.page-main .detail-body table th {
  background-color: #f7f7f7;
}
.page-main .detail-body ul {
  padding-left: 2.25em;
  list-style: disc outside;
}
.page-main .detail-body ul li {
  padding: 1px 0;
}
.page-main .detail-body hr {
  background-color: #DDD;
}
.page-main .detail-body .text-grey {
  color: #888;
}
.page-main .detail-body img {
  max-width: 750px;
}
.page-main .table-overlay {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
}
.page-main .table-overlay table {
  margin-bottom: 0;
}

.page-side {
  margin-right: 40px;
  width: 320px;
}
.page-side .side-box {
  margin-bottom: 24px;
}
.page-side .side-box:last-child {
  margin-bottom: 0;
}
.page-side .side-title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 56px;
  font-size: 17px;
  font-weight: 800;
  background-color: #DDD;
  border-radius: 12px 12px 0 0;
}
.page-side .side-content {
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 0 0 8px 12px;
}
.page-side .side-links li {
  padding: 10px 0 10px 24px;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath class='st0' d='M17.1,12.5l-8.3,8.3c-0.4,0.4-1.2,0.4-1.6,0c-0.4-0.4-0.4-1.2,0-1.6l6.7-6.7L7.2,5.8c-0.4-0.4-0.4-1.2,0-1.6 c0.4-0.4,1.2-0.4,1.6,0L17.1,12.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 13px;
  background-size: 16px;
  border-bottom: 1px solid #DDD;
}
.page-side .side-links li.current {
  font-weight: 800;
}
.page-side .side-links li:last-child {
  border-width: 0;
}

.products-content .content-ul .product-item {
  position: relative;
  padding-bottom: 72px;
}
.products-content .content-ul .product-item .item-category {
  margin-bottom: 4px;
  text-align: center;
}
.products-content .content-ul .product-item .item-category a {
  color: #888;
  font-size: 14px;
}
.products-content .content-ul .product-item .item-action {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
}

.page-product {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DDD;
}
.page-product .product-image {
  margin-right: 64px;
  position: relative;
  width: 540px;
}
.page-product .product-image .item-image {
  width: 100%;
  min-height: 450px;
  background-color: #fff;
  background-image: url("/img/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px;
  border: 1px solid #DDD;
  border-radius: 3px;
  overflow: hidden;
}
.page-product .product-image .item-image img {
  width: 100%;
}
.page-product .product-image .item-image-zoom::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M19.6,21l-6.3-6.3c-0.5,0.4-1.1,0.7-1.7,0.9c-0.6,0.2-1.3,0.4-2.1,0.4c-1.8,0-3.4-0.6-4.6-1.9S3,11.3,3,9.5s0.6-3.4,1.9-4.6 S7.7,3,9.5,3s3.4,0.6,4.6,1.9S16,7.7,16,9.5c0,0.7-0.1,1.4-0.3,2.1c-0.2,0.6-0.6,1.2-1,1.7l6.3,6.3L19.6,21z M9.5,14 c1.3,0,2.3-0.4,3.2-1.3S14,10.8,14,9.5s-0.4-2.3-1.3-3.2S10.8,5,9.5,5S7.2,5.4,6.3,6.3S5,8.3,5,9.5s0.4,2.3,1.3,3.2S8.3,14,9.5,14z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 10;
}
.page-product .product-image .item-image-large {
  display: none;
}
.page-product .product-image .item-icons {
  padding-top: 16px;
}
.page-product .product-image .item-icons .item-icon {
  margin-right: 8px;
  width: 80px;
  border: 1px solid #DDD;
  border-radius: 3px;
  overflow: hidden;
}
.page-product .product-image .item-icons .item-icon img {
  width: 100%;
}
.page-product .product-image .item-icons .item-icon.current {
  border: 2px solid #1961CC;
}
.page-product .product-image .item-preview {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 24px;
  width: 540px;
  height: 450px;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #DDD;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.page-product .product-image .item-preview.showing {
  display: block;
}
.page-product .product-brief h1 {
  margin-bottom: 24px;
  padding-bottom: 24px;
  line-height: 1.375;
  border-bottom: 1px solid #DDD;
}
.page-product .product-brief p {
  word-break: break-word;
}
.page-product .product-brief .item-category a {
  color: #1961CC;
  text-decoration: underline;
}
.page-product .product-brief .button {
  padding: 12px 40px;
  color: #1961CC;
  background-color: #fff;
  border: 1px solid #1961CC;
  border-radius: 32px;
}
.page-product .product-brief .button:hover {
  color: #fff;
  background-color: #1961CC;
}
.page-product .product-catalogues {
  margin-bottom: 32px;
}
.page-product .product-catalogues li {
  position: relative;
  padding: 4px 8px 4px 28px;
  font-size: 17px;
  line-height: 1.2;
}
.page-product .product-catalogues li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M12,16l-5-5l1.4-1.4l2.6,2.6V4h2v8.1l2.6-2.6L17,11L12,16z M6,20c-0.5,0-1-0.2-1.4-0.6S4,18.5,4,18v-3h2v3h12v-3h2v3 c0,0.5-0.2,1-0.6,1.4S18.6,20,18,20H6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px;
}

.related-products .related-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
}

@media screen and (max-width: 1920px) {
  .introduce .section-image img {
    width: 720px;
  }

  .recommend-categories .section-image img {
    width: 640px;
  }
  .recommend-categories .section-wraper {
    width: 1120px;
  }
}
@media screen and (max-width: 1680px) {
  .page-banner {
    height: 220px;
  }
  .page-banner h1 {
    font-size: 40px;
  }

  .section {
    width: 1440px;
  }

  .section-inquiry .section-content {
    margin-left: 0;
    margin-right: 0;
  }

  .introduce .section-content {
    padding-left: 7.5%;
  }

  .recommend-categories .section-image img {
    width: 560px;
  }
  .recommend-categories .section-wraper {
    width: 1000px;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 15px;
  }

  .header .query-form .form-control {
    width: 500px;
  }

  .page-banner {
    height: 200px;
  }
  .page-banner h1 {
    width: 800px;
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    width: 1300px;
  }

  .introduce .section-image img {
    width: 640px;
  }
  .introduce .introduce-title {
    font-size: 38px;
  }
  .introduce .section-content {
    padding-left: 5%;
  }
  .introduce .button {
    font-size: 16px;
  }

  .recommend-categories .section-image img {
    width: 480px;
  }
  .recommend-categories .section-wraper {
    width: 820px;
  }
  .recommend-categories .items-list li {
    padding: 10px;
  }

  .section-inquiry .inquiry-side {
    width: 620px;
  }

  .page-side {
    margin-right: 32px;
    width: 300px;
  }
  .page-side .side-inquiry .g-recaptcha {
    transform: scale(0.85);
  }

  .page-main .page-video {
    width: 888px;
    height: 500px;
  }

  .page-product .product-image {
    margin-right: 32px;
    width: 480px;
  }
  .page-product .product-image .item-image {
    min-height: 400px;
  }
  .page-product .product-image .item-preview {
    width: 480px;
    height: 400px;
  }
  .page-product .product-brief h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
  .page-product .product-brief .button {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 1370px) {
  body {
    font-size: 15px;
  }

  .header .menu-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    width: 1200px;
  }

  .header .query-form .form-control {
    width: 500px;
  }

  .introduce .introduce-content {
    font-size: 16px;
  }

  .recommend-categories {
    position: relative;
  }
  .recommend-categories .section-image {
    display: flex;
    position: absolute;
    top: 36px;
    overflow: hidden;
  }
  .recommend-categories .section-image img {
    align-items: center;
    width: 100%;
  }
  .recommend-categories .section-wraper {
    padding: 24px 0;
    width: 1200px;
  }
  .recommend-categories .items-list {
    display: grid !important;
    flex-wrap: initial;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a a . ." "a a . .";
  }
  .recommend-categories .items-list li {
    padding: 12px;
    width: 100%;
  }
  .recommend-categories .items-list .item-title {
    padding: 12px 8px;
  }
  .recommend-categories .items-list::before {
    display: block;
    grid-area: a;
    content: "";
  }

  .section-inquiry .inquiry-side {
    width: 560px;
  }

  .page-side {
    margin-right: 32px;
    width: 280px;
  }
  .page-side .side-inquiry .g-recaptcha {
    transform: scale(0.78);
  }

  .page-main .page-video {
    width: 800px;
    height: 450px;
  }

  .page-product .product-image {
    margin-right: 32px;
    width: 420px;
  }
  .page-product .product-image .item-image {
    min-height: 350px;
  }
  .page-product .product-image .item-preview {
    width: 420px;
    height: 350px;
  }
  .page-product .product-brief h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
  .page-product .product-brief .button {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .header .menu-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .introduce .section-content {
    padding-left: 4%;
  }

  .recommend-categories {
    padding: 0 16px;
  }
  .recommend-categories .section-wraper {
    width: 100%;
  }

  .section-inquiry .inquiry-side ul li {
    font-size: 17px;
  }

  .get-in-touch .touch-item h3 {
    font-size: 20px;
  }
  .get-in-touch .touch-item .item-text {
    padding: 0 32px;
  }
  .get-in-touch .touch-item .item-image .image-circle {
    width: 80px;
    height: 80px;
  }
  .get-in-touch .touch-item .item-image .image-circle svg {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .section {
    width: 960px;
  }
  .section .section-head {
    padding: 16px 0;
  }
  .section .section-head h3 {
    font-size: 36px;
  }
  .section.cooperations .section-head h3 {
    font-size: 30px;
  }
  .section.cooperations .section-content ul {
    flex-wrap: wrap;
  }
  .section.exhibition {
    margin-bottom: 40px;
  }
  .section.section-inquiry {
    margin-bottom: 56px;
  }

  .form-control {
    padding: 10px;
  }

  .header {
    height: 170px;
  }
  .header .section {
    height: 118px;
  }
  .header .logo img {
    max-height: 70px;
  }
  .header .query-form .form-control {
    width: 360px;
  }
  .header .menu-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header .menu-item.menu-item-download {
    display: none;
  }
  .header .menu-item .more-panel .more-item-download {
    display: block !important;
  }

  .page-banner {
    height: 160px;
  }
  .page-banner h1 {
    width: 720px;
    font-size: 32px;
    line-height: 40px;
  }

  .introduce .section-image img {
    width: 450px;
  }
  .introduce .introduce-title {
    font-size: 28px;
  }

  .approval-products .product-list li {
    width: 33.333%;
  }
  .approval-products .product-list li:nth-child(5), .approval-products .product-list li:nth-child(6) {
    margin-bottom: 12px;
  }

  .section-inquiry .inquiry-side {
    width: 480px;
  }

  .footing {
    font-size: 15px;
  }
  .footing .section h4 {
    font-size: 17px;
  }
  .footing .section .section-item {
    width: 170px;
  }
  .footing .section .section-category {
    width: 240px;
  }
  .footing .section .section-contact {
    width: 280px;
  }

  .page-navigate .navigate-trigger {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 36px;
    color: #fff;
    background-color: #1961CC;
    border: 1px solid #DDD;
    border-radius: 36px;
    cursor: pointer;
    user-select: none;
  }
  .page-navigate .navigate-trigger span {
    margin-right: 4px;
  }
  .page-navigate .navigate-trigger::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23fff'%3e%3cpath d='M12.7,11.7c-0.3-0.3-0.8-0.3-1,0l-5.3,5.1c-0.3,0.3-0.3,0.7,0,1l0,0c0.3,0.3,0.8,0.3,1,0l4.8-4.6l4.7,4.6 c0.3,0.3,0.8,0.3,1,0c0.3-0.3,0.3-0.7,0-1l0,0L12.7,11.7L12.7,11.7z M7.5,13.4l4.7-4.7l4.7,4.6c0.3,0.3,0.8,0.3,1,0 c0.3-0.3,0.3-0.7,0-1l0,0l-5.3-5.1c-0.3-0.3-0.8-0.3-1,0l-5.3,5.1c-0.3,0.3-0.3,0.7,0,1l0,0C6.7,13.6,7.2,13.6,7.5,13.4L7.5,13.4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .page-navigate .navigate-trigger.expanded::after {
    background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23fff'%3e%3cpath d='M11.5,13.3c0.3,0.3,0.8,0.3,1,0l5.3-5.1c0.3-0.3,0.3-0.7,0-1c0,0,0,0,0,0c-0.3-0.3-0.8-0.3-1,0L12,11.8L7.3,7.2 c-0.3-0.3-0.8-0.3-1,0c-0.3,0.3-0.3,0.7,0,1c0,0,0,0,0,0L11.5,13.3L11.5,13.3z M16.7,11.6L12,16.3l-4.7-4.6c-0.3-0.3-0.8-0.3-1,0 c-0.3,0.3-0.3,0.7,0,1c0,0,0,0,0,0l5.3,5.1c0.3,0.3,0.8,0.3,1,0l5.3-5.1c0.3-0.3,0.3-0.7,0-1c0,0,0,0,0,0 C17.5,11.4,17,11.4,16.7,11.6L16.7,11.6z'/%3e%3c/svg%3e");
  }

  .page-section {
    flex-wrap: wrap;
  }

  .page-side {
    margin-top: -12px;
    margin-right: 0;
    width: 100%;
    max-height: 0;
    transition: max-height 0.75s ease-out;
    overflow: hidden;
  }
  .page-side.showing {
    max-height: 800px;
  }
  .page-side .side-content {
    padding: 12px;
  }
  .page-side .side-content .side-links {
    display: flex;
    flex-wrap: wrap;
  }
  .page-side .side-content .side-links li {
    width: 50%;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #DDD;
  }
  .page-side .side-content .side-links li:nth-child(1), .page-side .side-content .side-links li:nth-child(2) {
    border-width: 0;
  }
  .page-side .side-inquiry {
    display: none;
  }

  .page-product .product-image {
    margin-right: 24px;
    width: 450px;
  }
  .page-product .product-image .item-image {
    min-height: 375px;
  }
  .page-product .product-image .item-preview {
    width: 450px;
    height: 375px;
  }
  .page-product .product-image .item-icons .item-icon {
    width: 64px;
  }
  .page-product .product-brief h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }
  .page-product .product-brief .button {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 980px) {
  .section {
    width: 100%;
  }
  .section.cooperations .section-head h3 {
    font-size: 24px;
  }

  .header {
    display: block !important;
    position: relative;
    padding-top: 72px;
    height: 180px;
  }
  .header .logo {
    margin-right: 0;
  }
  .header .query-form {
    position: absolute;
    padding: 12px;
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    background-color: #F5F7FA;
  }
  .header .query-form .form-control {
    width: 100%;
  }
  .header .query-form .button {
    right: 20px;
  }
  .header .section {
    height: 100px;
  }
  .header .section-main {
    padding: 0 20px;
  }
  .header .section-right {
    padding-right: 12px;
  }
  .header .language {
    margin-right: 16px;
  }
  .header .menus-layout {
    display: none !important;
  }
  .header .menus-layout .menu-item.menu-item-download {
    display: block;
  }
  .header .menus-layout .menu-item .more-panel .more-item-download {
    display: none !important;
  }
  .header .menus-trigger {
    display: block;
    width: 56px;
    height: 56px;
    background-image: url("data:image/svg+xml;charset=utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%231F2933'%3e%3cpath d='M4,7c0-0.6,0.4-1,1-1l0,0h14c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1c0,0,0,0,0,0H5C4.4,8,4,7.6,4,7z M4,12 c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1s-0.4,1-1,1H5C4.4,13,4,12.6,4,12C4,12,4,12,4,12z M4,17c0-0.6,0.4-1,1-1l0,0h14 c0.6,0,1,0.4,1,1s-0.4,1-1,1c0,0,0,0,0,0H5C4.4,18,4,17.6,4,17C4,17,4,17,4,17z'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
  }
  .header .menus-trigger.expanded {
    background-color: #E4E7EB;
    border-radius: 56px;
  }
  .header .menus-section {
    position: relative;
  }
  .header .menus-section:hover .menus-layout {
    display: block !important;
    position: absolute;
    right: 0;
    width: 240px;
    padding: 20px 0;
    height: auto;
    background-color: #fff;
    border-radius: 16px;
    z-index: 99999;
  }
  .header .menus-section:hover .menus-layout .menus {
    flex-wrap: wrap;
    height: auto;
  }
  .header .menus-section:hover .menus-layout .menus .menu-item {
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left;
  }
  .header .menus-section:hover .menus-layout .menus .more-panel {
    top: 0;
    left: auto;
    right: 220px;
  }
  .header .menus-section:hover .menus-layout .menu-request {
    display: none !important;
  }

  .exhibition {
    padding: 0 12px;
  }

  .approval-products .section-content {
    padding: 0 12px;
  }

  .page-navigate .section {
    padding: 0 16px;
  }

  .page-overlay,
.copyright {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.exhibition {
    margin-bottom: 24px;
  }
  .section.exhibition .splide__slide .item-image {
    width: 15%;
  }
  .section.exhibition .splide__slide .item-image.current {
    width: 55%;
  }

  .section-inquiry .inquiry-side {
    width: 400px;
  }

  .page-content .content-ul {
    margin: 0 -4px;
  }
  .page-content .content-ul .content-li {
    padding: 8px;
  }
  .page-content .get-in-touch .section-content {
    flex-wrap: wrap;
  }
  .page-content .get-in-touch .touch-item {
    width: 50%;
  }
  .page-content .get-in-touch .touch-item.touch-item-whatsapp {
    background-color: #E4E7EB;
  }
  .page-content .get-in-touch .touch-item.touch-item-address {
    background-color: #fff;
  }

  .page-product {
    flex-wrap: wrap;
  }
  .page-product .product-image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .page-product .product-image .item-image {
    position: relative;
  }
  .page-product .product-image .item-image::after {
    display: none;
  }
  .page-product .product-image .item-image-large {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .page-product .product-image .item-icons .item-icon {
    width: 12.5%;
  }

  .footing .section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footing .section .section-item {
    width: 35%;
  }
  .footing .section .section-item h4 {
    margin-bottom: 16px;
  }
  .footing .section .section-company {
    width: 30%;
  }
  .footing .section .section-first ul:not(:last-child) {
    margin-bottom: 24px;
  }

  .success-box {
    padding: 32px 100px 64px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo img {
    max-height: 64px;
  }

  .poster {
    margin-bottom: 0;
  }

  .page-banner {
    height: 120px;
  }
  .page-banner h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .introduce .introduce-content {
    flex-direction: column-reverse;
  }
  .introduce .section-image {
    padding: 20px;
    z-index: 1;
  }
  .introduce .section-image img {
    width: 90%;
  }

  .recommend-categories {
    padding: 0 8px;
  }
  .recommend-categories .items-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a a ." "a a .";
  }
  .recommend-categories .items-list li {
    padding: 6px;
  }

  .section.exhibition {
    margin-bottom: 24px;
  }
  .section.exhibition .exhibition-slides {
    height: 400px;
  }
  .section.exhibition .splide__slide {
    height: 400px;
  }
  .section.exhibition .splide__slide .item-image {
    width: 12.5%;
    height: 400px;
    background-size: 512px;
    border-right-width: 4px;
  }
  .section.exhibition .splide__slide .item-image.current {
    width: 62.5%;
  }

  .approval-products .product-list li {
    width: 50%;
  }

  .section.section-inquiry {
    margin-bottom: 32px;
  }
  .section.section-inquiry .section-content {
    display: block !important;
  }
  .section.section-inquiry .inquiry-side {
    width: 100%;
    background-size: cover;
    background-position: 0 70%;
  }
  .section.section-inquiry .inquiry-side ul {
    padding: 40px 32px;
  }
  .section.section-inquiry .inquiry-form {
    width: 100%;
  }

  .page-content .content-ul .content-li {
    width: 50%;
  }
  .page-content .content-ul .li-item .item-title {
    font-size: 17px;
  }

  .footing .section {
    display: flex;
    flex-wrap: wrap;
  }
  .footing .section .section-item {
    width: 42.5%;
  }
  .footing .section .section-item:nth-child(1), .footing .section .section-item:nth-child(2) {
    margin-bottom: 24px;
  }
  .footing .section .section-category,
.footing .section .section-contact {
    width: 57.5%;
  }

  .success-box {
    padding: 32px 64px 64px;
  }

  .ready-to-download {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .header .language {
    margin-right: 8px;
    width: 94px;
    background: none;
    border-width: 0;
  }
  .header .language .selected,
.header .language .language-more li {
    padding-left: 6px;
    background-image: none;
  }
  .header .language .selected {
    font-size: 17px;
  }
  .header .language .language-more li {
    height: 32px;
    line-height: 32px;
  }
  .header .menus-section:hover .menus-layout {
    padding: 12px 0;
    width: 400px;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .header .menus-section:hover .menus-layout .menus .menu-item {
    padding: 0 20px;
    height: auto;
  }
  .header .menus-section:hover .menus-layout .menus .more-panel {
    position: relative;
    left: 0;
    right: auto;
    padding: 0 0 20px;
    border-bottom: 1px solid #DDD;
    border-radius: 0;
    box-shadow: none;
  }

  .section .section-head {
    padding-left: 12px;
    padding-right: 12px;
  }

  .recommend-categories .items-list .item-title {
    font-size: 14px;
  }

  .cooperations .section-content li {
    padding: 4px;
    width: 100%;
    text-align: center;
  }

  .approval-products .product-list .item-title {
    padding: 4px 0;
    font-size: 16px;
  }
  .approval-products .product-list .item-summary {
    padding: 0;
  }

  .section.exhibition {
    margin-bottom: 24px;
  }
  .section.exhibition .exhibition-slides {
    height: 360px;
  }
  .section.exhibition .splide__slide {
    height: 360px;
  }
  .section.exhibition .splide__slide .item-image {
    width: 10%;
    height: 360px;
    background-size: 450px;
    border-right-width: 4px;
  }
  .section.exhibition .splide__slide .item-image.current {
    width: 70%;
  }

  .page-navigate .section {
    padding: 0 12px;
  }
  .page-navigate .navigate-trigger span {
    display: none;
  }

  .page-product .product-image {
    margin-bottom: 12px;
  }

  .page-inquiry .inquiry-form {
    padding-right: 0;
  }
  .page-inquiry .inquiry-content {
    padding: 24px 16px;
  }

  .products-content .content-ul .product-item .item-title {
    font-size: 16px;
  }
  .products-content .content-ul .product-item .item-summary {
    padding: 0;
  }
  .products-content .content-ul .product-item .item-action a {
    padding: 8px 16px;
    font-size: 15px;
  }

  .success-box {
    padding: 32px 32px 64px;
  }
}
@media screen and (max-width: 450px) {
  .header {
    height: 156px;
  }
  .header .section {
    height: 80px;
  }
  .header .section-main {
    padding: 0 0 0 12px;
  }
  .header .section-right {
    padding-right: 4px;
  }
  .header .logo img {
    max-height: 48px;
  }
  .header .menus-section:hover .menus-layout {
    width: 360px;
  }

  .section .section-head {
    margin-bottom: 0;
  }
  .section .section-head h3 {
    font-size: 28px;
  }

  .introduce .section-image {
    padding: 12px;
  }

  .approval-products .section-content {
    padding: 0 8px;
  }
  .approval-products .product-list li {
    padding: 4px;
  }

  .page-overlay {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-content .content-ul .content-li {
    padding: 4px;
  }

  .page-side .side-content .side-links li {
    width: 100%;
  }

  .footing .section .section-item {
    width: 100%;
  }
  .footing .section .section-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .copyright {
    height: auto;
  }
  .copyright .section {
    display: block !important;
    padding: 8px 0 16px;
    line-height: 1.5;
  }
  .copyright .section span {
    display: block;
    margin-bottom: 8px;
  }

  .success-box {
    padding: 32px 20px 64px;
  }
  .success-box i {
    width: 120px;
    height: 120px;
    background-size: 120px;
  }
  .success-box h1 {
    font-size: 32px;
  }
  .success-box .button {
    font-size: 14px;
  }
}

/*# sourceMappingURL=tablet.css.map */
