#bobo-footer {
  background: var(--color-primary);
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly
}

#bobo-footer h5 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase
}

#bobo-footer h5::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 1px;
  display: block;
  margin: 10px auto 0 0;
  border: 1px solid #FFF;
}

.bobo-foot-logo {
  /*width: 450px;*/
  text-align: center;
}
.bobo-foot-logo .btn_link {
  margin: 40px 0 0;
  text-align: start;
}
.bobo-foot-logo .btn_link a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  transform: all .3s;
}
.bobo-foot-logo .btn_link a:hover {
  background: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.bobo-foot-logo>img {
  /*height: 26px;*/
  object-fit: contain;
  /*aspect-ratio: 120 / 26;*/
  max-width: 130px;
  margin-bottom:30px;
}

.bobo-foot-logo p {
  font-size: 15px;
  line-height: 2em;
  margin:  0;
  color: rgba(255, 255, 255, 1);
}

.bobo-foot-logo .share {
  font-size: 0;
  display: flex;
  padding-top: 30px;
  border-top: 1px solid #FFF;
}

.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  /*border-radius: 50%;*/
  overflow: hidden;
  /*background-color: rgba(255, 255, 255, 0.1);*/
}

.bobo-foot-logo .share a + a {
  margin-left: 24px
}

.bobo-foot-logo .share a:hover {
  opacity: .7
}

.bobo-foot-logo .share i {
  color: white;
  font-size: 26px;
}

.bobo-foot-nav ul li {
  font-size: 15px;
  line-height: 1.73;
}

.bobo-foot-nav ul li + li {
  margin-top: 6px
}

.bobo-foot-nav ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
}

.bobo-foot-nav ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-list ul li {
  font-size: 15px;
  line-height: 1.73;
}

.bobo-foot-list ul li + li {
  margin-top: 6px
}

.bobo-foot-list ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 1)
}

.bobo-foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-contact {
  width: 300px
}

.bobo-foot-contact p {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
}

.bobo-foot-contact p i {
  margin-right: 15px;
}
.bobo-foot-contact p img {
  font-size: 20px;
  margin-right: 15px;
  max-width: 24px;
}

.bobo-foot-contact p a:hover {
  color: var(--color-second);
  text-decoration: underline;
}

.bobo-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  /*height: 80px;*/
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1)
}

.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 50px;
  z-index: 999;
  background: linear-gradient( 180deg, #5076BF 16%, #FE914C 100%);
box-shadow: 0px 2px 16px 2px rgba(80,118,191,0.06);
border-radius: 10px 0px 0px 0px;
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  /*background: var(--color-primary);*/
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}
.bobo-side-bar a:last-child {
  background: var(--color-primary);
  border-radius: 0;
}

.bobo-side-bar a + a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.bobo-side-bar a:last-child i {
  font-size: 22px
}

.bobo-side-bar a:hover {
  color: var(--color-primary);
  /*background: none;*/
  /*border: 1px solid var(--color-primary);*/
}

#bobo-footBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #333;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s
}

#bobo-footBar ul {
  height: 45px;
  display: -webkit-flex;
  display: flex
}

#bobo-footBar ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

#bobo-footBar ul li:first-child {
  border-left: none
}

#bobo-footBar ul li a {
  display: inline-block;
  width: 100%
}

#bobo-footBar ul li i {
  color: #fff;
  font-size: 20px
}

#bobo-footBar ul li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  text-transform: uppercase
}

@media screen and (max-width: 1500px) {
  #bobo-footer h5 {
    font-size: 20px
  }
  .bobo-foot-logo {
    /*width: 410px;*/
  }

  .bobo-foot-logo p{
    margin: 40px 0;
  }
}

@media screen and (max-width: 1280px) {
  #bobo-footer h5 {
    font-size: 18px
  }

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

  .bobo-foot-logo {
    width: 380px;
  }

  .bobo-foot-logo p{
    margin: 30px 0;
  }

  .bobo-foot-logo .share a {
    width: 32px;
    height: 32px;
  }

  .bobo-foot-logo .share i {
    font-size: 22px;
  }

  .bobo-foot-logo p,
  .bobo-foot-nav ul li,
  .bobo-foot-list ul li,
  .bobo-foot-contact p {
    font-size: 14px
  }

  .bobo-foot-logo .share a + a {
    margin-left: 20px
  }
}

@media screen and (max-width: 1200px) {
  #bobo-footer h5 {
    font-size: 16px
  }

  .bobo-foot-logo p{
    margin: 20px 0;
  }

  .bobo-foot-contact {
    width: 260px;
  }

  .bobo-foot-logo {
    width: 340px;
  }
}

@media screen and (max-width: 992px) {
  #bobo-footer .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  .bobo-foot-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    text-align: center;
  }

  .bobo-foot-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .bobo-foot-logo .share a {
    width: 36px;
    height: 36px;
  }

  .bobo-foot-logo .share i {
    font-size: 26px;
  }

  .bobo-foot-nav,
  .bobo-side-bar,
  .bobo-foot-list {
    display: none
  }

  #bobo-footer .bobo-foot-contact h5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
  }

  #bobo-footer .bobo-foot-contact h5::after {
    display: unset;
    margin: 20px 0 0 0;
  }

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

@media screen and (max-width: 768px) {
  #bobo-footer {
    padding: 30px 0 0
  }

  #bobo-footer h5 {
    font-size: 20px;
  }

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

  .bobo-foot-logo .share a {
    width: 32px;
    height: 32px;
  }

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

  .bobo-foot-logo .share a + a {
    margin-left: 20px
  }

  .bobo-foot-contact {
    width: 100%;
  }

  .bobo-foot-contact p {
    font-size: 14px;
    width: 100%;
  }

  .bobo-copyright {
    margin-top: 30px;
    padding: 15px 0 60px;
  }

  .bobo-copyright p {
    font-size: 14px;
    letter-spacing: 0
  }

  #bobo-footBar {
    display: block
  }
}

@media screen and (max-width: 576px) {
  .bobo-foot-logo p{
    text-align: left;
  }
}