.kawaraban-section {
    background-color: #f0f3f5
}
.kawaraban-detail a
{
    color: #1a73e8;
    text-decoration: underline;
}
.kawaraban-detail a:hover {
    color: #0000ee;
}
.kawaraban-detail a:visited {
    color: #551a8b;
}
.kawaraban-section ul {
    list-style-type: disc !important;
    padding-left: 20px;
}

.kawaraban-section ol {
    list-style-type: decimal !important;
    padding-left: 20px;
}
span {
    font-weight: inherit;
}
/* RESET */
.kawaraban-slider {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 -15px;
}
.kawaraban-slider .slick-slide {
    margin: 0 15px;
}
.kawaraban-slider .slick-list {
    margin: -15px -15px;
    padding: 15px 0;
}
/* CARD */
.kawaraban-card {
    padding: 0 15px;
    box-sizing: border-box;
}
.card-container {
    position: relative;
    background: #fff;
    border-radius: 10px;
    /*overflow: hidden;*/
    transition: transform .2s ease, box-shadow .2s ease;
}
.card-container:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.kawaraban-card a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.kawaraban-card a:focus {
    outline: none;
}
/* IMAGE */
.card-thumb {
    aspect-ratio: 380 / 247;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}
.card-thumb img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
/* BODY */
.card-body {
    padding: 14px 16px 18px;
}
.card-category {
    display: inline-block;
    border: 1px solid #c40018;
    color: #c40018;
    font-size: 11px;
    padding: 4px 10px 1px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
    font-weight: 600;
    background: #fff;
}
.card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin: 8px 0 6px !important;
    height: 70px;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 65px;
}
.card-date {
    font-size: 12px;
    color: #888;
}
.card-date i {
    margin-right: 5px;
}
/* ARROW COMMON */
.kawaraban-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    padding: 0 !important;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    line-height: 36px;
}
.kawaraban-arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
}
/* LEFT */
.kawaraban-arrow.prev {
    left: -60px;
}
.kawaraban-arrow.prev::before {
    transform: translate(-40%, -50%) rotate(-135deg);
}
/* RIGHT */
.kawaraban-arrow.next {
    right: -60px;
}
.kawaraban-arrow.next::before {
    transform: translate(-60%, -50%) rotate(45deg);
}
/* HOVER */
.kawaraban-arrow:hover {
    background: #f5f5f5;
}
.kawaraban-slider.slick-left .slick-track {
    margin-left: 0 !important;
}
.section-slide h3{
    border-bottom: 1px solid #000;
    margin-bottom: 50px !important;
}
.section-slide h3 span{
    font-weight: 700;
}
.section-slide h3 img{
    margin-right: 20px;
    width: 30px;
}
.tag-title {
     position: relative;
     display: inline-block;
 }

.tag-title img {
    display: block;
    width: 170px;
}

.tag-title-text {
    position: absolute;
    top: 65%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #b1494d;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
}
.top-tags {
    width: 100%;
    background: #fff;
    padding: 30px 30px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    border-radius: 10px;
}

/* Grid 5 tag / hàng */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    max-width: 600px;
    padding-top: 20px;
}

.tag-item {
    background: #e6e6e6;
    color: #000;
    padding: 1px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.tag-item:hover, .tag-item:focus {
    background: #d9d9d9;
    color: #444;
}


/*Kawaraban Category*/
/* ===== KB GRID SLIDER ===== */
.kb-grid-slider {
    list-style: none;
    margin: 0;
    padding-bottom: 0;
    position: relative;
}

/* slick row spacing */
.kb-grid-slider .slick-row {
    margin-bottom: 28px;
}
.kb-grid-slider .slick-slide {
    padding: 5px !important;
    margin: 0 !important;
}
.kb-grid-slider .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.kb-grid-slider .slick-track {
    margin-left: 0 !important;
}
.kb-grid-slider .slick-slide > div {
    margin-left: -30px;
    margin-right: -30px;
}
/* ===== CARD ===== */
.kb-card {
    /*padding: 30px;*/
    box-sizing: border-box;
}
.kb-card a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.kb-card a:focus {
    outline: none;
}
.hikesiya-column .kb-grid-slider {
    margin-left: -30px;
    margin-right: -30px;
}

.hikesiya-column .kb-grid-slider .slick-slide {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.hikesiya-column .kb-card {
    padding: 30px;
}

/* ===== IMAGE ===== */
.kb-thumb {
    aspect-ratio: 380 / 247;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.kb-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== BODY ===== */
.kb-body {
    padding: 14px 16px 18px;
}

.kb-category {
    display: inline-block;
    border: 1px solid #c40018;
    color: #c40018;
    font-size: 11px;
    padding: 4px 10px 1px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
    font-weight: 600;
    background: #fff;
}

.kb-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin: 8px 0 6px !important;
    min-height: 70px;
    overflow: hidden;
}

.kb-date {
    font-size: 12px;
    color: #888;
}
.kb-date i {
    margin-right: 5px;
}
/* ===== KB ARROW (IMAGE BASED) ===== */
.kb-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b1494d;
    border: none;
    padding: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.kb-arrow img {
    width: 16px;
    pointer-events: none;
}

/* hover */
.kb-arrow:hover {
    opacity: 0.85;
}

.kb-slider-controls .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto !important;
    flex: 0 0 auto;
}
.kb-slider-controls .slick-dots li {
    margin: 0 4px;
    height: auto;
}
.kb-slider-controls .slick-dots li button {
    width: auto;
    min-width: 20px;
    height: 20px;

    padding: 0;
    margin: 0;

    font-size: 13px;
    line-height: 20px;
    text-align: center;

    color: #999;
    background: none;
    border: none;
}
.kb-slider-controls .slick-dots li button::before {
    content: none;
}
.kb-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px auto 0;

    width: fit-content;
}

