/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');*/
/** import barlow font **/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    /*font-family: 'Mulish', sans-serif;*/
    font-family: 'Barlow', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.text-white {
    color: #fff !important;
}

b {
    font-weight: bold;
}

.body-background img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.navbar {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}


.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #39817F;
    color: #fff;
}

.section-list h1{
    color: #39817F;
}
.section-list p{
    color: #fff;
}

.img-logo-top {
    width: 3rem;
}

.img-logo-responsive {
    width: 5rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img.normal {
    display: block;
}

.swiper-slide img.mobile {
    display: none;
}

.swiper-content {
    position: absolute;
    z-index: 1;
    width: 60%;
    left: 10%
}

.bg-thumbnail {
    /*clear: both;*/
    /*position: relative;*/
}

.bg-thumbnail img {
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    right: 0;
    /*top: 4rem;*/
    /*top: 0rem;*/
    /*width: 100%;*/
    height: 80%;
    object-fit: cover;
    z-index: -2;
}

@media (max-width: 1440px) {
    .bg-thumbnail img {
        height: 60%;
    }
}

@media (max-width: 1025px) {
    .bg-thumbnail img {
        /*top: 0;*/
        object-fit: contain;
    }
}

@media (max-width: 991px) {

    .bg-thumbnail img {
        top: 0;
        bottom: 0;
        /*object-fit: contain;*/
        /*right: auto;*/
        /*display: none;*/
    }
}


.bg-thumbnail-full img {
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bg-thumbnail-ribbon img {
    position: absolute;
    bottom: 0;
    /*left: 4rem;*/
    /*left: 2rem;*/
    /*width: 100%;*/
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bg-thumbnail-ribbon.ribbon-custom img {
    left: 4rem;
}

/*.bg-thumbnail.custom-penyelenggara img {*/
/*    top: 4rem;*/
/*}*/

@media (max-width: 425px) {
    .bg-thumbnail-ribbon.ribbon-custom img {
        left: 0;
        right: 0;
        width: 100%;
        opacity: .5;
    }
}

@media (max-width: 991px) {

    .bg-thumbnail-ribbon img {
        /*display: none;*/
        left: 0;
    }
}

.bg-thumbnail-ribbon-2 img {
    position: fixed;
    /*bottom: 0;*/
    left: 4rem;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 1100px) {

    .bg-thumbnail-ribbon-2 img {
        /*display: none;*/
        left: 0;
    }
}

@media (max-width: 991px) {

    .bg-thumbnail-ribbon-2 img {
        /*display: none;*/
        left: 0;
    }
}

@media (max-width: 991px) {
    .swiper-slide img.normal {
        display: none;
    }

    .swiper-slide img.mobile {
        display: block;
    }

    .bg-thumbnail img {
        /*display: none;*/
    }
}

.schedule-list {
    margin-top: 2rem;
}

:root {
    /*--var-bg-custom-1: linear-gradient(to right, #cb0000, #b60002, #a10003, #8c0002, #780000);*/
    /*--var-bg-custom-2: radial-gradient(circle, #cb0000, #b60002, #a10003, #8c0002, #780000);;*/
    /*--var-bg-custom-1: linear-gradient(to right, #39817F, #2c5e5c, #39817F);*/
    /*--var-bg-custom-2: radial-gradient(circle, #39817F 60%, #2c5e5c 100%);*/
    --var-bg-custom-1: #39817F;
    --var-bg-custom-2: #39817F;
    --var-bg-custom-3: linear-gradient(to right bottom, #6f6f6f, #737373, #787878, #7c7c7c, #818181);
    --var-bg-custom-4: linear-gradient(to right, #6f6f6f, #737373, #787878, #7c7c7c, #818181);
}

.bg-custom-1 {
    background-image: var(--var-bg-custom-1);
}

.bg-custom-2 {
    background-image: var(--var-bg-custom-2);
}

.btn-schedule {
    background: #999;
    border: none;
    min-width: 20rem;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: bold;
    color: #fff;

    text-decoration: none;;
}

@media (max-width: 991px) {
    .btn-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

    }

    .btn-schedule {
        width: 100%;
        min-width: auto;
        text-align: center;
        margin: 5px auto !important;
    }

    .btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
        margin-left: 0;
    }

}

.btn-group-vertical > .btn, .btn-group > .btn {
    color: #39817F;
    background: #fff;
}

.btn-schedule:active,
.btn-schedule:focus,
.btn-schedule:focus-visible,
.btn-schedule:hover {
    /*background-image: linear-gradient(to right, #da0000, #bf0003, #a40004, #8a0003, #710000);*/
    background: #39817F;
    color: #fff;
}

.btn-schedule.active {
    color: #fff;
    /*background-image: linear-gradient(to right, #da0000, #bf0003, #a40004, #8a0003, #710000);*/
    background: #39817F;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: calc(var(--bs-border-width) * -40);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    /*background-color: #212529;*/
    background-color: #fff;
    opacity: 0.6;
    z-index: -1;
}

.overlay-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: #212529;*/
    background-color: #fff;
    opacity: 0.3;
    z-index: -1;
}

@media (max-width: 991px) {
    .overlay-mobile {
        display: block;
    }
}

.schedule-day {
    margin-top: 2rem;
}

.schedule-day .nav-link,
.schedule-day .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
    /*color: #0a0a0a;*/
    color: #fff;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 0;
    padding: .25rem 0;
    margin: 0 1rem;
}

.schedule-day .nav > li .active {
    /*border-bottom: .2rem solid red;*/
    /*border-bottom: .2rem solid #39817F;*/
}

.schedule-day .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #39817F;

}

