@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    position: relative;
    overflow-x: hidden;
    top: 0!important;
    font-family: 'Roboto', sans-serif!important;
    /* max-width: 1440px!important;
min-width: 1200px!important;
width: 100%!important;
margin: 0 auto!important */
}

@media screen and (min-width:1281px) {
    .wrapper {
        max-width: 1320px;
        width: 100%;
        padding-right: .75rem;
        padding-left: .75rem;
        margin-right: auto;
        margin-left: auto
    }
}

#nav .navbar {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
}


/* a.navbar-brand {
display: none
} */

#nav .navbar-brand img {
    /* margin-left: 50px; */
    width: 100%;
    max-width: 400px!important;
    height: auto;
}

#nav .nav a {
    color: #000;
}

#nav .nav-tani {
    /* width: 100%; */
    display: flex;
    justify-content: end;
}

#nav .nav-tani li {
    padding-left: 10px;
}

#nav .nav-tani li a {
    color: #32763D;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
}

#nav .nav-tani li a:active {
    background-color: transparent;
}

#nav .nav-tani-right {
    display: flex;
    justify-content: center;
    align-content: center;
    list-style: none;
}

#nav .nav-tani-right li {
    padding-left: 5px;
}

#nav .nav-tani-right li img {
    padding-left: 5px;
    margin-top: -5px;
}

#nav .desktop {
    display: block!important;
}

#nav .mobile {
    display: none!important;
}

#nav .search-wrap {
    position: relative;
    right: 5px;
}

#nav .search-container {
    position: relative;
    background: #70887B;
    border-radius: 10px;
    top: 3px;
}

#nav .wrap-search-form {
    display: flex;
    position: fixed;
    left: 75.5%;
    z-index: 999999;
    top: 65px;
    background: rgb(231, 231, 231);
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0px 5px 37px -18px rgb(0 0 0 / 43%);
    -webkit-box-shadow: 0px 5px 37px -18px rgb(0 0 0 / 43%);
    -moz-box-shadow: 0px 5px 37px -18px rgba(0, 0, 0, 0.43);
}

#nav .input-search {
    border: none;
    padding: 10px;
    border-radius: 50px;
}

#nav .input-search:focus-visible {
    outline: none;
}

#nav .button-search {
    background: #70887B;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 10px!important;
    margin-left: 5px;
}

#nav .search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #fff;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
}

#nav .search-wrap svg {
    color: #fff;
}

@media (max-width:1000px) {
    #nav .navbar-brand img {
        padding-left: 0;
        max-width: 270px!important;
    }
    #nav .nav-tani {
        width: 100%;
    }
    #nav .nav-tani li {
        padding-left: 10px;
    }
    #nav .nav-tani li a {
        font-size: 14px;
    }
    #nav .nav-tani-right {
        margin-left: -60px;
    }
    #nav .desktop {
        display: none!important;
    }
    #nav .mobile {
        display: block!important;
        background: #70887B;
        margin-top: -16px;
        padding-bottom: 10px;
    }
    /* .nav-tani-right li:last-child {
    padding-left: 5px;
} */
    #navbarsExample07XL {
        margin-left: 0!important;
    }
    #nav .wrap-search-form {
        display: flex;
        position: fixed;
        left: 30px;
        z-index: 999999;
        top: 340px;
        background: rgb(231, 231, 231);
        padding: 10px;
        border-radius: 5px;
        align-items: center;
        box-shadow: 0px 5px 37px -18px rgb(0 0 0 / 43%);
        -webkit-box-shadow: 0px 5px 37px -18px rgb(0 0 0 / 43%);
        -moz-box-shadow: 0px 5px 37px -18px rgba(0, 0, 0, 0.43);
    }
}

#home {
    background: url("../images/header/bg/home2.png");
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    padding-top: 100px;
    padding-bottom: 20px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#home .overlay {
    background: rgba(27, 206, 55, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
}

#home h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    border-top: 5px solid #fff;
    padding-top: 10px;
}

#home p {
    color: #fff;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: 900;
    line-height: 50px;
}

#scrolltotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}


/* #home #myBtn {
width: 60px;
font-size: 12px;
padding: 10px;
border: none;
background: rgba(0, 0, 0, 0.4);
color: #fff;
cursor: pointer;
border-radius: 10px;
}

#home #myBtn:hover {
background: #ddd;
color: black;
} */

@media only screen and (max-width: 1200px) {
    #home {
        background-attachment: scroll;
    }
    #home .overlay {
        background: transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15% 32px;
        line-height: 1.5;
        text-align: center;
    }
    #home h1 {
        margin-top: 300px;
        text-align: center;
        background: rgba(27, 206, 55, 0.7);
        padding: 50px;
        border-radius: 20px;
        border-top: none;
        font-size: 30px;
    }
}

#ads img {
    margin: 20px auto;
    width: 100%;
    max-width: 1415px;
    height: auto;
    display: block;
}

#profile-m-tani {
    background: url("../images/header/bg/profile-m-tani.png");
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-bottom: 20px; */
}

#profile-m-tani .img-tani {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile-m-tani img.img-tani {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#profile-m-tani img.logo:hover {
    transform: scale(1.1);
}

#profile-m-tani h5 {
    color: #fff;
    height: auto;
    background: #32763D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: center;
    margin-top: 170px;
    max-width: 300px;
    z-index: 1;
    position: relative;
    left: -80px
}

#profile-m-tani .bg {
    background-color: #B1BC38;
    padding: 50px 120px 50px 80px;
    margin-top: -40px;
    max-width: 1000px;
    width: 100%;
    font-size: 18px;
    position: relative;
    left: -80px
}

#profile-m-tani p {
    color: #fff;
    font-size: 20px;
    text-align: justify;
}

#profile-m-tani img.logo {
    position: relative;
    width: 100%;
    max-width: 119px;
    height: auto;
    left: -170px;
    top: 300px;
    display: flex;
    margin-bottom: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 1000px) {
    #profile-m-tani .bg {
        padding: 50px 20px 50px 20px;
        left: 0
    }
    #profile-m-tani img.logo {
        position: relative;
        width: 100%;
        max-width: 90px;
        height: auto;
        left: 0;
        top: 0;
        margin: 15px 5px;
    }
    #profile-m-tani .header-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #profile-m-tani h5 {
        text-align: left;
        margin-top: 50px;
        left: 0
        /* font-size: 30px; */
    }
    #profile-m-tani p {
        font-size: 14px;
    }
}

@media only screen and (width: 1280px) {
    #profile-m-tani h5 {
        color: #fff;
        height: auto;
        background: #32763D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 0px 10px 10px 0px;
        padding: 20px;
        text-align: left;
        margin-top: 200px;
        max-width: 300px;
        z-index: 1;
        position: relative;
        left: -80px
    }
}

#map-indonesia {
    height: 600px;
    min-width: 310px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#map-indonesia .loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

#plotting {
    padding-top: 70px;
    padding-bottom: 70px;
}

