Port Forward doesn't work --> Sharing 3 WAN and 9 LAN by using Vlan

/interface bridge
add fast-forward=no name=bridge-VLAN

Should be
add fast-forward=no name=bridge-VLAN vlan-filtering=yes

Remember the advice?
read this refernce…
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

In EVERY bridge example you see the following at the start of the configuration:

create one bridge, set VLAN mode off while we configure

/interface bridge add name=BR1 protocol-mode=none vlan-filtering=no

In EVERY bridge example you see the following at the end of the configuration:
#######################################

Turn on VLAN mode

#######################################
/interface bridge set BR1 vlan-filtering=yes