@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-block {
  display: block !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

.flex, .nhm-pagination ul, .nhm-pagination ul li a, .btn, .slick-arrow:before, .header .menu, .header .menu ul, .header .menu .icon, .menu-mobile .js-close, .mxh, .mxh a, .js-uptop, .footer .mxh-ft, .footer .mxh-ft a, .footer .address ul, .site-banner--content .follow, .site-about-products .nav-top, .site-products .nav-top, .site-products .nav-top li a, .site-construction .items, .site-contact .follow, .page-value .items, .page-value .items--images, .page-search .form, .sidebar-products ul li a, .filter-products .form, .js-filter-products, .items-support .address span, .site-single-libra .the_content .date, .page-contact .items-contact .top, .page-contact .address ul, .page-contact .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

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

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

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

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

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

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

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

.the_content {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}
.the_content .heading {
  color: var(--blue);
}
.the_content iframe {
  width: 100%;
  margin: 10px 0px;
}
.the_content article {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2 {
  font-size: 200%;
}
.the_content h3 {
  font-size: 150%;
}
.the_content h4 {
  font-size: 125%;
}
.the_content h5 {
  font-size: 110%;
}
.the_content h6 {
  font-size: 100%;
}
.the_content p {
  margin-bottom: 1rem;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ul li {
  padding: 5px 0px;
}
.the_content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ol li {
  padding: 5px 0px;
}
.the_content img {
  width: 100%;
  max-width: 100%;
}
.the_content iframe {
  max-width: 100%;
}
.the_content table {
  display: table;
  width: 100%;
}
.the_content table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 100%;
}
.the_content blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 20px;
  border-radius: 10px;
}
.the_content blockquote p:last-child {
  margin-bottom: 0;
}

.nhm-pagination {
  margin-top: 20px;
}
.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li {
  margin: 0px 5px;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 3px;
}
.nhm-pagination ul li a:hover {
  background-color: var(--red);
}
.nhm-pagination ul .active a {
  background-color: var(--red);
}

:root {
  --blue: #227ab9;
  --red: #d82c29;
  --yellow: #ffa500;
  --gray: #1d2a46;
  --font: "Montserrat", sans-serif;
  --font-oppen: "Montserrat", sans-serif;
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 100%;
  line-height: 1.5;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
.relative {
  position: relative;
  z-index: 5;
}

.custom-background, .site-strong, .site-customer, .site-construction, .site-sytem, .page-history {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  height: 50px;
  border-radius: 5px;
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background-color: var(--blue);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: -30%;
  width: 50px;
  height: 50px;
  right: 0;
  border: 1px solid var(--blue);
  padding: 8px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: var(--blue);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-arrow:hover:before {
  background: var(--yellow);
  color: #fff;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: ">";
}

.slick-prev {
  right: 7%;
}
.slick-prev:before {
  content: "<";
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--blue);
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--yellow);
}

svg {
  width: 20px;
}

.title-main {
  text-align: justify;
}
.title-main .heading {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 250%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--blue);
}
.title-main p {
  margin-bottom: 50px;
}

