@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: 1280px;
  }

  .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 .img, .chosse-content .items, .nav-right ul, .page-tnsm .nav, .page-icon .items, .site-all .nav, .items-step, .page-products-content .nav, .page-products-content .spec, .items-support .address span {
  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);
}

.m-auto {
  margin: 0 auto !important;
}

:root {
  --blue: #6ba743;
  --blue2: #04532a;
  --red: #d82c29;
  --yellow: #ffa500;
  --gray: #1d2a46;
  --font: "Poppins", sans-serif;
  --font-oppen: "Poppins", 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: 17px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9fff5;
}

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-cartificate .images, .site-project {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px;
  height: 50px;
  border-radius: 5px;
  font-size: 100%;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  background-color: var(--blue);
  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;
  width: 100%;
  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 .title {
  font-size: 100%;
  font-weight: 500;
  color: var(--blue);
}
.title-main .heading {
  color: #000;
  font-weight: 600;
  font-size: 350%;
  margin-top: 15px;
}

.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-contact {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #545454;
}
.header-contact a {
  display: block;
  padding: 10px 20px;
  border-left: 1px solid #545454;
  font-size: 100%;
  color: var(--blue);
}

.header {
  position: relative;
  z-index: 5;
}
.header .logo {
  padding: 20px 0px;
  position: relative;
}
.header .logo img {
  max-width: 120px;
}
.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: 767px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu .gtranslate_wrapper {
  display: block !important;
}
.header .menu .gtranslate_wrapper a {
  margin-left: 10px;
}
.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 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 100%;
}
.header .menu ul li a:hover {
  color: var(--blue);
}
.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;
  text-transform: none;
  font-size: 15px;
}
.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 ul .contact {
  margin-right: 20px;
  margin-left: 10px;
}
.header .menu ul .contact .btn {
  min-width: 100px;
  text-align: center;
  height: 40px;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
}
.header .menu ul .contact .btn:hover {
  color: #fff;
}
.header .menu ul:last-child a {
  padding-right: 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, #245701 29.72%, #054122 54.59%);
  display: none;
  overflow: auto;
}
.menu-mobile .gtranslate_wrapper {
  display: block !important;
  padding-top: 20px;
}
.menu-mobile .gtranslate_wrapper a {
  margin-left: 10px;
}
.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 {
  margin-bottom: 30px;
}
.mxh a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--blue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: var(--blue);
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
  fill: var(--blue);
}

.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, #2a2a2a 29.72%, #242424 54.59%);
  color: #fff;
  padding-top: 50px;
}
.footer .logo {
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.footer .logo img {
  max-width: 120px;
}
.footer__content {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 20px;
}
.footer__content .the_content {
  text-align: justify;
}
.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: 50px;
}
.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;
}
.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;
}

.coppyright {
  background-color: #333;
  padding: 20px 0px;
  color: #fff;
}

