@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
/* MIXIN*/
.container-max {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1299px) {
    .container-max {
      padding-left: 15px;
      padding-right: 15px; } }

.img-drop {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .img-drop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

a {
  outline: 0; }

#wrap-page {
  position: relative;
  overflow: hidden; }

.bg-white {
  background: #fff; }

.owl-fix-android {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1; }

.jssocials-share {
  display: inline-block; }

header.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media (max-width: 991px) {
    header.header {
      min-height: 60px; } }
  @media (max-width: 767px) {
    header.header {
      padding-top: 20px; } }
  header.header .container-max {
    position: relative; }
  header.header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8.33333vw;
    max-width: 115px;
    min-width: 70px;
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
    header.header .logo img {
      width: 100%; }
    @media (min-width: 768px) {
      header.header .logo {
        display: none; } }
  header.header .share {
    position: absolute;
    top: 3.6vw !important;
    right: 3.33333vw !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      header.header .share {
        top: 40px !important; } }
    @media (max-width: 767px) {
      header.header .share {
        top: 5px !important; } }
    header.header .share a {
      font-size: 20px;
      color: #222;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 1200px) {
        header.header .share a {
          font-size: 24px; } }
      header.header .share a:not(:last-child) {
        margin-right: 15px; }
      header.header .share a:hover {
        color: #319839; }
  header.header.fixed {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      header.header.fixed {
        padding-top: 13px; } }
    @media (min-width: 768px) {
      header.header.fixed .menu-top li {
        padding: 0; }
      header.header.fixed .menu-top a:after {
        bottom: 7px; } }
    header.header.fixed .logo-li img {
      max-width: 60px;
      min-width: auto; }
    header.header.fixed .logo {
      width: 60px;
      top: -5px;
      min-width: auto; }
    header.header.fixed .share {
      top: 10px !important; }
      @media (max-width: 767px) {
        header.header.fixed .share {
          top: 3px !important; } }

.menu-top {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 768px) {
    .menu-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 767px) {
    .menu-top {
      visibility: hidden;
      opacity: 0;
      display: block;
      position: absolute;
      top: -55px;
      left: 0;
      right: 0;
      background: #fff;
      text-align: center;
      padding: 60px 0 10px;
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
              box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); } }
  .menu-top a {
    font-size: 1.6vw;
    color: #000;
    font-weight: 400;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 10px; }
    @media (min-width: 1200px) {
      .menu-top a {
        font-size: 22px;
        display: inline-block; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .menu-top a {
        display: inline-block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .menu-top a {
        display: inline-block; } }
    @media (max-width: 991px) {
      .menu-top a {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .menu-top a:after {
        content: "";
        background: #319839;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
  .menu-top li {
    padding: 15px 0 7px;
    overflow: hidden;
    text-align: center;
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%; }
    .menu-top li.active a:after,
    .menu-top li a:hover:after {
      left: 0;
      width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .menu-top li {
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%; } }
    @media (max-width: 767px) {
      .menu-top li {
        padding: 7px 0 7px; } }
    .menu-top li.logo-li {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
      @media (max-width: 767px) {
        .menu-top li.logo-li {
          display: none; } }
      .menu-top li.logo-li img {
        width: 8.33333vw;
        max-width: 115px;
        min-width: 70px; }
      .menu-top li.logo-li a:after {
        display: none; }
  @media (max-width: 767px) {
    .menu-top.open {
      top: -20px;
      opacity: 1;
      visibility: visible;
      padding-top: 90px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; } }

.btn-mobile {
  position: absolute;
  left: 3.33333vw;
  top: 8px;
  width: 30px;
  height: 20px;
  background: transparent;
  cursor: pointer; }
  @media (min-width: 768px) {
    .btn-mobile {
      display: none; } }
  @media (max-width: 767px) {
    .btn-mobile {
      display: block; } }
  .btn-mobile:before, .btn-mobile:after,
  .btn-mobile span {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background: #319839;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 5px rgba(255, 255, 255, 0.3); }
  .btn-mobile span {
    top: calc(50% - 2px); }
  .btn-mobile:before {
    top: 0; }
  .btn-mobile:after {
    bottom: 0; }
  .btn-mobile.open:before, .btn-mobile.open:after,
  .btn-mobile.open span {
    background: #999;
    top: 50%; }
  .btn-mobile.open:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-mobile.open:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btn-mobile.open span {
    opacity: 0; }

/* INIT */
body {
  font-family: "Source Sans Pro"; }

.the-banner {
  position: relative; }
  .the-banner .img-drop {
    padding-top: 100vh; }
    .the-banner .img-drop:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10vw;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(transparent));
      background: linear-gradient(rgba(255, 255, 255, 0.8), transparent); }
    @media (max-width: 767px) {
      .the-banner .img-drop {
        padding-top: 69%; } }
  .the-banner .panel-down {
    background: transparent url("../img/panel-arrow.png") no-repeat bottom center/auto 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 5.33333vw;
    max-height: 90px;
    min-height: 35px;
    text-align: center;
    -webkit-transform: none;
            transform: none; }
    .the-banner .panel-down .arrow {
      margin-top: 3.06667vw;
      background: transparent url("../img/arrow-down.png") no-repeat top center/100%;
      width: 1.66667vw;
      height: 0.8vw;
      display: inline-block;
      -webkit-animation-duration: 1.2s;
              animation-duration: 1.2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
      @media (max-width: 767px) {
        .the-banner .panel-down .arrow {
          margin-top: 18px;
          width: 18px;
          height: 12px; } }
    .the-banner .panel-down a {
      padding: 20px; }
  .the-banner .text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    color: #000;
    font-weight: 600; }
    @media (max-width: 767px) {
      .the-banner .text {
        top: 60px;
        padding-left: 15px;
        padding-right: 15px; } }
    .the-banner .text h2 {
      font-size: 5.33333vw;
      font-weight: 300;
      margin-top: 20px !important; }
      @media (min-width: 1200px) {
        .the-banner .text h2 {
          font-size: 70px; } }
    .the-banner .text p {
      font-size: 2vw;
      font-weight: 300;
      max-width: 41.33333vw;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1200px) {
        .the-banner .text p {
          font-size: 28px;
          max-width: 650px; } }
      @media (max-width: 991px) {
        .the-banner .text p {
          font-size: 18px;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .the-banner .text p {
          display: none; } }

.title-page {
  font-size: 4.66667vw;
  color: #319839;
  font-weight: 300;
  margin-bottom: 2.66667vw; }
  .title-page.white {
    color: #fff; }
  @media (min-width: 1200px) {
    .title-page {
      font-size: 54px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .title-page {
      font-size: 28px; } }

.intro-page {
  font-size: 1.86667vw;
  line-height: 2.93333vw;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 300;
  max-width: 72vw;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .intro-page {
      font-size: 23px;
      line-height: 34px; } }
  @media (max-width: 991px) {
    .intro-page {
      line-height: 1.3em;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .intro-page {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .intro-page p {
      margin-bottom: 15px; } }
  .intro-page.white {
    color: #fff; }

.the-organic {
  background: #fff;
  text-align: center; }
  .the-organic .container {
    padding-top: 4.66667vw;
    padding-bottom: 2.66667vw; }
  .the-organic .img img {
    max-width: 8.66667vw;
    width: 100%; }
    @media (max-width: 767px) {
      .the-organic .img img {
        max-width: 60px; } }
  .the-organic .bg-organic {
    background: #8bcaeb;
    margin-bottom: -1px; }
    .the-organic .bg-organic img {
      width: 100%; }

.the-commitment {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .the-commitment {
      text-align: center; } }
  .the-commitment .container {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .the-commitment .container {
        padding-top: 12vw;
        padding-bottom: 17.33333vw; } }
    @media (max-width: 767px) {
      .the-commitment .container {
        padding-top: 10px;
        padding-bottom: 30px; } }
  .the-commitment .bg-commitment {
    top: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .the-commitment .bg-commitment {
        position: absolute; } }

.the-product {
  background: #fff; }
  .the-product .container {
    text-align: center; }
    @media (min-width: 768px) {
      .the-product .container {
        padding-top: 4.66667vw;
        padding-bottom: 3.33333vw; } }
    @media (max-width: 767px) {
      .the-product .container {
        padding-bottom: 50px; } }
  .the-product .list-product {
    padding-top: 6.66667vw;
    padding-bottom: 4vw; }
  .the-product .col-sm-4:not(:last-child) {
    margin-bottom: 50px; }
  .the-product .list-product-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .the-product .list-product-page {
        padding-top: 2.66667vw;
        padding-bottom: 2.66667vw; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .the-product .list-product-page {
        padding-top: 2.66667vw;
        padding-bottom: 2.66667vw; } }
    @media (max-width: 767px) {
      .the-product .list-product-page {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .the-product .list-product-page .col-sm-4 {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }
      @media (max-width: 767px) {
        .the-product .list-product-page .col-sm-4 {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
      @media (max-width: 575px) {
        .the-product .list-product-page .col-sm-4 {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

.item-product {
  text-align: center; }
  .item-product:hover a {
    color: #319839; }
  .item-product .img-drop {
    padding-top: 195%; }
    .item-product .img-drop:before {
      content: "";
      position: absolute;
      bottom: -0.8vw;
      right: -0.8vw;
      width: 165%;
      height: 30%;
      background: transparent url("../img/shadow-product.png") no-repeat top left/100%;
      z-index: -1; }
    .item-product .img-drop img {
      -o-object-fit: contain;
         object-fit: contain; }
  .item-product .img {
    max-width: 10.66667vw;
    display: inline-block;
    width: 100%; }
    @media (max-width: 767px) {
      .item-product .img {
        max-width: 140px; } }
  .item-product h4 {
    max-width: 13.33333vw;
    font-size: 1.66667vw;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw; }
    @media (min-width: 1200px) {
      .item-product h4 {
        font-size: 24px;
        line-height: 1em; } }
    @media (max-width: 991px) {
      .item-product h4 {
        font-size: 16px;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
  .item-product a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .item-product.big .img {
      max-width: 13.33333vw; } }

.btn-green,
.gform_footer input[type="submit"] {
  background-color: #329a3a;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #329a3a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0; }
  @media (min-width: 1200px) {
    .btn-green,
    .gform_footer input[type="submit"] {
      padding: 19px 40px 20px;
      border-radius: 45px;
      font-size: 21px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn-green,
    .gform_footer input[type="submit"] {
      padding: 1.26667vw 2.66667vw 1.33333vw;
      border-radius: 3vw;
      font-size: 1.4vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn-green,
    .gform_footer input[type="submit"] {
      padding: 1.26667vw 2.66667vw 1.33333vw;
      border-radius: 3vw;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .btn-green,
    .gform_footer input[type="submit"] {
      padding: 15px 40px;
      border-radius: 45px;
      font-size: 16px; } }
  .btn-green:hover,
  .gform_footer input[type="submit"]:hover {
    text-decoration: none;
    color: #329a3a;
    border-color: #329a3a;
    background: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .btn-green:hover,
      .gform_footer input[type="submit"]:hover {
        padding: 1.26667vw 2.86667vw 1.33333vw; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .btn-green:hover,
      .gform_footer input[type="submit"]:hover {
        padding: 1.26667vw 2.86667vw 1.33333vw; } }

.gform_footer input[type="submit"] {
  display: block !important;
  width: 100% !important; }

.footer {
  background: #fff url("../img/bg-footer.jpg") no-repeat bottom center/100%;
  position: relative;
  font-size: 1.46667vw;
  color: #000;
  font-weight: 600; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }
  .footer .container {
    padding-top: 7vw;
    padding-bottom: 8vw; }
  @media (min-width: 768px) {
    .footer .link {
      text-align: right; } }
  .footer a {
    text-decoration: none;
    color: #000;
    margin-right: 3.33333vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .footer a:last-child {
      margin-right: 0; }
    .footer a:hover {
      color: #319839; }
    @media (max-width: 991px) {
      .footer a {
        font-size: 15px; } }
  .footer .logo a {
    overflow: hidden;
    display: block; }
  .footer .logo img {
    width: 100%; }
  @media (min-width: 768px) {
    .footer .logo {
      width: 8.33333vw;
      max-width: 115px;
      min-width: 70px;
      position: absolute;
      left: 50%;
      top: 2vw;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      z-index: 1; } }
  @media (max-width: 767px) {
    .footer .logo {
      min-width: 70px;
      max-width: 70px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .footer .copyright {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .footer .copyright {
      padding-bottom: 40px;
      padding-top: 5px; } }
  .footer .copyright span {
    text-transform: uppercase; }

/* DEFAULT PAGE */
.default-page #wrap-page {
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease; }
  @media (min-width: 1200px) {
    .default-page #wrap-page {
      margin-top: 125px;
      min-height: 200px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .default-page #wrap-page {
      margin-top: 10.66667vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .default-page #wrap-page {
      margin-top: 11.66667vw; } }
  @media (max-width: 767px) {
    .default-page #wrap-page {
      margin-top: 80px; } }

/* CONTACT PAGE */
.contact .container {
  padding-top: 3.33333vw;
  padding-bottom: 10px; }
  @media (min-width: 1200px) {
    .contact .container {
      padding-left: 100px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact .container {
      padding-left: 50px; } }

.contact .contact-info {
  padding-top: 1.66667vw; }
  @media (min-width: 1200px) {
    .contact .contact-info {
      padding-left: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact .contact-info {
      padding-left: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact .contact-info {
      padding-left: 25px; } }
  .contact .contact-info h4 {
    font-size: 25px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .contact .contact-info h4 {
        font-size: 20px; } }
  .contact .contact-info p {
    padding-bottom: 0;
    font-size: 25px;
    color: rgba(48, 48, 48, 0.8); }
    @media (max-width: 991px) {
      .contact .contact-info p {
        font-size: 22px; } }
  .contact .contact-info a {
    color: #13a0db; }

.contact .contact-form {
  border: 3px solid #329a3a;
  border-radius: 50px;
  padding: 50px;
  max-width: 475px; }
  @media (max-width: 991px) {
    .contact .contact-form {
      padding: 20px;
      border-radius: 30px;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .contact .contact-form {
      margin-right: auto;
      margin-bottom: 20px; } }
  .contact .contact-form h4,
  .contact .contact-form .gform_title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .contact .contact-form h4,
      .contact .contact-form .gform_title {
        font-size: 20px; } }

.contact .row-input,
.contact .gfield {
  padding: 15px 0 10px !important;
  overflow: hidden;
  padding-right: 0 !important;
  margin: 0 !important; }
  .contact .row-input label,
  .contact .gfield label {
    display: none !important; }
  .contact .row-input input,
  .contact .row-input textarea,
  .contact .gfield input,
  .contact .gfield textarea {
    -webkit-appearance: none;
    border: 1px solid #d4d3d3;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 18px;
    color: #444;
    padding: 14px !important;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 20px;
    min-height: 50px;
    margin-bottom: 5px;
    resize: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 991px) {
      .contact .row-input input,
      .contact .row-input textarea,
      .contact .gfield input,
      .contact .gfield textarea {
        font-size: 16px;
        padding: 12px !important;
        line-height: 18px;
        min-height: auto; } }
    .contact .row-input input:focus,
    .contact .row-input textarea:focus,
    .contact .gfield input:focus,
    .contact .gfield textarea:focus {
      border-color: #319839; }

.contact .row-button,
.contact .gform_footer {
  margin-top: 15px;
  text-align: center; }
  .contact .row-button button[type="submit"],
  .contact .row-button input[type="submit"],
  .contact .gform_footer button[type="submit"],
  .contact .gform_footer input[type="submit"] {
    width: 100%; }

.gform_wrapper li.gfield.gfield_error {
  margin-bottom: 0 !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important; }
  .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message {
    padding-top: 5px !important; }

.gform_wrapper div.validation_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important; }

/* ABOUT PAGE */
.single-banner {
  position: relative; }
  .single-banner .img-drop {
    padding-top: 40%; }
    .single-banner .img-drop:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10vw;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(transparent));
      background: linear-gradient(rgba(255, 255, 255, 0.8), transparent); }
  .single-banner .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 600;
    padding-top: 13%; }
    @media (max-width: 767px) {
      .single-banner .text {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px; } }
    .single-banner .text:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 65%;
      background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(0, 0, 0, 0.4)), to(transparent));
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
      z-index: -1; }
      @media (max-width: 767px) {
        .single-banner .text:before {
          display: none; } }
    .single-banner .text h2 {
      font-size: 5.33333vw;
      font-weight: 300; }
      @media (min-width: 1200px) {
        .single-banner .text h2 {
          font-size: 60px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .single-banner .text h2 {
          font-size: 55px; } }
    .single-banner .text p {
      font-size: 2vw;
      font-weight: 300;
      max-width: 41.33333vw; }
      @media (min-width: 1200px) {
        .single-banner .text p {
          font-size: 23px;
          max-width: 700px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .single-banner .text p {
          font-size: 20px;
          max-width: 700px; } }
      @media (max-width: 991px) {
        .single-banner .text p {
          font-size: 18px;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .single-banner .text p {
          display: none; } }

.about-content {
  text-align: center; }
  .about-content .container {
    padding-top: 4.66667vw;
    padding-bottom: 2.66667vw; }
  .about-content .img {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.33333vw; }
    .about-content .img img {
      width: 100%; }

.green {
  color: #319839; }

/* PRODUCT DETAIL */
.info-product .container {
  padding-top: 2.66667vw;
  padding-bottom: 2.66667vw; }
  @media (min-width: 1200px) {
    .info-product .container {
      padding-top: 50px;
      padding-bottom: 50px; } }

.info-product h2 {
  font-size: 40px;
  color: #319839;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .info-product h2 {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .info-product h2 {
      margin-top: 30px; } }

.info-product h4 {
  color: #303030;
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .info-product h4 {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .info-product h4 {
      margin-bottom: 15px; } }

.info-product .des,
.info-product .green {
  font-weight: 300;
  font-size: 22px; }
  @media (max-width: 991px) {
    .info-product .des,
    .info-product .green {
      font-size: 16px; } }

.info-product .des {
  color: rgba(48, 48, 48, 0.8);
  margin-bottom: 15px; }

.info-product .green {
  font-weight: 700;
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .info-product .green {
      margin-bottom: 15px; } }

.info-product .right {
  padding-right: 3.33333vw; }

.info-product ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0; }
  .info-product ul li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 10px; }
    @media (max-width: 991px) {
      .info-product ul li {
        font-size: 16px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 575px) {
      .info-product ul li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .info-product ul li:before {
      content: "\f00c";
      font-family: FontAwesome;
      color: #319839;
      margin-right: 5px; }

.info-product .row-back {
  clear: both;
  padding-bottom: 3.33333vw; }
  @media (max-width: 575px) {
    .info-product .row-back {
      padding-bottom: 30px; } }
  .info-product .row-back a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(48, 48, 48, 0.8); }
    .info-product .row-back a:hover, .info-product .row-back a:focus {
      color: #319839; }
    .info-product .row-back a i {
      margin-right: 10px; }

.info-product .share {
  padding: 1.66667vw 0;
  text-align: center; }
  .info-product .share a {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px dashed #319839;
    color: #319839;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .info-product .share a:hover, .info-product .share a:focus {
      background: #319839;
      color: #fff; }

.info-product .row.info-product {
  padding-bottom: 2.66667vw; }

.info-product .type-detail {
  padding-bottom: 20px; }
  @media (max-width: 575px) {
    .info-product .type-detail {
      padding-bottom: 15px; } }
  .info-product .type-detail h3 {
    margin: 0;
    text-transform: uppercase;
    color: #319839;
    font-size: 23px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .info-product .type-detail h3 {
        font-size: 16px; } }
  .info-product .type-detail p {
    color: rgba(48, 48, 48, 0.8);
    font-size: 23px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .info-product .type-detail p {
        font-size: 16px; } }

.table-detail-product {
  font-size: 20px; }
  @media (max-width: 991px) {
    .table-detail-product {
      font-size: 16px; } }
  .table-detail-product thead tr th {
    background: #90c226;
    border-bottom: 4px solid #fff;
    border-right: 2px solid #fff; }
    .table-detail-product thead tr th:first-child {
      padding-left: 30px; }
  .table-detail-product tbody tr td {
    background: #dbe9cd;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }
    .table-detail-product tbody tr td:first-child {
      font-weight: 600;
      padding-left: 30px; }
    .table-detail-product tbody tr td:nth-child(2), .table-detail-product tbody tr td:nth-child(3) {
      padding-left: 60px; }
  .table-detail-product tbody tr:nth-child(even) td {
    background: #eef4e8; }
  .table-detail-product tbody tr.tab td:first-child {
    padding-left: 50px; }

.other-product .container {
  padding-bottom: 4.66667vw; }
  @media (min-width: 1200px) {
    .other-product .container {
      padding-bottom: 50px; } }

.other-product .title {
  font-size: 70px;
  font-weight: 300;
  color: #319839;
  text-align: center;
  padding-top: 4.66667vw;
  padding-bottom: 6.66667vw;
  position: relative; }
  @media (min-width: 1200px) {
    .other-product .title {
      padding-top: 0;
      padding-bottom: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .other-product .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .other-product .title {
      font-size: 40px; } }
  .other-product .title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: calc(50% - 10px);
    left: 0;
    background-color: #cce6ce; }
    @media (min-width: 1200px) {
      .other-product .title:before {
        top: calc(50% - 40px); } }
  .other-product .title span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 30px; }

.other-product .col-sm-4:not(:last-child) {
  margin-bottom: 50px; }