#plotting h5 {
    color: #32763D;
    text-align: center;
    font-size: 36px;
}

#plotting img.plotting-1 {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}

#plotting img.plotting-2 {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}

.tooltip1 {
    position: relative;
    color: #000;
    top: 32%;
    left: 13%;
    color: transparent;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 250px;
    background-color: rgb(254, 178, 0);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 20px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    height: 250px;
    font-weight: 700;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}


/* #plotting img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

#plotting img:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
} */

@media only screen and (max-width:1200px) {
    #plotting h5 {
        font-size: 25px;
    }
    /* .tooltip1 {
    position: relative;
    color: #000;
    top: 250px;
    left: 150px;
} */
}

#testi {
    background-color: #32763D;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    height: 650px;
}

#testi h5 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

#testi .splide__slide {
    padding-top: 80px;
    opacity: 0.5;
    -webkit-transition: 1s;
    transition: 1s;
}

#testi .splide__slide.is-active {
    /* background-color: #98a230;
border-radius: 50px; */
    padding-top: 0;
    opacity: 1!important;
    -webkit-transition: 1s;
    transition: 1s
}

#testi .splide__slide img {
    width: 150px;
    -webkit-transition: 1s;
    transition: 1s
}

#testi .splide__slide.is-active img {
    width: 100%!important;
    -webkit-transition: 1s;
    transition: 1s
}

#testi p.judul {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 0px 20px;
}

#testi p.isi {
    color: #fff;
    text-align: center;
}

#testi img {
    max-width: 250px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #d9d9d9;
    border-radius: 100%;
}

@media only screen and (max-width:1000px) {
    #testi .splide__slide {
        padding-top: 0;
        /* background-color: #98a230; */
        border-radius: 50px;
        opacity: 1;
    }
    #testi .splide__slide img {
        width: 100%;
    }
}

#cycle {
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

#cycle img {
    max-width: 1440px!important;
    height: auto;
    width: 100%!important;
    margin: 0 auto;
    display: block;
}

#partner {
    background-color: #B1BC38;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

#partner h5 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

#partner img {
    margin: 5px auto;
    display: block;
    max-width: 100px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

#partner .logo {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 170px;
    height: 170px;
    margin: 15px;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

#partner .logo:hover {
    transform: scale(1.1);
}

#partner .logo p {
    font-size: 11px;
    max-width: 120px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    color: #32763D;
    font-weight: 700;
}

#footer {
    padding: 50px 0 0 0;
    background-color: #131D38;
}

#footer h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

#footer a:hover {
    color: #d9d9d9;
    text-decoration: none;
}

#footer p {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

#footer .menu {
    line-height: 1.8;
}

#footer .ikuti-kami img {
    width: 100%;
    max-width: 35px;
    height: auto;
    margin: 5px 25px 5px 0px;
}

#copyright {
    background-color: #000;
    padding: 20px 0;
    margin-top: 50px;
}

#copyright h6 {
    color: #989898;
    text-align: center;
    font-size: 13px;
}

#profile-sbe {
    background: url("../images/sbe/bg/profile-sbe.png");
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

#profile-sbe .img-sbe {
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile-sbe img.img-sbe {
    position: relative;
    width: 100%;
    max-width: 238px;
    height: auto;
    left: 20px;
    top: 220px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9999;
}

#profile-sbe img.logo:hover {
    transform: scale(1.1);
}

#profile-sbe h5 {
    color: #fff;
    height: auto;
    background: #32763D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: right;
    margin-top: 170px;
    max-width: 550px;
    z-index: 1;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-sbe .bg {
    background-color: #131D38;
    padding: 50px 120px 50px 80px;
    margin-top: -40px;
    max-width: 1000px;
    width: 100%;
    font-size: 18px;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-sbe .bg p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

#profile-sbe img.logo {
    /* position: relative;
width: 100%;
max-width: 250px;
height: auto;
left: -170px;
top: 300px;
display: flex;
margin-bottom: 40px; */
    width: 200px;
    -webkit-transition: .3s;
    transition: .3s;
}

#profile-sbe p.judul {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    margin: 5px;
}

#profile-sbe p.isi {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
}

#profile-sbe p.isi-cb2 {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
    position: relative;
    top: -150px
}

#profile-sbe img.cb3 {
    max-width: 329px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: 300px;
}


/* accordion */

#profile-sbe .accordion {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    left: -220px;
    top: 250px;
}

#profile-sbe .accordion input {
    display: none;
}

#profile-sbe .box {
    position: relative;
    background: transparent;
    height: 64px;
    /* transition: all .15s ease-in-out; */
    margin-bottom: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#profile-sbe .box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#profile-sbe .box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11px;
    color: #fff;
    display: none;
    margin-top: 50px;
    /* background: rgba(177, 188, 56, .6); */
}

#profile-sbe .box-close {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: -200px;
    cursor: pointer;
    display: none;
}

#profile-sbe input:checked+.box {
    position: relative;
    left: 250px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#profile-sbe input:checked+.box .box-title {
    position: relative;
    left: -250px;
}

#profile-sbe input:checked+.box .box-content,
#profile-sbe input:checked+.box .box-close {
    display: inline-block;
    margin-top: -80px;
}

#profile-sbe .arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

#profile-sbe .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: transparent;
}

#profile-sbe input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}


/* end accordion */

@media only screen and (max-width: 1023px) {
    #profile-sbe img.img-sbe {
        max-width: 119px;
        left: 50px;
    }
    #profile-sbe .bg {
        padding: 50px 20px 50px 20px;
        left: 0
    }
    #profile-sbe img.logo {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    #profile-sbe .accordion {
        position: relative;
        width: 100%;
        max-width: 700px;
        height: auto;
        left: 0;
        top: 0;
        margin: 40px auto
    }
    #profile-sbe .box {
        margin-bottom: 40px;
    }
    #profile-sbe .box-content {
        background: none;
    }
    #profile-sbe input:checked+.box {
        height: auto;
        margin: 16px 0;
        /* background: rgba(177, 188, 56, .6);
        box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32); */
        max-width: 530px;
        border-radius: 50px;
        width: 100%;
        left: 0;
    }
    #profile-sbe .box-close {
        left: 0
    }
    #profile-sbe input:checked+.box .box-title {
        left: 0;
    }
    #profile-sbe input:checked+.box .box-content,
    #profile-sbe input:checked+.box .box-close {
        margin-top: 0;
    }
    #profile-sbe h5 {
        left: 0
    }
    #profile-sbe p.judul {
        font-size: 16px;
    }
    #profile-sbe p.isi {
        font-size: 14px;
    }
    #profile-sbe .bg p {
        font-size: 14px;
    }
    #profile-sbe p.isi-cb2 {
        top: 0
    }
    #profile-sbe img.cb3 {
        position: relative;
        bottom: 0;
    }
}

#path {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #086FB8;
}

#path h5 {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 30px;
}

#path img.path {
    width: 100%;
    max-width: 1280px;
    height: auto;
}

@media only screen and (max-width: 1000px) {
    #path h5 {
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
}

#plant {
    padding: 70px 0;
    background-color: #D9D9D9;
}

#plant h5 {
    color: #3E9A3C;
    font-size: 30px;
}

#plant p {
    color: #3E9A3C;
}

#plant table {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 20px;
}

#plant th {
    background-color: #ADC4A0;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    color: #32763D;
}

#plant tr {
    background-color: #fff;
}

#plant td {
    padding: 10px;
    color: #32763D;
    line-height: 1;
    font-size: 13px;
}

#plant td.last {
    border-radius: 0 0 20px 20px;
}

#plant td.last2 {
    border-radius: 0 0 0 20px;
}

#plant td.last3 {
    border-radius: 0 0 20px 0;
}

#plant p.judul {
    color: #32763D;
    font-weight: 700;
    background-color: #ADC4A0;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

#plant .bg {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    margin-top: -20px;
    line-height: .1;
    height: 270px;
}

#plant p.isi {
    color: #32763D;
    line-height: .5;
}

#plant .header {
    display: flex;
    justify-content: space-between;
    height: auto;
}

#plant img {
    max-width: 200px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 1px;
}

#plant .splide__pagination {
    bottom: -2em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

#plant .splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: #fff;
}

#plant .splide__pagination__page.is-active {
    background: #70887B!important;
    opacity: 1;
}

#plant .splide__arrow--prev {
    left: -2em
}

#plant .splide__arrow--next {
    right: -2em
}

@media screen and (max-width:1000px) {
    #plant h5 {
        font-size: 25px;
    }
    #plant .bg {
        height: auto;
    }
    #plant .splide__arrow--prev {
        display: none;
    }
    #plant .splide__arrow--next {
        display: none;
    }
}

#business {
    padding: 70px 0;
    background-color: #32763D;
}

#business h5 {
    color: #fff;
    text-align: left;
    font-size: 30px;
}

#business img {
    width: 100%;
    max-width: 1191px;
    height: auto;
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    #business h5 {
        font-size: 20px;
    }
    #plant p.isi {
        color: #32763D;
        line-height: 1;
    }
}

#model {
    padding: 70px 0;
    background-color: #FFFFFF;
}

#model h5 {
    color: #3E9A3C;
    text-align: left;
    font-size: 30px;
}

#model img {
    width: 100%;
    max-width: 1344px;
    height: auto;
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    #model h5 {
        font-size: 20px;
    }
}

#produk {
    padding: 70px 0;
    background-color: #B1BC38;
}

#produk .bg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-right: 1px solid #3E9A3C;
}

#produk .header {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

#produk img.produk {
    width: 100%;
    max-width: 130px;
    display: block;
    margin: 0 auto;
    height: auto;
}

#produk img.produk2 {
    width: 100%;
    max-width: 75px;
    display: block;
    margin: 0 auto;
    height: 185px;
}

#produk h5.produk {
    color: #3E9A3C;
    font-size: 30px;
    font-weight: 700;
}

#produk img.service {
    width: 100%;
    max-width: 682px;
    display: block;
    margin: 0 auto;
    height: auto;
}

#produk h5.service {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

#produk p {
    margin-top: 20px;
    color: #32763D;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

@media screen and (max-width:1000px) {
    #produk .bg {
        border-right: none;
        border-bottom: 1px solid #3E9A3C;
        margin: 10px 0;
    }
    #produk h5.produk {
        font-size: 20px;
    }
    #produk h5.service {
        font-size: 20px;
    }
}

#profile-kar {
    background: url("../images/kar/bg/profile-kar.png");
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

#profile-kar .img-kar {
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile-kar img.img-kar {
    position: relative;
    width: 100%;
    max-width: 238px;
    height: auto;
    left: 20px;
    top: 220px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9999;
}

#profile-kar img.logo:hover {
    transform: scale(1.1);
}

#profile-kar h5 {
    color: #fff;
    height: auto;
    background: #101217;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: right;
    margin-top: 170px;
    max-width: 550px;
    z-index: 1;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-kar .bg {
    background-color: rgba(253, 143, 41, 1);
    padding: 50px 120px 300px 80px;
    margin-top: -40px;
    max-width: 1000px;
    width: 100%;
    font-size: 18px;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-kar .bg p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

#profile-kar img.logo {
    /* position: relative;
width: 100%;
max-width: 250px;
height: auto;
left: -170px;
top: 300px;
display: flex;
margin-bottom: 40px; */
    width: 200px;
    margin-bottom: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}

#profile-kar p.judul {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    margin: 5px;
}

#profile-kar p.isi {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
}

#profile-kar p.isi-cb2 {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px 5px 5px 5px;
    position: relative;
    top: -150px
}

#profile-kar img.cb3 {
    max-width: 329px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: 300px;
}


/* accordion */

#profile-kar .accordion {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    left: -220px;
    top: 250px;
}

#profile-kar .accordion input {
    display: none;
}

#profile-kar .box {
    position: relative;
    background: transparent;
    height: 64px;
    /* transition: all .15s ease-in-out; */
    margin-bottom: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#profile-kar .box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#profile-kar .box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11px;
    color: #fff;
    display: none;
    margin-top: 50px;
    /* background: rgba(253, 143, 41, .6); */
}

#profile-kar .box-close {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: -200px;
    cursor: pointer;
    display: none;
}

#profile-kar input:checked+.box {
    position: relative;
    left: 250px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#profile-kar input:checked+.box .box-title {
    position: relative;
    left: -250px;
}

#profile-kar input:checked+.box .box-content,
#profile-kar input:checked+.box .box-close {
    display: inline-block;
    margin-top: -80px;
}

#profile-kar .arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

#profile-kar .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: transparent;
}

#profile-kar input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}


/* end accordion */

@media only screen and (max-width: 1000px) {
    #profile-kar img.img-kar {
        max-width: 119px;
        left: 50px;
    }
    #profile-kar .bg {
        padding: 50px 20px 50px 20px;
        left: 0
    }
    #profile-kar img.logo {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    #profile-kar .accordion {
        position: relative;
        width: 100%;
        max-width: 700px;
        height: auto;
        left: 0;
        top: 0;
        margin: 40px auto
    }
    #profile-kar .box {
        margin-bottom: 40px;
    }
    #profile-kar .box-content {
        background: none;
    }
    #profile-kar input:checked+.box {
        height: auto;
        margin: 16px 0;
        max-width: 530px;
        border-radius: 50px;
        width: 100%;
        left: 0;
    }
    #profile-kar .box-close {
        left: 0
    }
    #profile-kar input:checked+.box .box-title {
        left: 0;
    }
    #profile-kar input:checked+.box .box-content,
    #profile-kar input:checked+.box .box-close {
        margin-top: 0;
    }
    #profile-kar h5 {
        left: 0
    }
    #profile-kar p.judul {
        font-size: 16px;
    }
    #profile-kar p.isi {
        font-size: 14px;
    }
    #profile-kar .bg p {
        font-size: 14px;
    }
    #profile-kar p.isi-cb2 {
        top: 0
    }
    #profile-kar img.cb3 {
        position: relative;
        bottom: 0;
    }
}


