@charset "utf-8";
/*
css : service
*/
.breadcrumbs {
 display: none;
}
.ml-slider{
}
.metaslider .slides img{
 margin-top: 1rem;
 max-height: calc( 95vh - 12rem ) !important;
 width: auto;
}

.pages .page-image,
.products .product-image{
 height: calc(100vh - 30rem) !important;
 max-height: 80vw !important;
 width: auto;
 max-width: 80vw;
}

.coner-news figure ,
.coner-service figure {
 height: 40vh !important;
 margin: 0 0;
}
.pages .page-image img ,
.coner-news figure img ,
.coner-service figure img {
 height: 40vh !important;
 width: auto;
/*
 object-fit: scale-down;
*/
 object-fit: contain;
 object-position: 50% 10%;
}

.coner-partner {
 width: 90vw !important;
}
.partner_brands {
 justify-content: space-around;
}
.partner_brands > div {
 margin: 0 2em;
}
.coner-partner img {
 margin: 0 0;
/*
 width: 100%;
 height: 300px;
 object-fit: contain;
*/
 width: 100%;
 height: 80px;
 object-fit: scale-down;
}

@media all and (max-width: 780px) {
 .page-height {
  min-height: auto;
 }
 .metaslider .slides li {
  margin-top: auto !important;
  margin-bottom: auto !important;
 }
 .metaslider .slides img{
  margin-top: auto !important;
  margin-bottom: auto !important;
 }
 .pages .page-image,
 .products .product-image{
  height: 45vh !important;
  max-height: 45vw !important;
 }
 .coner-partner .wp-block-columns{
  flex-direction: column;
  justify-content: center;
 }
 .coner-partner .wp-block-column{
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
 }
 .coner-partner img {
  height: 100px;
 }
  .pages .page-image,
 .products .product-image{
/*
  height: calc(80vh - 30rem) !important;
  max-height: 80vw !important;
*/
  height: 45vh !important;
  max-height: 45vw !important;
 }
 .coner-news figure ,
 .coner-service figure {
  height: auto !important;
 }
}

