.outside_arrow.recent_post_carousel {
    position: static;
}
.outside_arrow.recent_post_carousel .swiper-button-prev {
    left: -40px;
}
.outside_arrow.recent_post_carousel .swiper-button-next {
    right: -40px;
}
#recent_post .card-recent_post .post-header img {
    height: 100% !important;
}
#recent_post .card-horizontal article {
   display: grid;
   grid-template-columns: 1fr 2fr;
   padding: 13px !important;
}
#recent_post .close-swiper-wrapper.archive-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#recent_post .archive-box .card-post_m {
    border: 5px solid #b4d5c3 !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
}
#recent_post .archive-box .card-vertical .card-post_m {
    border: 0px solid #b4d5c3 !important;
}
#recent_post .archive-box .card-post_m a {
    -webkit-line-clamp: 3;
}
#recent_post .archive-box .card-post_m svg{
    fill: #009780;
    stroke: #fff;
    width: 20px;
    height: 20px;
}
#recent_post .archive-box .card-post_m span {
    font-size: 18px;
}
#recent_post .archive-box article .in-thumb-list {
    border-bottom-right-radius: 0 !important;
    border: 5px solid #b4d5c3;
    border-top-width: 0;
    border-left-width: 0;
}
#recent_post .archive-box .card-vertical article .in-thumb-list {
    border-bottom-right-radius: 0 !important;
    border: 0 solid #b4d5c3;
}
#recent_post .archive-box .card-vertical article {
    background: transparent !important;
    box-shadow: none !important;
}
#recent_post .card-recent_post .post-header img {
    border-bottom-right-radius: 0 !important;
}
#recent_post .archive-box .card-post_m.style2:hover,
#recent_post .archive-box .card-recent_gallery:hover,
#recent_post .archive-box .object-2 .v-post-loop.-list article:hover{
    background: #b4d5c3;
}
#recent_post .archive-box .card-vertical article:hover{
    background: transparent;
}
#recent_post .archive-box .card-vertical article:hover a{
    color: #000;
}
#recent_post .archive-box .card-vertical .card-post_m:hover *,
#recent_post .archive-box .card-vertical .card-recent_gallery:hover *{
    color: #000;
    fill: #009780;
    stroke: #fff;
}
#recent_post .archive-box .card-post_m:hover svg{
    fill: #b4d5c3;
    stroke: #fff;
}
#recent_post .archive-box .card-vertical .card-post_m:hover svg{
    fill: #009780;
    stroke: #fff;
}
#recent_post span.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 4px !important;
    background: #cfcfcf;
    opacity: 1;
}
#recent_post span.swiper-pagination-bullet-active {
    background: #e57d0e;
}
.swiper-pagination-x{
    padding-top: 1em;
}



/*ipad (tablet)*/
@media (max-width: 1024px) {

}
/*iphone8 (smartphone)*/
@media (max-width: 767px) {
    #recent_post .card-horizontal article {
        grid-template-columns: 1fr;
    }
}
