@charset "UTF-8";

@font-face {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: normal;
  src: url(../../../../fonts/Mark-Pro297e297e.ttf?96128c4f1d3a757c091afd51f9fabf69) format("truetype");
}

@font-face {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  src: url(../../../../fonts/Mark-Pro-Boldc9bac9ba.ttf?a9805b3e67c5e4923c064a78353b089d) format("truetype");
}

@font-face {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: 500;
  src: url(../../../../fonts/Mark-Pro-Medium00010001.ttf?cf3b5367e671d1d0f318858066455fda) format("truetype");
}

.navbar {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

nav.navbar .navbar-menu {
  display: flex !important;
  align-items: center;
}

nav.navbar .navbar-menu,
nav.navbar .navbar-menu a {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

nav.navbar .navbar-menu a {
  display: inline-block;
  margin-right: 50px;
}

nav.navbar ul {
  list-style: none;
  margin-bottom: 0;
  height: 73px;
  align-items: center;
  display: flex;
}

nav.navbar ul li {
  float: left;
}

nav.navbar ul li.language {
  display: flex;
}

nav.navbar ul li.language a {
  margin: 0;
}

nav.navbar ul li.language .separator {
  margin-left: 15px;
  margin-right: 15px;
}

nav.navbar .right {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-menu {
  background-color: #1A6A4E;
  align-items: start !important;
  justify-content: center;
}

.mobile-menu .navbar-toggler i {
  color: #EFEFEF;
}

.mobile-menu .language {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 20px;
}

.mobile-menu .language .separator {
  color: rgba(255, 255, 255, 0.496312);
  margin-left: 15px;
  margin-right: 15px;
}

.mobile-menu .language a {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2.14286px;
  text-transform: uppercase;
  color: #EFEFEF;
}

.mobile-menu .navbar-nav .nav-item {
  padding-left: 10px;
  position: relative;
  margin: 0 !important;
}

.mobile-menu .navbar-nav .nav-item a {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: left;
}

.mobile-menu .navbar-nav .nav-item:before {
  content: "\2022";
  position: absolute;
  height: 5px;
  left: -15px;
  top: 2px;
  color: #9EE900;
}

.mobile-menu .navbar-nav .nav-item:after {
  content: "";
  border-left: 2px dotted #9EE900;
  position: absolute;
  height: 38px;
  z-index: 1;
  left: -12px;
  top: 16px;
}

.mobile-menu .navbar-nav .nav-item.last:after {
  border-left: none;
}

.intro .intro-desc {
  padding-left: 60px;
}

@media (min-width: 768px) {
    .intro .intro-desc {
        min-height: 700px;
    }
}

.intro.description .intro-desc h1 {
    font-family: 'Mark Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 60px;

    color: #FFFFFF;
    margin-bottom: 30px !important;
}

.intro.description .intro-desc h2 {
    font-family: Mark Pro !important;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #FFFFFF;
    border-left: 4px solid #9EE900;
    padding-left: 12px;
    margin-bottom: 20px !important;
}

.intro.description .intro-desc p {
    font-family: 'Mark Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
}

.product-services {
  background-color: #03533B;
}

.product-services .img {
  padding: 0;
}

.product-services .description {
  padding: 40px;
}

.product-services .description h2 {
    font-family: 'Mark Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}

.product-services .description h1 {
    font-family: 'Mark Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.7);

  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}

.product-services .description p {
    font-family: 'Mark Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.9);
}

.product-services li {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: black;
}

/*.product-services .description a {*/
/*  font-family: Mark Pro !important;*/
/*  font-style: normal !important;*/
/*  font-weight: 500 !important;*/
/*  font-size: 14px !important;*/
/*  line-height: 18px !important;*/
/*  color: #FFFFFF;*/
/*  border-bottom: 2px solid #9EE900;*/
/*  padding-bottom: 5px;*/
/*  display: inline-block;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.product-services .description a i {*/
/*  position: relative;*/
/*  top: 2px;*/
/*}*/

.product-services.toll-manufacturing {
  background-color: #E4EEED;
}

.product-services.toll-manufacturing .description h1,
.product-services.toll-manufacturing .description h2,
.product-services.toll-manufacturing .description p,
.product-services.toll-manufacturing .description a {
  color: black;
}

.product-services.toll-manufacturing .description h1 {
  border-bottom: 1px solid black;
}

.product-services.toll-manufacturing .description ul {
  margin-bottom: 60px;
  padding-left: 0;
}

.product-services.toll-manufacturing .description ul li {
  float: left;
  display: block;
  width: 150px;
  margin-right: 50px;
}

.product-services.toll-manufacturing .description ul li::before {
  content: "\2022";
  color: #9EE900;
  margin-right: 10px;
}

.product-services.formulation {
  background-color: #9EE900;
}

.product-services.formulation .description h1,
.product-services.formulation .description h2,
.product-services.formulation .description p,
.product-services.formulation .description a {
  color: black;
}

.product-services.formulation .description h1 {
  border-bottom: 1px solid black;
}

.product-services.essential-oil {
  background-color: #EEE9E4;
}

.product-services.essential-oil .description h1,
.product-services.essential-oil .description h2,
.product-services.essential-oil .description p,
.product-services.essential-oil .description a {
  color: black;
}

.product-services.essential-oil .description h1 {
  border-bottom: 1px solid black;
}

.section {
  padding-top: 95px;
}

.certificates {
  margin-bottom: 80px;
}

.certificates h2 {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 47px !important;
  line-height: 60px !important;
  margin-bottom: 50px;
}

.certificates .item {
  padding: 20px;
  background-color: #F6F7F8;
  margin-bottom: 20px;
  min-height: 106px;
  position: relative;
}

.certificates .item div {
  float: left;
}

.certificates .item .img {
  padding: 0;
  width: 30%;
}

.certificates .item .title {
  padding-left: 20px;
  width: 70%;
  display: inline-block;
}

.certificates .item h3 {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 5px;
}

.certificates .item a {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  border-bottom: 2px solid #9EE900;
  padding-bottom: 2px;
  display: inline-block;
  color: black;
  position: absolute;
  bottom: 27px;
}

.certificates .item a i {
  position: relative;
  top: 2px;
}

.news {
  background: #F6F7F8;
  padding-top: 80px !important;
}

.news .container-fluid {
  padding-left: 56px;
  padding-right: 41px;
}

.news h2 {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 47px;
  line-height: 60px;
  margin-bottom: 50px;
}

.news .more {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid black;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 30px;
  color: #000000;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.news .more span {
  margin-left: 26px;
  display: inline-block;
  padding: 24px;
  border-left: 1px solid black;
}

.news .news-item {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}

.news .news-item .img-container {
  position: relative;
  margin-bottom: 20px;
}

.news .news-item .img-container .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #9EE900;
  color: white;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news .news-item .img-container .plus i {
  font-size: 30px;
}

.news .news-item .category {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #000000;
  border-left: 4px solid #9EE900;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 0 2px 12px;
}

.news .news-item h3 {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

.news .item-container:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.news .item-container:nth-child(3) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.career {
  padding-left: 78px;
  padding-right: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.career .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 100px;
}

.career .description h2 {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 47px !important;
  line-height: 60px !important;
  color: #FFFFFF;
}

.career .description p {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #FFFFFF;
}

.career .description p a {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  color: #FFFFFF;
  border-bottom: 2px solid #9EE900;
  padding-bottom: 5px;
}

.career img {
  width: 100%;
  position: relative;
  bottom: -50px;
  box-shadow: 0px 7px 60px 0px #00000040;
}

.address h2 {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 47px !important;
  line-height: 60px !important;
  margin-bottom: 40px;
}

.address .location .container-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.address .location .container-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.address .location .left {
  padding-right: 0;
}

.address .location .right {
  padding-left: 0;
}

.address .location .description {
  padding: 90px;
  min-height: 100%;
}

.address .location .description h3 {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.address .location .description p {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #FFFFFF;
}

.address .location .description h4 {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 28px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-left: 4px solid #9EE900;
  padding-left: 12px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.address .location .description .info,
.address .location .description .info a {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #FFFFFF;
}

.address .location .description .info i,
.address .location .description .info a i {
  position: relative;
  top: 3px;
}

.address .location .description .info span,
.address .location .description .info a span {
  font-weight: bold !important;
}

.address .location .description .info a {
  border-bottom: 2px solid #9EE900;
  padding-bottom: 4px;
  margin-left: 4px;
}

.address .location .description.green {
  background-color: #03533B;
}

.address .location .description.cream {
  background-color: #EEE9E4;
}

.address .location .description.cream h3,
.address .location .description.cream p,
.address .location .description.cream h4,
.address .location .description.cream .info,
.address .location .description.cream .info a {
  color: #000000;
}

.contact .img-container {
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
}

.contact .img-container #img1 {
  width: 65%;
  top: 50px;
  position: absolute;
}

.contact .img-container #img2 {
  width: 50%;
  position: absolute;
  left: 100px;
  top: -24px;
}

.contact .img-container #img3 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact .img-container #img4 {
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact .img-container #img5 {
  width: 75%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact .form-container {
  text-align: center;
}

.contact form {
  text-align: left;
}

.contact p {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.contact h2 {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 47px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  text-align: center;
  display: inline-block;
}

.contact hr {
  border-bottom: 8px solid #9EE900;
  margin-top: -23px;
  margin-bottom: 20px;
}

.contact label {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

.contact input,
.contact textarea {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.02em;
  color: rgba(34, 34, 34, 0.35);
  background: rgba(34, 34, 34, 0.05);
  border-bottom: 2px solid #222222;
  border-radius: 0;
}

.contact button {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  background: #9EE900;
  border: none;
  padding-left: 20px;
  width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

.contact button span {
  display: inline-block;
  padding: 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .img-footer img {
  margin-top: -65px;
}

footer.site-footer {
  padding-top: 32px;
  padding-bottom: 32px;
}

footer.site-footer .footer-container {
  display: flex;
  align-items: center;
}

footer.site-footer .footer-container .img-container {
  margin-right: 25px;
}

footer.site-footer .footer-container .img-container img {
  margin: 0;
  width: 78px;
}

footer.site-footer .footer-container .copyright {
  text-align: left !important;
  margin: 0 !important;
}

footer.site-footer .footer-container .copyright p {
  font-family: Mark Pro !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 10px !important;
  line-height: 13px !important;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #269E74;
}

footer.site-footer .footer-container .social-links {
  margin: 0;
}

footer.site-footer .footer-container .justify-content-between {
  width: 100%;
  align-items: center;
}

footer.site-footer .footer-container .scroll-top {
  display: none;
}

.news-landing {
  margin-top: 0;
}

.news-landing .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.news-landing .header form select {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid black;
  padding: 15px;
  height: auto;
}

.news-landing h3 {
  margin-bottom: 50px;
}

.news-landing .button-container {
  margin-top: 80px;
}

.news-landing #gc-loadmore {
  background-color: #03533B;
  padding: 30px 24px 20px 24px;
  margin-top: 80px;
  border-radius: 50%;
}

.news-landing #gc-loadmore i {
  font-size: 24px;
  color: white;
}

.news-detail h2 {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

.news-detail h1 {
  font-family: Mark Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 47px;
  line-height: 60px;
  text-align: center;
  color: #000000;
}

@media only screen and (min-width: 1200px) {
  .desktop-only {
    display: block !important;
  }

  .mobile-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 921px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .navbar-toggler {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 22px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center !important;
  }

  .navbar-brand {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  nav.navbar .navbar-menu {
    display: none !important;
  }

  .intro {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .intro .intro-desc {
    padding-left: 0px;
  }

  .intro .intro-desc h1 {
    font-size: 28px !important;
    line-height: 35px;
    margin-bottom: 10px !important;
  }

  .intro .intro-desc h2 {
    font-size: 12px !important;
    line-height: 28px;
  }

  .intro .intro-desc p {
    font-size: 14px !important;
    line-height: 22px;
  }

  .product-services .description {
    padding: 15px;
  }

  .product-services .description h1 {
    font-size: 28px !important;
    line-height: 35px !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .product-services .description p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-services.toll-manufacturing .description ul li {
    margin-right: 0;
  }

  .certificates {
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .certificates h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin-bottom: 20px;
  }

  .news {
    padding-top: 50px !important;
    margin-top: 0;
  }

  .news .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .news .more.mobile-only {
    padding-left: 20px;
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }

  .news .more.mobile-only span {
    margin-left: 26px;
    display: inline-block;
    padding: 24px;
    border-left: 1px solid black;
  }

  .news .news-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .news .news-item h3 {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .news .item-container:nth-child(1) {
    border-right: none;
  }

  .news .item-container:nth-child(3) {
    border-left: none;
  }

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

  .career .description {
    padding-right: 0;
  }

  .career .description h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    position: relative;
    bottom: -50px;
  }

  .career .description p {
    font-size: 14px !important;
    line-height: 22px !important;
    position: relative;
    bottom: -50px;
  }

  .career img {
    position: relative;
    bottom: -50px;
  }

  .address {
    padding-bottom: 0;
  }

  .address h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin-bottom: 20px;
  }

  .address .location .left {
    padding-left: 0;
  }

  .address .location .right {
    padding-right: 0;
  }

  .address .location .description {
    padding: 40px 15px;
    margin-top: -8px;
  }

  .address .location .description p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .address .location .description .info,
  .address .location .description .info a {
    font-size: 14px !important;
    line-height: 22px !important;
  }

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

  .contact h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .contact hr {
    border-bottom: 6px solid #9EE900;
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .contact label {
    font-size: 14px;
  }

  .contact button {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .contact .img-footer img {
    margin-top: 0;
  }

  footer.site-footer {
    padding-top: 15px;
    padding-bottom: 0;
  }

  footer.site-footer .footer-container {
    flex-direction: column;
    justify-content: center;
  }

  footer.site-footer .footer-container .img-container {
    margin: 0;
    margin-bottom: 20px;
  }

  footer.site-footer .footer-container .copyright {
    text-align: left !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  footer.site-footer .footer-container .copyright p {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  footer.site-footer .footer-container .justify-content-between {
    flex-direction: column;
    justify-content: center;
  }

  footer.site-footer .footer-container .scroll-top {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer.site-footer .footer-container .scroll-top i,
  footer.site-footer .footer-container .scroll-top a {
    color: #FFFFFF;
  }

  footer.site-footer .footer-container .scroll-top i {
    opacity: 0.2;
  }

  footer.site-footer .footer-container .scroll-top a {
    font-family: Mark Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }

  .news-landing .header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 28px;
  }

  .news-landing .header form {
    width: 100%;
    margin-top: 5px;
  }

  .news-landing .header form select {
    width: 100%;
  }

  .news-landing .button-container {
    margin-top: 80px;
  }

  .news-landing #gc-loadmore {
    margin-top: 50px;
  }

  .news-detail .single-post {
    margin-bottom: 10px !important;
  }

  .product-services li {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {

  .product-services li {
    font-size: 14px;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .navbar-toggler {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 22px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center !important;
  }

  .navbar-brand {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  nav.navbar .navbar-menu {
    display: none !important;
  }

  .intro {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .intro .intro-desc {
    padding-left: 0px;
  }

  .intro .intro-desc h1 {
    font-size: 28px !important;
    line-height: 35px;
    margin-bottom: 10px !important;
  }

  .intro .intro-desc h2 {
    font-size: 12px !important;
    line-height: 28px;
  }

  .intro .intro-desc p {
    font-size: 14px !important;
    line-height: 22px;
  }

  .product-services .description {
    padding: 15px;
  }

  .product-services .description h1 {
    font-size: 28px !important;
    line-height: 35px !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .product-services .description p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-services.toll-manufacturing .description ul li {
    margin-right: 0;
  }

  .certificates {
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .certificates h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin-bottom: 20px;
  }

  .news {
    padding-top: 50px !important;
    margin-top: 0;
  }

  .news .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .news .more.mobile-only {
    padding-left: 20px;
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }

  .news .more.mobile-only span {
    margin-left: 26px;
    display: inline-block;
    padding: 24px;
    border-left: 1px solid black;
  }

  .news .news-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .news .news-item h3 {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .news .item-container:nth-child(1) {
    border-right: none;
  }

  .news .item-container:nth-child(3) {
    border-left: none;
  }

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

  .career .description {
    padding-right: 0;
  }

  .career .description h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    position: relative;
    bottom: -50px;
  }

  .career .description p {
    font-size: 14px !important;
    line-height: 22px !important;
    position: relative;
    bottom: -50px;
  }

  .career img {
    position: relative;
    bottom: -50px;
  }

  .address {
    padding-bottom: 0;
  }

  .address h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin-bottom: 20px;
  }

  .address .location .left {
    padding-left: 0;
  }

  .address .location .right {
    padding-right: 0;
  }

  .address .location .description {
    min-height: auto;
    padding: 40px 15px;
    margin-top: -8px;
  }

  .address .location .description p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .address .location .description .info,
  .address .location .description .info a {
    font-size: 14px !important;
    line-height: 22px !important;
  }

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

  .contact h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .contact hr {
    border-bottom: 6px solid #9EE900;
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .contact label {
    font-size: 14px;
  }

  .contact button {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .contact .img-footer img {
    margin-top: 0;
  }

  footer.site-footer {
    padding-top: 15px;
    padding-bottom: 0;
  }

  footer.site-footer .footer-container {
    flex-direction: column;
    justify-content: center;
  }

  footer.site-footer .footer-container .img-container {
    margin: 0;
    margin-bottom: 20px;
  }

  footer.site-footer .footer-container .copyright {
    text-align: left !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  footer.site-footer .footer-container .copyright p {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  footer.site-footer .footer-container .justify-content-between {
    flex-direction: column;
    justify-content: center;
  }

  footer.site-footer .footer-container .scroll-top {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer.site-footer .footer-container .scroll-top i,
  footer.site-footer .footer-container .scroll-top a {
    color: #FFFFFF;
  }

  footer.site-footer .footer-container .scroll-top i {
    opacity: 0.2;
  }

  footer.site-footer .footer-container .scroll-top a {
    font-family: Mark Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }

  .news-landing .header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 28px;
  }

  .news-landing .header form {
    width: 100%;
    margin-top: 5px;
  }

  .news-landing .header form select {
    width: 100%;
  }

  .news-landing .button-container {
    margin-top: 80px;
  }

  .news-landing #gc-loadmore {
    margin-top: 50px;
  }

  .news-detail .single-post {
    margin-bottom: 10px !important;
  }
}

.btn-outline--dark {
    font-family: 'Mark Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    border: 2px solid #000000;
    display: inline-flex;
    align-items: center;
    padding: 20px;
}

.btn-outline--dark:hover {
    color: #000;
}

.btn-outline--light {
    font-family: 'Mark Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    padding: 20px;
}

.btn-outline--light:hover {
    color: #fff;
}

.btn-outline--split {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-outline--splitter {
    padding: 20px;
    border-left: 2px solid #000000;
    margin-left: 20px;
}

.btn-outline--light .btn-outline--splitter {
    border-color: #fff;
}
