/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 1024px) {
    nav.navbar{
      padding: 0 20px !important;
    }
    .headline ul {
      text-align: center;
    }
    .headline {
      padding: 95px 20px 0;
      margin-left: 0;
      margin-right: 0;
    }
    .head-img{
      width: 100%;
      height: 354px;
      min-height: 250px;
      background-image: url(../image/bg-img.svg);
      background-size: cover;
      border-radius: 25px;
      margin-right: 0;
    }
    .head-img div.img-headline{
      background-image: url(../image/head-img-mobile.svg);
      width: 270px;
      height: 315px;
    }
    .head-count {
      background-image: url(../image/bg-count-mobile.svg);
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 25px;
      width: 100%;
      margin-top: 20px;
      text-align: left;
    }
    .widget-terbaru {
      margin: 0 0 30px;
      padding: 0 20px;
    }
    .owl-item img{
    /*width: px !important; */
    /*margin-right: 10px !important;      */
    }

    .widget-terbaru .content .col-md-3,.owl-item .col-md-12 {
      padding: 0;
      margin-bottom: 30px;
    }
    .widget-terbaru .content .col-md-3 a img,.owl-item .col-md-12 a img {
      height: 200px;
    }
    .main-content {
      margin: 0;
      padding: 0 20px;
    }
    .left-content ul li a {
      font-size: 18px;
    }
    .left-content ul li:first-child {
      border-right: 0;
      margin-bottom: 5px;
    }
    .left-content .tab-content .tab-pane .col-md-6 a .data-icon, ul.list-article li div a i.data-icon {
      width: 20px;
      height: 20px;
      background-size: contain;
    }
    .left-content .tab-content .tab-pane .col-md-6 {
      padding: 0 5px;
    }
    .left-content .tab-content .tab-pane .col-md-6 a label, ul.list-article li div a label {
      padding-left: 35px;
      height: 58px;
      font-size: 13px;
    }
    .main-content ul li.left-content {
      margin-right: 0;
    }
    .widget-terpopuler, .widget-terbarulist {
      margin-left: -15px;
    }
    .widget-terbarulist{
      margin-top: 50px;
    }
    .widget-inovasi {
      margin-left: -15px;
    }
    ul.navbar-nav {
      margin-left: 20px;
    }
    ul.navbar-nav li a {
      display: inline-block;
      padding: 5px 0 !important;
    }
    .main-content ul li.right-content {
      width: 100%;
      padding-left: 15px;
    }



    .top-link {
      bottom: 25px;
      right: 15px;
    }
    
  }