/* Event page color ***********/
.bar-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

body.page-node-type-events .Events-Information .content::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 60%;
    top: -200px;
    z-index: -2;
    right: 0;
}

body.page-node-type-events .block-views-blockblock-event-time-block-1::after {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    content: '';
    width: 100%;
    height: 200px;
    z-index: -3;
    bottom: -22px;
    top: unset;
    left: 0;
}

body.page-node-type-events .Events-Information .content .content-right .Information-swiper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

body.page-node-type-events .event-footer::after {
    position: absolute;
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    content: '';
    width: 80%;
    height: 200px;
    top: 0;
    right: 0;
    z-index: -1;
}

/* Event page color ***********/
/* blue color ***********/
body.theme-blue .bar-section {
    background: linear-gradient(270deg, #DBF2FF 12.71%, #BBEFFF 89.9%);
}

body.theme-blue.page-node-type-events .Events-Information .content::before {
    background-color: #FFEDFD;
}

body.theme-blue.page-node-type-events .Events-Information .content .content-right .Information-swiper::after {
    background: linear-gradient(38deg, rgba(0, 0, 0, 0.4) 16.49%, rgba(0, 0, 0, 0.00) 49.93%);
}

body.theme-blue.page-node-type-events .block-views-blockblock-event-time-block-1::after {
    background: linear-gradient(to left, #9CC1D9, #C866E9);
}

body.theme-blue.page-node-type-events .event-footer::after {
    background: linear-gradient(to right, #9CC1D9, #C866E9);
}

/* green color ***********/
body.theme-green .bar-section {
    background: #FFEFB8;
}

body.theme-green.page-node-type-events .Events-Information .content::before {
    background-color: #FFF1F0;
}

body.theme-green.page-node-type-events .Events-Information .content .content-right .Information-swiper::after {
    background: linear-gradient(38deg, rgba(0, 0, 0, 0.4) 16.49%, rgba(0, 0, 0, 0.00) 49.93%);
}

body.theme-green.page-node-type-events .block-views-blockblock-event-time-block-1::after {
    background: linear-gradient(to left, #ED9D98, #659DF1);
}

body.theme-green.page-node-type-events .event-footer::after {
    background: linear-gradient(to left, #669EF2, #ED9E99);
}

/* purple color ***********/
body.theme-purple .bar-section {
    background: #DBF3FF;
}

body.theme-purple.page-node-type-events .Events-Information .content::before {
    background-color: #FFFAE9;
}

body.theme-purple.page-node-type-events .Events-Information .content .content-right .Information-swiper::after {
    background: linear-gradient(38deg, rgba(0, 0, 0, 0.4) 16.49%, rgba(0, 0, 0, 0.00) 49.93%);
}

body.theme-purple.page-node-type-events .block-views-blockblock-event-time-block-1::after {
    background: linear-gradient(to left, #B8DEFA, #B4E58B);
}

body.theme-purple.page-node-type-events .event-footer::after {
    background: linear-gradient(to left, #B4E68B, #B9DFFA);
}

/* Event - bar ***********/
.page-node-type-events #block-i2-theme-branding>div {
    margin: 0;
}

.bar-section .block-field-blocknodeeventsfield-announcement-bar-code {
    position: relative;
}

.bar-section .block-field-blocknodeeventsfield-announcement-bar-code>button {
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    opacity: 1;
}

.bar-section .block-field-blocknodeeventsfield-type {
    position: relative;
}

.bar-section .block-field-blocknodeeventsfield-type>button {
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    opacity: 1;
}

.bar-section .bar-content {
    justify-content: center;
    display: flex;
}

.bar-section .bar-content>img {
    margin-right: 10px;
}

.bar-section .bar-content .horizontal {
    font-size: 0;
    width: 37px;
    position: relative;
    margin: 0 10px;
}

.bar-section .bar-content .horizontal::after {
    content: '';
    width: 37px;
    height: 1px;
    background: #14276A;
    position: absolute;
    top: 50%;
}

.bar-section .bar-content .content {
    color: #2A1A3C;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    display: inline;
}

.bar-section .bar-content .title {
    font-size: 20px;
    color: #14276A;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.10);
    font-weight: bold;
}

.page-node-type-events header,
.page-node-type-events footer,
.page-node-type-events .block-field-blocknodeeventsfield-display-method,
.page-node-type-events .block-field-blocknodeeventsfield-event-end-date time,
.page-node-type-events .event-schedule-card .end-date {
    display: none;
}

.page-node-type-events main {
    padding-bottom: 0;
}

.page-node-type-events .bar-section .block-field-blocknodeeventsfield-announcement-bar-code {
    position: relative;
}

.page-node-type-events .bar-section .block-field-blocknodeeventsfield-type {
    position: relative;
}

.page-node-type-events .bar-section p {
    margin-bottom: 0;
}

.page-node-type-events .events-header nav.navbar {
    padding: 30px 0;
    position: absolute;
    width: 100%;
}

.page-node-type-events .events-header nav.navbar>div {
    align-items: center;
}

.page-node-type-events.sticky-menu-fixed .events-header .navbar-brand img {
    height: 55px;
    opacity: 1;
}

.page-node-type-events #block-i2-theme-main-navigation .nav-item {
    position: relative;
}

.page-node-type-events #block-i2-theme-main-navigation .nav-item>a {
    color: #351C4F;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
}

/* Event - header */
body.page-node-type-events.fixnav .events-header>.navbar {
    padding: 20px 0;
    position: fixed;
    top: 0;
    animation: wrapper-gradient 0.3s linear;
    z-index: 101;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

@keyframes wrapper-gradient {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.navbar-toggler-icon {
    background: url(../image/event/navbar-toggler-icon.svg) no-repeat;
    background-position: center center;
}

/* Event - Information swiper ***********/
.page-node-type-events .Events-Information .Information-swiper,
.page-node-type-events .Events-Information .Information-swiper .InformationSwiper {
    height: 100%;
}

.page-node-type-events .Events-Information .Information-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 5/3; */
    object-fit: cover;
}

.page-node-type-events .events-what-more {
    position: relative;
    overflow: hidden;
}

.page-node-type-events .Events-Information {
    padding-top: 150px;
}

.page-node-type-events .Events-Information .content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


.page-node-type-events .Events-Information .content::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -200px;
    width: 80%;
    height: calc(100% + 290px);
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}

.page-node-type-events .Events-Information .content .content-left {
    flex: 0 1 40%;
    padding-left: 200px;
    position: relative;
}

.page-node-type-events .Events-Information .content .content-left>div {
    position: relative;
    z-index: 1;
}

.page-node-type-events .Events-Information .content .content-left::after {
    position: absolute;
    content: 'CityUHK';
    font-size: 200px;
    color: #F4F4F4;
    font-weight: 700;
    text-transform: capitalize;
    bottom: 0;
    left: -16px;
    writing-mode: tb-rl;
    line-height: 0.7;
    z-index: 0;
    transform: rotate(180deg);
}

.page-node-type-events .Events-Information .content .content-left::before {
    content: '';
    background: url(../image/event/start.svg) no-repeat;
    background-size: contain;
    width: 214px;
    height: 214px;
    position: absolute;
    z-index: 0;
    right: -136px;
    top: 61px;
    animation: starRotate 22s linear infinite;
}

.page-node-type-events .Events-Information .content .content-left h2 {
    color: #351C4F;
    font-weight: 900;
    max-width: 320px;
    margin-top: 50px;
}

.page-node-type-events .Events-Information .content .content-left .subtitle {
    color: #351C4F;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
}

.page-node-type-events .Events-Information .content .content-left .subcontent {
    padding-left: unset;
    display: flex;
    margin-bottom: 100px;
}

.page-node-type-events .Events-Information .content .content-left .subcontent li {
    padding-left: 22px;
    border-left: 2px solid #B47CEF;
    width: 46%;
    min-width: 150px;
}

.page-node-type-events .Events-Information .content .content-left .subcontent li .label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-node-type-events .Events-Information .content .content-left .subcontent li .date {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.page-node-type-events .Events-Information .content .content-left a {
    border-radius: 8px;
    background: #BB2568;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 20px;
    /* display: none; */
}


.page-node-type-events .Events-Information .content .content-right {
    flex: 1 1 50%;
    overflow: hidden;
    position: relative;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.Informationswiper-button-prev,
.Informationswiper-button-next {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    z-index: 24;
    width: 76px;
    height: 76px;
    background-color: #fff;
    border-radius: unset;
}

.Informationswiper-button-next.swiper-button-disabled,
.Informationswiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.Informationswiper-button-prev::after,
.Informationswiper-button-next::after {
    width: 50px;
    height: 50px;
    content: '';
}

.Informationswiper-button-prev::after {
    background: url(../image/event/swiper_arrow_hover.svg) no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-size: contain;
}

.Informationswiper-button-next::after {
    background: url(../image/event/swiper_arrow_hover.svg) no-repeat;
    background-size: contain;
}

.Informationswiper-button-prev.swiper-button-disabled::after {
    background: url(../image/event/swiper_arrow.svg) no-repeat;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-size: contain;
}

.Informationswiper-button-next.swiper-button-disabled::after {
    background: url(../image/event/swiper_arrow.svg) no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-size: contain;
}


.Informationswiper-button-prev {
    right: 76px;
    border-right: 1px solid #BFBFBF;
}

.page-node-type-events .Events-Information .Informationswiper-pagination {
    bottom: 5.5%;
    text-align: left;
    padding-left: 8.25%;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.page-node-type-events .Events-Information .Informationswiper-pagination>span.swiper-pagination-current {
    font-size: 60px;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    color: rgba(255, 255, 255, 0);
}

.page-node-type-events .Events-Information .Informationswiper-pagination>span.swiper-pagination-total {
    font-size: 45px;
    font-weight: 700;
}

/* Event - What’s More ***********/
.page-node-type-events .events-what-more {
    padding: 100px 0 250px 0;
    background: url(../image/event/more_bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: -32px;
    position: relative;
    z-index: 1;
}

.page-node-type-events .events-what-more>div {
    position: relative;
}

.page-node-type-events .events-what-more h2 {
    color: #000;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}

.page-node-type-events .events-what-more .EWM-Swiper {
    max-width: 83.33%;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide {
    justify-content: center;
    display: flex;
    height: auto;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a p {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    color: #351C4F;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    max-width: 178px;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon {
    width: 100%;
    height: 140px;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_school_video {
    background: url(../image/event/icon_school_video.svg) center 3px no-repeat,
        url(../image/event/icon_school_video_bg.svg) center center no-repeat;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_schedule_download {
    background: url(../image/event/icon_schedule_download.svg) center 3px no-repeat,
        url(../image/event/icon_schedule_download_bg.svg) center center no-repeat;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_programme_video {
    background: url(../image/event/icon_programme_video.svg) center 3px no-repeat,
        url(../image/event/icon_programme_video_bg.svg) center center no-repeat;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_admission_interview {
    background: url(../image/event/icon_admission_interview.svg) center 3px no-repeat,
        url(../image/event/icon_admission_interview_bg.svg) center center no-repeat;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_calculator {
    background: url(../image/event/icon_calculator.svg) center 3px no-repeat,
        url(../image/event/icon_calculator_bg.svg) center center no-repeat;
}
.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_shuttlebus {
    background: url(../image/event/icon_shuttlebus.svg) center 3px no-repeat,
        url(../image/event/icon_shuttlebus_bg.svg) center center no-repeat;
}

.page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a .icon.icon_flagship {
    background: url(../image/event/icon_flagship.svg) center 3px no-repeat,
        url(../image/event/icon_flagship_bg.svg) center center no-repeat;
}

.page-node-type-events .events-what-more .EWM-swiper-pagination {
    bottom: -54px;
}

.page-node-type-events .events-what-more .EWM-swiper-pagination>span {
    background-color: #DFDFDF;
    border-radius: 50%;
}

.page-node-type-events .events-what-more .EWM-swiper-pagination>span.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background-color: #BB2568;
}

.page-node-type-events .events-what-more .EWM-swiper-button-next {
    box-shadow: unset;
    background-color: unset;
    right: calc(8.33% - 26px);
}

.page-node-type-events .events-what-more .EWM-swiper-button-prev {
    box-shadow: unset;
    background-color: unset;
    left: calc(8.33% - 26px);
}

.page-node-type-events .events-what-more .EWM-swiper-button-next::after {
    background: url(../image/event/swiper_more_arrow.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 34.5px;
}

.page-node-type-events .events-what-more .EWM-swiper-button-prev::after {
    background: url(../image/event/swiper_more_arrow.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 31px;
    height: 34.5px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* Event - time***********/
.block-views-blockblock-event-time-block-1 {
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}


.block-views-blockblock-event-time-block-1::before {
    position: absolute;
    content: '';
    background: url(../image/event/time_icon_2.svg) no-repeat;
    background-size: contain;
    bottom: 80px;
    right: 0px;
    width: 180px;
    height: 180px;
    animation: starRotate 22s linear infinite;
}

@keyframes starRotate {
    0% {
        transform: rotate(0deg);
    }

    6.5% {
        transform: rotate(45deg);
    }

    12.5% {
        transform: rotate(45deg);
    }

    19% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    31.5% {
        transform: rotate(135deg);
    }

    37.5% {
        transform: rotate(135deg);
    }

    44% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    56.5% {
        transform: rotate(225deg);
    }

    62.5% {
        transform: rotate(225deg);
    }

    69% {
        transform: rotate(270deg);
    }

    75% {
        transform: rotate(270deg);
    }

    81.5% {
        transform: rotate(315deg);
    }

    87.5% {
        transform: rotate(315deg);
    }

    94% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page-node-type-events .event-time {
    background: #fff url(../image/event/event_time_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 300px 0 400px 0;
    position: relative;
    z-index: -2;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.page-node-type-events .event-time::after {
    position: absolute;
    content: '';
    background: url(../image/event/time_icon_1.svg) no-repeat;
    background-size: contain;
    width: 123px;
    height: 246px;
    top: 0;
    left: 103px;
    z-index: -2;
}

.block-views-blockblock-event-time-block-1 .event-time .time-left h2 {
    color: #FFF;
    font-weight: 900;
    max-width: 388px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-left img {
    max-width: calc(100% - 30px);
}

.block-views-blockblock-event-time-block-1 .event-time .time-left .time {
    margin-top: 30px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-left .time>span:nth-child(1) {
    color: #FFF;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #6DCAFF;
    padding: 5px 10px;
    margin-right: 15px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-left .time>span:nth-child(2) {
    color: #FFF;
    font-size: 20px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right {
    margin-left: -30px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul {
    padding-left: unset;
    display: flex;
    margin-bottom: unset;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li {
    width: calc(33.33% + 20px);
    /* height: 270px; */
    aspect-ratio: 1 / 1;
    border: 1px solid #B084E0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li>div.number {
    color: #B47CEF;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li>div:nth-child(2) {
    font-size: 24px;
    color: #E0E0E0;
    font-weight: bold;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li:nth-child(2) {
    border: 1px solid #6DCAFF;
    margin-left: -30px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li:nth-child(2)>div.number {
    color: #6DCAFF;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li:nth-child(3) {
    border: 1px solid #EBCD9E;
    margin-left: -30px;
}

.block-views-blockblock-event-time-block-1 .event-time .time-right ul li:nth-child(3)>div.number {
    color: #EBCD9E;
}

/* Event - Highlight***********/
.page-node-type-events .view-block-events-highlight {
    margin-top: -13%;
    margin-bottom: 150px;
}

.page-node-type-events .view-block-events-highlight .youtube-container {
    margin-bottom: 0;
}

.page-node-type-events .view-block-events-highlight .youtube-container iframe {
    border: #AAD2FF 13px solid;
    display: block;
    max-width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 64 / 48;
    margin: 0 auto;
}

.page-node-type-events .views-field-field-highlight-video {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 640px;
}

.page-node-type-events .events-highlight {
    margin-top: -13%;
    margin-bottom: 40px;
}

.page-node-type-events .events-highlight h2 {
    color: #FFF;
    font-weight: 900;
    text-align: center;
}

.page-node-type-events .events-highlight .video-section {
    max-width: 760px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 13px solid #AAD2FF;
}

.page-node-type-events .events-highlight .cover {
    position: relative;
}

.page-node-type-events .events-highlight .cover::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.page-node-type-events .events-highlight .cover img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1;
}

.page-node-type-events .events-highlight .video-section>div:nth-child(2) {
    top: 50%;
    left: 50%;
    background: url(../image/event/play_video_arrow.svg) 53% center no-repeat;
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.page-node-type-events .events-highlight .video-section>div:nth-child(2)::after {
    background: url(../image/event/video_circle.svg) no-repeat;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    margin-left: -50%;
    margin-top: -50%;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: videoPlay 5s linear infinite;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-node-type-events .events-highlight .video-section>div:nth-child(2):hover::after {
    width: 90%;
    height: 90%;
    margin-left: -45%;
    margin-top: -45%;
    animation: videoPlay 2.5s linear infinite;
}

/* Animation */
@keyframes videoPlay {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        /* Firefox */
        -webkit-transform: rotate(360deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

/* Event - footer***********/
.page-node-type-events .event-footer {
    position: relative;
    z-index: 2;
}

.page-node-type-events .event-footer>div {
    background-color: #1F1E3E;
    -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
    padding-top: 100px;
    padding-bottom: 55px;
    position: relative;
}


.page-node-type-events .event-footer .region-footer {
    justify-content: space-between;
    display: flex;
    margin-bottom: 120px;
    padding-top: 50px;
}

.page-node-type-events .event-footer .region-footer ul {
    padding-left: 0;
    display: flex;
}

.page-node-type-events .event-footer .region-footer .region-footer-left-top ul li {
    margin: 0 20px;
}

.page-node-type-events .event-footer .region-footer .region-footer-left-top ul>li:first-child {
    margin-left: 0;
}

.page-node-type-events .event-footer .region-footer .region-footer-right-top ul li {
    margin: 0 8px;
}

.page-node-type-events .event-footer .region-footer .region-footer-left-top ul>li:last-child {
    margin-right: 0;
}

/* Event - Schedule***********/
.event-schedule-section {
    position: relative;
    overflow-x: clip;
}

.event-schedule-section::after {
    background: url(../image/event/schedule_bg.png) center center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.event-schedule-header {
    margin-bottom: 40px;
    position: relative;
}

.event-schedule-header::before {
    background: url(../image/event/schedule_heading_bg.svg) center center no-repeat;
    background-size: cover;
    content: '';
    width: 225px;
    height: 225px;
    position: absolute;
    left: -48px;
    bottom: -35px;
    z-index: -1;
}

.event-schedule-header h2 {
    color: #351C4F;
    font-weight: 900;
}

.event-schedule-header ul {
    display: flex;
    padding-left: unset;
    justify-content: flex-end;
}

.event-schedule-header:not(.ul) ul {
    display: none;
}

body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs {
    border-bottom: 1px solid #14276A;
    margin-bottom: 20px;
}

body.page-node-type-events div.paragraph__column .event-schedule-header ul li {
    list-style: none;
    margin-right: 30px;
}

body.page-node-type-events div.paragraph__column .event-schedule-header ul li .language {
    font-size: 18px;
    color: #000;
}

body.page-node-type-events div.paragraph__column .event-schedule-header ul li .icon {
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    font-weight: bold;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

body.page-node-type-events div.paragraph__column .event-schedule-header ul li:nth-child(1) .icon {
    background-color: #8E65BA;
}

body.page-node-type-events div.paragraph__column .event-schedule-header ul li:nth-child(2) .icon {
    background-color: #44A8B6;
}

body.page-node-type-events div.paragraph__column .event-schedule-header ul li:nth-child(3) .icon {
    background-color: #AD2344;
}

body.page-node-type-events .event-schedule-section .paragraph .schedule-dropdown-button {
    display: none;
    cursor: pointer;
    font-size: 22px;
    color: #351C4F;
    font-weight: 700;
}

body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li>div {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
}

body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li.active>div {
    border-bottom: 8px solid;
    /* border-image: linear-gradient(90deg, #C866E9 3.65%, #9CC1D9 93.08%); */
    border-image-source: linear-gradient(to right, #C866E9, #9CC1D9);
    border-image-slice: 1;
}

body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li>div {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 0 22px;
    cursor: pointer;
    padding-bottom: 30px;
}

body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li.active>div {
    color: #561C93;
}

body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li:nth-child(1)>div {
    margin: unset;
    margin-right: 22px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    min-height: 768px;
    position: relative;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule::after {
    background: url(../image/event/schedule_footer_plus.svg) center center no-repeat;
    background-size: contain;
    content: '';
    width: 108px;
    height: 108px;
    position: absolute;
    right: -68px;
    bottom: -40px;
    z-index: -1;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-filters {
    flex: 0 1 35%;
    padding-right: 30px;
}

body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane {
    position: relative;
}

body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple .filters {
    padding-left: unset;
    width: calc(35% - 20px);
    max-width: 488px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple>.paragraph__column {
    position: unset;
}

body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple li {
    list-style: none;
    color: #0A193D;
    font-size: 20px;
    padding: 10px 0;
    cursor: pointer;
}

body.page-node-type-events .event-schedule-section .tab-content>div .view-block-event-schedule .view-filters .views-exposed-form {
    display: none;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content {
    flex: 0 1 65%;
    width: 100%;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #14276A; */
    max-height: 768px;
    height: 100%;
    overflow: hidden;
    overflow-y: overlay;
    padding-top: 0px;
    padding-right: 10px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content::-webkit-scrollbar {
    background: #d6d6d6;
    width: 4px;
    height: 3px;
    border-radius: 20px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #BB2568;
}

body.page-node-type-events .event-schedule-section .event-schedule-card {
    border: 1px solid #14276A;
    padding: 30px;
    border-top: unset;
    background: linear-gradient(90deg, #EFFFFD 10.83%, #FFF 89.57%);
}


body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content {
    position: relative;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .type-title.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title {
    font-weight: 800;
    color: #351C4F;
    font-size: 24px;
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #14276A;
    padding: 15px 28px;
    background: linear-gradient(90deg, #EFFFFD 10.83%, #FFF 89.57%);
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title:first-child {
    margin-top: 1px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-0,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-3,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-6,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-9,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-0,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-3,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-6,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-9 {
    background: linear-gradient(90deg, #EFFFFD 10.83%, #FFF 89.57%);
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-1,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-4,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-7,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-10,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-1,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-4,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-7,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-10 {
    background: linear-gradient(90deg, #EBEDFF 10.83%, #FFF 89.57%)
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-2,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-5,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-8,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title.type-title-11,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-2,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-5,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-8,
body.page-node-type-events .event-schedule-section .event-schedule-card.event-schedule-card-11 {
    background: linear-gradient(90deg, #FFEFEF 10.83%, #FFF 89.57%);
}

[class*='type-title-'] {
    display: none;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.last-row {
    margin-bottom: 30px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.last-row .event-schedule-card {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card .department {
    color: #146539;
    font-size: 18px;
    font-weight: 700;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-0 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-3 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-6 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-9 .department {
    color: #146539;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-1 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-4 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-7 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-10 .department {
    color: #561C93;
}

body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-2 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-5 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-8 .department,
body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .event-schedule-card-11 .department {
    color: #AD2344;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .type {
    display: none;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-1,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 {
    justify-content: space-between;
    display: flex;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-1 .language {
    margin-top: 20px;
    justify-content: flex-end;
    width: 100%;
    display: flex;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .language {
    font-size: 0;
    display: flex;
    align-items: center;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .language>span {
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .language>span.cantonese-icon {
    background-color: #8E65BA;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .language>span.english-icon {
    background-color: #44A8B6;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .language>span.putonghua-icon {
    background-color: #AD2344;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .language>span:nth-child(2),
body.page-node-type-events .event-schedule-section .event-schedule-card .language>span:nth-child(3) {
    margin-left: 10px;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    margin-top: 10px;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .title>p {
    display: inline;
    /* margin-right: 10px; */
}

body.page-node-type-events .event-schedule-section .event-schedule-card .title>span {
    margin-left: 10px;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .title>span,
body.page-node-type-events .event-schedule-section .event-schedule-card .title>span p {
    font-size: 20px;
    color: #AD2344;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right {
    display: flex;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div:not(.language)>span {
    color: #353535;
    font-size: 16px;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div {
    margin-right: 20px;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div>img {
    float: left;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div>span {
    max-width: 250px;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>div.video>a.video_icon {
    background: url(../image/event/video.svg) center center no-repeat;
    background-size: cover;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>div.video>a.youtube_icon {
    background: url(../image/event/video.svg) center center no-repeat;
    background-size: cover;
} */

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.website>a,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.website>div,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.documentation>a,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.documentation>div,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.video>a,
body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.video>div {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>div:not(:first-child)>a {
    margin-left: 15px;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.website>a {
    background: url(../image/event/web_active.svg) center center no-repeat;
    background-size: cover;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.website>div {
    background: url(../image/event/web.svg) center center no-repeat;
    background-size: cover;
    display: none;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.documentation>a {
    background: url(../image/event/leadflet_active.svg) center center no-repeat;
    background-size: cover;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.documentation>div {
    background: url(../image/event/leadflet.svg) center center no-repeat;
    background-size: cover;
    display: none;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.video>a.youtube_icon {
    background: url(../image/event/youtube_active.svg) center center no-repeat;
    background-size: cover;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.video>a.video_icon {
    background: url(../image/event/video_active.svg) center center no-repeat;
    background-size: cover;
}

body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right>.video>div {
    background: url(../image/event/video.svg) center center no-repeat;
    background-size: cover;
    display: none;
}

body.page-node-type-events .event-schedule-container {
    min-height: 1000px;
}

/* Event - media***********/
@media (min-width: 1400px) {

    .page-node-type-events .events-what-more h2,
    .page-node-type-events .events-highlight h2,
    .event-schedule-header h2 {
        font-size: 48px;
    }

    .page-node-type-events .Events-Information .content .content-left h2 {
        font-size: 52px;
        max-width: 486px;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-left h2 {
        font-size: 58px;
    }
}

@media (max-width: 1199px) {

    /* Event - header */
    .navbar .navbar-nav {
        padding: 10px 0;
    }

    .navbar .navbar-collapse::before {
        background-color: #fff;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 115px;
        bottom: 30px;
        z-index: -1;
    }

    /* Event - bar ***********/
    .bar-section .bar-content .title {
        font-size: 18px;
    }

    .bar-section .bar-content .content {
        font-size: 14px;
    }

    /* Event - Information swiper ***********/
    .page-node-type-events .event-time {
        padding: 225px 0 300px 0;
    }

    .page-node-type-events .event-time::after {
        width: 90px;
        height: 180px;
        left: 45px;
    }

    .page-node-type-events .Events-Information .content .content-left {
        padding-left: 100px;
    }

    .page-node-type-events .Events-Information .content .content-left::after {
        font-size: 100px;
    }

    .page-node-type-events .Events-Information .content .content-left .subcontent {
        margin-bottom: 50px;
    }

    .page-node-type-events .Events-Information .content .content-left .subcontent li {
        min-width: 140px;
    }

    /* Event - Highlight***********/
    .page-node-type-events .events-highlight {
        margin-top: -17%;
    }

    /* Event - Schedule***********/
    body.page-node-type-events .event-schedule-section .event-schedule-card {
        padding: 25px;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .title {
        margin-top: 0;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div>span {
        max-width: 160px;
    }


    /* Event - What’s More ***********/
    .page-node-type-events .events-what-more .EWM-Swiper {
        max-width: calc(100% - 40px);
    }

    .page-node-type-events .events-what-more .EWM-swiper-button-next {
        right: -8px;
    }

    .page-node-type-events .events-what-more .EWM-swiper-button-prev {
        left: -8px;
    }

    .page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .bar-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bar-section .bar-content {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .bar-section .bar-content .horizontal {
        display: none;
    }

    .bar-section .bar-content .content {
        font-size: 16px;
        line-height: 24px;
    }

    .bar-section .block-field-blocknodeeventsfield-announcement-bar-code>button {
        top: 0;
    }

    .bar-section .block-field-blocknodeeventsfield-type>button {
        top: 0;
    }

    /* Event - time***********/
    .block-views-blockblock-event-time-block-1::before {
        bottom: calc(25vw + 80px);
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-right ul li>div.number {
        font-size: 50px;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-right ul li>div:nth-child(2) {
        font-size: 16px;
    }

    .page-node-type-events .event-time {
        padding-bottom: calc(25vw + 300px);
    }

    /* Event - Highlight***********/
    .page-node-type-events .events-highlight {
        margin-top: calc(-25vw - 60px);
        /* margin-bottom: 174px; */
    }

    .page-node-type-events .events-highlight .video-section {
        width: calc(100% - 40px);
    }

    /* Event - Schedule***********/
    body.page-node-type-events .event-schedule-section .view-block-event-schedule {
        margin-bottom: 86px;
    }

    body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content>.type-title {
        padding: 11px 20px;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card {
        padding: 20px;
    }

    /* body.page-node-type-events .event-schedule-section .event-schedule-card .language {
        text-align: right;
        margin-bottom: 20px;
    } */

    body.page-node-type-events .event-schedule-section .event-schedule-card .title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .title P {
        margin: 0;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-1 {
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-1:last-child {
        margin-bottom: 0;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 {
        flex-direction: column;
        position: relative;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left {
        flex-direction: column;
        /* margin-bottom: 10px; */
        position: relative;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div {
        margin-right: 0;
        margin-bottom: 5px;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div:not(:last-child) {
        margin-bottom: 10px;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div>span {
        max-width: none;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .right {
        justify-content: flex-end;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    body.page-node-type-events .event-schedule-section .event-schedule-card .section-2 .left>div.video {
        position: absolute;
        left: 0;
        bottom: -57px;
    }

    /* body.page-node-type-events .event-schedule-section .event-schedule-card .section-1 .language {
        margin: -30px 0 0 2px;
        padding-bottom: 5px;
        justify-content: flex-start;        
    } */

    body.page-node-type-events .event-schedule-section .event-schedule-card .language>span {
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

    body.page-node-type-events .event-schedule-section .view-block-event-schedule::after {
        width: 74px;
        height: 74px;
        right: -14px;
        bottom: -52px;
    }

    /* Event - What’s More ***********/
    .page-node-type-events .events-what-more {
        padding: 75px 0 180px 0;
    }
}

@media (max-width: 767px) {
    .page-node-type-events .container {
        --bs-gutter-x: 40px;
    }

    .page-node-type-events .events-header .navbar .navbar-toggler {
        margin-right: -15px;
    }

    .page-node-type-events .events-header nav.navbar {
        background-color: #fff;
        padding: 0;
        position: fixed;
        animation: none !important;
    }

    body.page-node-type-events.fixnav .events-header>.navbar {
        padding: 0;
    }

    /* Event page color ***********/
    .page-node-type-events .Events-Information {
        overflow: hidden;
    }

    .page-node-type-events .Events-Information .content::before,
    .page-node-type-events .Events-Information .content::after {
        content: none !important;
    }

    .page-node-type-events .Events-Information {
        padding-top: 85px;
    }

    body.theme-blue.page-node-type-events .Events-Information .content::before {
        content: none;
    }

    .page-node-type-events .Events-Information .content .content-left {
        flex: 0 1 100%;
        order: 2;
        padding: 0 20px;
    }

    .page-node-type-events .Events-Information .content .content-left::before {
        width: 130px;
        height: 130px;
        right: -20px;
        top: 90px;
        z-index: -3;
    }

    .page-node-type-events .Events-Information .content .content-left::after {
        content: none;
    }

    .page-node-type-events .Events-Information .content .content-left a {
        display: block;
        margin-bottom: 50px;
    }

    body.page-node-type-events .Events-Information .content .content-right {
        margin-left: 20px;
    }

    /* Event - Information swiper ***********/
    body.page-node-type-events .Events-Information .content .content-right .Information-swiper {
        padding-left: 20px;
    }

    .Informationswiper-button-prev {
        right: 44px;
    }

    .Informationswiper-button-prev,
    .Informationswiper-button-next {
        width: 44px;
        height: 44px;
    }

    .Informationswiper-button-prev::after,
    .Informationswiper-button-next::after {
        width: 35px;
        height: 35px;
    }

    .page-node-type-events .Events-Information .Informationswiper-pagination {
        padding-left: 23px;
        bottom: 11px;
    }

    .page-node-type-events .Events-Information .Informationswiper-pagination,
    .page-node-type-events .Events-Information .Informationswiper-pagination>span.swiper-pagination-total {
        font-size: 30px;
    }

    .page-node-type-events .Events-Information .Informationswiper-pagination>span.swiper-pagination-current {
        font-size: 40px;
    }

    .page-node-type-events .Events-Information .content .content-left h2 {
        font-size: 36px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .page-node-type-events .Events-Information .content .content-left .subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .page-node-type-events .Events-Information .content .content-left .subcontent {
        flex-wrap: wrap;
    }

    .page-node-type-events .Events-Information .content .content-left .subcontent li {
        width: 100%;
    }

    .page-node-type-events .Events-Information .content .content-left .subcontent li:not(:last-child) {
        margin-bottom: 15px;
    }

    /* Event - time***********/
    .page-node-type-events .event-time {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
        padding-top: 100px;
        padding-bottom: calc(25vw + 220px);
    }

    .page-node-type-events .event-time::after {
        width: 60px;
        height: 120px;
        left: 20px;
        top: -60px;
    }

    .block-views-blockblock-event-time-block-1::before {
        width: 100px;
        height: 100px;
    }

    body.page-node-type-events .block-views-blockblock-event-time-block-1::after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
        height: 40px;
        bottom: 0px;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-left {
        margin-bottom: 60px;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-left h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-left img {
        max-width: 100%;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-left .time {
        margin-top: 20px;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-right {
        margin-left: 0;
    }

    .block-views-blockblock-event-time-block-1 .event-time .time-right ul li>div.number {
        font-size: 40px;
    }

    /* Event - Highlight***********/
    .page-node-type-events .events-highlight {
        /* margin-bottom: 164px; */
    }

    .page-node-type-events .events-highlight h2 {
        font-size: 36px;
        text-align: left;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    /* Event - Schedule***********/
    body.page-node-type-events .event-schedule-container {
        min-height: unset;
    }

    .event-schedule-header {
        margin-bottom: 60px;
    }

    .event-schedule-header::before {
        width: 130px;
        height: 130px;
        left: -10px;
        bottom: auto;
        top: -56px;
    }

    .event-schedule-header h2 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .block-field-blockparagraphcommon-contentfield-common-content .event-schedule-header ul {
        display: none;
    }

    body.page-node-type-events div.paragraph__column .event-schedule-header ul li {
        display: flex;
        flex: 1 1 auto;
        width: 33.33%;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }

    body.page-node-type-events div.paragraph__column .event-schedule-header ul li .icon {
        margin-bottom: 5px;
        margin-right: 0;
    }

    body.page-node-type-events div.paragraph__column .event-schedule-header ul li .language {
        font-size: 16px;
    }

    /*schedule filters***********/
    body.page-node-type-events .event-schedule-section .paragraph {
        position: relative;
    }

    body.page-node-type-events .event-schedule-section .view-block-event-schedule {
        min-height: auto;
    }

    /* body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-filters {
        display: none;
    } */
    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane {
        border-top: #351C4F 1px solid;
        margin-top: 20px;
        /* padding-top: 56px; */
        padding-top: 160px;
    }

    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane>.paragraph--type--bp-simple {
        border-bottom: #351C4F 1px solid;
        padding: 0 0 20px;
        position: absolute;
        top: 30px;
    }

    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane>.paragraph--type--bp-simple .schedule-filters-dropdown-button {
        font-size: 22px;
        font-weight: 700;
        position: relative;
    }

    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple .filters {
        width: 100%;
        top: 30px;
    }

    /*schedule filters end***********/
    body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content {
        flex: 0 1 100%;
    }

    body.page-node-type-events .event-schedule-section .paragraph .schedule-dropdown-button {
        display: block;
        position: relative;
    }

    body.page-node-type-events .event-schedule-section .paragraph .schedule-dropdown-button::after,
    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane>.paragraph--type--bp-simple .schedule-filters-dropdown-button::after {
        background: url(../image/event/dropdown-button-arrow.svg) center center no-repeat;
        content: '';
        display: block;
        width: 18px;
        height: 9px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: 0.2s all ease;
    }

    body.page-node-type-events .event-schedule-section .paragraph .schedule-dropdown-button.show::after,
    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane>.paragraph--type--bp-simple .schedule-filters-dropdown-button.show::after {
        transform: translateY(-50%) rotate(180deg);
    }

    body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs,
    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple ul {
        background-color: #fff;
        border: #14276A 1px solid;
        border-radius: 10px;
        line-height: 1.25;
        display: none;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 34px 24px !important;
        position: absolute;
        z-index: 99;
    }

    body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li {
        display: block;
        width: 100%;
    }

    body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li:not(:last-child) {
        margin-bottom: 25px;
    }

    body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li>div {
        border-bottom: 0 !important;
        color: #767676;
        font-size: 20px;
        font-weight: 400;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-bottom: 0;
    }

    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple>.paragraph__column {
        padding-top: 0;
    }

    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple li {
        color: #767676;
        padding: 0;
    }

    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple li:not(:last-child) {
        margin-bottom: 25px;
    }

    body.page-node-type-events .event-schedule-section .paragraph ul.nav-tabs li.active>div,
    body.page-node-type-events .event-schedule-section .paragraph--type--bp-tabs .tab-content>.tab-pane .paragraph--type--bp-simple li.active {
        color: #351C4F;
        font-weight: 700;
    }

    /* Event - What’s More ***********/
    .page-node-type-events .events-what-more {
        padding: 75px 0 195px 0;
    }

    .page-node-type-events .events-what-more h2 {
        font-size: 36px;
        text-align: left;
        margin-bottom: 60px;
        padding-left: 20px;
    }

    .page-node-type-events .events-what-more .EWM-Swiper .swiper-slide>a {
        padding: 50px;
    }

    .page-node-type-events .events-what-more .EWM-swiper-button-next {
        width: 31px;
        height: 31px;
        right: 12px;
    }

    .page-node-type-events .events-what-more .EWM-swiper-button-prev {
        width: 31px;
        height: 31px;
        left: 12px;
    }

    .page-node-type-events .events-what-more .EWM-swiper-pagination {
        bottom: -69px;
    }

    /* Event - footer***********/
    .page-node-type-events .event-footer .region-footer {
        flex-direction: column-reverse;
        margin-bottom: 0;
        padding-top: 0;
    }

    body.page-node-type-events .event-footer::after {
        -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
        top: -25px;
    }

    .page-node-type-events .event-footer>div {
        -webkit-clip-path: polygon(0 0, 100% 25px, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 25px, 100% 100%, 0% 100%);
        padding-top: 80px;
    }

    .page-node-type-events .event-footer .region-footer .region-footer-left-top ul {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .page-node-type-events .event-footer .region-footer .region-footer-left-top ul li {
        line-height: 1.25;
        margin: 0 0 20px;
    }

    .page-node-type-events .event-footer .region-footer ul.social-media {
        margin-left: -16px;
        margin-bottom: 50px;
    }

    .page-node-type-events #block-footer-end-content section img {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    body.page-node-type-events .event-schedule-section .view-block-event-schedule .view-content .type-title.sticky {
        height: 105px;
    }
}