body {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  word-break: break-word; }

h1, h1 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #007c44; }

h2, h2 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #007c44; }

h3, h3 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #007c44; }

h4, h4 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #007c44; }

h5, h5 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #007c44; }

h6, h6 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #007c44; }

h1, .h1 {
  font-size: 2.1em;
  font-weight: 500; }

h3, .h3 {
  font-weight: 600; }

h5 {
  font-weight: 500;
  color: #0e6a37; }
  h5 b, h5 strong {
    font-weight: 600; }

h6 b, h6 strong {
  font-weight: 600; }

hr {
  border-color: #e6e6e6;
  margin-top: 3rem;
  margin-bottom: 3rem; }

a, #header a, .breadcrumb a, .navbar .nav-link, .pagination li a, #footer a {
  color: #666666;
  text-decoration: none;
  transition: color .2s linear; }
  a:hover, #header a:hover, .navbar .nav-link:hover, .pagination li a:hover, #footer a:hover, a:focus, #header a:focus, .navbar .nav-link:focus, .pagination li a:focus, #footer a:focus {
    text-decoration: none;
    color: #ffbb00; }
  a > img, #header a > img, .breadcrumb a > img, .navbar .nav-link > img, .pagination li a > img, #footer a > img {
    transition: opacity .2s linear; }
  a.download, #header a.download, .navbar .download.nav-link, .pagination li a.download, #footer a.download {
    color: #ffbb00; }
    a.download:hover, #header a.download:hover, .navbar .download.nav-link:hover, #footer a.download:hover, a.download:focus, #header a.download:focus, .navbar .download.nav-link:focus, #footer a.download:focus {
      color: #666666; }
    a.download i, #header a.download i, .navbar .download.nav-link i, #footer a.download i {
      font-size: 35px; }

@media (max-width: 767px) {
  ul, ol {
    padding-left: .5em; } }

ul p, ol p {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  padding: 0 0 .5em 3em; }
  blockquote ul, blockquote ol {
    padding: 0; }
  blockquote p {
    margin-bottom: .5em; }

@media (min-width: 1680px) {
  .container {
    max-width: 1620px; } }

