﻿.css-img-speakers {
    max-height: 165px;
}

.caption-line-ul {
    font-size: 17px;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 10px;
}

.event-visual {
    background-image: url('../../image-event/banner-end.jpg');
    width: 100%;
    height: 600px;
}

    .event-visual .visual-logo {
        text-align: center;
        margin-bottom: 60px;
    }

.caption-event {
    justify-content: space-between;
    align-items: center;
}

.caption-text {
    width: 50%;
}

    .caption-text a {
        display: inline-block;
        color: #0F723A;
        background-color: #fff;
        width: 206px;
        text-align: center;
        padding: 10px 0;
        border-radius: 8px;
        margin-top: 50px;
        font-size: 18px;
        font-weight: 500;
        transition: 0.2s ease-in-out;
        margin-top: 400px;
        margin-left: 20px;
    }

        .caption-text a:hover {
        }

.visual-image {
    width: 50%;
    padding-left: 60px;
}

.caption-event h1 {
    font-family: 'Arimo';
    font-size: 56px;
    color: #fff;
    font-weight: bold;
}

    .caption-event h1 span {
        font-style: italic;
        color: #27FF70;
        display: block
    }

.visual-image span {
    display: inline-block;
    float: left;
}

    .visual-image span:nth-child(2) {
        margin: 118px 0 0 -60px;
    }

