@charset "utf-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
}

body {

    background: #FAFBFD;
    color: #fff;
    font-family: 'FC Minimal';
    margin: 0;
}

a {
    font-size: 16px;
    text-decoration: none;
    color: #333 !important;
}

a:hover {
    text-decoration: none;
    color: #75bc20 !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    color: #333;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    color: #333;
}

h3 {
    font-size: 20px;
    font-family: 'FC Minimal';
    margin-bottom: 0;
}

.card hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

svg {
    fill: #ff6a00;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

p {
    color: #333;
}

.head-title {
    padding: 0px 0px 20px 0px;
    color: #75bc20;
    font-size: 20px;
    font-weight: 700;
}

.head-title2 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
}

.p1 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    width: 100%;
}

.p2 {
    font-size: 25px;
    line-height: 27px;
}

.p3 {
    font-size: 22px;
    color: #75bc20;
    line-height: 26px;
}

.p4 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 1rem;
}

.p5 {
    font-family: 'FC Minimal';
    font-size: 18px;
    color: #3ad987;
    margin-bottom: 0;
}

.p6 {
    font-size: 17px;
}

.padding-0 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .head-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .head-title2 {
        font-size: 18px;
    }

    h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 425px) {
    .p3 b br {
        display: none;
    }

    h1 {
        font-weight: 600;
        font-size: 1.6rem;
        margin-bottom: -2px;
    }

    .head-title {
        font-size: 16px;
        padding: 0px;
    }

    .head-title2 {
        font-size: 16px;
    }

    .p1 {
        font-size: 13px;
        line-height: 20px;
    }

    .p3 {
        line-height: 22px;
    }

    .card-body {
        padding: 0.45rem 1.25rem;
    }
}



.show-991 {
    display: none;
}

@media (max-width: 991px) {
    .hide-991 {
        display: none;
    }

    .show-991 {
        display: block;
    }
}

/*----------------------------------------------------------------------------------*/
/* Page & Onesheet */
/*----------------------------------------------------------------------------------*/
/*container wrap style*/
.main_scroll {
    overflow-y: scroll;
    height: 100vh;
}

@media (max-width: 992px) {
    .main_scroll {
        overflow-y: unset;
        height: auto;
        padding: 0;
    }
}

.container-onesheet {
    height: 100vh;
    display: table;
    width: 100%;
}

@media (max-width: 991px) {
    .container-onesheet {
        height: 330px;
    }
}

/* Main */
.Main_Wrap {
    margin-top: 200px;
    margin-left: 25px;
    margin-right: 25px;
}

