/*
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: "Monument Extended";
  src: url(/assets/font/monumentextended-regular.otf) format("opentype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Proxima Nova";
  font-size: 1.4rem;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

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

.heading--before::before {
  content: "";
  position: relative;
  width: 20.7rem;
  height: 9.8rem;
  background: #37b6ed;
  display: inline-block;
  margin-right: 2rem;
  top: 1.5rem;
}

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

.heading__title {
  position: relative;
  font-size: 7.2rem;
  line-height: 9.2rem;
  font-weight: bold;
  display: inline-block;
}

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

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

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

.heading__bg-title {
  font-family: "Monument Extended";
  position: absolute;
  left: 0;
  top: -1.7rem;
  z-index: -1;
  font-size: 4rem;
  letter-spacing: 0.7rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  text-shadow: #d9d9d9 2px 0px 0px, #d9d9d9 0.5403px 0.84147px 0px, #d9d9d9 -0.41615px 0.9093px 0px, #d9d9d9 -0.98999px 0.14112px 0px, #d9d9d9 -0.65364px -0.7568px 0px, #d9d9d9 0.28366px -0.95892px 0px, #d9d9d9 0.96017px -0.27942px 0px;
  -webkit-text-shadow: #d9d9d9 2px 0px 0px, #d9d9d9 0.5403px 0.84147px 0px, #d9d9d9 -0.41615px 0.9093px 0px, #d9d9d9 -0.98999px 0.14112px 0px, #d9d9d9 -0.65364px -0.7568px 0px, #d9d9d9 0.28366px -0.95892px 0px, #d9d9d9 0.96017px -0.27942px 0px;
}

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

@media only screen and (min-width: 112.5em) {
  .heading__bg-title {
    font-size: 10.4rem;
  }
}

.heading__description {
  color: rgba(35, 35, 35, 0.5);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3rem;
}

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

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

.button {
  display: inline-block;
  padding: 1rem 3.5rem;
  background: #37b6ed;
  color: #ffffff;
  font-size: 2rem;
  -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.9rem;
  line-height: 2.6rem;
  color: #00243A;
}

.text-section__paragraph-image {
  margin-left: 7rem;
  margin-bottom: 1rem;
  width: 50rem;
  height: 41rem;
  float: right;
  position: relative;
}

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

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

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

.text-section__paragraph-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1.1rem;
  width: 31.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: 20rem;
  }
}

.about-card__photo {
  position: relative;
}

.about-card__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8rem;
  height: 100%;
  width: 50rem;
  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: -15rem;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .about-card__text {
    padding: 0 3rem;
    margin-top: 6rem;
  }
}

.about-card__description {
  color: #919191;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-top: 3.7rem;
}

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

.about-card__button {
  display: inline-block;
  padding: 0.7rem 5.5rem;
  border: 2px solid #37b6ed;
  color: #141414;
  background: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

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

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

.image-card {
  position: relative;
}

.image-card__photo {
  height: 85rem;
}

@media only screen and (max-width: 768px) {
  .image-card__photo {
    height: 30rem;
  }
}

.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.9rem;
  line-height: 5rem;
  font-weight: bold;
  color: #FFFFFF;
}

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

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

.image-card__description {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #FFFFFF;
  margin-bottom: 5rem;
}

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

.image-card__btn {
  padding: 0.9rem 4.7rem;
  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: 1rem;
    padding: 0.4rem 2rem;
  }
}

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

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

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

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

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

.project-card:hover .project-card__btn {
  bottom: 5.4rem;
  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: 10rem;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

.project-card__btn {
  position: absolute;
  bottom: 15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.9rem 4.7rem;
  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: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.certificate-card__image {
  width: 100%;
  height: 17rem;
  background: #00243A;
  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;
}

.certificate-card__text {
  padding-left: 3rem;
}

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

.certificate-card__text p {
  font-size: 1.9rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}

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

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

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

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

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

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

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

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

.ti-card {
  background: #00243A;
  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: 35rem;
}

@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.5rem;
}

.ti-card__photo {
  width: 26.4rem;
}

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

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

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

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

.ti-card__title {
  font-size: 4rem;
  line-height: 5rem;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .ti-card__title {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.ti-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 30rem;
  background: #FFFFFF;
}

.ti-card__description {
  font-size: 1.9rem;
  color: #FFFFFF;
}

.ti-card__description-lg {
  font-size: 2.1rem;
  color: #FFFFFF;
}

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

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

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

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

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

.vertical-card__swiper div[class*="swiper-button"] {
  width: 5.4rem;
  height: 5.4rem;
  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: 3rem;
    height: 3rem;
  }
}

.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.8rem;
}

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

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

.vertical-card__swiper .swiper-pagination-bullet {
  width: 2.9rem;
  height: 1rem;
  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: 87rem;
  height: 1.1rem;
  background: #37B6ED;
}

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

.vertical-card__text p {
  font-size: 2.4rem;
  color: #00243A;
  margin-top: 5.6rem;
}

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

.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%;
}

@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;
}

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

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

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

.form-card form input {
  height: 4.4rem;
  font-size: 1.8rem;
}

.form-card form input[type="file"] {
  padding-top: 1rem;
  padding-left: 2rem;
  font-size: 1.3rem;
}

.form-card form textarea {
  height: 30rem;
  font-size: 1.8rem;
}

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

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

.form-card__btn {
  display: inline-block;
  padding: 0.7rem 3rem;
  background: #37B6ED;
  color: #FFFFFF;
  font-size: 1.9rem;
  -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: 5rem;
}

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

.contact-card__title {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 3.3rem;
}

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

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

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

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

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

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

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

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

.contact-card__info {
  margin-top: 1rem;
  padding: 2rem;
  background: #F5F6FA;
  min-height: 25rem;
}

.contact-card__btn {
  display: inline-block;
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  color: #FFFFFF;
  background: #00243A;
  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: 3rem;
}

.image {
  position: relative;
}

.image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.1rem;
  width: 32rem;
  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: 2rem;
  padding-bottom: 2rem;
}

.detail-table td.space {
  padding-left: 3rem;
}

@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 tr, .detail-table td {
    display: block;
    width: 100%;
  }
}

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

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

.detail-table__description {
  width: 40%;
}

.detail-table__description a {
  display: block;
  padding: 0.7rem 2rem;
  border: 2px solid #37b6ed;
  max-width: 15rem;
  text-align: center;
  margin-top: 1.5rem;
  color: #00243A;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.detail-table__description a:hover {
  background: #37b6ed;
  color: #FFFFFF;
}

.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: 3rem;
}

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

.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: 3rem;
}

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

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

.thumbs-gallery__text {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 37.5em) {
  .thumbs-gallery__text {
    margin-bottom: 3rem;
    text-align: center;
  }
}

.thumbs-gallery__text h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #00243A;
}

.thumbs-gallery__text p {
  font-size: 1.6rem;
  color: #00243A;
  margin: 2rem 0;
}

.thumbs-gallery__text a {
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  border: 1px solid #37B6ED;
  font-size: 1.6rem;
  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: 1024px) {
  .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;
  }
}

@media only screen and (min-width: 1680px) {
  .header {
    padding: 0 8rem 0 15.8rem;
  }
}

.header--sticky {
  background: #000;
  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: 1024px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.header__menu {
  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: 1024px) {
  .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;
}

.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: 1024px) {
  .header__menu-item--dropdown:hover {
    background: transparent;
  }
}

.header__menu-item--dropdown:hover .header__menu-link {
  color: #00243a;
  font-weight: bold;
}

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

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

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

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

@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .header__menu-link::before {
    background: transparent;
  }
}

.header__dropdown-menu {
  position: absolute;
  top: 150%;
  left: -50%;
  width: 88.8rem;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  padding: 2rem;
  -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: 1024px) {
  .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: 1024px) {
  .header__dropdown-menu-image {
    display: none;
  }
}

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

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

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

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

@media only screen and (max-width: 1024px) {
  .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: #00243a;
}

.header__contact {
  margin-left: 6.7rem;
  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: 1024px) {
  .header__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem 0;
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .header__contact {
    display: none;
  }
}

.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.7rem;
  color: #ffffff;
}

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

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

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

.header__contact-info {
  margin-left: 2rem;
}

@media only screen and (max-width: 1024px) {
  .header__contact-info {
    margin: 2rem 0 0 0;
  }
}

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

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

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

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

@media only screen and (max-width: 1024px) {
  .header__menu-icon {
    display: block;
  }
}

@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: 2rem;
}

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

.footer {
  position: relative;
  background: #00243A;
}

.footer .heading__title {
  font-size: 7.2rem;
  line-height: 9.2rem;
}

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

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

.footer .heading__bg-title {
  color: #E9ECEF;
}

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

.footer__content {
  padding: 0rem 0 7rem;
}

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

.footer__top {
  margin: 4.5rem 0 3rem;
  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: 3rem;
  }
}

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

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

@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: 2rem;
  }
}

.footer__contact-title {
  font-size: 3.2rem;
  line-height: 4.3rem;
  color: #37B6ED;
  font-weight: bold;
  margin-bottom: 1rem;
}

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

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

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

.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) {
  .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 {
  color: #37B6ED;
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: bold;
}

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

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

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

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

.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.7rem;
}

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

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

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

.footer__head-text {
  margin-left: 1rem;
}

.footer__head-text span {
  font-size: 3.3rem;
  line-height: 1;
  display: block;
  color: #FFFFFF;
}

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

.footer__head-text span:first-child {
  color: #37B6ED;
}

.footer__social {
  margin-top: 2.4rem;
  padding-right: 2rem;
}

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

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

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

.breadcrumb {
  margin-top: 19rem;
}

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

.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: 2rem;
  line-height: 2.7rem;
}

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

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

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

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

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

.page-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44rem;
  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: 6rem;
}

.page-main__text {
  position: relative;
  padding-left: 2.3rem;
  padding-top: 12.3rem;
}

.page-main__text-line {
  position: absolute;
  left: 0;
  bottom: -3rem;
}

.page-main__title {
  color: #ffffff;
  font-size: 5.5rem;
  line-height: 8.3rem;
  font-weight: bold;
}

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

.page-main__btn {
  display: inline-block;
  padding: 0.9rem 1.3rem;
  background: #37b6ed;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3.3rem;
  font-weight: bold;
  margin-top: 2.7rem;
  -webkit-box-shadow: 0 0 6.5rem -1.4rem #37b6ed;
          box-shadow: 0 0 6.5rem -1.4rem #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: 2rem;
    padding: 0.5rem 1rem;
  }
}

.page {
  padding: 6rem 0;
}

.page .heading {
  padding-top: 4rem;
}

.page .heading__title {
  font-size: 4.5rem;
  line-height: 5.7rem;
}

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

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

.page .heading__bg-title {
  font-size: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .page .heading__bg-title {
    font-size: 2.1rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .page .heading__bg-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    top: 0;
  }
}

@media only screen and (min-width: 112.5em) {
  .page .heading__bg-title {
    font-size: 4.5rem;
  }
}

.page__list {
  margin-right: 2rem;
  padding-top: 5rem;
}

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

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

.page__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 2rem;
  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.2rem;
}

.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.9rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #00243a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.page__content {
  padding-top: 6rem;
}

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

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .page__content {
    padding-top: 7rem;
  }
}

.page__filter {
  margin-bottom: 2rem;
  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 2rem;
}

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

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

.page__filter-btn {
  background: #00243a;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  margin: 1rem 1rem;
  font-size: 2.2rem;
}

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

@media only screen and (min-width: 37.6em) and (max-width: 56.2em) {
  .page__filter-btn {
    font-size: 1.4rem;
    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: #00243a;
  padding: 1rem 2rem 1rem 7rem;
  margin-bottom: 1rem;
  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: 9rem 0;
}

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

.section-home-about .heading__title {
  font-size: 4.8rem;
  line-height: 6.2rem;
}

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

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

@media only screen and (min-width: 112.5em) {
  .section-home-about .heading__bg-title {
    left: -8rem;
    font-size: 5.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-home-about .heading__bg-title {
    font-size: 2.4rem;
    left: 0;
  }
}

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

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

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

@media only screen and (max-width: 768px) {
  .section-home-project .heading__bg-title {
    left: 0;
  }
}

@media only screen and (min-width: 112.5em) {
  .section-home-project .heading__bg-title {
    left: -27rem;
  }
}

.section-home-project .home-project {
  position: relative;
  background: #e9ecef;
  padding-bottom: 13rem;
  margin-top: 1.5rem;
}

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

.section-home-project .home-project__swiper div[class*="swiper-button"] {
  width: 5.4rem;
  height: 5.4rem;
  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: 3rem;
    height: 3rem;
    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.8rem;
}

@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.4rem;
  }
}

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

.section-home-project .home-project__swiper .swiper-pagination-bullet {
  width: 2.9rem;
  height: 1rem;
  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;
}

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

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

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

.section-home-manufacture .heading__bg-title {
  color: #e9ecef;
}

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

.section-home-manufacture .home-manufacture {
  position: relative;
  background: #e9ecef;
  padding-bottom: 13rem;
  margin-top: 1.5rem;
}

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

.section-home-manufacture .home-manufacture__swiper div[class*="swiper-button"] {
  width: 5.4rem;
  height: 5.4rem;
  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: 3rem;
    height: 3rem;
    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.8rem;
}

@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.4rem;
  }
}

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

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

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

.head-row {
  position: relative;
  z-index: 0;
  padding: 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: 15px;
}

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

@media only screen and (max-width: 768px) {
  .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 img {
  max-height: 850px;
}

@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: 47%;
}

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

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

@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 {
  max-height: 430px;
}

.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: 6rem;
  font-weight: bold;
}

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

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

.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: 150px;
  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: 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: 22px;
  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.8rem;
  }
}

.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.4rem;
  height: 50rem;
  top: -9.8rem;
}

@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: 30rem;
    top: -4rem;
  }
}

@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: 20px;
  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: 28px;
}

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