<!doctype html>
<html lang="vi">
<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
  <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />
  <meta name='dmca-site-verification' content='OXlOUmJnVEZqVStMLzlibGRtTkNvUT090' />
    <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
  <title>Phóng viên cập nhật Tin tức 24h - Tin bóng đá mới nhất 247</title>


<meta name="description" content="Đội ngũ chuyên viên nhà bafo tác nghiệp tại Xoilac TV luôn cập nhật tin tức bóng đá 24h nhanh nóng nhất hiện nay, tổng hợp nguồn tin uy tín và chính xác nhất."/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://xoilaczd.cc/tin-tuc-moi-nhat/" />
<link rel="next" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/2/" />
<meta property="og:locale" content="vi_VN" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Phóng viên cập nhật Tin tức 24h - Tin bóng đá mới nhất 247" />
<meta property="og:description" content="Đội ngũ chuyên viên nhà bafo tác nghiệp tại Xoilac TV luôn cập nhật tin tức bóng đá 24h nhanh nóng nhất hiện nay, tổng hợp nguồn tin uy tín và chính xác nhất." />
<meta property="og:url" content="https://xoilaczd.cc/tin-tuc-moi-nhat/" />
<meta property="og:site_name" content="Xoilac TV" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Đội ngũ chuyên viên nhà bafo tác nghiệp tại Xoilac TV luôn cập nhật tin tức bóng đá 24h nhanh nóng nhất hiện nay, tổng hợp nguồn tin uy tín và chính xác nhất." />
<meta name="twitter:title" content="Phóng viên cập nhật Tin tức 24h - Tin bóng đá mới nhất 247" />
<meta name="twitter:site" content="@xoilactvznet" />
<!-- / Yoast SEO Premium plugin. -->

<link rel='dns-prefetch' href='//xoilaczd.cc' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Dòng thông tin chuyên mục Xoilac TV &raquo; Tin Tức Mới Nhất" href="https://xoilaczd.cc/tin-tuc-moi-nhat/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/xoilaczd.cc\/wp-includes\/js\/wp-emoji.js?ver=5.4.10","twemoji":"https:\/\/xoilaczd.cc\/wp-includes\/js\/twemoji.js?ver=5.4.10"}};
			/**
 * @output wp-includes/js/wp-emoji-loader.js
 */

( function( window, document, settings ) {
	var src, ready, ii, tests;

	// Create a canvas element for testing native browser support of emoji.
	var canvas = document.createElement( 'canvas' );
	var context = canvas.getContext && canvas.getContext( '2d' );

	/**
	 * Checks if two sets of Emoji characters render the same visually.
	 *
	 * @since 4.9.0
	 *
	 * @private
	 *
	 * @param {number[]} set1 Set of Emoji character codes.
	 * @param {number[]} set2 Set of Emoji character codes.
	 *
	 * @return {boolean} True if the two sets render the same.
	 */
	function emojiSetsRenderIdentically( set1, set2 ) {
		var stringFromCharCode = String.fromCharCode;

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
		var rendered1 = canvas.toDataURL();

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
		var rendered2 = canvas.toDataURL();

		return rendered1 === rendered2;
	}

	/**
	 * Detects if the browser supports rendering emoji or flag emoji.
	 *
	 * Flag emoji are a single glyph made of two characters, so some browsers
	 * (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @private
	 *
	 * @param {string} type Whether to test for support of "flag" or "emoji".
	 *
	 * @return {boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var isIdentical;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * Test for Transgender flag compatibility. This flag is shortlisted for the Emoji 13 spec,
				 * but has landed in Twemoji early, so we can add support for it, too.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (white flag emoji + transgender symbol).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 0x1F3F3, 0xFE0F, 0x200D, 0x26A7, 0xFE0F ],
					[ 0x1F3F3, 0xFE0F, 0x200B, 0x26A7, 0xFE0F ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for UN flag compatibility. This is the least supported of the letter locale flags,
				 * so gives us an easy test for full support.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly ([U] + [N]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 0xD83C, 0xDDFA, 0xD83C, 0xDDF3 ],
					[ 0xD83C, 0xDDFA, 0x200B, 0xD83C, 0xDDF3 ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for English flag compatibility. England is a country in the United Kingdom, it
				 * does not have a two letter locale code but rather an five letter sub-division code.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 0xD83C, 0xDFF4, 0xDB40, 0xDC67, 0xDB40, 0xDC62, 0xDB40, 0xDC65, 0xDB40, 0xDC6E, 0xDB40, 0xDC67, 0xDB40, 0xDC7F ],
					[ 0xD83C, 0xDFF4, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC62, 0x200B, 0xDB40, 0xDC65, 0x200B, 0xDB40, 0xDC6E, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC7F ]
				);

				return ! isIdentical;
			case 'emoji':
				/*
				 * Love is love.
				 *
				 * To test for Emoji 12 support, try to render a new emoji: men holding hands, with different skin
				 * tone modifiers.
				 *
				 * When updating this test for future Emoji releases, ensure that individual emoji that make up the
				 * sequence come from older emoji standards.
				 */
				isIdentical = emojiSetsRenderIdentically(
					[0xD83D, 0xDC68, 0xD83C, 0xDFFE, 0x200D, 0xD83E, 0xDD1D, 0x200D, 0xD83D, 0xDC68, 0xD83C, 0xDFFC],
					[0xD83D, 0xDC68, 0xD83C, 0xDFFE, 0x200B, 0xD83E, 0xDD1D, 0x200B, 0xD83D, 0xDC68, 0xD83C, 0xDFFC]
				);

				return ! isIdentical;
		}

		return false;
	}

	/**
	 * Adds a script to the head of the document.
	 *
	 * @ignore
	 *
	 * @since 4.2.0
	 *
	 * @param {Object} src The url where the script is located.
	 * @return {void}
	 */
	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.defer = script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'flag', 'emoji' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	/*
	 * Tests the browser support for flag emojis and other emojis, and adjusts the
	 * support settings accordingly.
	 */
	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	// Sets DOMReady to false and assigns a ready function to settings.
	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	// When the browser can not render everything we need to load a polyfill.
	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		/*
		 * Cross-browser version of adding a dom ready event.
		 */
		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.wpemoji );
		}
	}

} )( window, document, window._wpemojiSettings );
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://xoilaczd.cc/wp-includes/css/dist/block-library/style.css?ver=5.4.10' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css'  href='https://xoilaczd.cc/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<link rel='stylesheet' id='sage/bootstrap.min.css-css'  href='https://xoilaczd.cc/wp-content/themes/bongda/dist/styles/bootstrap.min.css?ver=/var/www/pr.xoilacz.tv/htdocs/wp-content/themes/bongda/dist/styles/bootstrap.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='sage/malihu-custom-scrollbar.css-css'  href='https://xoilaczd.cc/wp-content/themes/bongda/dist/styles/malihu-custom-scrollbar.css?ver=1731314340' type='text/css' media='all' />
<link rel='stylesheet' id='sage/main.css-css'  href='https://xoilaczd.cc/wp-content/themes/bongda/dist/styles/main.css?ver=1738823843' type='text/css' media='all' />
<link rel='stylesheet' id='sage/custom.css-css'  href='https://xoilaczd.cc/wp-content/themes/bongda/dist/styles/custom.css?ver=1737702525' type='text/css' media='all' />
<script type='text/javascript' src='https://xoilaczd.cc/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='https://xoilaczd.cc/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script>
<link rel='https://api.w.org/' href='https://xoilaczd.cc/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://xoilaczd.cc/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://xoilaczd.cc/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.4.10" />
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://xoilaczkn.tv/tin-tuc-moi-nhat/?option=com_ijoomla_rss&act=xml">
<link rel="alternate" media="handheld" href="https://xoilaczd.cc/tin-tuc-moi-nhat/?option=com_ijoomla_rss&act=xml" />
<link rel="icon" href="https://cdn.offendersfamilieshelpline.org/2023/05/favicon-xoilac-tv.png" sizes="32x32" />
<link rel="icon" href="https://cdn.offendersfamilieshelpline.org/2023/05/favicon-xoilac-tv.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://cdn.offendersfamilieshelpline.org/2023/05/favicon-xoilac-tv.png" />
<meta name="msapplication-TileImage" content="https://cdn.offendersfamilieshelpline.org/2023/05/favicon-xoilac-tv.png" />
  <div id="fb-root"></div>
  <script async defer crossorigin="anonymous" src="https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v5.0&appId=434838800590982&autoLogAppEvents=1"></script>
  <meta property="fb:app_id" content="434838800590982" />
  <meta property="fb:admins" content="100024720250601" />
  <link rel="apple-touch-icon" sizes="57x57" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-57x57.png">
  <link rel="apple-touch-icon" sizes="60x60" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-60x60.png">
  <link rel="apple-touch-icon" sizes="72x72" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-72x72.png">
  <link rel="apple-touch-icon" sizes="76x76" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-76x76.png">
  <link rel="apple-touch-icon" sizes="114x114" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-114x114.png">
  <link rel="apple-touch-icon" sizes="120x120" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-120x120.png">
  <link rel="apple-touch-icon" sizes="144x144" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-144x144.png">
  <link rel="apple-touch-icon" sizes="152x152" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-152x152.png">
  <link rel="apple-touch-icon" sizes="180x180" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/apple-icon-180x180.png">
  <link rel="icon" type="image/png" sizes="192x192"  href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/android-icon-192x192.png">
  <link rel="icon" type="image/png" sizes="32x32" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="96x96" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/favicon-96x96.png">
  <link rel="icon" type="image/png" sizes="16x16" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/favicon-16x16.png">
  <link rel="icon" type="image/x-icon" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/favicon.ico">
  <link rel="shortcut icon" href="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/favicon.ico" type="image/x-icon">
  <meta name="msapplication-TileColor" content="#ffffff">
  <meta name="msapplication-TileImage" content="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/ms-icon-144x144.png">
  <meta name="theme-color" content="#ffffff">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P60BDCKB3G"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-P60BDCKB3G');
</script>
<script>
  var sport_data = {"football":{"api":"https:\/\/spapi2.vbfast.xyz\/football","name":"B\u00f3ng \u0111\u00e1","mqtt_topic":"fb-live","odd_company_id":21,"status_deny":[8,12,13],"status_playing":[2,3,4,5,6,7],"status":["B\u1ea5t th\u01b0\u1eddng","Ch\u01b0a b\u1eaft \u0111\u1ea7u","Hi\u1ec7p 1","HT","Hi\u1ec7p 2","Hi\u1ec7p ph\u1ee5","Hi\u1ec7p ph\u1ee5","Pen","K\u1ebft th\u00fac","Tr\u00ec ho\u00e3n","Gi\u00e1n \u0111o\u1ea1n","C\u1eaft m\u1ed9t n\u1eeda","H\u1ee7y b\u1ecf","Ch\u01b0a x\u00e1c \u0111\u1ecbnh"]},"basketball":{"api":"https:\/\/bkb.api-football.xyz\/basketball","name":"B\u00f3ng r\u1ed5","mqtt_topic":"basket-live","odd_company_id":21,"status_deny":[10,12,15],"status_playing":[2,3,4,5,6,7,8,9],"status":["B\u1ea5t th\u01b0\u1eddng","Ch\u01b0a b\u1eaft \u0111\u1ea7u","Hi\u1ec7p 1","H\u1ebft hi\u1ec7p 1","Hi\u1ec7p 2","H\u1ebft hi\u1ec7p 2","Hi\u1ec7p 3","H\u1ebft hi\u1ec7p 3","Hi\u1ec7p 4","Hi\u1ec7p ph\u1ee5","K\u1ebft th\u00fac","Gi\u00e1n \u0111o\u1ea1n","H\u1ee7y b\u1ecf","Ph\u1ea7n m\u1edf r\u1ed9ng","C\u1eaft m\u1ed9t n\u1eeda","Ch\u01b0a x\u00e1c \u0111\u1ecbnh"]},"tennis":{"api":"https:\/\/tn.api-football.xyz\/tennis","name":"Tennis","mqtt_topic":"tennis-live","odd_company_id":2,"status_deny":[16,99,100],"status_playing":[3,51,52,53,54,55],"status":{"0":"B\u1ea5t th\u01b0\u1eddng","1":"Ch\u01b0a b\u1eaft \u0111\u1ea7u","3":"\u0110ang di\u1ec5n ra","51":"SET 1","52":"SET 2","53":"SET 3","54":"SET 4","55":"SET 5","100":"K\u1ebft th\u00fac","20":"Th\u1eafng v\u00e1n","21":"R\u00fat lui","22":"Th\u1eafng v\u00e1n 1","23":"Th\u1eafng v\u00e1n 2","24":"R\u00fat lui 1","25":"R\u00fat lui 2","26":"M\u1ea5t quy\u1ec1n 1","27":"M\u1ea5t quy\u1ec1n 2","14":"Ho\u00e3n l\u1ea1i","15":"B\u1ecb tr\u1ec5","16":"\u0110\u00e3 h\u1ee7y","17":"Gi\u00e1n \u0111o\u1ea1n","18":"T\u1ea1m d\u1eebng","19":"C\u1eaft \u0111\u00f4i","99":"Ch\u01b0a x\u00e1c \u0111\u1ecbnh"}},"badminton":{"api":"https:\/\/badminton.api-football.xyz\/badminton","name":"C\u1ea7u l\u00f4ng","mqtt_topic":"badminton-live","odd_company_id":2,"status_deny":[16,99,100],"status_playing":[3,51,331,52,332,53,333,54,334,55],"status":{"0":"B\u1ea5t th\u01b0\u1eddng","1":"Ch\u01b0a b\u1eaft \u0111\u1ea7u","3":"\u0110ang di\u1ec5n ra","51":"SET 1","52":"SET 2","53":"SET 3","54":"SET 4","55":"SET 5","100":"K\u1ebft th\u00fac","20":"Th\u1eafng v\u00e1n","21":"R\u00fat lui","22":"Th\u1eafng v\u00e1n 1","23":"Th\u1eafng v\u00e1n 2","24":"R\u00fat lui 1","25":"R\u00fat lui 2","26":"M\u1ea5t quy\u1ec1n 1","27":"M\u1ea5t quy\u1ec1n 2","14":"Ho\u00e3n l\u1ea1i","15":"B\u1ecb tr\u1ec5","16":"\u0110\u00e3 h\u1ee7y","17":"Gi\u00e1n \u0111o\u1ea1n","18":"T\u1ea1m d\u1eebng","19":"C\u1eaft \u0111\u00f4i","99":"Ch\u01b0a x\u00e1c \u0111\u1ecbnh"}},"volleyball":{"api":"https:\/\/volleyball.api-football.xyz\/volleyball","name":"B\u00f3ng chuy\u1ec1n","mqtt_topic":"volleyball-live","odd_company_id":2,"status_deny":[16,99,100],"status_playing":[3,432,434,436,438,440],"status":{"0":"B\u1ea5t th\u01b0\u1eddng","1":"Ch\u01b0a b\u1eaft \u0111\u1ea7u","3":"\u0110ang di\u1ec5n ra","432":"SET 1","434":"SET 2","436":"SET 3","438":"SET 4","440":"SET 5","100":"K\u1ebft th\u00fac","14":"Ho\u00e3n l\u1ea1i","15":"B\u1ecb tr\u1ec5","16":"\u0110\u00e3 h\u1ee7y","17":"Gi\u00e1n \u0111o\u1ea1n","19":"C\u1eaft 1 n\u1eefa","99":"Ch\u01b0a x\u00e1c \u0111\u1ecbnh"}}};
  var sport_list = {"0":"football","1":"basketball","2":"tennis","4":"volleyball"};