@media (max-width: 1450px) {
    /* .Main_Wrap {
        margin-top: 205px;
    }

    .Main_Wrap .left {
        padding-right: 12.5px;
    }

    .Main_Wrap .right {
        padding-left: 12.5px;
    } */
    .Main_Wrap {
        margin-top: 205px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1399px) {
    .Main_Wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .Main_Wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .Main_Wrap {
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .Main_Wrap .left {
        padding-right: 15px;
    }

    .Main_Wrap .right {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .Main_Wrap {
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 425px) {
    .Main_Wrap {
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*Onesheet*/
.sidefixed {
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 991px) {
    .sidefixed {
        height: 330px;
    }
}

.bg-onesheet {
    background: url(../images/wow2025-bg.webp);
    background-size: cover;
    background-position: center;
    margin: auto 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: -webkit-center;
    position: relative;
}

@media (max-width: 575px) {
    .bg-onesheet {
        padding: 0 15px;
    }
}

@media (max-width: 425px) {
    .bg-onesheet {
        background: url(../images/wow2025-onesheet-mobile-2.webp);
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
        height: 260px;
        display: block;
        margin: 40px 0 0 0;
    }
}

.img-onesheet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .img-onesheet {
        width: 100%;
        height: auto;
        /* padding-top: 30%; */
    }
}

@media (max-width: 991px) {
    .img-onesheet {
        width: 620px;
        height: auto;
        padding-top: 0;
        /* margin-top: 60px; */
        border-radius: 8px;
    }
}

@media (max-width: 757px) {
    .img-onesheet {
        width: 545px;
    }
}

@media (max-width: 575px) {
    .img-onesheet {
        width: 95%;
        height: auto;
        padding-top: 0;
    }
}

@media (max-width: 425px) {
    .img-onesheet {
        display: none;
    }
}

/*----------------------------------------------------------------------------------*/
/* CI */
/*----------------------------------------------------------------------------------*/
.logo-efin {
    width: 30%;
    max-width: 115px;
    height: 150px;
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 9999;
}

.green-bar {
    width: 100%;
    height: 22px;
    background: #77bc1f;
    position: absolute;
    z-index: 999;
    top: 100;
}

.white-bar {
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: fixed;
    z-index: 1000;
    top: 100;
    box-shadow: rgb(10 9 79 / 3%) 0px 3px 12px;
}

@media (max-width: 1024px) {
    .logo-efin {
        z-index: 999999;
        top: 0;
    }

    .green-bar {
        z-index: 99999;
        top: 0;
    }

    /*.white-bar { 
    z-index: 99999;
    top: 0;
  }*/
}

@media (max-width: 991px) {
    .fixed-top {
        background-color: white;
        height: 60px;
    }

    .white-bar {
        background-color: rgb(255 255 255 / 0%);
        box-shadow: none;
        cursor: default !important;
    }

    .logo-efin {
        left: 20px;
    }

    .logo-efin .img-fluid {
        width: 150px;
    }

    *:not(.simulator) {
        cursor: default !important;
        scrollbar-width: none;
    }
}

@media (max-width: 425px) {
    .fixed-top {
        height: 40px;
    }

    .logo-efin .img-fluid {
        width: 100px;
    }

    .logo-efin {
        left: 10px;
    }

    .logo-efin .img-fluid {
        width: 80px;
    }
}

/*----------------------------------------------------------------------------------*/
/* Nav Menu */
/*----------------------------------------------------------------------------------*/
.navbar-collapse-efin {
    position: absolute;
    right: 0;
    margin-top: 42px;
    margin-right: 60px;
}

.navbar-collapse-efin a {
    font-size: 15px;
    padding: 0px 10px;
    transition-duration: 200ms;
    color: #333 !important;
}

.navbar-collapse-efin a:hover {
    color: #75bc20 !important;
    transition-duration: 200ms;
}

.navbar-collapse-efin a.share-cover {
    padding: 4px 12px 6px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-left: 15px;
    color: #06c !important;
    transition-duration: 200ms;
}

.navbar-collapse-efin a.share-cover:hover {
    opacity: 0.75;
    transition-duration: 200ms;
}

@media (max-width: 1875px) {
    .navbar-collapse-efin {
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse-efin {
        position: static;
        display: none;
        cursor: none !important;
        pointer-events: none;
    }

    .navbar-collapse-efin a {
        display: none;
        pointer-events: none;
        cursor: none !important;
    }
}


/* share */
.share-cover img {
    width: 15px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.social {
    line-height: 0px;
}

.social:hover {
    color: #669ae1;
    text-shadow: none;
}

/* Modal Share */
#share .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(197 197 197 / 20%);
    border-radius: 8;
    outline: 0;
}

#share .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #211312;
    font-size: 18px;
    font-weight: 700;
}

#share .modal-body {
    padding: 0rem 1rem 25px 1rem;
    display: flex;
}

#share .modal-body .social {
    line-height: 0;
    margin-right: 15px;
    text-align: center;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    transition-duration: 400ms;
}

#share .modal-body .social img.copy-link {
    border: 1px solid #e0e0e0;
    border-radius: 60px;
}

#share .modal-body .social p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #a0a0a0;
    letter-spacing: 0.2px;
    width: 65px;
}

#share .modal-body .social:hover {
    opacity: 0.7;
    transition-duration: 400ms;
}

#share .modal-backdrop.show {
    opacity: 0.8;
}

#share .close {
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    margin-right: 0px;
    padding-top: 11px;
    padding-right: 25px;
}

#share .modal-header {
    border-bottom: 0px solid #e9ecef;
    padding: 25px 25px 25px 25px;
}