.bg-primary {
  background-color: #007c44 !important; }

.color-active {
  color: #ffbb00 !important; }

a.color-active:hover, #header a.color-active:hover, .navbar .color-active.nav-link:hover, #footer a.color-active:hover, a.color-active:focus, #header a.color-active:focus, .navbar .color-active.nav-link:focus, #footer a.color-active:focus {
  color: #007c44 !important; }

.fa, .fab, .fad, .fal, .far, .fas {
  line-height: 1.7; }

.heading {
  margin: 1em 0;
  padding-left: 55px;
  background-image: url("/assets/img/triangle.png");
  background-repeat: no-repeat;
  background-position: left 7px; }

.alert {
  border-radius: 0;
  border: 0;
  color: #666666; }

#header {
  background-image: -moz-linear-gradient(90deg, #d7d7d7 0%, white 70%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #d7d7d7 0%, white 70%, white 100%);
  background-image: -ms-linear-gradient(90deg, #d7d7d7 0%, white 70%, white 100%);
  padding: 2.5em 0; }
  #header a, #header .navbar .nav-link, .navbar #header .nav-link {
    color: #007c44; }
  @media (max-width: 767px) {
    #header {
      padding: 2em 0 1em; } }

#nav-header {
  background-color: #007c44; }
  @media (max-width: 767px) {
    #nav-header.sticky {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9000;
      -webkit-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 767px) {
    #nav-header.sticky .dropdown-menu.show {
      max-height: 45vh;
      overflow-y: scroll;
      overflow-x: hidden; } }

#breadcrumb {
  background-color: #007c44; }

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 2em 0;
  color: #ffffff;
  line-height: 1.7;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .breadcrumb {
      padding: 1em 0; } }
  .breadcrumb .divider {
    padding: 0 2em;
    color: #ffbb00; }
    @media (max-width: 991px) {
      .breadcrumb .divider {
        padding: 0 1em; } }
    .breadcrumb .divider i {
      vertical-align: middle; }
  .breadcrumb #header a, #header .breadcrumb a, .breadcrumb a, .breadcrumb .navbar .nav-link, .navbar .breadcrumb .nav-link, .breadcrumb .pagination li a, .pagination li .breadcrumb a, .breadcrumb #footer a, #footer .breadcrumb a {
    color: #ffffff; }
    .breadcrumb #header a:hover, #header .breadcrumb a:hover, .breadcrumb a:hover, .breadcrumb .navbar .nav-link:hover, .navbar .breadcrumb .nav-link:hover, .breadcrumb #footer a:hover, #footer .breadcrumb a:hover, .breadcrumb #header a:focus, #header .breadcrumb a:focus, .breadcrumb a:focus, .breadcrumb .navbar .nav-link:focus, .navbar .breadcrumb .nav-link:focus, .breadcrumb #footer a:focus, #footer .breadcrumb a:focus {
      color: #09bb6a; }

.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .loading-overlay:before {
    content: "";
    width: 64px;
    height: 64px;
    background: url("/assets/img/loading.gif") no-repeat center transparent;
    display: block; }

form {
  position: relative; }
  form.loading .loading-overlay {
    display: flex; }

input, select, textarea, .form-control {
  border-radius: 0;
  color: #666666;
  border: 1px solid #b3dfcb; }
  input:focus, select:focus, textarea:focus, .form-control:focus {
    color: #666666;
    border-color: #a1d7bf;
    box-shadow: 0 0 0 0.2rem rgba(179, 223, 203, 0.2);
    outline: none; }

::-webkit-input-placeholder {
  color: #007c44; }

:-ms-input-placeholder {
  color: #007c44; }

::placeholder {
  color: #007c44; }

.btn, .btn-primary {
  border-radius: 0;
  padding: .5rem 2.4rem; }
  .btn:not(.disabled):hover, .btn-primary:not(.disabled):hover, .btn:not(.disabled):focus, .btn-primary:not(.disabled):focus, .btn:not(.disabled):active, .btn-primary:not(.disabled):active, .btn:not(:disabled):hover, .btn-primary:not(:disabled):hover, .btn:not(:disabled):focus, .btn-primary:not(:disabled):focus, .btn:not(:disabled):active, .btn-primary:not(:disabled):active {
    background-color: #666666 !important;
    border-color: #666666 !important; }
  .btn:not(.disabled).active, .btn-primary:not(.disabled).active, .btn:not(.disabled):active, .btn-primary:not(.disabled):active, .btn:not(:disabled).active, .btn-primary:not(:disabled).active, .btn:not(:disabled):active, .btn-primary:not(:disabled):active {
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5) !important; }
  .btn-primary {
    background-color: #007c44;
    border-color: #007c44; }

.navbar {
  width: 100%;
  color: #ffffff; }
  .navbar .navbar-brand {
    color: #ffffff; }
  .navbar .navbar-toggler {
    color: #ffffff;
    outline: none !important; }
  .navbar .navbar-nav {
    justify-content: space-between;
    width: 100%; }
  .navbar .nav-link {
    color: #ffffff;
    font-size: 20px; }
  @media (max-width: 991px) {
    .navbar .dropdown > .nav-link {
      padding-right: 30px;
      position: relative; }
      .navbar .dropdown > .nav-link:after {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18px;
        color: #ffffff;
        position: absolute;
        right: 15px;
        top: 13px; }
    .navbar .dropdown.show > .nav-link:after {
      content: "\f0d7"; } }
  .navbar .nav-item.current > .nav-link, .navbar .nav-item:hover > .nav-link {
    color: #ffbb00 !important; }
  @media (min-width: 992px) {
    .navbar .nav-item.dropdown:not(.dropdown-click):hover .dropdown-menu {
      display: block; } }

.dropdown-item {
  padding: .5em 0;
  color: #007c44;
  border-bottom: 1px solid #f1f2f1; }
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.current {
    background-color: transparent;
    color: #ffbb00 !important; }

.dropdown-menu {
  background-color: #fdfdfc;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin: 0;
  border-radius: 0;
  padding: .5em 15px 30px;
  left: -50%; }
  .dropdown-menu.dropdown-categories-menu .row {
    margin-left: -20px;
    margin-right: -20px; }
    .dropdown-menu.dropdown-categories-menu .row [class^='col'] {
      padding-left: 20px;
      padding-right: 20px; }
  @media (min-width: 992px) {
    .dropdown-menu.dropdown-categories-menu {
      min-width: 75vh;
      left: -35vh; } }
  .dropdown-menu.dropdown-categories-menu .dropdown-item {
    padding-left: 1em;
    padding-right: 1em; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 9%;
  display: flex;
  justify-content: space-between; }
  .owl-carousel .owl-nav button {
    transition: background-color 0.2s linear; }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      width: 55px;
      height: 55px;
      color: #ffffff;
      background-color: rgba(255, 185, 6, 0.7);
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
          width: 30px;
          height: 30px; } }
      .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-prev:active, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-next:active {
        background-color: #ffb906; }
      .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
        font-family: "Font Awesome 5 Free";
        font-size: 30px;
        font-weight: 900;
        color: #ffffff; }
        @media (max-width: 767px) {
          .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
            font-size: 15px; } }
    .owl-carousel .owl-nav button.owl-prev:before {
      content: "\f053"; }
    .owl-carousel .owl-nav button.owl-next:before {
      content: "\f054"; }

.owl-carousel .owl-dots {
  display: none; }

#slider .item {
  max-height: 635px; }
  @media (max-width: 767px) {
    #slider .item {
      max-height: 135px; } }

.pagination {
  justify-content: center;
  font-weight: 400;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1em 0;
  margin-top: 3em; }
  .pagination li #header a, #header .pagination li a, .pagination li .navbar .nav-link, .navbar .pagination li .nav-link, .pagination li a, .pagination li #footer a, #footer .pagination li a {
    padding: .5em 1em;
    color: #0e6a37; }
    .pagination li #header a > i, #header .pagination li a > i, .pagination li .breadcrumb a > i, .pagination li .navbar .nav-link > i, .navbar .pagination li .nav-link > i, .pagination li a > i, .pagination li #footer a > i, #footer .pagination li a > i {
      color: #ffbb00 !important; }
  .pagination li.current #header a, #header .pagination li.current a, .pagination li.current .navbar .nav-link, .navbar .pagination li.current .nav-link, .pagination li.current a, .pagination li.current #footer a, #footer .pagination li.current a {
    color: #ffbb00 !important; }

@media (max-width: 767px) {
  #search {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

#search form {
  position: relative; }

#search input {
  border-radius: 5px;
  border: 0;
  width: 100%;
  padding: .5em 60px .5em 1.5em;
  color: #007c44; }
  @media (max-width: 767px) {
    #search input {
      padding: .5em 70px .5em 1.5em; } }
  #search input:focus {
    box-shadow: none; }

#search button {
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  background-color: #ffbb00;
  color: #ffffff;
  cursor: pointer;
  font-size: 90%;
  transition: background-color .2s linear; }
  #search button:hover, #search button:focus, #search button:active {
    background-color: #007c44; }
  @media (max-width: 767px) {
    #search button {
      width: 15%; } }

main {
  min-height: 90vh; }

.content {
  padding-top: 7vh; }
  .content ul li, .content ol li {
    padding-top: .5em;
    padding-bottom: .5em; }
  .content ul > li, .content ol > li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    background-image: url("/assets/img/triangle-left.png");
    background-repeat: no-repeat;
    background-position: left 1em; }
    .content ul > li strong, .content ol > li strong {
      font-weight: 400;
      color: #007c44; }
  .content blockquote {
    padding: 0 0 .5em 3em; }
    @media (max-width: 767px) {
      .content blockquote {
        padding: 0 0 .5em 1em; } }
    .content blockquote ul li, .content blockquote ol li {
      padding-top: 0;
      padding-left: 30px;
      background-image: url("/assets/img/triangle-right.png"); }
  .content-single ul > li:before {
    content: "\f0da"; }

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .brands li {
    list-style: none;
    padding: 1em .5em;
    align-self: center;
    max-width: 15%; }
    @media (max-width: 767px) {
      .brands li {
        width: 50%;
        max-width: inherit;
        text-align: center; } }

#map {
  height: 95vh; }
  @media (max-width: 991px) {
    #map {
      height: 30vh; } }

#footer {
  margin-top: 10vh;
  background-color: #007c44;
  padding-top: 3em;
  font-weight: 300; }
  @media (min-width: 1200px) {
    #footer > .container > .row > [class^='col-'] {
      border-left: 1px solid #0c9155;
      border-right: 1px solid transparent; } }
  #footer > .container > .row > [class^='col-']:last-of-type {
    border-color: #0c9155; }
  #footer * {
    color: #ffffff; }
  #footer .navbar .nav-link, .navbar #footer .nav-link, #footer a {
    color: #ffffff; }
    #footer #header a:hover > img, #footer .breadcrumb a:hover > img, #footer .navbar .nav-link:hover > img, .navbar #footer .nav-link:hover > img, #footer .pagination li a:hover > img, #footer a:hover > img, #footer #header a:focus > img, #footer .breadcrumb a:focus > img, #footer .navbar .nav-link:focus > img, .navbar #footer .nav-link:focus > img, #footer .pagination li a:focus > img, #footer a:focus > img {
      opacity: 0.7; }
  #footer .footer-text, #footer .footer-text--nav {
    display: flex; }
    #footer .footer-text > i, #footer .footer-text--nav > i {
      padding-left: .5rem !important;
      padding-right: .5rem !important; }
      @media (min-width: 768px) {
        #footer .footer-text > i, #footer .footer-text--nav > i {
          padding-right: 3rem !important;
          font-size: 25px;
          line-height: 1; } }
    #footer .footer-text--nav {
      padding-bottom: 1.5rem; }
      #footer .footer-text--nav .navbar .nav-link, .navbar #footer .footer-text--nav .nav-link, #footer .footer-text--nav a {
        font-weight: 400; }
  #footer .copyright {
    border-top: 1px solid #0c9155;
    padding: 1.5em 0;
    text-align: center;
    font-size: 14px; }

