.slideshow2 {}

.slideshow2 .views-row {
    position: relative;
}

.slideshow2 .views-content {
    position: relative;
}

.slideshow2 .views-content .owl-dots {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
}

.slideshow2 .views-content .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
    bottom: 0;
    margin: 10px 0 0;
}

.slideshow2 .views-content .owl-dots button {
    display: inline-block;
    width: 30px;
    height: 6px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 7px 1px #a5a5a5;
}

.slideshow2 .views-content .owl-dots button.active {
    background: #3636d0;
}

.slideshow2 .views-content .owl-nav {
    top: 50%;
    height: 0;
    display: flex;
    justify-content: space-between;
    margin-top: -25px;
    padding: 0 5px;
    position: absolute;
    width: 100%;
}

.slideshow2 .views-content .owl-nav button {
    display: inline-block;
    width: 25px;
    height: 50px;
    background: #ffffff59;
    border-radius: 3px;
}

.slideshow2 .views-content .owl-nav button:hover {
    background: #fff;

}

.slideshow2 .views-content .owl-nav button span {
    font-size: 35px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #3636d0;
}

.slideshow2 .suptitle {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.slideshow2 .suptitle * {
    display: inline-block;
    padding: 10px 20px;
    background: #3636d0;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 7px 1px #a5a5a5;
}

@media screen and (max-width:600px) {
    .slideshow2 .views-content .owl-dots button {
        width: 25px;
        height: 5px;
    }

    .slideshow2 .views-content .owl-nav button {
        width: 20px;
        height: 40px;
    }
}


/************************/

.front-events {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
}

.front-events .block-header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    position: sticky;
    background: #faf9f7;
    top: 0;
    z-index: 100;
}

.front-events .block-header:before {
    width: 100%;
    content: '';
    display: inline-block;
    height: 2px;
    background: #2222c9;
    position: absolute;
    top: 27px;
    right: 0;
    z-index: 0;
}

.front-events .block-title {
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #faf9f7;
    padding: 10px 20px;
}

.front-events .block-title span {
    font-size: 21px;
}

.front-events .wdheader>span:first-child {
    display: none;
}

.front-events .views-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.front-events .ewright {
    flex: 0 0 35%;
    position: relative;
}

.front-events .ewright .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px #212a361a;
}

.front-events .ewright .image:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#212a364d, #212a364d);
    display: none;
}

.front-events .ewright .title {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    margin-top: -40px;
    display: none;
}