@media (min-width: 576px) {
    #share .modal-dialog {
        max-width: 355px;
        margin: 1.75rem auto;
    }
}


/*----------------------------------------------------------------------------------*/
/* Stat Interested" */
/*----------------------------------------------------------------------------------*/
.top-eventname {
    position: fixed;
    width: 58.33%;
    left: 0;
    z-index: 999;
    background: #FAFBFD;
    margin-top: 60px;
    margin-left: 41.66%;
    padding: 20px 55px 15px 40px;
    border-bottom: 1px solid #FAFBFD;
}

.eventtext {
    margin-top: 0;
}

.eventtext .sub {
    font-size: 22px;
    font-weight: 600;
    color: #75bc20;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.eventtext h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.eventtext h2 span.email-t1 {
    line-height: 1;
    font-size: 17px;
    font-weight: 400;
    color: #9d9d9d;
}

.cover-stat-interested {
    display: flex;
    position: absolute;
    margin-top: 17px;
    right: 0;
}

.cover-stat-interested p {
    font-size: 13px;
    color: #8b8b8b;
    letter-spacing: 1px;
}

.cover-stat-interested p.stat-interested-1 {
    margin-right: 15px;
}

.cover-stat-interested p span {
    /*color: #12b408;*/
    color: #fe6337;
}

.cover-stat-interested p img {
    width: 15px;
    position: relative;
    top: -1px;
}

.cover-stat-interested.mobile {
    display: none;
}

@media (max-width: 1875px) {
    .top-eventname {
        padding: 20px 60px 15px 40px;
    }
}

@media (max-width: 1399px) {
    .top-eventname {
        width: 66.66666667%;
        margin-left: 33.33333333%;
    }
}

@media (max-width: 1199px) {
    .top-eventname {
        width: 75%;
        margin-left: 25%;
        padding: 20px 30px 15px 30px;
    }

    .eventtext h2 {
        font-size: 16px;
    }

    .eventtext h2 span.email-t1 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .top-eventname {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-top: 0px;
    }

    .cover-stat-interested {
        display: none;
    }

    .cover-stat-interested.mobile {
        display: inline-flex;
        position: static;
        text-align: center;
        margin: auto;
    }

    .cover-stat-interested p {
        font-size: 10px;
        margin-bottom: 13px;
    }

    .cover-stat-interested p.stat-interested-1 {
        font-size: 11px;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
        margin-right: 10px;
    }

    .cover-stat-interested p.stat-interested-2 {
        font-size: 11px;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
    }

    .eventtext .sub {
        margin-bottom: 4px;
    }
}

@media (max-width: 575px) {
    .eventtext h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 3px;
        line-height: 1.5;
        margin-top: 5px;
    }

    .eventtext .sub {
        font-size: 17px;
    }

    .cover-stat-interested {
        display: none;
    }
}

