/*
1em = 16px
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a, a:hover {
  text-decoration: none;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: unset;
}

/*@font-face {
  font-family: "Proxima Nova";
  src: url(/assets/font/ProximaNova-Regular.otf) format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url(/assets/font/Net-Proxima-Nova-Sbold.otf) format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Autography";
  src: url(/assets/font/Autography.otf) format("opentype");
}*/

@font-face {
  font-family: "Monument Extended";
  src: url(/assets/font/monumentextended-regular.otf) format("opentype");
}
.font-autography{
  font-family: Montserrat;
  transform: rotate(-2.34deg);
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat";
  font-size: 1.3rem;
}
.heading--before .heading__title{width: max-content;}
@media only screen and (max-width: 1405px){
  .header__menu-item:not(:last-child){
    margin-right: 0!important;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

.u-margin-top-8 {
  margin-top: 7.2rem;
}

.heading--before::before {
  content: "";
  position: relative;
  width: 15.7rem;
  height: 6.1rem;
  background: #041C2C;
  display: inline-block;
  margin-right: 1.8rem;
  top: 0.9rem;
}

@media only screen and (max-width: 768px) {
  .heading--before .heading__title{width: 100%}
  .heading--before::before {
    display: none;
  }
}

.heading__title {
  position: relative;
  font-size: 6.5rem;
  line-height: 5.3rem;
  display: inline-block;
  width: 100%;
  word-break: break-word;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .heading__title {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .heading__title {
    font-size: 6.5rem;
    line-height: 8.3rem;
  }
}

.heading__title--blue {
  color: #37b6ed;
}


@media only screen and (max-width: 768px) {

}

@media only screen and (min-width: 991) {
.contact-flex{
  display: flex !important;
}
}

.heading__description {
  color: #000;
  font-size: 1.3rem;
/*  font-weight: bold;*/
  line-height: 2.7rem;
}

@media only screen and (max-width: 37.5em) {
  .heading__description {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .heading__description {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}

.button {
  display: inline-block;
  padding: 0.9rem 3.2rem;
  background: #37b6ed;
  color: #ffffff;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 1.5rem -0.1rem #37b6ed;
          box-shadow: 0 0 1.5rem -0.1rem #37b6ed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover {
  background: #268ebb;
  color: #ffffff;
}

.text-section__paragraph {
  float: left;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #041C2C;
}

.text-section__paragraph-image {
  margin-left: 6.3rem;
  margin-bottom: 0.9rem;
  width: 45rem;
  /* height: 37rem; */
  float: right;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .text-section__paragraph-image {
    width: 100%;
   /* height: 31rem; */
    margin-left: 0;
    margin-bottom: 0rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .text-section__paragraph-image {
    width: 27rem;
  /*  height: 27rem; */
  }
}

.text-section__paragraph-image img {
  width: 100%;
}

.text-section__paragraph-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
 /* height: 1rem; */
  width: 27.2rem;
  background: #37B6ED;
}

@media only screen and (max-width: 37.5em) {
  .text-section__paragraph-image::before {
    width: 100%;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .text-section__paragraph-image::before {
    width: 18rem;
  }
}

.about-card__photo {
  position: relative;
}

.about-card__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7.2rem;
  height: 100%;
  width: 45rem;
  background-image: url(/assets/files/images/imag-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .about-card__photo::before {
    left: -13.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .about-card__photo::before {
    width: 100%;
    background-position: right;
  }
}

.about-card__text {
  padding-left: 9.6rem;
}

@media only screen and (max-width: 768px) {
  .about-card__text {
    padding: 0 2.7rem;
    margin-top: 5.4rem;
  }
  .montajDetail-title .heading__title {
    font-size: 19px !important;
    line-height: 3.1rem !important ;

}
}

.about-card__description {
  color: #000;
  font-size: 1.3rem;
  line-height: 2.4rem;
/*  font-weight: bold;*/
  margin-top: 3.3rem;
}

@media only screen and (max-width: 37.5em) {
  .about-card__description {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.about-card__button {
  display: inline-block;
  padding: 0.6rem 5rem;
  border: 2px solid #37b6ed;
  color: #141414;
  background: transparent;
  font-size: 1.4rem;
/*  font-weight: bold;*/
  margin-top: 3.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 37.5em) {
  .about-card__button {
    padding: 0.5rem 3.2rem;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .about-card__button {
    padding: 0.5rem 3.2rem;
    font-size: 1.3rem;
  }
}

.about-card__button:hover {
  background: #37b6ed;
  color: #fff;
}

.image-card {
  position: relative;
}

.image-card__photo {
  height: 72.5rem;
}
@media only screen and (max-width: 1366px) { 
/*.header__menu-link{ font-size:1.2rem!important }*/
.header__menu-item:not(:last-child){margin-right:0!important;}
.header__menu-link,
.header__dropdown-menu ul li a{font-size: 11px!important;}
}
@media only screen and (max-width: 768px) {
  .image-card__photo {
    height: 36rem;
  }
  .image-card__description{
    margin-bottom: 2.7rem!important
  }
}

.image-card__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-card__info {
  background: rgba(0, 36, 58, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .image-card__info {
    text-align: center;
  }
}

.image-card__title {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: bold;
  color: #FFFFFF;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .image-card__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.image-card__title::after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 100%;
  margin: 0.6rem 0;
  background: #FFFFFF;
}

.image-card__description {
  font-size: 1.4rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  margin-bottom: 4.5rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .image-card__description {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.9rem;
  }
}

.image-card__btn {
  padding: 0.8rem 4.2rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  background: #37B6ED;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .image-card__btn {
    font-size: 0.9rem;
    padding: 0.4rem 1.8rem;
  }
}

.image-card__btn:hover {
  background: rgba(55, 182, 237, 0.9);
  color: #FFFFFF;
}

.project-card {
  position: relative;
  height: 43.2rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .project-card {
    height: 18rem;
  }
}

.project-card:hover .project-card__info {
  opacity: 1;
}

.project-card:hover .project-card__title {
  bottom: 19.7rem;
  opacity: 1;
}

.project-card:hover .project-card__btn {
  bottom: 4.9rem;
  opacity: 1;
}

.project-card__photo {
  cursor: pointer;
}

.project-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-card__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #0000009e;
}

.project-card__title {
  position: absolute;
  bottom: 9rem;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 2.7rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project-card__title::after {
  content: "";
  display: block;
  width: 80%;
  margin: 2.2rem auto 0;
  height: 2px;
  background: #ffffff;
}

.project-card__btn {
  position: absolute;
  bottom: 13.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.8rem 4.3rem;
  color: #ffffff;
  border: 3px solid #37b6ed;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project-card__btn:hover {
  background: #37b6ed;
  color: #ffffff;
}

.certificate-card {
  margin-bottom: 8.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 37.5em) {
  .certificate-card {
    margin-bottom: 3.6rem;
  }
}

.certificate-card__image {
  width: 100%;
  background: #041C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certificate-card__text {
  margin-top: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .certificate-card__text {
    margin-top: 1.8rem;
  }
}

.certificate-card__text p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 1.1rem;
}

.horizontal-card:not(:last-child) {
  padding-bottom: 3.6rem;
  margin-bottom: 3.6rem;
}

.horizontal-card--line {
  position: relative;
}

.horizontal-card--line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.1rem;
  width: 36rem;
  background: #949494;
}

.horizontal-card__text--space {
  padding-left: 3.6rem;
}

@media only screen and (max-width: 37.5em) {
  .horizontal-card__text {
    margin-top: 1.8rem;
    padding-left: 3.6rem;
  }
}

.horizontal-card__title {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: bold;
}

.horizontal-card__description {
  font-size: 1.3rem;
  color: #707070;
}

.horizontal-card__space {
  padding-left: 3.6rem;
}

.ti-card {
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 31.5rem;
}

@media only screen and (max-width: 37.5em) {
  .ti-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.ti-card:not(:last-child) {
  margin-bottom: 2.3rem;
}

.ti-card__photo {
  width: 24.3rem;
}

@media only screen and (max-width: 37.5em) {
  .ti-card__photo {
    width: 100%;
    height: 27rem;
  }
}

.ti-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ti-card__text {
  padding: 2.7rem 2.7rem;
  width: 70%;
}

@media only screen and (max-width: 37.5em) {
  .ti-card__text {
    width: 100%;
  }
}

.ti-card__title {
  font-size: 3.6rem;
  line-height: 4.5rem;
  color: #000;
  position: relative;
  margin-bottom: 2.7rem;
}

@media only screen and (max-width: 991px) {
  .ti-card__title {
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
}

.ti-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: calc( 13.5rem + 15vw);
  background: #000;
}

.ti-card__description {
  font-size: 1.7rem;
  color: #000;
  word-wrap: break-word;
}

.ti-card__description-lg {
  font-size: 1.9rem;
  color: #FFFFFF;
  word-wrap: break-word;
}

.ti-card__list li {
  font-size: 1.6rem;
  color: #FFFFFF;
}

.ti-card .button {
  max-width: 13.5rem;
}

.vertical-card__swiper {
  max-height: 45rem;
}

@media only screen and (max-width: 37.5em) {
  .vertical-card__swiper {
    max-height: 14.5rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .vertical-card__swiper {
    max-height: 27rem;
  }
}

.vertical-card__swiper div[class*="swiper-button"] {
  width: 4.9rem;
  height: 4.9rem;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .vertical-card__swiper div[class*="swiper-button"] {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.vertical-card__swiper div[class*="swiper-button"]:hover {
  background: #ffffff;
}

.vertical-card__swiper div[class*="swiper-button"]:hover i {
  color: #37b6ed;
}

.vertical-card__swiper div[class*="swiper-button"]:after {
  display: none;
}

.vertical-card__swiper div[class*="swiper-button"] i {
  color: #ffffff;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .vertical-card__swiper div[class*="swiper-button"] i {
    font-size: 1.1rem;
  }
}

.vertical-card__swiper .swiper-pagination {
  bottom: -3.6rem;
}

.vertical-card__swiper .swiper-pagination-bullet {
  width: 2.6rem;
  height: 0.9rem;
  background: #a3a4a5;
  border-radius: 0;
}

.vertical-card__swiper .swiper-pagination-bullet-active {
  background: #37b6ed;
}

.vertical-card__photo {
  position: relative;
}

.vertical-card__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75rem;
  height: 1rem;
  background: #37B6ED;
}

@media only screen and (max-width: 768px) {
  .vertical-card__photo::before {
    width: 100%;
  }
}

.vertical-card__text p {
  font-size: 1.7rem;
  color: #041C2C;
  margin-top: 5rem;
  line-height: 3rem;
}

@media only screen and (max-width: 768px) {
  .vertical-card__text p {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.brand-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brand-card__item {
  width: 20%;
  margin: 1rem 0;
}

@media only screen and (max-width: 37.5em) {
  .brand-card__item {
    width: 33.3%;
  }
}

.brand-card__item:hover .brand-card__photo {
  border-color: #37B6ED;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.brand-card__photo {
  border: 0.5rem solid #969696;
  margin: 1rem;
  border-radius: 1.9rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
	
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}
.brand-card__item img{height:150px; object-fit:contain;}

.form-card__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #121212;
}

.form-card form {
  margin-top: 2.7rem;
}

.form-card form .form-group {
  margin-bottom: 1rem;
}

.form-card form input {
  height: 4rem;
  font-size: 1.6rem;
}

.form-card form input[type="file"] {
  padding-top: 0.9rem;
  padding-left: 1.8rem;
  font-size: 1.2rem;
}

.form-card form textarea {
  height: 27rem;
  font-size: 1.6rem;
}

.form-card form label {
  font-size: 1.4rem;
  color: #121212;
}

.form-card__title {
  color: #232323;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.3rem;
}

.form-card__btn {
  display: inline-block;
  padding: 0.7rem 2.7rem;
  background: #37B6ED;
  color: #FFFFFF;
  font-size: 1.7rem;
  -webkit-box-shadow: 0 0 1.5rem -0.1rem #37b6ed;
          box-shadow: 0 0 1.5rem -0.1rem #37b6ed;
}

.form-card__btn:hover {
  color: #FFFFFF;
}

.contact-card {
  margin-right: 4.5rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .contact-card {
    margin-right: 0;
    margin-bottom: 2.7rem;
  }
}

.contact-card__title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 3rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
 /* .contact-card__title {
    font-size: 1.3rem;
    line-height: 1.8rem;
  } */
}

.contact-card__description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #232323;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .contact-card__description {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.contact-card__list {
  margin-top: 2.2rem;
}

.contact-card__list li a {
  color: #232323;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .contact-card__list li a {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.contact-card__list li a i {
  margin-right: 0.9rem;
  font-size: 1.3rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .contact-card__list li a i {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

.contact-card__info {
  margin-top: 0.9rem;
  padding: 1.8rem;
  background: #F5F6FA;
  min-height: 55%;
}

.contact-card__btn {
  display: inline-block;
  width: 100%;
  padding: 1.8rem 3.6rem 1.8rem 1.8rem;
  color: #FFFFFF;
  background: #041C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-card__btn:hover {
  color: #FFFFFF;
  padding-left: 2.7rem;
}

.image {
  position: relative;
}

.image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 29rem;
  background: #37B6ED;
}

.detail-table {
  display: none;
}

.detail-table.active {
  display: block;
}

.detail-table th {
  font-weight: bold;
}

.detail-table td {
  vertical-align: top;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

/* .detail-table td.space {
  padding-left: 2.7rem;
} */

@media only screen and (max-width: 37.5em) {
  .detail-table td.space {
    padding-left: 0.5rem;
  }
}

.detail-table thead tr {
  border-bottom: 2px solid #37b6ed;
}

.detail-table tbody tr {
/*  border-bottom: 2px solid #d9d9d9;*/
}

@media only screen and (max-width: 37.5em) {


}

.detail-table__image {
  height: 18rem;
  width: 10%;
}

.detail-table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .detail-table__description {
  width: 40%;
} */

.detail-table__btn {
  display: block;
  padding: 0.7rem 2rem;
  border: 2px solid #37b6ed;
  text-align: center;
  margin-top: 1.3rem;
  width: fit-content;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
  background: #37b6ed;
}

.detail-table__btn a:hover {
  background: #fff;
  color: #37b6ed;
}

.thumbs-gallery .swiper {
  position: unset;
}

.thumbs-gallery__swiper-1 {
  height: 450px;
}

@media only screen and (max-width: 768px) {
  .thumbs-gallery__swiper-1 div[class*="swiper-button"] {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
  }
}

.thumbs-gallery__swiper-1 div[class*="swiper-button"] i {
  font-size: 2.7rem;
}

@media only screen and (max-width: 768px) {
  .thumbs-gallery__swiper-1 div[class*="swiper-button"] i {
    font-size: 1.5rem;
  }
}

.thumbs-gallery__swiper-1 div[class*="swiper-button"]::after {
  display: none;
}

.thumbs-gallery__swiper-1 .swiper-button-prev {
  left: -45px;
}

@media only screen and (max-width: 768px) {
  .thumbs-gallery__swiper-1 .swiper-button-prev {
    left: 0;
  }
}

.thumbs-gallery__swiper-1 .swiper-button-next {
  right: -45px;
}

@media only screen and (max-width: 768px) {
  .thumbs-gallery__swiper-1 .swiper-button-next {
    right: 0;
  }
}

.thumbs-gallery__swiper-1 .thumbs-gallery__swiper-item {
  height: 450px;
  cursor: pointer;
}

.thumbs-gallery div[class*="thumbs-gallery__swiper"] img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.thumbs-gallery__swiper-2 {
  max-height: 240px;
  margin-top: 2.7rem;
}

.thumbs-gallery__swiper-2 img {
  max-height: 200px;
}

.thumbs-gallery__swiper-2 .swiper-slide-thumb-active {
  opacity: 0.5;
}

.thumbs-gallery__text {
  margin-bottom: 15.5rem;
}
.product-detail .thumbs-gallery__text{
  margin-bottom: 4.5;
}

@media only screen and (max-width: 37.5em) {
  .product-detail .thumbs-gallery__text{
    margin-bottom: 2.7;
  }

  .thumbs-gallery__text {
  /*  margin-bottom: 6.7rem; */
    text-align: center;
  }
}

.thumbs-gallery__text h3 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #041C2C;
}

.thumbs-gallery__text p {
  font-size: 1.4rem;
  color: #041C2C;
  margin: 1.8rem 0;
}

.thumbs-gallery__text a {
  text-transform: uppercase;
  padding: 0.5rem 1.8rem;
  border: 1px solid #37B6ED;
  font-size: 1.4rem;
  color: #141414;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thumbs-gallery__text a:hover {
  background: #37B6ED;
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.145);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1069px) {
  .page-main__text{padding-top: 6rem!important}
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    height: auto;
    background: #000;
    border: 0;
  }
  .header__menu-link, .header__dropdown-menu ul li a{font-size: 14px!important}
/*  .header__menu-link{ font-size:1.8rem!important }*/
}

@media only screen and (min-width: 1680px) {
  .header {
    padding: 0 14.3rem 0 14.3rem;
  }
}
@media only screen and (min-width:1678px) and (max-width: 1720px){
  .header__menu-item:not(:last-child){
    margin-right: 0!important;
  }
}
.header--sticky {
  background: #041C2C;
  border: 0;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

@media only screen and (min-width: 1366px) and (max-width: 1680px) {
 /* .header__right {
    padding-right: 2rem;
  }*/
}

@media only screen and (max-width: 1069px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.header__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

@media only screen and (max-width: 1069px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .header__menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__menu-item {
  padding: 0.8rem 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}

.header__menu-item:not(:last-child) {
  margin-right: 1rem;
}

.header__menu-item:hover .header__menu-link {
  color: #ffffff;
}

.header__menu-item--dropdown {
/*  position: relative;*/
}

.header__menu-item--dropdown:hover {
  background: #ffffff;
}

@media only screen and (max-width: 1069px) {
  .header__menu-item--dropdown:hover {
    background: transparent;
  }
}

.header__menu-item--dropdown:hover .header__menu-link {
  color: #041C2C;
  font-weight: 600;
}

@media only screen and (max-width: 1069px) {
  .header__menu-item--dropdown:hover .header__menu-link {
    color: #ffffff;
  }
}

.header__menu-item--dropdown:hover .header__dropdown-menu {
  top: 95%;
  opacity: 1;
  visibility: visible;
}

.header__menu-item--dropdown:hover .header__menu-link::before {
  width: 100%;
  left: 0;
}

.header__menu-link {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding-bottom: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1069px) {
  .header__menu-link {
/*    font-size: 2rem;*/
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1680px) {
  /*.header__menu-link {
    font-size: 1.4rem;
  }*/
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .header__menu-link {
/*    font-size: 1.8rem;*/
  }
}

.header__menu-link:hover::before {
  width: 100%;
  left: 0;
}

.header__menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.2rem;
  background: #37b6ed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1069px) {
  .header__menu-link::before {
    background: transparent;
  }
}

.header__dropdown-menu {
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  padding: 1.8rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media only screen and (max-width: 1069px) {
  .header__dropdown-menu {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    background: transparent;
    padding: 0rem 2rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
  }
  .header__dropdown-menu.show {
    max-height: 500px;
  }
}

@media only screen and (max-width: 1069px) {
  .header__dropdown-menu-image {
    display: none;
  }
}

.header__dropdown-menu ul {
  padding: 2.7rem 2.7rem;
}

@media only screen and (max-width: 1069px) {
  .header__dropdown-menu ul {
    padding: 1rem 2.7rem;
  }
}

.header__dropdown-menu ul li {
  margin: 1.1rem 0;
}

.header__dropdown-menu ul li a {
  display: inline-block;
  padding: 0.4rem 0;
  position: relative;
  color: #041C2C;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1069px) {
  .header__dropdown-menu ul li a {
    color: #ffffff;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .header__dropdown-menu ul li a {
/*    font-size: 1.5rem;*/
  }
}

.header__dropdown-menu ul li a::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #d9d9d9;
}

.header__dropdown-menu ul li a:hover {
  margin-left: 1rem;
  color: #37b6ed;
}

.header__dropdown-menu ul li a:hover::before {
  background-color: #041C2C;
}

.header__contact {
  margin-left: 6.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1069px) {
  .header__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.7rem 0;
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .header__contact {
/*    display: none;*/
    margin-left: 1.3rem;
  }
}
@media only screen and (max-width: 1025px) and (max-width:1280){
.header__menu-link,
.header__dropdown-menu ul li a{font-size: 11px!important;}
.header__contact.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }
}
@media only screen and (max-width: 1280px) {
  .header__contact-social {
    display: none;
  }
}

.header__contact-social a {
  display: inline-block;
  font-size: 1.5rem;
  color: #ffffff;
}

@media only screen and (max-width: 1069px) {
  .header__contact-social a {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .header__contact-social a {
    font-size: 1.6rem;
  }
}

.header__contact-social a:not(:last-child) {
  margin-right: 1rem;
}

.header__contact-info {
  margin-left: 1.8rem;
}
.header__languages{
  margin-left:1.8rem;
}
.header__languages a.active{
  padding: 5px;
  border-radius: 5px;
  border:1px solid #d9d9d9;
}
.header__languages a{
  color:#fff;
}
@media only screen and (max-width: 1069px) {
  .header__contact-info {
    margin: 1.8rem 0 0 0;
  }
}

.header__contact-info a {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: normal;
}

@media only screen and (max-width: 1069px) {
  .header__contact-info a {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .header__contact-info a {
    font-size: 1.6rem;
  }
}

.header__menu-icon {
  display: none;
  padding: 1.3rem;
  position: absolute;
  right: 0.9rem;
  top: 25px;
}

@media only screen and (max-width: 1069px) {
  .header__menu-icon {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
 .footer-alt-links{
  display: flex;
  flex-direction: column;
  align-items: center;
}
 .footer-alt-links a{border: 0!important}
 .footer-line{display: none}
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .header__menu-icon {
    padding: 0.5rem;
  }
}

.header__menu-icon i {
  color: #ffffff;
  font-size: 1.8rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .header__menu-icon i {
    font-size: 1.8rem;
  }
}

.footer {
  position: relative;
  background: #041C2C;
  height: unset;
  background-image: url(../files/images/footer-bg.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  display: flex;
  padding-top:4rem;
  flex-direction: column;
}
.footer-alt-links a{
  color: #fff;
  padding-left:4.5rem;
  padding-right: 4.5rem;
  border-left:1px solid #ddd;
}
.footer-line img{height: 35px;filter:brightness(0.1) invert(1)}
.footer.header{z-index: 99}
.footer .heading__title {
  font-size: 6.5rem;
  line-height: 8.3rem;
}

@media only screen and (max-width: 37.5em) {
  .footer .heading__title {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .footer .heading__title {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}

.footer .head-row {
  padding-bottom: 1.3rem;
}

.footer__content {
  width: 100%;
}

.footer__border {
  border-bottom: 0.3rem solid #37B6ED;
  padding-bottom: 1.8rem;
}

.footer__top {
  margin: 5.4rem 0;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;*/
}

@media only screen and (max-width: 37.5em) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*.footer__logo {
  position: relative;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 8.4rem;
  width: 56.7rem;
}*/

@media only screen and (max-width: 37.5em) {
  /*.footer__logo {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    padding-left: 5rem;
  }*/
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
 /* .footer__logo {
    width: 30rem;
    margin-right: 5rem;
  }*/
}

/*.footer__logo img {
  z-index: 10;
  position: relative;
}*/

/*.footer__logo::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37B6ED;
  z-index: 0;
}*/

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 37.5em) {
  .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.7rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .footer__contact {
    margin-bottom: 2.7rem;
  }
}

.footer__contact-item {
  padding-right: 0.9rem;
}

@media only screen and (max-width: 768px) {
  .footer__contact-item {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .footer__contact-item:last-child {
    margin-top: 1.8rem;
  }
}

.footer__contact-title {
  font-size: 2.9rem;
  line-height: 3.9rem;
  color: #37B6ED;
  font-weight: bold;
  margin-bottom: 0.9rem;
}

.footer__contact-info {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.footer__contact-info b {
  font-weight: bold;
}

.footer__contact-info ul {
  margin-top: 1.8rem;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .footer__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 37.5em) {
  .image-card__info{text-align: center}
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__link-title,
.footer__link-title>a {
  color: #37B6ED;
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: bold;
}

.footer__link-item:not(:last-child) {
  margin-right: 4.3rem;
}

@media only screen and (max-width: 37.5em) {
  .footer__link-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer__link-item {
/*    text-align: center;*/
  }
}

.footer__link-item ul li a {
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 2.7rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: flex;
}

.footer__link-item ul li a:hover {
  color: #37B6ED;
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .footer__head {
    margin-left: 0;
  }
}

.footer__head-year {
  color: #37B6ED;
  font-weight: bold;
  font-size: 6.9rem;
  line-height: 9.2rem;
}

@media only screen and (max-width: 37.5em) {
  .footer__head-year {
    font-size: 4.5rem;
  }
}




@media only screen and (max-width: 37.5em) {

}


.footer__social {
  margin-top: 2.2rem;
  padding-right: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .footer__social {
    text-align: center;
  }
}

.footer__social a {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.footer__social a:not(:last-child) {
  margin-right: 0.9rem;
}

.breadcrumb {
  margin-top: 0rem;
}

@media only screen and (max-width: 37.5em) {
  .breadcrumb {
    margin-top: 0rem;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.breadcrumb__list li {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 37.5em) {
  .breadcrumb__list li {
    font-size: 1.2rem;
  }
}

.breadcrumb__list li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 1rem;
  color: #041C2C;
}

.breadcrumb__list li a,
.breadcrumb__list li span {
  color: #041C2C;
/*  font-weight: bold;*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb__list li a:hover {
  color: #37B6ED;
}

.page-main {
  position: relative;
  height: 40rem;
}

.page-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  z-index: -1;
}

.page-main__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.205);
}

.page-main__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-main__content {
  padding-top: 15rem;
}

.page-main__text {
  position: relative;
  padding-top: 11.1rem;
}

.page-main__text-line {
  position: absolute;
  left: -2.5rem;
  bottom: -2.7rem;
}

.page-main__title {
  color: #000;
  font-size: 4.9rem;
  line-height: 7.5rem;
  font-weight: bold;
  word-break: break-word;
}

@media only screen and (max-width: 37.5em) {
  .page-main__title {
    font-size: 4.9rem;
    line-height: 5.4rem;
  }
}

.page-main__btn {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  background: #37b6ed;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-top: 2.4rem;
  -webkit-box-shadow: 0 0 5.9rem -1.3rem #37b6ed;
          box-shadow: 0 0 5.9rem -1.3rem #37b6ed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-main__btn:hover {
  background: #268ebb;
  color: #ffffff;
}

@media only screen and (max-width: 37.5em) {
  .page-main__btn {
    font-size: 1.8rem;
    padding: 0.5rem 0.9rem;
  }
}

.page {
  padding: 5.4rem 0; 
/*	height:100%;*/
}

.page .heading {
 /* padding-top: 3.6rem; */
}

.page .heading__title {
  font-size: 4rem;
 
}

@media only screen and (max-width: 37.5em) {
  .page .heading__title {
    font-size: 3.1rem;
  
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .page .heading__title {
    font-size: 2.9rem;
  }
}


@media only screen and (max-width: 37.5em) {

}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {

}

@media only screen and (min-width: 112.5em) {

}

.page__list {
  margin-right: 1.8rem;
  padding-top: 4.5rem;
}

@media only screen and (max-width: 37.5em) {
  .page__list {
    padding-top: 0;
  }
}

.page__list li {
  position: relative;
  padding-left: 1.8rem;
}

.page__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 1.8rem;
  background: #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page__list li.active::before {
  background: #37b6ed;
}

.page__list li:not(:last-child) {
  margin-bottom: 1.1rem;
}

.page__list li.active > a {
  color: #37b6ed;
}

.page__list li:hover::before {
  background: #37b6ed;
}

.page__list li:hover > a {
  color: #37b6ed;
}

.page__list li a {
  font-size: 1.7rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  color: #041C2C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 37.5em) {
  .page__list li a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.page__content {
 padding-top: 2.4rem; 
}

/* @media only screen and (max-width: 37.5em) {
  .page__content {
    padding-top: 1.8rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .page__content {
    padding-top: 6.3rem;
  }
}
*/
.page__filter {
  margin-bottom: 1.8rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page__filter .filter__carousel .owl-nav button {
  margin: 0 1.8rem;
}

.page__filter .filter__carousel .owl-nav button:hover {
  background: transparent;
  color: #041C2C;
}

.page__filter .filter__carousel .owl-nav button i {
  font-size: 1.6rem;
}

.page__filter-btn {
  background: #041C2C;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.8rem 1.3rem;
  border-radius: 0.5rem;
  margin: 0.9rem 0.9rem;
  font-size: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .page__filter-btn {
    font-size: 1.1rem;
    height: 70px;
    width: 100%;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .page__filter-btn {
    font-size: 1.3rem;
    height: 70px;
    width: 100%;
  }
}

.page__filter-btn.active {
  background: #37b6ed;
}

.page__grid-detail {
  display: none;
}

.page__grid-detail.active {
  display: block;
}

.page__grid-detail-item {
  width: 100%;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end; 
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
}

.page__grid-detail-text {
  width: 70%;
  background: #041C2C;
  padding: 0.9rem 1.8rem 0.9rem 6.3rem;
  margin-bottom: 0.9rem;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 37.5em) {
  .page__grid-detail-text {
    width: 100%;
  }
}

.page__grid-detail-text.active {
  background: #37b6ed;
}

.page__grid-detail-text:hover {
  background: #37b6ed;
}

.page__grid-detail-text::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  width: 2px;
  height: 80%;
  background: #ffffff;
}

.main {
  z-index: 0;
}

.section-home-about {
 padding: 11.7rem 0;
  background: url(../files/images/about-bg.svg) no-repeat 0 top;
}

@media only screen and (max-width: 768px) {
  .section-home-about {
    padding: 2.7rem 0;
    background: none;
  }
  #wrap .right{
    width: 100%;
  }
  .page__filter-btn {
    margin: 0 !important;
  }
  
}

.section-home-about .heading__title {
  font-size: 4.3rem;
  line-height: 5.6rem;
}

@media only screen and (max-width: 37.5em) {
  .section-home-about .heading__title {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
  .heading__title{
    font-size: 3.8rem!important;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .section-home-about .heading__title {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }
}

@media only screen and (min-width: 112.5em) {

}

@media only screen and (max-width: 768px) {

}

.section-home-project {
  padding: 8.1rem 0 0;
}

@media only screen and (max-width: 768px) {
  .section-home-project {
    padding: 2.7rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-home-project .heading {
    padding: 0 2.7rem;
  }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (min-width: 112.5em) {

}

.section-home-project .home-project {
  position: relative;
/*  background: #e9ecef;*/
  padding-bottom: 11.7rem;
  margin-top: 2.7rem;
}

.section-home-project .home-project__swiper {
  position: unset;
  background: #ffffff;
}

.section-home-project .home-project__swiper div[class*="swiper-button"] {
  width: 4.9rem;
  height: 4.9rem;
  top: 40%;
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 37.5em) {
  .section-home-project .home-project__swiper div[class*="swiper-button"] {
    display: none;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .section-home-project .home-project__swiper div[class*="swiper-button"] {
    width: 2.7rem;
    height: 2.7rem;
    top: 40%;
  }
}

.section-home-project .home-project__swiper div[class*="swiper-button"]:hover {
  background: #ffffff;
}

.section-home-project .home-project__swiper div[class*="swiper-button"]:hover i {
  color: #37b6ed;
}

.section-home-project .home-project__swiper div[class*="swiper-button"]:after {
  display: none;
}

.section-home-project .home-project__swiper div[class*="swiper-button"] i {
  color: #ffffff;
  font-size: 1.6rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .section-home-project .home-project__swiper div[class*="swiper-button"] i {
    font-size: 1.3rem;
  }
}

.section-home-project .home-project__swiper .swiper-pagination {
  bottom: 7.2rem;
}

.section-home-project .home-project__swiper .swiper-pagination-bullet {
  width: 2.6rem;
  height: 0.9rem;
  background: #a3a4a5;
  border-radius: 0;
}

.section-home-project .home-project__swiper .swiper-pagination-bullet-active {
  background: #37b6ed;
}

.section-home-manufacture {
/*  margin-top: 20.4rem;
  margin-bottom: 16rem;*/
  margin:0;
}

@media only screen and (max-width: 37.5em) {
  .section-home-manufacture {
    margin-top: 3.6rem;
    margin-bottom: 9rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .section-home-manufacture {
    margin-top: 0.9rem;
    margin-bottom: 3.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-home-manufacture .heading {
    padding: 0 2.7rem;
  }
}


.section-home-manufacture div[class*="col"] {
  padding: 0;
}

.section-home-manufacture .home-manufacture {
  position: relative;
  background: #e9ecef;
  padding-bottom: 11.7rem;
  margin-top: 27px;
}

.section-home-manufacture .home-manufacture__swiper {
  position: unset;
  background: #ffffff;
}

.section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"] {
  width: 4.9rem;
  height: 4.9rem;
  top: 50%;
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 37.5em) {
  .section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"] {
    display: none;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"] {
    width: 2.7rem;
    height: 2.7rem;
    top: 40%;
  }
}

.section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"]:hover {
  background: #ffffff;
}

.section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"]:hover i {
  color: #37b6ed;
}

.section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"]:after {
  display: none;
}

.section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"] i {
  color: #ffffff;
  font-size: 1.6rem;
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"] i {
    font-size: 1.3rem;
  }
}

.section-home-manufacture .home-manufacture__swiper .swiper-pagination {
  bottom: -3.6rem;
}

.section-home-manufacture .home-manufacture__swiper .swiper-pagination-bullet {
  width: 2.6rem;
  height: 0.9rem;
  background: #a3a4a5;
  border-radius: 0;
}

.section-home-manufacture .home-manufacture__swiper .swiper-pagination-bullet-active {
  background: #37b6ed;
}

.facility-row::before{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.facility-image-text{ bottom:20%; left:10%; width:fit-content; }
.facility-image-text::before{
  content:url("/assets/files/images/text-line.png");
  padding-right: 1.8rem;
  filter: brightness(0.1) invert(1);
}

.head-row {
  position: relative;
  z-index: 0;
  padding: 2.5rem 0;
}

.head-row--bg {
  background: #e9ecef;
}

.slider {
  position: relative;
}

.slider .owl-theme .owl-nav,
.slider .owl-carousel .owl-nav.disabled {
  display: block;
  background-color: transparent;
  position: absolute;
  width: 100%;
  margin: 0px;
}

.slider .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}

.slider .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000000;
}


  .slider .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


.slider #home-slider-1 .owl-nav {
  bottom: 10%;
}

@media only screen and (max-width: 768px) {
  .slider #home-slider-1 .owl-nav {
    bottom: 15%;
  }
}

.slider #home-slider-1 .owl-item item>img {
  height: 100vh;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .slider #home-slider-1 .owl-item .item {
    height: 500px;
  }
}

.slider #home-slider-1 .owl-nav [class*="owl-"] {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  padding: 15px 16px !important;
}

.slider #home-slider-1 .owl-prev {
  left: 45%;
}

@media only screen and (max-width: 768px) {
  .slider #home-slider-1 .owl-prev {
    left: 35%;
  }
}

.slider #home-slider-1 .owl-next {
  right: 45%;
}

@media only screen and (max-width: 768px) {
  .slider #home-slider-1 .owl-next {
    right: 35%;
  }
}

@media only screen and (min-width: 56.3em) and (max-width: 74.9em) {
  .slider #home-slider-1 .owl-next {
    right: 43%;
  }
}

@media only screen and (max-width: 768px) {
  .slider #home-slider-2 {
    display: none;
  }
}

.slider #home-slider-2 .owl-item img {
  height: 15vh;
  object-fit: cover;
}

.slider #home-slider-2 .owl-nav {
  display: none;
}

.slider .slider-text {
  position: absolute;
  z-index: 4;
  color: #ffffff;
  left: 5%;
  bottom: 10%;
}

@media only screen and (max-width: 37.5em) {
  .slider .slider-text {
    bottom: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .slider .slider-text {
    bottom: 15%;
  }
}

.slider .slider-title {
  color: #ffffff;
  font-size: 5.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .slider .slider-title {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 56.3em) and (max-width: 74.9em) {
  .slider .slider-title {
    font-size: 2.7rem;
  }
}

.slider #home-slider-1 .item .slider-panel {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 3;
  width: 100%;
  /* border-radius: 20px; */
  height: 100%;
  top: 0;
}

.slider .slider-line-1 {
  width: 10px;
  margin-left: 35px;
  margin-bottom: -45px;
}

@media only screen and (max-width: 768px) {
  .slider .slider-line-1 {
    display: none;
  }
}

.slider #home-slider-1 p.slider-number {
  display: inline-block;
  font-size: 135px;
  margin-right: 10px;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .slider #home-slider-1 p.slider-number {
    font-size: 4.5rem;
  }
}

.slider #home-slider-1 .slider-desc {
  display: inline-block;
  max-width: 400px;
}

@media only screen and (min-width: 56.3em) and (max-width: 74.9em) {
  .slider #home-slider-1 .slider-desc {
    max-width: 300px;
  }
}

.slider #home-slider-1 .slider-desc p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 1.3;
}

@media only screen and (min-width: 56.3em) and (max-width: 74.9em) {
  .slider #home-slider-1 .slider-desc p {
    font-size: 1.6rem;
  }
}

.slider #home-slider-1 .slider-desc a.button {
  background-color: transparent;
  padding-left: 0px;
  border: none;
}

.slider #home-slider-1 .slider-desc a.button:hover {
  background: #ffffff;
}