</script>
<style>
  .list-channel .textwidget p,.logo-banner .textwidget p,.list-channel p{margin-bottom: 0px !important;}
  #header .textwidget p,.content_page .textwidget p{margin-bottom: 5px;}
  .list-channel {    margin-bottom: 15px;}
  .entry-content ul{padding-left: 20px;}
  .entry-content ul li{list-style-type: disc;}
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {color: #41a85f;}
  .alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
  max-width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
  .tt-bdif a {
    color: transparent !important;
    display: inline-block;
    width: 150px;
    background: url(https://r2.plvb.xyz/uploads/634439399b267c7396147615/1692884274005.gif) no-repeat center center !important;
    white-space: nowrap;
    background-size: cover !important;
    border-radius: 3px;
  }
  .chat-player iframe {height: 540px !important;position: static !important;}
  .chat-player:before {padding-top: 0px !important}
  @media    screen and (min-width: 1280px) {
    .container {
      max-width: 1360px;
    }
  }
  @media (min-width: 1675px) {
    .container {
      max-width: 1360px;
    }
  }
  @media  screen and (max-width: 991px) {
    #header .textwidget img{max-height: 40px;}
    .home_content img {max-width: 100%;}
    #header p a img, #wap_bottombanner p a img {
      height: 50px;
      width: 100%;
    }
    .teambox__odds .state {width: 50px !important;}
  }
  @media  screen and (max-width: 768px) {
    #mophong {height: 330px !important;}
  }
  @media  screen and (max-width: 380px) {
    .team__name{max-width: 70px;}
  }
</style>
<script type="application/ld+json">{
  "@context": "http://schema.org",
  "@type": "Organization",
  "name": "Xoilac TV",
  "legalName": "Xoilac TV",
  "alternateName": "Xôi Lạc TV",
"description": "Tường thuật trực tiếp bóng đá miễn phí hôm nay tại Xoilacz.TV✅ Link tructiepbongda Xoilac TV với team bình luận xem bóng đá trực tuyến chất lượng cao.",
  "url": "https://offendersfamilieshelpline.org/",
  "logo": "https://offendersfamilieshelpline.org/wp-content/themes/bongda/dist/images/offendersfamilieshelpline.org.png",
  "foundingDate": "2017",
  "email": "xoilactvznet@gmail.com",
  "telephone": "0987384512",
  "sameAs": [
  	"https://www.flickr.com/people/xoilactvznet/",
	"https://www.pinterest.com/xoilactvznet/",
    "https://www.facebook.com/xoilactvznet/",
    "https://www.instagram.com/ttbdxoilacz/",
    "https://twitter.com/ttbdxoilactv/",
    "https://issuu.com/xoilactvznet/",
    "https://ello.co/xoilactvznet/",
    "https://ok.ru/xoilactvznet/",
    "https://about.me/xoilactvznet/",
	"https://www.behance.net/xoilactvznet/",
	"https://www.youtube.com/channel/UClURBHHwksgeOAQ0NtI-aeg",
	"https://trello.com/xoilactvznet/",
	"https://vi.wikipedia.org/wiki/Phát_trực_tiếp",
    "https://vi.wikipedia.org/wiki/Truyền_hình_trực_tiếp",
    "https://vi.wikipedia.org/wiki/Bóng_đá",
    "https://en.wikipedia.org/wiki/Livestreaming"
  ],
  "founders": [
{
"@type": "Person",
"name": "Võ Hà Chiến",
"jobTitle": "CEO"
}
  ],
  "address": {
        "@type": "PostalAddress",
        "streetAddress": "231 Đỗ Quang, Vĩnh Trung, Thanh Khê",
        "addressLocality": "Tp Đà Nẵng",
        "addressRegion": "Đà Nẵng",
        "postalCode": "550000",
        "addressCountry": "VN"
},
 "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "0987384512",
      "contactType": "customer service",
      "email": "xoilactvznet@gmail.com",
      "contactOption": "TollFree",
      "areaServed": "VN",
      "availableLanguage": "vi"
}]}
</script>
<script type="application/ld+json">{
"@context": "http://schema.org/",
"@type": "WebSite",
  "name": "Xoilac TV",
  "alternateName": "Xôi Lạc TV",
"description": "Tường thuật trực tiếp bóng đá miễn phí hôm nay tại Xoilacz.TV✅ Link tructiepbongda Xoilac TV với team bình luận xem bóng đá trực tuyến chất lượng cao.",
"keywords":["Xoilac TV","Xoilac Live","tructiepbongda", "trực tiếp bóng đá","truc tiep bong da","xem bóng đá", "bóng đá trực tuyến","XoilacTV","Xôi Lạc TV"],
"url": "https://offendersfamilieshelpline.org/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://offendersfamilieshelpline.org/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{"@context": "http://schema.org/",
"@type": "Person",
"name": "Võ Hà Chiến",
"additionalName": "CEO",
"url": "https://offendersfamilieshelpline.org/author/vohachien/",
"image": "https://secure.gravatar.com/avatar/0d022a5716c5de9bcf4aa016638f2876",
"birthPlace":{ "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "53 Lê Lợi, Hải Châu", "addressRegion": "Tp Đà Nẵng", "addressCountry": "VietNam" }},
"description":"Võ Hà Chiến, sinh ngày 05/05/1984. Với hơn 15 năm kinh nghiệm công tác và làm việc tại đài truyền hình VTC, VTV, FPT cùng các cộng sự là chuyên gia hàng đầu chuyên về bóng đá, quản lý, điều hành. Qua quá trình công tác tại đây, hiện nay tôi đã được bổ nhiệm là giám đốc điều hành CEO tại Xoilacz.TV - Kênh trực tiếp bóng đá miễn phí tốc độ cao hàng đầu Việt Nam hiện nay.",
"sameAs": [
"https://twitter.com/vohachien/",
"https://issuu.com/vohachien/",
"https://soundcloud.com/vohachien/",
"https://www.scoop.it/u/vohachien/",
"https://ello.co/vohachien/",
"https://www.plurk.com/vohachien/",
"https://www.linkedin.com/in/vohachien/",
"https://myspace.com/vohachien/",
"https://www.pinterest.com/vohachien/",
"https://www.instagram.com/vohachien/",
"https://vohachien.tumblr.com/",
"https://flipboard.com/@vohachien",
"https://www.behance.net/vohachien/"
],
"jobTitle": "CEO", "memberOf": { "@type": "Organization", "name": "Xoilac TV" },
"worksFor": { "@type": "Organization", "name": "Xoilac TV",
"url": "https://offendersfamilieshelpline.org/" }}</script>
<script type="application/ld+json">{ "@context": "http://www.schema.org",
"@type": "Person", "@id": "https://offendersfamilieshelpline.org/#person_2",
"name": "Sanh Hữu Nhi",
"alternateName": [ "Phóng Viên tin tức tại Xoilacz.TV"],
"nationality": "vietnam",
"birthPlace":{ "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Số 6 Nguyễn Chánh, Hoà Khánh Bắc, Liên Chiểu", "addressRegion": "Tp Đà Nẵng", "addressCountry": "VietNam" }},
"affiliation": [ { "@type": "Organization", "name": "Xoilac TV",
"sameAs": [ "https://www.flickr.com/people/xoilactvznet/",
"https://dribbble.com/xoilactvznet/about",
"https://www.producthunt.com/@xoilactvznet",
"https://500px.com/p/xoilactvznet/",
"https://www.pearltrees.com/xoilactvznet/" ] } ],
"alumniOf": [ {  "@type": "CollegeOrUniversity",  "name": "Học Viện Báo Chí & Tuyên Truyền" } ],
"gender": "Male",
"Description": "Sanh Hữu Nhi sinh ra và lớn lên tại Đà Nẵng. Với đam mê bóng đá từ nhỏ cùng với sở thích viết lách tôi đã theo học Khoa báo chí tại Học Viện Báo Chí Tuyên Truyền. Hiện đang là phóng viên đưa tin tức bóng đá tại Xoilacz.TV",
"jobTitle": "Phóng Viên tin tức tại Xoilacz.TV",
"url": "https://offendersfamilieshelpline.org/author/sanhhuunhi/",
"image": "https://vi.gravatar.com/sanhhuunhi#photo-2",
"sameAs": [ "https://medium.com/@sanhhuunhi",
"https://twitter.com/sanhhuunhi",
"https://soundcloud.com/sanhhuunhi",
"https://www.scoop.it/u/sanhhuunhi",
"https://ello.co/sanhhuunhi",
"https://myspace.com/sanhhuunhi",
"https://www.pinterest.com/sanhhuunhi/",
"https://www.flickr.com/people/sanhhuunhi",
"https://www.instagram.com/sanhhuunhi/",
"https://www.behance.net/sanhhuunhi",
"https://www.diigo.com/profile/sanhhuunhi" ]
}</script>
<script type="application/ld+json"> 
{ "@context": "http://schema.org",
 "@type": "WebPage", 
"name": "Tin Tức Mới Nhất", 
"alternateName": "Phóng viên cập nhật Tin tức 24h - Tin bóng đá mới nhất 247",
"description": "Đội ngũ chuyên viên nhà bafo tác nghiệp tại Xoilac TV luôn cập nhật tin tức bóng đá 24h nhanh nóng nhất hiện nay, tổng hợp nguồn tin uy tín và chính xác nhất.",
 "url": "https://offendersfamilieshelpline.org/tin-tuc-moi-nhat/", 
"publisher": { "@type": "Organization", "name": "Xoilac TV" } }
 </script>
<script type="application/ld+json">
{ "@context": "https://schema.org", "@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "item":
{ "@id": "https://offendersfamilieshelpline.org/", "name": "Trang chủ" } },
{ "@type": "ListItem", "position": 2,
"item": { "@id": "https://offendersfamilieshelpline.org/tin-tuc-moi-nhat/",
"name": "Tin Tức Mới Nhất"
}
}
]
}
</script>


