@import url('https://fonts.googleapis.com/css2?family=Roboto: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: 1200px;
  }

  .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-top .mxh-header, .header-top .mxh-header a, .header .menu, .header .menu ul, .menu-mobile .js-close, .mxh, .mxh a, .js-uptop, .list-category {
  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;
}

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

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

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

.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 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(--blue2);
}
.nhm-pagination ul .active a {
  background-color: var(--blue2);
}

:root {
  --blue: #10abeb;
  --blue2: #3a50cb;
  --red: #e92628;
  --yellow: #f68b3f;
  --gray: #1d2a46;
  --font: "Roboto", sans-serif;
  --font-banner: "Roboto", sans-serif;
  --box: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  --rgba: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(11, 29, 43, 0.7) 51%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

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, .page-about-dv, .site-snh, .page-banner, .items-single-services {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  background-color: var(--blue);
  border-radius: 30px;
  font-size: 90%;
  border: 0;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-blue {
  background: linear-gradient(100.27deg, #8662ed -1.97%, #1e5fc8 102.2%);
  color: #fff;
}
.btn-blue:hover {
  background: var(--yellow);
}

.btn-white {
  border: 1px solid #4260d5;
  background: #fff;
  color: var(--gray);
}
.btn-white:hover {
  background: var(--yellow);
  color: #fff;
  border-color: var(--yellow);
}

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

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

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

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid #000;
  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: #000;
  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 {
  left: 0;
}
.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 #000;
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: #000;
}

svg {
  width: 20px;
}

.title-main {
  margin-bottom: 50px;
  text-align: center;
}
.title-main .heading {
  text-transform: uppercase;
  color: var(--blue);
  font-size: 200%;
  font-weight: bold;
}
.title-main .text {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.title-main-2 {
  margin-bottom: 50px;
}

.header-top {
  background: var(--blue);
  position: relative;
  z-index: 5;
}
.header-top .mxh-header {
  padding: 15px 0px;
}
.header-top .mxh-header a {
  margin-right: 15px;
  color: #fff;
  font-size: 90%;
}
.header-top .mxh-header a svg {
  width: 16px;
  fill: #fff;
  margin-right: 5px;
}
.header-top .cata {
  color: #fff;
  font-size: 90%;
  margin-right: 20px;
}
.header-top .cata svg {
  width: 16px;
  margin-right: 5px;
  fill: #fff;
}
.header-top .gtranslate_wrapper a {
  margin-left: 5px;
}

.header {
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #fff;
  -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(1px);
          backdrop-filter: blur(1px);
  position: relative;
  z-index: 5;
}
.header .logo {
  padding: 5px 0px;
  position: relative;
}
.header .logo img {
  max-width: 100%;
}
.header .logo .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .logo .js-menu-mobile svg {
  width: 25px;
  fill: #000;
}
.header .logo .js-menu-mobile svg path {
  fill: #000;
}
.header form {
  position: relative;
}
.header form input {
  width: 100%;
  height: 45px;
  border-radius: 30px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid var(--blue);
  font-size: 90%;
  color: var(--blue);
}
.header form input::-webkit-input-placeholder {
  color: var(--blue);
}
.header form input:-ms-input-placeholder {
  color: var(--blue);
}
.header form input::-ms-input-placeholder {
  color: var(--blue);
}
.header form input::placeholder {
  color: var(--blue);
}
.header form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: none;
  cursor: pointer;
  border: 0;
  outline: none;
}
.header form button svg {
  width: 15px;
  fill: var(--blue);
}
.header form button svg path {
  fill: var(--blue);
}
.header .menu {
  -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 .sub-menu {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  z-index: 999;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  border-radius: 5px;
  display: none;
}
.header .menu ul li .sub-menu li {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  color: #000;
  text-align: left;
  line-height: 1.5;
}
.header .menu ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.header .menu ul li .sub-menu li a {
  color: #000;
  font-weight: 500;
  display: block;
  text-transform: none;
}
.header .menu ul li .sub-menu li a:hover {
  color: var(--blue);
}
.header .menu ul li a {
  font-size: 100%;
  padding: 0px 10px;
  color: #000;
}
.header .menu ul li a:hover {
  color: var(--blue);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #efefef;
  overflow: auto;
  display: none;
}
.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: #000;
}
.menu-mobile .js-close path{
	fill:#000 !important;
}
.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: 100%;
  color: #000;
  border-bottom: 1px solid #979797;
	line-height:1.3;
}
.menu-mobile ul .sub-menu li a {
  padding-left: 25px;
}

.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: 40px;
  height: 40px;
  background-color: var(--yellow);
  -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;
}

