.stricky-one-logo img {
    height: 75px;
}

.logo img {
    height: 75px;
}

.main-header--one__bottom-middel {
    left: 60%;
}

.footer-one__top {
    padding-top: 70px;
    padding-bottom: 100px;
}

.field-input {
    height: 70px;
    width: 100%;
    border: none;
    background: #f6f4ec;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    color: #727d73;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--agriox-font, "DM Sans", sans-serif);
}

#btn-masuk {
    border-radius: 10px;
    border-width: 1px;
    background-color: #f1cf69;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 20px;
}

.about-one__content-video-box-img-wrapper::after{
    width: 10px;
}


@media only screen and (max-width: 767px) {
    .main-header--one__bottom-middel {
        left: 0%;
    }

    #btn-masuk {
        display: block;
        text-align: center;
        height: 30px;
    }
}