.footer-section {
  background-color: #c5c4c4;
  padding: 20px 15px;
}
.footer-section .footer-block {
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footer-section .footer-block .txt-title {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 20px;
}
.footer-section .footer-block .txt-head {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0 0 10px;
  border-bottom: 1px solid #605f5f;
}
.footer-section .footer-block .txt-desc {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-top: 10px;
}
.footer-section .footer-block .p-detail {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  color: #000000;
}
.footer-section .footer-block a {
  cursor: pointer;
}
.footer-section .footer-block a:hover {
  color: #F2A100;
}
.footer-section .footer-block .top10 {
  margin-top: 10px;
}
.footer-section .footer-block .box-contact {
  margin-top: 20px;
}
.footer-section .footer-block .wrap-bottom-menu {
  width: 100%;
}
.footer-section .footer-block .wrap-bottom-menu .main-footer-menu {
  gap: 15px;
}
.footer-section .footer-block .wrap-bottom-menu .main-footer-menu .menu-item a {
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  padding: 0;
}
.footer-section .socail {
  margin-left: -20px;
}
.footer-section .socail .socail_icon {
  font-size: 1.75rem;
  padding-left: 20px;
}
.footer-section .footer-block-right {
  text-align: right;
}
.footer-section .txt-cc {
  color: #000;
  font-size: 1rem;
  margin-top: 5px;
}
@media (max-width: 959px) {
  .footer-section .footer-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
  }
  .footer-section .footer-block .wrap-bottom-menu {
    justify-content: center;
  }
  .footer-section .footer-block .footer-block-right {
    text-align: center;
  }
  .footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-section .txt-cc {
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 639px) {
  .footer-section .footer-block .wrap-bottom-menu .main-footer-menu {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
