.p-detail-12 .p-thumb {
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.p-detail-12 .p-thumb img{
    border-radius: 12px;
}
.p-detail-12 .p-thumb::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;
}
.p-detail-12 .p-thumb:hover::after {
    height: 250%;
    transition: all 1000ms linear;
    background-color: transparent;
}
.p-detail-12 .p-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--color-main);
}
.p-detail-12 .p-desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}
.s-breadcrumb-1 {
    justify-content: start;
    color: #000;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}
.p-detail-12 {
    margin-bottom: 30px;
}