@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'), url('../fonts/open-sans/OpenSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Light'), url('../fonts/open-sans/OpenSans-Light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans SemiBold'), url('../fonts/open-sans/OpenSans-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Bold'), url('../fonts/open-sans/OpenSans-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Dubai Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Regular'), url('../fonts/dubai-cufonfonts-webfont/Dubai-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Dubai Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Bold'), url('../fonts/dubai-cufonfonts-webfont/Dubai-Bold.woff') format('woff');
}

:root {
    --c-utama: #2099A1;
    --c-utamasecond: #FFAC1C;
    --c-body: #000;
    --c-black-dark: #102328;
    --c-gray-dark: #626262;
    --c-red: rgba(227, 52, 50, 1);
    --f-opensans: 'Open Sans Regular';
    --f-opensans-light: 'Open Sans Light';
    --f-opensans-semibold: 'Open Sans SemiBold';
    --f-opensans-bold: 'Open Sans Bold';
    --f-dubay: 'Dubai Regular';
    --f-dubay-bold: 'Dubai Bold';
}

body {
    color: var(--c-body);
    font-family: var(--f-opensans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-dubay-bold);
}

a {
    color: var(--c-utamasecond);
}

.divider{
    border-top: 1px solid rgba(217, 217, 217, 1);
    margin: 2.6em 0 2.2em;
}
/* CSS Bootstrap */
    .btn-green {
        background-color: var(--c-utama);
        color: #fff;
        border-radius: 6px;
    }
    .btn-green:hover {
        background-color: var(--c-utamasecond);
        color: #fff;
    }

    .btn-green-outline {
        background-color: transparent;
        color: var(--c-utama) !important;
        border-radius: 6px;
        border-color: var(--c-utama) !important;
    }
    .btn-green-outline:hover {
        background-color: var(--c-utama) !important;
        color: #fff !important;
    }


    .btn-orange {
        background-color: var(--c-utamasecond) !important;
        color: #fff;
        border-radius: 6px;
    }
    .btn-orange:hover {
        background-color: var(--c-utamasecond);
        color: #fff;
    }

    .form-control,
    .input-group-text{
        border-radius: 6px;
        border: 1px solid #D9D9D9;
        font-size: 14px;
        color: #616161;
    }
    .input-group .input-group-text {
        background-color: #fff;
        border-right: 0;
    }
    .input-group .form-control {
        border-left: 0;
    }

    .lh-24 .form-control{
        line-height: 24px;
    }
    .btn.lh-24 {
        line-height: 24px;
    }

    .lh-30 .form-control{
        line-height: 30px;
    }
    .btn.lh-30 {
        line-height: 30px;
    }
/* CSS Bootstrap */

/* CSS Header */
    #topBar.top-bar {
        position: relative;
        background-color: var(--c-utama);
        font-size: 14px;
        padding: 20px 0;
    }
    #topBar.top-bar::before {
        position: absolute;
        content: '';
        background-color: var(--c-utamasecond);
        width: 24%;
        height: 100%;
        right: 0;
        top: 0;
    }
    #topBar.top-bar a.social-link-hover {
        color: #fff;
        margin-left: 15px;
        font-size: 19px;
    }
    #topBar.top-bar a.social-link-hover:hover {
        color: var(--c-utama);
    }
    #topBar.top-bar .multi-bahasa a.social-link-hover{
        margin-left: 10px;
    }
    #topBar.top-bar .multi-bahasa-kiri a.social-link-hover {
        margin-left: 20px;
        border-left: 1px solid #EFEBEB;
        padding-left: 20px;
    }
    #topBar.top-bar .multi-bahasa a.social-link-hover img{
        height: 19px;
        margin-top: -2px;
    }
    #topBar.top-bar .multi-bahasa:last-child a.social-link-hover img{
        /* border-left: 1px solid #EFEBEB;
        padding-left: 10px; */
    }

    .header {
        padding: 0 0;
    }
    .make-sticky{
        background: #EFEBEB;
        padding: 10px 0;
    }
    .make-sticky.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #fff;
    }
    .header .logo img {
        max-height: 70px;
    }
    .make-sticky.is-fixed .logo img { 
        max-height: 50px;
        -webkit-transition: max-height 1s; 
        -moz-transition: max-height 1s; 
        -ms-transition: max-height 1s; 
        -o-transition: max-height 1s; 
        transition: max-height 1s;  
    }
    .navbar a{
        color: var(--c-body);
        font-family: var(--f-dubay);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
        color: var(--c-utama);
    }
    .navbar>ul>li>a:before {
        background-color: var(--c-utama);
    }
    .menu-kontak-mobile {
        display: none;
    }
    @media (min-width: 1280px) {
        .navbar a {
            padding-bottom: 0;
        }
        #topBar.top-bar::before {
            width: 28%;
        }
        .navbar>ul>li>a:before {
            bottom: -26px;
        }
        .make-sticky.is-fixed .navbar a {
            padding-bottom: 10px;
        }
        .make-sticky.is-fixed .navbar>ul>li>a:before {
            display: none;
        }
    }
    @media (max-width: 1279px){
        .navbar ul {
            background: #fff;
        }
        .mobile-nav-toggle {
            top: 100px;
        }
        .make-sticky.is-fixed .mobile-nav-toggle {
            top: 24px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        #topBar.top-bar::before {
            width: 26%;
        }
        header .top-bar .container.text-white {
            max-width: 100%;
            padding: 0 10px;
        }
        #topBar.top-bar .tab-mob-none {
            display: none;
        }
    }
    @media (max-width: 767px) {
        .menu-kontak-mobile {
            display: block;
        }
        #topBar.top-bar::before {
            width: 30%;
        }
    }
