/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .dropdown-menu .dropdown-show[x-data='2'] {
        height: auto !important;
    }

    ul li.page-item a, ul li.page-item span{
        font-size: 12px!important;
        padding: 8px!important;
    }

    .headerfix__Mobile {
        width: 100%;
        position: fixed;
        z-index: 9999;
    }
    .swiper .swiper-wrapper .MainBanner .title {
        width: 320px!important;
        left: 20px!important;
        bottom: 70px!important;
    }

    .swiper .swiper-wrapper .MainBanner .title h1 {
        font-size: 30px!important;
        line-height: 35px!important;
    }

    .swiper .swiper-wrapper .MainBanner .title p {
        font-size: 16px!important;
    }

    .swiper .swiper-wrapper .MainBanner .title h3 {
        font-size: 20px!important;
        margin-bottom: 0px!important;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        left: 20px!important;
        text-align: left;
        bottom: 20px!important;
    }

    .section_productDetail .contentDesc {
        padding: 10px 20px!important;
    }

    .section_productDetail .featuredImg {
        margin: 20px 0px 5px;
    }

    .section_about {
        padding: 0px 10px;
    }

    .swiper-button-next.categoryProduct {
        top: 70px!important;
        right: 20px!important;
    }

    .swiper-button-prev.categoryProduct {
        top: 70px!important;
        right: 70px!important;
    }

    .title_dec h1 {
        font-size: 35px;
        margin-top: -20px;
    }

    .swiper .swiper-wrapper .Title_MainCategories p {
        font-size: 16px!important;
        line-height: 20px!important;
    }

    .swiper .swiper-wrapper .Title_MainCategories {
        padding: 5px 15px!important;
    }

    .section_blog {
        padding: 20px;
    }

    .maps_location ul {
        display: inline-block!important;
        list-style: none;
    }

    .maps_location.head_officeJakarta svg {
        width: 8px!important;
    }

    .section__product {
        padding: 40px 20px;
    }

    .sectionAbout {
        padding: 20px;
    }

    .section__Contact {
        padding: 20px;
    }

    .sectionTabbing .tab-content h3 {
        font-size: 28px;
    }

    .sectionBannerTitle .Title h1 {
        bottom: -25px;
        font-size: 60px;
    }

    .sectionBannerTitle .Title.Location h1 {
        bottom: -13px;
        font-size: 33px;
        line-height: 33px;
    }

    .sectionBannerTitle .Title h4 {
        bottom: -55px;
        font-size: 40px;
    }

    .card .card-body {
        position: relative!important;
        bottom: 20px!important;
        right: 0px!important;
    }

    .sectionBlog_Detail .card-title {
        font-size: 30px;
        line-height: 35px;
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 66%;
        width: 100%;
        opacity: 0;
        transition: 0.5s ease;
        background-color: #0000004d;
        height: 66%;
    }

    .accordion-body .form-check label {
        font-size: 12px;
    }

    ul li.nav-item {
        font-size: 14px!important;
    }

    .dropdown-menu .children .child__2 li {
        width: 100%!important;
    }

    .icon_search {
        position: absolute;
        right: 75px;
        background-color: var(--main-color);
        padding: 5px 10px;
        border-radius: 100px;
    }

    .mobile-menu .navbar-nav{
        position: relative;
        top: 45px!important;
      }

    .swiper-button-next.Solution,
    .swiper-button-prev.Solution {
        top: 100px!important;
     }

     .swiper .swiper-wrapper .TitleSolution p {
        font-size: 20px!important;
        margin-bottom: 0px;
    }

    .section_maps .head_officeJakarta svg {
        width: 15px!important;
        height: 4px;
        margin-top: 7px;
    }
}

