/*
 * j-Enterprise
 * Design by degiam - https://degiam.github.io
 * This is public page on JogjaCamp Content Management System
 * PT JC INDONESIA - https://jogjacamp.com
 * Copyright (c) 2020
 *
 */

::-webkit-scrollbar {
    width: 15px;
    height: auto;
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #0fb4e8;
    border-radius: 15px;
    border: 3px solid #eee
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #0fb4e8
}

::-moz-selection {
    color: #fff;
    background-color: rgba(19, 186, 239, .7)
}

::selection {
    color: #fff;
    background-color: rgba(19, 186, 239, .7)
}

::-moz-focus-inner {
    border: none;
    outline: none
}

:focus {
    outline: none
}

* {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

html,
body {
    height: 100%
}

body {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #343a40;
    cursor: default;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}

body .freeze {
    overflow: hidden
}

@media(max-width: 991px) {
    body.mobile-freeze {
        overflow: hidden
    }
}

content {
    background-image: url(../img/bg-header.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 70px
}

content>.my-5:first-child {
    margin-top: 0 !important;
    padding-top: 3rem
}

content>.my-5,
content>.my-md-5 {
    background-color: #fff
}

content>.my-md-5 {
    background-color: transparent
}

content>.my-5:last-of-type,
content>.my-md-5:last-of-type {
    margin-bottom: 0 !important
}

@media(min-width: 1400px) {
    content {
        padding-top: 138px
    }
}

@media(max-width: 1399px) {
    content {
        padding-top: 123px
    }
}

@media(max-width: 991px) {
    content {
        padding-top: 92px
    }
}

@media(max-width: 575px) {
    content {
        padding-top: 70px
    }
}

footer {
    margin-top: auto
}

.bg-primary {
    background-color: #0fb4e8 !important
}

.bg-darken {
    background-color: #2d3238
}

.bg-skylight {
    background-color: #effbff
}

.bg-dark-overlay {
    background-color: rgba(0, 0, 0, .05)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(40, 210, 255, .08)
}

.alert-message strong {
    font-weight: 600
}

.flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.object-fit-cover {
    object-fit: cover
}

.object-fit-contain {
    object-fit: contain
}

.vh-80 {
    height: 80vh
}

.overflow-y-auto {
    overflow-y: auto
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: initial
}

.shadow {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .05) !important
}

@media(min-width: 992px) {
    .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

a,
a:link,
a:visited,
a:active {
    color: #0fb4e8;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

a:hover,
a:focus {
    color: #20bff1;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 1rem
}

p {
    line-height: 1.8em
}

p:last-child {
    margin-bottom: 0
}

.font-sm {
    font-size: 11px
}

.font-md {
    font-size: 18px
}

.font-lg {
    font-size: 30px
}

.font-xl {
    font-size: 40px
}

.lh-1 {
    line-height: 1em
}

.lh-2 {
    line-height: 1.8em
}

.ls-1 {
    letter-spacing: .1rem
}

.ls-2 {
    letter-spacing: .25rem
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f17 {
    font-size: 17px
}

.f20 {
    font-size: 20px
}

.f25 {
    font-size: 25px
}

.fw-400 {
    font-weight: 400
}

.fw-600 {
    font-weight: 600
}

.text-grey {
    color: #bdbdbd
}

.text-green {
    color: #32da2f
}

.ashline:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, .05);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -3.5rem
}

.navbar-brand {
    margin-right: 1.5rem
}

.navbar-brand img {
    width: auto;
    max-width: 270px;
    height: 90px;
    object-fit: contain
}

.navbar-nav {
    background: rgba(255, 255, 255, .8);
    border-radius: 30px;
    border: 3px solid rgba(255, 255, 255, .1);
    padding: .1rem
}

.navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 .75rem
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0fb4e8
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0fb4e8
}

.navbar-light .navbar-toggler {
    border-color: transparent
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4,8h24 M4,16h24 M10.9,24H28'/%3E%3C/svg%3E")
}

.navbar-toggler {
    padding: .3rem .5rem;
    border-radius: 8px
}

.navbar-toggler:focus {
    outline: none
}

.navbar-toggler[aria-expanded=true] {
    background-color: #f5f5f5
}

.dropdown-menu {
    background-color: #fff;
    margin-top: 4px
}

.dropdown-item,
a.dropdown-item {
    color: #212529;
    padding: .4rem 1.2rem
}

.dropdown-item:focus,
.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:hover {
    color: #343a40;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item:active,
a.dropdown-item.active,
a.dropdown-item:active {
    color: #fff;
    background-color: #0fb4e8
}

@media(min-width: 992px) {
    .navbar {
        padding: .5rem 0
    }
    .navbar-brand {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .navbar-nav {
        display: inline-block
    }
    .navbar-nav .nav-item {
        display: inline-block
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: .5rem
    }
}

@media(max-width: 1399px) {
    .navbar-brand {
        margin-right: .5rem
    }
    .navbar-brand img {
        height: 75px;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media(max-width: 1199px) {
    .navbar-nav .nav-link {
        margin: 0 .5rem
    }
}

@media(max-width: 991px) {
    .navbar {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .08)
    }
    .navbar-nav {
        border-radius: .25rem;
        border: none
    }
    .navbar-brand img {
        height: 65px
    }
    .navbar-nav .nav-link {
        margin: 0
    }
    .navbar-button {
        display: flex;
        align-items: center
    }
    .dropdown-menu {
        margin-top: 0;
        border-radius: 0;
        border: none
    }
}

@media(max-width: 575px) {
    .navbar-brand img {
        height: 43px;
        padding-top: 0;
        padding-bottom: 0
    }
    .navbar-toggler-icon {
        width: 21px;
        height: 21px
    }
}

.navbar>.container {
    position: relative
}

.navbar.fixed-top.scrolling {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .08)
}

.navbar-collapse .active {
    pointer-events: none
}

@media(min-width: 992px) {
    .navbar-collapse {
        margin-right: 6.5rem
    }
    .scrolling .navbar-brand img {
        height: 60px
    }
}

@media(max-width: 991px) {
    .navbar-collapse {
        max-height: calc(100vh - 125px);
        margin-top: 1rem;
        margin-bottom: 1rem;
        overflow-y: auto
    }
    .header.overlay:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        z-index: 1000
    }
}

@media(max-width: 575px) {
    .navbar-collapse {
        max-height: calc(100vh - 100px)
    }
}

.header {
    width: 100%
}

#side-content>* {
    margin-bottom: 2rem
}

@media(min-width: 1400px) {
    .container {
        max-width: 1370px
    }
}

@media(min-width: 768px) {
    #main-content {
        padding-right: 30px
    }
}

