#slide {
    background: #005d8c
}
#slide > .slider {
    position: relative;
}
    #slide > .slider .item {
        background-repeat: no-repeat;
        background-size: cover;
        
        position: relative;
        overflow: hidden;
    }
  #slide > .slider .item > img {
      min-width: 100%;
      top:0;
      left: 0;
   
  }
    #slide > .slider .item .row {
      -webkit-align-items: center;
      align-items: center;
      height: 100%;
    }
    #slide > .slider .item.right-to-left .row {
        flex-direction: row-reverse;
    }
      #slide > .slider .item .row > div.target-animate {
        position: relative;
        transform: scale(0.93);
        opacity: 0.9;
      }
        #slide > .slider .item .row > div.target-animate.left-in {
          transform: translate(-20px) scale(0.93);
        }
        #slide > .slider .item .row > div.target-animate.right-in {
          transform: translate(20px) scale(0.93); }
        #slide > .slider .item .target-animate.zoom-in {
            transform: scale(1);
        }
      #slide > .slider .item .row > div > .banner {
        padding: 30px 0; }
        #slide > .slider .item .row > div > .banner > p {
          color: #000000; }
        #slide > .slider .item .row > div > .banner > p:nth-child(2) {
            margin-bottom: 20px;
        }
          #slide > .slider .item .row > div > .banner > p:first-child,
          #slide > .slider .item .row > div > .banner > p:first-child > span {
            font-size: 50px;
            line-height: 1.2em;
          }
          @media screen and (min-width: 992px) and (max-width: 1199.8px) {
              #slide > .slider .item .row > div > .banner > p:first-child,
              #slide > .slider .item .row > div > .banner > p:first-child > span {
                  font-size: 25px;
              }
          }
          @media screen and (min-width: 1200px) {
              #slide > .slider .item .row > div > .banner > p:first-child,
              #slide > .slider .item .row > div > .banner > p:first-child > span {
                  font-size: 31px;
              }
          }
          @media screen and (max-width: 991.8px) {
              #slide > .slider .item .row > div > .banner > p:first-child,
              #slide > .slider .item .row > div > .banner > p:first-child > span {
                  font-size: 20px;
                  font-weight: bold;
              }
          }
#slide > .slider .item .row > div > .banner > a {
    color: #ffffff;
    border-radius: 5px;
    padding: 0.7em 1.5em 0.7em 1.2em;
    font-weight: bold;
    background: #f49d12;
}
        #slide > .slider .item .row > div > .banner > a > .arrow {
            top: 1px;
            margin-left: 5px;
        }
        #slide > .slider .item .row > div > .banner > a > .arrow:before {
            background: white;
        }
            #slide > .slider .item .row > div > .banner > a > .arrow:after {
                border-color: white;
            }
        #slide > .slider .item .row > div > .banner > a:hover {
            background: #005d8c;
            color: #ffffff;
        }
        #slide > .slider .item .row > div > .banner > a:hover > .arrow {
            margin-left: 10px;
        }
        #slide > .slider .item .row > div > .banner > a:hover > .arrow:before {
            background: #ffffff;
        }
        #slide > .slider .item .row > div > .banner > a:hover > .arrow:after {
            border-color: #ffffff;
        }
      #slide > .slider .item .row > div:last-child {
        padding-top: 30px; }
      @media screen and (max-height: 650px) {
          #slide > .slider .item {
              height: 392px;
          }
          #slide > .slider .item .row > div:last-child > img {
              width: 385px;
              margin: auto;
          }
      }
      #slide > .slider .item.slide-2 .container > .row > div:first-child {
              position: relative;
                z-index: 1;
      }
      #slide > .slider .item.slide-2 .container > .row > div:first-child > img {
            width: 466px;
            margin-left: auto;
            position: relative;
            right: -49px;
            top: 46px;
            max-width: 100%;
      }
      #slide > .slider .item.slide-2 .container > .row > div:last-child {
          padding-top: 188px;
      }
      #slide > .slider .item.slide-2 .container > .row > div:last-child > img {
          width: 430px;
          position: relative;
          left: -150px;
        max-width: 100%;
      }

      #slide > .slider .item.slide-2 .container > .row > div:last-child > img.decor {
              width: auto;
        position: absolute;
        top: 5%;
        height: 90%;
        right: 0;
        left: auto;
        z-index: -1;
      }
      @media screen and (max-width: 767.8px) {
          #slide > .slider .item.slide-2 .container > .row > div:first-child > img {
                right: 0;
                top: 90px;
                margin: auto;
          }
          #slide > .slider .item.slide-2 .container > .row > div:last-child > img {
              left: 0;
          }
      }