/* #profile-kar {
background: url("../images/kar/bg/profile-kar.png");
height: auto;
display: flex;
justify-content: flex-start;
align-items: flex-start;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-bottom: 20px;
}

#profile-kar .img-sbe {
display: flex;
justify-content: center;
align-items: center;
}

#profile-kar img.img-sbe {
position: relative;
width: 100%;
max-width: 238px;
height: auto;
left: 20px;
top: 250px;
display: flex;
margin-bottom: 40px;
z-index: 9999;
}

#profile-kar img.logo:hover {
transform: scale(1.1);
}

#profile-kar h5 {
color: #fff;
height: auto;
background: #101217;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 0px 10px 10px 0px;
padding: 20px;
text-align: right;
margin-top: 245px;
max-width: 500px;
z-index: 1;
position: relative;
left: -80px;
top: -85px
}

#profile-kar .bg {
background-color: #FD8F29;
padding: 50px 80px 50px 50px;
margin-top: -40px;
max-width: 800px;
width: 100%;
font-size: 18px;
position: relative;
left: -80px;
top: -85px
}

#profile-kar p {
color: #fff;
font-size: 20px;
text-align: justify;
}

#profile-kar img.logo {
position: relative;
width: 100%;
max-width: 271px;
height: auto;
left: -280px;
top: 450px;
display: flex;
margin-bottom: 40px;
}

#profile-kar img.logo2 {
width: 220px;
margin: 0;
display: block;
}

#profile-kar img.logo2:hover {
transform: scale(1.1);
}

#profile-kar img.method {
width: 100%;
max-width: 270px;
height: auto;
margin: 0 auto;
display: block;
}

#profile-kar .accordion {
margin: 0 auto;
max-width: 400px;
width: 100%;
height: auto;
}

#profile-kar .accordion input {
display: none;
}

#profile-kar .box {
position: relative;
background: transparent;
height: auto;
left: -340px;
top: 350px;
margin-bottom: 100px;
transition: all .15s ease-in-out;
}

#profile-kar .box-title {
width: calc(100% - 40px);
height: 25px;
line-height: 64px;
padding: 0 20px;
display: inline-block;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#profile-kar .box-content {
width: calc(100% - 40px);
padding: 80px 20px 30px 20px;
font-size: 12pt;
color: #fff;
display: none;
margin-top: 10px;
}

#profile-kar .box-close {
position: absolute;
height: 164px;
width: 100%;
top: 0;
left: 0;
cursor: pointer;
display: none;
}

#profile-kar input:checked+.box {
height: auto;
margin: 16px 0;
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
background-color: #FD8F29;
width: 700px;
border-radius: 10px;
}

#profile-kar input:checked+.box .box-content,
#profile-kar input:checked+.box .box-close {
display: inline-block;
}

#profile-kar input:checked+section.box .box-title:before {
transform: rotate(90deg);
}

@media only screen and (min-width:1281px) and (max-width:1399px) {
#profile-kar .box {
    position: relative;
    background: transparent;
    height: auto;
    left: -140px;
    top: 350px;
    margin-bottom: 100px;
    transition: all .15s ease-in-out;
}
#profile-kar input:checked+.box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    background-color: #B1BC38;
    width: 500px;
    border-radius: 10px;
}
}

@media only screen and (max-width: 1279px) {
#profile-kar .bg {
    padding: 50px 20px 50px 20px;
    left: 0
}
#profile-kar img.logo {
    width: 90%;
    left: 0;
    top: 0;
    margin: 15px auto;
}
#profile-kar .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#profile-kar h5 {
    color: #fff;
    height: auto;
    background: #101217;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: right;
    margin-top: 50px;
    max-width: 500px;
    z-index: 1;
    position: relative;
    left: 0
}
#profile-kar p {
    font-size: 14px;
}
#profile-kar img.img-sbe {
    position: relative;
    width: 100%;
    max-width: 119px;
    height: auto;
    left: 30px;
    top: 50px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9999;
}
#profile-kar .box {
    position: relative;
    background: transparent;
    height: auto;
    left: 0;
    top: -50px;
    margin-bottom: 70px;
    transition: all .15s ease-in-out;
}
#profile-kar .accordion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#profile-kar img.logo2 {
    width: 200px;
}
}

@media only screen and (width: 1280px) {
#profile-kar h5 {
    color: #fff;
    height: auto;
    background: #101217;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: right;
    margin-top: 245px;
    max-width: 500px;
    z-index: 1;
    position: relative;
    left: -80px;
    top: -55px
}
#profile-kar .bg {
    background-color: #FD8F29;
    padding: 50px 80px 50px 50px;
    margin-top: -40px;
    max-width: 800px;
    width: 100%;
    font-size: 18px;
    position: relative;
    left: -80px;
    top: -55px
}
#profile-kar .box {
    position: relative;
    background: transparent;
    height: auto;
    left: -200px;
    top: 300px;
    margin-bottom: 100px;
    transition: all .15s ease-in-out;
}
#profile-kar input:checked+.box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    background-color: #FD8F29;
    width: 530px;
}
#profile-kar img.img-sbe {
    position: relative;
    width: 100%;
    max-width: 238px;
    height: auto;
    left: 0;
    top: 280px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9999;
}
} */

#supplier {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #FFCC66;
}

#supplier img.kar {
    width: 100%;
    max-width: 1280px;
    height: auto;
}

#produk-kar {
    padding: 70px 0;
    background-color: #fff;
}

#produk-kar h5 {
    color: #F4AA41;
    font-weight: 700;
    font-size: 36px;
}

#produk-kar h6 {
    color: #F4AA41;
    font-weight: 700;
    font-size: 30px;
    margin-top: 20px;
}

#produk-kar p.judul {
    color: #F4AA41;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

#produk-kar p.judul-2 {
    color: #F4AA41;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

#produk-kar img.beras-organik {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.beras-premium {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 436px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.beras-medium {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 95px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.beras-fortifikasi {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 95px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.bulk-rice {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.by-product {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 178px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.by-product-2 {
    display: block;
    width: 100%;
    margin: 70px auto 0 auto;
    max-width: 178px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#produk-kar img.komoditi {
    display: block;
    width: 100%;
    margin: 5px;
    max-width: 140px;
    height: auto;
    object-fit: cover;
}

#produk-kar .bg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#partner-kar {
    padding: 70px 0;
    background-color: #FFCC66;
}

@media screen and (max-width:1200px) {
    #produk-kar h6 {
        font-size: 20px;
    }
    #produk-kar .bg {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

#partner-kar h5 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#partner-kar img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#partner-kar .splide__arrow {
    display: none;
}

