.in__event-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.in__event-slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 25, 30, 0) 0%, rgba(20, 25, 30, 0.5) 21.01%, #14191E 100%);
}

.in__event-content {
    padding: 24.0625rem 0 22.5rem;
    position: relative;
}

.in__event-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9375rem;
    background-color: rgba(0,0,0,0.2);
    padding: 0.625rem 0.9375rem;
    border-radius: 2.5rem;
}

.in__event-content > *:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 0.0625rem solid var(--text-light-color);
    opacity: 1;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 1.25rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--text-light-color);
    width: 1.5625rem;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

/**/
.in__list {
    margin: 0;
    padding: 6.25rem 0;
    position: relative;
}

.in__event_card {
    border: 0.0625rem solid #DADADA;
    border-radius: 0.75rem;
    overflow: hidden;
}

.in__event_card-inner {
    padding: 1.25rem;
}

.date {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.in__event_card-inner > *:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.btn--small {
    font-size: 0.75rem;
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--text-light-color);
    padding: 0.375rem 0.75rem;
    min-width: initial;
}

.in__event_card-inner > h6, .in__event_card-inner > p, .in__highlight-slide h6, .list-desc h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.in__event_card-inner > h6,  .in__highlight-slide h6, .list-desc h6 {
    -webkit-line-clamp: 2;
}

.in__event_card-inner > p{
    -webkit-line-clamp: 4;
}

.in__past_list{
    position: relative;
    overflow: hidden;
}

.in__past_list, .in__highlight {
    padding: 5rem 0;
}

.in__past_list .in__event_card-inner > h6{
    color: var(--text-light-color);
}

.in__past_list .in__event_card-inner > p{
    color: #DADADA;
}

.in__past_list .btn--small{
    background-color: var(--text-light-color);
    color: var(--primary-color);
}

.in__event-highlight  .wrapper {
    padding: 25rem 1.25rem 1.5625rem;
    position: relative;
    z-index: 1;
}

.in__highlight-slide {
    border-radius: 0.75rem;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.in__event-highlight  .in__highlight-slide:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.15deg, rgba(0, 0, 0, 0) 39.86%, #000000 99.87%);
}

.in__event-highlight .wrapper .date {
    margin-bottom: 0.625rem;
}

.in__event-highlight  .wrapper .date svg path {
    fill: #ffffff;
}

.in__event-highlight {
    padding: 10px 0 45px;
}

.in__event-highlight .swiper-pagination-bullet {
    border-color: var(--secondry-color);
}

.in__event-highlight  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--secondry-color);
}

.in__event-highlight  .swiper-pagination {
    bottom: 0 !important;
}

.in__event-highlight .swiper-button-next,
.in__event-highlight .swiper-button-prev {
    width: 3.125rem;
    height: 3.125rem;
    background-color: rgba(0, 0, 0, 0.40);
    border-radius: 50%;
}

.in__event-highlight .swiper-button-next:after,
.in__event-highlight .swiper-button-prev:after {
    content: none;
}

.in__event-highlight .swiper-button-prev {
    rotate: 180deg;
}

.in__event-highlight .swiper-button-next,
.in__event-highlight .swiper-rtl .swiper-button-prev {
    right: 0;
}

.in__event-highlight .swiper-button-prev,
.in__event-highlight .swiper-rtl .swiper-button-next {
    left: 0;
}

img.left-dots {
    position: absolute;
    left: -1.25rem;
    bottom: 0;
    width: 18.1875rem;
}

img.right-dots {
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
    width: 20.3125rem;
}

.in__event-single{
    margin: 6.25rem 0;
}


@media (max-width: 991px){
    .row-sm > *{
        margin-bottom: 15px;
    }
    .in__event_card-inner {
        padding: 0.9375rem;
    }
    .in__event-highlight .swiper-button-next,
    .in__event-highlight .swiper-button-prev {
        width: 2.25rem;
        height: 2.25rem;
    }
    img.left-dots {
        width: 11.1875rem;
    }
    
    img.right-dots {
        width: 14.3125rem;
    }    
    .in__event-single{
        margin: 3.25rem 0;
    }
}



.in__event-innner > *:not(:last-child) {
    margin-bottom: 1.25rem;
}

.in__event-innner .img-wrapper img {
    width: 100%;
    border-radius: 1.25rem;
}

.in__event-innner .date svg path {
    fill: #000000;
}

