.post-box-title {

    background-color: #EAF9FD;

    border-radius: 40px;

    min-height: 200px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background-position: center;

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



.post-box-title h2 {

    color: var(--text-color);

    font-size: 50px;

    font-weight: 900;

    line-height: 60px;

}



.post-box-title p {

    color: #122E52;

    font-size: 18px;

    font-weight: 400;

    line-height: 24px;

}



.post-box-title .icon1 {

    top: 0;

    left: 50px;

}



.post-box-title .icon2 {

    top: 20px;

    right: 40px;

}



#menu_cat_post {

    list-style: none;

    margin: 60px 0 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

}



#menu_cat_post li {

    margin: 0 10px;

}



#menu_cat_post li a {

    border-radius: 31px;

    border: 1px solid #ECECEC;

    color: var(--text-color);

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    padding: 16px 24px;

    min-width: 232px;

    display: block;

    text-align: center;

    text-decoration: none;

}



#menu_cat_post li a:hover,

#menu_cat_post li.active a,

#menu_cat_post li.current-menu-item a {

    background: var(--color-2, #F45E2B);

    color: #fff;

    background: var(--color-2, #F45E2B);

}



/**/

.main-sw div.swiper-button-next,

.main-sw div.swiper-button-prev {

    background: #F2F6FF;

    width: 40px;

    height: 40px;

    line-height: 20px;

    position: absolute;

    top: 50%;

    z-index: 2;

    overflow: hidden;

    text-align: center;

    left: 0;

    cursor: pointer;

    font-size: 15px;

    border-radius: 100%;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

    border: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: #013475;

}



.main-sw div.swiper-button-next {

    right: 0;

    left: auto;

    padding-left: 5px;

}



.main-sw div.swiper-button-prev {}



.main-sw div.swiper-button-prev::before,

.main-sw div.swiper-button-next::before {

    content: "";

    width: 20px;

    height: 20px;

    display: block;

}



.main-sw div.swiper-button-next::before {

    content: "\f054";

    right: -10px;

}



.main-sw div.swiper-button-prev::before {

    content: "\f053";

    left: -10px;

}



.main-sw div.swiper-button-prev:hover,

.main-sw div.swiper-button-next:hover {

    background-color: #013475;

    color: #fff;

}



@media only screen and (min-width: 1370px) {

    .main-sw div.swiper-button-next {

        right: -45px;

    }



    .main-sw div.swiper-button-prev {

        left: -45px;

    }

}



/**/

.list-post-cat {

    background-color: #FBF7F5;

}



.item_post {

    margin-bottom: 20px;

    border-radius: 12px;

    background: #FFF;

    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);

    padding: 8px;

}



.item_post_img {

    position: relative;

    overflow: hidden;

}



.item_post_img img {

    width: 100%;

    object-fit: cover;

    display: block;

    border-radius: 8px;

    aspect-ratio: 290/160;

}



.item_post_content {

    padding: 10px;

}



.item_post_content h2 {

    margin: 0 0 12px;

    color: #262626;

    font-size: 20px;

    font-weight: 700;

    line-height: 28px;

}



.item_post_content h2 a {

    align-items: center;

    justify-content: space-between;

    display: flex;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    color: #262626 !important;

}



.post_excerpt {

    font-weight: 400;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    margin-bottom: 10px;

    color: #626262;

    font-size: 16px;

    line-height: 28px;

}



.item_post_content .date {

    color: rgba(27, 13, 5, 0.60);

    font-size: 14px;

    line-height: 16px;

}



nav.navigation.pagination {

    display: block;

    padding: 40px 0 0;

    text-align: center;

}



nav.navigation.pagination .page-numbers {

    text-decoration: none;

    width: 35px;

    display: inline-block;

    height: 35px;

    border: 0;

    box-sizing: border-box;

    border-radius: 4px;

    margin: 0 5px;

    font-size: 12px;

    line-height: 35px;

    text-align: center;

    color: #667085;

    overflow: hidden;

}



