91³Ô¹ÏÍø

Watch CBS News

Hungary's far-right PM Viktor Orbán has made "some smart decisions," Sen. JD Vance says

Washington — Republican Sen. JD Vance of Ohio, rumored to be one of former President Donald Trump's vice-presidential contenders, said Sunday that the U.S "could learn from" some decisions made by authoritarian Hungarian Prime Minister Viktor Orbán, including controversial policies related to dealing with dissidents at universities.   

"On the university principle, the idea that taxpayers should have some influence in how their money is spent at these universities, it's a totally reasonable thing, and I do think that he's made some smart decisions there that we could learn from in the United States," Vance said Sunday on "Face the Nation."

The Ohio Republican has previously praised Orbán's approach to state universities in Hungary, his way could be the model for eliminating what he views as a left-wing bias at American universities. Orbán, who is revered in some hardline conservative circles, seized control of state universities, a move that critics say has extended his government's right-wing influence. 

1716135594480.png
Sen. JD Vance on "Face the Nation," May 19, 2024. CBS News

Vance claimed Sunday that American universities are already "controlled by left-wing foundations," rather than taxpayers. He said he's advocating for "taxpayers to have a say in how their money is spent."

"Universities are part of a social contract in this country. They educate our children. They produce important intellectual property," Vance added. "They get a lot of money because of it, but if they're not educating our children well, and they're layering the next generation down in mountains of student debt, then they're not meeting their end of the bargain."

"I think it's totally reasonable to say there needs to be a political solution to that problem," Vance said. He also noted that he's not endorsing every thing Orbán has done.

The comments come as Senate Minority Leader Mitch McConnell last week criticized growing praise among the GOP for Hungary's government, warning on the Senate floor against emulating a leader who has maintained friendly relationships with U.S. adversaries.

"This isn't where America should be taking our foreign policy cues," McConell said. "Hungary stands at the crossroads of three powers bent on undermining our security and prosperity. And the Orbán government is modeling what not to do in the face of these challenges."

Meanwhile, Vance is among a list of individuals thought to be considered as possible running mates for former President Donald Trump, who met with Orbán at his Mar-a-Lago estate earlier this month, where he praised the Hungarian leader. 

"Why is Viktor Orbán getting closer to China? In part because American leadership is not making smart decisions," Vance argued. "We are pushing other nations into the arms of the Chinese because we don't make enough stuff, because we pursue a ridiculous foreign policy very often. We have to be more self reliant."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });