#bobo-footer {
  background: #F8F8F8;
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#bobo-footer h5 {
  font-size: 22px;
  color: #060911;
  margin: 0 0 25px;
  font-weight: 700;
}

#bobo-footer h5::after {
  content: "";
  background: var(--bg-color);
  width: 40px;
  height: 1px;
  display: block;
  margin: 25px auto 0 0
}

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

.bobo-foot-logo .foot-logo-img {
  display: block;
  text-align: center;
}

.bobo-foot-logo .foot-logo-img img {
  max-width: 130px;
}

.bobo-foot-logo p {
  font-size: 16px;
  color: #060911;
  line-height: 24px;
  margin: 30px 0 0
}

.bobo-foot-logo .share {
  margin: 40px 0 0;
  font-size: 0;
  display: flex;
}

.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-primary);
}

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

.bobo-foot-logo .share a:hover {
  background-color: var(--link-color-hover);
}

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

.bobo-foot-nav ul li {
  font-size: 16px;
  color: #060911;
  line-height: 26px
}

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

.bobo-foot-nav ul li a {
  color: #060911;
  display: inline-block
}

.bobo-foot-nav ul li a:hover {
  color: var(--link-color-hover);
}

.bobo-foot-list ul li {
  font-size: 16px;
  color: #060911;
  line-height: 26px
}

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

.bobo-foot-list ul li a {
  color: #060911;
  display: inline-block
}

.bobo-foot-list ul li a:hover {
  color: var(--link-color-hover);
}

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

.bobo-foot-contact p {
  position: relative;
  font-size: 16px;
  color: #060911;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0 0 0 35px;
}

.bobo-foot-contact p i {
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-bottom: 5px;
}

.bobo-foot-contact .p2 i {
  font-size: 38px;
  left: -3px;
}

.bobo-foot-contact .p3 i {
  font-size: 30px;
  left: 1px;
}

.bobo-foot-contact p a:hover {
  color: var(--link-color-hover);
}

.bobo-copyright {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #e2e1e1;
}

.bobo-copyright p {
  font-size: 16px;
  color: #060911;
}

.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: var(--btn-bg);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

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

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

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

.bobo-side-bar a:hover {
  background: var(--btn-bg-hover)
}

#bobo-footBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ECECEC;
  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: 33.3%;
  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: #060911;
  font-size: 20px
}

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


@media screen and (max-width: 1500px) {
  #bobo-footer .wp {
    max-width: 1200px;
  }

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

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

@media screen and (max-width: 1300px) {
  #bobo-footer .wp {
    max-width: 1050px;
  }

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

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

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

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

  #bobo-footer .wp {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    flex-wrap: wrap;
  }

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

  #bobo-footer h5::after {
    margin: 15px 0 0
  }

  .bobo-foot-logo,
  .bobo-foot-contact,
  .bobo-foot-nav,
  .bobo-foot-list {
    width: 50%;
    padding: 0 15px;
  }

  .bobo-foot-logo .foot-logo-img {
    text-align: center;
  }

  .bobo-foot-logo .foot-logo-img img {
    max-width: 120px;
  }

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

  .bobo-foot-logo .share {
    margin: 20px 0 0;
    justify-content: center;
  }

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

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

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

  .bobo-foot-contact p {
    font-size: 15px;
    color: #060911;
    line-height: 24px;
    margin-bottom: 15px;
  }

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

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

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

  .bobo-foot-contact .p2 i {
    font-size: 25px;
  }

  .bobo-foot-contact .p3 i {
    font-size: 20px;
  }

  .bobo-side-bar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .bobo-side-bar a:last-child i,
  .bobo-side-bar a i {
    font-size: 28px;
  }

  #bobo-footBar {
    display: block
  }
}

@media screen and (max-width: 767px) {

  .bobo-foot-logo,
  .bobo-foot-contact,
  .bobo-foot-nav,
  .bobo-foot-list {
    width: 100%;
  }

  .bobo-foot-logo .foot-logo-img img {
    max-width: 100px;
  }
}


.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
}

.cd-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  float: none;
  overflow: auto;
  width: 50%;
  max-height: 80%;
  padding: 28px;
  background: #ffffff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 5%;
  top: 8px;
  font-size: 38px;
  color: #999;
}

.contact-inquiry {
  padding-top: 16px;
  width: 100%;
}

.contact-inquiry h5 {
  font-size: 28px;
  font-weight: 700;
  color: #212121;
  border-bottom: 2px solid #333;
  padding-bottom: 12px
}

.contact-inquiry .inquirbox {
  margin: 34px 0 0
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto 0 0
}

.inquirbox .row {
  margin-bottom: 22px
}

.inquirbox .row em {
  font-size: 20px;
  color: #484848;
  font-weight: 700;
  display: block;
  margin-bottom: 15px
}

.inquirbox .row em i {
  color: red
}

.inquirbox input[type=text],
.inquirbox textarea {
  padding: 14px 16px;
  font-size: 17px;
  border: 2px solid #dfdfdf;
  width: 100%;
  line-height: 22px;
  background: 0 0;
  text-align: left;
  color: #999;
  box-sizing: border-box
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none
}

.inquirbox input[type=text]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  outline: 0
}

.inquirbox .red {
  color: red;
  font-weight: 700
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle
}

.inquirbox .submit {
  display: block;
  background: var(--btn-bg);
  color: #ffffff;
  width: 225px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 0 auto
}

.inquirbox .submit:hover {
  background: var(--btn-bg-hover)
}

@media screen and (max-width: 1500px) {
  .inquirbox .row em {
    font-size: 18px;
    margin-bottom: 10px
  }
}

@media screen and (max-width: 1300px) {

  .inquirbox input[type=text],
  .inquirbox textarea {
    padding: 17px 20px;
    font-size: 16px
  }
}

@media screen and (max-width: 1199px) {
  .cd-popup .div_info {
    width: 86%;
  }
}

@media screen and (max-width: 991px) {

  .contact-inquiry h5 {
    font-size: 24px;
  }

  .contact-inquiry .inquirbox {
    margin: 24px 0 0
  }

  .contact-inquiry .inquirbox .row {
    margin-bottom: 0
  }

  .contact-inquiry .inquirbox .submit {
    margin: 0 auto
  }

  .inquirbox .row {
    margin-bottom: 0
  }

  .inquirbox .row>div {
    margin-bottom: 10px
  }

  .inquirbox .row em {
    font-size: 15px;
  }

  .inquirbox input[type=text],
  .inquirbox textarea {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dfdfdf
  }

  .inquirbox .submit {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 16px
  }
}