/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* -------------ELEMENT----------- */
.deco {
  position: relative; }
  .deco:before, .deco:after {
    content: '';
    display: none;
    width: 1.125rem;
    height: 1.125rem;
    background: #00a899;
    position: absolute; }
  .deco.top-left:before {
    display: block;
    top: -1.125rem;
    left: -1.125rem; }
  .deco.top-right:before {
    display: block;
    top: -1.125rem;
    right: -1.125rem; }
  .deco.bottom-left:after {
    display: block;
    bottom: -1.125rem;
    left: -1.125rem; }
  .deco.bottom-right:after {
    display: block;
    bottom: -1.125rem;
    right: -1.125rem; }

.box-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.title-deco {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  position: relative; }
  .title-deco:before {
    content: '';
    display: block;
    width: 6em;
    height: 1px;
    background: #00a899;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto .75em; }
  .title-deco h2,
  .title-deco p {
    margin-bottom: 0; }
  .title-deco p {
    line-height: 1.5;
    margin-left: 1rem; }

/* -------------KV---------------- */
#kv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  #kv .container {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2; }
  #kv h1 {
    max-width: 35%;
    margin-top: .25em;
    margin-bottom: 1.5em; }
  #kv p {
    font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif; }
  #kv .text-large {
    font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 1.45em;
    font-weight: 600;
    letter-spacing: .1em; }
  #kv .btn {
    margin-top: 6em; }

#kv_slider {
  width: 100%;
  pointer-events: none; }
  #kv_slider .item {
    width: 100%;
    height: 0;
    padding-bottom: 43.125%;
    background: #dddddd center center/cover no-repeat; }
  #kv_slider .owl-dots {
    width: 80%;
    max-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3rem auto;
    text-align: right; }
    #kv_slider .owl-dots .owl-dot {
      display: inline-block;
      pointer-events: all;
      width: 1rem;
      height: 1rem;
      border-radius: 1rem;
      border: 1px solid #00a899;
      margin: 5px .65rem; }
      #kv_slider .owl-dots .owl-dot.active {
        background: #00a899; }

#kv_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2; }
  #kv_progress span {
    display: block;
    width: 100%;
    height: .65rem;
    background: #00a899;
    transform-origin: 0 center;
    opacity: 0;
    -moz-transition: opacity, 0.1s, 0.1s, ease;
    -o-transition: opacity, 0.1s, 0.1s, ease;
    -webkit-transition: opacity, 0.1s, 0.1s, ease;
    transition: opacity, 0.1s, 0.1s, ease; }
  #kv_progress.animated span {
    opacity: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 7s;
    -webkit-animation-name: progressbar;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 7s;
    -moz-animation-name: progressbar;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 7s;
    -o-animation-name: progressbar;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 7s;
    animation-name: progressbar;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

/* -------------ABOUT------------- */
#about {
  padding: 6.25rem 0 5px;
  position: relative;
  overflow: hidden; }
  #about:after {
    content: '';
    display: block;
    width: 100%;
    height: 6.25rem;
    background: white;
    position: absolute;
    bottom: -2px;
    left: 0; }
  #about .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
  #about img {
    width: 58.3333%; }
  #about .content {
    width: 66.6666%;
    margin-left: -24%;
    padding: 1.875rem 2.25rem 3rem; }
    #about .content p {
      opacity: .95;
      line-height: 2;
      margin-bottom: 0; }

