<!doctype html>
<html lang="hu-HU">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N4MMSJQ');</script>
<!-- End Google Tag Manager -->

	<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<!--noptimize--><script id='fp_data_js' class="fupi_no_defer" type="text/javascript" data-no-defer="1" data-no-optimize="1" nowprocket>
			
			var FP = { 'fns' : {} },
				fp = {"loaded":[],"loading":[],"waitlist":[],"actions":[],"observers":[],"tools":["ga41"],"vars":[],"notice":{"enabled":true,"display_notice":true,"priv_policy_update":1738755925,"blur_page":false,"scroll_lock":true,"hidden":[],"shown":[""],"preselected_switches":[],"optin_switches":false,"privacy_url":"https:\/\/www.tkbf.hu\/adatkezeles\/","ask_for_consent_again":"1","pp_id":3,"toggle_selector":".fupi_show_cookie_notice, .fp_show_cookie_notice","mode":"optin"},"main":{"track_current_user":true,"is_pro":true,"is_customizer":false,"debug":false,"url":"https:\/\/www.tkbf.hu\/wp-content\/plugins\/full-picture-premium\/","bot_list":"none","server_method":"rest","magic_keyword":"tracking","ajax_url":"https:\/\/www.tkbf.hu\/wp-admin\/admin-ajax.php","is_bricks_builder":false},"track":{"intersections":"-200px 0px -200px 0px","dblclck_time":300,"track_scroll_min":200,"track_scroll_time":5,"formsubm_trackdelay":3,"link_click_delay":false,"reset_timer_on_anchor":false,"track404":false,"redirect404_url":false,"use_mutation_observer":false,"join_ref":false,"switch_ref":false},"ga41":{"id":"G-V9RG9B11GY","server_side":false}},
				fpdata = {"user":{"role":"Visitor","logged_in":false},"page_type":"Bejegyz\u00e9s","content_id":2319,"page_title":"T\u00e1j\u00e9koztat\u00f3 f\u00fczet g\u00f3ly\u00e1knak","page_id":2319,"published":"2013-08-30 07:33:03","author_name":"mafe","terms":[{"name":"Hallgat\u00f3i h\u00edrek","slug":"hallgatoi-hirek","parent":0,"taxonomy":"category"}]};
			fp.load_queue = {};

			FP.getInner = function (vals, splitter = ".") {
        
				let args = Array.isArray(vals) ? vals : vals.split(splitter).map( arg => arg.trim() ),
					obj = window[args.shift()];

				for (var i = 0; i < args.length; i++) {
					var prop = args[i];
					if (! obj || ! obj.hasOwnProperty(prop)) return false;
					obj = obj[prop];
				};

				return obj;
			};
			
			FP.load = ( slug, cb_s = false, req_a = false ) => {

				if ( ! fp.load_queue[slug] ) {
					fp.load_queue[slug] = {
						"state" : "waiting", 
						"cb" : cb_s,
						"req_a" : req_a
					}
				}

				if ( cb_s ) {

					// make sure we only load things that are not loading or have loaded
					if ( fp.load_queue[slug].state == "waiting" ) {
				
						// check if all deps are loaded
						let deps_loaded = req_a.every( el => fp.load_queue[el] && fp.load_queue[el].state == "loaded" );
					
						if ( deps_loaded ) {
							let fn = FP.getInner( cb_s, ".");
							if ( fn ) {
								fp.load_queue[slug].state = "loading";
								fn();
							}
						}
					}

				}
			};
			
			FP.loaded = ( slug, marker = false, text = false ) => {

				fp.load_queue[slug] = {state : "loaded"};
				// if (fp.main.debug) console.log( text || "[FP] " + slug + " loaded " );

				if ( marker ) fp.loaded.push( marker ); // for consent banner reloading

				// check if any queued scripts can now be loaded
				for ( const [fn_slug, data_o] of Object.entries( fp.load_queue ) ) {
					if ( fp.load_queue[fn_slug].state == "waiting" ) {
						FP.load( fn_slug, data_o.cb, data_o.req_a );
					}
				}
			};

			FP.readCookie = name => {
				var nameEQ = name + "=";
				var ca = document.cookie.split(";");
				for (var i = 0; i < ca.length; i++) {
					var c = ca[i];
					while (c.charAt(0) == " ") {c = c.substring(1, c.length);}
					if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
				};
				return null;
			};
			
			FP.manageIframes = ()=>{}; // DO NOT REMOVE for backwards compat
			
			// SET INITIAL CONSENTS
			
			FP.set_gtag_consents = ( tag_name, type, stats = false, pers = false, market = false ) =>{

				window[tag_name]("consent", type, {
					"ad_storage": market ? "granted" : "denied",
					"ad_user_data" : market ? "granted" : "denied",
					"ad_personalization" : market ? "granted" : "denied",
					"analytics_storage": stats ? "granted" : "denied",
					"personalization_storage": pers ? "granted" : "denied",
					"functionality_storage": pers || stats || market ? "granted" : "denied",
					"security_storage": "granted",
				});

				if ( type == "update" ) {
					if ( tag_name == "gtag" ) {
						window.dataLayer.push( {
							"event" : "fp_privacyPreferencesChanged",
							"fp_visitorPrivacyPreferences" : fpdata.cookies,
						} );
					} else {
						window.fupi_dataLayer.push( {
							"event" : "fp_privacyPreferencesChanged",
							"fp_visitorPrivacyPreferences" : fpdata.cookies,
						} );
					}
				}
			}
			
			let cookies = FP.readCookie("fp_cookie"),
				track_me = FP.readCookie("fp_track_me");

			fpdata.cookies = cookies ? JSON.parse(cookies) : false;
			if ( track_me === "1" ) fp.main.track_current_user = true;

			fpdata.consents = {
				"can_track_stats" : false,
				"can_track_pers" : false,
				"can_track_market" : false,
			};

			// Consents for gtag, gtm and MS EUT

			// Set GTAG dataLayer with denied consents
			window.dataLayer = window.dataLayer || [];
			window.gtag = function(){window.dataLayer.push(arguments);}
			FP.set_gtag_consents("gtag", "default");

			// Set Gtag url_passthrough
			if ( fp?.gtag?.url_passthrough && fp.notice.enabled && ( fp.notice.mode == "optin" || fp.notice.mode == "optout" ) ) {
				window.gtag("set", "url_passthrough", true);
			};

			// MS Ads datalayer with denied consents
			window.uetq = window.uetq || [];
			window.uetq.push( "consent", "default", {
				"ad_storage": "denied"
			});

			// Set a separate dataLayer for the GTM (if enabled by the user) with denied consents

			if ( fp.gtm ) {
				fp.gtm.datalayer = ! fp.gtm.datalayer || fp.gtm.datalayer == "default" ? "dataLayer" : "fupi_dataLayer";
				if ( fp.gtm.datalayer == "fupi_dataLayer" ){
					window.fupi_dataLayer = window.fupi_dataLayer || [];
					window.fupi_gtm_gtag = function(){window.fupi_dataLayer.push(arguments);} // gtag used for consents
					FP.set_gtag_consents("fupi_gtm_gtag", "default");
				}
			};FP.loaded("head_js");
		</script><!--/noptimize--><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script id="fupi_gtag_script" async src="https://www.googletagmanager.com/gtag/js?id=G-V9RG9B11GY" onload="FP.loaded('gtag_file')"></script><script>
                window.dataLayer = window.dataLayer || [];
                function gtag(){dataLayer.push(arguments);}
            </script>
	<!-- This site is optimized with the Yoast SEO plugin v27.3 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Tájékoztató füzet gólyáknak - A Tan Kapuja</title>
	<link rel="canonical" href="https://www.tkbf.hu/hallgatoi-hirek/tajekoztato-fuzet-golyaknak/" />
	<meta property="og:locale" content="hu_HU" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Tájékoztató füzet gólyáknak - A Tan Kapuja" />
	<meta property="og:description" content="&Uuml;dv&ouml;zl&uuml;nk a Tan Kapuja Buddhista Főiskol&aacute;n! &nbsp; Rem&eacute;lj&uuml;k, az itt t&ouml;lt&ouml;tt időd &eacute;lvezetesen telik &eacute;s sok &eacute;rdekes dolgot tanulsz majd. Iskol&aacute;nk sokf&eacute;le &eacute;rdeklőd&eacute;si k&ouml;rű &eacute;s t&aacute;rsadalmi h&aacute;tterű embert vonz. A diverzit&aacute;s, ha &ouml;sszhanggal p&aacute;rosul, a legerősebb k&ouml;z&ouml;ss&eacute;gek kov&aacute;csa. Legyetek h&aacute;t erős k&ouml;z&ouml;ss&eacute;g &eacute;s csak a csillagos &eacute;g szab majd hat&aacute;rt t&ouml;rekv&eacute;seiteknek! &nbsp; A bolognai rendszerű [&hellip;]" />
	<meta property="og:url" content="https://www.tkbf.hu/hallgatoi-hirek/tajekoztato-fuzet-golyaknak/" />
	<meta property="og:site_name" content="A Tan Kapuja" />
	<meta property="article:published_time" content="2013-08-30T07:33:03+00:00" />
	<meta property="article:modified_time" content="2021-02-20T17:45:45+00:00" />
	<meta name="author" content="mafe" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Szerző:" />
	<meta name="twitter:data1" content="mafe" />
	<meta name="twitter:label2" content="Becsült olvasási idő" />
	<meta name="twitter:data2" content="3 perc" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/#article","isPartOf":{"@id":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/"},"author":{"name":"mafe","@id":"https:\/\/www.tkbf.hu\/#\/schema\/person\/8af72f5d0bf09a04e1fbfcae26eec9e5"},"headline":"Tájékoztató füzet gólyáknak","datePublished":"2013-08-30T07:33:03+00:00","dateModified":"2021-02-20T17:45:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/"},"wordCount":587,"commentCount":0,"publisher":{"@id":"https:\/\/www.tkbf.hu\/#organization"},"articleSection":["Hallgatói hírek"],"inLanguage":"hu","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/","url":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/","name":"Tájékoztató füzet gólyáknak - A Tan Kapuja","isPartOf":{"@id":"https:\/\/www.tkbf.hu\/#website"},"datePublished":"2013-08-30T07:33:03+00:00","dateModified":"2021-02-20T17:45:45+00:00","breadcrumb":{"@id":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/#breadcrumb"},"inLanguage":"hu","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.tkbf.hu\/hallgatoi-hirek\/tajekoztato-fuzet-golyaknak\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Főoldal","item":"https:\/\/www.tkbf.hu\/"},{"@type":"ListItem","position":2,"name":"Tájékoztató füzet gólyáknak"}]},{"@type":"WebSite","@id":"https:\/\/www.tkbf.hu\/#website","url":"https:\/\/www.tkbf.hu\/","name":"A Tan Kapuja","description":"...egy újabb WordPress honlap...","publisher":{"@id":"https:\/\/www.tkbf.hu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tkbf.hu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hu"},{"@type":"Organization","@id":"https:\/\/www.tkbf.hu\/#organization","name":"A Tan Kapuja","url":"https:\/\/www.tkbf.hu\/","logo":{"@type":"ImageObject","inLanguage":"hu","@id":"https:\/\/www.tkbf.hu\/#\/schema\/logo\/image\/","url":"https:\/\/www.tkbf.hu\/wp-content\/uploads\/2020\/12\/TKB_logo-1.svg","contentUrl":"https:\/\/www.tkbf.hu\/wp-content\/uploads\/2020\/12\/TKB_logo-1.svg","width":243.41,"height":66.58,"caption":"A Tan Kapuja"},"image":{"@id":"https:\/\/www.tkbf.hu\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.tkbf.hu\/#\/schema\/person\/8af72f5d0bf09a04e1fbfcae26eec9e5","name":"mafe","image":{"@type":"ImageObject","inLanguage":"hu","@id":"https:\/\/secure.gravatar.com\/avatar\/8b082e6e4c94df9789e0e8445399c2fa999a36fd7e52fe7603d76db376a90a42?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8b082e6e4c94df9789e0e8445399c2fa999a36fd7e52fe7603d76db376a90a42?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8b082e6e4c94df9789e0e8445399c2fa999a36fd7e52fe7603d76db376a90a42?s=96&d=mm&r=g","caption":"mafe"},"url":"https:\/\/www.tkbf.hu\/author\/mafe\/"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel="alternate" type="application/rss+xml" title="A Tan Kapuja &raquo; hírcsatorna" href="https://www.tkbf.hu/feed/" />
<link rel="alternate" type="application/rss+xml" title="A Tan Kapuja &raquo; hozzászólás hírcsatorna" href="https://www.tkbf.hu/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="A Tan Kapuja &raquo; Tájékoztató füzet gólyáknak hozzászólás hírcsatorna" href="https://www.tkbf.hu/hallgatoi-hirek/tajekoztato-fuzet-golyaknak/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.tkbf.hu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tkbf.hu%2Fhallgatoi-hirek%2Ftajekoztato-fuzet-golyaknak%2F&#038;lang=hu" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.tkbf.hu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tkbf.hu%2Fhallgatoi-hirek%2Ftajekoztato-fuzet-golyaknak%2F&#038;format=xml&#038;lang=hu" />
<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.tkbf.hu/wp-includes/css/dist/block-library/style.css?ver=6.9.4' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='fupi-consb-css' href='https://www.tkbf.hu/wp-content/plugins/full-picture-premium/public/modules/cook/css/fupi-consb.min.css?ver=10.1.1' media='all' />
<link rel='stylesheet' id='url-shortify-css' href='https://www.tkbf.hu/wp-content/plugins/url-shortify/lite/dist/styles/url-shortify.css?ver=2.2.1' media='all' />
<link rel='stylesheet' id='pojo-a11y-css' href='https://www.tkbf.hu/wp-content/plugins/pojo-accessibility/modules/legacy/assets/css/style.min.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='parente2-style-css' href='https://www.tkbf.hu/wp-content/themes/hello-elementor/style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='childe2-style-css' href='https://www.tkbf.hu/wp-content/themes/ATanKapuja/style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.tkbf.hu/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.tkbf.hu/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.tkbf.hu/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.tkbf.hu/wp-content/uploads/elementor/css/custom-frontend.css?ver=1775146563' media='all' />
<style id='elementor-frontend-inline-css'>
.elementor-kit-8{--e-global-color-primary:#003D65;--e-global-color-secondary:#005A7B;--e-global-color-text:#00243D;--e-global-color-accent:#75848E;--e-global-typography-primary-font-family:"Alegreya";--e-global-typography-primary-font-size:1em;--e-global-typography-secondary-font-family:"Alegreya";--e-global-typography-secondary-font-size:1em;--e-global-typography-text-font-family:"Alegreya";--e-global-typography-text-font-size:1em;--e-global-typography-accent-font-family:"Alegreya";--e-global-typography-accent-font-size:1em;color:var( --e-global-color-text );font-size:18px;font-weight:400;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#89CAF9;border-style:solid;border-width:0px 0px 0px 0px;border-radius:20px 20px 20px 20px;padding:20px 35px 20px 35px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#6CC1FF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:1em;}.elementor-kit-8 a{color:#0069F0;font-weight:500;}.elementor-kit-8 a:hover{color:#4697FF;}.elementor-kit-8 h1{font-size:1.944em;font-weight:900;}.elementor-kit-8 h2{font-size:1.944em;font-weight:700;}.elementor-kit-8 h3{font-size:1.388em;font-weight:700;}.elementor-kit-8 h4{font-size:1.111em;font-weight:700;}.elementor-kit-8 h5{font-size:1em;font-weight:700;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{background-color:#EFF1F6;}.elementor-kit-8 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea:focus,.elementor-kit-8 .elementor-field-textual:focus{background-color:#DFE5ED;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1580px;}.e-con{--container-max-width:1580px;}.elementor-widget:not(:last-child){margin-block-end:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1023px){.elementor-kit-8{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */li.menu-item-36425 {
    border-radius: 10px 10px 10px 10px;
    background: #EEC366;
    }
