@media (max-width: 767px) {
  .md-only { display: block; }
  .md-hidden { display: none !important; }
  .carousel-features {
    display: block !important;
  }
  .carousel-features  .feature-card{
    
    border:none;
    border-bottom: 1px solid #fff;
  }
  .carousel-features .feature-card:last-child {
    border-right: none;
  }
  .home-job {
    margin-top: 15px;
  }
  .map-card {
    display: block;
  }
  .suc-case-card  {
    padding-left: 15px;
    display: block;
  }
  .suc-case-card .suc-case-img {
    position: relative;
    display: block;
  }
  .suc-case-card .suc-case-content  {
    padding: 15px;
  }
  .case-list .case-item {
    width: 100%;
  }
  .col-md-6 {
    width: 100%;
  }

  .banner {
    aspect-ratio: 118/88;
  }
  body {
    padding-top: 40px;
  }
  .banner-bottom {
    margin-top: 30px;

  }
  
}

@media (min-width: 768px) {
  .md-only { display: none !important; }
  .md-hidden { display: block; }
  .col-md-6 {
    width: 50%;
  }
  
}
@media (min-width: 1024px) {
  .product-line >div.product-item, .product-line >div.product-item-image {
    width: 50% !important;
  }
  .product-line {
    display: flex;
  }
  
}
.product-list-bx .product-line:nth-child(2n) div.product-item{
  order: 2;

}
.product-list-bx .product-line:nth-child(2n) div.product-item-image{
  order: 1;
  
}


.mobile-tabs-nav { 
  list-style: none;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mobile-tabs-nav dd {
  /* display: none; */
  height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
  padding: 0 15px;
}
.mobile-tabs-nav.active dd {
  height: auto;
  padding-top: 15px;
  margin-bottom: 15px;
}
.mobile-tabs-nav dt{
  font-size: 1.1rem;
  padding: 10px 20px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  

}
.mobile-tabs-nav.active dt {
  color: #fff;
  background-color: #0056b3;
  
}
.mobile-tab-cont {
  background-color: #fff;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .case-list .case-item {
    width: 50%;
  }
}