#slide > .slider .item > .wrcontainer {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
#slide > .slider .item  .container {
    height: 100%;
   
}

      #slide > .slider .item.slide-3 .row > div:first-child > .banner > p:first-child {
              text-align: center;
            font-weight: bold;
            color: #0081b5;
            font-size: 41px;
            text-shadow: none;
            text-transform: uppercase;
            line-height: 41px;
      }

    #slide > .slider .item.slide-3 .row > div:first-child > .banner > p:nth-child(2) {
        text-align: center;
        color: #0081b5;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 32px;
        line-height: 1em;
    }

      #slide > .slider .item  .container > .row > div {
            padding-bottom: 16px;
            padding-top: 25px;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
      }

      
  @media screen and (max-width: 767.8px) {
      #slide > .slider .item {
          height: auto;
          background: #00232e;
          max-height: none;
      }
      #slide > .slider .item > img {
          position: relative;
          height: auto;
      }
      #slide > .slider .item  .container > .row > div {
          padding-top: 0;
          padding-bottom: 20px;
      }
      #slide > .slider .item .row > div > .banner > p {
          color: #ffffff;
      }
      #slide > .slider .item > img {
          width: 150%;
      }
      #slide > .slider .item.right-to-left > img {
          left: -50%;
      }
  }

      #slide > .slider .item.slide-3 .container > .row > div:last-child > img {
          height: 100%;
          width: auto;
      }

      

      #slide > .slider .item.slide-4 > .row > div:first-child {
          flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 20px 0;
      }

      #slide > .slider .item.slide-4 > .row > div:first-child:after {
          content: '';
          width:40%;
          bottom: 0;
          height: 2px;
          background: #ffffff;
      }

      #slide > .slider .item.slide-4 > .row > div:first-child > p:first-child {
              color: #ffffff;
            font-size: calc(100vw / 26.78);
            text-transform: uppercase;
            line-height: 1em;
      }

      #slide > .slider .item.slide-4 > .row > div:first-child > p:nth-child(2) {
              color: #ffffff;
            font-weight: bold;
            font-size: calc(100vw / 19.52);
            line-height: 1em;
            text-transform: uppercase;
      }

      @media screen and (min-width: 1366px){
          #slide > .slider .item.slide-4 > .row > div:first-child > p:first-child {
              font-size: 51px;
          }
          #slide > .slider .item.slide-4 > .row > div:first-child > p:nth-child(2) {
              font-size: 70px;
          }
      }

      #slide > .slider .item.slide-4 > .row > div:last-child {
          padding-top: 0;
          height: 100%;
      }
      #slide > .slider .item.slide-4 > .row > div:last-child > img {
          height: 100%;
          width: auto;
      }

      @media screen and (max-width: 575.8px) {
          #slide > .slider .item {
              height: auto;
              max-height: none;
          }

          #slide > .slider .item.slide-3 .container > .row > div:last-child > img {
              width: 100%;
              height: auto;
          }

          #slide > .slider .item.slide-4 .row {
              flex-direction: column;
          }

          #slide > .slider .item.slide-4 > .row > div:last-child > img {
              width: 100%;
              height: auto;
          }

          #slide > .slider .item.slide-4 > .row > div:first-child > p:first-child {
              font-size: 41px;
          }

          #slide > .slider .item.slide-4 > .row > div:first-child > p:nth-child(2) {
              font-size: 32px;
          }
      }
  #slide > .slider .owl-item.active div.target-animate.left-in, #slide > .slider .owl-item.active div.target-animate.right-in {
    transform: translate(0) scale(1);
    transition: 1s;
    transition-delay: 0.3s;
    transition-timing-function: ease; }

  #slide > .slider .owl-item.active .target-animate.zoom-in {
      transform: scale(1.03);
    transition: 1s;
    transition-delay: 0.3s;
    transition-timing-function: ease;
  }
  #slide > .slider > .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
    #slide > .slider > .owl-dots > button > span {
      width: 16px;
      height: 16px;
      margin: 5px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      background: transparent; }
    #slide > .slider > .owl-dots > button > span:hover {
        background: #ffffff;
    }
    #slide > .slider > .owl-dots > button.active > span {
      border-color: #005d8c;
      background: #005d8c; }

    #slide > .slider > .owl-nav {
        margin-top: 0;
    }

    #slide > .slider > .owl-nav > button {
        position: absolute;
        top: 50%;
        width: 70px;
        height: 125px;
        transform: translateY(-50%);
    }

    #slide > .slider > .owl-nav > button:hover {
        background: rgba(0,0,0,0.2);
    }

    #slide > .slider > .owl-nav > button:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        border-top: 4px solid #ffffff;
        border-right: 4px solid #ffffff;
    }

    #slide > .slider > .owl-nav > button.owl-prev {
        left: 30px;
    }

    #slide > .slider > .owl-nav > button.owl-prev:before {
        transform: translateX(25px) rotate(-135deg);
    }

    #slide > .slider > .owl-nav > button.owl-next {
        right: 30px;
    }

    #slide > .slider > .owl-nav > button.owl-next:before {
        transform: translateX(-3px) rotate(45deg);
    }

    #slide > .slider > .owl-nav > button > span {
        display: none;
    }
    

    @media screen and (max-width: 1023px) {
        #slide > .slider > .owl-nav {
            position: absolute;
            bottom: 0;
            height: 35px;
            width: 100%;
            background: rgba(0,0,0,.5);
        }

        #slide > .slider > .owl-nav > button {
            width: 30px;
            height: 35px;
            transform: none;
            top: 0;
            margin: 0;
        }

        #slide > .slider > .owl-nav > button:before {
            width: 20px;
            height: 20px;
        }

        #slide > .slider > .owl-nav > button.owl-prev:before {
                transform: translateX(10px) rotate(-135deg);
        }
    }