/* CSS Header */

/* CSS Breadcumb */
    .breadcrumbs {
        margin-top: 0px;
    }
    .judul-page {
        background-image: url('../images/banner.jpg');
        padding: 3em 0 4em;
    }
    .judul-page ol {
        justify-content: center;
        color: #fff;
    }
    .judul-page h1{
        color: var(--c-utamasecond);
        font-family: var(--f-dubay-bold) ;
        font-size: 64px;
        line-height: 65px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .judul-page {
            padding: 3em 0 2.7em;
        }
        .judul-page h1 {
            font-size: 40px;
            line-height: 50px;
        }
    }
    @media (max-width: 767px) {
        .judul-page h1 {
            font-size: 32px;
            line-height: 40px;
        }
    }
/* CSS Breadcumb */

/* CSS Footer */
    .scroll-top {
        background: var(--c-utama);
    }
    .scroll-top:hover {
        background: var(--c-utamasecond);
    }
    .livechat {
        position: fixed;
        /* visibility: hidden; 
        opacity: 0;*/
        right: 65px;
        bottom: 15px;
        z-index: 995;
        background: #075e54;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.4s;
        color: #fff;
        background-color: #25d366;
        bottom: 20px;
        right: 20px;
        border-radius: 50px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        z-index: 20;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
      }
    
    .footer .footer-content {
        background-image: url('../images/bg-footer.jpg');
        background-size: cover;
        background-position: center top;
        padding: 100px 0 50px;
    }
    .footer .footer-content h4 {
        font-size: 18px;
        font-family: var(--f-opensans-bold);
        margin-top: 2.2em;
        margin-bottom: 25px;
        color: #1D1B1B;
    }
    .footer .footer-content h4::after {
        width: 50px;
        background: var(--c-utama);
    }
    .footer .footer-content .footer-info h5{
        color: #1D1B1B;
        font-size: 20px;
        line-height: 30px; 
        letter-spacing: 0.6px;
        text-transform: capitalize;
        margin-top: 10px;
    }
    .footer .footer-content .footer-info p {
        color: #1D1B1B;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
        letter-spacing: 0.36px;
    }
    .footer .footer-content .footer-links ul a {
        color: #1D1B1B;
    }
    .footer .footer-legal {
        background: var(--c-utama);
    }
    @media (min-width: 992px){
        .footer .footer-content .col-lg-5.footer-links {
            padding-left: 5%;
        }
    }
    @media (max-width: 768px){
        .footer .footer-content .footer-info img {
            max-width: 90%;
        }
        .footer .footer-content .footer-info h5 {
            font-size: 16px;
            line-height: 26px;
        }
        .footer .footer-content h4 {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 15px;
        }
    }

    /* Live Chat */
      .livewa .hidden {
        display: none;
      }
      
      .livewa .sticky-button {
        position: fixed;
        background-color: #25d366;
        bottom: 15px;
        right: 70px;
        border-radius: 50px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        z-index: 20;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
      }
      
      .livewa .sticky-button svg {
        margin: auto;
        fill: #fff;
        width: 35px;
        height: 35px;
      }
      
      .livewa .sticky-button a,
      .livewa .sticky-button label {
        cursor: pointer;
        display: flex;
        align-items: center;
        width: 55px;
        height: 55px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }
      
      .livewa .sticky-button label svg.close-icon {
        display: none;
      }
      
      .livewa .sticky-chat {
        position: fixed;
        bottom: 70px;
        right: 20px;
        width: 320px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 21;
        opacity: 0;
        visibility: hidden;
      }
      
      .livewa .sticky-chat a {
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        color: #505050;
      }
      
      .livewa .sticky-chat svg {
        width: 35px;
        height: 35px;
      }
      
      .livewa .sticky-chat .chat-content {
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        overflow: hidden;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
      }
      
      .livewa .sticky-chat .chat-header {
        position: relative;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        background-color: #25d366;
        overflow: hidden;
      }
      
      .livewa .sticky-chat .chat-header:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 75px;
        background: rgba(0, 0, 0, 0.04);
        border-radius: 70px 0 5px 0;
      }
      
      .sticky-chat .chat-header svg {
        width: 35px;
        height: 35px;
        flex: 0 0 auto;
        fill: #fff;
      }
      
      .livewa .sticky-chat .chat-header .title {
        padding-left: 15px;
        font-size: 14px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        color: #fff;
      }
      
      .livewa .sticky-chat .chat-header .title span {
        font-size: 11px;
        font-weight: 400;
        display: block;
        line-height: 1.58em;
        margin: 0;
        color: #f4f4f4;
      }
      
      .livewa .sticky-chat .chat-text {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 20px;
        font-size: 12px;
      }
      
      .livewa .sticky-chat .chat-text span {
        display: inline-block;
        margin-right: auto;
        padding: 10px;
        background-color: #f0f5fb;
        border-radius: 0px 15px 15px;
      }
      
      .livewa .sticky-chat .chat-text span:after {
        content: "just now";
        display: inline-block;
        margin-left: 2px;
        font-size: 9px;
        color: #989b9f;
      }
      
      .livewa .sticky-chat .chat-text span.typing {
        margin: 15px 0 0 auto;
        padding: 10px;
        border-radius: 15px 0px 15px 15px;
      }
      
      .livewa .sticky-chat .chat-text span.typing:after {
        display: none;
      }
      
      .livewa .sticky-chat .chat-text span.typing svg {
        height: 13px;
        fill: #505050;
      }
      
      .livewa .sticky-chat .chat-button {
        display: flex;
        align-items: center;
        margin-top: 15px;
        padding: 12px 20px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        overflow: hidden;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
      }
      
      .livewa .sticky-chat .chat-button svg {
        width: 20px;
        height: 20px;
        fill: #505050;
        margin-left: auto;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
      }
      
      .livewa .chat-menu:checked + .sticky-button label {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
      
      .livewa .chat-menu:checked + .sticky-button label svg.chat-icon {
        display: none;
      }
      
      .livewa .chat-menu:checked + .sticky-button label svg.close-icon {
        display: table-cell;
      }
      
      .livewa .chat-menu:checked + .sticky-button + .sticky-chat {
        bottom: 90px;
        opacity: 1;
        visibility: visible;
      }
      
/* CSS Footer */

.inner-sub-title{
    color: var(--c-body);
}
.inner-sub-title h2{
    font-family: var(--f-dubay-bold);
    font-size: 24px;
    text-transform: capitalize;
}
.inner-sub-title span {
    font-family: var(--f-opensans-light);
}

.tab-kategori .nav-pills  {
    overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}
.tab-kategori .nav-pills li {
    float: none;
    white-space: nowrap;
}
.tab-kategori .nav-pills .nav-link{
    color: #7E7F7F;
    border-radius: 4px;
    border: 1px solid #7E7F7F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.4%; /* 22.88px */
    text-transform: capitalize;
    padding: 12px 17px;
    margin: 0 8px;
}
.tab-kategori .nav-pills li:first-child .nav-link{
    margin-left: 0;
}
.tab-kategori .nav-pills li:last-child {
    margin-right: 0;
}
.tab-kategori .nav-pills .nav-link:hover,
.tab-kategori .nav-pills .nav-link.active {
    color: var(--c-utama);
    border-color: var(--c-utama);
    background-color: #fff;
}
.tab-kategori .nav-pills .nav-link img {
    height: 18px;
    width: 18px;
    object-fit: contain;
    filter: grayscale(100%);
}
.tab-kategori .nav-pills .nav-link:hover img,
.tab-kategori .nav-pills .nav-link.active img {
    filter: none;
}

@media (max-width: 768px){
    .tab-kategori .nav-pills .nav-link {
        font-size: 15px;
    }
}

/* CSS Blog */
.blog-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 14px 31px 0px rgba(0, 0, 0, 0.04);
    position: relative;
}
.blog-box .primary-overlay {
    position: relative;
}
.blog-box .primary-overlay img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-box .primary-overlay .btn-outline-light:hover {
    color: var(--c-utama);
}
.blog-box .blog-konten{
    padding: 1.7rem 1.2rem;
    font-weight: 300;
    color: #5B5B5B;
    font-size: 14px;
    min-height: 200px;
}
.blog-box .blog-konten h3 a{
    color: var(--c-black-dark);
    font-family: var(--f-dubay-bold);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    min-height: 55px;
    letter-spacing: .01rem;
    font-weight: normal;
}
.blog-box .blog-konten .blog-meta {
    color: #5B5B5B;
}
.blog-box .blog-konten .blog-meta i{
    color: var(--c-red);
    margin-right: .5rem;
    display: inline-block;
}
.blog-box .blog-konten .blog-detail{
    color: var(--c-utama);
    position: absolute;
    bottom: 1.7rem;
    font-weight: 600;
    letter-spacing: .03rem;
    font-size: 16px;
    right: 12px;
}