#cookie-consent {
  width: 100%;
  position: sticky;
  width: 100%;
  bottom: 0;
  padding: 15px;
  background: #009652;
  text-align: center;
  color: #ffffff;
  z-index: 1000;
  line-height: 2;
  transition: bottom 2s; }
  #cookie-consent a, #cookie-consent .navbar .nav-link, .navbar #cookie-consent .nav-link {
    color: #ffffff;
    text-decoration: underline; }
    #cookie-consent a:hover, #cookie-consent .navbar .nav-link:hover, .navbar #cookie-consent .nav-link:hover, #cookie-consent a:focus, #cookie-consent .navbar .nav-link:focus, .navbar #cookie-consent .nav-link:focus {
      color: #007c44; }
  #cookie-consent .btn:hover, #cookie-consent .btn-primary:hover, #cookie-consent .btn:focus, #cookie-consent .btn-primary:focus {
    color: #ffffff;
    background-color: #007c44 !important; }

.home-intro {
  background-color: #ffffff;
  border: 50px solid #007c44;
  border-left: 0;
  border-right: 0; }
  @media (max-width: 767px) {
    .home-intro {
      border: 30px solid #007c44;
      border-left: 0;
      border-right: 0; } }
  .home-intro_inner {
    padding: 2em 0; }