.in__event-innner .team {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.in__event-innner .in__link img {
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.in__event-innner .in__link {
    gap: 0.9375REM;
}

.in__event-innner .in__link p{
    text-decoration: underline;
}

/*Form*/
.event-form-wrapper .wpcf7-form.init {
    display: block;
}

.event-form-wrapper {
    padding: 1.5625rem;
    max-width: 54.375rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
}


.event-form-wrapper .event-form > *:not(p) {
    display: flex;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
}

.event-form-wrapper .event-form > * > * {
    flex: 0 0 calc(50% - 0.9375);
}

.event-form-wrapper .event-form > p {
    text-align: center;
}

.event-form-wrapper .event-agree-field {
    padding-left: 1.25rem;
    position: relative;
}

.event-form-wrapper .event-agree-field .wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 0.125rem;
}

/**/

.in__event-detail {
    display: flex;
    gap: 1.875rem; 
}

.in__event-innner {
    flex: 0 0 calc(100% - 28.125rem);
}

.event-sidebar-wrapper {
    flex: 0 0 26.25rem; 
}

.event-sidebar {
    position: sticky;
    top: 2rem;
}

.event-sidebar .img-wrapper {
    display: flex;
    gap: 0.5rem; 
}

.sidebar-list {
    padding: 1.25rem; 
    background: #FFFFFF;
    border: 0.0625rem solid #DADADA;
    border-radius: 1.25rem;
}

.list-single {
    display: flex;
    gap: 0.9375rem; 
    padding: 1.25rem 0 0.9375rem; 
    border-bottom: 0.0625rem solid #DADADA; 
}

.list-img {
    flex: 0 0 5rem;
}

.list-img img {
    height: 5rem;
    width: 5rem;
    border-radius: 0.3125rem;
    object-fit: cover;
    object-position: center center;
}

.list-desc h6 {
    margin-bottom: 0.5rem;
}

.event-date.img-wrapper p {
    font-size: max(12px, 0.875rem); 
}

.event-date.img-wrapper svg {
    max-width: 1.25rem; 
}

@media (max-width: 1200px){
    .in__event-detail {
        flex-wrap: wrap;
    }
    .in__event-innner {
        flex: 0 0 100%;
    }
}


/*paginaiton*/
.pagination_book, .dots, .pagination_prev_book, .pagination_next_book{
    width: 2.5rem; 
    height: 2.5rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14191e;
}

ul.pagination {
    display: inline-flex;
    border: 0.0625rem solid #DADADA;
    border-radius: 0.625rem; 
    margin: 3.4375rem auto 0;
    overflow: hidden;
}

.pagination_prev_book, .pagination_next_book {
    width: 4.25rem;
    font-size: 0;
}

.pagination_prev_book:after {
    content: 'Prev';
    color: #14191e;
}

.pagination_next_book:after {
    content: 'Next';
    color: #747579;
}

.pagination_prev_book:after, .pagination_next_book:after {
    font-size: 0.875rem;
}

.pagination_book.active, .pagination_book:hover, .dots:hover, .pagination_prev_book:hover, .pagination_next_book:hover {
    background-color: var(--secondry-color);
    color: #ffffff !important;
}
.pagination_prev_book:hover:after, .pagination_next_book:hover:after {
    color: #ffffff;
}

.in__event_card img {
    height: auto;
}

.in__highlight-slide, .in__highlight-slide span:not(.date) {
    display: block;
}

.in__event-innner h4 {
    margin: 30px 0;
    padding-bottom: 8px;
}

.in__event-innner ul {
    list-style: disc;
    padding-left: 3rem;
}

.in__event-innner iframe {
    aspect-ratio: 16/9;
    min-height: 41.87rem;
    width: 100%;
    height: auto;
}

.in__event-innner {
    flex: 0 0 100%;
}

@media (min-width: 1200px){
.content-img img {
    max-width: calc(100% - 28.125rem);
    margin: 0 auto;
}    
}

.in__event_card .img-box {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    position: relative;

}
.in__event_card .img-box img{
    transition: all 0.5s ease-in-out;
}

.in__event_card:hover .img-box img{
    transform: scale(1.1);
}

.in__event_card .img-box::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 37.5rem;
    left: -50%;
    position: absolute;
    top: -35%;
    transform: rotate(135deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 6.25rem;
    z-index: 9;
    transform-origin: center;
    filter: blur(5px);
}

.in__event_card:hover  .img-box::after {
    top: -80%;
    left: 150%;
}

.image-should-be-center {
	margin: 0 auto !important;
}

.traceability-global-img {
	width: auto !important;
	height: auto !important;
}
