body {
    animation: fadein 0.3s;
}
@keyframes fadein {
    0% { opacity: 0; }
    to { opacity: 1; }
}

@media screen and (min-width: 768px) {
    .page-template-page-rich header nav .elementor-item {
        color: #FFFFFF !important;
        fill: #FFFFFF !important;
    }
    .rich-swiper.swiper-thumbs .swiper-wrapper .swiper-slide {
        position: fixed;
        top: 0;
        bottom: 0;
        opacity: 0 !important;
        visibility: hidden;
        transition: .4s;
    }
    .rich-swiper.swiper-thumbs .swiper-wrapper .swiper-slide:not(.swiper-slide-thumb-active) ~ .swiper-slide.swiper-slide-active:last-child,
    .rich-swiper.swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1 !important;
        visibility: visible;
        backface-visibility: visible;
        pointer-events: visible;
    }
    .rich-swiper .swiper-pagination {
        right: 20px !important;
        bottom: -60px;
        position: fixed;
        top: auto !important;
        background: #0000000D;
        padding: 8px;
        border-radius: 50px;
        z-index: 999;
    }
    .rich-swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #FFFFFF;
        opacity: 1;
        margin: 12px 0 !important;
        width: 4px;
        height: 4px;

    }
    .rich-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FF6600;
    }

    .rich-swiper.swiper.mySwiper3::before {
        content: '';
        position: absolute;
        z-index: 100;
        background-image: linear-gradient(rgba(0,0,0, .3), transparent);
        top: 0;
        height: 100px;
    }

    .rich-swiper footer.swiper-slide {
        
    }
}
@media screen and (max-width: 767px) {
    /* .rich-swiper > .swiper-wrapper > .swiper-slide {
        min-height: 599px;
    } */
    .rich-swiper > .swiper-wrapper > .swiper-slide.swiper-slide__banner,
    .rich-swiper > .swiper-wrapper > .swiper-slide.swiper-slide__sidebar {
        height: 640px !important;
    }
    .rich-swiper > .swiper-wrapper > .swiper-slide.swiper-slide__banner > div {
        height: 100%;;
    }
    .rich-swiper > .swiper-wrapper > .swiper-slide.swiper-slide__auto {
        height: auto !important;
    }
    .rich-swiper .swiper-slide {
        min-height: 650px;
        height: auto !important;
    }
}

/*Tab*/
.pangles-tab__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 80px);
}
.pangles-tab__content .tab-content {
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.pangles-tab__content .tab-content.tab-content-Jakarta {
    top: 66%;
    left: 25.4%;
}
.pangles-tab__content .tab-content.tab-content-Bandung {
    top: 68.5%;
    left: 26.2%;
}
.pangles-tab__content .tab-content.tab-content-Surabaya {
    top: 72%;
    left: 37.8%;
}
.pangles-tab__content .tab-content.tab-content-Sidoarjo {
    top: 74%;
    left: 37.3%;
}
.pangles-tab__content .tab-content.tab-content-Semarang {
    top: 72%;
    left: 33.3%;
}
.pangles-tab__content .tab-content.tab-content-Yogyakarta {
    top: 75.5%;
    left: 32.8%;
}
.pangles-tab__content .tab-content.tab-content-Malang {
    top: 77.5%;
    left: 37.3%;
}
.pangles-tab__content .tab-content.tab-content-Makassar {
    top: 61%;
    left: 53%;
}
.pangles-tab__content .tab-content.tab-content-Jember {
    top: 77.3%;
    left: 40.1%;
}
.pangles-tab__content .tab-content.tab-content-Bali {
    top: 79%;
    left: 43.2%;
}
.pangles-tab__content .tab-content:hover svg path,
.pangles-tab__content .tab-content.active svg path {
    fill: #FFC633;
}
.pangles-tab__content .tab-content span {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -30px;
    top: -35px;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #F60;
    border-radius: 7px;
    padding: 7px 10px;
    text-transform: uppercase;
}
.pangles-tab__content .tab-content:hover span,
.pangles-tab__content .tab-content.active span {
    opacity: 1;
    visibility: visible;
}
.pangles-tab__map {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 50px;
}
.pangles-tab__map li:not(:last-child) {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.pangles-tab__map li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #242424;
    right: 0;
    top: 3px;
    pointer-events: none;
}
.pangles-tab__map li a {
    position: relative;
    pointer-events: cursor;
    color: #242424;
    font-weight: 600;
}
.pangles-tab__map li a:hover,
.pangles-tab__map li.active a {
    color: #FF6600;
}

.mySwiper-pl_product .swiper-slide,
.mySwiper-post .swiper-slide {
    height: auto;
}

@media screen and (max-width: 767px) {
    .pangles-tab__map {
        flex-wrap: wrap;
        height: 75px;
    }
    .pangles-tab__content {
        height: calc(100% - 145px);
    }
    .pangles-tab__content svg {
        width: 6.5px;
        height: 9.5px;
    }
    .pangles-tab__map li a {
        font-size: 14px;
    }
    .pangles-tab__content .tab-content span {
        font-size: 9px;
        top: -25px;
        padding: 5px 7px;
    }
    .mySwiper-pl_product {
        max-width: 280px !important;
        overflow: visible !important;
    }
}