#footer footer {
  margin-top: 48px;
  margin-bottom: 48px;
}
#footer footer .footer-main {
  background: transparent linear-gradient(92deg, #c6e673 0%, #a9cb52 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  padding: 3px;
  overflow: hidden;
}
#footer footer .footer-main .footer-area {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}
#footer footer .footer-main .footer-area .footer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer footer .footer-main .footer-area .footer-top .logo {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#footer footer .footer-main .footer-area .footer-top .logo .logo-a {
  display: block;
}
#footer footer .footer-main .footer-area .footer-top .logo img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #footer footer .footer-main .footer-area .footer-top .logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-top .logo {
    max-width: 360px;
  }
}
#footer footer .footer-main .footer-area .footer-top .footer-nav {
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav {
    margin-top: 16px;
    width: 100%;
  }
}
#footer footer .footer-main .footer-area .footer-top .footer-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#footer footer .footer-main .footer-area .footer-top .footer-nav ul li {
  padding: 8px 25px;
}
@media screen and (max-width: 1680px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul li {
    padding: 8px 13px;
  }
}
@media screen and (max-width: 1400px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul li {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul li {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 576px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul li {
    width: 100%;
    text-align: center;
  }
}
#footer footer .footer-main .footer-area .footer-top .footer-nav ul li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.35s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul li a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-top .footer-nav ul li a {
    font-size: 1rem;
  }
}
#footer footer .footer-main .footer-area .footer-top .footer-nav ul li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 2px;
  width: 0;
  transition: width 0.35s ease-in-out;
  background-color: #5DB662;
  transform: translateX(-50%);
}
#footer footer .footer-main .footer-area .footer-top .footer-nav ul li a:hover::after,
#footer footer .footer-main .footer-area .footer-top .footer-nav ul li a:focus::after {
  width: 100%;
}
#footer footer .footer-main .footer-area .footer-top::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  background-color: #ddd;
}
#footer footer .footer-main .footer-area .footer-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-info {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  #footer footer .footer-main .footer-area .footer-info {
    align-items: center;
  }
}
#footer footer .footer-main .footer-area .footer-info .infos {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #footer footer .footer-main .footer-area .footer-info .infos {
    margin-top: 10px;
    flex-direction: column;
    width: 100%;
  }
}
#footer footer .footer-main .footer-area .footer-info .infos .icon-text-box,
#footer footer .footer-main .footer-area .footer-info .infos .a-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-right: 16px;
  text-decoration: none;
  color: #666;
  line-height: 1.1666;
  font-size: 1rem;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-info .infos .icon-text-box,
  #footer footer .footer-main .footer-area .footer-info .infos .a-box {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 992px) {
  #footer footer .footer-main .footer-area .footer-info .infos .icon-text-box,
  #footer footer .footer-main .footer-area .footer-info .infos .a-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  #footer footer .footer-main .footer-area .footer-info .infos .icon-text-box,
  #footer footer .footer-main .footer-area .footer-info .infos .a-box {
    font-size: 0.77rem;
  }
}
#footer footer .footer-main .footer-area .footer-info .infos .icon-text-box.address,
#footer footer .footer-main .footer-area .footer-info .infos .a-box.address {
  flex: 0 0 40%;
}
#footer footer .footer-main .footer-area .footer-info .infos .icon-text-box .bi,
#footer footer .footer-main .footer-area .footer-info .infos .a-box .bi {
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f8f8f8;
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
  color: #a5ce3d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#footer footer .footer-main .footer-area .footer-info .logos {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  #footer footer .footer-main .footer-area .footer-info .logos {
    margin-top: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  #footer footer .footer-main .footer-area .footer-info .logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#footer footer .footer-main .footer-area .footer-info .logos .pic {
  margin: 0 20px;
}
@media screen and (max-width: 992px) {
  #footer footer .footer-main .footer-area .footer-info .logos .pic {
    margin-top: 20px;
    width: calc(50% - 40px);
    text-align: center;
    height: 60px;
  }
  #footer footer .footer-main .footer-area .footer-info .logos .pic img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#footer footer .footer-main .footer-area .copyright {
  text-align: center;
  background-color: #faffee;
  padding: 12px;
  line-height: 1.5;
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 576px) {
  #footer footer .footer-main .footer-area .copyright {
    font-size: 0.75rem;
  }
}
#footer footer .footer-main .footer-area .copyright .year {
  font-style: normal;
}
.side-box {
  position: fixed;
  z-index: 99;
  right: 16px;
  top: 20%;
}
@media screen and (max-width: 992px) {
  .side-box {
    top: auto;
    right: 10px;
    bottom: 2%;
  }
}
.side-box .link-list {
  transform: translateX(0);
  transition: transform 0.35s ease-in-out;
  z-index: 1;
  position: relative;
}
.side-box .link-list.active {
  transform: translateX(200%);
}
@media screen and (max-width: 992px) {
  .side-box .link-con {
    transform: translateX(200%);
    transition: transform 0.35s ease-in-out;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 1;
  }
  .side-box .link-con.active {
    transform: translateX(0);
  }
  .side-box .link-con .link-item {
    box-shadow: none;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .side-box .link-con .link-item .a-box {
    width: auto;
    height: auto;
  }
  .side-box .link-con .link-item .a-box .pic {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: #597414;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .side-box .link-con .link-item .a-box .pic img {
    width: 25px;
    filter: brightness(0) invert(1);
  }
  .side-box .link-con .link-item .a-box span {
    position: static;
    transform: none;
    background-color: transparent;
  }
  .side-box .link-con .link-item.close .a-box .pic {
    background-color: #fff;
  }
  .side-box .link-con .link-item.close .a-box img {
    filter: none;
  }
  .side-box .link-con .link-item.close .a-box span {
    color: #2d2d2d;
  }
}
.side-box .link-item {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .side-box .link-item {
    width: 48px;
    height: 48px;
  }
  .side-box .link-item.back {
    display: block;
  }
  .side-box .link-item.back .a-box {
    justify-content: center;
  }
}
.side-box .link-item.close {
  display: none;
}
@media screen and (max-width: 992px) {
  .side-box .link-item.close {
    display: block;
  }
}
.side-box .link-item.more {
  display: none;
}
@media screen and (max-width: 992px) {
  .side-box .link-item.more {
    display: block;
  }
  .side-box .link-item.more .a-box {
    justify-content: center;
  }
}
.side-box .link-item.contract {
  box-shadow: none;
  background-color: transparent;
  transform: rotate(0);
  transition: transform 0.35s ease-in-out;
}
.side-box .link-item.contract:hover,
.side-box .link-item.contract:focus {
  transform: translateY(-2px);
}
.side-box .link-item.contract:hover.active,
.side-box .link-item.contract:focus.active {
  transform: translateY(-2px) rotate(180deg);
}
.side-box .link-item.contract.active {
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .side-box .link-item.contract {
    display: block;
  }
  .side-box .link-item.contract .a-box {
    justify-content: center;
  }
}
.side-box .link-item .a-box {
  width: 100%;
  height: 100%;
  position: relative;
  color: #2d2d2d;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .side-box .link-item .a-box {
    justify-content: flex-start;
  }
}
.side-box .link-item .a-box .pic {
  max-width: 100%;
}
.side-box .link-item .a-box span {
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 160px;
  height: 100%;
  background-color: #c5e86c;
  transition: transform 0.35s ease;
  overflow: hidden;
  white-space: nowrap;
  color: #0d6700;
  line-height: 1.2;
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 16px));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .side-box .link-item .a-box span {
    border-radius: 5px;
  }
}
.side-box .link-item .a-box span form .input-group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.side-box .link-item .a-box span form .input-group .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
@media screen and (min-width: 992px) {
  .side-box .link-item .a-box:hover span,
  .side-box .link-item .a-box:focus span {
    transform: translateX(0);
  }
}
.right-bottom-icon {
  position: fixed;
  width: 138px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mask-box {
  background-color: rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 98;
  display: none;
}
