/* Banner image : START */
body {
  /*mobile banner*/
  /*pad/pc banner*/
}
body section article.homepage-banner-bg-mobile {
  background-image: url(../_img/factory-automation/factory-automation_Banner_767x450.jpg);
}
body section article.aiot-banner-bg-mobile {
  background-image: url(../_img/aiot_factory/aiot_factory_767x450.jpg);
}
body section article.vision-banner-bg-mobile {
  background-image: url(../_img/machine-vision-solution/Machine-Vision_767x450.jpg);
}
body section article.mfg-banner-bg-mobile {
  background-image: url(../_img/automatic-manufacturing-solution/Automatic-Manufacturing_767x450.jpg);
}
body section article.warehouse-banner-bg-mobile {
  background-image: url(../_img/warehouse-management-system/warehouse-management-system_767x450.jpg);
}
body section article.energy-banner-bg-mobile {
  background-image: url(../_img/energy-management/Intelligent-Energy_767x450.jpg);
}
body section article.mes-banner-bg-mobile {
  background-image: url(../_img/mes-solution/mes-solution_767x450.jpg);
}
body section.homepage-banner-bg {
  background-image: none;
}
body section.aiot-banner-bg {
  background-image: none;
}
body section.vision-banner-bg {
  background-image: none;
}
body section.mfg-banner-bg {
  background-image: none;
}
body section.warehouse-banner-bg {
  background-image: none;
}
body section.energy-banner-bg {
  background-image: none;
}
body section.mes-banner-bg {
  background-image: none;
}
@media only screen and (min-width: 768px) {
  body {
    /*mobile banner*/
    /*pad/pc banner*/
  }
  body section article.homepage-banner-bg-mobile {
    background-image: none;
  }
  body section article.aiot-banner-bg-mobile {
    background-image: none;
  }
  body section article.vision-banner-bg-mobile {
    background-image: none;
  }
  body section article.mfg-banner-bg-mobile {
    background-image: none;
  }
  body section article.warehouse-banner-bg-mobile {
    background-image: none;
  }
  body section article.energy-banner-bg-mobile {
    background-image: none;
  }
  body section article.mes-banner-bg-mobile {
    background-image: none;
  }
  body section.homepage-banner-bg {
    background-image: url(../_img/factory-automation/factory-automation_Banner_1980x650.jpg);
  }
  body section.aiot-banner-bg {
    background-image: url(../_img/aiot_factory/aiot_factory_1980x650.jpg);
  }
  body section.vision-banner-bg {
    background-image: url(../_img/machine-vision-solution/Machine-Vision_1980x650.jpg);
  }
  body section.mfg-banner-bg {
    background-image: url(../_img/automatic-manufacturing-solution/Automatic-Manufacturing_1980x650.jpg);
  }
  body section.warehouse-banner-bg {
    background-image: url(../_img/warehouse-management-system/warehouse-management-system_1980x650.jpg);
  }
  body section.energy-banner-bg {
    background-image: url(../_img/energy-management/Intelligent-Energy_1980x650.jpg);
  }
  body section.mes-banner-bg {
    background-image: url(../_img/mes-solution/mes-solution_1980x650.jpg);
  }
}
@media only screen and (min-width: 992px) {
  body {
    /*mobile banner*/
    /*pad/pc banner*/
  }
}
@media only screen and (min-width: 1200px) {
  body {
    /*mobile banner*/
    /*pad/pc banner*/
  }
}
/* Banner image : END */
/* section bg image : START */
.mfg-app-bg {
  background-image: url(../_img/automatic-manufacturing-solution/Automatic-Product-Line_BG.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.mes-framework-bg {
  background-image: url(../_img/mes-solution/System_Framework_BG.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.aiot-sol-img {
  background-image: url(../_img/factory-automation/AI-in-Smart-Factory.jpg);
}
.vision-sol-img {
  background-image: url(../_img/factory-automation/Machine-Vision-Solution.jpg);
}
.mfg-sol-img {
  background-image: url(../_img/factory-automation/Automatic-Manufacturing-Solution.jpg);
}
.warehouse-sol-img {
  background-image: url(../_img/factory-automation/Warehouse-Management-System.jpg);
}
.energy-sol-img {
  background-image: url(../_img/factory-automation/Intelligent-Energy-Management.jpg);
}
.mes-sol-img {
  background-image: url(../_img/factory-automation/MES.jpg);
}