#menu-vertical {
    padding: 0
}

#menu-vertical:hover {
    border-radius: .25rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .05)
}

#menu-vertical * {
    -webkit-transition: none;
    transition: none
}

#menu-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#menu-vertical>ul {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

#menu-vertical a {
    display: block;
    position: relative;
    padding: .7rem 1.75rem .7rem .8rem;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#menu-vertical a:hover {
    background: #f5f5f5
}

#menu-vertical>li>.menu-item,
#menu-vertical>li>div>.menu-item {
    opacity: 0;
    margin-left: -20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#menu-vertical>li>div>i.menu-item {
    -webkit-transition: none;
    transition: none
}

#menu-vertical li {
    color: #fff
}

#menu-vertical>ul>li:first-child>* {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

#menu-vertical>ul>li:last-child>* {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

#menu-vertical li.sub-menu div {
    position: relative;
    color: #fff
}

#menu-vertical li.sub-menu .fas {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 28px;
    padding-left: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333
}

#menu-vertical li.sub-menu .fas:hover:before {
    color: #fff;
    z-index: 1
}

#menu-vertical li.sub-menu .fas:hover:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #0398c7;
    border-radius: 50%;
    right: 10px;
    top: 11.5px
}

#menu-vertical li.sub-menu.active .fas:hover:after {
    background-color: #0398c7
}

#menu-vertical li.sub-menu .fa-sort-down {
    padding-bottom: 6px
}

#menu-vertical li.sub-menu .fa-sort-up {
    padding-top: 6px
}

#menu-vertical li.active>a,
#menu-vertical li.sub-menu.open>div,
#menu-vertical li.sub-menu.open>div>*,
#menu-vertical li.sub-menu.active>div,
#menu-vertical li.sub-menu.active>div>*:hover {
    color: #fff;
    background-color: #0fb4e8
}

#menu-vertical li.sub-menu.active>div>* {
    color: #fff
}

#menu-vertical ul li a {
    padding-left: 1.5rem
}

#menu-vertical ul ul li a {
    padding-left: 2rem
}

#menu-vertical ul ul ul li a {
    padding-left: 2.5rem
}

#menu-vertical ul ul ul ul li a {
    padding-left: 3rem
}

#menu-vertical ul ul ul ul ul li a {
    padding-left: 3.5rem
}

#menu-vertical ul ul ul ul ul ul li a {
    padding-left: 4rem
}

#menu-vertical ul ul ul ul ul ul ul li a {
    padding-left: 4.5rem
}