#slide > .introduce {
  background: #005d8c;
  padding: 15px 0; }
#slide > .introduce .row {
    flex-direction: row-reverse;
}
  #slide > .introduce .row > div:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #slide > .introduce .row > div:first-child > a {
      text-decoration: none;
  }

    #slide > .introduce .row > div:first-child > a > p {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        align-items: center;
        margin-bottom: 0;
    }

    #slide > .introduce .row > div:first-child > a > p,
    #slide > .introduce .row > div:first-child > a > p > span {
        color: #ffffff;
        text-decoration: none;
        line-height: 1.2em;
    }
    #slide > .introduce .row > div:first-child > a:first-child {
        margin-right: 10px;
    }

    #slide > .introduce .row > div:first-child > a > p:before {
        content: url(/Content/img/phone.png);
        padding-right: 10px;
        position: relative;
    }
    @media screen and (max-width: 991.8px) {
      #slide > .introduce .row > div:first-child {
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    margin-bottom: 30px; } 
    }
  #slide > .introduce .row > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #slide > .introduce .row > div:last-child > .item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      flex: 1;
      text-align: center;
      padding: 10px; }
      #slide > .introduce .row > div:last-child > .item:first-child > a:first-child {
        background: #2dcb70; }
      #slide > .introduce .row > div:last-child > .item:nth-child(2) > a:first-child {
        background: #24b0dd; }
      #slide > .introduce .row > div:last-child > .item:nth-child(3) > a:first-child {
        background: #ee5722; }
      #slide > .introduce .row > div:last-child > .item:nth-child(4) > a:first-child {
        background: #f49d12; }
      #slide > .introduce .row > div:last-child > .item:nth-child(5) > a:first-child {
        background: #c22753; }
      #slide > .introduce .row > div:last-child > .item > a:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        border-radius: 50%; }
        #slide > .introduce .row > div:last-child > .item > a:first-child > img:last-child {
          display: none; }
        #slide > .introduce .row > div:last-child > .item > a:first-child:hover {
          background: #fff; }
          #slide > .introduce .row > div:last-child > .item > a:first-child:hover > img:last-child {
            display: block; }
          #slide > .introduce .row > div:last-child > .item > a:first-child:hover > img:first-child {
            display: none; }
      #slide > .introduce .row > div:last-child > .item > a:last-child {
        color: #fff;
        padding-top: 10px;
        text-decoration: none;
      }
      #slide > .introduce .row > div:last-child > .item > a:last-child > h4 {
          font-size: 14px;
          margin-bottom: 0;
      }

