footer {
  background-color: #b82842;
  position: relative;
}
footer .footer-con {
  border-bottom: 1px solid #ccc;
  padding: 32px 157px 7px 68px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1580px) {
  footer .footer-con {
    padding: 34px 90px 7px 48px;
  }
}
@media screen and (max-width: 1400px) {
  footer .footer-con {
    padding: 34px 28px 7px;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer-con {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-con .logo-social-box {
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .logo-social-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
footer .footer-con .logo-social-box .logo {
  width: 125px;
}
footer .footer-con .logo-social-box .logo .pic {
  width: 100%;
}
footer .footer-con .logo-social-box .social-box {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-con .logo-social-box .social-box .icons-box {
  margin-right: 24px;
  font-size: 28px;
  color: #fff;
}
footer .footer-con .logo-social-box .social-box .icons-box:last-child {
  margin-right: 0;
}
footer .footer-con .logo-social-box .social-box .icons-box.cefc-bluesky {
  font-size: 24px;
}
footer .footer-con .logo-social-box .social-box .icons-box.cefc-linkedin {
  font-size: 20px;
}
footer .footer-con .logo-social-box .social-box .icons-box.cefc-youtube {
  font-size: 18px;
}
footer .footer-con .nav-subscribe-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .nav-subscribe-form {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-con .nav-subscribe-form nav {
  margin-right: 260px;
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .nav-subscribe-form nav {
    margin-top: 30px;
    margin-right: 0;
  }
}
footer .footer-con .nav-subscribe-form nav ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .nav-subscribe-form nav ul {
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
footer .footer-con .nav-subscribe-form nav ul li {
  margin-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .nav-subscribe-form nav ul li {
    margin-bottom: 0;
  }
}
footer .footer-con .nav-subscribe-form nav ul li a {
  color: #fff;
  font-style: italic;
  text-shadow: 0px 3px 6px #00000029;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
footer .footer-con .nav-subscribe-form nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.35s ease-in-out;
}
footer .footer-con .nav-subscribe-form nav ul li a:hover::after {
  width: 100%;
}
footer .footer-con .nav-subscribe-form .subscribe-form {
  width: 360px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .nav-subscribe-form .subscribe-form {
    width: 100%;
    max-width: 400px;
    justify-content: center;
  }
}
footer .footer-con .nav-subscribe-form .subscribe-form .tit {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  footer .footer-con .nav-subscribe-form .subscribe-form .tit {
    text-align: center;
  }
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 16px 25px;
  background-color: #fff;
  width: 100%;
  height: auto;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box.select-box {
  margin-right: 5px;
  width: calc(50% - 5px);
  position: relative;
  cursor: pointer;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box.name-inp {
  margin-left: 5px;
  width: calc(50% - 5px);
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box.email-inp {
  margin-top: 10px;
  width: 100%;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box span {
  font-size: 18px;
  color: #0b090a;
  flex-grow: 1;
  line-height: 1;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box .icons-box {
  margin-left: 6px;
  flex-shrink: 0;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box input {
  width: 100%;
  line-height: 1;
  font-size: 18px;
  color: #0b090a;
  height: 18px;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box .sort-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box .sort-list ul {
  margin: 0 10px;
  border-top: 1px solid rgba(112, 112, 112, 0.17);
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box .sort-list ul li {
  padding: 14px 12px;
  font-size: 18px;
  line-height: 1;
  color: #666666;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box .sort-list ul li.active {
  background-color: #fff0f3;
  color: #b82842;
}
footer .footer-con .nav-subscribe-form .subscribe-form .input-box .sort-list ul li:hover {
  color: #b82842;
}
footer .footer-con .nav-subscribe-form .subscribe-form .border-btn {
  margin-top: 10px;
  padding: 16px 32px;
}
.dark-theme footer .footer-con .nav-subscribe-form .subscribe-form .border-btn {
  border: 1px solid #fff;
}
.dark-theme footer .footer-con .nav-subscribe-form .subscribe-form .border-btn span,
.dark-theme footer .footer-con .nav-subscribe-form .subscribe-form .border-btn .icons-box {
  color: #fff;
}
footer .copyright {
  padding: 25px 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1580px) {
  footer .copyright {
    padding: 25px 48px;
  }
}
@media screen and (max-width: 1400px) {
  footer .copyright {
    padding: 25px 28px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .copyright .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  footer .copyright .links {
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
  }
}
footer .copyright .links .link-item {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
footer .copyright .links .link-item.space {
  display: block;
  margin: 0 8px;
}
footer .copyright .right {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .copyright .right {
    width: 100%;
    text-align: center;
  }
}
footer .backtotop-box {
  position: absolute;
  right: 30px;
  bottom: 84px;
  z-index: 999;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  footer .backtotop-box {
    width: 40px;
    height: 40px;
  }
}
footer .backtotop-box .icons-box {
  font-size: 8px;
  color: #B82842;
  transform: rotate(-90deg);
}
footer .faq-box {
  position: fixed;
  right: 22px;
  bottom: 152px;
  z-index: 999;
  box-shadow: 0px 0px 20px #00000057;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #b82842;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  footer .faq-box {
    width: 50px;
    height: 50px;
    right: 7px;
    bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  footer .faq-box {
    bottom: 342px;
  }
}
footer .faq-box .icons-box {
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  footer .faq-box .icons-box {
    font-size: 22px;
  }
}
footer .mode-box {
  position: fixed;
  right: 22px;
  bottom: 232px;
  z-index: 999;
  box-shadow: 0px 0px 20px #00000057;
  border-radius: 50px;
  padding: 5px;
  width: 64px;
  height: 64px;
  background-color: #f7b80e;
  transition: width 0.35s ease-in-out, background-color 0.35s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  footer .mode-box {
    width: 50px;
    height: 50px;
    right: 7px;
    bottom: 110px;
  }
}
@media screen and (max-width: 1400px) {
  footer .mode-box {
    bottom: 410px;
  }
}
footer .mode-box .icons-box {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 32px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  footer .mode-box .icons-box {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
footer .mode-box .active-box {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #F7B80E;
  transition: left 0.35s ease-in-out, background-color 0.35s ease-in-out;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  footer .mode-box .active-box {
    width: 40px;
    height: 40px;
  }
}
footer .mode-box:hover {
  width: 130px;
  background-color: #ffffff;
}
@media screen and (max-width: 1400px) {
  footer .mode-box:hover {
    width: 102px;
  }
}
footer .mode-box:hover .icons-box {
  display: flex;
}
footer .mode-box:hover .icons-box.dark-mode {
  color: #F7B80E;
}
footer .mode-box.dark {
  background-color: #003957;
}
footer .mode-box.dark .icons-box {
  display: none;
}
footer .mode-box.dark .icons-box.dark-mode {
  color: #fff;
  display: flex;
}
footer .mode-box.dark .active-box {
  left: 71px;
  background-color: #003957;
}
@media screen and (max-width: 1400px) {
  footer .mode-box.dark .active-box {
    left: 56px;
  }
}
footer .mode-box.dark:hover {
  background-color: #ffffff;
}
footer .mode-box.dark:hover .icons-box {
  display: flex;
}
footer .mode-box.dark:hover .icons-box.bright-mode {
  color: #003957;
}