#partner-kar .splide__pagination {
    bottom: -1em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

#ecommerce-kar {
    padding: 70px 0;
    background-color: #D9D9D9;
}

#ecommerce-kar h5 {
    color: #FD8F29;
    font-size: 30px;
    margin-bottom: 30px;
}

#ecommerce-kar .splide__slide {
    padding: 50px 0;
}

#ecommerce-kar .bg {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
}

#ecommerce-kar img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    height: auto;
    position: relative;
    top: 60px;
}

#ecommerce-kar .bg:hover {
    transform: scale(1.1);
}

@media screen and (max-width:1000px) {
    #ecommerce-kar .bg {
        margin-bottom: 20px
    }
    #ecommerce-kar h5 {
        font-size: 25px;
        text-align: center;
    }
}

#hortikultura {
    background: url("../images/kar/hortikultura.png");
    height: 100vh;
    background-position: center;
    background-size: cover;
}

#hortikultura h5 {
    color: #fff;
    text-align: center;
    background-color: #32763D;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    position: relative;
    left: -80px;
    width: 300px;
}

#hortikultura img {
    display: none;
}

@media screen and (max-width:500px) {
    #hortikultura {
        background: url("../images/kar/hortikultura2.png");
        height: 500px;
        background-position: center;
        background-size: 150%;
        background-repeat: no-repeat;
        margin-bottom: -80px;
    }
    /* #hortikultura {
    height: auto;
    background-image: none;
    background: linear-gradient(180deg, #E7E0D8 0%, #F3EFE9 100%);
}
#hortikultura img {
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: block;
    margin: 0 auto;
} */
    #hortikultura h5 {
        color: #fff;
        text-align: center;
        background-color: #32763D;
        padding: 10px;
        border-radius: 0 10px 10px 0;
        position: relative;
        left: -50px;
        width: 300px;
    }
}

#label {
    background: url("../images/kar/label2.jpeg");
    height: auto;
    background-position: left;
    background-size: cover;
}

#label img.logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#label h5 {
    color: #FD8F29;
    font-weight: 700;
    font-size: 30px;
    margin-top: 40px;
}

#label p {
    font-weight: 700;
    text-align: justify;
    font-size: 18px;
}

#label .wa {
    background-color: #3E9A3C;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}


/* @media screen and (max-width:1024px) {
    #label {
        background: url("../images/kar/label.png");
        background-position: center;
        background-size: cover;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #label h5 {
        color: #FD8F29;
        font-weight: 700;
        font-size: 30px;
        margin-top: 0;
    }
    #label .bg {
        background: rgba(255, 255, 255, 0.5);
        padding: 10px;
        border-radius: 10px;
    }
    #label p {
        font-weight: 700;
        text-align: justify;
        font-size: 14px;
    }
    #label .wa {
        margin-bottom: 0;
    }
}

@media screen and (width:1280px) {
    #label h5 {
        color: #FD8F29;
        font-weight: 700;
        font-size: 30px;
        margin-top: 0;
    }
    #label {
        background: url("../images/kar/label.png");
        background-position: center;
        background-size: 170%;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
} */

#profile-mcp {
    background: url("../images/mcp/bg/profile-mcp.png");
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

#profile-mcp .img-mcp {
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile-mcp img.img-mcp {
    position: relative;
    width: 100%;
    max-width: 238px;
    height: auto;
    left: 20px;
    top: 220px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9999;
}

#profile-mcp img.logo:hover {
    transform: scale(1.1);
}

#profile-mcp h5 {
    color: #fff;
    height: auto;
    background: #FD8F29;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: right;
    margin-top: 170px;
    max-width: 550px;
    z-index: 1;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-mcp .bg {
    background-color: #B1BC38;
    padding: 50px 120px 50px 80px;
    margin-top: -40px;
    max-width: 1000px;
    width: 100%;
    font-size: 18px;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-mcp .bg p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

#profile-mcp img.logo {
    /* position: relative;
width: 100%;
max-width: 250px;
height: auto;
left: -170px;
top: 300px;
display: flex;
margin-bottom: 40px; */
    width: 200px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

#profile-mcp p.judul {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    margin: 5px;
}

#profile-mcp p.isi {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
}

#profile-mcp p.isi-cb2 {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
    position: relative;
    bottom: 150px;
}


/* accordion */

#profile-mcp .accordion {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    left: -220px;
    top: 250px;
}

#profile-mcp .accordion input {
    display: none;
}

#profile-mcp .box {
    position: relative;
    background: transparent;
    height: 64px;
    /* transition: all .15s ease-in-out; */
    margin-bottom: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#profile-mcp .box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#profile-mcp .box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11px;
    color: #fff;
    display: none;
    margin-top: 50px;
    /* background: rgba(253, 143, 41, .6); */
}

#profile-mcp .box-close {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: -200px;
    cursor: pointer;
    display: none;
}

#profile-mcp input:checked+.box {
    position: relative;
    left: 250px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#profile-mcp input:checked+.box .box-title {
    position: relative;
    left: -250px;
}

#profile-mcp input:checked+.box .box-content,
#profile-mcp input:checked+.box .box-close {
    display: inline-block;
    margin-top: -80px;
}

#profile-mcp .arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

#profile-mcp .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: transparent;
}

#profile-mcp input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}


/* end accordion */

@media only screen and (max-width: 1000px) {
    #profile-mcp img.img-mcp {
        max-width: 119px;
        left: 50px;
    }
    #profile-mcp .bg {
        padding: 50px 20px 50px 20px;
        left: 0
    }
    #profile-mcp img.logo {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    #profile-mcp .accordion {
        position: relative;
        width: 100%;
        max-width: 700px;
        height: auto;
        left: 0;
        top: 0;
        margin: 40px auto
    }
    #profile-mcp .box {
        margin-bottom: 40px;
    }
    #profile-mcp .box-content {
        background: none;
    }
    #profile-mcp input:checked+.box {
        height: auto;
        margin: 16px 0;
        /* background: rgba(253, 143, 41, .6);
        box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32); */
        max-width: 530px;
        border-radius: 50px;
        width: 100%;
        left: 0;
    }
    #profile-mcp .box-close {
        left: 0
    }
    #profile-mcp input:checked+.box .box-title {
        left: 0;
    }
    #profile-mcp input:checked+.box .box-content,
    #profile-mcp input:checked+.box .box-close {
        margin-top: 0;
    }
    #profile-mcp h5 {
        left: 0
    }
    #profile-mcp p.judul {
        font-size: 16px;
    }
    #profile-mcp p.isi {
        font-size: 14px;
    }
    #profile-mcp .bg p {
        font-size: 14px;
    }
    #profile-mcp p.isi-cb2 {
        bottom: 0;
    }
}

#rice-mcp {
    padding: 70px 0;
}

#rice-mcp img.left {
    max-width: 384px;
    height: auto;
    width: 100%;
    margin: 10px auto;
    display: block;
    object-fit: cover;
}

