@media(min-width:200px) {
    .slider-home{
        height: 250px !important;
    }
    .detail-catalog{
        height: 200px !important;
    }
    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end{
        background-size: cover;
        height: 250px !important;
    }
    #hero .carousel-item {
        height: 250px !important;
    }
    #hero .carousel-inner .img-detail-slide,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end{
        background-size: cover;
        height: 200px !important;
        object-fit: cover;
    }
    #hero .img-detail-slide {
        height: 200px !important;
        object-fit: cover;
    }
    .about {
        padding-bottom: 30px;
        padding-top: 100px !important;
    }
    .team .member img {
        transition: all ease-in-out 0.4s;
        width: 100%;
    }
    .img-catalog{
        height: 100px;
        object-fit: cover;
    }
    .team .member {
        margin-bottom: 22px;
    }
    .title-product h4 {
        font-size: 15px !important;
        font-weight: 600;
    }
    .btn-selengkapnya {
        border: 1px solid;
        padding: 3px 10px 0px 10px;
        border-radius: 6px;
        height: 34px;
    }
    .btn-selengkapnya a{
        font-size: 10px !important;
        font-weight: 600;
    }
    .section-title {
        text-align: center;
        padding-bottom: 0;
    }
    .about .video-box img {
        padding: 0;
        width: 100%;
    }
    .team .product{
        height: 85px !important;
    }
    .title-product{
        padding-top: 10px
    }
    .btn-order{
        font-size: 11px;
    }
    .title-catalog{
        padding-top: 50px;
        padding-bottom: 5px;
    }
    .title-product {
        padding-bottom: 0px;
    }
    .title-new-product{
        font-size: 13px;
    }
    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        background: none;
        font-size: 25px !important;
        line-height: 1;
        width: auto;
        height: auto;
    }

    /* HILANGKAN TULISAN LOGO */
    .title-logo,
    .title-sub-logo{
        display: none !important;
    }

    .title-logo::before,
    .title-sub-logo::before{
        content: "";
    }
}

@media(min-width:480px) {
    .slider-home{
        height: 300px !important;
    }
    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end{
        background-size: cover;
        height: 300px;
    }
    #hero .carousel-item {
        height: 300px;
    }
    .about {
        padding-bottom: 30px;
        padding-top: 109px;
    }
    .team .member img {
        transition: all ease-in-out 0.4s;
        width: 100%;
    }
    .img-catalog{
        height: 100px;
        object-fit: cover;
    }
    .team .member {
        margin-bottom: 22px;
    }
    .title-product h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .btn-selengkapnya {
        border: 1px solid;
        padding: 3px 10px 0px 10px;
        border-radius: 6px;
        height: 34px;
    }
    .btn-selengkapnya a{
        font-size: 12px;
        font-weight: 600;
    }
    .section-title {
        text-align: center;
        padding-bottom: 0;
    }

    /* HILANGKAN TULISAN LOGO */
    .title-logo,
    .title-sub-logo{
        display: none !important;
    }

    .title-logo::before,
    .title-sub-logo::before{
        content: "";
    }
}

@media(min-width:768px) {
    .slider-home{
        height: 600px !important;
    }
    .detail-catalog{
        height: 420px !important;
    }
    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end{
        background-size: cover;
        height: 600px !important;
    }
    #hero .carousel-item {
        height: 600px;
    }
    #hero .carousel-inner .img-detail-slide,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end{
        background-size: cover;
        height: 420px !important;
        object-fit: cover;
    }
    #hero .img-detail-slide {
        height: 420px !important;
    }
    .team .member img {
        transition: all ease-in-out 0.4s;
        width: 100%;
    }
    .img-catalog{
        height: 150px;
        object-fit: cover;
    }
    .title-product h4 {
        font-size: 19px !important;
        font-weight: 600;
    }
    .title-product{
        padding-top: 55px
    }
    .team .product{
        height: 125px;
    }
    .btn-order{
        font-size: 15px;
    }
    .title-catalog{
        padding-top: 155px;
        padding-bottom: 10px;
    }
    .image-product{
        height: 259px;
        object-fit: cover;
    }
    .btn-selengkapnya a {
        font-size: 15px !important;
        font-weight: 600;
    }

    /* HILANGKAN TULISAN LOGO */
    .title-logo,
    .title-sub-logo{
        display: none !important;
    }

    .title-logo::before,
    .title-sub-logo::before{
        content: "";
    }
}
/* =========================================================
   DROPDOWN NAVBAR - BLOK BIRU
   ========================================================= */

