.footer-set-1125 {
  display: flex;
  width: 100%;
  padding: 0 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #0E293E;
  color: #fff;
  margin-top: 0; }
  .footer-set-1125 a {
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    margin-bottom: 0; }
  .footer-set-1125 .footer-inner {
    width: 100%;
    padding: 0; }
  .footer-set-1125 .footer-main {
    display: flex;
    width: 100%;
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px; }
  .footer-set-1125 .footer-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  .footer-set-1125 .copy-logo img {
    width: 192px;
    height: 47px;
    flex-shrink: 0;
    display: block; }
  .footer-set-1125 .contact-us-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }
    .footer-set-1125 .contact-us-btn::after {
      content: "";
      width: 24px;
      height: 24px;
      aspect-ratio: 1 / 1;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px 24px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 21.9998C17.5228 21.9998 22 17.5226 22 11.9998C22 6.47691 17.5228 1.99976 12 1.99976C6.47715 1.99976 2 6.47691 2 11.9998C2 17.5226 6.47715 21.9998 12 21.9998Z" stroke="%23ffffff"/><path d="M14.7731 9.22687L9 15M14.7731 9.22687C14.2678 8.72156 11.8846 9.21665 11.1649 9.22687M14.7731 9.22687C15.2784 9.73219 14.7834 12.1154 14.7731 12.8351" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      flex-shrink: 0; }
    .footer-set-1125 .contact-us-btn:hover {
      color: #fff;
      background-color: #2A82B6;
      border-color: #2A82B6; }
    .footer-set-1125 .contact-us-btn:active {
      color: #fff;
      background-color: #26719D;
      border-color: #26719D; }
  .footer-set-1125 .footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch; }
  .footer-set-1125 .social-icon ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-set-1125 .social-icon li a {
    display: inline-flex; }
  .footer-set-1125 .social-icon img {
    width: 42px;
    height: 42px;
    aspect-ratio: 1 / 1;
    display: block; }
  .footer-set-1125 .link-list ul {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-set-1125 .link-list a {
    color: #FFF;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0; }
    .footer-set-1125 .link-list a::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -4px;
      width: 0;
      height: 1.5px;
      background: #fff;
      transform: translateX(-50%);
      transition: width 0.4s ease; }
    .footer-set-1125 .link-list a:hover {
      text-decoration: none; }
      .footer-set-1125 .link-list a:hover::after {
        width: 100%; }
  .footer-set-1125 .footer-bottom {
    display: flex;
    padding: 20px 0;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    border-top: 1px solid #FFF; }
  .footer-set-1125 .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .footer-set-1125 .copy-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
  .footer-set-1125 .copy-text li,
  .footer-set-1125 .copyright-menu a {
    color: #FFF;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0; }
  .footer-set-1125 .copyright-menu a {
    text-align: right; }

@media all and (max-width: 991px) {
  .footer-set-1125 {
    display: flex;
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
    .footer-set-1125 .footer-main {
      width: 100%;
      padding: 40px 0;
      gap: 34px; }
    .footer-set-1125 .footer-top,
    .footer-set-1125 .footer-bottom,
    .footer-set-1125 .copyright {
      flex-direction: column;
      align-items: center;
      gap: 34px; }
    .footer-set-1125 .footer-middle {
      align-items: flex-start;
      gap: 20px;
      flex-direction: column;
      padding: 0 20px; }
    .footer-set-1125 .copy-logo img {
      width: 192px;
      height: 47px; }
    .footer-set-1125 .link-list ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; }
    .footer-set-1125 .footer-bottom {
      padding: 20px 0; }
    .footer-set-1125 .copyright {
      gap: 20px; }
    .footer-set-1125 .copyright-menu a {
      text-align: left; } }
.fr-view ul li {
  margin-bottom: 0; }
