body {
    top: 0px !important;
}
.header {
    background-color: #fff;
    padding: 12px 0;
}

.header .logo img {
    max-height: 60px;
    margin-right: 8px;
}


.slider h1,
.slider h5,
.slider p {
    color: #fff;
}


.slider {
    margin-top: 85px;
    margin-bottom: 0px;
}



.profil .icon {

    padding: 15px;
    border-top-left-radius: 15px;
    align-items: center;
    justify-content: center;
}

.profil .icon-blue {
    background: #1A47BD;
}

.profil .icon-green {
    background: #18C232;

}


.profil .text h6 {
    font-size: 1rem;
    color: #111;
    font-weight: 700;
}

.profil .img-icon {
    /* filter: invert(100%); */
    max-width: 32px;
    max-height: 32px;
}

.img-box {
    width: 100%;
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* isi penuh tanpa gepeng */
    display: block;
}

.article .date {
    color: #787878;
    font-size: .875rem;
}

.article .title-text {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.article .title {
    height: 4rem;
}


.footer .footer-top {
    background-color: #c4ebff;
    padding-top: 0px;
}

.footer .copyright {
    background-color: #1a47bd;
    color: #fff;
    padding: 15px 0;
}

.footer-top .embed-map-responsive {
    position: relative;
    text-align: right;
    width: 100%;
    height: 0;
    padding-bottom: 66.66666666666666%;
}

.embed-map-container {
  position: relative;      
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: auto;            
}

.embed-map-frame {
  display: block;
  width: 100% !important;
  height: 400px !important; 
  border: 0;
  position: relative;      
  top: auto;
  left: auto;
}

.page-title {
    background-color: #1A47BD;
    color: #fff;
}

.page-title h3 {
    color: #fff;
}


.page-title .breadcrumbs .current {
    color: #fff;
}

.page-title .breadcrumbs a {
    color: #FFD44C;
}

.page-title nav ol li+li::before {
 color: #fff;
}


.page-title nav {
  padding: 0px 0;
}

.page-title  {
    margin-top: 84px;
    padding: 40px 0;
}








/*new css*/
section, .section {
    background-color: transparent;
    margin: 0px;
} 

.color-secondary {
    color: #2DA6B4;
}

.color-orange {
    color: #F25F23;
}

.bg-hero {
    min-height: 525px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 0px;
    padding-top: 0px;
}

.grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
}
.grid-col-7 {
    grid-template-columns: repeat(7, 1fr);
}


.grid-shortcut {
    display: grid;
    gap: 20px;
    padding: 35px 0px;
}

.box-item-shortcut {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 25px ;
    top:0px;
    transition: all ease-in-out 300ms;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
}

.box-item-shortcut:hover {
    top: -10px;
}
.box-item-shortcut img{
    width: auto;
    height: 100px;
    margin: auto;
    display: block;
}

.box-item-shortcut .meta-title {
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-weight: bolder;
}

.separator-title {
    background-color: #F25F23;
    height: 3px;
    width: 100px;
    display: block;
    margin: auto ;
}