/* Tampilan desktop */
@media (min-width: 992px) {

  /* Kotak dropdown */
  #navbar.navbar ul li.dropdown > ul {
    min-width: 415px !important;
    padding: 0 !important;
    margin-top: 0 !important;

    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18) !important;
  }

  /* Hilangkan jarak setiap menu */
  #navbar.navbar ul li.dropdown > ul > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Tampilan normal */
  #navbar.navbar ul li.dropdown > ul > li > a {
    display: block !important;
    width: 100% !important;

    padding: 17px 25px !important;

    color: #64809b !important;
    background: #ffffff !important;

    border: none !important;
    border-radius: 0 !important;

    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    white-space: normal !important;

    transition:
      background-color 0.2s ease,
      color 0.2s ease !important;
  }

  /* Saat mouse diarahkan */
  #navbar.navbar ul li.dropdown > ul > li > a:hover,
  #navbar.navbar ul li.dropdown > ul > li > a:focus {
    color: #ffffff !important;
    background: #168df0 !important;
  }

  /* Menu yang sudah diklik */
  #navbar.navbar ul li.dropdown > ul > li > a.sdm-dropdown-active {
    color: #ffffff !important;
    background: #168df0 !important;
  }

  /* Warna menu utama */
  #navbar.navbar > ul > li.dropdown:hover > a,
  #navbar.navbar > ul > li.dropdown > a:focus {
    color: #168df0 !important;
  }
}


/* =========================================================
   DROPDOWN MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

  #navbar.navbar ul li.dropdown > ul {
    padding: 0 !important;
    margin: 5px 0 10px !important;

    background: #ffffff !important;
    border-radius: 0 !important;
  }

  #navbar.navbar ul li.dropdown > ul > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  #navbar.navbar ul li.dropdown > ul > li > a {
    display: block !important;
    width: 100% !important;

    padding: 14px 20px !important;

    color: #64809b !important;
    background: #ffffff !important;

    border-radius: 0 !important;

    font-size: 15px !important;
    white-space: normal !important;
  }

  #navbar.navbar ul li.dropdown > ul > li > a:hover,
  #navbar.navbar ul li.dropdown > ul > li > a:focus,
  #navbar.navbar ul li.dropdown > ul > li > a.sdm-dropdown-active {
    color: #ffffff !important;
    background: #168df0 !important;
  }
}
/* =========================================================
   FIX DROPDOWN: ITEM PERTAMA BIRU + HOVER BIRU
   Tempel paling bawah app.css
   ========================================================= */

@media (min-width: 992px) {

  /* Kotak dropdown */
  #navbar.navbar > ul > li.dropdown > ul {
    min-width: 415px !important;
    padding: 0 !important;
    margin: 0 !important;

    background-color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18) !important;
  }

  /* Setiap baris menu */
  #navbar.navbar > ul > li.dropdown > ul > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Tampilan menu normal */
  #navbar.navbar > ul > li.dropdown > ul > li > a {
    display: block !important;
    width: 100% !important;

    padding: 17px 26px !important;

    color: #66819b !important;
    background-color: #ffffff !important;

    border: none !important;
    border-radius: 0 !important;

    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;

    white-space: normal !important;

    transition:
      background-color 0.2s ease,
      color 0.2s ease !important;
  }

  /* Item pertama otomatis berwarna biru */
  #navbar.navbar > ul > li.dropdown > ul > li:first-child > a {
    color: #ffffff !important;
    background-color: #168df0 !important;
  }

  /* Saat item lain diarahkan mouse */
  #navbar.navbar > ul > li.dropdown > ul > li > a:hover,
  #navbar.navbar > ul > li.dropdown > ul > li > a:focus {
    color: #ffffff !important;
    background-color: #168df0 !important;
  }

  /* Ketika item lain di-hover, item pertama kembali putih */
  #navbar.navbar > ul > li.dropdown > ul:hover > li:first-child:not(:hover) > a {
    color: #66819b !important;
    background-color: #ffffff !important;
  }

  /* Warna SERVICES / INDUSTRY SOLUTION ketika dropdown terbuka */
  #navbar.navbar > ul > li.dropdown:hover > a {
    color: #168df0 !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

  #navbar.navbar > ul > li.dropdown > ul {
    padding: 0 !important;
    margin: 5px 0 10px !important;
    background-color: #ffffff !important;
  }

  #navbar.navbar > ul > li.dropdown > ul > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  #navbar.navbar > ul > li.dropdown > ul > li > a {
    display: block !important;
    width: 100% !important;

    padding: 14px 20px !important;

    color: #66819b !important;
    background-color: #ffffff !important;

    border-radius: 0 !important;

    font-size: 15px !important;
    white-space: normal !important;
  }

  /* Item pertama biru */
  #navbar.navbar > ul > li.dropdown > ul > li:first-child > a {
    color: #ffffff !important;
    background-color: #168df0 !important;
  }

  /* Item yang disentuh atau diarahkan */
  #navbar.navbar > ul > li.dropdown > ul > li > a:hover,
  #navbar.navbar > ul > li.dropdown > ul > li > a:focus,
  #navbar.navbar > ul > li.dropdown > ul > li > a:active {
    color: #ffffff !important;
    background-color: #168df0 !important;
  }
}