@media (min-width: 575.99px) {
    .icon_search {
        position: absolute;
        right: 90px;
        background-color: var(--main-color);
        padding: 5px 10px;
        border-radius: 100px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}


@media (min-width: 991.99px) {
    .hidden_desktop {
        display:none!important;
    }
}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .hidden_mobile {
        display:none!important;
    }
    .label_history .icon_label {
        background-color: var(--main-color);
        border-radius: 100%;
        margin-right: 10px;
        color: white;
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 10px 10px 10px 7px;
        display: flex;
        align-items: center;
    }

    .section_about h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .label_history {
        padding: 13px;
    }

    .section_about h5 {
        font-size: 22px;
    }

    .title_dec h1 {
        font-size: 28px;
        margin-top: -18px;
    }

    .title_dec h2 {
        font-size: 24px;
    }

    .swiper-button-next.categoryProduct {
        top: 70px!important;
        right: 60px!important;
    }

    .swiper-button-prev.categoryProduct {
        top: 70px!important;
        right: 110px!important;
    }

    .swiper .swiper-wrapper .Title_MainCategories {
        padding: 15px!important;
    }

    .swiper .swiper-wrapper .Title_MainCategories p {
        font-size: 20px!important;
        line-height: 24px!important;
    }

    .swiper .swiper-wrapper .TitleProduct {
        line-height: 17px;
    }

    .maps_location li {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    }

    .card .card-body {
        right: -100px;
        bottom: 110px;
        position: relative;
    }

    .accordion-button {
        font-size: 12px;
    }

    .navbar-toggler {
        background-color: var(--main-color);
    }
    .dropdown-toggle::after{
        display: none;
    }

    .mobile-menu{
        height: 100vh;
        width: -webkit-fill-available;
        position: fixed;
        background: #ffffff;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 10;
      }

      .dropdown-menu.show {
        margin-top: 0px!important;
      }

      .mobile-menu .container{
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
      }
      .mobile-menu ul li .nav-link{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #d0d0d0;
        padding: 15px;
        font-size: 16px;
      }
      .dropdown-menu[x-type='main']{
        background: transparent;
        border: transparent 0 solid;
      }
      .mobile-menu .nav-link,
      .mobile-menu .dropdown-item,
      .mobile-menu .action-mobile-menu{
        padding: 10px 15px;
      }

      .mobile-menu .dropdown-item{
        padding: 15px;
        border-bottom: 1px solid #d0d0d0;
      }

      .mobile-menu .navbar-nav{
        position: relative;
        top: 0px;
      }
      .mobile-menu .navbar-nav .dropdown-menu{
        top: 0 !important;
        transform: unset !important;
        background: #fff;
        border: unset;
      }
      .dropdown-menu .dropdown-show[x-data='1']{
        border: 0;
      }

      .navbar_transparent {
        position: fixed!important;
      }

      .nav-link i, .dropdown-item i {
        color: var(--main-color)!important;
      }

      .dropdown-menu.show {
        height: 100vh!important;
        box-shadow: 0px 0px 0px #bfbfbf!important;
      }

      .dropdown-menu .dropdown-show[x-data='2'], .dropdown-menu .dropdown-show[x-data='3'], .dropdown-menu .dropdown-show[x-data='4'] {
        box-shadow: inset 0px 0px 0px 0px #cecece!important;
        z-index: 1;
      }

      .dropdown-menu .children .child__1 {
        width: 100%!important;
      }

      .dropdown-menu .children .child__3 li, .dropdown-menu .dropdown-show ul.limit-3 {
        width: 100%!important;
      }

      .dropdown-menu .children .child__2, .dropdown-menu .children .child__3, .dropdown-menu .children .child__4 {
        margin-left: 0%!important;
      }

      .dropdown-menu .dropdown-show ul.limit-2, .dropdown-menu .dropdown-show ul.limit-3 {
        -moz-column-count: 1!important;
        -webkit-column-count: 1!important;
        column-count: 1!important;
        padding: 10px!important;
      }

      .dropdown-menu .dropdown-show[x-data='2'], .dropdown-menu .dropdown-show[x-data='3'], .dropdown-menu .dropdown-show[x-data='4'] {
        background-color: #FFF!important;
      }

      ul li.nav-item {
        margin: 0px 0px!important;
      }

      #search {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    
        -webkit-transform: translate(0px, -100%) scale(0, 0);
        -moz-transform: translate(0px, -100%) scale(0, 0);
        -o-transform: translate(0px, -100%) scale(0, 0);
        -ms-transform: translate(0px, -100%) scale(0, 0);
        transform: translate(0px, -100%) scale(0, 0);
        
        opacity: 0;
    }
    
    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1); 
        opacity: 1;
    }
    #search h3 {
        position: absolute;
        top: 25%;
        width: 100%;
        color: #fff;
        text-align: center;
    }
    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 25px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }
    #search .btn {
        position: absolute;
        top: 50%;
        min-width: 100px;
        max-width: 120px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }
    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-color);
        opacity: 1;
        padding: 0px 10px;
        font-size: 27px;
        border: 0px;
        border-radius: 5px;
    }
    
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .section_about h5 {
        font-size: 25px;
    }

    .section_about h1 {
        font-size: 34px;
    }

    .label_history {
        padding: 10px 15px;
    }

    .title_dec h1 {
        margin-top: -20px;
        font-size: 30px;
    }

    .title_dec h2 {
        font-size: 22px;
    }

    .swiper-button-next.categoryProduct {
        top: 70px!important;
        right: 45px!important;
    }

    .swiper-button-prev.categoryProduct {
        top: 70px!important;
        right: 95px!important;
    }

    ul li.nav-item {
        font-size: 11px;
    }

    .navbar.navbar_transparent ul li a.dropdown-item {
        font-size: 13px;
    }
}