<svg aria-hidden="true" style="position: absolute; width: 0px; height: 0px; overflow: hidden;">
  <symbol id="icon-corner" viewBox="0 0 9 11">
    <path d="M8.06663 1.32733C7.96746 1.26964 7.84495 1.26964 7.7458 1.32733C7.3619 1.54105 6.92935 1.65219 6.48998 1.65C5.84779 1.6642 5.22685 1.41979 4.76665 0.971674C4.23539 0.451645 3.51708 0.167492 2.77383 0.183348C2.17525 0.17817 1.59002 0.360207 1.1 0.704022V0.55C1.1 0.246254 0.853768 0 0.55 0C0.246232 0 0 0.246232 0 0.55V10.45C0 10.7537 0.246232 11 0.55 11C0.853746 11 1.1 10.7538 1.1 10.45V5.68333C1.16076 5.67763 1.21864 5.65475 1.26683 5.61733C1.703 5.29611 2.23218 5.12617 2.77383 5.13333C3.4172 5.11854 4.03949 5.36297 4.50083 5.81165C5.03108 6.33093 5.74797 6.61504 6.49 6.59998C7.05867 6.6066 7.61645 6.44387 8.09233 6.13248C8.19416 6.0619 8.25348 5.94466 8.25 5.8208V1.65C8.25183 1.51718 8.18168 1.39373 8.06663 1.32733ZM0.733305 10.45C0.733305 10.5513 0.651234 10.6333 0.549978 10.6333C0.448723 10.6333 0.366652 10.5513 0.366652 10.45V0.55C0.366652 0.448744 0.448723 0.366674 0.549978 0.366674C0.651234 0.366674 0.733305 0.448744 0.733305 0.55V10.45ZM7.8833 5.82817C7.46825 6.09608 6.98397 6.23691 6.48998 6.23335C5.84779 6.24755 5.22685 6.00314 4.76665 5.55502C4.23539 5.03499 3.51708 4.75084 2.77383 4.7667C2.17564 4.76031 1.5904 4.94108 1.1 5.2837V1.177C1.55787 0.762695 2.15645 0.538484 2.77383 0.55C3.4172 0.535219 4.03949 0.779647 4.50083 1.22833C5.03108 1.7476 5.74797 2.03171 6.49 2.01665C6.9755 2.02005 7.45426 1.90287 7.88333 1.67565L7.8833 5.82817Z" fill="#ACACAC"/>
  </symbol>
  <symbol id="icon-yellow-cards" width="9" height="12" viewBox="0 0 9 12" fill="none"  xmlns="http://www.w3.org/2000/svg">
    <rect width="9" height="12" rx="2" fill="#FFE400"/>
  </symbol>
  <symbol id="process-bar" width="110" height="30" viewBox="0 0 110 30" fill="none">
        <mask id="path-1-outside-1_1284_3535" maskUnits="userSpaceOnUse" x="0" y="0" width="110" height="30" fill="black">
            <rect fill="white" width="110" height="30"/>
            <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2V3.63932C2 5.19177 2.36145 6.7229 3.05573 8.11146L10.2361 22.4721C11.93 25.86 15.3926 28 19.1803 28H54.5H55.5H90.8197C94.6074 28 98.07 25.86 99.7639 22.4721L106.944 8.11146C107.639 6.7229 108 5.19177 108 3.63932V2H55.5H54.5H2Z"/>
        </mask>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2V3.63932C2 5.19177 2.36145 6.7229 3.05573 8.11146L10.2361 22.4721C11.93 25.86 15.3926 28 19.1803 28H54.5H55.5H90.8197C94.6074 28 98.07 25.86 99.7639 22.4721L106.944 8.11146C107.639 6.7229 108 5.19177 108 3.63932V2H55.5H54.5H2Z" fill="url(#paint0_linear_1284_3535)"/>
        <path d="M2 2V0.5H0.5V2H2ZM3.05573 8.11146L1.71409 8.78228H1.71409L3.05573 8.11146ZM10.2361 22.4721L11.5777 21.8013L10.2361 22.4721ZM99.7639 22.4721L98.4223 21.8013V21.8013L99.7639 22.4721ZM106.944 8.11146L108.286 8.78228V8.78228L106.944 8.11146ZM108 2H109.5V0.5H108V2ZM3.5 3.63932V2H0.5V3.63932H3.5ZM4.39737 7.44064C3.80723 6.26037 3.5 4.9589 3.5 3.63932H0.5C0.5 5.42464 0.915669 7.18544 1.71409 8.78228L4.39737 7.44064ZM11.5777 21.8013L4.39737 7.44064L1.71409 8.78228L8.89443 23.143L11.5777 21.8013ZM19.1803 26.5C15.9608 26.5 13.0175 24.681 11.5777 21.8013L8.89443 23.143C10.8424 27.039 14.8245 29.5 19.1803 29.5V26.5ZM54.5 26.5H19.1803V29.5H54.5V26.5ZM54.5 29.5H55.5V26.5H54.5V29.5ZM55.5 29.5H90.8197V26.5H55.5V29.5ZM90.8197 29.5C95.1755 29.5 99.1576 27.039 101.106 23.143L98.4223 21.8013C96.9825 24.681 94.0392 26.5 90.8197 26.5V29.5ZM101.106 23.143L108.286 8.78228L105.603 7.44064L98.4223 21.8013L101.106 23.143ZM108.286 8.78228C109.084 7.18544 109.5 5.42464 109.5 3.63932H106.5C106.5 4.9589 106.193 6.26037 105.603 7.44064L108.286 8.78228ZM109.5 3.63932V2H106.5V3.63932H109.5ZM108 0.5H55.5V3.5H108V0.5ZM55.5 0.5H54.5V3.5H55.5V0.5ZM2 3.5H54.5V0.5H2V3.5Z" fill="url(#paint1_linear_1284_3535)" mask="url(#path-1-outside-1_1284_3535)"/>
        <defs>
            <linearGradient id="paint0_linear_1284_3535" x1="2" y1="15" x2="108" y2="15" gradientUnits="userSpaceOnUse">
                <stop stop-color="#176A0F"/>
                <stop offset="1" stop-color="#27B71A"/>
            </linearGradient>
            <linearGradient id="paint1_linear_1284_3535" x1="53" y1="6" x2="53" y2="28" gradientUnits="userSpaceOnUse">
                <stop stop-color="#1A1E23"/>
                <stop offset="0.6" stop-color="#0F5D0E"/>
                <stop offset="0.8" stop-color="white"/>
                <stop offset="1" stop-color="#289826"/>
            </linearGradient>
        </defs>
  </symbol>
  <symbol id="tennis-serve" width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
    <g clip-path="url(#clip0_1338_1255)">
      <path d="M7.76001 4.64717C7.782 4.65248 7.782 4.65248 7.76001 4.64717C7.3891 6.86204 5.21124 8.26898 3.03044 7.70845L3.03575 7.68645C3.34596 5.43368 5.57842 3.99335 7.76001 4.64717Z" fill="#FFE400"/>
      <path d="M0.349107 2.80279C0.945402 0.95647 2.84576 -0.168227 4.76179 0.235393C4.22924 2.15527 2.29323 3.28301 0.349107 2.80279Z" fill="#FFE400"/>
      <path d="M7.83429 4.33921C5.45473 3.63766 3.06152 5.21382 2.73619 7.62587C0.892121 6.97193 -0.186325 5.02454 0.274939 3.11076C2.39505 3.63339 4.49484 2.40547 5.08347 0.301268C6.83041 0.827059 7.99447 2.51579 7.83429 4.33921Z" fill="#5EB24A"/>
    </g>
    <defs>
      <clipPath id="clip0_1338_1255">
        <rect width="8" height="8" fill="white"/>
      </clipPath>
    </defs>
  </symbol>
  <symbol id="badminton-serve" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M9.91286 7.48768C9.96081 7.43972 10.0259 7.41277 10.0937 7.41278C10.1615 7.41278 10.2265 7.43973 10.2745 7.48769L10.6786 7.89192C10.6786 7.89193 10.6786 7.89194 10.6786 7.89195C11.448 8.66143 11.4481 9.90907 10.6786 10.6784C9.90915 11.4479 8.66202 11.4483 7.89214 10.6784L7.89205 10.6783L7.48818 10.2741C7.38842 10.1742 7.38845 10.0124 7.48826 9.91259L9.91286 7.48768Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M4.80657 2.92013C4.84222 2.83697 4.91917 2.77884 5.00891 2.76729C5.09866 2.75573 5.18782 2.79247 5.24338 2.86389L9.48734 8.31984C9.56654 8.42167 9.55748 8.56656 9.46621 8.65773L9.06171 9.06173C8.96184 9.16148 8.80004 9.16143 8.70023 9.06162L4.26288 4.62417C4.2474 4.61005 4.23354 4.59392 4.22173 4.57601C4.17442 4.50425 4.16633 4.41352 4.2002 4.33452L4.80657 2.92013Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M6.35537 2.17931C6.47479 2.12811 6.61363 2.17463 6.6781 2.28745L9.91144 7.9454C9.96862 8.04546 9.9518 8.1714 9.87036 8.25294L9.46649 8.65732C9.41465 8.70923 9.343 8.73637 9.26978 8.73183C9.19656 8.7273 9.12881 8.69153 9.08377 8.63362L4.83981 3.17767C4.79116 3.11513 4.77426 3.03357 4.79404 2.95685C4.81382 2.88013 4.86806 2.81691 4.94088 2.78569L6.35537 2.17931Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M6.82741 0.899255C6.86731 0.806183 6.95838 0.745431 7.05964 0.744336C7.1609 0.74324 7.25326 0.802009 7.29517 0.894196L10.3264 7.56266C10.3705 7.65973 10.3498 7.77398 10.2743 7.84934L9.87009 8.25322C9.81373 8.30953 9.73435 8.33635 9.65539 8.32576C9.57643 8.31517 9.50692 8.26838 9.46739 8.19921L6.23405 2.54125C6.19426 2.47162 6.18944 2.38736 6.22104 2.31365L6.82741 0.899255Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M4.33453 4.20018C4.43064 4.15899 4.54214 4.18046 4.61608 4.2544L9.06166 8.70033C9.16146 8.80014 9.1615 8.96193 9.06177 9.0618L8.65789 9.46618C8.56673 9.55746 8.42184 9.56652 8.32001 9.48732L2.86381 5.24338C2.79239 5.18783 2.75565 5.09866 2.7672 5.00892C2.77876 4.91917 2.83688 4.84222 2.92005 4.80657L4.33453 4.20018Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M2.7856 4.94091C2.81681 4.86808 2.88003 4.81384 2.95675 4.79405C3.03348 4.77426 3.11504 4.79116 3.17758 4.83981L8.63378 9.08374C8.6917 9.12879 8.72747 9.19654 8.732 9.26977C8.73653 9.343 8.70938 9.41465 8.65746 9.46649L8.25334 9.87C8.1718 9.95141 8.04589 9.96823 7.94584 9.91107L2.28752 6.67814C2.1747 6.61368 2.12817 6.47486 2.17936 6.35543L2.7856 4.94091Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M2.31369 6.22106C2.38739 6.18946 2.47165 6.19428 2.54127 6.23406L8.19959 9.46698C8.26879 9.50651 8.31559 9.57605 8.32617 9.65503C8.33675 9.73401 8.3099 9.81342 8.25355 9.86977L7.84918 10.2741C7.77382 10.3495 7.65961 10.3702 7.56259 10.3261L0.89415 7.2952C0.801959 7.2533 0.743186 7.16094 0.74428 7.05968C0.745375 6.95842 0.806129 6.86734 0.899203 6.82744L2.31369 6.22106Z" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M3.77848 8.32525L8.32544 3.77856" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    <path d="M9.33594 6.00146L6.00184 9.33589" stroke="#5EB24A" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>         
  </symbol>
  <symbol id="volleyball-serve" width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M6 11C3.23668 11 1 8.76373 1 6C1 3.23668 3.23627 1 6 1C8.76334 1 11 3.23624 11 6C11 8.76334 8.76376 11 6 11Z" stroke="#00eb1f" stroke-width="1.3" stroke-miterlimit="10"/>
    <path d="M10.7333 7.54949C10.0162 6.41333 8.74949 5.65709 7.30956 5.65709C6.96518 5.65709 6.6307 5.70034 6.31128 5.78171" stroke="#00eb1f" stroke-width="1.3" stroke-miterlimit="10"/>
    <path d="M4.19792 7.12012C3.37572 6.02717 2.88794 4.669 2.88794 3.19916C2.88794 2.80064 2.92381 2.41034 2.99246 2.0313" stroke="#00eb1f" stroke-width="1.3" stroke-miterlimit="10"/>
    <path d="M6.01557 1.02077C5.61194 1.64998 5.37766 2.39774 5.37766 3.19917C5.37766 4.18006 5.7286 5.08056 6.3115 5.78172C5.56878 6.67523 4.44918 7.24481 3.19924 7.24481C2.41461 7.24481 1.68142 7.02027 1.06055 6.63205" stroke="#00eb1f" stroke-width="1.3" stroke-miterlimit="10"/>
    <path d="M5.3855 3.45645C5.994 3.26862 6.64019 3.16746 7.3095 3.16746C8.50081 3.16746 9.61869 3.4879 10.5815 4.04709" stroke="#00eb1f" stroke-width="1.3" stroke-miterlimit="10"/>
    <path d="M9.0734 6.06212C8.01021 8.23469 5.77651 9.73444 3.19923 9.73444C3.02581 9.73444 2.85392 9.72766 2.68384 9.71432" stroke="#00eb1f" stroke-width="1.3" stroke-miterlimit="10"/>
  </symbol>
</svg>

</head>

<body data-rsssl=1 class="archive category category-tin-tuc-moi-nhat category-1 app-data index-data archive-data category-data category-1-data category-tin-tuc-moi-nhat-data">
    <div id="app">
                        <style>
@keyframes  slide1{0%{transform:translateX(-10px) rotate(-15deg)}50%,100%{transform:translate(139px) rotate(-15deg);background-color:transparent}}.winner-chip__winnerBox{position:relative;overflow:hidden}.winner-chip__animation_box_line1{width:.75rem;height:35px;transform:translateX(0px) rotate(-15deg);flex-shrink:0;background:linear-gradient(86.96deg,rgba(255,255,255,0) 3.28%,rgba(255,255,255,0.6) 48.34%,rgba(255,255,255,0) 93.41%);position:absolute;animation:slide1 2600ms ease-in-out infinite;top:-2px}
</style>
<header id="header">
            <div class="container p-0"><div class="d-none d-lg-block text-center"></div></div>
        <div id="ads-top-mobile" class="d-block d-lg-none text-center block-catfish"></div>
        <nav class="nav-menu">
        <div class="container">
            <div class="main-menu">
                <a href="https://xoilaczd.cc/" title="Xoilac TV" class="logo">
                    <img src="/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png" alt="logo" >
                </a>
                <!-- Left Side Of Navbar -->
                                    <ul id="menu-main-menu" class="topnav__menu"><li class="nav-item menu-item menu-trang-chu"><a class="nav-link" href="https://xoilaczd.cc/">Trang Chủ</a></li>
<li class="nav-item menu-item menu-lich-thi-dau"><a class="nav-link" href="https://xoilaczd.cc/lich-thi-dau/">Lịch Thi Đấu</a></li>
<li class="nav-item menu-item menu-highlight"><a class="nav-link" href="https://xoilaczd.cc/highlight/">Highlight</a></li>
<li class="nav-item menu-item menu-bang-xep-hang"><a class="nav-link" href="https://xoilaczd.cc/bang-xep-hang/">Bảng Xếp Hạng</a></li>
<li class="nav-item menu-item menu-ty-le-keo"><a class="nav-link" href="https://xoilaczd.cc/ty-le-keo/">Tỷ Lệ Kèo</a></li>
<li class="nav-item menu-item menu-kqbd"><a class="nav-link" href="https://xoilaczd.cc/kqbd/">KQBD</a></li>
<li class="nav-item menu-item menu-livescore"><a class="nav-link" href="https://xoilaczd.cc/livescore/">Livescore</a></li>
<li class="active nav-item menu-item menu-tin-tuc"><a class="nav-link" href="https://xoilaczd.cc/tin-tuc-moi-nhat/" aria-current="page">Tin Tức</a></li>
<li class="nav-item menu-item menu-soi-keo"><a class="nav-link" href="https://xoilaczd.cc/soi-keo/">Soi kèo</a></li>
<li class="nav-item menu-item menu-tuyen-dung"><a class="nav-link" href="https://xoilaczd.cc/tuyen-dung/">Tuyển Dụng</a></li>
</ul>
                                <!-- Right Side Of Navbar -->
                <ul class="navbar-nav ml-auto"></ul>
                <div class="topnav-btn">
                    <a class="btn-company" rel="nofollow" href="/top-nha-cai/" >Top nhà cái</a>
                    <a class="btn-8xbet" rel="nofollow" target="_blank" href="https://15.235.211.192/xoilacz">Cược 8xbet</a>
                </div>
                <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 18" fill="none">
                        <path d="M22.7916 7.71859H1.20843C0.852458 7.71859 0.562062 7.83417 0.337237 8.06533C0.112411 8.29648 0 8.60301 0 8.98492C0 9.38694 0.112411 9.70352 0.337237 9.93467C0.562062 10.1658 0.852458 10.2814 1.20843 10.2814H22.7916C23.1475 10.2814 23.4379 10.1658 23.6628 9.93467C23.8876 9.70352 24 9.38694 24 8.98492C24 8.60301 23.8876 8.29648 23.6628 8.06533C23.4379 7.83417 23.1475 7.71859 22.7916 7.71859ZM1.20843 2.56281H22.7916C23.1475 2.56281 23.4379 2.44724 23.6628 2.21608C23.8876 1.98492 24 1.66834 24 1.26633C24 0.88442 23.8876 0.577891 23.6628 0.346734C23.4379 0.115577 23.1475 0 22.7916 0H1.20843C0.852457 0 0.562062 0.115577 0.337237 0.346734C0.112411 0.577891 0 0.88442 0 1.26633C0 1.66834 0.112411 1.98492 0.337237 2.21608C0.562062 2.44724 0.852457 2.56281 1.20843 2.56281ZM22.7916 15.4372H1.20843C0.852457 15.4372 0.562062 15.5528 0.337237 15.7839C0.112411 16.0151 0 16.3216 0 16.7035C0 17.1055 0.112411 17.4221 0.337237 17.6533C0.562062 17.8844 0.852457 18 1.20843 18H22.7916C23.1475 18 23.4379 17.8844 23.6628 17.6533C23.8876 17.4221 24 17.1055 24 16.7035C24 16.3216 23.8876 16.0151 23.6628 15.7839C23.4379 15.5528 23.1475 15.4372 22.7916 15.4372Z" fill="#009B3A"/>
                    </svg>
                </button>
            </div>
        </div>
    </nav>

    <div class="sub-menu d-none d-lg-flex">
        <div class="container">
                            <ul class="d-flex mb-0">
                                    </ul>
                    </div>
    </div>
    <div class="nav-mobile">
        <div class="container">
            <div class="menu-mobile">
                <div class="logo-cnt">
                    <a href="https://xoilaczd.cc/">                           
                        <img src="/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png" alt="logo" class="logo">
                    </a>
                    
                        <a class="btn-8xbet" rel="nofollow" target="_blank" href="https://15.235.211.192/xoilacz">CƯỢC 8XBET</a>
                        
                                                            </div>
                <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent15" aria-controls="navbarSupportedContent15" aria-expanded="false" aria-label="Toggle navigation">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 18" fill="none">
                        <path d="M22.7916 7.71859H1.20843C0.852458 7.71859 0.562062 7.83417 0.337237 8.06533C0.112411 8.29648 0 8.60301 0 8.98492C0 9.38694 0.112411 9.70352 0.337237 9.93467C0.562062 10.1658 0.852458 10.2814 1.20843 10.2814H22.7916C23.1475 10.2814 23.4379 10.1658 23.6628 9.93467C23.8876 9.70352 24 9.38694 24 8.98492C24 8.60301 23.8876 8.29648 23.6628 8.06533C23.4379 7.83417 23.1475 7.71859 22.7916 7.71859ZM1.20843 2.56281H22.7916C23.1475 2.56281 23.4379 2.44724 23.6628 2.21608C23.8876 1.98492 24 1.66834 24 1.26633C24 0.88442 23.8876 0.577891 23.6628 0.346734C23.4379 0.115577 23.1475 0 22.7916 0H1.20843C0.852457 0 0.562062 0.115577 0.337237 0.346734C0.112411 0.577891 0 0.88442 0 1.26633C0 1.66834 0.112411 1.98492 0.337237 2.21608C0.562062 2.44724 0.852457 2.56281 1.20843 2.56281ZM22.7916 15.4372H1.20843C0.852457 15.4372 0.562062 15.5528 0.337237 15.7839C0.112411 16.0151 0 16.3216 0 16.7035C0 17.1055 0.112411 17.4221 0.337237 17.6533C0.562062 17.8844 0.852457 18 1.20843 18H22.7916C23.1475 18 23.4379 17.8844 23.6628 17.6533C23.8876 17.4221 24 17.1055 24 16.7035C24 16.3216 23.8876 16.0151 23.6628 15.7839C23.4379 15.5528 23.1475 15.4372 22.7916 15.4372Z" fill="#009B3A"/>
                    </svg>
                </button>
            </div>
        </div>
        <div class="collapse navbar-collapse" id="navbarSupportedContent15">
            <!-- Left Side Of Navbar -->
                            <ul id="menu-menu-mobile" class="navbar-nav mr-auto"><li class="nav-item menu-item menu-trang-chu"><a class="nav-link" href="https://xoilaczd.cc/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconHome"></use></svg>Trang chủ</a></li>
<li class="nav-item menu-item menu-lich-thi-dau"><a class="nav-link" href="https://xoilaczd.cc/lich-thi-dau/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconFootball"></use></svg>Lịch Thi Đấu</a></li>
<li class="nav-item menu-item menu-highlight"><a class="nav-link" href="https://xoilaczd.cc/highlight/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconPlay"></use></svg>Highlight</a></li>
<li class="nav-item menu-item menu-bang-xep-hang"><a class="nav-link" href="https://xoilaczd.cc/bang-xep-hang/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconBoard"></use></svg>Bảng Xếp Hạng</a></li>
<li class="nav-item menu-item menu-ty-le-keo"><a class="nav-link" href="https://xoilaczd.cc/ty-le-keo/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconsanbong"></use></svg>Tỷ Lệ Kèo</a></li>
<li class="nav-item menu-item menu-bongdalu-vip"><a class="nav-link" href="https://xoilaczd.cc/bongdalu-vip/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconBall"></use></svg>Bongdalu Vip</a></li>
<li class="nav-item menu-item menu-ket-qua-bong-da"><a class="nav-link" href="https://xoilaczd.cc/kqbd/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconClock"></use></svg>Kết quả bóng đá</a></li>
<li class="nav-item menu-item menu-livescore"><a class="nav-link" href="https://xoilaczd.cc/livescore/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconBall"></use></svg>Livescore</a></li>
<li class="active nav-item menu-item menu-tin-tuc-moi-nhat"><a class="nav-link" href="https://xoilaczd.cc/tin-tuc-moi-nhat/" aria-current="page"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconJournal"></use></svg>Tin Tức Mới Nhất</a></li>
<li class="nav-item menu-item menu-soi-keo"><a class="nav-link" href="https://xoilaczd.cc/soi-keo/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconBall"></use></svg>Soi kèo</a></li>
<li class="nav-item menu-item menu-tuyen-dung"><a class="nav-link" href="https://xoilaczd.cc/tuyen-dung/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconJournal"></use></svg>Tuyển Dụng</a></li>
</ul>
                    </div>
    </div>
                        <div class="d-block d-lg-none">
                		<p class="mb-1">
			<a target="_blank" rel="nofollow" href="https://15.235.211.192/xoilacz" title="8XBET A MB">
				<img class="img-fluid" src="https://cdn.lfastcdn.com/2025/01/Ujdsk6s.gif" alt="8XBET A MB">
			</a>
		</p>
		            </div>
            
            <div class="container mt-1 d-none d-lg-block block-int">
                <div class="row">
                    <div class="col-12">		<p class="mb-1">
			<a target="_blank" rel="nofollow" href="https://15.235.211.192/xoilacz" title="8XBET A PC">
				<img class="img-fluid" src="https://cdn.lfastcdn.com/2025/01/fadnmz.gif" alt="8XBET A PC">
			</a>
		</p>
		</div>
                </div>
                <div class="row">
                    <div class="col-6 pr-1">
                                            </div>
                    <div class="col-6 pl-1">
                                            </div>
                </div>
            </div>
                <style>
        .textwidget p {
            margin-bottom: 5px;
        }
        .menu-cuoc-one88 a,.menu-cuoc-fabet a {
            background: #ffc107;
            color: #000 !important;
        }
        .menu-top-nha-cai a {
            border-radius: 3px;
            background: linear-gradient(142deg, #BB5014 0%, #8B0000 100%);
        }
        @media  screen and (min-width: 992px)
        {
            #header .block-int img, .main .block-int img {
                height: 60px;
                width: 100%;
            }
        }
    </style>
</header>
<svg aria-hidden="true" style="position: absolute; width: 0px; height: 0px; overflow: hidden;">
    <symbol id="iconHome" viewBox="0 0 20 20">
		<path d="M7.99999 8.94666C6.80666 8.94666 5.83333 9.91999 5.83333 11.1133V14.9467H10.1667V11.1133C10.1667 9.91999 9.19333 8.94666 7.99999 8.94666Z" fill="#5EB24A"/>
		<path d="M14.1 4.77331L9.43333 1.50664C8.57333 0.906641 7.41999 0.906641 6.56666 1.50664L1.89999 4.77331C1.23333 5.23997 0.833328 6.00664 0.833328 6.81997V12.4466C0.833328 13.8266 1.95333 14.9466 3.33333 14.9466H4.83333V11.1133C4.83333 9.36664 6.25333 7.94664 7.99999 7.94664C9.74666 7.94664 11.1667 9.36664 11.1667 11.1133V14.9466H12.6667C14.0467 14.9466 15.1667 13.8266 15.1667 12.4466V6.81997C15.1667 6.00664 14.7667 5.23997 14.1 4.77331Z" fill="#FFE400"/>
    </symbol>
    <symbol id="iconFootball" viewBox="0 0 20 20">
		<g clip-path="url(#clip0_2591_4274)">
			<path d="M15.1666 5.8267V4.66003C15.1666 3.28003 14.0466 2.16003 12.6666 2.16003H3.33331C1.95331 2.16003 0.833313 3.28003 0.833313 4.66003V5.8267H15.1666Z" fill="#FFE400"/>
			<path d="M11.3333 3.16C11.06 3.16 10.8333 2.93334 10.8333 2.66V1.32667C10.8333 0.673337 11.8333 0.673337 11.8333 1.32667V2.66C11.8333 2.93334 11.6066 3.16 11.3333 3.16Z" fill="#5EB24A"/>
			<path d="M4.66666 3.16C4.39332 3.16 4.16666 2.93334 4.16666 2.66V1.32667C4.16666 0.673337 5.16666 0.673337 5.16666 1.32667V2.66C5.16666 2.93334 4.93999 3.16 4.66666 3.16Z" fill="#5EB24A"/>
			<path d="M0.833313 6.82666V12.66C0.833313 14.04 1.95331 15.16 3.33331 15.16H12.6666C14.0466 15.16 15.1666 14.04 15.1666 12.66V6.82666H0.833313ZM4.49998 11.66C3.40665 11.64 3.40665 10.0133 4.49998 9.99333C5.59331 10.0133 5.59331 11.64 4.49998 11.66ZM7.91998 11.66C6.82665 11.64 6.82665 10.0133 7.91998 9.99333C9.01331 10.0133 9.01331 11.64 7.91998 11.66ZM11.5 11.66C10.4066 11.64 10.4066 10.0133 11.5 9.99333C12.5933 10.0133 12.5933 11.64 11.5 11.66Z" fill="#5EB24A"/>
		</g>
		<defs>
			<clipPath id="clip0_2591_4274">
			<rect width="16" height="16" fill="white"/>
			</clipPath>
		</defs>
	</symbol>
    <symbol id="iconPlay" viewBox="0 0 20 20">
		<g clip-path="url(#clip0_2591_4223)">
			<path d="M0.494783 15.5795C0.152199 15.8735 0.237715 16.0559 0.68332 15.9835C2.27573 15.7247 5.32395 15.1511 6.91934 14.3367C8.28173 13.6412 8.76501 14.5879 8.30586 15.3149C8.13579 15.5842 8.24928 15.7364 8.55637 15.652C10.3147 15.1686 14.0341 13.73 15.0398 10.0507C15.0857 9.88278 15.008 9.65923 14.8691 9.55442L14.8115 9.51095C14.6959 9.64879 14.5742 9.7822 14.4458 9.91058C13.8848 10.4716 13.2314 10.9121 12.5037 11.2199C11.75 11.5387 10.9497 11.7003 10.125 11.7003C9.30033 11.7003 8.50004 11.5387 7.74638 11.2199C7.01868 10.9121 6.36527 10.4716 5.80425 9.91058C5.24323 9.34959 4.80272 8.69616 4.49494 7.96844C4.17617 7.21479 4.01454 6.4145 4.01454 5.5898C4.01454 4.7651 4.17617 3.96482 4.49494 3.21115C4.65157 2.84082 4.84278 2.48985 5.06655 2.16038L5.01679 2.12284C4.86339 2.00713 4.622 2.01852 4.48007 2.14804C3.67098 2.88651 1.29664 5.55638 0.736477 11.8503C0.708884 12.1603 0.896416 12.2714 1.15598 12.0997C1.50017 11.8719 1.966 11.6918 2.31261 12.0414C2.8221 12.5554 1.7492 14.503 0.494783 15.5795Z" fill="#5EB24A"/>
			<path d="M10.1249 11.181C11.8375 11.181 13.3699 10.4107 14.3954 9.19794C15.2188 8.22427 15.7155 6.96548 15.7155 5.5905C15.7154 2.50296 13.2125 0 10.1249 0C8.19086 0 6.48627 0.982201 5.4825 2.47495C4.88386 3.36522 4.53439 4.43705 4.53439 5.59052C4.53443 8.67805 7.03737 11.181 10.1249 11.181ZM15.1641 6.08337C15.1664 6.08552 15.1689 6.08746 15.1713 6.08944C15.1219 6.59803 14.9968 7.09223 14.7972 7.56406C14.7326 7.71698 14.6607 7.86596 14.5821 8.01075C14.5786 8.01103 14.5751 8.01126 14.5716 8.01181L13.1111 8.22921L12.5424 8.31384L11.6066 7.09436L11.582 7.06226L12.1919 5.18501L13.6626 4.70178L15.1641 6.08337ZM10.3849 1.94976L12.1614 0.954921C12.1644 0.95324 12.1672 0.951368 12.17 0.949479C12.7451 1.2031 13.263 1.55776 13.7104 2.00506C13.7752 2.0699 13.8379 2.13637 13.8988 2.20414C13.8981 2.20698 13.8972 2.20979 13.8967 2.2127L13.5049 4.20629L11.9841 4.70599L10.3849 3.54412L10.3849 1.94976ZM11.2249 7.45093L12.1404 8.64394L11.3497 10.5033C11.3484 10.5066 11.3472 10.5098 11.3461 10.5131C10.9495 10.6113 10.5411 10.6611 10.1249 10.6611C9.70878 10.6611 9.30038 10.6113 8.90371 10.5131C8.9026 10.5098 8.90147 10.5065 8.9001 10.5033L8.10951 8.64394L9.025 7.45093H11.2249ZM6.53951 2.00508C6.98683 1.55776 7.50483 1.20311 8.07983 0.949496C8.08268 0.951368 8.08552 0.953257 8.0885 0.954938L9.86495 1.94974V3.5441L8.35468 4.64137L8.26577 4.70597L6.74501 4.20627L6.56523 3.2916L6.35319 2.2127C6.35262 2.20981 6.3518 2.20698 6.35106 2.20414C6.41196 2.13639 6.47465 2.06992 6.53951 2.00508ZM5.66783 8.01074C5.58915 7.86595 5.51732 7.71696 5.45264 7.56404C5.25308 7.0922 5.12793 6.59803 5.07855 6.08942C5.08101 6.08745 5.08349 6.08552 5.08583 6.08336L6.58722 4.70174L8.05793 5.18497L8.66785 7.06223L7.70742 8.3138L5.67823 8.01178C5.67477 8.01126 5.6713 8.01098 5.66783 8.01074Z" fill="#FFE400"/>
		</g>
		<defs>
			<clipPath id="clip0_2591_4223">
			<rect width="16" height="16" fill="white"/>
			</clipPath>
		</defs>
	</symbol>
    <symbol id="iconClock" viewBox="0 0 20 20">
		<path d="M4.80528 2.30915C4.53376 2.07495 4.18112 1.93262 3.79457 1.93262C2.93883 1.93262 2.24524 2.62653 2.24524 3.48211C2.24524 3.71411 2.29775 3.93364 2.3892 4.13121C3.05905 3.37158 3.87994 2.74795 4.80528 2.30915Z" fill="#FFE400"/>
		<path d="M8.00014 16C11.8254 16 14.9266 12.8988 14.9266 9.07364C14.9266 5.64796 12.4392 2.8053 9.17199 2.24801V1.96633V1.68423V0.949808H9.77283C9.97145 0.949808 10.1326 0.737301 10.1326 0.474904C10.1326 0.212664 9.97145 0 9.77283 0H6.22714C6.02825 0 5.867 0.212664 5.867 0.474904C5.867 0.737301 6.0282 0.949808 6.22714 0.949808H6.82766V1.68396V1.96607V2.24775C6.24433 2.34732 5.68641 2.51953 5.16266 2.7552C4.21532 3.18121 3.38143 3.81312 2.71781 4.59507C1.69301 5.80261 1.07336 7.36515 1.07336 9.07338C1.07368 12.8988 4.17486 16 8.00014 16ZM3.91949 5.02569C4.30928 4.63275 4.755 4.29567 5.24415 4.02762C6.063 3.5785 7.00217 3.32207 8.0004 3.32207C11.172 3.32207 13.7519 5.90224 13.7519 9.07364C13.7519 12.2452 11.172 14.8253 8.0004 14.8253C4.82894 14.8253 2.24883 12.2452 2.24883 9.07364C2.24857 7.49633 2.88751 6.06585 3.91949 5.02569Z" fill="#5EB24A"/>
		<path d="M4.52236 12.5512C4.74487 12.7737 4.98867 12.9751 5.25017 13.1517C5.38098 13.2399 5.5164 13.3224 5.65559 13.3978C6.35243 13.7764 7.15105 13.9916 7.99976 13.9916C8.10589 13.9916 8.21117 13.9881 8.31551 13.9813C8.83763 13.9485 9.33774 13.8339 9.80316 13.6502C9.98931 13.577 10.17 13.4923 10.3442 13.3976C10.4837 13.3219 10.6188 13.2399 10.7496 13.1515C11.0112 12.9745 11.2549 12.7738 11.4774 12.5509C12.3675 11.6609 12.9178 10.4316 12.9178 9.07343C12.9178 7.71538 12.3675 6.48572 11.4774 5.59576C11.2549 5.37314 11.0112 5.17206 10.7496 4.99524C10.6188 4.90688 10.4834 4.82471 10.3442 4.74898C10.17 4.65428 9.98931 4.57017 9.80316 4.49649C9.33801 4.31307 8.83763 4.1983 8.31551 4.16534C8.21117 4.15852 8.10589 4.15527 7.99976 4.15527C7.15078 4.15527 6.35243 4.37035 5.65559 4.74877C5.51608 4.82445 5.38098 4.90672 5.25017 4.99503C4.98846 5.17179 4.74461 5.37288 4.52236 5.59555C3.63229 6.48546 3.08182 7.7149 3.08182 9.07322C3.08208 10.4318 3.63255 11.6611 4.52236 12.5512ZM8.00003 5.16V8.84462L4.29586 10.2682C3.64015 7.71396 5.43317 5.16 8.00003 5.16Z" fill="#FFE400"/>
	</symbol>
    <symbol id="iconBook" viewBox="0 0 20 20">
        <path d="M13.1813 15.6405L13.0313 14.3999L3.41565 15.5687C3.0719 15.6093 2.82815 15.9218 2.8719 16.2655C2.91253 16.6093 3.22503 16.853 3.56878 16.8093L4.50003 16.6968L4.65003 17.9374L5.38753 17.5343L6.20003 17.7499L6.05003 16.5093L13.1844 15.6405H13.1813Z" fill="white"/><path d="M12.3688 3.76562L12.6 5.67187L15.5438 5.95625L15.275 8.75625L12.9469 8.53125L13.5281 13.2969L15.8281 13.5187L15.7688 14.1406L13.6031 13.9313L13.6813 14.5688L14.9281 14.6875L14.8688 15.3094L13.7594 15.2031L13.8781 16.1875L12.5781 16.3438L17.6375 16.8313L18.8344 4.39062L12.3688 3.76562Z" fill="white"/><path d="M7.27188 16.9907C7.2625 17.022 7.25625 17.0532 7.25313 17.0876C7.21875 17.4313 7.47188 17.7376 7.81563 17.7688L17.4594 18.697L17.5781 17.4532L9.69688 16.6938L7.27188 16.9876V16.9907Z" fill="white"/><path d="M12.9563 13.7814L11.4469 1.37207L1.8313 2.54082C1.48755 2.58145 1.2438 2.89395 1.28755 3.2377L2.7438 15.1971C2.91255 15.0689 3.11567 14.9752 3.3438 14.9502L12.9594 13.7814H12.9563ZM5.44692 13.4346L5.37192 12.8127L9.85005 12.2689L9.92505 12.8908L5.44692 13.4346ZM8.57193 3.60957L8.91255 6.4002L4.8813 6.89082L4.54067 4.1002L8.57193 3.60957ZM10.475 10.9346L10.55 11.5564L4.5188 12.2908L4.4438 11.6689L10.475 10.9346Z" fill="white"/>
    </symbol>
    <symbol id="iconBook" viewBox="0 0 20 20">
        <path d="M13.1813 15.6405L13.0313 14.3999L3.41565 15.5687C3.0719 15.6093 2.82815 15.9218 2.8719 16.2655C2.91253 16.6093 3.22503 16.853 3.56878 16.8093L4.50003 16.6968L4.65003 17.9374L5.38753 17.5343L6.20003 17.7499L6.05003 16.5093L13.1844 15.6405H13.1813Z" fill="white"/><path d="M12.3688 3.76562L12.6 5.67187L15.5438 5.95625L15.275 8.75625L12.9469 8.53125L13.5281 13.2969L15.8281 13.5187L15.7688 14.1406L13.6031 13.9313L13.6813 14.5688L14.9281 14.6875L14.8688 15.3094L13.7594 15.2031L13.8781 16.1875L12.5781 16.3438L17.6375 16.8313L18.8344 4.39062L12.3688 3.76562Z" fill="white"/><path d="M7.27188 16.9907C7.2625 17.022 7.25625 17.0532 7.25313 17.0876C7.21875 17.4313 7.47188 17.7376 7.81563 17.7688L17.4594 18.697L17.5781 17.4532L9.69688 16.6938L7.27188 16.9876V16.9907Z" fill="white"/><path d="M12.9563 13.7814L11.4469 1.37207L1.8313 2.54082C1.48755 2.58145 1.2438 2.89395 1.28755 3.2377L2.7438 15.1971C2.91255 15.0689 3.11567 14.9752 3.3438 14.9502L12.9594 13.7814H12.9563ZM5.44692 13.4346L5.37192 12.8127L9.85005 12.2689L9.92505 12.8908L5.44692 13.4346ZM8.57193 3.60957L8.91255 6.4002L4.8813 6.89082L4.54067 4.1002L8.57193 3.60957ZM10.475 10.9346L10.55 11.5564L4.5188 12.2908L4.4438 11.6689L10.475 10.9346Z" fill="white"/>
    </symbol>
</svg>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="position: absolute; width: 0px; height: 0px; overflow: hidden;">
    <defs>
		<g id="iconBoard" clip-path="url(#clip0_2591_4269)">
			<path d="M4.66699 8.66699V14.667C4.66699 14.8438 4.59675 15.0134 4.47173 15.1384C4.34671 15.2634 4.17714 15.3337 4.00033 15.3337H1.33366C1.15685 15.3337 0.987279 15.2634 0.862254 15.1384C0.73723 15.0134 0.666992 14.8438 0.666992 14.667V8.66699C0.666992 8.49018 0.73723 8.32061 0.862254 8.19559C0.987279 8.07056 1.15685 8.00033 1.33366 8.00033H4.00033C4.17714 8.00033 4.34671 8.07056 4.47173 8.19559C4.59675 8.32061 4.66699 8.49018 4.66699 8.66699ZM9.33366 0.666992H6.66699C6.49018 0.666992 6.32061 0.73723 6.19559 0.862254C6.07056 0.987279 6.00033 1.15685 6.00033 1.33366V14.667C6.00033 14.8438 6.07056 15.0134 6.19559 15.1384C6.32061 15.2634 6.49018 15.3337 6.66699 15.3337H9.33366C9.51047 15.3337 9.68004 15.2634 9.80506 15.1384C9.93009 15.0134 10.0003 14.8438 10.0003 14.667V1.33366C10.0003 1.15685 9.93009 0.987279 9.80506 0.862254C9.68004 0.73723 9.51047 0.666992 9.33366 0.666992ZM14.667 4.00033H12.0003C11.8235 4.00033 11.6539 4.07056 11.5289 4.19559C11.4039 4.32061 11.3337 4.49018 11.3337 4.66699V14.667C11.3337 14.8438 11.4039 15.0134 11.5289 15.1384C11.6539 15.2634 11.8235 15.3337 12.0003 15.3337H14.667C14.8438 15.3337 15.0134 15.2634 15.1384 15.1384C15.2634 15.0134 15.3337 14.8438 15.3337 14.667V4.66699C15.3337 4.49018 15.2634 4.32061 15.1384 4.19559C15.0134 4.07056 14.8438 4.00033 14.667 4.00033Z" fill="#5EB24A"/>
			<path d="M9.33365 0.666992H6.66699C6.49018 0.666992 6.32061 0.73723 6.19558 0.862254C6.07056 0.987279 6.00032 1.15685 6.00032 1.33366V14.667C6.00032 14.8438 6.07056 15.0134 6.19558 15.1384C6.32061 15.2634 6.49018 15.3337 6.66699 15.3337H9.33365C9.51046 15.3337 9.68003 15.2634 9.80506 15.1384C9.93008 15.0134 10.0003 14.8438 10.0003 14.667V1.33366C10.0003 1.15685 9.93008 0.987279 9.80506 0.862254C9.68003 0.73723 9.51046 0.666992 9.33365 0.666992Z" fill="#FFE400"/>
		</g>
		<defs>
			<clipPath id="clip0_2591_4269">
			<rect width="16" height="16" fill="white"/>
			</clipPath>
		</defs>
    </defs>
</svg>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="position: absolute; width: 0px; height: 0px; overflow: hidden;">
	<g id="iconsanbong" clip-path="url(#clip0_2591_4216)">
		<path d="M8 0C6.41775 0 4.87104 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346629 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C15.9976 5.879 15.154 3.84555 13.6542 2.34578C12.1545 0.846002 10.121 0.00238211 8 0ZM8 14.6667C6.68146 14.6667 5.39253 14.2757 4.2962 13.5431C3.19987 12.8106 2.34539 11.7694 1.84081 10.5512C1.33622 9.33305 1.2042 7.99261 1.46144 6.6994C1.71867 5.40619 2.35361 4.21831 3.28596 3.28596C4.21831 2.35361 5.4062 1.71867 6.6994 1.46143C7.99261 1.2042 9.33305 1.33622 10.5512 1.8408C11.7694 2.34539 12.8106 3.19987 13.5431 4.2962C14.2757 5.39253 14.6667 6.68146 14.6667 8C14.6647 9.7675 13.9616 11.462 12.7118 12.7118C11.462 13.9616 9.7675 14.6647 8 14.6667Z" fill="#5EB24A"/>
		<path d="M8 2C6.81331 2 5.65328 2.35189 4.66658 3.01118C3.67989 3.67047 2.91085 4.60754 2.45673 5.7039C2.0026 6.80026 1.88378 8.00666 2.11529 9.17054C2.3468 10.3344 2.91825 11.4035 3.75736 12.2426C4.59648 13.0818 5.66558 13.6532 6.82946 13.8847C7.99335 14.1162 9.19975 13.9974 10.2961 13.5433C11.3925 13.0892 12.3295 12.3201 12.9888 11.3334C13.6481 10.3467 14 9.18669 14 8C13.9982 6.40925 13.3655 4.88416 12.2407 3.75933C11.1158 2.6345 9.59075 2.00179 8 2ZM8 5.33333C8.13186 5.33333 8.26075 5.37243 8.37038 5.44569C8.48002 5.51894 8.56546 5.62306 8.61592 5.74488C8.66638 5.86669 8.67958 6.00074 8.65386 6.13006C8.62814 6.25938 8.56464 6.37817 8.47141 6.4714C8.37817 6.56464 8.25938 6.62813 8.13006 6.65386C8.00074 6.67958 7.8667 6.66638 7.74488 6.61592C7.62306 6.56546 7.51894 6.48001 7.44569 6.37038C7.37244 6.26075 7.33334 6.13185 7.33334 6C7.33334 5.82319 7.40357 5.65362 7.5286 5.5286C7.65362 5.40357 7.82319 5.33333 8 5.33333ZM4 6.66667C4 6.53481 4.0391 6.40592 4.11236 6.29629C4.18561 6.18665 4.28973 6.10121 4.41155 6.05075C4.53336 6.00029 4.66741 5.98709 4.79673 6.01281C4.92605 6.03853 5.04484 6.10203 5.13807 6.19526C5.23131 6.2885 5.2948 6.40729 5.32053 6.53661C5.34625 6.66593 5.33305 6.79997 5.28259 6.92179C5.23213 7.04361 5.14668 7.14773 5.03705 7.22098C4.92742 7.29423 4.79852 7.33333 4.66667 7.33333C4.48986 7.33333 4.32029 7.2631 4.19527 7.13807C4.07024 7.01305 4 6.84348 4 6.66667ZM10.6667 10.6667H5.33334L4.91667 7.58333L6.66667 8.66667L8 6.66667L9.33334 8.66667L11 7.58333L10.6667 10.6667ZM11.3333 7.33333C11.2015 7.33333 11.0726 7.29423 10.963 7.22098C10.8533 7.14773 10.7679 7.04361 10.7174 6.92179C10.667 6.79997 10.6538 6.66593 10.6795 6.53661C10.7052 6.40729 10.7687 6.2885 10.8619 6.19526C10.9552 6.10203 11.074 6.03853 11.2033 6.01281C11.3326 5.98709 11.4666 6.00029 11.5885 6.05075C11.7103 6.10121 11.8144 6.18665 11.8876 6.29629C11.9609 6.40592 12 6.53481 12 6.66667C12 6.84348 11.9298 7.01305 11.8047 7.13807C11.6797 7.2631 11.5101 7.33333 11.3333 7.33333Z" fill="#FFE400"/>
	</g>
	<defs>
		<clipPath id="clip0_2591_4216">
			<rect width="16" height="16" fill="white"/>
		</clipPath>
	</defs>
</svg>

<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="position: absolute; width: 0px; height: 0px; overflow: hidden;">
	<g id="iconBall" clip-path="url(#clip0_2591_4264)">
		<path d="M14.5667 9.68669C14.4933 9.64003 14.42 9.62003 14.36 9.60003L9.42666 7.95336C9 7.80669 8.54 7.91336 8.22666 8.23336C7.90666 8.54669 7.8 9.01336 7.94666 9.43336L9.59333 14.3667C9.61333 14.4267 9.64 14.5 9.67333 14.56C9.87333 14.94 10.2733 15.1734 10.7 15.1734H10.8067C11.28 15.1334 11.66 14.8267 11.8067 14.38L12.42 12.5467C12.44 12.4934 12.4733 12.46 12.5267 12.44L14.36 11.8267C14.8133 11.68 15.12 11.2934 15.16 10.8267C15.2 10.36 14.96 9.91336 14.5667 9.70003V9.68669Z" fill="#FFE400"/>
		<path d="M9.08666 14.8733C9.03333 14.7866 8.99333 14.6733 8.96 14.5733L8.74666 13.9266C8.54 14.06 8.32666 14.1466 8.11333 14.1666C8.08 14.1666 8.04 14.1666 8 14.1666C7.96 14.1666 7.92666 14.1666 7.88666 14.1666C7.88666 14.1666 7.88666 14.1666 7.87999 14.1666C7.01333 14.08 6.10666 12.9466 5.59333 11.1733H7.83333L7.5 10.1733H5.36666C5.24666 9.50663 5.17333 8.78663 5.17333 8.00663C5.17333 7.22663 5.24666 6.50663 5.36666 5.83997H10.6467C10.7533 6.41997 10.8133 7.0533 10.8267 7.71997L11.84 8.05997C11.84 8.05997 11.84 8.02663 11.84 8.00663C11.84 7.24663 11.78 6.51997 11.6667 5.83997H13.7667C14.0267 6.51997 14.1733 7.24663 14.1733 8.00663C14.1733 8.27997 14.1533 8.5533 14.12 8.81997L14.5867 8.9733C14.6533 8.9933 14.7733 9.0333 14.9067 9.1133C14.9667 9.14663 15.02 9.18663 15.0733 9.21997C15.14 8.81997 15.18 8.41997 15.18 8.00663C15.18 4.1533 12.0467 0.939966 8.24666 0.853299C8.18666 0.846632 8.10666 0.839966 8.04 0.839966C8.02666 0.839966 8.01333 0.839966 8 0.839966C7.92 0.839966 7.85333 0.839966 7.83333 0.846632C7.82666 0.846632 7.81999 0.846632 7.80666 0.846632H7.79333C3.93999 0.959966 0.833328 4.15997 0.833328 7.99997C0.833328 11.84 3.96666 15.0666 7.76666 15.1533C7.83999 15.16 7.92 15.1666 8 15.1666C8.08 15.1666 8.16 15.1666 8.18 15.1666C8.53333 15.16 8.88 15.1266 9.22666 15.0666C9.18 15 9.12666 14.9466 9.08666 14.88V14.8733ZM13.2733 4.8333H11.4533C11.2 3.83997 10.8267 2.97997 10.3667 2.31997C11.58 2.8333 12.5933 3.71997 13.2733 4.8333ZM7.88666 1.8333H8C8 1.8333 8.08 1.8333 8.12 1.8333C8.98666 1.91997 9.89333 3.0533 10.4067 4.82663H5.59333C6.10666 3.0533 7.01333 1.91997 7.88666 1.82663V1.8333ZM5.63333 2.32663C5.17333 2.9933 4.80666 3.84663 4.55333 4.8333H2.73333C3.40666 3.72663 4.41999 2.83997 5.63333 2.32663ZM1.83333 7.99997C1.83333 7.23997 1.97999 6.5133 2.23999 5.8333H4.34C4.22666 6.5133 4.16666 7.23997 4.16666 7.99997C4.16666 8.75997 4.22666 9.48663 4.34 10.1666H2.23999C1.97999 9.48663 1.83333 8.75997 1.83333 7.99997ZM2.72666 11.1666H4.54666C4.8 12.16 5.17333 13.02 5.63333 13.68C4.41999 13.1666 3.40666 12.28 2.72666 11.1666Z" fill="#5EB24A"/>
	</g>
	<defs>
		<clipPath id="clip0_2591_4264">
		<rect width="16" height="16" fill="white"/>
		</clipPath>
	</defs>
</svg>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="position: absolute; width: 0px; height: 0px; overflow: hidden;">
	<g id="iconJournal" clip-path="url(#clip0_2591_4246)">
		<path d="M7.10117 2.16747C7.0563 2.12647 7.01048 2.08543 6.96308 2.0444C6.04033 1.24547 4.43564 0.293091 2.0313 0.293091C1.77242 0.293091 1.56255 0.502966 1.56255 0.761841V1.09703C3.90926 1.22537 5.85098 1.74081 7.10117 2.16747Z" fill="#FFE400"/>
		<path d="M10.2913 1.7094C11.6096 1.36884 13.0001 1.16284 14.4374 1.09356V0.761841C14.4374 0.502966 14.2275 0.293091 13.9686 0.293091C11.5643 0.293091 9.95961 1.24547 9.03686 2.0444C9.01221 2.06575 8.98808 2.08709 8.96411 2.10843C9.34517 1.97656 9.78839 1.83931 10.2913 1.7094Z" fill="#FFE400"/>
		<path d="M15.5312 2.005C11.4516 2.005 8.77275 3.13697 8 3.51044V3.51954C7.21494 3.1691 4.31706 2.005 0.46875 2.005C0.209875 2.005 0 2.21488 0 2.47375V13.6763C0 13.9352 0.209875 14.1451 0.46875 14.1451C4.66244 14.1451 7.74734 15.637 7.79213 15.6589C7.85781 15.6914 7.92897 15.7076 7.99997 15.7076H8C8.01028 15.7076 8.02056 15.7072 8.03084 15.7065C8.03416 15.7063 8.03747 15.7059 8.04078 15.7056C8.04775 15.705 8.05472 15.7043 8.06166 15.7034C8.06556 15.7029 8.06947 15.7022 8.07337 15.7016C8.07966 15.7006 8.08594 15.6995 8.09219 15.6983C8.09638 15.6974 8.10053 15.6964 8.10469 15.6955C8.11063 15.6942 8.11653 15.6928 8.12241 15.6912C8.12669 15.69 8.13094 15.6887 8.13519 15.6874C8.14091 15.6857 8.14656 15.6839 8.15222 15.682C8.1565 15.6805 8.16078 15.6789 8.16503 15.6774C8.17056 15.6753 8.17603 15.6731 8.1815 15.6708C8.18578 15.669 8.19003 15.6672 8.19428 15.6652C8.19966 15.6628 8.20494 15.6602 8.21025 15.6575C8.21441 15.6554 8.21856 15.6533 8.22269 15.6511C8.22425 15.6503 8.22584 15.6496 8.22741 15.6487C8.2545 15.6337 10.99 14.1451 15.5312 14.1451C15.7901 14.1451 16 13.9352 16 13.6763V2.47375C16 2.21485 15.7901 2.005 15.5312 2.005ZM1.85947 4.43285C1.85947 4.30116 1.91484 4.17554 2.01209 4.08672C2.10931 3.99791 2.23925 3.95413 2.37059 3.96601C3.73178 4.08957 5.03644 4.34316 6.24825 4.71979C6.44428 4.78072 6.57788 4.96213 6.57788 5.16741V7.04241C6.57788 7.19141 6.50703 7.33151 6.38709 7.41988C6.30559 7.47991 6.20794 7.51116 6.10913 7.51116C6.0625 7.51116 6.01562 7.50422 5.97003 7.49004C4.82103 7.13294 3.5815 6.89226 2.28584 6.77463C2.04438 6.75272 1.85947 6.55026 1.85947 6.30782V4.43285ZM6.55678 12.8065C6.49434 13.0074 6.30916 13.1363 6.10928 13.1363C6.06319 13.1363 6.01634 13.1294 5.97003 13.115C4.82103 12.7579 3.5815 12.5173 2.28584 12.3996C2.02803 12.3762 1.83797 12.1483 1.86137 11.8904C1.88478 11.6326 2.11294 11.4425 2.37056 11.466C3.73175 11.5895 5.03641 11.8431 6.24822 12.2198C6.4955 12.2966 6.63363 12.5593 6.55678 12.8065ZM6.55678 10.9315C6.49434 11.1324 6.30916 11.2613 6.10928 11.2613C6.06319 11.2613 6.01634 11.2544 5.97003 11.24C4.82103 10.8829 3.5815 10.6423 2.28584 10.5246C2.02803 10.5012 1.83797 10.2733 1.86137 10.0154C1.88478 9.7576 2.11294 9.56754 2.37056 9.59097C3.73175 9.71454 5.03641 9.96813 6.24822 10.3448C6.4955 10.4216 6.63363 10.6843 6.55678 10.9315ZM6.55678 9.05654C6.49434 9.25744 6.30916 9.38629 6.10928 9.38629C6.06319 9.38629 6.01634 9.37944 5.97003 9.36504C4.82103 9.00794 3.5815 8.76726 2.28584 8.64963C2.02803 8.62622 1.83797 8.39826 1.86137 8.14044C1.88478 7.8826 2.11294 7.69235 2.37056 7.71597C3.73175 7.83954 5.03641 8.09313 6.24822 8.46976C6.4955 8.54663 6.63363 8.80932 6.55678 9.05654ZM13.6985 12.3997C12.4029 12.5173 11.1634 12.758 10.0143 13.1151C9.96803 13.1295 9.92116 13.1363 9.87506 13.1363C9.67519 13.1363 9.49003 13.0075 9.42759 12.8066C9.35078 12.5594 9.48888 12.2967 9.73612 12.2198C10.948 11.8432 12.2526 11.5896 13.6138 11.4661C13.8714 11.4427 14.0996 11.6327 14.123 11.8905C14.1464 12.1483 13.9564 12.3763 13.6985 12.3997ZM13.6985 10.5247C12.4029 10.6423 11.1634 10.883 10.0143 11.2401C9.96803 11.2545 9.92116 11.2613 9.87506 11.2613C9.67519 11.2613 9.49003 11.1325 9.42759 10.9316C9.35078 10.6844 9.48888 10.4217 9.73612 10.3448C10.948 9.96822 12.2526 9.71463 13.6138 9.59107C13.8714 9.56754 14.0996 9.75769 14.123 10.0155C14.1464 10.2733 13.9564 10.5013 13.6985 10.5247ZM13.6985 8.64969C12.4029 8.76732 11.1634 9.00801 10.0143 9.3651C9.96803 9.37947 9.92116 9.38635 9.87506 9.38635C9.67519 9.38635 9.49003 9.25751 9.42759 9.0566C9.35078 8.80938 9.48888 8.54669 9.73612 8.46985C10.948 8.09322 12.2526 7.83963 13.6138 7.71607C13.8714 7.69266 14.0996 7.88269 14.123 8.14054C14.1464 8.39829 13.9564 8.62629 13.6985 8.64969ZM13.6985 6.77466C12.4029 6.89229 11.1634 7.13297 10.0143 7.49007C9.96803 7.50444 9.92116 7.51132 9.87506 7.51132C9.67519 7.51132 9.49003 7.38247 9.42759 7.18157C9.35078 6.93435 9.48888 6.67166 9.73612 6.59482C10.948 6.21819 12.2526 5.9646 13.6138 5.84104C13.8714 5.81747 14.0996 6.00763 14.123 6.26551C14.1464 6.52329 13.9564 6.75126 13.6985 6.77466ZM13.6985 4.89966C12.4029 5.01729 11.1634 5.25797 10.0143 5.61507C9.96803 5.62944 9.92116 5.63632 9.87506 5.63632C9.67519 5.63632 9.49003 5.50747 9.42759 5.30657C9.35078 5.05935 9.48888 4.79666 9.73612 4.71982C10.948 4.34319 12.2526 4.0896 13.6138 3.96604C13.8714 3.9426 14.0996 4.13266 14.123 4.39051C14.1464 4.64829 13.9564 4.87626 13.6985 4.89966Z" fill="#5EB24A"/>
	</g>
	<defs>
		<clipPath id="clip0_2591_4246">
		  <rect width="16" height="16" fill="white"/>
		</clipPath>
	</defs>
</svg>
            <main>
        <div class="container main">
        <div class="content_page row" role="document">
            <div class="col-xs-12 col-sm-12 col-md-12">
            <style>
.container-2 {
	max-width: 1143px;
}

@media  screen and (min-width: 1160px) {
	.container-2 {
		margin: 0 auto;
	}
}

.post-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:12px;
}

