.switch-lang {
  text-align: left;
  cursor: pointer;
}

.switch-lang:hover .lang-dropdown {
  display: block;
  position: absolute;
  z-index: 100;
}

.switch-lang .switcher-link {
  color: #fff;
}

.switch-lang .switcher-link:hover {
  color: #fff;
}

.switch-lang .current-lang {
  background: transparent;
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
}

.switch-lang .lang-flag {
  width: 20px;
  display: inline-block;
}

.switch-lang .lang-text {
  display: inline-block;
  margin: 3px 2px;
  color: black;
}

.switch-lang .lang-dropdown {
  display: none;
  background: #e13475;
  border-radius: 5px;
}

.switch-lang .lang-dropdown .lang-text {
  color: white;
}

.switch-lang .selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}

.switch-lang .selecting-lang:hover {
  -webkit-box-shadow: 5px 1px 15px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 5px 1px 15px 5px rgba(0, 0, 0, 0.26);
}

.switch-lang ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}

.switch-lang ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}

.switch-lang li {
  list-style-type: none;
}

.switch-lang .menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}

@media only screen and (max-width: 992px) {
  #language-dropdown {
    display: block !important;
  }

  #language-dropdown p.lang-text {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .action__btn-search {
    display: none !important;
  }
}

.top-shopping-cart {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.top-shopping-cart .cart-block:before {
  color: #0047ab;
}

.top-shopping-cart .cart-total .price,
.top-shopping-cart .cart-total .text-item {
  color: #0047ab;
}

.top-shopping-cart .cart-total .price i {
  color: #0047ab;
}

.top-shopping-cart .cart-total .text-number {
  background: #d11a59;
}

.top-shopping-cart > a {
  text-decoration: none;
}

.top-shopping-cart #cart {
  margin-left: 0.12em;
  margin-right: 0.12em;
  min-width: 2.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-block;
  padding: 3px 0;
  background-color: #94c734 !important;
  border-radius: 99px;
}

.top-shopping-cart #cart:hover {
  color: white !important;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.top-shopping-cart .shopping-cart__label {
  margin: 0 8px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  color: white;
  font-weight: 500;
  border-radius: 99px;
  line-height: 31px;
}

.top-shopping-cart .shopping-cart__label img {
  height: 20px;
  margin-top: -5px;
}

.top-shopping-cart .shopping-cart__label img::after {
  top: -12px;
  right: -12px;
  background-color: #8bc34a;
  content: attr(data-icon-label);
  position: absolute;
  font-style: normal;
  font-family: Arial, Sans-serif !important;
  top: -10px;
  right: -10px;
  font-weight: bolder;
  background-color: #d26e4b;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  opacity: 0.9;
  line-height: 17px;
  letter-spacing: -0.5px;
  height: 17px;
  min-width: 17px;
  border-radius: 99px;
  color: #fff;
  text-align: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.top-shopping-cart .shopping-cart__label img::before {
  content: "\E90A";
}

.top-shopping-cart nav {
  padding: 20px 0 40px 0;
  background: #eee;
  font-size: 16px;
  list-style: none;
}

.top-shopping-cart nav .navbar-left {
  float: left;
}

.top-shopping-cart nav .navbar-right {
  float: right;
  position: relative;
}

.top-shopping-cart nav a {
  display: inline;
  padding-left: 20px;
  color: #777777;
  text-decoration: none;
}

.top-shopping-cart nav a:hover {
  color: black;
}

.top-shopping-cart .navbar {
  border-top: 1px solid #fff;
  background: url("https://www.qispackaging.com.au/App_Themes/QISPackaging/Images/bg-nav-rep-x.jpg") repeat-x;
  height: 43px;
}

.top-shopping-cart .container {
  margin: auto;
  width: 80%;
}

.top-shopping-cart #addtocart {
  width: 250px;
}

.top-shopping-cart .badge {
  background-color: red;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.top-shopping-cart .shopping-cart {
  background: white;
  width: 320px;
  position: absolute;
  top: 30px;
  right: -10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}

.top-shopping-cart .shopping-cart.active {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
}

.top-shopping-cart .shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.top-shopping-cart .shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}

.top-shopping-cart .shopping-cart .shopping-cart-items {
  padding-top: 20px;
  list-style: none;
}

.top-shopping-cart .shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}

.top-shopping-cart .shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  max-width: 70px;
  max-height: 70px;
}

.top-shopping-cart .shopping-cart .shopping-cart-items .item-name {
  display: block;
  font-size: 16px;
}

.top-shopping-cart .shopping-cart .shopping-cart-items .item-detail {
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top-shopping-cart .shopping-cart .shopping-cart-items .item-price {
  color: #2e942b;
  margin-right: 8px;
}

.top-shopping-cart .shopping-cart .shopping-cart-items .item-quantity {
  color: #abb0be;
}

.top-shopping-cart .shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.top-shopping-cart .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.top-shopping-cart .button {
  background-color: #8bc34a;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 15px;
  text-transform: uppercase;
}

.top-shopping-cart .button:hover {
  background: #32a02e;
}

.top-shopping-cart .button i {
  padding-left: 5px;
}

.top-shopping-cart .button.payment {
  background: #2e942b;
}

.top-shopping-cart .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  .top-shopping-cart {
    display: none;
  }
}

