section[data-cattype="84024"] {
    width: 100%;
}

[data-cattype="84024"].wrapper_middle.news {
    padding: 50px 0;
}


/* =========================
   CONTAINER
========================= */

[data-cattype="84024"] > .container {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}


/* =========================
   BUTTON
========================= */

[data-cattype="84024"] .btn.btn-primary {
    border-color: #536B3B;
    background-color: #536B3B;
    color: #FFFFFF;
}

[data-cattype="84024"] .btn.btn-primary:hover,
[data-cattype="84024"] .btn.btn-primary:focus {
    border-color: #536B3B;
    background-color: #FFFFFF;
    color: #536B3B;
}


/* =========================
   SIDEBAR
========================= */

[data-cattype="84024"] .sidebar {
    border: solid 1px #ccc;
}

[data-cattype="84024"] .sidebar-title {
    background-color: #ccc;
    padding: 17px 0 1px 15px;
}

[data-cattype="84024"] .sidebar-title h2 {
    position: relative;
    margin-bottom: 30px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

[data-cattype="84024"] ul.category-list {
    margin-bottom: 0;
    padding-left: 0;
}

[data-cattype="84024"] ul.category-list li {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    list-style-type: none;
    position: relative;
}

[data-cattype="84024"] ul.category-list li:last-child {
    padding: 15px;
    border-bottom: none;
}

[data-cattype="84024"] ul.category-list li a {
    display: block;
    width: 100%;
}

[data-cattype="84024"] ul.category-list li:hover,
[data-cattype="84024"] ul.category-list .active,
[data-cattype="84024"] ul.category-list li.active a {
    color: #fff;
    font-weight: bold;
    background-color: #536B3B;
}

[data-cattype="84024"] li:hover > a {
    color: #fff;
    background-color: #536B3B;
}

[data-cattype="84024"] .sidebar-widget.categories {
    text-align: left;
}


/* =========================
   SIDEBAR OTHER
========================= */

[data-cattype="84024"] .popular-tags a.active {
    color: #1E241C;
    font-weight: bold;
}

[data-cattype="84024"] .sidebar-img {
    width: 100%;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-cattype="84024"] .about-widget .widget-content h5 {
    margin-top: 20px;
    font-weight: bold;
}

[data-cattype="84024"] .about-widget .widget-content p {
    margin-bottom: 0;
}

[data-cattype="84024"] .about-widget .widget-content .text {
    margin-top: 15px;
    line-height: 1.5;
}


/* =========================
   NEWS CARD
========================= */

[data-cattype="84024"] .news-block-four {
    margin-bottom: 28px;
}

[data-cattype="84024"] .news-block-four .inner-box {
    display: grid;
    grid-template-columns: 40% 60%;

    width: 100%;
    min-height: 200px;

    overflow: hidden;

    border: 1px solid #ddd;
    border-radius: 4px;

    background-color: #fff;
}


/* =========================
   IMAGE
========================= */

[data-cattype="84024"] .news-block-four .inner-box .image,
[data-cattype="84024"] .news-block-four .inner-box .image-box {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

[data-cattype="84024"] .news-img {
    display: block;
    width: 100%;
    height: 200px;

    margin: 0;
    padding: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-cattype="84024"] .news-block-four .inner-box .image img,
[data-cattype="84024"] .news-block-four .inner-box .image-box img {
    display: block;
    width: 100%;
    height: 200px;

    object-fit: cover;
    object-position: center;
}


/* =========================
   RIGHT CONTENT
========================= */

[data-cattype="84024"] .lower-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
}

[data-cattype="84024"] .inner-content {
    box-sizing: border-box;
    width: 100%;
    min-height: 200px;

    padding: 16px 30px 18px;

    text-align: left;
}


/* =========================
   DATE
========================= */

[data-cattype="84024"] .news-block-four .inner-box .lower-content .post-date {
    position: relative;

    display: inline-block;

    width: 130px;
    margin: 0 0 8px;
    padding: 6px 10px;

    background-color: #D87958;
    color: #fff;

    font-size: 12px;
    line-height: 1.3;
    text-align: center;
}


/* =========================
   TITLE
========================= */

[data-cattype="84024"] .inner-content h3 {
    margin: 0 0 6px;
    padding-top: 0;

    color: #222;

    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content h3 a {
    color: #1E241C;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content h3 a:hover {
    color: #536B3B;
}


/* =========================
   POST META
========================= */

[data-cattype="84024"] ul.post-meta {
    margin: 0;
    padding-left: 0;
}

[data-cattype="84024"] ul.post-meta li {
    list-style-type: none;
    text-align: left;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .post-meta {
    position: relative;

    margin: 0 0 8px;
    padding-bottom: 8px;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .post-meta::before {
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;

    width: 55px;
    height: 2px;

    background-color: #D87958;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .post-meta li a {
    color: #4c4646;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .post-meta li a:hover {
    color: #536B3B;
}

[data-cattype="84024"] .post-meta a::after {
    display: none;
}


/* =========================
   TEXT
========================= */

[data-cattype="84024"] .text {
    display: -webkit-box;

    margin: 0 0 10px;

    overflow: hidden;

    font-size: 14px;
    line-height: 1.45;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[data-cattype="84024"] .text p {
    margin: 0;
}


/* =========================
   READ MORE
   KEEP ORIGINAL STYLE
========================= */

[data-cattype="84024"] .news-block-four .inner-box .lower-content .read-more {
    position: relative;

    display: inline-block;

    color: #D87958;
    font-size: 18px;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .read-more:hover {
    color: #e9c37a;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .read-more::after {
    content: '';

    position: absolute;
    bottom: -5px;
    left: 0;

    width: 100%;

    border-bottom: 1px solid #D87958;
}

[data-cattype="84024"] .news-block-four .inner-box .lower-content .read-more:hover::after {
    border-bottom: 1px solid #e9c37a;
}


/* =========================
   PAGINATION
========================= */

[data-cattype="84024"] ul.pagination {
    display: block;
    text-align: center;
}

[data-cattype="84024"] ul.pagination li a {
    color: #666;
}

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


/* =========================
   EVENT DETAIL
========================= */

[data-cattype="84024"] .event-detail-img {
    width: 100%;
    height: 400px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

[data-cattype="84024"] .date-time p {
    display: inline-block;
    position: relative;

    padding: 0 10px;

    color: #536B3B;
}

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

[data-cattype="84024"] .date-time p::after {
    content: '/';

    position: absolute;
    right: -3px;
    top: 0;

    color: #bbb;
}

[data-cattype="84024"] .date-time p:last-child::after {
    content: none;
}

[data-cattype="84024"] .event-detail h3 {
    color: #222;
    font-weight: 600;
    line-height: 1.2;
}


/* =========================
   GALLERY
========================= */

[data-cattype="84024"] .images-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

[data-cattype="84024"] .images-list li {
    width: calc(25% - 30px);
    margin: 10px 15px;

    border: 1px solid #ccc;
}

[data-cattype="84024"] .images-list li .gallery-img {
    width: 100%;
    height: 250px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-cattype="84024"] .text ul {
    padding-left: 15px;
}

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

[data-cattype="84024"] .btn-socialshare {
    padding: 3px;
}

[data-cattype="84024"] ul {
    padding-left: 0;
}


/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 980px) {

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

    [data-cattype="84024"] .news-block-four .inner-box {
        grid-template-columns: 40% 60%;
    }

    [data-cattype="84024"] .news-block-four .inner-box .image,
    [data-cattype="84024"] .news-block-four .inner-box .image-box,
    [data-cattype="84024"] .news-img {
        height: 200px;
    }

    [data-cattype="84024"] .inner-content {
        min-height: 200px;
        padding: 14px 20px 16px;
    }

    [data-cattype="84024"] .inner-content h3 {
        font-size: 20px;
    }

    [data-cattype="84024"] .text {
        font-size: 13px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    [data-cattype="84024"].wrapper_middle.news {
        padding: 40px 0;
    }

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

    [data-cattype="84024"] .sidebar-side {
        order: 1;
        margin-bottom: 28px;
    }

    [data-cattype="84024"] .content-side {
        order: 2;
    }

    [data-cattype="84024"] .news-block-four .inner-box {
        display: block;
        min-height: 0;
    }

    [data-cattype="84024"] .news-block-four .inner-box .image,
    [data-cattype="84024"] .news-block-four .inner-box .image-box,
    [data-cattype="84024"] .news-img {
        width: 100%;
        height: 220px;
    }

    [data-cattype="84024"] .news-block-four .inner-box .image img,
    [data-cattype="84024"] .news-block-four .inner-box .image-box img {
        width: 100%;
        height: 220px;
    }

    [data-cattype="84024"] .lower-content {
        margin: 0;
        padding: 0;
    }

    [data-cattype="84024"] .inner-content {
        min-height: 0;
        padding: 22px 20px 24px;
    }

    [data-cattype="84024"] .inner-content h3 {
        font-size: 21px;
    }

    [data-cattype="84024"] .text {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.55;
    }

    [data-cattype="84024"] .images-list li {
        width: calc(50% - 30px);
    }

    [data-cattype="84024"] .images-list li .gallery-img {
        width: 100%;
        height: 150px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

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

    [data-cattype="84024"] .news-row {
        flex-direction: column;
    }

    [data-cattype="84024"] .news-block-four .inner-box .image,
    [data-cattype="84024"] .news-block-four .inner-box .image-box,
    [data-cattype="84024"] .news-img {
        height: 200px;
    }

    [data-cattype="84024"] .news-block-four .inner-box .image img,
    [data-cattype="84024"] .news-block-four .inner-box .image-box img {
        height: 200px;
    }

    [data-cattype="84024"] .inner-content {
        padding: 20px 18px 22px;
    }

    [data-cattype="84024"] .inner-content h3 {
        font-size: 20px;
    }

    [data-cattype="84024"] .text {
        font-size: 14px;
    }

}