.slider .slider-2 {
  position: absolute;
  z-index: 3;
  right: 0px;
  bottom: 5%;
}

.slider .slider-line-2 {
  position: absolute;
  right: 67%;
  width: 1.3rem;
  height: 45rem;
  top: -9rem;
}

@media only screen and (max-width: 768px) {
  .slider .slider-line-2 {
    display: none;
  }
}

@media only screen and (min-width: 56.3em) and (max-width: 74.9em) {
  .slider .slider-line-2 {
    height: 27rem;
    top: -3.6rem;
  }
}

@media only screen and (min-width: 56.3em) and (max-width: 74.9em) {
  .slider .slider-line-2 img {
    height: 100%;
  }
}

.slider #home-slider-2 .item p.slider-number {
  color: #ffffff;
  font-size: 18px;
  margin: 0px;
}

.slider #home-slider-2 .item .slider-panel {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 3;
  width: 100%;
  border-radius: 0;
  height: 100%;
  top: 25px;
}

.slider #home-slider-2 .item p.slider-desc {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  z-index: 4;
  color: #ffffff;
  width: auto;
  right: 10%;
  bottom: 10%;
  transform-origin: left;
}
/*# sourceMappingURL=main.css.map */



#wrap .right {
  float: right;
  margin-left: 1em;
}