.title_name_large {
	font-size: clamp(1rem, 0.868421052631579rem + 0.6578947368421052vw, 1.5rem);
	color: #fff;
	font-weight: bold;
	font-family: "Oswald", serif;
}

.panel__content {
	display: flex;
	flex-direction: column;
	row-gap: 0.3rem;
	padding: 1.5rem 0 1rem;
}
.item__post {
	border-top: unset !important;
}
.title_name{
	color: #fff;
	font-weight: bold;
	font-family: "Oswald", serif;
	font-weight: bold;
	font-size: 0.9375rem;
	font-size: clamp(0.9375rem, 0.9210526315789473rem + 0.08223684210526315vw, 1rem) !important;
	line-height: 24px;
}
.panel__body {
	overflow: hidden;
}
.item_post{
	border-top: 1px solid #191919 !important;

}
.item_post:first-child{
	padding-top: 0px !important;
}
.item_post:first-child,
.item_post:last-child {
	border-top: unset !important;
}

.post-item-image{
	border-radius: 12px;
}
.title_box{
	margin-bottom: 1rem;
}
.title__desc{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
}
.title__desc:hover{
	color: #fff;
}
.news__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title_name{
	font-size: clamp(0.9375rem, 1.0164473684210527rem + -0.08223684210526315vw, 1rem) !important;
	color: #fff;
	font-family: "Oswald", serif;
	font-weight: bold;
	line-height: 24px;
}
.item_small {
	margin-top: 13px;
}
.item_post{
	border-top: unset !important;
	padding: 0 0 30px;
}