.blog-box.blog-box-destinasi .blog-konten h3 a{
    -webkit-line-clamp: 1;
    min-height: initial;
    position: relative;
}
.blog-box.blog-box-destinasi .blog-konten .blog-meta img{
    margin-top: 4px;
}
.blog-box.blog-box-destinasi .blog-kategori {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px 25px;
    padding: 10px 16px;
    border-radius: 5px;
    color: #1A1A1A;
    border-radius: 5px;
    background: var(--c-utamasecond);
    z-index: 3;
    font-weight: 300;
    min-width: 120px;
    text-align: center;
}
.blog-box.blog-box-destinasi .blog-meta .ms-2 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-box .blog-konten h3 a {
        font-size: 20px;
    }
    .blog-box .primary-overlay img {
        height: 250px;
    }
    .blog-box.blog-box-destinasi .blog-kategori {
        padding: 8px 16px;
    }
}
@media (max-width: 768px){
    .blog-box .blog-konten h3 a{
        font-size: 20px;
        min-height: initial;
    }
    .blog-box .blog-konten {
        min-height: initial;
    }
    .blog-box .primary-overlay img {
        height: 250px;
    }
    .blog-box .blog-konten .blog-detail {
        margin-top: 22px;
        position: initial;
        display: inline-block;
    }
    .blog-box.blog-box-destinasi .blog-kategori {
        padding: 7px 16px;
        font-size: 13px;
        min-width: auto;
    }
    .blog-box.blog-box-destinasi .blog-konten {
        font-size: 12px;
    }
    .blog-box.blog-box-destinasi  .blog-konten .blog-detail {
        font-size: 14px;
    }
}
/* CSS Blog */


