@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box; */
  --c-primary: #f06c36;
  --c-secondary: #28317e;
  --c-body: #ffffff;
  --c-black: #212529;
  --c-info: #9597a1;
  --c-red: #d0342c;
  --c-white: #ffffff;
  --c-grey: #d1d1d1;
  --c-orange: #e1a427;
  --c-disabled: #dee1e8;
  --c-transparent: transparent;
  --c-skeleton: #f06b3633;
  --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
  --shadow-skeleton: 0px 6px 18px rgb(0 0 0 / 3%);
  --ts-cubic: all 0.5s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

@media (max-width: 325px) {
  .career-intermezo-card {
    min-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  img.icon-16 {
    width: 1rem;
    height: 1rem;
  }

  img.icon-24 {
    width: 1.125rem;
    height: 1.125rem;
  }

  img.icon-32 {
    width: 1.5rem;
    height: 1.5rem;
  }

  img.icon-48 {
    width: 2rem;
    height: 2rem;
  }

  select.form-control,
  input.form-control,
  textarea.form-control {
    font-size: 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  .swiper-button-prev {
    left: 0.5rem;
  }

  .swiper-button-next {
    right: 0.5rem;
  }

  .form-group {
    /* margin-bottom: 1rem !important; */
  }

  .modal-body {
    padding: 1rem;
  }

  .modal-header {
    padding: 1rem;
  }

  .modal-footer {
    padding: 0.5rem;
  }

  .modal-header .modal-close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .modal-header .modal-close .btn-close {
    width: 28px;
    height: 28px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }

  /*====================================== SECTION MODAL POPUP ======================================*/




#modalPopupBanner  .modal-header .close {
  top: 0px;
  right: 0px;
}

  /*====================================== SECTION WORD ======================================*/

  .c-small {
    font-size: 0.625rem;
  }

  .modal-header .close {
    opacity: 1;
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
  }

  .modal-header .close span {
    font-size: 1rem;
  }
}

@media (max-width: 572px) {

  /*====================================== SECTION MANAJEMEN ======================================*/
  #modalManajemen .modal-dialog {
    margin: 0;
  }
}