.small-post-meta span{
	font-size: 13px !important;
}

.desc{
	color: #9c9c9c;
	line-height: 20px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 400;
}
.title_box{
	padding-left: 0px !important;
}
.content_page .title_box:before {
	display: none;
}
.item__main{
	padding-top: 1rem;
}
#app{
	background-color: #000;
}
.item_post img {
    height: 197px;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}
article.item_post.row .post-item-image img {
    max-height: 280px !important;
}
.item_post .category-label {
    border-top-left-radius: 12px;
}

.wp-pagenavi {
	column-gap: 5px;
	align-items: center !important;
}
.wp-pagenavi span.extend {
    background: #000000;
    border-color: #000000;
    color: white;
}
.wp-pagenavi a {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #212121;
	border-radius: 6px;
	font-weight: bold;
}
.wp-pagenavi span.current {
	z-index: 1;
	color: #fff;
	background-color: #1BB916;
	border-color: #1BB916;
	border-radius: 6px;
}
.wp-pagenavi span{
	border-radius: 6px;
}
.page-breadcrumb {
    padding-left: 15px;
}
</style>
<div class="row blog-style">
	<div class="col-12 page-breadcrumb"><span><span><a href="https://xoilaczd.cc/" >Trang chủ</a>  /  <span class="breadcrumb_last" aria-current="page">Tin Tức Mới Nhất</span></span></span></div>    <div class="col-md-9">
        <div class="title_box"><h4>Tin Tức Mới Nhất</h4></div>
        <div class="panel">
            <div class="panel__body">
             								<article class="item_post">
					<div class="post-item-image">
						<a href="https://xoilaczd.cc/aston-villa-tam-tia-ngoi-sao-cua-chelsea/">
							<img src="https://cdn.offendersfamilieshelpline.org/2024/12/jackson-cole-palmer.png" alt="Aston Villa tăm tia ngôi sao của Chelsea" class="img-responsive img-post lazy">
						</a>
					</div>
					<a href="https://xoilaczd.cc/aston-villa-tam-tia-ngoi-sao-cua-chelsea/">
						<h2 class="title_name title_name_large margin-top-xs">Aston Villa tăm tia ngôi sao của Chelsea</h2>
					</a>
					
					<p class="description">Theo thông tin từ Daily Mail, Aston Villa đang bày tỏ sự quan tâm đặc biệt đến Joao Felix, tiền đạo thuộc biên chế Chelsea. Aston Villa muốn chiêu mộ Joao Felix Như truc tiep bong da đã đưa tin, cầu thủ 25 tuổi người Bồ Đào Nha cũng đang tìm kiếm một bến đỗ &hellip; ...</p>
				</article>
								             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/khong-phai-manchester-united-hay-chelsea-benjamin-sesko-cong-khai-muon-gia-nhap-arsenal/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/toa-sang-tai-champions-league-sesko-khien-cac-ong-lon-them-thuong.png" alt="Không phải Manchester United hay Chelsea, Benjamin Sesko công khai muốn gia nhập Arsenal" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/khong-phai-manchester-united-hay-chelsea-benjamin-sesko-cong-khai-muon-gia-nhap-arsenal/">
						<h2 class="title_name">Không phải Manchester United hay Chelsea, Benjamin Sesko công khai muốn gia nhập Arsenal</h2>
					</a>                
					<div class="description">Đội chủ sân Emirates đang nổi lên như ứng viên hàng đầu trong cuộc đua giành chữ ký của tiền đạo trẻ Benjamin Sesko, vượt mặt những đối thủ cạnh tranh như Manchester United và...</div>
					<p class="small-post-meta">
						<span>09/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/thua-tham-arsenal-sao-man-city-thua-nhan-da-sup-do/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/bi-arsenal-vui-dap-5-1-pep-guardiola-phan-ung.png" alt="Thua thảm Arsenal, sao Man City thừa nhận ‘Đã Sụp Đổ’" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/thua-tham-arsenal-sao-man-city-thua-nhan-da-sup-do/">
						<h2 class="title_name">Thua thảm Arsenal, sao Man City thừa nhận ‘Đã Sụp Đổ’</h2>
					</a>                
					<div class="description">Manchester City đã phải hứng chịu một trong những thất bại nặng nề nhất dưới thời Pep Guardiola khi để thua 1-5 trước Arsenal tại Emirates. Kết quả này không chỉ giáng một đòn mạnh...</div>
					<p class="small-post-meta">
						<span>08/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/hlv-enzo-gat-dau-chelsea-len-ke-hoach-chieu-mo-alejandro-garnacho-lot-tam-ngam-chelsea/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/hlv-enzo-gat-dau-chelsea-len-ke-hoach-chieu-mo-alejandro-garnacho-lot-tam-ngam-chel.png" alt="HLV Enzo gật đầu, Chelsea lên kế hoạch chiêu mộ Alejandro Garnacho?" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/hlv-enzo-gat-dau-chelsea-len-ke-hoach-chieu-mo-alejandro-garnacho-lot-tam-ngam-chelsea/">
						<h2 class="title_name">HLV Enzo gật đầu, Chelsea lên kế hoạch chiêu mộ Alejandro Garnacho?</h2>
					</a>                
					<div class="description">Trong bối cảnh Chelsea đang nỗ lực tái thiết dưới thời HLV Enzo Maresca, việc tăng cường chiều sâu đội hình là ưu tiên hàng đầu để đội bóng cạnh tranh mạnh mẽ hơn tại...</div>
					<p class="small-post-meta">
						<span>08/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/chelsea-nen-mua-douglas-luiz-hay-kobbie-mainoo/">
									<img src="https://cdn.offendersfamilieshelpline.org/2023/12/Douglas-Luiz-ars.jpg" alt="Chelsea nên mua Douglas Luiz hay Kobbie Mainoo?" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/chelsea-nen-mua-douglas-luiz-hay-kobbie-mainoo/">
						<h2 class="title_name">Chelsea nên mua Douglas Luiz hay Kobbie Mainoo?</h2>
					</a>                
					<div class="description">Chelsea đang gấp rút tìm kiếm sự bổ sung cho tuyến giữa trong kỳ chuyển nhượng tháng 1 để gia tăng sức mạnh, duy trì cơ hội cạnh tranh vị trí trong top 4 Premier...</div>
					<p class="small-post-meta">
						<span>08/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/chu-tich-ldbd-indonesia-gay-tranh-cai-khi-noi-ve-tan-hlv-patrick-kluivert/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/chu-tich-ldbd-indonesia-gay-tranh-cai-khi-noi-tan-hlv-patrick-kluivert.png" alt="Chủ tịch LĐBĐ Indonesia gây tranh cãi khi nói về tân HLV Patrick Kluivert" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/chu-tich-ldbd-indonesia-gay-tranh-cai-khi-noi-ve-tan-hlv-patrick-kluivert/">
						<h2 class="title_name">Chủ tịch LĐBĐ Indonesia gây tranh cãi khi nói về tân HLV Patrick Kluivert</h2>
					</a>                
					<div class="description">Chỉ vừa đặt chân đến Indonesia chưa lâu, HLV Patrick Kluivert đã nhanh chóng bị cuốn vào một cuộc tranh cãi lớn liên quan đến mục tiêu của đội tuyển quốc gia tại vòng loại...</div>
					<p class="small-post-meta">
						<span>08/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/vi-dau-ma-man-city-sup-do-truoc-arsenal-mot-cach-tham-bai/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/bi-arsenal-vui-dap-5-1-pep-guardiola-phan-ung-the-nao.png" alt="Vì đâu mà Man City sụp đổ trước Arsenal một cách thảm bại?" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/vi-dau-ma-man-city-sup-do-truoc-arsenal-mot-cach-tham-bai/">
						<h2 class="title_name">Vì đâu mà Man City sụp đổ trước Arsenal một cách thảm bại?</h2>
					</a>                
					<div class="description">Manchester City vừa trải qua một cơn ác mộng tại Emirates khi bị Arsenal hủy diệt với tỷ số 5-1. Đây không chỉ là trận thua nặng nề nhất của họ trong mùa giải này...</div>
					<p class="small-post-meta">
						<span>07/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/hut-renato-veiga-dortmund-van-muon-mang-ve-mot-cai-ten-khac-tu-chelsea/">
									<img src="https://cdn.offendersfamilieshelpline.org/2024/12/chelsea-chot-tuong-lai-jadon-sancho-man-utd-lo-sap-mat.png" alt="Hụt Renato Veiga, Dortmund vẫn muốn mang về một cái tên khác từ Chelsea?" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/hut-renato-veiga-dortmund-van-muon-mang-ve-mot-cai-ten-khac-tu-chelsea/">
						<h2 class="title_name">Hụt Renato Veiga, Dortmund vẫn muốn mang về một cái tên khác từ Chelsea?</h2>
					</a>                
					<div class="description">CLB nước Đức đang đứng trước một kỳ chuyển nhượng đầy nhọc nhằn khi kế hoạch chiêu mộ Renato Veiga từ Chelsea đã tan thành mây khói. Dortmund vẫn muốn mang về một cái tên...</div>
					<p class="small-post-meta">
						<span>07/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/bi-arsenal-vui-dap-5-1-pep-guardiola-phan-ung-the-nao/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/bi-arsenal-vui-dap-5-1-pep-guardiola-phan-ung.png" alt="Bị Arsenal vùi dập 5-1, Pep Guardiola phản ứng thế nào?" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/bi-arsenal-vui-dap-5-1-pep-guardiola-phan-ung-the-nao/">
						<h2 class="title_name">Bị Arsenal vùi dập 5-1, Pep Guardiola phản ứng thế nào?</h2>
					</a>                
					<div class="description">Erling Haaland trở thành tâm điểm trong trận đại thắng 5-1 của Arsenal trước Manchester City khi liên tục bị các cầu thủ Pháo thủ chế nhạo ngay trên sân. Tuy nhiên, phản ứng của...</div>
					<p class="small-post-meta">
						<span>07/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/van-toan-hoang-duc-la-cau-thu-hoan-hao/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/bau-duc-hoang-duc-la-minh-chung-ro-net-cho-su-lot-xac-duoi-thoi-kim-sang.png" alt="Văn Toàn: ‘Hoàng Đức là cầu thủ hoàn hảo’" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/van-toan-hoang-duc-la-cau-thu-hoan-hao/">
						<h2 class="title_name">Văn Toàn: ‘Hoàng Đức là cầu thủ hoàn hảo’</h2>
					</a>                
					<div class="description">Nguyễn Văn Toàn, tiền đạo nổi bật của đội tuyển Việt Nam, vừa dành những lời ca ngợi hết sức chân thành cho người đồng đội Nguyễn Hoàng Đức sau khi danh sách rút gọn...</div>
					<p class="small-post-meta">
						<span>05/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/arsenal-len-ke-hoach-chieu-mo-sao-psv-gia-25-trieu-euro/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/arsenal-mua-sao-psv.png" alt="Arsenal lên kế hoạch chiêu mộ sao PSV, giá 25 triệu euro" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/arsenal-len-ke-hoach-chieu-mo-sao-psv-gia-25-trieu-euro/">
						<h2 class="title_name">Arsenal lên kế hoạch chiêu mộ sao PSV, giá 25 triệu euro</h2>
					</a>                
					<div class="description">Johan Bakayoko, cầu thủ chạy cánh 21 tuổi của PSV Eindhoven đang trở thành tâm điểm trong kỳ chuyển nhượng khi thu hút sự quan tâm mạnh mẽ từ nhiều CLB hàng đầu châu Âu,...</div>
					<p class="small-post-meta">
						<span>05/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/chelsea-tam-tia-thu-mon-clb-parma-thay-the-robert-sanchez/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/02/chelsea-thu-mon.png" alt="Chelsea tăm tia thủ môn CLB Parma, thay thế Robert Sanchez" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/chelsea-tam-tia-thu-mon-clb-parma-thay-the-robert-sanchez/">
						<h2 class="title_name">Chelsea tăm tia thủ môn CLB Parma, thay thế Robert Sanchez</h2>
					</a>                
					<div class="description">Chelsea đang trải qua cuộc tranh luận nội bộ liên quan đến vị trí thủ môn số một của đội bóng.  Chelsea tăm tia thủ môn CLB Parma Theo nguồn tin của Xoilac TV, HLV...</div>
					<p class="small-post-meta">
						<span>05/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/chelsea-dinh-gia-christopher-nkunku-tuong-lai-tien-dao-nguoi-phap-tro-nen-kho-doan/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/chelsea-ra-quyet-dinh-ro-tuong-lai-cua-nkunku.png" alt="Chelsea định giá Christopher Nkunku, tương lai tiền đạo người Pháp trở nên khó đoán" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/chelsea-dinh-gia-christopher-nkunku-tuong-lai-tien-dao-nguoi-phap-tro-nen-kho-doan/">
						<h2 class="title_name">Chelsea định giá Christopher Nkunku, tương lai tiền đạo người Pháp trở nên khó đoán</h2>
					</a>                
					<div class="description">Chelsea đã định mức giá 70 triệu bảng cho bất kỳ câu lạc bộ nào muốn sở hữu Christopher Nkunku trong kỳ chuyển nhượng mùa đông. Đây là thông tin được Sky Sports tiết lộ...</div>
					<p class="small-post-meta">
						<span>04/02/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/kieran-tierney-cuoc-chia-tay-arsenal-va-buoc-ngoat-moi-tai-celtic/">
									<img src="https://cdn.offendersfamilieshelpline.org/2023/08/cuu-sao-ars-co-le-kieran-tierney-dang-bat-dong-voi-arteta.jpg" alt="Kieran Tierney: Cuộc chia tay Arsenal và bước ngoặt mới tại Celtic" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/kieran-tierney-cuoc-chia-tay-arsenal-va-buoc-ngoat-moi-tai-celtic/">
						<h2 class="title_name">Kieran Tierney: Cuộc chia tay Arsenal và bước ngoặt mới tại Celtic</h2>
					</a>                
					<div class="description">Hậu vệ Kieran Tierney dường như đã chơi trận đấu cuối cùng cho Arsenal tại sân Emirates, khi thương vụ chuyển nhượng đưa anh trở lại Celtic đang được hoàn tất. Trận gặp Dinamo Zagreb...</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/arsenal-quyet-tam-chieu-mo-dusan-vlahovic-giai-phap-hoan-hao-cho-hang-cong-cua-arteta/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/arsenal-that-bai-tai-carabao-cup-va-fa-cup-phao-thu-thieu-mot-sat-thu-nhu.png" alt="Arsenal quyết tâm chiêu mộ Dusan Vlahovic: Giải pháp hoàn hảo cho hàng công của Arteta" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/arsenal-quyet-tam-chieu-mo-dusan-vlahovic-giai-phap-hoan-hao-cho-hang-cong-cua-arteta/">
						<h2 class="title_name">Arsenal quyết tâm chiêu mộ Dusan Vlahovic: Giải pháp hoàn hảo cho hàng công của Arteta</h2>
					</a>                
					<div class="description">Trong nỗ lực tăng cường sức mạnh hàng công, cái tên Dusan Vlahovic nổi lên như một mục tiêu khả dĩ dành cho HLV Arteta. Việc thiếu hụt nhân sự trên hàng tiền đạo, cộng...</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/hlv-shin-tae-yong-bi-sa-thai-bat-ngo-he-lo-su-that-tu-tro-ly-than-can/">
									<img src="https://cdn.offendersfamilieshelpline.org/2024/05/hlv-shin-tae-yong-chua-het-cay-cu-vi-mat-ve-olympic-toi-se-kien-ten-trong-tai-day-den.png" alt="HLV Shin Tae-yong bị sa thải bất ngờ: Hé lộ sự thật từ trợ lý thân cận" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/hlv-shin-tae-yong-bi-sa-thai-bat-ngo-he-lo-su-that-tu-tro-ly-than-can/">
						<h2 class="title_name">HLV Shin Tae-yong bị sa thải bất ngờ: Hé lộ sự thật từ trợ lý thân cận</h2>
					</a>                
					<div class="description">Việc HLV Shin Tae-yong bị Liên đoàn Bóng đá Indonesia (PSSI) sa thải vào ngày 6/1/2025 đã gây xôn xao dư luận. Tuy nhiên, một chi tiết đáng chú ý được tiết lộ bởi trợ...</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/arsenal-bat-ngo-nham-den-marcus-thuram-inter-milan-dua-ra-thach-thuc-70-trieu-euro/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/arsenal-bat-ngo-nham-den-marcus-thuram-inter-milan-dua-ra-thach-thuc-70-trieu.png" alt="Arsenal bất ngờ nhắm đến Marcus Thuram, Inter Milan đưa ra thách thức 70 triệu euro" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/arsenal-bat-ngo-nham-den-marcus-thuram-inter-milan-dua-ra-thach-thuc-70-trieu-euro/">
						<h2 class="title_name">Arsenal bất ngờ nhắm đến Marcus Thuram, Inter Milan đưa ra thách thức 70 triệu euro</h2>
					</a>                
					<div class="description">Arsenal, với tham vọng củng cố đội hình để cạnh tranh danh hiệu, đã bất ngờ đưa Marcus Thuram, tiền đạo đang khoác áo Inter Milan, vào tầm ngắm trong kỳ chuyển nhượng mùa đông....</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/arsenal-doi-mat-thu-thach-juventus-giu-vung-gia-65-trieu-euro-cho-dusan-vlahovic/">
									<img src="https://cdn.offendersfamilieshelpline.org/2024/10/dusan-vlahovic-juventus.jpg" alt="Arsenal đối mặt thử thách, Juventus giữ vững giá 65 triệu euro cho Dusan Vlahovic" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/arsenal-doi-mat-thu-thach-juventus-giu-vung-gia-65-trieu-euro-cho-dusan-vlahovic/">
						<h2 class="title_name">Arsenal đối mặt thử thách, Juventus giữ vững giá 65 triệu euro cho Dusan Vlahovic</h2>
					</a>                
					<div class="description">Arsenal, đội đang trong cuộc đua giành ngôi vương Premier League, đang đặt mục tiêu chiêu mộ tiền đạo Dusan Vlahovic từ Juventus trong kỳ chuyển nhượng tháng 1 này. Tuy nhiên, đội bóng thành...</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/matheus-cunha-cu-hich-can-thiet-de-martin-odegaard-tim-lai-phong-do-dinh-cao-tai-arsenal/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/matheus-cunha-cu-hich-can-thiet-de-martin-odegaard-tim-lai-phong-do-dinh-cao-tai-ars.png" alt="Matheus Cunha: Cú hích cần thiết để Martin Odegaard tìm lại phong độ đỉnh cao tại Arsenal?" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/matheus-cunha-cu-hich-can-thiet-de-martin-odegaard-tim-lai-phong-do-dinh-cao-tai-arsenal/">
						<h2 class="title_name">Matheus Cunha: Cú hích cần thiết để Martin Odegaard tìm lại phong độ đỉnh cao tại Arsenal?</h2>
					</a>                
					<div class="description">Sau khi trở lại sân cỏ vài tháng trước, đội trưởng Martin Odegaard vẫn đang sa sút và chưa có dấu hiệu lấy lại phong độ. Giữa bối cảnh này, cái tên Matheus Cunha, tiền...</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/toa-sang-tai-champions-league-sesko-khien-cac-ong-lon-them-thuong/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/toa-sang-tai-champions-league-sesko-khien-cac-ong-lon-them.png" alt="Tỏa sáng tại Champions League, Sesko khiến các ông lớn thèm thuồng" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/toa-sang-tai-champions-league-sesko-khien-cac-ong-lon-them-thuong/">
						<h2 class="title_name">Tỏa sáng tại Champions League, Sesko khiến các ông lớn thèm thuồng</h2>
					</a>                
					<div class="description">Benjamin Sesko tiếp tục khẳng định tên tuổi khi ghi bàn giúp RB Leipzig giành chiến thắng 2-1 trước Sporting CP tại Champions League. Tiền đạo trẻ người Slovenia không chỉ chứng minh giá trị...</div>
					<p class="small-post-meta">
						<span>26/01/2025</span>
					</p>
					</div>
				</article>
				             												<article class="item_post row" style="clear: both">
															<a href="https://xoilaczd.cc/tin-tuc-moi-nhat/">
						<span class="category-label" style="background-color: #0f6cfc">Tin Tức Mới Nhất</span>
					</a>
										<div class="col-md-4 col-xs-12">
						<div class="item-image">
							<div class="post-item-image">
								<a href="https://xoilaczd.cc/sanchez-mac-loi-hlv-maresca-vua-dam-vua-xoa/">
									<img src="https://cdn.offendersfamilieshelpline.org/2025/01/sanchez-mac-loi-hlv-maresca-vua-dam-vua-xoa.png" alt="Sanchez mắc lỗi, HLV Maresca vừa đấm vừa xoa" class="img-responsive img-post lazy">
								</a>
							</div>
						</div>
					</div>
					<div class="col-md-8 col-xs-12">
					<a href="https://xoilaczd.cc/sanchez-mac-loi-hlv-maresca-vua-dam-vua-xoa/">
						<h2 class="title_name">Sanchez mắc lỗi, HLV Maresca vừa đấm vừa xoa</h2>
					</a>                
					<div class="description">HLV Enzo Maresca đã công khai chỉ ra sai lầm của thủ môn Robert Sanchez trong chiến thắng 3-1 của Chelsea trước Wolverhampton, nhưng đồng thời bày tỏ sự ủng hộ đối với người gác...</div>
					<p class="small-post-meta">
						<span>24/01/2025</span>
					</p>
					</div>
				</article>
				                        </div>
            <div class='wp-pagenavi' role='navigation'>