/* -------------PRODUCT----------- */
#product {
  padding: 6.25rem 0 0; }
  #product .single-product {
    position: relative;
    overflow: hidden;
    margin-bottom: 6em; }
    #product .single-product:last-child {
      margin-bottom: 0; }
    #product .single-product:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #00a899;
      position: absolute;
      top: 10%;
      bottom: 0;
      left: 0;
      margin: auto 0;
      transform-origin: left center;
      -moz-transition: transform 2s cubic-bezier(0.28, 0.9, 0.7, 1.01);
      -o-transition: transform 2s cubic-bezier(0.28, 0.9, 0.7, 1.01);
      -webkit-transition: transform 2s cubic-bezier(0.28, 0.9, 0.7, 1.01);
      transition: transform 2s cubic-bezier(0.28, 0.9, 0.7, 1.01);
      -moz-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    #product .single-product.animated:before {
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
  #product h2 + p {
    margin-top: -.75rem; }
  #product .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  #product .content {
    width: 58.3333%;
    min-height: 350px;
    margin-right: -8.3333%;
    margin-top: 10%;
    padding: 2rem;
    background: white;
    border: 1px solid #00a899;
    position: relative;
    z-index: 2; }
    #product .content li {
      font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
      letter-spacing: .15em;
      line-height: 1.75;
      font-weight: bold;
      margin-bottom: .5em;
      padding-left: 1.5rem;
      position: relative; }
      #product .content li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background: #00a899;
        position: absolute;
        top: .7rem;
        left: 0; }
    #product .content .btn {
      padding: .75em;
      margin: .5em .5em 0 0; }
  #product .img {
    width: 50%;
    position: relative; }
    #product .img figure {
      width: 100%;
      height: 0;
      padding-bottom: 77.7777%;
      background: #F0F0F0 linear-gradient(135deg, #00a899 0%, #43dfff 100%) center center/cover no-repeat; }
    #product .img .page {
      position: absolute;
      top: 100%;
      left: 20%;
      margin: 1.875rem 1.5rem;
      color: #00a899;
      font-size: 1.125rem;
      letter-spacing: .05em; }
      #product .img .page .current {
        margin-right: .5rem; }
      #product .img .page .slice {
        opacity: .5; }
    #product .img .owl-nav {
      width: 100%;
      position: absolute;
      top: 100%;
      margin: 1rem 0;
      text-align: right; }
      #product .img .owl-nav .owl-prev,
      #product .img .owl-nav .owl-next {
        display: inline-block;
        background: #00a899;
        padding: .5rem .5rem .4rem; }
        #product .img .owl-nav .owl-prev svg,
        #product .img .owl-nav .owl-next svg {
          width: 1.5rem;
          fill: white; }
      #product .img .owl-nav .owl-prev {
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        margin-right: .5rem; }

/* -------------NEWS-------------- */
#news {
  padding: 6.25rem 0 0;
  position: relative;
  overflow: hidden; }
  #news:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    margin-top: -8%;
    background: center center / cover no-repeat;
    background-attachment: fixed;
    background-image: url(../../img/news_bg.jpg); }
  #news .title {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 1.5rem; }
    #news .title h2,
    #news .title p {
      margin-bottom: 0; }
    #news .title p {
      line-height: 1.5;
      margin-left: 1rem; }

#news_slider {
  width: 170%;
  margin-right: -70%; }
  #news_slider .item {
    padding: 2px; }
  #news_slider a {
    display: block; }
  #news_slider figure {
    width: 100%;
    height: 0;
    padding-bottom: 66.6666%;
    background: center center / cover no-repeat; }
  #news_slider .content {
    padding: .875rem 1rem 1.25rem;
    background: white; }
    #news_slider .content .flex-nowrap {
      align-items: center;
      justify-content: space-between;
      margin-bottom: .5rem; }
    #news_slider .content h4 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #news_slider .content .line-3 {
      letter-spacing: .15em;
      line-height: 2;
      height: 6rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

