/* Scss Document */
body {
  width: 100%;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-position: center top !important;
  background-attachment: fixed !important;
  background-size: cover !important; }

.hide {
  display: none; }

#background-wrapper {
  overflow: hidden;
  height: 4326px;
  width: 100%;
  background: url(../img/background.jpg) no-repeat;
  background-position: center top;
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }

#cookies-message p {
  font-family: "Open sans",sans-serif;
  font-size: 16px;
  color: #fff; }

#email-error {
  font-family: "Open sans",sans-serif; }

#accept-cookies-checkbox {
  font-family: "Open sans",sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.side-wrapper {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  position: relative; }

sup {
  vertical-align: super !important;
  font-size: 0.63em !important; }

label#email-error.error {
  color: red;
  font-size: 16px;
  line-height: 26px;
  margin-top: -20px;
  margin-bottom: 10px;
  display: block; }

/* MOBILE NAV */
#mobile {
  overflow: hidden; }

#menu_link span.close_1 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 50%;
  margin: auto !important; }

#menu_link span.close_2 {
  display: none; }

#menu_link span.close_3 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 50%;
  margin: auto; }

#menu_link {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
  z-index: 5;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0; }

#menu_link span:first-child {
  margin-top: 15px; }

#menu_link span {
  display: block;
  height: 2px;
  width: 34px;
  background-color: #5f5f5f;
  margin: 6px auto 4px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

#main-preloader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  #main-preloader #logo-preloader {
    background: url(../img/dergall-hobby-logo.png) no-repeat;
    width: 167px;
    height: 135px;
    margin: -95px auto 0;
    background-size: contain;
    background-position: center; }
  #main-preloader .main-preloader-inner.center {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px; }

a {
  color: inherit; }

/* CSS Document */
#top-anchor {
  overflow: hidden; }

/* Header - menu */
#mobile {
  display: none; }

#top {
  width: 100%;
  color: #fff;
  box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 2; }
  #top #belt {
    width: 100%;
    background: #5f5f5f;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px; }
    #top #belt a {
      font-weight: 900;
      display: inline-block;
      -webkit-transition: all .15s ease-in;
      -moz-transition: all .15s ease-in;
      -ms-transition: all .15s ease-in;
      -o-transition: all .15s ease-in;
      transition: all .15s ease-in; }
      #top #belt a:hover {
        color: #ccc;
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03); }
    #top #belt .facebook {
      width: 20px;
      height: 20px;
      background: url(../img/icon/icon-fb-small.png) no-repeat;
      background-size: 20px 20px;
      display: block;
      margin: 0 0 0 auto;
      cursor: pointer;
      position: absolute;
      top: 10px;
      bottom: 0;
      left: 0;
      right: 0; }
  #top .content-wrapper {
    height: 134px; }
    #top .content-wrapper .side-wrapper {
      height: 100%; }
    #top .content-wrapper #logo {
      width: 200px;
      height: 100%;
      position: relative; }
      #top .content-wrapper #logo a {
        display: block;
        width: 173px;
        height: 51px;
        position: absolute;
        background: url(../img/logo-nitolic.png) no-repeat;
        background-position: left center;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto auto auto 0;
        text-indent: -999em; }
  #top #menu {
    position: absolute;
    top: 0;
    right: 0; }
    #top #menu ul {
      height: 134px;
      list-style: none; }
      #top #menu ul li:last-child {
        margin: auto;
        height: 100%; }
        #top #menu ul li:last-child a {
          display: inline;
          width: 172px;
          height: 64px;
          color: #fff;
          background: #176bb4;
          margin: auto;
          padding: 20px 30px; }
          #top #menu ul li:last-child a:hover {
            color: #fff;
            background: #3AA3FF; }
      #top #menu ul li {
        float: left;
        color: #5f5f5f;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 134px;
        margin: 0 15px;
        text-align: center; }
        #top #menu ul li a {
          -webkit-transition: all .15s ease-in;
          -moz-transition: all .15s ease-in;
          -ms-transition: all .15s ease-in;
          -o-transition: all .15s ease-in;
          transition: all .15s ease-in;
          display: inline-block; }
        #top #menu ul li a:hover {
          color: #eb3b78;
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03); }
        #top #menu ul li .submenu-menu-mobile {
          display: none; }
          #top #menu ul li .submenu-menu-mobile li {
            line-height: 1.2;
            font-size: 14px;
            margin: 15px 0;
            text-transform: none; }
          #top #menu ul li .submenu-menu-mobile li:last-child a {
            background: none;
            padding: 0;
            color: inherit; }