@media (max-width: 991px) {

    .schedule-day .nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .schedule-day .nav > li {
        width: 50%;
        margin-bottom: 1rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .schedule-day .nav-link,
    .schedule-day .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0;
        text-align: center;
        width: 100%;
    }
}

.schedule-day {
}

.schedule-event {
    margin-top: 2.5rem;
}

.schedule-event .tab-pane {
    /*height: 65vh;*/
    /*overflow-y: auto;*/
    /*scrollbar-width: thin;*/
}

.schedule-event .tab-pane p {
    margin: 0;
}

.schedule-event .tab-pane .list-group-content {
    width: 100%;
}

.tab-pane::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.tab-pane::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

.tab-pane::-webkit-scrollbar-thumb {
    background-color: #ccc; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid transparent; /* creates padding around scroll thumb */
}

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

.btn-request {
    color: #fff;
    /*background-image: var(--var-bg-custom-1);*/
    background: #39817F;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-request:active,
.btn-request:focus,
.btn-request:focus-visible,
.btn-request:hover {
    color: #fff;
    background-image: var(--var-bg-custom-2);
}

.schedule-day .list-group-content {
    min-width: 50%;
}

.schedule-day .list-group-schedule {
    margin-bottom: 1rem;
}

.schedule-day .list-group-item {
    background: transparent;
    border: none;
    color: #fff;
}

.section-centering {
    margin: 2rem 0;
    margin-top: 10%;
}

.section-centering h1 {
    font-weight: bold;
}

.section-divider {
    margin: 2rem 0;
    border-bottom: 1px solid #ccc;
}

.link-custom {
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
    /*color: red;*/
    color: #39817F;
}

.about-title {
    margin-bottom: 4rem;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

}

@media (max-width: 1200px) {
    .headbox-singleset-title {
        display: flex;
        padding: 30px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        flex-direction: column;
        /*justify-content: center;*/
        /*align-items: center;*/
        /*text-align: center;*/
    }
}


.headbox-singleset {
    display: flex;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*text-align: center;*/
}

.headbox-singleset-title-2 {
    display: flex;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*text-align: center;*/
    margin-left: 8%;
}

@media (max-width: 1025px) {

    .headbox-singleset-title-2 {
        margin-left: 0;
    }
}

.text-bold {
    font-weight: bold;
    /*font-size: 3.25rem;*/
    line-height: 1.7;
}

.section-list {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}


.ratio-cst {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .1);
    background-color: #fff;
}

.ratio0-1 {
    padding-top: 150%
}

.ratio1-1 {
    padding-top: 100%
}

.ratio2-1 {
    padding-top: 50%
}

.ratio4-3 {
    padding-top: 75%;
}

.ratio16-9 {
    padding-top: 56.25%
}

.ratio-cst img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.ratio .img-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.filter-alphabet a {
    width: 40px;
    height: 40px;
    margin: 4px;
    padding: 8px;
    line-height: 40px;
    /*background: #e0e3e7;*/
    /*color: #343a40;*/
    background-color: #39817F;
    color: #fdfdfe;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.filter-alphabet .active a {
    width: 40px;
    height: 40px;
    margin: 4px;
    padding: 8px;
    line-height: 40px;
    /*background-color: red;*/
    background-color: #2c5e5c;
    color: #fdfdfe;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-exhibition {
    margin-bottom: 1.25rem;
    box-shadow: #32325d40 0 50px 100px -20px, #0000004d 0 30px 60px -30px;
    background-color: #39817F;
    border: none;
}


.card-exhibition .card-title {
    text-align: center;
    padding: 0;
    margin: 0;
}

.card-exhibition .card-title a {
    text-decoration: none;
    /*color: #0a0a0a;*/
    color: #fff;
    /*font-weight: 300;*/
    /*font-size: 1.25rem;*/
    font-size: 1.25rem;
}

