.elementor-862 .elementor-element.elementor-element-2a0ea6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-862 .elementor-element.elementor-element-2a0ea6c{--padding-top:100px;--padding-bottom:100px;--padding-left:25px;--padding-right:25px;}.elementor-862 .elementor-element.elementor-element-57d41b8 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-57d41b8 */#post-filter {
    text-align: let;
    margin-bottom: 20px;
}
.filter-btn:first-child{
    margin:5px 5px 5px 0px;
}
.filter-btn {
    padding: 8px 16px;
    margin: 5px;
    border: none;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    transition: 0.3s;
     font-family: "Kanit", Sans-serif;
     color: #000;
     font-weight: 500;
     font-size: 15px;
     text-transform: capitalize;
}
.filter-btn.active,.filter-btn:hover {
     background-color: #051A70;
    color: white;
}

.post-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.post-flex-item {
    width: calc(50% - 10px); /* Two columns */
    padding: 0px;
    border-radius: 8px;
    
}
.post-flex-item h3{
    font-family: "Kanit", Sans-serif;
     color: #000;
     font-weight: 600;
     font-size: 20px;
     text-transform: capitalize;
}

.post-meta {
    color: #777;
    margin-bottom: 5px;
     font-family: "Kanit", Sans-serif;
     color: #000;
     font-weight: 700;
     font-size: 13px;
     text-transform: capitalize;
    
}

.post-category {
    font-weight: bold;
    color: #ff6600;
}

.post-date {
    color: #555;
}

.post-thumbnail img {
    width: 100%;
    height: 300px;
    border-radius: 6px;
    object-fit: cover;
}
.highlight-slider {
        width: 100%;
        margin: auto;
        position: relative;
        margin: 0 0 100px 0;
    }
    .swiper-slide {
        text-align: center;
        
        overflow: hidden;
        
    }
    .swiper-slide a{
        display: flex;
        text-align: left;
         font-family: "Kanit", Sans-serif;
        gap: 20px
    }
    .highlight-thumbnail img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
        
    }
    .highlight-info {
        padding: 10px;
    }
    .highlight-info h3 {
        margin: 10px 0;
        font-size: 18px;
         font-weight: 600;
     font-size: 20px;
     text-transform: capitalize;
     color: #000;
    }
    .highlight-info p{
        color: #000;
        font-size: 17px;
        text-align: justify;
        
    }
    .highlight-date {
        font-size: 14px;
        color: gray;
    }
    .swiper-pagination{
        display: none;
    }
    .elementor-862 .elementor-element.elementor-element-57d41b8 .swiper-button-next:after,.elementor-862 .elementor-element.elementor-element-57d41b8 .swiper-button-prev:after {
  
    position: absolute;
    width: 50px;
    height: auto;
    background: #E53016;
    color: #FFF;
    font-size: 30px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 100%;
  
    }
    .elementor-862 .elementor-element.elementor-element-57d41b8 .swiper-button-next{
        right: 15px
    }
    .elementor-862 .elementor-element.elementor-element-57d41b8 .swiper-button-prev{
        left: 15px
    }
/* Responsive */
@media (max-width: 768px) {
    .post-flex-item {
        width: 100%; /* Make it one column on smaller screens */
    padding :0;
    }
    
    .swiper-slide a{
        flex-direction:column;
    }
    .highlight-thumbnail img {
         height:200px;
    }
    .highlight-info p{
        font-size:15px;
    }
}/* End custom CSS */