.item-counter {
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.item-counter img {
    width: auto;
    height: 80px;
    opacity: .1;
    rotate: 0deg;
    transition: all ease-out 300ms;
}

.item-counter:hover img {
    rotate: 5deg;
}

.meta-counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bg-counter1 {
    background: #17A2B8;
    background: linear-gradient(45deg, rgba(23, 162, 184, 1) 0%, rgba(29, 196, 222, 1) 100%);
}
.bg-counter2 {
    background: #D6293E;
    background: linear-gradient(45deg, rgba(214, 41, 62, 1) 0%, rgba(255, 151, 113, 1) 100%);
}
.bg-counter3 {
    background: #F28A23;
    background: linear-gradient(45deg, rgba(242, 138, 35, 1) 0%, rgba(255, 214, 81, 1) 100%);
}
.bg-counter4 {
    background: #B037C8;
    background: linear-gradient(45deg, rgba(176, 55, 200, 1) 0%, rgba(232, 135, 251, 1) 100%);
}


.image-overlay-item {
    position: absolute;
    right: 0px;
    bottom: -10px;
    opacity: 0.3;
}

.section-standart {
    width: 90%;
    margin: 0px auto;
}

.item-produk {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
}

.item-produk .icon-produk {
    color: #17a2b8;
    background-color: #e0f6fa;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    font-weight: bolder;
    border-radius: 10px;
}
.meta-produk span {
    display: block;
    font-weight: bolder;
}

.item-produk p {
    color: #8c8c8c;
}

.item-produk a {
    width: 100%;
}

.item-produk span.judul-produk, 
.item-produk span.nomor-produk, 
.item-produk span.tahun-produk {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-produk p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}

.btn-lihat-semua {
    border: 1px solid #17a2b8;
    padding: 10px 80px;
    border-radius: 6px;
    color: #17a2b8;
}

.box-thumnail-informasi img {
    width: 100%;
    height: auto;
}

.date-informasi {
    color: #8C8C8C;
    font-size: 0.75rem;
}


.title-informasi {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
    min-height: 72px;
}

.box-meta-informasi {
    padding: 15px;
}

.item-informasi a .title-informasi{
    color: #000;
}

.item-informasi {
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    border-radius: 7px;
}


.image-galeri {
    width: 100%;
    height: auto;
}

.image-obj {
    width: 150px;
    height: 150px;
}

.btn-survey {
    background-color: #F25F23;
    color: #fff;
    transition: all ease-in-out 300ms;
    border-radius: 7px;
}

.btn-survey:hover {
    background-color: #CF5422;
    color: #fff;
}

.box-card {
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.title-highlight {
    background-color: #F25F23;
    width: 50px;
    height:4px;
    display: block;
    margin-bottom: 0.75rem;
}
.bar {
  height: 14px;
  border-radius: 5px;
  background-color: #005b63;
}
.bar-empty {
  background-color: #e9ecef;
  border-radius: 5px;
  height: 14px;
}
.rating-text {
  font-size: 2.5rem;
  font-weight: 600;
}
.subtext {
  color: #999;
  font-size: 0.9rem;
}

.min-h-card {
    min-height: 275px;
}

/* Section Review Style */
.section-review .card {
  border-radius: 14px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.progress-list .progress-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-list .label {
  flex: 0 0 140px;
  color: #1E2C2F;
  font-size: 0.95rem;
}

.section-review h1 {
  line-height: 1;
}

.grid-review {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
}

.grid-review .left h1 {
  color: #1E2C2F;
  line-height: 1;
}

.grid-review .left p {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.9rem;
}

.progress-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 0.75rem;
}

.progress-row .label {
  color: #1E2C2F;
  font-size: 0.95rem;
}

.custom-progress {
  height: 10px;
  background-color: #e5e9ec;
  border-radius: 6px;
  overflow: hidden;
}

.custom-progress .progress-bar {
  background-color: #004D4F;
  height: 100%;
  border-radius: 6px;
}

/* Sosmed circle */
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #17A2B8;
  font-size: 16px;
  color: #ffffff;
  background-color: #17A2B8;
  margin-right: 10px;
  transition: 0.3s;
}

/* pagination custom */
.pagination {
  margin-top: 20px;
  display: flex;
  border: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination-link {
  text-decoration: none;
  color: #000000;
  padding: 6px 12px;
  border-radius: 4px;
}

.pagination-link:hover:not(.disabled):not(.active) {
  background-color: #17A2B8;
  color: #ffffff;
}

.pagination-link.active {
  background-color: #17A2B8;
  color: #ffffff;
  font-weight: bold;
}

.pagination-link.disabled {
  pointer-events: none;

}

.pagination-dots {
  color: #ffffff;
  padding: 6px 10px;
  font-weight: bold;
}



/*swiper slider  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
    margin-bottom: 25px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-linkterkait a{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
}


.banner-playstore {
    padding: 135px 15px 70px 90px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.banner-playstore h3 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner-playstore p {
  font-size: 0.95rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn-playstore img {
  width: 150px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.overlay-hp {
    position: absolute;
    left: 0;
    max-height: 490px;
    bottom: 0;
}

.title-footer {
    color: #fff;
    font-size: 20px;
}

.footer-highlight {
    background-color: #F25F23;
    width: 50px;
    height:3px;
    display: block;
    margin-bottom: 0.75rem;
}

.nav-footer li {
    margin-bottom: 15px;
}

.card-standart{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    border-color: transparent;
}


.page-title {

}

.page-title nav ol {
    justify-content: center;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-flag {
  font-size: 24px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  border-radius: 5px;
  position: relative;
  top: 0px;
}

.lang-flag:hover {
  top: -3px;
/*  transform: scale(1.02);*/
/*  box-shadow: 0 0 6px rgba(0,0,0,0.2);*/
}

.lang-flag.active {
    border: 2px solid #000;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.lang-flag {
    border: 1px solid #eaeaea;
}

.lang-flag.active {
    opacity: 1;
    border-color: #007bff; /* warna border biru */
    transform: scale(1.1);
}

/* Hilangkan popup tooltip Google Translate */
#goog-gt-tt {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: unset !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}


.item-counter .icon-counter {
    width: 50px;
    opacity: 1 !important;
}

.item-counter a {
    width: 100%;
}

/*.mobile-translate {
    display: none;
}

.desktop-translate {
    display: block;
}*/

.mobile-translate hr,
.mobile-translate hr + span {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.btn-login:active,
.btn-login:focus {
    padding: 6px 0px !important;
    margin: 0 5px 0 0 !important;
}

.mySwiperHero {
    height: 625px;
}

#main-section {
    padding: 60px 0px;
}










@media (min-width: 1200px) {
    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: 100% !important;
        visibility: hidden;
    }
}


