.gate--kilas .latest__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.gate--kilas .latest__img {
    width: 30%;
}

.gate--kilas .latest__box {
    width: 70%;
    padding-left: 15px;
}

.gate--kilas .latest__title {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: 3em;
}

.gate--kilas .kilas__logo {
    margin-bottom: 5px;
}

.gate--kilas .kilas__logo img {
    max-width: 80px;
    max-height: 25px;
}

.gate--kilas--parapuan {
    width: 300px;
    height: 250px;
    padding: 15px;
    margin: auto;
    overflow: hidden;
}

.kilas__dropdown {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    outline: none;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-bottom.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%, 0 0;
    background-size: 15px auto, 100%;
}

.kilas__dropdown option {
    background: #913972;
}

.kilas__dropdown option:hover {
    background-color: #d56954;
}

.kilas__slider {
    width: 250px;
    margin: auto;
}

.kilas__slider--item {
    position: relative;
    width: 250px;
    height: 170px;
}

.kilas__slider--img {
    width: 250px;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.kilas__slider--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.kilas__slider--gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(183, 85, 97);
    background: linear-gradient(0deg, rgba(183, 85, 97, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.kilas__slider--detail {
    position: absolute;
    bottom: 0;
}

.kilas__slider--category {
    background: #f3b024;
    color: #fff;
    padding: 5px 10px;
    margin: 0 auto 6px;
    font-family: "Playfair Display", serif;
    width: fit-content;
}

.kilas__slider--title {
    width: 95%;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    text-align: center;
}

.kilas__slider .slick-dots li {
    margin: 0;
}

.kilas__slider .slick-dots li button:before {
    color: #fff;
}

.kilas__slider .slick-prev {
    display: block;
    background-image: url(../images/arrow-left.jpg);
    width: 20px;
    left: -10px;
    z-index: 2;
    top: 70px;
}

.kilas__slider .slick-prev:before {
    content: "";
}

.kilas__slider .slick-next {
    display: block;
    background-image: url(../images/arrow-right.jpg);
    width: 20px;
    right: -10px;
    z-index: 2;
    top: 70px;
}

.kilas__slider .slick-next:before {
    content: "";
}

.kilas__slider--hide {
    display: none;
}
