body {
  font-family: Raleway, sans-serif;
  color: #6a6a6a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
}

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

.section-content.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#65aec1), to(#38669c));
  background-image: linear-gradient(90deg, #65aec1, #38669c);
}

.section-content.bg-gradient.faq {
  padding-top: 200px;
}

.section-content.bg-gradient.home-products {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-content.bg-grey {
  background-color: #fbfbfb;
}

.section-content.bg-grey.about {
  padding-bottom: 0px;
}

.section-content.no-padding-bottom {
  padding-bottom: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-content.bg-home-about {
  padding-bottom: 160px;
  background-image: url('../images/home-about-mask.svg'), url('../images/home-about02-img2x.jpg');
  background-position: 100% 0%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.section-content.home-blog {
  padding-top: 10px;
}

.section-content.home-disease {
  padding-bottom: 20px;
}

.section-content.home-contact {
  margin-top: -160px;
  background-image: url('../images/home-contact-mask.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-content.bg-mint {
  background-color: #65aec1;
}

.section-content.bg-mint.related-news {
  padding-top: 200px;
}

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

.container.home-banner-txt-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  margin-top: 35%;
}

.subtitle-number {
  font-family: Arial, sans-serif;
  color: rgba(101, 174, 193, 0.2);
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.subtitle-b {
  position: relative;
  margin-bottom: 20px;
}

.subtitle {
  color: #38669c;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.subtitle.science {
  margin-top: -40px;
  padding-left: 40px;
  background-image: url('../images/subtitle-quote.svg');
  background-position: 0% 6px;
  background-size: 34px;
  background-repeat: no-repeat;
}

.subtitle.txt-color-white.home-products {
  display: block;
  padding-right: 200px;
}

.science-list {
  padding-top: 80px;
}

.txt-color-blue {
  color: #38669c;
}

.txt-color-blue.txt-enlarge {
  font-size: 28px;
}

.science-tabs-menu03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 100px;
  background-color: #38669c;
}

.science-tab-link03 {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.science-tab-link03:hover {
  background-color: #fff;
  color: #38669c;
}

.science-tab-link03.w--current {
  border-radius: 100px;
  background-color: #fff;
  color: #38669c;
}

.science-tabs-content03 {
  margin-top: 20px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fbfbfb;
}

.form-txt-field {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #6a6a6a;
  border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
  line-height: 30px;
}

.form-txt-field.contact {
  border-bottom-color: #fff;
  color: #fff;
}

.footer-newsletter {
  position: relative;
  width: 55%;
  float: left;
}

.footer-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.footer-right-b {
  width: 40%;
  float: right;
}

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

.img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.btn-img-b {
  position: relative;
}

.footer-social-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-social {
  width: 60%;
  float: right;
}

.footer-txt-copyright {
  margin-top: 40px;
  color: #bac2c8;
  text-align: right;
}

.txt-link-footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #bac2c8;
  text-decoration: none;
}

.txt-link-footer:hover {
  color: #38669c;
}

.btn-submit {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  margin-right: -40px;
}

.btn-submit.contact {
  margin-right: 0px;
}

.btn-submit-click {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.science-listing {
  padding-left: 20px;
  list-style-type: lower-roman;
}

.science-tabs-listing-b {
  margin-top: 40px;
}

.science-listing-number {
  padding-left: 20px;
  list-style-type: decimal;
}

.science-tabs-menu02 {
  z-index: 1;
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  background-image: linear-gradient(135deg, #65aec1, #38669c);
}

.science-tab-link02 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #fff;
  font-weight: 700;
}

.science-tab-link02:hover {
  background-color: #fff;
  color: #38669c;
}

.science-tab-link02.w--current {
  border-radius: 20px;
  background-color: #fff;
  color: #38669c;
}

.science-tabs-content02 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 80%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.science-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.section-inner-banner {
  position: relative;
  overflow: hidden;
  padding-top: 35%;
}

.inner-banner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  padding-top: 35%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner.science {
  background-image: url('../images/science-banner2x.jpg');
}

.inner-banner.synbiotics {
  background-image: url('../images/products-banner2x.jpg');
}

.inner-banner.contact {
  background-image: url('../images/contact-banner2x.jpg');
}

.inner-banner.blog {
  background-image: url('../images/blog-banner2x.jpg');
}

.inner-banner.blog-details {
  background-image: url('../images/blog-banner2x.jpg');
}

.inner-banner.about-us {
  background-image: url('../images/about02-banner2x.jpg');
}

.inner-banner.crccore {
  background-image: url('../images/CRC-banner2x.jpg');
}

.inner-banner.crccore {
  background-image: url('../images/CRC-core-banner2x.jpg');
  background-position: 100% 50%;
}

.all {
  position: relative;
}

.all-content {
  background-color: #fff;
}

.all-content.home {
  position: relative;
  z-index: 2;
}

.inner-banner-content-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 20px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  background-color: #fff;
}

.nav-link {
  position: relative;
  padding: 25px 20px 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #65aec1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: #38669c;
}

.nav-link.w--current {
  background-image: url('../images/menu-graphic.svg');
  background-position: 50% 55px;
  background-size: 84px;
  background-repeat: no-repeat;
  color: #38669c;
}

.nav-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-graphic {
  position: relative;
  left: 50%;
  display: block;
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-dropdown-list.w--open {
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.nav-dropdown-link {
  padding-left: 40px;
  background-image: url('../images/nav-dot-green.svg');
  background-position: 20px 20px;
  background-size: 7px;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #65aec1;
  font-weight: 600;
}

.nav-dropdown-link:hover {
  background-image: url('../images/nav-dot-blue.svg');
  color: #38669c;
}

.nav-dropdown-link.w--current {
  background-image: url('../images/nav-dot-blue.svg');
  color: #38669c;
}

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

.nav-lang-link {
  margin-left: 20px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #65aec1;
  font-weight: 600;
  text-decoration: none;
}

.nav-lang-link:hover {
  color: #38669c;
}

.header-logo-small {
  width: 114px;
}

.header-logo-small.home {
  width: 200px;
}

.header-logo {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-logo.home {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.science-row {
  display: none;
}

.banner-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 140%;
  margin-bottom: -20px;
}

.txt-mask {
  overflow: hidden;
}

.nav-link-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0;
  color: #38669c;
}

.nav-link-txt-b {
  position: relative;
}

.science-graphic01 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.science-tabs-b {
  position: relative;
}

.science-graphic02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-bottom: -60px;
  margin-left: 25%;
}

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

.tagline-b {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.tagline-b.blog-details {
  width: 100%;
  max-width: 800px;
}

.quote-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.quote-r {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.tagline-b.chi .quote-l {
  left: 10%;
}

.tagline-b.chi .quote-r {
  right: 10%;
}

.title {
  float: left;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.title.txt-color-white {
  color: #fff;
}

.product-subtitle-b {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 80px;
}

.products-subtitle-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -10px;
}

.product-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-bottom: 40px;
  margin-left: -2.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-icon-row.crc-core {
  margin-bottom: 40px;
}

.product-icon-row.crc {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-icon-col {
  width: 33.33%;
  margin-top: 40px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-icon-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #38669c;
}

.product-icon-b.crc {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-icon {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -10px;
}

.product-icon.crc {
  width: 40%;
  margin-top: 0px;
}

.product-slider {
  width: 78%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: transparent;
}

.product-usage-col-l {
  width: 55%;
  float: left;
}

.product-usage-col-r {
  width: 40%;
  float: right;
}

.product-usage-icon-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-usage-icon {
  width: 80px;
}

.product-usage-icon-list {
  display: inline-block;
}

.product-faq-btn {
  display: block;
  padding-right: 40px;
  background-image: url('../images/faq-icon-open.svg');
  background-position: 100% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-decoration: none;
}

.product-faq-btn:hover {
  opacity: 0.5;
}

.products-faq-list {
  position: relative;
  margin-top: 40px;
  padding-left: 60px;
}

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

.product-faq-expand-txt {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.product-faq-btn-on {
  display: block;
  padding-right: 40px;
  background-image: url('../images/faq-icon-close.svg');
  background-position: 100% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-decoration: none;
}

.product-faq-btn-on:hover {
  opacity: 0.5;
}

.product-faq-btn-more {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.product-faq-more-question {
  overflow: hidden;
}

.inner-banner-txt {
  color: #38669c;
  font-weight: 700;
  text-transform: uppercase;
}

.mask01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: -5px;
}

.product-icon-txt {
  width: 60%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.product-slide-mask {
  overflow: visible;
}

.product-slide-content-b {
  position: relative;
  padding-top: 48%;
}

.product-slide-txt-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  max-height: 210px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.product-value-title-b {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 28px;
  line-height: 38px;
}

.product-slide-content-b-on {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 48%;
  opacity: 0;
  color: #fff;
}

.product-slide-content-b-on._02 {
  background-image: url('../images/product-value-slide-mask02.svg'), -webkit-gradient(linear, left top, right top, from(#65aec1), to(#38669c));
  background-image: url('../images/product-value-slide-mask02.svg'), linear-gradient(90deg, #65aec1, #38669c);
  background-position: 0px 0px, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.slide-nav {
  margin-bottom: -40px;
}

.contact-form-col {
  width: 45%;
  float: right;
  color: #fff;
}

.form-txt-area {
  min-height: 200px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.contact-form {
  position: relative;
  margin-bottom: 0px;
  padding-right: 50px;
}

.contact-row {
  margin-top: 40px;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

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

.contact-col02 {
  width: 25%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.txt-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #6a6a6a;
  text-decoration: none;
}

.txt-link:hover {
  color: #65aec1;
}

.contact-map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-image: url('../images/contact-map-v04@2x.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-map-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50%;
}

.faq-list-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  margin-top: -5px;
}

.nav-link-txt02 {
  color: #65aec1;
  text-decoration: none;
}

.nav-link-txt02:hover {
  color: #38669c;
}

.nav-link-mobile-b {
  display: none;
}

.nav-link-line {
  display: none;
}

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

.home-contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-contact-b {
  width: 60%;
  color: #fff;
}

.txt-color-white {
  color: #fff;
}

.home-contact-txt {
  width: 85%;
  padding-left: 5%;
}

.txt-link-white {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-decoration: none;
}

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

.home-blog-row {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.home-blog-col {
  width: 33.33%;
  margin-top: 40px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.blog-link-demo {
  display: block;
  color: #6a6a6a;
  text-decoration: none;
}

.blog-img-b {
  position: relative;
  margin-bottom: 20px;
}

.blog-tag {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 3px 20px;
  border-radius: 100px;
  background-color: #65aec1;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.blog-tag.tag-colour-white {
  background-color: #fff;
  color: #38669c;
}

.blog-tag.link {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-decoration: none;
}

.blog-tag.link:hover {
  background-color: #38669c;
}

.blog-tag-b {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-title {
  color: #6a6a6a;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.blog-title.txt-color-white {
  color: #fff;
}

.home-product-col {
  position: relative;
  width: 50%;
  margin-top: 40px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

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

.home-product-row._02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.canvas-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-home-banner {
  position: relative;
  overflow: hidden;
}

.home-banner-slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  background-color: #fff;
}

.btn-img02 {
  display: block;
}

.blog-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-img-mask {
  position: relative;
  display: block;
  width: 100%;
}

.home-about-b {
  width: 35%;
  float: right;
}

.home-about-txt {
  margin-top: 40px;
}

.btn-details {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -5px;
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 5px;
  text-decoration: none;
}

.btn-details.txt-color-blue {
  color: #38669c;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.btn-details.products {
  z-index: 2;
  margin-top: -20px;
}

.btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon-b {
  position: relative;
  margin-left: 10px;
}

.mask02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-bottom: -15px;
}

.home-about-col-l {
  position: relative;
  width: 50%;
  padding-left: 80px;
  float: left;
}

.home-about-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60px;
}

.home-about-col-r {
  position: relative;
  width: 50%;
  padding-left: 5%;
  float: left;
}

.home-disease-txt {
  display: inline-block;
  border-bottom: 3px solid #65aec1;
  color: #65aec1;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  white-space: nowrap;
}

.home-disease-b-weakened {
  display: inline-block;
  overflow: hidden;
  width: auto;
}

.home-disease-b-colorectal {
  display: inline-block;
  overflow: hidden;
}

.home-disease-b-eczema {
  display: inline-block;
  overflow: hidden;
}

.home-disease-b-autism {
  display: inline-block;
  overflow: hidden;
}

.home-disease-b-obesity {
  display: inline-block;
  overflow: hidden;
}

.home-disease-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-disease-icon-b {
  position: relative;
  display: block;
}

.home-disease-icon-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  opacity: 0;
}

.home-disease-icon-hover.on {
  opacity: 1;
}

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

.home-disease-img.on {
  opacity: 0;
}

.home-banner-slide-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-slide-img._01 {
  background-image: url('../images/home-banner01-v022x.jpg');
}

.home-banner-slide-img._02 {
  background-image: url('../images/home-banner02-v022x.jpg');
}

.home-banner-slide-img._03 {
  background-image: url('../images/home-banner03-v022x.jpg');
}

.home-banner-slide-img._04 {
  background-image: url('../images/home-banner04-v022x.jpg');
}

.home-banner-slide-img._05 {
  background-image: url('../images/home-banner05-v022x.jpg');
}

.home-slide-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-bottom: 3%;
  margin-left: 8%;
}

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

.header-bg-home {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(85%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff 85%, hsla(0, 0%, 100%, 0));
}

.blog-col-demo {
  width: 50%;
  margin-top: 40px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.blog-img-col-demo {
  width: 35%;
  float: left;
}

.blog-txt-col-demo {
  position: relative;
  width: 60%;
  float: right;
}

.blog-inner-date-demo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: right;
}

.blog-txt-restrict-demo {
  overflow: hidden;
  height: 150px;
  margin-bottom: 40px;
}

.blog-row-demo {
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-img-b-inner-demo {
  position: relative;
  margin-bottom: 20px;
}

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

.blog-listing-link {
  display: block;
  border-bottom: 2px solid #d8d8d8;
  text-decoration: none;
}

.blog-img-inner {
  float: left;
}

.blog-txt-col {
  position: relative;
  width: 65%;
  padding-left: 20px;
  float: right;
}

.blog-img-b-inner {
  position: relative;
  float: none;
}

.blog-img-col {
  width: 35%;
  margin-bottom: 20px;
  float: left;
}

.blog-tag-text {
  color: #65aec1;
  font-size: 14px;
  font-weight: 600;
}

.blog-title-text {
  color: #6a6a6a;
  font-weight: 700;
}

.blog-inner-date {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: #bac2c8;
  font-size: 14px;
  font-weight: 600;
}

.blog-txt-restrict {
  overflow: hidden;
  height: 180px;
}

.blog-listing-col {
  width: 50%;
  margin-top: 40px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.blog-details-txt {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.blog-details-row {
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-details-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.blog-details-col.float-right {
  float: right;
}

.blog-details-txt-col {
  width: 50%;
  padding-left: 20px;
  float: right;
}

.blog-details-date {
  margin-bottom: 15px;
  color: #bac2c8;
  font-size: 18px;
  text-align: left;
}

.blog-details-margin {
  margin-bottom: 40px;
}

.blog-details-margin td {
  padding: 5px 10px;
}

.blog-link {
  display: block;
  color: #6a6a6a;
  text-decoration: none;
}

.blog-inner-date02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6a6a6a;
  text-align: right;
}

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

.about-img-lamp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -40px;
}

.about-txt-b {
  position: relative;
}

.paragraph {
  position: relative;
}

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

.about-icon-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #38669c;
}

.about-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: -2.5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-icon-col {
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-icon {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.about-icon-txt {
  width: 70%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  display: inline-block;
}

.about-img {
  width: 100%;
}

.blog-related-row {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.blog-related-col {
  width: 33.33%;
  margin-top: 40px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.txt-details-btn {
  letter-spacing: 5px;
}

.about-subtitle-b {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 80px;
}

.blog-recent-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-col-left {
  width: 60%;
  padding-right: 5%;
}

.blog-recent-col-right {
  width: 40%;
}

.blog-recent-listing-link {
  display: block;
  padding-top: 20px;
  border-bottom: 2px solid #d8d8d8;
  text-decoration: none;
}

.blog-link-recent-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner-link {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  padding-top: 55%;
  line-height: 60px;
}

.blog-tag-b02 {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-banner-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.home-banner-txt {
  width: 50%;
  color: #38669c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: left;
}

.blog-filter-mobile {
  display: none;
}

.home-banner-slider-btn {
  height: auto;
  background-color: #fff;
}

.home-banner-slider-btn-col {
  width: 20%;
  padding-right: 1%;
  padding-left: 1%;
}

.blog-details-filter {
  margin-bottom: 40px;
}

.product-value-slide-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.product-slide-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 99%;
  height: 98%;
  background-color: #e0eff3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-slide-bg.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#65aec1), to(#38669c));
  background-image: linear-gradient(90deg, #65aec1, #38669c);
}

.product-value-slide-mask-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
}

.crccore-txt-b {
  position: relative;
  padding-top: 60px;
}

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

.crccore-subtitle-b {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 80px;
}

.crccore-listing-b {
  margin-top: 40px;
}

.crccore-img-lamp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -40px;
}

.btn-order {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 45%;
  margin-top: -5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 5px;
  text-decoration: none;
}

.btn-order.txt-color-blue {
  color: #38669c;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.product-packing-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.product-packing-img {
  width: 80%;
  text-align: center;
}

.product-packing-btn {
  width: 20%;
}

.txt-upper-case {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}

.products-reference-list {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  list-style-type: decimal;
}

.products-reference-list-item {
  margin-bottom: 20px;
}

.txt-small {
  font-size: 18px;
}

.list-item {
  margin-bottom: 20px;
}

.number-list {
  list-style-type: decimal;
}

.number-list.txt-color-bk {
  color: #000;
  font-weight: 700;
}

.crc-core-chart {
  margin-bottom: 80px;
}

.txt-upper-case02 {
  position: absolute;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
}

.crc-core-tb-title {
  width: 50%;
  height: 100%;
  padding: 10px 20px;
  border-right: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  text-align: center;
}

.crc-core-tb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.crc-core-tb-row.tb-bg-grey {
  background-color: #ececec;
}

.crc-core-tb-txt {
  width: 50%;
  padding: 10px 20px;
  border-right: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  text-align: center;
}

.crc-core-tb {
  /* margin-bottom: 40px; */
  border-top: 1px solid #6a6a6a;
  border-left: 1px solid #6a6a6a;
}

.txt-color-grey {
  color: #6a6a6a;
  font-weight: 500;
}

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

.txt-color-greenblue {
  color: #65aec1;
}

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

.crc-core-chart-mobile {
  display: none;
}

.crc-title {
  font-size: 35px;
  line-height: 40px;
}

.logo-crc {
  width: 470px;
}

.product-packing-img-crc {
  width: 60%;
  text-align: center;
}

.product-packing-row-crc {
  position: relative;
  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;
}

.crc-video {
  width: 100%;
  margin-top: 40px;
}

.crc-quote-b {
  position: relative;
  min-height: 300px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 174, 193, 0.4)), to(rgba(101, 174, 193, 0.4))), url('../images/CRC-core-quote-img2x.jpg');
  background-image: linear-gradient(180deg, rgba(101, 174, 193, 0.4), rgba(101, 174, 193, 0.4)), url('../images/CRC-core-quote-img2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.crc-quote-txt {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.crc-core-chart02 {
  margin-bottom: 40px;
}

.crc-chart04 {
  width: 50%;
}

.crc-core-chart-txt {
  width: 100%;
}

.crc-core-chart-b {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sup {
  font-size: 30px;
  line-height: 30px;
  vertical-align: super;
}

.sup._02 {
  font-size: 18px;
  line-height: 18px;
}

.sup._02.txt-color-blue.txt-bold {
  font-weight: 700;
}

.sup._03 {
  font-size: 16px;
  line-height: 16px;
}

.sup._03.txt-color-blue.txt-bold {
  font-weight: 700;
}

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

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

.crc-img02 {
  height: 500px;
  margin-bottom: 20px;
  background-image: url('../images/CRC-core-img02.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.crc-listing {
  margin-bottom: 20px;
}

.home-logo-m3crc {
  width: 100%;
  max-width: 500px;
}

.m3crc-sticky-text {
  padding-left: 70px;
}

.m3crc-service-margin {
  margin-bottom: 40px;
}

.m3crc-service-logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m3crc-service-logo-col {
  width: 25%;
  margin-bottom: 10px;
}

.m3crc-service-title-hr {
  width: 100%;
  height: 1px;
  background-color: #65aec1;
}

.m3crc-service-title-text {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 15px;
  background-color: #65aec1;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.m3crc-service-box {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* border-bottom: 2px solid #d8d8d8; */
}

.m3crc-sevice-table {
  width: 11%;
  padding: 20px 2%;
}

.m3crc-sevice-table.m3crc-sevice-table-02 {
  position: relative;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m3crc-sevice-table.m3crc-sevice-table-03 {
  position: relative;
  width: 45%;
}

.m3crc-sevice-table-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 3px;
}

.m3crc-service-dropdown {
  color: #65aec1;
}

.m3crc-service-dropdown-open {
  overflow: hidden;
  margin-top: -15px;
  border-style: solid;
  border-width: 1px;
  border-color: #65aec1;
  border-radius: 17.5px;
  background-color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.m3crc-service-dropdown-icon {
  position: absolute;
  top: 47%;
  right: 25%;
  width: 9px;
  height: 5px;
  background-image: url('../images/icon-dropdown-arrow.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.m3crc-service-dropdown-link:hover {
  background-color: #65aec1;
  color: #fff;
}

.m3crc-sevice-table-03-img {
  position: absolute;
  margin-top: 3px;
}

.m3crc-service-table-03-text {
  padding-left: 25px;
}

.m3crc-service-dropdown-link {
  padding-top: 6px;
  padding-bottom: 6px;
}

.m3crc-service-dropdown-grey-tetx {
  position: absolute;
  left: 22%;
  top: 0px;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 14px;
}

.m3crc-service-dropdown-margin {
  margin-right: 40px;
  font-size: 26px;
}

.m3crc-service-secion-margin {
  margin-bottom: 80px;
}

.m3crc-service-eshop-btn {
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #65aec1;
  border-radius: 17.5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #65aec1;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.m3crc-service-eshop-btn:hover {
  background-color: #65aec1;
  color: #fff;
}

.m3crc-sevice-table {
  color: #6a6a6a;
  text-decoration: none;
}

.m3crc-sevice-table.m3crc-sevice-table-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m3crc-sevice-table.m3crc-sevice-table-04 {
  width: 15%;
}

.m3crc-sevice-table.m3crc-sevice-table-02 {
  width: 28%;
}

.m3crc-sevice-table.m3crc-sevice-table-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-diplay {
  display: none;
}

.m3crc-sevice-table-02-text {
  display: inline;
  padding-right: 15px;
}

.m3crc-sevice-table.m3crc-sevice-table-02 {
  width: 26%;
}

.m3crc-service-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m3crc-service-content-row.eshop a {
  text-align: center;
}

.m3crc-service-content-row.m3crc-service-content-row-second {
  margin-top: -20px;
}

.m3crc-service-content-row.m3crc-service-content-row-thrid-copy {
  margin-top: -20px;
}

.m3crc-service-content-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m3crc-service-dropdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.m3crc-service-dropdown-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m3crc-sevice-table.m3crc-sevice-table-03 {
  position: static;
}

.m3crc-sevice-table.m3crc-sevice-table-04 {
  position: relative;
}

.m3crc-service-table-link {
  position: relative;
  color: #6a6a6a;
  text-decoration: none;
}

.m3crc-sevice-table-04-img {
  position: absolute;
  margin-top: 8px;
}

.m3crc-sevice-table.m3crc-sevice-table-02 {
  position: static;
}

.m3crc-sevice-table-02-text {
  padding-right: 35px;
}

.m3crc-eshop-logo {
  width: 100%;
}

.m3crc-sticky-text {
  color: #fff;
}

.m3crc-sticky-dropdown-list {
  overflow: hidden;
  background-color: #fff;
}

.m3crc-sticky-dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #65aec1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #65aec1;
  text-align: center;
}

.m3crc-sticky-dropdown-link:hover {
  background-color: #65aec1;
  color: #fff;
}

.m3crc-sticky-dropdown-button {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.m3crc-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  background-color: #65aec1;
  background-image: url('../images/icon-shopping-bag.svg');
  background-position: 43% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.m3crc-sticky-dropdown {
  width: 100%;
  text-align: center;
}

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

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

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

html.w-mod-js *[data-ix="inner-banner"] {
  -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="expand-hide"] {
  height: 0px;
}

html.w-mod-js *[data-ix="product-faq-btn-hide"] {
  display: none;
}

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

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

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

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

html.w-mod-js *[data-ix="home-banner-slide-2"] {
  -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="home-banner-txt"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

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

html.w-mod-js *[data-ix="home-banner-txt-b"] {
  opacity: 0;
}

@media screen and (max-width: 1150px) {
  .tagline-b.chi .quote-l {
    left: 5%;
  }
html.w-mod-js *[data-ix="m3crc-service-dropdown-open"] {
  height: 0px;
}

  .tagline-b.chi .quote-r {
    right: 5%;
  }
html.w-mod-js *[data-ix="m3crc-sticky-dropdown-list"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .tagline-b.chi .quote-l {
    left: 0%;
  }

  .tagline-b.chi .quote-r {
    right: 0%;
  }

  .section-content.bg-gradient.no-padding-top-mobile {
    padding-top: 0px;
  }

  .section-content.bg-gradient.home-products {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-content.bg-home-about {
    background-size: 60%, cover;
  }

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

  .container.menu {
    z-index: 1000;
    background-color: #fff;
  }

  .container.home-banner-txt-b {
    margin-top: 25%;
  }

  .science-tabs-menu02 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .science-tab-link02 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-inner-banner {
    padding-top: 40%;
  }

  .inner-banner {
    padding-top: 40%;
  }

  .nav-link {
    display: block;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 1px solid transparent;
    text-align: left;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
  }

  .menu-graphic {
    display: none;
  }

  .nav-lang-link {
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }

  .header-logo-small {
    width: 90px;
  }

  .header-logo {
    margin-left: 5%;
  }

  .menu-btn {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .menu-btn-line01 {
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #38669c;
  }

  .banner-mask {
    left: 50%;
    width: 150%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .product-icon-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-icon-col {
    width: 50%;
  }

  .product-slider {
    width: 90%;
  }

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

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

  .contact-col {
    width: 100%;
  }

  .contact-col02 {
    width: 100%;
  }

  .contact-map {
    display: none;
  }

  .contact-info-txt {
    width: 90%;
    padding-left: 5%;
    float: left;
  }

  .contact-icon {
    float: left;
  }

  .contact-info-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-map-mobile {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 60%;
    background-image: url('../images/contact-map-mobile-v03@2x.png');
    background-position: 50% 0%;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .nav-link-mobile-b {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 1px solid transparent;
    text-align: left;
  }

  .nav-sublink {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: url('../images/nav-dot-green.svg');
    background-position: 0% 11px;
    background-size: 5px;
    background-repeat: no-repeat;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #65aec1;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
  }

  .nav-sublink:hover {
    color: #38669c;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-link-mobile-title {
    margin-bottom: 10px;
    color: #65aec1;
    font-weight: 600;
  }

  .nav-link-line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 1px;
    padding-bottom: 0px;
    background-color: #dadada;
  }

  .nav-b {
    display: block;
  }

  .menu-btn-line02 {
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #38669c;
  }

  .menu-btn-line03 {
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #38669c;
  }

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

  .home-contact-txt {
    width: 90%;
    padding-left: 5%;
    float: left;
  }

  .home-contact-icon {
    float: left;
  }

  .home-about-b {
    width: 50%;
  }

  .header-home {
    display: none;
  }

  .blog-txt-restrict {
    margin-bottom: 40px;
  }

  .blog-link {
    color: #6a6a6a;
  }

  .nav-link-mobile-title-link {
    display: block;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #65aec1;
    text-decoration: none;
  }

  .nav-link-mobile-title-link:hover {
    color: #38669c;
  }

  .btn-order {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .product-packing-row {
    display: block;
  }

  .product-packing-img {
    width: 100%;
  }

  .product-packing-btn {
    width: 100%;
  }

  .product-packing-img-crc {
    width: 100%;
  }

  .product-packing-row-crc {
    display: block;
  }

  .crc-video {
    width: 100%;
    margin-bottom: 40px;
  }

  .crc-img02 {
    height: auto;
    padding-top: 60%;
  }

  .m3crc-sticky-text {
    padding-left: 60px;
  }

  .m3crc-sevice-table {
    width: 13%;
  }

  .m3crc-sevice-table.m3crc-sevice-table-03 {
    width: 44%;
  }

  .m3crc-sevice-table.m3crc-sevice-table-04 {
    width: 19%;
  }

  .m3crc-sevice-table.m3crc-sevice-table-03 {
    width: 40%;
  }

  .m3crc-sevice-table-02-text {
    display: block;
  }

  .m3crc-sticky {
    background-position: 40% 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  h1 {
    font-size: 28px;
    line-height: 38px;
  }

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

  .section-content.bg-gradient.faq {
    padding-top: 100px;
  }

  .section-content.bg-gradient.home-products {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-content.bg-home-about {
    padding-bottom: 400px;
    background-image: url('../images/home-about-mobile.svg'), url('../images/home-about-img2x.jpg');
    background-position: 50% -750px, 50% 50%;
    background-size: 767px, auto;
  }

  .section-content.home-contact {
    background-size: 150%;
  }

  .section-content.bg-mint.related-news {
    padding-top: 100px;
  }

  .subtitle-number {
    font-size: 50px;
    line-height: 50px;
  }

  .subtitle-b {
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .subtitle.science {
    margin-top: -29px;
    background-size: 26px;
  }

  .subtitle.txt-color-white.home-products {
    padding-right: 0px;
  }

  .home-about-col-r {
    padding-top: 20px;
  }

  .science-list {
    padding-top: 40px;
  }

  .txt-color-blue.txt-enlarge {
    font-size: 20px;
  }

  .science-tab-link03 {
    width: 33.33%;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .form-txt-field {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-newsletter {
    width: 100%;
    padding-right: 40px;
  }

  .footer-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-right-b {
    width: 100%;
    margin-top: 20px;
  }

  .img-hover {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .btn-img-b.footer-social-btn {
    margin-right: 20px;
  }

  .footer-social-btn-b {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social {
    width: 100%;
    float: none;
  }

  .footer-txt-copyright {
    margin-top: 20px;
    text-align: left;
  }

  .btn-submit {
    margin-right: 0px;
  }

  .science-tabs {
    display: none;
  }

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

  .section-inner-banner {
    height: 200px;
    padding-top: 0%;
  }

  .inner-banner {
    height: 200px;
    padding-top: 0%;
  }

  .inner-banner-content-b {
    padding-bottom: 0px;
  }

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

  .header-logo-small {
    width: 70px;
  }

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

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

  .science-col._02 {
    margin-top: 40px;
  }

  .science-img-txt {
    margin-top: 5px;
    color: #38669c;
    font-weight: 700;
    text-align: center;
  }

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

  .banner-mask {
    width: 800px;
  }

  .science-graphic01 {
    display: none;
  }

  .science-graphic02 {
    display: none;
  }

  .tagline-b {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .quote-l {
    width: 20px;
    margin-top: 6px;
  }

  .quote-r {
    width: 20px;
    margin-top: 6px;
  }

  .title {
    font-size: 20px;
    line-height: 30px;
  }

  .product-subtitle-b {
    margin-bottom: 20px;
    padding-right: 60px;
  }

  .products-subtitle-icon {
    width: 50px;
  }

  .product-icon-row {
    display: block;
    margin-top: 0px;
  }

  .product-icon-col {
    width: 100%;
    margin-top: 10px;
  }

  .product-icon-b {
    padding-left: 0px;
  }

  .product-icon {
    position: relative;
    width: 50px;
    margin-top: 0px;
  }

  .product-icon.crc {
    width: 20%;
  }

  .product-slider {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .product-usage-col-l {
    width: 100%;
    float: none;
  }

  .product-usage-col-r {
    width: 100%;
    float: none;
  }

  .product-usage-icon {
    width: 50px;
  }

  .product-faq-btn {
    padding-top: 2px;
    padding-bottom: 2px;
    background-size: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .products-faq-list {
    margin-top: 20px;
    padding-left: 50px;
    background-position: 0px -3px;
    background-size: 40px;
  }

  .product-faq-expand-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .product-faq-btn-on {
    background-size: 18px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .product-icon-txt {
    width: 70%;
  }

  .product-slide-content-b {
    padding-top: 91%;
    background-image: url('../images/product-value-slide-mask01-mobile.svg');
  }

  .product-slide-content-b._02 {
    background-image: url('../images/product-value-slide-mask02-mobile.svg');
  }

  .product-slide-txt-b {
    max-height: 185px;
  }

  .product-value-title-b {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .product-slide-content-b-on._02 {
    background-image: url('../images/product-value-slide-mask02-mobile.svg'), -webkit-gradient(linear, left top, right top, from(#65aec1), to(#38669c));
    background-image: url('../images/product-value-slide-mask02-mobile.svg'), linear-gradient(90deg, #65aec1, #38669c);
  }

  .form-txt-area {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-icon {
    width: 40px;
  }

  .btn-img {
    width: 40px;
  }

  .faq-list-icon {
    width: 40px;
    margin-top: -3px;
  }

  .nav-sublink {
    background-position: 0% 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-link-mobile-title {
    margin-bottom: 5px;
  }

  .home-contact-txt {
    width: 85%;
  }

  .home-blog-col {
    width: 100%;
    margin-top: 20px;
  }

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

  .blog-tag-b {
    margin-top: 0px;
  }

  .blog-title {
    font-size: 20px;
    line-height: 30px;
  }

  .home-product-col {
    width: 100%;
    margin-top: 20px;
  }

  .home-product-row._02 {
    display: block;
    margin-top: 30px;
  }

  .btn-img02 {
    width: 20px;
  }

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

  .btn-details {
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
    font-size: 12px;
    line-height: 22px;
  }

  .home-about-col-l {
    width: 100%;
    padding-left: 40px;
  }

  .home-about-quote {
    width: 20px;
    margin-top: 6px;
  }

  .home-about-col-r {
    width: 100%;
    padding-left: 40px;
  }

  .home-disease-txt {
    font-size: 20px;
    line-height: 30px;
  }

  .home-disease-icon-list {
    margin-top: 20px;
  }

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

  .blog-img-b-inner-demo {
    margin-bottom: 10px;
  }

  .blog-txt-restrict {
    height: auto;
  }

  .blog-listing-col {
    width: 100%;
    margin-top: 20px;
  }

  .blog-details-txt {
    font-size: 20px;
    line-height: 30px;
  }

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

  .blog-details-date {
    margin-top: 20px;
    font-size: 14px;
  }

  .blog-details-margin {
    margin-bottom: 20px;
  }

  .blog-details-margin td {
    padding: 5px;
  }

  .about-img-lamp {
    width: 120px;
    margin-top: -20px;
  }

  .about-icon-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-icon-row {
    display: block;
    margin-top: 0px;
  }

  .about-icon-col {
    width: 100%;
    margin-top: 10px;
  }

  .about-icon {
    position: relative;
    width: 50px;
    margin-top: 0px;
  }

  .about-icon-txt {
    width: 80%;
    padding-left: 5%;
  }

  .blog-related-col {
    width: 100%;
    margin-top: 20px;
  }

  .about-subtitle-b {
    margin-bottom: 20px;
    padding-right: 60px;
  }

  .blog-recent-row {
    display: block;
  }

  .blog-recent-col-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .blog-recent-col-right {
    width: 100%;
  }

  .blog-tag-b02 {
    margin-top: 0px;
  }

  .home-banner-txt {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-filter-mobile {
    display: block;
  }

  .blog-filter {
    display: none;
  }

  .blog-filter-dropdown-toggle {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 100px;
    background-color: #65aec1;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-filter-dropdown-list.w--open {
    overflow: hidden;
    margin-top: 5px;
    border-radius: 20px;
    background-color: #65aec1;
  }

  .blog-filter-dropdown-link {
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #fff;
  }

  .blog-filter-dropdown-link:hover {
    background-color: #38669c;
  }

  .product-value-slide-mask {
    display: none;
  }

  .product-value-slide-mask-mobile {
    display: block;
  }

  .crccore-txt-b {
    padding-top: 30px;
  }

  .crccore-subtitle-b {
    margin-bottom: 20px;
    padding-right: 60px;
  }

  .crccore-img-lamp {
    width: 120px;
    margin-top: -20px;
  }

  .btn-order {
    position: absolute;
    margin-top: 20px;
    margin-right: 0px;
    font-size: 12px;
    line-height: 22px;
  }

  .products-reference-list {
    font-size: 14px;
  }

  .txt-small {
    font-size: 14px;
  }

  .crc-core-chart.hide-in-mobile {
    display: none;
  }

  .txt-upper-case02 {
    font-size: 13px;
  }

  .crc-core-tb-title.txt-color-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -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;
  }

  .crc-core-tb-row.tb-bg-grey {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .crc-core-tb-txt.txt-color-blue {
    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;
  }

  .crc-core-chart-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .crc-title {
    font-size: 24px;
    line-height: 30px;
  }

  .crc-quote-b {
    min-height: 200px;
  }

  .crc-quote-txt {
    font-size: 20px;
    line-height: 30px;
  }

  .crc-core-chart02.hide-in-mobile {
    display: none;
  }

  .sup {
    font-size: 22px;
    line-height: 22px;
  }

  .sup._02 {
    font-size: 16px;
    line-height: 16px;
  }

  .sup._03 {
    font-size: 13px;
    line-height: 13px;
  }

  .crc-tb-txt {
    width: 100%;
  }

  .home-logo-m3crc {
    width: 80%;
  }

  .m3crc-sticky-text {
    font-size: 20px;
    line-height: 30px;
  }

  .m3crc-service-margin {
    margin-bottom: 20px;
  }

  .m3crc-service-logo-col {
    width: 33.33%;
  }

  .m3crc-service-title-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
  }

  .m3crc-sevice-table {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .m3crc-sevice-table.mobile-hidden {
    display: none;
  }

  .m3crc-sevice-table-img {
    max-height: 18px;
  }

  .m3crc-service-dropdown {
    padding-right: 30px;
    padding-left: 0px;
    font-size: 18px;
  }

  .m3crc-service-dropdown-icon {
    right: 15%;
  }

  .m3crc-sevice-table-03-img {
    max-height: 18px;
    margin-top: 3px;
  }

  .m3crc-service-dropdown-grey-tetx {
    left: 0%;
    font-size: 12px;
  }

  .m3crc-service-dropdown-margin {
    margin-right: 20px;
    font-size: 22px;
  }

  .m3crc-service-secion-margin {
    margin-bottom: 20px;
  }

  .m3crc-service-eshop-btn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .m3crc-sevice-table {
    padding: 10px 2%;
  }

  .m3crc-sevice-table.m3crc-sevice-table-03 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .m3crc-sevice-table.m3crc-sevice-table-02 {
    width: 100%;
  }

  .m3crc-sevice-table.m3crc-sevice-table-04 {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .m3crc-sevice-table.m3crc-sevice-table-02 {
    padding-bottom: 5px;
  }

  .mobile-diplay {
    display: block;
  }

  .m3crc-service-content-row.m3crc-service-content-row-second {
    margin-top: 0px;
    padding-top: 10px;
    background-color: rgba(101, 174, 193, 0.12);
  }

  .m3crc-service-content-row.m3crc-service-content-row-thrid-copy {
    margin-top: 0px;
    padding-top: 10px;
  }

  .m3crc-service-dropdown-row {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .m3crc-sevice-table-04-img {
    max-height: 18px;
    margin-top: 3px;
  }

  .m3crc-sevice-table-02-text {
    padding-right: 25px;
  }

  .m3crc-eshop-logo {
    width: 50%;
  }

  .m3crc-sticky-dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .m3crc-sticky-dropdown-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .m3crc-sticky {
    background-size: auto 35px;
  }
}

@media screen and (max-width: 479px) {
  .section-content.bg-home-about {
    background-position: 50% -250px, 50% 50%;
    background-size: 479px, auto;
  }

  .container.home-banner-txt-b {
    margin-top: 35%;
  }

  .science-img-txt {
    line-height: 16px;
  }

  .banner-mask {
    width: 650px;
  }

  .product-usage-txt {
    width: 80%;
  }

  .product-usage-icon-list {
    display: block;
  }

  .home-banner-link {
    padding-top: 70%;
  }

  .home-banner-txt {
    font-size: 18px;
    line-height: 21px;
  }

  .product-packing-btn {
    padding-top: 20px;
  }

  .crc-core-tb-title {
    padding-right: 5px;
    padding-left: 5px;
  }

  .crc-core-tb-title.txt-color-blue {
    height: 100px;
  }

  .crc-core-tb-txt {
    padding-right: 5px;
    padding-left: 5px;
  }

  .crc-chart04 {
    width: 100%;
  }

  .crc-core-chart-txt {
    width: 100%;
  }

  .crc-core-chart-b {
    display: block;
  }

  .m3crc-sticky-text {
    padding-left: 45px;
  }

  .m3crc-service-logo-col {
    width: 50%;
  }

  .m3crc-service-dropdown {
    padding-right: 38px;
  }

  .m3crc-service-dropdown-margin {
    margin-right: 0px;
    margin-left: 0px;
  }

  .m3crc-eshop-logo {
    width: 50%;
  }
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}