nav.navigation.pagination .page-numbers.current,

nav.navigation.pagination a.page-numbers:hover {

    color: #fff;

    background-color: var(--text-color);

}



.page-numbers img {

    width: 10px;

}



.page-numbers:hover img {

    filter: brightness(0) invert(1);

}



/* single */



/* single */

.single-post .post-box-title {

    margin-bottom: 60px;

}



.single-head .post-meta {

    margin: 20px 0 40px;

}



.single-head h1 {

    /* color: #101828; */
    color: #00295d;

    /* font-size: 28px; */

    font-style: normal;

    /* font-weight: 500; */

    /* line-height: 40px; */

}



.post-meta span {

    color: #C30419 !important;

    font-size: 14px;

    font-weight: 500;

}



.post-meta .author {

    text-transform: capitalize;

}



.post-meta .cham {

    background-color: #C30419;

    width: 4px;

    height: 4px;

    display: inline-block;

    border-radius: 100%;

    vertical-align: middle;

    margin: 0 3px;

}



.single-heading {

    margin: 0 auto 20px;

    color: #fff;

    text-align: center;

    font-size: 32px;

    font-weight: 700;

    line-height: 46px;

    max-width: 729px;

}



.singlepost-content {

    position: relative;

}
.singlepost-content p{
    justify-content: ;
}


.single-head img {

    display: block;

    width: 100%;

}



.banner-post {

    margin-bottom: 20px;

}



.main-cat {

    color: #006598;

}



.single-post .entry-header {

    margin-bottom: 40px;

}



.entry-content {

    font-weight: 400;

}



.single-heding-last {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.post-share a {

    margin-bottom: 10px;

    display: flex;

    color: #006598;

    ;

    align-items: center;

    border-radius: 100%;

    justify-content: center;

    align-items: center;

    width: 28px;

    height: 28px;

    background: #FFF;

    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);

    font-size: 16px;

    margin-left: 10px;

}



.post-share a.fb {

    color: #3D6AD6;

}



.post-share a.twitter {

    color: #03A9F4;

}



.post-share a.instagram {

    color: #f09433;

}





/*mobile*/

@media only screen and (max-width: 1300px) {}



@media only screen and (max-width: 991px) {

    #menu_cat_post {

        margin: 30px 0;

    }



    /**/

    nav.navigation.pagination {

        padding: 20px 0;

    }



    /**/

    .post-box-title h2 {

        font-size: 30px;

        line-height: 38px;

    }



    .post-box-title img {

        width: 100px;

    }



    .post-box-title p {

        font-size: 16px;

        line-height: 22px;

    }



    /**/

    .single-head h1 {

        font-size: 20px;

        line-height: 25px;

    }



    .main-dvbox2 {

        padding: 20px;

    }

}



@media only screen and (max-width: 767px) {

    #menu_cat_post {

        overflow: auto;

        justify-content: flex-start;

    }



    #menu_cat_post li {

        margin: 0 5px;

    }



    #menu_cat_post li a {

        font-size: 15px;

        padding: 10px 20px;

        min-width: auto;

        white-space: nowrap;

    }



    .item_post_content h2 {

        font-size: 16px;

        line-height: 24px;

    }



    .item-slide-tt div.swiper-button-next,

    .item-slide-tt div.swiper-button-prev {

        top: 46%;

    }



    /**/

    .single-post .post-box-title {

        margin-bottom: 20px;

    }



    .single-head .post-meta {

        margin: 10px 0 20px;

    }

}



@media only screen and (max-width: 575px) {

    .post-box-title img {

        width: 55px;

    }



    .post-box-title {

        min-height: 155px;

    }



    .post-box-title h2 {

        font-size: 22px;

        line-height: 30px;

    }



    .post-box-title p {

        font-size: 14px;

    }



    .label-post {

        font-size: 18px;

    }

}