.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.brand {
  width: 183px;
  height: 47px;
}

.brand:hover {
  opacity: 0.7;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -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;
}

.container.flex_h {
  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;
  -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;
}

.container.flex_h.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.flex-v.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-v.between {
  -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;
}

.container.left {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.flex-h.bewteen {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.between {
  padding-right: 40px;
  padding-left: 40px;
  -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;
  font-family: 'Gotham book', sans-serif;
}

.container.ghg_blk {
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.container.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.contactus {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar {
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
}

.slider {
  width: 100%;
  height: 720px;
}

.silder_banner1 {
  background-image: url('../images/index_banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  -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;
  color: #484848;
  font-size: 17px;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.nav-link:hover {
  color: #8fc31f;
}

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

.lang {
  margin: 20px 10px;
  padding: 0px 1px 3px;
  border-bottom: 2px solid transparent;
  color: #737373;
  text-align: center;
}

.lang:hover {
  border-bottom: 2px solid #cecece;
}

.lang.active {
  border-bottom: 2px solid #cecece;
}

.shopcart {
  margin-right: 8px;
  padding: 8px 18px 6px 35px;
  background-color: #8fc31f;
  background-image: url('../images/shop_icon_w.svg');
  background-position: 17px 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
}

.shopcart:hover {
  background-color: transparent;
  background-image: url('../images/shop_icon.svg');
  color: #8fc31f;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.wrapper.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.between {
  -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;
}

.wrapper.flex_h {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.margin-left-50 {
  padding-left: 50px;
}

.wrapper.margin-right-50 {
  padding-right: 50px;
}

.wrapper.copyrightbar {
  height: 35px;
  background-color: #7f7f7f;
}

.wrapper.ourstory_banner1 {
  height: 512px;
  background-image: url('../images/outstory_banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.ourstory_banner2 {
  height: 641px;
  background-image: url('../images/outstory_banner2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.pressbg {
  height: 775px;
  background-image: url('../images/media_bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.why_banner1 {
  height: 512px;
  background-image: url('../images/why_banner1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.why_banner2 {
  height: 407px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/why_banner2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.saleschannels_banner1 {
  height: 512px;
  background-image: url('../images/salesChannel_banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.tip_banner1 {
  height: 512px;
  background-image: url('../images/help_tips_banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.fb_banner1 {
  height: 268px;
  background-image: url('../images/fb_banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.product_banner1 {
  height: 467px;
  background-image: url('../images/Flexi_e-Zip_Bag.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.showroom_slide_main {
  display: none;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-block {
  width: 100%;
  max-width: 876px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #90c31f;
  font-size: 23px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 1.5px;
}

.img_wrapper_33 {
  width: 33%;
  max-width: 204px;
  padding-right: 20px;
  padding-left: 20px;
}

.img_wrapper_33.shadow_btm {
  padding-bottom: 50px;
  background-image: url('../images/shadow_btm.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block {
  position: relative;
  width: 905px;
  height: 520px;
  background-image: url('../images/index_p1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fff5fb {
  width: 100%;
  max-width: 680px;
  margin-top: 100px;
  margin-left: -128px;
  padding-right: 35px;
  padding-bottom: 55px;
  padding-left: 46px;
  background-color: rgba(255, 245, 251, 0.8);
}

.text-block-2 {
  color: #5b5d5d;
  font-size: 17px;
  line-height: 36px;
  text-align: justify;
  letter-spacing: 1.5px;
}

.text-block-3 {
  position: relative;
  top: -58px;
  color: #7c7c7c;
  font-size: 46px;
  line-height: 78px;
  letter-spacing: 5px;
  white-space: nowrap;
}

.intro_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  padding-right: 100px;
  padding-left: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro_container.flex_h {
  padding-right: 40px;
  -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;
}

.intro_container.flex_h.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro_container.flex-v.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_container.flex-v.between {
  -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;
}

.intro_container.left {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.margin-h-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.absolute {
  position: relative;
}

.morebtn1 {
  margin-top: 10px;
  padding-bottom: 5px;
  float: right;
  border-bottom: 2px solid #90c31f;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.morebtn2 {
  margin-top: 40px;
  border-bottom: 2px solid #90c31f;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.f7fffd {
  position: relative;
  left: 95px;
  top: 44px;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  padding-right: 46px;
  padding-bottom: 56px;
  padding-left: 35px;
  background-color: rgba(247, 255, 253, 0.82);
}

.margin-h-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.relative {
  position: relative;
  z-index: 2;
}

.div-block-2 {
  width: 821px;
  height: 506px;
  background-image: url('../images/index_p2.jpg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.index_ourproduct-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.title_txt {
  color: #7c7c7c;
  font-size: 56px;
  line-height: 74px;
  text-align: center;
  letter-spacing: 8px;
}

.title_txt.white {
  color: #fff;
}

.title_txt.left {
  width: 58%;
  text-align: left;
}

.title_wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
}

.title_wrapper.left {
  padding-bottom: 60px;
}

.title_wrapper.ourstory_title {
  width: 80%;
  max-width: 640px;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  max-width: 1280px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.slide {
  width: 100%;
}

.icon {
  color: #c4c4c4;
}

.icon-2 {
  color: #c4c4c4;
}

.div-block-3 {
  width: 50%;
}

.text-block-4 {
  padding-bottom: 5px;
}

.index_productslide_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 1px;
  float: left;
  -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;
}

.index_productslide_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  float: left;
  -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;
}

.index_productslide_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7c7c7c;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1.5px;
}

.text-block-6 {
  text-decoration: none;
}

.link-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 28px;
  border: 1px solid #c9c9c9;
  color: #000;
  font-size: 14px;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  border-color: #8fc31f;
  background-color: #8fc31f;
  color: #fff;
}

.index_ourproduct_spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding: 60px 21px;
  -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: #f7f7f7;
}

.subtitle_wrapper {
  padding-bottom: 60px;
  letter-spacing: 3px;
}

.subtitle_txt {
  color: #7c7c7c;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.subtitle_txt.green {
  color: #90c31f;
}

.text-block-7 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.5px;
}

.icon_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.icon_wrapper:hover {
  color: #8fc31f;
}

.margin-h-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-8 {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
}

.nav-menu_right {
  width: 40%;
  text-align: right;
}

.nav-menu_left {
  width: 40%;
  float: left;
}

.whyicon_img {
  height: 60px;
}

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

.carousel_img_wrapper {
  width: 462px;
  height: 495px;
}

.carousel_img_wrapper.c1 {
  background-image: url('../images/c1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel_img_wrapper.c2 {
  background-image: url('../images/c2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel_img_wrapper.c3 {
  background-image: url('../images/c3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel_img_wrapper.c4 {
  background-image: url('../images/c4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel_img_wrapper.c5 {
  background-image: url('../images/c5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subtitle_wrapper2 {
  padding-bottom: 20px;
  letter-spacing: 3px;
}

.collect-blk {
  padding: 110px 20px 134px;
}

.index_collect_link {
  margin-right: 11px;
  margin-left: 11px;
}

.sitemap_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  -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;
}

.footer_logo_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  margin-bottom: 100px;
  -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;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-9 {
  padding-bottom: 2px;
  color: #666;
  font-size: 15px;
  letter-spacing: 2px;
}

.footer_li {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #636363;
  font-size: 13px;
  letter-spacing: 1.5px;
}

.list {
  padding-left: 15px;
}

.div-block-6 {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.footer_title1 {
  width: 75px;
  margin-bottom: 7px;
  border-bottom: 1px solid #8a8383;
  font-size: 12px;
}

.footer_link {
  color: #666;
  text-decoration: none;
}

.footer_link:hover {
  color: #8fc31f;
}

.div-block-8 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.div-block-9 {
  width: 20%;
  -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;
}

.image-2 {
  width: 224px;
}

.footer_title2 {
  width: 43px;
  margin-bottom: 7px;
  border-bottom: 1px solid #8a8383;
  font-size: 12px;
}

.footer_title3 {
  width: 40px;
  margin-bottom: 7px;
  border-bottom: 1px solid #8a8383;
  font-size: 12px;
}

.footer_title4 {
  width: 80px;
  margin-bottom: 7px;
  border-bottom: 1px solid #8a8383;
  font-size: 12px;
}

.footer-col {
  width: 29%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-col-xs {
  width: 13%;
}

.nav-menu_m {
  width: 100%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -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;
}

.left-arrow {
  width: 40px;
}

.right-arrow {
  width: 40px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-14 {
  display: none;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
}

.icon-4 {
  display: none;
}

.dropdown-list {
  display: none;
  -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;
}

.dropdown-list.w--open {
  left: -24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.dropdown-list.pos2.w--open {
  left: -29%;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 35px;
  -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;
}

.dropdown-toggle:focus {
  color: #8fc31f;
}

.dropdown-toggle.w--open:hover {
  color: #8fc31f;
}

.nav_sublink {
  color: #484848;
  font-size: 14.5px;
  font-weight: 400;
}

.nav_sublink:hover {
  color: #8fc31f;
}

.nav_sublink.w--current {
  color: #8fc31f;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  height: 276px;
  -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;
  border-radius: 276px;
  background-color: rgba(178, 234, 31, 0.73);
}

.text-block-11 {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 5px;
}

.text-span {
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.container_850 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container_850.flex_h {
  -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;
}

.container_850.flex_h.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container_850.flex-v.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_850.flex-v.between {
  -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;
}

.container_850.left {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container_850.flex-h.bewteen {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-12 {
  width: 100%;
  padding-bottom: 40px;
  color: #0e0e0e;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.5px;
}

.text-block-12.white {
  color: #fff;
}

.subtitle_wrapper3 {
  padding-bottom: 60px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-13 {
  width: 100%;
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
}

.container_photo_left {
  width: 50%;
  padding-top: 28.4%;
}

.container_photo_left.ourstory_p1 {
  background-image: url('../images/outstory_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_photo_left.ourstory_p3 {
  background-image: url('../images/outstory_3.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container_photo_left.test_p1 {
  background-image: url('../images/Microwave_Test_(Flexi Box).jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_photo_right.test_p2 {
  background-image: url('../images/Steamer_Test_(Flexi Box).jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_photo_left.test_p3 {
  background-image: url('../images/Freezer_Test_(Flexi Box).jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_photo_right.test_p4 {
  background-image: url('../images/BPA_Test_(Flexi Box).jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_desc_right {
  width: 50%;
  padding: 20px 5%;
}

.subtitle_txt_left {
  padding-bottom: 4%;
  color: #7c7c7c;
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 3px;
}

.subtitle_txt_left.green {
  color: #90c31f;
}

.text-block-14 {
  font-family: 'Gotham book', sans-serif;
  color: #8fc31f;
  font-size: 24px;
  line-height: 30px;
}

.text-block-15 {
  color: #0e0e0e;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}

.morebtn3 {
  margin-top: 4%;
  border-bottom: 2px solid #90c31f;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.container_desc_left {
  width: 50%;
  padding: 20px 4%;
}

.container_photo_right {
  width: 50%;
  padding-top: 28.4%;
}

.container_photo_right.ourstory_p2 {
  background-image: url('../images/outstory_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_photo_right.ourstory_p4 {
  background-image: url('../images/outstory_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-3 {
  padding-left: 20px;
  color: #90c31f;
  font-size: 15px;
  line-height: 28px;
}

.text-span-2 {
  color: #000;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.tabs-menu {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ededed;
  border-radius: 50px;
}

.tab-link-tab-2 {
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 50px;
  background-color: transparent;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tab-link-tab-2.w--current {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #8fc21f;
  color: #fff;
}

.tab-link-tab-1 {
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 50px;
  background-color: transparent;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tab-link-tab-1.w--current {
  border-radius: 50px;
  background-color: #8fc21f;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tabs-content {
  width: 100%;
}

.col_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 215px;
  padding-top: 18px;
  padding-bottom: 18px;
  -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;
  border-bottom: 1px solid #000;
  color: #0e0e0e;
}

.col-45.empty {
  border-bottom-style: none;
}

.col-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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-image: -webkit-gradient(linear, left top, right top, color-stop(42%, #fff), color-stop(43%, #f3f4f6), color-stop(58%, #f3f4f6), color-stop(59%, #fff));
  background-image: linear-gradient(90deg, #fff 42%, #f3f4f6 43%, #f3f4f6 58%, #fff 59%);
}

.col-10.first {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(48%, hsla(0, 0%, 100%, 0)), color-stop(50%, #fff)), -webkit-gradient(linear, left top, right top, color-stop(42%, #fff), color-stop(43%, #f3f4f6), color-stop(58%, #f3f4f6), color-stop(59%, #fff));
  background-image: linear-gradient(360deg, hsla(0, 0%, 100%, 0) 48%, #fff 50%), linear-gradient(90deg, #fff 42%, #f3f4f6 43%, #f3f4f6 58%, #fff 59%);
}

.col-10.last {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, hsla(0, 0%, 100%, 0)), color-stop(50%, #fff)), -webkit-gradient(linear, left top, right top, color-stop(42%, #fff), color-stop(43%, #f3f4f6), color-stop(58%, #f3f4f6), color-stop(59%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 49%, #fff 50%), linear-gradient(90deg, #fff 42%, #f3f4f6 43%, #f3f4f6 58%, #fff 59%);
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  -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: 78px;
  background-color: #8fc21f;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 21px;
}

.text-block-16 {
  width: 250px;
  margin-right: 20px;
  margin-left: 20px;
  line-height: 24px;
  letter-spacing: 1.5px;
}

.text-span-3 {
  color: #8fc21f;
}

.text-block-16b {
  width: 250px;
  margin-right: 20px;
  margin-left: 0px;
  line-height: 24px;
  letter-spacing: 1.5px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.form-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.select-field {
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 50px;
  background-color: transparent;
}

.media_slider {
  width: 100%;
  height: 775px;
  -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;
  background-color: transparent;
  background-image: url('../images/media_bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_item {
  width: 33%;
  max-width: 284px;
  margin-right: 6%;
  margin-left: 2%;
}

.media_resource_desc_blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 301px;
  padding: 20px 20px 0px;
  -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;
  background-color: #f5f2ee;
}

.media_source_title {
  width: 100%;
  margin-bottom: 20px;
  color: #90c31f;
  font-size: 17px;
  line-height: 26px;
}

.media_source_desc {
  width: 100%;
  line-height: 24px;
  text-align: justify;
}

.media_morebtn {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 21px 10px 28px;
  border: 1px solid #c9c9c9;
  color: #000;
  font-size: 14px;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.media_morebtn:hover {
  opacity: 0.54;
}

.div-block-23 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-2 {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

.media_resource_datebg {
  position: relative;
  left: 55px;
  top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 6px;
  padding-right: 18px;
  padding-left: 18px;
  -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;
  border-radius: 276px;
  background-color: rgba(147, 196, 40, 0.95);
  color: #fff;
}

.text-block-20 {
  width: 100%;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-21 {
  width: 100%;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 10px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-22 {
  width: 100%;
  padding-top: 7px;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-24 {
  width: 90px;
  border-bottom: 1px solid #fff;
}

.media_resource_photo {
  width: 100%;
  max-width: 284px;
  padding-top: 74%;
}

.media_resource_photo.p1 {
  background-image: url('../images/media_dummy1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_photo.p2 {
  background-image: url('../images/media_dummy2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_photo.p3 {
  background-image: url('../images/media_dummy3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-25.video_margin {
  margin-top: 70px;
}

.media_resource_pressbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 70px;
  margin-top: 17px;
  margin-bottom: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 80px;
  box-shadow: -2px 6px 7px -2px rgba(0, 0, 0, 0.13);
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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: 80px;
  background-color: #8fc21f;
}

.div-block-28 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25%;
  -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;
  border-radius: 80px;
  background-color: #f6f2ef;
  text-align: left;
}

.text-block-23 {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 2px;
}

.media_resource_presstitle {
  width: 88%;
  -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;
  font-family: 'Gotham book', sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0.5px;
}

.div-block-29 {
  width: 28px;
  margin-right: 36px;
  margin-left: 20px;
}

.div-block-30 {
  width: 2px;
  height: 45px;
  background-color: #8fc21f;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-32 {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-24 {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.5px;
}

.text-block-25 {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 1.5px;
}

.text-span-4 {
  color: #90c31f;
  font-size: 22px;
}

.text-span-5 {
  color: #90c31f;
  font-size: 22px;
}

.text-block-26 {
  color: #8e8e8e;
  letter-spacing: 1.5px;
}

.text-block-27 {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.reportbtn {
  margin-top: 10px;
  padding-bottom: 5px;
  float: right;
  border-bottom: 2px solid #90c31f;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-33 {
  width: 43%;
}

.div-block-34 {
  position: relative;
  top: -71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  min-height: 1px;
  -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;
  text-align: right;
}

.div-block-35 {
  padding: 32px;
}

.image-4 {
  position: relative;
}

.div-block-36 {
  min-height: 1px;
}

.div-block-37 {
  width: 2px;
  height: 50px;
  background-color: #000;
}

.div-block-38 {
  width: 50%;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 50px;
  -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;
}

.text-block-28 {
  width: 100%;
  color: #7c7c7c;
  font-size: 56px;
  line-height: 61px;
  font-weight: 700;
  letter-spacing: 8px;
}

.text-block-29 {
  width: 100%;
  font-family: Gotham, sans-serif;
  color: #90c31f;
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
}

.text-block-30 {
  width: 100%;
  color: #7c7c7c;
  font-size: 56px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: 8px;
}

.text-span-6 {
  color: #7c7c7c;
  font-size: 58px;
}

.div-block-40 {
  padding-top: 25px;
  color: #787e87;
  line-height: 26px;
  letter-spacing: 1.5px;
}

.text-block-31 {
  padding-left: 30px;
}

.text-block-31.addressicon {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/addressIcon.svg');
  background-position: 4px 2px;
  background-size: 16px 22px;
  background-repeat: no-repeat;
  color: #787e87;
  line-height: 28px;
}

.text-block-31.telicon {
  background-image: url('../images/telIcon.svg');
  background-position: 1px 3px;
  background-size: 22px 20px;
  background-repeat: no-repeat;
  color: #787e87;
  line-height: 26px;
}

.text-block-31.emailicon {
  background-image: url('../images/emailIcon.svg');
  background-position: 3px 6px;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  color: #787e87;
  line-height: 26px;
}

.text-block-31.timeicon {
  background-image: url('../images/timeIcon.svg');
  background-position: 3px 3px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.text-block-31.addressicon2 {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/addressIcon.svg');
  background-position: 7px 3px;
  background-size: 16px 22px;
  background-repeat: no-repeat;
  color: #787e87;
  line-height: 28px;
  letter-spacing: 1.5px;
}

.text-block-31.faxicon {
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/faxIcon.svg');
  background-position: 4px 3px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-family: 'Gotham book', sans-serif;
  color: #787e87;
  line-height: 28px;
}

.text-block-31.linkicon {
  background-image: url('../images/linkIcon.svg');
  background-position: 4% 3px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  color: #787e87;
  line-height: 26px;
}

.text-span-7 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.text-block-32 {
  padding-left: 30px;
}

.text-block-32.addressicon {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/addressIcon.svg');
  background-position: 8px 3px;
  background-size: 16px 22px;
  background-repeat: no-repeat;
  text-align: right;
}

.text-block-32.telicon {
  background-image: url('../images/telIcon.svg');
  background-position: 0% 3px;
  background-size: auto 19px;
  background-repeat: no-repeat;
}

.text-block-32.emailicon {
  background-image: url('../images/emailIcon.svg');
  background-position: 2px 6px;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.text-block-32.timeicon {
  background-image: url('../images/timeIcon.svg');
  background-position: 4px 4px;
  background-size: auto 18px;
  background-repeat: no-repeat;
}

.text-block-33 {
  width: 100%;
  font-family: Gotham, sans-serif;
  color: #7c7c7c;
  font-size: 72px;
  line-height: 70px;
  font-weight: 700;
  text-align: right;
}

.text-block-34 {
  width: 100%;
  color: #7c7c7c;
  font-size: 56px;
  line-height: 64px;
  text-align: right;
  letter-spacing: 8px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.help_left {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 431px;
  height: 519px;
  -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: #f5f5f5;
}

.help_right {
  width: 70%;
}

.dropdown {
  width: 100%;
  font-family: 'Gotham book', sans-serif;
  font-size: 17px;
}

.icon-5 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  color: #b0b0b0;
}

.help_question {
  margin-left: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.dropdown-list-2 {
  position: relative;
  background-color: transparent;
}

.div-block-44 {
  width: 100%;
  padding-left: 40px;
}

.text-block-36 {
  width: 100%;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.qna_section {
  padding-top: 25px;
  padding-right: 40px;
  padding-left: 84px;
}

.text-block-37 {
  padding-bottom: 15px;
  font-family: Gotham, sans-serif;
  color: #403a3a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-block-46 {
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #000;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-47 {
  width: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  border-radius: 20px;
  opacity: 0.57;
}

.tips_ourproduct_spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding: 60px 21px;
  -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;
}

.div-block-48 {
  width: 100%;
  height: 1px;
  margin-top: 62px;
  margin-bottom: 62px;
  background-color: #000;
}

.div-block-49 {
  width: 30px;
  height: 2px;
  margin: 28px auto;
  background-color: #8fc31f;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-4 {
  width: 50%;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1.5px;
}

.list-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 473px;
  height: 467px;
  margin: 12px;
  padding-right: 80px;
  padding-left: 80px;
  -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: #f3f3f3;
}

.div-block-51.tips_p1 {
  background-image: url('../images/help_tips_p1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51.tips_p2 {
  background-image: url('../images/help_tips_p2.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51.tips_p3 {
  background-image: url('../images/help_tips_p3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-52 {
  width: 56px;
  padding-bottom: 12px;
}

.text-block-38 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #606060;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 5px;
}

.text-block-39 {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.5px;
}

.div-block-53 {
  width: 80px;
  padding-bottom: 12px;
}

.div-block-54 {
  width: 68px;
}

._252625 {
  color: #252625;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subtitle_txt2 {
  color: #7c7c7c;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.subtitle_txt2.green {
  color: #90c31f;
  letter-spacing: 3px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  line-height: 30px;
}

.text-block-40 {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #787e87;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  -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;
}

.divider_40 {
  padding-right: 40px;
  padding-left: 40px;
}

.form-block-2 {
  width: 100%;
  max-width: 850px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  letter-spacing: 1.5px;
}

.field-label {
  width: 20%;
  margin-bottom: 0px;
  padding-right: 30px;
  color: #787e87;
  font-size: 15px;
  line-height: 18px;
}

.text-field {
  width: 80%;
  margin-bottom: 0px;
}

.textarea {
  width: 80%;
}

.submit-button {
  padding-right: 35px;
  padding-left: 35px;
  background-color: #403a3a;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.subtitle_txt3 {
  color: #7c7c7c;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitle_txt3.green {
  color: #90c31f;
  letter-spacing: 3px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-block-41 {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #787e87;
  letter-spacing: 1.5px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 39px;
  -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: #8fc31f;
}

.text-block-42 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-2 {
  width: 150px;
  height: 39px;
  margin-left: 10px;
}

.gmap {
  padding-top: 16%;
  padding-bottom: 16%;
}

.div-block-63 {
  width: 33%;
}

.text-block-43 {
  width: 51%;
  color: #8fc31f;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-44 {
  padding-top: 10px;
  padding-bottom: 16px;
  font-family: 'Gotham book', sans-serif;
  color: #787e87;
  line-height: 24px;
  text-align: center;
}

.div-block-65 {
  width: 21px;
}

.contactus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-45 {
  padding-top: 15px;
  padding-bottom: 24px;
  color: #787e87;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.5px;
}

.text-block-46 {
  padding-top: 20px;
  color: #787e87;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.text-block-47 {
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-66 {
  width: 16px;
}

.image-5 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.circle_170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  padding-bottom: 13px;
  -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;
  border-radius: 276px;
  background-color: rgba(178, 234, 31, 0.73);
}

.link-block-3 {
  text-decoration: none;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.div-block-70 {
  display: none;
  width: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.right-arrow-5 {
  background-image: url('../images/sliderRight_1sliderRight.png');
  background-position: 50% 40%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.right-arrow-5:hover {
  opacity: 0.5;
}

.left-arrow-5 {
  background-image: url('../images/sliderLeft_1sliderLeft.png');
  background-position: 50% 40%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.left-arrow-5:hover {
  opacity: 0.5;
}

.dp_product_img {
  max-height: 110px;
}

.menu_tab2 {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #565656;
}

.menu_tab2.w--current {
  padding-top: 9px;
  border-top: 3px solid #f6e1cb;
  background-color: transparent;
}

.submenuwatch2 {
  width: 20%;
  padding-top: 10px;
}

.menu_tab1 {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #585858;
}

.menu_tab1.w--current {
  padding-top: 9px;
  border-top: 3px solid #e2f1fb;
  background-color: transparent;
  color: #000;
}

.tabs-menu-2 {
  padding: 20px 10px;
}

.submenuslider {
  height: 200px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.watchesdp_content {
  position: absolute;
  left: 0px;
  top: 84px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, hsla(0, 0%, 100%, 0)), color-stop(3%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 2%, #fff 3%);
  background-position: 0px 0px;
  background-repeat: repeat;
}

.mask-4 {
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 10px;
}

.nav-link-3 {
  font-size: 15px;
  font-weight: 700;
}

.nav-link-3:hover {
  color: #d6c496;
}

.nav-link-3.w--current {
  opacity: 0.9;
  color: #d2be8a;
}

.nav-link-3.dplink {
  display: block;
  padding-left: 41px;
}

.slide-nav-5 {
  display: none;
  opacity: 0.28;
}

.link_unchange {
  color: #333;
  text-decoration: none;
}

.link_unchange.submenuwatch_inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  font-size: 13px;
}

.link_unchange.submenuwatch_inner:hover {
  color: #8fc31f;
}

.link_unchange.submenuwatch_inner.hide {
  display: none;
}

.menu_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  opacity: 1;
}

.menu_product_txt {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.5px;
}

.product_listing_blk {
  width: 100%;
}

.product_listing_each {
  width: 33%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -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;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.product_listing_each:hover {
  color: #8fc31f;
}

.product_listing_img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100%;
}

.product_listing_img.p1 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/dummy1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_img.p2 {
  background-image: url('../images/dummy2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_img.p3 {
  background-image: url('../images/dummy3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_img.p4 {
  background-image: url('../images/dummy4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_img.p5 {
  background-image: url('../images/dummy5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_img.p6 {
  background-image: url('../images/dummy6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_img.p7 {
  background-image: url('../images/dummy7.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_listing_title_wrapper {
  padding-top: 10px;
  font-size: 15px;
  line-height: 24px;
}

.product_listing_title_txt {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 1.5px;
  white-space: break-spaces;
}

.hide {
  display: none;
}

.caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
}

.left-arrow-6 {
  width: 20px;
}

.gallery3-blk {
  width: 610px;
  padding-top: 86%;
  -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-image: url('../images/dummy6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175 {
  width: 72px;
  height: 72px;
  border: 1px solid #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  cursor: pointer;
}

.div-block-175:hover {
  opacity: 0.7;
}

.div-block-175.srimg6 {
  background-image: url('../images/gallery_8.jpg');
  background-size: cover;
}

.div-block-175.srimg3 {
  background-image: url('../images/gallery_5.jpg');
  background-size: cover;
}

.div-block-175.srimg5 {
  background-image: url('../images/gallery_7.jpg');
  background-size: cover;
}

.div-block-175.srimg4 {
  background-image: url('../images/gallery_6.jpg');
  background-size: cover;
}

.div-block-175.srimg7 {
  background-image: url('../images/gallery_9.jpg');
  background-size: cover;
}

.div-block-175.srimg8 {
  background-image: url('../images/gallery_10.jpg');
  background-size: cover;
}

.div-block-175.srimg-360 {
  background-image: url('../images/gallery_11.jpg');
  background-size: cover;
}

.div-block-175.srimg2 {
  background-image: url('../images/gallery_4.jpg');
  background-size: cover;
}

.div-block-175.p1 {
  background-image: url('../images/dummy_detail_p1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175.p2 {
  background-image: url('../images/dummy_detail_p2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175.p3 {
  background-image: url('../images/dummy_detail_p3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175.p4 {
  background-image: url('../images/dummy_detail_p4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175.p5 {
  background-image: url('../images/dummy_detail_p5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175.p6 {
  background-image: url('../images/dummy_detail_p6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-175.p7 {
  background-image: url('../images/dummy_detail_p7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.showroom_thumbnail_img {
  width: 72px;
  height: 72px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.slide-nav-4 {
  padding-top: 55px;
}

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

.div-block-174 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
}

.icon-7 {
  color: #8fc31f;
  font-size: 14px;
  line-height: 14px;
}

.link-block-17 {
  display: inline-block;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
}

.div-block-173 {
  position: relative;
  width: 100%;
}

.scrollbar {
  position: relative;
  overflow: auto;
  max-height: 550px;
  max-width: 360px;
  min-height: 550px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.scrollbar.tabmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: auto;
  max-width: 950px;
  min-height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.right-arrow-6 {
  width: 20px;
}

.showroom_slide_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -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;
}

.showroom_slide_thumbnail {
  width: 100%;
  max-height: 120px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.tabs-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-177 {
  width: 50%;
}

.text-block-48 {
  width: 100%;
  padding-bottom: 15px;
  color: #484848;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.div-block-178 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -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;
}

.div-block-178.p1 {
  background-image: url('../images/dummy_detail_p1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-178.p2 {
  background-image: url('../images/dummy_detail_p2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-178.p3 {
  background-image: url('../images/dummy_detail_p3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-178.p4 {
  background-image: url('../images/dummy_detail_p4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-178.p5 {
  background-image: url('../images/dummy_detail_p5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-178.p6 {
  background-image: url('../images/dummy_detail_p6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-178.p7 {
  background-image: url('../images/dummy_detail_p7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-49 {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
}

.text-span-8 {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.text-block-50 {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.product_detail_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.5px;
}

.f4a2c5 {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #f4a2c5;
}

._4962ad {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #4962ad;
}

.text-span-9 {
  color: #0e0e0e;
}

.list-item-3 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.list-5 {
  padding-left: 20px;
}

.product_detail_shopbtn {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 10px 28px;
  float: right;
  border: 1px solid #8fc31f;
  background-color: #8fc31f;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.product_detail_shopbtn:hover {
  border-color: #c9c9c9;
  background-color: transparent;
  color: #000;
}

.colorselect_wrapper {
  margin-right: 10px;
  padding: 0px;
  border-radius: 30px;
}

.colorselect_wrapper.selected {
  border: 1px solid #8fc31f;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

.div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-span-12 {
  font-weight: 700;
}

.icon-8 {
  color: #98c531;
}

.icon-9 {
  color: #99c733;
}

.icon-10 {
  color: #97c531;
}

.icon-11 {
  color: #97c531;
}

.icon-12 {
  opacity: 0.5;
  color: #8fc31f;
}

.icon-13 {
  opacity: 0.5;
  color: #8fc31f;
}

.overflowx {
  overflow: hidden;
}

.div-block-180 {
  position: absolute;
  left: -305px;
  top: -451px;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.text-block-51 {
  font-family: Gotham, sans-serif;
  color: #f7f7f7;
  font-size: 400px;
  line-height: 512px;
  font-weight: 300;
  letter-spacing: -25px;
}

.relative_bg {
  position: relative;
  z-index: -2;
}

.div-block-181 {
  position: absolute;
  left: 817px;
  bottom: -110px;
}

.text-block-52 {
  font-family: Gotham, sans-serif;
  color: #f7f7f7;
  font-size: 400px;
  font-weight: 700;
}

.div-block-182 {
  position: absolute;
  left: 871px;
  bottom: -110px;
}

.text-block-53 {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Gotham, sans-serif;
  color: #f0f0f0;
  font-size: 320px;
  line-height: 240px;
  font-weight: 700;
}

.image-6 {
  max-width: 100%;
  min-height: 1px;
}

.div-block-183 {
  width: 100%;
}

.media_resource_item2 {
  width: 100%;
  margin-right: 6%;
  margin-left: 2%;
}

.div-block-184 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 775px;
  padding-bottom: 45px;
  -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;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #8fc31f;
}

.text-span-13 {
  font-weight: 500;
}

.text-block-54 {
  width: 100%;
  font-family: Gotham, sans-serif;
  color: #8fc31f;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
}

.text-block-55 {
  width: 100%;
  font-family: Gotham, sans-serif;
  color: #8fc31f;
  font-size: 30px;
  line-height: 60px;
  font-weight: 300;
}

.text-block-30-2 {
  width: 100%;
  color: #7c7c7c;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 8px;
}

.sales_links {
  color: #90c31f;
  text-decoration: none;
}

.sales_links:hover {
  color: #c6e580;
}

.margin-h-100-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin-h-30-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lightbox-link {
  text-decoration: none;
}

.media_resource_thumbnail {
  width: 100%;
  max-width: 284px;
  padding-top: 74%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_thumbnail.p1 {
  background-image: url('../images/video_dummy1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_thumbnail.p2 {
  background-image: url('../images/video_dummy3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_thumbnail.p3 {
  background-image: url('../images/video_dummy2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_resource_desc_blk2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px;
  -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;
  background-color: #f5f2ee;
}

.text-block-12b {
  width: 70%;
  padding-bottom: 40px;
  color: #0e0e0e;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.5px;
}

.text-block-12b.white {
  color: #fff;
}

.contact_link {
  color: #90c31f;
  text-decoration: none;
}

.contact_link:hover {
  color: #b2dd54;
}

.text-span-14 {
  letter-spacing: 0px;
}

.text-span-15 {
  letter-spacing: 0px;
}

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

html.w-mod-js *[data-ix="fadein-top10-delay-0"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="fadein-top10-delay-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="fadein-top10-delay-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="fadein-top10-delay-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="scale1"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="scale-3"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="scale-2"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="icon-hover-scale"] {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

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

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

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

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

html.w-mod-js *[data-ix="rotatebtn-delay-0"] {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

html.w-mod-js *[data-ix="rotatebtn-delay-1"] {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

html.w-mod-js *[data-ix="rotatebtn-delay-2"] {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

html.w-mod-js *[data-ix="rotatebtn-delay-3"] {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

html.w-mod-js *[data-ix="rotatebtn-delay-4"] {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

html.w-mod-js *[data-ix="submenu-btn-fadein-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="productlisting-fadein-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media screen and (max-width: 991px) {
  .brand {
    width: 170px;
    height: 43px;
  }
  .container.flex_h {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.left {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.footer_media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container.between {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.ghg_blk {
    margin-top: -470px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider {
    height: 371px;
  }
  .nav-link {
    border-bottom: 1px solid #f3f3f3;
  }
  .lang {
    display: inline-block;
    margin: 0px;
    padding: 20px;
    border-bottom-style: none;
  }
  .lang:hover {
    border-bottom-style: none;
    color: #8fc31f;
  }
  .lang.active {
    border-bottom-style: none;
  }
  .shopcart {
    display: inline-block;
    margin-left: 0px;
  }
  .shopcart:hover {
    color: #8fc31f;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.margin-left-50 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.margin-right-50 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper.revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper.why_banner2 {
    margin-top: 443px;
  }
  .nav_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f3f3f3;
  }
  .text-block {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 20px;
  }
  .div-block {
    width: 100%;
    height: 380px;
    background-position: 50% 20%;
    background-size: cover;
  }
  .fff5fb {
    margin-top: -72px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .text-block-3 {
    top: -46px;
    color: #fff;
    line-height: 54px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    white-space: normal;
  }
  .margin-h-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .f7fffd {
    left: 0px;
    max-width: 680px;
    margin-top: -88px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .margin-h-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-2 {
    width: 100%;
    height: 380px;
    background-size: cover;
  }
  .index_ourproduct-blk {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title_txt {
    font-size: 50px;
  }
  .title_txt.left {
    width: 100%;
  }
  .title_wrapper {
    padding-bottom: 80px;
  }
  .slider-2 {
    height: 470px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .index_productslide_left {
    width: 60%;
  }
  .index_productslide_right {
    width: 100%;
  }
  .index_productslide_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .index_ourproduct_spec {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subtitle_wrapper {
    padding-bottom: 40px;
  }
  .subtitle_txt.footer_subtitle {
    text-align: left;
  }
  .margin-h-30 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .nav-menu_right {
    width: 100%;
  }
  .collect-blk {
    width: 100%;
    padding: 60px 30px 40px;
  }
  .index_collect_link {
    width: 8%;
    margin-right: 15px;
    margin-left: 0px;
  }
  .sitemap_wrapper {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer_logo_wrapper {
    margin-bottom: 40px;
  }
  .div-block-5 {
    width: 100%;
  }
  .footer_title1 {
    width: 100%;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_title2 {
    width: 100%;
  }
  .footer_title3 {
    width: 100%;
  }
  .footer_title4 {
    width: 100%;
  }
  .footer-col {
    padding-left: 0px;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    height: 90px;
    padding: 30px;
    -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;
    color: #8fc31f;
    font-size: 34px;
    line-height: 34px;
  }
  .menu-button.w--open {
    background-color: #8fc31f;
    color: #fff;
  }
  .nav-menu_m {
    display: block;
    background-color: #fff;
    box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.43);
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    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: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .div-block-13 {
    display: none;
  }
  .div-block-14 {
    display: block;
  }
  .icon-4 {
    display: block;
    margin-right: 10px;
    color: #8fc31f;
  }
  .dropdown-list.w--open {
    padding: 10px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fdfff9;
  }
  .dropdown-toggle {
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
  }
  .nav_sublink {
    margin-left: 0px;
    padding-left: 0px;
  }
  .list-2 {
    width: 100%;
    padding-left: 15px;
  }
  .container_850.flex_h {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container_850.footer_media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-12 {
    width: 100%;
  }
  .div-block-19 {
    width: 60%;
  }
  .text-block-13 {
    padding-bottom: 40px;
  }
  .container_photo_left {
    width: 100%;
    padding-top: 56.25%;
  }
  .container_photo_left.ourstory_p3 {
    background-size: cover;
  }
  .container_desc_right {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .subtitle_txt_left.footer_subtitle {
    text-align: left;
  }
  .container_desc_left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .container_photo_right {
    width: 100%;
    padding-top: 56.25%;
  }
  .div-block-20 {
    width: 40%;
  }
  .col_wrapper.revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .col-45 {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col-45.empty {
    display: none;
  }
  .media_slider {
    padding-right: 0%;
    padding-left: 0%;
  }
  .media_resource_item {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .media_resource_desc_blk {
    max-width: 320px;
  }
  .media_resource_photo {
    max-width: 320px;
    padding-top: 73%;
  }
  .media_resource_photo.p1 {
    max-width: 320px;
  }
  .div-block-25 {
    width: 50%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .media_resource_pressbar {
    height: 60px;
  }
  .div-block-27 {
    width: 28%;
  }
  .div-block-28 {
    padding-left: 31%;
  }
  .media_resource_presstitle {
    width: 83%;
    line-height: 21px;
  }
  .div-block-29 {
    margin-right: 25px;
    margin-left: 17px;
  }
  .div-block-30 {
    height: 40px;
  }
  .div-block-33 {
    width: 100%;
  }
  .div-block-34 {
    top: 0px;
    width: 55%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-35 {
    display: none;
  }
  .div-block-36 {
    width: 100%;
  }
  .div-block-38 {
    width: 100%;
  }
  .div-block-39 {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .text-block-28 {
    text-align: center;
  }
  .text-block-29 {
    text-align: center;
  }
  .text-block-30 {
    text-align: center;
  }
  .div-block-41 {
    width: 100%;
    padding-right: 0px;
  }
  .help_left {
    display: none;
  }
  .help_right {
    width: 100%;
  }
  .qna_section {
    padding-left: 40px;
  }
  .tips_ourproduct_spec {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-4 {
    width: 100%;
  }
  .div-block-51 {
    width: 100%;
    margin: 0px;
  }
  .text-block-38 {
    text-align: center;
  }
  .div-block-55 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-55.revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .subtitle_txt2.footer_subtitle {
    text-align: left;
  }
  .field-label {
    width: 25%;
  }
  .text-field {
    width: 75%;
  }
  .textarea {
    width: 75%;
  }
  .subtitle_txt3.footer_subtitle {
    text-align: left;
  }
  .text-block-43 {
    width: 80%;
  }
  .contactus {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .text-block-46 {
    line-height: 23px;
    text-align: center;
  }
  .watchesdp_content {
    top: 160px;
    display: none;
  }
  .nav-link-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-link-3:hover {
    background-color: #f8eade;
  }
  .link_unchange {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .watchesdp {
    width: 100%;
  }
  .product_listing_each {
    width: 50%;
  }
  .product_listing_img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-174 {
    width: 100%;
    padding-right: 0px;
  }
  .link-block-17 {
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 10px;
  }
  .scrollbar.tabmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 100%;
  }
  .showroom_slide_main {
    max-height: 520px;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-176 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-177 {
    width: 100%;
    padding-top: 40px;
  }
  .div-block-179 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-180 {
    left: -647px;
    top: -282px;
  }
  .div-block-181 {
    left: 137px;
    top: 439px;
    bottom: 0px;
  }
  .div-block-182 {
    left: 5px;
    top: 596px;
    bottom: 0px;
  }
  .text-block-53 {
    font-size: 260px;
  }
  .slide-nav-6 {
    display: none;
  }
  .media_resource_item2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .div-block-184 {
    padding-bottom: 0px;
  }
  .text-block-54 {
    text-align: center;
  }
  .text-block-55 {
    text-align: center;
  }
  .margin-h-100-2 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .margin-h-30-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .media_resource_thumbnail {
    max-width: 320px;
    padding-top: 73%;
  }
  .media_resource_thumbnail.p1 {
    max-width: 320px;
  }
  .media_resource_desc_blk2 {
    max-width: 320px;
  }
  .text-block-12b {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 160px;
    height: 38px;
  }
  .container.ghg_blk {
    margin-top: -354px;
  }
  .slider {
    height: 287px;
  }
  .wrapper.ourstory_banner1 {
    height: 400px;
  }
  .wrapper.why_banner1 {
    height: 400px;
  }
  .wrapper.why_banner2 {
    margin-top: 299px;
  }
  .wrapper.saleschannels_banner1 {
    height: 400px;
  }
  .wrapper.tip_banner1 {
    height: 400px;
  }
  .wrapper.product_banner1 {
    height: 400px;
  }
  .nav_container {
    height: 70px;
  }
  .text-block {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .img_wrapper_33.shadow_btm {
    max-width: 160px;
    padding-bottom: 37px;
  }
  .div-block {
    height: 320px;
    background-position: 0% 50%;
    background-size: cover;
  }
  .text-block-2 {
    font-size: 14px;
    line-height: 36px;
  }
  .intro_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .morebtn1 {
    margin-top: 40px;
  }
  .margin-h-100 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-2 {
    height: 320px;
    background-position: 50% 0%;
  }
  .index_ourproduct-blk {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title_txt {
    font-size: 45px;
    line-height: 55px;
  }
  .title_wrapper {
    padding-bottom: 60px;
  }
  .slider-2 {
    height: 440px;
  }
  .index_productslide_left {
    width: 80%;
  }
  .text-block-5 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 36px;
  }
  .subtitle_txt {
    font-size: 22px;
    line-height: 35px;
  }
  .icon_wrapper {
    width: 50%;
  }
  .margin-h-30 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .index_collect_link {
    width: 15%;
  }
  .sitemap_wrapper {
    padding-bottom: 60px;
  }
  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-10 {
    font-size: 12px;
  }
  .footer-col {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .footer-col-xs {
    width: 100%;
  }
  .menu-button {
    width: 70px;
    height: 70px;
    padding: 21px;
    font-size: 30px;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .dropdown-list.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subtitle_wrapper3 {
    padding-bottom: 40px;
  }
  .div-block-19 {
    width: 80%;
  }
  .container_desc_right {
    padding-right: 7%;
    padding-bottom: 80px;
    padding-left: 7%;
  }
  .subtitle_txt_left {
    font-size: 22px;
    line-height: 35px;
  }
  .container_desc_left {
    padding-right: 7%;
    padding-left: 7%;
  }
  .tab-link-tab-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-link-tab-2.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-link-tab-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col_wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col_wrapper.revert {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-45 {
    width: 80%;
    padding-top: 54px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col-45.revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-21 {
    width: 60px;
    height: 60px;
    font-size: 17px;
  }
  .text-block-16 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
  }
  .text-block-16b {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
  }
  .form-block {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .media_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .media_resource_item {
    width: 100%;
    max-width: 100%;
  }
  .media_resource_datebg {
    right: auto;
  }
  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-27 {
    width: 33%;
  }
  .div-block-28 {
    padding-left: 36%;
  }
  .text-block-23 {
    font-size: 14px;
  }
  .media_resource_presstitle {
    width: 90%;
    font-size: 14px;
    line-height: 17px;
  }
  .div-block-29 {
    width: 24px;
    margin-left: 12px;
  }
  .div-block-30 {
    height: 35px;
  }
  .reportbtn {
    margin-top: 40px;
  }
  .div-block-34 {
    margin-bottom: 30px;
  }
  .div-block-39 {
    margin-top: 17px;
    padding-bottom: 51px;
  }
  .text-block-31.addressicon {
    padding-top: 1px;
    padding-bottom: 1px;
    background-position: 7px 3px;
  }
  .text-block-31.telicon {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .text-block-31.addressicon2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }
  .text-block-31.faxicon {
    padding-top: 1px;
    padding-bottom: 1px;
    background-position: 7px 3px;
    text-align: center;
  }
  .text-block-31.linkicon {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .div-block-41 {
    margin-top: 60px;
  }
  .help_question {
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-48 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-4 {
    margin-bottom: 0px;
    padding-left: 20px;
  }
  .div-block-51.tips_p1 {
    height: 400px;
  }
  .div-block-51.tips_p2 {
    height: 400px;
  }
  .div-block-51.tips_p3 {
    height: 400px;
  }
  .subtitle_txt2 {
    font-size: 22px;
    line-height: 35px;
  }
  .subtitle_txt2.green {
    width: 100%;
  }
  .div-block-56 {
    padding-bottom: 10px;
  }
  .text-block-40 {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
  }
  .div-block-57 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .field-label {
    width: 30%;
    line-height: 19px;
  }
  .text-field {
    width: 70%;
  }
  .textarea {
    width: 70%;
  }
  .submit-button {
    padding-right: 31px;
    padding-left: 31px;
    font-size: 12px;
  }
  .subtitle_txt3 {
    font-size: 22px;
    line-height: 35px;
  }
  .div-block-60 {
    width: 100px;
    font-size: 12px;
  }
  .text-block-42 {
    font-size: 13px;
  }
  .text-field-2 {
    width: 100px;
  }
  .text-block-43 {
    width: 100%;
  }
  .div-block-64 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contactus {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-67 {
    width: 60%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .div-block-70 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .link_unchange {
    position: static;
  }
  .product_listing_each {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product_listing_title_txt {
    width: 80%;
  }
  .caption {
    font-size: 16px;
  }
  .link-block-17 {
    width: 75px;
    height: 75px;
    min-height: 75px;
    min-width: 75px;
  }
  .scrollbar {
    max-height: 400px;
    min-height: 400px;
  }
  .showroom_slide_main {
    width: 360px;
    height: 360px;
    max-width: 568px;
  }
  .div-block-178 {
    width: 360px;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-179 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-180 {
    left: -588px;
    top: -267px;
  }
  .media_resource_item2 {
    width: 100%;
    max-width: 100%;
  }
  .margin-h-100-2 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .margin-h-30-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 130px;
    height: 30px;
  }
  .container.flex_h {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.flex-v.between {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container.left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.ghg_blk {
    margin-top: -190px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.align-top {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider {
    height: 180px;
  }
  .wrapper.ourstory_banner1 {
    height: 360px;
  }
  .wrapper.why_banner1 {
    height: 360px;
  }
  .wrapper.why_banner2 {
    margin-top: 184px;
  }
  .wrapper.saleschannels_banner1 {
    height: 360px;
  }
  .wrapper.tip_banner1 {
    height: 360px;
    background-position: 56% 50%;
  }
  .wrapper.product_banner1 {
    height: 360px;
    background-position: 60% 50%;
  }
  .nav_container {
    height: 70px;
    padding-top: 3px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block {
    padding: 20px;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0.5px;
  }
  .img_wrapper_33 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .img_wrapper_33.shadow_btm {
    max-width: 80px;
    padding-bottom: 23px;
  }
  .fff5fb {
    padding-right: 28px;
    padding-left: 28px;
  }
  .text-block-2 {
    line-height: 33px;
  }
  .text-block-3 {
    top: -43px;
    font-size: 34px;
    letter-spacing: 3px;
  }
  .intro_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .margin-h-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .morebtn1 {
    margin-top: 20px;
  }
  .morebtn2 {
    margin-top: 20px;
  }
  .f7fffd {
    padding-right: 28px;
    padding-left: 28px;
  }
  .title_txt {
    font-size: 30px;
    line-height: 40px;
  }
  .title_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title_wrapper.left {
    padding-bottom: 20px;
  }
  .slider-2 {
    height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon {
    font-size: 12px;
  }
  .icon-2 {
    font-size: 12px;
  }
  .text-block-5 {
    font-size: 17px;
    line-height: 30px;
  }
  .text-block-6 {
    font-size: 11px;
  }
  .index_ourproduct_spec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subtitle_wrapper {
    padding-bottom: 20px;
  }
  .subtitle_txt {
    font-size: 18px;
    line-height: 30px;
  }
  .icon_wrapper {
    width: 40%;
  }
  .carousel_img_wrapper {
    width: 280px;
  }
  .subtitle_wrapper2 {
    padding-bottom: 10px;
  }
  .collect-blk {
    padding: 30px 20px;
  }
  .index_collect_link {
    width: 20%;
    margin-right: 10px;
  }
  .sitemap_wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer_logo_wrapper {
    width: 51%;
    margin-bottom: 30px;
  }
  .text-block-10 {
    font-size: 11px;
  }
  .menu-button {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
  .left-arrow {
    width: 10px;
  }
  .right-arrow {
    width: 10px;
  }
  .dropdown-list.w--open {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .div-block-18 {
    width: 240px;
    height: 240px;
  }
  .container_850.flex_h {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-12 {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .subtitle_wrapper3 {
    padding-bottom: 10px;
  }
  .div-block-19 {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .text-block-13 {
    font-size: 14px;
    line-height: 27px;
  }
  .container_desc_right {
    padding: 20px 20px 30px;
  }
  .subtitle_txt_left {
    font-size: 20px;
    line-height: 30px;
  }
  .text-block-14 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-block-15 {
    font-size: 14px;
    line-height: 27px;
  }
  .morebtn3 {
    margin-top: 20px;
  }
  .container_desc_left {
    padding: 20px 20px 30px;
  }
  .tabs-menu {
    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;
    border-style: none;
  }
  .tab-link-tab-2 {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #ededed;
  }
  .tab-link-tab-2.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-link-tab-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
  }
  .col-45 {
    width: 70%;
  }
  .col-45.revert {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .col-10 {
    width: 22%;
  }
  .div-block-21 {
    width: 60px;
    height: 60px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .left-arrow-2 {
    width: 40px;
  }
  .right-arrow-2 {
    width: 40px;
  }
  .media_resource_desc_blk {
    max-width: 240px;
  }
  .media_morebtn {
    padding: 7px 18px;
  }
  .media_resource_datebg {
    left: 33px;
    width: 90px;
    height: 90px;
    padding-top: 3px;
  }
  .text-block-20 {
    font-size: 34px;
    line-height: 33px;
  }
  .text-block-21 {
    font-size: 12px;
    line-height: 9px;
  }
  .text-block-22 {
    font-size: 12px;
    line-height: 11px;
  }
  .div-block-24 {
    width: 70px;
  }
  .media_resource_photo.p1 {
    max-width: 240px;
  }
  .div-block-25 {
    max-width: 240px;
  }
  .media_resource_pressbar {
    height: auto;
    -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;
  }
  .div-block-27 {
    position: relative;
    width: 60%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .div-block-28 {
    margin-top: -16px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 10%;
    border-radius: 20px;
  }
  .media_resource_presstitle {
    width: 67%;
    line-height: 19px;
  }
  .div-block-32 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-block-24 {
    font-size: 14px;
    line-height: 26px;
  }
  .text-block-25 {
    font-size: 14px;
    line-height: 28px;
  }
  .text-span-4 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-span-5 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-block-27 {
    margin-top: 10px;
    font-size: 10px;
  }
  .reportbtn {
    margin-top: 20px;
    float: none;
  }
  .div-block-34 {
    width: 55%;
    margin-bottom: 20px;
  }
  .div-block-39 {
    margin-top: 20px;
    padding-bottom: 17px;
  }
  .text-block-28 {
    font-size: 40px;
    line-height: 40px;
  }
  .text-block-29 {
    font-size: 27px;
    line-height: 50px;
  }
  .text-block-30 {
    font-size: 30px;
    line-height: 37px;
  }
  .text-span-6 {
    font-size: 40px;
  }
  .text-block-33 {
    font-size: 60px;
    line-height: 50px;
  }
  .text-block-34 {
    font-size: 40px;
    line-height: 50px;
  }
  .div-block-41 {
    margin-top: 44px;
  }
  .text-block-36 {
    font-size: 13px;
    line-height: 23px;
  }
  .qna_section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-37 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 3px;
  }
  .tips_ourproduct_spec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-48 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .list-item-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-51 {
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-51.tips_p1 {
    height: 360px;
  }
  .div-block-51.tips_p2 {
    height: 360px;
  }
  .div-block-51.tips_p3 {
    height: 360px;
    background-position: 9% 50%;
  }
  .text-block-39 {
    font-size: 15px;
    line-height: 28px;
  }
  .subtitle_txt2 {
    font-size: 18px;
    line-height: 30px;
  }
  .form-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .field-label {
    width: 30%;
    padding-right: 0px;
  }
  .text-field {
    width: 70%;
  }
  .textarea {
    width: 70%;
  }
  .subtitle_txt3 {
    font-size: 18px;
    line-height: 30px;
  }
  .div-block-59 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-41 {
    padding-top: 7px;
  }
  .div-block-67 {
    width: 80%;
  }
  .product_listing_each {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .product_listing_title_txt {
    width: 90%;
  }
  .div-block-175 {
    width: 60px;
    height: 60px;
  }
  .showroom_thumbnail_img {
    width: 60px;
    height: 60px;
  }
  .link-block-17 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .scrollbar {
    top: -100px;
    max-height: 250px;
    min-height: 250px;
  }
  .scrollbar.tabmenu {
    top: 0px;
    margin-top: 10px;
  }
  .showroom_slide_main {
    width: 280px;
    height: 280px;
    max-width: 320px;
    background-color: transparent;
  }
  .showroom_slide_thumbnail {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-178 {
    width: 280px;
    height: 280px;
  }
  .product_detail_shopbtn {
    margin-top: 40px;
  }
  .div-block-179 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-8 {
    font-size: 20px;
  }
  .icon-9 {
    font-size: 20px;
  }
  .icon-10 {
    font-size: 20px;
  }
  .icon-11 {
    font-size: 20px;
  }
  .icon-12 {
    font-size: 20px;
  }
  .icon-13 {
    font-size: 20px;
  }
  .left-arrow-7 {
    width: 40px;
  }
  .right-arrow-7 {
    width: 40px;
  }
  .text-block-55 {
    line-height: 30px;
  }
  .text-block-30-2 {
    font-size: 30px;
    line-height: 50px;
  }
  .sales_links {
    font-size: 18px;
    line-height: 30px;
  }
  .media_resource_thumbnail.p1 {
    max-width: 240px;
  }
  .media_resource_desc_blk2 {
    max-width: 240px;
  }
  .text-block-12b {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}