.icw .nw {
    white-space: nowrap !important;
}
/* ------------- SC-Banner -------------------- */
.sc-hero-banner {
    position: relative;
    overflow: hidden;
    background-color: var(--cr-light);
    padding-top: 56.2%;
    /* width: 100vw; */
}

.content-banner {
    position: absolute;
    z-index: 100;
    /* padding: 0px 150px; */
    bottom: 120px;
}

.content-banner .text-header {
    color: #fff;
    font-weight: 600;
    line-height: 48px;
}

.content-banner .content-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.content-banner .content-detail h4 {
    color: #F0F0F0;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.content-banner h4.content-sub-detail {
    color: #F0F0F0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.content-banner .btn-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
}

.content-banner .period-netzero h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #F0F0F0;
}

.content-banner .content-logo img {
    height: 80px;
}

@media (max-width: 992px) {
    .content-banner {
        /* padding: 0px 24px; */
        bottom: 45px;
    }

    .content-banner .content-detail {
        margin-top: 8px;
    }

    .content-banner .content-detail h4 {
        font-size: 16px;
        gap: 8px;
        line-height: 24px;
    }

    .content-banner .content-logo img {
        height: 60px;
    }
}

video {
    top: 0;
    position: absolute;
    width: 100vw;
}

@media (max-width: 767px) {
    .sc-hero-banner {
        padding-top: 100vh;
    }

    video {
        height: 100%;
        min-height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 576px) {
    .content-banner .period-netzero h4 {
        font-weight: 500;
    }

    .content-banner .content-detail {
        gap: 8px;
    }

    .content-banner h4.content-sub-detail {
        font-weight: 500;
    }
}

/* ----------- Section about ----------------- */
.section-about {
    background: url(../img/banner-about-d.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-about .about-desc {
    font-size: 20px;
}

.section-about .about-climate {
    display: flex;
    gap: 24px;
    color: #fff;
    margin-top: 60px;
}

.section-about .about-climate .desc {
    color: #DFDFDF;
    text-align: left;
    margin-top: 4px;
    font-size: 14px;
}

.section-about .about-climate .first-item.items {
    min-width: 267px;
    padding: 24px 10px;
    background: rgba(168, 229, 90, 0.5);

}

.section-about .about-climate .first-item .text-content {
    width: 100%;

}

.section-about .about-climate .first-item img {
    margin-top: 30px;
}

.section-about .about-climate .first-item .text-content {
    padding: 0px 14px;
}


.section-about .about-climate .items {
    padding: 36px 24px;
    border-radius: 16px;
    backdrop-filter: blur(40px);
}

.section-about .about-climate .text-content {
    width: 70%;
}

.flex-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

}

.section-about .about-climate .flex-layout .items {
    width: 460px;
    height: 198px;
    position: relative;
    overflow: hidden;
}

.section-about .about-climate .flex-layout .items:nth-child(2),
.section-about .about-climate .flex-layout .items:nth-child(3) {
    width: 364px;
    height: 198px;
}

.section-about .flex-layout .items:first-child {
    background: rgba(237, 203, 199, 0.5);
}

.section-about .items:nth-child(2) {
    background: rgba(102, 126, 104, 1);
}

.section-about .items:nth-child(3) {
    background: rgba(112, 112, 112, 0.5);
}

.section-about .items:nth-child(4) {

    background: rgba(77, 131, 169, 1);
}

.section-about .items .header-items {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.section-about .items .header-items .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #DFDFDF;
}

.section-about .flex-layout .items img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-about .about-climate .flex-layout .items:nth-child(3) .text-content {
    width: 100%;
    margin-top: 63px;
    text-align: center;
}

.section-about .about-climate .flex-layout .items:nth-child(3) img {
    top: 0;
}

.section-about .about-climate .flex-layout .items:first-child img {
    right: 25px;
}

.section-about .about-climate .flex-layout .items:last-child .text-content {

    margin-left: 191px;

}

.section-about .about-climate .items:last-child img {
    left: 0;
}

@media (max-width: 1024px) {
    .section-about .about-climate .flex-layout .items {
        width: 100%;
    }

    .section-about .about-climate .flex-layout .items:nth-child(2),
    .section-about .about-climate .flex-layout .items:nth-child(3) {
        width: 330px;
    }

    .section-about .about-climate .first-item img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (max-width: 992px) {

    .section-about .about-climate .flex-layout .items:nth-child(2),
    .section-about .about-climate .flex-layout .items:nth-child(3) {
        width: 100%;
    }

    .section-about .about-climate .flex-layout .items:nth-child(3) .text-content {
        margin-top: 140px;
    }

    .section-about .about-climate .flex-layout .items:nth-child(3) {
        height: 285px;
    }
}

@media (max-width: 767px) {
    .section-about .about-climate {
        flex-direction: column;
        margin-top: 40px;
    }

    .section-about .about-climate .first-item.items {
        padding: 24px 16px 0px;
    }

    .section-about .about-climate .first-item .text-content {
        padding: 0;
    }

    .section-about .flex-layout {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .section-about .about-climate .flex-layout .items {
        height: 100%;
        padding: 24px 16px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-about .about-climate .first-item img {
        position: unset;
        transform: translateY(0);
        margin-top: 36px;
    }

    .section-about .about-climate .flex-layout .items:first-child img {
        position: unset;
        max-width: 255px;
    }

    .section-about .about-climate .text-content {
        width: 100%;
        text-align: center;
    }

    .section-about .about-climate .desc {
        text-align: center;
    }

    .section-about .about-climate .items:nth-child(2) {
        padding-top: 0;
    }

    .section-about .about-climate .items:nth-child(2) .text-content {
        padding: 40px 93px 145px 0px;
        text-align: left;
    }

    .section-about .about-climate .items:nth-child(2) .desc {
        text-align: left;
    }

    .section-about .about-climate .flex-layout .items:nth-child(3) .text-content {
        padding-bottom: 32px;
        margin-top: 159px;
    }

    .section-about .about-climate .flex-layout .items:nth-child(3) img {
        top: 35px;
    }

    .section-about .about-climate .items:last-child img {
        top: 0;
    }

    .section-about .about-climate .flex-layout .items:last-child .text-content {
        margin: 150px 0 0;
    }

    .section-about .about-climate .flex-layout .items:last-child {
        padding-bottom: 24px;
    }

    .section-about .about-climate .flex-layout .items:nth-child(2),
    .section-about .about-climate .flex-layout .items:nth-child(3) {
        height: 100%;
    }

}

/* ------------------- Section speakers --------------------*/
.section-speakers {
    background: url(../img/banner-speaker-d.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-speakers .c-note {
    color: #ccc;
}

.section-speakers .speakers-box {
    /* padding: 40px 0; */
    color: #fff;
}

.container>.speakers-box {
    padding-top: 40px;
}

.section-speakers .speakers-box h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}

/* .section-speakers .speakers-box .speaker-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 48px;
    margin-top: 40px;
    justify-content: center;
} */
.section-speakers .speakers-box .speaker-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 48px;
    margin-top: 40px;
    justify-content: center;
}

.section-speakers .speakers-box .speaker-card {
    padding: 8px 0 0;
    flex: 1 0 21%;
}

/* .section-speakers .speakers-box .speaker-card:nth-last-child(1),
.section-speakers .speakers-box .speaker-card:nth-last-child(2) {
    max-width: 267px;
} */

.section-speakers .speakers-box .speaker-img {
    /* max-width: 220px; */
    padding: 0 23.5px;
    cursor: pointer;
}

.section-speakers .speakers-box .speaker-card .content {
    margin-top: 32px;
    text-align: center;
}

.section-speakers .speakers-box .speaker-card .display-name {
    font-size: 20px;
    font-weight: 600;
}

.section-speakers .speakers-box .speaker-card .display-name.nw {
    white-space: nowrap;
}

.section-speakers .speakers-box .speaker-card .position {
    font-size: 14px;
    font-weight: 500;
    color: #BBBBBB;
}

.speaker-seemore {
    display: none;
    margin-top: 24px;
}

.speaker-seemore .btn-seemore {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.speaker-seemore .rotate-arrow {
    transform: rotate(180deg);
}

.section-speakers .more-speaker-box .speaker-container {
    margin-top: 48px;
}

@media (max-width: 1024px) {
    .section-speakers .speakers-box .speaker-card .display-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-speakers .more-speaker-box .speaker-container {
        margin-top: 40px;
    }

    .section-speakers .more-speaker-box {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .section-speakers .more-speaker-box.active {
        max-height: 100%;
        opacity: 1;
        overflow: visible;

    }

    .speaker-seemore {
        display: block;
    }

    .section-speakers {
        background: url(../img/banner-speaker-m.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-speakers .speakers-box {
        margin-top: 0;
        padding: 28px 0 24px;
    }

    .section-speakers .speakers-box h2 {
        font-size: 18px;
    }

    .section-speakers .speakers-box .speaker-card.empty {
       display: none;
    }

    .section-speakers .speakers-box .speaker-card {
        padding: 0;
        flex: 1 0 30%;
    }

    .section-speakers .speakers-box .speaker-container {
        column-gap: 20px;
        row-gap: 40px;
        margin-top: 16px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .section-speakers .speakers-box .speaker-card .display-name {
        font-size: 16px;
    }

    .section-speakers .speakers-box .speaker-card .position {
        font-size: 13px;
    }

    .modal.modal-speaker .modal-dialog {
        max-width: 350px;
        margin: 16px;
    }

    .modal.modal-speaker .modal-content {
        flex-direction: column;
    }

    .modal.modal-speaker .content .btn-container {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .modal.modal-speaker .content .btn-close {
        height: 24px;
        width: 24px;
        background: url(../img/ic-close-m.svg) no-repeat center/cover;
    }

    .modal.modal-speaker .content {
        padding: 16px;
    }

    .modal.modal-speaker .content .text-title {
        font-size: 20px;
    }

    .modal.modal-speaker .content .detail {
        padding: 0;
    }

    .section-speakers .speakers-box .speaker-img {
        /* max-width: 220px; */
        padding: 0;
    }

    /* 
    .section-speakers .speakers-box .speaker-card:nth-last-child(1),
    .section-speakers .speakers-box .speaker-card:nth-last-child(2) {
        max-width: 170px;
    } */

    .section-speakers .speakers-box .speaker-card .display-name.lh-md-15 {
        line-height: 1.5em;
    }
}

@media (max-width: 576px) {
    
    .section-speakers .speakers-box .speaker-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* ----------------- Section activity -------------*/
.section-activities {
    background: url(../img/banner-activity-d.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-activities .activities-box {
    display: flex;
    justify-content: space-between;
    color: #fff;
    gap: 64px;
}

.section-activities .activities-box .datail-activity {
    width: 100%;
    max-width: 420px;
}

.section-activities .activities-box .datail-activity h1 {
    line-height: 150%;
}

.section-activities .datail-activity .detail-bottom {
    margin-top: 48px;
}

.section-activities .datail-activity .detail-bottom .note {
    margin-top: 19px;
    font-size: 13px;
    color: #999;
}

.section-activities .activities-box .activity-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 18px;
    height: max-content;
}

.section-activities .activities-box .activity-card {
    display: flex;
    gap: 24px;
}

.section-activities .activities-box .activity-card .desc {
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.section-activities .activities-box .activity-card img {
    width: 40px;
    height: 40px;
}

@media (max-width:1024px) {
    .section-activities .activities-box .datail-activity {
        max-width: 395px;
    }
}

@media (max-width:992px) {
    .section-activities {
        padding: 40px 0;
    }

    .section-activities .activities-box {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .section-activities .activities-box .datail-activity {
        text-align: center;
    }

    .section-activities .activities-box .activity-container {
        grid-template-columns: auto;
        gap: 24px;
    }

    .section-activities .activities-box .activity-card {
        gap: 16px;
    }

    .section-activities .activities-box .note {
        font-size: 13px;
        color: #999999;
    }

    .section-activities .activities-box .btn-netzero {
        width: 100%;
        text-align: center;
    }

    .section-activities .activities-box .detail-bottom {
        width: 100%;
    }

    .section-activities {
        background: url(../img/bg-activity-m.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* ----------------- Section Director -------------*/
.section-director {
    background: url(../img/banner-director-d.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-director .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-director .director-container {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.section-director .director-container .director-card {
    width: 364px;
}

.section-director .director-container .director-card .director-img {
    text-align: center;
    margin-bottom: 24px;
}

.section-director .director-container .director-card .director-img img {
    width: 314px;
}

.section-director .director-text {
    text-align: center;
}

.section-director .director-text .director-name {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.section-director .director-text .director-position {
    font-size: 16px;
    font-weight: 500;
    color: #E5E5E5;
    margin-bottom: 8px;
}

.director-status {
    font-size: 16px;
    font-weight: 600;
    color: #E5E5E5;
    margin-bottom: 14px;
}

.section-director .director-text .director-role {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media (max-width: 1024px) {

    .section-director .director-container .director-card .director-img img {
        max-width: 220px;
    }
}

@media (max-width: 992px) {
    .section-director {
        background: url(../img/banner-director-m.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-director .section-title {
        margin-bottom: 32px;
    }

    .section-director .director-container {
        flex-direction: column;
    }

    .section-director .director-container .director-card {
        width: 100%;
    }
}

/* ----------------- Section Suit -------------*/
.section-suit {
    background: url(../img/banner-suit-d.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-suit .section-title {
    margin-bottom: 40px;
}

.section-suit .suit-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}

.section-suit .suit-card {
    border-radius: 16px;
    background-color: transparent;
    padding: 24px 36px 48px;
}

.section-suit .suit-card .suit-icon img {
    width: 69px;
    /* margin-bottom: 25px; */
}

.section-suit .suit-card .suit-text {
    /* padding: 12px 11px 24px; */
    padding-top: 12px;
}

.section-suit .suit-card .suit-text .suit-title {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.section-suit .suit-card .suit-text .suit-desc {
    font-size: 16px;
    font-weight: 500;
    color: #47667C;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-suit .section-title {
        margin-bottom: 32px;
    }

    .section-suit .suit-container {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .section-suit .suit-card .suit-text {
        padding: 0;
        padding-top: 8px;
    }

    .section-suit .suit-card .suit-text .suit-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .section-suit .suit-card {
        padding: 0;
    }

    .section-suit {
        background: url(../img/bg-suit-m.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

}

/* ----------------- Section Calendar -------------*/
.section-calendar {
    background: url(../img/banner-calendar-d.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-calendar .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.section-calendar .section-header h2 {
    font-size: 35px;
}

.section-calendar .btn-download {
    color: #FFFFFF;
    background: #579986;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding: 9px 24px 9px 24px;
    border-radius: 22.5px;
    height: 45px;
    width: 298px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.section-calendar .btn-download span {
    margin-right: 12px;
}

@media (max-width: 992px) {
    .section-calendar {
        background: url(../img/bg-calendar-m.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .section-calendar .section-header {
        margin-bottom: 24px;
    }

    .section-calendar .calendar-overflow {
        overflow-x: scroll;
        padding-bottom: 16px;
    }

    .section-calendar .calendar-container {
        display: flex;
        flex-direction: row;
        gap: 16px;

    }

    .section-calendar .section-header h2 {
        font-size: 24px;
    }
}

/* ----------------- Section Location -------------*/
.section-location .location-row {
    display: flex;
    gap: 24px;
}

.section-location .location-row .location-col-first {
    width: 461px;
    flex: none;
}

.section-location .location-row .location-col-first .location-card {
    margin-bottom: 66px;
}

.section-location .location-card .location-title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
}

.section-location .location-card .netzero-icon img {
    /* width: 98px; */
    height: 35px;
    margin-bottom: 16px;
}

.section-location .location-card .location-name {
    font-size: 16px;
    font-weight: 600;
    color: #1C3B51;
    margin-bottom: 8px;
}

.section-location .location-card .location-address {
    font-size: 14px;
    font-weight: 500;
    color: #1C3B51;
    margin-bottom: 16px;
    line-height: 21px;
}

.section-location .btn-location {
    font-size: 16px;
    font-weight: 600;
    color: #1C3B51;
}

.section-location .btn-location img {
    width: 24px;
}

.section-location .location-row .location-col-second {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.section-location .location-row .location-col-second .two-img {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 24px;
}

.section-location .location-row .location-col-second .two-img img {
    height: 100%;
    width: 100%;
}


@media (max-width: 1024px) {
    .section-location .location-row .location-col-second {
        align-content: flex-end;
    }

}

@media (max-width: 992px) {
    .section-location .location-row .location-col-first {
        width: 100%;
    }

    .section-location .location-row {
        flex-direction: column;
        gap: 16px;
    }

    .section-location .location-row .location-col-first .location-card {
        margin-bottom: 16px;
    }

    .section-location .location-row .location-col-second {
        gap: 16px;
    }

    .section-location .location-row .location-col-second .two-img {
        gap: 16px;
    }

}

@media (max-width:767px) {
    .section-location .location-row .location-col-second .two-img .location-img {
        height: 133px;
    }

    .section-location .location-row .location-col-second .two-img .location-img:last-child {
        width: 124px;
    }
}

/* ----------------- Section Location Tranning -------------*/

.section-location-tranning {
    background: url("../img/bg-location-tranning.png") no-repeat center / cover;

}

.section-location-tranning .section-header {
    margin-bottom: 40px;
}

.section-location-tranning .location-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.section-location-tranning .location-wrapper .location-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--cr-semi_white1);
    text-align: center;
}

.section-location-tranning .location-wrapper .location-box:first-child {
    grid-row: span 2;
}

.section-location-tranning .location-wrapper .location-box .location-img {
    border-radius: 16px;
    overflow: hidden;
}

.section-location-tranning .location-wrapper .location-box .location-logo {
    max-width: 118px;
}


@media screen and (max-width: 992px) {
    .section-location-tranning .location-wrapper {
        grid-template-columns: repeat(3, 1fr);

    }
}

@media screen and (max-width: 767px) {
    .section-location-tranning .location-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }

    .section-location-tranning .section-header {
        margin-bottom: 18px;
    }
}

/* ------------ Sponsor ----------------- */
.section-sponsor {
    background: #F9F9F9;
}

.section-sponsor .section-title {
    color: #1C3B51;
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
}

.section-sponsor .sponsor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 48px 0;
    gap: 24px;
}

.section-sponsor .list-sponsor {
    display: grid;
    padding: 48px 52px;
    grid-template-columns: repeat(7, 1fr);
    gap: 32px;
}

.section-sponsor .list-sponsor .sponsor-items:nth-last-child(3) {

    grid-column: 3;
}

@media (max-width: 767px) {
    .section-sponsor .list-sponsor {
        grid-template-columns: repeat(4, 1fr);
        padding: 24px;
        gap: 8px;
    }

    .section-sponsor .list-sponsor .sponsor-items:last-child {
        transform: translateX(160%);
    }

    .section-sponsor .sponsor-container {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        padding: 0;
        padding: 16px 21px 0;
    }

    .section-sponsor .section-title {
        font-size: 20px;
        line-height: 1.5;
    }
}

/*############################ section-faq ###################################*/
.section-faq {
    background: #F2F3F4;
}

.section-faq .sc-heading {
    text-align: center;
    margin-bottom: 36px;
}

.section-faq .sc-heading h2 {
    font-weight: 600;
}

.section-faq .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5em;
}

.section-faq .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
}

.section-faq .accordion-group .accordion+.s-title {
    margin-top: 40px;
}

.section-faq .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.section-faq .accordion-group .accordion+.accordion {
    margin-top: 16px;
}

.section-faq .accordion {
    position: relative;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
}

.section-faq .accordion-title {
    position: relative;
    padding: 24px 32px;
    cursor: pointer;
    color: #1C3B51;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
    line-height: 27px;
}

.section-faq .accordion-title:after {
    content: "";
    background: url(../img/arrow.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    right: 32px;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.section-faq .accordion-title.active:after {
    content: "";
    transform: rotate(-180deg);
    top: 35%;
}

.section-faq .accordion-content {
    padding: 0px 72px 24px 32px;
}

.section-faq .accordion-content p {
    line-height: 1.5em;
    color: #3B5A70;
}

.section-faq .accordion-content p strong {
    font-weight: 600;
}

.section-faq .accordion-content p:last-child {
    margin-bottom: 0;
}

.section-faq .sc-heading {
    margin-bottom: 24px;
}

@media (max-width:767px) {
    .section-faq .sc-heading .title {
        text-align: left;
    }

    .section-faq .accordion-title {
        padding: 16px 56px 16px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .section-faq .accordion-content {
        padding: 0 16px 16px;
    }

    .section-faq .accordion-title:after {
        right: 16px;
    }
}

/* ---------------Section Enroll ----------------- */
.section-enroll {
    background: url(../../../img/bg-enroll.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.section-enroll h2 {
    font-size: 35px;
    line-height: 52px;
}

@media (max-width:1024px) {
    .section-enroll {
        padding: 80px 0;
    }
}

@media (max-width:767px) {
    .section-enroll h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

/* --------------- Modal Speaker ----------------- */
.modal-speaker .modal-dialog {
    max-width: 900px;
}

.modal-speaker .modal-content {
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    flex-direction: row;
}

.modal-speaker .content {
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.modal-speaker .content .text-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 12px;
}

.modal-speaker .content .position {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-top: 4px;
}

.modal-speaker .content .detail {
    padding-right: 12px;
}

.modal-speaker .content .desc {
    font-size: 14px;
    color: #000000;
    margin-top: 16px;
}

.modal-speaker .content .desc p {
    font-size: 14px;
    color: #000000;
}

.modal-speaker .content .desc ul {
    margin-top: 8px;
}

.modal-speaker .content .desc ul li {
    line-height: 24px;
}

.modal-speaker .btn-close {
    background: url(../img/ic-close-green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.modal-speaker .btn-container {
    display: flex;
    justify-content: end;
    top: -50px;
}

.modal-speaker .modal-img {
    width: 50%;
}