#header {
  position: relative;
  z-index: 1; }
  #header .owl-nav {
    margin: 0; }
    #header .owl-nav .owl-prev {
      position: absolute;
      left: -10%;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 138px;
      height: 41px;
      background-image: url(../img/icon/arrow-slider-left.png);
      background-repeat: no-repeat;
      background-size: 138px 41px;
      background-position: right center;
      background-color: transparent; }
    #header .owl-nav .owl-next {
      position: absolute;
      right: -10%;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 138px;
      height: 41px;
      background-image: url(../img/icon/arrow-slider-right.png);
      background-repeat: no-repeat;
      background-size: 138px 41px;
      background-position: left center;
      background-color: transparent; }

#content-section {
  width: 100%;
  overflow: hidden;
  padding-top: 50px; }
  #content-section ul#content-section-menu.section-content-menu-top {
    position: fixed !important;
    top: 0;
    width: 90% !important;
    max-width: 1560px;
    z-index: 999;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0 !important;
    box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.23); }
    #content-section ul#content-section-menu.section-content-menu-top li {
      font-size: 16px;
      line-height: 1.2; }
      #content-section ul#content-section-menu.section-content-menu-top li a {
        padding: 5px; }
  #content-section ul#content-section-menu:first-child {
    width: 100%;
    list-style: none;
    position: relative;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    overflow: hidden;
    padding-top: 20px;
    background: #fff; }
    #content-section ul#content-section-menu:first-child li:first-child {
      margin: 0;
      background: #176bb4; }
    #content-section ul#content-section-menu:first-child li.active {
      box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.67) inset; }
    #content-section ul#content-section-menu:first-child li {
      display: block;
      width: 30.333%;
      padding: 0;
      float: left;
      text-align: center;
      background: #eb3b78;
      margin: 0 4.5%;
      cursor: pointer;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      #content-section ul#content-section-menu:first-child li:hover {
        box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.67) inset; }
    #content-section ul#content-section-menu:first-child li:last-child {
      margin: 0;
      background: #81bb27; }
    #content-section ul#content-section-menu:first-child a {
      display: block;
      padding: 20px 0;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
  #content-section .box-1 {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0; }
    #content-section .box-1 .box-wrapper {
      margin-top: 30px; }
    #content-section .box-1 h3 {
      font-family: "fertigo-pro", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #eb3b78;
      text-decoration: underline;
      text-align: center;
      margin: 50px auto;
      font-size: 41px; }
    #content-section .box-1 .baner-1 {
      display: block;
      width: 100%;
      max-width: 1153px;
      height: auto; }
    #content-section .box-1 .baner-2 {
      display: block;
      width: 100%;
      max-width: 1061px;
      height: auto;
      margin: 0 auto; }
    #content-section .box-1 .info-ping {
      padding: 40px 5%;
      background: #eb3b78;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      max-width: 1100px;
      position: relative; }
      #content-section .box-1 .info-ping .icon {
        background: url(../img/box1/wykrzyknik.png) no-repeat;
        background-size: 64px 64px;
        width: 64px;
        height: 64px;
        position: absolute;
        left: -32px;
        top: -32px; }
    #content-section .box-1 .info {
      color: #5f5f5f;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1.4;
      margin: 100px auto 20px;
      max-width: 1061px;
      text-align: center; }
      #content-section .box-1 .info a {
        display: block;
        width: 170px;
        height: 50px;
        color: #fff;
        background: #5f5f5f;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        line-height: 50px;
        margin: 50px auto;
        cursor: pointer;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        #content-section .box-1 .info a:hover {
          background: #eb3b78; }
    #content-section .box-1 ul {
      list-style: none;
      padding: 32px;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden; }
      #content-section .box-1 ul .icon-number {
        width: 65px;
        height: 65px;
        position: absolute;
        background-size: 65px 65px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        z-index: 3;
        margin: auto; }
      #content-section .box-1 ul .icon-number.one {
        background-image: url(../img/box1/roz_icon_1.jpg);
        margin-left: 10px; }
      #content-section .box-1 ul .icon-number.two {
        background-image: url(../img/box1/roz_icon_2.jpg);
        margin-right: 10px; }
      #content-section .box-1 ul .icon-number.three {
        background-image: url(../img/box1/roz_icon_3.jpg);
        margin-left: 10px; }
      #content-section .box-1 ul .icon-number.four {
        background-image: url(../img/box1/roz_icon_4.jpg);
        margin-right: 10px; }
      #content-section .box-1 ul li:nth-child(2n+1) {
        padding-right: 30%; }
        #content-section .box-1 ul li:nth-child(2n+1) img {
          top: 0;
          right: 0;
          height: 100%; }
        #content-section .box-1 ul li:nth-child(2n+1) .desc-wrapper {
          padding-left: 80px; }
      #content-section .box-1 ul li:nth-child(2n+2) {
        padding-left: 30%; }
        #content-section .box-1 ul li:nth-child(2n+2) img {
          top: 0;
          left: 0;
          height: 100%; }
        #content-section .box-1 ul li:nth-child(2n+2) .desc-wrapper {
          padding-right: 80px; }
      #content-section .box-1 ul li {
        display: block;
        border: 1px #eb3b78 solid;
        background: none;
        margin: 30px auto;
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        line-height: 1.4;
        overflow: hidden;
        background: #fff; }
        #content-section .box-1 ul li .desc-wrapper {
          background: #fff;
          position: relative;
          z-index: 2;
          height: 100%; }
        #content-section .box-1 ul li p {
          font-size: 16px;
          font-weight: 400;
          color: #5f5f5f;
          padding: 30px; }
        #content-section .box-1 ul li p:first-child {
          font-weight: 700; }
        #content-section .box-1 ul li img {
          display: block;
          position: absolute;
          z-index: 1; }
    #content-section .box-1 iframe {
      margin: 0 auto;
      display: block;
      width: 560px;
      height: 315px; }
  #content-section .box-2 {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0; }
    #content-section .box-2 .box-wrapper {
      margin-top: 30px; }
    #content-section .box-2 h3 {
      font-family: "fertigo-pro", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #176bb4;
      text-decoration: underline;
      text-align: center;
      margin: 50px auto;
      font-size: 41px; }
    #content-section .box-2 ul {
      list-style: none;
      padding: 32px;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden; }
      #content-section .box-2 ul .icon-number {
        width: 65px;
        height: 65px;
        position: absolute;
        background-size: 65px 65px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        z-index: 3;
        margin: auto; }
      #content-section .box-2 ul .icon-number.one {
        background-image: url(../img/box2/nieb_icon_1.jpg);
        margin-left: 10px; }
      #content-section .box-2 ul .icon-number.two {
        background-image: url(../img/box2/nieb_icon_2.jpg);
        margin-right: 10px; }
      #content-section .box-2 ul .icon-number.three {
        background-image: url(../img/box2/nieb_icon_3.jpg);
        margin-left: 10px; }
      #content-section .box-2 ul li:nth-child(2n+1) {
        padding-right: 30%; }
        #content-section .box-2 ul li:nth-child(2n+1) img {
          top: 0;
          right: 0;
          height: 100%; }
        #content-section .box-2 ul li:nth-child(2n+1) .desc-wrapper {
          padding-left: 80px; }
      #content-section .box-2 ul li:nth-child(2n+2) {
        padding-left: 30%; }
        #content-section .box-2 ul li:nth-child(2n+2) img {
          top: 0;
          left: 0;
          height: 100%; }
        #content-section .box-2 ul li:nth-child(2n+2) .desc-wrapper {
          padding-right: 80px; }
      #content-section .box-2 ul li {
        display: block;
        border: 1px #176bb4 solid;
        background: none;
        margin: 30px auto;
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        line-height: 1.4;
        overflow: hidden;
        background: #fff; }
        #content-section .box-2 ul li .desc-wrapper {
          background: #fff;
          position: relative;
          z-index: 2;
          height: 100%; }
        #content-section .box-2 ul li p {
          font-size: 16px;
          font-weight: 400;
          color: #5f5f5f;
          padding: 30px 50px; }
        #content-section .box-2 ul li p:first-child {
          font-weight: 700;
          padding-bottom: 0; }
        #content-section .box-2 ul li img {
          display: block;
          position: absolute;
          z-index: 1; }
  #content-section .box-3 {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0; }
    #content-section .box-3 .box-wrapper {
      margin-top: 30px; }
    #content-section .box-3 h3 {
      font-family: "fertigo-pro", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #81bb27;
      text-decoration: underline;
      text-align: center;
      margin: 50px auto;
      font-size: 41px; }
    #content-section .box-3 .info-green {
      background: #81bb27;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      position: relative;
      margin-top: 50px; }
      #content-section .box-3 .info-green .icon {
        background: url(../img/box3/zielony_wykrzyknik.png) no-repeat;
        background-size: 64px 64px;
        width: 64px;
        height: 64px;
        position: absolute;
        left: -32px;
        top: -32px;
        z-index: 3; }
      #content-section .box-3 .info-green p {
        width: 60%;
        position: relative;
        z-index: 2;
        background: #81bb27;
        padding: 40px 5%; }
      #content-section .box-3 .info-green img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin-right: 0;
        margin-left: auto;
        height: 100%;
        width: auto;
        z-index: 1; }
    #content-section .box-3 ul {
      list-style: none;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden; }
      #content-section .box-3 ul .icon-number {
        width: 65px;
        height: 65px;
        position: absolute;
        background-size: 65px 65px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        z-index: 3;
        margin: auto auto auto 20px; }
      #content-section .box-3 ul .icon-number.one {
        background-image: url(../img/box3/ziel_icon_1.jpg); }
      #content-section .box-3 ul .icon-number.two {
        background-image: url(../img/box3/ziel_icon_2.jpg); }
      #content-section .box-3 ul .icon-number.three {
        background-image: url(../img/box3/ziel_icon_3.jpg); }
      #content-section .box-3 ul .icon-number.four {
        background-image: url(../img/box3/ziel_icon_4.jpg);
        background-size: 64px 64px; }
      #content-section .box-3 ul li:nth-last-child(2n+1) {
        margin-left: 1.5%; }
      #content-section .box-3 ul li:nth-last-child(2n+2) {
        margin-right: 1.5%; }
      #content-section .box-3 ul li {
        display: block;
        border: 1px #81bb27 solid;
        background: none;
        margin: 15px 0;
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        line-height: 1.4;
        overflow: hidden;
        width: 48.5%;
        float: left;
        box-sizing: border-box;
        height: 120px; }
        #content-section .box-3 ul li .desc-wrapper {
          background: #fff;
          position: relative;
          z-index: 2;
          height: 100%;
          padding-left: 80px; }
        #content-section .box-3 ul li p {
          font-size: 16px;
          font-weight: 700;
          color: #5f5f5f;
          padding: 30px; }
        #content-section .box-3 ul li img {
          display: block;
          position: absolute;
          z-index: 1; }
    #content-section .box-3 #box-3-carousel .owl-carousel {
      margin-top: 80px; }
    #content-section .box-3 #box-3-carousel .item img {
      max-width: 1036px;
      margin: 0 auto;
      width: 100%; }
    #content-section .box-3 .btn {
      display: block;
      width: 200px;
      height: 60px;
      color: #fff;
      background: #81bb27;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      line-height: 60px;
      margin: 50px auto 30px auto;
      cursor: pointer;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      #content-section .box-3 .btn:hover {
        background: #8AC82A; }