/* -------------INSTALL----------- */
#install {
  padding: 6.25rem 0 0;
  position: relative;
  overflow: hidden; }
  #install .title {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1.5rem; }
    #install .title h2,
    #install .title p {
      margin-bottom: 0; }
    #install .title p {
      line-height: 1.5;
      margin-left: 1rem; }
  #install .btn {
    padding: .75em;
    margin: 0 .125em; }
    #install .btn:not(.active) {
      background: white;
      color: #00a899; }
  #install .container {
    padding: 2rem 0 0;
    position: relative; }
    #install .container .deco-line {
      width: calc(100% - 20px);
      position: absolute; }
      #install .container .deco-line:after {
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        position: absolute;
        background: white; }
      #install .container .deco-line.top {
        height: 50%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border: 1px solid #00a899;
        border-left: none;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0; }
        #install .container .deco-line.top:after {
          bottom: -1px;
          left: 0; }
      #install .container .deco-line.bottom {
        height: 30%;
        border-top-left-radius: 20px;
        border-top: 1px solid #00a899;
        border-left: 1px solid #00a899;
        position: absolute;
        bottom: calc(-5% + 1px);
        left: 0; }
        #install .container .deco-line.bottom:after {
          top: -1px;
          right: 0; }
    #install .container .deco-tri {
      position: absolute; }
      #install .container .deco-tri:before, #install .container .deco-tri:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #00a899;
        margin-right: 1rem; }
      #install .container .deco-tri.left {
        top: -11px;
        left: -35px; }
      #install .container .deco-tri.right {
        right: -11px;
        top: 80%;
        transform-origin: right top;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  #install .content {
    display: none; }
    #install .content.active {
      display: block;
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: fadeIn;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0;
      -o-animation-duration: 0.4s;
      -o-animation-name: fadeIn;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: forwards;
      animation-delay: 0;
      animation-duration: 0.4s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
      #install .content.active li {
        opacity: 0;
        -webkit-animation-delay: 0;
        -webkit-animation-duration: 0.2s;
        -webkit-animation-name: fadeIn;
        -webkit-animation-timing-function: ease;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-delay: 0;
        -moz-animation-duration: 0.2s;
        -moz-animation-name: fadeIn;
        -moz-animation-timing-function: ease;
        -moz-animation-iteration-count: 1;
        -moz-animation-fill-mode: forwards;
        -o-animation-delay: 0;
        -o-animation-duration: 0.2s;
        -o-animation-name: fadeIn;
        -o-animation-timing-function: ease;
        -o-animation-iteration-count: 1;
        -o-animation-fill-mode: forwards;
        animation-delay: 0;
        animation-duration: 0.2s;
        animation-name: fadeIn;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
      #install .content.active li:nth-child(0) {
        animation-delay: 0s; }
      #install .content.active li:nth-child(1) {
        animation-delay: 0.4s; }
      #install .content.active li:nth-child(2) {
        animation-delay: 0.8s; }
      #install .content.active li:nth-child(3) {
        animation-delay: 1.2s; }
      #install .content.active li:nth-child(4) {
        animation-delay: 1.6s; }
      #install .content.active .reversed li:nth-child(0) {
        animation-delay: 1.6s; }
      #install .content.active .reversed li:nth-child(1) {
        animation-delay: 2s; }
      #install .content.active .reversed li:nth-child(2) {
        animation-delay: 2.4s; }
      #install .content.active .reversed li:nth-child(3) {
        animation-delay: 2.8s; }
      #install .content.active .reversed li:nth-child(4) {
        animation-delay: 3.2s; }
  #install .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    font-size: 15px;
    margin: 2rem 0; }
    #install .row li {
      padding: 0 1.75rem;
      direction: ltr; }
      #install .row li:nth-child(2n-1) figure {
        border-color: #EF8B1E; }
        #install .row li:nth-child(2n-1) figure svg {
          fill: #EF8B1E; }
        #install .row li:nth-child(2n-1) figure span {
          background: #EF8B1E; }
      #install .row li p {
        letter-spacing: .04em;
        word-break: break-all;
        width: 80%;
        margin: 1.25rem auto; }
    #install .row.reversed {
      direction: rtl; }
  #install .window .reversed li:nth-child(2n) figure {
    border-color: #EF8B1E; }
    #install .window .reversed li:nth-child(2n) figure svg {
      fill: #EF8B1E; }
    #install .window .reversed li:nth-child(2n) figure span {
      background: #EF8B1E; }
  #install .window .reversed li:nth-child(2n-1) figure {
    border-color: #00a899; }
    #install .window .reversed li:nth-child(2n-1) figure svg {
      fill: #00a899; }
    #install .window .reversed li:nth-child(2n-1) figure span {
      background: #00a899; }
  #install figure {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    border-radius: 50%;
    background: white;
    border: 1px solid #00a899;
    margin: 0 auto;
    position: relative; }
    #install figure svg {
      width: 60%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      fill: #00a899; }
    #install figure span {
      width: 1.5rem;
      height: 1.5rem;
      font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
      font-size: 14px;
      line-height: 1.5rem;
      padding: .05rem .05rem 0 0;
      border-radius: 50%;
      background: #00a899;
      color: #fafafa;
      position: absolute;
      bottom: -.75rem;
      left: 0;
      right: 0;
      margin: 0 auto; }

/* -------------INSTALLER--------- */
#installer {
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden; }
  #installer:before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: url(../../img/installer_bg.jpg) center center/cover no-repeat;
    position: absolute;
    top: 0;
    right: 0; }
  #installer .container {
    position: relative;
    z-index: 2; }
  #installer .title-deco:before {
    background: white; }

#installer_slider .owl-nav {
  width: 100%;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 1rem 0;
  text-align: right; }
  #installer_slider .owl-nav .owl-prev,
  #installer_slider .owl-nav .owl-next {
    display: inline-block;
    border: 1px solid white;
    padding: .5rem .5rem .4rem; }
    #installer_slider .owl-nav .owl-prev svg,
    #installer_slider .owl-nav .owl-next svg {
      width: 1.5rem;
      fill: white; }
  #installer_slider .owl-nav .owl-prev {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: .5rem; }
#installer_slider .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: -10px; }
#installer_slider .card {
  width: calc(50% - 20px);
  padding: 1rem;
  border: 1px solid #06F9DC;
  margin: 10px 10px 10px 0; }
  #installer_slider .card h5 {
    font-weight: bold; }
    #installer_slider .card h5 span {
      padding-left: .75em;
      margin-left: .5em;
      position: relative; }
      #installer_slider .card h5 span:before {
        content: '';
        display: block;
        width: 2px;
        height: .875em;
        background: #dddddd;
        position: absolute;
        top: .125em;
        left: 0; }
    #installer_slider .card h5 svg {
      width: 1.125em;
      margin-bottom: -.25em; }
  #installer_slider .card p {
    letter-spacing: .08em;
    font-weight: bold; }
  #installer_slider .card:hover svg {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: floating;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-name: floating;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 1s;
    -o-animation-name: floating;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: floating;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #installer_slider .card:active svg {
    animation-play-state: paused; }

