section[data-cattype="84024"] {
    padding: 72px 0 88px;
    color: #222;
    background: #fff;
}

section[data-cattype="84024"] > .container {
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 0;
}

section[data-cattype="84024"] .news-row {
    --bs-gutter-x: 34px;
    align-items: flex-start;
}

section[data-cattype="84024"] ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Sidebar */
section[data-cattype="84024"] .sidebar {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

section[data-cattype="84024"] .sidebar-widget + .sidebar-widget {
    margin-top: 38px;
}

section[data-cattype="84024"] .sidebar-title {
    margin: 0 0 17px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    text-align: left;
}

section[data-cattype="84024"] .sidebar-title h2 {
    position: relative;
    margin: 0;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}

section[data-cattype="84024"] ul.category-list {
    text-align: left;
}

section[data-cattype="84024"] .sidebar-title h2::after {
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 38px;
    height: 2px;
    background: #dcb14a;
    content: "";
}

section[data-cattype="84024"] ul.category-list li {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
}

section[data-cattype="84024"] ul.category-list li:last-child {
    border-bottom: 0;
}

section[data-cattype="84024"] ul.category-list li a {
    display: flex;
    position: relative;
    min-height: 42px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 9px 2px;
    color: #555;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    text-align: left;
    transition: color .2s ease, padding-left .2s ease;
}

section[data-cattype="84024"] ul.category-list li a span {
    min-width: 0;
    margin: 0;
    text-align: left;
}

section[data-cattype="84024"] ul.category-list li a small {
    margin-left: auto;
    color: #aaa;
    font-size: 11px;
}

section[data-cattype="84024"] ul.category-list li:hover,
section[data-cattype="84024"] ul.category-list li.active,
section[data-cattype="84024"] ul.category-list li:hover a,
section[data-cattype="84024"] ul.category-list li.active a {
    color: #111;
    background: transparent;
}

section[data-cattype="84024"] ul.category-list li:hover a,
section[data-cattype="84024"] ul.category-list li.active a {
    padding-left: 7px;
}

section[data-cattype="84024"] ul.category-list li.active a {
    font-weight: 500;
}

section[data-cattype="84024"] ul.category-list li.active a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #dcb14a;
    content: "";
    transform: translateY(-50%);
}

section[data-cattype="84024"] .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
    text-align: left;
}

section[data-cattype="84024"] .tag-cloud a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #666;
    background: #fff;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

section[data-cattype="84024"] .tag-cloud a small {
    color: #aaa;
    font-size: 9px;
}

section[data-cattype="84024"] .tag-cloud a:hover,
section[data-cattype="84024"] .tag-cloud a.active {
    border-color: #111;
    color: #fff;
    background: #111;
    box-shadow: inset 0 -2px 0 #dcb14a;
}

section[data-cattype="84024"] .tag-cloud a:hover small,
section[data-cattype="84024"] .tag-cloud a.active small {
    color: #dcb14a;
}

section[data-cattype="84024"] .adv-widget {
    display: none !important;
}

/* Listing grid */
section[data-cattype="84024"] .blog-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 24px;
}

section[data-cattype="84024"] .blog-grid-layout .news-block-four {
    min-width: 0;
    margin: 0;
}

section[data-cattype="84024"] .blog-grid-layout .blog-empty-state {
    display: flex;
    grid-column: 1 / -1;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    padding: 48px 24px;
    border: 1px solid #e8e8e8;
    color: #777;
    text-align: center;
}

section[data-cattype="84024"] .blog-grid-layout .blog-empty-state strong {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}

section[data-cattype="84024"] .blog-grid-layout .blog-empty-state a {
    margin-top: 10px;
    padding: 11px 18px;
    color: #fff;
    background: #111;
    font-size: 12px;
    text-decoration: none;
}

section[data-cattype="84024"] .blog-grid-layout .inner-box {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

section[data-cattype="84024"] .blog-grid-layout .inner-box:hover {
    border-color: #d8d8d8;
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .07);
}