li.menu-item-36425 {
    padding: 0px 7px!important;
}/* End custom CSS */
.elementor-7 .elementor-element.elementor-element-86f0e13 .elementor-repeater-item-f3200e1.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-7 .elementor-element.elementor-element-e2a19a0.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-7 .elementor-element.elementor-element-e2a19a0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-7 .elementor-element.elementor-element-e2a19a0.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-7 .elementor-element.elementor-element-e2a19a0 > .elementor-element-populated{padding:0em 0em 0em 2em;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-7d5fd02.elementor-element{--align-self:center;}.elementor-7 .elementor-element.elementor-element-7d5fd02 .elementor-icon-wrapper{text-align:center;}.elementor-7 .elementor-element.elementor-element-7d5fd02 .elementor-icon{font-size:23px;}.elementor-7 .elementor-element.elementor-element-7d5fd02 .elementor-icon svg{height:23px;}.elementor-7 .elementor-element.elementor-element-f443089.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-7 .elementor-element.elementor-element-af60de3 img{width:100%;height:50px;}.elementor-7 .elementor-element.elementor-element-f5473c2.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-7 .elementor-element.elementor-element-f5473c2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7 .elementor-element.elementor-element-f5473c2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-7 .elementor-element.elementor-element-b92ccea .elementor-icon-list-icon i{color:#00000000;transition:color 0.3s;}.elementor-7 .elementor-element.elementor-element-b92ccea .elementor-icon-list-icon svg{fill:#00000000;transition:fill 0.3s;}.elementor-7 .elementor-element.elementor-element-b92ccea{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-7 .elementor-element.elementor-element-b92ccea .elementor-icon-list-text{transition:color 0.3s;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );}.elementor-7 .elementor-element.elementor-element-a53ad2d .elementor-nav-menu .elementor-item{font-size:0.88888888888889em;font-weight:500;}.elementor-7 .elementor-element.elementor-element-a53ad2d .elementor-nav-menu--main .elementor-item{color:#171A4A;fill:#171A4A;}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form .elementor-search-form__input,
					.elementor-widget-search-form .elementor-search-form__icon,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
					.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__submit{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );background-color:var( --e-global-color-secondary );}body:not(.rtl) .elementor-7 .elementor-element.elementor-element-6f8999c{left:0px;}body.rtl .elementor-7 .elementor-element.elementor-element-6f8999c{right:0px;}.elementor-7 .elementor-element.elementor-element-6f8999c{top:0px;}.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__container{min-height:40px;}.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__submit{min-width:40px;}body:not(.rtl) .elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__icon{padding-left:calc(40px / 3);}body.rtl .elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__icon{padding-right:calc(40px / 3);}.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__input, .elementor-7 .elementor-element.elementor-element-6f8999c.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(40px / 3);padding-right:calc(40px / 3);}.elementor-7 .elementor-element.elementor-element-6f8999c input[type="search"].elementor-search-form__input{font-family:"Alegreya", Sans-serif;font-size:1em;}.elementor-7 .elementor-element.elementor-element-6f8999c:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#FFFFFF;border-radius:3px;}.elementor-7 .elementor-element.elementor-element-6f8999c.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#FFFFFF;border-radius:3px;}.elementor-7 .elementor-element.elementor-element-86f0e13:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-86f0e13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7 .elementor-element.elementor-element-86f0e13 > .elementor-container{min-height:100px;}.elementor-7 .elementor-element.elementor-element-86f0e13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7 .elementor-element.elementor-element-86f0e13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7 .elementor-element.elementor-element-dc7b352 .elementor-repeater-item-385729e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-7 .elementor-element.elementor-element-0fe1084 .elementor-repeater-item-3a5ae53.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-7 .elementor-element.elementor-element-5aa9318 > .elementor-element-populated{padding:5.5em 2.2em 2em 2.2em;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-7 .elementor-element.elementor-element-3019705{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1px;}.elementor-7 .elementor-element.elementor-element-3019705 > .elementor-widget-container{margin:0em 0em 1em 0em;}.elementor-7 .elementor-element.elementor-element-3019705 .elementor-divider-separator{width:190px;}.elementor-7 .elementor-element.elementor-element-3019705 .elementor-divider{padding-block-start:0px;padding-block-end:0px;}.elementor-7 .elementor-element.elementor-element-c153130 > .elementor-widget-container{margin:0em 2em 0em 0em;}.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu .elementor-item{font-family:"Alegreya", Sans-serif;font-weight:500;}.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--main .elementor-item{color:#CFD4DC;fill:#CFD4DC;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--main .elementor-item:focus{color:#FFFFFF;fill:#FFFFFF;}.elementor-7 .elementor-element.elementor-element-c153130{--e-nav-menu-horizontal-menu-item-margin:calc( 10px / 2 );}.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:10px;}.elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--dropdown .elementor-item, .elementor-7 .elementor-element.elementor-element-c153130 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Alegreya", Sans-serif;font-size:1em;}.elementor-7 .elementor-element.elementor-element-ef699d3{--grid-template-columns:repeat(0, auto);--icon-size:16px;--grid-column-gap:15px;--grid-row-gap:0px;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-widget-container{text-align:left;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-social-icon{background-color:#FFFFFF;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-social-icon i{color:#004E82;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-social-icon svg{fill:#004E82;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-social-icon:hover{background-color:#FFFFFF;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-social-icon:hover i{color:#004E82;}.elementor-7 .elementor-element.elementor-element-ef699d3 .elementor-social-icon:hover svg{fill:#004E82;}.elementor-7 .elementor-element.elementor-element-4b62df0:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7 .elementor-element.elementor-element-4b62df0 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF1F6;}.elementor-7 .elementor-element.elementor-element-4b62df0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5.5em 2.2em 2em 2.2em;}.elementor-7 .elementor-element.elementor-element-4b62df0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7 .elementor-element.elementor-element-e8fd3fb .elementor-nav-menu .elementor-item{font-family:"Alegreya", Sans-serif;font-size:1.125em;font-weight:500;}.elementor-7 .elementor-element.elementor-element-e8fd3fb .elementor-nav-menu--main .elementor-item{color:#171A4A;fill:#171A4A;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;}.elementor-7 .elementor-element.elementor-element-2bb507f .elementor-nav-menu .elementor-item{font-family:"Alegreya", Sans-serif;font-size:1.125em;font-weight:500;}.elementor-7 .elementor-element.elementor-element-2bb507f .elementor-nav-menu--main .elementor-item{color:#171A4A;fill:#171A4A;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;}.elementor-7 .elementor-element.elementor-element-4418f5f .elementor-nav-menu .elementor-item{font-family:"Alegreya", Sans-serif;font-size:1.125em;font-weight:500;}.elementor-7 .elementor-element.elementor-element-4418f5f .elementor-nav-menu--main .elementor-item{color:#171A4A;fill:#171A4A;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;}.elementor-7 .elementor-element.elementor-element-7de30e4 .elementor-nav-menu .elementor-item{font-family:"Alegreya", Sans-serif;font-size:1.125em;font-weight:500;}.elementor-7 .elementor-element.elementor-element-7de30e4 .elementor-nav-menu--main .elementor-item{color:#171A4A;fill:#171A4A;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;}.elementor-7 .elementor-element.elementor-element-681a95f > .elementor-element-populated{padding:2em 2.2em 2em 2.2em;}.elementor-widget-jet-smart-filters-search .jet-search-filter__submit{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-7 .elementor-element.elementor-element-e0bab91 .jet-search-filter__input-wrapper{max-width:100%;}.elementor-7 .elementor-element.elementor-element-e0bab91 .jet-search-filter__input{font-family:"Alegreya", Sans-serif;font-size:1em;border-style:solid;border-width:0px 0px 0px 0px;border-radius:40px 40px 40px 40px;padding:16px 27px 16px 27px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-widget-posts .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-posts .elementor-swiper-button.elementor-swiper-button-next{background-color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .ecs-load-more-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );background-color:var( --e-global-color-accent );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-7 .elementor-element.elementor-element-fb1d4ae{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-7 .elementor-element.elementor-element-fb1d4ae > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-dc7b352:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-dc7b352 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #004E82 50%, #FFFFFF 50%);}.elementor-7 .elementor-element.elementor-element-dc7b352 > .elementor-container{max-width:1580px;}.elementor-7 .elementor-element.elementor-element-dc7b352{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:100;}.elementor-7 .elementor-element.elementor-element-dc7b352 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-5aa9318{width:25%;}.elementor-7 .elementor-element.elementor-element-4b62df0{width:25%;}.elementor-7 .elementor-element.elementor-element-681a95f{width:49.664%;}}@media(max-width:1023px){.elementor-7 .elementor-element.elementor-element-7d5fd02 > .elementor-widget-container{margin:10px 10px 10px 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-7d5fd02.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form .elementor-search-form__submit{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}.elementor-7 .elementor-element.elementor-element-3019705 > .elementor-widget-container{margin:1em 0em 0em 0em;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-c153130 > .elementor-widget-container{margin:1.5em 0em 1.25em 0em;}.elementor-7 .elementor-element.elementor-element-ef699d3{--grid-column-gap:5px;}.elementor-7 .elementor-element.elementor-element-e8fd3fb .elementor-nav-menu--main .elementor-item{padding-top:5px;padding-bottom:5px;}.elementor-7 .elementor-element.elementor-element-2bb507f .elementor-nav-menu--main .elementor-item{padding-top:5px;padding-bottom:5px;}.elementor-7 .elementor-element.elementor-element-4418f5f .elementor-nav-menu--main .elementor-item{padding-top:5px;padding-bottom:5px;}.elementor-7 .elementor-element.elementor-element-7de30e4 .elementor-nav-menu--main .elementor-item{padding-top:5px;padding-bottom:5px;}.elementor-widget-jet-smart-filters-search .jet-search-filter__submit{font-size:var( --e-global-typography-primary-font-size );}.elementor-7 .elementor-element.elementor-element-e0bab91 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts a.elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .ecs-load-more-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-e2a19a0{width:20%;}.elementor-bc-flex-widget .elementor-7 .elementor-element.elementor-element-e2a19a0.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-7 .elementor-element.elementor-element-e2a19a0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-7 .elementor-element.elementor-element-e2a19a0.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-7 .elementor-element.elementor-element-7d5fd02 > .elementor-widget-container{padding:0px 0px 0px 10px;}.elementor-7 .elementor-element.elementor-element-f443089{width:80%;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-7 .elementor-element.elementor-element-f5473c2{width:100%;}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-7 .elementor-element.elementor-element-b92ccea{width:auto;max-width:auto;--e-icon-list-icon-size:23px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-7 .elementor-element.elementor-element-a53ad2d{width:auto;max-width:auto;--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-7 .elementor-element.elementor-element-a53ad2d .elementor-nav-menu .elementor-item{font-size:1em;}.elementor-7 .elementor-element.elementor-element-a53ad2d .elementor-nav-menu--main .elementor-item{padding-left:10px;padding-right:10px;}.elementor-7 .elementor-element.elementor-element-a53ad2d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form .elementor-search-form__submit{font-size:var( --e-global-typography-text-font-size );}.elementor-7 .elementor-element.elementor-element-6f8999c{width:100%;max-width:100%;z-index:20;}.elementor-7 .elementor-element.elementor-element-6f8999c input[type="search"].elementor-search-form__input{font-size:1em;}.elementor-7 .elementor-element.elementor-element-6f8999c:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{border-radius:40px;}.elementor-7 .elementor-element.elementor-element-6f8999c.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{border-radius:40px;}.elementor-7 .elementor-element.elementor-element-5aa9318{width:50%;}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}.elementor-7 .elementor-element.elementor-element-4b62df0{width:50%;}.elementor-7 .elementor-element.elementor-element-e8fd3fb .elementor-nav-menu .elementor-item{font-size:1.1428571428571em;}.elementor-7 .elementor-element.elementor-element-e8fd3fb .elementor-nav-menu--main .elementor-item{padding-top:4px;padding-bottom:4px;}.elementor-7 .elementor-element.elementor-element-2bb507f .elementor-nav-menu .elementor-item{font-size:1.1428571428571em;}.elementor-7 .elementor-element.elementor-element-2bb507f .elementor-nav-menu--main .elementor-item{padding-top:4px;padding-bottom:4px;}.elementor-7 .elementor-element.elementor-element-4418f5f .elementor-nav-menu .elementor-item{font-size:1.1428571428571em;}.elementor-7 .elementor-element.elementor-element-4418f5f .elementor-nav-menu--main .elementor-item{padding-top:4px;padding-bottom:4px;}.elementor-7 .elementor-element.elementor-element-7de30e4 .elementor-nav-menu .elementor-item{font-size:1.1428571428571em;}.elementor-7 .elementor-element.elementor-element-7de30e4 .elementor-nav-menu--main .elementor-item{padding-top:4px;padding-bottom:4px;}.elementor-widget-jet-smart-filters-search .jet-search-filter__submit{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts a.elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .ecs-load-more-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for html, class: .elementor-element-6752d9e */.elementor-7 .elementor-element.elementor-element-6752d9e {
    margin-bottom: 0;
}