/* -------------CONTACT----------- */
#contact {
  padding: 3.5rem 0; }
  #contact .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 3rem 2rem;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin: 2rem 0 -5rem;
    position: relative;
    z-index: 2; }
    #contact .content label {
      margin-bottom: 1rem; }
    #contact .content .col50 {
      width: 48%; }
    #contact .content p {
      font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
      color: #666666;
      margin-bottom: .25rem;
      letter-spacing: .08em; }

/* -------------FOTOER------------ */
#footer {
  padding-top: 7.5rem;
  margin-top: -4rem; }

/* -------------RWD--------------- */
@media screen and (max-width: 1366px) {
  #kv h1 {
    margin-bottom: 1.5em; }
  #kv .btn {
    margin-top: 4em; }

  #kv_slider .owl-dots {
    margin: 1.5rem auto; }
    #kv_slider .owl-dots .owl-dot {
      margin: 5px .5rem; }

  #news_slider {
    width: 132%;
    margin-right: -32%; } }
@media screen and (max-width: 1023px) {
  #kv_slider .owl-dots {
    width: 90%; } }
@media screen and (max-width: 768px) {
  #kv h1 {
    max-width: 60%; }

  #kv_slider .item {
    padding-bottom: 80%; }

  #about,
  #product,
  #install {
    padding-top: 3rem; }

  #about .container {
    flex-wrap: wrap; }
  #about img {
    width: 80%; }
  #about .content {
    width: 85%;
    margin-left: auto;
    margin-top: -10%; }

  #install .container .deco-tri.left {
    left: -10px; }
  #install .row li p {
    width: 100%;
    font-size: 13px; }

  #installer_slider .card {
    width: calc(50% - 10px);
    margin-top: 0; }

  #product .content {
    min-height: 260px; } }
@media screen and (max-width: 620px) {
  #kv_slider .item {
    padding-bottom: 100%; }

  #product .single-product:before {
    margin: 0;
    top: 40%; }
  #product .content {
    width: 80%;
    min-height: 100px;
    margin-right: -60%;
    margin-top: 50%; }
  #product .img {
    width: 80%; }
    #product .img .page {
      left: auto;
      right: 100%;
      top: 60%; }

  #install .container {
    padding-top: 4rem; }
    #install .container .deco-tri:before, #install .container .deco-tri:after {
      border-width: 8px 0 8px 12px;
      margin-right: .5rem; }
    #install .container .deco-tri.left {
      top: -9px; }
    #install .container .deco-tri.right {
      right: -9px; }
  #install .row {
    margin: 0 1rem 1rem; }
    #install .row li p {
      width: 100%;
      font-size: 12px; }
  #install figure {
    width: 90%;
    padding-bottom: 90%; }

  #installer_slider .card {
    width: 100%;
    margin-top: 0; }

  #contact .content {
    padding: 2rem 1.5rem; } }
@media screen and (max-width: 480px) {
  .title-deco:before {
    display: none; }

  #kv h1 {
    margin-bottom: 1em; }
  #kv .text-large {
    font-size: 1.25em; }
  #kv .btn {
    margin-top: 2.5em; }

  #kv_slider .owl-dots .owl-dot {
    margin: 2px 5px; }

  #about img {
    width: 100%; }
  #about .content {
    width: 100%;
    padding: 1.5rem 1.25rem 2.5rem;
    margin-top: 0; }

  #product .single-product:before {
    top: 30%; }
  #product .container {
    flex-direction: column-reverse; }
  #product .img {
    width: 100%; }
    #product .img .owl-nav {
      margin-top: -1rem; }
  #product .content {
    width: 100%;
    min-height: 0;
    padding: 1.5rem;
    margin-top: 3rem; }
  #product .page {
    display: none; }

  #news_slider {
    width: 160%;
    margin-right: -60%; }

  #install .row li {
    padding: 0 .75rem; }

  #contact .content .col50 {
    width: 100%; }
  #contact .content label {
    margin-bottom: .5rem; }
  #contact .content p {
    margin-bottom: 0; } }
@media screen and (max-width: 350px) {
  #install .container .deco-line {
    display: none; }
  #install .row li {
    width: 65%; } }

/*# sourceMappingURL=index.css.map */