#lang-list {
    position: absolute;
    right: 0;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    height: auto !important;
    margin-left: auto;
    margin-right: 2.5rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

#lang-list.show {
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media(min-width: 992px) {
    .language {
        position: absolute;
        top: 42px;
        right: 3rem;
        text-align: right
    }
}

.btn-lang {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    margin-right: 1.5rem
}

.btn-lang i {
    color: #fff
}

.scrolling .btn-lang i {
    color: rgba(0, 0, 0, .5)
}

@media(max-width: 991px) {
    #lang-list {
        margin-top: .5rem;
        margin-right: 6.2rem
    }
    .btn-lang {
        font-size: 20px;
        padding: .45rem .9rem;
        margin-right: 0
    }
    .btn-lang[aria-expanded=true] {
        background: #f5f5f5;
        border-radius: .5rem
    }
    .btn-lang i {
        color: rgba(0, 0, 0, .5)
    }
}

@media(max-width: 575px) {
    #lang-list {
        right: auto
    }
    .btn-lang {
        font-size: 14px
    }
}

.search {
    text-align: right
}

.search .btn-search {
    display: inline-block;
    cursor: pointer;
    font-size: 17px
}

.search .btn-search i {
    color: #fff
}

.search form {
    background-color: #fff;
    margin-top: 1rem;
    padding: 1rem;
    height: auto !important;
    border-radius: .25rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.search form.show {
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.search form .btn {
    min-width: auto
}

.scrolling .search {
    top: 34px
}

.scrolling .btn-search i {
    color: rgba(0, 0, 0, .5)
}

@media(min-width: 992px) {
    .search {
        position: absolute;
        top: 40px;
        right: 1.5rem
    }
    .scrolling .search {
        top: 34px
    }
    .btn-search {
        margin-right: 1rem
    }
}

@media(max-width: 991px) {
    .search .btn-search {
        font-size: 20px;
        padding: .45rem .9rem
    }
    .search .btn-search[aria-expanded=true] {
        background: #f5f5f5;
        border-radius: .5rem
    }
    .search .btn-search i {
        color: rgba(0, 0, 0, .5)
    }
    .search form {
        margin-top: .5rem;
        position: absolute;
        right: 3rem
    }
}

@media(max-width: 575px) {
    .search .btn-search {
        font-size: 14px
    }
    .search form {
        right: 0
    }
}

ul.polling-list a {
    margin-left: .5rem
}

.polling-percentage tr td {
    border-top: none
}

.polling-percentage .percentage {
    width: 100%;
    border: 1px solid #dde0e3
}

.polling-bar {
    height: 22px
}

@media(min-width: 992px) {
    .polling-percentage tr td:nth-child(2) {
        text-align: center
    }
    .polling-percentage tr td:nth-child(3) {
        width: 50%
    }
    .polling-percentage tr td:nth-child(4) {
        text-align: center;
        width: 90px
    }
}

@media(max-width: 991px) {
    .polling-percentage tr td {
        display: flex;
        border-top: none;
        padding-bottom: 0
    }
    .polling-percentage tr td:last-child {
        padding-bottom: .75rem
    }
}

.container-check {
    background-color: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.container-check .checkmark-check,
.container-check .checkmark-times {
    display: none
}

.container-check .checkmark-check svg {
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: success .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.container-check .checkmark-times svg {
    box-shadow: inset 0px 0px 0px #f33749;
    animation: error .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.container-check svg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto
}

.container-check svg path {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards
}

.container-check p {
    opacity: 0;
    transition-delay: 2s
}

.container-check.show {
    z-index: 1;
    opacity: 1
}

.container-check.show p {
    opacity: 1
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes success {
    100% {
        box-shadow: inset 0px 0px 0px 100px #7ac142
    }
}

@keyframes error {
    100% {
        box-shadow: inset 0px 0px 0px 100px #f33749
    }
}

.carousel .silent {
    user-select: none
}

.carousel-image {
    width: 100%;
    object-fit: cover
}

.carousel-control-prev.hide,
.carousel-control-next.hide,
.carousel-indicators>li:only-child {
    display: none
}

.carousel-control-next,
.carousel-control-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: calc(50% - 17.5px);
    bottom: auto;
    line-height: 1;
    margin: 0 1.5rem
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15px;
    height: 15px
}

.carousel-control-next-icon:focus,
.carousel-control-prev-icon:focus {
    outline: none
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    margin-top: -10px;
    z-index: -1
}

.carousel-control-next-icon:after {
    margin-left: -19px
}

.carousel-control-prev-icon:after {
    margin-left: -17px
}

@media(min-width: 992px) {
    .carousel-control-next,
    .carousel-control-prev {
        opacity: 0
    }
    .carousel:hover .carousel-control-next,
    .carousel:hover .carousel-control-prev {
        opacity: 1
    }
}

.carousel-multi {
    margin-left: -1rem;
    margin-right: -1rem
}

.carousel-multi:before,
.carousel-multi:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    background-color: #fff;
    z-index: 2
}

.carousel-multi:before {
    left: 0
}

.carousel-multi:after {
    right: 0
}

.carousel-multi .carousel-control-next {
    right: -2px
}

.carousel-multi .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-multi .carousel-control-prev {
    left: -2px
}

.carousel-multi .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-multi .carousel-control-next,
.carousel-multi .carousel-control-prev {
    margin: 0;
    opacity: 1;
    z-index: 3
}

.carousel-multi .carousel-control-next-icon:after,
.carousel-multi .carousel-control-prev-icon:after {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07), 2px 2px 3px 0 rgba(0, 0, 0, .07)
}

.carousel-multi .carousel-item.active,
.carousel-multi .carousel-item-next,
.carousel-multi .carousel-item-prev {
    display: flex
}

@media(max-width: 767px) {
    .carousel-multi .carousel-item>div {
        display: none
    }
    .carousel-multi .carousel-item>div:first-child {
        display: block
    }
}

@media(min-width: 768px) {
    .carousel-multi .carousel-item-right.active,
    .carousel-multi .carousel-item-next {
        transform: translateX(50%)
    }
    .carousel-multi .carousel-item-left.active,
    .carousel-multi .carousel-item-prev {
        transform: translateX(-50%)
    }
}

@media(min-width: 1200px) {
    .carousel-multi .carousel-item-right.active,
    .carousel-multi .carousel-item-next {
        transform: translateX(33.333%)
    }
    .carousel-multi .carousel-item-left.active,
    .carousel-multi .carousel-item-prev {
        transform: translateX(-33.333%)
    }
}

@media(min-width: 1400px) {
    .carousel-multi .carousel-item-right.active,
    .carousel-multi .carousel-item-next {
        transform: translateX(25%)
    }
    .carousel-multi .carousel-item-left.active,
    .carousel-multi .carousel-item-prev {
        transform: translateX(-25%)
    }
}

@media(min-width: 768px) {
    .carousel-multi .carousel-item-right,
    .carousel-multi .carousel-item-left {
        transform: translateX(0)
    }
}

.carousel-multi.silent .carousel-item {
    display: block;
    margin-right: 0
}

.carousel-multi.silent .carousel-item>div {
    max-width: 100% !important;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .carousel-multi.silent {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.carousel-item {
    text-align: center
}

.carousel-item-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 80px)
}

.carousel-item-container img {
    height: 100vh;
    margin-top: 6px;
    object-fit: contain;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.carousel-item-container video {
    max-width: 100%
}

video:focus,
button:focus {
    outline: none
}

.modal-open {
    padding-right: 0 !important
}

.modal.and.carousel {
    position: fixed;
    user-select: none;
    padding-right: 0 !important
}

.modal.and.carousel .modal-content {
    border: none;
    background-color: transparent
}

.modal.and.carousel .modal-title,
.modal.and.carousel .modal-caption {
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 1;
    -webkit-transition: none;
    transition: none
}

.modal.and.carousel .modal-title {
    font-size: 17px;
    font-weight: 700;
    top: 35px
}

.modal.and.carousel .modal-caption {
    bottom: 35px
}

.modal-backdrop.show {
    opacity: .8
}

.modal .carousel-control-next,
.modal .carousel-control-prev {
    position: fixed;
    width: 34px;
    top: calc(50% - 2rem);
    bottom: auto;
    line-height: 1
}

.modal .carousel-control-next:focus,
.modal .carousel-control-prev:focus {
    opacity: .5
}

.modal .carousel-control-next:focus:hover,
.modal .carousel-control-next:focus:hover,
.modal .carousel-control-prev:focus:hover,
.modal .carousel-control-prev:focus:hover {
    opacity: .9
}

.modal .carousel-control-next-icon:after,
.modal .carousel-control-prev-icon:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -9px;
    z-index: -1
}

.modal .carousel-control-next {
    right: 1%
}

.modal .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.modal .carousel-control-next-icon:after {
    margin-left: -18px
}

.modal .carousel-control-prev {
    left: 1%
}

.modal .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.modal .carousel-control-prev-icon:after {
    margin-left: -16px
}

.modal .carousel-indicators {
    position: fixed
}

.modal button.close {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 21px;
    right: 21px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    text-shadow: none;
    z-index: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.modal button.close .fa-times:after {
    content: "";
    width: 34px;
    height: 34px;
    margin-top: -8px;
    margin-left: -23px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.modal button.close:hover {
    color: #444;
    opacity: .9
}

.modal button.close:hover .fa-times:after {
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.modal .close:not(:disabled):not(.disabled):focus,
.modal .close:not(:disabled):not(.disabled):hover {
    opacity: .9;
    -webkit-transition: all 0s ease;
    transition: all 0s ease
}

@media(min-width: 992px) {
    .modal.and.carousel .carousel-control-next,
    .modal.and.carousel .carousel-control-prev {
        opacity: .5
    }
    .modal.and.carousel .carousel-control-next:hover,
    .modal.and.carousel .carousel-control-prev:hover {
        opacity: .9
    }
}

.breadcrumb {
    padding: 0 0 .25rem 0;
    margin-bottom: 0;
    background-color: transparent
}

.list-group.number {
    list-style: decimal inside
}

.list-group.number .list-group-item {
    display: list-item
}

.list-group-striped .list-group-item {
    border: none
}

.list-group-striped .list-group-item:nth-child(odd) {
    background-color: #dbf4fd
}

.list-group-striped .list-group-item:nth-child(even) {
    background-color: #effbff
}

.list-group-item.active {
    background-color: #0fb4e8;
    border-color: #0fb4e8
}

.list-group-item.active a {
    color: #fff
}

.list-item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd
}

.list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.list-item img {
    min-width: 175px;
    width: 175px;
    height: 175px;
    object-fit: cover
}

.list-item h5 a {
    color: inherit !important
}

.list-item h5 a:focus,
.list-item h5 a:hover {
    color: #0fb4e8 !important
}

@media(max-width: 991px) {
    .list-item {
        display: block
    }
    .list-item img {
        margin-bottom: 1.5rem
    }
}

.form-control {
    font-size: 15px
}

.form-control:focus {
    box-shadow: none;
    border-color: #0fb4e8
}

.form-control::-webkit-input-placeholder {
    opacity: .6
}

.form-control::-moz-placeholder {
    opacity: .6
}

.form-control:-ms-input-placeholder {
    opacity: .6
}

.form-control:-moz-placeholder {
    opacity: .6
}

.form-check {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    padding-left: 0
}

.form-inline {
    margin-top: .75rem;
    margin-bottom: .75rem;
    margin-right: 1.5rem
}

.form-inline+.form-inline:last-child {
    margin-right: 0
}

.form-check input[type=checkbox],
.form-check input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.form-check label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2.3em;
    line-height: 1.5;
    cursor: pointer
}

.form-check label:before,
.form-check label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.6em;
    height: 1.6em
}

.form-check label:before {
    content: "";
    border: 2px solid #bdc3c7;
    border-radius: 20%
}

.form-check input[type=checkbox]+label::after {
    content: "✔";
    color: #fff;
    line-height: 1.5;
    text-align: center
}

.form-check input[type=radio]+label::before {
    border-radius: 50%
}

.form-check input[type=radio]+label::after {
    content: "";
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #30ce76;
    border: .2em solid #fff;
    border-radius: 50%
}

.form-check input[type=checkbox]:checked+label::before,
.form-check input[type=radio]:checked+label::before {
    background: #30ce76;
    border-color: #30ce76
}

.form-check input[type=checkbox]+label::after,
.form-check input[type=radio]+label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.form-check input[type=checkbox]:checked+label::after,
.form-check input[type=radio]:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.form-check label::before,
.form-check label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.disable-resize {
    resize: none
}

.btn {
    font-size: 15px;
    min-width: 100px
}

.btn+.btn {
    margin-left: .5rem
}

.btn+.btn-block,
.btn-block+.btn {
    margin-left: initial
}

.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-white {
    color: #0fb4e8;
    background-color: #fff;
    border-color: #fff
}

.btn-white:focus {
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    background-color: #ededed;
    border-color: #ededed
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    background-color: #fff;
    border-color: #fff
}

.btn-white.disabled,
.btn-white:disabled {
    color: #0fb4e8;
    background-color: #fff;
    border-color: #fff;
    cursor: default
}

.btn-primary {
    color: #fff;
    background-color: #030101;
    border-color:#F9C80B;
}

.btn-primary:focus {
    background-color: #F9C80B;
    border-color: #F9C80B;
}

.btn-primary:hover {
    background-color:#F9C80B;
    border-color: #F9C80B;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #F9C80B;
    border-color: #F9C80B;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #F9C80B;
    border-color: #F9C80B;
    cursor: default
}

.btn-secondary {
    color: #fff;
    background-color: #62facf;
    border-color: #62facf
}

.btn-secondary:focus {
    background-color: #62facf;
    border-color: #62facf
}

.btn-secondary:hover {
    background-color: #3ff9c4;
    border-color: #3ff9c4
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #62facf;
    border-color: #62facf
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #93fcde;
    border-color: #93fcde;
    cursor: default
}

.btn-outline-primary {
    color: #0fb4e8;
    background-color: transparent;
    border-color: #0fb4e8
}

.btn-outline-primary:focus {
    background-color: transparent;
    border-color: #0fb4e8
}

.btn-outline-primary:hover {
    background-color: #0fb4e8;
    border-color: #0fb4e8
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #0c8fb8;
    border-color: #0c8fb8
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #68d3f5;
    background-color: transparent;
    border-color: #80daf7;
    cursor: default
}

.btn-outline-secondary {
    color: #62facf;
    background-color: transparent;
    border-color: #62facf
}

.btn-outline-secondary:focus {
    background-color: transparent;
    border-color: #62facf
}

.btn-outline-secondary:hover {
    background-color: #62facf;
    border-color: #62facf
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #31f8c0;
    border-color: #31f8c0
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #c5fded;
    background-color: transparent;
    border-color: #defef5;
    cursor: default
}

.btn-icon {
    min-width: auto
}

.btn-icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    margin-right: .5rem
}

.btn-plus:before {
    content: "";
    font-weight: 900
}

.btn-outline-primary[aria-expanded=true] {
    color: #fff;
    background: #0fb4e8
}

.badge,
a.badge {
    line-height: 1.5;
    padding: .3rem .6rem;
    border-radius: .3rem
}

.badge-primary,
a.badge-primary {
    color: #fff;
    background-color: #0fb4e8
}

.badge-primary.focus,
.badge-primary:focus,
a.badge-primary.focus,
a.badge-primary:focus {
    color: #fff;
    background-color: #0fb4e8;
    box-shadow: none
}

.badge-primary:hover,
a.badge-primary:hover {
    background-color: #2ac1f1
}

.badge-secondary,
a.badge-secondary {
    color: #fff;
    background-color: #62facf
}

.badge-secondary.focus,
.badge-secondary:focus,
a.badge-secondary.focus,
a.badge-secondary:focus {
    color: #fff;
    background-color: #62facf;
    box-shadow: none
}

.badge-secondary:hover,
a.badge-secondary:hover {
    background-color: #85fbda
}

.page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 .2rem;
    border: none;
    font-weight: 700;
    background-color: transparent
}