.front-events .ewright .title a {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.front-events .ewright .hour,
.front-events .ewright .body {
    display: none;
}

.front-events .ewright .date {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    padding: 10px 20px 6px;
    border-radius: 3px;
    display: none;
}

.front-events .ewright .date div {
    font-size: 23px;
}

.front-events .ewleft {
    flex: 0 0 64%;
}

.front-events .ewleft .views-row {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    transition: box-shadow .5s;
    box-shadow: 0 0 20px #212a361a;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.front-events .ewleft .date {
    display: inline-block;
    width: 100px;
    background: #ffa612;
    height: 70px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.front-events .ewleft .views-row:nth-child(2) .date {
    background: #53b4f9
}

.front-events .ewleft .views-row:nth-child(3) .date {
    background: hsla(303.0769230769231, 77.23%, 39.61%, 1.00)
}

.front-events .ewleft .date div {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.front-events .ewleft .leftv {
    flex: 1;
    position: relative;
}

.front-events .ewleft .views-row.grouped {}

.front-events .ewleft .grouped .leftv {
    flex: 0 0 100%;
    padding-bottom: 20px;
    padding-right: 30px;
}


.front-events .ewleft .grouped .leftv:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #f76e44;
    border-radius: 40px;
}

.front-events .ewleft .grouped .leftv:after {
    content: '';
    display: block;
    position: absolute;
    right: 4px;
    top: 7px;
    width: 2px;
    height: 100%;
    background: #f76e44;
    border-radius: 40px;
}



.front-events .ewleft .hour span {
    font-size: 13px;
    color: #1c1c96bd;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.front-events .ewleft .title a {
    font-size: 17px;
    color: #0e0e95;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

.front-events .ewleft .title a.edit {
    font-size: 11px;
}

.front-events .ewleft .body div {
    color: #1c1c96bd;
}

.front-events.ew2 footer .more {
    text-align: center;
    margin: 20px 0;
}

.front-events.ew2 footer a {
    display: inline-block;
    padding: 7px 40px;
    border-radius: 4px;
    background: #2626c9;
    color: #fff;
    background: #0d0d6e;
    background-image: -webkit-linear-gradient(top, #0d0d6e, #2929b3);
    background-image: -moz-linear-gradient(top, #0d0d6e, #2929b3);
    background-image: -ms-linear-gradient(top, #0d0d6e, #2929b3);
    background-image: -o-linear-gradient(top, #0d0d6e, #2929b3);
    background-image: linear-gradient(to bottom, #0d0d6e, #2929b3);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
}

.node-view .register-link a:hover {
    background: #2c2cbd;
    background-image: -webkit-linear-gradient(top, #2c2cbd, #5757bd);
    background-image: -moz-linear-gradient(top, #2c2cbd, #5757bd);
    background-image: -ms-linear-gradient(top, #2c2cbd, #5757bd);
    background-image: -o-linear-gradient(top, #2c2cbd, #5757bd);
    background-image: linear-gradient(to bottom, #2c2cbd, #5757bd);
    text-decoration: none;
}



@media screen and (max-width:1000px) {
    .front-events .ewleft .date {
        height: 50px;
        width: 80px;
    }

    .front-events .ewleft .date div {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
    }

    .front-events .ewleft .hour span {
        font-size: 13px;
    }

    .front-events .ewleft .title span {
        font-size: 16px;
    }

    .front-events .ewleft .views-row {
        margin-bottom: 8px;
    }
}

@media screen and (max-width:650px) {
    .front-events .views-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .front-events .ewright {
        flex: 0 0 300px;
        margin-bottom: 20px;
    }

    .front-events .ewleft {
        flex: 0 0 100%;
    }
}


/*****************/
.visit_workshop {}



.visit_workshop .block-header {
    text-align: center;
    margin-bottom: 20px;
    position: sticky;
    background: #faf9f7;
    top: 0;
    z-index: 100;
}

.visit_workshop .block-header:before {
    width: 100%;
    content: '';
    display: inline-block;
    height: 2px;
    background: #2222c9;
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 0;
}

.visit_workshop .block-title {
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #faf9f7;
    padding: 10px 20px;
}

.visit_workshop .block-title span {
    font-size: 21px;
    /* font-weight: 700; */
}



.visit_workshop .views-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.visit_workshop .views-row {
    flex: 0 0 32%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 10px #212a361a;
    border-radius: 7px;
}

.visit_workshop .owl-item .views-row {
    margin: 0 10px;
}


.visit_workshop .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.visit_workshop .rightp {
    flex: 1;
    padding: 20px 20px;
}

.visit_workshop .title a {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.visit_workshop .body div {
    display: inline-block;
    width: 100%;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #101074a3;
}

.visit_workshop .image {
    flex: 0 0 100%;
    /* max-height: 230px; */
    overflow: hidden;
}

.visit_workshop .more {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.visit_workshop .more a {
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px dashed;
    background: #f0eb7a6e;
}

@media screen and (max-width:950px) {
    .visit_workshop .rightp {
        padding: 20px 10px;
    }

    .visit_workshop .title a {
        font-size: 18px;
    }

    .visit_workshop .views-row {
        flex: 0 0 49%;
        max-width: 600px;
        margin-bottom: 20px;
    }

    .visit_workshop .body>div {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        min-height: 40px;
        margin-bottom: 8px;
    }


}

@media screen and (max-width:550px) {
    .visit_workshop .views-row {
        flex: 0 0 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .visit_workshop .views-content {
        flex-wrap: wrap;
        justify-content: center;
    }
}












.week-days .block-header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    position: sticky;
    background: #faf9f7;
    top: 0;
    z-index: 100;
}

.week-days .block-header:before {
    width: 100%;
    content: '';
    display: inline-block;
    height: 2px;
    background: #2222c9;
    position: absolute;
    top: 27px;
    right: 0;
    z-index: 0;
}

.week-days .block-title {
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #faf9f7;
    padding: 10px 20px;
}

.week-days .block-title span {
    font-size: 21px;
}

.week-days .desc {
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #faf9f7;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 17px;
}


.week-days-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 1%;
}

.week-days-content .week-day {
    flex: 0 0 24.25%;
    background: #fff;
    padding: 17px;
    position: relative;
    transition: box-shadow .5s;
    box-shadow: 0 0 20px #212a361a;
    border-radius: 5px;
}

.week-days-content .week-day-1 {
    display: none;
}

.week-days-content .wd-today {
    /* background: #2222c92e; */
}


.week-days-content .wdheader {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    justify-content: space-between;
    align-items: center;
}

.week-days-content .wdheader span {
    /* font-size: 16px; */
    margin-bottom: 4px;
}

.week-days-content .wdheader span~span {
    font-size: 11px;
    color: #101074b8;
}


.week-days-content .wd-passed .wdheader {
    border-bottom: 1px solid #ddd;
}

.week-days-content .wdbody {}

.week-days-content .wdbody .session {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.week-days-content .session a {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
}

.week-days-content .wdbody .session.inactive * {
    color: #999;
}

.week-days-content .session .time {
    font-size: 11px;
}

.week-days-content .session .action {
    font-size: 11px;
    color: #f76e44;
}

.week-days-content .wd-passed .wdbody .session * {
    /* color: #999; */
}

.week-days-content .wd-passed .wdheader span {
    /* color: #aaa; */
}

.week-days-content .week-day-6,
.week-days-content .week-day-7 {
    display: none
}


@media screen and (max-width:1000px) {
    .week-days-content .week-day {
        flex: 0 0 32%;
    }
}

@media screen and (max-width:700px) {
    .week-days-content .week-day {
        flex: 0 0 49%;
    }
}

@media screen and (max-width:450px) {
    .week-days-content .week-day {
        flex: 0 0 100%;
    }
}





.page-node-34855 h1 {
    display: none;
}

/* .intro */
.intro {
    display: inline-block;
    width: 100%;
}

.intro .wintro {
    display: flex;
    flex-wrap: wrap;
}

.intro .intro-left {
    flex: 0 0 50%;
    padding-right: 20px;
}

.intro .intro-right {
    flex: 0 0 50%;
}

.intro .wintro .ititle {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.intro .isubtitle {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.intro .ibody {
    margin: 20px 0;
}


@media screen and (max-width:850px) {
    .intro .intro-left {
        flex: 0 0 100%;
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .intro .intro-right {
        flex: 0 0 100%;
    }
}


.intro .iicons {
    display: inline-block;
    width: 100%;
}

.intro .iicons>div {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
}

.intro .istatistics {
    flex: 0 0 49%;
    display: flex;
    margin-bottom: 20px;
    padding-right: 10px;
}

.intro .istatistics .iicon {
    flex: 0 0 50px;
    height: 50px;
    background: #2e3fb329;
    border-radius: 7px;
    margin-left: 20px;
    transform: rotate(45deg);
    animation: spin1 6s infinite;
    margin-top: 6px;
}
.intro .istatistics .iicon span {
    color: #d9dbec;
}

.intro .istatistics .stat-left {
    flex: 1;
}

.intro .istatistics .stat-left>span {
    display: inline-block;
    width: 100%;
    font-size: 28px;
}

.intro .istatistics .stat-left>span:nth-child(2) {
    font-size: 14px;
    line-height: 21px;
}

/* Keyframes to handle spinning */
@keyframes spin1 {
    0% {
        transform: rotate(45deg);
        /* Start at 50deg */
    }

    83.33% {
        transform: rotate(45deg);
        /* Stay at 50deg for 5 seconds (5/6 of total time) */
    }

    100% {
        transform: rotate(410deg);
        /* End at 50deg + 360deg (full spin in 1 second) */
    }
}

@media screen and (max-width:550px){
    .intro .istatistics {
    flex: 0 0 100%;
}
}


.front #main-wrapper { 
    display: none;
}