.custom-translate {
    position: relative;
    font-size: 15px;
	font-weight: 700;
	color: #fdb924;
    transition: color 400ms cubic-bezier(0,0,0.3,1);
    cursor: pointer;
}

.custom-translate:hover {
    color: #00A4EF;
    text-decoration: none;
}

.custom-translate select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    opacity: 0;
    cursor: pointer;
}