.page-link:hover {
    color: #fff;
    background-color: #0fb4e8;
    border-color: #0fb4e8
}

.page-link:focus {
    box-shadow: none
}

.page-item:first-child .page-link {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.page-item:last-child .page-link {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.page-item.active .page-link {
    background-color: #0fb4e8;
    border-color: #0fb4e8
}

.page-item.disabled .page-link {
    color: rgba(15, 180, 232, .5);
    background-color: transparent
}

.page-item.disabled .page-link.ellipsis {
    color: #0fb4e8
}

.opacity-5 {
    opacity: .5
}

.opacity-7 {
    opacity: .7
}

@media(max-width: 767px) {
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
}

.accordion .card {
    border: none;
    border-top: 2px solid #c8effb
}

.accordion .card:first-child {
    border-top: none
}

.accordion .card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(40, 210, 255, .08);
    border-bottom: none;
    cursor: pointer
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0fb4e8
}

.footer-brand {
    border-top: 4px solid #F9C80B;
    max-width: 275px
}

.footer-contact {
    margin: 1rem 0
}

.footer-contact tr {
    opacity: .5
}

.footer-contact tr:hover {
    opacity: 1
}

.footer-contact tr td {
    color: #fff;
    border: none;
    padding: .5rem 0
}

.footer-contact tr td:first-child {
    width: 20px;
    text-align: center
}

.footer-contact tr td:last-child {
    padding-left: .75rem
}

.footer-contact tr td a {
    color: #fff
}

.footer-link {
    list-style: none;
    padding-left: 0
}

.footer-link li {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-link li:last-child {
    border-bottom: none
}

.footer-link li a {
    display: block;
    color: #fff;
    padding: .75rem 0;
    opacity: .5
}

.footer-link li a:hover {
    opacity: 1
}

.footer-social {
    list-style: none;
    padding-left: 0;
    margin: 1rem -0.25rem
}

.footer-social li {
    display: inline-block
}

.footer-social a {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    margin: .4rem .25rem;
    opacity: .5
}

.footer-social a:hover {
    opacity: 1
}

.footer-social .facebook:hover {
    background-color: #4267b2;
    border-color: #4267b2
}

.footer-social .twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2
}

.footer-social .instagram i {
    transform: scale(1.2)
}

.footer-social .instagram:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: none
}