#rice-mcp img.center {
    max-width: 257px;
    height: 600px;
    width: 100%;
    margin: 0 auto 0 -15px;
    object-fit: cover;
}

#rice-mcp h3 {
    color: #FD8F29;
    text-align: right;
    font-weight: 700;
    margin-top: 20px;
}

#rice-mcp p.desc {
    color: #FD8F29;
    text-align: right;
}

#rice-mcp h5 {
    background-color: #B1BC38;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    margin-top: 20px;
}

#rice-mcp .bg-p {
    background-color: #F4AA41;
    margin-top: -10px;
    padding: 10px;
    border-radius: 0 0 20px 20px;
}

#rice-mcp p.judul {
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
}

#rice-mcp p.isi {
    color: #fff;
    margin: 0;
}

@media screen and (width:1280px) {
    #rice-mcp img.center {
        max-width: 257px;
        height: 540px;
        width: 100%;
        margin: 10px auto;
        object-fit: cover;
    }
}

@media screen and (max-width:1024px) {
    #rice-mcp img.center {
        max-width: 257px;
        height: 450px;
        width: 100%;
        margin: 10px auto;
        object-fit: cover;
        display: block;
    }
    #rice-mcp h3 {
        text-align: left;
    }
    #rice-mcp p.desc {
        text-align: left;
    }
    #rice-mcp h5 {
        height: 70px;
    }
}

#map-mcp {
    padding: 70px 0 0 0;
    background-color: #3E9A3C;
}

#map-mcp .bg-left h5 {
    color: #fff;
    font-weight: 900;
    font-size: 26px;
}

#map-mcp .bg-left p.judul {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

#map-mcp img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#map-mcp .bg-right {
    background: #FFFFFF;
    box-shadow: -7px 7px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

#map-mcp .bg-right h5 {
    color: rgba(31, 175, 56, 1);
    font-weight: 900;
    font-size: 26px;
}

#map-mcp .bg-right p.judul {
    color: rgba(31, 175, 56, 1);
    font-weight: 700;
    font-size: 20px;
}

#map-mcp .bg-right p.sub-judul {
    color: rgba(31, 175, 56, 1);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

#map-mcp ul {
    color: #1FAF38;
    word-break: break-word;
    font-size: 14px;
}

#map-mcp .rightbox {
    margin: 0;
    height: 100%;
}

#map-mcp .rb-container {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

#map-mcp .rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}

#map-mcp .rb-container ul.rb li {
    list-style: none;
    margin-left: 25px;
    min-height: 50px;
    border-left: 5px solid rgba(31, 175, 56, 1);
    padding: 0 0 50px 50px;
    position: relative;
}

#map-mcp .rb-container ul.rb li:last-child {
    border-left: 0;
    margin-left: 30px;
}

#map-mcp .rb-container ul.rb li::before {
    position: absolute;
    left: -28px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(217, 217, 217, 1);
    border-radius: 500%;
    background: rgba(31, 175, 56, 1);
    height: 50px;
    width: 50px;
    transition: all 500ms ease-in-out;
}

#map-mcp ul.rb li .timestamp {
    color: rgba(31, 175, 56, 1);
    position: relative;
    width: 100px;
    font-size: 18px;
    font-weight: 900;
}

#map-mcp .item-title {
    color: rgba(31, 175, 56, 1);
    font-weight: 700;
}

#rencana {
    background-color: #3E9A3C;
}

#rencana img {
    width: 760px;
    height: auto;
    position: relative;
    left: -100px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

#rencana h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 50px;
    margin-left: 20px;
}

#rencana p.judul {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-top: 25px;
    margin-left: 20px;
}

#rencana ol {
    color: #fff;
    margin-left: 30px;
}

@media screen and (width:1280px) {
    #rencana img {
        position: relative;
        max-width: 650px;
        height: auto;
        left: -5em;
        object-fit: cover;
    }
}

@media screen and (max-width:1279px) {
    #rencana {
        padding: 70px 0;
    }
    #rencana img {
        position: relative;
        max-width: 740px;
        width: 100%;
        height: auto;
        left: 0;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
    #rencana h3 {
        margin-left: 0;
    }
    #rencana p.judul {
        margin-left: 0;
    }
    #rencana ol {
        margin-left: 0;
    }
}

#foto-mcp .bg {
    display: flex;
    justify-content: center;
}

#foto-mcp img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}

@media screen and (min-width:1280px) and (max-width:1399px) {
    #foto-mcp img {
        max-width: 426px;
        width: 100%;
        margin: 0 auto;
        height: auto;
        display: block;
    }
}

@media screen and (max-width:1024px) {
    #foto-mcp .bg {
        display: inline
    }
    #foto-mcp img {
        width: 100%;
        max-width: 600px;
        margin: 10px auto;
        height: auto;
        position: relative;
        left: 0;
        padding: 0;
        object-fit: cover;
        display: block;
    }
}

#profile-sma {
    background: url("../images/sma/bg/profile-sma.png");
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

#profile-sma .img-sma {
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile-sma img.img-sma {
    position: relative;
    width: 100%;
    max-width: 238px;
    height: auto;
    left: 20px;
    top: 220px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9;
}

#profile-sma img.logo:hover {
    transform: scale(1.1);
}

#profile-sma h5 {
    color: #fff;
    height: auto;
    background: #B1BC38;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    text-align: right;
    margin-top: 170px;
    max-width: 550px;
    z-index: 1;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-sma .bg {
    background-color: #1BCE3766;
    padding: 50px 120px 50px 80px;
    margin-top: -40px;
    max-width: 1000px;
    width: 100%;
    font-size: 18px;
    position: relative;
    left: -80px;
    top: -30px;
}

#profile-sma .bg p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

#profile-sma img.logo {
    /* position: relative;
width: 100%;
max-width: 250px;
height: auto;
left: -170px;
top: 300px;
display: flex;
margin-bottom: 40px; */
    width: 200px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

#profile-sma p.judul {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    margin: 5px;
}

#profile-sma p.judul-cb2 {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    margin: 5px;
    position: relative;
    bottom: 150px;
}

#profile-sma p.isi {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
}

#profile-sma p.isi-cb2 {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 5px;
    position: relative;
    bottom: 150px;
}


/* accordion */

#profile-sma .accordion {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    left: -220px;
    top: 250px;
}

#profile-sma .accordion input {
    display: none;
}

#profile-sma .box {
    position: relative;
    background: transparent;
    height: 64px;
    /* transition: all .15s ease-in-out; */
    margin-bottom: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#profile-sma .box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#profile-sma .box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11px;
    color: #fff;
    display: none;
    margin-top: 50px;
    /* background: rgba(253, 143, 41, .6); */
}

#profile-sma .box-close {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: -200px;
    cursor: pointer;
    display: none;
}

#profile-sma input:checked+.box {
    position: relative;
    left: 250px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#profile-sma input:checked+.box .box-title {
    position: relative;
    left: -250px;
}