<span aria-current='page' class='current'>1</span><a class="page larger" title="Page 2" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/2/?option=com_ijoomla_rss&#038;act=xml">2</a><a class="page larger" title="Page 3" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/3/?option=com_ijoomla_rss&#038;act=xml">3</a><a class="page larger" title="Page 4" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/4/?option=com_ijoomla_rss&#038;act=xml">4</a><a class="page larger" title="Page 5" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/5/?option=com_ijoomla_rss&#038;act=xml">5</a><span class='extend'>...</span><a class="nextpostslink" rel="next" aria-label="Next Page" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/2/?option=com_ijoomla_rss&#038;act=xml">›</a><a class="last" aria-label="Last Page" href="https://xoilaczd.cc/tin-tuc-moi-nhat/page/106/?option=com_ijoomla_rss&#038;act=xml">»</a>
</div>
        </div>
    </div>
    <div class="col-md-3">
        <div class="title_box bg-dedede d-none"><h4>Tin Nóng</h4></div>
        <div class="panel mt-3">
            <div class="panel__body">
                <div class="row m-0">
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/aston-villa-tam-tia-ngoi-sao-cua-chelsea/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2024/12/jackson-cole-palmer.png" alt="Aston Villa tăm tia ngôi sao của Chelsea">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/aston-villa-tam-tia-ngoi-sao-cua-chelsea/">
								<h2 class="title_name">Aston Villa tăm tia ngôi sao của Chelsea</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/khong-phai-manchester-united-hay-chelsea-benjamin-sesko-cong-khai-muon-gia-nhap-arsenal/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/01/toa-sang-tai-champions-league-sesko-khien-cac-ong-lon-them-thuong.png" alt="Không phải Manchester United hay Chelsea, Benjamin Sesko công khai muốn gia nhập Arsenal">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/khong-phai-manchester-united-hay-chelsea-benjamin-sesko-cong-khai-muon-gia-nhap-arsenal/">
								<h2 class="title_name">Không phải Manchester United hay Chelsea, Benjamin Sesko công khai muốn gia nhập Arsenal</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-doncaster-vs-crystal-palace-luc-02h45-ngay-11-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-doncaster-vs-crystal-palace-luc-02h45-ngay-11-2-2025.jpg" alt="Nhận định soi kèo Doncaster vs Crystal Palace lúc 02h45 ngày 11/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-doncaster-vs-crystal-palace-luc-02h45-ngay-11-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Doncaster vs Crystal Palace lúc 02h45 ngày 11/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-arouca-vs-rio-ave-luc-03h15-ngay-11-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-arouca-vs-rio-ave-luc-03h15-ngay-11-2-2025.jpg" alt="Nhận định soi kèo Arouca vs Rio Ave lúc 03h15 ngày 11/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-arouca-vs-rio-ave-luc-03h15-ngay-11-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Arouca vs Rio Ave lúc 03h15 ngày 11/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-bodrum-vs-goztepe-luc-00h00-ngay-11-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-bodrum-vs-goztepe-luc-00h00-ngay-11-2-2025.jpg" alt="Nhận định soi kèo Bodrum vs Goztepe lúc 00h00 ngày 11/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-bodrum-vs-goztepe-luc-00h00-ngay-11-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Bodrum vs Goztepe lúc 00h00 ngày 11/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-plymouth-vs-liverpool-luc-22h00-ngay-9-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-plymouth-vs-liverpool-luc-22h00-ngay-9-2-2025.jpg" alt="Nhận định soi kèo Plymouth vs Liverpool lúc 22h00 ngày 9/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-plymouth-vs-liverpool-luc-22h00-ngay-9-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Plymouth vs Liverpool lúc 22h00 ngày 9/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-caen-vs-dunkerque-luc-2h45-ngay-11-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-caen-vs-dunkerque-luc-2h45-ngay-11-2-2025.jpg" alt="Nhận định soi kèo Caen vs Dunkerque lúc 2h45 ngày 11/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-caen-vs-dunkerque-luc-2h45-ngay-11-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Caen vs Dunkerque lúc 2h45 ngày 11/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-oviedo-vs-eldense-luc-2h30-ngay-11-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-oviedo-vs-eldense-luc-2h30-ngay-11-2-2025.jpg" alt="Nhận định soi kèo Oviedo vs Eldense lúc 2h30 ngày 11/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-oviedo-vs-eldense-luc-2h30-ngay-11-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Oviedo vs Eldense lúc 2h30 ngày 11/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>09/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-trabzonspor-vs-eyupspor-luc-00h00-ngay-11-2-2025/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/nhan-dinh-soi-keo-trabzonspor-vs-eyupspor-luc-00h00-ngay-11-2-2025.jpg" alt="Nhận định soi kèo Trabzonspor vs Eyupspor lúc 00h00 ngày 11/2/2025">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/nhan-dinh-soi-keo-trabzonspor-vs-eyupspor-luc-00h00-ngay-11-2-2025/">
								<h2 class="title_name">Nhận định soi kèo Trabzonspor vs Eyupspor lúc 00h00 ngày 11/2/2025</h2>
							</a>
							<p class="small-post-meta">
							<span>08/02/2025</span>
							</p>
						</div>
                    </article>
                                        <article class="item_post">
						<a href="https://xoilaczd.cc/thua-tham-arsenal-sao-man-city-thua-nhan-da-sup-do/" class="items__img">
							<img src="https://cdn.offendersfamilieshelpline.org/2025/02/bi-arsenal-vui-dap-5-1-pep-guardiola-phan-ung.png" alt="Thua thảm Arsenal, sao Man City thừa nhận ‘Đã Sụp Đổ’">
						</a>
						<div class="item_small">
							<a href="https://xoilaczd.cc/thua-tham-arsenal-sao-man-city-thua-nhan-da-sup-do/">
								<h2 class="title_name">Thua thảm Arsenal, sao Man City thừa nhận ‘Đã Sụp Đổ’</h2>
							</a>
							<p class="small-post-meta">
							<span>08/02/2025</span>
							</p>
						</div>
                    </article>
                                    </div>
            </div>
        </div>
    </div>
</div>  
<section class="box_content_home section-about mt-4 row mx-0">
    <div class="col-md-12 py-3">
        
        <div class="content-section">
            <div class="row no-gutters">
                <div class="toc-fixed col-12 col-lg-4">
                </div>
                <div class="col-lg-8 col-12">
                    <div class="entry-content">
                        <div class="overflow-scroll">
                            <p><div id="toc_container" class="no_bullets"><ul class="toc_list"><li><a href="#Phong_vien_dua_tin_tuc_bong_da_24h_nhanh_nhat">Phóng viên đưa tin tức bóng đá 24h nhanh nhất</a><ul><li><a href="#Cap_nhat_tin_tuc_bong_da_moi_nhat_o_tat_ca_cac_giai_dau">Cập nhật tin tức bóng đá mới nhất ở tất cả các giải đấu</a></li><li><a href="#Cap_nhat_tin_tuc_bong_da_24h_da_dang">Cập nhật tin tức bóng đá 24h đa dạng</a></li><li><a href="#Cap_nhat_tin_tuc_bong_da_moi_nhat_cuc_ky_chuan_xac">Cập nhật tin tức bóng đá mới nhất cực kỳ chuẩn xác</a></li></ul></li><li><a href="#Nhung_tin_tuc_bong_da_24h_duoc_xem_nhieu_nhat_tai_Xoilac_TV">Những tin tức bóng đá 24h được xem nhiều nhất tại Xoilac TV</a></li><li><a href="#Huong_dan_cach_xem_tin_tuc_bong_da_moi_nhat_tai_Xoilac_TV">Hướng dẫn cách xem tin tức bóng đá mới nhất tại Xoilac TV</a></li></ul></div>