.elementor-7 .elementor-element.elementor-element-6752d9e a {
    color: #00243d;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-e2a19a0 */.elementor-7 .elementor-element.elementor-element-e2a19a0 .elementor-widget-icon{
    margin-bottom:0;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-b92ccea */.elementor-7 .elementor-element.elementor-element-b92ccea {
    margin-bottom: 0;
}

.elementor-7 .elementor-element.elementor-element-b92ccea li {
    padding-top: 6px;
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-a53ad2d */.elementor-7 .elementor-element.elementor-element-a53ad2d {
    margin-bottom: 0;
}


.elementor-7 .elementor-element.elementor-element-a53ad2d a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid transparent;
    padding: 10px !important;
}

.elementor-7 .elementor-element.elementor-element-a53ad2d a:hover {
    border-bottom: 1px solid #000112;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) {
    .elementor-7 .elementor-element.elementor-element-a53ad2d a {
        padding: 5px !important;
    }
}/* End custom CSS */
/* Start custom CSS for search-form, class: .elementor-element-6f8999c */.elementor-7 .elementor-element.elementor-element-6f8999c {
    display: none;
}

.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__container {
    flex-direction: row-reverse;
}

.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__icon {
    padding-right: calc(40px / 3);
    padding-left: 0;
}

.elementor-7 .elementor-element.elementor-element-6f8999c i {
    cursor: pointer;
}

.elementor-7 .elementor-element.elementor-element-6f8999c .fa-search:before {
    content: "f00d";
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-f5473c2 */@media only screen and (max-width : 767px) {
    .elementor-7 .elementor-element.elementor-element-f5473c2 {
        background: #F6F6FB;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6752d9e */.elementor-7 .elementor-element.elementor-element-6752d9e {
    margin-bottom: 0;
}

.elementor-7 .elementor-element.elementor-element-6752d9e a {
    color: #00243d;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-e2a19a0 */.elementor-7 .elementor-element.elementor-element-e2a19a0 .elementor-widget-icon{
    margin-bottom:0;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-b92ccea */.elementor-7 .elementor-element.elementor-element-b92ccea {
    margin-bottom: 0;
}

.elementor-7 .elementor-element.elementor-element-b92ccea li {
    padding-top: 6px;
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-a53ad2d */.elementor-7 .elementor-element.elementor-element-a53ad2d {
    margin-bottom: 0;
}


.elementor-7 .elementor-element.elementor-element-a53ad2d a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid transparent;
    padding: 10px !important;
}

.elementor-7 .elementor-element.elementor-element-a53ad2d a:hover {
    border-bottom: 1px solid #000112;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) {
    .elementor-7 .elementor-element.elementor-element-a53ad2d a {
        padding: 5px !important;
    }
}/* End custom CSS */
/* Start custom CSS for search-form, class: .elementor-element-6f8999c */.elementor-7 .elementor-element.elementor-element-6f8999c {
    display: none;
}

.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__container {
    flex-direction: row-reverse;
}

.elementor-7 .elementor-element.elementor-element-6f8999c .elementor-search-form__icon {
    padding-right: calc(40px / 3);
    padding-left: 0;
}

.elementor-7 .elementor-element.elementor-element-6f8999c i {
    cursor: pointer;
}

.elementor-7 .elementor-element.elementor-element-6f8999c .fa-search:before {
    content: "f00d";
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-f5473c2 */@media only screen and (max-width : 767px) {
    .elementor-7 .elementor-element.elementor-element-f5473c2 {
        background: #F6F6FB;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-86f0e13 */.elementor-7 .elementor-element.elementor-element-86f0e13 {
    -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.8);
}/* End custom CSS */
/* Start custom CSS for divider, class: .elementor-element-3019705 */.elementor-7 .elementor-element.elementor-element-3019705 {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-ef699d3 */.elementor-7 .elementor-element.elementor-element-ef699d3 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-7 .elementor-element.elementor-element-ef699d3 a:hover {
    background-color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-5aa9318 */.elementor-7 .elementor-element.elementor-element-5aa9318 {
    overflow-y: auto;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-e8fd3fb */.elementor-7 .elementor-element.elementor-element-e8fd3fb a:hover {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-2bb507f */.elementor-7 .elementor-element.elementor-element-2bb507f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-2bb507f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-4418f5f */.elementor-7 .elementor-element.elementor-element-4418f5f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-4418f5f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-7de30e4 */.elementor-7 .elementor-element.elementor-element-7de30e4 a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-7de30e4 {
    display: none;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-4b62df0 */.elementor-7 .elementor-element.elementor-element-4b62df0 {
    min-height: 75vw;
}

@media only screen and (max-width : 1024px) {
    .elementor-7 .elementor-element.elementor-element-4b62df0 {
        min-height: 200vw;
    }
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-fb1d4ae */.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__meta-data {
    position: absolute;
    top: 45%;
    right: 0;
    border: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__badge {
    padding: 0 0 3px 0;
    font-weight: 700;
    font-size: 1em;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-image {
    max-height: 180px;
    overflow-y: hidden;
}/* End custom CSS */
/* Start custom CSS for divider, class: .elementor-element-3019705 */.elementor-7 .elementor-element.elementor-element-3019705 {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-ef699d3 */.elementor-7 .elementor-element.elementor-element-ef699d3 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-7 .elementor-element.elementor-element-ef699d3 a:hover {
    background-color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-5aa9318 */.elementor-7 .elementor-element.elementor-element-5aa9318 {
    overflow-y: auto;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-e8fd3fb */.elementor-7 .elementor-element.elementor-element-e8fd3fb a:hover {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-2bb507f */.elementor-7 .elementor-element.elementor-element-2bb507f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-2bb507f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-4418f5f */.elementor-7 .elementor-element.elementor-element-4418f5f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-4418f5f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-7de30e4 */.elementor-7 .elementor-element.elementor-element-7de30e4 a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-7de30e4 {
    display: none;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-4b62df0 */.elementor-7 .elementor-element.elementor-element-4b62df0 {
    min-height: 75vw;
}

@media only screen and (max-width : 1024px) {
    .elementor-7 .elementor-element.elementor-element-4b62df0 {
        min-height: 200vw;
    }
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-fb1d4ae */.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__meta-data {
    position: absolute;
    top: 45%;
    right: 0;
    border: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__badge {
    padding: 0 0 3px 0;
    font-weight: 700;
    font-size: 1em;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-image {
    max-height: 180px;
    overflow-y: hidden;
}/* End custom CSS */
/* Start custom CSS for divider, class: .elementor-element-3019705 */.elementor-7 .elementor-element.elementor-element-3019705 {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-ef699d3 */.elementor-7 .elementor-element.elementor-element-ef699d3 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-7 .elementor-element.elementor-element-ef699d3 a:hover {
    background-color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-5aa9318 */.elementor-7 .elementor-element.elementor-element-5aa9318 {
    overflow-y: auto;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-e8fd3fb */.elementor-7 .elementor-element.elementor-element-e8fd3fb a:hover {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-2bb507f */.elementor-7 .elementor-element.elementor-element-2bb507f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-2bb507f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-4418f5f */.elementor-7 .elementor-element.elementor-element-4418f5f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-4418f5f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-7de30e4 */.elementor-7 .elementor-element.elementor-element-7de30e4 a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-7de30e4 {
    display: none;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-4b62df0 */.elementor-7 .elementor-element.elementor-element-4b62df0 {
    min-height: 75vw;
}

@media only screen and (max-width : 1024px) {
    .elementor-7 .elementor-element.elementor-element-4b62df0 {
        min-height: 200vw;
    }
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-fb1d4ae */.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__meta-data {
    position: absolute;
    top: 45%;
    right: 0;
    border: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__badge {
    padding: 0 0 3px 0;
    font-weight: 700;
    font-size: 1em;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-image {
    max-height: 180px;
    overflow-y: hidden;
}/* End custom CSS */
/* Start custom CSS for divider, class: .elementor-element-3019705 */.elementor-7 .elementor-element.elementor-element-3019705 {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-ef699d3 */.elementor-7 .elementor-element.elementor-element-ef699d3 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-7 .elementor-element.elementor-element-ef699d3 a:hover {
    background-color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-5aa9318 */.elementor-7 .elementor-element.elementor-element-5aa9318 {
    overflow-y: auto;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-e8fd3fb */.elementor-7 .elementor-element.elementor-element-e8fd3fb a:hover {
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-2bb507f */.elementor-7 .elementor-element.elementor-element-2bb507f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-2bb507f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-4418f5f */.elementor-7 .elementor-element.elementor-element-4418f5f a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-4418f5f {
    display: none;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-7de30e4 */.elementor-7 .elementor-element.elementor-element-7de30e4 a:hover {
    opacity: 0.8;
}

.elementor-7 .elementor-element.elementor-element-7de30e4 {
    display: none;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-4b62df0 */.elementor-7 .elementor-element.elementor-element-4b62df0 {
    min-height: 75vw;
}

@media only screen and (max-width : 1024px) {
    .elementor-7 .elementor-element.elementor-element-4b62df0 {
        min-height: 200vw;
    }
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-fb1d4ae */.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__meta-data {
    position: absolute;
    top: 45%;
    right: 0;
    border: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-post__badge {
    padding: 0 0 3px 0;
    font-weight: 700;
    font-size: 1em;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.elementor-7 .elementor-element.elementor-element-fb1d4ae .elementor-image {
    max-height: 180px;
    overflow-y: hidden;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-dc7b352 */.elementor-7 .elementor-element.elementor-element-dc7b352 {
    height: calc(100vh - 100px);
    display: none;
}/* End custom CSS */
.elementor-14 .elementor-element.elementor-element-69a0ed3 .elementor-repeater-item-8152f2c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-14 .elementor-element.elementor-element-4101535 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-4101535 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-984e7b3 .elementor-repeater-item-1b61994.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-14 .elementor-element.elementor-element-acb3d97{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-item > a{font-weight:400;}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-text{color:#EFF1F6;transition:color 0.3s;}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-14 .elementor-element.elementor-element-02c08ec{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-item > .elementor-icon-list-text, .elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-item > a{font-weight:400;}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-text{color:#EFF1F6;transition:color 0.3s;}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-14 .elementor-element.elementor-element-43c3b8e{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-item > a{font-weight:400;text-transform:uppercase;}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-text{color:#EFF1F6;transition:color 0.3s;}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-514fa74.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-514fa74.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-66251e0{--grid-template-columns:repeat(0, auto);--icon-size:24px;--grid-column-gap:30px;--grid-row-gap:0px;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-widget-container{text-align:right;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icon{background-color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icon i{color:#00243D;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icon svg{fill:#00243D;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icon:hover{background-color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icon:hover i{color:#00243D;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icon:hover svg{fill:#00243D;}.elementor-14 .elementor-element.elementor-element-984e7b3{margin-top:6em;margin-bottom:6em;}.elementor-14 .elementor-element.elementor-element-69a0ed3:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-69a0ed3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00243D;}.elementor-14 .elementor-element.elementor-element-69a0ed3 > .elementor-container{max-width:1080px;}.elementor-14 .elementor-element.elementor-element-69a0ed3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0em;margin-bottom:0em;}.elementor-14 .elementor-element.elementor-element-69a0ed3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-4ab0cc4 .elementor-repeater-item-c37913f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-6713581{text-align:center;}.elementor-14 .elementor-element.elementor-element-6713581 .elementor-heading-title{font-size:1em;color:#EFF1F6;}.elementor-14 .elementor-element.elementor-element-4ab0cc4:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-4ab0cc4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001829;}.elementor-14 .elementor-element.elementor-element-4ab0cc4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:1.5em 0em 1.5em 0em;}.elementor-14 .elementor-element.elementor-element-4ab0cc4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1023px){.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-14 .elementor-element.elementor-element-acb3d97 .elementor-icon-list-item > a{font-size:1em;}.elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-item > .elementor-icon-list-text, .elementor-14 .elementor-element.elementor-element-02c08ec .elementor-icon-list-item > a{font-size:1em;}.elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-14 .elementor-element.elementor-element-43c3b8e .elementor-icon-list-item > a{font-size:1em;}.elementor-14 .elementor-element.elementor-element-66251e0{--icon-size:20px;--grid-column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-5ba4b15{width:20%;}.elementor-14 .elementor-element.elementor-element-e49679e{width:20%;}.elementor-14 .elementor-element.elementor-element-93e6230{width:20%;}.elementor-14 .elementor-element.elementor-element-514fa74{width:40%;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-5ba4b15{width:45%;}.elementor-14 .elementor-element.elementor-element-5ba4b15 > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-14 .elementor-element.elementor-element-e49679e{width:50%;}.elementor-14 .elementor-element.elementor-element-93e6230{width:100%;}.elementor-14 .elementor-element.elementor-element-93e6230 > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-14 .elementor-element.elementor-element-43c3b8e > .elementor-widget-container{margin:1.5em 0em 3em 0em;}.elementor-14 .elementor-element.elementor-element-514fa74{width:100%;}.elementor-14 .elementor-element.elementor-element-514fa74 > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-14 .elementor-element.elementor-element-66251e0 .elementor-widget-container{text-align:left;}.elementor-14 .elementor-element.elementor-element-66251e0{--icon-size:14px;--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for icon-list, class: .elementor-element-acb3d97 */.elementor-14 .elementor-element.elementor-element-acb3d97 li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-02c08ec */.elementor-14 .elementor-element.elementor-element-02c08ec li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-02c08ec li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-43c3b8e */.elementor-14 .elementor-element.elementor-element-43c3b8e li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a:hover span {
    text-decoration: none;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-43c3b8e li {
        display: inline-block;
        margin-right: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-66251e0 */.elementor-14 .elementor-element.elementor-element-66251e0 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-14 .elementor-element.elementor-element-66251e0 a:hover {
    background-color: #fff !important;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-acb3d97 */.elementor-14 .elementor-element.elementor-element-acb3d97 li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-02c08ec */.elementor-14 .elementor-element.elementor-element-02c08ec li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-02c08ec li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-43c3b8e */.elementor-14 .elementor-element.elementor-element-43c3b8e li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a:hover span {
    text-decoration: none;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-43c3b8e li {
        display: inline-block;
        margin-right: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-66251e0 */.elementor-14 .elementor-element.elementor-element-66251e0 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-14 .elementor-element.elementor-element-66251e0 a:hover {
    background-color: #fff !important;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-acb3d97 */.elementor-14 .elementor-element.elementor-element-acb3d97 li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-02c08ec */.elementor-14 .elementor-element.elementor-element-02c08ec li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-02c08ec li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-43c3b8e */.elementor-14 .elementor-element.elementor-element-43c3b8e li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a:hover span {
    text-decoration: none;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-43c3b8e li {
        display: inline-block;
        margin-right: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-66251e0 */.elementor-14 .elementor-element.elementor-element-66251e0 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-14 .elementor-element.elementor-element-66251e0 a:hover {
    background-color: #fff !important;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-acb3d97 */.elementor-14 .elementor-element.elementor-element-acb3d97 li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-acb3d97 a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-02c08ec */.elementor-14 .elementor-element.elementor-element-02c08ec li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-02c08ec li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-02c08ec a:hover span {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-43c3b8e */.elementor-14 .elementor-element.elementor-element-43c3b8e li a {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a span {
    text-decoration: underline;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e li a:hover {
    opacity: 1;
}

.elementor-14 .elementor-element.elementor-element-43c3b8e a:hover span {
    text-decoration: none;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-43c3b8e li {
        display: inline-block;
        margin-right: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-66251e0 */.elementor-14 .elementor-element.elementor-element-66251e0 a {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-14 .elementor-element.elementor-element-66251e0 a:hover {
    background-color: #fff !important;
}

@media only screen and (max-width : 768px) {
    .elementor-14 .elementor-element.elementor-element-66251e0 .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6713581 */.elementor-14 .elementor-element.elementor-element-6713581 span {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6713581 */.elementor-14 .elementor-element.elementor-element-6713581 span {
    opacity: 0.8;
    font-size: 0.888888888888889em;
}/* End custom CSS */
.elementor-1149 .elementor-element.elementor-element-429ee8e2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1149 .elementor-element.elementor-element-429ee8e2 .elementor-repeater-item-69aaf94.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-1149 .elementor-element.elementor-element-6c6de366{font-family:"Alegreya", Sans-serif;font-size:1em;font-weight:700;color:#08C4FF;}.elementor-1149 .elementor-element.elementor-element-6c6de366 a{color:#FFFFFF;}.elementor-1149 .elementor-element.elementor-element-429ee8e2:not(.elementor-motion-effects-element-type-background), .elementor-1149 .elementor-element.elementor-element-429ee8e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004E82;}.elementor-1149 .elementor-element.elementor-element-429ee8e2 > .elementor-container{min-height:100px;}.elementor-1149 .elementor-element.elementor-element-429ee8e2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1149 .elementor-element.elementor-element-429ee8e2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1149 .elementor-element.elementor-element-19dd7c5 .elementor-repeater-item-811d4e5.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-1149 .elementor-element.elementor-element-a18ef23{width:auto;max-width:auto;}.elementor-1149 .elementor-element.elementor-element-a18ef23 > .elementor-widget-container{margin:0em 0em 2em 0em;padding:0px 0px 2px 0px;border-style:solid;border-width:0px 0px 2px 0px;border-color:#004E82;}.elementor-1149 .elementor-element.elementor-element-a18ef23 .elementor-icon-list-icon{width:14px;}.elementor-1149 .elementor-element.elementor-element-a18ef23 .elementor-icon-list-icon i{font-size:14px;}.elementor-1149 .elementor-element.elementor-element-a18ef23 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-1149 .elementor-element.elementor-element-a18ef23 .elementor-icon-list-text, .elementor-1149 .elementor-element.elementor-element-a18ef23 .elementor-icon-list-text a{color:var( --e-global-color-text );}.elementor-1149 .elementor-element.elementor-element-a18ef23 .elementor-icon-list-item{font-family:"Alegreya", Sans-serif;font-size:1.1111111111em;font-weight:700;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-1149 .elementor-element.elementor-element-0a8500d .elementor-heading-title{font-family:"Alegreya", Sans-serif;font-size:1.9444444444em;font-weight:700;color:var( --e-global-color-text );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-1149 .elementor-element.elementor-element-96a00ce img{width:100%;}.elementor-1149 .elementor-element.elementor-element-0ca685b{width:auto;max-width:auto;}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(20px/2);}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(20px/2);}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(20px/2);margin-left:calc(20px/2);}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-20px/2);margin-left:calc(-20px/2);}body.rtl .elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-20px/2);}body:not(.rtl) .elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-20px/2);}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-icon{width:14px;}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-icon i{font-size:14px;}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-text, .elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-text a{color:var( --e-global-color-text );}.elementor-1149 .elementor-element.elementor-element-0ca685b .elementor-icon-list-item{font-family:"Alegreya", Sans-serif;font-size:1em;font-weight:700;}.elementor-1149 .elementor-element.elementor-element-f29cdbd{width:100%;max-width:100%;--alignment:right;--grid-side-margin:0px;--grid-column-gap:0px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-share-btn__icon{--e-share-buttons-icon-size:20px;}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-icon{width:14px;}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-icon i{font-size:14px;}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-text, .elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-text a{color:var( --e-global-color-text );}.elementor-1149 .elementor-element.elementor-element-24a03cb .elementor-icon-list-item{font-family:"Alegreya", Sans-serif;font-size:1em;}.elementor-1149 .elementor-element.elementor-element-19dd7c5 > .elementor-container{max-width:1340px;}.elementor-1149 .elementor-element.elementor-element-19dd7c5{margin-top:2em;margin-bottom:4em;}.elementor-1149 .elementor-element.elementor-element-1a3b546e .elementor-repeater-item-057d7cd.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-1149 .elementor-element.elementor-element-2d2d0372 > .elementor-widget-container{margin:0em 0em 4.2em 0em;}.elementor-1149 .elementor-element.elementor-element-2d2d0372 .elementor-heading-title{font-family:"Alegreya", Sans-serif;font-size:2.7777777778em;font-weight:900;color:var( --e-global-color-text );}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-widget-posts .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-posts .elementor-swiper-button.elementor-swiper-button-next{background-color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .ecs-load-more-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );background-color:var( --e-global-color-accent );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-1149 .elementor-element.elementor-element-289ec327{--grid-row-gap:35px;--grid-column-gap:40px;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1149 .elementor-element.elementor-element-289ec327:after{content:"0.66";}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__thumbnail__link{width:100%;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__meta-data span + span:before{content:"•";}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__card{background-color:#FFFFFF;border-radius:0px;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__text{margin-top:20px;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__badge{left:0;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__card .elementor-post__badge{background-color:#00000000;color:#FFFFFF;margin:20px;font-family:"Alegreya", Sans-serif;font-weight:700;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__title, .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__title a{color:var( --e-global-color-text );font-family:"Alegreya", Sans-serif;font-size:1.1785113019776em;font-weight:700;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__title{margin-bottom:10px;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__meta-data{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:1em;font-weight:700;}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__excerpt p{color:var( --e-global-color-text );font-family:"Alegreya", Sans-serif;font-size:1em;font-weight:400;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );}.elementor-1149 .elementor-element.elementor-element-29ef8aec .elementor-button{background-color:#003D65;font-family:"Alegreya", Sans-serif;font-size:1.1111111111111em;font-weight:700;fill:#FFFFFF;color:#FFFFFF;border-radius:40px 40px 40px 40px;padding:15px 25px 15px 25px;}.elementor-1149 .elementor-element.elementor-element-29ef8aec .elementor-button:hover, .elementor-1149 .elementor-element.elementor-element-29ef8aec .elementor-button:focus{background-color:#004E82;}.elementor-1149 .elementor-element.elementor-element-29ef8aec > .elementor-widget-container{margin:4.2em 0em 0em 0em;}.elementor-1149 .elementor-element.elementor-element-1a3b546e:not(.elementor-motion-effects-element-type-background), .elementor-1149 .elementor-element.elementor-element-1a3b546e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-1149 .elementor-element.elementor-element-1a3b546e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:6em 0em 10em 0em;}.elementor-1149 .elementor-element.elementor-element-1a3b546e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1023px){.elementor-widget-breadcrumbs{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );} .elementor-1149 .elementor-element.elementor-element-f29cdbd{--grid-side-margin:0px;--grid-column-gap:0px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts a.elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .ecs-load-more-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-widget-breadcrumbs{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );} .elementor-1149 .elementor-element.elementor-element-f29cdbd{--grid-side-margin:0px;--grid-column-gap:0px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts a.elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .ecs-load-more-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1149 .elementor-element.elementor-element-289ec327:after{content:"0.5";}.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__thumbnail__link{width:100%;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-96a00ce */.elementor-1149 .elementor-element.elementor-element-96a00ce .elementor-image {
    max-height: 550px;
    overflow-y: hidden;
}/* End custom CSS */
/* Start custom CSS for share-buttons, class: .elementor-element-f29cdbd */.elementor-1149 .elementor-element.elementor-element-f29cdbd {
    position: relative;
    top: -35px;
    margin-bottom: 0;
}

.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-grid-item i {
    display: none;
}

.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-grid-item > .elementor-share-btn {
    background: transparent url('/wp-content/uploads/2021/01/fb.svg') left top no-repeat;
    border-radius: 0px;
}

.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-grid-item:nth-child(2) > .elementor-share-btn {
    background: transparent url('/wp-content/uploads/2021/01/in.svg') left top no-repeat;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-24a03cb */.elementor-1149 .elementor-element.elementor-element-24a03cb li a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.elementor-1149 .elementor-element.elementor-element-24a03cb li a:hover {
    color: #004e82;
}/* End custom CSS */
/* Start custom CSS for theme-post-featured-image, class: .elementor-element-96a00ce */.elementor-1149 .elementor-element.elementor-element-96a00ce .elementor-image {
    max-height: 550px;
    overflow-y: hidden;
}/* End custom CSS */
/* Start custom CSS for share-buttons, class: .elementor-element-f29cdbd */.elementor-1149 .elementor-element.elementor-element-f29cdbd {
    position: relative;
    top: -35px;
    margin-bottom: 0;
}

.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-grid-item i {
    display: none;
}

.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-grid-item > .elementor-share-btn {
    background: transparent url('/wp-content/uploads/2021/01/fb.svg') left top no-repeat;
    border-radius: 0px;
}

.elementor-1149 .elementor-element.elementor-element-f29cdbd .elementor-grid-item:nth-child(2) > .elementor-share-btn {
    background: transparent url('/wp-content/uploads/2021/01/in.svg') left top no-repeat;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-24a03cb */.elementor-1149 .elementor-element.elementor-element-24a03cb li a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.elementor-1149 .elementor-element.elementor-element-24a03cb li a:hover {
    color: #004e82;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-2d2d0372 */.elementor-1149 .elementor-element.elementor-element-2d2d0372 h2:before {
    content: " ";
    position: relative;
    display: block;
    width: 74px;
    height: 9px;
    background: #003D65;
    top: -10px;
}

.elementor-1149 .elementor-element.elementor-element-2d2d0372 {
    margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-289ec327 */.elementor-1149 .elementor-element.elementor-element-289ec327 {
    margin-bottom: 0;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-posts-container {
        --grid-column-gap: 20px;   
    }
    
    .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__thumbnail__link, .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__text, .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__excerpt {
        margin: 0 !important;
    }
    .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__text {
        padding: 10px;
    }
}


.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__thumbnail__link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,45,76,.30) !important;
}

.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__meta-data {
    border: 0;
    padding: 0;
    position: absolute;
    top: 285px;
    right: 20px;
}

.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__badge {
    font-size: 0.8888888889em;
    font-weight: 700;
    padding: 0 30px 3px 0;
    border-bottom: 3px solid #fff;
    border-radius: 0;
}

.elementor-1149 .elementor-element.elementor-element-289ec327 a:hover {
    color: #004E82;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-29ef8aec */.elementor-1149 .elementor-element.elementor-element-29ef8aec {
    margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-2d2d0372 */.elementor-1149 .elementor-element.elementor-element-2d2d0372 h2:before {
    content: " ";
    position: relative;
    display: block;
    width: 74px;
    height: 9px;
    background: #003D65;
    top: -10px;
}

.elementor-1149 .elementor-element.elementor-element-2d2d0372 {
    margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-289ec327 */.elementor-1149 .elementor-element.elementor-element-289ec327 {
    margin-bottom: 0;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-posts-container {
        --grid-column-gap: 20px;   
    }
    
    .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__thumbnail__link, .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__text, .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__excerpt {
        margin: 0 !important;
    }
    .elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__text {
        padding: 10px;
    }
}


.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__thumbnail__link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,45,76,.30) !important;
}

.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__meta-data {
    border: 0;
    padding: 0;
    position: absolute;
    top: 285px;
    right: 20px;
}

.elementor-1149 .elementor-element.elementor-element-289ec327 .elementor-post__badge {
    font-size: 0.8888888889em;
    font-weight: 700;
    padding: 0 30px 3px 0;
    border-bottom: 3px solid #fff;
    border-radius: 0;
}

.elementor-1149 .elementor-element.elementor-element-289ec327 a:hover {
    color: #004E82;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-29ef8aec */.elementor-1149 .elementor-element.elementor-element-29ef8aec {
    margin-bottom: 0;
}/* End custom CSS */
/*# sourceURL=elementor-frontend-inline-css */
</style>
<link rel='stylesheet' id='widget-image-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://www.tkbf.hu/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1775146563' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://www.tkbf.hu/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1775146563' media='all' />
<link rel='stylesheet' id='widget-search-form-css' href='https://www.tkbf.hu/wp-content/plugins/elementor-pro/assets/css/widget-search-form.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://www.tkbf.hu/wp-content/plugins/elementor-pro/assets/css/modules/sticky.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='widget-divider-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='e-animation-shrink-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://www.tkbf.hu/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1775146563' media='all' />
<link rel='stylesheet' id='widget-posts-css' href='https://www.tkbf.hu/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='widget-breadcrumbs-css' href='https://www.tkbf.hu/wp-content/plugins/elementor-pro/assets/css/widget-breadcrumbs.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='widget-post-info-css' href='https://www.tkbf.hu/wp-content/plugins/elementor-pro/assets/css/widget-post-info.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='widget-share-buttons-css' href='https://www.tkbf.hu/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css?ver=4.0.1' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://www.tkbf.hu/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css?ver=5.48.0' media='all' />
<link rel='stylesheet' id='jet-blog-css' href='https://www.tkbf.hu/wp-content/plugins/jet-blog/assets/css/jet-blog.css?ver=2.4.8' media='all' />
<link rel='stylesheet' id='jquery-chosen-css' href='https://www.tkbf.hu/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7' media='all' />
<link rel='stylesheet' id='jet-search-css' href='https://www.tkbf.hu/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=3.5.16.1' media='all' />
<link rel='stylesheet' id='ecs-styles-css' href='https://www.tkbf.hu/wp-content/plugins/ele-custom-skin/assets/css/ecs-style.css?ver=3.1.9' media='all' />
<link rel='stylesheet' id='bdt-uikit-css' href='https://www.tkbf.hu/wp-content/plugins/bdthemes-prime-slider-lite/assets/css/bdt-uikit.css?ver=3.21.7' media='all' />
<link rel='stylesheet' id='prime-slider-site-css' href='https://www.tkbf.hu/wp-content/plugins/bdthemes-prime-slider-lite/assets/css/prime-slider-site.css?ver=4.1.12' media='all' />
<link rel='stylesheet' id='elementor-gf-local-alegreya-css' href='https://www.tkbf.hu/wp-content/uploads/elementor/google-fonts/css/alegreya.css?ver=1757334144' media='all' />
<script src="https://www.tkbf.hu/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.tkbf.hu/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://www.tkbf.hu/wp-includes/js/imagesloaded.min.js?ver=6.9.4" id="imagesLoaded-js"></script>
<script data-no-defer="1" src="https://www.tkbf.hu/wp-content/plugins/full-picture-premium/public/common/fupi-helpers.js?ver=10.1.1" id="fupi-helpers-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.tkbf.hu/wp-content/plugins/full-picture-premium/public/modules/gtools/fupi-gtg.js?ver=10.1.1" id="fupi-gtg-head-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.tkbf.hu/wp-content/plugins/full-picture-premium/public/modules/cook/js/fupi-iframes.js?ver=10.1.1" id="fupi-iframes-js-js" async data-wp-strategy="async"></script>
<script id="url-shortify-js-extra">
var usParams = {"ajaxurl":"https://www.tkbf.hu/wp-admin/admin-ajax.php"};
//# sourceURL=url-shortify-js-extra
</script>
<script src="https://www.tkbf.hu/wp-content/plugins/url-shortify/lite/dist/scripts/url-shortify.js?ver=2.2.1" id="url-shortify-js"></script>
<script id="ecs_ajax_load-js-extra">
var ecs_ajax_params = {"ajaxurl":"https://www.tkbf.hu/wp-admin/admin-ajax.php","posts":"{\"page\":0,\"name\":\"tajekoztato-fuzet-golyaknak\",\"category_name\":\"hallgatoi-hirek\",\"lang\":\"hu\",\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"all\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"};
//# sourceURL=ecs_ajax_load-js-extra
</script>
<script src="https://www.tkbf.hu/wp-content/plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js?ver=3.1.9" id="ecs_ajax_load-js"></script>
<script src="https://www.tkbf.hu/wp-content/plugins/ele-custom-skin/assets/js/ecs.js?ver=3.1.9" id="ecs-script-js"></script>
<script src="https://www.tkbf.hu/wp-content/plugins/bdthemes-prime-slider-lite/assets/js/bdt-uikit.min.js?ver=3.21.7" id="bdt-uikit-js"></script>
<link rel="https://api.w.org/" href="https://www.tkbf.hu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.tkbf.hu/wp-json/wp/v2/posts/2319" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.tkbf.hu/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.9.4" />
<link rel='shortlink' href='https://www.tkbf.hu/?p=2319' />
<script id="fupi_iframe_texts">let fupi_iframe_texts = {"iframe_caption_txt":"This content is hosted by [[an external source]]. By loading it, you accept its {{privacy terms}}.","iframe_btn_text":"Load content"};</script><!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
 fbq('init', '259013708437135'); 
fbq('track', 'PageView');
</script>
<noscript>
 <img height="1" width="1" 
src="https://www.facebook.com/tr?id=259013708437135&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code --><style type="text/css">
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ background-color: #006ba1;	color: #ffffff;}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{ border-color: #006ba1;}
body.pojo-a11y-focusable a:focus{ outline-style: solid !important;	outline-width: 1px !important;	outline-color: #FF0000 !important;}
#pojo-a11y-toolbar{ top: 200px !important;}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{ background-color: #ffffff;}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{ color: #333333;}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{ background-color: #006ba1;	color: #ffffff;}
@media (max-width: 767px) { #pojo-a11y-toolbar { top: 150px !important; } }</style><meta name="generator" content="Elementor 4.0.1; features: additional_custom_breakpoints; settings: css_print_method-internal, google_font-enabled, font_display-auto">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://www.tkbf.hu/wp-content/uploads/2021/07/cropped-tkbf-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.tkbf.hu/wp-content/uploads/2021/07/cropped-tkbf-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.tkbf.hu/wp-content/uploads/2021/07/cropped-tkbf-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.tkbf.hu/wp-content/uploads/2021/07/cropped-tkbf-270x270.png" />
<style>.shorten_url { 
	   padding: 10px 10px 10px 10px ; 
	   border: 1px solid #AAAAAA ; 
	   background-color: #EEEEEE ;
}</style>		<style id="wp-custom-css">
			html, body { overflow-x:hidden; }		</style>
		
	<script src='/wp-content/themes/ATanKapuja/custom.js' async></script>
</head>
<body class="wp-singular post-template-default single single-post postid-2319 single-format-standard wp-custom-logo wp-embed-responsive wp-theme-hello-elementor wp-child-theme-ATanKapuja hello-elementor-default elementor-default elementor-kit-8 elementor-page-1149">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4MMSJQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

		<header data-elementor-type="header" data-elementor-id="7" class="elementor elementor-7 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-86f0e13 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="86f0e13" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;f3200e1&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e2a19a0" data-id="e2a19a0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7d5fd02 elementor-hidden-desktop elementor-view-default elementor-widget elementor-widget-icon" data-id="7d5fd02" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjMzMDc4IiwidG9nZ2xlIjpmYWxzZX0%3D">
			<svg xmlns="http://www.w3.org/2000/svg" width="23" height="21" viewBox="0 0 23 21" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1.5C0 0.671573 0.671573 0 1.5 0H21.5C22.3284 0 23 0.671573 23 1.5C23 2.32843 22.3284 3 21.5 3H1.5C0.671573 3 0 2.32843 0 1.5Z" fill="#171A4A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0 10.5C0 9.67157 0.671573 9 1.5 9H16.5C17.3284 9 18 9.67157 18 10.5C18 11.3284 17.3284 12 16.5 12H1.5C0.671573 12 0 11.3284 0 10.5Z" fill="#171A4A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0 19.5C0 18.6716 0.671573 18 1.5 18H21.5C22.3284 18 23 18.6716 23 19.5C23 20.3284 22.3284 21 21.5 21H1.5C0.671573 21 0 20.3284 0 19.5Z" fill="#171A4A"></path></svg>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-6752d9e elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html" data-id="6752d9e" data-element_type="widget" data-e-type="widget" id="menuToggle" data-widget_type="html.default">
				<div class="elementor-widget-container">
					  <span></span>
  <span></span>
  <span></span>
  <span></span>
  <a href="#">Menü</a>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f443089" data-id="f443089" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-af60de3 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="af60de3" data-element_type="widget" data-e-type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.tkbf.hu">
			<img width="243" height="67" src="https://www.tkbf.hu/wp-content/uploads/2020/12/TKB_logo-1.svg" class="attachment-full size-full wp-image-28235" alt="" />				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f5473c2" data-id="f5473c2" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b92ccea elementor-widget-mobile__width-auto elementor-hidden-desktop elementor-hidden-tablet elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b92ccea" data-element_type="widget" data-e-type="widget" id="mobileFinder" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="26" height="25" viewBox="0 0 26 25" fill="none"><path d="M17.2095 4.19532C20.8033 7.78909 20.8033 13.6157 17.2095 17.2095C13.6157 20.8033 7.78909 20.8033 4.19532 17.2095C0.601558 13.6157 0.601558 7.78909 4.19532 4.19532C7.78909 0.601558 13.6157 0.601558 17.2095 4.19532Z" stroke="#171A4A" stroke-width="3"></path><line x1="17.5534" y1="17.3242" x2="22.9999" y2="22.7706" stroke="#171A4A" stroke-width="3" stroke-linecap="round"></line></svg>						</span>
										<span class="elementor-icon-list-text"></span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-a53ad2d elementor-nav-menu__align-end elementor-nav-menu--dropdown-none elementor-widget-mobile__width-auto elementor-widget elementor-widget-nav-menu" data-id="a53ad2d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menü" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-a53ad2d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36425"><a href="https://www.tkbf.hu/egy-szazalek/" class="elementor-item">1%</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14409"><a href="https://tkbszk.hu" class="elementor-item">Könyvtár</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28"><a href="https://elearning.tkbf.hu/" class="elementor-item">TANTÁR</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8674"><a href="https://www.tkbf.hu/neptun/" class="elementor-item">Neptun</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33810"><a href="https://dgbc.hu" class="elementor-item">EN</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-a53ad2d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36425"><a href="https://www.tkbf.hu/egy-szazalek/" class="elementor-item" tabindex="-1">1%</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14409"><a href="https://tkbszk.hu" class="elementor-item" tabindex="-1">Könyvtár</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28"><a href="https://elearning.tkbf.hu/" class="elementor-item" tabindex="-1">TANTÁR</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8674"><a href="https://www.tkbf.hu/neptun/" class="elementor-item" tabindex="-1">Neptun</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33810"><a href="https://dgbc.hu" class="elementor-item" tabindex="-1">EN</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-6f8999c elementor-search-form--skin-minimal elementor-widget-mobile__width-inherit elementor-absolute elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-search-form" data-id="6f8999c" data-element_type="widget" data-e-type="widget" id="mobileSearcher" data-settings="{&quot;skin&quot;:&quot;minimal&quot;,&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="search-form.default">
				<div class="elementor-widget-container">
							<search role="search">
			<form class="elementor-search-form" action="https://www.tkbf.hu/" method="get">
												<div class="elementor-search-form__container">
					<label class="elementor-screen-only" for="elementor-search-form-6f8999c">Keresés</label>

											<div class="elementor-search-form__icon">
							<i aria-hidden="true" class="fas fa-search"></i>							<span class="elementor-screen-only">Keresés</span>
						</div>
					
					<input id="elementor-search-form-6f8999c" placeholder="Keresés..." class="elementor-search-form__input" type="search" name="s" value="">
					
					
									</div>
			</form>
		</search>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dc7b352 elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc7b352" data-element_type="section" data-e-type="section" id="mainMenu" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;385729e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8142287" data-id="8142287" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-0fe1084 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0fe1084" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;3a5ae53&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5aa9318" data-id="5aa9318" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-899c64b elementor-widget elementor-widget-html" data-id="899c64b" data-element_type="widget" data-e-type="widget" id="selecter" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<ul>
<li><a data-n="1" class="active" href="/foiskola/"><span>Főiskola</span></a></li>
<li><a data-n="2" href="/oktatas/"><span class="mark">+</span><span>Oktatás</span></a></li>
<li><a data-n="3" href="/hallgatoknak/"><span class="mark">+</span><span>Hallgatóknak</span></a></li>
<li><a data-n="4" href=/felveteli/><span class="mark">+</span><span>Felvételi</span></a></li></ul>				</div>
				</div>
				<div class="elementor-element elementor-element-3019705 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3019705" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c153130 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="c153130" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menü" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-c153130" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-34368"><a href="https://www.tkbf.hu/hallgatoi-hirek/2025-26-tanev-tavaszi-felevenek-rendje/" class="elementor-item">2025/26. tanév tavaszi félévének rendje</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14022"><a href="https://www.tkbf.hu/hirek-es-esemenyek/" class="elementor-item">Hírek és események</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8679"><a href="https://www.tkbf.hu/kozerdeku-informaciok/" class="elementor-item">Közérdekű információk</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8680"><a href="https://www.tkbf.hu/dokumentumok/" class="elementor-item">Dokumentumok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8681"><a href="https://www.tkbf.hu/erasmus/" class="elementor-item">Erasmus+</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8682"><a href="https://www.tkbf.hu/elerhetosegek/" class="elementor-item">Elérhetőségek</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-c153130" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-34368"><a href="https://www.tkbf.hu/hallgatoi-hirek/2025-26-tanev-tavaszi-felevenek-rendje/" class="elementor-item" tabindex="-1">2025/26. tanév tavaszi félévének rendje</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14022"><a href="https://www.tkbf.hu/hirek-es-esemenyek/" class="elementor-item" tabindex="-1">Hírek és események</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8679"><a href="https://www.tkbf.hu/kozerdeku-informaciok/" class="elementor-item" tabindex="-1">Közérdekű információk</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8680"><a href="https://www.tkbf.hu/dokumentumok/" class="elementor-item" tabindex="-1">Dokumentumok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8681"><a href="https://www.tkbf.hu/erasmus/" class="elementor-item" tabindex="-1">Erasmus+</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8682"><a href="https://www.tkbf.hu/elerhetosegek/" class="elementor-item" tabindex="-1">Elérhetőségek</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-ef699d3 elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="ef699d3" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-shrink elementor-repeater-item-6b8441f" href="https://www.facebook.com/tkbf.hu/" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-96a8587" href="https://youtube.com/user/dharmagatebuddhist" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i aria-hidden="true" class="fab fa-youtube"></i>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4b62df0" data-id="4b62df0" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e8fd3fb submenu elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="e8fd3fb" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menü" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-e8fd3fb" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8685"><a href="https://www.tkbf.hu/foiskola/hirek/" class="elementor-item">Hírek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8683"><a href="https://www.tkbf.hu/foiskola/bemutatkozas/" class="elementor-item">Bemutatkozás</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8684"><a href="https://www.tkbf.hu/foiskola/foiskolai-elet/" class="elementor-item">Főiskolai élet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8688"><a href="https://www.tkbf.hu/foiskola/szervezet/" class="elementor-item">Szervezet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33279"><a href="https://www.tkbf.hu/foiskola/strategia/" class="elementor-item">Stratégia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8689"><a href="https://www.tkbf.hu/foiskola/tudomany-es-innovacio/" class="elementor-item">Tudomány és innováció</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8686"><a href="https://www.tkbf.hu/foiskola/minosegbiztositas/" class="elementor-item">Minőségbiztosítás</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8687"><a href="https://www.tkbf.hu/foiskola/nemzetkoziesites/" class="elementor-item">Nemzetköziesítés</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-e8fd3fb" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8685"><a href="https://www.tkbf.hu/foiskola/hirek/" class="elementor-item" tabindex="-1">Hírek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8683"><a href="https://www.tkbf.hu/foiskola/bemutatkozas/" class="elementor-item" tabindex="-1">Bemutatkozás</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8684"><a href="https://www.tkbf.hu/foiskola/foiskolai-elet/" class="elementor-item" tabindex="-1">Főiskolai élet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8688"><a href="https://www.tkbf.hu/foiskola/szervezet/" class="elementor-item" tabindex="-1">Szervezet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33279"><a href="https://www.tkbf.hu/foiskola/strategia/" class="elementor-item" tabindex="-1">Stratégia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8689"><a href="https://www.tkbf.hu/foiskola/tudomany-es-innovacio/" class="elementor-item" tabindex="-1">Tudomány és innováció</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8686"><a href="https://www.tkbf.hu/foiskola/minosegbiztositas/" class="elementor-item" tabindex="-1">Minőségbiztosítás</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8687"><a href="https://www.tkbf.hu/foiskola/nemzetkoziesites/" class="elementor-item" tabindex="-1">Nemzetköziesítés</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-2bb507f submenu elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="2bb507f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menü" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-2bb507f" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8690"><a href="https://www.tkbf.hu/oktatas/alapkepzes/" class="elementor-item">Alapképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8692"><a href="https://www.tkbf.hu/oktatas/mesterkepzes/" class="elementor-item">Mesterképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8693"><a href="https://www.tkbf.hu/oktatas/nemzetkozi-kepzes-mcu/" class="elementor-item">Nemzetközi képzés – MCU</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19268"><a href="https://www.tkbf.hu/oktatas/felsooktatasi_szakkepzes/" class="elementor-item">Felsőoktatási szakképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8691"><a href="https://www.tkbf.hu/oktatas/felnottkepzes/" class="elementor-item">Felnőttképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8694"><a href="https://www.tkbf.hu/oktatas/oktatoink/" class="elementor-item">Oktatóink</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-2bb507f" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8690"><a href="https://www.tkbf.hu/oktatas/alapkepzes/" class="elementor-item" tabindex="-1">Alapképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8692"><a href="https://www.tkbf.hu/oktatas/mesterkepzes/" class="elementor-item" tabindex="-1">Mesterképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8693"><a href="https://www.tkbf.hu/oktatas/nemzetkozi-kepzes-mcu/" class="elementor-item" tabindex="-1">Nemzetközi képzés – MCU</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19268"><a href="https://www.tkbf.hu/oktatas/felsooktatasi_szakkepzes/" class="elementor-item" tabindex="-1">Felsőoktatási szakképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8691"><a href="https://www.tkbf.hu/oktatas/felnottkepzes/" class="elementor-item" tabindex="-1">Felnőttképzés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8694"><a href="https://www.tkbf.hu/oktatas/oktatoink/" class="elementor-item" tabindex="-1">Oktatóink</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-4418f5f submenu elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="4418f5f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menü" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-4418f5f" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8696"><a href="https://www.tkbf.hu/hallgatoknak/hirek/" class="elementor-item">Hírek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8702"><a href="https://www.tkbf.hu/hallgatoknak/tanulmanyok/" class="elementor-item">Tanulmányok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8703"><a href="https://www.tkbf.hu/hallgatoknak/ugyintezes/" class="elementor-item">Ügyintézés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8699"><a href="https://www.tkbf.hu/hallgatoknak/penzugyek/" class="elementor-item">Pénzügyek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8701"><a href="https://www.tkbf.hu/hallgatoknak/szolgaltatasok/" class="elementor-item">Szolgáltatások</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8698"><a href="https://www.tkbf.hu/foiskola/nemzetkoziesites/mobilitas/" class="elementor-item">Mobilitás</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8697"><a href="https://www.tkbf.hu/hallgatoknak/konyvtar/" class="elementor-item">Könyvtár</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8700"><a href="https://www.tkbf.hu/hallgatoknak/szervezetek/" class="elementor-item">Szervezetek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8695"><a href="https://www.tkbf.hu/hallgatoknak/gyik/" class="elementor-item">GYIK</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-4418f5f" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8696"><a href="https://www.tkbf.hu/hallgatoknak/hirek/" class="elementor-item" tabindex="-1">Hírek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8702"><a href="https://www.tkbf.hu/hallgatoknak/tanulmanyok/" class="elementor-item" tabindex="-1">Tanulmányok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8703"><a href="https://www.tkbf.hu/hallgatoknak/ugyintezes/" class="elementor-item" tabindex="-1">Ügyintézés</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8699"><a href="https://www.tkbf.hu/hallgatoknak/penzugyek/" class="elementor-item" tabindex="-1">Pénzügyek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8701"><a href="https://www.tkbf.hu/hallgatoknak/szolgaltatasok/" class="elementor-item" tabindex="-1">Szolgáltatások</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8698"><a href="https://www.tkbf.hu/foiskola/nemzetkoziesites/mobilitas/" class="elementor-item" tabindex="-1">Mobilitás</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8697"><a href="https://www.tkbf.hu/hallgatoknak/konyvtar/" class="elementor-item" tabindex="-1">Könyvtár</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8700"><a href="https://www.tkbf.hu/hallgatoknak/szervezetek/" class="elementor-item" tabindex="-1">Szervezetek</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8695"><a href="https://www.tkbf.hu/hallgatoknak/gyik/" class="elementor-item" tabindex="-1">GYIK</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-7de30e4 submenu elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="7de30e4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menü" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-7de30e4" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34739"><a href="https://www.tkbf.hu/felveteli/felveteli-tajekoztato-2026/" class="elementor-item">Felvételi tájékoztató 2026</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35645"><a href="https://www.tkbf.hu/esemenyek/felveteli-elokeszito-tanfolyam-2026/" class="elementor-item">Felvételi előkészítő tanfolyam 2026</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14779"><a href="https://www.tkbf.hu/hallgatoknak/tanulmanyok/kepzesi-informaciok/" class="elementor-item">Képzési információk</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14780"><a href="https://www.tkbf.hu/felveteli/jelentkezesi-lapok/" class="elementor-item">Jelentkezési lapok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14781"><a href="https://www.tkbf.hu/oktatas/oktatoink/" class="elementor-item">Oktatóink</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14778"><a href="https://www.tkbf.hu/foiskola/foiskolai-elet/" class="elementor-item">Főiskolai élet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20091"><a href="https://www.tkbf.hu/felveteli/diploman-tul/" class="elementor-item">Diplomán túl</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-7de30e4" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34739"><a href="https://www.tkbf.hu/felveteli/felveteli-tajekoztato-2026/" class="elementor-item" tabindex="-1">Felvételi tájékoztató 2026</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35645"><a href="https://www.tkbf.hu/esemenyek/felveteli-elokeszito-tanfolyam-2026/" class="elementor-item" tabindex="-1">Felvételi előkészítő tanfolyam 2026</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14779"><a href="https://www.tkbf.hu/hallgatoknak/tanulmanyok/kepzesi-informaciok/" class="elementor-item" tabindex="-1">Képzési információk</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14780"><a href="https://www.tkbf.hu/felveteli/jelentkezesi-lapok/" class="elementor-item" tabindex="-1">Jelentkezési lapok</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14781"><a href="https://www.tkbf.hu/oktatas/oktatoink/" class="elementor-item" tabindex="-1">Oktatóink</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14778"><a href="https://www.tkbf.hu/foiskola/foiskolai-elet/" class="elementor-item" tabindex="-1">Főiskolai élet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20091"><a href="https://www.tkbf.hu/felveteli/diploman-tul/" class="elementor-item" tabindex="-1">Diplomán túl</a></li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-681a95f elementor-hidden-phone" data-id="681a95f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
				<link rel='stylesheet' id='jet-smart-filters-css' href='https://www.tkbf.hu/wp-content/plugins/jet-smart-filters/assets/css/public.css?ver=3.7.5' media='all' />
<style id='jet-smart-filters-inline-css'>

				.jet-filter {
					--tabindex-color: #0085f2;
					--tabindex-shadow-color: rgba(0,133,242,0.4);
				}
			
/*# sourceURL=jet-smart-filters-inline-css */
</style>
		<div class="elementor-element elementor-element-e0bab91 elementor-widget elementor-widget-jet-smart-filters-search" data-id="e0bab91" data-element_type="widget" data-e-type="widget" data-widget_type="jet-smart-filters-search.default">
				<div class="elementor-widget-container">
					<div class="jet-smart-filters-search jet-filter">
<div
	class="jet-search-filter"
	data-query-type="_s" data-query-var="query" data-smart-filter="search" data-filter-id="107" data-apply-type="ajax-ontyping" data-content-provider="epro-posts" data-additional-providers="" data-query-id="news-grid" data-active-label="Main menu search" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:[]}" data-query-var-suffix="search" data-min-letters-count="3">
	<div class="jet-search-filter__input-wrapper">
		<input
			class="jet-search-filter__input"
			type="search"
			autocomplete="off"
			name="query"
			value=""
			placeholder="Keresés..."
			aria-label="Main menu search"
					>
					<div class="jet-search-filter__input-clear">
				<svg width="22" height="28" viewBox="0 0 22 28" xmlns="http://www.w3.org/2000/svg">
	<path d="M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z"></path>
</svg>
			</div>
			<div class="jet-search-filter__input-loading"></div>
			</div>

	</div>
</div>				</div>
				</div>
				<div class="elementor-element elementor-element-fb1d4ae elementor-grid-2 elementor-posts--thumbnail-top elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="fb1d4ae" data-element_type="widget" data-e-type="widget" id="news-grid" data-settings="{&quot;custom_columns&quot;:&quot;2&quot;,&quot;custom_columns_tablet&quot;:&quot;2&quot;,&quot;custom_columns_mobile&quot;:&quot;1&quot;,&quot;custom_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;custom_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.custom">
				<div class="elementor-widget-container">
					      <div class="ecs-posts elementor-posts-container elementor-posts   elementor-grid elementor-posts--skin-custom" data-settings="{&quot;current_page&quot;:1,&quot;max_num_pages&quot;:&quot;5&quot;,&quot;load_method&quot;:&quot;&quot;,&quot;widget_id&quot;:&quot;fb1d4ae&quot;,&quot;post_id&quot;:2319,&quot;theme_id&quot;:7,&quot;change_url&quot;:false,&quot;reinit_js&quot;:false}">
      		<article id="post-36339" class="elementor-post elementor-grid-item ecs-post-loop post-36339 post type-post status-publish format-standard has-post-thumbnail hentry category-esemenyek category-kiemelt-hirek tag-a-tan-kapuja-buddhista-foiskola tag-buddhizmus tag-dalai-lama tag-hazi-konferencia tag-tibet">
		<style id="elementor-post-13559">.elementor-13559 .elementor-element.elementor-element-b358932 .elementor-repeater-item-7e9c261.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-13559 .elementor-element.elementor-element-6ac0653 .elementor-repeater-item-6694a97.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-13559 .elementor-element.elementor-element-a7e99c5 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-13559 .elementor-element.elementor-element-9fd32b8{text-align:end;}.elementor-13559 .elementor-element.elementor-element-9fd32b8 .elementor-heading-title{font-family:"Alegreya", Sans-serif;font-size:1em;font-weight:700;color:#FFFFFF;}.elementor-13559 .elementor-element.elementor-element-98186cc{text-align:end;}.elementor-13559 .elementor-element.elementor-element-98186cc .elementor-heading-title{font-family:"Alegreya", Sans-serif;font-size:0.8888888889em;color:#FFFFFF;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-13559 .elementor-element.elementor-element-31a7e43 .elementor-icon-list-icon{width:14px;}.elementor-13559 .elementor-element.elementor-element-31a7e43 .elementor-icon-list-icon i{font-size:14px;}.elementor-13559 .elementor-element.elementor-element-31a7e43 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-13559 .elementor-element.elementor-element-31a7e43 .elementor-icon-list-text, .elementor-13559 .elementor-element.elementor-element-31a7e43 .elementor-icon-list-text a{color:#FFFFFF;}.elementor-13559 .elementor-element.elementor-element-31a7e43 .elementor-icon-list-item{font-family:"Alegreya", Sans-serif;font-size:1.1111111111em;font-weight:700;}.elementor-13559 .elementor-element.elementor-element-6ac0653{margin-top:0px;margin-bottom:0px;}.elementor-13559 .elementor-element.elementor-element-ffa2025 .elementor-repeater-item-6694a97.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-13559 .elementor-element.elementor-element-100063f{width:auto;max-width:auto;}.elementor-13559 .elementor-element.elementor-element-100063f > .elementor-widget-container{padding:0px 30px 3px 0px;border-style:solid;border-width:0px 0px 3px 0px;border-color:#003D65;}.elementor-13559 .elementor-element.elementor-element-100063f .elementor-icon-list-icon{width:14px;}.elementor-13559 .elementor-element.elementor-element-100063f .elementor-icon-list-icon i{font-size:14px;}.elementor-13559 .elementor-element.elementor-element-100063f .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-13559 .elementor-element.elementor-element-100063f .elementor-icon-list-text, .elementor-13559 .elementor-element.elementor-element-100063f .elementor-icon-list-text a{color:#00243D;}.elementor-13559 .elementor-element.elementor-element-100063f .elementor-icon-list-item{font-family:"Alegreya", Sans-serif;font-size:0.8888888889em;font-weight:700;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-13559 .elementor-element.elementor-element-1a2676b .elementor-heading-title{font-family:"Alegreya", Sans-serif;font-size:1.1111111111em;font-weight:700;color:#000000;}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );color:var( --e-global-color-text );}.elementor-13559 .elementor-element.elementor-element-7c7a06e .elementor-widget-container{font-family:"Alegreya", Sans-serif;font-size:0.88888888888889em;font-weight:400;color:#000000;}.elementor-13559 .elementor-element.elementor-element-ffa2025:not(.elementor-motion-effects-element-type-background), .elementor-13559 .elementor-element.elementor-element-ffa2025 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-13559 .elementor-element.elementor-element-ffa2025{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0em 1em 0em 1em;}.elementor-13559 .elementor-element.elementor-element-ffa2025 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13559 .elementor-element.elementor-element-6d0b678 .elementor-repeater-item-3d4513c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px/2);}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px/2);}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px/2);}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px/2);}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px/2);}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-13559 .elementor-element.elementor-element-341ef1b{--e-icon-list-icon-size:20px;--icon-vertical-offset:0px;}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-item > a{font-family:"Alegreya", Sans-serif;font-size:1em;font-weight:700;text-decoration:underline;}.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-text{color:var( --e-global-color-text );transition:color 0.3s;}.elementor-13559 .elementor-element.elementor-element-6d0b678:not(.elementor-motion-effects-element-type-background), .elementor-13559 .elementor-element.elementor-element-6d0b678 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-13559 .elementor-element.elementor-element-6d0b678{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0.5em 1em 0.5em 1em;}.elementor-13559 .elementor-element.elementor-element-6d0b678 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13559 .elementor-element.elementor-element-b358932:not(.elementor-motion-effects-element-type-background), .elementor-13559 .elementor-element.elementor-element-b358932 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6FB;}.elementor-13559 .elementor-element.elementor-element-b358932{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-13559 .elementor-element.elementor-element-b358932 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1023px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-a7e99c5 */.elementor-13559 .elementor-element.elementor-element-a7e99c5 {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 img {
    width: 100%;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 .elementor-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,2,3,.30);
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9fd32b8 */.elementor-13559 .elementor-element.elementor-element-9fd32b8 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-98186cc */.elementor-13559 .elementor-element.elementor-element-98186cc {
    margin: -55px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-31a7e43 */.elementor-13559 .elementor-element.elementor-element-31a7e43 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for theme-post-featured-image, class: .elementor-element-a7e99c5 */.elementor-13559 .elementor-element.elementor-element-a7e99c5 {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 img {
    width: 100%;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 .elementor-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,2,3,.30);
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9fd32b8 */.elementor-13559 .elementor-element.elementor-element-9fd32b8 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-98186cc */.elementor-13559 .elementor-element.elementor-element-98186cc {
    margin: -55px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-31a7e43 */.elementor-13559 .elementor-element.elementor-element-31a7e43 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-100063f */.elementor-13559 .elementor-element.elementor-element-100063f {
    margin-bottom: 1em;
}/* End custom CSS */
/* Start custom CSS for theme-post-title, class: .elementor-element-1a2676b */.elementor-13559 .elementor-element.elementor-element-1a2676b {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-1a2676b a:hover {
    color: #004E82;
}/* End custom CSS */
/* Start custom CSS for theme-post-excerpt, class: .elementor-element-7c7a06e */.elementor-13559 .elementor-element.elementor-element-7c7a06e {
    max-height: 53px;
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-100063f */.elementor-13559 .elementor-element.elementor-element-100063f {
    margin-bottom: 1em;
}/* End custom CSS */
/* Start custom CSS for theme-post-title, class: .elementor-element-1a2676b */.elementor-13559 .elementor-element.elementor-element-1a2676b {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-1a2676b a:hover {
    color: #004E82;
}/* End custom CSS */
/* Start custom CSS for theme-post-excerpt, class: .elementor-element-7c7a06e */.elementor-13559 .elementor-element.elementor-element-7c7a06e {
    max-height: 53px;
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-341ef1b */.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-icon {
    top: 4px;
    position: relative;    
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-341ef1b */.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-icon {
    top: 4px;
    position: relative;    
}/* End custom CSS */
/* Start custom CSS for theme-post-featured-image, class: .elementor-element-a7e99c5 */.elementor-13559 .elementor-element.elementor-element-a7e99c5 {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 img {
    width: 100%;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 .elementor-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,2,3,.30);
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9fd32b8 */.elementor-13559 .elementor-element.elementor-element-9fd32b8 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-98186cc */.elementor-13559 .elementor-element.elementor-element-98186cc {
    margin: -55px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-31a7e43 */.elementor-13559 .elementor-element.elementor-element-31a7e43 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for theme-post-featured-image, class: .elementor-element-a7e99c5 */.elementor-13559 .elementor-element.elementor-element-a7e99c5 {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 img {
    width: 100%;
}

.elementor-13559 .elementor-element.elementor-element-a7e99c5 .elementor-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,2,3,.30);
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9fd32b8 */.elementor-13559 .elementor-element.elementor-element-9fd32b8 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-98186cc */.elementor-13559 .elementor-element.elementor-element-98186cc {
    margin: -55px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-31a7e43 */.elementor-13559 .elementor-element.elementor-element-31a7e43 {
    margin: -80px 20px 0 0;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-100063f */.elementor-13559 .elementor-element.elementor-element-100063f {
    margin-bottom: 1em;
}/* End custom CSS */
/* Start custom CSS for theme-post-title, class: .elementor-element-1a2676b */.elementor-13559 .elementor-element.elementor-element-1a2676b {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-1a2676b a:hover {
    color: #004E82;
}/* End custom CSS */
/* Start custom CSS for theme-post-excerpt, class: .elementor-element-7c7a06e */.elementor-13559 .elementor-element.elementor-element-7c7a06e {
    max-height: 53px;
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for post-info, class: .elementor-element-100063f */.elementor-13559 .elementor-element.elementor-element-100063f {
    margin-bottom: 1em;
}/* End custom CSS */
/* Start custom CSS for theme-post-title, class: .elementor-element-1a2676b */.elementor-13559 .elementor-element.elementor-element-1a2676b {
    margin-bottom: 10px;
}

.elementor-13559 .elementor-element.elementor-element-1a2676b a:hover {
    color: #004E82;
}/* End custom CSS */
/* Start custom CSS for theme-post-excerpt, class: .elementor-element-7c7a06e */.elementor-13559 .elementor-element.elementor-element-7c7a06e {
    max-height: 53px;
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-341ef1b */.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-icon {
    top: 4px;
    position: relative;    
}/* End custom CSS */
/* Start custom CSS for icon-list, class: .elementor-element-341ef1b */.elementor-13559 .elementor-element.elementor-element-341ef1b .elementor-icon-list-icon {
    top: 4px;
    position: relative;    
}/* End custom CSS */</style>		<div data-elementor-type="loop" data-elementor-id="13559" class="elementor elementor-13559 elementor-location-header post-36339 post type-post status-publish format-standard has-post-thumbnail hentry category-esemenyek category-kiemelt-hirek tag-a-tan-kapuja-buddhista-foiskola tag-buddhizmus tag-dalai-lama tag-hazi-konferencia tag-tibet" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-b358932 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b358932" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7e9c261&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8d3dc22" data-id="8d3dc22" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6ac0653 dc-has-condition dc-condition-empty elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6ac0653" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ee85c6b" data-id="ee85c6b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a7e99c5 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="a7e99c5" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img width="800" height="450" src="https://www.tkbf.hu/wp-content/uploads/2026/03/dalai-lama-1024x576.jpg" class="attachment-large size-large wp-image-36341" alt="" srcset="https://www.tkbf.hu/wp-content/uploads/2026/03/dalai-lama-1024x576.jpg 1024w, https://www.tkbf.hu/wp-content/uploads/2026/03/dalai-lama-300x169.jpg 300w, https://www.tkbf.hu/wp-content/uploads/2026/03/dalai-lama-768x432.jpg 768w, https://www.tkbf.hu/wp-content/uploads/2026/03/dalai-lama.jpg 1200w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-9fd32b8 dc-has-condition dc-condition-not_empty elementor-widget elementor-widget-heading" data-id="9fd32b8" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">2026 04 30. 08:30</span>				</div>
				</div>
				<div class="elementor-element elementor-element-98186cc dc-has-condition dc-condition-not_empty elementor-widget elementor-widget-heading" data-id="98186cc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">1098 Budapest, Csengettyű utca 3. (a Főiskola új épülete) </span>				</div>
				</div>
		<!-- hidden widget 36339-31a7e43 -->			</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ffa2025 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ffa2025" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ae23519" data-id="ae23519" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-100063f elementor-widget__width-auto elementor-widget elementor-widget-post-info" data-id="100063f" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-1717d59 elementor-inline-item" itemprop="about">
													<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
										<span class="elementor-post-info__terms-list">
				<span class="elementor-post-info__terms-list-item">Események</span>, <span class="elementor-post-info__terms-list-item">Kiemelt hírek</span>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-1a2676b elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="1a2676b" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.tkbf.hu/esemenyek/tibeti-buddhizmus-dalai-lama/">Őszentsége, a 14. dalai láma és a tibeti buddhizmus öröksége &#8211; ünnepi házikonferencia április 30-án</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7c7a06e elementor-widget elementor-widget-theme-post-excerpt" data-id="7c7a06e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					Házikonferencia április 30-án a tibeti buddhizmusról 				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6d0b678 dc-has-condition dc-condition-not_empty elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d0b678" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;3d4513c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d7f3ea0" data-id="d7f3ea0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-341ef1b elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="341ef1b" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.tkbf.hu/esemenyek/tibeti-buddhizmus-dalai-lama/">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="26" height="21" viewBox="0 0 26 21" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9093 1.61397C21.0976 0.402767 23.0243 0.402766 24.2126 1.61397C25.401 2.82517 25.401 4.78891 24.2126 6.00011L11.3961 19.0631L5.48828 20.7056L7.09272 14.677L19.9093 1.61397ZM7.34453 18.8219L8.06958 16.1501L9.96585 18.0829L7.34453 18.8219ZM22.682 5.80434L20.1165 3.18945L19.3356 3.98529L21.9012 6.60017L22.682 5.80434Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.41029 18.6155H0V20.2233H3.98239L4.41029 18.6155Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16.9306 2.37646H0V3.98429H15.3531L16.9306 2.37646ZM17.584 3.98429H18.8971V2.64601L17.584 3.98429Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.0431 10.4155H0V12.1841H7.30786L9.0431 10.4155ZM9.53877 12.1841H13.3758V10.4155H11.274L9.53877 12.1841Z" fill="#1E499A"></path></svg>						</span>
										<span class="elementor-icon-list-text">Regisztráció</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
				</article>
				<article id="post-36287" class="elementor-post elementor-grid-item ecs-post-loop post-36287 post type-post status-publish format-standard has-post-thumbnail hentry category-hirek tag-brusszel tag-dalai-lama tag-mind-life">
				<div data-elementor-type="loop" data-elementor-id="13559" class="elementor elementor-13559 elementor-location-header post-36287 post type-post status-publish format-standard has-post-thumbnail hentry category-hirek tag-brusszel tag-dalai-lama tag-mind-life" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-b358932 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b358932" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7e9c261&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8d3dc22" data-id="8d3dc22" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6ac0653 dc-has-condition dc-condition-empty elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6ac0653" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ee85c6b" data-id="ee85c6b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a7e99c5 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="a7e99c5" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img width="800" height="330" src="https://www.tkbf.hu/wp-content/uploads/2026/03/IMG_5482-e1774435772912-1024x422.jpeg" class="attachment-large size-large wp-image-36288" alt="" srcset="https://www.tkbf.hu/wp-content/uploads/2026/03/IMG_5482-e1774435772912-1024x422.jpeg 1024w, https://www.tkbf.hu/wp-content/uploads/2026/03/IMG_5482-e1774435772912-300x124.jpeg 300w, https://www.tkbf.hu/wp-content/uploads/2026/03/IMG_5482-e1774435772912-768x316.jpeg 768w, https://www.tkbf.hu/wp-content/uploads/2026/03/IMG_5482-e1774435772912.jpeg 1500w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-9fd32b8 dc-has-condition dc-condition-not_empty elementor-widget elementor-widget-heading" data-id="9fd32b8" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">2026 03 10. 09:00</span>				</div>
				</div>
				<div class="elementor-element elementor-element-98186cc dc-has-condition dc-condition-not_empty elementor-widget elementor-widget-heading" data-id="98186cc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">1098 Budapest, Börzsöny utca 11.</span>				</div>
				</div>
		<!-- hidden widget 36287-31a7e43 -->			</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ffa2025 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ffa2025" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ae23519" data-id="ae23519" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-100063f elementor-widget__width-auto elementor-widget elementor-widget-post-info" data-id="100063f" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-1717d59 elementor-inline-item" itemprop="about">
													<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
										<span class="elementor-post-info__terms-list">
				<span class="elementor-post-info__terms-list-item">Hírek</span>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-1a2676b elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="1a2676b" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.tkbf.hu/hirek/dalai-lama-brusszel-konferencia/">A dalai láma globális öröksége előtt tisztelegtek az Európai Parlamentben</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7c7a06e elementor-widget elementor-widget-theme-post-excerpt" data-id="7c7a06e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					Az együttérzés nem passzív érzelem, hanem aktív erő, amely segítheti a döntéshozókat				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6d0b678 dc-has-condition dc-condition-not_empty elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d0b678" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;3d4513c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d7f3ea0" data-id="d7f3ea0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-341ef1b elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="341ef1b" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.tkbf.hu/hirek/dalai-lama-brusszel-konferencia/">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="26" height="21" viewBox="0 0 26 21" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9093 1.61397C21.0976 0.402767 23.0243 0.402766 24.2126 1.61397C25.401 2.82517 25.401 4.78891 24.2126 6.00011L11.3961 19.0631L5.48828 20.7056L7.09272 14.677L19.9093 1.61397ZM7.34453 18.8219L8.06958 16.1501L9.96585 18.0829L7.34453 18.8219ZM22.682 5.80434L20.1165 3.18945L19.3356 3.98529L21.9012 6.60017L22.682 5.80434Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.41029 18.6155H0V20.2233H3.98239L4.41029 18.6155Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16.9306 2.37646H0V3.98429H15.3531L16.9306 2.37646ZM17.584 3.98429H18.8971V2.64601L17.584 3.98429Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.0431 10.4155H0V12.1841H7.30786L9.0431 10.4155ZM9.53877 12.1841H13.3758V10.4155H11.274L9.53877 12.1841Z" fill="#1E499A"></path></svg>						</span>
										<span class="elementor-icon-list-text">Regisztráció</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
				</article>
				<article id="post-36259" class="elementor-post elementor-grid-item ecs-post-loop post-36259 post type-post status-publish format-standard has-post-thumbnail hentry category-hirek tag-doktori tag-konferencia tag-tkbf tag-utkozespontok">
				<div data-elementor-type="loop" data-elementor-id="13559" class="elementor elementor-13559 elementor-location-header post-36259 post type-post status-publish format-standard has-post-thumbnail hentry category-hirek tag-doktori tag-konferencia tag-tkbf tag-utkozespontok" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-b358932 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b358932" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7e9c261&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8d3dc22" data-id="8d3dc22" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6ac0653 dc-has-condition dc-condition-empty elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6ac0653" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ee85c6b" data-id="ee85c6b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a7e99c5 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="a7e99c5" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img width="800" height="534" src="https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-1024x683.jpg" class="attachment-large size-large wp-image-36260" alt="" srcset="https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-1024x683.jpg 1024w, https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-300x200.jpg 300w, https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-768x512.jpg 768w, https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-1536x1024.jpg 1536w, https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-2048x1365.jpg 2048w, https://www.tkbf.hu/wp-content/uploads/2026/03/LAZI0012-scaled-e1774281380593.jpg 1500w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-9fd32b8 dc-has-condition dc-condition-not_empty elementor-widget elementor-widget-heading" data-id="9fd32b8" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">2024 02 15. 18:00</span>				</div>
				</div>
				<div class="elementor-element elementor-element-98186cc dc-has-condition dc-condition-not_empty elementor-widget elementor-widget-heading" data-id="98186cc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">A Tan Kapuja Buddhista Főiskola</span>				</div>
				</div>
		<!-- hidden widget 36259-31a7e43 -->			</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ffa2025 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ffa2025" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ae23519" data-id="ae23519" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-100063f elementor-widget__width-auto elementor-widget elementor-widget-post-info" data-id="100063f" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-1717d59 elementor-inline-item" itemprop="about">
													<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
										<span class="elementor-post-info__terms-list">
				<span class="elementor-post-info__terms-list-item">Hírek</span>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-1a2676b elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="1a2676b" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.tkbf.hu/hirek/doktorandusz-konferencia-a-foiskolan/">Doktorandusz konferencia a Főiskolán</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7c7a06e elementor-widget elementor-widget-theme-post-excerpt" data-id="7c7a06e" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-excerpt.default">
				<div class="elementor-widget-container">
					Két nap, 30 előadó				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6d0b678 dc-has-condition dc-condition-not_empty elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d0b678" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;3d4513c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d7f3ea0" data-id="d7f3ea0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-341ef1b elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="341ef1b" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.tkbf.hu/hirek/doktorandusz-konferencia-a-foiskolan/">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="26" height="21" viewBox="0 0 26 21" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9093 1.61397C21.0976 0.402767 23.0243 0.402766 24.2126 1.61397C25.401 2.82517 25.401 4.78891 24.2126 6.00011L11.3961 19.0631L5.48828 20.7056L7.09272 14.677L19.9093 1.61397ZM7.34453 18.8219L8.06958 16.1501L9.96585 18.0829L7.34453 18.8219ZM22.682 5.80434L20.1165 3.18945L19.3356 3.98529L21.9012 6.60017L22.682 5.80434Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.41029 18.6155H0V20.2233H3.98239L4.41029 18.6155Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16.9306 2.37646H0V3.98429H15.3531L16.9306 2.37646ZM17.584 3.98429H18.8971V2.64601L17.584 3.98429Z" fill="#1E499A"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.0431 10.4155H0V12.1841H7.30786L9.0431 10.4155ZM9.53877 12.1841H13.3758V10.4155H11.274L9.53877 12.1841Z" fill="#1E499A"></path></svg>						</span>
										<span class="elementor-icon-list-text">Regisztráció</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
				</article>
				<article id="post-36201" class="elementor-post elementor-grid-item ecs-post-loop post-36201 post type-post status-publish format-standard hentry category-hirek tag-dharma-katha">
				<div data-elementor-type="loop" data-elementor-id="13559" class="elementor elementor-13559 elementor-location-header post-36201 post type-post status-publish format-standard hentry category-hirek tag-dharma-katha" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-b358932 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b358932" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7e9c261&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8d3dc22" data-id="8d3dc22" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
				<!-- hidden section 36201-6ac0653 -->		<section class="elementor-section elementor-inner-section elementor-element elementor-element-ffa2025 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ffa2025" data-element_type="section" data-e-type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6694a97&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ae23519" data-id="ae23519" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-100063f elementor-widget__width-auto elementor-widget elementor-widget-post-info" data-id="100063f" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-1717d59 elementor-inline-item" itemprop="about">
													<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
										<span class="elementor-post-info__terms-list">
				<span class="elementor-post-info__terms-list-item">Hírek</span>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-1a2676b elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="1a2676b" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.tkbf.hu/hirek/dhamma-katha-vetelkedo-2026-tavasz/">Dhamma-kathá vetélkedő 2026. tavasz</a></h3>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<!-- hidden section 36201-6d0b678 -->			</div>
		</div>
					</div>
		</section>
				</div>
				</article>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</header>
				<div data-elementor-type="single-post" data-elementor-id="1149" class="elementor elementor-1149 elementor-location-single post-2319 post type-post status-publish format-standard hentry category-hallgatoi-hirek" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-429ee8e2 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="429ee8e2" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;69aaf94&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26b592a3" data-id="26b592a3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6c6de366 elementor-align-left elementor-widget elementor-widget-breadcrumbs" data-id="6c6de366" data-element_type="widget" data-e-type="widget" data-widget_type="breadcrumbs.default">
				<div class="elementor-widget-container">
					<span id="breadcrumbs"><span><span><a href="https://www.tkbf.hu/">Főoldal</a></span> &gt; <span class="breadcrumb_last" aria-current="page">Tájékoztató füzet gólyáknak</span></span></span>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-a18ef23 elementor-widget__width-auto &lt;span&gt;Hallgatói hírek&lt;/span&gt; elementor-widget elementor-widget-post-info" data-id="a18ef23" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-690c584 elementor-inline-item" itemprop="about">
													<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
										<span class="elementor-post-info__terms-list">
				<span class="elementor-post-info__terms-list-item">Hallgatói hírek</span>				</span>
					</span>
								</li>
				</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-0a8500d elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="0a8500d" data-element_type="widget" data-e-type="widget" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Tájékoztató füzet gólyáknak</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-0ca685b elementor-widget__width-auto elementor-widget elementor-widget-post-info" data-id="0ca685b" data-element_type="widget" data-e-type="widget" data-widget_type="post-info.default">
				<div class="elementor-widget-container">
							<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
								<li class="elementor-icon-list-item elementor-repeater-item-5344858 elementor-inline-item" itemprop="datePublished">
													<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
										<time>2013. augusztus 30.</time>					</span>
								</li>
				</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-f29cdbd elementor-share-buttons--view-icon elementor-share-buttons--skin-flat elementor-share-buttons--shape-circle elementor-widget__width-inherit elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="f29cdbd" data-element_type="widget" data-e-type="widget" data-widget_type="share-buttons.default">
				<div class="elementor-widget-container">
							<div class="elementor-grid" role="list">
								<div class="elementor-grid-item" role="listitem">
						<div class="elementor-share-btn elementor-share-btn_facebook" role="button" tabindex="0" aria-label="Megosztás itt: facebook">
															<span class="elementor-share-btn__icon">
								<i class="fab fa-facebook" aria-hidden="true"></i>							</span>
																				</div>
					</div>
									<div class="elementor-grid-item" role="listitem">
						<div class="elementor-share-btn elementor-share-btn_linkedin" role="button" tabindex="0" aria-label="Megosztás itt: linkedin">
															<span class="elementor-share-btn__icon">
								<i class="fab fa-linkedin" aria-hidden="true"></i>							</span>
																				</div>
					</div>
						</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-386a3a4 contentpane elementor-widget elementor-widget-shortcode" data-id="386a3a4" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div>
	<strong>&Uuml;dv&ouml;zl&uuml;nk a Tan Kapuja Buddhista Főiskol&aacute;n!</strong></div>
<div>
	&nbsp;</div>
<div>
	Rem&eacute;lj&uuml;k, az itt t&ouml;lt&ouml;tt időd &eacute;lvezetesen telik &eacute;s sok &eacute;rdekes dolgot tanulsz majd. Iskol&aacute;nk sokf&eacute;le &eacute;rdeklőd&eacute;si k&ouml;rű &eacute;s t&aacute;rsadalmi h&aacute;tterű embert vonz. A diverzit&aacute;s, ha &ouml;sszhanggal p&aacute;rosul, a legerősebb k&ouml;z&ouml;ss&eacute;gek kov&aacute;csa. Legyetek h&aacute;t erős k&ouml;z&ouml;ss&eacute;g &eacute;s csak a csillagos &eacute;g szab majd hat&aacute;rt t&ouml;rekv&eacute;seiteknek!</div>
<div>
	&nbsp;</div>
<div>
	A bolognai rendszerű alapk&eacute;pz&eacute;s igyekszik stabil tud&aacute;s-alapot rakni a k&eacute;sőbbi &nbsp;mesterk&eacute;pz&eacute;s al&aacute;. A mintatantervben szereplő hat f&eacute;l&eacute;v alatt megtanulhatod, hogyan v&eacute;gezz &ouml;n&aacute;ll&oacute; kutat&oacute;munk&aacute;t &eacute;s hogyan &eacute;p&iacute;tsd &ouml;tleteidet dolgozatt&aacute;. Ezeket a &nbsp;k&eacute;szs&eacute;geket azut&aacute;n kamatoztathatod TDK, OTDK versenyeken &eacute;s m&aacute;s, tudom&aacute;nyos konferenci&aacute;kon.</div>
<div>
	&nbsp;</div>
<div>
	Az első h&aacute;rom &eacute;v remek kezdet lehet egy biztos nyelv- &eacute;s kult&uacute;raismeret fel&eacute; is. Mindegyik nyelvi szakir&aacute;nyon nagy hangs&uacute;lyt kap a ford&iacute;t&oacute;munka megtanul&aacute;sa &eacute;s csiszol&aacute;sa, az &eacute;lő nyelvek eset&eacute;ben pedig a t&aacute;rsalg&aacute;si k&eacute;szs&eacute;gek fejleszt&eacute;se is.</div>
<div>
	&nbsp;</div>
<div>
	Egyh&aacute;zunk, ez&aacute;ltal Főiskol&aacute;nk is elk&ouml;telezett a buddhista hagyom&aacute;ny soksz&iacute;nűs&eacute;g&eacute;nek &aacute;pol&aacute;sa ir&aacute;nt, ez&eacute;rt itt tal&aacute;lkozhatsz a jelentősebb ir&aacute;nyzatok mindegyik&eacute;nek tanaival &eacute;s filoz&oacute;fi&aacute;j&aacute;val valamint &#8211; a sok k&ouml;z&ouml;ss&eacute;g &aacute;ltal, melyekkel kapcsolatban &aacute;llunk -, a gyakorlat&aacute;val is.</div>
<div>
	&nbsp;</div>
<div>
	A gyakorl&aacute;s &eacute;s a nyelv ut&aacute;n a harmadik &aacute;ga k&eacute;pz&eacute;s&uuml;nknek a gondolat: a buddhizmus, m&aacute;s keleti &eacute;s nyugati vall&aacute;sok, valamint a filoz&oacute;fia t&ouml;rt&eacute;nelme &eacute;s fontosabb irodalma is elv&aacute;laszthatatlan r&eacute;sze lesz a tanulm&aacute;nyaidnak. Ezek nyom&aacute;n -rem&eacute;nyeink szerint &#8211; sz&eacute;les l&aacute;t&oacute;k&ouml;rű, m&eacute;g műveltebb emberek v&aacute;lnak majd belőletek, akik &#8211; ahogy majd a diplom&aacute;tok is tan&uacute;s&iacute;tja &#8211; k&eacute;pesek a buddhista eszm&eacute;ket &eacute;s gyakorlatokat tov&aacute;bbadni az ezir&aacute;nt &eacute;rdeklődőknek.</div>
<div>
	&nbsp;</div>
<div>
	&Ouml;ssze&aacute;ll&iacute;tottunk egy kis ismertető f&uuml;zetet, hogy megk&ouml;nny&iacute;ts&uuml;k az eligazod&aacute;st az első időkben, rem&eacute;lj&uuml;k, hasznodra v&aacute;lik. Minden tov&aacute;bbi k&eacute;rd&eacute;st &ouml;r&ouml;mmel fogadunk &nbsp;&eacute;s megpr&oacute;b&aacute;lunk r&aacute;juk megold&aacute;st tal&aacute;lni.</div>
<div>
	&nbsp;</div>
<div>
	<em>Sikeres tanulm&aacute;nyokat k&iacute;v&aacute;nunk!</em></div>
<div>
	&nbsp;</div>
<div>
	<a href="http://tkbf.hu/sites/default/files/T%C3%A1j%C3%A9koztat%C3%B3%20f%C3%BCzet%20g%C3%B3ly%C3%A1knak%20201314.pdf">Csatolm&aacute;nyk&eacute;nt let&ouml;lthető</a></div>
		<div class="elementor-shortcode"></div>
						</div>
				</div>
		<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; hiba]]></title>
    <message><![CDATA[&lt;p&gt;Súlyos hiba történt a webhelyünkön.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;További információ a WordPress hibakeresésről.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