.page-index main section {
  margin-bottom: 7em; }

.page-about-us .content h3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.page-about-us .content p {
  font-size: 18px;
  margin-bottom: 2.5rem; }

.news-list {
  display: block;
  transition: opacity .2s linear; }
  .news-list:hover, .news-list:focus {
    color: inherit;
    opacity: 0.8; }

.news-header {
  height: 494px;
  position: relative;
  background-color: #e9f6f0;
  margin-bottom: 2.5em;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) and (max-width: 991px) {
    .news-header {
      height: 300px;
      background-size: cover; } }
  @media (max-width: 767px) {
    .news-header {
      height: 350px;
      background-size: cover; } }

.news-heading {
  position: absolute;
  bottom: 5%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex; }
  .news-heading-date {
    width: 80px;
    min-height: 70px;
    height: auto;
    color: #ffffff;
    background-color: #007c44;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; }
    .news-heading-date span {
      font-size: 14px;
      display: block;
      width: 100%;
      line-height: 1; }
      .news-heading-date span:first-of-type {
        font-size: 30px; }
  .news-heading-text {
    font-size: 20px;
    font-weight: 600;
    padding: .5em 1em;
    line-height: 1; }

.readmore {
  float: right;
  color: #007c44;
  margin-top: 1.5em; }
  .readmore:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 11px;
    margin-left: .5em;
    background: url("/assets/img/readmore.png") no-repeat center transparent; }