#products {
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  #products .section-title {
    font-family: "fertigo-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #5f5f5f;
    margin-bottom: 60px; }
  #products .item {
    height: 500px;
    position: relative;
    padding-bottom: 20px; }
    #products .item .item-content {
      width: 90%;
      height: 100%;
      position: relative;
      margin: 20px auto;
      z-index: 2; }
      #products .item .item-content:hover {
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13); }
      #products .item .item-content p {
        font-family: "fertigo-pro", sans-serif;
        font-size: 32px;
        color: #5f5f5f;
        margin: 30px 0;
        text-align: center;
        padding-top: 30px;
        position: relative;
        z-index: 2; }
      #products .item .item-content img {
        display: block;
        position: absolute;
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
        bottom: 80px; }
      #products .item .item-content a {
        display: block;
        width: 170px;
        height: 50px;
        color: #fff;
        background: #5f5f5f;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        line-height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto 30px auto;
        cursor: pointer;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        #products .item .item-content a:hover {
          background: #eb3b78; }
  #products .owl-nav {
    margin: 0; }
    #products .owl-nav .owl-prev {
      position: absolute;
      left: -10%;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 138px;
      height: 41px;
      background: url(../img/icon/arrow-slider-left.png) no-repeat;
      background-size: 138px 41px;
      background-position: right center; }
    #products .owl-nav .owl-next {
      position: absolute;
      right: -10%;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 138px;
      height: 41px;
      background: url(../img/icon/arrow-slider-right.png) no-repeat;
      background-size: 138px 41px;
      background-position: left center; }