#products {
  padding: 50px 0;
  overflow: hidden;
}
#products .section-title {
    text-decoration: none;
}
  #products .section-title > h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    display: block;
  }
  #products .section-title-decor {
    display: none;
    text-align: center; }
    #products .section-title-decor:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 5px;
      background: #005d8c; }
    #products .section-title-decor:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 5px;
      background: #005d8c;
      margin-left: 5px; }
  #products .product-slide {
    padding-top: 20px; }
  #products .product-slide > .owl-nav {
      margin-top: 0;
  }
  #products .product-slide > .owl-nav > button {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 70px;
      transform: translateY(-50%);
  }
  #products .product-slide > .owl-nav > button:hover {
      background: rgba(50,75,92,0.1);
  }
  #products .product-slide > .owl-nav > button:before {
      content: '';
      width: 30px;
      height: 30px;
      border-top: 3px solid #005d8c;
      border-right: 3px solid #005d8c;
      display: block;
  }
  #products .product-slide > .owl-nav > button.disabled {
      cursor: not-allowed;
  }

  #products .product-slide > .owl-nav > button.owl-prev {
      left: -70px;
  }

  #products .product-slide > .owl-nav > button.owl-prev:before {
      transform: translateX(15px) rotate(-135deg);
  }

  #products .product-slide > .owl-nav > button.owl-next {
      right: -70px;
  }

  #products .product-slide > .owl-nav > button.owl-next:before {
      transform: translateX(-5px) rotate(45deg);
  }

  #products .product-slide > .owl-nav > button > span {
      display: none;
  }

    #products .product-slide .item {
      border-radius: 8px;
      overflow: hidden; }
        #products .product-slide .item > .thumbnail-wrapper > a > img {
          min-width: 100%;
          min-height: 100%; }
      #products .product-slide .item > .content-wrapper {
        position: relative; }
        #products .product-slide .item > .content-wrapper > .brand {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -moz-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center;
          position: absolute;
          background-color: #fff;
          border: 4px solid;
          padding: 7px 10px;
          border-radius: 26px;
          border-bottom-left-radius: 0;
          top: -20px;
          height: 46px; }
          #products .product-slide .item > .content-wrapper > .brand > a > img {
            max-height: 100%;
            max-width: 100%; }
        #products .product-slide .item > .content-wrapper > .content {
          padding: 30px 20px; }
          #products .product-slide .item > .content-wrapper > .content > .top {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center; }
            #products .product-slide .item > .content-wrapper > .content > .top > div {
              padding-right: 10px;
              width: calc(100% - 30px); }
              #products .product-slide .item > .content-wrapper > .content > .top > div > a {
                display: block;
                color: #fff;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              #products .product-slide .item > .content-wrapper > .content > .top > div > a > h3 {
                  font-size: 14px;
              }
                #products .product-slide .item > .content-wrapper > .content > .top > div > a:last-child {
                  font-size: 25px;
                  font-weight: bold;
                  text-transform: uppercase; }
            #products .product-slide .item > .content-wrapper > .content > .top > a {
              width: 30px; }
            #products .product-slide .item > .content-wrapper > .content > .top > a > span {
                width: 20px;
                height: 20px;
            }
            #products .product-slide .item > .content-wrapper > .content > .top > a > span:before {
                background: #ffffff;
            }
            #products .product-slide .item > .content-wrapper > .content > .top > a > span:after {
                border-color: #ffffff;
            }
          #products .product-slide .item > .content-wrapper > .content p {
            color: #fff;
            padding: 10px 0 0;
            margin: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 4.5em;
            line-height: 1.5em;
            box-sizing: content-box;
            height: 4.5em; }
    #products .product-slide > .owl-dots > button.active > span {
      border: 4px solid #005d8c;
      background: #fff; }
    #products .product-slide > .owl-dots > button > span {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #c4cfda; }

