html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 72px !important;
}

h2 {
    font-size: 48px !important;
}

h3 {
    font-size: 36px !important;
}

h4 {
    font-size: 24px !important;
}

.parent_make_child_same_height {
    display: flex;
    flex-wrap: wrap;

}

.sub_parent_make_child_v_aligned {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    align-content: stretch;

}

/*2. when responsive, flexbox no longer need, beside it hard to make flex 100% width*/
/* 991px is breaddown for col-md4 */
@media (max-width: 991px) {
    .parent_make_child_same_height {
        display: unset;
    }

    .sub_parent_make_child_v_aligned {

        height: auto;
        text-align: center;
    }
}


p {
    font-size: 20px !important;
}

.busy {
    opacity: 0.5 !important;
}

.main_title {
    text-align: center;
    font-size: 3em !important;
    font-size: 3em;
    padding: 10px 60px;
    text-shadow: 5px 2px 5px #c2c2c2;
}


h2.t_line {
    font-size: 3em;

}

/*animasi float */
@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}

.float_obj {
    animation: float 6s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-10px);
    }


    100% {

        transform: translatey(0px);
    }
}

.float_obj2 {
    animation: float2 5s ease-in-out infinite;
}

/*animasi float */
.slidestyle3 {
    display: block !important;
    text-align: left !important;
    max-height: 450px;
    overflow-y: auto;
    padding: 10px 60px;

}

#swiper3 {
    padding-top: 50px;
    margin-top: 50px;
    border-radius: 0px 40px 40px 0px;
}

div#swiper3:hover {
    cursor: pointer;
    background: rgba(154, 96, 52, 0.1);
    transition: 0.3s;
    box-shadow: 2px 2px 6px #bdbdbd;
}

#swiper3 h3 {
    font-size: 2.2em;
}

#swiperpagination3 {
    width: 100%;
    margin: 50px 0px 20px 0px;
}

#swiperpagination3 .swiper-pagination-bullet {
    margin: 4px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px 10px;
    width: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bg_fiturcta {
    background-image: url(../../../images2/bg/kidbed.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 510px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 115px;
}

#swipernested1 {
    padding: 35px 10px;
}

.bgaspic {
    display: block;
    width: 100%;
    padding-bottom: 64%;
    margin: 5px 1px;
    border: 1px solid #23af9e;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    background-position: center;
}