.footer-social .youtube:hover {
    background-color: #f00f00;
    border-color: #f00f00
}

.footer-social .linkedin:hover {
    background-color: #0073b1;
    border-color: #0073b1
}

.footer-map {
    opacity: .5
}

.footer-map:hover,
.footer-mapfocus {
    opacity: 1
}

.footer-map iframe {
    width: 100% !important;
    height: 300px !important;
    border-radius: .5rem
}

@media(max-width: 991px) {
    footer [class^=col-] {
        margin-bottom: 2rem
    }
    .footer-map {
        opacity: 1
    }
}

@media(max-width: 575px) {
    .footer-map iframe {
        height: 200px !important
    }
}

#statistic {
    position: absolute;
    right: 0;
    bottom: 2rem;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    height: auto !important;
    padding: .5rem 1.5rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05), 0 3px 10px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

#statistic.show {
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#statistic ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

#statistic li {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: .5rem 0
}

#statistic li:last-child {
    border-bottom: none
}

a[data-target="#statistic"]:hover,
a[data-target="#statistic"][aria-expanded=true] {
    opacity: 1
}

.back-to-top {
    color: #fff;
    background-color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: .25rem;
    cursor: pointer;
    opacity: .5
}

.back-to-top:hover {
    background-color: #0fb4e8;
    opacity: 1
}