#wrap p {
  overflow: visible; /* this is an example of the browser default */
}

.page-main__bg img {
  width: 100%;
}
.footer.header{border:none}
.footer__link-item ul li a,
.footer-alt-links a{font-weight: 400;}

.facility-image-text a,
.text-section__paragraph,
.header__dropdown-menu ul li a,
.page__list li a,
.about-card__description,
.heading__description,
.about-card__description,
p{font-weight: 500}

.footer__link-title, 
.footer__link-title>a,
.breadcrumb__list li a, 
.breadcrumb__list li span,
.slider .slider-title,
.heading__title,
.about-card__button{font-weight: 600}
.footer_line_text{padding:2rem 0; background: #37B6ED}
.footer_line_text p span{color:#00243A!important;font-weight: 600}

.ti-card2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #37b6ed!important;
}

.ti-card__photo2{
  width: 5rem;
  position: absolute;
  left: 0;
  top: 2rem;
}
.ti-card__text2{
  padding:2.4rem 2.7rem;
}
.ti-card__title2{
  font-size: 24px;
    line-height: 4.5rem;
    position: relative;
    margin-bottom: 1.7rem;
    padding-left: 2rem;
    font-weight: 600;
    color: #37b6ed;
}
.ti-card__description2{
  font-size: 1.7rem;
    color: #000;
    padding-left: 3.6rem;
    word-wrap: break-word;
}
.certification{background: #041C2C; color:#fff}
.certification .page__list li a{color: #fff}
.certification .page-main__title{color: #fff}
.certification .page-main__text img{filter:brightness(0.1) invert(1);}
.certification .breadcrumb__list li a,
.certification .breadcrumb__list li span{color:#fff}
.certification .page__list li.active > a{color: #37b6ed}
.certification .breadcrumb__list li:not(:last-child)::after{color:fff}
.certificate-card__text ul {list-style: disc; margin-left: 2rem}
.certificate-card__text ul li,
.certificate-card__text p{font-size: 18px}
.product-header{background: #00243A; }
.product-header .table{color:#fff; width: 90%}
.product-header .detail-table tbody tr{border:0}
.product-header .detail-table__image{height: 100%}
.product-detail h1{font-size: 24px; font-weight: 700;}
.product-detail h2{font-size: 22px; font-weight: 700;}
.product-detail h3{font-size: 20px; font-weight: 700;}
.product-detail h4{font-size: 18px; font-weight: 700;}
.product-detail p{font-size: 20px; font-weight: 500}
.contact-flex{
  display: flex;
  align-items: stretch;
}

.thumbs-galleryImg {
  height: 40vh !important;
  object-fit: cover;
}
@media(max-width:460px){
  .thumbs-galleryImg{
    height:15vh !important;
  }
}
@media(max-width:991px){
  .thumbs-galleryImg{
    height: 20vh !important;
  }
}

@media(max-width: 576px){
  .product-header{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px){
  .product-header{width: 100%}
  .product-header .table{padding-left: calc(calc(100% - 540px)/2); width: 90%}
}

@media only screen and (min-width: 768px){
  .product-header{width: calc(100% - calc(100% - 720px)/2);}
  .product-header .table{padding-left: calc(100% - 720px);}
}

@media only screen and (min-width: 992px){
  .product-header{width: calc(100% - calc(100% - 960px)/2);}
  .product-header .table{padding-left: calc(100% - 960px);}
}
@media only screen and (min-width: 1200px){
  .product-header{width: calc(100% - calc(100% - 1140px)/2);}
  .product-header .table{padding-left: calc(100% - 1140px);}
  
}
@media only screen and (min-width: 1400px){
  .product-header{width: calc(100% - calc(100% - 1380px)/2);}
  .product-header .table{padding-left: calc(100% - 1380px);}
}

@media only screen and (max-width:1250px){
  .slider #home-slider-2 .owl-item img {
    height: 11vh !important;
}
}
@media only screen and (max-width:900px){
  .slider #home-slider-2 .owl-item img {
    height: 8vh !important;
}

}
@media only screen and (max-width:991px){
 
.brand-card__item img {
  height: 70px;
  object-fit: contain;
}
.contact-card__info {

  min-height: auto !important;
}
}
@media only screen and (min-width: 899px) and (max-width:991px) {
  .page__filter-btn {
    font-size: 12px;
    height: 80px;
    width: 100%;
}
}