#profile-sma input:checked+.box .box-content,
#profile-sma input:checked+.box .box-close {
    display: inline-block;
    margin-top: -80px;
}

#profile-sma .arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

#profile-sma .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: transparent;
}

#profile-sma input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}


/* end accordion */

@media only screen and (max-width: 1000px) {
    #profile-sma img.img-sma {
        max-width: 119px;
        left: 50px;
    }
    #profile-sma .bg {
        padding: 50px 20px 50px 20px;
        left: 0
    }
    #profile-sma img.logo {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    #profile-sma .accordion {
        position: relative;
        width: 100%;
        max-width: 700px;
        height: auto;
        left: 0;
        top: 0;
        margin: 40px auto
    }
    #profile-sma .box {
        margin-bottom: 40px;
    }
    #profile-sma .box-content {
        background: none;
    }
    #profile-sma input:checked+.box {
        height: auto;
        margin: 16px 0;
        max-width: 490px;
        border-radius: 50px;
        width: 100%;
        left: 0;
    }
    #profile-sma .box-close {
        left: 0
    }
    #profile-sma input:checked+.box .box-title {
        left: 0;
    }
    #profile-sma input:checked+.box .box-content,
    #profile-sma input:checked+.box .box-close {
        margin-top: 0;
    }
    #profile-sma h5 {
        left: 0
    }
    #profile-sma p.judul {
        font-size: 16px;
    }
    #profile-sma p.isi {
        font-size: 14px;
    }
    #profile-sma .bg p {
        font-size: 14px;
    }
    #profile-sma p.judul-cb2 {
        bottom: 0;
    }
    #profile-sma p.isi-cb2 {
        bottom: 0;
    }
}

#bisnis-sma {
    padding: 70px 0;
    background-color: #3E9A3C;
}

#bisnis-sma h4 {
    color: #fff;
}

#bisnis-sma p {
    color: #fff
}

#bisnis-sma img {
    width: 100%;
    margin: 10px auto;
    display: block;
    height: auto;
}

#area-sma {
    padding: 70px 0
}

#area-sma h3 {
    text-align: center;
    color: #32763D;
    font-weight: 700;
    margin: 30px 0;
}

#area-sma p {
    text-align: center;
    color: #32763D;
}

#area-sma img {
    width: 100%;
    margin: 10px auto;
    display: block;
    height: auto;
}

#sorgum-sma {
    /* padding: 70px 0; */
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

#sorgum-sma h3 {
    color: #32763D;
    background: #B1BC38;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    padding: 10px 10px 10px 80px;
    width: 100%;
    max-width: 370px;
    position: relative;
    bottom: -30px;
    z-index: 9;
}

#sorgum-sma img.sorgum1 {
    /* Set rules to fill background */
    /* min-height: 100%; */
    min-width: 400px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    object-fit: cover;
}

#sorgum-sma img.sorgum2 {
    min-width: 400px;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

#sorgum-sma img.sorgum3 {
    min-width: 400px;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

#sorgum-sma .row {
    --bs-gutter-x: -.1rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media screen and (max-width:1000px) {
    #sorgum-sma img.sorgum1 {
        min-width: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 618px;
        object-fit: cover;
    }
    #sorgum-sma img.sorgum2 {
        min-width: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 618px;
        object-fit: cover;
    }
    #sorgum-sma img.sorgum3 {
        min-width: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 618px;
        object-fit: cover;
    }
}

#berita-tab {
    height: 1150px;
}

#berita-tab p.judul {
    margin: 0
}

#berita-tab .season_tabs {
    position: relative;
    min-height: 360px;
    /* This part sucks */
    clear: both;
    margin: 25px 0;
}

#berita-tab .season_tab {
    float: left;
    clear: both;
    width: 286px;
}

#berita-tab .season_tab label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 150px;
    height: 68px;
    display: table-cell;
    text-align: center;
    color: #3E9A3C;
    -webkit-transition: 1s;
    transition: 1s
}

#berita-tab .season_tab [type=radio] {
    display: none;
}

#berita-tab .season_content {
    position: absolute;
    top: 0;
    left: 160px;
    background: #fff;
    right: 0;
    bottom: 0;
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    /* overflow: auto; */
    height: auto;
}

#berita-tab .bg-left {
    background: #ADC4A0;
    margin-bottom: 20px;
    height: 342px;
    padding: 20px;
}

#berita-tab .text-left {
    background-color: #32763D;
    color: #fff;
    padding: 10px;
    width: 200px;
    position: absolute;
    left: 0;
    border-radius: 0 10px 10px 0;
    text-align: right;
}


/* .season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
} */

#berita-tab [type=radio]:checked~label {
    background: #ADC4A0;
    border-bottom: 2px solid #8bc34a;
    z-index: 2;
    width: 150px;
    text-align: center;
    color: #3E9A3C;
    /* height: 385px; */
    -webkit-transition: 1s;
    transition: 1s
}

#berita-tab [type=radio]:checked~label~.season_content {
    z-index: 1;
}

#berita-tab img.tab {
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}

#berita-tab img.tab-isi {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    height: 342px;
    display: block;
    float: right;
    position: relative;
    right: -20px;
    top: -20px;
    object-fit: cover;
}

#berita-tab h5 {
    margin-top: 80px;
    max-width: 450px;
    width: 100%;
}

#berita-tab p.isi {
    margin-top: 10px;
    max-width: 450px;
    width: 100%;
}

#berita-tab p.selengkapnya {
    max-width: 450px;
    width: 100%;
    font-style: italic;
    color: #307B32;
}

@media screen and (max-width:500px) {
    #berita-tab p.judul {
        font-size: 14px;
    }
    #berita-tab img.tab {
        max-width: 50px;
        width: 100%;
        margin: 0 auto;
        height: auto;
        display: block;
    }
    #berita-tab [type=radio]:checked~label {
        width: 100px;
        padding: 54px 0 54px 0
    }
    #berita-tab .season_tab label {
        width: 100px;
        padding: 54px 0 54px 0
    }
    #berita-tab .bg-left {
        background: #ADC4A0;
        margin-bottom: 20px;
        height: 342px;
        padding: 20px;
        position: relative;
        left: -50px;
        width: 122%;
    }
}

@media screen and (max-width:1200px) {
    #berita-tab img.tab-isi {
        max-width: 120px;
        width: 100%;
        margin: 50px auto 0 auto;
        display: block;
        float: none;
        right: 0;
        top: 0;
        object-fit: cover;
        height: auto;
    }
    #berita-tab h5 {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
    }
    #berita-tab p.isi {
        margin-top: 0;
        max-width: 450px;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }
}

#galeri-kegiatan {
    padding: 0 0 70px 0;
}

#galeri-kegiatan h5 {
    color: #32763D;
}

#galeri-kegiatan img {
    max-width: 450px;
    width: 100%;
    margin: 10px auto;
    height: auto;
    display: block;
    object-fit: cover;
    padding: 0 5px;
}