/*Phone View*/
@media (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.35;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  h6 {
    font-size: 1.125rem;
    line-height: 1.35;
  }

  p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .btn-primary {
    line-height: 1.25;
    padding: 12px 16px;
  }

  section {
    padding: 2rem 0;
  }

  .subject-title {
    max-width: 100%;
  }

  /*====================================== SECTION MENU NAVBAR ======================================*/
  .container-nav .nav-logo a img {
    width: 104px;
  }

  .container-nav {
    /*flex-direction: column;*/
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  .hide-menu {
    width: 100%;
  }

  header {
    position: sticky;
  }

  header nav {
    padding: 1rem;
  }

  #navigation {
    background-color: var(--c-white);
    transition: all 0.5s;
  }

  #navigation.scrolled {
    background-color: #ffffffe0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 8px 0px rgb(255, 164, 79);
  }

  .nav-menu .menu-nav {
    display: none !important;
  }

  .nav-logo.pointer,
  .search-bar-nav button i {
    color: var(--c-primary);
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .nav-logo.pointer {
    display: block;
  }

  .nav-logo .text-logo {
    max-width: 120px;
  }

  .navbar-hero-center .image-hero {
    height: 110% !important;
  }

  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-logo-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-logo-mobile .image {
    max-width: 104px;
  }

  .menu-container-mobile .nav-close {
    top: 1rem;
    right: 1rem;
  }

  .menu-container-mobile .nav-close .btn-close {
    background-color: red;
    opacity: 1;
    color: white;
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .menu-container-mobile .menu-nav-mobile {
    width: 100%;
    height: auto;
    justify-content: start;
    padding: 0 2rem 1rem 0;
  }

  .menu-container-mobile .menu-nav-mobile li {
    margin-bottom: 1rem;
  }

  .menu-container-mobile .menu-nav-mobile li:last-child {
    margin-bottom: 0;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
  }

  .menu-container-l-r .menu-nav-mobile>li.cursor-none.active a {
    color: var(--c-primary);
    font-weight: 700;
  }

  .menu-container-mobile .menu-container-l-r {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    padding-top: 5rem;
    margin: 0 0 0 0;
    justify-content: space-between;
    align-items: start;
  }

  .nav-submenu-mobile {
    overflow-y: auto;
    padding-bottom: 3rem;
    z-index: 9;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    background-color: var(--c-white);
    color: var(--c-white);
  }

  .nav-submenu-mobile .btn-back {
    top: 16px;
    color: var(--c-primary);
    font-size: 20px;
    opacity: 1;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a {
    color: var(--c-black) !important;
    font-weight: 500 !important;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a.active {
    color: var(--c-primary) !important;
    font-weight: 700 !important;
  }
  .nav-submenu-mobile .submenu-mobile-link ul li.navbar-socmed a .icon {
    width: 32px;
    height: 32px;
  }
  .hero-container {
    padding: 4rem 0rem 4rem 0rem;
  }

  /*====================================== SECTION MODAL ======================================*/
  /* .modal-close .close,
  .modal-header .close {
    width: 24px;
    height: 24px;
  }

  .modal-header .close {
    opacity: 1;
    top: 10px;
    right: 12px;
  } */
  /*====================================== SECTION HOMEPAGE - MOBILE ======================================*/
  .whistle-blowing-sticky {
    top: auto;
    bottom: 0;
    transform: translateX(196px) scale(0.8);
  }

  .whistle-blowing-sticky a {
    padding: 8px 16px;
  }

  .whistle-blowing-sticky .left-content .image .max-64 {
    max-width: 3.5rem;
  }

  .whistle-blowing-sticky:hover {
    transform: translateX(196px) scale(0.8);
  }

  .hero-home-container {
    height: 480px;
  }

  .swiper-home-hero .container {
    padding: 0 1rem;
  }

  .home-card-link {
    height: 320px;
  }

  .home-card-link .desc h5 {
    font-size: 26px;
  }

  .home-card-link .cta {
    opacity: 1;
    margin-bottom: 0;
  }

  .home-card-link .cta a {
    width: 100%;
  }

  section.section-home-widget {
    margin-top: 32px;
  }

  .kontribusi-image {
    height: 280px;
  }

  .kontribusi-container .kontribusi-table ul li:before {
    top: -2px;
  }

  .kontribusi-table {
    max-height: 408px
  }

  section.section-home-csr {
    padding-bottom: 0;
  }

  section.section-home-csr .news-card {
    margin-top: 3rem;
    height: 100%;
  }

  section.section-home-csr .news-card a {
    height: 272px !important;
  }

  section.section-home-csr .news-card .image {
    height: 100%;
  }

  section.section-home-csr .news-card .news-head {
    height: 180px;
  }

  section.section-home-news {
    padding-top: 0;
  }

  .news-card-home a {
    height: 320px;
  }

  .news-card-home .image {
    height: 100% !important;
  }

  .news-card.nc-highlight .news-head {
    padding: 3rem 1rem 1rem 1rem;
  }

  .bb-card {
    height: 320px;
  }

  .tradingview-widget-container {
    height: 320px !important;
  }

  .quarry-place-list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .quarry-place-list::-webkit-scrollbar {
    display: none;
  }

  .quarry-place-list .wrapper {
    width: 224px;
    flex-shrink: 0;
  }

  .home-about-container {
    padding: 1rem;
  }

  .home-about-container .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-about-video {
    height: 12rem;
    margin-top: 0;
    margin-bottom: 1.75rem;
  }

  .dedication-image {
    margin-top: 1.5rem;
  }

  .dedication-year {
    margin: -40px auto 0 auto;
  }

  .row-bisnis-card {
    padding: 1.5rem 0 2rem 0;
  }

  .lini-bisnis-card {
    min-height: auto;
    margin-bottom: 2rem;
  }

  .col-lini-bisnis:nth-last-child(1) .lini-bisnis-card {
    margin-bottom: 0;
  }

  .lini-bisnis-card .image {
    max-height: 214px;
  }

  .lini-bisnis-card .lini-bisnis-word {
    padding: 1rem;
  }

  .lini-bisnis-card a span {
    opacity: 1;
    top: 8px;
    right: 16px;
  }

  section.section-home-news .quarry-place-list .wrapper a span {
    opacity: 1;
    top: 0.25rem;
    right: 0.5rem;
  }

  section.section-home-area {
    overflow: hidden;
  }

  .pabrik-location-map {
    margin: 1rem auto 0 auto;
  }

  .pabrik-location-map.map-desktop {
    display: none;
  }

  .pabrik-location-map.map-mobile {
    display: block;
  }

  section.section-home-proyek .swiper-proyek-berjalan {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .proyek-card {
    height: 20rem;
  }

  .swiper-proyek-berjalan .proyek-card {
    height: 25rem;
  }

  .proyek-desc {
    padding: 1rem 0.75rem !important;
  }

  .bp-card .bp-desc.wo-order .bp-desc-wrapper{
    min-height: 24px;
  }

  .swiper-proyek-berjalan .proyek-card .proyek-spec-detail {
    margin-bottom: -132px;
  }

  .proyek-card .proyek-spec-detail {
    margin-bottom: -102px;
  }

  section.section-home-proyek .berjalan-home-indicator {
    bottom: 8px !important;
  }

  section.section-home-whistleblow .form-wbs {
    padding: 0;
  }

  section.section-home-whistleblow .form-wbs-l .image {
    bottom: 0;
  }

  .form-contact-container {
    padding: 1.5rem 0.75rem;
  }

  .nav-contact {
    flex-wrap: wrap;
    gap: 8px;
  }

  .nav-contact .nav-link {
    font-size: 16px;
  }

  .nav-contact .nav-item:nth-child(1) .nav-link,
  .nav-contact .nav-item:nth-child(2) .nav-link {
    border-radius: 1.5rem
  }

  .sales-card {
    padding: 1rem 0.5rem;
  }

  .sales-area-item .cta-wrapper a {
    display: block;
    white-space: normal;
  }

  .image-whitsle {
    left: 20%;
    max-width: 204px;
  }

  /*====================================== SECTION TENTANG KAMI - MOBILE ======================================*/
  .about-image {
    margin-top: 0;
    padding-right: 0;
  }

  .about-image .wrapper-l,
  .about-image .wrapper-r {
    max-width: 12.5rem;
    height: 15rem;
  }

  .about-image .wrapper-r {
    margin-top: -6rem;
  }

  .about-image-certif {
    max-width: 100%;
    position: static;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .about-image-certif .image {
    max-width: 100%;
    height: 15rem;
  }

  /*====================================== SECTION SEKRETARIS PERUSAHAAN PAGE - MOBILE ======================================*/
  .image-wrapper {
    height: 15rem;
  }

  .sekretaris-profile .image {
    width: 280px;
    height: 280px;
  }

  /*====================================== SECTION GRATIFIKASI PAGE - MOBILE ======================================*/
  .gratifikasi-sticky {
    position: static;
    margin-bottom: 1.5rem;
  }

  /*====================================== SECTION MANAJEMEN PAGE - MOBILE ======================================*/
  .manajemen-card {
    margin-bottom: 24px;
  }

  .manajemen-card .image::before,
  .manajemen-detail-content .image::before,
  .manajemen-card.dir-card .image::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
  }

  /*====================================== SECTION KOMITE AUDIT - MOBILE ======================================*/
  .komite-profile .image {
    width: 280px;
    height: 280px;
  }

  /*====================================== SECTION READYMIX - MOBILE ======================================*/
  .rdmx-card {
    padding: 0.5rem 1rem 1rem 1rem;
  }

  .rdmx-card .image {
    position: static;
    margin-left: -166px;
  }

  .rdmx-card .rdmx-body {
    min-height: auto;
    margin-bottom: 0.5rem;
  }

  /*====================================== SECTION RIWAYAT SINGKAT PAGE - MOBILE ======================================*/

  /*====================================== SECTION KINERJA EKONOMI - MOBILE ======================================*/
  .section-kinerja-ekonomi .bg-overlay {
    background-position: center right;
  }

  /*====================================== SECTION ASESMENT GCG - MOBILE ======================================*/
  .swiper-asesment-content {
    padding: 0 3rem;
  }

  .gcg-card {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  .gcg-card .gcg-card-list h6 {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* .swiper-asesment-wrapper {
    padding: 2rem 0;
  }

  .swiper-asesment-content {
    padding: 0 0rem;
  }

  .swiper-asesment-wrapper .cta {
    justify-content: center;
    display: flex;
  }

  .swiper-asesment-wrapper .cta .swiper-button-wrapper {
    max-width: 160px;
    position: relative;
    bottom: -30px;
  }

  .swiper-button-next.asesment-gcg-next,
  .swiper-button-prev.asesment-gcg-prev {
    top: 100%;
  } */

  /* .swiper-button-prev.asesment-gcg-prev {
    left: 0rem;
  }

  .swiper-button-next.asesment-gcg-next {
    right: 0rem;
  } */

  /*====================================== SECTION MANAJEMEN - MOBILE ======================================*/

  #modalManajemen .modal-content {
    max-height: 100vh;
    border-radius: 0;
  }

  .manajemen-detail-text {
    max-height: 100%;
    overflow: unset;
  }

  /*====================================== SECTION STANDAR ETIKA - MOBILE ======================================*/
  .standar-etika-card {
    height: 100%;
  }

  .standar-etika-card .image {
    width: 100%;
    height: 320px;
  }

  .standar-etika-word {
    padding: 1rem;
  }

  .standar-etika-desc p {
    font-size: 1.25rem !important;
  }

  /*====================================== SECTION LAPORAN PERUSAHAAN - MOBILE ======================================*/
  .laporan-perusahaan-highlight .laporan-perusahaan-card a {
    max-width: 25rem;
    height: 360px;
  }

  .laporan-perusahaan-card,
  .laporan-perusahaan-card a {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .laporan-perusahaan-card .laporan-perusahaan-head {
    max-width: 22.5rem;
    width: 100%;
    padding: 1.5rem 1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }

  .laporan-perusahaan-highlight .laporan-perusahaan-card .laporan-perusahaan-head {
    max-width: 25rem;
    padding: 1.5rem;
    width: 100%;
  }

  .laporan-perusahaan-card a {
    height: 30rem;
            max-width: 22.5rem;
  }

  /*====================================== SECTION LAPORAN PERSUHAAN DETAIL - MOBILE ======================================*/
  .pdf-viewer {
    height: 620px;
  }

  /*====================================== SECTION CSR - MOBILE ======================================*/
  .csr-image .image {
    height: 172px;
    margin-bottom: 1rem;
  }

  /*====================================== SECTION KIP - MOBILE ======================================*/
  .nav-kip {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: 0;
    padding-right: 1rem;
  }

  .nav-kip::-webkit-scrollbar {
    display: none;
  }

  .nav-kip li.nav-item {
    flex-shrink: 0;
  }

  .accordion-kip .accordion-button {
    padding: 1rem;
  }

  .kip-wg-card {
    height: 272px;
    margin-bottom: 1rem;
  }

  .kip-wg-card .image::before {
    transform: scale(1.5);
    background-image: linear-gradient(180deg, #ffffff 30%, #000000 100%);
  }

  .kip-wg-card .image span {
    opacity: 1;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    padding: 1rem 0.5rem;
  }

  /*====================================== SECTION JASA KONSTRUKSI - MOBILE ======================================*/
  .hero-container {
    padding: 2rem 0 4rem 0rem;
  }

  .hero-popover-content {
    right: unset;
    left: 0;
  }
  
  .quarry-card .hero-popover-content {
    right: unset;
    left: -70px;
  }

  .layanan-container-left .image {
    height: 320px;
    margin-bottom: 1rem;
  }

  .layanan-container-right .image-layanan .image {
    height: 10rem;
  }

  .quote-card {
    padding: 3rem 1rem 15rem 1rem;
  }

  .quote-card .word {
    margin-left: 0;
  }

  .quote-card .image {
    width: 214px;
    left: 20%;
  }

  /*====================================== SECTION BETON PRECAST - MOBILE ======================================*/
  .produk-container-left {
    margin-bottom: 1rem;
  }

  .produk-container-left .bp-card .image {
    height: 320px !important;
  }

  .produk-container-right .bp-card .image {
    height: 15rem !important;
  }

  .bp-card span.link-to {
    opacity: 1;
  }

  .bp-card .bp-desc {
    margin-bottom: 0.5rem;
  }

  .bp-card .bp-desc .bp-desc-wrapper h6 {
    font-size: 18px;
  }

  .bp-card .bp-desc .bp-desc-wrapper .pileof-sus-wrapper .image {
    max-width: 32px;
  }
  .section-bp-quote
  {
    padding-top: 3rem;
  }

  section.section-product-list {
    margin-top: -64px;
  }

  /*====================================== SECTION BETON PRECAST DETAIL PAGE - MOBILE ======================================*/

  .section-product-detail .product-detail-image {
    margin-top: 0rem;
    position: relative;
  }

  .icon-pos {
    max-width: 64px !important;
  }

  .section-product-detail .row-gap-3 {
    gap: 1rem !important;
  }

  .ld-product-accordion .accordion-item .accordion-button {
    padding: 1rem 1rem 1rem 0 !important;
  }

  .ld-product-accordion .accordion-item .accordion-body {
    padding: 1rem 0.5rem;
  }

  .ld-product-accordion .ld-product-item {
    margin: 0 0 0.5rem 0;
  }

  section.section-product-lainnya .proyek-slider-wrapper .swiper-button-wrapper,
  section.section-readymix-list .swiper-button-wrapper,
  section.section-product-quarry .swiper-button-wrapper {
    margin: 1rem 0;
  }

  .swiper-product-lainnya .bp-card .image {
    height: 204px;
  }

  .swiper-product-lainnya .bp-card span.link-to {
    top: 0.5rem;
    right: 0.75rem;
  }

  .swiper-product-lainnya .bp-card .bp-desc .bp-desc-wrapper .cta {
    display: none;
  }


  section.section-product-lainnya,
  section.section-readymix-list {
    padding-top: 0;
  }

  .swiper-readymix .rdmx-card .image {
    margin-left: -124px;
  }

  /*====================================== SECTION BETON PRECAST RUMAH DETAIL PAGE - MOBILE ======================================*/

.section-precast-denah .pin-legend{
  display: block;
}


.home-denah-wrapper .pin-number{
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-denah-wrapper .pin .pin-content{
  display: none;
}

  /*====================================== SECTION PABRIK BETON - MOBILE ======================================*/
  section.section-pabrik-beton-hero,
  section.section-batching-plant-hero,
  section.section-batching-plant-hero-detail {
    margin-top: -64px;
  }


  .pabrik-bp-card span.link-to,
  .batching-card span.link-to {
    opacity: 1;
  }

  .pabrik-bp-card h5 {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }

  .pabrik-bp-card:hover .pabrik-bp-desc h5 {
    transform: none;
  }

  .pabrik-bp-card:hover .pabrik-bp-desc p {
    transform: none;
    opacity: 1;
  }

  /*====================================== SECTION PABRIK DETAIL PAGE - Mobile ======================================*/
  .hero-pabrik-detail {
    height: 100%;
    min-height: 50vh;
  }

  .hero-pabrik-detail .hero-container {
    padding: 4rem 0rem 4rem 0rem;
  }

  .pabrik-loc-media .loc-media {
    height: 15rem;
  }

  section.section-pabrik-detail .row-gap-2 {
    row-gap: 1rem
  }

  .pabrik-loc-location .loc-map,
  .batching-loc-location .loc-map {
    height: 12.5rem;
  }
  .pabrik-produksi-card
  {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  .pabrik-produksi-card .icon {
    width: 64px;
    height: 64px;
  }

  .pabrik-produksi-card .qty-facilities {
    position: static;
    display: block;
    margin-top: -4px;
  }

  section.section-pabrik-penghargaan .swiper-certificate {
    padding: 0;
  }

  section.section-pabrik-penghargaan .swiper-certificate .swiper-button-swiper.certificate {
    bottom: 11.25rem;
  }

  .certificate-card .certificate-image {
    height: 20rem;
  }

  .swiper-certificate .swiper-slide.swiper-slide-active .certificate-card .certificate-image {
    border-color: transparent;
  }

  .sbw-certificate {
    max-width: 20rem;
  }

  .pabrik-another-card {
    border-radius: 0.75rem
  }

  /*====================================== SECTION QUARRY - MOBILE ======================================*/
  .quarry-tools .wrapper {
    flex-basis: 45%;
    padding: 0;
  }

  .quarry-tools .wrapper .image {
    width: 80px;
    height: 80px;
  }

  .quarry-place .image {
    height: 15rem;
  }

  section.section-quarry-loc .pabrik-loc-location .loc-map {
    height: 15rem;
  }

  /*====================================== SECTION BATCHING PLANTS - MOBILE ======================================*/
  .batching-card span.link-to i {
    color: var(--c-primary) !important
  }

  /*====================================== SECTION BATCHING PLANTS DETAIL - MOBILE ======================================*/

  .bacthing-cluster-fitur {
    gap: 3rem;
  }

  .bacthing-cluster-card {
    min-width: auto;
  }

  /*====================================== SECTION WHISTLEBLOW - MOBILE ======================================*/
  .form-wbs {
    padding: 1rem 0.5rem;
  }

  .form-wbs-contact {
    padding: 1rem 1rem 14rem 1rem;
  }

  .form-wbs-l .image {
    padding: 0;
    max-width: 128px;
    left: 30%;
  }



  .sk-wbp-wrapper {
    padding: 2rem 0;
  }

  .skwbp-list .skwbp-number {
    padding: 0.25rem;
  }

  .skwbp-list .skwbp-content {
    margin-top: 0.5rem;
  }

  /*====================================== SECTION READYMIX - MOBILE ======================================*/
  .card-tesmioni .testimoni-rating i {
    font-size: 1rem;
  }

  /*====================================== SECTION WORKSHOP - MOBILE ======================================*/
  section.section-workshop-equipment .row-gap-3 {
    row-gap: 1.5rem;
  }

  .wse-card .image {
    height: 160px;
  }

  .quote-card.qc-workshop {
    padding: 0;
  }

  .quote-card.qc-workshop .word {
    margin-right: 0;
    margin-left: 0;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }

  .quote-card.qc-workshop .image-workshop {
    position: static;
    width: 100%;
  }

  .quote-card.qc-workshop .image-workshop img {
    border-radius: 0 0 12px 12px;
  }

  #modalQuaryProduct .worksprod-detail-content .image {
    max-height: 16rem;
    max-width: none;
  }


  #modalQuaryProduct .worksprod-detail-content .worksprod-detail-text .worksprod-detail-body {
    max-height: 12rem;
    overflow: auto;
  }



  /*====================================== SECTION INOVASI - MOBILE ======================================*/
  .inovasi-sidebar-wrapper>a>.image {
    display: none;
  }

  /*====================================== SECTION PERNYATAAN - MOBILE ======================================*/
  .pernyataan-head {
    padding-left: 0.5rem;
  }

  .swiper-pernyataan-detail .pernyataan-detail-card a {
    min-height: auto;
  }

  /*====================================== SECTION LAPORAN PERUSAHAAN - MOBILE ======================================*/
  section.section-laporan-perusahaan .swiper-button-wrapper {
    margin: 0.5rem 0;
  }

  /*====================================== SECTION KARIER - MOBILE ======================================*/
  .career-intermezo-card {
    min-width: 46%;
  }

  .career-card .image {
    max-width: 100%;
    width: 100%;
    height: 240px;
  }

  .form-career {
    padding: 0;
  }

  .form-career-wrapper {
    padding: 1.5rem 1rem 6rem 1rem;
  }

  .career-img {
    bottom: 0;
    width: 128px;
  }

  /*====================================== SECTION 404 - MOBILE ======================================*/
  section.section-notfound .subject-title h1 {
    font-size: 148px;
    line-height: 122px;
  }

  section.section-notfound .subject-title {
    top: 43vh;
  }

  .subject-nf-wrapper {
    bottom: 29vh;
  }

  /*====================================== SECTION EMPTY WRAPPER ======================================*/
  .empty-state-wrapper .empty-state-title {
    max-width: 16rem;
    margin: 0 auto;
  }

  .empty-state-wrapper .empty-state-image {
    max-width: 14rem;
  }

  /*====================================== SECTION Footer contact ======================================*/
  .section-footer-contact {
    margin-bottom: -2rem;
  }

  .footer-content-logo .image {
    max-width: 240px;
  }

  .footer-question-card {
    width: 100%;
    padding: 1rem;
  }

  .section-footer-contact::before {
    background-image: linear-gradient(110deg, #ffffff 100%, #f2295b00 100%);
  }

  .sales-arealoc-wrapper.show {
    height: 14rem;
  }

  .form-your-contact.show {
    height: 35rem;
  }

  /*====================================== SECTION FOOTER ======================================*/
  footer {
    margin-top: 0;
    padding: 2rem 0 0em 0;
  }

  .footer-top {
    min-height: 8rem;
  }

  .footer .subject-title h5 {
    font-size: 18px;
  }

  .footer-word-top {
    top: 2rem;
  }

  .footer-main {
    padding: 1rem 0;
    margin: 0;
  }

  .footer-logo {
    max-width: 8rem !important;
  }

  .footer-content-right {
    margin-top: 0;
  }

  .footer-content-right ul {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footer-content-right ul li {
    flex-basis: 45%;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .footer-content-bottom {
    padding: 1rem 0rem;
  }

  .footer-copyright {
    margin-top: 0;
    padding: 0 0.5rem;
  }

  .cs--container .desc {
    top: 3rem;
  }

  .cs--container .desc h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) and (min-height: 750px) {
  .menu-container-mobile .menu-nav-mobile {
    height: 100%;
    justify-content: center;
  }

  .menu-container-mobile .menu-nav-mobile li {
    margin-bottom: 1rem;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 24px;
  }

  .menu-container-mobile .menu-more-col a {
    font-size: 14px;
  }

  .nav-menu .menu-nav {
    display: none !important;
  }

  header {
    position: sticky;
  }

  header nav {
    padding: 1rem;
  }

  #navigation {
    background-color: var(--c-white);
    transition: all 0.5s;
  }

  #navigation.scrolled {
    background-color: #ffffffe0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 8px 0px rgb(255, 164, 79);
  }

  .nav-logo.pointer,
  .search-bar-nav button i {
    color: var(--c-primary);
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .nav-logo.pointer {
    display: block;
  }
}

@media (min-width: 461px) and (max-width: 767px) {
  .menu-container-mobile .nav-header {
    position: absolute;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 84px !important;
  }

  .menu-container-mobile .nav-logo-mobile .image {
    max-width: 128px;
  }

  .menu-container-mobile .nav-close {
    top: 1rem;
    right: 1rem;
  }

  .menu-container-mobile .menu-container-l-r {
    overflow-y: scroll;
    padding: 6rem 0 2rem 0.5rem;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }

  .menu-container-l-r .menu-nav-mobile>li.cursor-none.active a {
    color: var(--c-primary);
    font-weight: 700;
  }

  .nav-submenu-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    background-color: var(--c-white);
    color: var(--c-white);
  }

  .menu-container-mobile .menu-nav-mobile {
    justify-content: center;
    height: 100%;
    margin-top: 0;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 24px;
  }

  .menu-nav-more {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    height: 100%;
    bottom: 5%;
  }

  .menu-container-mobile .menu-more-col {
    width: 128px !important;
    height: 128px !important;
  }

  .menu-container-mobile .menu-more-col:nth-child(1) {
    left: -5%;
  }

  .menu-container-mobile .menu-more-col:nth-child(2) {
    order: 3;
    top: 0;
    left: -2.5rem;
  }

  .menu-container-mobile .menu-more-col:nth-child(3) {
    margin-top: 0;
    top: 0 !important;
    right: -15% !important;
  }

  .function-area-container .fa-wrapper-list .wrapper-list-area {
    gap: 1rem !important;
    width: auto;
  }

  .section-about-lg .room-galaxy-wrapper .room-galaxy-banner {
    height: 400px;
  }

  .col-home-cta {
    padding-left: 1rem !important;
  }

  .about-gv-container {
    height: 600px;
  }

  .section-sosmed-contact .planet-sosmed {
    right: 5%;
    top: -24px;
    z-index: -2;
    max-width: 128px;
  }

  /*====================================== SECTION HOMEPAGE - MOBILE ======================================*/
  .kontribusi-table {
    max-height: 480px
  }

  .nav-contact {
    flex-wrap: nowrap;
    gap: 0;
  }

  .nav-contact .nav-link {
    font-size: 15px;
  }

  .nav-contact .nav-item:nth-child(1) .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .nav-contact .nav-item:nth-child(2) .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lini-bisnis-card {
    height: 25rem;
  }

  .home-about-video {
    height: 16rem;
  }

  .image-whitsle {
    left: 35%;
  }

  /*====================================== SECTION CSR - MOBILE ======================================*/
  .csr-image .image {
    height: 240px;
    margin-bottom: 1rem;
  }

  /*====================================== SECTION JASA KONSTRUKSI - MOBILE ======================================*/

  /* .quote-card
  {
    padding: 3rem 1rem 15rem 1rem;
  }
  .quote-card .word
  {
    margin-left: 0;
  } */
  .quote-card .image {
    width: 214px;
    left: 30%;
  }

  /*====================================== SECTION BETON PRECAST - MOBILE ======================================*/
  .bp-card .image {
    height: 320px;
  }

  /*====================================== SECTION BETON PRECAST DETAIL PAGE - MOBILE ======================================*/
  .swiper-readymix .rdmx-card .image {
    margin-left: -154px;
  }

  /*====================================== SECTION QUARRY - MOBILE ======================================*/

  .quarry-tools .wrapper .image {
    width: 96px;
    height: 96px;
  }

  /*====================================== SECTION READYMIX - MOBILE ======================================*/
  .rdmx-card .image {
    margin-left: -124px;
  }

  /*====================================== SECTION WHISTLEBLOW - MOBILE ======================================*/

  .form-wbs-l .image {
    padding: 0;
    max-width: 128px;
    left: 40%;
  }

  /*====================================== SECTION LAPORAN PERUSAHAAN - MOBILE ======================================*/
  .laporan-perusahaan-card .image {
    height: auto;
  }

  /*====================================== SECTION KARIER - MOBILE ======================================*/
  .career-intermezo-card {
    min-width: 30%;
  }

  .career-card .image {
    margin: 0 auto;
    width: auto;
  }
}

/* Portrait iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 64px !important;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  h6 {
    font-size: 1.25rem;
    /* line-height: 0; */
  }

  /* .modal-dialog {
    max-width: 640px;
  } */
  .hero-container {
    padding: 4rem 0rem 4rem 0rem;
  }

  /*====================================== SECTION NAVBAR - iPad Portrait ======================================*/
  .container-nav .nav-logo a img {
    width: 148px;
  }

  .container-nav {
    /*flex-direction: column;*/
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  .hide-menu {
    width: 100%;
  }

  header {
    position: sticky;
  }

  header nav {
    padding: 1rem;
  }

  #navigation {
    background-color: var(--c-white);
    transition: all 0.5s;
  }

  #navigation.scrolled {
    background-color: #ffffffe0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 8px 0px rgb(255, 164, 79);
  }

  .nav-menu .menu-nav {
    display: none !important;
  }

  .nav-logo.pointer,
  .search-bar-nav button i {
    color: var(--c-primary);
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .nav-logo.pointer {
    display: block;
  }

  .nav-logo .text-logo {
    max-width: 120px;
  }

  .navbar-hero-center .image-hero {
    height: 110% !important;
  }

  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-logo-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-logo-mobile .image {
    max-width: 148px;
  }

  .menu-container-mobile .nav-close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .menu-container-mobile .nav-close .btn-close {
    background-color: red;
    opacity: 1;
    color: white;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .menu-container-mobile .menu-nav-mobile {
    width: 100%;
    height: auto;
    justify-content: start;
    margin-left: 0;
    padding: 0 2rem 1rem 1.5rem;
  }

  .menu-container-mobile .menu-nav-mobile li {
    margin-bottom: 1.5rem;
  }

  .menu-container-mobile .menu-nav-mobile li:last-child {
    margin-bottom: 0;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 28px;
    display: flex;
    justify-content: space-between;
  }

  .menu-container-mobile .menu-container-l-r {
    overflow-y: scroll;
    max-height: 100%;
    height: 100%;
    padding-top: 7rem;
    margin: 0 0 0 0;
    justify-content: space-between;
    align-items: start;
  }

  .menu-container-l-r .menu-nav-mobile>li.cursor-none.active a {
    color: var(--c-primary);
    font-weight: 700;
  }

  .nav-submenu-mobile {
    z-index: 9;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    background-color: var(--c-white);
    color: var(--c-white);
  }

  .nav-submenu-mobile .btn-back {
    margin-left: 0;
    top: 24px;
    left: 24px;
    color: var(--c-primary);
    font-size: 28px;
    opacity: 1;
  }

  .submenu-mobile-content {
    padding: 0 1rem;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a {
    color: var(--c-black) !important;
    font-weight: 500 !important;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a.active {
    color: var(--c-primary) !important;
    font-weight: 700 !important
  }
  .nav-submenu-mobile .submenu-mobile-link ul li.navbar-socmed a .icon {
    width: 32px;
    height: 32px;
  }
  /*====================================== SECTION HOMEPAGE - iPad Portrait ======================================*/
  .whistle-blowing-sticky {
    transform: translateX(204px);
  }

  .whistle-blowing-sticky a {
    padding: 16px;
  }

  .hero-home-container {
    height: 480px;
  }

  .swiper-home-hero .container {
    padding: 0 1rem;
  }

  .swiper-proyek-berjalan .proyek-card {
    height: 30rem;
  }

  .swiper-proyek-berjalan .proyek-card .proyek-desc {
    padding: 2rem;
  }

  .home-card-link {
    height: 360px;
  }

  .home-card-link .desc h5 {
    font-size: 26px;
  }

  .home-card-link .cta {
    opacity: 1;
    margin-bottom: 0;
  }

  .home-card-link .cta a {
    width: 100%;
  }

  section.section-home-widget {
    margin-top: 32px;
  }

  .kontribusi-item h4 {
    font-size: 20px
  }

  .kontribusi-item p {
    font-size: 12px !important;
  }

  .kontribusi-table {
    max-height: 800px
  }

  section.section-home-csr {
    padding: 2rem 0;
  }

  section.section-home-csr .news-card {
    margin-top: 3rem;
    height: 100%;
  }

  section.section-home-csr .news-card a {
    height: 320px !important;
  }

  section.section-home-csr .news-card .image {
    height: 100%;
  }

  section.section-home-csr .news-card .news-head {
    height: 180px;
  }

  section.section-home-news {
    padding-top: 0;
  }

  .news-card .news-head {
    padding: 3rem 1rem 1.5rem 1rem;
  }

  .news-card-home .image {
    height: 360px !important;
  }

  .news-card.nc-highlight .news-head {
    padding: 4rem 2rem 1.5rem 1.5rem;
  }

  .bb-card {
    height: 360px;
  }

  .tradingview-widget-container {
    height: 440px !important;
  }

  .quarry-place-list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .quarry-place-list::-webkit-scrollbar {
    display: none;
  }

  .quarry-place-list .wrapper {
    width: 240px;
    flex-shrink: 0;
  }

  .quarry-place-list .wrapper h6 {
    font-size: 1.2rem;
  }

  section.section-home-proyek .swiper-proyek-berjalan {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .image-whitsle {
    max-width: 104px;
    bottom: auto;
    top: 0;
    left: auto;
    right: 16px;
  }

  /*====================================== SECTION TENTANG KAMI - iPad Portait ======================================*/
  .about-image {
    margin-top: 0;
  }

  .about-image .wrapper-l,
  .about-image .wrapper-r {
    max-width: 22.5rem;
    height: 27.5rem;
  }

  .about-image-certif {
    top: 0;
    right: 40px;
  }

  .about-image-certif .image {
    height: 12rem;
  }

  section.section-about-riset {
    padding-top: 0;
  }

  section.section-home-about {
    padding-top: 0;
  }

  .home-about-container .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-about-video {
    margin-top: 0;
    margin-bottom: 1.75rem;
  }

  .lini-bisnis-card {
    min-height: auto;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .col-lini-bisnis:nth-last-child(1) .lini-bisnis-card {
    margin-bottom: 0;
  }

  section.section-home-news .quarry-place-list .wrapper a span {
    opacity: 1;
    top: 0.25rem;
    right: 0.5rem;
  }

  .lini-bisnis-card a span {
    opacity: 1;
    top: 0.5rem;
    right: 0;
  }

  /*====================================== SECTION SEKRETARIS PERUSAHAAN PAGE - Ipad Portrait ======================================*/
  .image-wrapper {
    height: 20rem;
  }

  /*====================================== SECTION GRATIFIKASI PAGE - Ipad Portrait ======================================*/
  .gratifikasi-sticky {
    position: static;
    margin-bottom: 1.5rem;
  }

  /*====================================== SECTION MANAJEMEN PAGE - Ipad Portrait ======================================*/
  #modalManajemen-1 .modal-dialog {
    max-width: 640px;
  }

  .manajemen-card .image::before,
  .manajemen-detail-content .image::before,
  .manajemen-card.dir-card .image::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
  }

  /*====================================== SECTION PRAKTIK TATA KELOLA - iPad Portrait ======================================*/
  .gcg-card {
    border-radius: 1.5rem;
  }


  /*====================================== SECTION KINERJA EKONOMI - iPad Portrait ======================================*/
  .section-kinerja-ekonomi .bg-overlay {
    background-position: center right;
  }

  /*====================================== SECTION READYMIX - ipad Portrait ======================================*/
  .rdmx-card {
    padding: 0.5rem 1rem 1rem 1rem;
  }

  .rdmx-card .image {
    position: static;
    margin-left: -166px;
  }

  .rdmx-card .rdmx-body {
    min-height: auto;
    margin-bottom: 0.5rem;
  }

  /*====================================== SECTION CSR - iPad Portrait ======================================*/
  .csr-image .image {
    height: 224px;
    margin-bottom: 1rem;
  }

  /*====================================== SECTION JASA KONSTRUKSI - iPad Portrait ======================================*/
  .layanan-container-left .image {
    height: 360px;
  }

  .layanan-container-right .image-layanan .image {
    height: 10rem;
  }

  .quote-card {
    padding: 4rem 1rem 4rem 1rem;
  }

  .quote-card .image {
    left: 0;
  }

  .nav-contact .nav-link {
    font-size: 16px;
  }

  /*====================================== SECTION BETON PRECAST - iPad Portrait ======================================*/
  .produk-container-left {
    margin-bottom: 1rem;
  }

  .produk-container-left .bp-card .image {
    height: 420px !important;
  }

  .produk-container-right .bp-card .image {
    height: 20rem !important;
  }

  .bp-card span.link-to {
    opacity: 1;
  }

  .bp-card .bp-desc {
    margin-bottom: 0.5rem;
  }

  .bp-card .bp-desc .bp-desc-wrapper h6 {
    font-size: 18px;
  }

  .bp-card .bp-desc .bp-desc-wrapper .pileof-sus-wrapper .image {
    max-width: 32px;
  }

  section.section-product-list {
    margin-top: -98px;
  }
  .section-bp-quote
  {
    padding-top: 7rem;
  }

  .bp-card .image {
    height: 280px;
  }

  /*====================================== SECTION BETON PRECAST DETAIL PAGE - iPad Portrait ======================================*/
  section.section-product-detail {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section-product-detail .product-detail-image {
    margin-top: -8rem;
    position: relative;
    max-width: 100%;
    margin-right: auto;
  }

  section.section-hero-product-detail .hero-product-container .cta-wrapper {
    margin-left: auto;
  }

  section.section-supply,
  section.section-product-lainnya {
    padding-bottom: 0;
  }

  /*====================================== SECTION PABRIK BETON - iPad Portrait ======================================*/
  section.section-pabrik-beton-hero,
  section.section-batching-plant-hero,
  section.section-batching-plant-hero-detail {
    margin-top: -104px;
  }


  .pabrik-bp-card,
  .batching-card {
    height: 15rem;
  }

  .pabrik-bp-card span.link-to,
  .batching-card span.link-to {
    opacity: 1;
  }

  .pabrik-bp-card h5 {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }

  .pabrik-bp-card:hover .pabrik-bp-desc h5 {
    transform: none;
  }

  .pabrik-bp-card:hover .pabrik-bp-desc p {
    transform: none;
    opacity: 1;
  }

  /*====================================== SECTION PABRIK DETAIL PAGE - iPad Portrait ======================================*/
  .hero-pabrik-detail {
    height: 100%;
    min-height: 75vh;
  }


  .hero-pabrik-detail .hero-container {
    padding: 4rem 0rem 4rem 0rem;
    min-height: 75vh;
  }

  .pabrik-loc-media .loc-media {
    height: 25rem;
  }


  .pabrik-loc-location .loc-map,
  .batching-loc-location .loc-map {
    height: 17.5rem;
  }

  .pabrik-produksi-card .icon {
    width: 64px;
    height: 64px;
  }

  .pabrik-produksi-card .qty-facilities {
    top: 23px;
    right: 12px;
  }

  section.section-pabrik-penghargaan .swiper-certificate .swiper-button-swiper.certificate {
    bottom: 25rem;
  }

  .certificate-card .certificate-image {
    height: 17rem;
  }

  .swiper-certificate .swiper-slide.swiper-slide-active .certificate-card .certificate-image {
    border-color: transparent;
  }

  .sbw-certificate {
    max-width: 22.5rem;
  }

  section.section-pabrik-sebelumnya {
    padding-bottom: 0;
  }

  section.section-pabrik-other {
    padding: 3rem 0;
  }

  .pabrik-another-card {
    border-radius: 0.75rem
  }

  /*====================================== SECTION PROYEK DETAIL - iPad Portrait ======================================*/
  .project-detail-client .image {
    height: 140px;
  }

  /*====================================== SECTION QUARRY - iPad Portrait ======================================*/
  .quarry-place .image {
    height: 22.5rem;
  }

  section.section-quarry-loc .pabrik-loc-location .loc-map {
    height: 22.5rem;
  }

  .quarry-tools .wrapper {
    flex-basis: 30%;
  }

  /*====================================== SECTION BATCHING PLANTS - iPad Portrait ======================================*/
  .batching-card span.link-to i {
    color: var(--c-primary) !important
  }

  /*====================================== SECTION BATCHING PLANTS DETAIL - iPad Portrait ======================================*/
  .bacthing-cluster-fitur {
    gap: 3rem;
  }

  .bacthing-cluster-card {
    min-width: 360px;
  }

  .section-batching-loc .batching-loc-location {
    max-width: 23em;
  }

  /*====================================== SECTION WHISTLEBLOW PAGE - iPad Portrait ======================================*/
  .form-wbs-contact {
    padding: 2rem 2rem 14rem 2rem;
  }

  .form-wbs-l .image {
    left: 45%;
    padding: 0;
    max-width: 148px;
  }

  /*====================================== SECTION WORKSHOP - ipad Portrait ======================================*/
  section.section-workshop-equipment .row-gap-3 {
    row-gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .hero-popover-content{
    top: -80px;
  }

  .wse-card .image {
    height: 224px;
  }

  .quote-card.qc-workshop .word {
    margin-right: 24rem;
  }

  #modalQuaryProduct .worksprod-detail-content .image {
    max-height: 420px;
    max-width: none;
  }


  #modalQuaryProduct .worksprod-detail-content .worksprod-detail-text .worksprod-detail-body {
    max-height: 21.75rem;
    overflow: auto;
  }

  /*====================================== SECTION KIP - iPad Portait ======================================*/
  .nav-kip {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: 0;
    padding-right: 1rem;
  }

  .nav-kip::-webkit-scrollbar {
    display: none;
  }

  .nav-kip li.nav-item {
    flex-shrink: 0;
  }

  .kip-wg-card {
    height: 272px;
    margin-bottom: 1rem;
  }

  .kip-wg-card .image::before {
    transform: scale(1.5);
    background-image: linear-gradient(180deg, #ffffff 30%, #000000 100%);
  }

  .kip-wg-card .image span {
    opacity: 1;
  }

  /*====================================== SECTION LAPORAN PERUSAHAAN - iPad Portrait ======================================*/
  
  section.section-laporan-perusahaan .nav-kip
  {
    justify-content: center !important;
  }
  .laporan-perusahaan-highlight .laporan-perusahaan-card a {
    max-width: 20rem;
    height: 400px;
  }


  .laporan-perusahaan-card .laporan-perusahaan-head {
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .laporan-perusahaan-highlight .laporan-perusahaan-card .laporan-perusahaan-head {
    padding: 1.5rem;
    width: 100%;
  }

  .laporan-perusahaan-card a {
    height: 240px;
    max-width: 10rem;
  }

  /*====================================== SECTION PERNYATAAN - iPad Portrait ======================================*/
  .swiper-pernyataan-detail .pernyataan-detail-card a {
    min-height: auto;
  }

  /*====================================== SECTION KARIER - iPad Portrait ======================================*/
  .form-career-wrapper {
    padding: 2rem 2rem 6rem 2rem;
  }

  .career-intermezo-card {
    min-width: 30%;
  }

  .career-img {
    bottom: 16px;
    left: 24px;
    width: 148px;
  }

  /*====================================== SECTION 404 - iPad Portrait ======================================*/
  section.section-notfound .subject-title {
    top: 42vh;
  }

  .subject-nf-wrapper {
    bottom: 35vh;
  }

  /*====================================== SECTION Footer Contact - iPad Portrait ======================================*/
  .section-footer-contact {
    margin-bottom: -2rem;
  }

  .section-footer-contact::before {
    background-image: linear-gradient(110deg, #ffffff 100%, #f2295b00 100%);
  }

  .sales-arealoc-wrapper.show {
    height: 11rem;
  }

  .sf-contact-wrapper {
    max-width: 100vw !important;
  }

  .form-your-contact.show {
    height: 35rem;
  }

  /*====================================== SECTION FOOTER - iPad Portrait ======================================*/
  footer {
    margin-top: 0;
    padding: 2rem 0 0em 0;
  }

  .footer-top {
    min-height: 10rem;
  }

  .footer-main {
    padding: 1rem 0.5rem;
    margin: 0;
  }

  .footer-logo {
    max-width: 8rem !important;
  }

  .footer-content-right {
    margin-top: 1rem;
  }

  .footer-content-right ul {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footer-content-bottom {
    margin-top: 0.5rem;
    padding: 1rem 2.25rem;
  }

  .footer-copyright {
    margin-top: 0;
  }
}

/* Landscape iPad Air and another Tab */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION NAVBAR - iPad LANDSCAPE ======================================*/

  .container-nav {
    /*flex-direction: column;*/
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  .hide-menu {
    width: 100%;
  }

  header {
    position: sticky;
  }

  header nav {
    padding: 1rem;
  }

  #navigation {
    background-color: var(--c-white);
    transition: all 0.5s;
  }

  #navigation.scrolled {
    background-color: #ffffffe0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 8px 0px rgb(255, 164, 79);
  }

  .nav-menu .menu-nav {
    display: none !important;
  }

  .nav-logo.pointer,
  .search-bar-nav button i {
    color: var(--c-primary);
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .nav-logo.pointer {
    display: block;
  }

  .nav-logo .text-logo {
    max-width: 120px;
  }

  .navbar-hero-center .image-hero {
    height: 110% !important;
  }


  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-logo-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-logo-mobile .image {
    max-width: 148px;
  }

  .menu-container-mobile .nav-close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .menu-container-mobile .nav-close .btn-close {
    background-color: red;
    opacity: 1;
    color: white;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .menu-container-mobile .menu-nav-mobile {
    width: 100%;
    height: auto;
    justify-content: start;
    margin-left: 0;
    padding: 0 2rem 1rem 1.5rem;
  }

  .menu-container-mobile .menu-nav-mobile li {
    margin-bottom: 1.5rem;
  }

  .menu-container-mobile .menu-nav-mobile li:last-child {
    margin-bottom: 0;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 28px;
    display: flex;
    justify-content: space-between;
  }

  .menu-container-mobile .menu-container-l-r {
    overflow-y: scroll;
    max-height: 100%;
    height: 100%;
    padding-top: 7rem;
    margin: 0 0 0 0;
    justify-content: space-between;
    align-items: start;
  }

  .menu-container-l-r .menu-nav-mobile>li.cursor-none.active a {
    color: var(--c-primary);
    font-weight: 700;
  }

  .nav-submenu-mobile {
    overflow-y: auto;
    padding-bottom: 3rem;
    z-index: 9;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    background-color: var(--c-white);
    color: var(--c-white);
  }

  .nav-submenu-mobile .btn-back {
    top: 24px;
    left: 24px;
    color: var(--c-primary);
    font-size: 28px;
    opacity: 1;
  }

  .submenu-mobile-content {
    padding: 0 1rem;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a {
    color: var(--c-black) !important;
    font-weight: 500 !important;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a.active {
    color: var(--c-primary) !important;
    font-weight: 700 !important
  }
  .nav-submenu-mobile .submenu-mobile-link ul li.navbar-socmed a .icon {
    width: 32px;
    height: 32px;
  }

  /*====================================== SECTION HOMEPAGE - iPad Landscape ======================================*/
  .whistle-blowing-sticky {
    transform: translateX(204px);
  }

  .whistle-blowing-sticky a {
    padding: 16px;
  }

  .hero-home-container {
    height: 640px;
  }

  .swiper-home-hero .container {
    padding: 0 1rem;
  }

  .home-card-link {
    height: 360px;
  }

  .home-card-link .desc h5 {
    font-size: 26px;
  }

  .home-card-link .cta {
    opacity: 1;
    margin-bottom: 0;
  }

  .home-card-link .cta a {
    width: 100%;
  }

  section.section-home-widget {
    margin-top: 32px;
  }

  section.section-home-csr {
    padding: 2rem 0 0 0;
  }

  section.section-home-csr .news-card {
    margin-top: 3rem;
    height: 100%;
  }

  section.section-home-csr .news-card a {
    height: 320px !important;
  }

  section.section-home-csr .news-card .image {
    height: 100%;
  }

  section.section-home-csr .news-card .news-head {
    height: 180px;
  }

  section.section-home-news {
    padding-top: 2rem;
  }

  .quarry-place-list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .quarry-place-list::-webkit-scrollbar {
    display: none;
  }

  .quarry-place-list .wrapper {
    width: 248px;
    flex-shrink: 0;
  }

  .home-about-container {
    padding: 1rem;
  }

  .home-about-container .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-about-video {
    height: 32rem;
    margin-top: 0;
    margin-bottom: 1.75rem;
  }

  .lini-bisnis-card .image {
    max-height: 192px;
  }

  section.section-home-news .quarry-place-list .wrapper a span {
    opacity: 1;
    top: 0.25rem;
    right: 0.5rem;
  }

  .lini-bisnis-card a span {
    opacity: 1;
    top: 0.5rem;
    right: 0;
  }

  .image-whitsle {
    max-width: 428px;
  }

  /*====================================== SECTION PRAKTIK TENTANG KAMI - iPad LANDSCAPE ======================================*/
  .about-image {
    margin-top: 0;
  }

  .about-image .wrapper-l,
  .about-image .wrapper-r {
    height: 25rem;
  }

  .about-image .wrapper-r {
    margin-top: -10rem;
  }

  .about-image-certif {
    position: static;
    max-width: 100%;
    margin: 1.5rem auto 0 auto;
    top: 0;
  }

  .about-image-certif .image {
    max-width: 100%;
    height: 17rem;
  }

  /*====================================== SECTION PRAKTIK TATA KELOLA - iPad LANDSCAPE ======================================*/
  .gcg-card {
    border-radius: 1.5rem;
  }

  /*====================================== SECTION GRATIFIKASI PAGE - Ipad Landscape ======================================*/
  .gratifikasi-sticky {
    position: sticky;
    top: 128px;
    margin-bottom: 0;
  }

  /*====================================== SECTION READYMIX - ipad Landscape ======================================*/
  .rdmx-card {
    padding: 2rem 1rem 1rem 12rem;
  }

  .rdmx-card .image {
    position: absolute;
    top: 10%;
    max-width: 360px;
    left: -174px;
    margin-left: 0;
  }

  .rdmx-card .rdmx-body {
    min-height: auto;
    margin-bottom: 0.5rem;
  }

  /*====================================== SECTION CSR - MOBILE ======================================*/
  .csr-image .image {
    height: 280px;
    margin-bottom: 0;
  }

  /*====================================== SECTION BETON PRECAST - iPad Landscape ======================================*/

  .bp-card span.link-to {
    opacity: 1;
  }

  .bp-card .bp-desc {
    margin-bottom: 0.5rem;
  }

  .bp-card .bp-desc .bp-desc-wrapper h6 {
    font-size: 18px;
  }

  .bp-card .bp-desc .bp-desc-wrapper .pileof-sus-wrapper .image {
    max-width: 32px;
  }

  .produk-container-left .bp-card .image {
    height: 28rem !important;
  }

  .produk-container-right .bp-card .image {
    height: 15rem !important;
  }

  /*====================================== SECTION PABRIK DETAIL PAGE - iPad Landscape ======================================*/
  .hero-pabrik-detail {
    height: 100%;
    min-height: 80vh;
  }


  .hero-pabrik-detail .hero-container {
    padding: 4rem 0rem 0 0rem;
    min-height: 75vh;
  }

  .pabrik-loc-media .loc-media {
    height: 25rem;
  }

  .pabrik-loc-location .loc-map,
  .batching-loc-location .loc-map {
    height: 17.5rem;
  }

  section.section-pabrik-penghargaan {
    padding-bottom: 2rem;
  }

  .swiper-certificate .swiper-slide.swiper-slide-active .certificate-card .certificate-image {
    border-color: transparent;
  }

  section.section-pabrik-sebelumnya {
    padding-bottom: 0;
  }

  section.section-pabrik-other {
    padding: 3rem 0;
  }

  .pabrik-another-card {
    border-radius: 0.75rem
  }

  /*====================================== SECTION BETON PRECAST DETAIL PAGE - iPad Landscape ======================================*/
  section.section-product-detail {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section-product-detail .product-detail-image {
    margin-top: -12rem;
    position: relative;
    max-width: 100%;
    margin-right: auto;
  }

  section.section-supply,
  section.section-product-lainnya {
    padding-bottom: 0;
  }


  /*====================================== SECTION WHISTLEBLOW PAGE - iPad Landscape ======================================*/
  .form-wbs-contact {
    padding: 2rem;
  }

  .form-wbs-l .image {
    left: 8%;
    padding: 16px 32px 0 32px;
    max-width: 320px;
  }

  /*====================================== SECTION KIP - iPad Landscape ======================================*/
  .nav-kip {
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/

  /*====================================== SECTION FOOTER ======================================*/
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION NAVBAR - iPad LANDSCAPE ======================================*/

  .container-nav {
    /*flex-direction: column;*/
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  .hide-menu {
    width: 100%;
  }

  header {
    position: sticky;
  }

  header nav {
    padding: 1rem;
  }

  #navigation {
    background-color: var(--c-white);
    transition: all 0.5s;
  }

  #navigation.scrolled {
    background-color: #ffffffe0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 8px 0px rgb(255, 164, 79);
  }

  .nav-menu .menu-nav {
    display: none !important;
  }

  .nav-logo.pointer,
  .search-bar-nav button i {
    color: var(--c-primary);
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .nav-logo.pointer {
    display: block;
  }

  .nav-logo .text-logo {
    max-width: 120px;
  }

  .navbar-hero-center .image-hero {
    height: 110% !important;
  }


  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-logo-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-logo-mobile .image {
    max-width: 148px;
  }

  .menu-container-mobile .nav-close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .menu-container-mobile .nav-close .btn-close {
    background-color: red;
    opacity: 1;
    color: white;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .menu-container-mobile .menu-nav-mobile {
    width: 100%;
    height: auto;
    justify-content: start;
    margin-left: 0;
    padding: 0 2rem 1rem 1.5rem;
  }

  .menu-container-mobile .menu-nav-mobile li {
    margin-bottom: 1.25rem;
  }

  .menu-container-mobile .menu-nav-mobile li:last-child {
    margin-bottom: 0;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
  }

  .menu-container-mobile .menu-container-l-r {
    overflow-y: scroll;
    max-height: 100%;
    height: 100%;
    padding-top: 7rem;
    margin: 0 0 0 0;
    justify-content: space-between;
    align-items: start;
  }

  .menu-container-l-r .menu-nav-mobile>li.cursor-none.active a {
    color: var(--c-primary);
    font-weight: 700;
  }

  .nav-submenu-mobile {
    z-index: 9;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    background-color: var(--c-white);
    color: var(--c-white);
  }

  .nav-submenu-mobile .btn-back {
    top: 24px;
    left: 24px;
    color: var(--c-primary);
    font-size: 28px;
    opacity: 1;
  }

  .submenu-mobile-content {
    padding: 0 1rem;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a {
    color: var(--c-black) !important;
    font-weight: 500 !important;
  }

  .nav-submenu-mobile .submenu-mobile-link ul li a.active {
    color: var(--c-primary) !important;
    font-weight: 700 !important
  }

  .cta-footer-card {
    height: 26.5rem;
  }

  /*====================================== SECTION HOMEPAGE - iPad Landscape ======================================*/

  .hero-home-container {
    height: 580px;
  }

  .lini-bisnis-card {
    height: auto;
  }

  .lini-bisnis-card .image {
    max-height: 100%;
    height: 192px;
  }

  .image-whitsle {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    max-width: 428px;
  }

  /*====================================== SECTION PRAKTIK TENTANG KAMI - iPad LANDSCAPE ======================================*/
  .about-image .wrapper-l,
  .about-image .wrapper-r {
    max-width: 20rem;
    height: 22.5rem;
  }

  .about-image .wrapper-r {
    margin-top: -6rem;
  }

  /*====================================== SECTION BETON PRECAST - iPad Landscape ======================================*/
  .produk-container-left .bp-card .image {
    height: 25rem !important;
  }

  .produk-container-right .bp-card .image {
    height: 14rem !important;
  }
  .section-bp-quote
  {
    padding-top: 10rem;
  }

  /*====================================== SECTION BETON PRECAST DETAIL PAGE - iPad Landscape ======================================*/
  section.section-product-detail {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section-product-detail .product-detail-image {
    margin-top: -8rem;
    position: relative;
    max-width: 100%;
    margin-right: auto;
  }

  /*====================================== SECTION QUARRY - iPad Portrait ======================================*/
  section.section-quarry-loc .pabrik-loc-location .loc-map {
    height: 20rem
  }
  /*====================================== SECTION LAPORAN PERUSAHAAN - iPad Landscape ======================================*/
  .laporan-perusahaan-highlight .laporan-perusahaan-card a
  {
    max-width: 20rem;
  }
  .laporan-perusahaan-card a
  {
    max-width: 14rem;
    height: 280px;
  }
  /*====================================== SECTION KARIER - iPad Landscape ======================================*/
  .form-career-wrapper {
    padding: 2rem 2rem 2rem 2rem;
  }

  .career-intermezo-card {
    min-width: 128px;
  }

  .career-img {
    bottom: 16px;
    left: 0;
    width: 400px;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 38vh;
  }

  .subject-nf-wrapper {
    bottom: 30vh;
  }
}

/* iPad Pro Portrat & Tab 1024 Portrait */
@media only screen and (device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  /*====================================== SECTION NAVBAR - iPad Portrait ======================================*/
  .container-nav {
    /*flex-direction: column;*/
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  .hide-menu {
    width: 100%;
  }

  header {
    position: sticky;
  }

  header nav {
    padding: 1rem;
  }

  #navigation {
    background-color: var(--c-white);
    transition: all 0.5s;
  }

  .nav-menu .menu-nav {
    display: none !important;
  }

  .nav-logo.pointer,
  .search-bar-nav button i {
    color: var(--c-primary);
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .nav-logo.pointer {
    display: block;
  }

  .nav-logo .text-logo {
    max-width: 120px;
  }

  .navbar-hero-center .image-hero {
    height: 110% !important;
  }

  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-close {
    top: 1rem;
    right: 1rem;
  }

  .menu-container-mobile .menu-nav-mobile {
    height: auto;
    justify-content: start;
    padding: 0 1rem 1rem 1rem;
  }

  .menu-container-mobile .menu-nav-mobile li {
    margin-bottom: 0.75rem;
  }

  .menu-container-mobile .menu-nav-mobile li:last-child {
    margin-bottom: 0;
  }

  .menu-container-mobile .menu-nav-mobile li a {
    font-size: 20px;
  }

  .menu-container-mobile .menu-container-l-r {
    overflow-y: scroll;
    max-height: 100%;
    height: 100%;
    padding-top: 7rem;
    margin: 0 0 0 0;
    justify-content: space-between;
    align-items: start;
  }

  .nav-submenu-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    background-color: var(--c-white);
    color: var(--c-white);
  }

  /*====================================== SECTION HOME PAGE - iPad Portrait ======================================*/
  .hero-home-container {
    height: 640px;
  }

  .lini-bisnis-card {
    height: 22.5rem;
  }

  .lini-bisnis-card a span {
    top: 0.25rem;
  }

  .home-about-video {
    height: 30.5rem;
  }

  .image-whitsle {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    max-width: 428px;
  }

  /*====================================== SECTION TENTANG KAMI PAGE - iPad Portrait ======================================*/
  .about-image .wrapper-l,
  .about-image .wrapper-r {
    max-width: 20rem;
    height: 22.5rem;
  }

  .about-image .wrapper-r {
    margin-top: -8rem;
  }

  .about-image-certif {
    margin-top: 1.5rem;
    max-width: 100%;
    position: static;
  }

  .about-image-certif .image {
    max-width: 100%;
    height: 18rem;
  }

  /*====================================== SECTION BETON PRECAST - iPad Portrait 1024 ======================================*/
  .produk-container-left .bp-card .image {
    height: 25rem !important;
  }

  .produk-container-right .bp-card .image {
    height: 14rem !important;
  }

  /*====================================== SECTION WHISTLEBLOW PAGE - iPad Portrait 1024 ======================================*/
  .form-wbs-contact {
    padding: 2rem;
  }

  .form-wbs-l .image {
    left: 8%;
    padding: 16px 32px 0 32px;
    max-width: 320px;
  }


  /*====================================== SECTION KIP - iPad Portrait ======================================*/
  .nav-kip {
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /*====================================== SECTION KARIER - iPad Portrait ======================================*/
  .form-career-wrapper {
    padding: 2rem 2rem 2rem 2rem;
  }

  .career-intermezo-card {
    min-width: 128px;
  }

  .career-img {
    bottom: 16px;
    left: 0;
    width: 400px;
  }

  /*====================================== SECTION 404 - iPad PORTRAIT 1024 ======================================*/
}

/* 11-12 Inch */
@media (min-width: 1025px) and (max-width: 1199px) {
  .subject-title {
    max-width: 100%;
  }

  .hero-container {
    padding: 8rem 0rem 8rem 0rem;
  }

  .certificate-card .certificate-image {
    height: 20rem;
  }

  section.section-pabrik-penghargaan .swiper-certificate .swiper-button-swiper.certificate {
    bottom: 12.5rem;
  }

  .pabrik-produksi-card {
    padding: 0.5rem 3rem 0.5rem 0.5rem;
  }

  .pabrik-produksi-card .qty-facilities {
    right: 12px;
  }
  /*====================================== SECTION LAPORAN PERUSAHAAN - iPad Portrait ======================================*/
  .laporan-perusahaan-card a
  {
    height: 360px;
  }

}

@media (min-width: 1025px) and (max-width: 1199px) and (max-height: 600px) {
  .menu-container-mobile .nav-header {
    top: 1rem;
    left: 3rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-close {
    top: 2rem;
    right: 3rem;
  }

  /*====================================== SECTION HOME PAGE - iPad Portrait ======================================*/
  .hero-home-container {
    height: 480px;
  }

  .home-card-link .cta {
    opacity: 0;
    margin-bottom: -48px;
  }

  section.section-home-news .quarry-place-list .wrapper a span,
  .lini-bisnis-card a span {
    opacity: 0;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 24vh;
  }

  .subject-nf-wrapper {
    bottom: 24vh;
  }

  /*====================================== SECTION FOOTER CONTACT ======================================*/

  .sales-arealoc-wrapper.show {
    height: 12rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-about-image .image-parallax.prlx-one {
    left: 0;
  }

  .home-about-image .image-parallax.prlx-two {
    right: 0;
  }
}

/* >15 Inch */
@media (min-width: 1440px) {
  /*====================================== SECTION FOOTER CONTACT ======================================*/

  .section-footer-contact::before {
    background-image: linear-gradient(110deg, #ffffff 60%, #f2295b00 60%);
  }

  .logo-wave {
    top: 272px;
    left: 0;
    transform: scale(0);
  }
}

/* >16 Inch */
@media (min-width: 1550px) {
  .canvas-container canvas {
    margin-top: -50px;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 30vh;
  }

  .subject-nf-wrapper {
    bottom: 26vh;
  }
}

@media (min-width: 1880px) {

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 29vh;
  }

  .subject-nf-wrapper {
    bottom: 28vh;
  }
}

@media (min-width: 2500px) {
  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
}