.title-main-2 {
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-main-2 .heading {
  color: #fff;
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.title-main-2 .text {
  font-weight: 600;
  color: #fff;
  font-size: 125%;
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.max-content .heading {
  text-align: center;
}

.row-custom-50 {
  margin: 0px -25px;
}
.row-custom-50 .col-custom-50 {
  padding: 0px 25px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.rank-math-breadcrumb {
  padding-top: 30px;
}
.rank-math-breadcrumb a {
  color: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.header {
  border-bottom: 1px solid white;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d2e42), to(rgba(1, 12, 52, 0.2)));
  background: linear-gradient(180deg, #0d2e42 0%, rgba(1, 12, 52, 0.2) 100%);
  -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  z-index: 5;
}
.header .logo {
  padding: 24px 0px;
  position: relative;
}
.header .logo img {
  max-width: 185px;
}
.header .logo .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
.header .logo .js-menu-mobile svg {
  fill: #fff;
}
.header .logo .js-menu-mobile svg path {
  fill: #fff;
}
@media screen and (max-width: 1199px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul li {
  position: relative;
  line-height: 50px;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li a {
  display: block;
  padding: 0px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 90%;
}
.header .menu ul li a:hover {
  color: var(--red);
}
.header .menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  overflow: hidden;
}
.header .menu ul li .sub-menu li {
  line-height: 1;
}
.header .menu ul li .sub-menu li a {
  display: block;
  color: #000;
  border-bottom: 1px solid #333;
  padding: 15px 10px;
}
.header .menu ul li .sub-menu li a:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: #fff;
}
.header .menu ul li .sub-menu li:last-child a {
  border-bottom: 0;
}
.header .menu .icon {
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 13px;
}
.header .menu .icon svg {
  fill: #fff;
}
.header .menu .icon svg path {
  fill: #fff;
}
.header .menu .icon .gtranslate_wrapper a {
  margin-left: 10px;
}
.header .menu .icon .gt_float_switcher {
  font-size: 16px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 24px;
}
.header .menu .icon .gt_float_switcher .gt-selected {
  background: transparent;
}
.header .menu .icon .gt_float_switcher .gt-current-lang {
  padding: 0;
  color: #fff;
}
.header .menu .icon .gt_float_switcher .gt-current-lang span {
  font-size: 100%;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #000;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 110%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 30px;
}

.mxh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mxh a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #000;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
}

.js-uptop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  cursor: pointer;
}
.js-uptop svg {
  fill: #fff;
}
.js-uptop svg path {
  fill: #fff;
}

.footer {
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  color: #fff;
  padding-top: 50px;
}
.footer__content {
  color: #fff;
  margin-bottom: 20px;
}
.footer__content .logo {
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.footer__content .the_content h3,
.footer__content .the_content h2 {
  font-size: 125%;
}
.footer .heading-ft {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer__menu ul li a {
  display: block;
  padding-bottom: 15px;
  color: #fff;
}
.footer__menu ul li a:hover {
  color: var(--red);
}
.footer .mxh-ft a {
  padding-right: 20px;
  color: #fff;
}
.footer .mxh-ft a:last-child {
  padding-right: 0;
}
.footer .mxh-ft a svg {
  margin-right: 10px;
	fill:#fff;
}
.footer .maps {
  margin-top: 20px;
}
.footer .maps iframe {
  height: 200px;
  border-radius: 10px;
}
.footer .address {
  padding-top: 30px;
}
.footer .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .address ul li {
  font-size: 14px;
}
.footer .coppyright {
  border-top: 1px solid #fff;
  padding: 15px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

.site-banner {
  margin-top: -100px;
  position: relative;
}
.site-banner img {
  height: 100vh;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner--content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-transform: uppercase;
  color: #fff;
}
.site-banner--content h2 {
  font-size: 300%;
  font-weight: bold;
}
.site-banner--content h3 {
  margin: 12px 0px 24px 0px;
  font-size: 150%;
  font-weight: 400;
}
.site-banner--content .follow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.site-banner--content .follow span {
  display: block;
  font-size: 110%;
  padding-right: 8px;
}
.site-banner--content .follow a {
  margin: 0px 8px;
}
.site-banner--content .follow a svg {
  fill: #fff;
}
.site-banner--content .follow a svg path {
  fill: #fff;
}
.site-banner--content h4 {
  font-size: 220%;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}
.site-banner--content h4 span {
  color: var(--red);
}

.site-about-products .nav-top {
  margin: 0px -6px;
  margin-top: 12px;
}
.site-about-products .nav-top .nav-items {
  padding: 0px 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.site-about-products .nav-top .nav-items a {
  display: block;
  background: #f8f8f8;
  padding: 35px 0px;
  text-align: center;
  font-size: 120%;
  color: rgba(17, 17, 17, 0.24);
  font-weight: bold;
  border-radius: 3px;
}
.site-about-products .nav-top .nav-items a:hover {
  color: var(--red);
}
.site-about-products .nav-top .nav-items a img {
  display: block;
  width: 45px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.site-about-products .nav-top .nav-items .active {
  color: var(--red);
}
.site-about-products .btn {
  margin-left: auto;
}
.site-about-products .content {
  text-align: justify;
  padding-right: 26px;
}
.site-about-products .content h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 250%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--blue);
}
.site-about-products .content p {
  margin-bottom: 50px;
}
.site-about-products .images {
  position: relative;
  padding-bottom: 77%;
}
.site-about-products .images img {
  border-radius: 247px 0px 0px 247px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 6px 45px 0px #e5e5e5;
          box-shadow: 0px 6px 45px 0px #e5e5e5;
}
.site-about-products .tab-content {
  padding: 70px 0px;
}

.tab-content .tab-pane {
  display: none;
  opacity: 0;
}
.tab-content .active {
  opacity: 1;
  display: block;
}

.site-strong {
  padding: 100px 0px;
}

.items-strong {
  text-align: center;
  color: #fff;
}
.items-strong img {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 26px;
  margin: 0 auto;
}
.items-strong span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px 0px;
  font-size: 220%;
  font-weight: bold;
}
.items-strong span:after {
  content: "+";
  padding-left: 5px;
}
.items-strong h3 {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 400;
}

.site-about {
  padding-bottom: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.site-about .btn {
  margin-left: auto;
}
.site-about .video iframe {
  border-radius: 24px;
  min-height: 400px;
}

.site-customer {
  padding-bottom: 265px;
}
.site-customer--slick {
  position: relative;
  padding: 17px 0px;
  overflow: hidden;
}
.site-customer--slick:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-customer--slick .content {
  max-width: 1200px;
  margin: 0 auto;
}
.site-customer--slick .slick-customer {
  margin: 0px -10px;
}
.site-customer--slick .slick-customer .items {
  padding: 0px 10px;
}
.site-customer--slick .img {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}
.site-customer--slick .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.site-cup .title-main {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.site-cup .title-main .heading {
  text-align: center;
}

.items-cup {
  text-align: center;
}
.items-cup img {
  max-width: 100%;
}
.items-cup .number {
  display: block;
  margin: 12px 0px;
  font-size: 200%;
  font-weight: bold;
  color: #000;
}
.items-cup h3 {
  font-size: 125%;
  color: var(--red);
  font-weight: bold;
  line-height: 1.5;
}

.site-products {
  background: #f8f7f7;
  padding-bottom: 20px;
}
.site-products .nav-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.site-products .nav-top li a {
  text-transform: none;
  color: #999;
  font-size: 120%;
  padding: 0px 10px;
  font-weight: 500;
}
.site-products .nav-top li a:hover {
  color: var(--red);
}
.site-products .nav-top li a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #999;
  margin-left: 20px;
}
.site-products .nav-top li .active {
  color: var(--red);
  font-weight: bold;
}
.site-products .nav-top li:last-child a:after {
  display: none;
}

.items-products {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  background-color: #eee;
  height: 100%;
}
.items-products:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-products:hover .btn {
  background-color: var(--red);
}
.items-products .ratio {
  background-color: #fff;
  padding-bottom: 76%;
}
.items-products .ratio img {
	object-fit:cover;
}
.items-products .content {
  padding: 24px 30px;
}
.items-products span {
  font-size: 14px;
}
.items-products table {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.items-products table tr td {
  border: 1px solid #333;
  padding: 10px;
  color: #000;
  font-size: 100%;
  line-height: 1.3;
  text-align: center;
}
.items-products .text {
  font-style: italic;
  font-size: 90%;
  margin-bottom: 15px;
}
.items-products .btn {
  margin: 0 auto;
  background-color: #adadad;
}
.items-products .btn:hover {
  background-color: var(--red);
}

.site-solution {
  padding-bottom: 20px;
}

.items-solution:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-solution:hover .content h3 {
  color: var(--red);
}
.items-solution .ratio {
  border-radius: 5px;
}
.items-solution .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0px;
  color: #fff;
  text-align: center;
}
.items-solution .content h4 {
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: 400;
}
.items-solution .content h3 {
  font-weight: bold;
  font-size: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-solution h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.site-construction {
  background-position: center right;
  padding-bottom: 100px;
}
.site-construction .items {
  margin-bottom: 40px;
}
.site-construction .items p {
  padding-left: 30px;
}
.site-construction .btn {
  margin-left: auto;
}

.itemw-news {
  background: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.itemw-news:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.itemw-news:hover .content h3 a {
  color: var(--red);
}
.itemw-news .ratio {
  padding-bottom: 60%;
}
.itemw-news .content {
  padding: 20px 40px;
}
.itemw-news .content h3 a {
  display: block;
  color: #000;
  line-height: 1.3;
  font-size: 120%;
}
.itemw-news .content span {
  display: block;
  margin: 10px 0px 20px;
  letter-spacing: 2px;
  font-size: 120%;
  font-weight: 400;
  color: #999;
}
.itemw-news .content p {
  margin-bottom: 0;
}

.items-news-2 {
  margin-bottom: 20px;
}
.items-news-2:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-news-2:hover .content h3 a {
  color: var(--red);
}
.items-news-2:last-child {
  margin-bottom: 0;
}
.items-news-2 .ratio {
  padding-bottom: 57.5%;
}
.items-news-2 .content {
  padding-left: 30px;
}
.items-news-2 .content h3 a {
  display: block;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000;
}
.items-news-2 .content span {
  display: block;
  letter-spacing: 2px;
  font-size: 100%;
  font-weight: 400;
  color: #999;
}

.site-sytem .title-main {
  margin-left: 0;
}
.site-sytem .items h3 {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 20px;
}
.site-sytem .items ul {
  list-style: disc;
  padding-left: 20px;
}
.site-sytem .items ul li {
  padding-bottom: 10px;
  font-size: 100%;
  color: #000;
}

.site-contact {
  color: #fff;
}
.site-contact h2 {
  font-size: 250%;
  font-weight: bold;
}
.site-contact h3 {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 24px 0px;
}
.site-contact .follow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.site-contact .follow span {
  display: block;
  font-size: 110%;
  padding-right: 8px;
}
.site-contact .follow a {
  margin: 0px 8px;
}
.site-contact .follow a svg {
  fill: #fff;
}
.site-contact .follow a svg path {
  fill: #fff;
}
.site-contact h4 {
  font-size: 220%;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}
.site-contact h4 span {
  color: var(--red);
}
.site-contact .form {
  margin: 50px auto 133px auto;
  max-width: 600px;
}
.site-contact .form .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
}
.site-contact .form .form-group {
  margin-bottom: 30px;
}
.site-contact .form .form-group .form-control {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.24);
  padding-left: 10px;
  font-size: 100%;
  color: #fff;
}
.site-contact .form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.site-contact .form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.site-contact .form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.site-contact .form .form-group .form-control::placeholder {
  color: #fff;
}
.site-contact br {
  display: none;
}
.site-contact p {
  margin-bottom: 0;
  position: relative;
}
.site-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page-history {
  color: #fff;
}
.page-history .title-main {
  text-align: left;
  margin: 0;
}
.page-history .title-main .heading {
  color: #fff;
}
.page-history .slider-for .items {
  padding-bottom: 300px;
}
.page-history .slider-for .items .number {
  font-size: 96px;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
.page-history .slider-for .items .the_content {
  max-width: 700px;
}
.page-history .slider-nav .slick-list {
  padding: 0 !important;
}
.page-history .slider-nav .number {
  display: inline-block;
  padding: 12px 30px;
  font-weight: bold;
  color: #fff;
}
.page-history .slider-nav .slick-current .number {
  background-color: var(--red);
}

.page-products {
  padding-top: 50px;
  padding-bottom: 0;
}
.page-products .title-main {
  margin: 0;
}

.page-template-san-pham .site-solution .title-main {
  margin: 0;
}

.items-category {
  text-align: justify;
}
.items-category:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-category:hover h3 a {
  color: var(--blue);
}
.items-category .ratio {
  padding-bottom: 80%;
}
.items-category h3 a {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 100%;
  margin: 15px 0px;
}
.items-category p {
  margin-bottom: 0;
}

.page-about .images img {
  border-radius: 247px 0px 0px 247px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about {
  padding-top: 30px;
}

.page-value {
  background: #f8f7f7;
}
.page-value--content {
  padding-left: 16%;
}
.page-value .items {
  border-radius: 111px 0px 0px 111px;
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
  padding: 40px 40px;
  color: #fff;
  margin-bottom: 35px;
}
.page-value .items:last-child {
  margin-bottom: 0;
}
.page-value .items--images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  max-width: 26%;
}
.page-value .items--images h3 {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: bold;
}
.page-value .items--content {
  max-width: 880px;
  font-size: 100%;
  text-align: justify;
  line-height: 1.5;
}

.page-search {
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}
.page-search .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-search .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-search .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
}

.sidebar-products {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar-products .title {
  padding: 15px 30px;
  background-color: var(--red);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  font-size: 100%;
}
.sidebar-products ul {
  padding: 10px 0px;
}
.sidebar-products ul li .sub-menu{
	padding:0;
}
.sidebar-products ul li .sub-menu li a{
	padding:10px 30px;
	padding-left:50px;
}
.sidebar-products ul li a {
  padding: 15px 30px;
  color: #000;
  line-height: 1.3;
}
.sidebar-products ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-products ul li a:hover {
  color: var(--red);
}
.sidebar-products ul li .active {
  color: var(--red);
}
.sidebar-products ul li .active:before {
  background-color: var(--red);
  border-color: var(--red);
}

@media screen and (max-width: 700px) {
  .filter-products {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
    padding: 30px 15px;
    display: none;
  }
}
.filter-products .js-close {
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 700px) {
  .filter-products .js-close {
    display: block;
  }
}
.filter-products select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
}
.filter-products .btn {
  min-width: 100px;
  height: 40px;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
}
.filter-products .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  max-width: 83%;
}
.filter-products .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-products .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
  padding: 0px 20px;
}

.js-filter-products {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--red);
  color: #fff;
  border-radius: 30px;
  z-index: 99;
  padding: 10px 20px;
  display: none;
}
@media screen and (max-width: 700px) {
  .js-filter-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.js-filter-products svg {
  fill: #fff;
  margin-right: 10px;
}

.single-products {
  padding-top: 30px;
}
.single-products .ratio {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-bottom: 67%;
}
.single-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.single-products h1 {
  font-size: 150%;
  margin-bottom: 20px;
}
.single-products table {
  display: table;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
}
.single-products table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
.single-products table tr td:first-child {
  font-weight: bold;
}
.single-products table tr td a {
  padding-right: 10px;
  color: var(--blue);
}
.single-products table tr td a:last-child {
  padding-right: 0;
}
.single-products table tr td a:last-child:after {
  display: none;
}
.single-products table tr td a:after {
  content: "-";
  padding-left: 10px;
}
.single-products table tr td:last-child {
  text-transform: uppercase;
  color: var(--blue);
}
.single-products .text {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.single-products .content-button {
  overflow: hidden;
}
.single-products .btn {
  margin-top: 20px;
  width: 100%;
}

.page-infor {
  padding-bottom: 50px;
}
.page-infor .title-main .heading {
  font-size: 150%;
}

.mb-10 {
  margin-bottom: 10px;
}

.sidebar-single .title {
  font-size: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-single .img {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
.sidebar-single .row-custom {
  margin: 0px -5px;
}
.sidebar-single .row-custom .col-custom {
  padding: 0px 5px;
}
.sidebar-single .items:hover .content h3 a {
  color: var(--blue);
}
.sidebar-single .items .ratio {
  border: 2px solid #ccc;
  border-radius: 10px;
}
.sidebar-single .items .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sidebar-single .items .content {
  padding-left: 10px;
}
.sidebar-single .items .content h3 a {
  font-size: 90%;
  line-height: 1.3;
  color: #333;
}
.sidebar-single .items .content .price {
  margin: 10px 0px;
  color: var(--red);
}
.sidebar-single .items .content .more {
  color: var(--blue);
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.items-support .images {
  text-align: center;
}
.items-support .images img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-support .images .logo {
  display: block;
  padding-top: 15px;
}
.items-support .images .logo img {
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  max-width: 100px;
  margin: 0 auto;
}
.items-support .star {
  margin-bottom: 10px;
}
.items-support .star svg {
  width: 15px;
  fill: var(--yellow);
}
.items-support .star svg path {
  fill: var(--yellow);
}
.items-support .btn-dg {
  background-color: var(--blue);
  min-width: 30px;
  height: auto;
  text-transform: none;
  font-size: 90%;
  padding: 10px 15px;
}
.items-support .address {
  margin-bottom: 24px;
}
.items-support .address span {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.items-support .address span svg {
  margin-right: 10px;
}
.items-support .address p {
  font-weight: bold;
  color: var(--red);
  padding-left: 25px;
}
.items-support .button .btn {
  min-width: 48%;
  max-width: 48%;
  text-transform: none;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #000;
  margin: 0;
}
.items-support .button .btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.page-archive-support {
  padding-top: 30px;
}

#comments {
  margin: 0 !important;
  margin-top: 10px;
}

.dvls_maps_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dvls_maps_body .dvls_maps_sidebar {
  float: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  height: 570px;
  background: #eff0f2;
  padding: 10px 24px;
}
.dvls_maps_body .dvls_maps_main {
  padding-right: 20px;
  padding-left: 0;
}

.dvls_maps_header {
  margin-bottom: 20px !important;
}

div#dvls_maps {
  height: 570px !important;
}

.dvls_result_wrap .dvls_result_item:nth-child(2n + 1),
.dvls_result_wrap .dvls_result_item {
  background-color: #fff !important;
}

.dvls_result_status {
  padding: 15px 0px !important;
}

.dvls_result_infor p {
  font-size: 90%;
}

.dvls_result_infor a {
  font-style: italic;
  font-size: 90%;
  text-decoration: underline;
  color: var(--blue);
}

.dvls_maps_col a {
  color: var(--red);
}

.form-dev .form-control {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.dvls_maps_wrap input.dvls-submit {
  background-color: var(--red) !important;
}

.dvls_maps_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dvls_maps_3col .dvls_maps_col {
  float: none;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 100%;
}

.dvls_maps_header {
  background: #eff0f2;
}

.dvls_maps_wrap select {
  height: 40px;
}

.dvls_maps_header_left {
  font-size: 14px;
}

.page-kpp {
  padding-top: 30px;
}

.page-libra {
  padding-top: 30px;
}
.page-libra--content {
  padding-bottom: 20px;
}
.page-libra--content .title-main h2 {
  font-size: 200%;
}
.page-libra--content .title-main h2 a {
  color: #000;
}

.items-libra {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.items-libra .content {
  padding: 15px;
}
.items-libra .content h3 a {
  font-size: 100%;
}
.items-libra .content p {
  font-size: 90%;
  margin: 15px 0px;
}
.items-libra .content .btn {
  margin-left: auto;
  min-width: 50px;
  height: 40px;
  font-size: 14px;
  text-transform: none;
  padding: 0px 15px;
}

.site-single-libra {
  padding-top: 30px;
}
.site-single-libra .the_content {
  padding-right: 30px;
}
.site-single-libra .the_content .date {
  margin-bottom: 30px;
}
.site-single-libra .the_content .date span {
  letter-spacing: 2px;
  color: #6e7488;
  padding-right: 10px;
}
.site-single-libra .the_content .date .btn {
  min-width: 100px;
  height: auto;
  padding: 5px 0px;
}

.sidebar-custom .widget-title {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.sidebar-custom ul {
  list-style: disc;
  padding-left: 20px;
}
.sidebar-custom ul li a {
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: none;
}
.sidebar-custom ul li a:hover {
  color: var(--red);
}
.sidebar-custom ul li:last-child a {
  border: 0;
}
.sidebar-custom .video-items {
  margin-bottom: 15px;
}
.sidebar-custom .video-items .ratio {
  padding-bottom: 60%;
  border-radius: 10px;
}
.sidebar-custom .video-items .ratio .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-custom .video-items .ratio .icon svg {
  width: 40px;
}
.sidebar-custom .video-items h3 {
  padding-top: 10px;
  font-size: 100%;
  line-height: 1.5;
}

.site-bvlq {
  padding-top: 0 !important;
}

.page-archive-news {
  padding: 30px 0px 50px 0px;
}
.page-archive-news--top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.page-archive-news--top .items-news-2 {
  text-align: justify;
  margin-bottom: 27px;
}
.page-archive-news--top .items-news-2 .content h3 a {
  font-size: 90%;
}
.page-archive-news--top .itemw-news .content {
  padding: 15px;
}
.page-archive-news .pd-right-custom {
  padding-right: 30px;
}
.page-archive-news .items-news-2 p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 100%;
}

.page-contact {
  padding: 30px 0px 50px 0px;
}
.page-contact .items-contact {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}
.page-contact .items-contact .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.page-contact .items-contact .top svg {
  width: 25px;
  margin-right: 10px;
}
.page-contact .items-contact p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-contact .address {
  margin: 30px 0px;
  border-radius: 5px;
}
.page-contact .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .address ul li {
  font-size: 85%;
  color: #000;
	padding-right:20px;
	line-height:1.5;
}
.page-contact .address ul li svg {
  margin-right: 10px;
}
.infobox-wrapper .infobox .item_infobox_thumb img{
	height:130px !important;
	object-fit:cover;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 5px;
  width: 100%;
  outline: none;
}
.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
}
.form-contact .btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}
.form-contact br {
  display: none;
}
.form-contact p {
  margin-bottom: 0;
  position: relative;
}
.form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.site-banner .follow{
	display:none !important;
}
/*# sourceMappingURL=style.css.map */