.site-banner {
  margin-top: -180px;
}
.site-banner .slick-current .images {
  -webkit-animation: scale 10s infinite;
          animation: scale 10s infinite;
}
.site-banner .img {
  height: 100vh;
  min-height: 880px;
  max-height: 880px;
  position: relative;
  color: #fff;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  overflow: hidden;
}
.site-banner .img .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-banner .img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.5);
  z-index: 2;
}
.site-banner .img .content {
  position: relative;
  z-index: 5;
  max-width: 1000px;
}
.site-banner .img .content--heading {
  text-transform: uppercase;
  font-size: 90%;
  color: var(--blue);
}
.site-banner .img .content--title {
  font-size: 350%;
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0px 20px 0px;
}
.site-banner .img .content--text {
  font-size: 120%;
  margin-bottom: 50px;
}
.site-banner .img .content .btn {
  margin-right: 10px;
}
.site-banner .img .content .btn-white {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
}
.site-banner .slick-dots {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.site-strength .strength {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 5;
  margin-top: -141px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}
.site-strength .strength .items {
  text-align: center;
}
.site-strength .strength img {
  height: 100px;
}
.site-strength .strength h3 {
  font-size: 105%;
  color: #000;
  margin: 10px 0px 20px;
  font-weight: 500;
}
.site-strength .strength p {
  margin-bottom: 0;
  font-size: 90%;
  color: #999;
}

.site-about .the_content {
  padding-right: 35px;
  margin-bottom: 35px;
}
.site-about .btn {
  margin-right: 20px;
}
.site-about .btn-white {
  border: 2px solid #000;
  background: transparent;
  color: #000;
}

.images img {
  border-radius: 10px;
}

.site-archivement {
  background: #222;
  color: #fff;
}
.site-archivement .items {
  border: 2px dashed var(--blue);
  border-radius: 30px;
  padding: 50px 10px;
  height: 100%;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.site-archivement .items span {
  font-size: 50px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.site-archivement .items p {
  margin-bottom: 0;
}

.products-content {
  background: #eafbde;
  padding: 100px 0px;
  border-radius: 100px;
}
.products-content .btn {
  margin-top: 30px !important;
}

.items-products {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.items-products:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-products .ratio {
  padding-bottom: 70%;
}
.items-products h3 a {
  font-weight: 600;
  padding: 20px;
  color: #000;
  font-size: 125%;
  display: block;
  text-align: center;
}
.items-products p {
  margin-top: auto;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  color: #333;
}

.site-our {
  padding-top: 0;
}

.slick-choose img {
  border-radius: 20px;
}

.chosse-content .items {
  margin-bottom: 30px;
}
.chosse-content .items:last-child {
  margin-bottom: 0;
}
.chosse-content .items .img {
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
}
.chosse-content .items .img img {
  width: 100%;
}
.chosse-content .items .content {
  padding-left: 20px;
}
.chosse-content .items .content h3 {
  font-size: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}
.chosse-content .items .content p {
  margin-bottom: 0;
  color: #222;
}

.site-cartificate {
  position: relative;
}
.site-cartificate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.site-cartificate .images {
  padding: 100px 0px;
  color: #fff;
  background-attachment: fixed;
}
.site-cartificate .items {
  margin-bottom: 20px;
}
.site-cartificate .items:last-child {
  margin-bottom: 0;
}
.site-cartificate .items img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 0;
}

.site-parners .slick-customer {
  margin: 0px -20px;
}
.site-parners .items {
  padding: 0px 20px;
}
.site-parners .items img {
  height: 100px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
}

.site-products .slick-products {
  margin: 0px -10px;
}
.site-products .slick-products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-products .slick-products .slick-track .items {
  height: initial;
  padding: 0px 10px;
}
.site-products .slick-products .slick-track .items .items-products {
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-what {
  background-color: #effde6;
}
.site-what .slick-pn {
  margin: 0px -15px;
}
.site-what .slick-pn .slick-slide {
  padding: 0px 15px;
}
.site-what .items {
  padding-bottom: 10px !important;
}
.site-what .items img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-what .content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  padding: 30px 20px;
  margin-top: -50px;
  padding-top: 100px;
  text-align: center;
  min-height: 410px;
}
.site-what .content h3 {
  font-size: 120%;
  font-weight: 400;
}
.site-what .content .sao {
  margin: 10px 0px 20px 0px;
}
.site-what .content .sao .start {
  margin-right: 10px;
}
.site-what .content .sao .star-1 svg {
  display: none;
}
.site-what .content .sao .star-1 svg:nth-child(1) {
  display: block;
}
.site-what .content .sao .star-2 svg {
  display: none;
}
.site-what .content .sao .star-2 svg:nth-child(1), .site-what .content .sao .star-2 svg:nth-child(2) {
  display: block;
}
.site-what .content .sao .star-3 svg {
  display: none;
}
.site-what .content .sao .star-3 svg:nth-child(1), .site-what .content .sao .star-3 svg:nth-child(2), .site-what .content .sao .star-3 svg:nth-child(3) {
  display: block;
}
.site-what .content .sao .star-4 svg {
  display: none;
}
.site-what .content .sao .star-4 svg:nth-child(1), .site-what .content .sao .star-4 svg:nth-child(2), .site-what .content .sao .star-4 svg:nth-child(3), .site-what .content .sao .star-4 svg:nth-child(4) {
  display: block;
}
.site-what .content .sao .star-5 svg {
  display: block;
}
.site-what .content .sao svg {
  fill: var(--yellow);
  width: 15px;
}
.site-what .content .sao svg path {
  fill: var(--yellow);
}
.site-what .content p {
  font-size: 90%;
  color: #333;
  margin-bottom: 0;
}

.site-touch {
  background-color: #effde6;
  padding-top: 0;
}
.site-touch .btn {
  margin-left: auto;
}

.site-project {
  color: #fff;
  position: relative;
  padding: 100px 0px;
  background-attachment: fixed;
}
.site-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.site-project .title-main .heading {
  color: #fff;
}
.site-project .title-main p {
  max-width: 500px;
  margin: 30px auto;
}
.site-project .title-main .btn {
  margin: 0 auto;
}

.nav-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-right ul li {
  margin-left: 10px;
}
.nav-right ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.nav-right ul li .active {
  background: var(--blue);
}

.site-album {
  padding-bottom: 0;
}

.gtranslate_wrapper {
  display: none !important;
}

.items-album:hover .ratio img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-album:hover .ratio h3 {
  background: var(--blue);
}
.items-album .ratio {
  padding-bottom: 70%;
  border-radius: 20px;
}
.items-album .ratio h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 90%;
  color: #fff;
  background-color: rgba(2, 2, 2, 0.5);
}

.site-page-about .img {
  border-radius: 0;
  max-height: 500px;
  min-height: 100px;
}
.site-page-about .img .content {
  max-width: 100%;
  text-align: center;
  padding-top: 50px;
}
.site-page-about .img .content .rank-math-breadcrumb {
  padding-top: 0;
  color: var(--blue);
}
.site-page-about .img .content .rank-math-breadcrumb a {
  color: var(--blue);
}
.site-page-about .img .content .rank-math-breadcrumb a:hover {
  color: #fff;
}

.album-our .items {
  margin-bottom: 20px;
}
.album-our .ratio {
  border-radius: 20px;
  padding-bottom: 50%;
}

.dropdown-album .items {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.dropdown-album .items:first-child .js-content {
  display: block;
}
.dropdown-album .items span {
  display: block;
  padding: 15px 10px;
  background-color: var(--blue2);
  color: #fff;
  cursor: pointer;
  position: relative;
}
.dropdown-album .items span:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-album .items .active:after {
  content: "-";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-album .items .js-content {
  padding: 15px;
  background-color: #f9f9f9;
  display: none;
}
.dropdown-album .items .js-content p:last-child {
  margin-bottom: 0;
}

.page-streng .strength {
  margin-top: 0;
}

.page-about-contact .title-main {
  max-width: 1000px;
  margin: 0 auto;
}
.page-about-contact .the_content {
  text-transform: uppercase;
  font-size: 150%;
  text-align: center;
}
.page-about-contact p {
  max-width: 100% !important;
}

.site-about-the .items {
  text-align: center;
}
.site-about-the .items:hover .number {
  color: var(--blue);
}
.site-about-the .items .number {
  display: block;
  color: #f3f3f3;
  font-size: 200px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-about-the .items h3 {
  font-size: 120%;
  font-weight: 500;
  position: relative;
  margin-top: -55px;
  margin-bottom: 50px;
}
.site-about-the .items h3:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--blue);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.site-about-the .items p {
  font-size: 90%;
  margin-bottom: 0;
  color: #333;
}

.tab-pane {
  display: none;
  opacity: 0;
}

.active {
  opacity: 1;
  display: block;
}

.page-tnsm {
  background-color: #f1f9ec;
}
.page-tnsm .nav {
  margin-bottom: 30px;
}
.page-tnsm .nav li a {
  display: block;
  font-size: 100%;
  font-weight: 500;
  color: #000;
  padding: 0px 30px;
  padding-bottom: 20px;
  position: relative;
}
.page-tnsm .nav li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 0;
}
.page-tnsm .nav li .active:before {
  opacity: 1;
}
.page-tnsm .the_content {
  text-align: left;
  padding-right: 30px;
  color: #333;
}
.page-tnsm .ratio {
  padding-bottom: 60%;
  border-radius: 20px;
}

.page-about-contact-2 .the_content {
  text-transform: none;
}

.page-tourch .site-touch {
  padding-top: 50px;
  background-color: transparent;
}

.page-icon .items {
  background-color: #d8e9ce;
  padding: 20px;
  border-radius: 10px;
}
.page-icon .items .images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}
.page-icon .items .images img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.page-icon .items .content {
  padding-left: 20px;
}
.page-icon .items .content h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.page-icon .items .content p {
  font-size: 90%;
  font-weight: 400;
  color: #333;
}

.site-all {
  padding-top: 0;
}
.site-all .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.site-all .nav li a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 50px;
  background-color: #d8e9ce;
  color: #000;
  border-radius: 10px;
  font-size: 120%;
  font-weight: 500;
  margin: 0px 10px;
}
.site-all .nav li .active {
  background-color: var(--blue);
  color: #fff;
}

.page-step .items:nth-child(2n + 2) .items-step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page-step .items:nth-child(2n + 2) .items-step .content {
  padding-top: 0;
  padding-bottom: 100px;
}
.page-step .items:nth-child(2n + 2) .items-step .content:before {
  display: none;
}
.page-step .items:nth-child(2n + 2) .items-step .content:after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
}
.page-step .slick-step:before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dbdbdb;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-step .slick-prev {
  right: 0;
  left: -10px;
  top: 46%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
}
.page-step .slick-next {
  right: -10px;
  top: 46%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
}
.page-step .title-main .text {
  max-width: 70%;
  margin-top: 30px;
  font-size: 90%;
  color: #333;
}

