﻿@charset "UTF-8";
html, body {
  margin: 0 auto;
  padding: 0;
  height: auto;
  width: 100%;
  max-width: 1920px;
  font-family: "PFCatalog-Regular", "Helvetica", sans-serif;
  font-size: 20px;
  color: #313a0b; }

@font-face {
  font-family: "PFCatalogLight-Regular";
  src: url("../fonts/PF_catalog_family/PFCatalogThin-Regular.otf"); }
@font-face {
  font-family: "PFCatalog-Regular";
  src: url("../fonts/PF_catalog_family/PFCatalog-Regular.otf"); }
@font-face {
  font-family: "PFCatalog-Bold";
  src: url("../fonts/PF_catalog_family/PFCatalog-Bold.otf"); }
.fontThin {
  font-weight: 200; }

.fontRegular {
  font-weight: 400; }

.fontBold {
  font-weight: 700; }

input, select, textarea {
  outline: 0 !important;
  box-shadow: none !important;
  box-sizing: none !important; }

img.img160 {
  max-width: 160px; }

img.img140 {
  max-width: 140px; }

img.img120 {
  max-width: 120px; }

img.img100 {
  max-width: 100px; }

img.img80 {
  max-width: 80px; }

img.img60 {
  max-width: 60px; }

img.img40 {
  max-width: 40px; }

img.img-circle {
  border-radius: 50%; }

.mt-6 {
  margin-top: 3.5rem; }

.mt-7 {
  margin-top: 4rem; }

.mt-8 {
  margin-top: 4.5rem; }

.mt-9 {
  margin-top: 5rem; }

.mt-10 {
  margin-top: 5.5rem; }

.hoverLight a {
  color: #fff; }
  .hoverLight a:hover {
    color: #f5f5f5;
    text-decoration: none; }

.hoverBlack a {
  color: #333; }
  .hoverBlack a:hover {
    color: #a358df;
    text-decoration: none; }

.hoverGrey a {
  color: #838383; }
  .hoverGrey a:hover {
    color: #535353;
    text-decoration: none; }

.boxShadowBlack {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05); }

.btn-primary {
  background: #0064c2 !important;
  border-color: #0064c2 !important; }

.btn-success {
  background: #7abf3a !important;
  border-color: #7abf3a !important; }

.sidebar-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out; }

.sidebar-animate-opacity {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  animation: opac 0.5s; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.sidebar {
  height: 100%;
  width: 320px;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  float: left;
  right: -350px;
  background: #0067c3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .sidebar::-webkit-scrollbar {
    width: 0px !important; }
  .sidebar .headSidebar {
    padding: 20px; }
    .sidebar .headSidebar i {
      color: #fff; }
  .sidebar .menu .item a.link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    text-align: right; }
  .sidebar .menu .item .childMenu a.link {
    padding: 10px 20px;
    display: block;
    color: #fff;
    background: #0074d9;
    text-align: right;
    font-size: 16px;
    font-weight: normal; }
    .sidebar .menu .item .childMenu a.link:first-child {
      padding-top: 20px; }
    .sidebar .menu .item .childMenu a.link:last-child {
      padding-bottom: 20px; }

.megaMenu .top {
  background: #0068c3;
  width: 100%;
  color: #fff;
  padding: 20px; }
  .megaMenu .top .mid {
    position: relative; }
    .megaMenu .top .mid img {
      position: absolute;
      left: 0;
      bottom: -100px;
      right: 0;
      margin: 0 auto;
      max-width: 380px; }
  .megaMenu .top h5 {
    margin-bottom: 0;
    font-weight: 700; }
  .megaMenu .top i {
    color: #7abf3a; }
  .megaMenu .top .right {
    text-align: right; }
.megaMenu .bottom {
  background: #fff;
  padding-top: 80px;
  text-align: center; }
  .megaMenu .bottom .item {
    display: inline-block;
    padding: 0px 15px; }
    .megaMenu .bottom .item .iLink, .megaMenu .bottom .item span {
        display: inline-block;
        color: #0064c2;
        text-decoration: none;
        border-bottom: 4px solid transparent;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        line-height: 1.8em;
        font-size: 20px;
        font-weight: normal;
    }

    .megaMenu .bottom .item .dropdown-menu .iLink, .megaMenu .bottom .item .dropdown-menu span {
        transition: unset;
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
    }

        .megaMenu .bottom .item .dropdown:hover > .dropdown-menu, .megaMenu .bottom .item .dropright:hover > .dropdown-menu {
      display: block; }
    .megaMenu .bottom .item .dmParent {
      border: none;
      background: #0068c3;
      border-radius: 0 !important; }
      .megaMenu .bottom .item .dmParent .dropdown-item {
        color: #fff; 
        padding: 0rem !important;
      }
        .megaMenu .bottom .item .dmParent .dropdown-item:hover {
          background: none;
          font-weight: normal; }
    .megaMenu .bottom .item .dmChild {
      border: none;
      background: #0074d9;
      border-radius: 0 !important; }
      .megaMenu .bottom .item .dmChild .dropdown-item {
        color: #fff; }
        .megaMenu .bottom .item .dmChild .dropdown-item:hover {
          background: none;
          font-weight: 600; }

@media (max-width: 960px) {
  .megaMenu .top h5 {
    font-size: 16px; }
  .megaMenu .top .mid img {
    max-width: 280px;
    bottom: -70px; }
  .megaMenu .bottom {
    padding-top: 50px;
    font-size: 12px; }
    .megaMenu .bottom .item .dmChild, .megaMenu .bottom .item .dmParent {
      font-size: 12px; } }
@media (max-width: 768px) {
  .megaMenu .top {
    padding-bottom: 60px; }
    .megaMenu .top .right h5 i {
      color: #fff;
      font-size: 20px; }
    .megaMenu .top .mid img {
      bottom: -95px; }
    .megaMenu .top .left {
      padding-top: 6px; } }
@media (max-width: 576px) {
  .megaMenu .top h5 {
    font-size: 12px; }
  .megaMenu .top .left .mr-2 {
    margin-right: 5px !important; } }


    .slider-home .desc .btn {
      border-radius: 30px;
      font-size: 16px; }
 .slider-home .right {
    position: relative;
    height: 690px; }
 
      .slider-home.right .desc .btn {
        border-radius: 30px;
        font-size: 16px; }
      .slider-home .right .desc h2 {
        color: #7abf3a;
        font-weight: 700; }

@media (max-width: 992px) {

    .slider-home .left .desc {
      max-width: 580px;
      margin-left: 50px;
      margin-top: 50px;
      font-size: 12px; }
      .slider-home .left .desc img {
        max-width: 120px; }
      .slider-home .left .desc .btn {
        font-size: 10px; }
    .header .right {
      height: 345px; }
      .slider-home .right .desc {
        max-width: 280px;
        bottom: 50px;
        right: 50px;
        font-size: 12px; }
        .slider-home .right .desc .btn {
          font-size: 10px; } }
@media (max-width: 768px) {
    .slider-home .left .desc {
      max-width: 580px;
      margin-left: 50px;
      margin-top: 50px;
      font-size: 12px; }
      .slider-home .left .desc img {
        max-width: 120px; }
      .slider-home .left .desc .btn {
        font-size: 10px; }
    .header .right {
      height: 630px; }
      .slider-home .right .desc {
        max-width: 280px;
        bottom: 50px;
        right: 50px;
        font-size: 12px; }
        .slider-home .right .desc .btn {
          font-size: 10px; } }
.guarantee {
  padding-top: 50px;
  padding-bottom: 50px; }
  .guarantee .slideGuarantee {
    height: 430px; }
    .guarantee .slideGuarantee .slick-prev:before {
      font-family: "fontAwesome";
      content: "";
      color: #7fc141; }
    .guarantee .slideGuarantee .slick-next:before {
      font-family: "fontAwesome";
      content: "";
      color: #7fc141; }
    .guarantee .slideGuarantee .item {
      width: 580px;
      margin: 10px;
      color: #056ac3;
      text-align: center; }
      .guarantee .slideGuarantee .item img {
        width: 100%;
        height: 355px;
        object-fit: cover;
        overflow: hidden;
        margin-bottom: 15px; }
      .guarantee .slideGuarantee .item h5 {
        font-weight: 600; }

@media (max-width: 992px) {
  .guarantee {
    padding-top: 50px;
    padding-bottom: 50px; }
    .guarantee .slideGuarantee {
      height: 195px; }
      .guarantee .slideGuarantee .item {
        width: 288px;
        margin: 10px;
        color: #056ac3;
        text-align: center; }
        .guarantee .slideGuarantee .item img {
          width: 100%;
          height: 175px;
          object-fit: cover;
          overflow: hidden;
          margin-bottom: 15px; }
        .guarantee .slideGuarantee .item h5 {
          font-size: 14px; } }
@media (max-width: 768px) {
  .guarantee {
    padding-left: 15px;
    padding-right: 15px; }
    .guarantee .slideGuarantee {
      height: 300px; }
      .guarantee .slideGuarantee .item {
        width: 100%;
        margin: 10px; }
        .guarantee .slideGuarantee .item img {
          width: 100%;
          height: 275px; }
        .guarantee .slideGuarantee .item h5 {
          font-size: 14px; } }
.whyUs {
  background: url(../img/bgwhyus.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  color: #fff;
  text-align: center; }
  .whyUs .title {
    margin-bottom: 50px; }
  .whyUs .item {
    font-size: 14px;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 90px; }
    .whyUs .item img {
      width: 100%;
      max-width: 160px;
      margin-bottom: 15px; }

@media (max-width: 992px) {
  .whyUs {
    padding-bottom: 30px; }
    .whyUs .title {
      margin-bottom: 50px; }
    .whyUs .item {
      font-size: 12px;
      max-width: 280px;
      margin: 0 auto;
      margin-bottom: 60px; }
      .whyUs .item img {
        width: 100%;
        max-width: 80px;
        margin-bottom: 15px; } }
@media (max-width: 768px) {
  
    .whyUs .title {
      margin-bottom: 50px; }
    .whyUs .item {
      font-size: 12px;
      max-width: 230px;
      margin: 0 auto;
      margin-bottom: 40px; }
      .whyUs .item img {
        width: 100%;
        max-width: 80px;
        margin-bottom: 15px; } }
.system {
  padding-top: 80px; }
  .system .title {
    text-align: center;
    margin-bottom: 80px; }
    .system .title h3 img {
      max-width: 160px; }
  .system .slideSystem {
    height: 540px; }
    .system .slideSystem .slick-prev:before {
      font-family: "fontAwesome";
      content: "";
      color: #0064c2; }
    .system .slideSystem .slick-next:before {
      font-family: "fontAwesome";
      content: "";
      color: #0064c2; }
    .system .slideSystem .item {
      width: 421px;
      text-align: center;
      margin: 10px; }
      .system .slideSystem .item .detail {
        background: #ebebeb;
        padding: 30px; }
        .system .slideSystem .item .detail .btn {
          border-radius: 30px;
          font-size: 16px; }
        .system .slideSystem .item .detail img {
          margin: 0 auto;
          max-width: 300px; }
      .system .slideSystem .item .imgLogo img {
        margin: 0 auto; }

@media (max-width: 992px) {
  .system {
    padding-top: 30px; }
    .system .title {
      text-align: center;
      margin-bottom: 40px; }
      .system .title h3 img {
        max-width: 160px; }
    .system .slideSystem {
      height: 340px; }
      .system .slideSystem .item {
        width: 209px;
        text-align: center;
        margin: 10px; }
        .system .slideSystem .item .detail {
          background: #ebebeb;
          padding: 30px; }
          .system .slideSystem .item .detail .btn {
            border-radius: 30px;
            font-size: 10px; }
          .system .slideSystem .item .detail img {
            margin: 0 auto;
            max-width: 140px; }
        .system .slideSystem .item .imgLogo img {
          margin: 0 auto;
          max-width: 130px; } }
@media (max-width: 768px) {
  .system {
    padding-left: 15px;
    padding-right: 15px; }
    .system .title {
      color: #0068c3; }
      .system .title h3 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1px; } }
.frequentQues {
  padding-top: 30px;
  padding-bottom: 30px; }
  .frequentQues .title {
    text-align: center;
    color: #0068c3;
    margin-bottom: 40px; }
  .frequentQues .slideFQ .slick-prev:before {
    font-family: "fontAwesome";
    content: ""; }
  .frequentQues .slideFQ .slick-next:before {
    font-family: "fontAwesome";
    content: ""; }
  .frequentQues .slideFQ .item {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 120px; }
    .frequentQues .slideFQ .item .desc {
      background: #ebebeb;
      padding: 30px 30px 30px 120px;
      color: #797979;
      font-size: 14px;
      position: relative; }
      .frequentQues .slideFQ .item .desc img.floatListBlueMobile {
        position: absolute;
        right: -4px;
        top: -5px; }
      .frequentQues .slideFQ .item .desc img.floatListGreenMobile {
        position: absolute;
        left: -4px;
        bottom: -5px; }
      .frequentQues .slideFQ .item .desc img.floatList {
        position: absolute;
        bottom: -10px;
        left: 50px; }
        .slideFQ .floatCar {
            position: absolute;
            bottom: 20px;
            right: 10px;
            z-index: 1;
            max-width: 200px;
        }
      .frequentQues .slideFQ .item .desc .navLink {
        position: absolute;
        left: 120px;
        bottom: -50px; }
    .frequentQues .slideFQ .item .wrapImg {
      position: relative; }
    .frequentQues .slideFQ .item .thumbFQ {
      width: 480px;
      height: 320px;
      position: absolute;
      right: -90px;
      top: 50px;
      z-index: 1; }
      .frequentQues .slideFQ .item .thumbFQ img.cover {
        width: 100%;
        height: 320px;
        object-fit: cover;
        overflow: hidden; }
      .frequentQues .slideFQ .item .thumbFQ img.floatCorner {
        position: absolute;
        top: -10px;
        left: -10px; }

@media (max-width: 1200px) {
  .frequentQues .wrapSlide {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 992px) {
  .frequentQues {
    padding-bottom: 30px; }
    .frequentQues .title {
      text-align: center;
      color: #0068c3;
      margin-bottom: 40px; }
    .frequentQues .slideFQ .item {
      padding-left: 60px;
      padding-right: 60px;
      padding-bottom: 120px; }
      .frequentQues .slideFQ .item .desc {
        background: #ebebeb;
        padding: 30px 30px 30px 100px;
        color: #797979;
        font-size: 10px;
        position: relative; }
        .frequentQues .slideFQ .item .desc h6 {
          font-size: 14px; }
        .frequentQues .slideFQ .item .desc img.floatList {
          position: absolute;
          bottom: -10px;
          left: 50px; }
        .frequentQues .slideFQ .item .desc img.floatCar {
          position: absolute;
          bottom: -70px;
          right: -50px;
          max-width: 160px; }
        .frequentQues .slideFQ .item .desc .navLink {
          position: absolute;
          left: 100px;
          bottom: -40px; }
      .frequentQues .slideFQ .item .wrapImg {
        position: relative; }
      .frequentQues .slideFQ .item .thumbFQ {
        width: 290px;
        height: 210px;
        position: absolute;
        right: -90px;
        top: 50px;
        z-index: 1; }
        .frequentQues .slideFQ .item .thumbFQ img.cover {
          width: 100%;
          height: 210px;
          object-fit: cover;
          overflow: hidden; }
        .frequentQues .slideFQ .item .thumbFQ img.floatCorner {
          position: absolute;
          top: -10px;
          left: -10px; } }
@media (max-width: 768px) {
  .frequentQues {
    padding-bottom: 30px; }
    .frequentQues .title {
      text-align: center;
      color: #0068c3;
      margin-bottom: 40px; }
      .frequentQues .title h3 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1px; }
    .frequentQues .slideFQ .item {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; }
      .frequentQues .slideFQ .item .desc {
        background: #ebebeb;
        padding: 20px;
        color: #797979;
        font-size: 10px;
        position: relative; }
        .frequentQues .slideFQ .item .desc h6 {
          font-size: 14px; }
        .frequentQues .slideFQ .item .desc img.floatList {
          display: none; }
        .frequentQues .slideFQ .item .desc img.floatCar {
          position: absolute;
          bottom: -20px;
          right: -10px;
          max-width: 90px; }
        .frequentQues .slideFQ .item .desc .navLink {
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 115px;
          bottom: -40px; }
      .frequentQues .slideFQ .item .wrapImg {
        position: relative; }
      .frequentQues .slideFQ .item .thumbFQ {
        width: 100%;
        height: auto;
        position: relative;
        right: auto;
        top: 0;
        z-index: 0;
        margin-bottom: 20px; }
        .frequentQues .slideFQ .item .thumbFQ img.cover {
          width: 100%;
          height: 210px;
          object-fit: cover;
          overflow: hidden; }
        .frequentQues .slideFQ .item .thumbFQ img.floatCorner {
          display: none; } }
.request {
  padding-top: 80px;
  background: #0064c2;
  width: 100%;
  overflow: hidden;
  color: #fff; }
  .request .mid {
    padding-top: 60px;
    text-align: center; }
    .request .mid .btn {
      border-radius: 30px; }
  .request .right {
    display: block;
    text-align: right; }

@media (max-width: 992px) {
  .request {
    padding-top: 30px;
    background: #0064c2;
    width: 100%;
    overflow: hidden;
    color: #fff; }
    .request .left {
      font-size: 12px; }
      .request .left h3 {
        font-size: 16px; }
    .request .mid {
      padding-top: 30px;
      text-align: center; }
      .request .mid .btn {
        border-radius: 30px;
        font-size: 10px; }
    .request .right {
      display: block;
      text-align: right; } }
@media (max-width: 768px) {
  .request {
    padding-top: 30px;
    background: #0064c2;
    width: 100%;
    overflow: hidden;
    color: #fff; }
    .request .left {
      font-size: 12px;
      text-align: center; }
      .request .left h3 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1px; }
    .request .mid {
      padding-top: 30px;
      text-align: center; }
      .request .mid .btn {
        border-radius: 30px;
        font-size: 10px; }
    .request .right {
      display: block;
      text-align: right; } }
.security {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, #0064c2, #0064c2);
  background-size: auto 80px;
  background-position: top center;
  padding-top: 50px;
  background-repeat: no-repeat; }
  .security .item {
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 30px; }
    .security .item img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      overflow: hidden; }
    .security .item .desc {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 10px 15px;
      text-align: center;
      color: #fff;
      background: rgba(122, 191, 58, 0.95); }
  .security ul.list-inline {
    text-align: center; }
    .security ul.list-inline li.list-inline-item {
      margin: 10px; }
      .security ul.list-inline li.list-inline-item img {
        max-width: 180px; }

@media (max-width: 992px) {
  .security {
    padding-top: 30px; }
    .security .desc {
      font-size: 16px; }
    .security .item {
      height: 173px; }
      .security .item img {
        height: 173px; }
    .security ul.list-inline {
      text-align: center; }
      .security ul.list-inline li.list-inline-item {
        margin: 10px; }
        .security ul.list-inline li.list-inline-item img {
          max-width: 80px; } }
.footer {
  padding-top: 75px;
  padding-bottom: 20px;
  background: url(../img/bgfooter.png), linear-gradient(to right, #363636, #363636);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px; }
  .footer .text-success {
    color: #afc70d !important; }
  .footer h3 {
    color: #008ad0;
    font-weight: 700;
    margin-bottom: 20px; }
  .footer .media {
    margin-bottom: 15px; }
    .footer .media i {
      width: 30px;
      text-align: center;
      color: #008ad0;
      padding-top: 5px;
      margin-right: 10px; }
  .footer .newsLetter {
    max-width: 320px; }
    .footer .newsLetter .btn {
      font-size: 16px; }
    .footer .newsLetter input, .footer .newsLetter .btn {
      border-radius: 30px; }
    .footer .newsLetter input {
      color: #fff;
      text-align: center;
      background: transparent;
      border-color: #fff !important;
      font-size: 16px; }
      .footer .newsLetter input::placeholder {
        color: #ccc;
        text-align: center; }
      .footer .newsLetter input:focus {
        background: transparent; }
  .footer .copyright {
    margin-top: 60px;
    text-align: center;
    font-size: 14px; }
    .footer .copyright a {
      color: #fff; }

@media (max-width: 992px) {
  .footer {
    padding-top: 75px;
    padding-bottom: 75px;
    background: url(../img/bgfooter.png), linear-gradient(to right, #363636, #363636);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px; }
    .footer h3 {
      font-size: 18px; }
    .footer .media {
      margin-bottom: 15px; }
      .footer .media i {
        width: 30px;
        text-align: center;
        color: #008ad0;
        padding-top: 5px;
        margin-right: 10px; }
    .footer .newsLetter {
      max-width: 320px; }
      .footer .newsLetter .btn {
        font-size: 12px; }
      .footer .newsLetter input, .footer .newsLetter .btn {
        border-radius: 30px; }
      .footer .newsLetter input {
        color: #fff;
        text-align: center;
        background: transparent;
        border-color: #fff !important;
        font-size: 12px; }
        .footer .newsLetter input::placeholder {
          color: #fff;
          text-align: center; }
        .footer .newsLetter input:focus {
          background: transparent; }
    .footer .copyright {
      font-size: 10px; }
      .footer .copyright img {
        max-width: 80px; }
      .footer .copyright a {
        color: #fff; } }
@media (max-width: 768px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url(../img/bgfooter.png), linear-gradient(to right, #363636, #363636);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    text-align: center; }
    .footer .col-md-3 {
      margin-bottom: 40px; }
    .footer h3 {
      font-size: 18px; }
    .footer .media {
      margin-bottom: 15px; }
      .footer .media i {
        width: 30px;
        text-align: center;
        color: #008ad0;
        padding-top: 5px;
        margin-right: 10px; }
    .footer .newsLetter {
      max-width: 320px;
      margin: 0 auto; }
      .footer .newsLetter .btn {
        font-size: 12px; }
      .footer .newsLetter input, .footer .newsLetter .btn {
        border-radius: 30px; }
      .footer .newsLetter input {
        color: #fff;
        text-align: center;
        background: transparent;
        border-color: #fff !important;
        font-size: 12px; }
        .footer .newsLetter input::placeholder {
          color: #fff;
          text-align: center; }
        .footer .newsLetter input:focus {
          background: transparent; }
    .footer .copyright {
      font-size: 10px; }
      .footer .copyright img {
        max-width: 80px; }
      .footer .copyright a {
        color: #fff; } }

/*# sourceMappingURL=style-all.css.map */
