.col-nav-logo {
    width: 50%;
    display: flex;
    align-items: center;
}

.col-nav-button {
    width: 50%;
}

.nav-tentang-kami {
    display: flex;
}

.nav-tentang-kami span {
    font-weight: 600;
}

.col-nav-kategori, .col-nav-search, .col-nav-button .lonceng, #head-prelog {
    display: none;
}

.greeting-about {
    display: block !important;
    background-color: var(--cream-putih);
    padding: 10px 50px;
}

.greeting-about h1 {
    font-size: 16px;
    color: var(--hijau-tua);
    font-weight: 600;
    text-align: center;
}

.greeting-about h2 {
    font-size: 10px;
    color: var(--hijau-tua);
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.tab-pane h1 {
    color: var(--hijau-tua);
    font-size: 16px
}

.tab-pane h2 {
    color: var(--hijau-tua);
    font-size: 14px
}

.tab-pane p {
    margin-bottom: 10px;
}

.tab-pane ul {
    margin: 10px 0;
    padding-left: 20px;
}

.tab-pane li {
    margin-bottom: 5px;
}

.body-content-about {
    padding-left: 11.7%;
}

@media screen and (min-width: 992px) and (max-width: 1823px) {

    .body-content-about {
        padding-left: 17.3%;
    }
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
}

.input-search {
    height: 20px;
    width: 20px;
    border-style: none;
    padding: 5px;
    font-size: 11px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: var(--cream-tua);
    padding-right: 40px;
    color: var(--hijau-tua);
}

.input-search::placeholder {
    color: var(--hijau-tua);
    font-size: 11px;
}

.btn-search {
    width: 15px;
    border-style: none;
    font-size: 12px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: var(--hijau-tua);
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid var(--hijau-tua);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid var(--hijau-tua);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.highlight {
    background-color: yellow;
    color: black !important;
    font-weight: 600;
}
