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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../fonts/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  /*padding-right: 60px;*/
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 28px;
}

.side-btn {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 60px;
  background-color: #3388a6;
  color: #fff;
  text-decoration: none;
}

.side-btn.sico {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #e1e7ee;
}

.side-btn-logo-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.side-btn-hover-content {
  position: relative;
  top: 50%;
  padding: 60px;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.side-btn-hover-logo {
  margin-bottom: 20px;
}

.btn-white {
  display: inline-block;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-white:hover {
  background-color: #3388a6;
  color: #fff;
}

.btn-white.txt-medium.sico:hover {
  background-color: #e1e7ee;
  color: #000;
}

.side-btn-hover-txt {
  margin-bottom: 40px;
}

.side-btn-hover-txt.sico {
  color: #000;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 20px;
  margin-right: 20px;
}

.section-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
}

.section-content.news {
  display: block;
  overflow: hidden;
  height: auto;
  min-height: 0px;
}

.page-left-b {
  position: fixed;
  width: 50%;
  height: 100%;
  padding-right: 30px;
}

.page-left-b.sico {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.page-right-b {
  position: relative;
  width: 50%;
  float: right;
}

.page-right-b.sico {
  padding-left: 0px;
  float: none;
}

.section-img01 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../fonts/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img01.img-contact {
  background-image: url('../images/img-contact2x.jpg');
}

.section-img01.img-history {
  background-image: url('../images/img-01.jpg');
}

.section-img01.img-sustainability {
  background-image: url('../images/img-sustainability2x.jpg');
}

.section-img01.sico {
  margin-left: 30px;
}

.section-img01.sico.img-sico-about01 {
  background-image: url('../images/sico-about-img012x.jpg');
}

.section-img01.sico.img-sico-sustain01 {
  background-image: url('../images/img-manufacturing012x.jpg');
}

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

.container.full {
  max-width: 100%;
}

.content-scroll {
  overflow: auto;
  height: auto;
  max-height: 406px;
}

.page-top-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 50%;
  margin-right: 30px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 60%, hsla(0, 0%, 100%, 0));
}

.page-top-bar.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-right: 120px;
  padding-left: 300px;
}

.page-top-bar.about {
  padding-right: 90px;
}

.page-top-bar.about.sico {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 0px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 90px;
}

.page-top-txt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40%;
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-top-txt.txt-medium.full {
  width: 100%;
}

.page-top-align {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 0px;
  background-color: #fff;
}

.txt-animate {
  width: 100%;
}

.section-img02 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img02.img-aim {
  background-image: url('../images/img-02.jpg');
}

.section-img02.img-raw-materials {
  background-image: url('../images/img-raw-materials012x.jpg');
}

.section-img02.sico {
  margin-left: 30px;
}

.section-img02.sico.img-sico-about02 {
  background-image: url('../images/sico-about-img022x.jpg');
}

.section-img02.sico.img-sico-sustain02 {
  background-image: url('../images/img-sico-sustain022x.jpg');
}

.img-mobile {
  display: none;
}

.page-mobile {
  display: none;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  padding-left: 60px;
  background-color: transparent;
}

.header.sico {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 60px;
  padding-left: 0px;
  text-align: right;
}

.header-logo-b {
  position: relative;
  z-index: 2000;
  display: block;
  margin-bottom: 40px;
}

.branding-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 200;
  width: 10px;
  margin-left: 40px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-container.sico {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  position: relative;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-link.language {
  margin-top: 4px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 26px;
}

.nav-link.language.sico {
  margin-right: 0px;
  margin-left: 20px;
}

.nav-link.txt-medium.w--current {
  opacity: 0.5;
}

.nav-link-txt-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0;
}

.nav-link-txt-black {
  color: #000;
}

.nav-link-b {
  margin-bottom: 20px;
}

.nav-link-b.nav-link-b08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-b.nav-link-b08.sico {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-btn {
  z-index: 2000;
}

.header-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 210px;
  opacity: 0;
}

.header-logo-b-mobile {
  z-index: 2000;
  display: none;
  margin-bottom: 40px;
}

.social-btn {
  position: relative;
  margin-right: 20px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-btn:hover {
  opacity: 0.5;
}

.social-btn.sico {
  margin-right: 0px;
  margin-left: 20px;
}

.social-btn-img-white {
  position: absolute;
  display: block;
  width: 24px;
  opacity: 0;
}

.social-btn-img-black {
  display: block;
  width: 24px;
}

.txt-link {
  display: inline-block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  text-decoration: none;
}

.txt-link:hover {
  opacity: 0.5;
}

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

.page-mobile-top {
  display: none;
}

.dropdown-link-b {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop.pop-news {
  display: none;
}

.pop.pop-login {
  z-index: 2100;
  display: none;
}

.pop.pop-forgotpw {
  z-index: 2200;
  display: none;
}

.pop.pop-register {
  z-index: 2200;
  display: none;
}

.pop.pop-collection {
  display: none;
}

.pop.pop-products {
  position: relative;
  overflow: visible;
}

.pop.pop-account {
  display: none;
}

.pop.pop-collection-menu {
  display: none;
}

.collection-details-logo {
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.btn-grey {
  display: inline-block;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #e1e7ee;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-grey:hover {
  border-color: #e1e7ee;
  background-color: #fff;
}

.btn-grey.txt-medium.pdf {
  margin-top: 20px;
  padding-left: 55px;
  background-image: url('../images/btn-pdf.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.btn-grey.txt-medium.view-products {
  margin-right: 20px;
}

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

.btn-b.logout {
  padding-top: 30px;
  border-top: 1px solid #e1e7ee;
}

.site-link-b {
  display: none;
}

.contact-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.txt-bold {
  font-size: 18px;
  line-height: 28px;
}

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

.contact-email-link {
  display: inline-block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 0.5;
}

.header-logo-red {
  width: 210px;
}

.branding-line-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../fonts/graphic-white.svg');
  background-position: 0px 0px;
  background-size: 100%;
  opacity: 0;
}

.branding-line-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../fonts/graphic-black.svg');
  background-position: 0px 0px;
  background-size: 100%;
}

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

.news-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-col {
  width: 50%;
  padding-right: 6%;
  padding-left: 6%;
}

.news-col._02 {
  margin-top: 120px;
}

.news-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  cursor: none;
}

.img-scroll-mask {
  overflow: hidden;
  margin-bottom: 10px;
}

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

.footer-txt {
  font-size: 12px;
  line-height: 22px;
}

.footer-txt.sico {
  text-align: left;
}

.btn-explore {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background-color: #3388a6;
}

.btn-explore-txt {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.pop-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.pop-left.products-details {
  position: relative;
}

.pop-right {
  position: relative;
  width: 50%;
}

.pop-left-bg-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 100%;
  background-color: #e1e7ee;
}

.pop-left-bg-mask.bg-white {
  background-color: #fff;
}

.pop-right-bg-mask {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.pop-right-bg-mask.bg-grey {
  background-color: #e1e7ee;
}

.news-details-img {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 55%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-details-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #e1e7ee;
}

.pop-branding-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  width: 10px;
  margin-left: 40px;
}

.pop-branding-line-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../fonts/graphic-black.svg');
  background-position: 0px 0px;
  background-size: 100%;
}