</p>
<p><b>Xoilac TV</b> hiện tại đang là trang web được nhiều người lựa chọn để xem tin tức bóng đá trực tuyến nhất hiện nay. Bởi chỉ cần truy cập vào đây, mọi người sẽ dễ dàng tìm và xem được thông tin về bóng đá mới nhất trong 24 giờ qua ở tất cả các giải đấu. Thêm vào đó, tin tức mà chúng tôi cập nhật cũng khá là đa dạng, đầy đủ và chuẩn xác.</p>
<h2><span id="Phong_vien_dua_tin_tuc_bong_da_24h_nhanh_nhat"><b>Phóng viên đưa tin tức bóng đá 24h nhanh nhất</b></span></h2>
<p>Khi công nghệ phát triển, mọi người không cần phải mua báo giấy hoặc xem các chương trình thể thao trên TV, nếu như muốn biết thông tin bóng đá mới nhất nữa. Thay vào đó, mọi người có thể xem trực tiếp trên chiếc điện thoại hay máy tính của mình khá là đơn giản. Bởi toàn bộ các tin tức về bóng đá hiện nay đều được cập nhật lên trên mạng khá đầy đủ.</p>
<figure id="attachment_58915" class="wp-caption aligncenter" aria-describedby="caption-attachment-58915"><img class="size-full wp-image-58915" src="https://cdn.offendersfamilieshelpline.org/2022/08/phong-vien-dua-tin-tuc-bong-da-24h-nhanh-nhat.jpg" alt="phong-vien-dua-tin-tuc-bong-da-24h-nhanh-nhat" width="800" height="500" srcset="https://cdn.offendersfamilieshelpline.org/2022/08/phong-vien-dua-tin-tuc-bong-da-24h-nhanh-nhat.jpg 800w, https://cdn.offendersfamilieshelpline.org/2022/08/phong-vien-dua-tin-tuc-bong-da-24h-nhanh-nhat-300x188.jpg 300w, https://cdn.offendersfamilieshelpline.org/2022/08/phong-vien-dua-tin-tuc-bong-da-24h-nhanh-nhat-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-58915" class="wp-caption-text">Phóng viên đưa tin tức bóng đá 24h nhanh nhất</figcaption></figure>
<p>Trên mạng hiện tại cũng có rất nhiều website cập nhật tin tức về bóng đá, trong đó được đánh giá cao nhất phải kể đến <b>Xôi Lạc TV</b>. Bởi chúng tôi có những ưu điểm sau đây:</p>
<h3><span id="Cap_nhat_tin_tuc_bong_da_moi_nhat_o_tat_ca_cac_giai_dau"><b>Cập nhật tin tức bóng đá mới nhất ở tất cả các giải đấu</b></span></h3>
<p>Bóng đá là môn thể thao vua cho nên cực kỳ được yêu thích tại Việt Nam. Chính vì thế những thông <a href="https://offendersfamilieshelpline.org/tin-tuc-moi-nhat/"><strong>tin bóng đá</strong></a> mới nhất mỗi ngày luôn được rất nhiều người theo dõi. Bởi những người yêu bóng đá thường rất muốn biết trong vòng 24 giờ qua tình hình bóng đá như thế nào, có sự kiện gì hot,… Biết được điều này, Xôi Lạc TV đã xây dựng một chuyên mục Tin Tức cực kỳ chuyên nghiệp. Để bạn truy cập vào và xem được những thông tin mới nhất mỗi ngày.</p>
<p>Hiện tại tại chuyên mục Tin Tức của chúng tôi có rất nhiều biên tập viên chuyên nghiệp và làm việc 24/7. Để tìm kiếm và cập nhật những tin tức mới nhất về bóng đá ở các giải đấu đấu trong và ngoài nước. Cho nên khi vào đây, bạn sẽ tham khảo được thông tin ở rất nhiều giải đấu hàng đầu như:</p>
<ul>
<li aria-level="1">Tin tức Ngoại Hạng Anh – Premier League</li>
<li aria-level="1">Tin tức bóng đá Tây Ban Nha – La Liga</li>
<li aria-level="1">Tin tức bóng đá Ý – Serie A</li>
<li aria-level="1">Tin tức bóng đá Pháp – Ligue 1</li>
<li aria-level="1">Tin tức bóng đá Đức – Bundesliga</li>
<li aria-level="1">Tin tức Champion League – Cúp C1</li>
<li aria-level="1">Tin tức Europa League – Cúp C2</li>
<li aria-level="1">Tin tức World Cup</li>
<li aria-level="1">Tin tức Euro</li>
<li aria-level="1">Tin tức bóng đá Việt Nam</li>
<li aria-level="1">Tin tức V-League</li>
<li aria-level="1">Ngoài ra còn có rất nhiều các giải đấu khác tại Châu Âu, Châu Mỹ, Châu Á,.. cho đến trong nước</li>
</ul>
<p>Với việc cập nhật thông tin cho toàn bộ các giải đấu bóng đá hàng đầu trên đây. Chắc chắn sẽ giúp bạn có thể nắm tình hình bóng đá toàn thế giới trong tay mình khá là dễ dàng.</p>
<h3><span id="Cap_nhat_tin_tuc_bong_da_24h_da_dang"><b>Cập nhật tin tức bóng đá 24h đa dạng</b></span></h3>
<p>Tại <b>Xoilac TV,</b> bạn cũng sẽ biết được toàn bộ các thông tin bóng đá cực kỳ đa dạng. Khi chúng tôi sẽ cung cấp cho toàn những tin tức sau:</p>
<ul>
<li aria-level="1">Tin chuyển nhượng: Tổng hợp toàn bộ các thông tin, tin đồn chuyển nhượng mới nhất về những cầu thủ và câu lạc bộ hàng đầu trên toàn thế giới</li>
<li aria-level="1">Tin cầu thủ: Tổng hợp toàn bộ các thông tin về những cầu thủ hàng đầu trong nước và thế giới hiện nay</li>
<li aria-level="1">Tin huấn luyện viên: Tổng hợp các thông tin về những huấn luyện viên hàng đầu thế giới và trong nước</li>
<li aria-level="1">Tin giải đấu: Thông tin về những giải bóng đá hàng đầu trên thế giới và trong nước hiện tại</li>
<li aria-level="1">Tin trước trận đấu: Toàn bộ các thông tin trước trận đấu như đội hình xuất phát, phong độ hiện tại, lịch sử đối đầu, sân tổ chức trận đấu</li>
<li aria-level="1">Tin bên lề sân cỏ: Toàn bộ các thông tin về ăn chơi, đời tư, cuộc sống,… của những cầu thủ, huấn luyện viên hàng đầu thế giới hiện nay</li>
<li aria-level="1">Tin hot: Những sự kiện về bóng đá hot nhất trong ngày và nhận được quan tâm nhiều nhất của mọi người</li>
<li aria-level="1">Ngoài ra, chúng tôi còn cập nhật rất nhiều các tin tức về bóng đá khác mà bạn có thể tham khảo thêm.</li>
</ul>
<h3><span id="Cap_nhat_tin_tuc_bong_da_moi_nhat_cuc_ky_chuan_xac"><b>Cập nhật tin tức bóng đá mới nhất cực kỳ chuẩn xác</b></span></h3>
<p>Khi xem các thông tin bóng đá trực tuyến do Xoilac TV cập nhật, bạn hoàn toàn có thể tin tưởng về độ chính xác. Bởi<b> Xôi Lạc TV</b> chỉ lấy những tin tức từ những nguồn uy tín nhất trên thế giới và trong nước hiện nay. Cho nên chúng tôi cam kết toàn bộ những tin tức tại đây đều chuẩn xác 100%.</p>
<p>Thêm vào đó, Xôi Lạc TV còn có một đội ngũ biên tập viên làm việc 24/7. Cho nên ngay khi có những thông tin gì mới, chúng tôi sẽ cập nhật ngay lập tức. Giúp bạn biết được những thông tin về bóng đá mới nhất một cách dễ dàng.</p>
<figure id="attachment_58916" class="wp-caption aligncenter" aria-describedby="caption-attachment-58916"><img class="size-full wp-image-58916" src="https://cdn.offendersfamilieshelpline.org/2022/08/cap-nhat-tin-bong-da-24h.jpg" alt="cap-nhat-tin-bong-da-24h" width="800" height="500" srcset="https://cdn.offendersfamilieshelpline.org/2022/08/cap-nhat-tin-bong-da-24h.jpg 800w, https://cdn.offendersfamilieshelpline.org/2022/08/cap-nhat-tin-bong-da-24h-300x188.jpg 300w, https://cdn.offendersfamilieshelpline.org/2022/08/cap-nhat-tin-bong-da-24h-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-58916" class="wp-caption-text">Cập nhật tin bóng đá 24h</figcaption></figure>
<h2><span id="Nhung_tin_tuc_bong_da_24h_duoc_xem_nhieu_nhat_tai_Xoilac_TV"><b>Những tin tức bóng đá 24h được xem nhiều nhất tại Xoilac TV</b></span></h2>
<p>Là một website cập nhật tin tức về bóng đá hàng đầu hiện nay. Cho nên mỗi ngày <b>Xoilac TV</b> đều đón nhận hàng chục nghìn lượt truy cập của mọi người. Để tìm và xem những thông tin về bóng đá mới nhất, hấp dẫn nhất. Trong đó những tin tức được xem nhiều nhất tại đây có thể kể đến như:</p>
<ul>
<li aria-level="1">Tin tức bóng đá mới nhất: Những thông tin về bóng đá hot nhất, mới nhất trong ngày của những CLB, cầu thủ trên khắp thế giới</li>
<li aria-level="1">Tin tức về bóng đá Việt Nam: Thông tin về đội tuyển bóng đá Việt Nam, các cầu thủ, huấn luyện viên trong nước cũng được khá nhiều người quan tâm. Bởi gần như tất cả mọi người đều muốn biết tình hình bóng đá trong nước và đội tuyển như thế nào</li>
<li aria-level="1">Tin tức về giải Ngoại Hạng Anh: Ngoại Hạng Anh chính là giải bóng đá được yêu thích nhất tại Việt Nam hiện nay. Cho nên những thông tin về giải đấu này cũng được rất nhiều người quan tâm. Để biết các cầu thủ, huấn luyện viên, trận đấu tại đây như thế nào mỗi ngày</li>
<li aria-level="1">Tin tức thể thao, giải trí: Tại Xoi Lac TV, những thông tin về các giải thể thao như bóng rổ, bóng chuyển, đua xe, bóng bàn hay tin tức giải trí như người đẹp bóng đá, các nàng WAGs,… cũng nhận được rất nhiều sự quan tâm của mọi người.</li>
</ul>
<h2><span id="Huong_dan_cach_xem_tin_tuc_bong_da_moi_nhat_tai_Xoilac_TV"><b>Hướng dẫn cách xem tin tức bóng đá mới nhất tại Xoilac TV</b></span></h2>
<p>Nếu đã từng truy cập vào trang web <b>Xôi Lạc TV</b>, bạn sẽ thấy giao diện của chúng tôi này được thiết kế khá đơn giản. Mà gần như tất cả mọi người đều có thể sử dụng một cách dễ dàng, ngay cả không biết nhiều về internet. Cho nên để tìm và xem những thông tin bóng đá trực tuyến được <a href="https://offendersfamilieshelpline.org/"><strong>XoiLac TV</strong></a> cập nhật, bạn chỉ cần làm như sau:</p>
<ul>
<li aria-level="1">Bước 1: Bạn sẽ lấy máy tính, điện thoại hoặc là laotop có kết nối mạng của mình rồi truy cập vào trang web Xoilac TV</li>
<li aria-level="1">Bước 2: Tiếp theo bạn sẽ vào mục Tin Tức ngay trên thanh Menu của trang web</li>
<li aria-level="1">Bước 3: Cuối cùng bạn chỉ cần tìm và chọn và thông tin mà mình muốn đọc là xong.</li>
</ul>
<p>Chúng tôi sắp xếp tin tức về bóng đá cũng cực kỳ thông minh. Khi những tin tức hot nhất, nhận được nhiều sự quan tâm nhất luôn được chúng <b>XoiLac TV</b> cập nhật lên trên cùng. Giúp bạn có thể biết được những sự kiện bóng đá hấp dẫn nhất một cách dễ dàng.</p>
<p>Thêm vào đó, tốc độ load tại Xoilac TV cũng cực kỳ nhanh. Khi chúng tôi đang sử dụng đường truyền khá là hiện đại. Cho nên bạn có thể xem tin tức mà mình cần khá là nhanh chóng và đơn giản. Ngoài ra, chúng tôi cũng không chèn banner tại mục này. Nên bạn sẽ không sợ bị cản trở khi đọc những thông tin mà mình muốn.</p>
<p>Để tìm và xem được những tin tức bóng đá mới nhất trong vòng 24 giờ qua, bạn chỉ cần truy cập vào <b>Xôi Lạc TV</b>. Khi mỗi ngày chúng tôi đều cập nhật cho bạn toàn bộ những thông tin, sự kiện bóng đá hot nhất ở rất nhiều giải đấu trong và ngoài nước. Thêm vào đó, tin tức mà chúng tôi cập nhật trên trang web cũng cực kỳ đầy đủ và chuẩn xác cho bạn tham khảo.</p>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
            </div>
        </div>
        </div>
    </main>
            <footer class="page-footer font-small pt-4">
  <div class="container">
    <div class="text-center ">Đồng hành cùng Xoilac TV kênh phát sóng trực tiếp bóng đá hôm nay với đường truyền full HD tốc độ cao và bình luận hấp dẫn. Cập nhật link xem bóng đá trực tuyến Xoilacz.TV phát sóng tất cả các giải đấu đang được quan tâm hiện nay. Ngoài tên gọi Xôi Lạc TV, bạn có thể biết đến chúng tôi là Xoivo TV tructiepbongda cập nhật lịch thi đấu đầy đủ, tin bóng đá mới, video highlight, bảng xếp hạng, kết quả, kiến thức bóng đá... tất cả thông tin về môn thể thao vua sẽ được tổng hợp từ Xoilac. Truy cập website để có những giây phút Ăn Xôi Lạc Xem Bóng Đá trực tuyến.</div>
    <div class="text-center">
      <a class="logo mt-3 d-block" href="/wp-content/themes/bongda/dist/images/xoilaczcov1.png" width="130"></a>
              <ul id="menu-footer" class="navbar mb-0 mt-2 p-0 d-flex justify-content-center"><li class="nav-item menu-item menu-ve-chung-toi"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/ve-chung-toi/">Về Chúng Tôi</a></li>