.items-step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 20px;
  text-align: center;
}
.items-step .ratio {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 10px;
}
.items-step .content {
  padding-top: 100px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.items-step .content:before {
  content: "";
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
}
.items-step h3 {
  margin-bottom: 20px;
}
.items-step p {
  font-size: 90%;
  color: #333;
  text-align: justify;
}

.single .header-contact,
.single .header {
  background: #2e2f2a;
}

.page-single-products .slider-for .ratio {
  padding-bottom: 70%;
  border-radius: 10px;
}
.page-single-products .slider-nav {
  margin: 0px -5px;
  margin-top: 10px;
}
.page-single-products .slider-nav .items {
  padding: 0px 5px;
}
.page-single-products .slider-nav .ratio {
  border-radius: 10px;
  padding-bottom: 80%;
}
.page-single-products .slider-nav .slick-list {
  padding: 0 !important;
}
.page-single-products .rank-math-breadcrumb {
  padding-top: 0;
  color: #333;
  margin-bottom: 20px;
}
.page-single-products h1 {
  font-size: 200%;
  margin-bottom: 20px;
  font-weight: 500;
}
.page-single-products .the_content {
  margin-bottom: 50px;
}

.page-products-content {
  padding-bottom: 50px;
}
.page-products-content .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.page-products-content .nav a {
  font-size: 100%;
  font-weight: 500;
  color: #333;
  padding: 0px 20px;
}
.page-products-content .nav .active {
  font-weight: bold;
  color: var(--blue);
}
.page-products-content .tab-content {
  max-width: 800px;
  margin: 0 auto;
}
.page-products-content .spec {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-products-content .spec li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 20px;
}

.site-bvlq .title-main .heading {
  font-weight: 500;
  font-size: 200%;
}

.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;
}