.page {
  padding-top: 10vh; }

.page-news_detail .content {
  font-size: 18px; }

.page-product hr {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.date {
  text-align: center;
  padding: 1em 0;
  margin: 5em 0 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  color: #0e6a37;
  font-size: 18px; }
  .date i {
    color: #ffbb00; }

.product-list {
  margin-bottom: 3em;
  display: block;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 576px) {
    .product-list {
      margin-bottom: 1em; } }
  .product-list .img {
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 576px) {
      .product-list .img {
        height: 250px; } }
  .product-list .texts {
    min-height: 200px; }
    .product-list .texts h5 {
      min-height: 50px; }
      @media (max-width: 576px) {
        .product-list .texts h5 {
          min-height: 20px; } }
    @media (max-width: 576px) {
      .product-list .texts {
        text-align: center; } }
  .product-list p {
    color: #666666; }

.product-thumbnails {
  height: 200px;
  margin-top: 2em; }
  @media (min-width: 992px) {
    .product-thumbnails {
      height: 380px; } }

.product-thumbnail {
  width: 100%;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  margin-bottom: 1em; }

.product-img {
  width: 100%;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 576px) {
    .product-img {
      height: 250px; } }

@media (min-width: 992px) {
  .product-sdetail {
    border-left: 1px solid #e6e6e6;
    padding-left: 6rem; } }

.product-detail ul {
  padding-left: 0; }
  .product-detail ul li {
    padding-top: 0;
    background-position: left .5em;
    background-image: url("/assets/img/triangle-up.png"); }

.product-detail b, .product-detail strong {
  font-weight: 500; }

.swiper-pagination-bullet-active {
  background-color: #ffbb00; }
  .swiper-pagination-bullet-active:first-of-type:last-of-type {
    display: none; }

.modal-content {
  border-radius: 0; }
  .modal-content .modal-header {
    padding: .5em 1em;
    border-bottom: 0; }
    .modal-content .modal-header button {
      font-weight: 300; }
  .modal-content .modal-body {
    padding: 0 60px;
    min-height: 260px;
    position: relative; }
    @media (max-width: 767px) {
      .modal-content .modal-body {
        padding: 0 15px; } }
    .modal-content .modal-body .avatar {
      position: absolute;
      bottom: 0;
      right: -43px;
      width: 124px;
      height: 230px;
      background-image: url("/assets/img/avatar-right.png");
      background-repeat: no-repeat;
      z-index: 11; }
      .modal-content .modal-body .avatar.avatar-left {
        right: auto;
        left: -43px;
        bottom: -2px;
        background-image: url("/assets/img/avatar-left.png"); }
      @media (max-width: 767px) {
        .modal-content .modal-body .avatar {
          display: none; } }
  .modal-content h4 {
    font-weight: 600;
    margin-bottom: 1em; }
  .modal-content a, .modal-content #header a, #header .modal-content a, .modal-content .navbar .nav-link, .navbar .modal-content .nav-link, .modal-content .pagination li a, .pagination li .modal-content a, .modal-content #footer a, #footer .modal-content a {
    line-height: 1; }
  @media (min-width: 992px) {
    .modal-content label {
      padding-left: 2.5em; } }