.footer {
  position: relative;
  padding-top: 30px;
}

.footer .contact-1 {
  border-width: 2 0px 0px 0px;
}

.footer .contact-1 .contact-title span {
  font-size: 120%;
}

.footer .contact-1 .hotline-zalo .label {
  margin-bottom: 1.3em;
}

.footer .contact-1 .hotline-zalo .phone-number {
  font-size: 140%;
  margin-bottom: 1em;
  color: #2e942b;
}

.footer .contact-1 .contact-info p {
  margin-top: 0;
}

.footer .contact-1 .contact-info .btn {
  border-radius: 99px;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
  margin-bottom: 1em;
  background-color: #2e942b;
  color: white;
}

.footer .contact-1 .contact-info .btn:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .footer .contact-1 .contact-info .btn {
    margin-bottom: 0;
  }
}

.footer .contact-1 .contact-info .contact-btn {
  background-color: #8bc34a;
}

.footer .contact-1 .contact-image {
  position: relative;
  overflow: hidden;
}

.footer .contact-1 .contact-image img {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  width: 100%;
}

.footer .contact-2 {
  padding-top: 30px;
}

.footer .contact-2 .logo img {
  max-width: 100%;
}

.footer .contact-2 .title {
  color: #000000;
}

.footer .contact-2 .company-info .title {
  font-size: 20.736px;
}

.footer .contact-2 ul li {
  font-size: 85%;
  margin-left: 1.3em;
  margin-bottom: 0.6em;
}

.footer .contact-2 ul li a {
  text-decoration: none;
}

.menu {
  background-color: #2e942b;
  border-top: 1px solid #85b842;
  border-bottom: 3px solid #94c734;
  min-height: 47px;
  z-index: 9;
  position: relative;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu .nav {
  height: 50px;
  width: 100%;
  background-color: #2e942b;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .nav > .nav-header {
  display: inline;
}

.menu .nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.menu .nav > .nav-btn {
  display: none;
}

.menu .nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.menu .nav > .nav-links > a {
  padding: 13px 10px 15px 10px;
  text-decoration: none;
  color: #efefef;
  font-size: 16px;
  font-family: "SFUFutura", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.menu .nav > .nav-links > a.active {
  background: #94c734;
  color: white !important;
}

.menu .nav > .nav-links > a:hover {
  background-color: #94c734;
}

.menu .nav > #nav-check {
  display: none;
}

@media (max-width: 1199px) {
  .menu {
    min-height: 0;
    border: none;
  }

  .menu .nav {
    height: 0;
  }

  .menu .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 0;
  }

  .menu .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .menu .nav > .nav-btn > label:hover {
    background-color: #94c734;
  }

  .menu .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .menu .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    height: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 0px;
    left: 0px;
  }

  .menu .nav > .nav-links > a {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: bolder;
    color: rgba(102, 102, 102, 0.85);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .menu .nav > .nav-links > a + a {
    border-top: 1px solid #ececec;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ececec;
  }

  .menu .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }

  .menu .nav > #nav-check:checked + .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.top-bar {
  width: 100%;
  position: relative;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-bar .search-icon {
  display: none;
}

@media (max-width: 1199px) {
  .top-bar .search-icon {
    display: block;
    text-align: right;
  }

  .top-bar .search-icon img {
    width: 16px;
  }
}