/* CSS informasi */
.card-informasi .card__thumb {
    position: relative;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    transition: 0.5s ease-in-out;
}
.card-informasi .card__image {
    width: 100%;
    height: 290px;
    border-radius: 20px;
    object-fit: cover;
}
.card-informasi .card__caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 24px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.card-informasi .card__caption .card__title {
    margin-bottom: 18px;
    transition: 1s;
}
.card-informasi .card__caption .card__title a{
    font-family: var(--f-dubay);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 23px;
    min-height: 55px;
    letter-spacing: .01rem;
    font-weight: normal;
    color: #FFF;
    transition: 1s;
}
.card-informasi .card__thumb:hover .card__caption .card__title{
    top: 15%;
    transform: translateY(-15%);
    transition: 0.5s ease-in-out;
}
.card-informasi .card__caption .blog-meta i{
    color: var(--c-utamasecond);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .card-informasi .card__image {
        height: 250px;
    }
    .card-informasi .card__caption .card__title {
        margin-bottom: 15px;
    }
    .card-informasi .card__caption .card__title a {
        font-size: 20px;
        min-height: 45px;
    }
}

@media (max-width: 768px){
    .card-informasi .card__thumb {
        font-size: 13px;
    }
    .card-informasi .card__image {
        height: 250px;
    }
    .card-informasi .card__caption .card__title {
        margin-bottom: 14px;
    }
    .card-informasi .card__caption .card__title a {
        font-size: 18px;
        min-height: 0;
    }
}
/* CSS informasi */