.items-news {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.items-news:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-news:hover .content h3 a {
  color: var(--blue);
}
.items-news .ratio {
  padding-bottom: 70%;
}
.items-news .content {
  padding: 25px;
}
.items-news .content h3 a {
  display: block;
  font-weight: 500;
  font-size: 120%;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}
.items-news .content p {
  font-size: 100%;
  color: #999;
  margin-bottom: 0;
}

.content-hl {
  background: #eafbde;
  padding: 100px 0px;
  border-radius: 100px;
}

.slick-hl {
  margin: 0px -15px;
}
.slick-hl .items {
  padding: 0px 15px;
}
.slick-hl .items-news {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-post .header {
  background: transparent;
}
.single-post .header-contact {
  background: transparent;
}

.site-page-post .img .content {
  text-align: left;
}
.site-page-post .img .content--title {
  font-size: 250%;
}

.search-sidebar {
  margin-bottom: 30px;
}
.search-sidebar form {
  position: relative;
  overflow: hidden;
}
.search-sidebar form input {
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  padding-left: 10px;
  border-radius: 5px;
  width: 100%;
}
.search-sidebar form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--blue);
  outline: none;
  border: none;
}
.search-sidebar form button svg {
  fill: #fff;
}
.search-sidebar form button svg path {
  fill: #fff;
}