#about-us {
  padding: 50px 0;
  background-color: #005d8c; }
  #about-us .row {
    -webkit-align-items: center;
    align-items: center; }
    #about-us .row > div:first-child {
      margin-bottom: 30px; }
      #about-us .row > div:first-child > p,
      #about-us .row > div:first-child > a {
        color: #fff; }
      #about-us .row > div:first-child > .section-title {
        text-align: left;
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 0;
        color: #fff;
        text-transform: uppercase; }
      #about-us .row > div:first-child > .section-title-decor {
        display: block;
        text-align: left; }
        #about-us .row > div:first-child > .section-title-decor:before {
          content: '';
          display: inline-block;
          width: 20px;
          height: 5px;
          background: #fff; }
        #about-us .row > div:first-child > .section-title-decor:after {
          content: '';
          display: inline-block;
          width: 6px;
          height: 5px;
          background: #fff;
          margin-left: 5px; }
      #about-us .row > div:first-child > p.content {
        padding: 10px 0;
        line-height: 2em; }
        @media screen and (max-width: 991.8px) {
          #about-us .row > div:first-child > p.content {
            line-height: 1.5em; } }
      #about-us .row > div:first-child > a.btn {
        background-color: #f49d12;
        padding: 0.7em 1.5em;
        border-radius: 5px;
        border: none;
        color: #fff; }
        #about-us .row > div:first-child > a.btn:hover {
          background: #f1a42a; }

        #about-us .row > div:first-child > a.btn > .arrow {
            width: 11px;
            height: 11px;
            margin-left: 5px;
        }
    #about-us .row > div:last-child {
      text-align: center; }
      #about-us .row > div:last-child > img {
        max-width: 100%; }
      @media screen and (min-width: 768px) {
        #about-us .row > div:last-child {
          text-align: right; }
          #about-us .row > div:last-child > img {
            max-width: 90%; } }