.welcome img {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.news-item {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-bottom: 2rem
}

.news-item-badge {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-item-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1.25rem;
    border-radius: .25rem
}

.news-list .news-item {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.post-detail {
    line-height: 1.8em;
    margin-bottom: 3rem
}

.post-meta {
    margin-bottom: 2rem
}

.post-meta-item>div:hover>* {
    color: #777
}

.post-image img {
    margin-bottom: 2rem
}

.post-image.portrait img {
    max-width: 75%
}

.post-share,
.post-comment,
.post-related {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.post-share>* {
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: .5rem
}

.post-share>button:before,
.post-share>a:before,
.post-comment>div>button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    margin-right: .5rem
}

.post-share>button:before {
    content: "";
    font-weight: 900
}

.post-share>a:before {
    font-family: "Font Awesome 5 Brands";
    content: ""
}

.post-comment>div>button:before {
    content: "";
    font-weight: 900
}

.comment-item {
    padding: 1.5rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    -webkit-transition: none;
    transition: none
}

.comment-item>span {
    color: #aaa;
    font-size: 14px
}

.post-meta .btn {
    cursor: pointer;
    color: #fff
}

.post-meta .btn:hover {
    color: #fff
}

@media(max-width: 575px) {
    .post-meta-item {
        margin-bottom: 1.5rem
    }
    .post-meta-item>div {
        width: calc(50% - 5px);
        vertical-align: top;
        margin-right: 3px !important
    }
    .post-meta .btn {
        display: block
    }
    .post-meta .btn+.btn {
        margin-left: 0
    }
}

@media(min-width: 576px) {
    .post-meta {
        display: flex;
        justify-content: space-between
    }
    .post-meta-item:first-child {
        width: 50%
    }
    .post-meta-item:last-child {
        width: 50%;
        text-align: right
    }
}

@media(min-width: 992px) {
    .post-meta {
        align-items: center
    }
    .post-meta-item:first-child {
        width: 60%
    }
    .post-meta-item:last-child {
        width: 40%
    }
}

.media-thumbnail {
    cursor: pointer
}

.media-thumbnail>* {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: .25rem;
    user-select: none;
    margin-bottom: 2rem
}

#category-media .icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M20,18H4V8H20M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat
}

#category-media>select {
    padding: .5rem 2rem .5rem .75rem
}

