.tm-header .uk-navbar-nav .uk-parent a:after{
    content: '';
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    width: 14px;
    height: 14px;
    margin-top: -2px;
    background-position: center;

}
.tm-header .uk-navbar-nav .uk-parent:hover a:after,
.tm-header .uk-navbar-nav .uk-parent.uk-active a:after
{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg fill="%23019ab2"  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path  d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
}