section[data-cattype="84024"] .blog-grid-layout .image {
    overflow: hidden;
    background: #f6f6f6;
}

section[data-cattype="84024"] .blog-grid-layout .image > a {
    display: block;
}

section[data-cattype="84024"] .blog-grid-layout .news-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .45s ease;
}

section[data-cattype="84024"] .blog-grid-layout .inner-box:hover .news-img {
    transform: scale(1.035);
}

section[data-cattype="84024"] .blog-grid-layout .lower-content {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
}

section[data-cattype="84024"] .blog-grid-layout .inner-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 19px 20px 21px;
    text-align: left;
}

section[data-cattype="84024"] .blog-grid-layout .post-date {
    position: static;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    color: #999;
    background: transparent;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .09em;
    text-align: left;
}

section[data-cattype="84024"] .blog-grid-layout h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.42;
}

section[data-cattype="84024"] .blog-grid-layout h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: #111;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

section[data-cattype="84024"] .blog-grid-layout h3 a:hover {
    color: #9d781e;
}

section[data-cattype="84024"] .blog-grid-layout ul.post-meta {
    position: relative;
    margin: 0 0 11px;
    padding: 0 0 11px;
    border-bottom: 1px solid #ededed;
}

section[data-cattype="84024"] .blog-grid-layout ul.post-meta::before,
section[data-cattype="84024"] .blog-grid-layout .post-meta a::after {
    display: none;
}

section[data-cattype="84024"] .blog-grid-layout ul.post-meta li {
    margin: 0;
    text-align: left;
}

