Hello.
I create an admin account and a normal account. when in normal account i open Terminal and type "sudo su" it ask me password and when I enter "admin" password it show me incorrect password.
How can I solve it?
Admin is not Root in OS X like it is in some Linux distros and it's not as simple to create a root user i.e. sudo passwd.
https://support.apple.com/en-us/HT204012
You need to enable root see above link
You don't need to enable the root account for sudo. It does need to have a password and if the OP set that up, it may very well be different then the second admin account he created.
# User privilege specification
root ALL=(ALL) ALL
%admin ALL=(ALL) ALL
# User privilege specification
root ALL=(ALL) ALL
%admin ALL=(ALL) ALL
fred ALL=(ALL) ALL