@charset "utf-8";
/*v1.0.0*/
body {
  /*----------------Kenny CSS set THE BEGINNING-------------------------*/
  background-color: white;
  /*----------------Kenny CSS set THE END-------------------------*/
}
body a,
body a:link,
body a:active,
body a:hover,
body a:visited {
  text-decoration: none;
  outline: none;
}
body button,
body button:link,
body button:active,
body button:hover,
body button:visited {
  text-decoration: none;
  outline: none;
}
body container {
  margin-bottom: 0;
}
body section h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #00203d;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}
body section h1 span {
  font-size: 1.5em;
  color: #00a2ff;
}
body section h2 {
  font-size: 1.2em;
  line-height: 150%;
  letter-spacing: 0;
  color: #00203d;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}
body section h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  color: #00203d;
  margin-top: 12px;
  margin-bottom: 12px;
}
body section p {
  color: #323232;
  line-height: 170%;
  font-size: 1em;
}
body section ul li {
  font-size: 1em;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
body img {
  image-rendering: -webkit-optimize-contrast;
}
body figure {
  margin-bottom: 0;
}
body .no-padding {
  padding-left: 0;
  padding-right: 0;
}
body .no-margin {
  margin-left: 0;
  margin-right: 0;
}
body .align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
body .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
body section {
  display: block;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 16px;
}
body section div.container article div.btn-box a div.btn {
  border: 1px solid #00a2ff;
  color: #00a2ff;
}
body section div.container article div.btn-box a div.btn:hover {
  background-color: #00a2ff;
  color: #ffff00;
}
body section div.container figure {
  text-align: center;
}
body section div.container figure img {
  width: 100%;
}
body section div.container div.cust-row {
  text-align: center;
}
body section div.container div.cust-row a div.btn {
  border: 1px solid #00a2ff;
  color: #00a2ff;
}
body section div.container div.cust-row a div.btn:hover {
  background-color: #00a2ff;
  color: #ffff00;
}
body section#theme-sec {
  background-image: url(../_img/GRAND_BK_m.jpg);
  background-position: center top;
}
body section#theme-sec div.container article {
  padding-bottom: 3em;
}
body section#theme-sec div.container article div.title-box h1 {
  font-size: 2.2em;
}
body section#theme-sec div.container article div.btn-box {
  text-align: center;
}
body section#theme-sec div.container figure {
  margin-bottom: 1em;
}
body section#theme-sec div.container figure img {
  max-width: 430px;
  padding-right: 1em;
}
body section#qnap-sec {
  background-image: url(../_img/QNAP_Certifited_BK_m.jpg);
  background-position: center top;
}
body section#qnap-sec div.container figure img {
  width: 60%;
  max-width: 300px;
}
body section#network-sec {
  background-image: url(../_img/10GbE_BK_m.jpg);
  background-position: center bottom;
}
body section#network-sec div.container article {
  margin-bottom: 1em;
}
body section#network-sec div.container figure img {
  max-width: 500px;
}
body section#raid-sec {
  background-image: url(../_img/Software_BK_m.jpg);
  background-position: center bottom;
}
body section#raid-sec div.container article {
  margin-bottom: 10em;
}
body section#raid-sec div.container article div.content-box {
  margin-bottom: 3em;
}
body section#raid-sec div.container article div.btn-box {
  text-align: center;
}
body section#raid-sec div.container article div.btn-box a div.btn {
  margin-bottom: 1em;
}
body section#raid-sec div.container figure img {
  max-width: 500px;
}
body section#storage-sec {
  background-image: url(../_img/Storage_Expandable_BK_m.jpg);
  background-position: center bottom;
}
body section#storage-sec div.container figure img {
  padding: 0 2em;
  max-width: 350px;
}
body section#btn-sec {
  background-color: #003567;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
body section#btn-sec div.container div.cust-row {
  text-align: center;
}
/* -----------------Pad--------------------------------------*/
@media only screen and (min-width: 768px) {
  body section#qnap-sec div.container figure img {
    max-width: 210px;
  }
  body section#raid-sec div.container figure {
    margin-bottom: 1em;
  }
}
/*---------------Desktops and laptops-------------------------*/
@media only screen and (min-width: 992px) {
  body section h1 {
    text-align: left;
    font-size: 2.5em;
    font-weight: normal;
  }
  body section h2 {
    text-align: left;
  }
  body section p {
    text-align: left;
  }
  body section div.container {
    padding-left: 4em;
  }
  body section#theme-sec {
    background-image: url(../_img/GRAND_BK.jpg);
    background-position: center bottom;
    padding-bottom: 0;
  }
  body section#theme-sec div.container article div.title-box h1 {
    font-size: 2.7em;
    margin-bottom: 0;
    font-weight: bold;
  }
  body section#theme-sec div.container article div.content-box {
    margin-bottom: 2em;
  }
  body section#theme-sec div.container article div.content-box h2 {
    padding-left: 0.2em;
  }
  body section#theme-sec div.container article div.btn-box {
    text-align: left;
    padding-left: 0.3em;
  }
  body section#theme-sec div.container figure img {
    display: inline-block;
    float: left;
    max-width: 600px;
    visibility: hidden;
  }
  body section#qnap-sec {
    background-size: cover;
    background-position: center bottom;
    background-image: url(../_img/QNAP_Certifited_BK.jpg);
    background-attachment: fixed;
    position: relative;
  }
  body section#qnap-sec div.container {
    width: 940px!important;
  }
  body section#qnap-sec div.container article div.content-box p {
    padding-left: 0.2em;
  }
  body section#qnap-sec div.container figure img {
    width: 80%;
    margin-top: 4em;
  }
  body section#qnap-sec div.container:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }
  body section#network-sec {
    background-image: url(../_img/10GbE_BK.jpg);
    background-position: center center;
    padding-bottom: 0;
  }
  body section#network-sec div.container {
    width: 940px!important;
  }
  body section#network-sec div.container article div.title-box h1 {
    text-align: center;
  }
  body section#network-sec div.container figure img {
    max-width: 800px;
  }
  body section#raid-sec {
    background-size: cover;
    background-position: center bottom;
    background-image: url(../_img/Software_BK.jpg);
    background-attachment: fixed;
  }
  body section#raid-sec div.container {
    width: 940px!important;
  }
  body section#raid-sec div.container article {
    margin-bottom: 4em;
  }
  body section#raid-sec div.container article div.title-box h1 {
    text-align: center;
  }
  body section#raid-sec div.container figure img {
    max-width: 800px;
  }
  body section#storage-sec {
    background-image: url(../_img/Storage_Expandable_BK.jpg);
    background-position: center bottom;
  }
  body section#storage-sec div.container {
    width: 940px!important;
  }
  body section#storage-sec div.container article div.content-box p {
    padding-left: 0.2em;
  }
  body section#storage-sec div.container figure img {
    margin-top: 8em;
    padding: 0;
  }
  body section#btn-sec {
    -moz-box-shadow: inset 0px 2px 11px #191919;
    -webkit-box-shadow: inset 0px 2px 11px #191919;
    box-shadow: inset 0px 2px 11px #191919;
  }
}
/*---------------Desktops-1200--------------------------------*/