#section-info {
  overflow: hidden;
  padding: 100px 0; }
  #section-info .section-title {
    font-family: "fertigo-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #5f5f5f;
    margin-bottom: 50px; }
  #section-info .item:first-child .item-content a, #section-info .item:last-child .item-content a {
    line-height: 50px; }
  #section-info .item {
    float: left;
    width: 30.333%;
    margin: 0 1.5%;
    background: #f3f3f3;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 60px;
    position: relative;
    min-height: 410px; }
    #section-info .item .item-content {
      width: 90%;
      margin: 20px auto; }
      #section-info .item .item-content img {
        width: 100%;
        height: auto; }
      #section-info .item .item-content p {
        width: 90%;
        margin: 20px auto 30px; }
      #section-info .item .item-content a {
        display: block;
        color: #fff;
        background: #176bb4;
        max-width: 200px;
        height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto auto 20px auto;
        line-height: normal;
        cursor: pointer;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        #section-info .item .item-content a:hover {
          box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.54); }

/* CSS Document */
#footer {
  background: #5f5f5f;
  color: #fff;
  padding-top: 100px;
  overflow: hidden; }
  #footer .side-wrapper {
    overflow: hidden; }
  #footer .footer-logo {
    display: block;
    width: 262px;
    height: 49px;
    background: url(../img/icon/logo-footer.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 5%;
    max-width: 20%; }
  #footer .box-wrapper {
    width: 75%;
    float: left; }
  #footer .box {
    width: 22%;
    float: left;
    margin: 0 1.5%;
    font-size: 16px;
    line-height: 1.4; }
    #footer .box .title {
      font-weight: 900;
      margin-bottom: 10px;
      margin-top: 10px; }
    #footer .box address {
      font-style: normal;
      margin-bottom: 20px; }
    #footer .box a {
      display: block; }
      #footer .box a:hover {
        text-decoration: underline; }
    #footer .box .social {
      display: block;
      width: 37px;
      height: 36px;
      background: url(../img/icon/icon-fb.png) no-repeat;
      background-size: 37px 36px;
      background-position: right;
      text-align: right;
      margin-left: auto;
      margin-right: 0;
      margin-bottom: 30px; }
    #footer .box .privacy {
      text-align: right; }
  #footer #footer-up {
    width: 100%;
    height: 20px;
    background: #fff;
    color: #5f5f5f;
    position: relative;
    margin-top: 80px;
    line-height: 20px;
    font-size: 12px; }
    #footer #footer-up .side-wrapper {
      overflow: visible; }
    #footer #footer-up a:hover {
      text-decoration: underline; }
    #footer #footer-up .up-btn {
      display: block;
      width: 120px;
      height: 60px;
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
      margin: auto;
      border-top-right-radius: 60px;
      border-top-left-radius: 60px;
      background: #fff url(../img/icon/up.png) no-repeat;
      background-size: 36px 23px;
      background-position: center top 25px;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      #footer #footer-up .up-btn:hover {
        background-position: center top 20px; }

