 .blog_bx {
     border-radius: 16px;
     border: 1px solid #E0E6F7;
     overflow: hidden;
     padding: 10px;
     background: #ffffff;
 }

 .blog_img {
     height: 220px;
     overflow: hidden;
     border-radius: 13px;
 }

 .blog_bx img {
     display: block;
     object-fit: cover;
     transition: transform 0.4s ease;
     border-radius: 13px;
     width: 100%;
     height: 100%;
 }

 .blog_img:hover img {
     transform: scale(1.1);
 }

 .blog_content {
     padding: 15px 15px;
     border-radius: 0px 0px 10px 10px;
     position: relative;
 }

 .blog_content .blog-date {
     position: absolute;
     background-color: #20a8ed;
     right: 30px;
     top: -42px;
     color: #fff;
     border-radius: 3px;
     line-height: normal;
     text-align: center;
     text-transform: uppercase;
     font-weight: bold;
     padding: 14px 15px;
 }

 .blog_content .blog-date span {
     display: block;
 }

 .blog_content ul li {
     color: #475569;
     font-size: 0.95rem;
 }

 .blog_content ul a {
     color: #000000 !important;
     text-decoration: none;
 }

 .blog_content ul li i {
     color: #20a8ed;
 }



 .blog_content p {
     color: #475569;
     font-size: 0.95rem;
     margin-bottom: 10px;
 }

 .blog_content h4 a {
     font-size: 1.1rem;
     font-weight: 600;
     margin-bottom: 10px;
 }

 .blog_content h4 {
     margin-bottom: 10px;
 }

 .border-top {
     border-top: 1px solid #eee;
 }

 .blog-footer {
     padding-top: 5px;
     border-top: 1px solid #E0E6F6;
 }

 .blog_btn {
     color: #20a8ed !important;
     text-decoration: none;
 }

 /* breadcrum */
 .page-title-section {
     padding: 120px 0px;
 }

 .left-overlay-secondary:before {
     background: linear-gradient(-90deg, transparent, #447999 65%);
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
 }

 .cover-background {
     position: relative !important;
     background-size: cover !important;
     overflow: hidden !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
 }

 .page-title-section-content {
     z-index: 9;
     position: relative;
     text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
     line-height: 1;
     text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
     color: #ffffff;
     position: relative;
     z-index: 9;
     word-wrap: break-word;
 }

 .page-title-section-content h1 {
     font-size: 35px;
     margin-bottom: 8px;
 }

 .page-title-section-content ul li {
     display: inline-block;
 }

 .page-title-section-content ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: inline-block;
     line-height: 1.2;
 }

 .page-title-section-content ul li:after {
     content: "";
     font-weight: 700;
     vertical-align: middle;
     background-color: #20a8ed;
     width: 10px;
     padding: 0 5px 0 10px;
     height: 2px;
     display: inline-block;
     margin: 0 15px;
 }

 .page-title-section-content ul li:last-child:after {
     display: none;
 }

 .page-title-section-content ul li a {
     color: #fff;
     text-decoration: none;
 }

 /* pagination */
 .custom-pagination {
     list-style: none;
     padding: 0;
     margin: 20px 0;
     display: flex;
     gap: 10px;
 }

 .custom-pagination li a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 38px;
     height: 38px;
     border: 1px solid #e5e5e5;
     border-radius: 10px;
     text-decoration: none;
     color: #000000;
     font-weight: 500;
     font-size: 16px;
     background: #fff;
     transition: 0.3s;
 }

 .custom-pagination li a:hover {
     background: #f5f5f5;
 }

 .custom-pagination li.active a {
     background: #20a8ed;
     /* Orange */
     color: #fff;
     border-color: #20a8ed;
 }

 .image-anime {
     position: relative;
     overflow: hidden;
 }

 .image-anime:after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
 }

 /* blog detail */
 .search-box {
     display: flex;
     align-items: center;
     background: #fff;
     border: 1px solid #b3b3b3;
     border-radius: 10px;
     padding: 2px 3px;
 }

 .search-box input {
     border: none;
     outline: none;
     flex: 1;
     font-size: 16px;
     padding: 10px 12px;
 }

 .btn-grn {
     background-color: #20a8ed;
     color: #fff;
 }

 .sidebar-shadow {
     box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
 }

 .sidebar-shadow {
     border: 1px solid #E0E6F7;
     padding: 25px;
     border-radius: 8px;
     background-color: #ffffff;
     margin-bottom: 40px;
 }

 .sidebar-title {
     border-bottom: thin solid #E0E6F6;
     font-weight: 600;
     margin-bottom: 30px;
     padding-bottom: 10px;
 }

 .mr-15 {
     margin-right: 15px !important;
 }

 .post-list-small-item figure img {
     max-width: 85px;
     border-radius: 5px;
 }

 .post-list-small-item h5 {
     font-weight: 500;
     font-size: 14px;
     margin-bottom: 0;
 }

 .post-list-small-item p {
     font-size: 12px;
 }

 .bottom-post-title {
     text-align: center;
     margin-bottom: 30px;
 }

 .pb-50 {
     padding-bottom: 50px;
 }

 .pt-50 {
     padding-top: 50px;
 }

 .post-list-small-item {
     margin-bottom: 10px;
 }

 .bottom-post-title h2 {
     font-size: 2rem;
     color: rgb(17 24 39 / var(--tw-text-opacity, 1));
     font-weight: 700;
 }

 .blog-detail-title {
     font-size: 20px;
     font-weight: 500;
 }

 .blog_detail_img_row {
     padding: 20px 0px;
 }

 @media (max-width: 767px) {
     .blog_detail_img_row {
         padding: 10px 0px;
     }
 }