html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.offcanvas-body::-webkit-scrollbar {
    display: none;
}
.offcanvas-body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
.item-group {
    display: flex;
}

.btn-text {
    text-decoration: underline;
    color: #343a40;
}

svg.feather.feather-check-circle {
    width: 120px;
    height: 120px;
}

.text-breadcrumb {
    padding: 5%;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 54px;
    color: #fff;
    font-weight: bold;
}
.text-breadcrumb > .d-flex > span {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}
.text-breadcrumb > .d-flex > span > span {
    color: #319ad0;
}

.menu-item.active {
    color: #d4aa57;
}

#header {
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 1000;
}

.bg-primary {
    background-color: #002f6b !important;
}

/* menu */
.offcanvas-fullscreen {
    width: 100%;
    height: 100%;
    background-image: url("../../img/frontend/menu.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.offcanvas-header {
    padding-right: 1rem;
}
.menu-list {
    text-align: center;
    color: white;
}
.menu-list a {
    font-family: "Sora", sans-serif !important;
    display: block;
    font-size: 32px;
    text-decoration: none;
    color: white;
    margin: 10px 0;
    font-weight: 300;
}
.menu-list a:hover {
    color: #d4aa57;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}
.btn-plan {
    color: #fff;
}
.btn-closes {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.btn:hover {
    color: #dbb363;
}
.offcanvas-header .btn-close {
    box-shadow: none !important;
}

h4.confirm {
    font-family: "Plus Jakarta Sans";
    font-weight: bold;
    font-size: 36px;
}

/* end menu */
/* sliders */
.img-slider {
    min-width: 100vw;
    min-height: 100vh;
    background-image: url("../../img/frontend/bg-slide.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.slide {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.slide.title {
    font-size: 96px;
    font-weight: bold;
    line-height: 90px;
}
.slide.title > span {
    color: #d4aa57;
}
.slide.sub-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
}
.slide.text {
    font-size: 24px;
    font-weight: 400;
}

.alignTop {
    padding-top: 80px !important;
}

.titleAttend {
    font-family: "Sora", sans-serif !important;
}

.desc-attend {
    font-weight: normal;
    padding: 20px;
}

.centered-div {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.titles {
    text-align: center;
    font-weight: 800;
}
.btn-primary {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #d4aa57 !important;
    border: none !important;
    font-weight: 600;
    font-size: 18px;
}
.btn-primary-two {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #d4aa57 !important;
    border: none !important;
    font-weight: 600;
    font-size: 18px;
    color: #002f6b;
}
.btn-primary-two:hover {
    color: #f8f9fa;
}

.title-big {
    color: #212529;
    font-weight: 800;
    font-size: 60px;
    line-height: 64px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
}

.hide-after::after {
    display: none !important;
}

.btn-primary:hover {
    background-color: #ecc77d !important;
    color: #fff !important;
}
/* count down */
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.countdown div {
    margin: 0 100px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

p.option-register {
    font-family: "Inter", sans-serif;
    color: #002c5f;
}
p.option-register:hover {
    color: #002c5f;
}
.countdown div span {
    display: block;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 56px;
}
.countdown .colon {
    font-weight: 600;
    font-size: 56px;
    margin: 0 10px;
    font-family: "Sora", sans-serif;
}

.primary-btn {
    background-color: #d4aa57 !important;
}

.primary-btn:hover {
    background-color: #d3a445 !important;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* about */
.img-about {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 11%;
    height: auto;
    max-height: 100%;
}
.about-area {
    font-family: "Plus Jakarta Sans", sans-serif;
}

a.link-direct {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #002f6b;
    text-decoration: none;
}
a.link-direct:hover {
    color: #d4aa57;
}

.title-page {
    color: #d4aa57;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.desc-event {
    color: #343a40;
    line-height: 32px;
    font-size: 18px;
    /* padding: 30px 10px 0px 0px; */
}
/* agenda tabs */
.nav-pills .nav-link {
    color: #fff;
    text-align: left;
    padding: 15px 50px 15px 15px;
    border-radius: 0px;
    background-color: #e1ca9e;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #aa6d2b;
}

.title-tab {
    font-weight: bold;
    font-size: 35px;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

button.accordion-button {
    background-color: #fff !important;
    display: flex;
    align-items: flex-start;
    position: relative !important;
}

.time-schedule {
    color: #aa6d2b;
    font-weight: 600;
    display: flex;
    align-items: center;
    /* width: 200px; */
}
.time-schedule > svg {
    color: #002f6b;
    font-weight: 300;
    font-size: 24px;
    margin-right: 10px;
}

button.accordion-button > .d-flex > .wrap > .title {
    font-size: 20px;
    color: #b67b32;
    font-weight: 600;
    padding-bottom: 10px;
}

button.accordion-button > .d-flex > .wrap > .sub-title {
    font-size: 20px;
    color: #002f6b;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-body.desc {
    padding-left: 130px !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.accordion-item {
    padding-bottom: 10px;
}

.footer {
    background-color: #002c5f;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.footer a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}
.footer .social-icons a {
    margin: 0 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.footer .social-icons a:hover {
    border: 2px solid #d3a445;
    color: #d3a445;
}
.footer .social-icons i {
    font-size: 20px;
    vertical-align: middle;
}
.footer .links {
    margin-top: 10px;
}

.foot-text {
    font-family: "Inter", sans-serif;
    font-size: medium;
}

.f-s {
    font-size: 14px;
}

.f-m {
    font-size: 18px;
}

.foot-tag {
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.date-footer {
    font-size: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.date-footer > small {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 32px;
    font-weight: 400;
}
.wrap-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wrap-logo-slide {
    margin-left: -5px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start; */
}

.wrap-logo > p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

a.text-link {
    text-decoration: none;
    color: #d3a445;
}

a:hover {
    color: #dfa531;
}

a.text-link > span {
    color: #333a40;
}

.rounded {
    border-radius: 16px !important;
}

.card.card-event {
    background-color: #f8f9fa;
    border: none;
    border-radius: 0px;
    border-bottom: 5px solid #d4aa57;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 490px;
}
.card.card-event:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

h5.card-title {
    color: #212529;
    font-family: "Sora", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    padding: 0px 20px;
}

p.card-desc {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #343a40;
    font-weight: 300;
}
.bg-secondary {
    background-color: #f8f9fa !important;
}
button.accordion-button.faq-accordion-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #343a40;
    background-color: transparent !important;
}
.accordion-button::after {
    background-image: url("../../img/frontend/down.svg") !important;
}
.accordion-header.accordion-faq {
    background: transparent !important;
}
.accordion-item.accordion-faq {
    background: transparent !important;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    border-left: none;
    border-right: none;
}

.container.faq-home.mb-5 {
    padding: 0 10%;
}

.form-control {
    border-radius: 0px !important;
    background-color: #f4f4f4;
    border: 1px solid #eaecef;
}
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #d4aa57;
    box-shadow: 0 0 0 0.2rem rgba(212, 170, 87, 0.5);
    outline: none;
}
.custom-radio .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.25em;
    background-color: transparent;
    border: 2px solid #231f1f;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.custom-radio .form-check-input:checked {
    background-color: transparent;
    border: 2px solid #231f1f;
    border-radius: 4px;
}

.custom-radio .form-check-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
    border: 1px solid #d4aa57;
}

.custom-radio .form-check-label {
    margin-left: 0.5em;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.custom-radio .form-check-input::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    opacity: 0;
    border: 2px solid #231f1f;
    border-radius: 4px;
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-radio .form-check-input:checked::after {
    opacity: 1;
}
img.img-fluid.img-register {
    padding: 25px;
}
.card.card-join {
    padding: 30px 10px 30px 10px;
    border: 1px solid #dee2e6 !important;
    border-radius: 15px;
    height: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card.card-join:hover {
    /* cursor: pointer; */
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-check-input:checked {
    background-color: #d4aa57 !important;
    border-color: #d4aa57 !important;
}

h3.font-extrabold {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    color: #002f6b;
    font-weight: bold;
}
p.join {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #002f6b;
}

.step {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.modal-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.step-active {
    color: #002f6b;
    font-weight: bold;
}

.step-inactive {
    color: #aaaaaa;
}

svg.feather.feather-arrow-right.steps {
    height: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .container.faq-home.mb-5 {
        padding: 0 15%;
    }
    .menu-list a {
        margin: 20px;
    }
}

.accordion-body.accordion-faq {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
}
.cta-one {
    background-image: url("../../img/frontend/bg_sponsor.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-cta {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    color: #f8f9fa;
    padding: 10%;
}
h3.title-subscribe {
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
    color: #212529;
}

p.subscribe {
    color: #495057;
    font-family: "Inter";
    font-size: 14px;
    line-height: 18px;
}
.custom-input:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.custom-input::placeholder {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    color: #ced4da;
}

.input-group-lg > .form-control {
    padding: 1rem 1.5rem;
}

.input-group-lg > .btn {
    padding: 1rem 1.5rem;
}
input.form-control.custom-input:focus {
    border-color: #022c5f;
}

button#button-addon2 {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 23.4px;
    text-transform: uppercase;
    color: #1b1b1b;
    background-color: #ced4da;
    border: none;
}

button#button-addon2:hover {
    color: #f8f9fa;
    background-color: #022c5f;
}
.faq-titles {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 64px;
    line-height: 80px;
    font-weight: bold;
}

.wrap-contact-left {
    padding-right: 15%;
}
.wrap-contact-right {
    padding-left: 15%;
}
.contact-title {
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    line-height: 60px;
    font-weight: bolder;
}
.contact-desc {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 2.5rem;
    color: #343a40;
}

.contact-pin {
    color: #231f1f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.contact-pin > .icon {
    color: #d3a445;
    margin-right: 10px;
}

.box-title {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #002f6b;
    padding-bottom: 15px;
    margin-top: 25px;
}

.box-name {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #002f6b;
    padding-bottom: 10px;
}
a.box-mail {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #231f1f;
    text-decoration: none;
    padding-bottom: 15px;
}
a.box-mail:hover {
    color: #d3a445;
    text-decoration: underline;
}
.address {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #231f1f;
    font-weight: 600;
    padding-bottom: 30px;
}
.address > span {
    font-weight: 400;
}

.address > span > a {
    font-weight: 400;
    color: #231f1f;
    text-decoration: none;
}
.address > span > a:hover {
    color: #d3a445;
    text-decoration: underline;
}
.cta-two {
    padding: 10% 5%;
}
.cta-tagline {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    color: #f8f9fa;
    font-weight: bold;
}
.cta-title {
    font-family: "Plus Jakarta Sans";
    font-size: 64px;
    font-weight: bolder;
    color: #d4aa57;
}
.cta-desc {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    color: #f8f9fa;
}
.text-area-cta {
    width: 43%;
}

/* speakers */
.card.card-speaker {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.card-speaker:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card.card-speaker .card-body {
    transition: padding 0.3s ease;
    padding: 20px 0;
}

.card.card-speaker:hover .card-body {
    padding: 20px;
}

h5.card-title-speaker {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    color: #101828;
}
a.speaker {
    text-decoration: none;
}

p.card-speaker-subtitle {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    color: #002f6b;
    margin-bottom: 0.5rem;
}
p.card-speaker-desc {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    color: #343a40;
}

h2.speaker-detail {
    font-family: "Plus Jakarta Sans";
    color: #002f6b;
    font-size: 48px;
    font-weight: bold;
}
p.speaker-detail {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    color: #343a40;
    line-height: 18px;
    padding-top: 10px;
}
li.list-group-item {
    border: none;
    padding: 0px 20px 20px 0px;
}
a.speaker-detail {
    color: #002f6b;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
}
a.speaker-detail:hover {
    color: #d3a445;
}
p.speaker-detail-about {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    line-height: 28px;
    color: #343a40;
    padding-right: 50px;
}
a.nav-breadcrumb {
    color: #fff;
    text-decoration: none;
}
a.nav-breadcrumb:hover {
    color: #d3a445;
}
.page-title {
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    /* padding: 0px 250px; */
    /* margin-bottom: 10px; */
}
.page-subtitle {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    color: #343a40;
    padding: 0px;
}
.title-form {
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-weight: bolder;
    line-height: 60px;
}
.form-padding {
    padding: 0px 150px;
}

.text-secondary {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: bold;
    color: #000 !important;
}
label.form-label {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    color: #231f1f;
}
label {
    font-family: "Plus Jakarta Sans";
    color: #231f1f;
    margin-bottom: 10px;
}
.col-form-label {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    color: #231f1f;
}
button.accordion-button > .d-flex > .wrap {
    margin-left: 30px;
}
h1.head-speaker {
    font-family: "Plus Jakarta Sans";
    font-size: 60px;
    font-weight: bolder;
    color: #101828;
}
p.head-speaker {
    font-family: "Inter";
    font-size: 20px;
    color: #667085;
    padding-left: 10rem;
    padding-right: 10rem;
}
.img-speakers-prog{
        width:40px;
        height:40px;
        border-radius:50%;
        object-fit: cover;
        object-position:top;
    }
/* mobile */
@media (max-width: 768px) {
    .img-speakers-prog-container {
        width: 80px; 
        height: 80px;
        border-radius: 50%; 
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f0f0f0;
        margin-top:5px;
        margin-bottom:3px;
    }
     .img-speakers-prog {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        object-position:top;
    }
    h1.head-speaker {
        font-size: 30px;
    }
    p.head-speaker {
        padding-left: 0px;
        padding-right: 0px;
    }
    p.speaker-detail-about {
        padding-right: 0px;
    }
    h2.speaker-detail {
        margin-top: 15px;
    }
    .step {
        font-size: 12px;
    }
    svg.feather.feather-arrow-right.steps {
        height: 14px;
        margin-left: 0;
        margin-right: 0;
    }
    .text-breadcrumb > .d-flex > span {
        font-size: 14px;
    }
    .card-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    /* .about-area {
        padding-left: 5%;
    } */
    .menu-list a {
        font-size: 28px;
        margin: 25px 0;
    }
    .copy-right {
        font-size: 10px !important;
    }
    .img-about {
        object-fit: cover;
    }
    .nav-pills .nav-link {
        padding: 10px;
    }
    .title-tab {
        font-size: 28px;
    }
    button.accordion-button > .d-flex > .wrap > .title {
        font-size: 16px !important;
        padding-bottom: 0px;
    }
    button.accordion-button > .d-flex > .wrap > .sub-title {
        font-size: 16px !important;
    }
    .ms-5 {
        margin-left: 0px !important;
        margin-top: 15px !important;
    }
    .text-area-cta {
        width: 80%;
    }
    .cta-title {
        font-size: 50px;
    }
    .wrap-contact-right {
        padding-left: 0;
        padding-top: 15%;
    }
    a.box-mail {
        font-size: 16px;
    }
    .box-name {
        font-size: 16px;
    }
    .faq-titles {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        padding-bottom: 30px;
    }
    .set-my {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }
    .slide.title {
        font-size: 70px;
        line-height: 70px;
    }
    .slide.sub-title {
        font-size: 35px;
    }
    .countdown {
        padding: 20px;
    }
    .countdown div {
        margin: 10px 15px;
        font-size: 16px;
    }
    .countdown div span {
        font-size: 30px;
    }
    .countdown .colon {
        font-size: 30px;
        margin: 0px 5px;
    }
    .nav {
        flex-wrap: nowrap !important;
    }
    /* .time-schedule {
        width: 250px;
    } */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .mx-5 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .mt-mobile {
        margin-top: 50px;
    }
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .mt-5 {
        margin-top: 2rem !important;
    }
    .pt-5 {
        padding-top: 2rem !important;
    }
    .title-big {
        font-size: 36px;
        line-height: 50px;
    }
    h5.card-title {
        font-size: 22px;
        line-height: 30px;
        padding: 0px;
    }
    /* p.card-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
    } */
    .card.card-event {
        height: 400px;
    }
    .container.faq-home.mb-5 {
        padding: 0px 5%;
    }
    button.accordion-button.faq-accordion-title {
        font-size: 20px;
    }
    .accordion-body.accordion-faq {
        font-size: 16px;
    }
    .title-cta {
        font-size: 30px;
        line-height: 40px;
        padding: 10%;
    }
    h3.title-subscribe {
        font-size: 24px;
    }
    .date-footer {
        font-size: 35px;
    }
    .date-footer > small {
        padding-top: 5px;
        font-size: 20px;
    }
    .f-s {
        font-size: 12px;
        text-align: left;
    }
    .f-m {
        font-size: 14px;
        text-align: end;
    }
    .wrap-logo > p {
        font-size: 10px;
    }
    .text-breadcrumb {
        padding: 25% 1% 10% 1%;
        font-size: 30px;
    }
    .accordion-body.desc {
        padding-left: 130px !important;
    }
    .accordion-body.speakers {
        padding-left: 130px !important;
    }
    .page-title {
        font-size: 24px;
        padding: 0px 5px;
        line-height: 30px;
    }
    .form-padding {
        padding: 0px 20px;
    }
    .title-form {
        line-height: 40px;
        font-size: 24px;
    }
    .page-subtitle {
        padding: 20px 10px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1900px) {
    .text-breadcrumb {
        padding: 5%;
    }
    .menu-list a {
        margin: 25px;
    }
    .img-about {
        left: 0;
    }
    .cta-two {
        padding: 10% 25%;
    }
}

.reg-btn {
    color: #002c5f;
    text-decoration: none;
}

.title-venue {
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    color: #000000;
}
p.venue {
    font-family: "Plus Jakarta Sans";
    color: #343a40;
    font-weight: 500;
}
