@font-face {
  font-family: OptimusPrinceps;
  src: url(../fonts/optimusprinceps/OptimusPrinceps.ttf); }

@font-face {
  font-family: OptimusPrincepsSemiBold;
  src: url(../fonts/optimusprinceps/OptimusPrincepsSemiBold.ttf); }

img{max-width: 100%;}

#home-section-1 {
  background-image: url(../images/bg-headline.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#home-section-1 .pattern-logo {
  background-image: url(../images/patterns-logo.png?v=2);
  background-repeat: repeat-x;
  background-position: center;
  margin-bottom: 0px;
  margin-top: 50px;
}
#home-section-1 .pattern-logo img {
  width: auto;
  height: 128px;
  position: relative;
  top: -10px;
}
#home-section-1 #headline {
  text-align: center;
  padding-left: 190px;
}
#home-section-1 #headline .title {
  font-family: OptimusPrinceps;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #010101;
  margin-top: 0;
  margin-bottom: 50px;
}
#home-section-1 #headline .info {
  font-size: 24px;
  letter-spacing: 1px;
  color: #010101;
  margin-bottom: 70px;
}
#home-section-1 #headline .btn-show {
  background: linear-gradient(to right, #ca8c46 0%, #ffdeb9 25%, #ffdeb9 75%, #ca8c46 100%);
  border-radius: 30px;
  padding: 3px;
  display: table;
  margin: 0 auto;
}
#home-section-1 #headline .btn-show .btn {
  background: linear-gradient(to right, #002d04 0%, #009c30 25%, #009c30 75%, #002d04 100%);
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 9px 45px;
}
.logo-absolute{
    max-width: 200px;
    position: absolute;
    top: 24%;
    left: 4%;

}
#home-section-2 {
  background-image: url(../images/bg-pattern-green.png?v=2);
  background-repeat: repeat;
  background-color: #0c2104;
}
#home-section-2 .title {
  font-family: OptimusPrincepsSemiBold;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
#home-section-2 #profile {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
#home-section-2 #profile .content {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.1px;
  margin: 0;
  color: #fff;
}
#home-section-2 #profile .bg-employees {
  background-image: url(../images/employees.png?v=3);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#home-section-2 #product {
  position: relative;
  background: #071d16;
  padding: 60px 0;
}
#home-section-2 #product .pattern {
  background-image: url(../images/pattern1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#home-section-2 #product .product-info {
  margin-top: 27px;
}
#home-section-2 #product .product-info .title {
  margin-bottom: 10px; margin-top: 15px
}
#home-section-2 #product .product-info .products-logo {
  display: block; text-align: right;
}
#home-section-2 #product .product-info .products-logo .logo {
  margin: 0px 5px;
  display: inline-block;
}
#home-section-2 #product .product-info .products-logo .logo img {
  margin-bottom: 15px!important;
  border-radius: 10px;
  width: 100%;
}

#home-section-3 {
  background-image: url(../images/bg-newsletter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
  #home-section-3 .title {
    font-family: OptimusPrincepsSemiBold;
    font-size: 34px;
    font-weight: 600;
    margin: 0; }
  #home-section-3 #newsletter .newsletter-info {
    text-align: center; }
    #home-section-3 #newsletter .newsletter-info .title {
      margin-bottom: 25px; }
    #home-section-3 #newsletter .newsletter-info .info {
      font-size: 18px;
      letter-spacing: 0.7px; }
    #home-section-3 #newsletter .newsletter-info .input-email {
      width: 90%;
      margin: 0 auto;
      background: linear-gradient(to right, #ca8c46 0%, #ffdeb9 25%, #ffdeb9 75%, #ca8c46 100%);
      padding: 3px;
      border-radius: 30px;
      position: relative;
      margin-top: 50px; }
      #home-section-3 #newsletter .newsletter-info .input-email input {
        background: linear-gradient(to right, #002d04 0%, #009c30 25%, #009c30 75%, #002d04 100%);
            border-radius: 30px;
            font-size: 14px;
            letter-spacing: 0.4px;
            padding-left: 22px;
            padding-right: 22px;
            height: 45px;
            color: #fff;
            border: 0;
      }
        #home-section-3 #newsletter .newsletter-info .input-email input::-webkit-input-placeholder {
          color: #fff; }
      #home-section-3 #newsletter .newsletter-info .input-email .btn-subscribe {

        position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 8px;
            border: 0;
            z-index: 10;
            height: 35px;
            border-radius: 30px;
            padding: 0 25px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.8px;
            color: #00641a;

      }

