@charset "utf-8";
/*v1.0.0*/
@font-face {
  font-family: 'Square721bt';
  src: url('../_fonts/square-font/sqr721b.woff') format("woff"), url('../_fonts/square-font/sqr721b.ttf') format("truetype"), url('../_fonts/square-font/sqr721b.eot') format("embedded-opentype");
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Preloader:START */
#lp_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#lp_status {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #c3af00;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Preloader:END */
/* flicker : START */
@keyframes flickerAnimation {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
/* flicker : END */
/*ripple : START*/
.ripple {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  width: 20em;
  height: 20em;
  content: "";
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: ripple-animate 3.2s 1.6s infinite ease-out;
}
@keyframes ripple-animate {
  0% {
    transform: scale(0);
    opacity: 0.6;
    transform-origin: center;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    transform-origin: center;
  }
}
/*ripple : END*/
body {
  /*----------------Kenny CSS set THE BEGINNING-------------------------*/
  background-color: white;
  /* SHOW / HIDE*/
  /*----------------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 section h1 {
  font-size: 1.7em;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}
body section h1 span {
  font-size: 1.5em;
  color: #c3af00;
}
body section h2 {
  font-size: 1.2em;
  line-height: 150%;
  letter-spacing: 0;
  color: #3e3a39;
  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: #3e3a39;
  margin-top: 12px;
  margin-bottom: 12px;
}
body section p {
  color: #231815;
  line-height: 170%;
  font-size: 1em;
}
body section ul li {
  font-size: 1em;
}
body section a {
  color: #337ab7;
}
body section a:hover {
  color: #23527c;
}
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 section img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
body figure {
  margin-bottom: 0;
}
body .row {
  margin-left: 0;
  margin-right: 0;
}
body .no-padding {
  padding-left: 0;
  padding-right: 0;
}
body .no-margin {
  margin-left: 0;
  margin-right: 0;
}
body .mb-0 {
  margin-bottom: 0!important;
}
body .annotation {
  margin-top: 0.4em;
  margin-left: 0.5em;
  line-height: 140%;
  font-size: 0.85em;
}
body .orange {
  color: #e85a4a;
}
body .white {
  color: #ffffff;
}
body a button {
  background-color: #ffffff;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  outline: none !important;
}
body a button:hover {
  outline: none !important;
}
body a button:active {
  outline: none !important;
}
body a button:focus {
  outline: none !important;
}
body a button h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  position: relative;
  padding-right: 0.5em;
}
body a button h2 span.arrow-right {
  position: absolute;
  top: 0.3em;
  margin-left: 0.43em;
  width: 0px;
  height: 0px;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.8em solid #c3af00;
}
body a:hover button {
  background-color: #c3af00;
}
body a:hover button h2 {
  color: #ffffff;
}
body a:hover button h2 span.arrow-right {
  border-left: 0.8em solid #ffffff;
}
body .show-xs-sm {
  display: block!important;
}
body .show-md-lg {
  display: none!important;
}
@media only screen and (min-width: 992px) {
  body .show-xs-sm {
    display: none!important;
  }
  body .show-md-lg {
    display: block!important;
  }
}
body section.landing-page-section {
  display: block;
  font-size: 16px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
body section.landing-page-section div.container div.title-row {
  display: table;
  margin-bottom: 1em;
  width: 100%;
}
body section.landing-page-section div.container div.title-row div.icon-box {
  display: table-cell;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
}
body section.landing-page-section div.container div.title-row div.icon-box img {
  width: 100%;
}
body section.landing-page-section div.container div.title-row div.title-box {
  display: table-cell;
  vertical-align: middle;
}
body section.landing-page-section div.container div.title-row div.title-box h1 {
  margin-left: 0.6em;
  font-family: 'Square721bt', arial;
  text-align: left;
}
body section.landing-page-section div.container div.title-row div.title-box h1 span.small-txt {
  font-size: 0.5em;
  margin-left: 0.5em;
  font-family: 'Square721bt', arial;
  color: #3E3A39;
}
body section.landing-page-section div.container > figure {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1.2em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
body section.landing-page-section div.container > figure img {
  width: 100%;
  max-width: 640px;
}
body section.landing-page-section div.container table {
  width: 100%;
}
body section#top_sec {
  background-color: #0A0000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body section#top_sec div.container div.title-row div.title-box h1 {
  text-align: center;
}
body section#top_sec div.container div.title-row div.title-box h2 {
  text-align: center;
}
body section#top_sec div.container div.title-row div.title-box h3 {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.1em;
  font-weight: normal;
}
body section#top_sec div.container div.title-row div.title-box p.white {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: -0.5em;
  text-align: center;
}
body section#top_sec div.container div.title-row div.title-box h3.light-color {
  color: #F1E900;
}
body section#top_sec div.container div.banner-title-row {
  margin-bottom: 0;
}
body section#top_sec div.container > article h4 {
  font-size: 1.1em;
  letter-spacing: 0;
  color: #ffffff;
  text-align: left;
  line-height: 150%;
  font-weight: 400;
}
body section#top_sec div.container > article ul {
  list-style: disc;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
body section#top_sec div.container ul li {
  color: #ffffff;
  font-size: 1em;
  line-height: 170%;
}
body section#top_sec div.container figure {
  margin-bottom: 0;
}
body section#top_sec div.container figure.feature-icon-list {
  margin-bottom: 1em;
  text-align: center;
}
body section#top_sec div.container-fluid figure {
  text-align: center;
}
body section#top_sec div.container-fluid figure.slogan-box {
  /*for mobile*/
  margin-bottom: 1.5em;
}
body section#top_sec div.container-fluid figure.slogan-box img.top-slogan {
  margin-top: -1em;
  padding: 0 1em;
  max-width: 600px;
}
body section#toolkit_sec {
  padding-top: 1.5em;
}
body section#feature_sec {
  background-image: url(../_img/feature-sec-mobile-pad.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body section#feature_sec div.container div.title-row div.title-box h2 {
  font-size: 1.5em;
  font-family: arial;
  text-align: center;
  color: #ffffff;
}
body section#feature_sec div.container article {
  margin-bottom: 1em;
}
body section#feature_sec div.container article > div > ul {
  list-style: disc;
  padding-left: 1.2em;
  margin-bottom: 0;
  color: #ffffff;
}
body section#feature_sec div.container article > div > ul > li {
  line-height: 170%;
  color: #ffffff;
}
body section#feature_sec div.container article > div > ul > li > ul {
  list-style-type: circle;
  padding-left: 1.2em;
  margin-bottom: 0.2em;
  color: #ffffff;
}
body section#feature_sec div.container article > div > ul > li > ul > li {
  line-height: 170%;
  color: #ffffff;
}
body section#feature_sec div.ripple-el {
  display: none;
}
body section#applications_sec div.container ul.app-group li figure {
  margin-bottom: 2em;
}
body section#applications_sec div.container ul.app-group li figure figcaption {
  text-align: center;
  font-size: 1em;
  line-height: 180%;
}
body section#dimension_sec {
  padding-top: 0;
  background-image: url(../_img/dimension-bg-pc.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body section#dimension_sec div.container figure {
  margin-bottom: 2em;
  text-align: center;
}
body section#dimension_sec div.container figure figcaption {
  margin-bottom: 1.5em;
}
body section#dimension_sec div.container figure figcaption h1 {
  font-weight: normal;
}
body section#dimension_sec div.container figure figcaption h1 span {
  font-size: 0.7em;
}
body section#spec_sec {
  background-color: #F6F6F6;
}
body section#spec_sec div.container div.title-box h1 {
  font-weight: normal;
}
body section#spec_sec div.container table.spec-table {
  border-collapse: collapse;
  margin: 5px;
  margin-bottom: 1.2em;
}
body section#spec_sec div.container table.spec-table thead tr th {
  background-color: #c3af00;
  color: white;
  padding: 0.4em;
  border: 1px solid white;
}
body section#spec_sec div.container table.spec-table thead tr th:first-child {
  width: 30%;
}
body section#spec_sec div.container table.spec-table tbody tr td {
  padding: 0.6em .4em;
  border: 1px solid white;
  font-size: 0.9em;
  vertical-align: middle;
}
body section#spec_sec div.container table.spec-table tbody tr td.spec-item {
  background-color: #EDE7B2;
}
body section#spec_sec div.container table.spec-table tbody tr.spec-row:nth-child(even) {
  background-color: #F1F1B1;
}
body section#spec_sec div.container table.spec-table tbody tr.spec-row:nth-child(odd) {
  background-color: #F9FBE5;
}
body section#info_sec {
  background-color: #F6F6F6;
  padding-top: 0;
}
body section#info_sec div.container div.title-box h1 {
  font-weight: normal;
}
body section#info_sec div.container table.table-style-2 {
  border-collapse: collapse;
  margin: 5px;
}
body section#info_sec div.container table.table-style-2 thead tr th {
  background-color: #c3af00;
  color: #ffffff;
  padding: 0.4em;
  border: 1px solid white;
}
body section#info_sec div.container table.table-style-2 thead tr th:first-child {
  width: 30%;
}
body section#info_sec div.container table.table-style-2 tbody tr td {
  font-size: .9em;
  padding: 0.8em .4em;
  border: 1px solid white;
  vertical-align: middle;
}
body section#info_sec div.container table.table-style-2 tbody tr td:first-child {
  word-break: break-all;
  color: #484b4e;
}
body section#info_sec div.container table.table-style-2 tbody tr td:nth-child(2) {
  font-size: 0.9em;
}
body section#info_sec div.container table.table-style-2 tbody tr td.info-item {
  background-color: #EDE7B2;
}
body section#info_sec div.container table.table-style-2 tbody tr.info-row:nth-child(even) {
  background-color: #F1F1B1;
}
body section#info_sec div.container table.table-style-2 tbody tr.info-row:nth-child(odd) {
  background-color: #F9FBE5;
}
body section#packing_list_sec {
  background-color: #F6F6F6;
  padding-top: 0;
  padding-bottom: 3em;
}
body section#packing_list_sec div.container div.title-box h1 {
  font-weight: normal;
}
body section#packing_list_sec div.container div.row {
  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#packing_list_sec div.container div.row div.item-box {
  width: 50%;
  margin-bottom: 1px;
}
body section#packing_list_sec div.container div.row div.item-box p {
  font-size: 0.9em;
  text-align: center;
  margin: 0;
  padding: 0.2em 0;
}
body section#packing_list_sec div.container div.row div.item-box:nth-child(odd) {
  background-color: #EDE7B2;
}
body section#packing_list_sec div.container div.row div.item-box:nth-child(even) {
  background-color: #f0edd9;
}
body section#btn_sec {
  background-color: #c3af00;
}
body section#btn_sec div.container {
  display: block;
  text-align: center;
}
body section#btn_sec div.container div.btn-row {
  display: flex;
  flex-direction: column;
  margin-top: 2.3em;
  margin-bottom: 2em;
}
body section#btn_sec div.container div.btn-row div.btn-box {
  display: block;
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}
body section#btn_sec div.container div.btn-row div.btn-box a button {
  min-width: 12em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-radius: 40px;
}
body section#btn_sec div.container div.btn-row div.btn-box a:hover button {
  background-color: #c3af00;
  border: 1px solid #ffffff;
}
body section#btn_sec div.container div.btn-row div.btn-box a:hover button h2 {
  color: #ffffff;
}
/* -----------------Pad--------------------------------------*/
@media only screen and (min-width: 768px) {
  body section.landing-page-section div.container div.title-row div.title-box h1 {
    font-size: 2.5em;
    letter-spacing: -1px;
  }
  body section#top_sec div.container div.title-row div.title-box h1 {
    font-size: 2.8em;
    margin-bottom: 0.3em;
  }
  body section#top_sec div.container div.title-row div.title-box h2 {
    font-size: 1.8em;
    font-style: italic;
  }
  body section#top_sec div.container div.title-row div.title-box h3 {
    font-size: 1.3em;
  }
  body section#top_sec div.container > article {
    padding-left: 4em;
    padding-right: 4em;
  }
  body section#top_sec div.container figure img {
    max-width: 600px;
  }
  body section#toolkit_sec div.container > article {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.5em;
  }
  body section#feature_sec div.container div.title-row div.title-box h2 {
    font-size: 2em;
    text-align: left;
    padding-left: 0.5em;
  }
  body section#btn_sec div.container div.btn-row {
    flex-direction: row;
    justify-content: center;
  }
}
/*---------------Desktops and laptops-------------------------*/
@media only screen and (min-width: 992px) {
  body section.landing-page-section div.container > figure img {
    max-width: 700px;
  }
  body section#top_sec div.container div.title-row {
    position: relative;
    z-index: 5;
  }
  body section#top_sec div.container > article {
    padding-left: 7em;
    padding-right: 4em;
    margin-top: 2em;
  }
  body section#top_sec div.container figure img.feature-list-pic {
    max-width: 700px;
  }
  body section#top_sec div.container figure.slogan-box {
    position: relative;
    z-index: 5;
    margin-top: -3em;
    margin-bottom: 1.5em;
  }
  body section#top_sec div.container-fluid div.img-block {
    position: relative;
    width: 100%;
  }
  body section#top_sec div.container-fluid div.img-block figure.oem-icon-box {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 5;
  }
  body section#top_sec div.container-fluid div.img-block figure.oem-icon-box img {
    width: 6em;
    height: 6em;
    margin-left: -25em;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-box img {
    width: 37.5em;
    height: auto;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box {
    /*flicker for bg*/
    -webkit-animation: flickerAnimation 5s infinite;
    -moz-animation: flickerAnimation 5s infinite;
    -o-animation: flickerAnimation 5s infinite;
    animation: flickerAnimation 5s infinite;
    text-align: center;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box img {
    margin-top: -2em;
    max-width: 1920px;
  }
  body section#toolkit_sec div.container > article {
    padding-left: 2em;
    padding-right: 2em;
  }
  body section#feature_sec {
    background: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  body section#feature_sec div.container {
    position: relative;
    z-index: 5;
  }
  body section#feature_sec div.container div.title-row div.title-box h2 {
    padding-left: 1em;
    margin-bottom: 0;
  }
  body section#feature_sec div.container article {
    padding-left: 1em;
    padding-right: 1em;
  }
  body section#feature_sec div.bg-feature {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: url(../_img/feature-sec-bg-pc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  body section#feature_sec div.ripple-el {
    display: block;
    bottom: -10em;
    right: -10em;
    z-index: 3;
    opacity: 0;
  }
  body section#applications_sec div.container ul.app-group li figure img {
    padding: 1em;
    padding-bottom: 0;
  }
  body section#applications_sec div.container ul.app-group li figure figcaption {
    font-size: 1.2em;
  }
  body section#packing_list_sec div.container div.row div.item-box {
    width: 33.3%;
  }
}
/*---------------Desktops-1200--------------------------------*/
@media only screen and (min-width: 1200px) {
  body section.landing-page-section div.container {
    width: 970px !important;
  }
  body section#top_sec div.container > div.title-row {
    position: relative;
    z-index: 5;
  }
  body section#top_sec div.container figure.feature-icon-list {
    position: relative;
    z-index: 5;
  }
  body section#top_sec div.container > article {
    position: relative;
    z-index: 5;
    padding-left: 7em;
    padding-right: 3em;
  }
  body section#top_sec div.container figure img {
    max-width: 800px;
  }
  body section#top_sec div.container figure.slogan-box {
    margin-top: -6em;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box img {
    margin-top: -4em;
  }
}
/*---------------Desktops-1300--------------------------------*/
@media only screen and (min-width: 1300px) {
  body section#top_sec div.container figure.slogan-box {
    margin-top: -9em;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box img {
    margin-top: -4em;
  }
}
/*---------------Desktops-1400--------------------------------*/
@media only screen and (min-width: 1400px) {
  body section#top_sec div.container figure.slogan-box img {
    margin-top: -2em;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box img {
    margin-top: -3.5em;
  }
}
/*---------------Desktops-1500--------------------------------*/
@media only screen and (min-width: 1500px) {
  body section#top_sec div.container figure.slogan-box img {
    margin-top: 0;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box img {
    margin-top: -7em;
  }
}
/*---------------Desktops-1600--------------------------------*/
@media only screen and (min-width: 1600px) {
  body section#top_sec div.container figure.slogan-box img {
    margin-top: -3em;
  }
}
/*---------------Desktops-1700--------------------------------*/
@media only screen and (min-width: 1700px) {
  body section#top_sec div.container figure.slogan-box {
    margin-top: -7em;
  }
}
/*---------------Desktops-1700--------------------------------*/
@media only screen and (min-width: 1700px) {
  body section#top_sec div.container figure.slogan-box {
    margin-top: -12em;
  }
}
/*---------------Desktops-1920--------------------------------*/
@media only screen and (min-width: 1920px) {
  body section.landing-page-section {
    font-size: 18px !important;
  }
  body section.landing-page-section div.container div.title-row div.title-box h1 {
    font-size: 2.3em;
  }
  body section#top_sec div.container div.title-row.banner-title-row {
    margin-bottom: 3em;
  }
  body section#top_sec div.container figure.slogan-box {
    margin-top: -9em;
  }
  body section#top_sec div.container article {
    padding-left: 4em;
    padding-right: 0;
  }
  body section#top_sec div.container-fluid div.img-block figure.prod-bg-box img {
    margin-top: -8em;
  }
}
