.glite-footer-contact .container,
.glite-footer-content>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.glite-footer-contact {
  background: #fff;
  padding: 60px 0 30px;
  border-top: 2px solid #f6f6f6;
}
.glite-footer-contact ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.glite-footer-contact ul li {
  width: 20%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.glite-footer-contact ul li:last-child {
  width: 38%;
}
.glite-footer-contact ul li .ico {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  text-align: center;
}
.glite-footer-contact ul li .ico i {
  color: #fff;
  font-size: 35px;
  line-height: 60px;
}
.glite-footer-contact ul li .t {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 15px;
  margin-left: 15px;
  position: relative;
}
.glite-footer-contact ul li .t::after {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 32px;
  background: #d5d5d5;
}
.glite-footer-contact ul li .t h5 {
  font-size: 24px;
  color: #090909;
}
.glite-footer-contact ul li .t p {
  font-size: 16px;
  color: 414141;
  line-height: 20px;
  margin: 15px 0 0;
  height: 60px;
}
.glite-footer-contact ul li .t p a {
  color: #212f3f;
}
.glite-footer-contact ul li .t p a:hover {
  color: var(--color-primary);
}

.glite-footer-content {
  background: #000;
  padding: 60px 0 80px;
}
.glite-footer-content .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.glite-footer-content h5 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin: 0 0 20px;
}

.glite-footer-logo {
  width: 310px;
}
.glite-footer-logo em {
  margin: 20px 0 0;
  font-size: 22px;
  color: #fff;
  display: block;
}
.glite-footer-logo p {
  margin: 35px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.glite-footer-logo .share {
  margin: 30px 0 0;
}
.glite-footer-logo .share a {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.glite-footer-logo .share a + a {
  margin-left: 15px;
}
.glite-footer-logo .share a i {
  font-size: 28px;
  color: inherit;
}
.glite-footer-logo .share a:hover {
  color: var(--color-primary);
  transform: scale(1.2);
}

.glite-footer-form {
  flex: 1;
  margin-left: 130px;
}
.glite-footer-form h2 {
  color: #fff !important;
}
.glite-footer-form h5 {
  font-size: 37px;
  color: #fff;
  text-align: center;
}
.glite-footer-form p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
}

.glite-footer-form .inquirbox {
  margin: 60px 0 0;
  display: -webkit-flex;
  display: flex;
}
.glite-footer-form .l {
  width: 44.7%;
}
.glite-footer-form .r {
  flex: 1;
  margin-left: 24px;
}

.glite-footer-form .inquirbox input[type="text"],
.glite-footer-form .inquirbox textarea {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.glite-footer-form .inquirbox textarea {
  height: 100%;
  width: 100%;
}
.glite-footer-form .inquirbox .row {
  margin-bottom: 20px;
}
.glite-footer-form .inquirbox .row:last-of-type {
  margin-bottom: 0;
}
.glite-footer-form .inquirbox .submit {
  width: 140px;
  line-height: 44px;
  background: var(--color-primary);
  font-size: 18px;
}
.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 15px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.glite-footer-form .inquirbox em {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.glite-footer-form .inquirbox em+div {
  margin-bottom: 10px;
}

.foot-form p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
}

#glite-gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 4px;
}
#glite-gotop i {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1367px) {
  .glite-footer-contact ul li {
    width: 33.333333%;
  }
  .glite-footer-contact ul li:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 1281px) {
  .glite-footer-form h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1271px) {
  .glite-footer-form h5 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .glite-footer-contact {
    padding: 30px 0;
  }
  .glite-footer-contact .container,
  .glite-footer-content .container {
    display: block;
  }
  .glite-footer-contact ul li {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .glite-footer-contact ul li + li {
    width: 50%;
  }
  .glite-footer-contact ul li .t h5 {
    font-size: 22px;
  }

  .glite-footer-content {
    background-size: cover;
    padding: 40px 0;
  }
  .glite-footer-content .wp {
    display: block;
  }

  .glite-footer-logo {
    width: 100%;
    text-align: center;
  }
  .glite-footer-logo em {
    font-size: 20px;
  }
  .glite-footer-logo p {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 35px;
  }

  .glite-footer-form {
    margin: 30px 0 0;
  }
  .glite-footer-form p {
    font-size: 17px;
    margin: 15px 0 0;
  }
  .glite-footer-form .inquirbox {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .glite-footer-contact {
    padding: 15px 0;
  }
  .glite-footer-contact ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .glite-footer-contact ul li {
    width: 100%;
    padding: 15px 0;
    height: auto;
    display: block;
  }
  .glite-footer-contact ul li + li,
  .glite-footer-contact ul li:last-child {
    width: 100%;
  }
  .glite-footer-contact ul li .ico {
    margin: 0 auto;
  }
  .glite-footer-contact ul li .t {
    height: auto;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
  }
  .glite-footer-contact ul li .t::after {
    display: none;
  }
  .glite-footer-contact ul li .t h5 {
    font-size: 20px;
  }
  .glite-footer-contact ul li .t p {
    font-size: 15px;
    height: auto;
  }

  .glite-footer-content {
    padding: 30px 0 15px;
  }

  .glite-footer-logo {
    width: 100%;
    text-align: center;
  }
  .glite-footer-logo em {
    margin: 10px 0 0;
    font-size: 17px;
  }
  .glite-footer-logo p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
  }

  .glite-footer-logo .share {
    margin: 20px 0 0;
  }
  .glite-footer-logo .share a + a {
    margin-left: 10px;
  }
  .glite-footer-logo .share a i {
    font-size: 26px;
  }

  .glite-footer-form .inquirbox {
    display: block;
  }
  .glite-footer-form .l {
    width: 100%;
  }
  .glite-footer-form .r {
    margin: 10px 0 0;
  }
  .glite-footer-form .inquirbox .submit {
    display: block;
    width: 120px;
    line-height: 40px;
    background: var(--color-primary);
    font-size: 17px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .glite-footer-logo img {
    height: 90px;
  }
}