@media (max-width: 1199px) {
  .top-bar .flex-left {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
            flex: 1 1 0;
  }

  .top-bar .flex-right {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
            flex: 1 1 0;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.top-bar .mobile-nav {
  display: none;
}

.top-bar .mobile-nav .nav-btn {
  display: inline-block;
}

.top-bar .mobile-nav .nav-btn > label {
  display: inline-block;
  width: 25px;
  height: 17px;
}

.top-bar .mobile-nav .nav-btn > label:hover {
  background-color: transparent;
}

.top-bar .mobile-nav .nav-btn > label > span {
  display: block;
  width: 20px;
  height: 7px;
  border-top: 2px solid #2e942b;
}

@media (max-width: 1199px) {
  .top-bar .mobile-nav {
    display: inline;
  }
}

@-webkit-keyframes blink {
  49% {
    opacity: 0;
  }

  50% {
    oppacity: 1;
  }

  51% {
    oppacity: 1;
  }

  52% {
    opacity: 0;
  }
}

@keyframes blink {
  49% {
    opacity: 0;
  }

  50% {
    oppacity: 1;
  }

  51% {
    oppacity: 1;
  }

  52% {
    opacity: 0;
  }
}

.top-bar .logo {
  margin-left: 0;
  margin-right: 30px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 1199px) {
  .top-bar .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .top-bar .logo img {
    max-height: 70px;
    width: 201px;
    padding: 6px 0;
    margin: 0 auto;
    width: auto;
  }
}

.top-bar .search-container {
  max-width: 75%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1199px) {
  .top-bar .search-container {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.top-bar .search-box {
  position: relative;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 0 9.8px 19.6px;
  margin-bottom: 0;
  padding-top: 19px;
}

.top-bar .search-box__input {
  border: 1px solid #94c734;
  height: 40px;
  border-radius: 27px;
  padding: 0.25em 0.8em;
  font-size: 1em;
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  background-color: rgba(0, 0, 0, 0.03);
}

.top-bar .search-box__input:hover,
.top-bar .search-box__input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0.5em 1.5em 0.25em rgba(96, 69, 255, 0.2);
          box-shadow: 0 0.5em 1.5em 0.25em rgba(96, 69, 255, 0.2);
}

.top-bar .search-box__input + i {
  position: absolute;
  width: 0.125em;
  height: 70%;
  border-radius: 0.2em;
  background-color: #ddd;
  left: 0.8em;
  top: 50%;
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
          transform: rotateZ(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
  transition: transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
  transition: transform 0.5s cubic-bezier(0.4, -1, 0.6, 2), -webkit-transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
}

.top-bar .search-box__input + i::before {
  content: "";
  display: block;
  position: relative;
  top: 0em;
  left: -0.3em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  border: 0.125em solid #ddd;
  background-color: #6045ff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
  transition: transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
  transition: transform 0.5s cubic-bezier(0.4, -1, 0.6, 2), -webkit-transform 0.5s cubic-bezier(0.4, -1, 0.6, 2);
}

.top-bar .search-box__input:focus + i {
  -webkit-transform: rotateZ(0) translateY(-50%);
          transform: rotateZ(0) translateY(-50%);
  -webkit-animation: blink 1.1s infinite 0.5s;
          animation: blink 1.1s infinite 0.5s;
}

.top-bar .search-box__input:focus + i::before {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.top-bar .search-box__input[value]:not([value=""]) {
  caret-color: #ddd;
}

.top-bar .search-box__input[value]:not([value=""]) + i {
  display: none;
}

.top-bar .search-box .search-btn {
  position: absolute;
  margin-left: -58px;
}

.top-bar .search-box .search-btn img {
  width: 25px;
  fill: #ffdd00;
}

.top-bar .search-box .search-btn:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1199px) {
  .top-bar .search-box {
    display: none;
  }
}

.top-bar .search-help .icon-box {
  padding-top: 15px;
}

.top-bar .search-help .text-left {
  text-align: left;
}

.top-bar .search-help .icon-box-left,
.top-bar .search-help .icon-box-right {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 100%;
}

.top-bar .search-help .icon-box .icon-box-text {
  padding-left: 6px;
  font-size: 15px;
  padding-top: 7px;
  color: #292929;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .top-bar .search-help {
    display: none;
  }
}

.top-bar .contact-info .nav-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.top-bar .contact-info ul.nav {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -ms-flexbox;
  list-style: none;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-bar .contact-info ul.nav li {
  display: block;
  margin: 0 !important;
}

.top-bar .contact-info ul.nav > li > a {
  padding: 5px 0;
  text-decoration: none;
}

.top-bar .contact-info ul.nav a {
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  color: #272727;
  font-size: 15px;
  display: block;
}

.top-bar .contact-info ul.nav > li > a {
  line-height: 16px;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .top-bar .contact-info {
    display: none;
  }
}

.footer {
  position: relative;
  padding-top: 30px;
}

.footer .contact-1 {
  border-width: 2 0px 0px 0px;
}

.footer .contact-1 .contact-title span {
  font-size: 120%;
}

.footer .contact-1 .hotline-zalo .label {
  margin-bottom: 1.3em;
}

.footer .contact-1 .hotline-zalo .phone-number {
  font-size: 140%;
  margin-bottom: 1em;
  color: #2e942b;
}

.footer .contact-1 .contact-info p {
  margin-top: 0;
}

.footer .contact-1 .contact-info .btn {
  border-radius: 99px;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
  margin-bottom: 1em;
  background-color: #2e942b;
  color: white;
}

.footer .contact-1 .contact-info .btn:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .footer .contact-1 .contact-info .btn {
    margin-bottom: 0;
  }
}

.footer .contact-1 .contact-info .contact-btn {
  background-color: #8bc34a;
}

.footer .contact-1 .contact-image {
  position: relative;
  overflow: hidden;
}

.footer .contact-1 .contact-image img {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  width: 100%;
}

.footer .contact-2 {
  padding-top: 30px;
}

.footer .contact-2 .logo img {
  max-width: 100%;
}

.footer .contact-2 .title {
  color: #000000;
}

.footer .contact-2 .company-info .title {
  font-size: 20.736px;
}

.footer .contact-2 ul li {
  font-size: 85%;
  margin-left: 1.3em;
  margin-bottom: 0.6em;
}

.footer .contact-2 ul li a {
  text-decoration: none;
}

