@font-face {
  font-family: "Prompt-Light";
  src: url("/cmt2563/fonts/Prompt/Prompt-Light.ttf");
}
@font-face {
  font-family: "Prompt-Medium";
  src: url("/cmt2563/fonts/Prompt/Prompt-Medium.ttf");
}
footer {
  width: 100%;
  border-top: 1px solid #eaeaea;
  font-family: "Prompt-Light", sans-serif;
}
.link_contact {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-left: 0.5rem;
  background-color: #0a0101;
}
.fb_icon {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ed3939;
}
.fb_icon::before {
  content: " ";
  position: absolute;
  transform: translate(50%, 50%);
  /* background-color: #e33c09; */
  background-image: url(/cmt2563/imgs/icon/facebook-f-brands.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.ig_icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.ig_icon::before {
  content: " ";
  position: absolute;
  transform: translate(50%, 50%);
  /* background-color: #e33c09; */
  background-image: url(/cmt2563/imgs/icon/instagram-brands.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.youtube_icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube_icon::before {
  content: " ";
  position: absolute;
  transform: translate(50%, 50%);
  /* background-color: #e33c09; */
  background-image: url(/cmt2563/imgs/icon/youtube-brands.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.tiktok_icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.tiktok_icon::before {
  content: " ";
  position: absolute;
  transform: translate(50%, 50%);
  /* background-color: #e33c09; */
  background-image: url(/cmt2563/imgs/icon/tiktok-brands.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.logo_bottom {
  position: relative;
  width: 100%;
}
.logo_bottom img {
  width: 40%;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .logo_bottom {
    justify-content: start;
  }
  .logo_bottom img {
    margin-left: 0;
  }
}
/* 
.mt-footer {
  height: 100px;
  text-align: center;
  margin: 0 100px;
  position: relative;
  border-top: 1px solid #111111;
  display: flex;
  justify-content: center;
  flex-direction: column;
  clear: both;
  margin-top: -100px;
}
.footer-container {
  width: 100%;
}
.footer-contact {
  font-size: 20px;
}

.footer-icon > a > img {
  display: block;
  width: 25px;
  height: 25px;
}
.footer-icon > a {
  display: inline-block;
  background: #111111;
  border-radius: 50%;
  padding: 12px;
}
.footer-details {
  font-size: 12px;
}
@media (max-width: 900px) {
  .mt-footer {
    height: 60px;
    margin: 0 25px;
    margin-top: -60px;
  }
  .footer-contact {
    font-size: 11px;
  }
  .footer-icon > a > img {
    width: 15px;
    height: 15px;
  }
  .footer-icon > a {
    padding: 5px;
  }
  .footer-details {
    font-size: 11px;
  }
} */