.site-banner img {
  height: 100vh;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.itames-whychose {
  text-align: center;
}
.itames-whychose:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.itames-whychose .ratio {
  border-radius: 10px;
  overflow: hidden;
}
.itames-whychose h3 {
  margin: 15px 0px;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--blue);
}
.itames-whychose p {
  margin-bottom: 0;
  font-size: 90%;
  color: #333;
}

.site-project {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1400px) {
  .site-project .container-fluid {
    max-width: 80%;
  }
}

.items-project {
  background-color: #fff;
  border: 1px solid var(--blue);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.items-project:hover .content h3 {
  color: var(--blue);
}
.items-project:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-project .images {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.items-project .images img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-project .content {
  width: 100%;
  height: auto;
  padding: 10px;
}
.items-project .content h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}
.items-project .content p {
  font-size: 14px;
  margin-bottom: 0;
}

.items-sv {
  text-align: center;
}
.items-sv:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-sv .images {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin: 0 auto;
}
.items-sv .images img {
  display: block;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.items-sv h3 {
  font-size: 120%;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1.5;
  margin: 20px 0px;
}
.items-sv p {
  padding: 10px;
  border-radius: 10px;
  background: #bee6f8;
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  min-height: 236px;
}

.footer {
  background-color: #000;
  padding: 30px 0px;
  color: #fff;
}
.footer .title {
  font-size: 120%;
  margin-bottom: 20px;
}
.footer ul {
  -webkit-columns: 2;
          columns: 2;
}
.footer ul li a {
  display: block;
  padding-bottom: 15px;
  color: #fff;
}
.footer ul li a:hover {
  color: var(--yellow);
}
.footer .maps iframe {
  border-radius: 5px;
  height: 300px;
}
.footer .coppy {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.archive-ct .col-custom:nth-child(2n + 2) .items-project img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.oveflow-auto-custom {
  overflow: auto;
}

.list-category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px;
}
.list-category li {
  padding: 0px 10px;
}
.list-category li a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 90%;
  text-transform: uppercase;
  color: #333;
}
.list-category li a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.list-category li .active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.post-type-archive .list-category li .all {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.slick-project-album {
  max-width: 600px;
  margin: 0 auto;
}
.slick-project-album img {
  width: 100%;
}
.slick-project-album .slick-next {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .slick-project-album .slick-next {
    right: 10px;
  }
}
.slick-project-album .slick-prev {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .slick-project-album .slick-prev {
    left: 10px;
  }
}

.single-infor {
  background-color: #000;
  color: #fff;
}
.single-infor .title-main .heading {
  color: #fff;
}
.single-infor .items {
  text-align: center;
}
.single-infor .items span {
  display: block;
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}
.single-infor .items p {
  font-weight: bold;
  font-size: 120%;
}

.site-page .the_content {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.items-about {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.items-about span {
  font-size: 200%;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.items-about h3 {
  font-size: 120%;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
.items-about p {
  text-align: justify;
  margin-bottom: 0;
}

.page-about-project {
  padding-bottom: 0;
}
.page-about-project .items-about {
  padding: 0;
  height: auto;
}
.page-about-project .items-about .ratio {
  padding-bottom: 80%;
  border-radius: 10px;
}
.page-about-project .items-about h3 {
  margin: 10px 0;
}

.site-about {
  padding-bottom: 50px;
}
.site-about img {
  border-radius: 10px;
}
.site-about .the_content h2,
.site-about .the_content h3,
.site-about .the_content h4,
.site-about .the_content h5,
.site-about .the_content h6 {
  color: var(--blue);
  text-transform: uppercase;
}

.site-snh {
  padding-top: 100px;
}
.site-snh .title-main {
  margin-bottom: 50px;
}
.site-snh .title-main .heading {
  color: #fff;
}
.site-snh .title-main .text {
  color: #fff;
}
.site-snh .items-sv .images {
  background: none;
  width: auto;
  height: auto;
  text-align: center;
}
.site-snh .items-sv .images img {
  height: auto;
  margin: 0 auto;
  max-width: 100px;
}
.site-snh .items-sv h3 {
  color: #fff;
  font-weight: bold;
  font-size: 100%;
}

.page-banner {
  height: 100vh;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-banner h2 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page-banner .title {
  font-size: 200%;
  line-height: 1.5;
}
.page-banner .rank-math-breadcrumb p {
  margin-bottom: 0;
  color: #fff;
}
.page-banner .rank-math-breadcrumb p a {
  color: #fff;
}

.page-content-about {
  padding-top: 0;
}
.page-content-about .the_content {
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.page-archive-ct .the_content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.page-archive-ct .form-filter {
  margin-top: 30px;
}

.form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  font-weight: 500;
  padding-left: 10px;
  border-radius: 5px;
  background: #f5f5f5;
}

.items-news-top {
  margin-bottom: 30px;
}

.items-news-top:hover .ratio img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.items-news-top .ratio {
  padding-bottom: 65%;
  border-radius: 5px;
  overflow: hidden;
}

.items-news-top .content h3 a {
  display: block;
  font-size: 120%;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.items-news-top .content p {
  margin: 20px 0;
  font-size: 100%;
  font-weight: 500;
  color: var(--gray);
}

.items-news-top .author .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.items-news-top .author .img img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.items-news-top .author--content {
  padding-left: 10px;
}

.items-news-top .author--content h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
  font-weight: 400;
}

.items-news-top .author--content .date span {
  display: block;
  color: var(--gray);
  font-size: 100%;
}

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

.items-news {
  background: #fff;
  -webkit-box-shadow: var(--box);
  box-shadow: var(--box);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.items-news:hover .ratio img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.items-news .ratio {
  padding-bottom: 70%;
  position: relative;
}
.items-news .ratio .date {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blue);
  color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 90%;
  font-weight: bold;
}
.items-news .ratio .date span {
  display: block;
}
.items-news .ratio .date span:first-child {
  padding-bottom: 5px;
}

.items-news .content {
  padding: 15px;
}

.items-news .content h3 a {
  display: block;
  font-size: 100%;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.items-news .content p {
  margin: 20px 0;
  font-size: 90%;
  font-weight: 500;
  color: var(--gray);
}

.items-news .author .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.items-news .author .img img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.items-news .author--content {
  padding-left: 10px;
}

.items-news .author--content h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
  font-weight: 400;
}

.items-news .author--content .date span {
  display: block;
  color: var(--gray);
  font-size: 100%;
}

.items-news .more {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.items-news .more:hover {
  color: var(--red);
}

.page-content-single .single-title h1 {
  font-size: 200%;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}

.page-content-single .single-title .author .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.page-content-single .single-title .author .img img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content-single .single-title .author--content {
  padding-left: 10px;
}

.page-content-single .single-title .author--content h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
  font-weight: 400;
}

.page-content-single .single-title .author--content .date span {
  display: block;
  color: var(--gray);
  font-size: 100%;
}

.single-content-detaisl .img {
  margin-bottom: 20px;
}

.sidebar-news .title {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.items-news-sidebar {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: var(--box);
  box-shadow: var(--box);
  padding: 10px;
  border-radius: 5px;
}

.items-news-sidebar:hover .content h3 a {
  color: var(--yellow);
}

.items-news-sidebar .ratio {
  border-radius: 5px;
  padding-bottom: 80%;
}

.items-news-sidebar .content h3 a {
  display: block;
  font-size: 100%;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.items-news-sidebar .content span {
  display: block;
  font-size: 90%;
  color: var(--gray);
}

.form-sidebar {
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}

.form-sidebar .title-form {
  text-align: center;
  margin-bottom: 20px;
}

.form-sidebar .title-form h4 {
  margin-bottom: 10px;
  font-size: 120%;
  color: #000;
  line-height: 1.3;
}

.form-sidebar .title-form p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--gray);
}

.form-sidebar .form p {
  position: relative;
}

.form-sidebar .form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.page-content-single {
  padding: 30px 0px;
}

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

.page-contact__content .des {
  text-align: center;
  margin-bottom: 30px;
}
.page-contact__content .des h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 15px;
}
.page-contact__content .des p {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: var(--color-blue);
}
.page-contact .form-contact h2 {
  text-align: center;
  color: var(--color-blue);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-contact .form-contact .contact-address {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-contact .form-contact .contact-address {
    padding: 20px 10px;
    margin-bottom: 20px;
    height: auto;
  }
}
.page-contact .form-contact .contact-address h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-blue);
  font-weight: bold;
  margin-bottom: 20px;
}
.page-contact .form-contact .contact-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.page-contact .form-contact .contact-address ul li:last-child {
  margin-bottom: 0;
}
.page-contact .form-contact .contact-address ul li .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-blue);
  font-size: 17px;
}
.page-contact .form-contact .contact-address ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.page-contact .form-contact .contact-address ul li .text span {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.page-contact .form-contact .contact-address ul li .text p {
  font-size: 14px;
  color: #333;
}
.page-contact .form-contact .contact-address form p {
  margin-bottom: 0;
}
.page-contact .form-contact .contact-address form input {
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
}
.page-contact .form-contact .contact-address form .form-group {
  margin-bottom: 15px;
}
.page-contact .form-contact .contact-address form textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 15px;
  height: 150px;
  padding-top: 10px;
  outline: none;
  width: 100%;
}
.page-contact .form-contact .contact-address form .btn-custom {
  cursor: pointer;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-contact .form-contact .contact-address form .btn-custom:hover {
  background: #fff;
  color: var(--color-blue);
}
.page-contact .maps {
  margin-top: 15px;
}
.page-contact .maps iframe {
  width: 100%;
  border-radius: 10px;
}

.site-customer {
  background-image: url(../images/bg-project.png);
}

.site-customer .slick-gallery {
  margin: 0px -10px;
}

.site-customer .slick-gallery .slick-slide {
  padding: 0px 10px;
}

.site-customer .number {
  text-align: center;
  margin-bottom: 30px;
}

.site-customer .number span {
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  background: url(../images/da2.png);
  -webkit-text-fill-color: transparent;
  background-position: center center;
  -webkit-background-clip: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-customer .number p {
  font-size: 150%;
  color: var(--red);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
}

.site-customer .item {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.site-customer .item:hover {
  border-color: var(--blue);
}

.site-customer .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.items-single-services {
  background-color: #f5f5f5;
}
.items-single-services .title {
  margin-bottom: 30px;
  color: var(--blue);
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .items-single-services .title {
    font-size: 150%;
  }
}
.items-single-services .content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .items-single-services .images {
    display: none;
  }
}

.items-single:hover h3 {
  color: var(--blue);
}
.items-single:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-single .ratio {
  padding-bottom: 70%;
  border-radius: 10px;
}
.items-single .ratio img {
  border-radius: 10px;
}
.items-single .ratio h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}

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