#customers {
  padding: 50px 0; }
    #customers .title {
        text-decoration: none;
    }
  #customers .title > h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    display: block;
  }
  #customers .decor {
      visibility: hidden;
      height:0;
    display: block;
    text-align: center;
    margin-bottom: 30px; }
    #customers .decor:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 5px;
      background: #005d8c; }
    #customers .decor:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 5px;
      background: #005d8c;
      margin-left: 5px; }
  #customers .info {
    margin-bottom: 50px; }
    #customers .info .item {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 767.8px) {
        #customers .info .item {
          -webkit-align-items: center;
          align-items: center; } }
      #customers .info .item > .icon-wrapper {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #customers .info .item > .icon-wrapper > img {
          max-width: 70%; }
      #customers .info .item > p {
        flex: 1;
        padding-left: 10px;
        line-height: 1.5em;
        margin: 0;
        position: relative;
        top: 10px; }
        @media screen and (max-width: 767.8px) {
          #customers .info .item > p {
            top: 0; } }
        #customers .info .item > p > span:first-child {
          font-size: 35px;
          font-weight: bold; }
          @media screen and (max-width: 1199.8px) {
            #customers .info .item > p > span:first-child {
              font-size: 25px; } }
          @media screen and (max-width: 991.8px) {
            #customers .info .item > p > span:first-child {
              font-size: 35px; } }
  #customers .top-customers > .row {
    margin-bottom: 30px; }
    #customers .top-customers > .row > div > .item {
      padding: 50px 20px 30px;
      border-radius: 8px;
      box-shadow: 0 0 20px #e6e6e6;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #customers .top-customers > .row > div > .item > .logo {
        height: 75px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
        margin-bottom: 20px;
        text-align: center;
      }
        #customers .top-customers > .row > div > .item > .logo > img {
          max-height: 100%;
          max-width: 100%; }
      #customers .top-customers > .row > div > .item > .decorator {
        position: relative;
        height: 1px;
        width: 60px;
        background: radial-gradient(circle, #80c1e1 0%, rgba(128, 193, 225, 0.7) 50%, rgba(128, 193, 225, 0) 100%);
        margin-bottom: 20px; }
        #customers .top-customers > .row > div > .item > .decorator:before {
          content: '';
          height: 6px;
          width: 11px;
          top: 0;
          left: calc(50% - 5px);
          position: absolute;
          border-top: 6px solid #80c1e1;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }
      #customers .top-customers > .row > div > .item > p.content {
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
        text-align: justify;
      }
      #customers .top-customers > .row > div > .item > .detail {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content:flex-end;
        width: 100%; }
        #customers .top-customers > .row > div > .item > .detail > a {
          display: inline-block;
          background-color: #5da4c8;
          padding: 0.6em 1.5em;
          border-radius: 5px;
          border: none;
          color: #fff; }
          #customers .top-customers > .row > div > .item > .detail > a:hover {
            background: #5b97b5;
            cursor: pointer; }

          #customers .top-customers > .row > div > .item > .detail > a > span {
              margin-left: 5px;
              width: 11px;
              height: 11px;
          }
  #customers .top-customers > .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #customers .top-customers > .more > a {
      text-transform: uppercase;
      font-weight: 600;
      background-color: transparent;
      padding: 0.7em 1.5em;
      border-radius: 5px;
      border: 2px solid #005d8c;
      color: #266c95;
      text-decoration: none;
    }
      #customers .top-customers > .more > a:hover {
        cursor: pointer;
        border: 2px solid #0378b3;
        color: #3590c5; }

#customer-list {
  background: #e5eef3;
  overflow: hidden; 
  width:calc(100% - 4px); margin:0px auto
}

  #customer-list > .wrapper {
    padding: 2px 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #customer-list > .wrapper > .item {
      background-color: #fff;
      margin: 1.5px 1px;
      width: 85px;
      height: 85px;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
    #customer-list > .wrapper > .item > a {
        max-width: 100%;
        max-height: 85px;
        display: block;
    }