@media (max-width:1200px) {
    .header .logo {
        order: 0;
    }
    .header .navmenu {
        order: 1;
    }
    /*.mobile-translate {
        display: block;
    }

    .desktop-translate {
        display: none;
    }*/
    .mobile-translate hr,
    .mobile-translate hr + span {
        display: block;
    }




    .index-page .navmenu ul {
        list-style: none;
        position: absolute;
        inset: -800px 0px 0px 0px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: all ease-in 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        height: 90vh;
    }

    .index-page.mobile-nav-active .navmenu ul {
        inset: 72px 0px 0px 0px;
    }

    .index-page.mobile-nav-active .navmenu .dropdown-active {
        display: block;
        position: relative;
        inset: 13px;
        height: auto;
        margin-bottom: 10px;
        border: 0px;
        box-shadow: unset;
        width: 97%;
    }
    .dropdown-menu-third.dropdown-active  {
        background-color: transparent !important;
        inset: 0px 13px 0px 13px !important;
    }

}

@media (max-width:992px) {

    .grid-sm-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-sm-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-sm-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-sm-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-sm-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .grid-sm-7 {
        grid-template-columns: repeat(7, 1fr);
    }


    .banner-playstore {
        height: 610px;
    }

    .overlay-hp {
        bottom: 0px;
        max-height: 470px;
    }


    .banner-playstore {
        height: 765px;
        justify-content: flex-start;
        padding: 45px;
        text-align: center;
    }
    .header .logo {
        order: 0;
    }

    .slider {
        margin-top: 18px;
        margin-bottom: 0px;
    }

}


@media (max-width:768px) {
    .logo-website {
        width: 140px;
    }
    .header .logo {
        order: 0;
    }
    .index-page .navmenu > ul {
        inset: 72px 0px 0px 800px;
    }

    #search-doc .card {
        padding: 15px 5px !important;
    }
}


@media (max-width:500px) {

    .grid-xs-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-xs-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-xs-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-xs-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-xs-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-xs-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .grid-xs-7 {
        grid-template-columns: repeat(7, 1fr);
    }

}