.sidebar-news .widget-title {
  font-weight: 500;
  font-size: 120%;
  margin-bottom: 15px;
}
.sidebar-news .widget {
  margin-bottom: 30px;
}
.sidebar-news ul li {
  padding-bottom: 15px;
}
.sidebar-news ul li:last-child {
  padding-bottom: 0;
}
.sidebar-news ul li a {
  display: block;
  color: #333;
  font-size: 100%;
  line-height: 1.3;
}
.sidebar-news ul li a:hover {
  color: var(--blue);
}
.sidebar-news ul li .post-date {
  display: block;
  padding-top: 10px;
  font-size: 90%;
}
.sidebar-news .widget_media_image {
  overflow: hidden;
  border-radius: 10px;
}
.sidebar-news img {
  border-radius: 10px;
  width: 100%;
}
.sidebar-news img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.the_content_left {
  background: #eafbde;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .the_content_left {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.site-banner .img .images {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c2__subtitle {
  color: #ac6620;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px 0px 12px;
  background-color: #fff0;
  line-height: 34px;
  text-align: center;
}
.c2__title {
  color: #31361d;
  font-size: 65px;
  font-weight: 600;
  background-color: #fff0;
  display: inline-block;
  line-height: 78px;
  text-align: center;
  margin: 0px 0px 20px;
}
.c2__text {
  text-align: center;
  background-color: #fff0;
  color: #747474;
  font-size: 18px;
  line-height: 30.6px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.c3__title {
  font-size: 82px;
  font-weight: 600;
  color: #31361d;
  margin-bottom: 30px;
}
.c3__address {
  font-size: 18px;
  margin-bottom: 50px;
}
.c3__address p {
  margin-bottom: 16px;
}
.c3__address > *:last-child {
  margin-bottom: 0;
}
.c3__hotline {
  font-size: 25px;
  font-weight: 500;
  color: #747474;
  margin-bottom: 30px;
}
.c3__hotline strong {
  font-weight: 700;
  color: #383838;
}
.c3__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  row-gap: 16px;
}
.c3__social .item {
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.c3__social .item svg {
  height: 30px;
  width: auto;
  fill: #31361d;
}
.c3__social .item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 991px) {
  .c3__content {
    padding-right: 3rem;
  }
}
@media (min-width: 991px) {
  .c3__form {
    padding-left: 3rem;
  }
}
.c3__form .formTitle {
  font-size: 25px;
  font-weight: normal;
  counter-reset: #31361d;
  margin-bottom: 32px;
}
.c3__form .formRow {
  row-gap: 16px;
}
.c3__form .formRow p {
  margin-bottom: 0;
}
.c3__form .formRow .form-control {
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #31361d;
  background: none;
  font-size: 16px;
  font-family: inherit;
  outline: 0;
}
.c3__form .formRow .form-control:not(textarea) {
  height: 57px;
}
.c3__form .formRow textarea {
  height: 120px;
  padding-top: 20px;
}
.c3__form .formRow .btn {
  border: 0;
  border-radius: 20px;
  height: 57px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.feedback {
  background: #f1f9ec;
}
.feedback__slider .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
.feedback__slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__slider .slick-list .slick-track .slick-slide {
  padding: 0px 20px;
  height: auto;
}
.feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  padding: 40px;
}
.feedback__item .text {
  font-size: 18px;
  color: #797979;
  margin-bottom: 20px;
}
.feedback__item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.feedback__item .author__avata {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feedback__item .author__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback__item .author__name {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 5px;
}
.feedback__item .author__country {
  font-size: 16px;
  font-weight: normal;
  color: #797979;
  margin-bottom: 0;
}
.feedback__item .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -20px;
  color: #f5ad0d;
  font-size: 18px;
}

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