@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey: #fdfdfd;
  --dark-grey: #2b2b2b;
  --white: white;
  --light-blue: #e1e5ea;
  --zen-blue: #71869e;
  --ocean-blue: #252842;
  --bright-blue: #88a7c9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

label {
  color: var(--dark-grey);
  margin-bottom: 5px;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 5% auto auto 0%;
}

strong {
  font-weight: 600;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-content.bg-light-blue.bg-about-brand {
  background-image: url('../images/about-typo-graphic.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section-content.home-contact {
  z-index: 1;
  width: 100%;
  min-height: 500px;
  color: var(--white);
  display: flex;
}

.section-content.news-details {
  background-color: var(--light-blue);
  padding-bottom: 160px;
}

.section-content.news-details-content {
  margin-top: -160px;
}

.section-content.contact {
  color: var(--white);
  padding-bottom: 134px;
}

.section-content.projects-brochure {
  width: 100%;
  min-height: 500px;
  color: var(--white);
  display: flex;
}

.section-content.about-value {
  background-image: url('../images/about-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  min-height: 400px;
}

.container {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container._960 {
  max-width: 960px;
}

.container._1200 {
  max-width: 1200px;
}

.home-about-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-about-col-l {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-about-img {
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img.blend-darken {
  mix-blend-mode: darken;
}

.btn {
  border: 1px solid var(--white);
  background-color: var(--zen-blue);
  color: var(--white);
  border-radius: 100px;
  padding: 10px 35px 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.btn:hover {
  background-color: var(--ocean-blue);
}

.btn.details-btn-pdf {
  background-image: url('../images/icon-pdf-white.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  display: block;
}

.btn-b {
  margin-top: 20px;
}

.btn-dot {
  margin-right: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.btn-txt-b {
  position: relative;
  overflow: hidden;
}

.btn-txt-hover {
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.home-projects {
  color: var(--white);
  flex-flow: wrap;
  display: flex;
  overflow: hidden;
}

.home-projects-col {
  width: 50%;
  position: relative;
}

.home-projects-col.vertical-center {
  align-self: center;
}

.bg-zen-blue {
  background-color: var(--zen-blue);
}

.bg-light-blue {
  background-color: var(--light-blue);
}

.home-projects-slider {
  background-color: #fff0;
  height: 100%;
}

.home-projects-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.half-container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.home-projects-list {
  background-image: url('../images/btn-dot.svg');
  background-position: 0 24px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.list-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.list-line.dark-grey {
  background-color: #2b2b2b80;
}

.home-news-title-b {
  width: 50%;
  max-width: 800px;
  padding-left: 5%;
  padding-right: 2.5%;
  position: absolute;
  inset: 0% 0% auto;
}

.home-contact-row {
  flex-flow: wrap;
  align-items: flex-end;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-contact-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-contact-col.home-contact-btn-b {
  text-align: right;
}

.footer {
  background-color: var(--ocean-blue);
  color: var(--white);
  background-image: url('../images/footer-graphic.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer-row {
  flex-flow: wrap;
  margin-bottom: 40px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.footer-col-l {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.sitemap-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.sitemap-col-l {
  width: 33.33%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.sitemap-col-r {
  width: 66.66%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.subtitle {
  margin-bottom: 20px;
  font-weight: 600;
}

.txt-color-bright-blue {
  color: var(--bright-blue);
}

.link-txt-white {
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.link-txt-white:hover {
  color: var(--bright-blue);
}

.sitemap-link-b {
  margin-bottom: 5px;
}

.home-contact-bg-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sitemap-col-r-subrow {
  flex-flow: wrap;
  margin-left: -3%;
  margin-right: -3%;
  display: flex;
}

.sitemap-col-r-subcol {
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-col-r {
  width: 66.66%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-contact-video-mask {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.home-news-list-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.home-news-list-col {
  width: 25%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.home-news-list-col.margin {
  margin-top: 17.5%;
}

.news-list {
  color: var(--dark-grey);
  text-decoration: none;
  display: block;
}

.news-list-img {
  margin-bottom: 20px;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.news-list-sub-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.news-dot {
  margin-left: 10px;
  margin-right: 10px;
}

.home-contact-align {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.home-projects-title-content-b {
  z-index: 1;
  background-image: linear-gradient(#0000008c, #0000 25% 50%, #0000008c 80%);
  padding: 80px 10%;
  position: absolute;
  inset: 0%;
}

.home-projects-title-content-align {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.img-mask {
  z-index: 2;
  background-color: var(--zen-blue);
  width: 0;
  margin-right: -1%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-news-btn {
  margin-right: 5%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-about-col-m {
  align-self: center;
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-about-col-r {
  align-self: flex-end;
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.img-mask-top {
  z-index: 2;
  background-color: var(--light-blue);
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.img-mask-bottom {
  z-index: 2;
  background-color: var(--light-blue);
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.btn02-white {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.btn-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn-line.bg-grey {
  background-color: var(--dark-grey);
}

.home-projects-btn-b {
  text-align: right;
  margin-top: 40px;
}

.section-home-banner {
  height: 100vh;
  min-height: 810px;
  padding: 10px;
}

.home-banner-heading {
  flex-flow: column;
  justify-content: flex-end;
  height: 33.33%;
  padding-bottom: 10px;
  display: flex;
}

.home-banner-slider {
  background-color: #fff0;
  height: 100%;
}

.title.is-1.home-h1 {
  font-size: 4.7vw;
}

.logo-carousel {
  width: 100%;
  overflow: hidden;
}

.slide {
  width: 200px;
  margin-right: 30px;
  padding: 0;
  display: inline-block;
  position: static;
}

.img-slide {
  width: 100%;
  display: block;
}

.bg-white {
  background-color: var(--white);
}

.home-banner-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-slide-nav {
  text-align: center;
  width: 30px;
  height: auto;
  margin-right: 30px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.home-banner-slider-b {
  height: 66.66%;
  position: relative;
}

.home-banner-content-b {
  z-index: 1;
  color: var(--white);
  background-image: linear-gradient(#0000, #00000080 60%);
  padding: 40px 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-content-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-banner-content-col-btn {
  text-align: right;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.home-banner-content-col-txt {
  width: 50%;
  max-width: 440px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-collection-txt {
  z-index: 2;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.home-collection-b {
  width: 100%;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.swiper-nav {
  z-index: 10;
  cursor: pointer;
  background-color: #ffffffbf;
  background-image: url('../images/arrow-r-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-bottom: 34px;
  transition: all .5s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-nav:hover {
  background-color: var(--zen-blue);
  background-image: url('../images/arrow-r-white.svg');
}

.swiper-nav.next {
  z-index: 10;
}

.swiper-slide {
  grid-row-gap: 10px;
  width: 20%;
  color: var(--dark-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-collection-img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.swiper-embed {
  display: none;
}

.swiper-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header {
  z-index: 1000;
  background-color: var(--light-grey);
  height: 74px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.header-logo {
  z-index: 10;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.nav-menu-col {
  justify-content: space-between;
  width: 38%;
  max-width: 420px;
  display: flex;
}

.nav-menu-link {
  color: var(--dark-grey);
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
}

.nav-menu-link:hover, .nav-menu-link.w--current {
  color: var(--zen-blue);
}

.header-lang-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.header-lang-dropdown-toggle {
  background-image: url('../images/arrow-lang-dropdown.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 25px 15px 25px 0;
  font-weight: 500;
}

.header-lang-dropdown-nav {
  border: 1px solid var(--white);
  background-color: var(--zen-blue);
  border-radius: 100px;
  margin-top: 5px;
  margin-left: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-lang-link {
  color: var(--white);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.header-lang-line {
  background-color: #ffffff80;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  padding: 25px 0;
  font-weight: 500;
  transition: all .5s;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle.w--current {
  color: var(--zen-blue);
}

.nav-dropdown-menu {
  z-index: 50;
  background-color: var(--white);
  margin-top: 74px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-header {
  z-index: 2;
  background-color: var(--light-grey);
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.nav-dropdown-menu-row {
  flex-flow: wrap;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-menu-col-content {
  width: 50%;
  padding-right: 5%;
}

.nav-dropdown-menu-col-img {
  width: 50%;
}

.nav-dropdown-subrow {
  flex-flow: wrap;
  margin-top: 5px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.nav-dropdown-subcol {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.nav-dropdown-link {
  color: var(--dark-grey);
  background-image: url('../images/submenu-dot.svg');
  background-position: 0 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #2b2b2b80;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: var(--zen-blue);
  background-image: url('../images/submenu-dot-hover.svg');
}

.nav-dropdown-menu-img {
  height: 100%;
  color: var(--white);
  font-weight: 600;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-menu-img-txt-b {
  background-image: url('../images/icon-link.svg'), linear-gradient(#0000, #0000004d);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 20px 10% 20px 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-dropdown-mask {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0003;
  display: none;
  position: fixed;
  inset: 0%;
}

.home-collection-more-btn {
  margin-top: 80px;
  margin-right: 5%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn02-grey {
  color: var(--dark-grey);
  text-decoration: none;
  position: relative;
}

.nav-lang-mobile {
  display: none;
}

.nav-dropdown-mobile {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.nav-dropdown-menu-mobile {
  display: none;
}

.nav-dropdown-mobile-btn-back {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.menu-btn-line01, .menu-btn-line02, .menu-btn-line03 {
  background-color: var(--zen-blue);
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.section-b {
  margin-top: 80px;
}

.all {
  padding-top: 74px;
}

.all.bg-gradient {
  background-color: var(--white);
  background-image: url('../images/bg-gradient.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 300px;
}

.all.details-bg-gradient {
  background-color: var(--white);
  background-image: url('../images/bg-gradient.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 300px;
  background-attachment: fixed;
}

.news-list-row {
  flex-flow: wrap;
  margin-top: -60px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.news-list-col {
  width: 33.33%;
  margin-top: 60px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.news-filter-link {
  color: var(--dark-grey);
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 11px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.news-filter-link:hover {
  background-image: url('../images/submenu-dot-hover.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.news-filter-link.w--current {
  color: var(--zen-blue);
  background-image: url('../images/submenu-dot-hover.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.news-filter-b {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -11px;
  display: flex;
}

.news-details-h1 {
  text-transform: none;
  font-size: 42px;
}

.news-details-sub-b {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.news-details-banner {
  margin-bottom: 40px;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.news-details-tag-link {
  color: var(--zen-blue);
  text-decoration: underline;
  transition: all .5s;
  display: inline-block;
}

.news-details-tag-link:hover {
  color: var(--ocean-blue);
}

.line-animate {
  background-color: var(--zen-blue);
  width: 100%;
  height: 1px;
}

.news-details-share-b {
  margin-top: 40px;
}

.news-details-share-align {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.news-details-share-txt {
  width: 80%;
}

.news-list-others {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.news-details-h2 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
}

.news-details-more-btn {
  margin-top: 20px;
  margin-right: 5%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-btn-close {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-btn-close:hover {
  opacity: .65;
}

.share-txt-field {
  color: #393939;
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 16px;
}

.share-txt-field:focus {
  border-color: #c5aeae;
}

.share-txt-field::placeholder {
  color: #393939;
}

.pop-bg {
  position: fixed;
  inset: 0%;
}

.pop-share {
  z-index: 2000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.share-btn {
  margin-right: 10px;
  position: relative;
}

.share-form {
  position: relative;
}

.share-btn-copy {
  z-index: 1;
  background-color: var(--zen-blue);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.share-btn-copy:hover {
  background-color: var(--ocean-blue);
}

.pop-share-b {
  z-index: 2;
  background-color: var(--light-grey);
  width: 90%;
  max-width: 500px;
  position: relative;
}

.share-btn-icon-hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.pop-share-title-b {
  background-color: var(--zen-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 600;
}

.pop-share-content-b {
  padding: 30px;
}

.contact-row {
  flex-flow: wrap;
  margin-bottom: 40px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col-l {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-col-r {
  width: 66.66%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-info-b {
  margin-bottom: -40px;
}

.link-txt-grey {
  color: var(--dark-grey);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.link-txt-grey:hover {
  color: var(--zen-blue);
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.input {
  z-index: 2;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--zen-blue);
  color: #2e2e2e;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--ocean-blue);
}

.input::placeholder {
  color: #0000;
}

.input.long {
  height: 120px;
}

.contact-form {
  margin-bottom: 0;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.contact-form-success-message {
  color: #fff;
  background-color: #32163f;
}

.form {
  margin-top: 20px;
}

.form-col {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.section-inner-banner {
  height: 100vh;
  min-height: 810px;
  padding: 10px;
}

.inner-banner-content-b {
  height: 100%;
  position: relative;
}

.inner-banner-content {
  z-index: 1;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-banner-img {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-banner-txt-b {
  color: var(--white);
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.inner-banner-subtxt {
  margin-top: 10px;
}

.sticky-menu {
  z-index: 2;
  text-align: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
}

.sticky-menu.contact {
  margin-top: -94px;
  margin-bottom: 0;
}

.sticky-menu-b {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border-radius: 100px;
  margin-bottom: 40px;
  padding: 5px;
  display: inline-block;
  position: relative;
}

.sticky-menu-btn {
  z-index: 1;
  color: var(--dark-grey);
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.sticky-menu-btn:hover, .sticky-menu-btn.w--current {
  background-color: var(--white);
}

.contact-store-b {
  float: right;
  background-color: var(--zen-blue);
  width: 100%;
  max-width: 520px;
  margin-right: 5%;
  padding: 60px;
  position: relative;
}

.contact-store-txt {
  margin-top: 40px;
}

.contact-col {
  width: 100%;
  max-width: 400px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-img {
  background-image: url('../images/contact-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.projects-brochure-img {
  background-image: url('../images/projects-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.projects-row {
  flex-flow: wrap;
  margin-top: 60px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.projects-row.reverse {
  flex-flow: row-reverse wrap;
}

.projects-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.projects-slider {
  background-color: #fff0;
  height: auto;
}

.projects-img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.projects-list {
  background-image: url('../images/submenu-dot-hover.svg');
  background-position: 0 24px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.projects-list-expand {
  overflow: hidden;
}

.projects-list-btn-expand {
  color: var(--dark-grey);
  background-image: url('../images/arrow-lang-dropdown.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-right: 15px;
  font-weight: 500;
  text-decoration: none;
}

.projects-list-btn-close {
  color: var(--dark-grey);
  background-image: url('../images/arrow-close.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-right: 15px;
  font-weight: 500;
  text-decoration: none;
}

.sticky-content.bg-lightblue {
  background-color: var(--light-blue);
}

.projects-brochure-align {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.projects-brochure-row {
  flex-flow: wrap;
  align-items: flex-end;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.projects-brochure-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.projects-brochure-col.projects-brochure-btn-b {
  text-align: right;
}

.about-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.breadcrumb-arrow {
  margin-left: 10px;
  margin-right: 10px;
}

.products-details-breadcrumb {
  z-index: 2;
  margin-top: 94px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.breadcrumb-txt {
  display: inline-block;
}

.products-list-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.products-list-col {
  width: 25%;
  margin-top: 80px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.products-list {
  color: var(--dark-grey);
  text-decoration: none;
  display: block;
  position: relative;
}

.products-list-img {
  margin-bottom: 10px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.products-list-color {
  border-radius: 100%;
  width: 32px;
  margin-right: 5px;
}

.products-list-color-b {
  margin-bottom: 10px;
}

.img-hover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.products-list-tag-img {
  background-color: var(--white);
  border-radius: 100%;
  width: 50px;
  margin-bottom: 5px;
}

.products-list-tag-b {
  z-index: 1;
  width: 50px;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-filter {
  background-color: var(--white);
  width: 180px;
  color: var(--dark-grey);
  background-image: url('../images/icon-filtering.svg');
  background-position: 140px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  margin-top: 21px;
  margin-right: 5%;
  padding: 10px 35px 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-filter:hover {
  background-color: var(--ocean-blue);
  color: var(--white);
  background-image: url('../images/icon-filtering-hover.svg');
}

.products-list-txt-total {
  margin-top: 50px;
  margin-left: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pop-filter {
  z-index: 2000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0003;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-filter-content-b {
  z-index: 1;
  background-color: var(--light-grey);
  width: 100%;
  max-width: 400px;
  padding: 104px 30px 30px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.filter-dropdown {
  border-bottom: 1px solid #71869e80;
  display: block;
}

.filter-dropdown-btn {
  background-image: url('../images/icon-filter-expand.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-weight: 500;
  transition: all .5s;
  display: block;
}

.filter-dropdown-btn.w--open {
  background-color: var(--zen-blue);
  color: var(--white);
  background-image: url('../images/icon-filter-close_1.svg');
  padding-left: 20px;
}

.filter-dropdown-menu.w--open {
  background-color: #fff0;
  position: static;
  overflow: hidden;
}

.filter-dropdown-content-b {
  padding: 20px;
}

.filter-dropdown-link {
  color: var(--dark-grey);
  background-image: url('../images/submenu-dot-hover.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 5px;
  padding-left: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.filter-dropdown-sublink {
  color: var(--dark-grey);
  background-image: url('../images/sub-dropdown-dot.svg');
  background-position: 20px 9px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 5px;
  padding-left: 35px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.filter-title-b {
  z-index: 10;
  background-color: var(--zen-blue);
  width: 100%;
  max-width: 400px;
  height: 74px;
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.filter-btn-close {
  background-image: url('../images/icon-filter-close_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 74px;
  height: 74px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.paging-b {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.paging-link {
  color: var(--dark-grey);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.paging-link:hover {
  color: var(--zen-blue);
}

.paging-link.w--current,
.paging-link[aria-current='page'] {
  color: var(--zen-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.paging-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.paging-arrow.left {
  background-image: url('../images/arrow-l-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all .5s;
}

.paging-arrow.left:hover {
  background-image: url('../images/arrow-l-blue.svg');
}

.paging-arrow.right {
  background-image: url('../images/arrow-r-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all .5s;
}

.paging-arrow.right:hover {
  background-image: url('../images/arrow-r-blue.svg');
}

.details-col-img {
  width: 50%;
}

.details-col-content {
  background-color: var(--white);
  background-image: url('../images/bg-gradient.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 300px;
  width: 50%;
  padding: 154px 5% 80px;
}

.details-product-title {
  text-align: left;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 42px;
}

.details-product-code {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.details-row {
  flex-flow: wrap;
  height: 95vh;
  min-height: 810px;
  display: flex;
}

.details-img-slider {
  background-color: #fff0;
  height: 100%;
}

.details-img-slide {
  background-color: var(--white);
  background-image: url('../images/bg-gradient.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 300px;
}

.details-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.details-img.blend-darken {
  mix-blend-mode: darken;
}

.details-color-dropdown {
  margin-top: 40px;
  display: block;
}

.details-color-dropdown-btn {
  background-image: url('../images/arrow-lang-dropdown.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-weight: 500;
  display: block;
}

.details-color-img {
  border-radius: 100%;
  width: 44px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.details-color-dropdown-menu {
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin-top: 5px;
}

.details-color-dropdown-link {
  color: var(--dark-grey);
  padding: 15px 15px 15px 60px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.details-color-dropdown-link:hover {
  color: var(--zen-blue);
}

.details-img-slide-nav {
  margin-bottom: 40px;
  margin-left: 15%;
  margin-right: 15%;
}

.details-tag-b {
  z-index: 1;
  width: 50px;
  margin-top: 154px;
  margin-left: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-enlarge {
  z-index: 1;
  background-image: url('../images/icon-enlarge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  margin-bottom: 5%;
  margin-right: 5%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-brand-graphic {
  object-fit: contain;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ceramics-row {
  flex-flow: wrap;
  align-items: center;
  margin-top: 80px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.ceramics-row.reverse {
  flex-flow: row-reverse wrap;
}

.ceramics-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.ceramics-img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.ceramics-icon-row {
  flex-flow: wrap;
  margin-top: 80px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.ceramics-icon-col {
  text-align: center;
  width: 25%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.ceramics-icon {
  background-color: var(--zen-blue);
  border: 6px solid #fff9;
  border-radius: 100%;
  width: 120px;
  margin-bottom: 20px;
}

.ceramics-icon-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.cert-logo {
  width: 150px;
  margin-left: 2%;
  margin-right: 2%;
}

.cert-logo-b {
  text-align: center;
  margin-top: 40px;
}

.cert-list-txt {
  margin-top: 10px;
}

.cert-list {
  background-image: url('../images/submenu-dot-hover.svg');
  background-position: 0 24px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 60px 15px 20px;
  position: relative;
}

.cert-list-b {
  margin-top: 40px;
}

.cert-btn-pdf {
  background-image: url('../images/icon-pdf-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  transition: opacity .5s;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.cert-btn-pdf:hover {
  opacity: .6;
}

.home-stat-row {
  flex-flow: wrap;
  margin-top: 80px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-stat-col {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-stat-b {
  text-align: center;
}

.home-stat-icon {
  width: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.txt-color-white {
  color: var(--white);
}

.faq-dropdown {
  display: block;
}

.faq-dropdown-btn {
  color: var(--white);
  white-space: normal;
  background-image: url('../images/icon-expand-white.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 6% 15px 0;
  font-weight: 500;
  transition: all .5s;
  display: block;
}

.faq-dropdown-btn.w--open {
  background-color: var(--white);
  color: var(--zen-blue);
  background-image: url('../images/icon-close-blue.svg');
  padding-left: 20px;
}

.faq-dropdown-menu.w--open {
  background-color: #fff0;
  position: static;
  overflow: hidden;
}

.faq-dropdown-content-b {
  color: var(--white);
  padding: 20px;
}

.faq-list {
  position: relative;
}

.about-value-content {
  height: 100%;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.about-value-txt {
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.about-value-tag {
  margin-top: 40px;
}

.about-value-mask-l {
  z-index: 1;
  background-color: var(--light-blue);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-value-mask-r {
  z-index: 1;
  background-color: var(--light-blue);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-network-row {
  background-color: var(--zen-blue);
  flex-flow: wrap;
  display: flex;
}

.about-network-col {
  width: 50%;
}

.about-network-img {
  height: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.about-network-list {
  position: relative;
}

.about-network-dropdown {
  display: block;
}

.about-network-dropdown-btn {
  color: var(--white);
  white-space: normal;
  background-image: url('../images/icon-expand-white.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 12% 15px 0;
  font-weight: 500;
  transition: all .5s;
  display: block;
}

.about-network-dropdown-btn.w--open {
  background-color: var(--white);
  color: var(--zen-blue);
  background-image: url('../images/icon-close-blue.svg');
  padding-left: 20px;
}

.about-network-dropdown-menu.w--open {
  background-color: #fff0;
  position: static;
  overflow: hidden;
}

.about-network-dropdown-content-b {
  color: var(--white);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-network-dropdown-row {
  flex-flow: wrap;
  margin-bottom: 25px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.about-network-dropdown-col {
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.about-network-dropdown-img {
  width: 100%;
}

.about-network-dropdown-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.link-txt-white02 {
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.link-txt-white02:hover {
  opacity: .5;
}

.header-logo-submark {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1280px) {
  h3 {
    font-size: 42px;
  }

  .footer-col-l, .footer-col-r {
    width: 50%;
  }

  .sticky-menu {
    margin-top: -40px;
    margin-bottom: 0;
  }

  .contact-col {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .section-content.contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-about-col-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-projects-col {
    width: 100%;
  }

  .home-projects-col.vertical-center {
    align-self: auto;
  }

  .home-projects-img {
    padding-top: 65%;
  }

  .half-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-news-title-b {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .footer-col-l {
    width: 100%;
  }

  .footer-col-r {
    width: 100%;
    margin-top: 40px;
  }

  .home-news-list-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .home-news-list-col {
    width: 50%;
    margin-top: 40px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .home-news-list-col.margin {
    margin-top: 40px;
  }

  .home-projects-title-content-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-news-btn {
    text-align: center;
    margin-top: 40px;
    margin-right: 0%;
    position: relative;
  }

  .home-about-col-m {
    align-self: auto;
    width: 50%;
  }

  .home-about-col-r {
    width: 50%;
  }

  .home-projects-btn-b {
    text-align: right;
  }

  .section-home-banner {
    height: 90vh;
  }

  .title.is-1.home-h1 {
    font-size: 7vw;
  }

  .home-banner-img {
    padding-top: 65%;
  }

  .home-collection-b {
    width: 100%;
  }

  .swiper-nav:hover {
    background-color: #ffffffbf;
    background-image: url('../images/arrow-r-grey.svg');
  }

  .swiper-slide {
    width: 25%;
  }

  .nav-menu {
    background-color: var(--light-grey);
    padding: 74px 5% 80px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-menu-col {
    width: 100%;
    max-width: none;
    display: block;
  }

  .nav-menu-link {
    text-align: left;
    padding: 20px 0;
    font-size: 28px;
    font-weight: 400;
    display: block;
  }

  .header-lang-dropdown, .nav-dropdown {
    display: none;
  }

  .nav-dropdown-toggle {
    color: var(--white);
    background-image: url('../images/arrow-white-l.svg');
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 15px 5% 15px 9%;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .nav-dropdown-toggle:hover {
    color: var(--white);
  }

  .nav-dropdown-menu {
    display: none;
  }

  .nav-dropdown-menu-row {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
    display: block;
  }

  .nav-dropdown-menu-col-content {
    width: 100%;
    padding-right: 0%;
  }

  .nav-dropdown-menu-col-img {
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }

  .nav-lang-mobile {
    border-top: 1px solid var(--zen-blue);
    text-align: left;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    display: flex;
  }

  .nav-lang-mobile-link {
    color: var(--dark-grey);
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
  }

  .nav-lang-mobile-line {
    background-color: var(--dark-grey);
    width: 1px;
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-dropdown-mobile {
    z-index: 0;
    display: block;
    overflow: hidden;
  }

  .nav-dropdown-menu-mobile {
    z-index: 100;
    background-color: var(--light-grey);
    text-align: left;
    padding-top: 160px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-dropdown-mobile-btn-back {
    z-index: 0;
    background-color: var(--zen-blue);
    margin-top: 74px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-btn {
    padding: 22px 10px;
    display: flex;
  }

  .menu-btn.w--open {
    background-color: #fff0;
  }

  .nav-menu-link-b {
    overflow: hidden;
  }

  .news-list-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .news-list-col {
    width: 50%;
    margin-top: 40px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .news-list-col.new-details-hidden, .news-list-col.hidden {
    display: none;
  }

  .contact-col-l, .contact-col-r {
    width: 100%;
  }

  .input {
    color: #28313b;
    border-bottom-color: #28313b;
    font-size: 1rem;
  }

  .contact-form {
    margin-top: 40px;
  }

  .section-inner-banner {
    height: 90vh;
  }

  .sticky-menu {
    display: none;
  }

  .sticky-menu.contact {
    margin-top: 0;
    bottom: 10vh;
  }

  .contact-store-b {
    max-width: none;
    margin-right: 0%;
    padding: 80px 5%;
  }

  .contact-col {
    width: 100%;
  }

  .contact-img {
    background-attachment: scroll;
    padding-top: 50%;
    position: relative;
  }

  .projects-brochure-img {
    background-attachment: scroll;
  }

  .projects-col {
    width: 100%;
  }

  .projects-img {
    padding-top: 65%;
  }

  .about-col {
    width: 100%;
  }

  .about-row {
    margin-bottom: 40px;
  }

  .products-list-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .products-list-col {
    width: 33.33%;
    margin-top: 40px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .filter-title-b {
    padding-left: 30px;
  }

  .details-col-img {
    width: 100%;
  }

  .details-col-content {
    background-image: none;
    width: 100%;
    padding-top: 80px;
  }

  .details-row {
    height: auto;
    min-height: 0;
    display: block;
  }

  .details-img-slider {
    height: auto;
  }

  .details-img {
    padding-top: 100%;
  }

  .about-brand-graphic {
    width: 100%;
  }

  .ceramics-icon-row {
    margin-top: 40px;
  }

  .ceramics-icon-col {
    width: 50%;
    margin-top: 40px;
  }

  .cert-logo {
    width: 100px;
  }

  .about-b {
    margin-bottom: -40px;
  }

  .about-network-dropdown-col {
    width: 100%;
  }

  .about-network-dropdown-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  h3 {
    font-size: 28px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.news-details {
    padding-bottom: 120px;
  }

  .section-content.news-details-content {
    margin-top: -120px;
  }

  .section-content.about-value {
    height: 50vh;
  }

  .home-about-col-l {
    margin-bottom: 30px;
  }

  .btn.details-btn-pdf, .btn-b {
    margin-top: 15px;
  }

  .home-projects-slider {
    height: auto;
  }

  .home-projects-list {
    background-position: 0 19px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-contact-col {
    width: 100%;
  }

  .home-contact-col.home-contact-btn-b {
    text-align: left;
    margin-top: 30px;
  }

  .footer {
    background-size: 150%;
  }

  .sitemap-col-l {
    width: 100%;
  }

  .sitemap-col-r {
    width: 100%;
    margin-top: 30px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .footer-col-r, .home-news-list-col, .home-news-list-col.margin {
    margin-top: 30px;
  }

  .sitemap-col-l-subcol {
    width: 50%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .sitemap-col-l-subrow {
    flex-flow: wrap;
    margin-left: -3%;
    margin-right: -3%;
    display: flex;
  }

  .home-projects-title-content-b {
    background-image: none;
    margin-bottom: -30px;
    padding-top: 60px;
    padding-bottom: 0;
    position: relative;
  }

  .home-news-btn {
    margin-top: 30px;
  }

  .home-about-col-m {
    width: 100%;
  }

  .home-about-col-r {
    width: 100%;
    margin-top: 30px;
  }

  .section-home-banner {
    height: 95vh;
    min-height: 500px;
  }

  .title.is-1.home-h1 {
    font-size: 4.5vw;
  }

  .home-slide-nav {
    margin-right: 15px;
  }

  .home-banner-content-b {
    background-image: linear-gradient(#0000, #00000080 40%);
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .home-banner-content-col-btn {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .home-banner-content-col-txt {
    width: 100%;
  }

  .home-collection-b {
    width: 100%;
    margin-bottom: 60px;
  }

  .swiper-slide {
    width: 50%;
  }

  .header {
    height: 66px;
  }

  .nav-menu {
    padding-bottom: 60px;
  }

  .header-logo {
    width: 150px;
  }

  .nav-menu-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }

  .nav-dropdown-menu-row {
    padding-bottom: 60px;
  }

  .nav-dropdown-menu-col-img {
    height: 200px;
    margin-top: 30px;
  }

  .nav-dropdown-link {
    background-position: 0 19px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-collection-more-btn {
    margin-top: 60px;
  }

  .nav-dropdown-menu-mobile {
    padding-top: 140px;
  }

  .nav-dropdown-mobile-btn-back {
    margin-top: 66px;
  }

  .menu-btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-b {
    margin-top: 60px;
  }

  .all {
    padding-top: 66px;
  }

  .news-list-row {
    margin-top: -30px;
  }

  .news-list-col {
    margin-top: 30px;
  }

  .news-filter-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-details-h1 {
    font-size: 30px;
  }

  .news-details-share-b {
    margin-top: 30px;
  }

  .news-details-share-align {
    margin-top: 30px;
    display: block;
  }

  .news-details-share-txt {
    width: 100%;
    margin-bottom: 15px;
  }

  .news-details-h2 {
    font-size: 30px;
  }

  .news-details-more-btn {
    text-align: right;
    margin-top: 30px;
    position: relative;
  }

  .pop-share-title-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-share-content-b {
    padding: 20px;
  }

  .contact-row {
    margin-bottom: 30px;
  }

  .contact-col-r {
    width: 100%;
  }

  .contact-info-b {
    margin-bottom: -30px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .form-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-inner-banner {
    height: 95vh;
    min-height: 500px;
  }

  .contact-store-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-row {
    margin-top: 45px;
  }

  .projects-col {
    margin-top: 15px;
  }

  .projects-slider {
    height: auto;
  }

  .projects-list {
    background-position: 0 19px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .projects-brochure-col {
    width: 100%;
  }

  .projects-brochure-col.projects-brochure-btn-b {
    text-align: left;
    margin-top: 30px;
  }

  .about-row {
    margin-bottom: 30px;
  }

  .products-details-breadcrumb {
    margin-top: 0;
    margin-bottom: 60px;
    position: relative;
  }

  .products-list-row {
    margin-top: -30px;
  }

  .products-list-col {
    width: 50%;
    margin-top: 30px;
  }

  .products-list-color {
    width: 24px;
  }

  .products-list-tag-img, .products-list-tag-b {
    width: 36px;
  }

  .btn-filter {
    background-position: 95%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
  }

  .products-list-txt-total {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0%;
    position: relative;
  }

  .pop-filter-content-b {
    padding-top: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .filter-title-b {
    height: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .filter-btn-close {
    width: 60px;
    height: 60px;
  }

  .paging-b {
    margin-top: 60px;
  }

  .details-col-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .details-product-title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .details-product-code {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .details-img-slider {
    height: auto;
  }

  .details-color-dropdown {
    margin-top: 30px;
  }

  .details-img-slide-nav {
    margin-bottom: 15px;
  }

  .details-tag-b {
    width: 36px;
    margin-top: 90px;
  }

  .ceramics-row {
    margin-top: 60px;
    margin-bottom: -15px;
  }

  .ceramics-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .ceramics-icon-row, .ceramics-icon-col {
    margin-top: 30px;
  }

  .ceramics-icon {
    width: 90px;
  }

  .cert-logo {
    width: 20%;
  }

  .cert-logo-b {
    margin-top: 30px;
  }

  .cert-list {
    background-position: 0 19px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cert-list-b {
    margin-top: 30px;
  }

  .about-b {
    margin-bottom: -30px;
  }

  .home-stat-row {
    margin-top: 30px;
  }

  .home-stat-col {
    width: 100%;
    margin-top: 30px;
  }

  .faq-dropdown-btn {
    background-position: 95%;
    padding-right: 12%;
  }

  .about-network-col {
    width: 100%;
  }

  .about-network-img {
    height: auto;
    padding-top: 60%;
  }

  .about-network-dropdown-btn {
    background-position: 95%;
    padding-right: 12%;
  }

  .about-network-dropdown-col {
    width: 50%;
  }

  .header-logo-submark {
    width: 54px;
  }
}

@media screen and (max-width: 479px) {
  .sitemap-col-r-subcol, .home-news-list-col, .sitemap-col-l-subcol {
    width: 100%;
  }

  .section-home-banner {
    min-height: 480px;
  }

  .title.is-1.home-h1 {
    font-size: 7vw;
  }

  .header-logo {
    width: 140px;
  }

  .nav-dropdown-toggle {
    padding-left: 15%;
  }

  .nav-dropdown-subcol, .news-list-col {
    width: 100%;
  }

  .news-details-h1 {
    font-size: 28px;
  }

  .section-inner-banner {
    min-height: 480px;
  }

  .about-network-dropdown-col {
    width: 100%;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}