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

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

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

:root {
  --54565a: #54565a;
  --black: black;
  --efeeef: #efeeef;
  --yellow: #ffcb06;
  --white: white;
  --bbb: #bbb;
  --light-yellow: #ffe06d;
  --green: #00ad34;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--54565a);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
}

h2 {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.menu {
  padding-left: 3vw;
  padding-right: 3vw;
}

.container.home-banner {
  position: absolute;
  inset: auto auto 0% 0%;
}

.container.customized-solutions {
  position: absolute;
  inset: auto 0% 0%;
}

.container.contact-us {
  margin-top: -130px;
  position: relative;
}

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

.section-content.grey {
  background-color: var(--efeeef);
}

.section-content.home-solution {
  padding-bottom: 0;
}

.section-content.top-padding-40 {
  padding-top: 40px;
}

.section-content.about-us {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-content.about-team {
  padding-bottom: 60px;
  position: relative;
}

.section-content.no-bottom-padding {
  padding-bottom: 0;
}

.section-content.cert {
  background-color: var(--yellow);
  position: relative;
}

.section-content.team {
  padding-top: 0;
  position: relative;
}

.section-content.polygon {
  background-image: url('../images/customized-solutions-polygon-bg2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-content.customized-solutions {
  background-image: url('../images/customized-solutions-bg1.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 740px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-content.no-padding, .section-content.contact-us {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-content.products-filter {
  background-color: var(--efeeef);
}

.section-content.products-detail {
  padding-top: 40px;
  padding-bottom: 0;
}

.header {
  z-index: 1500;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  height: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.nav-menu {
  order: 1;
  align-items: center;
  margin-left: -7px;
  display: flex;
  position: static;
}

.nav-link {
  text-align: center;
  border-top: 3px solid #0000;
  align-items: center;
  height: 100%;
  margin-left: 7px;
  margin-right: 7px;
  padding: 28px 0 31px;
  font-size: 15px;
  display: flex;
}

.nav-link:hover {
  border-top-color: var(--yellow);
  color: var(--black);
}

.nav-link.w--current {
  color: var(--black);
  font-weight: 900;
}

.img-logo {
  width: auto;
  max-width: none;
  height: 48px;
}

.header-b {
  float: left;
  order: -1;
}

.nav-fropdown {
  height: 100%;
  display: flex;
  position: static;
}

.nav-dropdown-toggle {
  text-align: center;
  border-top: 3px solid #0000;
  align-items: center;
  height: 100%;
  margin-left: 7px;
  margin-right: 7px;
  padding: 28px 0 31px;
  font-size: 15px;
  display: flex;
  position: static;
}

.nav-dropdown-toggle:hover {
  border-top-color: var(--yellow);
  color: var(--black);
}

.nav-dropdown-toggle.w--current {
  color: var(--black);
  font-weight: 900;
}

.nav-dropdown-list {
  border-bottom: 3px solid var(--yellow);
  background-color: var(--white);
  width: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  inset: 100% 0% auto;
  overflow: hidden;
}

.home-banner {
  position: relative;
}

.all {
  padding-top: 84px;
  overflow: hidden;
}

.all.overflow-visible {
  overflow: visible;
}

.home-solution-col-l {
  float: left;
  width: 56%;
}

.home-solution-col-r {
  float: left;
  width: 44%;
  padding-left: 60px;
}

.yellow-b {
  background-color: var(--yellow);
}

.yellow-b._160 {
  width: 160px;
  height: 160px;
}

.headlng {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
}

.btn {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 900;
  position: relative;
}

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

.btn-bg {
  background-color: var(--yellow);
  width: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.btn-txt-b {
  z-index: 10;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-title-b {
  color: var(--black);
  background-image: url('../images/dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 15px;
  padding-left: 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-bottom-row {
  font-size: 14px;
  line-height: 18px;
}

.footer-txt {
  float: left;
  color: var(--black);
  margin-right: 3px;
}

.txt-link {
  color: var(--black);
}

.txt-link:hover {
  text-decoration: underline;
}

.footer-bottom-col-l {
  float: left;
}

.footer-bottom-col-r {
  float: right;
  align-items: center;
  display: flex;
}

.footer-line {
  background-color: var(--black);
  width: 1px;
  height: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.footer-link {
  color: var(--black);
  background-image: url('../images/bullet.svg');
  background-position: 4px 11px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 28px;
  line-height: 28px;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link-b {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-top-row {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 34px;
  height: 34px;
  display: block;
}

.footer-social-link.in {
  background-image: url('../images/icon-social-in.svg');
}

.footer-social-link.fb {
  background-image: url('../images/icon-social-fb.svg');
}

.footer-social-link.ig {
  background-image: url('../images/icon-social-ig.svg');
}

.footer-social-link.wc {
  background-image: url('../images/icon-social-wc.svg');
  background-size: 38px;
  width: 38px;
}

.footer-social-link.yt {
  background-image: url('../images/icon-social-yt.svg');
  background-size: 34px;
}

.footer-social-b {
  padding-left: 13px;
}

.footer-social-link-b {
  float: left;
  margin-left: 15px;
}

.home-slider {
  z-index: 10;
  background-color: #0000;
  height: auto;
}

.hide {
  display: none;
}

.vision-yellow-b {
  z-index: 800;
  float: left;
  background-color: var(--yellow);
  width: 490px;
  height: 400px;
  margin-left: -60px;
  padding: 40px;
  position: relative;
}

.vision-yellow-b.about {
  z-index: 500;
  height: 480px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-slide {
  width: 100%;
}

.img-home-slide {
  float: right;
  width: 77%;
  max-width: 1600px;
  display: block;
}

.nav-dropdown-link {
  float: left;
  color: var(--54565a);
  margin-top: 10px;
  padding: 0;
}

.nav-dropdown-link:hover {
  color: var(--black);
}

.nav-dropdown-link.title {
  color: var(--black);
  margin-top: 0;
  font-weight: 900;
}

.nav-dropdown-link.title:hover {
  color: var(--yellow);
}

.nav-dropdown-col {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-dropdown-col.line {
  border-right: 1px solid var(--bbb);
}

.nav-dropdown-align-b {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.nav-solutions-col {
  float: right;
  flex-direction: column;
  margin-right: 116px;
  display: flex;
}

.menu-line01 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}

.menu-line02 {
  background-color: var(--black);
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu-line01a {
  background-color: var(--black);
  width: 15px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-line01b {
  background-color: var(--black);
  width: 15px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-line03 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}

.menu-line03a {
  background-color: var(--black);
  width: 15px;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.menu-line03b {
  background-color: var(--black);
  width: 15px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.vision-txt {
  float: left;
  color: var(--white);
  letter-spacing: 1px;
  align-items: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
}

.letter-b {
  z-index: 10;
  float: left;
  background-color: var(--yellow);
  padding-left: 60px;
  position: relative;
}

.letter-b.a {
  margin-right: 1px;
}

.letter-b.o {
  margin-right: 3px;
}

.vision-txt-row {
  align-items: center;
  width: 100%;
}

.letter {
  float: right;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 60px;
  position: relative;
}

.letter.l {
  background-image: url('../images/letter-l.svg');
}

.letter.a {
  background-image: url('../images/letter-a.svg');
}

.letter.v {
  background-image: url('../images/letter-v.svg');
}

.letter.o {
  background-image: url('../images/letter-o.svg');
}

.grey-bg {
  background-color: var(--efeeef);
  height: 150px;
  margin-bottom: 400px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-slide-nav {
  z-index: 800;
  margin-bottom: 30px;
  margin-right: 60px;
  inset: auto 0% 0% auto;
}

.home-featured-slider {
  background-color: #0000;
  height: auto;
  margin-top: -70px;
  padding-top: 70px;
  padding-bottom: 60px;
  overflow: hidden;
}

.arrow-r {
  background-image: url('../images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  inset: 0% 0% auto auto;
}

.arrow-l {
  background-image: url('../images/arrow-previous.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 30px;
  height: 30px;
  margin-right: 90px;
  inset: 0% 0% auto auto;
}

.home-featured-slide {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.home-featured-link {
  aspect-ratio: 9 / 16;
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-featured-border {
  z-index: 1;
  border-top: 30px solid var(--efeeef);
  border-right: 30px solid var(--efeeef);
  position: absolute;
  inset: 0%;
}

.img-products {
  z-index: 2;
  width: 100%;
  display: block;
  position: relative;
}

.products-img-b {
  background-color: var(--white);
  margin-bottom: 20px;
  position: relative;
}

.home-featured-txt-b {
  display: flex;
}

.arrow-yellow {
  width: 13px;
  height: 16px;
  margin-top: 6px;
  margin-left: 15px;
  display: block;
}

.mask {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}

.breadcrumb-link {
  float: left;
  color: var(--54565a);
}

.breadcrumb-link:hover {
  color: var(--black);
  text-decoration: underline;
}

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

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

.breadcrumb-row {
  align-items: center;
}

.breadcrumb-row.contact-us {
  margin-bottom: 10px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-yellow-b {
  background-color: var(--yellow);
  width: 50px;
  height: 45px;
  margin-right: -25px;
}

.heading-b {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.heading-b.relative {
  position: relative;
}

.about-banner {
  z-index: 10;
  background-image: url('../images/about-img012x.jpg');
  background-position: 30% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  max-width: 1200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.txt-bold {
  font-weight: 700;
}

.vision-title {
  margin-bottom: 10px;
  margin-left: 60px;
}

.about-mission-b {
  width: 45%;
  margin-bottom: 80px;
  padding-right: 40px;
}

.yellow-line {
  background-color: var(--yellow);
  width: 100px;
  height: 5px;
}

.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-yellow-bar {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.team-graphic-b {
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.line-yellow-top-b {
  width: 2px;
  margin-top: 225px;
  margin-bottom: 60px;
  margin-left: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.line-black-l-b {
  width: 60px;
  height: 2px;
  margin-bottom: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-black-r-b {
  height: 2px;
  margin-bottom: 60px;
  margin-left: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-white-b {
  z-index: 10;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  margin-bottom: 50px;
  margin-left: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-yellow-bottom-b {
  width: 2px;
  height: 60px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.line-yellow-bottom {
  background-color: var(--yellow);
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.line-yellow-top {
  background-color: var(--yellow);
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.line-black-r {
  background-color: var(--black);
  width: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-black-l {
  background-color: var(--black);
  width: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team-txt-b {
  z-index: 1;
  text-align: center;
  width: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-txt-b._01 {
  margin-top: -100px;
  margin-left: -25%;
}

.team-txt-b._03 {
  margin-top: 50px;
  margin-left: -32%;
}

.team-txt-b._02 {
  margin-top: -100px;
  margin-left: 35%;
}

.team-txt-b._04 {
  width: 200px;
  margin-top: 50px;
  margin-left: 40%;
}

.txt-big {
  color: var(--yellow);
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
}

.img-about-team-graphic {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.about-team-col-l {
  float: left;
  width: 52%;
  margin-bottom: 480px;
  padding-top: 80px;
  padding-right: 60px;
}

.about-team-col-r {
  float: left;
  width: 48%;
  position: relative;
}

.about-team-col-yellow {
  z-index: 10;
  float: left;
  background-color: var(--yellow);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  width: 52%;
  height: 480px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.top-margin-10 {
  margin-top: 10px;
}

.black-line {
  background-color: var(--black);
  width: 100px;
  height: 5px;
}

.about-cert-col-l {
  width: 50%;
  padding-right: 60px;
}

.about-cert-col-r {
  background-image: url('../images/about-img032x.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-logo-b {
  width: 20%;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-logo-align-b {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -20px;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.why-lavov-row {
  display: flex;
  position: relative;
}

.why-lavov-txt-b {
  flex: 1;
  padding-bottom: 40px;
  padding-left: 40px;
}

.why-lavov-yellow-bar {
  z-index: 10;
  background-color: var(--yellow);
  flex: none;
  width: 40px;
  position: relative;
}

.why-lavov-yellow-bar._50 {
  opacity: .5;
}

.why-lavov-b {
  margin-top: 40px;
}

.yellow-bg {
  z-index: 5;
  float: left;
  background-color: var(--yellow);
  height: 400px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.about-team-yellow-b {
  z-index: 5;
  float: left;
  height: 480px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.about-team-b {
  z-index: 10;
  display: flex;
  position: relative;
}

.about-team-yellow-bg {
  background-color: var(--yellow);
  margin-right: 60px;
  position: absolute;
  inset: 0%;
}

.img-about-team {
  background-image: url('../images/about-img022x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 80px;
  position: absolute;
  inset: 0%;
}

.solutions-polygon-txt-b {
  width: 42%;
}

.solutions-polygon-b {
  padding-bottom: 270px;
  position: relative;
}

.polygon-b {
  color: var(--black);
  text-align: center;
  background-image: url('../images/polygon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 174px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.polygon-b._05 {
  margin-bottom: 90px;
}

.polygon-b._04 {
  margin-right: 160px;
}

.polygon-b._03 {
  margin-bottom: 184px;
  margin-right: 160px;
}

.polygon-b._02 {
  margin-bottom: 90px;
  margin-right: 320px;
}

.polygon-b._01 {
  margin-right: 480px;
}

.icon-customized-solutions {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
}

.customized-solutionsi-yellow-bg {
  background-color: #ffcb06e6;
  width: 55%;
  height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.customized-solutions-txt-b {
  z-index: 10;
  color: var(--black);
}

.list {
  list-style-type: none;
}

.list.dot {
  margin-top: 0;
}

.customized-solutions-b {
  z-index: 10;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 500px;
  display: flex;
  position: relative;
}

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

.lighting-concept-b {
  margin-top: -1px;
}

.lighting-concept-link {
  width: 100%;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.lighting-concept-no {
  float: left;
  border-top: 13px solid var(--yellow);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex: none;
  width: 40px;
  height: 53px;
  margin-right: 80px;
  padding-top: 8px;
}

.lighting-concept-expand-b {
  border-bottom: 1px solid var(--bbb);
  margin-left: 120px;
}

.lighting-concept-question {
  z-index: 10;
  border-top: 1px solid var(--bbb);
  color: var(--black);
  flex: 1;
  padding-top: 21px;
  padding-right: 60px;
  font-weight: 700;
  position: relative;
}

.btn-lighting-concept {
  z-index: 10;
  background-image: url('../images/icon-open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 22px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lighting-concept-col-l {
  float: left;
  width: 50%;
  padding-right: 40px;
}

.lighting-concept-col-r {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.lighting-concept-expand-txt-b {
  overflow: hidden;
}

.margin-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lighting-concept-img-b {
  margin-bottom: 10px;
}

.lighting-concept-bg {
  background-color: var(--yellow);
  opacity: 0;
  margin-left: 120px;
  position: absolute;
  inset: 0%;
}

.contact-us-b {
  width: 100%;
  padding-left: 60px;
}

.banner-contact-us {
  background-image: url('../images/banner-contact2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 23.5%;
}

.contact-us-yellow-b {
  background-color: var(--yellow);
  width: 200px;
  height: 180px;
  margin-bottom: -30px;
  margin-right: -25px;
}

.contact-us-col-l {
  float: left;
  border-top: 1px solid var(--bbb);
  width: 30%;
  padding-top: 20px;
}

.contact-us-col-r {
  float: left;
  width: 70%;
  padding-left: 60px;
}

.form-b {
  border-top: 1px solid var(--bbb);
  padding-top: 20px;
}

.contact-link {
  color: var(--54565a);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 30px;
  display: block;
}

.contact-link:hover {
  color: var(--black);
}

.contact-link.address {
  background-image: url('../images/icon-address.svg');
}

.contact-link.email {
  background-image: url('../images/icon-email.svg');
}

.txt-field {
  border: 1px solid var(--efeeef);
  background-color: var(--efeeef);
  color: var(--black);
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding: 18px 30px;
  font-size: 16px;
}

.txt-field:focus {
  border-style: solid;
  border-color: var(--yellow);
}

.txt-field::placeholder {
  color: var(--54565a);
}

.txt-field.v-login {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 55px;
}

.txt-field.v-login.img-account {
  background-image: url('../images/icon-account.svg');
}

.txt-field.v-login.img-pw {
  background-image: url('../images/icon-pw.svg');
}

.form-col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.form-col._50 {
  float: left;
  width: 50%;
}

.form-row {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

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

.txt-area {
  border: 1px solid var(--efeeef);
  background-color: var(--efeeef);
  color: var(--black);
  border-radius: 0;
  height: 60px;
  min-height: 220px;
  margin-bottom: 0;
  padding: 18px 30px;
  font-size: 16px;
}

.txt-area:focus {
  border-color: var(--yellow);
}

.txt-area::placeholder {
  color: var(--54565a);
}

.contact-dropdown {
  width: 100%;
}

.contact-toggle {
  border: 1px solid var(--efeeef);
  background-color: var(--efeeef);
  color: var(--54565a);
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 18px 30px;
  font-size: 16px;
  display: block;
}

.contact-toggle:focus {
  border-style: solid;
  border-color: var(--yellow);
}

.contact-toggle::placeholder {
  color: var(--54565a);
}

.contact-dropdown-list {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  width: 100%;
  margin-top: -1px;
}

.arrow-dropdown {
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-dropdown-link {
  color: var(--black);
  width: 100%;
  padding: 18px 30px;
}

.contact-dropdown-link:hover {
  background-color: var(--white);
}

.contact-btn-b {
  text-align: right;
  margin-top: 20px;
}

.contact-thank-b {
  background-color: var(--efeeef);
  opacity: 0;
  margin-top: 40px;
  padding: 30px;
  display: none;
}

.projects-align-b {
  flex-wrap: wrap;
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.projects-type-b {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.projects-type-link {
  color: var(--white);
  width: 100%;
  padding-top: 138%;
  font-weight: 700;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-projects-type {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-projects-type._01 {
  background-image: url('../images/projects-type-01-architectural2x.jpg');
}

.img-projects-type._02 {
  background-image: url('../images/projects-type-02-clean-medical2x.jpg');
}

.img-projects-type._03 {
  background-image: url('../images/projects-type-03-retail2x.jpg');
}

.img-projects-type._04 {
  background-image: url('../images/projects-type-04-hospitality2x.jpg');
}

.img-projects-type._05 {
  background-image: url('../images/projects-type-05-office2x.jpg');
}

.img-projects-type._06 {
  background-image: url('../images/projects-type-06-residential2x.jpg');
}

.img-projects-type._07 {
  background-image: url('../images/projects-type-07-sports2x.jpg');
}

.img-projects-type._08 {
  background-image: url('../images/projects-type-08-arts-museums2x.jpg');
}

.project-type-txt-b {
  z-index: 10;
  background-image: linear-gradient(#000000b3 2%, #0000004d 25%, #0000 80%);
  height: 40%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.projects-border {
  z-index: 20;
  border: 5px solid #0000;
  transition: border-color .2s;
  position: absolute;
  inset: 0%;
}

.projects-border:hover {
  border-color: var(--yellow);
}

.projects-listing-link {
  color: var(--54565a);
  width: 100%;
  display: block;
  position: relative;
}

.img-projects-listing {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-projects-listing._01 {
  background-image: url('../images/projects-listing012x.jpg');
}

.img-projects-listing._02 {
  background-image: url('../images/projects-listing022x.jpg');
}

.img-projects-listing._03 {
  background-image: url('../images/projects-listing032x.jpg');
}

.img-projects-listing._04 {
  background-image: url('../images/projects-listing042x.jpg');
}

.img-projects-listing._05 {
  background-image: url('../images/projects-listing052x.jpg');
}

.img-projects-listing._06 {
  background-image: url('../images/projects-listing062x.jpg');
}

.img-projects-listing._07 {
  background-image: url('../images/projects-listing072x.jpg');
}

.img-projects-listing._08 {
  background-image: url('../images/projects-listing082x.jpg');
}

.projects-listing-b {
  width: 25%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.projects-listing-img-b {
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
}

.projects-listing-txt-b {
  background-color: var(--white);
  height: 180px;
  padding: 15px 20px;
  overflow: auto;
}

.projects-details-col-l {
  width: 35%;
  min-width: 340px;
  padding-right: 60px;
}

.projects-details-col-r {
  border-top: 1px solid var(--bbb);
  width: 65%;
  padding-top: 20px;
}

.social-link-b {
  float: left;
  margin-right: 20px;
}

.social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: block;
}

.social-link.in {
  background-image: url('../images/icon-social-in.svg');
}

.social-link.fb {
  background-image: url('../images/icon-social-fb.svg');
}

.social-link.ig {
  background-image: url('../images/icon-social-ig.svg');
}

.social-link.wc {
  background-image: url('../images/icon-social-wc.svg');
  background-size: 34px;
  width: 34px;
}

.social-link.yt {
  background-image: url('../images/icon-social-yt.svg');
  background-size: 30px;
  width: 30px;
}

.projects-social-b {
  border-bottom: 3px solid var(--yellow);
  padding-bottom: 20px;
  padding-left: 10px;
}

.projects-info-col-l {
  float: left;
  color: var(--black);
  width: 50%;
  padding: 10px 5px 10px 10px;
  font-weight: 700;
}

.projects-info-col-r {
  float: left;
  text-align: right;
  width: 50%;
  padding: 10px 10px 10px 5px;
}

.info-row {
  border-bottom: 1px solid var(--bbb);
}

.table-title {
  border-bottom: 1px solid var(--bbb);
  border-left: 5px solid var(--yellow);
  padding-top: 10px;
  padding-left: 20px;
}

.slide-nav {
  width: 100%;
  margin-top: 15px;
  inset: 100% 0% auto;
}

.slide-nav.top-margin-5 {
  margin-top: 5px;
}

.produts-slide {
  height: auto;
}

.products-slider {
  background-color: var(--white);
  height: auto;
}

.projects-recommend-col {
  float: left;
  width: 50%;
}

.projects-recommend-col.left {
  border-right: 1px solid var(--white);
}

.projects-recommend-col.right {
  border-left: 1px solid var(--white);
}

.projects-recommend-link {
  width: 100%;
  padding-top: 33.33%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-projects-recommend {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-projects-recommend._01 {
  background-image: url('../images/projects-recommend012x.jpg');
}

.img-projects-recommend._02 {
  background-image: url('../images/projects-recommend022x.jpg');
}

.projects-recommend-align-b {
  z-index: 10;
  color: var(--white);
  background-image: linear-gradient(#0000 50%, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  inset: 0%;
}

.projects-recommend-col-l {
  align-items: center;
  margin-bottom: 20px;
  margin-left: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-previous {
  margin-right: 15px;
}

.arrow-next {
  margin-left: 15px;
}

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

.projects-recommend-col-r {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.projects-recommend-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.projects-details-b {
  flex-direction: row-reverse;
  display: flex;
}

.txt-breadcrumb {
  float: left;
}

.projects-arrow-l {
  opacity: 0;
  background-image: url('../images/arrow-previous.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 50%;
  transition: opacity .4s;
  inset: 0% auto 0% 0%;
}

.projects-arrow-l:hover {
  opacity: .25;
}

.projects-arrow-r {
  opacity: 0;
  background-image: url('../images/arrow-next.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 50%;
  transition: opacity .4s;
  inset: 0% 0% 0% auto;
}

.projects-arrow-r:hover {
  opacity: .25;
}

.cookies {
  z-index: 1000;
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies-txt-b {
  color: var(--white);
  line-height: 28px;
}

.cookies-align-b {
  display: flex;
}

.cookies-btn-b {
  flex: none;
  width: 190px;
}

.btn-cookies {
  float: right;
  color: var(--white);
  background-image: url('../images/arrow-next-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  padding-right: 25px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-cookies:hover {
  color: var(--yellow);
  background-image: url('../images/arrow-yellow.svg');
}

.products-type-col {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.products-type-link {
  color: var(--black);
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: relative;
}

.products-align-b {
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.products-filter-b {
  flex: none;
  width: 340px;
  padding-right: 40px;
}

.products-tracklights-align-b {
  display: flex;
}

.products-tracklights-col {
  width: 33.33%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.products-micro-align-b {
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-micro-col {
  width: 20%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.txt-capital {
  text-transform: uppercase;
}

.filter-title-b {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  padding: 10px 30px;
  font-weight: 900;
}

.filter {
  background-color: #0000;
  width: 100%;
  display: block;
}

.filter-btn {
  display: none;
}

.filter-menu {
  width: 100%;
}

.filter-link {
  color: var(--54565a);
  width: 100%;
  line-height: 26px;
  display: flex;
}

.tick-box {
  border: 1px solid var(--bbb);
  background-color: var(--white);
  width: 15px;
  height: 15px;
  margin-top: 6px;
  margin-right: 10px;
  position: relative;
}

.icon-tick {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.filter-title {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 900;
}

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

.products-tracklights-b {
  flex: 1;
}

.btn-close {
  background-image: url('../images/icon-close_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  display: none;
}

.txt-products {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.products-img-col {
  width: 23%;
  max-width: 300px;
  margin-right: 2%;
}

.products-info-align-b {
  display: flex;
}

.products-info-content-col {
  flex: 1;
}

.products-table.product-list {
  font-size: 1.25vw;
  line-height: 120%;
}

.table-title-row {
  border-bottom: 1px solid var(--bbb);
  color: var(--black);
  padding: 8px 10px 14px;
  font-weight: 700;
}

.table-title-row.product-list {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.table-row {
  border-bottom: 1px solid var(--bbb);
  color: var(--54565a);
  width: 100%;
  padding: 11px 10px 9px;
  display: block;
}

.table-row:hover {
  background-color: var(--yellow);
}

.table-row.product-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-title-col {
  float: left;
}

.table-title-col._8 {
  width: 8%;
}

.table-title-col._12 {
  width: 12%;
}

.table-title-col._22 {
  width: 22%;
}

.table-title-col._28 {
  width: 28%;
}

.table-title-col._18 {
  width: 18%;
}

.table-title-col.product-list {
  float: none;
}

.table-title-col.product-list.col-item {
  width: 18%;
}

.table-title-col.product-list.col-control {
  width: 13%;
}

.table-title-col.product-list.col-power {
  width: 7%;
}

.table-title-col.product-list.col-cct, .table-title-col.product-list.col-angle, .table-title-col.product-list.col-color {
  width: 8%;
}

.table-title-col.product-list.col-price {
  text-align: center;
  flex: none;
  width: 27%;
}

.table-title-col.product-list.col-download {
  text-align: right;
  width: 11%;
}

.table-col {
  float: left;
}

.table-col._8 {
  width: 8%;
}

.table-col._12 {
  width: 12%;
}

.table-col._22 {
  width: 22%;
}

.table-col._28 {
  width: 28%;
}

.table-col._18 {
  width: 18%;
}

.table-col.product-list {
  float: none;
}

.table-col.product-list.col-item {
  width: 18%;
}

.table-col.product-list.col-control {
  width: 13%;
}

.table-col.product-list.col-power {
  width: 7%;
}

.table-col.product-list.col-cct, .table-col.product-list.col-angle, .table-col.product-list.col-color {
  width: 8%;
}

.table-col.product-list.col-price {
  flex: none;
  width: 27%;
}

.table-col.product-list.col-download {
  text-align: right;
  width: 11%;
}

.btn-dl {
  margin-right: 7px;
}

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

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

.products-details-col-l {
  width: 35%;
  min-width: 340px;
  padding-right: 60px;
}

.products-details-col-r {
  width: 65%;
}

.products-details-b {
  border-top: 1px solid var(--bbb);
  padding-top: 20px;
  padding-bottom: 40px;
}

.products-info-table {
  margin-top: 50px;
  margin-bottom: 20px;
}

.products-info-link {
  border-bottom: 1px solid var(--bbb);
  color: var(--black);
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.products-info-link:hover {
  background-color: var(--yellow);
}

.products-info-r {
  text-align: right;
  flex: none;
  order: 1;
  padding: 10px 10px 10px 5px;
  display: flex;
}

.products-info-l {
  color: var(--black);
  padding: 11px 5px 9px 10px;
  font-weight: 700;
}

.products-col-l {
  float: left;
  width: 60%;
  padding: 10px 5px 10px 10px;
}

.products-col-r {
  float: left;
  text-align: right;
  width: 40%;
  padding: 10px 10px 10px 5px;
}

.products-details-align-b {
  margin-bottom: -20px;
  display: flex;
}

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

.products-data-b {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.icon-data {
  width: 20%;
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.cookies-link {
  color: var(--white);
}

.cookies-link:hover {
  color: var(--yellow);
}

.products-arrow-r {
  opacity: 0;
  background-image: url('../images/arrow-next.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 50%;
  transition: opacity .4s;
  inset: 0% 0% 0% auto;
}

.products-arrow-r:hover {
  opacity: .25;
}

.products-arrow-l {
  opacity: 0;
  background-image: url('../images/arrow-previous.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 50%;
  transition: opacity .4s;
  inset: 0% auto 0% 0%;
}

.products-arrow-l:hover {
  opacity: .25;
}

.no-margin {
  margin-bottom: 0;
}

.list-item-bullet {
  background-image: url('../images/bullet-black.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  padding-left: 15px;
}

.list-item-50 {
  float: left;
  background-image: url('../images/bullet-black.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  padding-left: 15px;
}

.detail-col {
  width: 25%;
  margin-top: 20px;
  padding-right: 10px;
}

.products-detail-b {
  flex-wrap: wrap;
  display: flex;
}

.products-detail-row {
  margin-top: 40px;
}

.detail-img-b {
  text-align: center;
  margin-top: 20px;
}

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

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

.btn-search {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}

.nav-search-b {
  margin-left: 15px;
}

.search-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
  padding: 9px 0;
  font-size: 16px;
}

.search-field:focus {
  border-bottom-color: var(--yellow);
}

.search-form {
  margin-bottom: 0;
  position: relative;
}

.search-b {
  z-index: 100;
  border-bottom: 3px solid var(--yellow);
  background-color: var(--white);
  height: 0;
  padding-top: 20px;
  padding-bottom: 35px;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.search-field-b {
  padding-right: 50px;
  position: relative;
}

.btn-submit {
  color: var(--54565a);
  background-image: url('../images/arrow-grey.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  margin-right: 50px;
  padding-right: 25px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.btn-submit:hover {
  color: var(--black);
  background-image: url('../images/arrow-black.svg');
}

.search-b-mobile {
  display: none;
}

.btn-search-mobile {
  width: 24px;
  height: 24px;
}

.btn-search-close {
  z-index: 10;
  opacity: .5;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-search-close:hover {
  opacity: 1;
}

.search-keywords-b {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: none;
}

.search-link {
  color: var(--54565a);
  margin-top: 5px;
  margin-bottom: 5px;
}

.search-link:hover {
  color: var(--black);
}

.search-popular-b {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.search-align-b {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-btn-mobile {
  display: none;
}

.results-b {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.results-b.mobile {
  display: none;
}

.search-heading-b {
  position: relative;
}

.lang-b {
  border-left: 1px solid var(--black);
  margin-left: 15px;
  padding-left: 3px;
}

.lang-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: color .5s;
  display: flex;
}

.lang-dropdown-toggle:hover {
  color: var(--black);
}

.lang-dropdown-list {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 10px #00000040;
}

.lang-dropdown-list.w--open {
  opacity: 0;
}

.lang-dropdown-toggle-wrap {
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.lang-flag-b {
  width: 25px;
  margin-right: 5px;
}

.lang-arrow {
  width: 8px;
}

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

.lang-dropdown-link {
  color: var(--black);
  transition: background-color .5s;
  display: block;
}

.lang-dropdown-link:hover {
  background-color: var(--efeeef);
}

.banner-catalogue {
  background-image: url('../images/download-catalogue-banner2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 23.5%;
}

.catalogue-col-r {
  float: left;
  width: 60%;
  padding-left: 60px;
}

.catalogue-col-l {
  float: left;
  border-top: 1px solid var(--bbb);
  width: 40%;
  padding-top: 20px;
}

.catalogue-check-email-b {
  border-top: 2px solid var(--yellow);
  text-align: center;
  padding-top: 30px;
}

.catalogue-img-b {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.relative {
  position: relative;
}

.catalogue-img-bg {
  background-color: var(--yellow);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.catalog-form {
  margin-top: 40px;
  margin-bottom: 20px;
}

.home-banner-intro-txt {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.header-social-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-social-link-b {
  margin-left: 10px;
}

.header-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
}

.header-social-link.in {
  background-image: url('../images/icon-social-in.svg');
}

.header-social-link.fb {
  background-image: url('../images/icon-social-fb.svg');
}

.header-social-link.ig {
  background-image: url('../images/icon-social-ig.svg');
}

.header-social-link.wc {
  background-image: url('../images/icon-social-wc.svg');
  background-size: 38px;
  width: 38px;
}

.header-social-link.yt {
  background-image: url('../images/icon-social-yt.svg');
  background-size: 34px;
}

.header-social-link.youtube {
  background-image: url('../images/icon-social-youtube.svg');
  width: 22px;
  height: 22px;
}

.grey-bg-copy {
  background-color: var(--yellow);
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-account-b {
  margin-left: 15px;
}

.btn-account {
  width: 20px;
  transition: transform .5s;
  display: block;
  position: relative;
}

.btn-account:hover {
  transform: scale(.9);
}

.popup-login {
  z-index: 3000;
  opacity: 0;
  background-color: #000000b3;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.popup-login.edit {
  opacity: 1;
  display: flex;
}

.login-box {
  background-color: var(--white);
  width: 100%;
  max-width: 600px;
  margin: 40px;
  padding: 40px;
  position: relative;
}

.login-pop-heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.login-form {
  position: relative;
}

.login-form-row {
  margin-bottom: 20px;
}

.login-box-deco {
  background-color: var(--yellow);
  width: 60%;
  height: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.login-box-deco.v-bottom {
  background-color: var(--efeeef);
  width: 100%;
  height: 5px;
  inset: auto 0% 0% auto;
}

.popup-link-close-bg {
  cursor: pointer;
  position: fixed;
  inset: 0%;
}

.popup-btn-close {
  background-color: var(--yellow);
  background-image: url('../images/icon-close_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-right: 15px;
  transition: background-color .8s;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-btn-close:hover {
  background-color: var(--bbb);
}

.product-list-price-gp {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.product-list-price-col {
  border-right: 1px solid var(--bbb);
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 33.3%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.project-detail-price-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.project-detail-price-fieldname {
  background-image: url('../images/bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px;
  flex: none;
  width: 180px;
  padding-left: 16px;
  font-weight: 700;
}

.project-detail-price-data {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.btn-go-to-quotation {
  background-color: var(--yellow);
  color: var(--black);
  background-image: url('../images/icon-quotation.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px 10px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0, 100%);
}

.btn-go-to-quotation:hover {
  background-color: var(--light-yellow);
}

.btn-go-to-quotation-arrow {
  background-image: url('../images/arrow-black.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.product-table-title-main {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-table-title-main.v-title {
  justify-content: flex-start;
  align-items: flex-end;
}

.product-table-title-checkbox {
  flex: none;
  margin-left: 5px;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox-box {
  border: 1px solid var(--54565a);
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: relative;
}

.checkbox-box.v-table-price {
  width: 15px;
  height: 15px;
}

.checkbox-tick {
  opacity: 0;
  background-image: url('../images/icon-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: relative;
}

.add-to-quotation-b {
  z-index: 10;
  pointer-events: none;
  text-align: right;
  margin-top: 30px;
  position: sticky;
  bottom: 20px;
}

.btn-add-to-quotation {
  background-color: var(--yellow);
  pointer-events: auto;
  color: var(--black);
  background-image: url('../images/icon-add.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 10px 30px 10px 50px;
  font-weight: 700;
  transition: background-color .5s;
  box-shadow: 0 2px 10px #0003;
}

.btn-add-to-quotation:hover {
  background-color: var(--light-yellow);
}

.noted-added-to-quotation {
  background-color: var(--green);
  opacity: 0;
  pointer-events: none;
  color: var(--white);
  border-radius: 20px;
  margin-top: -10px;
  padding: 6px 14px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -100%);
  box-shadow: 0 2px 10px #0003;
}

.noted-added-to-quotation.v-left {
  inset: 0% auto auto 0%;
}

.price-list-price-txt {
  text-align: center;
  flex: 0 auto;
}

.product-detail-price-add-b {
  flex: none;
  margin-left: 20px;
}

.quotation-table {
  font-size: 1.25vw;
  line-height: 120%;
}

.quotation-table-top {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
}

.quotation-table-wrap {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.quotation-table-row {
  border-bottom: 1px solid var(--bbb);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.quotation-table-col {
  padding-left: 1%;
  padding-right: 1%;
}

.quotation-table-col.col-code {
  width: 25%;
}

.quotation-table-col.col-des {
  flex: 1;
}

.quotation-table-col.col-photo {
  width: 16%;
}

.quotation-table-col.col-price {
  width: 25%;
}

.quotation-row-delete-b {
  flex: none;
  width: 20px;
  margin-left: 10px;
}

.btn-quotation-row-delete {
  background-image: url('../images/icon-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: opacity .5s;
  display: block;
}

.btn-quotation-row-delete:hover {
  opacity: .5;
}

.quotation-table-img-b {
  max-width: 80px;
}

.project-detail-price-row-title {
  background-image: url('../images/bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 16px;
}

.home-product-video-b {
  aspect-ratio: 9 / 16;
  height: 100%;
  display: flex;
}

.product-video {
  width: 100%;
  height: 100%;
}

.home-featured-slider-b {
  margin-top: -70px;
}

.slider-arrows-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-from-left"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-from-left-2"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="fade-from-right"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="polygon-1"], html.w-mod-js [data-ix="polygon-2"], html.w-mod-js [data-ix="polygon-3"] {
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

html.w-mod-js [data-ix="nav-dropdown-toggle-height"] {
  height: 0;
}

html.w-mod-js [data-ix="home-banner-letter"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="home-banner-txt"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="arrow-yellow"] {
  opacity: 0;
  transform: translate(-15px);
}

html.w-mod-js [data-ix="width-0px"] {
  width: 0;
}

html.w-mod-js [data-ix="height-0px"] {
  height: 0;
}

@media screen and (min-width: 1280px) {
  .container.menu {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu {
    margin-left: -15px;
  }

  .nav-link {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }

  .nav-dropdown-toggle {
    font-size: 16px;
  }

  .about-banner {
    width: 58%;
  }

  .about-mission-b {
    width: 40%;
    padding-right: 80px;
  }

  .team-txt-b._04 {
    width: 270px;
  }

  .solutions-polygon-b {
    padding-bottom: 270px;
    position: relative;
  }

  .polygon-b {
    color: var(--black);
    text-align: center;
    background-image: url('../images/polygon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 174px;
    display: flex;
  }

  .projects-listing-txt-b {
    height: 190px;
    padding: 20px 30px;
  }

  .products-img-col {
    margin-right: 40px;
  }

  .products-table.product-list {
    font-size: 16px;
    line-height: 22px;
  }

  .lang-b {
    padding-left: 5px;
  }

  .quotation-table {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .vision-yellow-b.about {
    height: 480px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-banner {
    width: 62%;
  }

  .about-mission-b {
    width: 35%;
  }

  .yellow-bg.about {
    height: 480px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .container.home-banner {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.team {
    padding-right: 0;
  }

  .container.customized-solutions {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .container.tracklights {
    padding-left: 0;
    padding-right: 0;
  }

  .container.about {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.v-product-table {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-content.cert {
    padding-top: 0;
  }

  .section-content.customized-solutions {
    height: auto;
  }

  .section-content.products-filter {
    padding-top: 0;
  }

  .nav-menu {
    background-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 84px;
    padding-bottom: 40px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .menu-btn {
    order: 1;
    padding: 23px 0;
  }

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

  .nav-link {
    border-top-style: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 5%;
    font-size: 16px;
  }

  .nav-link:hover {
    background-color: var(--yellow);
  }

  .header-b {
    z-index: 1000;
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .nav-fropdown {
    display: block;
    position: relative;
  }

  .nav-dropdown-toggle {
    border-top-style: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 5%;
    font-size: 16px;
    position: relative;
  }

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

  .nav-dropdown-list {
    background-color: var(--efeeef);
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .home-solution-col-l {
    width: 57.5%;
  }

  .home-solution-col-r {
    width: 40%;
    margin-left: 2.5%;
    padding-left: 0;
  }

  .yellow-b._160 {
    width: 120px;
    height: 120px;
  }

  .footer-top-col {
    flex: none;
    order: 1;
    width: 160px;
  }

  .footer-title-b {
    background-size: 13px;
    padding-left: 20px;
  }

  .footer-bottom-col-l {
    float: none;
  }

  .footer-bottom-col-r {
    float: none;
    margin-bottom: 15px;
  }

  .footer-link {
    background-position: 3px 11px;
    padding-left: 20px;
  }

  .footer-social-link {
    width: 38px;
  }

  .footer-social-b {
    flex-wrap: wrap;
    padding-left: 8px;
    display: flex;
  }

  .footer-social-link-b {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .vision-yellow-b {
    width: 400px;
    height: 320px;
    margin-left: 0;
    padding: 40px;
  }

  .vision-yellow-b.about {
    height: 355px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-dropdown-link {
    width: 100%;
    margin-top: 0;
    padding: 15px 5%;
    display: block;
  }

  .nav-dropdown-link:hover {
    background-color: var(--bbb);
  }

  .nav-dropdown-link.title {
    color: var(--54565a);
    font-weight: 400;
  }

  .nav-dropdown-link.title:hover {
    background-color: var(--yellow);
    color: var(--black);
  }

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

  .nav-dropdown-col.line {
    border-right-style: none;
  }

  .nav-dropdown-align-b {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-solutions-col {
    float: none;
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .vision-txt {
    font-size: 36px;
    line-height: 50px;
  }

  .letter-b {
    padding-left: 10%;
  }

  .letter {
    width: 30px;
    height: 50px;
  }

  .grey-bg {
    height: 80px;
    margin-bottom: 320px;
  }

  .home-slide-nav {
    margin-bottom: 20px;
    margin-right: 5%;
  }

  .home-featured-slide {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-featured-border {
    border-top-width: 20px;
    border-right-width: 20px;
  }

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

  .mask {
    margin-left: -10px;
    margin-right: -20px;
  }

  .breadcrumb-row.contact-us {
    margin-right: 5%;
  }

  .vision-title {
    margin-left: 5%;
  }

  .about-mission-b {
    margin-bottom: 40px;
    margin-left: 5%;
  }

  .line-yellow-top-b {
    margin-left: 5%;
  }

  .line-black-l-b {
    width: 5%;
  }

  .line-black-r-b {
    margin-left: 5%;
  }

  .team-white-b {
    margin-left: -10px;
    left: 5%;
  }

  .line-yellow-bottom-b {
    margin-left: 5%;
  }

  .team-txt-b {
    width: 200px;
  }

  .team-txt-b._01 {
    margin-top: -60px;
  }

  .team-txt-b._03 {
    margin-top: 75px;
    margin-left: -35%;
  }

  .team-txt-b._02 {
    margin-top: -60px;
  }

  .team-txt-b._04 {
    margin-top: 75px;
  }

  .txt-big {
    font-size: 30px;
    line-height: 40px;
  }

  .about-team-col-l {
    margin-bottom: 440px;
    padding-top: 40px;
    padding-right: 5%;
  }

  .about-team-col-yellow {
    padding-right: 5%;
  }

  .about-cert-col-l {
    width: 100%;
    padding-right: 0;
  }

  .about-cert-col-r {
    width: 100%;
    margin-bottom: 80px;
    padding-top: 65%;
    position: static;
  }

  .about-logo-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-logo-align-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .yellow-bg {
    z-index: 500;
    width: 400px;
    height: 290px;
  }

  .yellow-bg.about {
    z-index: 0;
    width: 100%;
    height: 355px;
  }

  .about-team-yellow-bg {
    margin-right: 5%;
  }

  .img-about-team {
    margin-right: 0;
  }

  .solutions-polygon-txt-b {
    width: 50%;
  }

  .customized-solutionsi-yellow-bg {
    display: none;
  }

  .customized-solutions-b {
    background-color: #ffcb06e6;
    width: 65%;
    height: auto;
    margin-top: 160px;
    padding: 80px 5%;
  }

  .lighting-concept-no {
    margin-right: 20px;
  }

  .lighting-concept-expand-b, .lighting-concept-bg {
    margin-left: 60px;
  }

  .contact-us-b {
    padding-left: 5%;
  }

  .contact-us-col-l {
    width: 40%;
  }

  .contact-us-col-r {
    width: 60%;
    padding-left: 5%;
  }

  .form-col {
    margin-bottom: 20px;
  }

  .form-col._50 {
    width: 100%;
  }

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

  .projects-align-b {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .projects-type-b {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-type-txt-b {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .projects-listing-b {
    width: 33.33%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .projects-details-col-l {
    width: 40%;
    padding-right: 5%;
  }

  .projects-details-col-r {
    width: 60%;
  }

  .social-link-b {
    margin-right: 15px;
  }

  .projects-recommend-col-l {
    margin-left: 5%;
  }

  .projects-recommend-col-r {
    margin-right: 5%;
  }

  .projects-recommend-title {
    margin-bottom: 5px;
  }

  .projects-arrow-l {
    opacity: .25;
    background-position: 0%;
    width: 30px;
    height: 40px;
    margin-bottom: -53px;
    inset: auto auto 0% 0%;
  }

  .projects-arrow-r {
    opacity: .25;
    background-position: 100%;
    width: 30px;
    height: 40px;
    margin-bottom: -53px;
    inset: auto 0% 0% auto;
  }

  .cookies-btn-b {
    width: 140px;
  }

  .products-type-col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-align-b {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .products-filter-b {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .products-tracklights-align-b {
    display: block;
  }

  .products-tracklights-col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-micro-align-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .products-micro-col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .filter-title-b {
    background-color: var(--bbb);
    padding: 14px 5%;
  }

  .filter {
    z-index: 500;
    position: relative;
  }

  .filter-btn {
    background-image: url('../images/arrow-next.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .filter-menu {
    z-index: 500;
    background-color: var(--efeeef);
    padding-top: 85px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    inset: 0% 0% 0% 100%;
    overflow: auto;
  }

  .filter-b, .products-tracklights-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-close {
    margin-top: 95px;
    margin-right: 5%;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .products-img-col {
    width: 20%;
  }

  .products-info-content-col {
    flex: none;
    width: 80%;
    overflow: auto;
  }

  .products-table {
    min-width: 550px;
  }

  .products-table.product-list {
    font-size: 1.5vw;
  }

  .products-details-col-l {
    width: 40%;
    padding-right: 5%;
  }

  .products-details-col-r {
    flex: 1;
    width: auto;
  }

  .products-details-align-b {
    margin-bottom: -40px;
  }

  .products-arrow-r {
    opacity: .25;
    background-position: 100%;
    width: 30px;
    height: 40px;
    margin-bottom: -43px;
    inset: auto 0% 0% auto;
  }

  .products-arrow-l {
    opacity: .25;
    background-position: 0%;
    width: 30px;
    height: 40px;
    margin-bottom: -43px;
    inset: auto auto 0% 0%;
  }

  .tablet-hide {
    display: none;
  }

  .detail-col {
    width: 33.33%;
  }

  .btn-search.mobile {
    display: block;
  }

  .nav-search-b {
    display: none;
  }

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

  .search-b {
    z-index: 0;
    border-bottom-style: none;
    height: auto;
    padding-top: 84px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .search-field-b {
    padding-right: 0;
  }

  .btn-submit {
    display: none;
  }

  .search-b-mobile {
    display: block;
  }

  .btn-search-mobile {
    margin-right: 20px;
  }

  .btn-search-mobile.mobile {
    display: block;
  }

  .btn-search-close {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .search-link {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .header-btn-mobile {
    align-items: center;
    display: flex;
  }

  .results-b {
    display: none;
    position: static;
    transform: none;
  }

  .results-b.mobile {
    margin-top: -50px;
    margin-bottom: 30px;
    display: block;
    position: static;
  }

  .lang-b {
    padding-left: 5px;
    display: none;
  }

  .lang-b.v-mobile {
    margin-left: 0;
    margin-right: 20px;
    display: block;
  }

  .catalogue-col-r {
    width: 60%;
    padding-left: 5%;
  }

  .catalogue-col-l {
    width: 40%;
  }

  .home-banner-intro-txt {
    font-size: 20px;
  }

  .header-social-b {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .header-social-link-b {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 15px;
  }

  .header-social-link {
    width: 22px;
    height: 22px;
  }

  .header-social-link.youtube {
    width: 25px;
    height: 25px;
  }

  .nav-account-b {
    display: none;
  }

  .nav-account-b.v-mobile {
    margin-left: 0;
    margin-right: 20px;
    display: block;
  }

  .btn-account.popup-link {
    width: 25px;
  }

  .login-box {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .project-detail-price-row {
    flex-flow: wrap;
  }

  .quotation-table {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: .5px;
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    letter-spacing: .5px;
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  h4 {
    margin-bottom: 0;
  }

  .container.home-banner {
    position: relative;
    inset: auto 0% 0%;
  }

  .container.mobile-full {
    padding-left: 0;
    padding-right: 0;
  }

  .container.team {
    padding-right: 5%;
  }

  .container.customized-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .container.contact-us {
    margin-top: -50px;
  }

  .container.about {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-content.home-solution {
    padding-top: 0;
  }

  .section-content.top-padding-40 {
    padding-top: 20px;
  }

  .section-content.about-team {
    padding-bottom: 40px;
  }

  .section-content.team {
    padding-bottom: 0;
  }

  .section-content.polygon {
    padding-top: 0;
  }

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

  .section-content.products-detail {
    padding-top: 20px;
  }

  .logo {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-left: 0;
  }

  .nav-menu {
    padding-top: 64px;
    padding-bottom: 20px;
  }

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

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .img-logo {
    height: 38px;
  }

  .nav-dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown-list {
    max-height: 353px;
  }

  .all {
    padding-top: 64px;
  }

  .home-solution-col-l {
    width: 100%;
  }

  .home-solution-col-r {
    width: 100%;
    margin-top: -40px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .yellow-b._160 {
    width: 80px;
    height: 80px;
  }

  .headlng {
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .btn {
    width: 100%;
    height: 50px;
  }

  .top-margin-40 {
    margin-top: 20px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-top-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-title-b {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-line {
    margin-left: 7px;
    margin-right: 7px;
  }

  .footer-link {
    margin-top: 3px;
    font-size: 15px;
    line-height: 27px;
  }

  .footer-top-row {
    margin-bottom: 40px;
    display: block;
  }

  .footer-social-link.in, .footer-social-link.fb, .footer-social-link.ig, .footer-social-link.yt {
    width: 34px;
  }

  .footer-social-b {
    margin-top: 10px;
  }

  .home-slider {
    float: none;
  }

  .vision-yellow-b {
    width: 100%;
    height: auto;
    padding: 30px 5vw 60px;
  }

  .vision-yellow-b.about {
    background-color: var(--yellow);
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5%;
  }

  .img-home-slide {
    width: 95%;
    max-width: none;
  }

  .nav-dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .vision-txt {
    letter-spacing: .5px;
    font-size: 30px;
    line-height: 40px;
  }

  .letter-b {
    padding-left: 5%;
  }

  .letter-b.o {
    margin-right: 2px;
  }

  .letter {
    width: 25px;
    height: 40px;
  }

  .grey-bg {
    width: 100%;
    height: 100%;
    margin-top: 30%;
    margin-bottom: 0;
    inset: 0% auto auto 0%;
  }

  .home-slide-nav {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5%;
    inset: auto auto 0% 0%;
  }

  .home-featured-slider {
    margin-top: -50px;
    padding-top: 50px;
  }

  .home-featured-slide {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-featured-link {
    font-size: 16px;
    line-height: 20px;
  }

  .home-featured-border {
    border-top-width: 10px;
    border-right-width: 10px;
  }

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

  .arrow-yellow {
    margin-top: 3px;
  }

  .mask {
    margin-left: -5px;
    margin-right: -10px;
  }

  .breadcrumb-row {
    font-size: 15px;
    line-height: 19px;
  }

  .breadcrumb-row.contact-us {
    margin-top: 10px;
    margin-bottom: 0;
    position: static;
  }

  .heading-yellow-b {
    width: 45px;
    height: 40px;
  }

  .heading-b {
    align-items: flex-start;
    margin-top: 20px;
  }

  .about-banner {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 88%;
    position: static;
  }

  .vision-title {
    margin-left: 5%;
  }

  .about-mission-b {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .yellow-line {
    width: 70px;
  }

  .team-yellow-bar {
    margin-top: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .team-graphic-b {
    padding-top: 10px;
    padding-left: 5%;
    display: block;
  }

  .line-yellow-top-b {
    margin-top: 150px;
    margin-bottom: 40px;
  }

  .line-black-l-b, .line-black-r-b {
    margin-bottom: 40px;
  }

  .team-white-b {
    margin-bottom: 30px;
  }

  .line-yellow-bottom-b {
    height: 20px;
    margin-bottom: 10px;
  }

  .team-txt-b {
    text-align: left;
    width: auto;
    position: static;
    transform: none;
  }

  .team-txt-b._01 {
    margin-top: 10px;
    margin-left: 0%;
  }

  .team-txt-b._03, .team-txt-b._02 {
    margin-top: 10px;
    margin-left: 0;
  }

  .team-txt-b._04 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .img-about-team-graphic {
    width: 100%;
  }

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

  .about-team-col-l {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .about-team-col-r {
    width: 100%;
    margin-top: 20px;
  }

  .about-team-col-yellow {
    width: 100%;
    height: auto;
    padding-right: 0;
    display: block;
  }

  .top-margin-10 {
    margin-top: 5px;
  }

  .black-line {
    width: 70px;
  }

  .about-cert-col-r {
    width: 100%;
    margin-bottom: 40px;
  }

  .why-lavov-txt-b {
    padding-left: 20px;
  }

  .why-lavov-yellow-bar {
    width: 20px;
  }

  .yellow-bg {
    width: 100%;
    height: 250px;
  }

  .yellow-bg.about {
    display: none;
  }

  .about-team-yellow-b {
    background-color: var(--yellow);
    height: auto;
    margin-top: -120px;
    padding-top: 160px;
    padding-bottom: 40px;
    position: static;
  }

  .about-team-b {
    display: block;
  }

  .about-team-yellow-bg {
    display: none;
  }

  .img-about-team {
    width: 100%;
    padding-top: 130%;
    position: static;
  }

  .solutions-polygon-txt-b {
    width: 100%;
  }

  .solutions-polygon-b {
    padding-bottom: 350px;
  }

  .polygon-b {
    width: 140px;
    height: 122px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .polygon-b._05 {
    margin-bottom: 63px;
  }

  .polygon-b._04 {
    margin-right: 112px;
  }

  .polygon-b._03 {
    margin-bottom: 128px;
    margin-right: 112px;
  }

  .polygon-b._02 {
    margin-bottom: 63px;
    margin-right: 224px;
  }

  .polygon-b._01 {
    margin-bottom: 191px;
    margin-right: 224px;
  }

  .icon-customized-solutions {
    width: 44px;
    margin-bottom: -2px;
  }

  .customized-solutionsi-yellow-bg {
    width: 80%;
  }

  .list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .customized-solutions-b {
    width: 80%;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lighting-concept-link {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .lighting-concept-no {
    border-top-width: 10px;
    width: 30px;
    height: 48px;
    margin-right: 15px;
  }

  .lighting-concept-expand-b {
    margin-left: 45px;
  }

  .lighting-concept-question {
    padding-top: 18px;
    padding-right: 50px;
  }

  .btn-lighting-concept {
    margin-top: 18px;
    margin-right: 15px;
  }

  .lighting-concept-col-l {
    width: 100%;
    padding-right: 0;
  }

  .lighting-concept-col-r {
    width: 100%;
  }

  .margin-40, .lighting-concept-img-b {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lighting-concept-bg {
    margin-left: 45px;
  }

  .banner-contact-us {
    padding-top: 50%;
  }

  .contact-us-yellow-b {
    width: 100px;
    height: 90px;
    margin-bottom: -22px;
  }

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

  .contact-us-col-r {
    width: 100%;
    padding-left: 0;
  }

  .form-b {
    margin-top: 35px;
  }

  .contact-link {
    margin-bottom: 5px;
  }

  .txt-field {
    height: 50px;
    padding: 13px 20px;
  }

  .txt-field.v-login {
    background-position: 10px;
    background-size: 20px;
    padding-left: 40px;
  }

  .form-col {
    margin-bottom: 15px;
  }

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

  .txt-area {
    min-height: 200px;
    padding: 13px 20px;
  }

  .contact-toggle {
    height: 50px;
    padding: 13px 20px;
  }

  .arrow-dropdown {
    width: 50px;
    height: 50px;
  }

  .contact-dropdown-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .contact-thank-b {
    margin-top: 20px;
    padding: 20px;
  }

  .projects-align-b {
    margin-bottom: -20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .projects-type-b {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-type-txt-b {
    background-image: linear-gradient(#000000b3 5%, #0000004d 30%, #0000 80%);
    height: 50%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-border {
    padding-top: 20px;
  }

  .projects-listing-b {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .projects-listing-txt-b {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .projects-details-col-l {
    width: 100%;
    min-width: 0;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .projects-details-col-r {
    width: 100%;
    padding-top: 15px;
  }

  .table-title {
    padding-bottom: 5px;
    padding-left: 10px;
  }

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

  .projects-recommend-col.left {
    border-right-style: none;
  }

  .projects-recommend-col.right {
    border-left-style: none;
  }

  .projects-recommend-link {
    padding-top: 50%;
  }

  .projects-details-b {
    display: block;
  }

  .cookies {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cookies-txt-b {
    font-size: 15px;
    line-height: 19px;
  }

  .cookies-align-b {
    display: block;
  }

  .cookies-btn-b {
    width: 100%;
    margin-top: 5px;
  }

  .btn-cookies {
    position: static;
    transform: none;
  }

  .products-type-col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .products-type-link {
    font-size: 16px;
    line-height: 20px;
  }

  .products-align-b {
    margin-left: -5px;
    margin-right: -5px;
  }

  .products-tracklights-col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .products-micro-align-b {
    margin-left: -5px;
    margin-right: -5px;
  }

  .products-micro-col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter-menu {
    padding-top: 64px;
  }

  .btn-close {
    margin-top: 80px;
  }

  .products-img-col {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .products-info-align-b {
    display: block;
  }

  .products-info-content-col {
    width: 100%;
  }

  .products-table.product-list {
    min-width: 800px;
    font-size: 16px;
  }

  .table-title-row {
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .top-margin-80 {
    margin-top: 40px;
  }

  .products-details-col-l {
    width: 100%;
    min-width: 0;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .products-details-col-r {
    width: 100%;
  }

  .products-details-b {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .products-details-align-b {
    margin-bottom: -20px;
    display: block;
  }

  .list-item-bullet, .list-item-50 {
    width: 100%;
  }

  .detail-col {
    width: 50%;
    margin-top: 10px;
    padding-right: 0;
  }

  .products-detail-row {
    margin-top: 20px;
  }

  .search-b {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .btn-submit {
    position: static;
    transform: none;
  }

  .results-b {
    margin-bottom: -50px;
  }

  .results-b.mobile {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .lang-dropdown-toggle-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .banner-catalogue {
    padding-top: 50%;
  }

  .catalogue-col-r {
    width: 100%;
    padding-left: 0;
  }

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

  .catalog-form, .header-social-b {
    margin-top: 10px;
  }

  .header-social-link.yt {
    width: 34px;
  }

  .login-box {
    padding: 30px;
  }

  .login-pop-heading {
    margin-bottom: 20px;
  }

  .quotation-table {
    min-width: 700px;
    font-size: 16px;
  }

  .quotation-table-scroll {
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .footer-social-b {
    padding-left: 0;
  }

  .footer-social-link-b {
    margin-left: 20px;
    margin-right: 0;
  }

  .home-featured-slider {
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .arrow-r {
    background-size: auto 16px;
    margin-right: -45px;
    inset: auto 50% 0% auto;
  }

  .arrow-l {
    background-size: auto 16px;
    margin-left: -45px;
    margin-right: 0;
    inset: auto auto 0% 50%;
  }

  .about-logo-b {
    width: 50%;
    margin-bottom: 10px;
  }

  .about-logo-align-b {
    margin-bottom: -10px;
  }

  .solutions-polygon-b {
    padding-bottom: 300px;
  }

  .polygon-b {
    width: 120px;
    height: 104px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .polygon-b._05 {
    margin-bottom: 54px;
  }

  .polygon-b._04 {
    margin-right: 96px;
  }

  .polygon-b._03 {
    margin-bottom: 164px;
    margin-right: 0;
  }

  .polygon-b._02 {
    margin-bottom: 110px;
    margin-right: 96px;
  }

  .polygon-b._01 {
    margin-bottom: 54px;
    margin-right: 192px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .customized-solutions-b {
    width: 85%;
  }

  .detail-col {
    width: 100%;
  }

  .btn-search-mobile {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .lang-b.v-mobile {
    margin-right: 15px;
    padding-left: 0;
  }

  .lang-flag-b {
    width: 20px;
  }

  .nav-account-b.v-mobile {
    margin-right: 10px;
  }

  .btn-account.popup-link {
    width: 20px;
  }

  .project-detail-price-row {
    display: block;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}