@charset "UTF-8";
@font-face {
  font-family: "MyriadPro";
  src: url("fonts/MyriadPro-Regular.otf"); }
@font-face {
  font-family: "Myriad";
  src: url("fonts/Myriad Pro Light Typeface.otf"); }
@font-face {
  font-family: "Neue";
  src: url("fonts/NeueHaasUnicaW1G-Regular.ttf"); }
@font-face {
  font-family: "NeueLight";
  src: url("fonts/NeueHaasUnicaW1G-Light.ttf"); }
@font-face {
  font-family: "NeueBold";
  src: url("fonts/NeueHaasUnicaW1G-Heavy.ttf"); }
@font-face {
  font-family: "Sentinel";
  src: url("fonts/Sentinel-Medium.otf"); }
@font-face {
  font-family: "AklgLight";
  src: url("fonts/AkkLg_Pro.otf"); }
@font-face {
  font-family: "AklgRegular";
  src: url("fonts/AkkRg_Pro.otf"); }
@font-face {
  font-family: "AklgBold";
  src: url("fonts/AkkBd_Pro.otf"); }
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  box-sizing: border-box;
  font-family: "Myriad"; }

.app {
  overflow: hidden; }

a:hover, a:focus {
  text-decoration: none; }

a:focus, button:focus, input:focus {
  text-decoration: none; }

pre {
  white-space: pre-line; }

.modalhome {
  width: 100%;
  min-height: 80vh;
  background-size: contain !important;
  border: none !important;
  position: relative;
  margin-top: 10vh;
}
.modalhome img {
  position: absolute;
  width: 45px;
  top: -23px;
  left: 51%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #abc22a;
}
.popup_desktop {
    display: block;
}
.popup_mobile {
    display: none;
}

#contact-form label.error {
  color: #b00;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
  font-size: 10px;
  font-weight: 300; }

.scroll-to-explore {
  position: absolute;
  top: 400px;
  z-index: 10;
  right: 25px; }
  .scroll-to-explore small {
    top: -90px;
    position: absolute;
    display: inline-block;
    width: 175px;
    color: #ffffff;
    right: -75px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.7rem; }
  .scroll-to-explore img {
    animation: scrollInfinite 1.2s ease-in-out infinite; }

@keyframes scrollInfinite {
  0% {
    transform: translateY(0);
    opacity: 0.5; }
  100% {
    transform: translateY(5px);
    opacity: 1; } }
