@charset "utf-8";
/*v1.0.0*/
body {
  /*----------------Kenny CSS set THE BEGINNING-------------------------*/
  background-color: white;
}
body a,
body a:link,
body a:active,
body a:hover,
body a:visited {
  text-decoration: none;
}
body h1 {
  font-size: 1.65em;
  font-weight: bold;
  color: #01ac6a;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.1em;
}
body h2 {
  font-size: 1.2em;
  line-height: 150%;
  letter-spacing: 0;
  color: #585657;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 12px;
}
body h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  color: #585657;
  margin-top: 12px;
  margin-bottom: 12px;
}
body p {
  color: #585657;
  line-height: 200%;
  font-size: 1em;
}
body figure {
  margin-bottom: 0;
}
body container {
  margin-bottom: 0;
}
body .no-padding {
  padding-left: 0;
  padding-right: 0;
}
body .no-margin {
  margin-left: 0;
  margin-right: 0;
}
/*----------------Kenny CSS set THE END-------------------------*/
/*---------------- Mobile -------------------------*/
body div.title-row {
  margin-top: 12px;
  margin-bottom: 12px;
}
body div.title-row > figure {
  padding: 0;
}
body div.title-row > figure > img {
  width: 24px;
  height: 41px;
  margin-top: 0.4em;
}
body div.title-row > div.title-box {
  padding: 0;
}
body section#banner-sec {
  display: block;
  background-image: url(../_img/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 64% top;
  overflow: hidden;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
body section#banner-sec div.customized-container {
  display: block;
}
body section#banner-sec div.customized-container div.pic-row {
  margin-right: 0;
  margin-left: 0;
}
body section#banner-sec div.customized-container div.pic-row div.pic-area {
  width: 100%;
  height: 200px;
}
body section#banner-sec div.customized-container div.article-row {
  margin-right: 0;
  margin-left: 0;
}
body section#banner-sec div.customized-container div.article-row article h1 {
  color: #EEE83C;
  font-size: 1.3em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 136%;
}
body section#banner-sec div.customized-container div.article-row article h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
body section#banner-sec div.customized-container div.article-row article p {
  color: #ffffff;
}
body section#banner-sec div.customized-container div.article-row article.bg-box {
  padding: 15px;
  background: #00ad6b;
  background: -moz-linear-gradient(left, #00ad6b 0%, #00b1bb 53%, #006cb4 100%);
  background: -webkit-linear-gradient(left, #00ad6b 0%, #00b1bb 53%, #006cb4 100%);
  background: linear-gradient(to right, #00ad6b 0%, #00b1bb 53%, #006cb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ad6b', endColorstr='#006cb4', GradientType=1);
}
body section#banner-sec div.customized-container div.article-row article.content-box {
  background-color: rgba(3, 188, 120, 0.4);
  padding: 15px;
}
body section#solution-sec {
  display: block;
  font-size: 16px;
}
body section#solution-sec div.container > div.ul-row div.item-block article ul li {
  list-style: disc;
}
body section#solution-sec div.container > div.ul-row div.item-block figure {
  margin-bottom: 1em;
}
body section#solution-sec div.container > div.ul-row div.item-block figure img {
  width: 100%;
  max-width: 600px;
}
body section#system-sec {
  display: block;
  font-size: 16px;
}
body section#system-sec div.container > figure {
  margin-top: 1em;
}
body section#system-sec div.container > figure img {
  width: 100%;
  max-width: 600px;
}
body section#system-sec div.container > figure p {
  font-size: 0.9em;
}
body section#system-sec div.container > figure p a {
  color: #337ab7;
}
body section#system-sec div.container > figure p a:hover {
  color: #10538c;
}
body section#system-sec div.container > figure p span {
  color: #01ac6a;
}
body section#function-sec {
  display: block;
  font-size: 16px;
}
body section#function-sec div.container > figure.mobile {
  display: block;
}
body section#function-sec div.container > figure.mobile img {
  width: 100%;
  max-width: 600px;
}
body section#function-sec div.container > figure.pc {
  display: none;
}
body section#function-sec div.container > figure.pc img {
  width: 100%;
  max-width: 600px;
}
body section#benifit-sec {
  display: block;
  margin-bottom: 1.5em;
  font-size: 16px;
}
body section#benifit-sec div.container > ul.ul-block {
  padding-left: 1em;
}
body section#benifit-sec div.container > ul.ul-block li {
  list-style: disc;
  color: #585657;
}
/* -----------------Pad-----------------------------------*/
@media only screen and (min-width: 768px) {
  body section#banner-sec {
    background-position: center top;
  }
  body section#banner-sec div.customized-container div.pic-row div.pic-area {
    height: 230px;
  }
  body section#banner-sec div.customized-container div.article-row article h1 {
    font-size: 1.4em;
    text-align: center;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
  body section#banner-sec div.customized-container div.article-row article h3 {
    text-align: center;
  }
  body section#banner-sec div.customized-container div.article-row article p {
    text-align: center;
  }
  body section#solution-sec div.container {
    padding-left: 4em;
  }
  body section#solution-sec div.container > div.title-row figure {
    max-width: 40px;
  }
  body section#system-sec div.container {
    padding-left: 4em;
  }
  body section#system-sec div.container > div.title-row figure {
    max-width: 40px;
  }
  body section#function-sec div.container {
    padding-left: 4em;
  }
  body section#function-sec div.container > div.title-row figure {
    max-width: 40px;
  }
  body section#benifit-sec div.container {
    padding-left: 4em;
  }
  body section#benifit-sec div.container > div.title-row figure {
    max-width: 40px;
  }
}
/*---------------Desktops and laptops--------------------------*/
@media only screen and (min-width: 992px) {
  body section#banner-sec {
    background-position: center top;
    background-size: initial;
    margin-bottom: 1.3em;
  }
  body section#banner-sec div.customized-container {
    width: 970px;
    margin: 0 auto;
    position: relative;
  }
  body section#banner-sec div.customized-container div.pic-row div.pic-area {
    height: 410px;
  }
  body section#banner-sec div.customized-container div.article-row article h1 {
    visibility: hidden;
    padding-left: 6em;
    padding-right: 5em;
    text-align: left;
    font-size: 2.2em;
    line-height: 110%;
    margin-bottom: 5px;
  }
  body section#banner-sec div.customized-container div.article-row article h1 span {
    font-size: 0.7em;
    font-weight: normal;
  }
  body section#banner-sec div.customized-container div.article-row article h3 {
    visibility: hidden;
    font-size: 1.2em;
  }
  body section#banner-sec div.customized-container div.article-row article p {
    font-size: 1.1em;
  }
  body section#banner-sec div.customized-container div.article-row article.bg-box {
    visibility: hidden;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 83% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 83% 100%, 0% 100%);
  }
  body section#banner-sec div.customized-container div.article-row article.content-box {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 3em;
    padding-right: 3em;
  }
  body section#banner-sec div.customized-container:before {
    display: block;
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background-size: 16%;
    top: 30px;
    left: -475px;
    background: url(../_img/big-arrow-left.svg) no-repeat top left;
    z-index: 3;
  }
  body section#banner-sec div.customized-container:after {
    display: block;
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background-size: 16%;
    top: 80px;
    left: 900px;
    background: url(../_img/big-arrow-right.svg) no-repeat top left;
    z-index: 3;
  }
  body section#solution-sec div.container {
    padding-right: 15px;
    padding-left: 15px;
  }
  body section#solution-sec div.container div.ul-row {
    margin-left: 27px;
    margin-right: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body section#solution-sec div.container div.ul-row div.item-block article ul li {
    min-height: 90px;
  }
  body section#solution-sec div.container div.ul-row div.item-block article ul li p {
    line-height: 140%;
  }
  body section#solution-sec div.container div.ul-row div.item-block figure {
    min-height: 280px;
  }
  body section#system-sec div.container {
    padding-right: 15px;
    padding-left: 15px;
  }
  body section#system-sec div.container > figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body section#system-sec div.container > figure img {
    max-width: 100%;
    padding: 20px;
    padding-left: 120px;
    padding-right: 120px;
  }
  body section#system-sec div.container > figure p {
    padding-left: 120px;
    padding-right: 120px;
  }
  body section#function-sec div.container {
    padding-right: 15px;
    padding-left: 15px;
  }
  body section#function-sec div.container figure.mobile {
    display: none;
  }
  body section#function-sec div.container figure.pc {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body section#function-sec div.container figure.pc img {
    max-width: 100%;
    padding: 20px;
    padding-left: 120px;
    padding-right: 120px;
  }
  body section#benifit-sec div.container {
    padding-right: 15px;
    padding-left: 15px;
  }
  body section#benifit-sec div.container ul.ul-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  body section#benifit-sec div.container ul.ul-block li {
    font-size: 1.2em;
  }
}
/*---------------Desktops-1200----------------------*/
@media only screen and (min-width: 1200px) {
  body section#banner-sec div.customized-container div.article-row article.content-box {
    padding-left: 5em;
    padding-right: 5em;
  }
  body section#solution-sec div.container div.ul-row div.item-block {
    padding-left: 18px;
    padding-right: 34px;
    margin-bottom: 2em;
  }
  body section#solution-sec div.container div.ul-row div.item-block article ul li {
    min-height: 72px;
  }
  body section#solution-sec div.container div.ul-row div.item-block article ul li h2 {
    font-size: 1.3em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body section#banner-sec div.customized-container:before {
    display: none;
  }
  body section#banner-sec div.customized-container:after {
    display: none;
  }
}