.information-event {
    width: 992px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 50px;
    display: flex;
    border-radius: 16px;
    box-shadow: 1px 7px 18.1px -2px #58585829;
    margin-bottom: 60px;
    margin-top: -6px;
}

    .information-event .infor-item {
        width: 33.33%;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

        .information-event .infor-item .infor-text strong {
            display: block;
            font-size: 30px;
            color: #0F723A;
        }

        .information-event .infor-item .infor-image {
            margin-right: 20px;
        }

.custom-image img {
    min-width: 60px;
}

.overview-wrap {
    display: flex;
    justify-content: space-between;
}

    .overview-wrap .overview-image {
        width: 50%;
    }

    .overview-wrap .overview-text {
        width: 44%;
    }

.common-title {
    font-size: 48px;
    color: #171717;
    margin: 0 0 25px;
}

.overview-wrap .overview-text p {
    font-size: 17px;
    text-align: justify;
}

.overview-wrap .overview-text ul {
    padding: 0;
}

    .overview-wrap .overview-text ul img {
        width: 24px;
        margin-right: 7px
    }

    .overview-wrap .overview-text ul li {
        margin-bottom: 10px;
    }

        .overview-wrap .overview-text ul li strong {
            margin-right: 5px;
        }

.event-overview {
    padding: 40px 0 60px;
}

.overview-wrap .overview-text a {
    display: block;
    color: #fff;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 500;
    transition: 0.2s ease-in-out;
    background-color: #0F723A;
    border: 1px solid #0F723A;
}

.event-highlights {
    background-color: #F2F7F4;
    padding: 60px 0;
}

    .event-highlights h2 {
        text-align: center;
    }

.highlights-list {
    display: flex;
    justify-content: space-between;
}

    .highlights-list .highlights-item {
        width: 24%;
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
    }

        .highlights-list .highlights-item img {
            margin-bottom: 20px;
        }

        .highlights-list .highlights-item .highlights-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

.speakers-section {
    padding: 60px 0;
}

    .speakers-section h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .speakers-section .speakers-wrap {
        display: flex;
        justify-content: space-around;
        gap: 30px;
    }

        .speakers-section .speakers-wrap .speakers-item {
            width: 100%;
        }

.text-center {
    text-align: center;
}

.speakers-section .speakers-wrap .speakers-item h3 {
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    min-width: 280px;
}

.speakers-section .speakers-wrap .speakers-item p {
    font-size: 17px;
    margin: 10px 0;
}

.speakers-section .speakers-wrap .speakers-item ul li {
    list-style: disc;
    color: #646464;
    margin-bottom: 10px;
}

.agenda-section {
    padding: 60px 0;
    background-image: url('../img/event/bg-agenda.png');
    background-size: cover;
}

    .agenda-section h2 {
        color: #fff;
    }

.agenda-inner {
    width: 611px;
    margin: 0 auto;
}

.agenda-wrap {
    margin-bottom: 20px;
}

.agenda-inner .time-line {
    font-size: 28px;
    width: 212px;
    box-shadow: 0px 4px 11.6px 0px #47FF64;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: Center;
    font-weight: 500;
    border-radius: 8px;
}

.agenda-inner .caption-line {
    font-size: 22px;
    width: 351px;
    text-align: center;
    border: 1px solid;
    /*  border-image: linear-gradient(90deg, #FFFFFF, #2FFF82, #85FF91) 1;*/
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
}

.agenda-section .register-now {
    text-align: center;
    margin-top: 50px;
}

    .agenda-section .register-now a {
        display: inline-block;
        color: #0F723A;
        background-color: #fff;
        width: 155px;
        text-align: center;
        padding: 10px 0;
        border-radius: 8px;
        font-weight: 500;
        transition: 0.2s ease-in-out;
    }

.about-minmax {
    padding: 100px 0;
}

.about-minmax-cnt {
    width: 864px;
    margin: 0 auto;
}

    .about-minmax-cnt .common-title {
        text-align: center;
        color: #0F723A;
        font-weight: 500;
    }

    .about-minmax-cnt strong {
        color: #0F723A;
    }

    .about-minmax-cnt p {
        font-size: 17px;
    }

.about-minmax {
    background: url('../img/event/icon_minmax.png') no-repeat 20% 25%;
}


@media screen and (max-width: 1200px) {
    .visual-image span {
        width: 55%
    }

    .caption-event h1 {
        font-size: 44px;
    }

    .common-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1000px) {
    .information-event {
        width: 700px;
        padding: 20px 30px;
    }

        .information-event .infor-item .infor-text strong {
            font-size: 24px;
        }

        .information-event .infor-item .infor-image img {
            width: 40px;
        }

    .custom-image img {
        min-width: 40px;
    }

    .overview-wrap {
        flex-wrap: wrap;
    }

        .overview-wrap .overview-text {
            width: 100%;
            margin-bottom: 40px;
        }

            .overview-wrap .overview-text a {
                width: 50%;
                margin: 0 auto;
            }

        .overview-wrap .overview-image {
            width: auto;
            margin: 0 auto;
        }

    .highlights-list {
        flex-wrap: wrap;
    }

        .highlights-list .highlights-item {
            width: 48%;
            margin-bottom: 30px;
        }

            .highlights-list .highlights-item img {
                width: 100%
            }

    .about-minmax-cnt {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .caption-event h1 {
        font-size: 31px;
    }
}

@media screen and (max-width: 640px) {
    .caption-event {
        flex-wrap: wrap
    }

    .caption-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .caption-event h1 {
        font-size: 28px;
    }

    .caption-text a {
        font-size: 16px;
        width: 188px;
        margin-top: 30px;
    }

    .visual-image {
        width: 100%;
        padding: 0;
    }

        .visual-image span {
            width: 57%;
        }

    .information-event {
        width: 85%;
        padding: 10px 15px;
    }

        .information-event .infor-item .infor-text strong {
            font-size: 18px;
        }

        .information-event .infor-item .infor-text {
            font-size: 14px;
        }

        .information-event .infor-item .infor-image img {
            width: 25px;
        }

    .custom-image img {
        min-width: 25px;
    }

    .event-visual {
        padding: 60px 0 60px;
    }

    .information-event {
        flex-wrap: wrap;
    }

        .information-event .infor-item {
            width: 50%;
        }

            .information-event .infor-item:nth-child(3) {
                width: 100%;
                margin-top: 10px;
            }

    .information-event {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .common-title {
        font-size: 26px;
    }

    .overview-wrap .overview-text p {
        font-size: 15px;
        text-align: justify;
    }

    .highlights-list .highlights-item {
        width: 100%;
    }

        .highlights-list .highlights-item .highlights-title {
            font-size: 16px;
        }

    .event-highlights {
        padding: 30px 0;
    }

    .speakers-section .speakers-wrap {
        flex-wrap: wrap;
        padding: 0;
    }

        .speakers-section .speakers-wrap .speakers-item {
            width: 100%
        }

    .agenda-inner {
        width: 100%;
    }

        .agenda-inner .time-line {
            width: 150px;
            font-size: 18px;
        }

        .agenda-inner .caption-line {
            width: 170px;
            font-size: 18px;
        }

    .about-minmax {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1440px) {
    .caption-text a {
        margin-left: 530px;
        border: 1px solid;
    }
    .event-visual {
        background-size: cover;
        width: auto;
        height: auto;
    }
    .qr-css-event {
        max-width: 185px !important;
        max-height: 185px !important;
        margin-top: 65px !important;
        margin-left: 200px !important;
    }
}
@media screen and (max-width: 1024px) {
    .qr-css-event {
        max-width: 100px !important;
        max-height: 100px !important;
        margin-top: 66px !important;
        margin-left: 200px !important;
    }
    .event-visual {
        background-size: cover;
        width: auto;
        height: auto;
    }
    .caption-text a {
        margin-top: 200px;
        margin-left: 420px;
    }
    .caption-event {
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 768px) {
    .speakers-section .speakers-wrap {
        gap: 0px;
    }

        .speakers-section .speakers-wrap .speakers-item h3 {
            white-space: normal;
            min-width: auto !important;
        }

    .qr-css-event {
        max-width: 100px !important;
        max-height: 100px !important;
        margin-top: 105px !important;
        margin-left: 150px !important;
    }

    .event-visual {
        background-size: cover;
        width: auto;
        height: auto;
    }

    .caption-text a {
        margin-top: 150px;
        margin-left: 260px;
    }

    .information-event {
        margin-top: 44px;
    }
    .caption-event {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 425px) {
    .speakers-section .speakers-wrap {
        gap: 0px;
    }

        .speakers-section .speakers-wrap .speakers-item h3 {
            white-space: normal;
            min-width: auto !important;
        }

    .qr-css-event {
        width: 20px !important;
        height: 20px !important;
        margin-top: 0px !important;
        margin-left: 320px !important
    }

    .event-visual {
        background-size: cover;
        width: auto;
        height: auto;
    }

    .caption-text a {
        width: 52px;
        margin-top: -20px;
        margin-left: 172px;
        padding: 1px;
        font-size: 8px;
    }

    .information-event {
        margin-top: 44px;
    }

    .caption-event {
        padding-bottom: 0px;
    }
    .caption-text {
        width: 100%;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 375px) {
    .speakers-section .speakers-wrap {
        gap: 0px;
    }

        .speakers-section .speakers-wrap .speakers-item h3 {
            white-space: normal;
            min-width: auto !important;
        }

    .qr-css-event {
        width: 20px !important;
        height: 20px !important;
        margin-top: 0px !important;
        margin-left: 231px !important;
    }

    .event-visual {
        background-size: cover;
        width: auto;
        height: auto;
    }

    .caption-text a {
        width: 52px;
        margin-top: -20px;
        margin-left: 172px;
        padding: 1px;
        font-size: 8px;
    }

    .information-event {
        margin-top: 44px;
    }

    .caption-event {
        padding-bottom: 0px;
    }

    .caption-text {
        width: 100%;
        margin-bottom: 0px;
    }
}
