#footer {
    background: #2A2A2A;
  }
  #footer .logo_footer {
    margin-bottom: 22px;
  }
  #footer .list-info .item-info {
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    max-width: 350px;
    display: flex;
  }
  #footer .list-info .item-info .icon_info {
    width: 30px;
    margin-right: 5px;
  }
  #footer .list-info .item-info .content_info {
    flex: 1;
  }
  #footer .list-info .item-info .content_info ._3rzm {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    opacity: 0.8;
  }
  #footer .list-info .item-info .content_info ._5qur {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
  }
  #footer .widget_footer_menu {
    margin-top: 40px;
  }
  #footer .widget_footer_menu .title-widget {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #footer .widget_footer_menu .list-menu {
    margin-bottom: 0;
  }
  #footer .widget_footer_menu .list-menu .item-menu {
    list-style: none;
    margin: 0;
  }
  #footer .widget_footer_menu .list-menu .item-menu .link-menu {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
  }
  #footer .widget_footer_menu .list-menu .item-menu .link-menu:hover {
    color: var(--Brand-Blue, #26BDEF);
  }
  #footer .widget_footer_menu.group_image_footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
  #footer .FooterTop {
    padding-bottom: 20px;
  }
  #footer .FooterBottom {
    padding: 0;
  }
  #footer .FooterBottom .RowFooterBottom {
    border-top: 1px solid #4e4e4e;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #footer .FooterBottom .copyright {
    margin-bottom: 0;
    color: #ACACAC;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
  #footer .FooterBottom .group_payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  #footer .FooterBottom .group_payment .label {
    color: #ACACAC;
    font-size: 12px;
  }
  #footer .FooterBottom .group_payment .list_payment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
  }
  #footer .FooterBottom .group_payment .list_payment .item_payment {
    list-style: none;
    margin: 0;
  }