#category-media>p {
    margin-bottom: 0;
    margin-left: .25rem;
    color: #b3b3b3
}

#category-media>div {
    border: 1px solid #ddd;
    padding: .5rem .75rem;
    border-radius: .25rem;
    font-size: 13px;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

#category-media .btn {
    margin-left: .5rem;
    white-space: nowrap;
    min-width: initial;
    opacity: .5
}

#category-media.carousel.silent {
    margin-bottom: 1.1rem !important
}

#category-media .carousel-item a {
    color: inherit !important;
    text-align: left;
    text-decoration: none
}

#category-media .carousel-item a.card:hover {
    border-color: #0fb4e8
}

#category-media .carousel-item a:hover h6 {
    color: #0fb4e8
}

#category-media .carousel-item a:hover img {
    filter: sepia(100%) hue-rotate(160deg) saturate(2500%)
}

#category-media .carousel-item h6 {
    height: 22px
}

#category-media .carousel-item h6,
#category-media .carousel-item h6+p {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#category-media .carousel-item p {
    font-size: 14px;
    opacity: .7
}

#category-media .carousel-item .active .card {
    border-color: #0fb4e8;
    background-color: #0fb4e8
}

#category-media .carousel-item .active p {
    opacity: 1
}

#category-media .carousel-item .active h6,
#category-media .carousel-item .active span,
#category-media .carousel-item .active p,
#category-media .carousel-item .active img {
    filter: brightness(0) invert(1)
}

