
.footer {
  height: auto;
  background: #000000;
}
.footer_contain {
  margin: 0 7% 0 7%;
}
.footer_sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  border-top: 1px solid #353535;
}
.footer_svg {
  height: 30px;
  color: #ffffff;
  font-size: 16px;
}
.footer_svg a{
  height: 30px;
  color: #ffffff;
  transition: all .3s ease-in-out;
}
.footer_svg a:hover{
  color: #008c8c;
}
.footer_icon {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  position: relative;
}
.dpc-icon {
  font-family: dpc-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer_icon a {
  margin-left: 25px;
}
.footer_icon i {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #c7c7c7;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
}
.footer_icon a:hover i {
  color: #fff;
}
.footer_icon a:hover i:after {
  opacity: 1;
  transform: scale(1.05);
}
.footer_icon i:before {
  position: relative;
  z-index: 8;
}
.footer_icon i:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: #008c8c;
  content: "";
  opacity: 0;
  transition: transform .4s, opacity .5s;
  transform: scale(1.4);
}
.footer_main {
  display: flex;
  justify-content: space-between;
}
.footer_nav {
  display: flex;
  width: 41%;
  justify-content: space-between;
  margin-top: 30px;
}
/* V2.0 */
.footer_copyright {
  border-top: 1px solid #353535;
  padding-top: 22px;
  padding-bottom: 80px;
}
/* V2.0 */
.footer_copyright p{
  color: #727272;
}

.Language_Choose {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.Language_Choose svg {
  fill: #ffffff;
  transform: rotate(180deg);
  transition: all .3s ease-in-out;
}
.Language_Choose.active span {
  color: #ffffff;
  transition: all .3s ease-in-out;
}
.Language_Choose.active svg {
  transform: rotate(90deg);
  fill: #008c8c;
}
.Language_Choose.active span {
  color: #008c8c;
}
.Language_Choose_conditions ul {
  position: absolute;
  left: 0;
  margin-top: 30px;
  height: 120px;
  opacity: 0;
  overflow: auto;
  transition: all .4s ease-in-out;
}
.Language_Choose_conditions ul li {
  color: #ffffff;
  margin-top: 0;
  cursor: pointer;
  transition: all .4s ease-in-out;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}
.Language_Choose_conditions a {
  margin-left: 0;
}
.Language_Choose_conditions ul.active {
  opacity: 1;
}
.Language_Choose_conditions ul.active li {
  margin-top: 15px;
}

@media (max-width:1366px) {
  .footer_submit {
    width: 48%;
    margin-top: 35px;
  }
}
@media (max-width:1366px) {
  .footer_submit {
    width: 48%;
    margin-top: 35px;
  }
  .footer_sign {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    height: auto;
  }
  .footer_icon a:first-child {
    margin-left: 0px;
  }
  .footer_svg {
    margin: 20px 0 10px 0;
  }
  .footer_icon {
    margin: 10px 0 10px 0;
  }
  .footer_main {
    display: flex;
    flex-direction: column;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_submit {
    width: 100%;
  }
  .footer_submit h4,.footer_submit p,.footer_submit div {
    text-align: left !important;
  }
  .footer_submit .footer_submit_box {
    justify-content: start;
    width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .footer_submit .footer_policy {
    margin-top: 3%;
  }
  .footer_submit .footer_submit_box{
    width: 60%;
  }
  .footer_copyright {
    margin-top: 37px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer_submit .footer_submit_box{
    width: 100%;
  }
}