/* CSS Document */
/* Responsive */
@media all and (max-width: 1900px) {
  body {
    background: none !important; }

  #header .owl-nav .owl-next, #products .owl-nav .owl-next {
    width: 66px;
    height: 66px;
    right: -70px;
    background-image: url(../img/icon/arrow-slider-right-small.png);
    background-size: 66px 66px; }
  #header .owl-nav .owl-prev, #products .owl-nav .owl-prev {
    width: 66px;
    height: 66px;
    left: -70px;
    background-image: url(../img/icon/arrow-slider-left-small.png);
    background-size: 66px 66px; } }
@media all and (max-width: 1280px) {
  #header .owl-nav .owl-next, #products .owl-nav .owl-next {
    opacity: .5;
    right: 5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    #header .owl-nav .owl-next:hover, #products .owl-nav .owl-next:hover {
      opacity: 1; }
  #header .owl-nav .owl-prev, #products .owl-nav .owl-prev {
    opacity: .5;
    left: 5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    #header .owl-nav .owl-prev:hover, #products .owl-nav .owl-prev:hover {
      opacity: 1; } }
@media all and (max-width: 1400px) {
  #footer .footer-logo {
    float: none;
    margin: 0 auto;
    max-width: none; }

  #footer .box-wrapper {
    width: 100%;
    float: none;
    margin-top: 50px; }

  #products .item {
    height: 450px; } }
