.rightint-footer {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #f3f3f3;
}

.rightint-footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.rightint-footer .container .row {
  width: 100%;
  justify-content: space-between;
}

.rightint-footer h5 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.rightint-foot-list ul {
  margin: 0;
  overflow: hidden;
}

.rightint-foot-list:last-child ul {
  display: flex;
  flex-wrap: wrap;
}

.rightint-foot-list:last-child ul li {
  width: 41%;
}

.rightint-foot-list:last-child ul li:nth-child(2n+1) {
  padding-right: 1%;
  width: 59%;
}

.rightint-foot-list ul li {
  color: #505050;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.rightint-foot-list ul li a {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 1; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.rightint-foot-list ul li + li {
  margin-top: 8px;
}

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

.rightint-foot-contact p {
  color: #505050;
  font-size: 18px;
  line-height: 25px;
}

.rightint-foot-contact p + p {
  margin-top: 8px;
}

.rightint-foot-contact p a:hover {
  color: var(--color-primary);
}

.rightint-copyright {
  padding: 30px 0;
  background: #f3f3f3;
}

.rightint-copyright .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.rightint-copyright p {
  color: #141414;
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
}

.rightint-copyright .share {
  font-size: 0;
}

.rightint-copyright .share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
  background: var(--color-primary);
  text-align: center;
}

.rightint-copyright .share a + a {
  margin-left: 10px;
}

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

.rightint-copyright .share a:hover {
  background: #000;
}

.rightint-foot-logo img {
  height: 50px;
}

.rightint-foot-logo .rightint-foot-contact {
  margin-top: 25px;
}


@media (min-width: 992px) {
    .rightint-footer .col-lg-4 {
        -ms-flex: 0 0 33%;
        -webkit-box-flex: 0;
        flex: 0 0 33%;
        max-width: 33%;
    }

   .rightint-footer .col-lg-5 {
        -ms-flex: 0 0 45%;
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }
  
   .rightint-footer .col-lg-3 {
        -ms-flex: 0 0 21%;
        -webkit-box-flex: 0;
        flex: 0 0 21%;
        max-width: 21%;
    }
}

@media screen and (max-width: 1441px) {
  .rightint-foot-list ul li {
    font-size: 17px;
    line-height: 24px;
  }
  .rightint-foot-contact p {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1281px) {
  .rightint-foot-logo {
    width: 200px;
  }
  .rightint-copyright p {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  #gotop {
    display: none;
  }

  .rightint-footer {
    padding: 30px 0;
  }
  .rightint-footer .container {
    display: block;
  }
  .rightint-footer h5 {
    font-size: 22px;
    text-align: center;
  }

  .rightint-foot-logo {
    width: 100%;
    text-align: center;
  }
  .rightint-foot-list {
    display: none;
  }
  .rightint-foot-contact {
    /* width: 100%; */
    margin: 20px 0 0;
  }
  .rightint-foot-contact p {
    font-size: 16px;
  }

  .rightint-copyright {
    padding: 20px 0;
    text-align: center;
  }
  .rightint-copyright .container {
    display: block;
  }
  .rightint-copyright p {
    font-size: 16px;
    max-width: none;
  }
  .rightint-copyright .share {
    margin-top: 15px;
  }
  .rightint-copyright .share a + a {
    margin-left: 8px;
  }
}

@media screen and (max-width: 480px) {
  .rightint-foot-contact p {
    font-size: 15px;
    line-height: 22px;
  }

  .rightint-copyright p {
    font-size: 15px;
  }
  .rightint-copyright p span {
    display: block;
  }
}




@media only screen and (max-width: 992px) {
.zhou{
	margin-bottom: 10px;
}
}