html{
    scroll-behavior: smooth;
}
a {
    color: #000;
    text-decoration: none;
}

#produk {
    padding-top: 60px;
    /* padding-bottom: 30px; */
}

#budidaya {
    padding-top: 40px;
    /* padding-bottom: 30px; */
}

#tanya_jawab {
    padding-top: 60px;
    /* padding-bottom: 30px; */
}

#hama {
    padding-top: 30px;
    /* padding-bottom: 30px; */
}
a:hover {
    color: #000;
    text-decoration: none;
}
.wrap-bg {
    width: 425px;
    margin: auto;
    position: fixed;
    inset: 0px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/bg%20website.jpg");

}
.wrap {
    width: 425px;
    margin: auto;
    z-index: 1;
}
@media only screen and (max-width:425px){
    .wrap {
     width: 100%;
 }
}
/*BANNER*/
.banner{
}
.banner1{
    position:relative;
}

.content{
    top:10%;
    padding: 22px 0;
    width: 100%;
}

.content-section{
    top:10%;
    padding: 22px 20px 20px 20px;
    width: 100%;
}
.subheader{
    color: #fff;
    font-size:18px;
    font-weight:300;
    line-height:1.5;
    margin-bottom:28px;
}
.title-testimoni {
    font-size: 16px;
    margin-top: -55px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 12px;
    color: #fff;
}
.hr-lines{
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}
.hr-lines:after{
    content:" ";
    height: 2px;
    width: 42px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.hr-lines:before{
    content:" ";
    display: block;
    height: 2px;
    width: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
}
.img-scale {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

/*galeri*/
.uk-section {
    margin-top: -100px;
    padding-left: 20px;
    background: url("../img/bg-2.png");
    background-size:cover;
    background-position:center;
    padding-bottom: 30px;
}

.uk-section1 {
    padding: 20px;
}

.owl-carousel {
    position: relative;
    margin-top: 30px;
}

.owl-nav {
    position: absolute;
    top: -60px;
    left: 10px;
}

.uk-card> :last-child {
    margin-top: 0;
    margin-bottom: 10px
}

.owl-next {
    background: #3286f0;
}

.owl-dots {
    margin-top: 30px;
}
.title {
    font-size: 18px;
}
.uk-section .cardArtikel {
    margin-right: 20px;
}
.cardArtikel {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
}
.media-body h3 {
    font-size: 14px;
    line-height: 1;
}
.media-body p {
    font-size: 12px;
    line-height: 1;
}
.media-body a {
    color: #000;
    text-decoration: none;
}
.btnInfarm {
    background-color: #4CAF50;
    padding: 1px;
    border-radius: 6px;
    font-size: 14px;
}
.modal-dialog.tanya .modal-header {
    background-color: #4CAF50;
    color: #fff;
}
.modal-dialog.tanya .modal-body {
    padding: 30px 20px;
}
.modal-dialog.tanya .modal-body .form-control {
    background-color: #f2f2f2;
    border: 0;
}
.modal-dialog.tanya .modal-title {
    text-align: center;
    width: 100%;
}
.modal-dialog.tanya .close {
    text-shadow: none;
    opacity: 1;
    color: #fff;
}
/*tanya jawab*/
.accordion .accordion-item {
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #669835;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  background: none;
  outline: none;
  margin-bottom: 10px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #669835;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #669835;
  border: 1px solid #669835;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  /* padding-left: 10px !important; */
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #fff;
  background-color: #4CAF50;
  font-size: 16px;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin: 1em 0;
  padding: 0 10px;
  color: rgb(0, 0, 0);
}

.banner1 h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.imgCta {
    width: 26px;
    margin-right: 20px;
    margin-left: 11px;
}
.imgCta:after {
    content: "";
    height: 12px;
    width: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.media.cta {
    height: 54px;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
}
.media.ctawa {
    height: 54px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
}
.media.cta h4 {
    margin: auto;
    display: contents;
    font-size: 16px;
}
.media.ctawa h4 {
    margin: auto;
    display: contents;
    font-size: 16px;
}
.media.ctawa i {
    font-size: 26px;
    padding-left: 7%;
}
.media.cta .media-body.shopee:before {
    content: "";
    height: 25px;
    width: 2px;
    background: #34312D;
    display: block;
    position: absolute;
    left: 95px;
}
.btnInfarmcta {
    height: 54px;
    border-radius: 8px;
}
.btnInfarmcta i {
    font-size: 28px
}

.btn-success {
    background-color: #4caf50;
    border-radius: 8px;
}
.btn-success i {
    font-size: 26px;
    padding: 15px 20px;
}
.btn-success span {
}

.cardSosmed {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
}
.cardSosmed .followers {
    font-weight: bold;
    color: #34312D;
    font-size: 16px;
}
.cardSosmed .imgSosmed {
    width: 88px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4caf50 !important;
}
#footer {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}


/*website edukasi*/

/*header*/
header {
    background: #fff;
    color: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
.header-sosmed {
    font-size: 18px;
    padding: 5px 10px;
    background-color: #46B23B;
    color: #fff;
    border-radius: 8px;
}
.header-sosmed.facebook {
    padding: 5px 12px;
}

.search-custome {
/*border-radius: 30px;*/
}
.search-hidden {
    display: none;
}
.form-search {
    background-color: transparent;
    border: 1px solid #EBEBEB !important;
}
.input-group-append {
    background-color: #46B23B;
    border-radius: 0px 6px 6px 0px;
}
.form-search::placeholder {
    color: #BCB9B9;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
}
.img-logo {
    width: 120px;
}
/*end header*/

/*navbar*/
.navbar-custome {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background-color: #fff;
    color: #fff;
}
.navbar {
    padding: 0;
}
.mobilenavbar {
    display: none;
}
.navbar-center {
    margin: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 45px;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
}
.navbar-brand {
    display: none;
}
.navbar-nav a.nav-link.active {
    background: #28A3DA;
    color: #fff;
}
/*navbar end*/

/*detail artikel*/
.title-detail {
    font-size: 36px;
    font-weight: bold;
}
.datetime {
    color: #BCB9B9;
    font-size: 14px;
}
.custom-br {
    border-radius: 10px;
}
.share-whatsapp {
    color: #4CAF50;
    font-size: 22px;
    margin: 0 4px;
}
.share-facebook {
    color: #3B5999;
    font-size: 22px;
    margin: 0 4px;
}
.share-twitter {
    color: #03A9F4;
    font-size: 22px;
    margin: 0 4px;
}
.share-linkedin {
    color: #0077B7;
    font-size: 22px;
    margin: 0 4px;
}
.subtitle {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.part-title {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
}
.subtitle .part-title {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.card.news {
    margin-bottom: 22px;
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 1px solid #ebebeb;
}
.scale-news {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.btn-category {
    display: block;
    position: relative;
    margin: -210px 11px 0;
    border-radius: 8px;
    background-color: #46b23b;
    border: none;
    padding: 3px 10px;
    font-size: 14px;
}
.cardBoxArtikel {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 12px;
}
.card.news .card-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 8px;
}
 .card-title-exc {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 8px;
    font-weight: 400;
}
.card-date {
    color: #888;
    font-size: 10px;
}
.card-author {
    color: #0067BA;
    font-size: 10px;
}
.card.news .card-body {
    padding: 0
}
.infoberita {
    color: #46b23b;
    font-size: 14px;
}
.part-title1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #46b23b;
    padding: 3px 10px;
    border-radius: 15px;
    min-width: 160px;
}
.scale-sidebar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
}
.footerNew {
    background: #46b23b;
    color: #fff;
    padding: 20px 0;
}
.footer-sosmed {
    font-size: 18px;
    padding: 5px 10px;
    background-color: #fff;
    color: #46B23B;
    border-radius: 8px;
}

#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#46B23B;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#46b23bd4;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}

/*kategori artikel*/
.card.news1 {
    margin-bottom: 22px;
    background-color: #fff;
    border: 0;
}
.card.news1 .card-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.card.news1 .card-body {
    padding: 0;
}
.breadcum {
    background-color: #46b23b;
    color: #fff;
}
.breadcumTitle {
    padding: 22px 0;
    font-size: 26px;
}
#breadcum1 {
    border-bottom: 1px solid #46b23b;
}
.img-pencarian {
    width: 230px;
    height: 140px;
    object-fit: cover;
}
.media-body.pencarian {
    margin: auto;
}
/*home*/
.bawahsliderdeks {
    background-color: #46b23b;
    border-radius: 12px;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
}
.garis {
    height: auto;
    margin-top: 20px;
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    width: 70%;
    height: auto;
    text-align: center;
}
.bawahslider {
    background-color: #46b23b;
    border-radius: 12px;
}
.bawahslider.kecil {
    display: none;
}
.scale-homebudidaya {
    width: 120px;
    height: 97px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 24px;
}
.scale-news-home {
    width: 100%;
    height: 194px;
    object-fit: cover;
}
.scale-news-produk {
    width: 100%;
    height: 266px;
    object-fit: cover;
}
.hrsubtitle {
    border-top: 3px solid #4CAF50;
    width: 62px;
    margin: inherit;
    margin-top: 15px;
    margin-bottom: 20px;
}
.card.news.produk {
    filter: none;
}
.titlebannerhome {
    position: absolute;
    top: 19%;
    left: 12%;
    color: #fff;
    font-weight: bold;
}
.aboutbox {
    position: absolute;
    bottom: 45%;
    left: 12%;
    right: 12%;
    color: #fff;
}
.card.news.testimoniCard {
    filter: none;
    padding: 30px;
}
.img-testimoni {
    width: 80px !important;
    margin-bottom: 10px;
    border-radius: 50%;
}
.titleabouthome {
    color: #4CAF50;
    font-weight: bold;
}

.modal-link-media img {
    border-radius: 10px;
    margin-bottom: 20px;
}


@media screen and (max-width: 1204px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 14px 30px;
    }
    .titlebannerhome {
        top: 15%;
    }
    .aboutbox {
        bottom: 33%;
    }
}
@media screen and (max-width: 991px) {
    .title-detail {
        font-size: 28px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 14px 4px;
    }
    header {
        display: none;
    }
    button.navbar-toggler {
        background-color: #46b23b;
        border-radius: 8px;
    }
    .navbar {
        padding: 5px 15%;
        border-bottom: 1px solid #ebebeb;
    }
    .mobilenavbar {
        display: block;
    }
    .img-logo {
        width: 60px;
        margin-left: 6px;
    }
    .footerNew .copyright {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    .scale-news {
        height: 100px;
    }
    .btn-category {
        margin: -95px 5px 0;
        font-size: 10px;
    }
    .aboutbox {
        bottom: 35%;
    }
}

@media screen and (max-width: 768px) {
    .bawahsliderdeks {
        display: none;
    }

    .bawahslider.kecil {
        display: block;
    }

    .bawahslider {
        background-color: #46b23b;
        border-radius: 12px;
    }

    .bawahslider img {
        max-width: 80%;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .garismobile {
        border-bottom: 1px solid white;
        width: 96%;
        margin: auto;
    }

    button.navbar-toggler {
        background-color: #46b23b;
        border-radius: 8px;
        padding:6px;
    }

    .navbar {
        padding: 5px 4%;
        border-bottom: 1px solid #ebebeb;
    }
    .mobilenavbar {
        display: block;
        max-width: 200px;
    }
    .img-logo {
        width: 60px;
        margin-left: 6px;
    }
    .form-search {
        height: 29px;
    }
    .input-group-append {
        height: 29px;
    }
    .navbar-nav a.nav-link.active {
        color: #46b23b;
    }
    .navbar-center {
        padding-top: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 5px;
        text-transform: capitalize;
    }
    button#button-addon3 {
        font-size: 12px;
        padding: 2px 7px;
    }
    .title-detail {
        font-size: 24px;
    }
    #scroll {
      width:35px;
      height:35px;
    }
      .card.news .card-title {
        font-size: 12px;
    }
    .card.news1 .card-title {
        font-size: 12px;
    }
    #breadcum {
        background-color: #46b23b;
    }
    .img-pencarian {
        width: 140px;
        height: 100px;
    }
    .scale-news-produk {
        height: 185px;
    }
    .titlebannerhome {
        top: 18%;
    }
    .aboutbox {
        bottom: 34%;
    }
}

@media screen and (max-width: 767){
    .bawahslider img {
        max-width: 80%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 575.98px) {
    .navbar {
        padding: 5px;
        border-bottom: 1px solid #ebebeb;
    }
    .img-logo {
        width: 60px;
    }
    .form-search {
        height: 29px;
    }
    .input-group-append {
        height: 29px;
    }
    button#button-addon3 {
        font-size: 12px;
        padding: 2px 7px;
    }
    .title-detail {
        font-size: 22px;
    }
    #scroll {
      width:35px;
      height:35px;
      }
      .footerNew .copyright {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    .scale-news {
        height: 180px;
    }
    .card.news .card-title {
        font-size: 16px;
    }
    .card.news1 .card-title {
        font-size: 16px;
    }
    .btn-category {
        margin: -170px 10px 0;
        font-size: 12px;
    }
    .bawahsliderdeks {
        display: none;
    }
    .bawahslider.kecil {
        display: block;
    }
    .garismobile {
        border-bottom: 1px solid white;
        width: 96%;
        margin: auto;
    }
    .bawahslider img {
        max-width: 80%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .scale-news-produk {
        height: 315px;
    }
    .titlebannerhome {
        top: 15%;
        font-size: 24px;
    }
    .titleabouthome {
        font-size: 24px;
    }
    .desabouthome {
        font-size: 14px;
    }
    .aboutbox button {
        font-size: 14px;
    }
    .aboutbox {
        bottom: 38%;
    }
    .img-scale{
        height: 100%;
    }
    .container-mobile{
        padding: 0 !important;
        margin: 0 !important;
    }
    .col-mobile{
        padding-right:0;
    }
    .custom-br {
        border-radius: 0;
    }
    .bawahslider {
        border-radius: 0;
    }
}
@media screen and (max-width: 360px) {
    .input-group.rounded-pill {
        width: 180px;
    }
    .form-search {
    }
    .input-group-append {
    }
    .titlebannerhome {
        top: 15%;
        font-size: 20px;
    }
    .aboutbox {
        bottom: 6%;
    }
    .titleabouthome {
        font-size: 20px;
    }
    .desabouthome {
        font-size: 12px;
    }
    .aboutbox button {
        font-size: 12px;
    }
    .img-scale{
        height: 100%;
    }
    .aboutbox {
        bottom: 36%;
    }
    .media.cta h4 {
        margin: auto;
        display: contents;
        font-size: 12px;
    }
    .media.cta .media-body.shopee:before {
        left: 85px;
    }
}