::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

/* review index */
/* .slick-slider {
    overflow: hidden;
} */

/* .slick-slider .slick-list {
    height: 700px !important;
    margin: 0 -9px;
} */


.wrapper-title-header {
    /* top: 135px; */
    top: -545px;
    width: 60%;
    padding-right: 30px;
    position: absolute;
}

.field-search {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
    width: 511px;
    height: 49px;
    background: #ffffff;
    border: 1px solid #0a2240;
    border-radius: 16px;
}

.field-search input {
    border: none !important;
}

.m-title-tabs {
    margin: 0px 170px;
}

.title-item {
    /* border-radius: 8px; */
    padding: 16px 0px;
    text-align: center;
    float: left;
}

.active-category {
    color: #fabe1b !important;
    border-bottom: 1px solid #fabe1b !important;
}

.active-category,
.active-category-hover:hover {
    color: #fabe1b !important;
    border-bottom: 1px solid #fabe1b !important;
}

.hover-category:hover {
    color: #e1a605 !important;
    border-bottom: 1px solid #e1a605;
    opacity: 0.8;
}

.inactive-category {
    color: #adb5bd;
    border-bottom: 1px solid #adb5bd;
}

.artikel-list,
.artikel-button {
    display: none;
}

.active {
    display: flex;
    flex-direction: column;
}

.inactive {
    display: none;
}

.artikel-img-thumb {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.artikel-box {
    width: 273px;
    /* height: 400px; */
    height: auto;
    border-radius: 6px;
    margin-top: -30px;
    margin-bottom: 50px;
}

.m-recomendation-tabs {
    margin: 0px 170px;
}

/* mobile version */
@media (max-width: 576px) {
    .main-banner {
        /* min-height: 700px; */
        /* margin-bottom: -1px; */
        /* min-height: 325px; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* padding-top: 64px; */
        /* margin-bottom: -36px; */
    }

    /* .banner-slide {
        margin-bottom: -1px !important;
    }

    .slick-slider .slick-list {
        height: auto !important;
        margin: 0 -9px;
    }

    .slick-slide img {
        width: 100% !important;
        height: 270px;
        object-fit: cover;
    } */

    .wrapper-title-header {
        top: -230px;
    }

    .field-search {
        width: 100%;
        height: 35px;
    }

    .m-title-tabs {
        margin: 0px;
    }

    .title-item {
        width: 120px;
    }

    .m-fit-content {
        width: fit-content;
    }

    /* .artikel-box{
        width: 100%;
    } */
    /* .artikel-img-thumb{
        height: 285px;
        object-fit: cover;
    } */
}

@media (min-width: 1440px) {
    .artikel-list div {
        justify-content: center !important;
    }
}