#news {
  padding: 50px 0 100px;
  background-color: #f4f9fe; }
  #news .section-title {
    margin-bottom: 30px; }
    #news .section-title > a {
      text-decoration: none;
    }
    #news .section-title > a > h2 {
      text-align: center;
      font-weight: bold;
      font-size: 25px;
      margin-bottom: 0;
      color: #000;
      text-transform: uppercase;
      display: block;

    }
    #news .section-title > .decor {
        visibility: hidden;
      display: block;
      text-align: center;
      height: 0;
    }
      #news .section-title > .decor:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 5px;
        background: #005d8c; }
      #news .section-title > .decor:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 5px;
        background: #005d8c;
        margin-left: 5px; }
  #news .content .card {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 10px;
    box-shadow: 0 0 20px #e6e6e6;
    border: none;
    margin-bottom: 30px; }
    #news .content .card > .lg-item {
      background-color: #f5faff;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #news .content .card > .lg-item > .thumbnail-wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
        max-width: 100%; }
        #news .content .card > .lg-item > .thumbnail-wrapper img {
          min-height: 100%;
          min-width: 100%; }
        #news .content .card > .lg-item > .thumbnail-wrapper > div.category {
          position: absolute;
          bottom: 3px;
          left: 0; }
          #news .content .card > .lg-item > .thumbnail-wrapper > div.category > a {
            margin: 0;
            color: #fff;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            max-height: 1.5em;
            line-height: 1.5em;
            box-sizing: content-box;
            text-transform: uppercase;
            height: 1.5em;
          padding: 10px 15px 7px; }
        #news .content .card > .lg-item > .thumbnail-wrapper > div.line {
          position: absolute;
          width: 100%;
          bottom: 0;
          height: 3px; }
      #news .content .card > .lg-item > div:last-child > .title {
        padding: 15px 20px; }
        #news .content .card > .lg-item > div:last-child > .title > a > h3 {
          overflow: hidden;
          display: -webkit-box;
          display: flex;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          max-height: 4.5em;
          line-height: 1.5em;
          box-sizing: content-box;
          height: 4.5em;
          font-weight: bold;
          font-size: 16px;
          color: #000;
          text-decoration: none; }
          #news .content .card > .lg-item > div:last-child > .title > a:hover {
            color: #005d8c;
            cursor: pointer;
            text-decoration: none;
          }
        #news .content .card > .lg-item > div:last-child > .title > p.date {
          color: #a9a9a9;
          margin-top: 10px;
          margin-bottom: 0; }
          #news .content .card > .lg-item > div:last-child > .title > p.date:before {
            content: url(/Content/img/date-1.png); }
      #news .content .card > .lg-item > div:last-child > .content {
        padding: 0px 20px 20px; }
        #news .content .card > .lg-item > div:last-child > .content > p:first-child {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          max-height: 4.5em;
          line-height: 1.5em;
          box-sizing: content-box;
          height: 4.5em;
          margin: 0; }
        #news .content .card > .lg-item > div:last-child > .content > p:last-child {
          display: none; }
    #news .content .card > .item {
      padding: 10px 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #news .content .card > .item > .thumbnail-wrapper {
        width: 100px;
        height: calc(4.5em + 2px);
        overflow: hidden; }
        #news .content .card > .item > .thumbnail-wrapper img {
          min-height: 100%;
          min-width: 100%; }
      #news .content .card > .item > .title {
        flex: 1;
        padding-left: 18px; }
      #news .content .card > .item > .title > a {
          color: #005d8c;
      }
        #news .content .card > .item > .title > a > h3 {
          font-size: 13px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          max-height: 4.5em;
          line-height: 1.5em;
          box-sizing: content-box;
          height: 4.5em; }
  #news .more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #news .more > a {
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      background-color: transparent;
      padding: 0.7em 1.5em;
      border-radius: 5px;
      border: 2px solid #005d8c;
      color: #266c95; }
      #news .more > a:hover {
        cursor: pointer;
        border: 2px solid #0378b3;
        color: #3590c5; }


