.breadcrumb-section {
    border-bottom: 1px solid #115f33;
    position: relative;
}

#page-breadcrumb::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -3px;
    width: 10%;
    height: 4px;
    background-color: #f89920;
    border-radius: 25px;
}

@media screen and (min-width: 768px) {
    .breadcrumb-section .breadcrumb {
        background-color: transparent;
        -moz-box-pack: end;
        justify-content: flex-end;
        text-transform: uppercase;
        font-size: 12px;
        color: rgb(85, 85, 85);
        font-weight: 600;
        margin: 0px;
    }
}

.breadcrumb li {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.5rem 0px;
}

.breadcrumb-section .breadcrumb a {
    color: rgb(85, 85, 85);
    font-weight: 300;
}

.d-block.img-project.position-relative {
    height: 265px;
}

.img-project::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.35s ease 0s;
    background: rgba(0, 0, 0, 0.5);
}

.d-block.img-project.position-relative img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.box-content {
    color: rgb(255, 255, 255);
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    place-content: space-around center;
}

.box-content::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0px 0px 0px;
}

.c-project::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 65px;
    right: 0px;
    top: 10px;
    background-color: rgb(1, 1, 1);
}

.t-project a {
    color: rgb(131, 128, 128);
    font-size: 13px;
    font-weight: 500;
    padding: 0px 10px;
    display: block;
    min-height: 100px;
}

.item-blog:hover .img-project::before {
    opacity: 1;
    z-index: 1;
}

.item-blog:hover .box-content::after, .item-blog:hover .box-content::before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
    z-index: 2;
}

.item-blog:hover .box-content::after, .item-blog:hover .box-content::before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
    z-index: 2;
}

.item-blog:hover .post {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    z-index: 2;
}

.box-content:hover .post {
    background-color: rgb(17, 95, 51);
    border-color: rgb(17, 95, 51) !important;
}

.breadcrumb-section .page-title h1 {
    font-size: 0.897rem;
    margin-bottom: 0px;
}

.box-content::before, .box-content::after {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.box-content .post {
    line-height: 50px;
    font-size: 14px;
    padding: 2px 15px;
    opacity: 0;
    border-radius: 0px;
    transform: translate3d(0px, -50px, 0px);
    transition: all 0.7s ease 0s;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.box-content::after {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0px 0px;
}

.c-project {
    color: rgb(1, 1, 1);
    position: relative;
    padding-right: 70px;
}

.card-header {
    background-color: #da3535;
    color: #fff;
    position: relative;

}

.list-unstyled.mb-0.list-blog li a {
    color: #000;
    text-decoration: none !important;
}

.h1article {
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #115f33;
    padding-bottom: 15px;
}

.h1article::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -3px;
    width: 10%;
    height: 4px;
    background-color: #f89920;
    border-radius: 25px;
}

.card-header::after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 43px solid #bcc9d9;
    border-right: 76px solid transparent;
    content: '';
    z-index: 0;
    left: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}