.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.f-q-logo-name {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.f-q-logo-img {
  width: 30px;
  margin-bottom: 5px;
}

.f-q-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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;
}

.f-q-nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.f-q-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.f-q-nav-link:focus {
  border-bottom: 3px solid #faba3b;
  color: #faba3b;
  line-height: 30px;
  font-weight: 700;
}

.f-q-nav-link.w--current {
  border-bottom: 3px solid #faba3b;
  color: #faba3b;
  font-weight: 700;
}

.f-q-nav-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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: #faba3b;
  text-decoration: none;
}

.f-q-nav-contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
  -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;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
}

.f-q-nav-link-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: #fff;
}

.f-q-nav-contact-line {
  position: relative;
  right: -9px;
  width: 15px;
  height: 2px;
  background-color: #333;
}

.f-q-nav-contact-line2 {
  position: relative;
  left: -2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.f-q-nav-contact-arrow {
  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;
}

.f-q-hamburger {
  display: none;
}

.f-q-nav-text-title {
  display: none;
}

.f-q-slider-all-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/slider-element-2.png'), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(51, 51, 51, 0)));
  background-image: url('../images/slider-element-2.png'), linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(51, 51, 51, 0));
  background-position: 100% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.f-q-slider-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #faba3b;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.f-q-slider-information {
  width: 60%;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.tabs-content {
  height: 500px;
}