.kb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.kb-pagination .kb-dots {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.kb-pagination .kb-dots li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kb-pagination .kb-dots li button {
    min-width: auto;
    height: auto;
    padding: 0 2px;

    font-size: 13px;
    line-height: 1px;
    text-align: center;

    color: #999;
    background: none;
    border: none;
    cursor: pointer;
}
.kb-pagination .kb-dots li.active button {
    color: #b1494d;
    text-decoration: underline;
}
.kb-slider-controls .kb-arrow-prev {
    order: 1;
}
.kb-slider-controls .slick-dots {
}
.kb-slider-controls .kb-arrow-next {
    order: 3;
}
.kb-slider-controls .slick-dots li.slick-active button {
    color: #b1494d;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .kb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kb-grid {
        grid-template-columns: 1fr;
    }
}

/*Kawaraban detail*/
.kawaraban-detail .indent01 {
    background-color: #fff;
    padding: 65px;
    border-radius: 10px;
}


@media (max-width: 1280px) {
    .kawaraban-arrow.next {
        right: -10px;
    }
    .kawaraban-arrow.prev {
        left: -10px;
    }
    .kawaraban-arrow {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1199.98px) {
    .kawaraban-arrow.next {
        right: -30px;
    }
    .kawaraban-arrow.prev {
        left: -30px;
    }
}

@media (max-width: 991.98px) {
    .kawaraban-arrow.next {
        right: -6px;
    }
    .kawaraban-arrow.prev {
        left: -6px;
    }
    .kawaraban-arrow {
        width: 40px;
        height: 40px;
    }
    .top-tags {
        display: block;
        padding: 30px 25px;
    }
    .tag-title {
        margin-bottom: 16px;
    }
    .tag-list {
        grid-template-columns: repeat(4, max-content);
    }
}
@media (max-width: 768.98px) {
    .kb-grid-slider {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
    }

    .kb-grid-slider > * {
        width: 100% !important;
    }
    .card-thumb {
        aspect-ratio: 600 / 390;
        width: 100%;
        height: auto;
    }
    .card-date {
        font-size: 14px;
    }
    .kb-thumb {
        aspect-ratio: 1000 / 650;
        width: 100%;
        height: auto;
    }
    .kb-category {
        font-size: 11px;
    }
    .kb-title {
        font-size: 24px;
        min-height: 120px;
    }
    .kb-date {
        font-size: 14px;
    }
    .kawaraban-slider {
        /*margin-right: -40px;*/
    }
    .kawaraban-arrow {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.9);
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
    }

    .kawaraban-arrow.prev {
        left: 6px;
    }

    .kawaraban-arrow.next {
        right: 33px;
    }

    .kawaraban-arrow::before {
        width: 7px;
        height: 7px;
        border-width: 2px;
    }
    .kawaraban-detail .indent01 {
        padding: 45px 20px;
    }
    .card-category {
        font-size: 11px;
    }
    .card-title {
        font-size: 24px;
        height: 100px;
    }
}
@media (max-width: 600.98px) {
    .tag-list {
        grid-template-columns: repeat(3, max-content);
    }
}
@media (max-width: 576.98px) {
    .tag-list {
        grid-template-columns: repeat(2, max-content);
    }
}
@media (max-width: 400.98px) {
    .tag-list {
        grid-template-columns: repeat(1, max-content);
    }
}