/*@media (min-width:480px){
    
}
@media (min-width:768px){
    
}
@media (min-width:992px){
    
}
@media (min-width:1200px){
    
}*/
@keyframes sidebar1open {
  35% {
    transform: translate(0, 6px); }
  100% {
    transform: translate(0, 6px) rotate(45deg); } }
@keyframes sidebar3open {
  35% {
    transform: translate(0, -6px); }
  100% {
    transform: translate(0, -6px) rotate(-45deg); } }
@keyframes sidebar1close {
  0% {
    transform: translate(0, 6px) rotate(45deg); }
  35% {
    transform: translate(0, 6px) rotate(0deg); }
  100% {
    transform: translate(0, 0px) rotate(0deg); } }
@keyframes sidebar3close {
  0% {
    transform: translate(0, -6px) rotate(-45deg); }
  35% {
    transform: translate(0, -6px) rotate(0deg); }
  100% {
    transform: translate(0, 0px) rotate(0deg); } }
@keyframes paperplane {
  from {
    transform: rotate(0deg) translateX(-40px); }
  to {
    transform: rotate(360deg) translateX(-40px); } }
@keyframes callbutton {
  from {
    width: 100%;
    height: 100%; }
  to {
    width: 150%;
    height: 150%; } }
@keyframes firstsidebar {
  0% {
    transform: translate(-200px, 200px); }
  80% {
    transform: translate(5px, -5px); }
  100% {
    transform: translate(0, 0); } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 25, 2017, 3:28:48 PM
    Author     : dcpt
*/
@font-face {
  font-family: lato;
  src: url(../font/Lato-Regular.ttf); }
@font-face {
  font-family: alt;
  src: url(../font/UTM-Alter-Gothic.ttf); }
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?wkz3hj");
  src: url("../font/icomoon.eot?wkz3hj#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?wkz3hj") format("truetype"), url("../font/icomoon.woff?wkz3hj") format("woff"), url("../font/icomoon.svg?wkz3hj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e901"; }

.icon-phone:before {
  content: "\e900"; }

body, td, th {
  font-size: 14px;
  font-family: lato; }

body {
  padding: 0;
  margin: 0;
  color: #262626; }

* {
  box-sizing: border-box; }

img {
  display: block;
  max-width: 100%; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.clear {
  clear: both; }

.container {
  padding: 0;
  margin: 0 auto;
  transition: width 350ms;
  width: 100%; }

@media (min-width: 480px) {
  .container {
    width: 460px; } }
@media (min-width: 768px) {
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  .container {
    width: 90%; } }
@media (min-width: 1200px) {
  .container {
    width: 90%; } }
.back-top {
  position: fixed;
  bottom: calc(4% + 47px);
  right: 2%;
  width: 36px;
  height: 36px;
  z-index: 9999;
  display: none; }
  .back-top a {
    text-decoration: none;
    display: block;
    color: #fff;
    background-color: #fc4b41;
    opacity: 1;
    border-radius: 100%;
    text-align: center;
    transition: opacity 0.3s; }
    .back-top a:hover {
      background-color: transparent;
      color: #fc4b41; }
    .back-top a i {
      font-size: 16px;
      line-height: 36px; }

.call-button {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 9999; }
  .call-button a {
    background-color: #fc4b41;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff; }
    .call-button a i {
      line-height: 36px;
      font-size: 17px; }
  .call-button > div {
    position: relative; }
    .call-button > div::after {
      animation: callbutton 1.5s ease-in-out 0s infinite;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: radial-gradient(#fc4b41, transparent);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 100%;
      z-index: -2; }

.call-button-number {
  display: none;
  position: fixed;
  bottom: 4%;
  right: calc(2% + 50px);
  z-index: 9999;
  background-color: #fff;
  border: 2px solid #fc4b41;
  border-radius: 7px; }
  .call-button-number > div {
    padding: 10px 20px;
    position: relative; }
    .call-button-number > div p {
      margin-bottom: 0;
      letter-spacing: 1px;
      font-size: 18px;
      color: #fc4b41; }
    .call-button-number > div::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: calc(100% - 1px);
      bottom: 7px;
      border: 8px solid #fff;
      border-top: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid transparent;
      z-index: 2; }
    .call-button-number > div::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: 100%;
      bottom: 5px;
      border: 10px solid #fc4b41;
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      z-index: 1; }

.top-header {
  background-color: #1e1e2a; }
  .top-header .inner-top-header ul {
    list-style: none;
    float: left;
    padding-left: 10px; }
    .top-header .inner-top-header ul li {
      padding: 7px 7px;
      font-size: 15px;
      float: left;
      color: #fff; }
      .top-header .inner-top-header ul li i {
        margin-right: 7px; }
    .top-header .inner-top-header ul::after {
      display: table;
      content: "";
      clear: both; }
  .top-header .inner-top-header::after {
    display: table;
    content: "";
    clear: both; }

@media (min-width: 768px) {
  .top-header {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff; }
    .top-header .inner-top-header ul {
      float: right;
      padding-left: 0; }
      .top-header .inner-top-header ul li {
        padding: 7px 15px;
        color: #808080; } }
@media (min-width: 992px) {
  .top-header .inner-top-header ul li {
    padding: 10px 20px; } }
.header .inner-header .logo a {
  display: block; }
  .header .inner-header .logo a img {
    margin: 10px auto 0;
    width: 200px; }
.header .inner-header .hotline {
  margin-top: 15px; }
  .header .inner-header .hotline .hotline-text {
    padding-left: 0; }
    .header .inner-header .hotline .hotline-text h3 {
      font-family: arial;
      font-weight: bold;
      color: #ed1c24;
      font-size: 18px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
    .header .inner-header .hotline .hotline-text h4 {
      color: #2679b7;
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 15px; }
  .header .inner-header .hotline .hotline-phone {
    margin-top: -42px; }
.header .inner-header::after {
  display: table;
  content: "";
  clear: both; }

@media (min-width: 768px) {
  .header .inner-header .logo {
    float: left; }
    .header .inner-header .logo a img {
      margin: 10px auto 10px;
      width: 320px; }
  .header .inner-header .hotline {
    float: right;
    margin-top: 15px; }
    .header .inner-header .hotline .hotline-text {
      padding-left: 50px; }
      .header .inner-header .hotline .hotline-text h3 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 0; }
      .header .inner-header .hotline .hotline-text h4 {
        font-size: 16px;
        margin-bottom: 10px; }
    .header .inner-header .hotline .hotline-phone {
      margin-top: -30px; }
      .header .inner-header .hotline .hotline-phone img {
        width: 290px; } }
@media (min-width: 992px) {
  .header .inner-header .logo a img {
    margin: 5px 0;
    width: 440px; }
  .header .inner-header .hotline {
    margin-top: 20px; }
    .header .inner-header .hotline .hotline-text {
      padding-left: 50px; }
      .header .inner-header .hotline .hotline-text h3 {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .header .inner-header .hotline .hotline-text h4 {
        font-size: 18px;
        margin-bottom: 15px; }
    .header .inner-header .hotline .hotline-phone {
      margin-top: -42px; }
      .header .inner-header .hotline .hotline-phone img {
        width: 300px; } }
@media (min-width: 1200px) {
  .header .inner-header .logo a img {
    margin: 0;
    width: 618px; }
  .header .inner-header .hotline .hotline-text {
    padding-left: 75px; }
    .header .inner-header .hotline .hotline-text h3 {
      font-size: 25px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .header .inner-header .hotline .hotline-text h4 {
      font-size: 20px;
      margin-bottom: 15px; }
  .header .inner-header .hotline .hotline-phone {
    margin-top: -42px; }
    .header .inner-header .hotline .hotline-phone img {
      width: 411px; } }
.outer-navigation {
  background-color: #1e1e2a; }
  .outer-navigation .inner-navigation .menu-category {
    padding: 12px;
    position: relative; }
    .outer-navigation .inner-navigation .menu-category > a {
      font-weight: bold;
      font-size: 16px;
      font-family: arial;
      background-color: #fc4b41;
      padding: 10px;
      text-align: center;
      color: #fff;
      border-radius: 4px;
      text-transform: uppercase;
      display: block;
      text-decoration: none; }
      .outer-navigation .inner-navigation .menu-category > a:hover {
        text-decoration: none; }
      .outer-navigation .inner-navigation .menu-category > a > i {
        margin-right: 7px; }
    .outer-navigation .inner-navigation .menu-category::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-bottom: 4px solid #fc4b41;
      bottom: 4px;
      left: calc(50% - 4px); }
    .outer-navigation .inner-navigation .menu-category::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: #fc4b41;
      bottom: 0;
      left: 0; }
  .outer-navigation .inner-navigation::after {
    display: table;
    content: "";
    clear: both; }

.navigation {
  background-color: #1e1e2a;
  position: relative;
  z-index: 95;
  padding-left: 0;
  padding-right: 0; }
  .navigation > ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0; }
    .navigation > ul > li {
      float: left;
      position: relative;
      /*            background:linear-gradient(to bottom, #158dd4 0%, #1b6aa2 50%, #1a69bb 100%);*/ }
      .navigation > ul > li.active-li {
        background-color: #40B656; }
      .navigation > ul > li.active-li-hover {
        /*                background-color: #40B656;*/ }
        .navigation > ul > li.active-li-hover > a {
          color: #dedede; }
      .navigation > ul > li > a {
        font-family: alt;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 7px 25px;
        font-size: 18px;
        position: relative;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        transition: color 0.35s;
        letter-spacing: 1px;
        /*                transition: padding 0.1s;*/ }
        .navigation > ul > li > a > i {
          font-size: 22px;
          vertical-align: text-bottom;
          display: block; }
        .navigation > ul > li > a:hover {
          text-decoration: none;
          /*                    background-color: #40B656;*/ }
      .navigation > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0%;
        z-index: 3;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #40B656;
        transform: scale(0);
        transform-origin: 16% 0%;
        transition: transform 0.2s, visibility 0.2s;
        visibility: hidden; }
        .navigation > ul > li > ul > li {
          position: relative; }
          .navigation > ul > li > ul > li > a {
            font-family: alt;
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 8px 19px;
            font-size: 16px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px solid #4cca63; }
            .navigation > ul > li > ul > li > a:hover {
              text-decoration: none;
              background-color: #47bb5c;
              color: #fff; }
            .navigation > ul > li > ul > li > a img {
              display: inline;
              margin-right: 10px;
              opacity: 0.8; }
            .navigation > ul > li > ul > li > a span {
              padding-right: 19px; }
            .navigation > ul > li > ul > li > a::after {
              display: table;
              content: "";
              clear: both; }
          .navigation > ul > li > ul > li > ul {
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 3;
            min-width: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            background-color: #40B656;
            transform-origin: 0% 0%;
            transform: scale(0);
            transition: transform 0.2s, visibility 0.2s;
            visibility: hidden; }
            .navigation > ul > li > ul > li > ul > li {
              position: relative; }
              .navigation > ul > li > ul > li > ul > li > a {
                font-family: alt;
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 10px 19px;
                font-size: 16px;
                white-space: nowrap;
                position: relative; }
                .navigation > ul > li > ul > li > ul > li > a i {
                  margin-right: 8px; }
                .navigation > ul > li > ul > li > ul > li > a:hover {
                  text-decoration: none;
                  background-color: #41b155;
                  color: #fff; }
              .navigation > ul > li > ul > li > ul > li > ul {
                position: absolute;
                top: 0;
                left: 100%;
                z-index: 3;
                list-style: none;
                padding: 0;
                margin: 0;
                background-color: #40B656;
                transform: scale(0);
                transform-origin: 0% 0%;
                transition: transform 0.2s, visibility 0.2s;
                visibility: hidden; }
                .navigation > ul > li > ul > li > ul > li > ul > li {
                  position: relative; }
                  .navigation > ul > li > ul > li > ul > li > ul > li > a {
                    font-family: alt;
                    text-decoration: none;
                    color: #fff;
                    display: block;
                    padding: 10px 19px;
                    font-size: 16px;
                    white-space: nowrap;
                    position: relative; }
                    .navigation > ul > li > ul > li > ul > li > ul > li > a:hover {
                      text-decoration: none;
                      background-color: #41b155;
                      color: #fff; }
                    .navigation > ul > li > ul > li > ul > li > ul > li > a i {
                      margin-right: 8px; }
                .navigation > ul > li > ul > li > ul > li > ul.acti {
                  visibility: visible;
                  transform: scale(1); }
            .navigation > ul > li > ul > li > ul.acti {
              visibility: visible;
              transform: scale(1); }
        .navigation > ul > li > ul.acti {
          visibility: visible;
          transform: scale(1); }
    .navigation > ul::after {
      display: table;
      content: "";
      clear: both; }
  .navigation.stick-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 100; }
    .navigation.stick-nav > ul {
      margin: 0 auto; }
      .navigation.stick-nav > ul > li > a {
        padding: 7px 27px; }
        .navigation.stick-nav > ul > li > a > i {
          display: inline-block;
          font-size: 17px; }

@media (min-width: 768px) {
  .navigation {
    padding-left: 0;
    padding-right: 0; }
    .navigation > ul > li > a {
      padding: 6px 22px;
      font-size: 16px; }
      .navigation > ul > li > a > i {
        font-size: 18px; }
    .navigation.stick-nav > ul > li > a {
      padding: 6px 22px; } }
@media (min-width: 992px) {
  .outer-navigation .inner-navigation .menu-category {
    padding: 10px;
    padding-left: 0;
    padding-right: 5px; }
    .outer-navigation .inner-navigation .menu-category > a {
      font-size: 14px;
      padding: 6px; }
    .outer-navigation .inner-navigation .menu-category::before {
      left: calc(50% - 10px); }
    .outer-navigation .inner-navigation .menu-category::after {
      width: calc(100% - 5px); }

  .navigation {
    padding-left: 5px;
    padding-right: 0; }
    .navigation > ul > li > a {
      white-space: nowrap;
      padding: 13px 12%;
      font-size: 18px; }
      .navigation > ul > li > a i {
        margin-right: 0; }
    .navigation.stick-nav > ul > li > a {
      padding: 6px 12%; } }
@media (min-width: 1200px) {
  .outer-navigation .inner-navigation .menu-category {
    width: 20%;
    padding: 12px;
    padding-left: 0;
    padding-right: 10px; }
    .outer-navigation .inner-navigation .menu-category > a {
      font-size: 14px;
      padding: 10px; }
    .outer-navigation .inner-navigation .menu-category::before {
      left: calc(50% - 15px); }
    .outer-navigation .inner-navigation .menu-category::after {
      width: calc(100% - 10px); }

  .navigation {
    width: 80%;
    padding-left: 10px;
    padding-right: 0; }
    .navigation > ul {
      width: 90%; }
      .navigation > ul > li {
        width: 14%; }
        .navigation > ul > li > a {
          white-space: nowrap;
          padding: 18px 10px;
          font-size: 22px; }
          .navigation > ul > li > a > i {
            font-size: 23px; }
    .navigation.stick-nav > ul > li > a {
      padding: 18px 10px;
      font-size: 22px; }
      .navigation.stick-nav > ul > li > a > i {
        font-size: 23px; } }
@media (min-width: 1440px) {
  .outer-navigation .inner-navigation .menu-category {
    width: 16.66%;
    padding: 12px;
    padding-left: 0;
    padding-right: 10px; }
    .outer-navigation .inner-navigation .menu-category > a {
      font-size: 16px;
      padding: 10px; }
    .outer-navigation .inner-navigation .menu-category::before {
      left: calc(50% - 15px); }
    .outer-navigation .inner-navigation .menu-category::after {
      width: calc(100% - 10px); }

  .navigation {
    width: 83.34%;
    padding-left: 10px;
    padding-right: 0; }
    .navigation > ul {
      width: 90%; }
      .navigation > ul > li {
        width: 14%; }
        .navigation > ul > li > a {
          white-space: nowrap;
          padding: 18px 10px;
          font-size: 22px; }
          .navigation > ul > li > a > i {
            font-size: 23px; }
    .navigation.stick-nav > ul > li > a {
      padding: 18px 10px;
      font-size: 22px; }
      .navigation.stick-nav > ul > li > a > i {
        font-size: 23px; } }
.side-bar-button {
  position: relative;
  z-index: 100;
  float: right;
  margin: 0;
  width: 33px;
  height: 33px;
  padding-top: 10px;
  cursor: pointer;
  z-index: 200;
  background-color: #fc4b41;
  animation: firstsidebar 1s ease-in-out 0s 1; }
  .side-bar-button.side-bar-button-drag:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 100%;
    border: 2px solid #f19537;
    width: calc(100% + 10px);
    height: calc(100% + 10px); }
  .side-bar-button .one-line-bar {
    width: 20px;
    height: 1px;
    margin: 0 auto 5px;
    background-color: #fff;
    transition: background-color 0.3s; }
  .side-bar-button .one-line-bar:nth-child(1) {
    transform-origin: center center;
    background-color: #fff; }
    .side-bar-button .one-line-bar:nth-child(1).bt-animate-open {
      animation: sidebar1open 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }
    .side-bar-button .one-line-bar:nth-child(1).bt-animate-close {
      animation: sidebar1close 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }
  .side-bar-button .one-line-bar:nth-child(3) {
    transform-origin: center center;
    margin-bottom: 0px;
    background-color: #fff; }
    .side-bar-button .one-line-bar:nth-child(3).bt-animate-open {
      animation: sidebar3open 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }
    .side-bar-button .one-line-bar:nth-child(3).bt-animate-close {
      animation: sidebar3close 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 97;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s; }
  .mask.mask-show {
    visibility: visible;
    opacity: 1; }

.side-bar-mobile {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
  font-size: 1em;
  background-color: #fc4b41; }
  .side-bar-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .side-bar-mobile ul > li > a {
      border-bottom: 1px solid #fd968b75;
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 10px 20px;
      font-size: 16px;
      transition: color 0.3s;
      text-align: left; }
      .side-bar-mobile ul > li > a:hover {
        text-decoration: none; }
      .side-bar-mobile ul > li > a > i {
        font-size: 16px;
        float: right;
        line-height: 22px;
        vertical-align: middle;
        transition: transform 0.2s;
        width: 30px;
        text-align: center; }
      .side-bar-mobile ul > li > a > span {
        line-height: 22px;
        vertical-align: middle; }
      .side-bar-mobile ul > li > a img {
        display: inline-block;
        margin-right: 5px;
        opacity: 0.8; }
      .side-bar-mobile ul > li > a::after {
        display: table;
        content: "";
        clear: both; }
    .side-bar-mobile ul > li > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .side-bar-mobile ul > li > ul > li > a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 10px 40px;
        font-size: 16px;
        transition: color 0.3s; }
        .side-bar-mobile ul > li > ul > li > a:hover {
          text-decoration: none; }
        .side-bar-mobile ul > li > ul > li > a > i {
          font-size: 16px;
          float: right;
          line-height: 22px;
          vertical-align: middle;
          transition: transform 0.2s;
          width: 30px;
          text-align: center; }
        .side-bar-mobile ul > li > ul > li > a > span {
          line-height: 22px;
          vertical-align: middle; }
        .side-bar-mobile ul > li > ul > li > a::after {
          display: table;
          content: "";
          clear: both; }
      .side-bar-mobile ul > li > ul > li > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .side-bar-mobile ul > li > ul > li > ul > li > a {
          text-decoration: none;
          color: #fff;
          display: block;
          padding: 10px 60px;
          font-size: 14px;
          transition: color 0.3s; }
          .side-bar-mobile ul > li > ul > li > ul > li > a:hover {
            text-decoration: none; }
          .side-bar-mobile ul > li > ul > li > ul > li > a > i {
            font-size: 16px;
            float: right;
            line-height: 22px;
            vertical-align: middle;
            transition: transform 0.2s;
            width: 30px;
            text-align: center; }
          .side-bar-mobile ul > li > ul > li > ul > li > a > span {
            line-height: 22px;
            vertical-align: middle; }
          .side-bar-mobile ul > li > ul > li > ul > li > a::after {
            display: table;
            content: "";
            clear: both; }
        .side-bar-mobile ul > li > ul > li > ul > li > ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 10px 80px;
            font-size: 14px;
            transition: color 0.3s; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a:hover {
              text-decoration: none; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a > i {
              font-size: 16px;
              float: right;
              line-height: 22px;
              vertical-align: middle;
              transition: transform 0.2s;
              width: 30px;
              text-align: center; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a > span {
              line-height: 22px;
              vertical-align: middle; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a::after {
              display: table;
              content: "";
              clear: both; }

@media (min-width: 768px) {
  .side-bar-mobile {
    top: 156px;
    max-width: 400px; } }
.main {
  margin-bottom: 10px; }
  .main .inner-main .left-main {
    padding: 0; }
  .main .inner-main .right-main {
    padding: 5px; }
  .main .inner-main::after {
    display: table;
    content: "";
    clear: both; }

@media (min-width: 768px) {
  .main {
    margin-bottom: 15px; }
    .main .inner-main .left-main {
      padding: 0 5px; }
    .main .inner-main .right-main {
      padding: 5px; } }
@media (min-width: 992px) {
  .main {
    margin-bottom: 20px; }
    .main .inner-main .left-main {
      padding-left: 0;
      padding-right: 5px; }
    .main .inner-main .right-main {
      padding-left: 5px;
      padding-right: 0; } }
@media (min-width: 1200px) {
  .main {
    margin-bottom: 25px; }
    .main .inner-main .left-main {
      width: 20%;
      padding-left: 0;
      padding-right: 10px; }
    .main .inner-main .right-main {
      width: 80%;
      padding-left: 10px;
      padding-right: 0; } }
@media (min-width: 1440px) {
  .main {
    margin-bottom: 25px; }
    .main .inner-main .left-main {
      width: 16.66%;
      padding-left: 0;
      padding-right: 10px; }
    .main .inner-main .right-main {
      width: 83.34%;
      padding-left: 10px;
      padding-right: 0; } }
.category {
  position: relative;
  z-index: 95; }
  .category > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f6f6f6; }
    .category > ul > li {
      position: relative;
      width: 50%;
      float: left;
      /*            background:linear-gradient(to bottom, #158dd4 0%, #1b6aa2 50%, #1a69bb 100%);*/ }
      .category > ul > li.active-li {
        background-color: #40B656; }
      .category > ul > li.active-li-hover {
        /*                background-color: #40B656;*/ }
        .category > ul > li.active-li-hover > a {
          color: #000; }
      .category > ul > li > a {
        text-decoration: none;
        color: #020202;
        display: block;
        padding: 7px 10px;
        font-size: 13px;
        position: relative;
        cursor: pointer;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        /*                transition: padding 0.1s;*/ }
        .category > ul > li > a > i {
          font-size: 22px;
          vertical-align: text-bottom;
          display: block; }
        .category > ul > li > a:hover {
          text-decoration: none;
          background-color: #1e1e2a;
          color: #fff; }
      .category > ul > li > ul {
        position: absolute;
        top: 0%;
        left: 100%;
        z-index: 3;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #1e1e2a;
        transform: scale(0);
        transform-origin: 16% 0%;
        transition: transform 0.2s, visibility 0.2s;
        visibility: hidden; }
        .category > ul > li > ul > li {
          position: relative; }
          .category > ul > li > ul > li > a {
            font-family: arial;
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 9px 20px;
            font-size: 15px;
            white-space: nowrap;
            position: relative;
            /*                        border-bottom:1px solid #737373;*/ }
            .category > ul > li > ul > li > a:hover {
              text-decoration: none;
              background-color: #47bb5c;
              color: #fff; }
            .category > ul > li > ul > li > a img {
              display: inline;
              margin-right: 10px;
              opacity: 0.8; }
            .category > ul > li > ul > li > a span {
              padding-right: 19px; }
            .category > ul > li > ul > li > a::after {
              display: table;
              content: "";
              clear: both; }
          .category > ul > li > ul > li > ul {
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 3;
            min-width: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            background-color: #1e1e2a;
            transform-origin: 0% 0%;
            transform: scale(0);
            transition: transform 0.2s, visibility 0.2s;
            visibility: hidden; }
            .category > ul > li > ul > li > ul > li {
              position: relative; }
              .category > ul > li > ul > li > ul > li > a {
                font-family: arial;
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 9px 20px;
                font-size: 15px;
                white-space: nowrap;
                position: relative; }
                .category > ul > li > ul > li > ul > li > a i {
                  margin-right: 8px; }
                .category > ul > li > ul > li > ul > li > a:hover {
                  text-decoration: none;
                  background-color: #41b155;
                  color: #fff; }
              .category > ul > li > ul > li > ul > li > ul {
                position: absolute;
                top: 0;
                left: 100%;
                z-index: 3;
                list-style: none;
                padding: 0;
                margin: 0;
                background-color: #1e1e2a;
                transform: scale(0);
                transform-origin: 0% 0%;
                transition: transform 0.2s, visibility 0.2s;
                visibility: hidden; }
                .category > ul > li > ul > li > ul > li > ul > li {
                  position: relative; }
                  .category > ul > li > ul > li > ul > li > ul > li > a {
                    font-family: arial;
                    text-decoration: none;
                    color: #fff;
                    display: block;
                    padding: 9px 20px;
                    font-size: 15px;
                    white-space: nowrap;
                    position: relative; }
                    .category > ul > li > ul > li > ul > li > ul > li > a:hover {
                      text-decoration: none;
                      background-color: #41b155;
                      color: #fff; }
                    .category > ul > li > ul > li > ul > li > ul > li > a i {
                      margin-right: 8px; }
                .category > ul > li > ul > li > ul > li > ul.acti {
                  visibility: visible;
                  transform: scale(1); }
            .category > ul > li > ul > li > ul.acti {
              visibility: visible;
              transform: scale(1); }
        .category > ul > li > ul.acti {
          visibility: visible;
          transform: scale(1); }
    .category > ul::after {
      display: table;
      content: "";
      clear: both; }

@media (min-width: 768px) {
  .category > ul {
    padding: 15px 0; }
    .category > ul > li {
      width: 33.33%;
      float: left; }
      .category > ul > li > a {
        font-family: arial;
        color: #020202;
        padding: 10px 27px;
        font-size: 15px; }
        .category > ul > li > a > i {
          font-size: 18px; } }
@media (min-width: 992px) {
  .category {
    box-shadow: 0 5px 15px #d4d3d3; }
    .category > ul > li {
      width: 100%;
      float: none; }
      .category > ul > li > a {
        font-weight: bold;
        color: #4d4d4d;
        padding: 8px 20px;
        font-size: 14px; }
        .category > ul > li > a i {
          margin-right: 0; } }
@media (min-width: 1200px) {
  .category > ul > li > a {
    padding: 9px 25px;
    font-size: 15px; }
    .category > ul > li > a > i {
      font-size: 23px; } }
.news {
  padding: 0 5px; }
  .news .news-heading h3 {
    margin: 0;
    font-size: 16px;
    border-bottom: 2px solid #ececec; }
    .news .news-heading h3 a {
      display: inline-block;
      padding: 5px 0;
      border-bottom: 2px solid #fc4b41;
      color: #010101;
      text-transform: uppercase;
      text-decoration: none; }
      .news .news-heading h3 a:hover {
        text-decoration: none; }
  .news .news-row {
    margin-top: 10px; }
    .news .news-row .one-news {
      padding: 5px 0; }
      .news .news-row .one-news .news-thumb {
        padding-left: 0;
        padding-right: 7px; }
      .news .news-row .one-news .news-desc {
        padding-left: 7px;
        padding-right: 0; }
        .news .news-row .one-news .news-desc h4 {
          font-size: 16px; }
          .news .news-row .one-news .news-desc h4 a {
            color: #363636;
            text-decoration: none; }
            .news .news-row .one-news .news-desc h4 a:hover {
              text-decoration: none; }
      .news .news-row .one-news::after {
        display: table;
        content: "";
        clear: both; }
    .news .news-row::after {
      display: table;
      content: "";
      clear: both; }

.left-banner {
  margin-top: 10px; }
  .left-banner a {
    display: block; }
    .left-banner a img {
      margin: 0 auto; }

@media (min-width: 768px) {
  .facebook {
    margin-top: 10px; }

  .news {
    padding: 0; }
    .news .news-heading h3 {
      font-size: 18px; }
      .news .news-heading h3 a {
        padding: 10px 0; }
    .news .news-row .one-news .news-desc h4 {
      font-size: 16px; }

  .left-banner {
    margin-top: 10px; } }
@media (min-width: 992px) {
  .facebook {
    margin-top: 20px; }

  .news {
    margin-top: 20px; }
    .news .news-heading h3 {
      font-size: 18px; }
    .news .news-row .one-news .news-desc h4 {
      font-size: 16px; }

  .left-banner {
    margin-top: 20px; } }
@media (min-width: 1200px) {
  .facebook {
    margin-top: 30px; }

  .news {
    margin-top: 30px; }
    .news .news-heading h3 {
      font-size: 20px; }
    .news .news-row .one-news .news-desc h4 {
      font-size: 18px; }

  .left-banner {
    margin-top: 30px; } }
.left-product-best-seller {
  margin-top: 10px; }
  .left-product-best-seller .left-product-best-seller-heading h3 {
    margin: 0;
    font-size: 16px;
    border-bottom: 2px solid #ececec; }
    .left-product-best-seller .left-product-best-seller-heading h3 a {
      display: inline-block;
      padding: 5px 0;
      border-bottom: 2px solid #fc4b41;
      color: #010101;
      text-transform: uppercase;
      text-decoration: none; }
      .left-product-best-seller .left-product-best-seller-heading h3 a:hover {
        text-decoration: none; }
  .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller {
    padding: 5px; }
    .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller {
      position: relative; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb {
        padding: 10px;
        background-color: #f1f1f1;
        position: relative; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb a {
          display: block; }
          .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb a img {
            margin: 0 auto; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb .left-product-best-seller-ribbon-news {
          position: absolute;
          top: 5px;
          right: 5px; }
          .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb .left-product-best-seller-ribbon-news img {
            width: 30px; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb .left-product-best-seller-ribbon-sales {
          position: absolute;
          top: 5px;
          left: 5px; }
          .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb .left-product-best-seller-ribbon-sales img {
            width: 30px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 {
        margin: 10px 0;
        text-align: left;
        font-size: 16px; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 > a {
          text-transform: uppercase;
          color: #555454;
          text-decoration: none; }
          .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 > a:hover {
            text-decoration: none; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star {
        margin-bottom: 10px; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star > img {
          float: left; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star::after {
          display: table;
          content: "";
          clear: both; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > p {
        text-align: left; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > p .left-product-best-seller-price-new {
          color: #040404;
          font-weight: bold;
          font-size: 14px;
          margin-right: 5px;
          margin-bottom: 5px;
          display: block; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > p .left-product-best-seller-price-old {
          text-decoration: line-through;
          color: #898989;
          font-size: 12px;
          display: block; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller::after {
        display: table;
        content: "";
        clear: both; }
  .left-product-best-seller .left-product-best-seller-row::after {
    display: table;
    content: "";
    clear: both; }

@media (min-width: 480px) {
  .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 {
    margin: 5px 0; }
  .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star {
    margin-bottom: 5px; }
  .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > p .left-product-best-seller-price-new {
    font-size: 15px; } }
@media (min-width: 768px) {
  .left-product-best-seller {
    margin-top: 10px; }
    .left-product-best-seller .left-product-best-seller-heading h3 {
      font-size: 18px; }
      .left-product-best-seller .left-product-best-seller-heading h3 a {
        padding: 7px 0; }
    .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller {
      padding: 10px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 {
        margin: 10px 0; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star {
        margin-bottom: 10px; } }
@media (min-width: 992px) {
  .left-product-best-seller {
    margin-top: 10px; }
    .left-product-best-seller .left-product-best-seller-heading h3 {
      font-size: 18px; }
      .left-product-best-seller .left-product-best-seller-heading h3 a {
        padding: 10px 0; }
    .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller {
      padding: 10px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb .left-product-best-seller-ribbon-news {
        top: 10px;
        right: 10px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-thumb .left-product-best-seller-ribbon-sales {
        top: 10px;
        left: 10px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 {
        margin: 15px 0; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star {
        margin-bottom: 15px; } }
@media (min-width: 1200px) {
  .left-product-best-seller {
    margin-top: 30px; }
    .left-product-best-seller .left-product-best-seller-heading h3 {
      font-size: 22px; }
    .left-product-best-seller .left-product-best-seller-row {
      margin-left: -15px;
      margin-right: -15px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller {
        padding: 15px; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 {
          margin: 15px 0; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star {
          margin-bottom: 15px; } }
@media (min-width: 1440px) {
  .left-product-best-seller {
    margin-top: 30px; }
    .left-product-best-seller .left-product-best-seller-heading h3 {
      font-size: 22px; }
    .left-product-best-seller .left-product-best-seller-row {
      margin-left: -15px;
      margin-right: -15px; }
      .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller {
        padding: 15px; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc > h4 {
          margin: 15px 0; }
        .left-product-best-seller .left-product-best-seller-row .one-left-product-best-seller .inner-one-left-product-best-seller .left-product-best-seller-desc .left-product-best-seller-star {
          margin-bottom: 15px; } }
.footer {
  border-top: 5px solid #fc4b41;
  padding-top: 5px; }
  .footer .inner-footer .left-footer .footer-logo a {
    display: block; }
    .footer .inner-footer .left-footer .footer-logo a img {
      margin: 5px auto 0;
      width: 300px; }
  .footer .inner-footer .left-footer > ul {
    padding: 5px 10px; }
    .footer .inner-footer .left-footer > ul > li {
      font-size: 15px;
      margin-bottom: 5px; }
      .footer .inner-footer .left-footer > ul > li > i {
        color: #e84d3d;
        width: 13px;
        margin-right: 7px; }
  .footer .inner-footer .right-footer .bank .one-bank {
    padding: 10px;
    width: 180px; }
  .footer .inner-footer::after {
    display: table;
    content: "";
    clear: both; }

.footer-copyright {
  background-color: #1e1e2a; }
  .footer-copyright .inner-footer-copyright p {
    padding: 5px 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 13px; }
    .footer-copyright .inner-footer-copyright p a {
      color: #fff;
      text-decoration: none; }
      .footer-copyright .inner-footer-copyright p a:hover {
        text-decoration: none; }

@media (min-width: 768px) {
  .footer {
    padding-top: 10px; }
    .footer .inner-footer .left-footer {
      float: left; }
      .footer .inner-footer .left-footer .footer-logo a img {
        width: 350px; }
      .footer .inner-footer .left-footer > ul {
        padding: 5px 15px; }
        .footer .inner-footer .left-footer > ul > li {
          font-size: 16px; }
          .footer .inner-footer .left-footer > ul > li > i {
            width: 16px; }
    .footer .inner-footer .right-footer {
      float: right; }
      .footer .inner-footer .right-footer .bank .one-bank {
        width: 200px; }

  .footer-copyright .inner-footer-copyright p {
    font-size: 14px;
    padding: 5px 0; } }
@media (min-width: 992px) {
  .footer {
    padding-top: 15px; }
    .footer .inner-footer .left-footer .footer-logo a img {
      width: 400px; }
    .footer .inner-footer .left-footer > ul {
      padding: 10px 20px; }
      .footer .inner-footer .left-footer > ul > li {
        font-size: 18px; }
        .footer .inner-footer .left-footer > ul > li > i {
          width: 18px; }
    .footer .inner-footer .right-footer .bank .one-bank {
      width: 250px; }

  .footer-copyright .inner-footer-copyright p {
    font-size: 16px;
    padding: 10px 0; } }
@media (min-width: 1200px) {
  .footer {
    padding-top: 15px; }
    .footer .inner-footer .left-footer .footer-logo a img {
      width: 478px; }
    .footer .inner-footer .left-footer > ul {
      padding: 10px 25px; }
      .footer .inner-footer .left-footer > ul > li {
        font-size: 20px; }
        .footer .inner-footer .left-footer > ul > li > i {
          width: 20px; }
    .footer .inner-footer .right-footer .bank .one-bank {
      width: 300px img; }

  .footer-copyright .inner-footer-copyright p {
    padding: 15px 0; } }

/*# sourceMappingURL=main.css.map */