.pop-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  margin-top: 40px;
  margin-left: 60px;
}

.pop-logo.product-details {
  position: fixed;
}

.pop-logo-red {
  width: 210px;
}

.pop-btn-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  margin-top: 40px;
  margin-right: 60px;
  padding-left: 27px;
  background-image: url('../fonts/btn-close-black.svg');
  background-position: 0% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.pop-section-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-section-content.products-details {
  height: auto;
  padding-top: 60px;
}

.pop-section-content.news-details {
  height: 100vh;
  min-height: 700px;
}

.pop-mask-mobile {
  display: none;
}

.branding-line-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 10px;
  margin-left: 40px;
}

.pop-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-align.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pop-align.collection-menu {
  height: 100%;
}

.cursor-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 50%;
  padding-top: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.subtitle {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}
.logo-1z{
  width: 25%;
  float: left;
}
.logo-1z .logo-n{
  width: 100% !important;
  margin-left: 0;
}
.logo-1z .logo-n .img {
  /* height: 405px; */
}
.logo-rowx {
  width: 70%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-rowp{
  width: 30%;
  float: left;
}
.logo-rowl {
  width: 70%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.logo-rowp .logo-l{
  width: 95% !important;
  margin-left: 0;
}
.logo-l {
  width:35%;
  margin-top: 10px;
    margin-left: 20px;
}
.logo-rowp .logo-l .img {
  /* height: 315px; */
}
.logo-n {
  width:28%;
   margin-left: 20px;
  margin-top: 10px; 
}

.logo-b {
  width:30%;
  margin-left: 20px;
  margin-top: 25px;
}

.section-img03 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../fonts/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img03.img-core-values {
  background-image: url('../images/img-03.jpg');
}

.section-img03.img-dyestuff {
  background-image: url('../images/img-manufacturing012x.jpg');

}

.section-img03.sico {
  margin-left: 30px;
}

.section-img03.sico.img-sico-about03 {
  background-image: url('../images/sico-about-img032x.jpg');
}

.section-img03.sico.img-sico-sustain03 {
  background-image: url('../images/img-sico-sustain032x.jpg');
}

.section-img04 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img04.img-innovation {
  background-image: url('../images/img-04.jpg');
}

.section-img04.img-manufacturing {
  background-image: url('../images/img-raw-materials022x.jpg');
}

.section-img04.sico {
  margin-left: 30px;
}

.section-img04.sico.img-sico-sustain04 {
  background-image: url('../images/img-sico-sustain042x.jpg');
}

.section-img05 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img05.img-innovation02 {
  background-image: url('../images/img-05.jpg');
}

.section-img05.img-manufacturing02 {
  background-image: url('../images/img-manufacturing022x.jpg');
}

.section-img06 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img06.img-innovation03 {
  background-image: url('../images/img-06.jpg');
}

.section-img06.img-wastewater {
  background-image: url('../images/img-wastewater2x.jpg');
}

.section-img07 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img07.img-quality {
  background-image: url('../images/img-quality022x.jpg');
}

.section-img07.img-innovation {
  background-image: url('../images/img-innovation2x.jpg');
}

.section-img08 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img08.img-quality02 {
  background-image: url('../images/img-quality032x.jpg');
}

.section-img08.img-operation {
  background-image: url('../images/img-operation022x.jpg');
}

.form-txt-field {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #000;
  border-radius: 0px;
  font-size: 16px;
  line-height: 26px;
}

.form-txt-field:focus {
  border-bottom-color: #ab2328;
}

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

.form-col.half {
  width: 50%;
}

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

.form-check-field {
  position: relative;
  margin-bottom: 0px;
}

.form-checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
}

.form-checkbox-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.form-checkbox-img {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-clicked {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  background-image: url('../images/checkbox-tick.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0;
}

.form-checkbox-label {
  position: relative;
  margin-left: 10px;
  font-weight: 300;
}

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

.form-b {
  margin-bottom: 0px;
}

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

.txt-link-red {
  display: inline-block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #ab2328;
  text-decoration: none;
}

.txt-link-red:hover {
  opacity: 0.5;
}

.pop-img-login {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/img-login2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #e1e7ee;
}

.pop-login-left-bg-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #e1e7ee;
}

.pop-login-right-bg-mask {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.pop-login-mask-mobile {
  display: none;
}

.pop-img-forgotpw {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/img-forgotpw2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-back {
  display: inline-block;
  padding-left: 25px;
  background-image: url('../fonts/arrow-previous.svg');
  background-position: 0% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #e1e7ee;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-back:hover {
  opacity: 0.5;
}

.pop-forgotpw-mask-mobile {
  display: none;
}

.pop-forgotpw-left-bg-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #e1e7ee;
}

.pop-forgotpw-right-bg-mask {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.forgotpw-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #e1e7ee;
}

.pop-login-txt-b {
  width: 100%;
}

.pop-forgotpw-txt-b {
  width: 100%;
}

.pop-img-register {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/img-register2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-register-mask-mobile {
  display: none;
}

.pop-register-left-bg-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #e1e7ee;
}

.register-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #e1e7ee;
}

.pop-register-right-bg-mask {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.pop-register-txt-b {
  width: 100%;
}

.form-select-field {
  display: block;
}

.form-select-btn {
  display: block;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
  background-image: url('../fonts/arrow-dropdown-black.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.form-select-list.w--open {
  overflow: hidden;
  background-color: #fff;
}

.form-select-list-b {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.form-select-list-link {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.form-select-list-link:hover {
  background-color: #e1e7ee;
}

.pop-news-txt-b {
  width: 100%;
}

.collections-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collections-col {
  width: 50%;
  padding-right: 6%;
  padding-left: 6%;
}

.collections-col._02 {
  margin-top: 120px;
}

.collections-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  cursor: none;
}

.collections-txt-group {
  color: #a7a7a7;
}

.collections-txt-group.txt-medium {
  text-transform: uppercase;
}

.collections-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.collections-dropdown.sico {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.collections-dropdown-toggle {
  padding: 0px 25px 0px 0px;
  background-image: url('../images/arrow-dropdown-black.svg');
  background-position: 100% 9px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.collections-dropdown-toggle:hover {
  opacity: 0.5;
}

.collections-dropdown-toggle.txt-medium {
  background-position: 100% 9px;
}

.collections-dropdown-list.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  margin-top: 25px;
  margin-left: -20px;
  border-radius: 10px;
  background-color: #e1e7ee;
}

.collections-dropdown-list.sico.w--open {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 0px;
  background-color: #3388a6;
}

.collections-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 14px;
  line-height: 24px;
}

.collections-dropdown-link:hover {
  opacity: 0.5;
}

.collections-dropdown-link.w--current {
  opacity: 0.5;
  color: #000;
}

.collections-dropdown-link.txt-medium.sico {
  color: #fff;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.drag-slider-slidable {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 240px;
  padding-left: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drag-slider-progress-bar {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #ab2328;
}

.nav-menu {
  position: relative;
  height: auto;
}

.drag-slider-container {
  position: relative;
  display: block;
}

.nav-menu-link-item {
  position: relative;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.nav-menu-link-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drag-slider-progress {
  position: relative;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e1e7ee;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.code {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.drag-slider-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.section-home {
  position: relative;
  height: 100vh;
}

.home-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.banner-txt-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.banner-txt01 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
}

.txt-mask {
  overflow: hidden;
}

.txt-mask.banner-txt02-b {
  margin-top: 10px;
}

.txt-mask.home-highlight-b-btn {
  margin-top: 40px;
}

.banner-txt02 {
  color: #fff;
  text-align: center;
}

.btn-discover {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-discover-txt {
  margin-bottom: 10px;
}

.btn-discover-line {
  width: 1px;
  height: 60px;
  background-color: #fff;
}

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

.home-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.footer-b {
  position: relative;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  text-align: right;
}

.home-highlight {
  height: 150vh;
}

.home-highlight-b {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/banner-highlight2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-highlight-border-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  background-color: #fff;
}

.home-highlight-border-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  background-color: #fff;
}

.home-highlight-border-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60px;
  background-color: #fff;
}

.home-highlight-border-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
  background-color: #fff;
}

.home-highlight-txt01-b {
  text-align: center;
}

.home-hightlight-txt02 {
  color: #fff;
  text-align: center;
}

.home-highlight-btn-b {
  text-align: center;
}

.pop-search {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e1e7ee;
  background-color: #fff;
}

.pop-search-top {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  width: 100%;
  padding: 40px 60px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 70%, hsla(0, 0%, 100%, 0));
}

.pop-search-content {
  padding: 40px 60px 60px;
}

.search-dropdown {
  display: block;
  margin-top: 20px;
}

.search-dropdown-toggle {
  display: block;
  padding: 0px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.search-dropdown-list.w--open {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  border-radius: 10px;
  background-color: #e1e7ee;
}

.search-dropdown-link-b {
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 14px;
  line-height: 24px;
}

.search-dropdown-link:hover {
  opacity: 0.5;
}

.search-sub-dropdown-list.w--open {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}

.search-dropdown-toggle-txt {
  padding: 8px 15% 8px 20px;
  border: 1px solid #000;
  border-radius: 100px;
  background-image: url('../images/arrow-dropdown-black.svg');
  background-position: 93% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.search-dropdown-toggle-txt-on {
  display: none;
  padding: 8px 15% 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e7ee;
  border-radius: 100px;
  background-color: #e1e7ee;
  background-image: url('../fonts/arrow-expand-black.svg');
  background-position: 93% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.search-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 5px;
}

.search-btn-mobile {
  position: relative;
  display: none;
  margin-right: 20px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.search-btn-mobile:hover {
  opacity: 0.5;
}

.collection-details-slider {
  height: 100%;
  background-color: transparent;
}

.collection-details-slider-arrow-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-top: 1px solid #e1e7ee;
  border-left: 1px solid #e1e7ee;
  background-color: #fff;
  background-image: url('../fonts/arrow-next.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.collection-details-slider-arrow-r:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.collection-details-slider-arrow-l {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  border-top: 1px solid #e1e7ee;
  border-left: 1px solid #e1e7ee;
  background-color: #fff;
  background-image: url('../images/arrow-previous.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.collection-details-slider-arrow-l:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.collection-details-slide {
  background-image: url('../fonts/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-details-slide._01 {
  background-image: url('../images/collection-aniline_free_indigo-img012x.jpg');
}

.collection-details-slide._02 {
  background-image: url('../images/collection-aniline_free_indigo-img022x.jpg');
}

.collection-details-slide._03 {
  background-image: url('../images/collection-aniline_free_indigo-img032x.jpg');
}

.pop-collection-txt-b {
  width: 100%;
}

.collection-details-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  width: 100%;
  background-color: #e1e7ee;
}

.collection-details-slider-b {
  height: 100%;
}

.pop-title {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 50%;
  padding: 40px 170px 20px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 75%, hsla(0, 0%, 100%, 0));
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pop-title.products-details {
  padding-top: 0px;
  padding-right: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #e1e7ee), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #e1e7ee 75%, hsla(0, 0%, 100%, 0));
}

.products-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
}

.products-link-b {
  position: relative;
}

.products-link-txt-b {
  width: 75%;
  padding-right: 0%;
  padding-left: 5%;
}

.products-link-img {
  width: 25%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-products {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 300px;
}

.products-link-subtitle-b {
  width: 30%;
}

.products-link-subtxt-b {
  width: 70%;
}

.products-link-sub-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-link-title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2px;
}

.products-collection-tag {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e7ee;
  border-radius: 100%;
}

.products-collection-tag-b {
  margin-top: 10px;
}

.products-link-3d {
  border-radius: 100%;
  background-color: #e1e7ee;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.products-link-3d:hover {
  opacity: 0.5;
}

.products-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e1e7ee;
}

.page-top-title-products {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-top-products-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  margin-right: 120px;
}

.products-details-col-title {
  width: 35%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.products-details-col-txt {
  width: 65%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.products-details-row {
  margin-right: -2.5%;
  margin-bottom: 5px;
  margin-left: -2.5%;
}

.products-details-txt-b {
  width: 100%;
  margin-top: 60px;
}

.products-details-col-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-details-icon-txt {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.products-details-row-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pop-btn-close02 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  margin-top: 40px;
  margin-right: 60px;
  padding-left: 27px;
  background-image: url('../images/btn-close-black.svg');
  background-position: 0% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.pop-btn-close02:hover {
  opacity: 0.5;
}

.products-details-title {
  margin-top: 40px;
  margin-bottom: 0px;
}

.products-details-link-3d {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 60px;
  margin-bottom: 18px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.products-details-link-3d:hover {
  opacity: 0.5;
}

.products-details-img-fabric {
  width: 480px;
}

.products-details-img-b01 {
  position: relative;
  z-index: 4;
  text-align: center;
}

.products-details-img-b02 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  margin-top: -231px;
  text-align: center;
}

.products-details-img-b03 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  margin-top: -231px;
  text-align: center;
}

.products-details-img-b04 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: -231px;
  text-align: center;
}

.products-details-tag-b {
  z-index: 4;
  margin-bottom: 20px;
}

.products-details-tag {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e7ee;
  border-radius: 100%;
}

.products-details-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

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

.pop-left-bg-mask-cert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #e1e7ee;
}

.cert-img {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 55%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cert-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #e1e7ee;
}

.side-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-content-row.ver-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-content-col-img {
  width: 30%;
  max-width: 200px;
}

.side-content-col-txt {
  width: 70%;
  padding-left: 5%;
}

.section-img09 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../fonts/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img09.img-people {
  background-image: url('../images/img-07.jpg');
}

.section-img09.img-operation02 {
  background-image: url('../images/img-sustain-quality2x.jpg');
}

.section-img10 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-img10.img-cert {
  background-image: url('../images/img-08.jpg');
}

.side-content-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-content-icon-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-content-logo-b {
  width: 50%;
}

.no-padding {
  padding-right: 0px;
}

.pop-account-right-bg-mask {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.pop-account-txt-b {
  width: 100%;
}

.pop-img-account {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/img-register2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-account-left-bg-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #e1e7ee;
}

.account-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #e1e7ee;
}

.pop-account-mask-mobile {
  display: none;
}

.btn-grey02 {
  display: inline-block;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e7ee;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-grey02:hover {
  opacity: 0.5;
}

.contact-btn {
  position: relative;
  margin-right: 20px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.contact-btn:hover {
  opacity: 0.5;
}

.product-details-expand {
  overflow: hidden;
}

.products-details-btn {
  margin-bottom: 20px;
}

.product-details-btn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.product-details-btn-more:hover {
  border-color: #e1e7ee;
  background-color: #fff;
}

.product-details-btn-more-txt {
  display: inline-block;
  margin-right: 10px;
}

.advancesico {
  padding-right: 0px;
  padding-left: 60px;
}

.products-btn-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.products-link-wishlist {
  margin-left: 10px;
  border-radius: 100%;
  background-color: #e1e7ee;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.products-link-wishlist:hover {
  opacity: 0.5;
}

.search-multi-b {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.search-multi-label {
  position: relative;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.search-multi-check-field {
  position: relative;
  margin-top: 5px;
}

.search-dropdown-toggle-txt-selected {
  padding: 8px 15% 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e7ee;
  border-radius: 100px;
  background-color: #e1e7ee;
  background-image: url('../images/search-btn-close.svg');
  background-position: 93% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  text-transform: none;
}

.products-details-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: #fff;
}

.products-details-slide-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-details-slide-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  margin-top: 43px;
  margin-right: 60px;
  padding: 1px 15px;
  border-radius: 100px;
  background-color: #e1e7ee;
  font-size: 14px;
  line-height: 24px;
}

.products-details-slide-nav {
  margin-bottom: 30px;
}

.pop-collection-menu-mask-mobile {
  display: none;
}

.pop-collection-menu-bg-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.collection-menu-btn-list {
  overflow: auto;
  width: 25%;
}

.collection-menu-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e7ee;
  color: #000;
  text-decoration: none;
}

.collection-menu-btn-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e1e7ee;
  opacity: 0;
}

.collection-menu-btn-bg.open {
  opacity: 1;
}

.collection-menu-btn-txt {
  position: relative;
}

.collection-menu-btn-content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 75%;
  opacity: 0;
}

.collection-menu-btn-content.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.collection-menu-btn-img {
  width: 50%;
}

.collection-menu-btn-img.couture {
  background-image: url('../images/couture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.advance-tech {
  background-image: url('../images/advance-tech.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.future-vintage {
  background-image: url('../images/future-vintage1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.greenlet {
  background-image: url('../images/greenlet1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.lifestyle {
  background-image: url('../images/lifestyle1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.perfect-fit {
  background-image: url('../images/perfect-fit1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.uwarm {
  background-image: url('../images/uwarm1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img.all-collection {
  background-image: url('../images/collection-future_denim-img012x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-menu-btn-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 0px;
  background-color: #e1e7ee;
}

.collection-menu-btn-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  padding-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.collection-menu-logo {
  display: block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.collection-menu-logo:hover {
  opacity: 0.5;
}

.collection-menu-logo-b {
  width: 50%;
  border-bottom: 1px solid #e1e7ee;
}

.collection-menu-logo-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: #e1e7ee;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.product-details-slide._01 {
  background-image: url('../images/product-details-slide-img012x.jpg');
}

.product-details-slide._02 {
  background-image: url('../images/product-details-slide-img022x.jpg');
}

.product-details-slide._03 {
  background-image: url('../images/product-details-slide-img032x.jpg');
}

.product-details-slider {
  height: 100%;
  background-color: transparent;
}

.collection-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.collection-menu-btn-list-mobile {
  display: none;
  overflow: auto;
  width: 25%;
}

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

html.w-mod-js *[data-ix="fade-in-from-bottom-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-from-bottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="page-right-b"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="hide-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="opacity-hide"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="mask-txt"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="btn-hover-content"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="img-mask"] {
  height: 100%;
}

html.w-mod-js *[data-ix="img-mask-mobile"] {
  width: 100%;
}

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

html.w-mod-js *[data-ix="section-img"] {
  display: none;
}

html.w-mod-js *[data-ix="txt-animate"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="page-mobile-top-dropdown-list"] {
  height: 0px;
}

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

html.w-mod-js *[data-ix="img-scroll-mask"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="news-pop-btn-close"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cert-pop-btn-close"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="login-pop-btn-close"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="collection-pop-btn-close"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="news-details-img"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="collection-details-slider-b"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="btn-explore"] {
  display: none;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="pop-img-login"] {
  opacity: 0;
}

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

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

html.w-mod-js *[data-ix="history-txt-b"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="home-collections-link"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

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

html.w-mod-js *[data-ix="pop-search"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

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

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

html.w-mod-js *[data-ix="collection-menu-content"] {
  opacity: 0;
}

@media screen and (max-width: 1367px){
  .logo-l {
    width: 35% !important;
    }
    .logo-rowp .logo-l .img {
      /* height: 225px !important; */
  }
  .logo-n{
    width: 28% !important;
  }
  .logo-1z .logo-n .img{
    /* height: 280px !important; */
  }
  .logo-b {
    width: 27%;}
}
@media screen and (max-width: 1190px){
  .logo-l {
    width: 35% !important;
    }
    .logo-rowp .logo-l .img {
      /* height: 225px !important; */
  }
  .logo-n{
    width: 27% !important;
  }
  .logo-1z .logo-n .img{
    /* height: 280px !important; */
  }
  .logo-b {
    width: 27%;}
}
@media screen and (min-width: 900px) and (max-width: 1190px){
  .logo-l {
    width: 35% !important;
    }
    .logo-rowp .logo-l .img {
      /* height: 190px !important; */
  }
  .logo-n{
    width: 25% !important;
  }
  .logo-1z .logo-n .img{
    /* height: 240px !important; */
  }
  .logo-b {
    width: 27%;}
}
@media screen and (min-width: 1367px) and (max-width: 1440px){
  .logo-l {
    width: 35% !important;
    }
    .logo-rowp .logo-l .img {
      /* height: 225px !important; */
  }
  .logo-n{
    width: 28% !important;
  }
  .logo-1z .logo-n .img{
    /* height: 280px !important; */
  }
  .logo-b {
    width: 27%;}
}
@media screen and (min-width: 1440px) {
  .products-link-txt-b {
    position: relative;
    padding-right: 25%;
  }

  .products-collection-tag {
    width: 30%;
    margin-right: 0px;
    margin-left: 3.33%;
  }

  .products-collection-tag-b {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 30%;
    text-align: right;
  }

  .products-details-img-fabric {
    width: 690px;
  }

  .products-details-img-b02 {
    margin-top: -345px;
  }

  .products-details-img-b03 {
    margin-top: -345px;
  }

  .products-details-img-b04 {
    margin-top: -345px;
  }
}

@media screen and (min-width: 1920px) {
  .content-scroll {
    height: 620px;
  }

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

  .pop-left.products-details {
    padding-bottom: 60px;
  }

  .logo-b {
    width: 25%;
  }

  .banner-txt01 {
    font-size: 80px;
    line-height: 90px;
  }

  .products-collection-tag {
    width: 15%;
    margin-right: 20px;
    margin-left: 0%;
  }

  .products-collection-tag-b {
    position: static;
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .products-details-img-fabric {
    width: 800px;
  }

  .products-details-img-b02 {
    margin-top: -438px;
  }

  .products-details-img-b03 {
    margin-top: -438px;
  }

  .products-details-img-b04 {
    margin-top: -438px;
  }

  .side-content-logo-b {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-right: 0px;
  }

  .side-btn {
    display: none;
  }

  .btn-close {
    display: block;
    opacity: 0;
  }

  .section-content {
    display: block;
    height: auto;
    min-height: 0px;
    padding-top: 0px;
  }

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

  .page-left-b {
    padding-right: 0px;
  }

  .page-right-b {
    width: 100%;
    float: none;
  }

  .content-scroll {
    height: auto;
  }

  .page-top-bar {
    display: none;
    margin-right: 0px;
    padding-left: 0px;
  }

  .page-top-bar.products {
    display: none;
  }

  .page-top-txt {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: left;
  }

  .page-top-txt.txt-medium.half {
    width: 50%;
  }

  .page-top-align {
    display: none;
  }

  .img-mobile {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
    padding-top: 80%;
    background-image: url('../images/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-mobile.img-contact {
    background-image: url('../images/img-contact2x.jpg');
  }

  .img-mobile.img-aim {
    background-image: url('../images/img-02.jpg');
  }

  .img-mobile.img-history {
    background-image: url('../images/img-01.jpg');
  }

  .img-mobile.img-core-values {
    background-image: url('../images/img-03.jpg');
  }

  .img-mobile.img-innovation01 {
    background-image: url('../images/img-04.jpg');
  }

  .img-mobile.img-innovation02 {
    background-image: url('../images/img-05.jpg');
  }

  .img-mobile.img-innovation03 {
    background-image: url('../images/img-06.jpg');
  }

  .img-mobile.img-quality01 {
    background-image: url('../images/img-quality022x.jpg');
  }

  .img-mobile.img-quality02 {
    background-image: url('../images/img-quality032x.jpg');
  }

  .img-mobile.img-people {
    background-image: url('../images/img-07.jpg');
  }

  .img-mobile.img-cert {
    background-image: url('../images/img-08.jpg');
  }

  .img-mobile.img-sustainability {
    background-image: url('../images/img-sustainability2x.jpg');
  }

  .img-mobile.img-raw-materials {
    background-image: url('../images/img-raw-materials012x.jpg');
  }

  .img-mobile.img-dyestuff {
    background-image: url('../images/img-manufacturing012x.jpg');
  }




  .img-mobile.img-manufacturing {
    background-image: url('../images/img-raw-materials022x.jpg');
  }



  .img-mobile.img-manufacturing02 {
    background-image: url('../images/img-manufacturing022x.jpg');
  }

  .img-mobile.img-wastewater {
    background-image: url('../images/img-wastewater2x.jpg');
  }

  .img-mobile.img-innovation04 {
    background-image: url('../images/img-innovation2x.jpg');
  }

  .img-mobile.img-operation01 {
    background-image: url('../images/img-operation022x.jpg');
  }

  .img-mobile.img-operation02 {
    background-image: url('../images/img-sustain-quality2x.jpg');
  }

  .img-mobile.img-sico-about01 {
    background-image: url('../images/sico-about-img012x.jpg');
  }

  .img-mobile.img-sico-about02 {
    background-image: url('../images/sico-about-img022x.jpg');
  }

  .img-mobile.img-sico-about03 {
    background-image: url('../images/sico-about-img032x.jpg');
  }

  .img-mobile.img-sico-sustain01 {
    background-image: url('../images/img-manufacturing012x.jpg');
  }

  .img-mobile.img-sico-sustain02 {
    background-image: url('../images/img-sico-sustain022x.jpg');
  }

  .img-mobile.img-sico-sustain03 {
    background-image: url('../images/img-sico-sustain032x.jpg');
  }

  .img-mobile.img-sico-sustain04 {
    background-image: url('../images/img-sico-sustain042x.jpg');
  }

  .page-desktop {
    display: none;
  }

  .page-mobile {
    display: block;
    background-image: url('../fonts/graphic-black.svg');
    background-position: 40px 0px;
    background-size: 10px;
    background-repeat: repeat-y;
  }

  .img-mask-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .header {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    height: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
    background-color: #e1e7ee;
  }

  .header.sico {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #3388a6;
  }

  .header-logo-b {
    position: relative;
    left: 50%;
    display: none;
    margin-bottom: 0px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .branding-line {
    display: none;
  }

  .header-container {
    margin-top: 0px;
  }

  .nav-link.language {
    margin-right: 10px;
  }

  .nav-link-txt-white {
    display: none;
  }

  .nav-link-txt-white.sico {
    position: relative;
    display: block;
    opacity: 1;
  }

  .nav-link-txt-black {
    position: relative;
    display: block;
  }

  .nav-link-txt-black.txt-medium.sico {
    display: none;
  }

  .nav-link-txt-black.sico {
    display: none;
  }

  .nav-link-b.nav-link-b08 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .header-logo {
    width: 130px;
  }

  .menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    padding: 90px 60px 60px;
    background-color: transparent;
  }

  .menu-btn-line01 {
    width: 30px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .menu-btn-line01.sico {
    background-color: #fff;
  }

  .header-logo-b-mobile {
    width: 27%;
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    /*margin-top: 8px;*/
    /*margin-bottom: 0px;*/
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .social-btn {
    margin-right: 10px;
    margin-left: 10px;
  }

  .social-btn-img-white {
    display: none;
  }

  .social-btn-img-white.sico {
    position: relative;
    display: inline-block;
    opacity: 1;
  }

  .social-btn-img-black {
    position: relative;
    display: inline-block;
  }

  .social-btn-img-black.sico {
    display: none;
  }

  .header-mobile-top {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-btn-line02 {
    width: 30px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .menu-btn-line02.sico {
    background-color: #fff;
  }

  .menu-btn-line03 {
    width: 30px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .menu-btn-line03.sico {
    background-color: #fff;
  }

  .page-mobile-top {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: block;
    padding: 10px 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  }

  .page-mobile-top.products-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-mobile-top-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .page-mobile-top-dropdown-arrow {
    margin-left: 10px;
  }

  .page-mobile-top-dropdown-list {
    overflow: hidden;
  }

  .page-mobile-top-dropdown-list.w--open {
    margin-top: 10px;
    border-radius: 10px;
    background-color: #e1e7ee;
  }

  .page-mobile-top-dropdown-list.sico.w--open {
    background-color: #3388a6;
  }

  .page-mobile-top-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    font-size: 14px;
    line-height: 24px;
  }

  .page-mobile-top-dropdown-link:hover {
    opacity: 0.5;
  }

  .page-mobile-top-dropdown-link.w--current {
    opacity: 0.5;
    color: #000;
  }

  .page-mobile-top-dropdown-link.txt-medium.sico {
    color: #fff;
  }

  .btn-grey.txt-medium.pdf {
    margin-left: 0px;
  }

  .branding-line-mobile-start-white {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 10px;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../fonts/graphic-white.svg');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .branding-line-mobile-white {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 10px;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../fonts/graphic-white.svg');
    background-position: 0px -6px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .site-link-b {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .site-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3388a6;
  }

  .site-link.sico {
    background-color: #e1e7ee;
  }

  .header-logo-red {
    width: 130px;
  }

  .header-logo-red.sico {
    width: 110px;
  }

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

  .news-link {
    cursor: auto;
  }

  .footer-txt {
    margin-top: 0px;
  }

  .footer-txt.sico {
    text-align: center;
  }

  .pop-logo {
    display: none;
  }

  .pop-section-content {
    display: block;
    height: 100%;
  }

  .branding-line-mobile {
    background-image: url('../fonts/graphic-black.svg');
    background-position: 0px 0px;
    background-size: 100%;
  }

  .pop-align {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cursor-wrapper {
    display: none;
  }

  .site-logo {
    width: 104px;
  }

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

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

  .branding-line-mobile-start-black {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 10px;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../fonts/graphic-black.svg');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .collections-row {
    margin-right: -6%;
    margin-left: -6%;
  }

  .collections-link {
    cursor: auto;
  }

  .drag-slider-slidable {
    padding-right: 75px;
    padding-left: 75px;
  }

  .drag-slider-progress {
    width: 50vw;
  }

  .section-home {
    height: 85vh;
  }

  .home-video {
    height: 85vh;
  }

  .banner-txt-b {
    padding-right: 60px;
    padding-left: 60px;
  }

  .home-content {
    background-image: url('../fonts/graphic-black.svg');
    background-position: 40px -7px;
    background-size: 10px;
    background-repeat: repeat-y;
  }

  .footer-b {
    padding-bottom: 120px;
    text-align: center;
  }

  .footer-b.products-details {
    text-align: right;
  }

  .home-highlight-b {
    background-image: url('../fonts/graphic-white.svg'), url('/skin/images/banner-highlight2x.jpg');
    background-position: 40px 0px, 50% 50%;
    background-size: 10px, cover;
    background-repeat: repeat-y, no-repeat;
  }

  .home-highlight-border-left {
    width: 40px;
  }

  .home-highlight-border-right {
    width: 40px;
  }

  .home-highlight-border-top {
    height: 40px;
  }

  .home-highlight-border-bottom {
    height: 40px;
  }

  .home-video-border {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 10px;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/graphic-white.svg');
    background-position: 0px 0px;
    background-size: 100%;
  }

  .search-btn-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2000;
    display: block;
    margin-top: 12px;
    margin-right: 65px;
  }

  .collection-details-slider-arrow-r {
    margin-bottom: 50px;
  }

  .collection-details-slider-arrow-l {
    margin-bottom: 50px;
  }

  .pop-title.products-details {
    padding-right: 60px;
  }

  .container-products {
    margin-top: 0px;
    padding-left: 60px;
  }

  .page-top-products-dropdown {
    position: relative;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: right;
  }

  .products-details-col-title {
    width: 50%;
  }

  .products-details-col-txt {
    width: 50%;
  }

  .products-details-col-icon {
    width: 50%;
  }

  .products-details-img-fabric {
    width: 350px;
  }

  .products-details-img-b02 {
    margin-top: -196px;
  }

  .products-details-img-b03 {
    margin-top: -196px;
  }

  .products-details-img-b04 {
    margin-top: -196px;
  }

  .products-details-tag {
    margin-right: 10px;
  }

  .branding-line-mobile-black {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 10px;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/graphic-black.svg');
    background-position: 0px -6px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .contact-btn {
    margin-right: 10px;
    margin-left: 10px;
  }

  .advancesico {
    padding-left: 0px;
  }

  .collection-menu-btn-list {
    display: none;
    padding-bottom: 100px;
  }

  .collection-menu-btn {
    height: auto;
    padding: 10px 30px 9px;
    background-color: #e1e7ee;
  }

  .collection-menu-btn.all-collection {
    margin-bottom: -1px;
  }

  .collection-menu-btn-b.all-collection {
    position: relative;
    padding-top: 70px;
    border-bottom: 1px solid #fff;
    background-color: #e1e7ee;
  }

  .collection-menu-btn-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    opacity: 1;
  }

  .collection-menu-btn-img {
    display: none;
  }

  .collection-menu-btn-content-b {
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #e1e7ee;
  }

  .collection-menu-logo-b {
    width: 25%;
    margin-bottom: -1px;
    border-right: 1px solid #e1e7ee;
  }

  .collection-menu-btn-mobile {
    display: inline-block;
  }

  .collection-menu-btn-list-mobile {
    display: block;
    width: 100%;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.5px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  h3 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .side-btn-hover-content {
    padding: 30px;
  }

  .btn-white {
    font-size: 12px;
    line-height: 22px;
  }

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

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

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .page-mobile {
    background-position: 12px 0px;
    background-size: 6px;
  }

  .branding-line {
    width: 5px;
    margin-left: 15px;
    background-size: 150%;
  }

  .nav-link {
    font-size: 12px;
    line-height: 22px;
  }

  .nav-link.language {
    font-size: 13px;
    line-height: 23px;
  }

  .page-mobile-top {
    padding: 20px 30px;
  }

  .page-mobile-top-dropdown-toggle {
    font-size: 12px;
    line-height: 22px;
  }

  .page-mobile-top-dropdown-link {
    font-size: 12px;
    line-height: 22px;
  }

  .pop.pop-products {
    background-color: #e1e7ee;
  }

  .collection-details-logo {
    width: 180px;
    margin-bottom: 10px;
  }

  .btn-grey {
    font-size: 12px;
    line-height: 22px;
  }

  .btn-grey.txt-medium.view-products {
    margin-right: 20px;
  }

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

  .btn-b.logout {
    padding-top: 10px;
  }

  .branding-line-mobile-start-white {
    width: 6px;
    margin-left: 12px;
  }

  .branding-line-mobile-white {
    width: 6px;
    margin-left: 12px;
  }

  .txt-bold {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-link-b {
    margin-bottom: 20px;
  }

  .container-1440 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .news-col._02 {
    margin-top: 60px;
  }

  .pop-left {
    position: relative;
    width: 100%;
  }

  .pop-left.login {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pop-left.products-details {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pop-right {
    width: 100%;
  }

  .pop-left-bg-mask {
    position: absolute;
    width: 100%;
  }

  .pop-right-bg-mask {
    display: none;
  }

  .news-details-img {
    position: relative;
    top: 0%;
    width: 100%;
    max-width: 240px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .pop-branding-line {
    width: 5px;
    margin-left: 15px;
    background-size: 150%;
  }

  .pop-btn-close {
    margin-top: 20px;
    margin-right: 30px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .pop-btn-close.txt-medium.link-color-white {
    background-image: url('../fonts/btn-close-white.svg');
    color: #fff;
  }

  .pop-section-content {
    height: auto;
    min-height: 0px;
    padding-top: 30px;
  }

  .pop-section-content.products-details {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .pop-section-content.news-details {
    height: auto;
    min-height: 0px;
  }

  .pop-mask-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .branding-line-mobile {
    width: 5px;
    margin-left: 15px;
  }

  .pop-align {
    display: block;
  }

  .subtitle {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .form-txt-field {
    font-size: 13px;
    line-height: 23px;
  }

  .form-check-field {
    margin-top: 5px;
  }

  .form-checkbox-b {
    margin-top: 2px;
  }

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

  .pop-img-login {
    position: relative;
    padding-top: 80%;
  }

  .pop-login-right-bg-mask {
    display: none;
  }

  .pop-login-mask-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .pop-img-forgotpw {
    position: relative;
    padding-top: 80%;
  }

  .btn-back.txt-medium {
    font-size: 12px;
    line-height: 22px;
  }

  .pop-forgotpw-mask-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .pop-forgotpw-right-bg-mask {
    display: none;
  }

  .pop-img-register {
    position: relative;
    padding-top: 80%;
  }

  .pop-register-mask-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .pop-register-right-bg-mask {
    display: none;
  }

  .pop-news-txt-b {
    min-height: 0px;
  }

  .branding-line-mobile-start-black {
    width: 6px;
    margin-left: 12px;
  }

  .collections-col._02 {
    margin-top: 60px;
  }

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

  .drag-slider-slidable {
    padding-right: 45px;
    padding-left: 45px;
  }

  .drag-slider-slide {
    width: 240px;
    margin-right: 30px;
  }

  .banner-txt-b {
    padding-right: 30px;
    padding-left: 30px;
  }

  .banner-txt01 {
    font-size: 35px;
    line-height: 45px;
  }

  .btn-discover {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1px;
  }

  .btn-discover-txt {
    margin-bottom: 5px;
  }

  .btn-discover-line {
    height: 90px;
  }

  .home-content {
    background-position: 12px -7px;
    background-size: 6px;
  }

  .footer-b {
    padding-right: 30px;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .footer-b.products-details {
    text-align: center;
  }

  .home-highlight-b {
    background-position: 12px 0px, 50% 50%;
    background-size: 6px, cover;
  }

  .home-highlight-border-left {
    width: 12px;
  }

  .home-highlight-border-right {
    width: 12px;
  }

  .home-highlight-border-top {
    height: 12px;
  }

  .home-highlight-border-bottom {
    height: 12px;
  }

  .home-highlight-btn-b {
    margin-top: 10px;
  }

  .home-highlight-logo {
    width: 200px;
  }

  .home-video-border {
    width: 6px;
    margin-left: 12px;
  }

  .pop-search {
    width: 100%;
  }

  .pop-search-top {
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .pop-search-content {
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .search-dropdown-toggle {
    font-size: 12px;
    line-height: 22px;
  }

  .search-dropdown-link {
    font-size: 12px;
    line-height: 22px;
  }

  .collection-details-slider-arrow-r {
    margin-bottom: 0px;
  }

  .collection-details-slider-arrow-l {
    margin-bottom: 0px;
  }

  .collection-details-slide {
    padding-top: 80%;
  }

  .collection-details-slider-b {
    height: auto;
  }

  .pop-title {
    width: 100%;
    padding-top: 20px;
    padding-right: 120px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .pop-title.products-details {
    padding-right: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0.2)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 75%, hsla(0, 0%, 100%, 0));
  }

  .container-products {
    padding-right: 30px;
    padding-left: 30px;
  }

  .products-link-title {
    font-size: 18px;
    line-height: 28px;
  }

  .products-collection-tag {
    width: 50px;
    margin-right: 10px;
  }

  .products-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .products-details-col-title {
    width: 40%;
  }

  .products-details-col-txt {
    width: 60%;
  }

  .products-details-row {
    margin-bottom: 10px;
  }

  .products-details-txt-b {
    margin-top: 0px;
  }

  .products-details-col-icon {
    width: 33.33%;
    margin-top: 10px;
  }

  .products-details-row-icon {
    margin-top: -10px;
  }

  .pop-btn-close02 {
    margin-top: 20px;
    margin-right: 30px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .pop-btn-close02.txt-medium.mobile-btn-close-white {
    background-image: url('../fonts/btn-close-white.svg');
    color: #fff;
  }

  .products-details-title {
    margin-top: 26px;
  }

  .products-details-link-3d {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .products-details-tag-b {
    padding-right: 20px;
  }

  .products-details-tag {
    width: 50px;
    margin-right: 10px;
  }

  .products-details-content {
    position: relative;
    width: 100%;
  }

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

  .pop-left-bg-mask-cert {
    width: 100%;
  }

  .branding-line-mobile-black {
    width: 6px;
    margin-left: 12px;
  }

  .pop-account-right-bg-mask {
    display: none;
  }

  .pop-img-account {
    position: relative;
    padding-top: 80%;
  }

  .pop-account-mask-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .btn-grey02 {
    font-size: 12px;
    line-height: 22px;
  }

  .products-details-btn {
    margin-bottom: 10px;
  }

  .product-details-btn-more {
    font-size: 12px;
    line-height: 22px;
  }

  .search-multi-check-field {
    margin-top: 5px;
  }

  .products-details-slider {
    position: relative;
    height: auto;
  }

  .products-details-slide-img-b {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pop-collection-menu-mask-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .collection-menu-btn-list {
    width: 100%;
  }

  .collection-menu-btn-b.all-collection {
    padding-top: 59px;
  }

  .collection-menu-btn-content {
    position: relative;
    width: 100%;
  }

  .collection-menu-btn-content.open {
    display: block;
  }

  .collection-menu-btn-img {
    display: none;
    width: 100%;
    padding-top: 30%;
  }

  .collection-menu-btn-img-mask {
    width: 100%;
  }

  .collection-menu-btn-content-b {
    overflow: visible;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #e1e7ee;
  }

  .collection-menu-logo-b {
    width: 33.33%;
    margin-bottom: -1px;
  }

  .product-details-slide {
    padding-top: 0%;
  }

  .collection-menu-btn-list-mobile {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .page-top-txt.txt-medium.half.m-full {
    width: 100%;
  }

  .page-mobile-top.products-mobile {
    display: block;
  }

  .news-row {
    margin-top: -60px;
  }

  .news-col {
    width: 100%;
    margin-top: 60px;
  }

  .logo-b {
    width: 30%;
    margin-left: 10px !important;
    margin-top: 20px !important;
    
  }

  .form-check-field {
    width: 50%;
  }

  .form-check-field.m-full {
    width: 100%;
  }

  .collections-row {
    margin-top: -60px;
  }

  .collections-col {
    width: 100%;
    margin-top: 60px;
  }

  .products-link {
    display: block;
  }

  .products-link-txt-b {
    width: 100%;
    padding-left: 0%;
  }

  .products-link-img {
    width: 100%;
    height: 120px;
    margin-bottom: 13px;
  }

  .products-link-subtitle-b {
    width: 35%;
  }

  .products-link-subtxt-b {
    width: 65%;
  }

  .page-top-products-dropdown {
    width: 100%;
    text-align: left;
  }

  .products-details-col-icon {
    width: 50%;
  }

  .products-details-img-fabric {
    width: 310px;
  }

  .products-details-img-b02 {
    margin-top: -173px;
  }

  .products-details-img-b03 {
    margin-top: -173px;
  }

  .products-details-img-b04 {
    margin-top: -173px;
  }

  .side-content-row.ver-align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .side-content-logo-b {
    width: 50%;
  }

  .products-btn-b {
    margin-top: 125px;
  }

  .search-multi-check-field {
    width: 50%;
  }

  .search-multi-check-field.m-full {
    width: 100%;
  }

  .collection-menu-logo-b {
    width: 50%;
  }
}