.tab-pane-tab-1 {
  height: 100%;
  background-image: url('../images/all-about-mineral.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-tab-2 {
  height: 100%;
  background-image: url('../images/be-foresight.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-tab-3 {
  height: 100%;
  background-image: url('../images/Wide-ranging-Activity.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding: 0px;
  -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: transparent;
  font-family: Jost, sans-serif;
  font-size: 19px;
}

.tab-link.w--current {
  padding-left: 20px;
  border-radius: 10px;
  background-color: #faba3b;
  background-image: url('../images/slider-element.png');
  background-position: 7% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Jost, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.f-q-tab-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: 10px;
  line-height: 25px;
}

.f-q-whoweare {
  position: relative;
  width: auto;
  height: 520px;
  margin: 0px auto;
  padding: 0px 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-q-heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #a84d24;
  font-size: 50px;
  line-height: 55px;
}

.f-q-heading.subsidiary-company {
  margin-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
}

.f-q-heading.quality-control {
  text-align: right;
}

.f-q-whoweare-element {
  position: absolute;
  left: 5%;
  top: -27%;
  right: auto;
  bottom: auto;
  width: 150px;
}

.f-q-whoweare-element.who-we-are {
  top: -5%;
}

.f-q-whoweare-element.our-operation {
  top: 11%;
}

.f-q-whoweare-element.quality-control {
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
}

.f-q-whoweare-element.contact-us {
  position: absolute;
  left: auto;
  top: -36%;
  right: 35%;
  bottom: auto;
  -webkit-transform: rotate(66deg);
  -ms-transform: rotate(66deg);
  transform: rotate(66deg);
}

.f-q-content-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-q-content-block.quality-control {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-q-whoweare-block-paragraphy {
  width: 90%;
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.f-q-whoweare-tabs {
  position: static;
}

.f-q-whoweare-tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  -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;
  border-radius: 5px;
  background-color: #efefef;
  background-image: url('../images/selection-icon-b_1.png');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Jost, sans-serif;
  color: #a84d24;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.f-q-whoweare-tabs-link.w--current {
  background-image: url('../images/selection-icon-w.png'), -webkit-gradient(linear, left top, right top, from(#a84d24), to(#faba3b)), url('../images/selection-icon-b.png');
  background-image: url('../images/selection-icon-w.png'), linear-gradient(90deg, #a84d24, #faba3b), url('../images/selection-icon-b.png');
  background-position: 95% 50%, 0px 0px, 95% 50%;
  background-size: 40px, auto, auto;
  font-family: Jost, sans-serif;
  color: #fff;
  font-weight: 700;
}

.f-q-whoweare-tabs-text {
  font-weight: 600;
}

.f-q-whoweare-tabs-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.f-q-whoweare-tabs-pane {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.f-q-whoweare-tabs-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-q-whoweare-tabs-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #faba3b;
}

.f-q-whoweare-tabs-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.f-q-whoweare-tabs-info {
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.f-q-whoweare-tabs-line {
  width: 40px;
  height: 3px;
  margin-right: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.f-q-whoweare-tabs-line._02 {
  background-color: #fff;
}

.f-q-whoweare-tabs-line._03 {
  background-color: #fff;
}

.f-q-whoweare-tabs-line._01 {
  background-color: #fff;
}

.f-q-whoweare-tabs-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-3.subsidiary-company {
  padding-top: 0px;
}

.section-3.who-we-are {
  padding-top: 130px;
}

.f-q-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 60px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/selection-icon-w.png'), -webkit-gradient(linear, right top, left top, from(#faba3b), to(#a84d24));
  background-image: url('../images/selection-icon-w.png'), linear-gradient(270deg, #faba3b, #a84d24);
  background-position: 90% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.f-q-btn.right {
  padding-right: 30px;
  padding-left: 60px;
  background-image: url('../images/selection-icon-w-right.png'), -webkit-gradient(linear, right top, left top, from(#faba3b), to(#a84d24));
  background-image: url('../images/selection-icon-w-right.png'), linear-gradient(270deg, #faba3b, #a84d24);
  background-position: 10% 50%, 0px 0px;
}

.f-q-btn.subsidiary {
  width: 200px;
}

.f-q-our-product {
  position: relative;
  overflow: visible;
  width: auto;
  margin: 0px auto 35px;
  padding: 0px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-q-our-product.our-operation {
  margin-bottom: 0px;
  padding-right: 0px;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.f-q-our-product-block {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  min-width: 300px;
  margin-right: 20px;
  margin-left: 0px;
  border-radius: 10px;
}

.f-q-our-product-block.silica-sand {
  border-radius: 10px;
  background-image: url('../images/Dolomite.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-product-block.ball-clay {
  background-image: url('../images/Salica-Sand.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-product-block.kaolin {
  background-image: url('../images/Kaolin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-product-block.dolomite {
  background-image: url('../images/Ball-Clay.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-product-block.limestone {
  background-image: url('../images/Limestone.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-product-block.quartz {
  margin-right: 20px;
  background-image: url('../images/Quartz.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-product-name {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  color: #faba3b;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: right;
}

.f-q-our-product-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-q-our-product-all.operation {
  overflow: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.f-q-paragraphy {
  width: 100%;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.f-q-paragraphy.quality-control {
  text-align: justify;
}

.f-q-our-operation-block {
  position: relative;
  display: inline-block;
  height: 400px;
  min-width: 400px;
  margin-right: 20px;
  margin-left: 0px;
  border-radius: 10px;
}

.f-q-our-operation-block._02 {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-our-operation-block._01 {
  background-image: url('../images/07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-q-our-operation-block._03 {
  background-image: url('../images/Simpang-Pulai-SADC-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-q-our-operation-block._04 {
  background-image: url('../images/Simpang-Pulai-SADC-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-q-ourproduct-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-q-ourproduct-block-paragraphy-copy {
  width: 100%;
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.f-q-quality-control-element {
  position: relative;
  top: 200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #faba3b;
}

.f-q-quality-control-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.f-q-quality-control {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-q-quality-control-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.f-q-subsidiary-company {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #111;
}

.f-q-subsidiary {
  padding-right: 100px;
  padding-left: 100px;
}

.f-q-subsidiary-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.f-q-subsidiary-image {
  border-style: solid;
  border-width: 1px;
  border-color: #c6c6c6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.f-q-subsidiary-image._03 {
  background-image: url('../images/prominent-dolomite-color.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.f-q-subsidiary-image._01 {
  background-image: url('../images/klebang-quatz-color.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.f-q-subsidiary-image._02 {
  background-image: url('../images/sheild-logistic-color.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.f-q-subsidiary-image._04 {
  background-image: url('../images/keramat-mineral-color.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.f-q-subsidiary-image._05 {
  background-image: url('../images/logo-maxmine_1.jpg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.f-q-subsidiary-image._06 {
  background-image: url('../images/CLSB-LOGO.jpg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.f-q-subsidiary-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
}

.f-q-subsidiary-info {
  height: 400px;
  padding: 40px 60px;
}

.tab-link-tab-2 {
  width: 100%;
}

.f-q-subsidiary-company-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 20px;
  -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: 1px solid #c6c6c6;
  background-color: #fff;
}

.f-q-subsidiary-company-link.w--current {
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: #c6c6c6 #c6c6c6 #faba3b;
  background-color: #fff;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f-q-subsidiary-selection-color {
  display: none;
}

.f-q-subsidiary-content {
  background-color: #fff;
}

.f-q-subsidiary-element {
  position: absolute;
  z-index: 1;
  margin-top: -6px;
  margin-left: 94px;
}

.f-q-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  color: #333;
}

.f-q-footer-text {
  padding: 20px 0px;
  font-family: Jost, sans-serif;
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

.f-q-qc-heading {
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #faba3b;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.f-q-qc-sub-heading {
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}

.f-q-qc-image-block {
  position: relative;
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-q-qc-small {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.f-q-qc-small.quality {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #faba3b;
  color: #faba3b;
}

.f-q-qc-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-q-qc-divider {
  width: 30px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  color: #fff;
}

.f-q-qc-title {
  padding-top: 80px;
}

.f-q-qc-element {
  position: absolute;
  top: 190px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #faba3b;
}

.f-q-qc-image {
  position: relative;
  top: 145px;
  max-width: 400px;
  padding-top: 0px;
}

.section-5 {
  display: -ms-grid;
  display: grid;
  padding: 60px 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.f-q-qc-paragraph {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.f-q-qc-paragraph.details {
  color: #606060;
  font-weight: 400;
}

.f-q-qc-info-image {
  height: 58%;
  background-image: url('../images/Laboratory-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.f-q-qc-info-image._01 {
  height: 37%;
  background-image: url('../images/qc-image.jpg');
}

.f-q-side-image {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qc-heading {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 450px;
  padding: 0px 100px 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) auto;
  grid-template-rows: minmax(auto, 1fr) auto;
  background-color: #000;
}

.qc-heading.qandh {
  padding-right: 0px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-color: #000;
}

.qc-heading.our-product {
  padding-right: 0px;
  padding-bottom: 0px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-color: #000;
}

.qc-section {
  background-color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: #111;
  background-image: url('../images/page-element.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.utility-page-content {
  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;
  text-align: center;
}

.f-q-qah-paragraphy {
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.f-q-qah-image-block {
  position: relative;
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-q-qah-element {
  position: absolute;
  left: 164px;
  top: 200px;
  right: 0px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #faba3b;
}

.f-q-qah-image {
  position: relative;
  top: 0px;
  max-width: 650px;
  padding-top: 0px;
}

.f-q-qah-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 450px;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-q-opening-image {
  width: 50px;
  margin-right: 60px;
}

.f-q-opening {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-q-opening-paragraph {
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: justify;
}

.tabs-menu-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 70px;
  margin-left: 100px;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
}

.f-q-qah-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: 10px;
  background-color: #fff;
}

.f-q-qah-tab-link.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #faba3b;
}

.f-q-qah-tab-text {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.f-q-qah-tab-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-color: #111;
}

.f-q-qah-tab-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #faba3b;
  font-size: 28px;
  line-height: 32px;
}

.f-q-qah-tab-paragraph {
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}

.f-q-qah-tab-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-q-qah-tab {
  margin-bottom: 0px;
}

.f-q-qah-management-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #a84d24;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.f-q-qah-management-paragraph {
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.f-q-qah-management-grid {
  padding: 0px 100px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-q-qah-management-divider {
  height: 1px;
  background-color: #a84d24;
}

.f-q-qah-management {
  margin-bottom: 40px;
  padding: 0px 100px;
}

.f-q-qah-management-position {
  margin-top: 0px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.f-q-qah-management-name {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  color: #a84d24;
  font-size: 25px;
  line-height: 30px;
}

.f-q-qah-management-info {
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #7e7e7e;
  text-align: justify;
}

.section-6 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.f-q-qah-tab-image {
  height: 300px;
  background-image: url('../images/expertise-mineral-field.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-q-qah-tab-image.growth {
  background-image: url('../images/growth-and-contribute.jpg');
}

.f-q-product-image {
  position: relative;
  top: auto;
  padding-top: 0px;
}

.f-q-product-grid {
  padding: 60px 100px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-image: url('../images/page-element.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.f-q-product-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  color: #a84d24;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.f-q-product-paragraph {
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  line-height: 16px;
  text-align: justify;
}

.f-q-product-advantage-title {
  font-family: Jost, sans-serif;
  color: #a84d24;
  font-weight: 600;
}

.f-q-product-advantage-info {
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.f-q-product-advantage {
  overflow: hidden;
}

.f-q-readmore-block {
  width: 50%;
  height: 2px;
  background-color: #faba3b;
}

.f-q-readmore-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Jost, sans-serif;
  color: #a84d24;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.f-q-readmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-q-readmore-link-less {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Jost, sans-serif;
  color: #a84d24;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.f-q-product-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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;
}

.f-q-ourproduct-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 450px;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-8 {
  margin-bottom: 60px;
  padding-right: 100px;
  padding-left: 100px;
}

.f-q-subsidiary-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-style: solid;
  border-width: 0.5px;
  border-color: #c6c6c6;
  background-color: #fff;
}

.f-q-subsidiary-tab-link.w--current {
  background-color: #fff;
}

.f-q-subsidiary-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
}

.f-q-subsidiary-tab-img {
  height: 100%;
}

.f-q-subsidiary-tab-color {
  display: none;
  height: 100%;
}

.f-q-subsidiary-tab-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  border: 1px solid #c6c6c6;
}

.f-q-subsidiary-info-block {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #faba3b;
}

.f-q-subsidiary-name {
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.f-q-subsidiary-subtitle {
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.f-q-subsidiary-sub-info {
  font-family: Jost, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}

.f-q-subsidiary-sub-block {
  margin-bottom: 20px;
}

.f-q-subsidiary-info-title {
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  color: #606060;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.f-q-subsidiary-info-paragraph {
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.f-q-subsidiary-sub-infoblock {
  margin-bottom: 30px;
}

.f-q-subsidiary-image2 {
  max-width: 70%;
}

.f-q-subsidiary-activity {
  padding: 60px 40px 30px;
  border: 1px solid #c6c6c6;
  background-image: url('../images/page-element.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 60px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #000), to(transparent)), url('../images/subsidiary-company.jpg');
  background-image: linear-gradient(90deg, #000 15%, transparent), url('../images/subsidiary-company.jpg');
  background-position: 0px 0px, 100% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.f-q-heading-others {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 45px;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #000), to(transparent)), url('../images/contact-us.jpg');
  background-image: linear-gradient(90deg, #000 15%, transparent), url('../images/contact-us.jpg');
  background-position: 0px 0px, 100% 40%;
  background-size: auto, 700px;
  background-repeat: repeat, no-repeat;
}

.f-q-contact-heading {
  font-family: Poppins, sans-serif;
  color: #a84d24;
}

.f-q-contact-block {
  position: relative;
}

.f-q-contact-grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.f-q-contact-icon {
  width: 30px;
  margin-right: 20px;
}

.f-q-contact-info-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  color: #7f7f7f;
  font-size: 16px;
}

.f-q-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-q-contact-info-details {
  font-family: Jost, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.f-q-follow-text {
  margin-right: 20px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.f-q-follow-social-icon {
  width: 40px;
}

.f-q-follow {
  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;
}

.section-11 {
  padding: 70px 100px 135px;
}

.f-q-site-operation {
  position: relative;
  display: block;
  width: auto;
  min-height: 400px;
  min-width: 400px;
  padding: 100px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Simpang-Pulai-SADC-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Simpang-Pulai-SADC-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.f-q-site-operation.tanjung-rambutan {
  width: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Tanjung-Rambutan-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Tanjung-Rambutan-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.f-q-site-operation.peladang {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Simpang-Pulai-Peladang-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Simpang-Pulai-Peladang-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.f-q-site-operation.sadc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Simpang-Pulai-SADC-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Simpang-Pulai-SADC-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.f-q-site-operation.vj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Simpang-Pulai-VJ-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Simpang-Pulai-VJ-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.f-q-site-operation.pknp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Kanthan-PKNP-04.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Kanthan-PKNP-04.jpg');
}

.f-q-site-operation.batang-berjuntai {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Batang-Berjuntai-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Batang-Berjuntai-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.f-q-site-operation.teluk-mengkudu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/teluk-segari-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/teluk-segari-03.jpg');
}

.f-q-site-operation-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  padding: 10px;
  float: right;
  background-color: #faba3b;
}

.f-q-site-operation-heading {
  height: 70px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 28px;
}

.f-q-site-operation-img {
  width: 25px;
  margin-right: 20px;
}

.f-q-site-operation-text {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.f-q-site-operation-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-12 {
  display: none;
  overflow: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-q-map {
  overflow: hidden;
  width: auto;
}

.html-embed {
  height: 100%;
  font-size: 25px;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #000), to(transparent)), url('../images/gallery.jpg');
  background-image: linear-gradient(90deg, #000 15%, transparent), url('../images/gallery.jpg');
  background-position: 0px 0px, 100% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-14 {
  padding: 60px 100px;
}

.f-q-gallery-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -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-style: solid;
  border-width: 1px;
  border-color: #faba3b;
  border-radius: 10px;
  background-color: #fff;
}

.f-q-gallery-link.w--current {
  background-color: #faba3b;
}

.f-q-gallery-link-text {
  width: 100%;
  border-style: none;
  background-color: transparent;
  font-family: Jost, sans-serif;
  font-weight: 700;
}

.tabs-menu-4 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-b-gallery-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-q-gallery-licenses-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: #faba3b;
}

.f-q-gallery-licenses-text {
  overflow: hidden;
  height: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.f-q-gallery-licenses-text.truncate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-q-gallery-licenses-img {
  padding: 10px;
}

.f-q-gallery-licenses {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  color: #333;
  text-decoration: none;
}

.f-q-tab-operation-block {
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #faba3b;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.f-q-tab-operation-text {
  font-weight: 500;
}

.f-q-lightbox {
  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;
}

.f-q-site-operation-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  background-color: rgba(17, 17, 17, 0.8);
}

.f-q-site-operation-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  font-family: Jost, sans-serif;
  color: #faba3b;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.fq-whoweare-tabs-image {
  height: 300px;
}

.fq-whoweare-tabs-image.mining-sector {
  background-image: url('../images/mining-kaolin-quary.jpg');
  background-position: 50% 79%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fq-whoweare-tabs-image.international-activity {
  background-image: url('../images/world-map-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fq-whoweare-tabs-image.others {
  background-image: url('../images/Others.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-q-error-heading {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #faba3b;
  font-size: 72px;
  line-height: 80px;
}

.f-q-error-content {
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 18px;
}

.f-q-error-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 10px;
  padding-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;
  border-radius: 10px;
  background-color: #faba3b;
  font-family: Jost, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.f-q-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10001;
  display: none;
  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;
  background-color: #fff;
  background-image: url('../images/page-element.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.f-q-load-image {
  width: 200px;
  margin-bottom: 20px;
}

.f-q-logo-name-loader {
  font-family: 'Droid Serif', serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.f-q-load-bar {
  overflow: hidden;
  width: 40%;
  height: 4px;
  margin-top: 40px;
  background-color: #dadada;
}

.f-q-load-bar-inner {
  width: 40%;
  height: 100%;
  background-color: #faba3b;
}

.tab-link-tab-6 {
  background-color: transparent;
}

.tab-link-tab-6.w--current {
  background-color: #fff;
}

.organizational-chart---image {
  width: 100%;
}

.enlarge {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background-color: #faba3b;
  background-image: url('../images/magnifying-glass-svgrepo-com.svg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1440px) {
  .f-q-whoweare-element {
    left: 3%;
    top: -21%;
  }

  .f-q-whoweare-element.who-we-are {
    top: 2%;
  }

  .f-q-whoweare-element.our-operation {
    left: 3%;
    top: 11%;
  }

  .f-q-whoweare-tabs-content {
    overflow: hidden;
  }

  .f-q-whoweare-tabs-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .f-q-whoweare-tabs-heading {
    margin-bottom: 30px;
  }

  .f-q-whoweare-tabs-number {
    margin-top: auto;
  }

  .f-q-our-product-block.quartz {
    margin-right: 20px;
  }

  .f-q-subsidiary-image._03 {
    background-size: 450px;
  }

  .f-q-subsidiary-image._01 {
    background-size: 450px;
  }

  .f-q-subsidiary-image._02 {
    background-size: 450px;
  }

  .f-q-subsidiary-image._04 {
    background-size: 450px;
  }

  .f-q-subsidiary-image._05 {
    background-size: 450px;
  }

  .f-q-subsidiary-selection {
    max-width: 80%;
  }

  .f-q-subsidiary-selection-color {
    max-width: 80%;
  }

  .f-q-qc-info-image {
    width: 100%;
    height: 100%;
  }

  .f-q-qc-info-image._01 {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    background-position: 50% 50%;
  }

  .f-q-side-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .f-q-qah-paragraphy {
    font-size: 18px;
  }

  .f-q-product-image {
    max-width: 90%;
  }

  .f-q-product-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .f-q-product-title {
    margin-top: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .f-q-product-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .f-q-product-advantage-title {
    font-size: 16px;
    line-height: 22px;
  }

  .f-q-product-advantage-info {
    font-size: 16px;
    line-height: 22px;
  }

  .f-q-readmore-link._01 {
    font-size: 16px;
    line-height: 22px;
  }

  .f-q-subsidiary-name {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .f-q-subsidiary-activity {
    width: 100%;
  }

  .f-q-contact-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tabs-menu-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .f-b-gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .f-q-gallery-licenses-content {
    height: 40px;
  }

  .f-q-gallery-licenses-text.truncate {
    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;
    font-size: 18px;
    line-height: 30px;
  }

  .f-q-load-image {
    width: 250px;
  }

  .f-q-logo-name-loader {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .f-q-slider-all-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-slider-heading {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .f-q-slider-information {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs-menu {
    width: 100%;
    max-width: 1600px;
  }

  .f-q-whoweare {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-heading.subsidiary-company {
    max-width: 1600px;
  }

  .f-q-whoweare-element {
    left: 0%;
    top: -21%;
    right: 106px;
    bottom: 0%;
  }

  .f-q-whoweare-element.who-we-are {
    top: -6%;
  }

  .f-q-whoweare-element.our-operation {
    left: 0%;
    top: 20%;
  }

  .f-q-whoweare-element.quality-control {
    left: auto;
    top: 15%;
    right: 0%;
    bottom: auto;
  }

  .f-q-whoweare-tabs-content {
    display: block;
  }

  .f-q-whoweare-tabs-pane {
    height: auto;
  }

  .f-q-whoweare-tabs-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f-q-whoweare-tabs-heading {
    margin-bottom: 20px;
  }

  .f-q-whoweare-tabs-number {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .section-3 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-3.subsidiary-company {
    position: relative;
    max-width: none;
    background-color: #111;
  }

  .section-3.subsidiary {
    padding-top: 100px;
  }

  .section-3.who-we-are {
    top: 0%;
  }

  .f-q-our-product {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-our-product-all {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-paragraphy.quality-control {
    text-align: right;
  }

  .f-q-our-operation-block {
    height: 450px;
    min-width: 450px;
  }

  .f-q-quality-control-element {
    width: 500px;
    height: 500px;
  }

  .f-q-quality-control-image {
    max-width: 25%;
  }

  .f-q-quality-control {
    overflow: visible;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-subsidiary-company {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .f-q-qc-sub-heading {
    font-size: 60px;
    line-height: 65px;
  }

  .f-q-qc-image-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .f-q-qc-element {
    width: 500px;
    height: 500px;
  }

  .f-q-qc-image {
    top: 220px;
    max-width: 70%;
    margin-right: 0px;
  }

  .section-5 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 100px;
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
  }

  .f-q-qc-info-image {
    width: 100%;
    height: 100%;
  }

  .f-q-qc-info-image._01 {
    width: 100%;
    height: 100%;
    margin-right: 20px;
  }

  .f-q-side-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .qc-heading {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .qc-heading.qandh {
    max-width: none;
  }

  .qc-heading.our-product {
    height: auto;
    max-width: 1600px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f-q-qah-image-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .f-q-qah-element {
    left: auto;
    top: 44%;
    right: 0%;
    bottom: 0%;
    width: 500px;
    height: 500px;
  }

  .f-q-qah-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 70%;
    margin-right: 0px;
  }

  .f-q-qah-title {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .f-q-opening {
    padding: 140px 0px;
  }

  .f-q-opening-paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .tabs-menu-3 {
    bottom: -6%;
    margin-left: 160px;
  }

  .f-q-qah-tab-heading {
    font-size: 35px;
  }

  .f-q-qah-tab-paragraph {
    font-size: 16px;
  }

  .f-q-qah-tab-info {
    padding-right: 100px;
    padding-left: 160px;
  }

  .f-q-qah-management-paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .f-q-qah-management-grid {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .f-q-qah-management {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-qah-management-name {
    font-size: 28px;
    line-height: 32px;
  }

  .f-q-qah-management-info {
    font-size: 16px;
    line-height: 22px;
  }

  .section-6 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-7 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .f-q-product-image {
    margin-right: 0px;
  }

  .f-q-product-grid {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .f-q-product-image-block {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .f-q-ourproduct-title {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-subsidiary-tab-menu {
    height: 180px;
  }

  .f-q-subsidiary-tab-color {
    display: none;
  }

  .f-q-subsidiary-name {
    font-size: 32px;
  }

  .f-q-subsidiary-subtitle {
    font-size: 18px;
  }

  .f-q-subsidiary-sub-info {
    font-size: 24px;
    line-height: 30px;
  }

  .f-q-subsidiary-tab {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .f-q-subsidiary-info-title {
    font-size: 20px;
    line-height: 25px;
  }

  .f-q-subsidiary-info-paragraph {
    font-size: 22px;
  }

  .f-q-subsidiary-image2 {
    max-width: 50%;
  }

  .section-9 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-size: auto, cover;
  }

  .f-q-heading-others {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-10 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-size: auto, cover;
  }

  .f-q-contact-grid {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 30px;
  }

  .section-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-site-operation {
    min-height: 500px;
    min-width: 500px;
  }

  .section-13 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-size: auto, cover;
  }

  .section-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-gallery-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-q-gallery-link-text {
    font-size: 20px;
  }

  .tabs-menu-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f-b-gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-15 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .f-q-logo-name {
    font-size: 13px;
  }

  .f-q-logo-img {
    width: 20px;
  }

  .f-q-nav-bar {
    position: -webkit-sticky;
    position: sticky;
    height: 70px;
  }

  .f-q-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -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;
  }

  .f-q-nav-contact {
    width: 100%;
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .f-q-nav-link-block {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 50%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: -1px 0 20px 0 rgba(0, 0, 0, 0.1);
  }

  .f-q-hamburger-element-line {
    width: 30px;
    height: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #333;
  }

  .f-q-hamburger-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f-q-hamburger {
    position: relative;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #faba3b;
    cursor: pointer;
  }

  .f-q-nav-text-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #faba3b;
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 700;
  }

  .f-q-slider-all-block {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-slider-information {
    width: 80%;
  }

  .tabs-menu {
    width: 95%;
    height: 90px;
  }

  .tab-link.w--current {
    background-size: 20px;
    font-size: 16px;
  }

  .f-q-tab-title {
    font-size: 16px;
  }

  .f-q-whoweare {
    height: 450px;
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 30px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .f-q-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .f-q-heading.subsidiary-company {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-whoweare-element {
    left: 3%;
    top: -18%;
    width: 130px;
  }

  .f-q-whoweare-element.our-operation {
    left: 3%;
    top: -7%;
    width: 130px;
  }

  .f-q-whoweare-element.quality-control {
    left: auto;
    top: 0%;
    right: 3%;
    bottom: 0%;
    width: 130px;
  }

  .f-q-content-block {
    width: 100%;
  }

  .f-q-content-block.quality-control {
    width: 100%;
    margin-bottom: 20px;
  }

  .f-q-content-block.our-operation {
    width: 100%;
  }

  .f-q-whoweare-block-paragraphy {
    width: 100%;
    font-size: 14px;
  }

  .f-q-whoweare-tabs-link {
    height: 50px;
    font-size: 20px;
  }

  .f-q-whoweare-tabs-text {
    font-size: 20px;
  }

  .f-q-whoweare-tabs-pane {
    height: auto;
  }

  .f-q-whoweare-tabs-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .f-q-whoweare-tabs-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .f-q-whoweare-tabs-info {
    font-size: 14px;
    line-height: 18px;
  }

  .section-3.our-operation {
    margin-top: 60px;
  }

  .section-3.subsidiary {
    margin-top: 60px;
    padding-top: 0px;
  }

  .f-q-btn {
    height: 45px;
    font-size: 16px;
  }

  .f-q-our-product {
    margin-bottom: 60px;
    padding-right: 60px;
    padding-left: 60px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .f-q-our-product-block {
    height: 250px;
    min-width: 250px;
  }

  .f-q-our-product-all {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-paragraphy {
    width: 90%;
    font-size: 14px;
  }

  .f-q-paragraphy.quality-control {
    width: 100%;
    font-size: 14px;
  }

  .f-q-our-operation-block {
    height: 300px;
    min-width: 300px;
  }

  .f-q-ourproduct-block {
    width: 100%;
  }

  .f-q-ourproduct-block-paragraphy-copy {
    width: 100%;
    font-size: 14px;
  }

  .f-q-quality-control-element {
    top: 105px;
    width: 300px;
    height: 300px;
  }

  .f-q-quality-control-image {
    max-width: 40%;
  }

  .f-q-quality-control {
    height: 350px;
    margin-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .f-q-quality-control-all {
    overflow: visible;
  }

  .f-q-subsidiary {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-subsidiary-image._04 {
    background-size: 250px;
  }

  .f-q-subsidiary-image._05 {
    background-size: 250px;
  }

  .f-q-subsidiary-heading {
    margin-top: 0px;
  }

  .f-q-subsidiary-info {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-subsidiary-element {
    margin-left: 54px;
  }

  .f-q-qc-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .f-q-qc-sub-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .f-q-qc-small {
    font-size: 14px;
  }

  .f-q-qc-element {
    width: 300px;
    height: 300px;
  }

  .f-q-qc-image {
    top: 94px;
    max-width: 320px;
  }

  .section-5 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-qc-paragraph {
    font-size: 15px;
  }

  .f-q-qc-paragraph.details {
    font-size: 15px;
    line-height: 18px;
  }

  .qc-heading {
    height: 400px;
    padding-right: 60px;
    padding-left: 60px;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .qc-heading.our-product {
    padding-right: 0px;
    padding-left: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .f-q-qah-element {
    left: 94px;
    width: 300px;
    height: 300px;
  }

  .f-q-qah-image {
    top: 22px;
    max-width: 400px;
  }

  .f-q-qah-title {
    width: 60%;
  }

  .f-q-opening-image {
    width: 40px;
  }

  .f-q-opening {
    width: 100%;
    padding: 60px;
  }

  .f-q-opening-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .tabs-menu-3 {
    bottom: -7%;
    width: 370px;
    height: 60px;
    margin-left: 60px;
  }

  .f-q-qah-tab-link {
    width: 100%;
    padding: 0px;
  }

  .f-q-qah-tab-link.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-qah-tab-text {
    font-size: 14px;
  }

  .f-q-qah-tab-grid {
    height: 350px;
  }

  .f-q-qah-tab-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .f-q-qah-tab-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .f-q-qah-tab-info {
    padding-right: 40px;
    padding-left: 60px;
  }

  .f-q-qah-management-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .f-q-qah-management-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .f-q-qah-management-grid {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .f-q-qah-management {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-qah-management-position {
    font-size: 15px;
  }

  .f-q-qah-management-name {
    font-size: 23px;
    line-height: 28px;
  }

  .f-q-qah-management-info {
    font-size: 13px;
    line-height: 18px;
  }

  .f-q-qah-tab-image {
    height: auto;
  }

  .f-q-product-image {
    top: 22px;
  }

  .f-q-product-grid {
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-q-product-title {
    font-size: 22px;
  }

  .f-q-readmore-block {
    width: 40%;
  }

  .f-q-readmore-link {
    padding: 10px;
  }

  .f-q-readmore-link._01 {
    font-size: 14px;
  }

  .f-q-readmore-link._02 {
    font-size: 14px;
  }

  .f-q-readmore-link._03 {
    font-size: 14px;
  }

  .f-q-readmore-link._04 {
    font-size: 14px;
  }

  .f-q-readmore-link._05 {
    font-size: 14px;
  }

  .f-q-readmore-link._06 {
    font-size: 14px;
  }

  .f-q-readmore-link-less {
    padding: 10px;
  }

  .f-q-readmore-link-less._01 {
    font-size: 14px;
  }

  .f-q-readmore-link-less._02 {
    font-size: 14px;
  }

  .f-q-readmore-link-less._03 {
    font-size: 14px;
  }

  .f-q-readmore-link-less._04 {
    font-size: 14px;
  }

  .f-q-readmore-link-less._05 {
    font-size: 14px;
  }

  .f-q-readmore-link-less._06 {
    font-size: 14px;
  }

  .f-q-product-image-block {
    height: 400px;
  }

  .f-q-ourproduct-title {
    width: 100%;
  }

  .section-8 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-subsidiary-name {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .f-q-subsidiary-subtitle {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .f-q-subsidiary-sub-info {
    font-size: 18px;
    line-height: 22px;
  }

  .f-q-subsidiary-info-title {
    font-size: 14px;
  }

  .f-q-subsidiary-info-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .f-q-subsidiary-image2 {
    max-width: 90%;
  }

  .section-9 {
    padding-right: 60px;
    padding-left: 60px;
    background-size: auto, cover;
  }

  .f-q-heading-others {
    font-size: 40px;
  }

  .section-10 {
    padding-right: 60px;
    padding-left: 60px;
    background-size: auto, cover;
  }

  .f-q-contact-info-title {
    font-size: 14px;
  }

  .f-q-contact-info-details {
    font-size: 16px;
    line-height: 20px;
  }

  .f-q-follow-text {
    font-size: 16px;
  }

  .section-11 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-13 {
    padding-right: 60px;
    padding-left: 60px;
    background-size: auto, cover;
  }

  .section-14 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-gallery-link {
    height: 62px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .f-q-gallery-link-text {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    text-align: center;
  }

  .f-b-gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .fq-whoweare-tabs-image {
    height: 200px;
  }

  .fq-whoweare-tabs-image.others {
    height: 200px;
  }

  .f-q-logo-name-loader {
    font-size: 25px;
  }

  .organizational-chart {
    position: relative;
    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-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;
  }

  .button {
    width: 120px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 15px;
  }

  .enlarge {
    position: absolute;
    left: auto;
    top: 20%;
    right: 5%;
    bottom: auto;
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .f-q-logo-name {
    font-size: 15px;
  }

  .f-q-logo-img {
    width: 25px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .f-q-logo-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .f-q-nav-bar {
    height: 60px;
  }

  .f-q-nav-link-block {
    display: none;
    overflow: auto;
    width: 60%;
  }

  .f-q-nav-text-title {
    height: 60px;
  }

  .f-q-slider-all-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-slider-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .f-q-slider-information {
    width: 100%;
    font-size: 16px;
  }

  .tabs-menu {
    bottom: -8%;
    height: 80px;
    padding: 5px;
  }

  .f-q-tab-title {
    font-size: 13px;
  }

  .f-q-whoweare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-heading {
    margin-bottom: 20px;
  }

  .f-q-heading.subsidiary-company {
    margin-bottom: 30px;
  }

  .f-q-whoweare-element {
    top: -5%;
    width: 100px;
  }

  .f-q-whoweare-element.who-we-are {
    left: 5%;
    top: -2%;
    width: 100px;
  }

  .f-q-whoweare-element.our-operation {
    left: auto;
    top: -3%;
    right: 7%;
    bottom: auto;
    width: 100px;
  }

  .f-q-whoweare-element.quality-control {
    left: 28px;
    top: -5%;
    right: auto;
    bottom: 0%;
    width: 100px;
  }

  .f-q-whoweare-element.contact-us {
    left: auto;
    top: -27%;
    right: 50%;
    bottom: auto;
    width: 100px;
  }

  .f-q-content-block {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .f-q-content-block.quality-control {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .f-q-content-block.our-operation {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .f-q-whoweare-block-paragraphy {
    width: 100%;
    margin-bottom: 10px;
  }

  .f-q-whoweare-tabs-menu {
    margin-bottom: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-whoweare-tabs-content {
    position: relative;
    bottom: 0%;
  }

  .f-q-whoweare-tabs-inner {
    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-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;
  }

  .f-q-whoweare-tabs-block {
    height: 200px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-3 {
    padding-top: 0px;
  }

  .section-3.our-operation {
    margin-top: 0px;
  }

  .section-3.subsidiary {
    margin-top: 0px;
  }

  .f-q-btn {
    height: auto;
    margin-right: 20px;
    background-size: 25px, auto;
  }

  .f-q-btn.right {
    margin-left: auto;
  }

  .f-q-our-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-our-product.our-operation {
    margin-top: 60px;
  }

  .f-q-our-product-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .f-q-our-product-all.operation {
    padding-right: 20px;
    padding-left: 40px;
  }

  .f-q-paragraphy {
    width: 100%;
    text-align: right;
  }

  .f-q-paragraphy.quality-control {
    text-align: justify;
  }

  .f-q-paragraphy.subsidiary {
    text-align: justify;
  }

  .f-q-our-operation-block {
    height: 250px;
    min-width: 250px;
  }

  .f-q-ourproduct-block {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .f-q-ourproduct-block-paragraphy-copy {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .f-q-quality-control-element {
    top: auto;
  }

  .f-q-quality-control-image {
    position: absolute;
    left: 0%;
    top: -12%;
    right: 0%;
    bottom: auto;
    max-width: 45%;
  }

  .f-q-quality-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-quality-control-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f-q-subsidiary-grid {
    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-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;
  }

  .f-q-subsidiary-image {
    width: 100%;
    height: 300px;
  }

  .f-q-subsidiary-image._05 {
    background-size: 80%;
  }

  .f-q-subsidiary-info {
    height: 400px;
  }

  .f-q-footer {
    padding: 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-footer-text {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .f-q-footer-text.wemabox {
    text-align: right;
  }

  .f-q-qc-small.quality {
    line-height: 20px;
  }

  .f-q-qc-title {
    padding-top: 60px;
  }

  .f-q-qc-element {
    left: 84px;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .f-q-qc-image {
    top: auto;
    max-width: 200px;
  }

  .section-5 {
    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;
  }

  .f-q-qc-paragraph {
    font-size: 14px;
    line-height: 16px;
  }

  .f-q-qc-paragraph.details {
    font-size: 14px;
    line-height: 16px;
  }

  .f-q-qc-info-image {
    width: 100%;
    height: 200px;
  }

  .f-q-qc-info-image._01 {
    width: 100%;
    height: 200px;
    margin-right: 20px;
  }

  .f-q-side-image {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .qc-heading {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr) auto;
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .qc-heading.our-product {
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
  }

  .f-q-qah-element {
    left: auto;
    top: auto;
    right: -48%;
    bottom: auto;
  }

  .f-q-qah-image {
    left: 78px;
    top: auto;
    bottom: -62px;
    max-width: 350px;
  }

  .f-q-qah-title {
    padding-top: 0px;
  }

  .tabs-menu-3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .f-q-qah-tab-grid {
    height: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .f-q-qah-tab-info {
    padding: 60px;
  }

  .f-q-qah-management-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-size: cover;
  }

  .f-q-qah-management-name {
    height: auto;
  }

  .f-q-qah-tab-image {
    height: 300px;
  }

  .f-q-product-image {
    position: static;
    left: 78px;
    top: auto;
    bottom: -62px;
    max-width: 350px;
  }

  .f-q-product-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    background-size: contain;
    background-attachment: scroll;
  }

  .f-q-product-image-block {
    left: 45px;
    height: auto;
  }

  .f-q-ourproduct-title {
    padding-top: 0px;
  }

  .f-q-subsidiary-tab-link.w--current {
    height: auto;
    border-bottom-width: 3px;
  }

  .f-q-subsidiary-tab-menu {
    height: auto;
  }

  .f-q-subsidiary-info-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .f-q-subsidiary-name {
    font-size: 23px;
    line-height: 26px;
  }

  .section-9 {
    background-size: auto, cover;
  }

  .section-10 {
    background-size: auto, cover;
  }

  .f-q-contact-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .f-q-contact-block {
    margin-bottom: 20px;
  }

  .f-q-contact-grid {
    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;
  }

  .f-q-contact-info-details {
    font-size: 17px;
  }

  .f-q-site-operation {
    min-height: 300px;
    min-width: 300px;
  }

  .f-q-site-operation-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .f-q-site-operation-img {
    width: 20px;
  }

  .f-q-site-operation-text {
    font-size: 14px;
    line-height: 18px;
  }

  .f-q-map {
    height: 400px;
  }

  .div-block-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-13 {
    background-size: auto, cover;
  }

  .section-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-q-gallery-link {
    height: 65px;
    min-width: 200px;
  }

  .tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 10px 60px;
    -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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .fq-whoweare-tabs-image {
    width: 100%;
  }

  .f-q-logo-name-loader {
    font-size: 25px;
  }

  .organizational-chart {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .f-q-logo-name {
    font-size: 12px;
  }

  .f-q-logo-block {
    margin-left: 20px;
  }

  .f-q-nav-link-block {
    width: 100%;
    box-shadow: none;
  }

  .f-q-hamburger-element {
    width: 40px;
  }

  .f-q-slider-all-block {
    padding-right: 40px;
    padding-left: 40px;
    background-image: url('../images/slider-element-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: url('../images/slider-element-2.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-position: 100% 50%, 0px 0px;
    background-size: contain, auto;
  }

  .f-q-slider-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .f-q-slider-information {
    font-size: 14px;
    line-height: 20px;
  }

  .tabs-menu {
    bottom: -10%;
    width: 90%;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link {
    width: 100%;
  }

  .tab-link.w--current {
    width: 100%;
    padding-left: 0px;
  }

  .f-q-tab-title {
    font-size: 15px;
  }

  .f-q-heading {
    font-size: 28px;
    line-height: 35px;
    text-align: left;
  }

  .f-q-heading.subsidiary-company {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 25px;
  }

  .f-q-heading.operation {
    text-align: left;
  }

  .f-q-heading.quality-control {
    text-align: left;
  }

  .f-q-whoweare-element.our-operation {
    left: auto;
    top: -2%;
    right: 6%;
    bottom: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .f-q-whoweare-element.quality-control {
    left: 3%;
    top: -5%;
    right: auto;
    bottom: 0%;
  }

  .f-q-whoweare-element.contact-us {
    right: 0%;
  }

  .f-q-content-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-content-block.quality-control {
    left: auto;
    margin-bottom: 40px;
  }

  .f-q-content-block.our-operation {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .f-q-whoweare-tabs-menu {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-whoweare-tabs-link {
    padding-right: 20px;
    padding-left: 20px;
    background-size: 30px;
  }

  .f-q-whoweare-tabs-link.w--current {
    background-size: 30px, auto, auto;
  }

  .f-q-whoweare-tabs-text {
    font-size: 16px;
  }

  .f-q-whoweare-tabs-block {
    height: 250px;
  }

  .f-q-whoweare-tabs-heading {
    margin-bottom: 10px;
  }

  .f-q-whoweare-tabs-info {
    margin-bottom: 10px;
  }

  .f-q-btn {
    width: 100%;
    height: 40px;
    margin-right: 0px;
    font-size: 14px;
  }

  .f-q-btn.right {
    margin-right: 0px;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 30px;
    background-image: url('../images/selection-icon-w.png'), -webkit-gradient(linear, right top, left top, from(#faba3b), to(#a84d24));
    background-image: url('../images/selection-icon-w.png'), linear-gradient(270deg, #faba3b, #a84d24);
    background-position: 95% 50%, 0px 0px;
    background-size: 25px, auto;
    background-repeat: no-repeat, repeat;
  }

  .f-q-btn.subsidiary {
    width: auto;
  }

  .f-q-our-product-block.silica-sand {
    margin-right: 10px;
  }

  .f-q-our-product-all {
    padding-right: 20px;
    padding-left: 20px;
  }

  .f-q-our-product-all.operation {
    padding-right: 20px;
    padding-left: 40px;
  }

  .f-q-paragraphy {
    text-align: justify;
  }

  .f-q-paragraphy.subsidiary {
    font-size: 14px;
    line-height: 16px;
  }

  .f-q-ourproduct-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-ourproduct-block-paragraphy-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-quality-control-element {
    width: 200px;
    height: 200px;
  }

  .f-q-quality-control-image {
    top: -15%;
    max-width: 200px;
  }

  .f-q-quality-control-all {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .f-q-subsidiary {
    display: -ms-grid;
    display: grid;
    padding-right: 40px;
    padding-left: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .f-q-subsidiary-image._04 {
    background-size: 200px;
  }

  .f-q-subsidiary-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .f-q-subsidiary-info {
    height: 350px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .f-q-subsidiary-company-link {
    min-width: 50%;
  }

  .tabs-menu-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .f-q-subsidiary-content {
    margin-top: 0px;
  }

  .f-q-subsidiary-element {
    display: none;
    max-width: 30%;
    margin-top: 97px;
    margin-left: 34px;
  }

  .f-q-footer {
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-footer-text {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    text-align: center;
  }

  .bold-text {
    font-size: 25px;
  }

  .f-q-qc-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .f-q-qc-sub-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .f-q-qc-image-block {
    -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;
  }

  .f-q-qc-small {
    font-size: 13px;
  }

  .f-q-qc-small.quality {
    font-size: 13px;
  }

  .f-q-qc-divider {
    width: 15px;
  }

  .f-q-qc-image {
    left: 0px;
    max-width: 180px;
  }

  .section-5 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-qc-info-image {
    height: 200px;
  }

  .f-q-qc-info-image._01 {
    height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .f-q-side-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qc-heading {
    height: 350px;
    padding-left: 40px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .qc-heading.qandh {
    -ms-grid-columns: 2fr minmax(100px, 1fr);
    grid-template-columns: 2fr minmax(100px, 1fr);
  }

  .qc-heading.our-product {
    padding-left: 40px;
    -ms-grid-columns: 2fr minmax(100px, 1fr);
    grid-template-columns: 2fr minmax(100px, 1fr);
  }

  .f-q-qah-paragraphy {
    max-width: 90%;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
  }

  .f-q-qah-image-block {
    -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;
  }

  .f-q-qah-element {
    left: 54px;
    right: auto;
  }

  .f-q-qah-image {
    left: 14px;
    bottom: -57px;
    max-width: 300px;
  }

  .f-q-qah-title {
    width: auto;
  }

  .f-q-opening-image {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .f-q-opening {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-opening-paragraph {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
  }

  .tabs-menu-3 {
    bottom: -10%;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-q-qah-tab-heading {
    font-size: 23px;
    line-height: 25px;
  }

  .f-q-qah-tab-info {
    padding: 60px 40px;
  }

  .f-q-qah-management-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .f-q-qah-management-grid {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .f-q-qah-management {
    padding-right: 30px;
    padding-left: 30px;
  }

  .f-q-qah-management-position {
    font-size: 14px;
    line-height: 18px;
  }

  .f-q-qah-management-name {
    font-size: 18px;
    line-height: 25px;
  }

  .f-q-product-image {
    left: 14px;
    bottom: -57px;
    max-width: 300px;
  }

  .f-q-product-grid {
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-size: contain;
    background-attachment: fixed;
  }

  .f-q-readmore-block {
    width: 60%;
  }

  .f-q-product-image-block {
    -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;
  }

  .f-q-ourproduct-title {
    width: auto;
  }

  .section-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-subsidiary-tab-link {
    width: 100%;
    min-width: 50%;
  }

  .f-q-subsidiary-tab-menu {
    overflow: auto;
  }

  .f-q-subsidiary-tab-grid {
    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-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;
  }

  .f-q-subsidiary-info-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .f-q-subsidiary-subtitle {
    font-size: 13px;
  }

  .f-q-subsidiary-sub-info {
    font-size: 16px;
  }

  .f-q-subsidiary-info-title {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .f-q-subsidiary-info-paragraph {
    font-size: 14px;
    line-height: 16px;
  }

  .f-q-subsidiary-activity {
    padding: 40px 20px 10px;
  }

  .section-9 {
    height: 150px;
    padding-right: 40px;
    padding-left: 40px;
    background-size: auto, cover;
  }

  .f-q-heading-others {
    font-size: 28px;
    line-height: 35px;
  }

  .section-10 {
    height: 150px;
    padding-right: 40px;
    padding-left: 40px;
    background-size: auto, cover;
  }

  .section-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-q-site-operation {
    min-height: auto;
    min-width: 300px;
  }

  .section-13 {
    height: 150px;
    padding-right: 40px;
    padding-left: 40px;
    background-size: auto, cover;
  }

  .section-14 {
    padding: 40px 0px;
  }

  .tabs-menu-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .f-b-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .fq-whoweare-tabs-image {
    height: 200px;
  }

  .f-q-load-image {
    width: 150px;
  }

  .f-q-logo-name-loader {
    font-size: 25px;
  }

  .enlarge {
    top: 3%;
    right: 3%;
    width: 35px;
    height: 35px;
  }
}

#w-node-_1b59460a-e6e8-1931-0c9f-03febf73c18e-54f60ab0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d94a6052-bbc4-31f3-a744-c46b51dabc48-54f60ab0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ba435b0d-981d-0856-da2f-81202beff340-54f60ab0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3cdd5201-a1bd-e96b-4661-80048450bd7c-54f60ab0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3cdd5201-a1bd-e96b-4661-80048450bd84-54f60ab0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6bab175-ed32-8f49-ef7f-fc30fc116db8-54f60ab0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-48bf14ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f224c7f-67a7-c937-77b3-5f82f172ffb8-48bf14ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2fb302de-95c7-f738-d2fe-7843020f739f-cee6a733 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-cee6a733 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_2fb302de-95c7-f738-d2fe-7843020f739f-05aa5643 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-05aa5643 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_95ad71a4-7dd5-09c5-6efe-43fffa51807e-93656969 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eef83fd2-7c31-e229-0fae-1a3f84c79b7c-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_67a61f10-9cb7-3a1c-bd7c-fb0df4363233-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_754b2429-d9fd-1d49-e31e-ccfdad065bb8-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2605f951-ad1f-4af8-3cd1-c219d1791f76-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b9005f28-b8c0-38c3-046e-5937a1f515ee-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b9005f28-b8c0-38c3-046e-5937a1f515fd-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dd7b795c-c929-0b37-9dfd-2d0cfe87f371-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dd7b795c-c929-0b37-9dfd-2d0cfe87f380-93656969 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c0aab0b0-0274-2609-5d6d-0c13210edd57-2bb871e6 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-db2759b3-20d8-1458-8c0b-13bdefee362c-766e4b6b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_8282fce9-191b-38ab-4e08-74d2f48ebf07-766e4b6b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_0f224c7f-67a7-c937-77b3-5f82f172ffb8-48bf14ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-cee6a733 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_2fb302de-95c7-f738-d2fe-7843020f739f-05aa5643 {
    -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-05aa5643 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_95ad71a4-7dd5-09c5-6efe-43fffa51807e-93656969 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1b59460a-e6e8-1931-0c9f-03febf73c18e-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d94a6052-bbc4-31f3-a744-c46b51dabc48-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ba435b0d-981d-0856-da2f-81202beff340-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3cdd5201-a1bd-e96b-4661-80048450bd7c-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e6bab175-ed32-8f49-ef7f-fc30fc116db8-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2fb302de-95c7-f738-d2fe-7843020f739f-05aa5643 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1b59460a-e6e8-1931-0c9f-03febf73c18e-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ba435b0d-981d-0856-da2f-81202beff340-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3cdd5201-a1bd-e96b-4661-80048450bd7c-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e6bab175-ed32-8f49-ef7f-fc30fc116db8-54f60ab0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-48bf14ba {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-cee6a733 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_75315fa6-56fb-019b-8410-4b60eac057b5-cee6a733 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_82a46c2c-d8fa-38c9-5b26-22f277a93b68-cee6a733 {
    -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-node-_797e3049-1f58-807a-1bfd-50e8c826ba52-cee6a733 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca5c57e3-4394-10ea-f4b2-4c8deea2cb3d-cee6a733 {
    -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-05aa5643 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-db2759b3-20d8-1458-8c0b-13bdefee362c-766e4b6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8282fce9-191b-38ab-4e08-74d2f48ebf07-766e4b6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_28dc6eea-3b03-893d-1194-50e9da9c331e-54f60ab0 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_28dc6eea-3b03-893d-1194-50e9da9c3314-54f60ab0 {
    -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-48bf14ba {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3a090ac0-2b42-d255-33ae-cb71f676ff4e-48bf14ba {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_2fb302de-95c7-f738-d2fe-7843020f739f-cee6a733 {
    -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-cee6a733 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2fb302de-95c7-f738-d2fe-7843020f739f-05aa5643 {
    -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-node-_2ab11058-4689-592f-8224-d7ddc48ff02b-05aa5643 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-db2759b3-20d8-1458-8c0b-13bdefee362c-766e4b6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8282fce9-191b-38ab-4e08-74d2f48ebf07-766e4b6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

