.foot-link {
  padding: 40px 0;
  background: #f5f5f5;
}

.foot-logo form .crmFormVali-error {
    right: 5px !important;
    top: calc(28% - 53px) !important;
}

.foot-link ul {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.foot-link ul li {
  line-height: 30px;
  margin: 0 10px;
  box-sizing: border-box;
}

.foot-link ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.foot-link ul li a img {
  margin-right: 10px;
}

#footer {
  background: #000;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}

#footer h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#footer > .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.foot-logo {
  width: 308px;
}

.foot-logo img {
  margin-bottom: 20px;
  height: 125px;
}

.foot-logo p {
  margin: 10px 0 0;
  line-height: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}

.foot-logo form {
  position: relative;
  margin: 20px 0 0;
}
.foot-logo form .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: calc(28%
 - 6px);
}
.foot-logo .submit_text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #111;
  padding: 0 19px;
  font-size: 18px;
  font-weight: 300;
  background: #fff;
  box-sizing: border-box;
}

.foot-logo .submit_btn {
  margin: 10px 0 0;
  background: var(--color-primary);
  width: 150px;
  height: 50px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 300;
  border-radius: var(--button-radius);
}

.foot-nav {
}

.foot-nav ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #c0c0c0;
  font-weight: 300;
  text-transform: uppercase;
}

.foot-nav ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.foot-list {
}

.foot-list ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #c0c0c0;
  font-weight: 300;
}

.foot-list ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.foot-contact {
  width: 350px;
}

.foot-contact h6 {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.foot-contact p {
  font-size: 18px;
  color: #c0c0c0;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 8px;
}

.copyright {
  text-align: center;
  background: var(--color-primary);
  position: relative;
}

.copyright::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: var(--color-primary);
}

.copyright .wp {
  position: relative;
  z-index: 20;
  background: var(--color-primary);
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.copyright p a:hover{
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.copyright .share {
}

.copyright .share a {
  display: inline-block;
  color: #fff;
  margin: 0 25px 0 0;
}

.copyright .share a i {
  font-size: 25px;
}

.copyright .share a:hover {
  color: #000;
}

.side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.side-bar a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  color: #676767;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 3px;
}

.side-bar a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: var(--color-primary);
}

.side-bar a span {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  display: block;
  margin: 10px 0 0;
}

.side-bar a.wx .wx-box {
  width: 132px;
  height: 173px;
  position: absolute;
  right: 78px;
  top: -30px;
  display: none;
}

.side-bar a.wx .wx-box .box {
  width: 120px;
  padding: 5px;
  border: 1px solid #d6d7d7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.side-bar a.wx .wx-box .box img {
  width: 120px;
}

.side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50px;
}

.side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.side-bar a.wx:hover .wx-box {
  display: block;
}

.side-bar a#gotop i {
  font-size: 26px;
  color: #333;
}

@media screen and (max-width: 1500px) {
  .foot-link ul li a {
    font-size: 16px;
  }

  .foot-link ul li a img {
    margin-right: 5px;
  }

  #footer h5 {
    font-size: 26px;
  }

  .foot-logo {
    width: 350px;
  }

  .foot-logo img {
    height: 100px;
  }

  .foot-logo p {
    font-size: 18px;
  }

  .foot-nav ul li {
    font-size: 16px;
  }

  .foot-list ul li {
    font-size: 16px;
  }

  .foot-contact {
    width: 320px;
  }

  .foot-contact h6 {
    font-size: 20px;
  }

  .foot-contact p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1330px) {
  .foot-link ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot-link ul li {
    margin: 0 10px 10px;
  }

  .foot-logo {
    width: 300px;
  }

  .foot-logo img {
    height: 80px;
  }
}

@media screen and (max-width: 1150px) {
  .foot-logo {
    width: 270px;
  }

  .foot-nav {
    display: none;
  }

  .foot-contact {
    width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .foot-link {
    padding: 20px 0 10px;
  }

  .foot-link ul li {
    line-height: 20px;
    margin: 0 5px 10px;
  }

  .foot-link ul li a {
    font-size: 16px;
  }

  .foot-link ul li a img {
    margin-right: 5px;
  }

  #footer {
    padding: 30px 0;
  }

  #footer h5 {
    font-size: 24px;
    text-align: center;
  }

  #footer > .wp {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .foot-logo {
    width: 100%;
    text-align: center;
  }

  .foot-logo img {
    height: 80px;
    margin-bottom: 15px;
  }

  .foot-logo p {
    font-size: 18px;
  }

  .foot-logo form {
    position: relative;
  }

  .foot-logo .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 120px 0 15px;
    font-size: 16px;
  }

  .foot-logo .submit_btn {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 50px;
    font-size: 16px;
  }

  .foot-nav,
  .foot-list {
    display: none;
  }

  .foot-contact {
    width: 100%;
    margin: 25px 0 0;
  }

  .foot-contact h6 {
    font-size: 20px;
  }

  .foot-contact p {
    font-size: 16px;
  }

  .copyright {
    background: var(--color-primary);
  }

  .copyright::after {
    display: none;
  }

  .copyright .wp {
    padding: 15px 0 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .copyright p {
    font-size: 15px;
  }

  .copyright .share {
    margin: 15px 0 0;
  }

  .copyright .share a {
    margin: 0 5px;
  }

  #gotop {
    display: none;
  }
  
  .foot-logo form .crmFormVali-error {
    right: 5px !important;
    top: calc(28% - -43px) !important;
}
}

@media screen and (max-width: 480px) {
  .foot-logo img {
    height: 80px;
  }
}
