.blog_main_sec {margin-top: 50px;}
.blog_card {background-color: #F3F4F6;margin-block: 20px;border-radius: 0 0 15px 15px;}
.blog_card > a > img {border-radius: 15px 15px 0 0;height: 450px;}
.blog_card_content > a {font-weight: 700;color: #1E6EE7;}
.blog_card_content > h3 {font-weight: 600;font-size: 30px;margin-bottom: 1rem;}
.blog_card_content > p {color: #74787C; border-bottom: 1px solid #DDDEE1;margin-bottom: 1rem;padding-bottom: 1rem;}
.blog_card_content {padding: 20px 25px;margin-top: 15px;}
.blog_card_detail {gap: 20px;margin-bottom: 1rem;}
.blog_card_detail > label > img {border-right: 1px solid #74787C;padding-right: 10px;}
.blog_card_detail > label > span {padding-left: 10px;color: #74787C;}

.blog_search form {display: flex;justify-content: center;margin-bottom: 10px;margin-top: 15px;max-width: 320px;}
.blog_search form input {border: none;height: 55px;border-radius: 5px 0 0 5px;}
.blog_search form button {background-color: #EC281C;padding: 10px 20px;}
.blog_search form button:hover, .blog_search form button:active {background-color: #EC281C!important;}
.blog_search {background-color: #F3F4F6;border-radius: 15px;display: flex;align-items: center;justify-content: center;padding: 30px 10px;}


.blog_recent_post {background-color: #F3F4F6;padding: 30px 30px;border-radius: 15px;margin-top: 20px;}
.blog_recent_post ul li {display: flex;margin-bottom: 1rem;}
.blog_recent_post ul li > img {border-radius: 10px;height: 77px;width: 77px;margin-right: 15px;}
.blog_recent_post > h3 {font-weight: 600;font-size: 24px;margin-bottom: 1rem;}
.brp_text > p {color: #74787C;font-weight: 500;font-size: 14px;}
.brp_text > h4 > a {font-weight: 600;}

.blog_category {background-color: #F3F4F6;border-radius: 15px;margin-top: 20px;padding: 30px 30px;}
.blog_category > h3 {font-weight: 600;font-size: 24px;margin-bottom: 1rem;}
.blog_category ul > li > a {position: relative;color: #74787C;padding: 10px 0;width: 100%;}
.blog_category ul > li:not(:last-of-type) {border-bottom: 1px solid #DADFEC;}
.blog_category ul > li > a::after {position: absolute;content: "";background-image: url("../images/icons/blog_arrow_icon.svg");background-repeat: no-repeat;right: 0;width: 14px;height: 16px;top: 14px;}

.blog_tags {background-color: #F3F4F6;border-radius: 15px; margin-top: 20px;padding: 30px 30px;}
.blog_tags > h3 {font-weight: 600;font-size: 24px;margin-bottom: 1rem;}
.blog_tags ul {display: flex; gap: 10px;flex-wrap: wrap;}
.blog_tags ul > li > a {background-color: #D9D9D9;color: #191F29;font-weight: 600;font-size: 14px;padding: 10px 20px;border-radius: 100px;}
.blog_tags ul > li > a:hover {background-color: #1E6EE7;color: #fff;}

.blog_gallery {background-color: #F3F4F6;border-radius: 15px;margin-top: 20px;padding: 30px 30px;}
.blog_gallery > h3 {font-weight: 600;font-size: 24px;}
.blog_gallery ul {margin-top: 20px;display: flex;gap: 20px;flex-wrap: wrap;}
.blog_gallery ul > li > img {height: 95px;width: 95px;border-radius: 5px;}

/* blog detail */
.blog_detail_img > img {height: 350px;border-radius: 15px;}
.blog_detail_content > p {color: #74787C;margin-bottom: 2rem;}
.blog_detail_content {margin-top: 1.5rem;}

.bd_social_tags > label {font-family: "Outfit";color: #74787C;}
.bd_social_tags > label > b {color: #191F29;font-weight: 600;margin-right: 10px;text-wrap:nowrap;}
.bd_social_tags > label > span > a img {width: 16px;height: 12px;object-fit: contain;margin-right: 10px;}

.bd_change_post {margin-block: 25px;border-top: 1px solid #F0F0F0;border-bottom: 1px solid #F0F0F0;padding-block: 25px;}
.bd_prev_post > a > span,.bd_next_post > a > span {color: #191F29;font-family: "Outfit";font-weight: 600;cursor: pointer;}
.bd_prev_img {background-color: #D9D9D9;border-radius: 15px;height: 80px;width: 80px;line-height: 80px;text-align: center;margin-right: 20px;}
.bd_next_img {background-color: #D9D9D9;border-radius: 15px;height: 80px;width: 80px;line-height: 80px;text-align: center;margin-left: 20px;}

.blog_detail_comment_sec {margin-top: 50px;}
.bd_author {background-color: #EFF1F5;border-radius: 15px;padding: 30px 30px;}
.bd_author_detail {margin-left: 25px;}
.bd_author_detail > h3 {font-weight: 600;font-size: 24px;}
.bd_author_detail > label {color: #1E6EE7;margin-bottom: 1rem;}
.bd_author_detail > p {color: #74787C;}
.bd_author > img {height: 189px;width: 189px;}

.bd_comments {margin-top: 50px;}
.bd_comments > h3 {font-size: 30px;font-weight: 600;margin-bottom: 2rem;}
.bd_comments ul li img {width: 110px;height: 110px;margin-right: 20px;}
.bd_comments ul li > div {padding-block: 20px;display: flex;border-bottom: 1px solid #F0F0F0;margin-bottom: 20px;}
.bd_comments ul li label {color: #74787C;font-size: 14px;}
.bd_comments ul li h4 {font-size: 20px;font-weight: 600;margin-bottom: .5rem;}
.bd_comments ul li a {color: #1E6EE7;font-weight: 600;}
.bd_comments ul li p {color: #74787C;}
.bd_comments ul li ul li > div {padding-left: 20%;}

.bd_commet_form {margin-block: 50px;background-color: #EFF1F5;padding: 35px 35px;border-radius: 15px;}
.bd_commet_form > h3 {font-weight: 600;font-size: 30px;margin-bottom: 1rem;}
.bd_commet_form form .form-control {color: #74787C;margin-block: 8px;}
.bd_commet_form .form-control {border-color: transparent;}
.bd_commet_form form input {height: 50px;}
.bd_commet_form form textarea {padding-block: 15px;}
.bd_commet_form form button {background-color: #EC281C;border-radius: 7px;padding-block: 15px;width: 100%;color: #fff;font-weight: 700;font-family: "Outfit";text-transform: uppercase;margin-block: 8px;}

.blog_pagination {margin-top: 20px;margin-bottom: 60px;}
.blog_pagination > ul {display: flex;gap: 20px;}
.blog_pagination ul > li > a {background-color: #F3F4F6;border-radius: 15px;height: 55px;width: 55px;font-weight: 600;text-align: center;line-height: 55px;}
.blog_pagination ul > li > a.active {background-color: #EC281C;color: #fff;}

@media only screen and (max-width:991px) {
    .bd_author {flex-direction: column;gap: 10px;}
}
@media only screen and (max-width:767px) {
    .blog_card > a > img {height: 350px;}    
}