.clickarea {

    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*cta block*/
.ctablock {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    min-height: 413px;

    justify-content: center;
}

.t1 {
    font-size: 1.1em;
    padding: 10px;
    opacity: 0.85;
    text-align: center;
}

.t2 {
    font-size: 1.5em;
    text-align: center;
}

a.regbtnlink:link {
    cursor: pointer;
    /* opacity: 0.8; */
    transition: 1s;
    background-image: linear-gradient(189deg, #57b3aa, #fbfffe);
    display: inline-flex;
    border-radius: 450px;
    border: 1px solid #33a2987d;
}

a.regbtnlink:hover {
    background-image: linear-gradient(157deg, #57b3aa, #fbfffe);
}

img.mybtncta {
    width: calc(100% - 20px);
    margin-left: 10px;
}

.bolder {
    font-weight: bold;
    font-size: 1.2em;
}

/*cta block*/

.introphotospot {
    width: 100%;
    padding-bottom: 38.25%;
    background-image: url(../../../images2/content/photospot/banner-park_1367.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.photslide {
width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px #ccc;
    border: 5px solid #7f7f7f;
    margin: 2px 5px;
    border-radius: 25px;
}
 

.photspot_capt {
    display: block;
    position: absolute;
    bottom: 27px;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    font-size: 1.3em;
    color: #272727;

}

#mapsec {
    padding: 48px 0px 5px 0px;

}

.mapwrap {
    border: 5px solid white;
    display: flex !important;
    width: calc(100% - 0px) !important;
    display: block;
    height: 287px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 20px;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: stretch;
    background-image: url(../../../images2/mapbg.jpg);
    background-position: bottom center;
    background-size: cover;
    cursor: zoom-in;
    background-repeat: no-repeat;
}

a:link {
    text-decoration: none !important;
}

.mapwrap iframe {
    width: 100%;
    height: 100%;
}

.borderfullwidth {
    width: 100%;
    font-size: 15px;
    text-align: right;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.alamatonmap {
    color: white;
    font-size: 0.8em;
    text-align: right;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
}

/*gradient text*/


@keyframes gradchange {
    to {
        background-position: 400%;
    }
}

.title_fit i {
    font-size: 0.85em;
    margin-right: 10px;
}

.desc_fit li {
    list-style: circle;
}

.titlemod i {
    margin-right: 10px;
}

.titlemod {
    font-size: 1.8em !important;
    text-align: center;
}

.item_chanell {
    display: flex;
    margin: 5px;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #1c1d1d;
    border-radius: 200px;
    flex-wrap: wrap;
    font-size: 0.85em;
    transition: 0.2s;
}

.item_chanell i {
    font-size: 2em;
    margin: 0px 20px;
}

.item_chanell:hover {

    border: 1px solid #f7f7f7;
    background: #33a298;
    color: white;

}

.item_chanell .title {
    font-weight: bold;
    font-size: 1.1em;
}

.jampraktek .day {
    font-size: 1em;
    width: 180px;
    display: inline-block;
    opacity: 0.8;
}

.jampraktek .hours {}

.jampraktek {
    padding: 16px;
    border: 1px solid #33a298;
    display: flex;
    border-radius: 40px;
    justify-content: center;
    background: #33a298cc;
    color: white;
}

#myfooter {
    text-align: center;
    font-size: 0.8em;
    padding: 5px;
    background: #33a298;
    color: #8dd2cc !important;
}

#myfooter a:link,
#myfooter a:visited {
    color: #6fd4d1 !important;

}

#myfooter a:hover {
    color: white;
}

#anchor_park {
    /* membuat scrooll offset, change bottom distance*/
    position: relative;
    display: block;
    bottom: 40px;
}

.menuright:hover {
    opacity: 0.8;
}


.item_articles:hover .ite_tit {
    background-image: linear-gradient(178deg, #20ad9c, #94e6d8e6);
    color: white;
    text-shadow: none !important;
}
.item_articles {

    box-shadow: 0px 0px 5px 0px #ccc;
    background: white;
    cursor: pointer;
}

.item_articles:hover {

    box-shadow: 0px 0px 5px 0px #aaa;

}

.item_articles .ite_tit {
    font-size: 1em;
    /* border-bottom: 1px solid #ccc; */
    padding: 10px;
    position: absolute;
    margin: 3px;
    text-align: center;
    background-image: linear-gradient(178deg, white, #ffffff59);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 6px;
    width: -webkit-fill-available;
    font-weight: bold;
}

.item_articles .fit_img {
    max-height: 167px;
}

.item_articles .fit_img img {
    width: 100%;
}
.item_articles:hover .introbod {
    background: #000000bf;
}
 .introbod {
    padding: 10px;
    font-size: 0.85em;
    text-align: justify;
    color: #474747;
    line-height: 1.35em;
    background-image: linear-gradient(0deg, #535353, #00000052);
    z-index: 11;
    position: inherit;
    border-radius: 0px 0px 8px 8px;
    color: white;
}

.kmsart_body {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin: -35px 15px 15px 15px;


}

.kmsart_body p {
    text-align: justify;
}

.kmsart_body img {
    max-width: 100%;
}

.art_sidemod {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin: -21px 15px 15px 15px;
    box-shadow: 0px 0px 30px 15px rgb(162 157 157 / 20%);

    border: 1px solid #e4e4e4;
}

img.fea_img {
    width: 100%;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 8px;
    border-radius: 10px;
}

.fea_capti {
    text-align: right;
    margin-bottom: 25px;
    font-style: italic;
    padding: 15px;
}

.lefts i {
    padding: 15px 10px;
    color: white;
    font-weight: normal;
    width: 50px;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    z-index: 9999999 !important;
}

.publishedmeta {
    font-size: 0.7em;
    font-style: italic;
    text-align: right;
    padding: 10px 20px;
    background: linear-gradient(268deg, #e2e2e2, transparent);
    color: #787778;
    border-radius: 7px;
}

.art_sidemod H3 {
    text-align: center;
    border-bottom: 1px solid #ed678c;
    color: #1dac9b;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.art_sidemod H3 i {
    color: #c7c7c7;
}

.item_articles_rel {
    cursor: pointer;
    padding: 10px;
    transition: 1s;
}

.item_articles_rel:hover {
    background: #e6e6e6;
    border-radius: 10px;
}

.item_articles_rel .ite_tit {
    text-align: center;
    font-size: 0.91em;
    font-weight: bold;
    padding-bottom: 10px;
}

.item_articles_rel .fit_img img {
    width: 100%;
}

.item_articles_rel .introbod {
    font-size: 0.85em;
    padding-bottom: 15px;
    margin-bottom: 10px;
}



.item_articles i {
    opacity: 0.8;
}

#header_inner {
    color: white;
}

.headlogo {
    width: auto;
    text-align: center;
}

.fw {
    width: 100%;
    border: none;
}

.btnfat {
    padding: 10px;
}

.headertitle h3 {
    font-size: 2em;
}

.forcemiddlevertcl {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.pagination {
    display: flex !important;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.search_bar {
    background: #e5e5e5;
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
}

.search_bar select {
    height: 40px;
}

.item_i {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #e2e2e2;
}

.item_i:hover {
    background: #e5e5e5;
    cursor: pointer;
}

.icon_i {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #9d9d9d;
}

.title_content {
    display: flex;

    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.actionbtnblock div.vertical,
.actionbtnblock div.cck_forms {
    margin-top: 7px !important;
    width: auto !important;
}

.actionbtnblock {
    padding: 10px 50px !important;
    background: #ededed;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.alb_wrp {
    padding: 10px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.8);


}

.title_alb {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    font-size: 1.2em;
}

.btn-primary {
    border: none;
    padding: 10px 20px;
}

.btn-primary [class^="icon-"] {
    margin: 10px;
}

.toggle-editor {
    display: none;
}

.title_section {
    margin: 40px 15px 35px 15px;
    color: #020202;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 30%);
    -webkit-background-clip: text;
    background: #e9e9e957;
    border-radius: 90px;
    padding: 10px 20px 10px 54px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}
.title_section i {
    opacity: 0.25;
}

.title_section:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 30px;
    position: absolute;
    background: white;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.offsetedanchor {
    position: relative;
    top: -80px;
    /* Adjust to desired scroll offset */
    height: 0;
    visibility: hidden;
}

.radhor {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 24px;
}

.radhor label {
    margin-bottom: 0px;
}


.item_articles {
    max-width: calc(100% - 10px);
    overflow: hidden;
    /* Hide any overflowing content */
    position: relative;
    border-radius: 8px ;
}

.item-thumbnail {
    width: 100%;
    /* Make the image fill the container's width */
    height: 100%;
    /* Make the image fill the container's height */
    object-fit: cover;
    /* Ensure the image covers the container without distortion */
}

.folder-title {
padding: 10px;
    background-image: linear-gradient(180deg, black, transparent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: absolute;
    color: white;
    width: 100%;
}

.kmsart_body li {
    list-style: unset !important;
}

.withbutton {
       text-align: left;
    display: flex;
    justify-content: space-between;
}
.withbutton .leftside {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.withbutton .righside {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.withbutton .righside a {
     font-size: 0.5em;
    padding: 10px 20px;
    background: #20ae9d;
    border-radius: 200px;
    color: white;
    box-shadow: 3px 3px 5px 0px #afafaf;
    transition: 0.5s;
}
.withbutton .righside a:hover {
    
    background: #fb336a;
    
}
@media(max-width:678px) {
    .withbutton {
                flex-direction: column;

    }
}

.pinned-badge {
      position: absolute;
    top: 12px;
    left: 14px;
    font-size: 24px;
    color: #292f27;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}