/* CSS Custom Team */
    .team-pemandu .member-img img{
        border-radius: 8px;
        height: 280px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    .team-pemandu .team-member .member-info h4 {
        font-size: 22px;
        overflow: hidden;
        position: relative;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        white-space: normal;
    }
    .team-pemandu .team-member .member-info {
        padding: 25px 15px 18px;
    }
    .team-pemandu .team-member .social a {
        background: var(--c-utama);
        width: auto;
        height: auto;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 14px;
    }
    .team-pemandu .team-member .social a:hover {
        background: var(--c-utamasecond);
    }
    .icon-rating i{
        color: #FFC107;
        margin-right: 0.5rem;
    }
    .icon-rating i:last-child {
        margin-right: 0;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        
    }
    @media (max-width: 767px) {
        .team.team-pemandu .d-flex{
            display: block !important;
        }
        .team-pemandu .team-member .member-info {
            padding: 20px 10px 16px;
        }
        .team.team-pemandu .team-member .member-info span.mt-4 {
            margin-top: 1rem!important;
        }
    }
/* CSS Custom Team */

/* CSS Detail Pemandu */
    .page-detail-pemandu .featured-image-pemandu img{
        height: 450px;
        object-fit: contain;
    }
    .page-detail-pemandu .page-detail-pemandu-konten .nama-pemandu{
        font-size: 32px;
        margin: 15px 0 20px;
    }
    .page-detail-pemandu .page-detail-pemandu-konten span.info{
        display: block;
        color: #5B5B5B;
        margin-bottom: 8px;
    }
    .page-detail-pemandu .page-detail-pemandu-konten .tentang-pemandu {
        margin-top: 20px;
        line-height: 26px;
        color: var(--c-black-dark);
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        
    }
    @media (max-width: 767px) {
        .page-detail-pemandu .featured-image-pemandu img{
            height: 320px;
        }
        .page-detail-pemandu .page-detail-pemandu-konten .nama-pemandu{
            font-size: 24px;
        }
        .page-detail-pemandu .page-detail-pemandu-konten span.info{
            margin-bottom: 7px;
            font-size: 14px;
        }
        .page-detail-pemandu .page-detail-pemandu-konten .tentang-pemandu {
            margin-top: 1px;
            line-height: 22px;
            font-size: 14px;
        }
    }
/* CSS Detail Pemandu */

/* CSS kONTAK */
    .page-kontak {
        margin-bottom: 3em;
    }
    .page-kontak .kontak-text h3{
        color: #009E3B;
        font-family: var(--f-dubay-bold);
        font-size: 40px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .page-kontak .kontak-text h4 {
        color: var(--c-body);
        font-family: var(--f-dubay-bold);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        text-transform: capitalize;
    }
    .page-kontak .kontak-text p{
        color: #5B5B5B;
        font-family: var(--f-opensans-light);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }
    .page-kontak .blog .comments{
        position: relative;
    }
    .page-kontak .blog .comments .reply-form {
        padding: 80px 65px 70px;
        margin: 0;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
        margin-left: 40px;
        position: relative;
    }
    .page-kontak .blog .comments img.vector-kontak {
        /* content: url('../images/kontak.svg'); */
        width: 120px;
        position: absolute;
        bottom: 20%;
        bottom: 9%;
        left: -33px;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .page-kontak .kontak-text h3 {
            font-size: 24px;
        }
        .page-kontak .kontak-text h4 {
            font-size: 20px;
            line-height: 30px;
        }
        .page-kontak .kontak-text p {
            font-size: 14px;
        }
        .page-kontak .blog .comments .reply-form {
            padding: 45px 35px;
        }
    }
    @media (max-width: 767px) {
        .page-kontak .kontak-text h3 {
            font-size: 24px;
        }
        .page-kontak .kontak-text h4 {
            font-size: 28px;
            line-height: 35px;
        }
        .page-kontak .kontak-text p {
            font-size: 14px;
        }
        .page-kontak .blog .comments .reply-form {
            margin-left: 0;
            padding: 45px 35px;
        }
    }
/* CSS kONTAK */

/* CSS Blog Detail */
    .blog-detail .featured-image img{
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: center top;
    }
    .blog-detail .blog-meta-konten {
        display: inline-block;
        width: 100%;
        margin-top: -6rem;
        border-radius: 19px;
        background: #FFF;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
        padding: 25px 30px;
    }
    .blog-detail .blog-meta-konten a {
        color: var(--c-utama);
    }
    .blog-detail .blog-meta-konten a:hover {
        color: var(--c-utamasecond);
    }
    .blog-detail .blog-meta-konten .breadcrumbs {
        background: transparent;
        min-height: auto;
        margin-bottom: 0.7em;
        color: var(--c-utama);
    }
    .blog-detail .blog-meta-konten .breadcrumbs a {
        color: #7E7F7F;
    }
    .blog-detail .blog-meta-konten h2 {
        color: var(--c-black-dark);
        font-family: var(--f-dubay-bold);
        font-size: 32px;
        line-height: 42px;
    }
    .blog-detail .blog-meta-konten .meta-informasi{
        color: #5B5B5B;
        font-family: var(--f-opensans);
        font-weight: 300;
        font-size: 12px;
        display: block;
        margin-top: 17px;
        padding-top: 22px;
        border-top: 1px solid #D9D9D9;
    }
    .blog-detail .blog-meta-konten .meta-informasi li {
        display: inline-block;
        float: left;
        min-width: 14%;
        padding-right: 3%;
    }
    .blog-detail .blog-meta-konten .meta-informasi li.meta-informasi-tiket {
        min-width: 11%;
    }
    .blog-detail .blog-meta-konten .meta-informasi h4{
        font-family: var(--f-dubay);
        color: #5B5B5B;
        font-size: 17px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 2px;
    }
    .blog-detail .blog-meta-konten .meta-informasi .icon-rating {
        color: #FFC107;
        margin-right: .5em;
    }
    .blog-detail .blog-meta-konten .meta-informasi .icon-rating i {
        margin-right: 0;
    }
    .blog-detail .blog-meta-konten .meta-informasi .pl-0 {
        padding-left: 0;
    }

    .blog-detail .blog-details .meta-top i {
        color: var(--c-utama);
    }

    .blog-detail .comments .comment {
        margin-top: 0;
        background: #F6F6F6;
        padding: 20px 30px;
        border-bottom: 1px solid #D9D9D9;
    }
    .blog-detail .comments .comment:last-child {
        border-bottom: 0;
    }
    .blog-detail .comments .comment .comment:last-child {
        padding-bottom: 0;
    }
    .blog .comments .comment .comment-img img {
        height: 60px;
        border-radius: 100%;
        object-fit: cover;
        object-position: top;
    }    
    .blog-detail .comments .comment time {
        display: inline-block;
        font-family: var(--f-opensans);
        color: #8EA0A5;
        margin-left: 12px;
    }
    .blog-detail .comments .comment .icon-rating {
        margin-top: -7px;
        display: block;
        margin-bottom: 7px;
    }
    .blog-detail .comments .comment .icon-rating i {
        margin-right: 0.1rem;
        font-size: 12px;
    }

    .blog-terkait {
        margin-top: 5em;
        margin-bottom: 3em;
    }
    .blog-terkait .blog-terkait-judul {
        color: #000;
        font-family: var(--f-dubay-bold);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 2.5em;
        text-align: center;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        
    }
    @media (max-width: 767px) {
        .blog-detail .featured-image img {
            height: 250px;
        }
        .blog-detail .blog-meta-konten {
            margin-top: -3rem;
            font-size: 14px;
        }
        .blog-detail .blog-meta-konten h2 {
            font-size: 24px;
            line-height: 28px;
        }
        .blog-detail .blog-meta-konten .meta-informasi li {
            min-width: 100%;
            padding-right: 0;
            margin-top: 15px;
        }
        .blog-detail .blog-meta-konten .meta-informasi li:first-child {
            margin-top: 0;
        }
        .blog-detail .blog-meta-konten .meta-informasi h4 {
            font-size: 16px;
            margin-bottom: 0;
        }
        .blog-detail .blog-meta-konten .meta-informasi {
            font-size: 14px;
        }
        .blog .blog-details .content {
            font-size: 14px;
        }
        .blog-detail .comments .comment {
            font-size: 14px;
            padding: 30px 20px;
        }
        .blog-detail .comments .comment .comment-img img {
            width: 40px;
            height: 40px;
        }

        .blog-terkait .blog-terkait-judul {
            font-size: 20px;
        }
    }
/* CSS Blog Detail */

/* CSS Beranda */
    .section-title h1 {
        font-size: 59px;
        color: var(--c-utama);
    }
    .section-title h2 {
        font-size: 48px;
        font-style: normal;
        line-height: 60px;
        color: #00659E;
    }
    .section-title h3 {
        font-size: 20px;
        color: var(--c-utamasecond);
    }
    .section-title a{
        border-radius: 10px;
        border: 2px solid;
        padding: 14px 24px;
        color: ;
        text-transform: capitalize;
        letter-spacing: .03rem;
        transition: .3s ease-in-out;
    }
    .section-title a:hover{
        border-color: var(--c-utamaseconda);
        box-shadow: 0px 15px 25px -5px var(--c-utamaseconda);
        box-shadow: 0px 4px 8px  var(--c-utamaseconda);
        transform: scale(1.03);
    }
    .section-title .btn:not(.btn-light):not(.btn-outline-light):not(.btn-link):not([class*=-outline-]){
        color: var(--c-utamaseconda);
    }

    @media (min-width: 768px) and (max-width: 1024px) { 
        section {
            padding: 40px 0;
        }
        .section-title h1 {
            font-size: 32px;
        }
        .section-title h2 {
            font-size: 30px;
            line-height: 40px;
        }
        .section-title h3 {
            font-size: 18px;
        }
    }
    @media (max-width: 767px) {
        section {
            padding: 40px 0;
        }
        .section-title h1 {
            font-size: 32px;
        }
        .section-title h2 {
            font-size: 26px;
        }
        .section-title h3 {
            font-size: 18px;
        }
    }
/* CSS Beranda */

/* CSS  Slidr */
    .hero.slider-pariwisata  {
        padding: 0;
    }
    .hero.slider-pariwisata .carousel-item {
        /* padding: 140px 0 60px 0; */
        height: 630px;
        background-size: cover;
    }
    .hero.slider-pariwisata .carousel-item .h-100 {
        height: 100vh;
        height: 100% !important;
    }
    .hero.slider-pariwisata h2,
    .hero.slider-pariwisata p {
        color: #fff;
    }
    .hero.slider-pariwisata {
        font-size: 22px;
    }
    .hero.slider-pariwisata .carousel-indicators li {
        background: rgba(0, 158, 59, 0.5);
    }
    .hero.slider-pariwisata .carousel-indicators li.active {
        background: var(--c-utama);
    }


    @media (min-width: 768px) and (max-width: 1024px) {
        .hero.slider-pariwisata .carousel-item {
            height: 500px;
        }
        .hero.slider-pariwisata h2 {
            font-size: 40px;
        }
        .hero.slider-pariwisata p {
            font-size: 18px;
        }
    }
    @media (max-width: 767px) {
        .hero.slider-pariwisata .carousel-item {
            height: 400px;
        }
        .hero.slider-pariwisata h2 {
            font-size: 21px;
        }
        .hero.slider-pariwisata p {
            font-size: 16px;
        }
    }
/* CSS Slider */

/* CSS Greeting */
    .section-greeting {
        position: relative;    
        /* padding-top: 6rem !important; */
    }
    .section-greeting img.vector-dot {
        position: absolute;
        z-index: 1;
    }
    .section-greeting img.vector-dot.dot-kiri{
        bottom: 0;
        left: 0;
    }
    .section-greeting img.vector-dot.dot-kanan {
        top: 21%;
        right: 3%;
        width: 75px;
    }
    .section-greeting .foto-bupati{
        padding-right: 2rem;
        position: relative;
        text-align: center;
        background-image: url('../images/bg-foto-walkot.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 21%;
        padding-top: 0;
    }
    .section-greeting .foto-bupati img {
        /* width: 490px;
        height: 470px; */
        width: 100%;
        max-height: 400px;
        object-fit: contain;
        z-index: 2;
        position: relative;
    }
    .section-greeting .greeting-nama-bupati {
        font-family: var(--f-dubay);
        color: #102328;
        border-radius: 4px;
        background: #FFF;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
        padding: 10px 18px;
        font-size: 15px;
        display: inline-block;
        position: absolute;
        /* bottom: 2px; */
        z-index: 3;
        text-align: left;
        font-weight: bold;
    }
    .section-greeting .greeting-nama-bupati.kiri {
        left: -2%;
        top: 72%;
    }
    .section-greeting .greeting-nama-bupati.kanan {
        right: 3%;
        top: 80%;
    }
    .section-greeting .greeting-nama-bupati span{
        font-family: var(--f-opensans);
        color: var(--c-utama);
        font-size: 12px;
        display: block;
    }
    .section-greeting .ucapan-selamat-datang {
        position: relative;
    }
    .section-greeting .ucapan-selamat-datang img.vector-oval{
        position: absolute;
        top: -5em;
        left: -10%;
        max-width: 270px;
    }
    .section-greeting h1 {
        font-family: var(--bs-font-YesevaOne);
        color: #A115B0;
        font-size: 65px;
        font-style: normal;
    }
    .section-greeting h2 {
        margin-bottom: 5px;
        color: #1D1B1B;
        font-family: var(--f-opensans-bold);
        font-size: 24px;
        font-style: normal;
        line-height: normal;
    }
    .section-greeting h3 {
        color: #00659E;
        font-size: 44px;
        font-style: normal;
        /* line-height: 90px;   */
    }
    .section-greeting p{
        text-align: justify;
        /* max-width: 90%; */
        color: #000;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .section-greeting ul li {
        color: #000;
        font-size: 18px;
    }
    .section-greeting ul {
        list-style: none;
        padding-left: 0;
      }
    .section-greeting ul li {
        position: relative;
        padding-left: 30px;
        line-height: 30px;
    }
    .section-greeting ul li::before {
        color: var(--c-utama);
        content: "\F26A";
        font-family: bootstrap-icons !important;
        position: absolute;
        left: 0;
        top: 1px;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .section-greeting {
            padding-top: 4rem !important;
        }
        .section-greeting .foto-bupati {
            padding-right: 0;
        }
        .section-greeting h1 {
            font-size: 44px;
        }
        .section-greeting h2 {
            font-size: 34px;
        }
        .section-greeting h3 {
            font-size: 30px;
        }
        .section-greeting p{
            max-width: 100%;
        }
        .section-greeting .ucapan-selamat-datang {
            margin-top: 1rem;
        }
    }

    @media (max-width: 768px){
        .section-title {
            font-size: 14px;
        }
        .section-title h2 {
            /* font-size: 32px;
            font-size: 27px; */
            line-height: 34px;
        }
        .section-title a {
            padding: 10px 20px;
        }

        .section-greeting {
            padding-top: 3rem !important;
        }
        .section-greeting img.vector-dot.dot-kanan {
            top: 31%;
            right: 2%;
            max-height: 40px;
        }
        .section-greeting .foto-bupati {
            padding-right: 0;
            background-size: 100% 80%;
        }
        .section-greeting .foto-bupati img {
            width: 100%;
            height: 300px;
        }
        .section-greeting .greeting-nama-bupati {
            padding: 7px 10px;
            font-size: 14px;
        }
        .section-greeting .greeting-nama-bupati.kiri {
            left: 0;
            top: 60%;
        }
        .section-greeting .greeting-nama-bupati.kanan {
            right: 0;
        }
        .section-greeting .greeting-nama-bupati span {
            font-size: 13px;
        }
        .section-greeting .ucapan-selamat-datang {
            margin-top: 1rem;
        }
        .section-greeting .ucapan-selamat-datang img.vector-oval {
            top: -3em;
            left: 0;
            max-width: 130px;
        }
        .section-greeting h1 {
            font-size: 32px;
        }
        .section-greeting h2 {
            font-size: 18px;
        }
        .section-greeting h3 {
            font-size: 20px;
        }
        .section-greeting p {
            line-height: 22px;
            font-size: 14px;
            max-width: 100%;
        }
        .section-greeting ul li {
            font-size: 15px;
        }
    }
/* CSS Greeting */

/* CSS Kategori */
    .section-kategori{
        background-image: url('../images/bg-kategori-wisata.jpg');
        background-size: 100% auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .section-kategori .card-informasi {
        border-radius: 4px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.50), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    }
    .section-kategori .card-informasi .card__image {
        height: 390px;
        border-radius: 4px;
    }
    .section-kategori .card-informasi .card__caption {
        background: linear-gradient(180deg, rgba(0, 158, 59, 0.00) 37.14%, rgba(0, 116, 43, 0.60) 66.23%, #003D17 99.91%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.75%, #001E2A 100%);
        border-radius: 0 !important;
    }
    .section-kategori .card-informasi .card__caption .card__title {
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
    }
    .section-kategori .card-informasi .card__caption .card__title a {
        font-size: 24px;
        font-family: var(--f-dubay-bold);
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .section-kategori .card-informasi .card__image {
            height: 280px;
        }
        .section-kategori .card-informasi .card__caption .card__title a {
            font-size: 16px;
            min-height: 34px;
        }
        .kategori-carousel {
            margin-top: 2em;
        }
    }

    @media (max-width: 768px){
        .section-kategori {
            padding-top: 2.7rem;
            padding-bottom: 3rem;
        }
        .section-kategori .section-title h2 {
            font-size: 34px;
            line-height: 40px;
        }
        .section-kategori .section-title p {
            font-size: 14px;
        }
        .section-kategori .card-informasi .card__image {
            height: 280px;
        }
        .kategori-carousel {
            margin-top: 2em;
        }
    }
/* CSS Kategori */

/* CSS Wisata Beranda */
    .section-wisata {
        background-image: url('../images/bg-promosi.jpg');
        background-size: 100% 100%;
        background-position: top;
    }
    .section-wisata .portfolio .portfolio-item img {
        height: 390px;
        object-fit: cover;
        width: 100%;
    }
    .portfolio .portfolio-item .portfolio-info h4 {
        font-family: var(--f-dubay-bold);
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75%;
    }
    .portfolio .portfolio-item .portfolio-info a.details-link {
        color: #fff;
        font-family: var(--f-opensans);
        font-size: 16px;
        font-style: normal;
    }

    .promosi-apk{
    }
    .promosi-apk-inner {
        position: relative;
        background-image: url('../images/bg-banner-apk.jpg');
        background-size: cover;
        border-radius: 16px;
        box-shadow: 0px 18px 30px 0px rgba(1, 4, 105, 0.24);
        box-shadow: 0px 18px 30px 0px rgba(68, 168, 250, 0.2);
        margin-top: 120px;
    }
    .promosi-apk-inner img.holding-hp-apk{
        z-index: 5;
        margin-top: -130px;
    }
    .promosi-apk-inner img.ico-gplay {
        height: 55px;
        width: auto;
        display: inline-block;
        margin-top: 10px;
    }
    .promosi-apk .ico-dots {
        /* position: absolute; */
        width: 130px;
    }
    .promosi-apk .ico-dots-left {
        margin-bottom: -270px;
        margin-left: 20px;
    }
    .promosi-apk .ico-dots-right{
        float: right;
        margin-right: 20px;
        margin-top: -65px;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .promosi-apk .ico-dots-left {
            margin-bottom: -160px;
            margin-left: 0;
        }
        .promosi-apk .ico-dots-right {
            margin-right: 0;
        }
        .promosi-apk-inner {
            padding-top: 2em;
            padding-bottom: 2em;
            margin-top: 90px;
        }
        .section-wisata .portfolio .portfolio-item img {
            height: 300px;
        }
    }

    @media (max-width: 768px){
        .section-wisata .portfolio .portfolio-item img {
            height: 200px;
        }
        .promosi-apk {
            padding-bottom: 0;
        }
        .promosi-apk .ico-dots-left {
            margin-bottom: -160px;
            margin-left: 0;
        }
        .promosi-apk .ico-dots-right {
            margin-right: 0;
        }
        .promosi-apk-inner {
            margin-top: 65px;
            padding-bottom: 2.5em;
        }
        .promosi-apk-inner img.holding-hp-apk {
            margin-top: -100px;
            height: 300px;
        }        
        .promosi-apk-inner img.ico-gplay {
            height: 40px;
        }
    }
/* CSS Wisata Beranda */

/* CSS section event */
    .section-event {}
    .section-event-bg {
        background-image: url(../images/bg-event.jpg);
        min-height: 530px;
    }
    .section-event-inner {
        position: relative;
        width: 100%;
        margin: -340px auto 0;
        border-radius: 10px;
        background: #F7F7F7;
    }
    .section-event-inner .ico-stars {
        width: 150px;
    }
    .section-event-inner .ico-stars.ico-stars-left {
        margin-left: -150px;
        margin-bottom: -65px;
    }
    .section-event-inner .ico-stars.ico-stars-right {
        float: right;
        margin-right: -150px;
        margin-top: -65px;
    }
    .section-event-inner .section-title {
        margin-bottom: 80px;
    }
    .section-event-inner .card-informasi .card__image {
        height: 480px;
        border-radius: 6px;
    }
    .section-event-inner .card-informasi .card__caption {
        padding-top: 30%;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background: linear-gradient(180deg, rgba(0, 158, 59, 0.00) 37.14%, rgba(0, 116, 43, 0.60) 66.23%, #003D17 99.91%);
        background: linear-gradient(180.1deg, rgba(0, 101, 158, 0) 37.14%, rgba(0, 101, 158, 0.6) 66.23%, #00659E 99.91%);
    }
    .section-event-inner .card-informasi .card__caption .card__title a {
        font-size: 36px;
        font-family: var(--f-dubay-bold);
    }
    .section-event-inner .card-informasi .card__caption .blog-meta i {
        color: #fff;
    }
    @media (min-width: 1400px){
        .section-event-inner {
            max-width: 1360px;
            padding: 80px 100px 90px;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .section-event-bg {
            min-height: 200px;
        }
        .section-event-inner {
            margin: -100px auto 0;
        }
        .section-event-inner .section-title {
            margin-bottom: 40px;
        }
        .section-event-inner .card-informasi .card__image {
            height: 335px;
        }        
        .section-event-inner .card-informasi .card__caption .card__title a {
            font-size: 22px;
        }
        .section-event-inner .ico-stars {
            width: 60px;
        }
        .section-event-inner .ico-stars.ico-stars-right {
            float: right;
            margin-right: 0px;
            margin-top: -33px;
        }
        .section-event-inner .ico-stars.ico-stars-left {
            margin-left: 0px;
            margin-bottom: -33px;
        }

    }
    @media (max-width: 768px){ 
        .section-event-bg {
            min-height: 200px;
        }
        .section-event-inner {
            margin: -100px auto 0;
        }
        .section-event-inner .section-title {
            margin-bottom: 40px;
        }
        .section-event-inner .card-informasi .card__image {
            height: 335px;
        }        
        .section-event-inner .card-informasi .card__caption .card__title a {
            font-size: 22px;
        }
        .section-event-inner .ico-stars {
            display: none;
        }
    }
/* CSS section event */

/* CSS Pagination */
.active>.page-link, .page-link.active {
    background-color: var(--c-utama);
    border-color: var(--c-utama);
    color: #fff !important;
}
.page-link {
    color: #000 !important;
}
/* CSS Pagination */