
.site-index-activity-wrapper {
    background-color: #fff;
}
.site-index-activity {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.site-index-activity h2 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.site-index-activity h2 .btn {
    position: absolute;
    top: 0;
    right: 0;
}
.site-index-activity .card {
    background-color: #f5f5ef;
    filter: none !important;
}
.site-index-activity .site-index-activity-content {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.site-index-activity .site-index-activity-events.owl-carousel {
    position: relative;
}
.site-index-activity .site-index-activity-events.owl-carousel .owl-stage {
    display: flex;
}
.site-index-activity .site-index-activity-events.owl-carousel .owl-stage .owl-item {
}
/* .site-index-activity .site-index-activity-events.owl-carousel .owl-nav {
    position: absolute;
    top: 100px;
    width: 100%;
} */
.site-index-activity .site-index-activity-events.owl-carousel .owl-nav .owl-prev,
.site-index-activity .site-index-activity-events.owl-carousel .owl-nav .owl-next {
    /* top: 0; */
    /* color: #C24700 !important; */
}
.site-index-activity .site-index-activity-events.owl-carousel .owl-nav .owl-prev:hover,
.site-index-activity .site-index-activity-events.owl-carousel .owl-nav .owl-next:hover {
    /* color: #863100 !important; */
}

.program-event-banner .owl-item .embed-responsive,
.program-event-banner .owl-item img {
    max-height: 500px;
}
.program-event-banner .owl-item img {
    object-fit: cover;
}
.program-event-banner {
    margin-bottom: 3rem;
}
.program-event-banner .owl-dots {
    position: absolute;
    width: 380px;
    left: unset;
    right: 0;
    bottom: 30px;
    margin: 0;
    padding: 30px;
    justify-content: start;
    text-align: left;
}
.program-event-banner .owl-dots .owl-dot {
}
.program-event-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: unset;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    margin: 5px;
    opacity: 1;
}
.program-event-banner .owl-dots .owl-dot:hover span {
    background: unset;
}
.program-event-banner .owl-dots .owl-dot.active span {
    background: #C4C4C4;
    opacity: 1;
}
.program-event-banner .owl-dots-and-controls {
    align-items: center;
    justify-content: end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 23px 10px 0;
    text-align: left;
}
.program-event-banner .owl-controls .owl-control-play,
.program-event-banner .owl-controls .owl-control-pause {
    margin-left: 10px;
    height: 24px;
    width: 24px;
    color: #efefef;
}
.program-event-banner .owl-dots-and-controls .owl-controls button {
    font-size: 28px;
}
@media (max-width: 991.98px) {
    .program-event-banner .owl-dots-and-controls .owl-controls button {
        font-size: 24px;
    }
}

.program-event-banner .owl-stage-outer {
    filter: drop-shadow(4px 9px 14px rgba(0, 0, 0, 0.26));
}
.program-event-banner .item-class {
    position: relative;
}
.program-event-banner .program-event-banner-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: left;
    width: 380px;
    padding: 55px 35px 55px 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: unset;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lang-zh-TW .program-event-banner .program-event-banner-caption .h3,
.lang-zh-CN .program-event-banner .program-event-banner-caption .h3 {
    margin: 0 0 1rem 0;
    font-size: 2.25rem;
    text-align: justify;
}
.program-event-banner .program-event-banner-caption p:not(.h3) {
    display: block;
    margin: 0;
    font-size: 1.125rem;
    text-align: justify;
}
.program-event-banner .program-event-banner-caption a {
}
@media (max-width: 991.98px) {
    .program-event-banner .owl-item img {
        min-height: 500px;
        max-height: 600px;
        object-fit: cover;
    }
    .program-event-banner .program-event-banner-caption {
        width: auto;
        top: unset;
        left: 15px;
        right: 15px;
        padding: 20px 35px 20px 35px;
    }
    .program-event-banner .program-event-banner-caption h3 {
        margin: 0 0 0.5rem 0;
        font-size: 1.75rem;
    }
    .program-event-banner .program-event-banner-caption p {
        margin: 0 0 0.75rem 0;
        font-size: 1.125rem;
    }
    .program-event-banner .owl-dots {
        left: 0;
        bottom: 10px;
        padding: 0 0 0 35px;
    }
}

.program-event-view-photos-container {
    position: relative;
    margin-bottom: 4px;
}
.program-event-view-photos-top-remarks {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.875rem;
    text-align: center;
    color: #ffffff;
    background: #C24700;
    opacity: 0.8;
    padding: 7px 12px;
    z-index: 1;
}
.program-event-view-photos-top-highlight {
}
.program-event-view-photos-top-highlight img {
    object-fit: contain;
}
.program-event-view-photos-item {
    position: relative;
}
/* .program-event-view-photos.owl-carousel .owl-item + .owl-item .item-class {
    margin-left: 3px;
} */
.program-event-view-photos-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.program-event-view-photos-item.active:after {
    opacity: 0;
}

.program-event-enrol-form .required .has-star:not(.custom-control-label):not(.custom-file-label)::after,
.program-event-enrol-form .is-required::after {
    content: none;
}

.rhoevent-item {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.rhoevent-item .card {
    height: 100%;
    width: 100%;
    filter: drop-shadow(0px 2px 0.875rem rgba(0, 0, 0, 0.1));
}
.rhoevent-item .card-top {
    position: relative;
}
.rhoevent-item .card-top .rhoevent-top-hasReview,
.rhoevent-item .card-top .rhoevent-top-eventOver {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    background: #5B5353;
    opacity: 0.9;
    padding: 6px 10px;
}
.rhoevent-item .card-top .rhoevent-top-hasReview {
    background: #C24700;
}
.rhoevent-item .card-body {
    display: flex;
    flex-direction: column;
}
.rhoevent-item .rhoevent-name {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
}
.rhoevent-item .rhoevent-type {
    /* float: right; */
}
.rhoevent-item .card-body .rhoevent-description {
    flex-grow: 1;
}
.rhoevent-item .rhoevent-description {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.rhoevent-item .rhoevent-description .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.rhoevent-item .rhoevent-description .row > * {
    padding-left: 0;
    padding-right: 0;
}