.rightint-footer {
  background: #eee;
  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%;
}

.rightint-footer h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.rightint-footer h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: var(--color-primary);
  opacity: .8;
}

.rightint-footer h5 span {
  position: relative;
  z-index: 1;
}

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

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

.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 .cont-list p {
  padding-left: 35px;
  position: relative;
}

.rightint-foot-contact .cont-list p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-primary);
}

.rightint-foot-contact .cont-list p span {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.rightint-foot-contact .cont-list p:first-child span {
  background: url('https://shopcdnpro.grainajz.com/inst/Ken/3980/446630/sections/kelin_foot/pics/c1.png') center/16px auto no-repeat;
}

.rightint-foot-contact .cont-list p:nth-child(2)::before, .rightint-foot-contact .cont-list p:nth-child(3)::before {
  top: -3px;
}

.rightint-foot-contact .cont-list p:nth-child(2) span {
  top: -3px;
  background: url('https://shopcdnpro.grainajz.com/inst/Ken/3980/446630/sections/kelin_foot/pics/c3.png') center/16px auto no-repeat;
}

.rightint-foot-contact .cont-list p:nth-child(3) span {
  top: -3px;
  background: url('https://shopcdnpro.grainajz.com/inst/Ken/3980/446630/sections/kelin_foot/pics/c2.png') center/16px auto no-repeat;
}

.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-foot-logo img {
  height: 76px;
}

.rightint-foot-logo .foot-logo-desc {
  margin-top: 20px; 
  font-size: 16px; 
  color: #666; 
  margin-right: 20px;
  line-height: 1.5;
  text-align: left;
}

.rightint-foot-logo .share-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rightint-foot-logo .share {
  display: flex;
}

.rightint-foot-logo .share a {
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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


@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 .container .row {
    margin-left: 0;
    margin-right: 0;
  }

  .rightint-footer h5 {
    font-size: 22px;
    text-align: center;
  }

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

  .rightint-foot-logo img {
    width: 60%;
    height: auto;
    aspect-ratio: 304 / 276;
    margin-top: 30px;
  }

  .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-foot-logo .share a+a {
    margin-left: 8px;
  }

  .rightint-foot-logo .foot-logo-desc{
    text-align: center;
  }
}

@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;
  }
}