@media all and (max-width: 1000px) {
  #mobile {
    display: block; }

  #top #menu {
    position: absolute;
    display: none;
    background: white;
    top: 60px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.23); }
    #top #menu ul {
      height: auto; }
      #top #menu ul li {
        float: none;
        line-height: normal;
        margin: 40px 0; }

  #top .content-wrapper {
    height: 60px; }

  #top .content-wrapper #logo a {
    height: 40px;
    background-size: contain; }

  #section-info .item {
    width: 100%;
    max-width: 465px;
    margin: 50px auto;
    float: none;
    padding-top: 10px; }

  #content-section .box-1 ul li, #content-section .box-2 ul li {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 600px;
    float: none; }

  #content-section .box-3 ul li {
    float: none;
    width: 100%;
    margin: 15px auto !important;
    max-width: 600px;
    height: auto; }

  #content-section .box-3 .info-green {
    max-width: 600px;
    margin: 50px auto 0; }

  #content-section .box-3 .info-green p {
    width: 90%; }

  #content-section ul#content-section-menu:first-child {
    font-size: 18px;
    line-height: 1.2; }

  #content-section .box-3 .info-green img {
    position: static;
    width: 100%;
    display: block;
    margin: 0 auto; }

  #content-section .box-1 ul, #content-section .box-2 ul {
    padding: 0; }

  #content-section .box-1 ul li img, #content-section .box-2 ul li img {
    position: static;
    margin: 30px auto 0;
    width: 100%; }

  #content-section .box-1 h3, #content-section .box-2 h3, #content-section .box-3 h3 {
    font-size: 32.4px; }

  #content-section .box-1 ul .icon-number.one, #content-section .box-1 ul .icon-number.two, #content-section .box-1 ul .icon-number.three, #content-section .box-1 ul .icon-number.four {
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 20px; }

  #content-section .box-1 ul li .desc-wrapper {
    margin: 0 auto !important;
    padding: 0 !important; }

  #content-section .box-2 ul .icon-number.one, #content-section .box-2 ul .icon-number.two, #content-section .box-2 ul .icon-number.three {
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 20px; }

  #content-section .box-2 ul li .desc-wrapper {
    margin: 0 auto !important;
    padding: 0 !important; }

  #footer .box {
    float: none;
    width: 100%;
    margin: 50px auto;
    max-width: 400px;
    text-align: center; }
    #footer .box .social {
      margin-left: auto;
      margin-right: auto; }
    #footer .box .privacy {
      text-align: center; }

  #products .item {
    height: 400px; }

  #products .item .item-content p {
    font-size: 25px; } }
@media all and (max-width: 650px) {
  #header {
    padding-top: 150px; }

  #content-section .box-1 ul li p, #content-section .box-2 ul li p, #content-section .box-3 ul li p {
    padding: 30px 5%; }

  #content-section .box-1 h3, #content-section .box-2 h3, #content-section .box-3 h3 {
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
    background: #f3f3f3;
    padding: 20px 0; }

  #content-section ul#content-section-menu:first-child li {
    width: 100%;
    margin: 5px auto; }
    #content-section ul#content-section-menu:first-child li a {
      padding: 10px 0; }

  #content-section .box-1, #content-section .box-2, #content-section .box-3 {
    display: block !important;
    margin: 0 auto;
    padding: 0; }

  #content-section ul#content-section-menu {
    display: none !important; }

  #top {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999; }

  #top #menu {
    position: fixed;
    height: 80%;
    overflow: auto;
    top: 100px; }

  #top #menu ul li .submenu-menu-mobile {
    display: block; }

  #section-info {
    padding: 30px 0; }

  #section-info .section-title {
    font-size: 32.5px;
    margin-bottom: 20px; }

  #products {
    padding: 30px 0; }

  #products .section-title {
    font-size: 32.5px;
    margin-bottom: 20px; }

  #products .item {
    height: 450px; }

  #products .item .item-content p {
    font-size: 25px; }

  #products .item .item-content img {
    bottom: 100px; } }
@media all and (max-width: 650px) {
  #content-section .box-1 iframe {
    width: 100%;
    height: 315px; }

  #products .item {
    height: 400px; } }
