.date_staff_detail .training-center .big-title {
    color: white;
    background-color: var(--theme-gold-light);
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 198.9%;
    text-align: center;
    padding: 1.25rem 1.875rem;
}

.date_staff_detail .training-center .more {
    color: white;
    background-color: var(--theme-gold);
    padding: 2px 19px;
    border-radius: 41px;
}

.date_staff_detail .training-center .card-link {
    border-radius: 11px;
    border: 1.5px solid var(--theme-gold);
    background: var(--main-bg);
    padding: 15px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date_staff_detail .training-center .card-link a {
    color: #808080;
    font-family: Alexandria;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.date_staff_detail .training-center .card-link P {
    color: var(--theme-gold);
    margin: 0;
    font-size: 20px;
}

.training-center .overlay-parent {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 350px;
    max-height: 310px;
    cursor: pointer;
}

.training-center .overlay-parent::after {
    position: absolute;
    content: "";
    left: 0;
    z-index: 2;
    display: block;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    background-color: rgba(0, 0, 0, .6);
}

.training-center .overlay-parent img {
    border-radius: 28px;
    position: relative;
    height: 100%;
}

.training-center .overlay-parent .show-img {
    position: absolute;
    left: 29px;
    top: 15px;
    z-index: 222;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.training-center .overlay-parent .show-img2 {
    left: 80px;
}

.training-center .overlay-parent .show-img3 {
    left: 60px;
}

.training-center .overlay-parent .show-img .box-text {
    width: 50px;
    height: fit-content;
    background-color: white;
    color: gray;
    position: absolute;
    left: 50%;
    top: 28px;
    text-align: center;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
    transform: translatex(-50%);
    border-radius: 10px;
    opacity: 0;
}

.training-center .overlay-parent .show-img:hover .box-text {
    transition: .3s;
    opacity: 1;
}

.training-center .overlay-parent a.more {
    padding: 1px 14px;
    font-size: 10px;
}

.training-center .more-courses {
    border-radius: 12px;
    background: var(--theme-gold);
    color: white;
    padding: 2px 18px;
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
}

.training-center .p-training {
    color: var(--thm-dark);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 198.9%;
}

.training-center .content .p {
    color: var(--thm-dark);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gallery {
    float: left;
    padding: 12px;
    cursor: pointer;
}