#category-media .carousel-item .d-flex>div {
    width: calc(100% - 48px)
}

#category-media .carousel-control-next,
#category-media .carousel-control-prev {
    top: calc(50% - 18px)
}

@media(min-width: 1400px) {
    .media-home img {
        height: 300px
    }
}

@media(max-width: 1399px) {
    .media-home img {
        height: 250px
    }
}

@media(max-width: 1199px) {
    .media-home img {
        height: 200px
    }
}

@media(max-width: 991px) {
    .media-home img {
        height: 300px
    }
}

@media(max-width: 575px) {
    .media-home img {
        height: 300px
    }
}

.link-item {
    display: flex;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    margin-right: 2rem;
    width: calc(33% - 2rem)
}

.link-item>div {
    width: 100%
}

.link-item img {
    margin-right: .75rem;
    object-fit: cover
}

.link-item span {
    display: block;
    max-width: calc(100% - 44px);
    padding-top: .25rem;
    padding-bottom: .25rem
}

.link-item .badge {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 44px);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width: 991px) {
    .link-item {
        width: calc(50% - 2rem)
    }
}

@media(max-width: 767px) {
    .link-item {
        width: calc(100% - 2rem)
    }
}

.monthly-events ul {
    max-height: 444px;
    overflow: auto
}

.event .event-item:nth-child(odd) {
    background-color: #dbf4fd
}

.container-load {
    background-color: rgba(239, 251, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.container-load.show {
    z-index: 2;
    opacity: 1
}

.container-load i {
    color: #0fb4e8
}

.googlemap-home iframe {
    width: 100%;
    height: 450px;
}

.googlemap iframe {
    width: 100%;
    height: 450px;
    border-radius: .5rem
}

@media(max-width: 575px) {
    body,
    .btn,
    .form-control,
    .dropdown-item,
    a.dropdown-item {
        font-size: 14px
    }
    footer .bg-darken {
        font-size: 13px
    }
    h1 {
        font-size: 1.75rem
    }
    h2 {
        font-size: 1.5rem
    }
    h3 {
        font-size: 1.25rem
    }
    h4 {
        font-size: 1rem
    }
    h5,
    h6 {
        font-size: .9rem
    }
    .ashline:after {
        margin-top: -3.25rem
    }
    .page-link {
        width: 30px;
        height: 30px
    }
}

@media print {
    @page {
        margin: 3cm 2cm
    }
    .print-page {
        display: none !important
    }
}


/*css tambahan */

@media (min-width: 992px) {
    .welcome img {
        padding-bottom: 0rem;
        opacity: 0;
    }
    .welcome img.position-absolute {
        z-index: -1;
        opacity: 1
    }
}

.link-home a {
    opacity: .8;
}

.link-home a:hover {
    opacity: 1;
}
@media (min-width: 992px) {
    .link-home .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.link-home a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform:uppercase;
    font-weight: 800;
    font-size: 60px;
    text-shadow: 1px 1px 6px #020202;
}

@media (min-width: 992px) {
    .link-home a span {
       font-size: 40px;
    }
}
.footer-social .wa:hover{background-color:#3fe675;border-color:#3fe675}.footer-social .line:hover{background-color:#32b900;border-color:#32b900}.footer-social .tokopedia:hover{background-color:#03ac0e;border-color:#03ac0e}.footer-social .shopee:hover{background-color:#f96032;border-color:#f96032}.footer-social .lazada:hover{background-color:#000083;border-color:#000083}.footer-social .bukalapak:hover{background-color:#e31e52;border-color:#e31e52}.footer-social .jejualan:hover{background-color:#b0d248;border-color:#b0d248}

@media (min-width: 992px) {
    .link-home a span {
       font-size: 25px;
    }
}