.hrchoose {
  border: none;
  position: absolute;
  width: 85px;
  top: 130px;
  left: 0;
  border-bottom: 7px solid #abc22a; }

.btn-custom {
  border-radius: 0;
  letter-spacing: 3px;
  font-family: "AklgRegular";
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 18px;
  padding-bottom: 11px;
  height: 70px;
  min-width: 160px;
  text-align: left;
  border: none; }
  .btn-custom.green {
    background: url("../img/home/green.png") no-repeat center left;
    background-size: contain; }
  .btn-custom.orange {
    background: url("../img/home/orange.png") no-repeat center left;
    background-size: contain; }
  .btn-custom.darkgreen {
    background: url("../img/home/darkgreen.png") no-repeat center left;
    background-size: contain; }
  .btn-custom img {
    width: 13px;
    margin-left: 8px;
    display: inline; }

.btn-green-bg {
  background: url("../img/home/03slideshow/btn-green01.png") no-repeat center left;
  background-size: contain;
  border-radius: 0;
  letter-spacing: 3px;
  font-family: "AklgRegular";
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1px 18px;
  padding-bottom: 11px;
  height: 70px;
  min-width: 160px;
  text-align: left;
  border: none; }
  .btn-green-bg img {
    width: 13px;
    margin-left: 8px;
    display: inline; }

.btn-green {
  background: #abc22a;
  box-shadow: 3px 3px 3px #dddddd;
  border-radius: 0;
  letter-spacing: 3px;
  font-family: "AklgRegular";
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 9px 15px; }
  .btn-green.segment-link {
    font-size: 0.75rem; }
  .btn-green img {
    width: 13px;
    margin-left: 8px; }

.btn-green-dark {
  background: #abc22a;
  box-shadow: 3px 3px 6px #333333;
  border-radius: 0;
  letter-spacing: 3px;
  font-family: "Neue";
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 9px 15px; }
  .btn-green-dark img {
    width: 13px;
    margin-left: 8px;
    display: inline-block; }

.btn-orange {
  background: #F69333;
  box-shadow: 3px 3px 6px #333333;
  border-radius: 0;
  letter-spacing: 3px;
  font-family: "Neue";
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 9px 15px; }
  .btn-orange img {
    width: 13px;
    margin-left: 8px;
    display: inline-block; }

.btn-herbal {
  background: #66942E;
  box-shadow: 3px 3px 6px #333333;
  border-radius: 0;
  letter-spacing: 3px;
  font-family: "Neue";
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 9px 15px; }
  .btn-herbal img {
    width: 13px;
    margin-left: 8px;
    display: inline-block; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  font-weight: 400; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #888888;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 3px;
  left: 0.13em;
  font-size: 1.3em;
  line-height: 0.7;
  color: #ffcc00;
  transition: all 0.2s;
  font-weight: 800; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #dddddd;
  background-color: #dddddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #888888; }

.btn-submit {
  background: #ffcc00;
  width: auto;
  padding: 7px;
  color: #000000;
  letter-spacing: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: auto;
  box-shadow: 3px 3px 5px #999999;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }

.btn-yellow {
  background: #cccccc;
  width: 80%;
  padding: 7px;
  color: #000000;
  letter-spacing: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: auto;
  box-shadow: 3px 3px 5px #999999;
  text-align: center; }
  .btn-yellow.no-shadow {
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: #666666;
    font-weight: 400;
    font-size: 1.5rem; }
    .btn-yellow.no-shadow.active {
      box-shadow: none;
      background: #ffcc00; }

.slick-current .btn-yellow {
  background: #ffcc00; }

.btn-yellow-title {
  background: #ffcc00;
  padding: 7px;
  padding-left: 30px;
  padding-right: 20px;
  color: #000000;
  letter-spacing: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: auto;
  box-shadow: 3px 3px 5px #999999;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center; }

hr {
  border: none;
  border-bottom: 2px solid #cccccc;
  width: 100%;
  margin-top: 5px;
  margin-top: 0px; }

.btn-more {
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 1.2rem;
  float: right; }
  .btn-more i {
    color: #ffcc00;
    font-size: 1.6rem;
    display: -webkit-inline-box;
    margin-left: 5px; }

.gradient-bubble {
  margin: auto;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #ffcc00;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 204, 0, 0.9) 67%, white 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 204, 0, 0.9) 67%, white 100%);
  background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.9) 67%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffffff',GradientType=1 ); }
  .gradient-bubble .circle-wrap {
    height: 140px;
    width: 140px;
    margin: auto;
    background: url("../img/circle.png") no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000; }
    .gradient-bubble .circle-wrap a {
      color: #888888;
      margin-right: 6px; }
      .gradient-bubble .circle-wrap a.active {
        color: #444444;
        margin-left: 6px;
        margin-right: 0; }

.bubble-shadow {
  display: block;
  width: 90px;
  height: 12px;
  border-radius: 50%;
  background: #bbbbbb;
  opacity: 0.3;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 10px; }
  .bubble-shadow.large {
    width: 110px; }

.cover-hr {
  position: relative; }

.site-hr {
  border: none;
  border-right: 1px solid #cccccc;
  height: 85%;
  top: 17px;
  width: 1px;
  left: 6.3%;
  margin-bottom: 15px;
  position: absolute; }

.dots-hr {
  border: none;
  border-top: 1px solid #cccccc;
  width: 20px;
  position: absolute;
  top: 18px;
  left: -5px; }

.dots-circle {
  width: 12px;
  height: 12px;
  background: #cccccc;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  top: 12px;
  margin-left: -5px; }

.btn-yellow {
  width: 92%;
  letter-spacing: 3px; }
  .btn-yellow h2 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4em; }

.btn-yellow-title h2 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4em; }

header {
  background: none;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: 2; }
  header .header-wrapper {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #adc32b; }
  header .logo {
    margin-top: 15px; }
    header .logo a {
      display: block; }
      header .logo a h1 {
        margin: 0; }
        header .logo a h1 img {
          width: 250px; }
  header ul.top-nav {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-top: -10px; }
    header ul.top-nav li {
      position: relative;
      margin-left: 2px;
      margin-right: 2px; }
      header ul.top-nav li a {
        color: #ffffff;
        font-size: 0.75rem;
        display: inline-block;
        font-family: "AklgBold";
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 40px;
        padding-bottom: 5px; }
      header ul.top-nav li:hover {
        background: #abc22a;
        transition: 0.5s; }
        header ul.top-nav li:hover > .nav-item-list {
          animation: fade-in 250ms ease-in forwards;
          display: block; }
    header ul.top-nav .nav-item-bg {
      position: absolute;
      background: transparent;
      height: 50px;
      top: 60px;
      width: 100px; }
      header ul.top-nav .nav-item-bg:hover .nav-item-list {
        display: block; }
    header ul.top-nav .nav-item-list {
      background: #abc22a;
      text-align: center;
      display: none;
      width: 180px;
      position: absolute;
      top: 89px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      padding: 10px 20px;
      padding-top: 5px; }
      header ul.top-nav .nav-item-list .arrow-up {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        top: -7px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #abc22a; }
      header ul.top-nav .nav-item-list .nav-item-list-item {
        font-family: "AklgRegular";
        list-style: none;
        width: 100%;
        text-align: center;
        margin-right: 5px;
        color: #ffffff;
        font-weight: 300;
        font-size: 0.75rem;
        text-decoration: none;
        display: block;
        padding: 8px 0;
        padding-top: 12px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        letter-spacing: 1px; }
        header ul.top-nav .nav-item-list .nav-item-list-item.last {
          border: none;
          padding-bottom: 0; }
        header ul.top-nav .nav-item-list .nav-item-list-item:hover {
          transition: 0.5s; }

@keyframes fadeInRight {
  0% {
    transform: translateX(500px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeInLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
    width: 50%; }
  100% {
    transform: translateX(500px);
    opacity: 0;
    width: 0%; } }
.overlay-menu {
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transform: translateX(500px); }
  .overlay-menu.hide {
    width: 0%; }
    .overlay-menu.hide .overlink {
      background-color: rgba(0, 0, 0, 0);
      color: #000000;
      font-size: 1rem;
      margin-left: 50px;
      font-weight: 100; }
  .overlay-menu.active {
    animation: fadeInRight 500ms ease-in-out forwards;
    width: 100%; }
    .overlay-menu.active .overlink {
      background-color: rgba(0, 0, 0, 0);
      color: #000000;
      font-size: 1.8rem;
      font-weight: 300; }

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0; }
  .overlay-content .icon {
    color: #000000;
    padding-left: 35px; }
    .overlay-content .icon a {
      font-size: 1.1rem;
      display: inline-block;
      padding: 5px 5px; }
  .overlay-content .mobile-nav {
    margin-top: 5px; }

.overlay-menu a {
  text-decoration: none;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #000000;
  display: block;
  transition: 0.3s; }

.overlay-menu a:hover, .overlay a:focus {
  color: #000000; }

.overlay-menu .closebtn {
  font-size: 1.7rem;
  font-weight: 900;
  color: #abc22a;
  font-family: "AklgBold"; }

.wrap-mobile {
  padding: 10px 20px;
  border-bottom: 1px solid #abc22a;
  cursor: pointer; }
  .wrap-mobile .arrow-down {
    position: absolute;
    right: 20px;
    top: 0; }
    .wrap-mobile .arrow-down img {
      width: 22px; }
  .wrap-mobile:hover {
    background: #abc22a;
    transition: 0.5s; }
  .wrap-mobile:hover a {
    color: #ffffff;
    transition: 0.5s; }
  .wrap-mobile:hover img {
    filter: brightness(0) invert(1); }
  .wrap-mobile a {
    font-size: 0.85rem;
    color: #abc22a;
    text-transform: uppercase;
    font-family: "AklgBold";
    display: block;
    padding: 8px 0; }

footer {
  position: relative; }
  footer a {
    color: #666667; }
  footer a.whatsapp {
    color: #42eb6a !important;
  }
  footer .backtop {
    position: absolute;
    right: 30px;
    top: 160px;
    display: flex;
    width: 200px;
    color: #abc22a;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 2px; }
    footer .backtop div {
      margin-top: 3px;
      font-family: "AklgBold";
      font-size: 0.75rem; }
    footer .backtop hr {
      width: 50px;
      margin: 10px;
      border: none;
      border-bottom: 1px solid #abc22a; }
    footer .backtop img {
      height: 22px; }
  footer .footer-top {
    background: #ffffff; }
    footer .footer-top h6 {
      padding: 5px 0;
      padding-bottom: 7px;
      border-bottom: 1px solid #abc22a;
      border-top: 1px solid #abc22a;
      font-size: 0.8rem;
      color: #666667;
      font-family: "Neue";
      margin-top: 95px; }
    footer .footer-top h5 {
      font-family: "AklgRegular";
      font-size: 0.82rem;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 3px;
      padding: 5px 0;
      border-bottom: 1px solid #abc22a;
      border-top: 1px solid #abc22a;
      color: #abc22a; }
    footer .footer-top p {
      font-size: 0.9rem;
      color: #666667;
      font-family: "Neue"; }
    footer .footer-top .logo-footer {
      width: 90px; }
    footer .footer-top .footer-nav {
      margin-top: 10px; }
      footer .footer-top .footer-nav a {
        text-transform: uppercase;
        font-size: 0.75rem;
        margin-right: 65px;
        letter-spacing: 1px;
        font-family: "AklgBold";
        color: #666667; }
  footer .footer-bottom {
    background: #abc22a;
    padding: 15px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "AklgRegular";
    font-size: 0.8rem;
    letter-spacing: 2px; }
    footer .footer-bottom span {
      margin-right: 7px; }
      footer .footer-bottom span.copyright {
        margin-left: 7px; }
    footer .footer-bottom a {
      color: #ffffff; }

.slick-slide {
  height: auto !important; }

.slick-facility img, .slick-application img {
  width: 90%;
  margin: auto; }
.slick-facility .slick-prev, .slick-application .slick-prev {
  background: url("../img/banner/prev.png") no-repeat center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 5;
  top: 50%;
  left: -10px; }
  .slick-facility .slick-prev:hover, .slick-application .slick-prev:hover {
    opacity: 1;
    transition: 0.5s; }
  .slick-facility .slick-prev:before, .slick-application .slick-prev:before {
    content: ""; }
.slick-facility .slick-next, .slick-application .slick-next {
  background: url("../img/banner/next.png") no-repeat center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 5;
  top: 50%;
  right: -10px; }
  .slick-facility .slick-next:hover, .slick-application .slick-next:hover {
    opacity: 1;
    transition: 0.5s; }
  .slick-facility .slick-next:before, .slick-application .slick-next:before {
    content: ""; }

.slick-banner {
  position: relative;
  z-index: 1;
  margin-bottom: -25px; }
  .slick-banner .slick-next {
    background: url("../img/home/03slideshow/navigation.png") no-repeat center center;
    background-size: contain;
    height: 30px;
    width: 30px;
    top: 515px;
    z-index: 5;
    left: 18.5%;
    opacity: 0.5; }
    .slick-banner .slick-next:hover {
      opacity: 1;
      transition: 0.5s; }
    .slick-banner .slick-next:before {
      content: ""; }
  .slick-banner .slick-prev {
    background: url("../img/home/03slideshow/navigation.png") no-repeat center center;
    background-size: contain;
    height: 30px;
    width: 30px;
    top: 500px;
    z-index: 5;
    left: 13.8%;
    transform: rotate(180deg);
    opacity: 0.5; }
    .slick-banner .slick-prev:hover {
      opacity: 1;
      transition: 0.5s; }
    .slick-banner .slick-prev:before {
      content: ""; }
  .slick-banner .wrapper {
    min-height: 700px;
    background-size: cover !important;
    padding-bottom: 150px; }
  .slick-banner .slider-content {
    margin-top: 180px; }
    .slick-banner .slider-content .hr01 {
      border: none;
      position: absolute;
      width: 130px;
      top: 230px;
      border-bottom: 7px solid #abc22a; }
    .slick-banner .slider-content .hr02 {
      border: none;
      position: absolute;
      width: 130px;
      top: 290px;
      border-bottom: 7px solid #F69333; }
    .slick-banner .slider-content .hr03 {
      border: none;
      position: absolute;
      width: 130px;
      top: 350px;
      border-bottom: 7px solid #66942E; }
    .slick-banner .slider-content h1 {
      color: #ffffff;
      font-family: "AklgBold";
      text-transform: uppercase;
      font-size: 3.7rem;
      margin: 25px 0; }
    .slick-banner .slider-content h2 {
      color: #cccccc;
      font-family: "AklgBold";
      margin: 25px 0;
      font-size: 1.8rem; }
    .slick-banner .slider-content h4 {
      font-size: 2rem;
      font-family: "AklgBold"; }
      .slick-banner .slider-content h4.slider01 {
        color: #abc22a; }
      .slick-banner .slider-content h4.slider02 {
        color: #F69333; }
      .slick-banner .slider-content h4.slider03 {
        color: #66942E; }
      .slick-banner .slider-content h4 sup {
        font-size: 1.1rem;
        color: #cccccc;
        top: 14px;
        left: 60px;
        position: absolute; }
    .slick-banner .slider-content p {
      font-size: 1.3rem;
      color: #eeeeee;
      line-height: 32px;
      font-family: "AklgRegular"; }

.slick-updates {
  width: 100%;
  margin: auto; }
  .slick-updates .slick-dots li.slick-active button:before {
    color: #adc32b;
    border-radius: none;
    content: "■"; }
  .slick-updates .slick-dots li button:before {
    content: "□";
    font-size: 12px;
    color: #96ad0b;
    opacity: 1; }
  .slick-updates .slick-next {
    background: url("../img/home/05updates/1. button next prev.png") no-repeat center center;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    z-index: 5;
    right: 0; }
    .slick-updates .slick-next:hover {
      opacity: 1; }
    .slick-updates .slick-next:before {
      content: ""; }
  .slick-updates .slick-prev {
    background: url("../img/home/05updates/2. button next prev 2.png") no-repeat center center;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    z-index: 5;
    left: 0; }
    .slick-updates .slick-prev:hover {
      opacity: 1; }
    .slick-updates .slick-prev:before {
      content: ""; }

.duration-delay {
  animation-duration: 2s !important; }

.text-content {
  color: #999999;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-top: 7px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Neue"; }
  .text-content.text-neue {
    font-family: "Neue";
    color: #b2b3b3;
    font-size: 1.15rem;
    line-height: 24px; }
  .text-content.intro {
    font-size: 1.05rem;
    font-family: "Neue"; }

.bigtitle {
  color: #666666;
  font-family: "Sentinel";
  font-weight: 400;
  font-size: 1.85rem;
  margin-top: 0; }
  .bigtitle.text-neue {
    font-family: "AklgBold";
    text-transform: uppercase;
    color: #abc22a;
    font-size: 2.8rem;
    margin-top: -5px; }

.green-square {
  width: 25px;
  height: 25px;
  background: #abc22a; }

.subtitle {
  color: #777777;
  font-family: "AklgLight";
  font-size: 0.7rem;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #acc22b;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block; }

.title {
  color: #666666;
  text-transform: uppercase;
  font-family: "AklgRegular";
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px; }

.form-submit .form-control {
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
  color: #666666; }
  .form-submit .form-control::placeholder {
    color: #888888; }
.form-submit .form-group {
  border-top: 1px solid #abc22a;
  margin-bottom: 0;
  padding: 7px 0; }
.form-submit textarea {
  resize: none; }

.section-introduction {
  background: url("../img/home/02intro/1. background.png") no-repeat center left;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
  margin-top: -100px; }
  .section-introduction .image-big {
    width: 120%;
    margin-left: -20%; }
  .section-introduction hr {
    width: 40px;
    border: none;
    border-bottom: 6px solid #abc22a; }
  .section-introduction h1 {
    font-weight: 400;
    color: #abc22a;
    font-family: "AklgBold";
    line-height: 40px; }
  .section-introduction h2 {
    font-family: "Sentinel";
    color: #888888;
    font-weight: 300;
    font-size: 1.7rem; }

.section-discover {
  background: url("../img/home/discover.jpg") no-repeat center center;
  background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
  padding-top: 170px;
  font-family: "AklgBold";
  color: #ffffff; }
  .section-discover hr {
    width: 40px;
    border: none;
    border-bottom: 6px solid #abc22a;
    margin: auto; }

.section-benefit {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  background: url("../img/home/04benefit/1. background.png") no-repeat top center;
  background-size: cover;
  padding: 35px 0;
  padding-top: 75px;
  margin-bottom: 25px; }
  .section-benefit .big-content {
    font-size: 1.8rem;
    font-family: "Myriad";
    letter-spacing: 0;
    font-weight: 600;
    color: #666666; }
    .section-benefit .big-content.text-sentinel {
      font-family: "Neue";
      font-weight: 100;
      margin-top: 0;
      line-height: 35px; }
  .section-benefit .box-benefit {
    background: #ffffff;
    box-shadow: 2px 2px 4px #cccccc;
    width: 100%;
    height: 225px;
    position: relative; }
    .section-benefit .box-benefit.normal {
      box-shadow: none; }
      .section-benefit .box-benefit.normal:hover {
        background: none;
        transition: 0.5s; }
    .section-benefit .box-benefit:hover {
      background: #abc22a;
      transition: 0.5s; }
    .section-benefit .box-benefit:hover > .number {
      filter: brightness(0) invert(1);
      transition: 0.3s; }
    .section-benefit .box-benefit:hover > .icon {
      filter: brightness(0) invert(1);
      transition: 0.3s; }
    .section-benefit .box-benefit:hover > .desc {
      color: #ffffff;
      transition: 0.3s; }
    .section-benefit .box-benefit .number {
      position: absolute;
      left: 10px;
      top: 10px;
      max-width: 22px; }
    .section-benefit .box-benefit .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-60%);
      max-width: 75px; }
    .section-benefit .box-benefit img.special01 {
      position: absolute;
      max-width: 92%;
      z-index: 3;
      left: 4%;
      top: -2%; }
    .section-benefit .box-benefit img.special02 {
      position: absolute;
      max-width: 155%;
      z-index: 3;
      top: -5%;
      left: -30%; }
    .section-benefit .box-benefit .desc {
      font-size: 0.8rem;
      color: #777777;
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      text-align: center;
      line-height: 15px;
      font-family: "AklgBold"; }

.section-certificate {
  padding: 35px 0;
  margin-bottom: 25px; }
  .section-certificate img {
    max-width: 85px;
    margin-top: 10px;
    margin-bottom: 10px; }

.section-updates .wrapper {
  padding: 35px 0;
  border-bottom: 1px solid #abc22a;
  margin-bottom: 90px; }
.section-updates .slick-updates .slick-wrapper {
  width: 90% !important;
  margin-left: 5%; }
  .section-updates .slick-updates .slick-wrapper h5 {
    color: #abc22a;
    font-family: "AklgRegular";
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .section-updates .slick-updates .slick-wrapper p {
    color: #999999;
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-family: "Neue"; }

.section-homecontact {
  margin-bottom: 40px;
  padding-bottom: 40px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 0.5px solid #abc22a; }
  .section-homecontact img {
    width: 100%;
    max-width: 300px; }
  .section-homecontact h6 {
    color: #abc22a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    font-family: "AklgBold"; }
  .section-homecontact h2 {
    color: #888888;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "AklgBold"; }
  .section-homecontact p {
    color: #888888;
    font-family: "Neue";
    font-size: 1rem; }

.spec-text {
  font-family: "AklgBold";
  color: #808080;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.slick-banner.about .wrapper {
  min-height: auto !important; }
  .slick-banner.about .wrapper h2 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #ffffff;
    font-family: "AklgBold";
    text-transform: uppercase; }
.slick-banner.about hr.short {
  margin: auto;
  width: 50px;
  border-bottom: 8px solid #ffffff;
  margin-top: 0; }

.icon-about {
  height: 55px;
  margin-bottom: 15px; }

.section-about-algas, .section-about {
  background: url("../img/about/bg.png") no-repeat top center;
  background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  font-family: "AklgBold";
  color: #ffffff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 0.5px solid #abc22a;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .section-about-algas .seaweed, .section-about .seaweed {
    position: absolute;
    width: 350px;
    right: 0;
    top: 70px;
    z-index: 0; }
  .section-about-algas hr, .section-about hr {
    border: none;
    border-bottom: 1px solid #cccccc;
    width: 80px;
    margin: auto; }
    .section-about-algas hr.long, .section-about hr.long {
      width: 200px;
      border-color: #adc32b; }
    .section-about-algas hr.short, .section-about hr.short {
      margin: auto;
      width: 40px;
      border-bottom: 8px solid #ffffff;
      margin-top: 20px; }
    .section-about-algas hr.short-green, .section-about hr.short-green {
      margin: auto;
      width: 50px;
      border-bottom: 5px solid #abc22a;
      margin-top: 0; }
    .section-about-algas hr.short-green-normal, .section-about hr.short-green-normal {
      margin: auto;
      width: 40px;
      border-bottom: 8px solid #abc22a;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 35px; }
  .section-about-algas .title, .section-about .title {
    color: #abc22a;
    font-size: 2.5rem;
    font-family: "AklgBold"; }
    .section-about-algas .title.about-title, .section-about .title.about-title {
      font-size: 2.8rem; }
    .section-about-algas .title.bigger, .section-about .title.bigger {
      font-size: 3rem; }
  .section-about-algas .title-green, .section-about .title-green {
    color: #abc22a;
    font-size: 1rem;
    letter-spacing: 3px;
    height: 80px;
    border-bottom: 2px solid #abc22a;
    margin-bottom: 20px;
    font-family: "NeueBold"; }
  .section-about-algas .text-content, .section-about .text-content {
    font-family: "Myriad";
    font-weight: 300;
    font-size: 1.05rem;
    color: #777777;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 23px;
    height: auto; }
    .section-about-algas .text-content.about-para, .section-about .text-content.about-para {
      font-size: 2rem;
      font-family: "Sentinel";
      line-height: 40.8px; }
  .section-about-algas .text-bigcontent, .section-about .text-bigcontent {
    font-family: "Sentinel";
    font-weight: 300;
    font-size: 2rem;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 40px;
    height: auto; }
  .section-about-algas .text-subcontent, .section-about .text-subcontent {
    font-family: "Neue";
    font-weight: 300;
    font-size: 1.114rem;
    color: #969696;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 24px;
    height: auto; }
    .section-about-algas .text-subcontent.sentinel, .section-about .text-subcontent.sentinel {
      font-size: 2rem;
      font-family: #808080;
      font-family: "Sentinel";
      line-height: 40px; }
  .section-about-algas .text-smallcontent, .section-about .text-smallcontent {
    font-family: "Neue";
    font-weight: 300;
    font-size: 1rem;
    color: #979797;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 21.6px;
    height: auto;
    width: 90%; }
    .section-about-algas .text-smallcontent.quality, .section-about .text-smallcontent.quality {
      font-size: 1.12rem;
      color: #b3b3b3;
      margin-top: 50px;
      line-height: auto; }
  .section-about-algas h3, .section-about h3 {
    font-family: "Neue";
    letter-spacing: 2px;
    color: #444444;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px; }
    .section-about-algas h3.segment-title, .section-about h3.segment-title {
      font-family: "AklgBold";
      font-size: 1.75rem;
      color: #808080; }
  .section-about-algas p, .section-about p {
    font-size: 0.8rem;
    font-family: "AklgLight";
    color: #444444;
    line-height: 17px;
    min-height: 70px; }
    .section-about-algas p.segment-para, .section-about p.segment-para {
      font-size: 0.85rem;
      font-family: "Neue";
      line-height: 21.6px;
      color: #969696;
      min-height: 160px; }
  .section-about-algas .about01, .section-about .about01 {
    background: url("../img/about/vision-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 525px; }
  .section-about-algas .container.vm-mobile, .section-about .container.vm-mobile {
    display: none; }
  .section-about-algas .about02, .section-about .about02 {
    background: url("../img/about/mission-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 525px; }
  .section-about-algas .container.vm-mobile, .section-about .container.vm-mobile {
    display: none; }
  .section-about-algas .icon, .section-about .icon {
    width: 130px; }
  .section-about-algas .icon-title, .section-about .icon-title {
    font-size: 1.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
    font-family: "AklgBold"; }
  .section-about-algas .para, .section-about .para {
    font-family: "AklgRegular";
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.75px;
    margin-top: 30px;
    line-height: 23px; }

.our-market h3 {
  font-size: 1.7rem;
  letter-spacing: 1px;
  font-family: "NeueBold";
  font-weight: 400;
  color: #969696; }
.our-market ul {
  list-style: none;
  margin-top: 15px; }
  .our-market ul li {
    color: #969696;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    font-family: "AklgBold"; }
.our-market .bg-green {
  background-color: #abc22a;
  font-family: "AklgLight";
  font-size: 1rem;
  line-height: 25px; }
  .our-market .bg-green span {
    font-family: "Neue"; }
  .our-market .bg-green h4 {
    font-size: 2rem;
    font-family: "AklgBold";
    text-transform: uppercase;
    margin-bottom: 0; }

.our-certificate.agar-powder {
  border-top: 3px solid #abc22a;
  border-bottom: 3px solid #abc22a; }
  .our-certificate.agar-powder h5 {
    font-family: "Neue";
    padding-bottom: 15px; }
.our-certificate h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 0;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #808080;
  font-family: "AklgRegular";
  font-size: 1rem; }
.our-certificate h3 {
  border: 3px solid #abc22a;
  letter-spacing: 1px;
  padding: 22px 0;
  margin-bottom: 0;
  text-align: center;
  color: #808080;
  font-family: "AklgBold"; }
  .our-certificate h3.text-green {
    color: #abc22a;
    font-size: 1.5rem;
    font-family: "NeueBold";
    border-right: none;
    border-left: none;
    border-width: 1px; }

hr.hr-greens {
  border-bottom: 3px solid #abc22a;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 27px;
  width: 30px; }

.quality-wrap {
  box-shadow: 3px 3px 5px #dddddd;
  padding: 25px 25px;
  min-height: 675px;
  margin-bottom: 25px;
  padding-bottom: 20px; }
  .quality-wrap .img-wrap img {
    height: 80px; }
  .quality-wrap .img-wrap .hr-green {
    border-bottom: 3px solid #abc22a;
    margin-top: 18px;
    margin-bottom: 27px; }
  .quality-wrap h3 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-family: "AklgBold";
    color: #808080; }
  .quality-wrap h4 {
    color: #999999;
    font-size: 1.2rem;
    font-family: "Neue";
    font-weight: 400;
    letter-spacing: 1px;
    color: #b3b3b3;
    min-height: 70px; }

.text-black {
  color: #777777;
  font-family: "AklgRegular";
  font-size: 1.4rem;
  margin-top: 30px; }

.text-black-small {
  color: #777777;
  font-family: "Neue";
  font-size: 1.5rem;
  margin-top: 15px;
  line-height: 30px; }

.text-sentinel {
  color: #777777;
  font-family: "Sentinel";
  font-size: 1.4rem;
  margin-top: 30px;
  font-weight: 100; }

.usage-wrapper {
  background: #ffffff;
  box-shadow: -1px -1px 3px #cccccc;
  border-bottom: 2px solid #abc22a;
  padding: 25px 0; }
  .usage-wrapper img {
    z-index: 2;
    position: relative; }
  .usage-wrapper .hr-green-long {
    width: 105%;
    position: relative;
    border-bottom: 1px solid #abc22a;
    margin-left: -10%;
    z-index: 1; }
  .usage-wrapper .hr-green {
    width: 40px;
    margin-left: 0;
    border-bottom: 5px solid #abc22a;
    margin-top: 5px; }
  .usage-wrapper h3.btitle {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #808080; }
  .usage-wrapper div.paraf p {
    font-family: "Neue";
    font-size: 1rem;
    line-height: 23px;
    margin-top: 15px;
    color: #b2b3b3;
    height: auto; }

.list-props {
  border-top: 1px solid #abc22a;
  color: #b2b3b3;
  font-family: "Neue";
  position: relative;
  font-size: 1rem;
  padding-left: 20px;
  line-height: 20px;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .list-props span {
    position: absolute;
    width: 90%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .list-props img {
    position: absolute;
    left: 0;
    top: 50%; }
  .list-props.last {
    border-bottom: 1px solid #abc22a; }

.section-facility {
  background: url("../img/about/bg.png") no-repeat top center;
  background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  font-family: "AklgBold";
  color: #ffffff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 0.5px solid #abc22a;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .section-facility hr {
    border: none;
    border-bottom: 1px solid #cccccc;
    width: 80px;
    margin: auto; }
  .section-facility .title {
    color: #abc22a;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-family: "AklgBold"; }
  .section-facility .text-content {
    font-family: "Sentinel";
    font-weight: 300;
    font-size: 1.85rem;
    color: #676767;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 30px;
    height: auto; }
  .section-facility h3 {
    font-family: "Neue";
    letter-spacing: 2px;
    color: #444444;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px; }
  .section-facility p {
    font-size: 0.8rem;
    font-family: "AklgLight";
    color: #444444;
    line-height: 17px;
    height: 70px; }

ul.text-neue {
  padding-left: 22px; }

.page-divider {
  background-color: #abc22a;
  padding: 20px 0; }
  .page-divider h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500; }

.table-striped {
  margin-top: 20px; }
  .table-striped.table-agar td {
    font-family: "Neue";
    font-size: 1.12rem;
    color: #808080; }
  .table-striped td {
    padding: 8px 0;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "AkgRegular";
    border-top: none;
    color: #777777;
    border-bottom: 1px solid #abc22a; }

.production-flow {
  display: flex;
  width: 100%; }
  .production-flow.desc {
    display: block; }
  .production-flow .symbol {
    width: 15%;
    top: 50%; }
  .production-flow .arrow {
    width: 15%;
    height: 15px;
    vertical-align: middle;
    margin-top: 7%; }
  .production-flow .symbol-desc {
    display: inline-block;
    width: 15%; }
  .production-flow .arrow-desc {
    width: 15%;
    display: inline-block; }

.slick-banner.about .wrapper {
  min-height: auto !important; }
.slick-banner.about h2 {
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff; }
.slick-banner.about hr.short {
  margin: auto;
  width: 50px;
  border-bottom: 5px solid #ffffff;
  margin-top: 0; }

.section-contact {
  background: url("../img/about/bg.png") no-repeat top center;
  background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  font-family: "AklgBold";
  color: #ffffff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 0.5px solid #abc22a;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .section-contact.refine {
    padding-top: 0; }
  .section-contact hr {
    border: none;
    border-bottom: 1px solid #cccccc;
    width: 80px;
    margin: auto; }
    .section-contact hr.short {
      margin: auto;
      width: 50px;
      border-bottom: 5px solid #ffffff;
      margin-top: 0; }
    .section-contact hr.short-green {
      margin: auto;
      width: 50px;
      border-bottom: 5px solid #abc22a;
      margin-top: 0; }
    .section-contact hr.short-green-normal {
      margin: auto;
      width: 40px;
      border-bottom: 8px solid #abc22a;
      margin-top: 0;
      margin-left: 0; }
  .section-contact .title {
    color: #abc22a;
    font-size: 2.8rem;
    font-family: "AklgBold";
    margin-bottom: 40px; }
    .section-contact .title.no-margin {
      margin-bottom: 10px; }
  .section-contact .text-content {
    font-family: "Myriad";
    font-weight: 300;
    font-size: 1.05rem;
    color: #777777;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 23px;
    height: auto; }
  .section-contact .text-bigcontent {
    font-family: "Myriad";
    font-weight: 300;
    font-size: 1.3rem;
    color: #777777;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    height: auto; }
  .section-contact .text-subcontent {
    font-family: "Myriad";
    font-weight: 300;
    font-size: 0.95rem;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 23px;
    height: auto; }
  .section-contact h3 {
    font-family: "Neue";
    letter-spacing: 2px;
    color: #444444;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px; }
  .section-contact p {
    font-size: 0.8rem;
    font-family: "AklgLight";
    color: #444444;
    line-height: 17px;
    height: 70px; }
  .section-contact .about01 {
    background: url("../img/about/7. background vision.png") no-repeat center center;
    background-size: cover;
    height: 525px; }
  .section-contact .about02 {
    background: url("../img/about/8. background mission.png") no-repeat center center;
    background-size: cover;
    height: 525px; }
  .section-contact .icon {
    width: 100px; }
  .section-contact .icon-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px; }
  .section-contact .para {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 30px;
    line-height: 23px; }

.contact-form {
  width: 92.5%; }

.contact-us {
  border-left: 1px solid #abc22a; }
  .contact-us hr {
    border: none;
    border-bottom: 1px solid #abc22a;
    width: 100%;
    margin-bottom: 30px; }
  .contact-us h4 {
    color: #abc22a;
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
    font-family: "Neue"; }
  .contact-us .maps-btn {
    color: #abc22a;
    font-family: "NeueLight";
    font-size: 0.8rem; }
    .contact-us .maps-btn img {
      width: 10px;
      vertical-align: middle;
      margin-right: 5px; }
  .contact-us p {
    color: #888888;
    font-family: "Neue";
    font-size: 1rem;
    line-height: 21.5px;
    font-weight: 400;
    height: auto; }
    .contact-us p span, .contact-us p a {
      color: #abc22a !important;
      font-family: "Neue";
      margin-right: 5px; }
    .contact-us p a.whatsapp {
      color: #42eb6a !important;
      font-family: "Neue";
      margin-right: 5px; }

.paraf {
  display: block;
  color: #abc22a;
  font-size: 1.3rem;
  line-height: 30px;
  margin: 30px 0; }

.menu-mobile {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  text-align: right; }
  .menu-mobile .bars-menu {
    display: none;
    margin-right: 0; }
  .menu-mobile a {
    color: #444444;
    display: inline;
    margin-left: 5px;
    margin-right: 5px; }
  .menu-mobile i {
    font-size: 2.5rem;
    color: #1a74b2; }
  .menu-mobile img .icon-mail {
    height: 20px; }
  .menu-mobile img .icon-phone {
    height: 23px; }

.submenu a {
  text-transform: none;
  letter-spacing: 1px;
  border-bottom: 1px solid #abc22a;
  font-size: 0.9rem;
  color: #999999;
  font-family: "AklgBold";
  display: block;
  padding: 12px 0;
  padding-left: 30px; }

.desktop-agar {
  display: block; }

.mobile-agar {
  display: none; }

.bg-agar01 {
  background: url("../img/agar/01-Seaweed.png") no-repeat center center;
  background-size: contain;
  height: 350px;
  text-align: center;
  padding-top: 265px; }
  .bg-agar01 h2 {
    color: #676767;
    font-size: 1.4rem; }

.bg-agar02 {
  background: url("../img/agar/02-Bleaching.png") no-repeat center center;
  background-size: contain;
  height: 350px;
  text-align: center;
  padding-top: 265px; }
  .bg-agar02 h2 {
    color: #676767;
    font-size: 1.4rem; }

.bg-agar03 {
  background: url("../img/agar/03-Gelling.png") no-repeat center center;
  background-size: contain;
  height: 350px;
  text-align: center;
  padding-top: 265px; }
  .bg-agar03 h2 {
    color: #676767;
    font-size: 1.4rem; }

.bg-agar04 {
  background: url("../img/agar/04-Drying.png") no-repeat center center;
  background-size: contain;
  height: 350px;
  text-align: center;
  padding-top: 265px; }
  .bg-agar04 h2 {
    color: #676767;
    font-size: 1.4rem; }

.bg-agar05 {
  background: url("../img/agar/05-Milling.png") no-repeat center center;
  background-size: contain;
  height: 350px;
  text-align: center;
  padding-top: 265px; }
  .bg-agar05 h2 {
    color: #676767;
    font-size: 1.4rem; }

@media screen and (max-width: 992px) {
    .popup_desktop {
        display: none;
    }
    .popup_mobile {
        display: block;
    }
    
  .usage-wrapper {
    padding: 30px;
    box-shadow: none; }
    .usage-wrapper .hr-green-long {
      margin-left: 0;
      width: 100%; }

  .contact-us {
    order-left: none; }

  .quality-wrap {
    min-height: auto; }

  .section-about-algas .seaweed {
    width: 200px; }
  .section-about-algas .about01 {
    height: 475px; }
    .section-about-algas .about01 .vm-desktop {
      font-size: 1.3rem; }
  .section-about-algas .about02 {
    height: 475px; }
    .section-about-algas .about02 .vm-desktop {
      font-size: 1.3rem; }
  .section-about-algas .title-green {
    height: 60px; }
  .section-about-algas .text-smallcontent {
    width: 100%;
    margin-bottom: 35px; }

  footer .backtop {
    display: flex;
    width: 250px;
    top: auto;
    bottom: 53px;
    z-index: 10; }

  .scroll-to-explore {
    display: none; }

  .slick-banner .slick-next {
    top: 420px;
    left: 13%; }
  .slick-banner .slick-prev {
    top: 405px;
    left: 27%; }
  .slick-banner .slider-content h1 {
    font-size: 3rem; }
  .slick-banner .slider-content .hr01 {
    width: 40px;
    top: 215px; }
  .slick-banner .slider-content .hr02 {
    top: 268px;
    width: 40px; }
  .slick-banner .slider-content .hr03 {
    top: 318px;
    width: 40px; }

  .hrchoose {
    width: 12px; }

  header ul.top-nav {
    display: none; }

  .menu-mobile .bars-menu {
    display: inline-block; }
    .menu-mobile .bars-menu img {
      width: 20px;
      opacity: 0.9;
      margin-right: -5px; }

  .section-benefit .box-benefit {
    height: 150px; }
    .section-benefit .box-benefit .desc {
      font-size: 0.65rem; } }
@media screen and (max-width: 768px) {
  .slick-banner.about.banner01 .wrapper {
    background: url("../img/mobile/1. About main page Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner02 .wrapper {
    background: url("../img/mobile/2. About Indoalgas Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner03 .wrapper {
    background: url("../img/mobile/3. About Our Advantages Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner04 .wrapper {
    background: url("../img/mobile/4. About Quality Control Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner05 .wrapper {
    background: url("../img/mobile/5. Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner06 .wrapper {
    background: url("../img/mobile/6. Application Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner07 .wrapper {
    background: url("../img/mobile/7. Facility Agar Powder.jpg") no-repeat top center !important; }

  .slick-banner.about.banner08 .wrapper {
    background: url("../img/mobile/8. Contact Agar Powder.jpg") no-repeat top center !important; }

  .paraf {
    display: block; }

  .section-about-algas .about01 {
    height: 475px;
    background: url("../img/about/visi.png") no-repeat center center;
    background-size: cover; }
    .section-about-algas .about01 h6 {
      margin-top: 220px; }
    .section-about-algas .about01 .vm-desktop {
      display: none; }
  .section-about-algas .container.vm-mobile {
    display: block; }
  .section-about-algas .about02 {
    height: 475px;
    background: url("../img/about/misi.png") no-repeat center center;
    background-size: cover; }
    .section-about-algas .about02 h6 {
      margin-top: 220px; }
    .section-about-algas .about02 .vm-desktop {
      display: none; }
  .section-about-algas .container.vm-mobile {
    display: block; }

  .desktop-agar {
    display: none; }

  .mobile-agar {
    display: block; }

  .menu-mobile {
    top: 25px; }
    .menu-mobile a {
      margin-left: 20px; }

  .slick-banner .slider-content p {
    font-size: 1.1rem;
    line-height: 27px; }

  .slider-auto {
    margin-bottom: 80px; }

  .slick-banner .slider-content h1 {
    font-size: 2.2rem;
    text-transform: none; }

  .slick-banner .slider-content h2 {
    font-size: 1.4rem; }

  .section-introduction .image-big {
    width: 100%;
    margin-left: 0; }

  .logo-home {
    margin-left: 20px; }

  footer .footer-bottom {
    font-size: 0.5rem;
    letter-spacing: 0.5px; }

  .slick-banner .wrapper {
    padding-bottom: 100px; }

  .slick-banner.about .wrapper h2 {
    font-size: 2.5rem; }

  .section-about-algas .title.bigger, .section-about .title.bigger {
    text-transform: uppercase; }

  .section-about-algas .text-content.about-para, .section-about .text-content.about-para {
    font-size: 1.55rem;
    line-height: 30px;
    text-align: left; }

  .section-about-algas .para, .section-about .para {
    font-size: 1.1rem;
    letter-spacing: 0; }

  .our-market ul li {
    line-height: 30px; }

  .section-about-algas .text-bigcontent {
    font-size: 1.55rem;
    line-height: 30px;
    margin-bottom: 20px; }

  .section-about-algas .text-subcontent {
    margin-bottom: 20px; }
    .section-about-algas .text-subcontent.first {
      margin-top: 20px; }

  .section-about .text-bigcontent {
    font-size: 1.55rem;
    line-height: 30px; }

  .section-about-algas h3.segment-title, .section-about h3.segment-title {
    border-right: none;
    border-left: none;
    margin-left: 10px;
    margin-right: 10px; }

  .logo-area img {
    width: 80%;
    margin: auto;
    margin-bottom: 15px; }
  .logo-area .col-6 {
    text-align: center !important; }

  .section-about-algas .title, .section-about .title {
    text-transform: capitalize;
    letter-spacing: 0px; }

  .section-about-algas .text-subcontent.sentinel, .section-about .text-subcontent.sentinel {
    font-size: 1.55rem;
    line-height: 30px; }

  .quality-wrap h3 {
    letter-spacing: 0.5px; }

  .section-about-algas .text-smallcontent.quality, .section-about .text-smallcontent.quality {
    line-height: 20px; }

  hr.hr-greens {
    margin-bottom: 10px; }

  .hrchoose {
    display: none; }
    .hrchoose.benefit {
      display: block;
      width: 35px; }

  .bigtitle.text-neue {
    font-size: 2.3rem; }

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

  .section-facility .text-content {
    font-size: 1.55rem;
    text-align: left; }

  footer .footer-nav {
    display: none; }
  footer .footer-top h6 {
    margin-top: 10px; } }

/*# sourceMappingURL=main.css.map */
