Here is my solution:
Let $m = \gcd(a, bc), n = \gcd(a, df)$. Since $d|b , f|c$ so $b = kd, c = k'f$ $\Rightarrow bc = kk'df \Rightarrow df|bc$
$n|a, n|df, df|bc \Rightarrow n|bc \Rightarrow n|\gcd(a,bc) \Rightarrow n|m$
But I can't go on any more to show $m|n$!! Please help me complete the solution.