section[data-cattype="84024"] .blog-grid-layout ul.post-meta li a {
    color: #9a7620;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}

section[data-cattype="84024"] .blog-grid-layout .text {
    display: -webkit-box;
    overflow: hidden;
    min-height: 42px;
    margin: 0 0 18px;
    color: #777;
    font-size: 13px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

section[data-cattype="84024"] .blog-grid-layout .btn-primary {
    display: inline-flex;
    width: max-content;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin: auto 0 0;
    padding: 0 15px;
    border: 1px solid #111;
    border-radius: 0;
    color: #fff;
    background: #111;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    box-shadow: none;
}

section[data-cattype="84024"] .blog-grid-layout .btn-primary:hover {
    border-color: #dcb14a;
    color: #111;
    background: #dcb14a;
}

/* Pagination */
section[data-cattype="84024"] .blog-grid-layout ul.pagination {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 14px 0 0;
}

section[data-cattype="84024"] ul.pagination li a {
    display: inline-flex;
    min-width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
    color: #555;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
}

section[data-cattype="84024"] ul.pagination li a:hover {
    border-color: #dcb14a;
    color: #111;
    background: #dcb14a;
}

section[data-cattype="84024"] ul.pagination li.active a {
    border-color: #111;
    color: #fff;
    background: #111;
}

/* Detail page */
section[data-cattype="84024"] .blog-detail-layout .news-block-four {
    margin: 0;
}

section[data-cattype="84024"] .blog-detail-layout .news-img,
section[data-cattype="84024"] .event-detail-img {
    width: 100%;
    aspect-ratio: 16 / 8;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section[data-cattype="84024"] .blog-detail-layout .lower-content {
    margin: 0;
    padding: 30px 0 0;
    background: #fff;
    box-shadow: none;
}

section[data-cattype="84024"] .blog-detail-layout .post-date {
    margin-bottom: 11px;
    color: #999;
    font-size: 11px;
    letter-spacing: .08em;
}

section[data-cattype="84024"] .blog-detail-layout h3,
section[data-cattype="84024"] .event-detail h3 {
    margin: 0 0 22px;
    color: #111;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.25;
}

section[data-cattype="84024"] .blog-detail-layout .text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

section[data-cattype="84024"] .blog-detail-layout .text img {
    max-width: 100%;
    height: auto;
}

section[data-cattype="84024"] .date-time p {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    color: #777;
}

section[data-cattype="84024"] .date-time p:first-child {
    padding-left: 0;
}

section[data-cattype="84024"] .date-time p:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: -3px;
    color: #bbb;
    content: "/";
}

section[data-cattype="84024"] .post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

section[data-cattype="84024"] .list-btn-socialmedia {
    display: flex;
    gap: 6px;
}

section[data-cattype="84024"] .btn-socialshare {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e3e3e3;
    color: #555;
    background: #fff;
    text-decoration: none;
}

section[data-cattype="84024"] .btn-socialshare:hover {
    border-color: #111;
    color: #fff;
    background: #111;
}

section[data-cattype="84024"] .images-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

section[data-cattype="84024"] .images-list li {
    width: auto;
    margin: 0;
    border: 1px solid #e7e7e7;
}

section[data-cattype="84024"] .images-list li .gallery-img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section[data-cattype="84024"] .text ul {
    padding-left: 18px;
    list-style: disc;
}

section[data-cattype="84024"] .text ul li {
    list-style: disc;
}

@media (max-width: 991.98px) {
    section[data-cattype="84024"] .news-row {
        --bs-gutter-x: 26px;
    }

    section[data-cattype="84024"] .blog-grid-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 20px;
    }
}

@media (max-width: 767.98px) {
    section[data-cattype="84024"] {
        padding: 48px 0 62px;
    }

    section[data-cattype="84024"] > .container {
        width: calc(100% - 28px);
    }

    section[data-cattype="84024"] .news-row {
        --bs-gutter-x: 0;
        row-gap: 30px;
    }

    section[data-cattype="84024"] .sidebar-side,
    section[data-cattype="84024"] .content-side {
        width: 100%;
    }

    section[data-cattype="84024"] .sidebar {
        padding: 16px;
        border: 1px solid #e7e7e7;
    }

    section[data-cattype="84024"] .sidebar-widget + .sidebar-widget {
        margin-top: 24px;
    }

    section[data-cattype="84024"] ul.category-list {
        display: flex;
        overflow-x: auto;
        gap: 7px;
        padding-bottom: 7px;
        scrollbar-color: #dcb14a #ededed;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    section[data-cattype="84024"] ul.category-list li,
    section[data-cattype="84024"] ul.category-list li:last-child {
        flex: 0 0 auto;
        border: 0;
    }

    section[data-cattype="84024"] ul.category-list li a {
        min-height: 38px;
        gap: 7px;
        padding: 8px 12px;
        border: 1px solid #e3e3e3;
        white-space: nowrap;
    }

    section[data-cattype="84024"] ul.category-list li:hover a,
    section[data-cattype="84024"] ul.category-list li.active a {
        padding-left: 12px;
        border-color: #111;
        color: #fff;
        background: #111;
    }

    section[data-cattype="84024"] ul.category-list li.active a::before {
        display: none;
    }

    section[data-cattype="84024"] .blog-grid-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    section[data-cattype="84024"] .blog-grid-layout .inner-content {
        padding: 16px;
    }

    section[data-cattype="84024"] .blog-grid-layout h3 {
        font-size: 16px;
    }

    section[data-cattype="84024"] .images-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    section[data-cattype="84024"] .blog-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    section[data-cattype="84024"] .blog-grid-layout .news-img {
        aspect-ratio: 16 / 9;
    }

    section[data-cattype="84024"] .blog-grid-layout .inner-content {
        padding: 18px;
    }

    section[data-cattype="84024"] .blog-grid-layout .btn-primary {
        min-height: 42px;
    }

    section[data-cattype="84024"] .blog-detail-layout .news-img,
    section[data-cattype="84024"] .event-detail-img {
        aspect-ratio: 4 / 3;
    }

    section[data-cattype="84024"] .blog-detail-layout .lower-content {
        padding-top: 22px;
    }

    section[data-cattype="84024"] .blog-detail-layout h3,
    section[data-cattype="84024"] .event-detail h3 {
        font-size: 25px;
    }

    section[data-cattype="84024"] .post-share {
        align-items: flex-start;
        flex-direction: column;
    }
}