@media (max-width: 768px) {

    .card-exhibition .card-title a {
        font-size: .8rem;
    }
}

.card-exhibition .card-title a:focus,
.card-exhibition .card-title a:focus-visible,
.card-exhibition .card-title a:after,
.card-exhibition .card-title a:hover {
    /*color: red;*/
    color: #39817F
}

.article-content {
    margin-top: 2rem;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
}


/** =================================================================================================================== **/
/** START ABOUT - TEMA **/
/** =================================================================================================================== **/

.about-content {
    /*background-color: rgba(255, 0, 0, 0.3);*/
    display: flex;
    flex-direction: row;
    width: 100%;
}

.about-content .data-flag,
.about-content .data-ornament,
.about-content .data-content {
    color: #fff;
}

.about-content .data-flag {
    /*background-color: rgba(255, 0, 0, 0.3);*/
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-content .data-content {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 1rem;
    margin-bottom: 2rem;
}

.about-content .data-ornament {
    /*background-color: rgba(255, 0, 0, 0.3);*/
    flex: 1.25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-content img {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.about-content p {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0;
    font-weight: 300;
}

@media (max-width: 2560px) {
    .about-content img {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 1280px) {
    .about-content img {
        /*margin-top: 1.5rem;*/
        margin-top: 1rem;
    }
}

@media (max-width: 1024px) {
    .about-content img {
        margin: 2rem 0;
    }

    .about-content p {
        font-size: 1.25rem;
        line-height: normal;
    }

    .about-content .data-content {
        padding: 0;
    }

    .about-content .data-flag {
        display: none;
    }

    .about-content {
        flex-direction: column;
        background-color: rgba(180, 196, 124, 0.7);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        padding: 2rem;
    }
}

@media (max-width: 991px) {
}


@media (max-width: 768px) {
}


@media (max-width: 465px) {
}


/** =================================================================================================================== **/
/** CUSTOM ABOUT JFW */
/** =================================================================================================================== **/

.about-tentang .data-flag {
    flex: 2;
}

/** =================================================================================================================== **/
/** CUSTOM ABOUT TEMA */
/** =================================================================================================================== **/

/** =================================================================================================================== **/
/** CUSTOM ABOUT PENYELENGGARA */
/** =================================================================================================================== **/

/** =================================================================================================================== **/
/** END ABOUT - TEMA **/
/** =================================================================================================================== **/

.custom-schedule img {
    bottom: 0;
    top: 4rem;
    /*width: 100%;*/
    /*height: 95%;*/
    height: 100%;
}

@media (min-width: 2200px) {
    .bg-thumbnail.custom-about-jfw img {
        height: 100%;
    }
}

@media (max-width: 1920px) {

    .bg-thumbnail.custom-about-jfw img {
        height: 80%;
    }
}

@media (max-width: 1440px) {
    .bg-thumbnail.custom-about-jfw img {
        height: 70%;
    }
}

@media (max-width: 1280px) {
    .bg-thumbnail.custom-about-jfw img {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .bg-thumbnail-ribbon img {
        max-width: 100%;
        left: 0;
    }

    .bg-thumbnail img {
        bottom: 0;
    }
}

.bg-thumbnail.custom-penyelenggara img {
    height: 90%;
}

@media (max-width: 1440px) {
    .bg-thumbnail.custom-penyelenggara img {
        height: 70%;
    }
}

@media (max-width: 1280px) {
    .bg-thumbnail.custom-about-jfw img {
        height: 65%;
    }
}

@media (max-width: 991px) {
    .bg-thumbnail-ribbon.custom-penyelenggara img {
        top: 2.5rem;
        left: -5rem;
        /*height: 50%;*/
    }

    .bg-thumbnail.custom-penyelenggara img {
        /*height: 50%;*/
        top: auto;
        bottom: 0;
    }

    .bg-thumbnail.custom-about-jfw img {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .bg-thumbnail-ribbon.custom-about-jfw img {
        left: -5rem;
    }

    .bg-thumbnail.custom-about-jfw img {

    }
}

@media (max-width: 551px) {

    .bg-thumbnail-ribbon.custom-penyelenggara img {
        z-index: -2;
    }

    .bg-thumbnail.custom-penyelenggara img {
        height: 50%;
    }

    .bg-thumbnail-ribbon.custom-about-jfw img {
        display: none;
    }
}

@media (max-width: 321px) {

    .bg-thumbnail-ribbon.custom-penyelenggara img {
        /*top: 20rem;*/
        /*left: -10rem;*/
        /*z-index: -1;*/
    }

    .bg-thumbnail.custom-penyelenggara img {
        /*z-index: -2;*/
        height: 35%;
    }

}

.custom-sponsorship img {
    height: 100%;
    left: 4rem;
}