@media (max-width: 425px) {
    .top-eventname {
        margin-top: -125px;
        background: rgb(242 248 255 / 0%);
        position: relative;
        z-index: 2;
    }

    .eventtext {
        text-align: center;
    }

    .eventtext h2 span.email-t1 {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

    .eventtext .sub {
        margin-bottom: -1px;
        font-size: 16px;
    }

    .eventtext h2 {
        font-size: 14px;
    }
}

/*button style*/
.regis_wrap {
    position: relative;
    right: 0;
    margin-bottom: 5px;
}

.regis_button {
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 30px;
    padding: 13px 72px;
    background-image: linear-gradient(90deg, #A5ED35 0%, #9CDF38 25%, #89C33F 75%, #83B942 100%);
    /* background-color: #75bc20; */
    display: inline-block;
    margin-top: 10px;
    transform: scale(1, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.regis_button:hover,
a {
    transform: scale(1.1, 1.1);
    color: #fff !important;
}

.btn-regis {
    position: absolute;
    margin-top: 45px;
    right: 0;
}

.register_fade_wrap {
    z-index: 0;
    position: fixed;
    bottom: 20px;
    right: 0px;
    padding: 20px;
}

/*.register_fade_wrap .regis_button {
  font-size: 30px;
}*/
.project.fade-in {
    opacity: 1;
    transition: all 0.5s ease-out;
    z-index: 999;
}

.project {
    opacity: 0;
    transition: all 0.5s ease-out;
}

@media (max-width: 1350px) {
    .regis_button {
        padding: 15px 55px;
    }
}

@media (max-width: 1280px) {
    .regis_button {
        padding: 15px 45px;
    }
}

@media (max-width: 1199px) {
    .regis_button {
        padding: 10px 35px;
    }
}

@media (max-width: 1050px) {
    .regis_button {
        display: inline-block;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .regis_button {
        padding: 15px 55px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .regis_button {
        display: block;
        margin-top: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .regis_button {
        font-size: 18px;
        padding: 10px 0px;
        font-weight: 500;
    }

    .regis_button:hover,
    a {
        transform: none;
    }
}

@media (max-width: 425px) {
    .regis_button {
        font-size: 16px;
        padding: 8px 0px;
    }
}

/*button fix*/
.buttonfix_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #FAFBFD;
    ;
    z-index: 999;
    padding: 2% 25%;
}

@media (max-width: 991px) {
    .buttonfix_wrap {
        box-shadow: rgb(22 48 99 / 7%) 0px -3px 5px 0px;
        padding: 2% 25% 2% 25%;
    }
}

@media (max-width: 575px) {
    .buttonfix_wrap {
        padding: 4% 15px 4% 15px;
    }
}

@media (max-width: 425px) {
    .buttonfix_wrap {
        padding: 4.5% 15px 4.5% 15px;
    }
}

/* Animation Scroll Down */
.menu-nav-down {
    transition: all 0.3s ease-out;
}

.top-eventname {
    transition: all 0.3s ease-out;
}

.top-eventname.menu-nav-down {
    padding: 5px 60px 5px 40px;
    box-shadow: rgb(8 36 79 / 3%) 0px 3px 12px;
    border-bottom: 1px solid #FAFBFD;
}

.eventtext .sub {
    transition: all 0.3s ease-out;
}

.top-eventname.menu-nav-down .eventtext .sub {
    font-size: 16px;
}

h1 {
    transition: all 0.3s ease-out;
}

.top-eventname.menu-nav-down h1 {
    font-size: 2rem;
    margin-bottom: -3px;
}

.eventtext h2 {
    transition: all 0.3s ease-out;
}

.top-eventname.menu-nav-down .eventtext h2 {
    font-size: 14px;
}

.eventtext h2 span.email-t1 {
    transition: all 0.3s ease-out;
}

.top-eventname.menu-nav-down .eventtext h2 span.email-t1 {
    font-size: 15px;
}

.regis_button {
    transition: all 0.3s ease-out;
}

.top-eventname.menu-nav-down .regis_button {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 54px;
    margin-top: 5px;
}

@media (max-width: 1280px) {
    .top-eventname.menu-nav-down {
        padding: 5px 40px 5px 40px;
    }

    .top-eventname.menu-nav-down .regis_button {
        padding: 10px 45px;
    }
}

@media (max-width: 1199px) {
    .top-eventname.menu-nav-down .regis_button {
        padding: 10px 35px;
    }
}



/*----------------------------------------------------------------------------------*/
/* video */
/*----------------------------------------------------------------------------------*/
.video_wrap .card {
    padding: 0;
    border: 0;
    /* height: 280px; */
}

.video_wrap .embed-responsive {
    /* height: 280px; */
    border-radius: 20px;
}

.video_wrap .embed-responsive iframe {
    aspect-ratio: 16/9;
}

@media (max-width: 1600px) {
    .video_wrap .card {
        /* height: 266px; */
    }

    .video_wrap .embed-responsive {
        /* height: 266px; */
    }
}


@media (max-width: 1199px) {
    .video_wrap .card {
        /* height: 220px; */
    }

    .video_wrap .embed-responsive {
        /* height: 220px; */
    }
}

@media (max-width: 991px) {
    .video_wrap .card {
        height: auto;
    }

    .video_wrap .embed-responsive {
        height: auto;
    }
}



/*----------------------------------------------------------------------------------*/
/* Card */
/*----------------------------------------------------------------------------------*/
.card {
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid;
    border-radius: 20px;
    padding: 25px;
}

.card-shadow {
    margin-bottom: 0px;
    margin-top: 30px;
    /* box-shadow: rgb(10 9 79 / 3%) 0px 4px 12px;*/
    border: 3px solid #fff;
}

.card-shadow.card-efinis {
    height: 265px;
}

.card-shadow.card-contact {
    /* height: 410px; */
}



/* date & location */


.card-shadow-date {
    padding: 30px 25px 25px;
}

.card-shadow-location {
    display: flex;
    justify-content: space-between;
    padding: 30px 25px 25px;
}

@media (max-width: 1600px) {
    .card {
        padding: 25px;
    }

    .card-shadow.card-efinis {
        height: 237px;
    }

    .card-shadow.card-contact {
        /* height: 505px; */
    }

    /* .card-shadow-date {
        padding: 20px 5px 20px 17px;
    } */
}

@media (max-width: 1450px) {
    .card {
        padding: 25px;
    }

    .card-shadow-date {
        padding: 25px;
    }

    /* .card-shadow {
        margin-top: 25px
    } */
}

@media (max-width: 1199px) {
    .card-shadow.card-efinis {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .ForWho_wrap .card-shadow {
        margin-top: 0
    }

    .card-shadow.card-efinis {
        height: auto;
    }

    .card-shadow.card-contact {
        /* height: auto; */
    }
}

@media (max-width: 575px) {
    .card {
        padding: 20px;
    }

    .card-shadow-date {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .card {
        padding: 15px;
    }

    .card-shadow-date {
        padding: 15px;
    }

    .card-shadow {
        margin-top: 15px;
    }

    .ForWho_wrap .card-shadow {
        margin-top: 15px;
    }
}


/*----------------------------------------------------------------------------------*/
/* Date & Live */
/*----------------------------------------------------------------------------------*/
/* Date */
.datecard .card {}

.card-date {
    display: inline-flex;
    margin-top: 2px;
}

.date-title {
    padding-left: 0px;
}

.date-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}


@media (max-width: 1450px) {
    .card-date {
        position: static;
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .card-title {
        width: 100%;
    }
}

@media (max-width: 991px) {
    /* .date-title p {
        font-size: 20px;
    } */

    /* .datecard {
        padding-right: 12.5px;
    } */

    /* .locationcard {
        padding-left: 12.5px;
    } */
}

@media (max-width: 414px) {
    .date-title p {
        font-size: 18px;
    }
}


/*Live */
.icon-live {
    margin-left: 8px;
}

.locationcard .card {
    /* background-color: #cf2123; */
}

.datelocation_wrap .grid_custom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: stretch;
}

.datelocation_wrap .card {
    width: 100%;
    /* height: 195px; */
    overflow: hidden;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.datelocation_wrap .datecard,
.datelocation_wrap .locationcard {
    display: flex;
}

@media (max-width: 1600px) {
    .datelocation_wrap .grid_custom {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 991px) {
    .datelocation_wrap .grid_custom {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 25px;
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .datelocation_wrap .grid_custom {
        grid-template-columns: 1fr;
        margin-top: 30px;
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .datelocation_wrap .grid_custom {
        margin-top: 0;
        gap: 0;
    }
}

.card-icon {
    float: left;
}

.cover-online-channel {
    margin-top: 0px;
}

.cover-online-channel p {
    color: #333;
}

.online-channel {
    display: flex;
    align-items: center;
    gap: 4px;
    /* display: flow-root; */
}

.online-channel img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    position: relative;
}

.online-channel a {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #06c !important;
    /* text-align: right; */
    display: block;
    margin-bottom: 0px;
    transition-duration: 400ms;
}

.online-channel a.disable {
    color: #d3d3d3;
    pointer-events: none;
}

.online-channel a:hover {
    color: #3a9afb !important;
    transition-duration: 400ms;
    text-decoration: underline;
}

@media (max-width: 1805px) {
    .card-icon {
        text-align: center;
        margin-bottom: 15px;
    }

    .datelocation_wrap .card {
        position: relative;
    }
}

@media (max-width: 1750px) {
    .online-channel a {
        font-size: 14px;
    }
}

@media (max-width: 1700px) {
    .online-channel a {
        font-size: 13px;
    }
}

@media (max-width: 1600px) {
    .online-channel a {
        font-size: 16px;
    }

    .online-channel img {
        margin-bottom: 0;
        top: 0px;
    }

    .online-channel h5 {
        font-size: 16px;
    }

    .datelocation_wrap .card {
        height: 174px;
    }
}

@media (max-width: 1450px) {
    .online-channel h5 {
        font-size: 17px;
    }
}

@media (max-width: 1358px) {
    .datelocation_wrap .card {
        height: 187px;
    }
}

@media (max-width: 991px) {
    .datelocation_wrap .card {
        margin-top: 0;
        height: auto;
    }
}

@media (max-width: 575px) {
    .cover-online-channel {
        margin-top: 0px;
    }

    .online-channel h5 {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .icon-live {
        width: 30px;
    }

    .cover-online-channel {
        margin-top: 5px;
    }

    .datelocation_wrap .card {
        margin-top: 15px;
    }

    .online-channel img {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .online-channel h5 {
        font-size: 14px;
    }

    .online-channel a {
        font-size: 14px;
    }
}


/* All */
/* @media (max-width: 1450px) {
    .card_forResposive {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} */

/* @media (max-width: 991px) {
    .card_forResposive {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 675px) {
    .card_forResposive {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 520px) {
    .card_forResposive {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} */


/*----------------------------------------------------------------------------------*/
/* Contact */
/*----------------------------------------------------------------------------------*/
.contact_wrap {
    font-size: 14px;
}

/* .contact_wrap .card-shadow {
    height: 492px;
} */

.contact_wrap img {
    /* padding: 4px;
    border: 1px #75bc20 solid;
    border-radius: 6px; */
    width: 20px;
    margin-bottom: 0px;
}

.contact_wrap li {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin-top: 0;
    clear: both;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 2;
}

.contact_wrap li:first-child {
    margin-top: 0px;
}

.contact_wrap li:last-child {
    margin-bottom: 0px;
}


.contact_wrap .row {
    margin-top: 8px;
}

.contact_body ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 32px;
}

.contact_body ul:last-child {
    margin-bottom: 0;
}

/* @media (min-width: 992px) and (max-width: 1349px) {
    .contact_wrap .card-shadow {
        height: 440px;
    }
} */
/* @media (max-width: 1600px) {
    .contact_body {
        display: flex;
        justify-content: space-between;
    }
    .contact_body ul {
        width: 50%;
        margin-bottom: 0;
    }
} */
@media (max-width: 1050px) {
    .contact_wrap li span {
        display: inline-block;
    }

    .contact_wrap svg {
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .contact_wrap li {
        margin-top: 0;
    }

    .contact_wrap li span {
        display: inline-block;
        text-decoration: none !important;
    }

    .contact_body {
        display: flex;
    }

    .contact_body ul {
        width: 50%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .contact_body {
        flex-direction: column;
    }

    .contact_body ul {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    .contact_wrap svg {
        width: 30px;
        margin-right: 0px;
    }
}

@media (max-width: 425px) {
    .contact_wrap li {
        font-size: 14px;
    }

    .contact_wrap img {
        width: 20px;
        margin-bottom: -2px;
    }

    .contact_wrap li span {
        top: 0px;
    }

    .contact_body ul {
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .contact_wrap svg {
        width: 40px;
    }

    .contact_body ul {
        margin-top: 10px;
    }
}


/*----------------------------------------------------------------------------------*/
/* ForWho */
/*----------------------------------------------------------------------------------*/
.ForWho_wrap {}

.text_padding {
    line-height: 32px;
    padding-left: 8px;
    color: #333;
}

.ForWho_wrap .p1 {
    font-size: 16px;
}

.ForWho_content {
    margin-top: 5px;
    line-height: 40px;
}

.ForWho_content ul {
    padding-left: 0px;
    margin-bottom: 0;
}

.ForWho_content li {
    list-style: none;
    clear: both;
    display: flex;
}

.ForWho_content li:first-child {
    margin-top: 0px;
}

.ForWho_content img {
    height: 18px;
    margin-right: 0;
    margin-bottom: 0px;
    position: relative;
    top: 8px;
}

@media (max-width: 576px) {
    .ForWho_content ul {
        padding-left: 0;
    }

    .ForWho_content img {
        margin-right: 10px;
        float: left;
    }

    .text_padding {
        line-height: 28px;
    }
}

@media (max-width: 425px) {
    .ForWho_wrap .p1 {
        font-size: 15px;
    }

    .text_padding {
        top: -4px;
        line-height: 22px;
        padding-left: 3px;
        font-size: 14px;
    }

    .ForWho_content {
        margin-top: 12px;
    }

    .ForWho_content img {
        margin-right: 8px;
        float: left;
        height: 15px;
        top: 4px;
    }

    .ForWho_content li {
        margin-top: 0px;
    }
}


/*----------------------------------------------------------------------------------*/
/* organized */
/*----------------------------------------------------------------------------------*/
.d-1600-block {
    display: none;
}

.organized_wrap img {
    margin: 40px auto;
    width: 435px;
}

.organized-text {
    text-align: left;
    margin-top: 0px;
    line-height: 1.8;
    font-size: 16px;
    padding-inline-start: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #211312;
    font-weight: 400;
    text-indent: 35px;
}

@media (max-width: 1600px) {
    .d-1600-block {
        display: block;
    }

    .d-1600-none {
        display: none;
    }

    .organized_wrap img {
        width: 500px;
    }
}


@media (max-width: 767px) {
    .organized_wrap img {
        width: 400px;
    }
}

@media (max-width: 425px) {
    .organized-text {
        margin-top: 5px;
        font-size: 14px;
    }

    .organized_wrap img {
        width: 300px;
        margin: 20px auto;
    }
}


/*----------------------------------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------------------------------*/
.footer {
    font-size: 12px;
    color: #5f6a7a;
    padding: 50px 15px 20px 15px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}

@media (max-width: 991px) {
    .footer {
        margin-bottom: 120px;
        padding: 0px 15px 20px 15px;
    }
}

@media (max-width: 575px) {
    .footer {
        padding: 30px 15px 20px 15px;
    }
}

@media (max-width: 425px) {
    .footer {
        margin-bottom: 100px;
        padding: 30px 15px 20px 15px;
    }
}


.contact_body,
.contact_body a {
    color: #333;
}



/*----------------------------------------------------------------------------------*/
/* schedule */
/*----------------------------------------------------------------------------------*/
/*.schedule_wrap .table-responsive {
  margin-top: 1rem;
}*/
.table-responsive td,
.table-responsive th {
    border-top: 0;
    border-bottom: 0;
    font-size: 16px;
    padding: 15px 0;
    color: #211312;
    font-weight: 600;
}

.table-responsive td.first-timeline {
    padding: 0px 0 15px 0;
}

.schedule_wrap .table-responsive tr {
    border-bottom: 1px dashed #ddd;
}

.table-responsive .p3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-left: 15px;
}

.table-responsive .p3.first-timeline {
    padding: 0px 0 15px 0;
}

.schedule_wrap ul {
    font-size: 16px;
    padding-inline-start: 0px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 20px;
    color: #fff;
    font-weight: 400;
}

/*.schedule_wrap tr{
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

@media (max-width: 1024px){
  .schedule_wrap tr{
    margin-top: 30px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.125);
}
}
@media (max-width: 768px){
  .schedule_wrap tr{
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
}*/
.timeline {
    color: #333 !important;
    width: 35%;
    vertical-align: top;
}

.text-note {
    font-size: 14px;
    color: #999;
}

.session-badge {
    display: inline-flex;
    width: fit-content;
    background-color: #75bc20;
    font-size: 14px;
    color: #FFF;
    padding: 1px 12px;
    border-radius: 40px;
    margin-bottom: 8px;
}

@media (max-width: 1600px) {
    .table-responsive .p3 {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 1450px) {
    .table-responsive .p3 {
        font-size: 17px;
        font-weight: 600;
    }

    .table-responsive .p3 span br {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .timeline {
        width: 40%;
    }

    .table-responsive td {
        font-size: 15px;
    }

    .table-responsive .p3 {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .timeline {
        width: 40%;
    }

    /* .table-responsive td {
        padding-right: 10px;
        } */
}

@media (max-width: 991px) {
    .timeline {
        width: 30%;
    }
}

@media (max-width: 575px) {
    .table-responsive .p3 {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 425px) {
    .timeline {
        width: 35%;
    }

    .table-responsive td.first-timeline {
        padding: 0px 15px 15px 0;
    }

    .schedule_wrap ul {
        font-size: 14px;
    }

    .table-responsive td,
    .table-responsive th {
        font-size: 14px;
        padding: 10px 0;
    }

    .table-responsive .p3 {
        font-size: 15px;
        padding-left: 10px;
    }

    .table-responsive {
        margin-top: 5px;
    }

    .table-responsive td {
        margin-right: 10px;
    }

    .text-note {
        font-size: 14px;
        margin-top: -15px;
    }

    .table-responsive .p3.first-timeline {
        padding: 0px 0 10px 0;
    }
}




/*----------------------------------------------------------------------------------*/
/* Speaker */
/*----------------------------------------------------------------------------------*/
.speaker_wrap .card {
    flex: 1 1 auto;
}

.speaker_wrap img {
    width: 56px;
    margin-right: 15px;
    float: left;
}

.speaker_wrap .p1 {
    color: #fff;
    width: auto;
}

.inline_speaker {
    display: grid;
    vertical-align: middle;
}

.speaker_collaps {
    margin-bottom: 5px;
}

.speaker_collaps a {
    color: #211312;
    font-weight: 500;
}

.speaker_collaps li {
    color: #211312;
    font-weight: 400;
    font-size: 16px;
}

.speaker_collaps .p1 {
    color: #999;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.speaker_collaps .p6 {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    font-weight: 600;
}

.speaker_collaps .card {
    padding: 0;
    margin-bottom: 0;
    border-bottom: transparent;
    background-color: rgb(255 255 255 / 0%);
}

.speaker_collaps .card-header {
    background-color: rgb(255 255 255 / 0%);
    overflow: hidden;
    padding: 0.75rem 1.5rem 0.75rem 0.5rem;
    border-bottom: 1px dashed #ddd;
}

.speaker_collaps .card-header.first-speaker {
    padding: 0.75rem 1.5rem 0.75rem 0.5rem;
}

.speaker_collaps .card-header:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.expand_icon {
    position: absolute !important;
    right: 5px;
    top: 12px;
    text-align: right;
}

.collapsed .material-icons {
    transform: rotate(0deg);
    transition-duration: 400ms;
}

.material-icons {
    transform: rotate(180deg);
    transition-duration: 400ms;
}

.card-body ul {
    padding-left: 10px;
}

@media (max-width: 1600px) {
    .speaker_collaps .p6 {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .speaker_wrap .p1 {
        font-size: 15px;
    }
}

@media (max-width: 1450px) {
    .speaker_collaps .p6 {
        font-size: 17px;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .speaker_collaps .p6 {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 425px) {
    .speaker_collaps .p6 {
        font-size: 15px;
    }

    .speaker_collaps li {
        color: #211312;
        font-weight: 400;
        font-size: 14px;
    }

    .speaker_collaps {
        margin-top: 5px;
    }

    .speaker_collaps .card-header {
        padding: 0.55rem 0.5rem 0.55rem 0.5rem;
    }

    .speaker_wrap .p1 {
        font-size: 13px;
        line-height: 20px;
    }
}



br.show-1685,
br.show-1358 {
    display: none;
}

@media (max-width: 1685px) {
    br.show-1685 {
        display: block;
    }
}

@media (max-width: 1600px) {
    br.show-1685 {
        display: none;
    }
}

@media (max-width: 1358px) {
    br.show-1358 {
        display: block;
    }
}

@media (max-width: 1264px) {
    br.show-1685 {
        display: none;
    }
}

@media (max-width: 991px) {
    br.show-1358 {
        display: none;
    }
}