#pictures {
  overflow: visible; }
  #pictures > #image-gallery {
    position: relative;
    margin-bottom: 0px; }
    @media screen and (max-width: 575.8px) {
      #pictures > #image-gallery {
        margin-bottom: 70px; } }
    #pictures > #image-gallery > .slick-list {
      overflow: hidden;
      position: relative;
      height: calc(100vw / 1.78); }
    #pictures > #image-gallery .item {
      position: relative;
      top: 0;
      padding: 10px;
      height: calc(100vw / 1.78);
      width: 100vw;
      padding: 5px;
      cursor: pointer; }
      #pictures > #image-gallery .item > .wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: relative; }
        #pictures > #image-gallery .item > .wrapper > a {
          min-width: 100%;
          min-height: 100%; }
          #pictures > #image-gallery .item > .wrapper > a > img {
            min-width: 100%;
            min-height: 100%;
            width: 100%;
          }
      #pictures > #image-gallery .item.slick-center {
        z-index: 1;
        width: 100vw;
        height: calc(100vw / 1.78);
        position: relative;
        top: 0; }
        #pictures > #image-gallery .item.slick-center > .wrapper {
          border: 6px solid #005d8c; }
          #pictures > #image-gallery .item.slick-center > .wrapper > a:before {
            content: '';
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.4;
            position: absolute;
            top: 0;
            left: 0; }
          #pictures > #image-gallery .item.slick-center > .wrapper > a:after {
            content: url(/Content/img/rounded-search.png);
            position: absolute;
            top: calc(50% - 25px);
            left: calc(50% - 25px);
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center; }
    @media screen and (min-width: 576px) {
      #pictures > #image-gallery {
        top: calc(-100vw / 26.4 - 13px); }
        #pictures > #image-gallery > .slick-list {
          height: calc(100vw / 4.44); }
        #pictures > #image-gallery .item {
          height: calc(100vw / 4.44);
          width: calc(100vw / 2.5); }
          #pictures > #image-gallery .item.slick-center {
            height: calc(100vw / 2.67);
            width: calc(100vw / 1.67); } }
    @media screen and (min-width: 768px) {
      #pictures > #image-gallery {
        top: calc(-100vw / 20 - 13px); }
        #pictures > #image-gallery > .slick-list {
          height: calc(100vw / 4.15); }
        #pictures > #image-gallery .item {
          height: calc(100vw / 6.22);
          width: calc(100vw / 3.5);
          top: calc(100vw * 0.04); }
          #pictures > #image-gallery .item.slick-center {
            height: calc(100vw / 4.15);
            width: calc(100vw / 2.33); } }
    @media screen and (min-width: 992px) {
      #pictures > #image-gallery {
        top: calc(-100vw / 32 - 13px); }
        #pictures > #image-gallery > .slick-list {
          height: calc(100vw / 6.52); }
        #pictures > #image-gallery .item {
          height: calc(100vw / 9.78);
          width: calc(100vw / 5.5);
          top: calc(100vw * 0.026); }
          #pictures > #image-gallery .item.slick-center {
            height: calc(100vw / 6.52);
            width: calc(100vw / 3.67); } }
    #pictures > #image-gallery > .slick-dots {
      bottom: -30px; }
      #pictures > #image-gallery > .slick-dots > li > button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #c4cfda; }
        #pictures > #image-gallery > .slick-dots > li > button:before {
          display: none; }
      #pictures > #image-gallery > .slick-dots > li.slick-active > button {
        border: 4px solid #005d8c;
        padding: 0;
        background: #fff; }

#albums {
  padding: 0 0 50px; }
  #albums .row {
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #albums .row .item {
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #albums .row .item > .wrapper {
        height: 200px;
        overflow: hidden; }
        #albums .row .item > .wrapper > img {
          min-height: 100%;
          min-width: 100%; }
      #albums .row .item > div {
        background-color: #005d8c;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        #albums .row .item > div > div {
          padding: 15px; }
        #albums .row .item > div > p {
          padding: 10px;
          margin: 0; }
          #albums .row .item > div > p > a {
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            max-height: 1.5em;
            line-height: 1.5em;
            box-sizing: content-box;
            height: 1.5em; }

.slideFadeOutLeft {
  -webkit-animation-name: slideFadeOutLeft;
  animation-name: slideFadeOutLeft;
  animation-timing-function: ease; }

@keyframes slideFadeOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; } }

	#customer-list > .wrapper > .item > a > img {
		max-width: 100%;
		max-height: 100%;
	}

    /*#products .product-slide .item {
        overflow: visible;
    }*/

    #products .product-slide .item:hover {
        box-shadow: 0 5px 15px #757575;
    }

    #products .owl-carousel.owl-drag .owl-item {
        padding: 15px 10px;
    }
/*# sourceMappingURL=homepage.css.map */
