﻿.blog_head {
    padding: 100px 0;
    background: url(/content/images/blog_banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

    .blog_head::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0, 36, 71, 0.54);
        top: 0;
        left: 0;
        z-index: -1;
    }

    .blog_head .banner_detail {
        padding-top: 0;
    }

.blog_list {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
}

    .blog_list:last-child {
        margin-bottom: 0;
    }

.blog_img {
    flex: 0 0 100%;
    max-width: 100%;
    /*height: 200px;*/
}

    .blog_img img {
        width: 100%;
        height: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.blog_det {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 25px;
    padding-left: 20px;
}

.blogtag_flex {
    display: flex;
    flex-wrap: wrap;
}

.blog_tag p {
    margin: 0;
    background: rgba(254, 178, 73, 0.25);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #040507;
}

.blog_date {
    margin-top: 4px;
    margin-left: auto;
}

    .blog_date p {
        margin: 0;
        color: #77838E;
        font-size: 14px;
        font-weight: 600;
    }

        .blog_date p i {
            color: #FEB249;
        }

.blog_text {
    margin-top: 5px;
}

    .blog_text h3 {
        color: #002447;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .blog_text h4 {
        color: #002447;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
    }

    .blog_text p {
        font-weight: 600;
        color: #040507;
        padding: 0;
        margin: 0;
        line-height: 28px;
    }

    .blog_text img {
        width: 100%;
        height: auto;
    }

    .blog_text ul {
        margin: 0;
    }

        .blog_text ul li {
            list-style: none;
            position: absolute;
            padding: 8px 0;
            padding-left: 20px;
            position: relative;
            color: #040507;
        }

            .blog_text ul li::before {
                content: '';
                position: absolute;
                height: 10px;
                width: 10px;
                border-radius: 50px;
                background: #D3D5DB;
                left: 0px;
                top: 14px;
            }

.blog_readbtn {
    margin-top: 25px;
}

    .blog_readbtn .btn_default {
        display: inline-block;
        padding: 10px 25px;
    }

.blogCateg_list {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

    .blogCateg_list ul {
        margin: 0;
        padding: 0;
    }

        .blogCateg_list ul li {
            list-style: none;
            position: relative;
        }

            .blogCateg_list ul li a {
                display: block;
                padding: 15px 10px;
                margin-left: 20px;
                color: #040507;
                font-size: 16px;
                font-weight: 700;
                text-decoration: none;
            }

            .blogCateg_list ul li a {
            }

            .blogCateg_list ul li::before {
                position: absolute;
                content: '';
                height: 12px;
                width: 12px;
                border-radius: 50px;
                background: #FEB249;
                left: 0px;
                top: 22px;
            }

            .blogCateg_list ul li a span {
                background: rgba(83, 211, 209, 0.20);
                border-radius: 5px;
                font-weight: 500;
                display: inline-block;
                padding: 3px 5px;
                float: right;
                margin-top: -3px;
            }

.blog_pagin {
    margin-top: 60px;
}

    .blog_pagin ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .blog_pagin ul li {
            list-style: none;
            float: left;
        }

            .blog_pagin ul li a {
                color: #77838E;
                text-decoration: none;
                font-size: 18px;
                font-weight: 600;
                padding: 8px 15px;
                display: block;
                border-radius: 5px;
                transition: .5s all .0s ease;
            }

                .blog_pagin ul li a:hover {
                    background: #FEB249;
                    color: #fff;
                    transition: .5s all .0s ease;
                }

                .blog_pagin ul li a.active {
                    background: #FEB249;
                    color: #fff;
                }

                .blog_pagin ul li a.next {
                    background: #FEB249;
                    color: #fff;
                }

.blogside_info {
    border-radius: 5px;
    margin-top: 50px;
    padding: 15px;
}

    .blogside_info .whyfind_btn {
        margin-top: 30px;
    }

        .blogside_info .whyfind_btn a {
            display: inline-block;
        }

    .blogside_info .expo_btn {
        background: #fff;
        border-color: #fff;
        font-weight: 600;
        color: #040507;
    }

        .blogside_info .expo_btn:hover {
            border-color: #fff;
            color: #fff;
        }

.blog_fdets, .blog_fdets font, .blog_fdets p, .blog_fdets span {
    font-family: Poppins,sans-serif !important
}

    .blog_fdets font, .blog_fdets p, .blog_fdets span, .blog_fdets ul li {
        font-size: 16px !important;
        line-height: 28px;
        color: #08080a !important
    }

        .blog_fdets p:last-child, .blog_fdets ul:last-child {
            margin-bottom: 0
        }

    .blog_fdets ul li {
        list-style: none;
        position: relative;
        padding-left: 25px
    }

    .blog_fdets p strong {
        font-weight: normal;
    }

    .blog_fdets h1 {
        font-size: 25px;
    }

    .blog_fdets img {
        width: 100%;
        height: auto
    }

    .blog_fdets ul li + li {
        margin-top: 10px
    }

    .blog_fdets ul li::before {
        content: '\f00c';
        position: absolute;
        font-size: 10px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        left: 0;
        background: #ffedc5;
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        top: 2px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        color: #fdba28
    }

.blog_comment, .blog_fdets {
    background: #fff;
    border-radius: 5px;
    padding: 20px
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

.blog_fdets p strong {
    font-weight: bold !important;
}