html,
body {
  height: 100%;
  font-family: OptimusPrinceps; }

button,
input {
  outline: none !important; }

.header-bottom,.navbar-collapse.collapse{display: none!important}





.head-section-non-index{padding: 40px 0px!important; margin-bottom: 40px;
}
#home-section-2 #product .product-info .products-logo .logo img {
 max-width: 95px!important;
 max-height: 47px!important;
}


@media (min-width: 1200px) {

  .header-bottom,.navbar-collapse.collapse{display: block!important;}
  #home-section-2 #product .product-info .products-logo .logo img {
    margin-bottom: 15px;
  }
}

@media (min-width: 2000px) {

  .container {
    width: 1440px; } }

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

.col-50 {
  width: 50%; }

@media (max-width: 768px) {
  #home-section-2 #product .product-info .products-logo .logo {
    margin: 0px 0px;
  }
#home-section-2 #product .product-info .products-logo{text-align: center;}
  .btn-sm-block {
    width: 100%;
    } }

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tags a {
    border-radius: 2px;
    background-color: #f4c715;
    font-size: 11px;
    line-height: 2.18;
    letter-spacing: 0.7px;
    color: #4d0100;
    text-decoration: none;
    padding: 2px 8px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px; }

.numbers .title-number {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #444444;
  margin-bottom: 17px; }

.numbers .numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .numbers .numbers-wrapper > * {
    width: 46.5px;
    border: solid 1px #d7d7d7;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.1px;
    color: #929292;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .numbers .numbers-wrapper > input {
    border-left: 0;
    border-right: 0; }
  .numbers .numbers-wrapper > button {
    color: #444444;
    font-weight: bold; }
  .numbers .numbers-wrapper > #minus {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .numbers .numbers-wrapper > #plus {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-share {
  margin-top: 43px;
  margin-bottom: 40px; }
  .btn-share .title-share {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #444444; }

.btn-warning {
  border-radius: 2px;
  background-color: #f3b761;
  border-color: #f3b761;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #4d0100;
  padding: 14px 33px; }

.flexbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    #home-section-2 #product .product-info .products-logo .logo img {
      border-radius: 10px;
      width: 80%;
    }
    #home-section-2 #product .product-info .products-logo .logo img {
      border-radius: 10px;
      width: 80%;
    }
  .product-info{text-align: center;}

    .flexbox-row {
      display: block; } }
  .flexbox-row > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.header-top .navbar {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d7d7d7; }
  .header-top .navbar .navbar-toggle {
    margin-right: 0; }
  .header-top .navbar .navbar-nav > li > a {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.4px;
    color: #a5a5a5;
    padding: 34px 0;
    line-height: 1.3;
    text-align: right; }

  .header-top .navbar .navbar-nav > li.active > a {
    background:#091b03
  }

    @media (max-width: 768px) {
      .header-top .navbar .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: normal; } }
    .header-top .navbar .navbar-nav > li > a .brand-title {
      font-family: OptimusPrincepsSemiBold; }
  .header-top .navbar .navbar-nav.menu {
    display: none; }
    @media (max-width: 768px) {
      .header-top .navbar .navbar-nav.menu {
        display: block; } }
  .header-top .navbar .navbar-brand {
    padding: 14px 0;
    height: auto;
    display: block; }
    @media (max-width: 768px) {
      .header-top .navbar .navbar-brand {
        padding-top: 7px;
        padding-bottom: 7px; } }
    .header-top .navbar .navbar-brand .logo {
      width: 95px; }
      @media (max-width: 768px) {
        .header-top .navbar .navbar-brand .logo {
          width: 35px; } }
      .header-top .navbar .navbar-brand .logo img {
        width: 100%; }

