@media only screen and (max-width: 480px) {
  #imgABOUT{
    width: 100%;
  }
    #imgslide{
    width: 100%;
    height:150px;
  }
 
    #imgslidepartnerr{
   width: 100%; 
   padding-right: 60px; 

  }
   




  #lightslider2{
    width: 100%;
    padding: 0 !important;
    /*margin-left: 40px;*/
height: 250px;
        margin-inline: auto;
  }
}

    #post-container {
        padding-right: 35px;
        padding-left: 35px;
        padding-top: 25px;
        background-color: rgba(255, 255, 255, 0.8);
    }


    
    /* The Modal (background) */
    #img-gallery-modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
      z-index: 99999999 !important;
    }

    /* Modal Content (image) */
    #img-gallery-modal > .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
    }

    /* Caption of Modal Image */
    #caption-gallery {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
      height: 150px;
    }

    /* Add Animation */
    #img-gallery-modal > .modal-content, #caption-gallery {  
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
      from {-webkit-transform:scale(0)} 
      to {-webkit-transform:scale(1)}
    }

    @keyframes zoom {
      from {transform:scale(0)} 
      to {transform:scale(1)}
    }

    /* The Close Button */
    #img-gallery-modal > .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
    }

    #img-gallery-modal > .close:hover,
    #img-gallery-modal > .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }

    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px){
      #img-gallery-modal > .modal-content {
        width: 100%;
      }
    }

        p, h1, h2, h3, h4, h5, span, td {
        font-family: Poppins;
    }
      .span_footer{
      font-family: Poppins;
        font-size: 14px;
    }

            .p_judul {
        font-family: Poppins;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    h3 {
        font-weight: 700;
    }


    #chistory {
        background: url('../../assets/fronts/img/2.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: right;
    }

    .separator-diagonal {
      position: relative;
width: 100%;
/*height: 220px;
margin-top: -274px;
margin-bottom: 50px;*/ 
margin-bottom: 50px;
height: 100px;
margin-top: -153px;
    }

    .fa-2x {
        color: grey !important;
    }
    .always-top {
        z-index: 999999 !important;
    }
    .select2-container--default .select2-selection--single {
      background-color: #fff !important;
      border: none !important;
      border-radius: 0px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: 5PX;
      right: -10px;
      width: 20px;
    }
    #image_dozer {
        max-width: 75%;
    }

   @media (max-width: 767px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    /* medium and up screens */
    @media (min-width: 768px) {
        
        .carousel-inner .carousel-item-end.active,
        .carousel-inner .carousel-item-next {
          transform: translateX(25%);
        }
        
        .carousel-inner .carousel-item-start.active, 
        .carousel-inner .carousel-item-prev {
          transform: translateX(-25%);
        }
    }

    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start { 
      transform: translateX(0);
    }

    .cycle-slideshow img{width:100%;height:auto;}
    .cycle-slideshow  div{float:none;}

    /*If using Jquery Enhanced*/
    .cycle-carousel-wrap{top:0 !important;}
    div.col-xs-2{
      padding:0px;
    }

    #bg-static {
        background: url(../../assets/fronts/img/rr.jpg);
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-position: right; 
    }

    .card-items {
        background-color: #fff;
    }

    .slick-prev:before, .slick-next:before {
        color: #fd0000 !important;
    }

    .slider {
        width: 80%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 10px 20px;
    }

    .slick-slide img {
        width: 100%;
        transform: scale(0.9);
        filter: blur(2px);
    }

    .slick-current > div > div > img {
        transform-origin: left top;
        animation: scale 500ms ease-in-out forwards;
        filter: blur(0);
    }
    @keyframes  scale {
      to {
        transform: scale(1.3);
      }
    }
    .select2-container--open {
        z-index: 9999999 !important;
    }
    .brand-slider-full {
        width: 100% !important;
        padding: 0 !important;
    }

      .brand-slider-full2 {
        width: 80% !important;
        padding: 0 !important;
        /*margin-left: 500px;*/
        margin-inline: 20%;
    }

    #main-container {
        position: fixed;
        background-color: #fff;
        z-index: 9999999;
        top: 0;
        -webkit-box-shadow: 0 4px 6px -6px #222;
        -moz-box-shadow: 0 4px 6px -6px #222;
        box-shadow: 0 4px 6px -6px #222;
    }

    #post-container {
        padding-right: 35px;
        padding-left: 35px;
        padding-top: 25px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #logo-humpus {
        max-height: 75px;
    }

    #footer-copyright {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fd0000;
    }

    .fa-brands-footer {
        background-color: blue;
        border-radius: 5px;
        font-size: 1em;
    }

    .footer-div {
        padding-left: 2em;
        padding-right: 2em;
    }

    .footer-icons {
        margin-right: 5px;
    }

    .right-post-container:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .testimonials-content:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .box {
      display: flex;
      align-items: center;
      justify-content: center;
    }