.padi-blog .md-blog .title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.padi-blog .md-blog .title h3{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    /* or 125% */

    color: #011F53;
}
.padi-blog .md-blog .title a{
    font-family: "Outfit";
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 46px;
      color: #FFFFFF;
      background-color: #35B347;
      text-transform: uppercase;
      border-radius: 40px;
      padding: 0 25px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 6px;
}
.padi-blog .md-blog .title a:hover{
    background: #247b30;
}
.list-post{
    margin-top: 80px;
}
.padi-blog .md-blog .blog-list .wp-show-posts{
    margin-left: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single{
    width: 31%;
    border: 1px solid #D8D8DB;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner{
    margin: 0 !important;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image img{
    border-radius: 8px 8px 0 0;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header{
    padding: 0 30px;
    margin-top: 20px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header h2{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    /* or 125% */

    color: #011F53;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header h2 a{
    color: #011F53;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header h2 a:hover{
    color: #35B347;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-summary{
    padding: 0 30px;
}

.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-summary p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* or 125% */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
    color: #858585;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more{
    padding: 0 30px;
    margin-bottom: 30px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more a{
    border-radius: 8px;
    border: 1px solid #D8D8DB;
    color: #35B347;
    padding: 0px 15px;
    padding-right: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 38px;
    /* identical to box height, or 167% */
    text-transform: uppercase;
    color: #28A745;
    position: relative;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more a:before{
    background: url(../images/see-more.png) no-repeat;
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    width: 6px;
    height: 9px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more a:hover{
    background: none;
    border-color: #28A745;
}
.padi-blog .wpsp-clear{
    display: none;
}
.padi-blog .md-blog{
    margin-bottom: 60px;
}
.padi-blog{
    padding-bottom: 60px;
}


.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 60%;
    gap: 0;
}
.padi-blog .md-blog.lastest-news{
    margin-bottom: 100px;
    margin-top: 100px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single{
    width: 100%;
    margin-bottom: 24px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:last-child{
    margin-bottom: 0px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-summary{
    display: none;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more{
    display: none;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image{
    width: 45%;
    margin: 0;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image img{
    border-radius: 8px 0 0 8px;
    max-height: 135px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-header{
    width: 55%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-header a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 143% */
    height: auto;
    -webkit-line-clamp: auto;
    color: #011F53;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-header a:hover{
    color: #35B347;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child{
    position: absolute;
    width: 58%;
    top: 0;
    left: 0;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wp-show-posts-entry-summary{
    display: block;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wpsp-read-more{
    display: block;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wp-show-posts-image{
    width: 100%;
    margin-bottom: 20px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wp-show-posts-image img{
    border-radius: 8px 8px 0 0;
    max-height: 420px;
    width: 100%;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wp-show-posts-entry-header{
    padding: 0 30px;
    width: 100%;
    margin-bottom: 20px;
}
.padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wp-show-posts-entry-header a{
    font-size: 18px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner:first-child .wp-show-posts-entry-summary p{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner:first-child .wp-show-posts-entry-summary{
    margin-bottom: 25px;
}
.page-banner{
    position: relative;
}
.page-banner:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 2;
}
/*detail blog*/
.blog-detail .page-banner .main-banner-content .content-banner-page h1{
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    max-width: 880px;
    text-align: center;
}
.blog-detail .page-banner .main-banner-content .content-banner-page{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.blog-detail .page-banner .main-banner-content .content-banner-page .break{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.blog-detail .page-banner .main-banner-content .content-banner-page .break a{
    font-size: 18px;
}
.blog-detail .page-banner .main-banner-content .content-banner-page .break a:hover{
    color: #35B347;
}
.blog-detail .blog-content .content{
    padding-top: 0px;
}
.blog-detail .blog-content .content .wp-block-heading{
    font-size: 24px;
}
.blog-detail .blog-content .content .wp-block-image img{
    width: 100%;
    border-radius: 10px;
}
.blog-detail .blog-content .content .wp-block-image{
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-detail .blog-content .content iframe{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 600px;
}
.blog-detail .blog-content .content .wp-block-embed .wp-block-embed__wrapper{
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-detail .blog-content .md-content{
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    justify-content: space-between;
}
.blog-detail .blog-content .md-content .md-sidebar{
    width: 380px;
    padding-left: 30px;
}
.blog-detail .blog-content .md-content .content{
    width: calc(100% - 380px);
}
.next-pre-post{
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.next-pre-post .pre{
    width: 40%;
}
.next-pre-post a{
    display: flex;
    flex-direction: column;
}
.next-pre-post .next{
    width: 40%;
    text-align: right;
}
.next-pre-post .pre a .icon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    gap: 5px;
    color: #858585;

}
.next-pre-post a .tt{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #011F53;
}
.next-pre-post a .tt:hover{
    color: #35B347;
}
.next-pre-post .next a .icon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    gap: 5px;
    color: #858585;

}
.next-pre-post .img-icon{
    padding-top: 10px;
}
.related-posts{
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 25px 25px;
}
.md-sidebar .sidebar{
    position: relative;
    margin-top: -20px;
}
.md-sidebar .sidebar:before{
    position: absolute;
    width: 100%;
    height: 20px;
    background: #fff;
    content: "";
    top: 1px;
    left: 0;
    z-index: 2;
}
.md-sidebar .sidebar .md-related h3{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    /* or 91% */

    color: #011F53;
    margin-bottom: 20px;
}
.md-sidebar .sidebar .related-posts{
    margin-bottom: 30px;
}
.md-sidebar .sidebar .md-related ul li{
    margin-bottom: 18px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 18px;
}
.md-sidebar .sidebar .md-related ul li:last-child{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.md-sidebar .sidebar .md-related ul li .md-content-related{
    display: flex;
    flex-direction: row;
}
.md-sidebar .sidebar .md-related ul li .md-content-related .thumbnail-post{
    width: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: inline-block;
}
.md-sidebar .sidebar .md-related ul li .md-content-related .thumbnail-post img{
    width: 80px;
    position: relative;
    border-radius: 6px;
}
.md-sidebar .sidebar .md-related .content-post{
    width: calc(100% - 80px);
}
.md-sidebar .sidebar .md-related ul li .md-content-related .content-post h4{
    padding-left: 15px;
}
.md-sidebar .sidebar .md-related ul li .md-content-related .content-post h4 a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* or 139% */

    color: #011F53;
}
.wp-block-heading{
    margin-top: 30px;
    margin-bottom: 15px;
}
.wp-block-heading strong{
    font-weight: normal;
}
.blog-content .title{
    margin-bottom: 30px;
    font-weight: 500;
}
.blog-content{
    min-height: 900px;
}
@media(max-width:1024px){
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header{
        padding: 0 15px;
    }
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner:first-child .wp-show-posts-entry-summary{
        width: 100%;
        padding: 0 15px;
    }
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more{
        padding: 0 15px;
    }
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header h2{
        font-size: 18px;
        line-height: 20px;
    }
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner header h2 a{
        height: 40px;
    }
    .padi-blog .md-blog .title h3{
        font-size: 32px;
        line-height: 36px;
    }
    .padi-blog .md-blog .title a{
        line-height: 40px;
    }
    .blog-detail .blog-content .md-content .md-sidebar{
        width: 320px;
        padding-left: 30px;
    }
    .blog-detail .blog-content .md-content .content{
        width: calc(100% - 320px);
    }
    .blog-detail .page-banner .main-banner-content .content-banner-page h1{
        font-size: 36px;
    }
    .next-pre-post a .tt{
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width:768px){
    .padi-blog .md-blog .blog-list .wp-show-posts{
        flex-direction: column;
        gap: 0;
    }
    .blog-detail .blog-content .md-content{
        flex-direction: column;
    }
    .blog-detail .blog-content .md-content .md-sidebar{
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .next-pre-post a .tt{
        font-size: 10px;
        line-height: 14px;
    }
    .next-pre-post .pre a .icon{
        font-size: 12px;
    }
    .next-pre-post .next a .icon{
        font-size: 12px;
    }
    .blog-detail .blog-content .md-content .content{
        width: 100%;
    }
    .blog-detail .page-banner .main-banner-content .content-banner-page h1{
        font-size: 22px;
        line-height: 26px;
    }
    .blog-content .title{
        font-size: 18px;
        line-height: 20px;
    }
    .blog-detail .blog-content .content .wp-block-heading{
        font-size: 16px;
    }
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single{
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-detail .blog-content .content iframe{
        height: auto;
    }
    .padi-blog .md-blog .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wpsp-read-more{
        margin-bottom: 20px;
    }
    .padi-blog .md-blog .title h3{
        font-size: 24px;
        line-height: 28px;
    }
    .padi-blog .md-blog .title a{
        font-size: 10px;
        gap: 2px;
        padding: 0 15px;
        line-height: 30px;
    }
    .padi-blog .md-blog .title a img{
        width: 16px;
    }
    .padi-blog .md-blog .title{
        margin-bottom: 20px;
    }
    .padi-blog .md-blog.lastest-news .blog-list .wp-show-posts{
        padding-left: 0;
    }
    .padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child{
        position: relative;
        width: 100%;
    }
    .padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner .wp-show-posts-entry-header{
        width: 100%;
        padding: 0 15px;
    }
    .padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner{
        gap: 10px;
    }
    .padi-blog .md-blog.lastest-news .blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-header{
        padding-top: 10px;
        padding-left: 5px;
    }
}