@media (max-width: 768px) {
  .header-bottom {
    display: none; } }

.header-bottom .navbar {
  background-image: url(../images/bg-pattern-green.png?v=2);
  background-repeat: repeat;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #0c2104;
}
  .header-bottom .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  .header-bottom .navbar .navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #fff;
    padding: 20px 25px; }
    @media (max-width: 768px) {
      .header-bottom .navbar .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 15px !important; } }
    .header-bottom .navbar .navbar-nav > li > a:hover {
      background-color: #000 !important;
      color: #fff; }
  .header-bottom .navbar .navbar-nav > li.active > a {
    color: #fff;
    background-color: #000 !important; }

footer {
  background-image: url(../images/bg-pattern-green.png?v=2);
  background-repeat: repeat;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #0c2104;
}
  footer .footer-bottom {
    padding: 58px 0;
    position: relative; }
    footer .footer-bottom > .row > [class*='col-'] {
      margin-bottom: 25px; }
    footer .footer-bottom .logo {
      width: 167px;
      margin-bottom: 24px; }
      footer .footer-bottom .logo img {
        width: 100%; }
    footer .footer-bottom h2 {
      font-size: 18px;
      font-family: OptimusPrincepsSemiBold;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.7px;
      font-weight: 500;
      color: #fff;
      margin-top: 0;
      margin-bottom: 12px; }
    footer .footer-bottom p {
      font-size: 13px;
      line-height: 1.3;
      letter-spacing: 0.7px;
      color: #fff;
      margin-bottom: 30px; }
    footer .footer-bottom ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      footer .footer-bottom ul li {
        padding-bottom: 5px; }
        footer .footer-bottom ul li a {
          font-size: 13px;
          line-height: 1;
          letter-spacing: 0.7px;
          color: #fff;
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          footer .footer-bottom ul li a span {
            display: block;
            margin-right: 5px; }
            footer .footer-bottom ul li a span:first-child {
              width: 120px; }
      footer .footer-bottom ul#menu li a {
        padding: 5px 0; }
    footer .footer-bottom .sosmed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 17px; }
      footer .footer-bottom .sosmed .item a {
        display: block;
        color: #fff;
        font-size: 25px;
        margin-right: 20px; }




        @media all and (max-width:1199px){

          .header-top .navbar .navbar-nav.menu,.collapse.in, .header-top .navbar .navbar-toggle{display: block!important;}

          .navbar-header{width: 100%}

          .header-top .navbar .navbar-brand .logo{width: 55px!important}

          .header-top .navbar .navbar-toggle{margin-top: 25px;}

          .navbar-collapse.collapsing{display: none!important}
          .navbar-collapse.collapse{
            position: fixed!important;
            width: 240px!important;
            right: 0px!important;
            top: 0px!important;
            z-index: 9999!important;
            background: #c58e50!important;
            height: 100%!important;
          }

          .navbar-collapse.collapse::after{
            display: block;
            content: " ";
            background-image: url(../images/bg-pattern-green.png?v=2);
            background-repeat: repeat;
            background-color: #0c2104;
            position: fixed;
            width: 240px;
            height: 100%;
            right: 0;
            top: 0;
            z-index: -1000;
          }

          .navbar-collapse.collapse::before{
            display: block;
            content: "x";
            background: rgba(0, 0, 0, 0.67);
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: -1000;
            color: #FFF;
            font-size: 50px;
            font-family: arial;
            padding: 10px 20px;
            line-height: 50px;cursor: pointer;
          }

          .header-top .navbar .navbar-nav > li, .header-top .navbar .navbar-nav > li > a{width: 100%; display: block;}
          .header-top .navbar .navbar-nav > li > a{padding: 8px 15px; font-size: 15px;}

          .title-header-top {
              font-size: 15px!important;
              font-weight: bold!important;
              background: #091b03!important;
              color: #fff!important;
              display: block!important;
              margin-left: -15px;
              width: auto!important;
              padding: 10px 15px!important;
              margin-bottom: 15px;
          }

          .brand-title {
              display: inline-block;
              width: 100%;
          }

        }


        @media all and (max-width:768px){
          .header-top .navbar .navbar-toggle{margin-top: 15px;}
          #home-section-2 #product .product-info .title{margin-top: 0px; margin-bottom: 15px;}
        }


.section-non-index{margin-bottom: 100px}

.list-post {width: 100%; clear: both; display: table; margin-bottom: 40px;}
.list-post >div {display: table-cell; vertical-align: top;}
.list-post .thumbnail-post{width: 120px;}
.list-post .thumbnail-post img{width: 100%;border-radius: 5px; overflow: hidden;}
.list-post .post-content {padding-left: 20px;}
.list-post .post-content a{color: #333; text-decoration: none!important}
.list-post .post-content .title{font-size: 14px;margin: 0px; margin-bottom: 10px;}
.list-post .post-content .post-description{display: none;}
.list-post .post-content .post-date{font-family: arial; font-size: 11px; color:#666}
.list-post .post-content .post-date i.fa{margin-right: 5px;}

.list-post.headline{
  float: left;width: 100%; margin-bottom: 80px;
  border-bottom: #EEE solid 1px;
  border-top: #EEE solid 1px;
  padding: 20px 0px;
}
.list-post.headline,.list-post.headline>div{display: block;}
.list-post.headline .thumbnail-post{float: right; width: 48%}
.list-post.headline .post-content{float: left; width: 48%; padding-left: 0px; padding-right: 20px;}
.list-post.headline .post-content .title{font-size: 22px;}
.list-post.headline .post-content .post-description{display: block; font-family: arial; font-size: 13px;color:#555}
.list-post.headline .post-content .post-date{margin-bottom: 10px; }
.list-post.headline .post-content .post-description a{color:#257507}

.head-section-non-index h1{font-size: 24px; max-width: 400px; line-height: 30px;}


.box-load, .box-post.loading{width: 100%;border:#EEE solid 1px; padding: 10px 40px;display: block;width: 100%; text-align: center;color: #888; text-decoration: none!important; border-radius: 8px;}
.box-load:hover, .box-post.loading:hover{border:#E0E0E0 solid 1px;}


.post-single .post-thumbnail{margin-bottom: 20px;}
.post-single .post-thumbnail img{width: 100%;}
.post-single .post-content{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important; line-height: 22px; font-size: 15px;}
.page-single h1{width: 100%;max-width: 100%}




@media all and (max-width:768px){

.list-post.headline .thumbnail-post,.list-post.headline .post-content{float: left;width: 100%; }
.list-post.headline .thumbnail-post{margin-bottom: 20px;}

  .head-section-non-index h1, .head-section-non-index h2{
    text-shadow: 1px 0px 11px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.18);
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    margin-top: -20px;
  }

 #home-section-1{padding-top:40px; padding-bottom: 40px;}
 #home-section-1 #headline .title{font-size: 30px; margin-bottom: 20px;}
 #home-section-1 #headline .info{font-size: 16px; margin-bottom: 40px;}
 #home-section-1 #headline .btn-show .btn{font-size: 15px;}

 #home-section-2 #profile, #home-section-3{padding-top: 50px; padding-bottom: 50px;}
 #home-section-2 #product .product-info .products-logo .logo{margin-bottom: 10px;}


}


.spinner{
  position: relative;
  height: 20px;
  width: 20px;}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}

.spinner.white:before {
  border-top: 2px solid #fff!important;
}

.spinner.black:before {
  border-top: 2px solid #000!important;
}

.spinner.grey:before {
  border-top: 2px solid #444!important;
}

.alert-container{position: fixed; bottom:20px; left:20px; max-width: calc(100% - 40px); width: 300px}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