#galeri-kegiatan .splide__arrow--prev {
    left: -2em
}

#galeri-kegiatan .splide__arrow--next {
    right: -2em
}

#galeri-kegiatan .splide__pagination {
    bottom: -1em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

#galeri-kegiatan .splide__pagination__page {
    background: #000;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    transition: transform .2s linear;
    width: 8px
}

#galeri-kegiatan .splide__pagination__page.is-active {
    background: #000;
    transform: scale(1.4)
}

@media screen and (max-width:900px) {
    #galeri-kegiatan .splide__arrow--prev {
        display: none;
    }
    #galeri-kegiatan .splide__arrow--next {
        display: none;
    }
}

#youtube-berita {
    padding: 0 0 70px 0;
}

#youtube-berita h5 {
    color: #32763D;
}

#youtube-berita iframe {
    max-width: 580px;
    width: 100%;
    margin: 45px auto 0 auto;
    display: block;
}

#youtube-berita .col-lg-12 {
    background-color: #B1BC38;
    height: 400px;
}

#fokus-berita {
    padding: 0 0 70px 0;
}

#fokus-berita h5 {
    color: #32763D;
}

#fokus-berita img {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    object-fit: cover;
}

#fokus-berita .col-lg-4 {
    background-color: #B1BC38;
    height: auto;
    padding: 30px 0
}

#detail-berita {
    padding: 80px 0 70px 0;
}

#detail-berita h4 {
    color: #3E9A3C;
    font-size: 18px;
}

#detail-berita h3 {
    color: #343a40;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#detail-berita img.isi {
    width: 100%;
    max-width: 100%;
    height: 450px;
    margin: 0 auto;
    object-fit: cover;
}

#detail-berita figcaption {
    color: #878787;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
}

#detail-berita p.headline {
    font-size: 12px;
    background-color: #D9D9D9;
    padding: 10px;
    border-left: 5px solid #3F5B5C;
}

#detail-berita p {
    line-height: 30px;
}

#detail-berita p.date {
    color: #343a40;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    text-align: right;
}

#detail-berita a p.link {
    color: #464646;
    background-color: #eeeeee;
    font-size: 14px;
    padding: 20px;
    border-radius: 10px;
    line-height: 18px;
}

#detail-berita .tag {
    display: flex;
    flex-wrap: wrap;
}

#detail-berita .tag p {
    border: 1px solid #B3B3B3;
    padding: 10px;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 12px;
    color: #000;
}

#detail-berita .tag p:hover {
    background-color: #131D38;
    color: #ffffff;
}

#detail-berita .header {
    color: #3E9A3C;
    font-weight: 700;
    width: 10%;
    margin-bottom: 10px;
}

#detail-berita img.head {
    width: 100%;
    max-width: 123px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

#detail-berita img.side {
    width: 100%;
    max-width: 123px;
    height: 100px;
    margin-right: 15px;
    object-fit: cover;
    float: left;
}

#detail-berita p.side {
    color: #70887B;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 200px;
    line-height: 20px;
}

#detail-berita p.side-date {
    color: #9D9D9D;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

#detail-berita img.side-video {
    width: 100%;
    max-width: 351px;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

#detail-berita img.play {
    width: 100%;
    max-width: 54px;
    height: auto;
    margin-right: 15px;
    border-radius: 10px;
    float: left;
}

#detail-berita p.video {
    color: #fff!important;
    text-align: left;
    padding-right: 15px;
    max-width: 200px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#detail-berita .text-block {
    position: relative;
    bottom: 110px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
    max-width: 350px;
}

#detail-berita .foto {
    margin-top: -60px;
    position: relative;
    left: -90px
}

#detail-berita .head-foto {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (2fr)[1];
    grid-template-columns: repeat(2, 2fr);
    justify-items: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 0 auto;
}

#detail-berita img.img-foto {
    width: 100%;
    max-width: 169px;
    margin: 10px auto;
    display: block;
    height: auto;
}

#detail-berita .shark-2 {
    position: sticky;
    top: 6rem;
}

#detail-berita .container-sticky {
    height: 1000px;
}

@media screen and (max-width:600px) {
    #detail-berita p.date {
        font-size: 11px;
    }
    #detail-berita img.side {
        width: 100%;
        max-width: 60px;
        height: auto;
        /* margin-right: 15px; */
        object-fit: cover;
        float: left;
        font-size: 12px;
    }
    #detail-berita p.side {
        color: #70887B;
        font-weight: 700;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 100%;
        font-size: 12px;
    }
    #detail-berita .container-sticky {
        height: auto;
    }
}

#kontak {
    padding-top: 100px;
    padding-bottom: 20px;
}

#kontak h3 {
    text-align: center;
    font-weight: 900;
    color: #32763D;
}

#kontak input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    transition: all .3s;
    border-bottom: 1px solid #32763D;
    color: #999999;
    font-size: 14px;
}

#kontak input:focus {
    border-bottom: 1px solid #32763D;
}

#kontak p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a
}

#kontak button {
    padding: 8px 12px;
    margin: 8px 0 0;
    background: 0;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s;
    background-color: #3E9A3C;
    border: none;
}

#kontak .form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px -10px #000;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative
}

#kontak a {
    color: #d9d9d9;
}

#kontak h2 {
    padding-bottom: 10px;
    color: #32763D;
    border-bottom: 3px solid #32763D
}

#kontak h3 {
    color: #32763D;
    font-weight: 900;
    padding-bottom: 20px;
}

#kontak {
    padding: 100px 0;
    background-color: #d9d9d9;
}

#kontak p.judul {
    color: #d9d9d9;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: -15px;
}

#kontak p.isi {
    /* line-height: 0; */
    color: #d9d9d9;
    font-size: 16px;
}

#kontak .bg {
    background-color: #32763D;
    padding: 0 15px;
}

@media screen and (max-width:1000px) {
    #kontak p.judul {
        font-size: 14px;
    }
    #kontak p.isi {
        font-size: 14px;
    }
}

#karir {
    padding: 100px 0 70px 0
}

#karir h3 {
    text-align: center;
    font-weight: 900;
    color: #32763D;
    margin-bottom: 50px;
}

#karir h4 {
    font-weight: 900;
}

#karir p.loker {
    font-weight: 900;
    margin: 0;
    border-left: 8px solid #3E9A3C;
    padding-left: 15px;
}

#karir img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

#karir p.cv {
    font-weight: 900;
    margin-top: 50px;
    text-align: center;
    line-height: 2.2;
}

#karir a {
    background-color: #3E9A3C;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
}

#tentang-kami {
    padding: 100px 0 70px 0
}

#tentang-kami h3 {
    text-align: center;
    font-weight: 900;
    color: #32763D;
    margin-bottom: 50px;
}

#tentang-kami h4 {
    font-weight: 900;
}

#tentang-kami img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

#tentang-kami .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #32763D;
}

#tentang-kami .nav-pills .nav-link {
    color: #32763D;
    font-weight: 700;
}


}