.text-isil-darkblue {
    color: #003A70 !important;
}
.fw-500 { font-weight: 500 !important; }

.bg-blog-gray {
    background-color: #f4f4f4;
}

.blogs img {
    width: 100%;
}
.blogs .group-title {
    position: absolute;
    background-color: #ffffff;
    color: #003A70;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.blogs .blog-body .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    transition: all .5s ease;
}
.blogs .blog-body .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 15.85px;
    padding-bottom: 10px;
    display: block;
    transition: all .5s ease;
}

.blogs a {
    text-decoration: none;
    transition: all .5s ease;
}

.blogs a:hover .item-concept-1 .title {
    color: #d9d9d9;
}

/* Concept 1 */
.blogs .item-concept-1 {
    position: relative;
}
.blogs .item-concept-1 .blog-body {
    z-index: 20;
    bottom: 0;
    width: calc(100% - 50px);
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.blogs .item-concept-1 .blog-body .date {
    color: #ffffff;
}
.blogs .item-concept-1 .blog-body .title {
    color: #ffffff;
}

/* Concept 2 */
.blogs .item-concept-2 {
    position: relative;
}
.blogs .item-concept-2 .img-group {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
}
.blogs .item-concept-2 .blog-body {
    width: 100%;
    padding: 25px 0;
}
.blogs .item-concept-2 .blog-body .date {
    color: #000000;
}
.blogs .item-concept-2 .blog-body .title {
    color: #003A70;
}

.blogs a:hover .item-concept-2 .title {
    color: #000000;
}

/* Blog Detail */
.blog-detail-bottom {
}
.blog-detail-bottom .border-b {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #d0d0d0;
}
.blog-detail .group-date {
    align-items: center;
    gap: 30px;
}
.blog-detail .group-date .group-title {
    background-color: #003A70;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.blog-detail .group-date .date {
    font-weight: 400;
    font-size: 13px;
    display: block;
    color: #000000;
}
.blog-detail .title {
    font-weight: 700;
    font-size: 32px;
    color: #003A70;
    margin-top: 20px;
}
.blog-detail p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 22.3px;
}
.blog-detail .blog-image {
    width: 100%;
    margin: 10px 0 30px;
}

/* Similar Blogs */
.similar-items {
    padding-top: 40px;
}
.similar-items .items {
    padding-top: 0;
}
.similar-items .title {
    font-weight: 700;
    font-size: 24px;
    color: #003A70;
    margin-top: 20px;
}
.similar-items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px;
    border-bottom: 1px solid #d0d0d0;
    text-decoration: none;
}
.similar-items .item .image-to-title {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.similar-items .item .image-to-title .title {
    font-weight: 700;
    font-size: 18px;
    color: #003A70;
    margin: 0;
    margin-top: 5px;
}
.similar-items .item .img {
    width: 60px;
    background-position: center;
    background-size: cover;
    height: 60px;
    background-repeat: no-repeat;
}

.similar-items .item .group-title {
    background-color: #ffffff;
    color: #003A70;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}
.similar-items .item .text {
    width: calc(100% - 120px);
}
.similar-items .item .date {
    font-weight: 400;
    font-size: 13px;
    display: block;
    color: #000000;
    width: 150px;
    text-align: end;
}



/* Responsive */
@media only screen and (min-width: 768px) {
    .mt-medium {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .blogs .item-concept-2 .img-group {
        height: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-medium {
        margin-top: 5px;
    }
    .blogs .blog-body .title {
        font-size: 15px;
        font-weight: 700;
        line-height: 18.30px;
    }
    .blogs .blog-body .date {
        font-size: 12px;
        line-height: 14.5px;
        padding-bottom: 8px;
    }
    .blogs .item-concept-2 .group-title {
        position: inherit;
        padding: 5px 10px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .blogs .item-concept-2 .img-group {
        width: 45%;
        height: auto;
    }
    .blogs .item-concept-2 {
        display: flex;
        justify-content: space-between;
    }
    .blogs .item-concept-2 .blog-body {
        padding: 0 0 0 10px;
    }

    /* Blog Detail */

    .blog-detail .title {
        font-size: 24px;
    }

    .blog-detail p {
        font-size: 15px;
    }
    .similar-items .item .image-to-title {
        align-items: start;
    }
    .similar-items .item .group-title {
        margin-bottom: 5px;
        display: inline-block;
    }
    .similar-items .item .img {
        width: 120px;
        background-position: center;
        background-size: cover;
        height: 120px;
        background-repeat: no-repeat;
    }
    .similar-items .item .text {
        width: calc(100% - 140px);
    }
    .similar-items .item .date {
        text-align: left;
        width: 100%;
    }
    .similar-items .item .image-to-title .title {
        font-weight: 700;
        font-size: 15px;
        color: #003A70;
        margin: 0;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .blog-detail-image .uk-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}