<li class="nav-item menu-item menu-dieu-khoan"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/dieu-khoan/">Điều Khoản</a></li>
<li class="nav-item menu-item menu-chinh-sach"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/chinh-sach-bao-mat/">Chính Sách</a></li>
<li class="nav-item menu-item menu-lien-he"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/lien-he/">Liên Hệ</a></li>
<li class="nav-item menu-item menu-ban-quyen"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/ban-quyen/">Bản Quyền</a></li>
<li class="nav-item menu-item menu-tuyen-dung"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/tuyen-dung/">Tuyển Dụng</a></li>
<li class="nav-item menu-item menu-mien-tru-trach-nhiem"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/mien-tru-trach-nhiem/">Miễn Trừ Trách Nhiệm</a></li>
<li class="nav-item menu-item menu-giai-dap-cau-hoi"><a class="nav-link" rel="dofollow" href="https://xoilaczd.cc/giai-dap-cau-hoi/">Giải Đáp Câu Hỏi</a></li>
</ul>
            <!-- <p class="text-gray mt-1 mb-0"><img src="https://xoilaczd.cc/wp-content/themes/bongda/dist//images/lienhe.png"></p> -->
      <p class="text-gray mt-1 mb-0">Địa chỉ: <a href="https://www.google.com/maps/d/u/0/viewer?ll=29.002626862817188%2C-92.41699249999999&z=4&mid=1_5A8wXGMY1_xZRQxox5a5fO9oFIbt9A" target="_blank" rel="nofollow noopener" style="color: #9c9c9c;">231 Đỗ Quang, Vĩnh Trung, Thanh Khê, Đà Nẵng 550000.</a></p>
      <p class="text-gray mt-1 mb-0">Điều hành hoạt động : Võ Hà Chiến</p>
      <p class="text-gray mt-1 mb-0">#XoilacTV #Xoilac #tructiepbongda #xembongda #bongdatructuyen</p>
      <p class="text-gray mt-1 mb-0">Email: <a href="/cdn-cgi/l/email-protection#0b736462676a687f7d71656e7f4b6c666a626725686466" style="color: #fff;"><span class="__cf_email__" data-cfemail="50283f393c313324262a3e352410373d31393c7e333f3d">[email&#160;protected]</span></a></p>
      <p class="text-gray mt-1 mb-0">Open - Closed: 24h every day.</p>
      <div class="sosial_footer mt-1 mb-2">
        <a target="_blank" rel="nofollow" href="https://www.scoop.it/u/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-scoop.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://about.me/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-about-me.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://www.flickr.com/people/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-flickr.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://twitter.com/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-twitter.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://issuu.com/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-issuu.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://ok.ru/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-okru.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://www.instagram.com/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-instagram.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://www.twitch.tv/xoilactvznet">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-twitter.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://xoilactvznet.tumblr.com/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-tumblr.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://t.me/s/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-messages.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://www.behance.net/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-behance.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://trello.com/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-trello.svg">
        </a>
        <a target="_blank" rel="nofollow" href="https://www.facebook.com/xoilactvznet/">
          <img class="lazy" src="https://xoilaczd.cc/wp-content/themes/bongda/dist/images/icon-facebook.svg">
        </a>
      </div>
    </div>
  </div>
  <div class="d-flex justify-content-center align-items-center gap-3 flex-column flex-lg-row">
    <!-- <div class="encodelink-embed-btn text-center" id="encodelink-embed-btn"></div>
      <script src="https://b-traffic.pages.dev/b_bt.js"></script>
     
      <div class="shorten-m-btn text-center" id="shorten-m-btn"></div>
      <script src="https://m-traffic.pages.dev/m_bt.js"></script>


<div class="sm-one-btn text-center" id="sm-one-btn"></div>
      <script src="https://sm-one-traffic.pages.dev/sm-bt.js"></script>

<ins id="laypass_net"></ins>
<script type='text/javascript' src='https://laypass.net/js.php'></script> -->
<!-- Đơn vị tài trợ: Bongdainfo - Dữ liệu <a href="https://ogres-crypt.com/" target="_blank">bongdalu</a> trực tuyến -->
  </div>
  <div class="text-center"><a href="//www.dmca.com/Protection/Status.aspx?ID=6ab93c91-86ab-46d9-b8e7-cd2154648514" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca_copyright_protected150a.png?ID=6ab93c91-86ab-46d9-b8e7-cd2154648514"  alt="DMCA.com Protection Status" /></a>  <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script></div>
  <div class="w-50 m-auto"><p class="mt-3 text-light ps-3 d-none text-center">Chú ý: Tất cả quảng cáo trên web chúng tôi, đều là ý kiến cá nhân của khách hàng, không có liên quan gì với web chúng tôi. Tất cả thông tin mà web chúng tôi cung cấp chỉ mang tính chất tham khảo, xin quý khách chú ý tuân thủ pháp luật của nước sở tại, không được phép sử dụng thông tin của chúng tôi để tiến hành hoạt động phi pháp. Nếu không, quý khách sẽ phải hoàn toàn chịu trách nhiệm trước pháp luật. Web chúng tôi sẽ không chịu bất kì trách nhiệm nào.</p></div>
  <div class="footer-coop text-center mt-2 d-none">Đơn vị chủ quản: <a target="_blank" rel="nofollow" href="https://8xbetviet.net/">8XBET</a> Nhà cái uy tín số 1 Châu Á - Đối tác chính thức của CLB Manchester City.</div>
  <div class="footer-copyright text-center py-3">Copyright © 2020 Xoilac TV, All rights reserved.</div>
</footer>
<style>
.scrollTo {
    width: 30px; height: 30px; display: flex; justify-content: center;align-items: center;text-align: center; line-height: 30px;  cursor: pointer; position: fixed; opacity: 1; visibility: visible; color: #fff; border-radius: 50%; z-index: 9999999;
	bottom: 20%; right: 2%;
	background-color: #4ea648;
}
.scrollTo:hover { color: white; }
</style>
<a href="#" class="scrollTo show"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5"/>
</svg></a>
<script>
jQuery('.scrollTo').click(function(event) { jQuery('html, body').animate({ scrollTop: 0 }); return false; });
</script>
<div class="d-block d-lg-none menu_bottom justify-content-between original cloned" id="div_footer1">
  <ul class="d-flex justify-content-around m-0">
      <li>
        <a title="Live" href="/#f-live">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_617_335)"><path d="M5.55249 0.782227L5.21655 1.15138L7.35083 3.09181H0.76343C0.697127 3.09207 0.633644 3.11865 0.586945 3.16571C0.540245 3.21278 0.514152 3.27649 0.514406 3.34279V13.5928C0.51467 13.6587 0.540991 13.7219 0.587635 13.7686C0.634279 13.8152 0.697466 13.8415 0.76343 13.8418H15.2634C15.3297 13.8421 15.3934 13.8159 15.4405 13.7692C15.4876 13.7225 15.5141 13.6591 15.5144 13.5928V3.34279C15.5145 3.3098 15.5081 3.2771 15.4956 3.2466C15.483 3.21609 15.4645 3.18835 15.4412 3.16502C15.4178 3.14169 15.3901 3.12323 15.3596 3.11066C15.3291 3.0981 15.2964 3.09168 15.2634 3.09181H8.8645L10.8123 1.14405L10.4578 0.789551L8.15747 3.09181H8.094L5.55249 0.782227ZM8.01441 4.87355C10.0645 4.87355 11.7312 6.54219 11.7312 8.59229C11.7312 10.6424 10.0645 12.3091 8.01441 12.3091C5.96431 12.3091 4.29761 10.6424 4.29761 8.59229C4.29761 6.54219 5.96431 4.87355 8.01441 4.87355ZM8.01441 5.37353C7.91786 5.37353 7.82312 5.37921 7.72876 5.38772L8.21753 5.60401L8.76148 5.4639C8.5215 5.40693 8.27208 5.37353 8.01441 5.37353ZM6.90894 5.57227C6.4729 5.73173 6.08005 5.97987 5.7561 6.29932L5.73902 7.61232L6.61646 7.98828L7.78443 7.14795L7.92261 6.02002L6.90894 5.57227ZM9.56714 5.77247L8.42603 6.06544L8.28736 7.17578L9.42652 8.01417L10.4285 7.71143L10.5906 6.66799C10.3172 6.30178 9.96971 5.99448 9.56714 5.77247ZM5.24683 6.95605C5.02808 7.32629 4.881 7.74319 4.82544 8.18995L5.23609 7.69044L5.24683 6.95605ZM10.989 7.36621L10.9158 7.83839L11.2078 8.21729C11.1733 7.91922 11.0989 7.63359 10.989 7.36621ZM8.01636 7.59767L6.94019 8.37159L7.01489 8.60645L7.34302 9.63672L8.66968 9.64427L9.08667 8.38404L8.0183 7.5979L8.01733 7.59839L8.01636 7.59767ZM5.56177 8.08153L4.823 8.98048C4.88315 9.48178 5.05781 9.94702 5.32056 10.3496L6.40503 10.5928L6.82349 9.94531L6.88696 9.84716L6.44409 8.45948L5.80884 8.18701L5.56177 8.08153ZM10.5593 8.19532L9.57642 8.49463L9.13208 9.83692L9.73999 10.5434L10.7004 10.3633C10.96 9.9699 11.1327 9.51526 11.1985 9.02589L10.5593 8.19532ZM7.29663 10.1348L7.16773 10.333L6.81812 10.8755L7.34839 11.7393C7.56339 11.7843 7.78576 11.8086 8.01441 11.8086C8.311 11.8086 8.59691 11.7656 8.86939 11.691L9.34009 10.8516L8.73316 10.1426L7.29663 10.1348ZM10.178 10.9702L9.80884 11.0386L9.61743 11.3799C9.81941 11.2638 10.0068 11.1259 10.178 10.9702ZM5.86597 10.9839C6.08651 11.1821 6.33432 11.3495 6.60376 11.481L6.36841 11.0967L5.86597 10.9839ZM4.51441 14.3389V14.9678C4.51467 15.0338 4.54099 15.097 4.58763 15.1436C4.63428 15.1903 4.69747 15.2166 4.76343 15.2168H11.2654C11.3313 15.2166 11.3945 15.1903 11.4412 15.1436C11.4878 15.097 11.5141 15.0338 11.5144 14.9678V14.3389H4.51441Z" fill="white"/></g><defs><clipPath id="clip0_617_335"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>
          <span>Live</span>
        </a>
      </li>
      <li>
        <a title="Hot" href="/#f-hot">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g opacity="0.7" clip-path="url(#clip0_617_319)"><path d="M1.05118 8.08056L1.30224 7.8295C1.4853 7.64644 1.4853 7.34966 1.30224 7.16659C1.11921 6.98353 0.822398 6.98353 0.639336 7.16659L0.388273 7.41766C0.205211 7.60072 0.205211 7.8975 0.388273 8.08056C0.571273 8.26359 0.868086 8.26366 1.05118 8.08056Z" fill="white"/><path d="M0.800203 13.352L1.05123 13.101C1.2343 12.9179 1.2343 12.6211 1.05123 12.4381C0.868203 12.255 0.571391 12.255 0.388328 12.4381L0.137297 12.6891C-0.0457656 12.8722 -0.0457656 13.169 0.137297 13.352C0.320328 13.535 0.617141 13.5351 0.800203 13.352Z" fill="white"/><path d="M8.18674 14.6824L7.93568 14.9106C7.74411 15.0848 7.72999 15.3812 7.90411 15.5728C8.14349 15.8361 8.45836 15.7024 8.56627 15.6043L8.81733 15.3761C9.00889 15.202 9.02302 14.9055 8.84889 14.714C8.67477 14.5224 8.3783 14.5083 8.18674 14.6824Z" fill="white"/><path d="M10.1767 7.9216L10.0002 9.03688C10.7827 9.03879 11.5657 8.74198 12.1614 8.14632C12.278 8.02973 12.383 7.90588 12.4767 7.77635L11.4685 7.2627L10.1767 7.9216Z" fill="white"/><path d="M11.0048 4.33256L11.8045 3.53288C11.0014 2.9455 9.97351 2.80075 9.05957 3.0985L9.57298 4.10613L11.0048 4.33256Z" fill="white"/><path d="M10.0076 0C8.66978 0 7.4155 0.309125 6.2796 0.918813C3.24116 2.54956 2.05825 5.77256 2.03656 5.83225C1.96981 6.01584 2.0241 6.22153 2.17253 6.34853C2.32097 6.47553 2.53278 6.49706 2.70385 6.40269C2.94716 6.26794 3.67681 5.93047 4.01478 5.96916C4.04585 6.4935 3.52688 6.96384 3.11981 7.35622C2.40094 8.04916 1.50628 8.91156 1.50628 10.5104C1.50628 10.7693 1.71616 10.9792 1.97503 10.9792C2.72166 10.9792 3.01253 11.27 3.01253 12.0167C3.01253 12.8692 2.57422 13.6384 1.70972 14.3028C1.02285 14.8308 0.318002 15.0873 0.31169 15.0896C0.0967522 15.1661 -0.0319354 15.3862 0.00687712 15.6109C0.0456584 15.8358 0.240658 16 0.468783 16C5.05681 16 6.79813 14.3352 8.0696 13.1197C8.50753 12.701 9.22647 11.936 10.031 11.9853C10.07 12.3235 9.73172 13.0554 9.59819 13.296C9.50356 13.467 9.52497 13.6788 9.65194 13.8274C9.77888 13.976 9.98472 14.0302 10.1684 13.9635C10.2291 13.9415 13.451 12.7592 15.0813 9.72091C15.6909 8.58491 16 7.33047 16 5.99241C16 2.68819 13.3118 0 10.0076 0ZM12.8243 8.80897C11.2713 10.3621 8.74416 10.3621 7.19106 8.80897C5.63797 7.25587 5.63797 4.72878 7.19106 3.17569C8.74416 1.62259 11.2713 1.62259 12.8243 3.17569C14.3774 4.72878 14.3774 7.25587 12.8243 8.80897Z" fill="white"/><path d="M11.6677 4.99497L11.8942 6.42681L12.9018 6.94022C13.1996 6.02625 13.0548 4.99837 12.4674 4.19531L11.6677 4.99497Z" fill="white"/><path d="M10.7577 5.24251L9.52677 5.04785L8.96021 6.1586L9.84161 7.04001L10.9524 6.47345L10.7577 5.24251Z" fill="white"/><path d="M7.10889 6.92559C7.25189 7.37215 7.5002 7.79199 7.85395 8.14574C8.2077 8.49949 8.62754 8.7478 9.07411 8.89084L9.2507 7.77462L8.22511 6.74902L7.10889 6.92559Z" fill="white"/><path d="M8.73761 4.53156L8.22395 3.52344C8.09442 3.61712 7.97054 3.72209 7.85398 3.83869C7.25829 4.43437 6.96151 5.21741 6.96339 5.99984L8.07867 5.82341L8.73761 4.53156Z" fill="white"/></g><defs><clipPath id="clip0_617_319"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>
          <span>Hot</span>
        </a>
      </li>
      <li>
        <a title="BLV Xoilac" href="/#f-blv">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g opacity="0.7" clip-path="url(#clip0_617_296)"><path d="M14.8571 5.76381C14.8593 5.74737 14.8593 5.73072 14.8571 5.71429C14.8571 2.56381 12.1448 0 8.80762 0H7.19238C3.85524 0 1.14286 2.56381 1.14286 5.71429C1.1407 5.73072 1.1407 5.74737 1.14286 5.76381C0.815951 5.84822 0.526334 6.0388 0.31948 6.30564C0.112627 6.57248 0.000251839 6.90047 0 7.2381V9.14286C0 9.547 0.160544 9.93458 0.446313 10.2204C0.732083 10.5061 1.11967 10.6667 1.52381 10.6667H2.28571C2.28571 12.0812 2.84762 13.4377 3.84781 14.4379C4.84801 15.4381 6.20456 16 7.61905 16H8.38095C10.899 16 12.8876 14.2933 13.3105 12.701C13.7668 12.5048 14.1674 12.1985 14.4762 11.8095C14.7455 11.4615 14.8928 11.0344 14.8952 10.5943C15.2113 10.5039 15.4897 10.3137 15.6888 10.0521C15.8879 9.79054 15.9971 9.47158 16 9.14286V7.2381C15.9997 6.90047 15.8874 6.57248 15.6805 6.30564C15.4737 6.0388 15.184 5.84822 14.8571 5.76381ZM12.1905 10.979C12.1912 11.319 12.0732 11.6485 11.8569 11.9107C11.6406 12.1729 11.3396 12.3513 11.0057 12.4152C10.6155 12.4871 10.221 12.5329 9.82476 12.5524C9.74372 12.3355 9.59869 12.1483 9.40889 12.0156C9.21909 11.883 8.99347 11.8111 8.7619 11.8095H7.28762C7.01733 11.8045 6.75354 11.8926 6.54057 12.0591C6.32759 12.2256 6.17841 12.4603 6.11809 12.7238C6.0842 12.8899 6.08766 13.0614 6.12823 13.226C6.16881 13.3905 6.24547 13.544 6.35268 13.6753C6.45989 13.8066 6.59496 13.9123 6.74809 13.985C6.90123 14.0576 7.06861 14.0953 7.2381 14.0952H8.7619C8.99769 14.0946 9.2275 14.021 9.41983 13.8846C9.61216 13.7482 9.7576 13.5556 9.83619 13.3333C10.4744 13.3251 11.1111 13.2691 11.741 13.1657C11.3514 13.69 10.8448 14.116 10.2614 14.4096C9.67803 14.7033 9.03408 14.8566 8.38095 14.8571H7.61905C6.50766 14.8571 5.4418 14.4156 4.65593 13.6298C3.87007 12.8439 3.42857 11.7781 3.42857 10.6667V7.2381H4.57143C4.57143 7.2381 5.58095 7.2381 5.71429 5.96952C5.9644 6.35866 6.30825 6.67875 6.71428 6.9004C7.12031 7.12205 7.57551 7.23817 8.0381 7.2381H12.1905V10.979ZM13.6457 5.71429C13.4658 4.64986 12.915 3.68345 12.0908 2.9862C11.2667 2.28895 10.2224 1.90586 9.14286 1.90476H6.85714C5.77762 1.90586 4.73331 2.28895 3.90916 2.9862C3.08501 3.68345 2.53421 4.64986 2.35429 5.71429H1.90476C1.90476 2.98286 4.27429 0.761905 7.19238 0.761905H8.80762C11.7257 0.761905 14.0952 2.98286 14.0952 5.71429H13.6457Z" fill="white"/></g><defs><clipPath id="clip0_617_296"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>
          <span>BLV Xoilac</span>
        </a>
      </li>
      <li>
        <a title="Kết quả" href="/kqbd">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g opacity="0.7"><path d="M4.8054 2.30915C4.53388 2.07495 4.18124 1.93262 3.7947 1.93262C2.93896 1.93262 2.24536 2.62653 2.24536 3.48211C2.24536 3.71411 2.29787 3.93364 2.38932 4.13121C3.05918 3.37158 3.88006 2.74795 4.8054 2.30915Z" fill="white"/><path d="M8.00002 16C11.8253 16 14.9265 12.8988 14.9265 9.07364C14.9265 5.64796 12.4391 2.8053 9.17187 2.24801V1.96633V1.68423V0.949808H9.77271C9.97132 0.949808 10.1325 0.737301 10.1325 0.474904C10.1325 0.212664 9.97132 0 9.77271 0H6.22701C6.02813 0 5.86688 0.212664 5.86688 0.474904C5.86688 0.737301 6.02808 0.949808 6.22701 0.949808H6.82754V1.68396V1.96607V2.24775C6.2442 2.34732 5.68629 2.51953 5.16254 2.7552C4.2152 3.18121 3.38131 3.81312 2.71769 4.59507C1.69289 5.80261 1.07324 7.36515 1.07324 9.07338C1.07356 12.8988 4.17474 16 8.00002 16ZM3.91936 5.02569C4.30916 4.63275 4.75487 4.29567 5.24403 4.02762C6.06288 3.5785 7.00205 3.32207 8.00028 3.32207C11.1719 3.32207 13.7517 5.90224 13.7517 9.07364C13.7517 12.2452 11.1718 14.8253 8.00028 14.8253C4.82882 14.8253 2.24871 12.2452 2.24871 9.07364C2.24845 7.49633 2.88738 6.06585 3.91936 5.02569Z" fill="white"/><path d="M4.52233 12.5512C4.74484 12.7737 4.98864 12.9751 5.25014 13.1517C5.38095 13.2399 5.51636 13.3224 5.65556 13.3978C6.3524 13.7764 7.15102 13.9916 7.99973 13.9916C8.10585 13.9916 8.21114 13.9881 8.31548 13.9813C8.8376 13.9485 9.33771 13.8339 9.80313 13.6502C9.98928 13.577 10.17 13.4923 10.3442 13.3976C10.4837 13.3219 10.6188 13.2399 10.7496 13.1515C11.0112 12.9745 11.2549 12.7738 11.4774 12.5509C12.3675 11.6609 12.9178 10.4316 12.9178 9.07343C12.9178 7.71538 12.3675 6.48572 11.4774 5.59576C11.2549 5.37314 11.0112 5.17206 10.7496 4.99524C10.6188 4.90688 10.4834 4.82471 10.3442 4.74898C10.17 4.65428 9.98928 4.57017 9.80313 4.49649C9.33797 4.31307 8.8376 4.1983 8.31548 4.16534C8.21114 4.15852 8.10585 4.15527 7.99973 4.15527C7.15075 4.15527 6.3524 4.37035 5.65556 4.74877C5.51605 4.82445 5.38095 4.90672 5.25014 4.99503C4.98843 5.17179 4.74458 5.37288 4.52233 5.59555C3.63226 6.48546 3.08179 7.7149 3.08179 9.07322C3.08205 10.4318 3.63252 11.6611 4.52233 12.5512ZM7.99999 5.16V8.84462L4.29583 10.2682C3.64012 7.71396 5.43314 5.16 7.99999 5.16Z" fill="white"/></g></svg>
          <span>Kết quả</span>
        </a>
      </li>
      <li>
        <a title="Xêm thêm" href="/" data-toggle="collapse" data-target="#navbarSupportedContent15" aria-controls="navbarSupportedContent15" aria-expanded="false" aria-label="Toggle navigation">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g opacity="0.7" clip-path="url(#clip0_617_310)"><path d="M13.9999 0.833008H9.99992C9.35559 0.833008 8.83325 1.35534 8.83325 1.99967V5.99967C8.83325 6.64401 9.35559 7.16634 9.99992 7.16634H13.9999C14.6443 7.16634 15.1666 6.64401 15.1666 5.99967V1.99967C15.1666 1.35534 14.6443 0.833008 13.9999 0.833008Z" fill="white"/><path d="M15.1554 11.1745L12.8247 8.84375C12.6057 8.62548 12.3091 8.50293 11.9998 8.50293C11.6906 8.50293 11.394 8.62548 11.175 8.84375L8.84424 11.1745C8.62583 11.3934 8.50317 11.6901 8.50317 11.9993C8.50317 12.3086 8.62583 12.6053 8.84424 12.8242L11.175 15.1549C11.3939 15.3734 11.6906 15.4961 11.9998 15.4961C12.3091 15.4961 12.6058 15.3734 12.8247 15.1549L15.1554 12.8242C15.374 12.6053 15.4967 12.3087 15.4967 11.9993C15.4967 11.69 15.374 11.3934 15.1554 11.1745Z" fill="white"/><path d="M5.99992 0.833008H1.99992C1.35559 0.833008 0.833252 1.35534 0.833252 1.99967V5.99967C0.833252 6.64401 1.35559 7.16634 1.99992 7.16634H5.99992C6.64425 7.16634 7.16659 6.64401 7.16659 5.99967V1.99967C7.16659 1.35534 6.64425 0.833008 5.99992 0.833008Z" fill="white"/><path d="M5.99992 8.83301H1.99992C1.35559 8.83301 0.833252 9.35534 0.833252 9.99967V13.9997C0.833252 14.644 1.35559 15.1663 1.99992 15.1663H5.99992C6.64425 15.1663 7.16659 14.644 7.16659 13.9997V9.99967C7.16659 9.35534 6.64425 8.83301 5.99992 8.83301Z" fill="white"/></g><defs><clipPath id="clip0_617_310"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>
          <span>Xem thêm</span>
        </a>
      </li>
  </ul>
</div>
<script>
  setTimeout(function() {
      jQuery('.grid-matches .grid-matches__item .grid-match__status--normal:hidden').each(function() {
        jQuery(this).closest('.grid-matches__item').find('.grid-match__league').addClass('full-league-name');
      });
    }, 500);
</script>

<style>
@media  screen and (max-width: 991px) {
	.full-league-name span.text-ellipsis {
		max-width: 100% !important;
	}
}
</style>

<div id="quangcaopc" class="footer-banner d-none d-lg-block" style="z-index: 9999999">
  <div class="container">
    <span class="close-ads" style="right: 50%;margin-right: -376px;transform: translateX(-50%);"  onclick="jQuery('#quangcaopc').removeClass('d-lg-block');">x</span>
      </div>
</div>
<style>
  .menu_bottom {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #292B2E;
    z-index: 999;
    
  }
  .menu_bottom ul {
    height: 2.75rem;
    display: flex;
    align-content: center;
  }
  .menu_bottom ul li {
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .menu_bottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    color: #FFF;
    text-align: center;
    font-family: 'Raleway';
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 140% */
    gap: 0.12rem;
    text-transform: uppercase;
  }
  .menu_bottom ul li:hover,.menu_bottom ul li:focus {
    background: linear-gradient(102deg, #008360 4.83%, #1BB916 118.99%);
  }
  .menu_bottom ul li a svg {
    display: block;
    margin-bottom: 5px;
  }
  .menu_bottom ul li a svg path{
    fill: #fff;
  }
  .footer-banner{
    position: fixed;
    bottom: 0;
    width: 100%;
        max-width: 728px;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  #menu-footer a {color: #fff;}
  .footer-banner p{margin-bottom: 5px !important;}
  .close-ads {
    font-size: 12px;
    position: absolute;
    bottom: 100%;
    right: -2px;
    border-radius: 0px;
    color: #FFF;
    background-color: rgba(0,0,0,0.7);
    border: 1px solid #FFF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
</style>
<div id="dnn_float_left" class="sk_float_left">
    <div class="sk_float">
      </div>
    </div>
<div id="dnn_float_right" class="sk_float_right">
    <div class="sk_float">
      </div>
    </div>


<div id="dnn_balloon_botleft" class="sk_balloon sk_balloon_down sk_balloon_left">
  		<p class="mb-1">
			<a target="_blank" rel="nofollow" href="https://15.235.211.192/xoilacz" title="8XBET C1">
				<img class="img-fluid" src="https://cdn.lfastcdn.com/2025/01/Omdzh7q.gif" alt="8XBET C1">
			</a>
		</p>
		</div>
<div id="dnn_balloon_botright" class="sk_balloon sk_balloon_down sk_balloon_right">
  		<p class="mb-1">
			<a target="_blank" rel="nofollow" href="https://15.235.211.192/xoilacz" title="8XBET C2">
				<img class="img-fluid" src="https://cdn.lfastcdn.com/2025/01/Omdzh7q.gif" alt="8XBET C2">
			</a>
		</p>
		</div>
<div id="wap_bottombanner">
  <div id="wap_bottombanner_content" style="overflow: inherit;">
    <a class="closebtn" href="javascript:;" style="font-size: 12px;display: inline-block; padding: 4px 6px; position: absolute; top: -24px; right: -2px;border-radius: 0px; color: #FFF; background-color: #000;" onclick="jQuery('#wap_bottombanner').fadeOut();">&nbsp;</a>
    		<p class="mb-1">
			<a target="_blank" rel="nofollow" href="https://15.235.211.192/xoilacz" title="8XBET C1 MB">
				<img class="img-fluid" src="https://cdn.lfastcdn.com/2025/01/Pmnd3k.gif" alt="8XBET C1 MB">
			</a>
		</p>
		  </div>
</div>
<style>
  #wap_bottombanner{height: auto !important;bottom: 44px;}
#wap_bottombanner a{display: block;}
#wap_bottombanner br{display: none;}
#wap_bottombanner_content .mb-1 {margin-bottom: 0px !important;}
</style>
<script type="text/javascript">
  var adsRedirectPopups = [];
  function Shuffle(o) {
    for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
    return o;
  };
</script>
        </div>
    <script type='text/javascript' src='https://xoilaczd.cc/wp-content/plugins/table-of-contents-plus/front.min.js?ver=2002'></script>
<script type='text/javascript' src='https://xoilaczd.cc/wp-content/themes/bongda/resources/library/tmpl.js?v=1'></script>
<script type='text/javascript' src='https://xoilaczd.cc/wp-content/themes/bongda/resources/library/tmplPlus.js?v=1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ajax_object = {"staticUrl":"https:\/\/cdn.xoilacz.net","cdnUrl":"https:\/\/spapi.p2pcdn.xyz","apiUrl":"https:\/\/spapi.vbfast.xyz\/football","apiUrl2":"https:\/\/spapi.vbfast.xyz\/football","apiUrl3":"https:\/\/spapi2.vbfast.xyz","ajaxurl":"https:\/\/xoilaczd.cc\/vb-ajax.php","post_id":"249695","security":"51a6553f1c"};
var ajax_object = {"staticUrl":"https:\/\/cdn.xoilacz.net","cdnUrl":"https:\/\/spapi.p2pcdn.xyz","apiUrl":"https:\/\/spapi.vbfast.xyz\/football","apiUrl2":"https:\/\/spapi.vbfast.xyz\/football","apiUrl3":"https:\/\/spapi2.vbfast.xyz","ajaxurl":"https:\/\/xoilaczd.cc\/vb-ajax.php","post_id":"249695","security":"51a6553f1c"};
/* ]]> */
</script>
<script type='text/javascript' src='https://xoilaczd.cc/wp-content/themes/bongda/dist/scripts/main.js?ver=1716791667'></script>
<script type='text/javascript' src='https://xoilaczd.cc/wp-includes/js/wp-embed.js?ver=5.4.10'></script>
</body>
</html>

<!-- Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com -->

<!--Cached using Nginx-Helper on 2025-02-09 14:56:17. It took 25 queries executed in 0.243 seconds.-->
<!--Visit http://wordpress.org/extend/plugins/nginx-helper/faq/ for more details-->