CINXE.COM
Thông tin liên quan đến bản quyền - Chính sách bản quyền rõ ràng
<!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='bGgrWXlEelJtUFYwUEJGODFGRFhoZz090' /> <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>Thông tin liên quan đến bản quyền - Chính sách bản quyền rõ ràng</title> <meta name="description" content="Để đảm bảo quyền lợi của người dùng, trang web cũng như các bên khác. Xoilac TV luôn tuân thủ theo chính sách bản quyền mà mình đề ra. Để biết chính sách này như thế nào, mời bạn xem hết bài viết dưới đây."/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://xoilaczzzi.tv/ban-quyen/" /> <meta property="og:locale" content="vi_VN" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Thông tin liên quan đến bản quyền - Chính sách bản quyền rõ ràng" /> <meta property="og:description" content="Để đảm bảo quyền lợi của người dùng, trang web cũng như các bên khác. Xoilac TV luôn tuân thủ theo chính sách bản quyền mà mình đề ra. Để biết chính sách này như thế nào, mời bạn xem hết bài viết dưới đây." /> <meta property="og:url" content="https://xoilaczzzi.tv/ban-quyen/" /> <meta property="og:site_name" content="Xoilac TV" /> <meta property="article:publisher" content="https://www.facebook.com/xoilactvznet/" /> <meta property="og:image" content="https://cdn.xoilaczzzi.tv/2022/08/thong-tin-ban-quyen-tai-xoilac-tv.jpg" /> <meta property="og:image:secure_url" content="https://cdn.xoilaczzzi.tv/2022/08/thong-tin-ban-quyen-tai-xoilac-tv.jpg" /> <meta property="og:image:width" content="800" /> <meta property="og:image:height" content="500" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Để đảm bảo quyền lợi của người dùng, trang web cũng như các bên khác. Xoilac TV luôn tuân thủ theo chính sách bản quyền mà mình đề ra. Để biết chính sách này như thế nào, mời bạn xem hết bài viết dưới đây." /> <meta name="twitter:title" content="Thông tin liên quan đến bản quyền - Chính sách bản quyền rõ ràng" /> <meta name="twitter:site" content="@xoilactvznet" /> <meta name="twitter:image" content="https://cdn.xoilaczzzi.tv/2022/08/thong-tin-ban-quyen-tai-xoilac-tv.jpg" /> <meta name="twitter:creator" content="@xoilactvznet" /> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//xoilaczzzi.tv' /> <link rel='dns-prefetch' href='//s.w.org' /> <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:\/\/xoilaczzzi.tv\/wp-includes\/js\/wp-emoji.js?ver=5.4.10","twemoji":"https:\/\/xoilaczzzi.tv\/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/wp-content/themes/bongda/dist/styles/malihu-custom-scrollbar.css?ver=1742499425' type='text/css' media='all' /> <link rel='stylesheet' id='sage/main.css-css' href='https://xoilaczzzi.tv/wp-content/themes/bongda/dist/styles/main.css?ver=1743384342' type='text/css' media='all' /> <link rel='stylesheet' id='sage/custom.css-css' href='https://xoilaczzzi.tv/wp-content/themes/bongda/dist/styles/custom.css?ver=1743384342' type='text/css' media='all' /> <link rel='stylesheet' id='sage/skeleton.css-css' href='https://xoilaczzzi.tv/wp-content/themes/bongda/dist/styles/skeleton.css?ver=1742883860' type='text/css' media='all' /> <script type='text/javascript' src='https://xoilaczzzi.tv/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script> <script type='text/javascript' src='https://xoilaczzzi.tv/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='https://xoilaczzzi.tv/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://xoilaczzzi.tv/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://xoilaczzzi.tv/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.4.10" /> <link rel='shortlink' href='https://xoilaczzzi.tv/?p=58396' /> <link rel="alternate" type="application/json+oembed" href="https://xoilaczzzi.tv/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fxoilaczzzi.tv%2Fban-quyen%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://xoilaczzzi.tv/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fxoilaczzzi.tv%2Fban-quyen%2F&format=xml" /> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://xoilaczzzi.tv/ban-quyen/"> <link rel="alternate" media="handheld" href="https://xoilaczzzi.tv/ban-quyen/" /> <link rel="icon" href="https://cdn.xoilaczzzi.tv/2023/05/favicon-xoilac-tv.png" sizes="32x32" /> <link rel="icon" href="https://cdn.xoilaczzzi.tv/2023/05/favicon-xoilac-tv.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://cdn.xoilaczzzi.tv/2023/05/favicon-xoilac-tv.png" /> <meta name="msapplication-TileImage" content="https://cdn.xoilaczzzi.tv/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://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/favicon-16x16.png"> <link rel="icon" type="image/x-icon" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/favicon.ico"> <link rel="shortcut icon" href="https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/favicon.ico" type="image/x-icon"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://xoilaczzzi.tv/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:\/\/v1.api-football.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","331":"T\u1ea1m d\u1eebng 1","52":"SET 2","332":"T\u1ea1m d\u1eebng 2","53":"SET 3","333":"T\u1ea1m d\u1eebng 3","54":"SET 4","334":"T\u1ea1m d\u1eebng 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 = ["football","basketball","tennis","badminton","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://xoilaczzzi.tv/", "logo": "https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.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://xoilaczzzi.tv/", "potentialAction": { "@type": "SearchAction", "target": "https://xoilaczzzi.tv/?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://xoilaczzzi.tv/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://xoilaczzzi.tv/" }}</script> <script type="application/ld+json">{ "@context": "http://www.schema.org", "@type": "Person", "@id": "https://xoilaczzzi.tv/#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://xoilaczzzi.tv/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": "LocalBusiness", "image": "https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png", "@id": "https://xoilaczzzi.tv/", "additionalType": [ "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", "https://en.wikipedia.org/wiki/Football"], "url": "https://xoilaczzzi.tv/", "name": "Xoilac TV", "alternateName": "Xoilac TV - Xem Trực Tiếp Bóng Đá Xôi Lạc TV hôm nay HD", "areaServed": { "@type": "City", "name": "Tp Đà Nẵng", "url": ["https://www.wikidata.org/wiki/Q1854"] }, "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.", "paymentAccepted": "Free", "sameAs": [ "https://www.diigo.com/profile/xoilactvznet/", "https://flipboard.com/@xoilactvznet", "https://www.behance.net/xoilactvznet", "http://ttlink.com/xoilactvznet", "https://about.me/xoilactvznet/", "https://xoilactvznet.tumblr.com/"], "hasMap": "https://www.google.com/maps/d/u/0/viewer?mid=1_5A8wXGMY1_xZRQxox5a5fO9oFIbt9A&ll=16.083766985141875%2C105.80356199999999&z=17", "email": "xoilactvznet@gmail.com", "telephone": "0987384512", "priceRange": "Free", "foundingDate": "2017", "founders": [{ "@type": "Person", "name": "Võ Hà Chiến", "image": "https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png", "jobTitle": "CEO","worksFor": {"@type": "Organization", "name": "Xoilac TV"}, "sameAs": [ "https://twitter.com/vohachien/", "https://www.deviantart.com/vohachien/", "https://www.pinterest.com/vohachien/", "https://angel.co/u/vohachien/", "https://vohachien.tumblr.com/"] }], "address": {"@type": "PostalAddress", "streetAddress": "231 Đỗ Quang, Vĩnh Trung, Thanh Khê", "addressLocality": "Tp Đà Nẵng","postalCode": "550000","addressCountry": "Vietnam"}, "contactPoint": [{ "@type": "ContactPoint","contactType": "Customer Support","telephone": "0987384512", "email": "xoilactvznet@gmail.com"}], "geo": {"@type": "GeoCircle", "geoMidpoint": {"@type": "GeoCoordinates", "latitude": "16.0578231","longitude": "108.2122301,18"},"geoRadius": "5000"}, "openingHoursSpecification": [{"@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], "opens": "00:00","closes": "23:59"}] }}</script> "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": "<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="a7dfc8cecbc6c4d3d1ddc9c2d3e7c0cac6cecb89c4c8ca">[email protected]</a>", "contactOption": "TollFree", "areaServed": "VN", "availableLanguage": "vi" }]} </script> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></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://xoilaczzzi.tv/", "potentialAction": { "@type": "SearchAction", "target": "https://xoilaczzzi.tv/?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://xoilaczzzi.tv/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://xoilaczzzi.tv/" }}</script> <script type="application/ld+json">{ "@context": "http://www.schema.org", "@type": "Person", "@id": "https://xoilaczzzi.tv/#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://xoilaczzzi.tv/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": "LocalBusiness", "image": "https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png", "@id": "https://xoilaczzzi.tv/", "additionalType": [ "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", "https://en.wikipedia.org/wiki/Football"], "url": "https://xoilaczzzi.tv/", "name": "Xoilac TV", "alternateName": "Xoilac TV - Xem Trực Tiếp Bóng Đá Xôi Lạc TV hôm nay HD", "areaServed": { "@type": "City", "name": "Tp Đà Nẵng", "url": ["https://www.wikidata.org/wiki/Q1854"] }, "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.", "paymentAccepted": "Free", "sameAs": [ "https://www.diigo.com/profile/xoilactvznet/", "https://flipboard.com/@xoilactvznet", "https://www.behance.net/xoilactvznet", "http://ttlink.com/xoilactvznet", "https://about.me/xoilactvznet/", "https://xoilactvznet.tumblr.com/"], "hasMap": "https://www.google.com/maps/d/u/0/viewer?mid=1_5A8wXGMY1_xZRQxox5a5fO9oFIbt9A&ll=16.083766985141875%2C105.80356199999999&z=17", "email": "xoilactvznet@gmail.com", "telephone": "0987384512", "priceRange": "Free", "foundingDate": "2017", "founders": [{ "@type": "Person", "name": "Võ Hà Chiến", "image": "https://xoilaczzzi.tv/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png", "jobTitle": "CEO","worksFor": {"@type": "Organization", "name": "Xoilac TV"}, "sameAs": [ "https://twitter.com/vohachien/", "https://www.deviantart.com/vohachien/", "https://www.pinterest.com/vohachien/", "https://angel.co/u/vohachien/", "https://vohachien.tumblr.com/"] }], "address": {"@type": "PostalAddress", "streetAddress": "231 Đỗ Quang, Vĩnh Trung, Thanh Khê", "addressLocality": "Tp Đà Nẵng","postalCode": "550000","addressCountry": "Vietnam"}, "contactPoint": [{ "@type": "ContactPoint","contactType": "Customer Support","telephone": "0987384512", "email": "xoilactvznet@gmail.com"}], "geo": {"@type": "GeoCircle", "geoMidpoint": {"@type": "GeoCoordinates", "latitude": "16.0578231","longitude": "108.2122301,18"},"geoRadius": "5000"}, "openingHoursSpecification": [{"@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], "opens": "00:00","closes": "23:59"}] }}</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="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5503 10.1551C13.5983 10.1071 13.6633 10.0802 13.7311 10.0802C13.799 10.0802 13.864 10.1072 13.912 10.1551L14.4777 10.7211C14.4777 10.7211 14.4777 10.7211 14.4777 10.7211C15.515 11.7584 15.515 13.4404 14.4777 14.4775C13.4404 15.5148 11.7592 15.5154 10.7213 14.4775L10.7212 14.4774L10.1558 13.9115C10.056 13.8116 10.0561 13.6498 10.1559 13.55L13.5503 10.1551Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.42307 3.72833C6.45872 3.64516 6.53568 3.58704 6.62542 3.57548C6.71516 3.56393 6.80432 3.60067 6.85988 3.67209L12.8014 11.3104C12.8806 11.4123 12.8716 11.5571 12.7803 11.6483L12.214 12.2139C12.1141 12.3137 11.9523 12.3136 11.8525 12.2138L5.63841 5.99955C5.62229 5.98509 5.60789 5.96848 5.59569 5.94996C5.54838 5.8782 5.54029 5.78748 5.57415 5.70848L6.42307 3.72833Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.53786 2.74511C8.65728 2.69392 8.79612 2.74044 8.86059 2.85325L13.3873 10.7744C13.4445 10.8744 13.4276 11.0004 13.3462 11.0819L12.7808 11.6481C12.7289 11.7 12.6573 11.7271 12.5841 11.7226C12.5108 11.718 12.4431 11.6823 12.3981 11.6244L6.45651 3.98603C6.40786 3.92349 6.39095 3.84193 6.41074 3.76521C6.43052 3.68849 6.48476 3.62527 6.55758 3.59405L8.53786 2.74511Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.25225 0.899255C9.29215 0.806183 9.38322 0.745431 9.48448 0.744336C9.58574 0.74324 9.6781 0.802009 9.72001 0.894196L13.9637 10.2301C14.0078 10.3271 13.9871 10.4414 13.9117 10.5167L13.3457 11.0822C13.2894 11.1385 13.21 11.1653 13.131 11.1547C13.0521 11.1441 12.9826 11.0973 12.943 11.0281L8.41634 3.10701C8.37655 3.03738 8.37173 2.95312 8.40333 2.87941L9.25225 0.899255Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.70864 5.57428C5.80475 5.53309 5.91625 5.55456 5.99019 5.62849L12.214 11.8528C12.3138 11.9526 12.3138 12.1144 12.2141 12.2143L11.6487 12.7804C11.5575 12.8717 11.4126 12.8807 11.3108 12.8015L3.67213 6.86003C3.60071 6.80448 3.56397 6.71531 3.57552 6.62557C3.58707 6.53583 3.6452 6.45887 3.72836 6.42322L5.70864 5.57428Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.59384 6.55748C3.62506 6.48465 3.68827 6.43041 3.765 6.41062C3.84172 6.39083 3.92328 6.40773 3.98583 6.45638L11.6245 12.3979C11.6824 12.4429 11.7182 12.5107 11.7227 12.5839C11.7273 12.6571 11.7001 12.7288 11.6482 12.7806L11.0824 13.3455C11.0009 13.427 10.875 13.4438 10.7749 13.3866L2.85327 8.86052C2.74045 8.79606 2.69392 8.65723 2.7451 8.5378L3.59384 6.55748Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.87946 8.40351C2.95317 8.37191 3.03742 8.37672 3.10705 8.41651L11.0287 12.9426C11.0979 12.9821 11.1447 13.0517 11.1553 13.1306C11.1659 13.2096 11.139 13.289 11.0827 13.3454L10.5165 13.9115C10.4412 13.9869 10.327 14.0076 10.2299 13.9635L0.894128 9.72021C0.801937 9.6783 0.743165 9.58594 0.744259 9.48468C0.745353 9.38342 0.806108 9.29235 0.899181 9.25245L2.87946 8.40351Z" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.88987 11.2553L11.2556 4.88992" stroke="#00eb1f" stroke-width="0.511359" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.6702 8.00204L8.00243 12.6702" stroke="#00eb1f" 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="page-template-default page page-id-58396 ban-quyen app-data index-data singular-data page-data page-58396-data page-ban-quyen-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> <script> function isSmartTV() { const userAgent = navigator.userAgent.toLowerCase(); // Danh sách từ khóa của TV const tvKeywords = /smart-tv|smarttv|googletv|appletv|hbbtv|netcast|viera|webos|firetv|tizen|roku|sony|bravia|android tv|hisense|philips|sharp|lg|samsungtv/; // Danh sách từ khóa của thiết bị di động cần loại bỏ const mobileKeywords = /mobile|iphone|ipad|ipod|android(?! tv)|tablet/; // Nếu có từ khóa của TV nhưng không có từ khóa của điện thoại, thì là TV return tvKeywords.test(userAgent) && !mobileKeywords.test(userAgent); } // TV thì ẩn quảng cáo if (isSmartTV()) { document.body.classList.add("hide-ads-on-tv"); } </script> <header id="header" class="as-hide-popup-chat"> <div class="container p-0"><div class="d-none d-lg-block text-center ads-item"></div></div> <div id="ads-top-mobile" class="d-block d-lg-none text-center block-catfish ads-item"></div> <nav class="nav-menu"> <div class="container"> <div class="main-menu"> <a href="https://xoilaczzzi.tv/" 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://xoilaczzzi.tv/">Trang Chủ</a></li> <li class="nav-item menu-item menu-lich-thi-dau"><a class="nav-link" href="https://xoilaczzzi.tv/lich-thi-dau/">Lịch Thi Đấu</a></li> <li class="nav-item menu-item menu-highlight"><a class="nav-link" href="https://xoilaczzzi.tv/highlight/">Highlight</a></li> <li class="nav-item menu-item menu-bang-xep-hang"><a class="nav-link" href="https://xoilaczzzi.tv/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://xoilaczzzi.tv/ty-le-keo/">Tỷ Lệ Kèo</a></li> <li class="nav-item menu-item menu-kqbd"><a class="nav-link" href="https://xoilaczzzi.tv/kqbd/">KQBD</a></li> <li class="nav-item menu-item menu-livescore"><a class="nav-link" href="https://xoilaczzzi.tv/livescore/">Livescore</a></li> <li class="nav-item menu-item menu-tin-tuc"><a class="nav-link" href="https://xoilaczzzi.tv/tin-tuc-moi-nhat/">Tin Tức</a></li> <li class="nav-item menu-item menu-soi-keo"><a class="nav-link" href="https://xoilaczzzi.tv/soi-keo/">Soi kèo</a></li> <li class="nav-item menu-item menu-tuyen-dung"><a class="nav-link" href="https://xoilaczzzi.tv/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 ads-item"> <div class="container"> <ul class="d-flex mb-0 ads-item"> </ul> </div> </div> <div class="nav-mobile"> <div class="container"> <div class="menu-mobile"> <div class="logo-cnt"> <a href="https://xoilaczzzi.tv/"> <img src="/wp-content/themes/bongda/dist/images/logo-xoilacz-tv.png" alt="logo" class="logo"> </a> <a class="btn-8xbet ads-item" 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://xoilaczzzi.tv/"><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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/livescore/"><svg aria-hidden="true" width="20px" height="20px" class="icon fs-12"><use xlink:href="#iconBall"></use></svg>Livescore</a></li> <li class="nav-item menu-item menu-tin-tuc-moi-nhat"><a class="nav-link" href="https://xoilaczzzi.tv/tin-tuc-moi-nhat/"><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://xoilaczzzi.tv/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://xoilaczzzi.tv/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 ads-item"> <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 ads-item"> <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"> <div class="col-12 page-breadcrumb "> <span><span><a href="https://xoilaczzzi.tv/" >Trang chủ</a> / <span class="breadcrumb_last" aria-current="page">Bản Quyền</span></span></span> </div> <div class="row"> <div class="col-xs-12 col-md-12"> <div class="title_box mb-3"> <h1>Thông tin liên quan đến bản quyền tại Xôi Lạc TV</h1> </div> </div> </div> <div class="entry-content"> <p style="text-align: justify;"><span style="font-weight: 400;">Để đảm bảo quyền lợi của người dùng, trang web cũng như các bên khác. </span><b>Xoilac TV</b><span style="font-weight: 400;"> luôn tuân thủ theo chính sách bản quyền mà mình đề ra. Để biết chính sách này như thế nào, mời bạn xem hết bài viết dưới đây.</span></p> <div id="toc_container" class="no_bullets"><ul class="toc_list"><li><a href="#Chinh_sach_ban_quyen">Chính sách bản quyền</a></li><li><a href="#Quyet_dinh_tranh_chap_ban_quyen">Quyết định tranh chấp bản quyền </a></li><li><a href="#Chinh_sach_ban_quyen_cua_Xoilac_TV_doi_voi_nguoi_dung">Chính sách bản quyền của Xoilac TV đối với người dùng</a></li><li><a href="#Chinh_sach_ban_quyen_cua_nguoi_dung_doi_voi_Xoilac_TV">Chính sách bản quyền của người dùng đối với Xoilac TV</a></li><li><a href="#Xoilac_TV_dang_co_ban_quyen_phat_song_cua_nhung_giai_dau_nao">Xoilac TV đang có bản quyền phát sóng của những giải đấu nào?</a></li></ul></div> <h2 style="text-align: justify;"><span id="Chinh_sach_ban_quyen"><b>Chính sách bản quyền</b></span></h2> <p style="text-align: justify;"><span style="font-weight: 400;">Ngay từ ngày đầu thì hoạt động, Xoilac TV đã tuân theo chính sách bản quyền được quy định từ trước. Cho nên toàn bộ các thông tin mà chúng tôi được đăng tải lên trang web sẽ không bao giờ vi phạm bản quyền, từ tin tức, bảng kèo nhà cái, bảng xếp hạng,…</span></p> <p style="text-align: justify;"><span style="font-weight: 400;">Chúng tôi sẽ cảm kết toàn bộ các thông tin do mình đăng tải sẽ không vi phạm bản quyền. Tuy nhiên do </span><b>Xoi Lac TV </b><span style="font-weight: 400;">là một website mở, cho nên người dùng có thể đóng góp những thông tin, giúp xây dựng trang web một cách tốt hơn. Đương nhiên với những thông tin do người dùng đóng góp thì chúng tôi sẽ không cam kết có bản quyền đầy đủ.</span></p> <figure id="attachment_58918" aria-describedby="caption-attachment-58918" style="width: 800px" class="wp-caption aligncenter"><img class="size-full wp-image-58918" src="https://cdn.offendersfamilieshelpline.org/2022/08/thong-tin-ban-quyen-tai-xoilac-tv.jpg" alt="thong-tin-ban-quyen-tai-xoilac-tv" width="800" height="500" srcset="https://cdn.xoilaczzzi.tv/2022/08/thong-tin-ban-quyen-tai-xoilac-tv.jpg 800w, https://cdn.xoilaczzzi.tv/2022/08/thong-tin-ban-quyen-tai-xoilac-tv-300x188.jpg 300w, https://cdn.xoilaczzzi.tv/2022/08/thong-tin-ban-quyen-tai-xoilac-tv-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-58918" class="wp-caption-text">Thông tin bản quyền tại Xoilac TV</figcaption></figure> <p style="text-align: justify;"><span style="font-weight: 400;">Chính vì thể để đảm bảo quyền lợi của các bên, nếu như bạn thấy bất kỳ thông tin nào vi phạm bản quyền được đăng tải lên Xoi Lac TV. Bạn có thể liên hệ với chúng tôi ngay lập tức, để Xoi Lac TV sẽ gỡ bỏ thông tin đó xuống.</span></p> <h2 style="text-align: justify;"><span id="Quyet_dinh_tranh_chap_ban_quyen"><b>Quyết định tranh chấp bản quyền </b></span></h2> <p style="text-align: justify;"><span style="font-weight: 400;">Xoi Lac TV luôn hoạt động theo tinh thần thượng tôn pháp luật. Cho nên chính sách về bản quyền luôn được chúng tôi cực kỳ quan tâm. Chính vì thế, toàn bộ những thông tin mà các biên tập viên của chúng tôi đăng tải lên trang web đều có bản quyền đầy đủ.</span></p> <p style="text-align: justify;"><span style="font-weight: 400;">Đối với những đóng góp của người dùng, </span><b>Xoi Lac TV</b><span style="font-weight: 400;"> sẽ kiểm tra lại một lần nữa. Tuy nhiên chúng tôi không cam kết những thông tin này đều có bản quyền. Chính vì thế Xoilac TV không chịu bất kỳ trách nhiệm nào đối với thông tin do người dùng đăng tải. Nhưng nếu phát hiện vi phạm bản quyền, chúng tôi cũng sẽ lập tức gỡ xuống.</span></p> <p style="text-align: justify;"><span style="font-weight: 400;">Đương nhiên khi Xôi Lạc TV đã tuân thủ theo chính sách bản quyền của tất cả cá bên. Thì các website bóng đá khác cũng không được vi phạm đối với chúng tôi. Cụ thể, những trang web bóng đá khác không được đăng tải những thông tin thuộc quyền sở hữu của Xoilac TV. Nếu phát hiện chúng tôi sẽ gửi vi phạm bản quyền ngay lập tức.</span></p> <h2 style="text-align: justify;"><span id="Chinh_sach_ban_quyen_cua_Xoilac_TV_doi_voi_nguoi_dung"><b>Chính sách bản quyền của Xoilac TV đối với người dùng</b></span></h2> <ul style="text-align: justify;"> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Chúng tôi có nghĩa vụ cập nhật các thông tin như tin tức mỗi ngày, kết quả, lịch thi đấu bóng đá, bảng xếp hạng, tỷ lệ kèo trực tuyến,… có bản quyền cho người dùng tham khảo</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Mỗi ngày </span><b>Xoi Lac TV</b><span style="font-weight: 400;"> cũng cập nhật những đường link xem trực tiếp bóng đá có bản quyền. Cho bạn có thể thưởng thức các trận đấu bóng đá mình thích với chất lượng cao</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Xoi Lac TV cũng phải kiểm tra lại những thông tin do người dùng đóng góp. Để biết được độ chính xác như thế nào. Giúp người dùng tham khảo được các thông tin chuẩn nhất</span></li> </ul> <h2 style="text-align: justify;"><span id="Chinh_sach_ban_quyen_cua_nguoi_dung_doi_voi_Xoilac_TV"><b>Chính sách bản quyền của người dùng đối với Xoilac TV</b></span></h2> <ul style="text-align: justify;"> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Người dùng không được đăng tải những nội dung vi phạm bản quyền lên trên trang web Xoilac TV</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Không được đăng tải những nội dung liên quan đến chính trị, tôn giáo, đồi trụy, vi phạm pháp luật,.. lên trên website của chúng tôi</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Không được xâm nhập vào dữ liệu của Xoilac TV với mục đích xấu</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Không được đăng tải những đường link có chức mã độc, virus lên trên trang web của Xôi Lạc TV</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Trước khi đăng tải bất kỳ nội dung nào, bạn cũng cần phải kiểm tra lại một lần nữa. Để biết nội dung có có chuẩn xác hay vi phạm bản quyền không</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Người dùng cũng tuyệt đối không lấy nội dung thuộc quyền sở hữu của </span><b>Xoilac TV</b><span style="font-weight: 400;"> để đăng tải lên các trang web bóng đá khác.</span></li> </ul> <p style="text-align: justify;"><span style="font-weight: 400;">Đương nhiên nếu như người dùng vi phạm, chúng tôi sẽ tiến hành chặn truy cập ngay lập tức mà không cần phải thông báo trước.</span></p> <h2 style="text-align: justify;"><span id="Xoilac_TV_dang_co_ban_quyen_phat_song_cua_nhung_giai_dau_nao"><b>Xoilac TV đang có bản quyền phát sóng của những giải đấu nào?</b></span></h2> <p style="text-align: justify;"><span style="font-weight: 400;">Hiện tại Xôi Lạc TV được biết đến như là website phát sóng bóng đá hàng đầu Việt Nam. Khi chúng tôi sở hữu trong tay bản quyền phát sóng của rất nhiều các giải đấu hấp dẫn. Trong đó những giải đấu hàng đầu phải kể đến như:</span></p> <ul style="text-align: justify;"> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền Champion League</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền Ngoại Hạng Anh</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền La Liga</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền Bundesliga</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền Serie A</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền Ligue 1</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền World Cup</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền Euro</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Bản quyền V-League</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ngoài ra còn có rất nhiều các giải đấu bóng đá hấp dẫn khác.</span></li> </ul> <p style="text-align: justify;"><span style="font-weight: 400;">Với việc phát sóng toàn bộ những giải đấu bóng đá như trên đây. Chỉ cần bạn truy cập vào trang web </span><a href="https://offendersfamilieshelpline.org/"><b>Xôi Lạc TV</b></a><span style="font-weight: 400;">, bạn có thể tìm và xem trực tiếp trận đấu mình thích một cách dễ dàng. Thêm vào đó, chất lượng trong trận đấu cũng không thể chê vào đâu được.</span></p> <p style="text-align: justify;"><span style="font-weight: 400;">Qua bài viết này, chắc bạn đã biết được chính sách bản quyền của</span><b> Xoi Lac TV</b><span style="font-weight: 400;">. Bạn có thể thấy rằng, chúng tôi luôn tuân thủ bản quyền của tất cả các bên. Cũng như luôn cập nhật những thông tin hay phát sóng các giải bóng đá có bản quyền. Giúp mọi người xem được những thông tin chuẩn xác nhất và xem trực tiếp các trận đấu mình thích với chất lượng cao.</span></p> </div> </div> </div> </div> </main> <div class="as-hide-popup-chat"> <footer class="page-footer font-small pt-4"> <div class="container"> <div class="text-center ">Đồng hành cù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 và bình luận hấp dẫn. Cập nhật link xem bóng đá trực tuyến Xoilacz.TV phát sóng tất cả các giải đấu đang được quan tâm hiện nay. Ngoài tên gọi Xôi Lạc TV, bạn có thể biết đến chúng tôi là Xoivo TV tructiepbongda cập nhật lịch thi đấu đầy đủ, tin bóng đá mới, video highlight, bảng xếp hạng, kết quả, kiến thức bóng đá... tất cả thông tin về môn thể thao vua sẽ được tổng hợp từ Xoilac. Truy cập website để có những giây phút Ăn Xôi Lạc Xem Bóng Đá 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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/lien-he/">Liên Hệ</a></li> <li class="active nav-item menu-item menu-ban-quyen"><a class="nav-link" rel="dofollow" href="https://xoilaczzzi.tv/ban-quyen/" aria-current="page">Bản Quyền</a></li> <li class="nav-item menu-item menu-tuyen-dung"><a class="nav-link" rel="dofollow" href="https://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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 hành hoạ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#8df5e2e4e1eceef9fbf7e3e8f9cdeae0ece4e1a3eee2e0" style="color: #fff;"><span class="__cf_email__" data-cfemail="bfc7d0d6d3dedccbc9c5d1dacbffd8d2ded6d391dcd0d2">[email 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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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://xoilaczzzi.tv/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 cáo trên web chúng tôi, đều là ý kiến cá nhân của khách hà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" class="mb-tab-spotlight-button"> <div class="mb-tab-button-content"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M10.4019 7.24603C10.382 7.23389 6.99107 5.48987 6.96924 5.47797C6.69604 5.32025 6.37085 5.32074 6.09839 5.47797C5.82593 5.63568 5.66309 5.91742 5.66309 6.23236V9.76752C5.66309 10.0825 5.82593 10.3642 6.09839 10.5219C6.2373 10.602 6.38989 10.6411 6.53955 10.6411C6.68359 10.6411 6.82471 10.6049 6.94824 10.5331L10.4019 8.75385C10.6743 8.59613 10.8369 8.31439 10.8369 7.99994C10.8369 7.68549 10.6743 7.40375 10.4019 7.24603Z" fill="#B6BEC8"/> <path d="M12.9526 3.05029C12.7573 2.85498 12.4409 2.85498 12.2456 3.05029C12.0503 3.24561 12.0503 3.56201 12.2456 3.75732C13.377 4.88867 14 6.39551 14 8C14 9.60449 13.377 11.1113 12.2456 12.2427C12.0503 12.438 12.0503 12.7544 12.2456 12.9497C12.3433 13.0474 12.4712 13.0962 12.5991 13.0962C12.7271 13.0962 12.855 13.0474 12.9526 12.9497C14.2729 11.6299 15 9.87207 15 8C15 6.12793 14.2729 4.37012 12.9526 3.05029Z" fill="#B6BEC8"/> <path d="M11.5166 4.48682C11.3213 4.2915 11.0049 4.2915 10.8096 4.48682C10.6143 4.68213 10.6143 4.99854 10.8096 5.19385C12.3569 6.74121 12.3569 9.25879 10.8096 10.8062C10.6143 11.0015 10.6143 11.3179 10.8096 11.5132C10.9072 11.6108 11.0352 11.6597 11.1631 11.6597C11.291 11.6597 11.4189 11.6108 11.5166 11.5132C12.4536 10.5762 12.9697 9.32861 12.9697 8C12.9697 6.67139 12.4536 5.42383 11.5166 4.48682Z" fill="#B6BEC8"/> <path d="M3.75415 3.75732C3.94946 3.56201 3.94946 3.24561 3.75415 3.05029C3.55884 2.85498 3.24243 2.85498 3.04712 3.05029C1.72705 4.37012 1 6.12842 1 8C1 9.87158 1.72705 11.6299 3.04712 12.9497C3.14478 13.0474 3.27271 13.0962 3.40063 13.0962C3.52856 13.0962 3.65649 13.0474 3.75415 12.9497C3.94946 12.7544 3.94946 12.438 3.75415 12.2427C1.41479 9.90332 1.41479 6.09668 3.75415 3.75732Z" fill="#B6BEC8"/> <path d="M5.19067 4.48682C4.99536 4.2915 4.67896 4.2915 4.48364 4.48682C3.54639 5.42383 3.03027 6.67139 3.03027 8C3.03027 9.32861 3.54639 10.5762 4.48364 11.5132C4.5813 11.6108 4.70923 11.6597 4.83716 11.6597C4.96509 11.6597 5.09302 11.6108 5.19067 11.5132C5.38599 11.3179 5.38599 11.0015 5.19067 10.8062C4.44238 10.0581 4.03027 9.06152 4.03027 8C4.03027 6.93848 4.44238 5.94189 5.19067 5.19385C5.38599 4.99854 5.38599 4.68213 5.19067 4.48682Z" fill="#B6BEC8"/> </svg> <span>Live</span> </div> <span class="mb-tab-top-gradient"></span> </a> </li> <li> <a title="Hot" href="/#f-hot" class="mb-tab-spotlight-button"> <div class="mb-tab-button-content"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7.02476 9.51522L7.01226 9.52522C7.01226 9.95522 6.96976 10.3877 6.84726 10.8027C6.72751 11.225 6.52226 11.6227 6.41501 12.0502C6.21001 12.8852 6.44501 13.775 6.85251 14.5102C5.96751 14.2102 5.12251 13.7775 4.48751 13.0777C3.93226 12.4652 3.54001 11.7327 3.36251 10.9255C3.12976 9.86547 3.29001 8.81772 3.74251 7.84297C3.95751 7.38272 4.20001 6.93272 4.35751 6.44797C4.51251 5.96797 4.60751 5.46797 4.69526 4.97297C5.01776 5.46047 5.25501 5.99822 5.39526 6.56547C6.49276 5.09547 7.09276 3.31297 7.10776 1.48047C8.79526 2.44522 9.96776 4.10797 10.3178 6.02047C10.768 5.42047 10.833 4.65797 10.7753 3.93047C10.9378 4.12322 11.1005 4.31797 11.2453 4.52297C12.3855 6.14047 13.0105 8.18297 12.6355 10.158C12.448 11.1455 12.0053 12.078 11.353 12.8402C10.7205 13.5802 9.88301 14.1155 9.00801 14.5205C9.21801 14.1102 9.39551 13.6827 9.53526 13.2452C10.1078 11.4527 9.45776 9.38547 8.05776 8.15772C8.25051 8.68022 8.33051 9.24522 8.26051 9.80022C8.18551 10.3852 7.92051 10.9325 7.68276 11.465C7.55476 10.7675 7.46726 10.0927 7.02476 9.51522Z" fill="url(#paint0_linear_10952_633)"/> <defs> <linearGradient id="paint0_linear_10952_633" x1="8.00038" y1="1.48047" x2="8.00038" y2="14.5205" gradientUnits="userSpaceOnUse"> <stop stop-color="#03621F"/> <stop offset="1" stop-color="#3CD268"/> </linearGradient> </defs> </svg> <span>Hot</span> </div> <span class="mb-tab-top-gradient"></span> </a> </li> <li> <a title="BLV Xoilac" href="/#f-blv" class="mb-tab-spotlight-button"> <div class="mb-tab-button-content"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M7.99951 1.5C4.54133 1.5 1.74902 4.29037 1.74902 7.74854C1.74852 7.90735 1.89429 8.0264 2.0498 7.99416L3.29931 7.74514C3.41641 7.7218 3.50067 7.61891 3.50048 7.49952C3.50048 5.1574 5.6574 3.00048 7.99951 3.00048C10.3416 3.00048 12.501 5.1574 12.501 7.49952C12.5005 7.61832 12.5839 7.721 12.7002 7.74514L13.9512 7.99416C14.1061 8.02534 14.2508 7.90665 14.2505 7.74854C14.2505 4.29037 11.4577 1.5 7.99951 1.5ZM7.99609 7.62161C7.85879 7.62444 7.74913 7.73671 7.75048 7.87403V13.874C7.75048 14.2077 8.25097 14.2077 8.25097 13.874V7.87403C8.25247 7.73307 8.13702 7.61886 7.99609 7.62161ZM3.7495 8.24904C3.06133 8.24904 2.50048 8.81183 2.50048 9.50001V12.75C2.50048 13.4382 3.06133 13.9995 3.7495 13.9995C4.43768 13.9995 5.00097 13.4382 5.00097 12.75V9.50001C5.00097 8.81183 4.43768 8.24904 3.7495 8.24904ZM12.25 8.24904C11.5618 8.24904 11.0005 8.81183 11.0005 9.50001V12.75C11.0005 13.4382 11.5618 13.9995 12.25 13.9995C12.9382 13.9995 13.499 13.4382 13.499 12.75V9.50001C13.499 8.81183 12.9382 8.24904 12.25 8.24904ZM6.75049 8.87454V12.8736C6.74291 13.2144 7.25805 13.2144 7.25049 12.8736V8.87454C7.25299 8.7336 7.13824 8.61152 6.98462 8.62087C6.84325 8.62937 6.74814 8.74586 6.75049 8.87454ZM8.75098 8.87454V12.8736C8.71836 13.2367 9.28164 13.2367 9.24902 12.8736V8.87454C9.25153 8.7336 9.13675 8.61114 8.9834 8.62087C8.84279 8.62937 8.74855 8.74636 8.75098 8.87454ZM1.75635 9.50001C1.33725 9.48867 1 9.8383 1 10.2495V11.999C1 12.4102 1.33785 12.75 1.74902 12.75H2V9.50001H1.75635ZM13.9995 9.50001V12.75H14.2505C14.6617 12.75 14.9995 12.4102 14.9995 11.999V10.2495C14.9995 9.83836 14.6617 9.50001 14.2505 9.50001H13.9995ZM9.99658 9.62014C9.85754 9.62108 9.74632 9.73599 9.74902 9.87501V11.8755C9.74902 12.2092 10.2495 12.2092 10.2495 11.8755V9.87501C10.2523 9.73389 10.1377 9.61846 9.99658 9.62014ZM5.9956 10.1201C5.85734 10.123 5.74729 10.2368 5.75 10.375V12.3755C5.75 12.7092 6.25049 12.7092 6.25049 12.3755V10.375C6.25327 10.2331 6.13751 10.1173 5.9956 10.1201Z" fill="#B6BEC8"/> </svg> <span>BLV Xoilac</span> </div> <span class="mb-tab-top-gradient"></span> </a> </li> <li> <a title="Kết quả" href="/kqbd" class="mb-tab-spotlight-button"> <div class="mb-tab-button-content"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M6.25381 1V2.16772H7.42153V2.75156C7.83022 2.69318 8.18053 2.69318 8.58925 2.75156V2.16772H9.75696V1H6.25381Z" fill="#B6BEC8"/> <path d="M11.9756 4.85431L12.3843 4.44562L12.8514 4.91272L13.6688 4.09531L11.9172 2.34375L11.0998 3.16115L11.5669 3.62822L11.0414 4.15369C8.23892 2.4605 4.61902 3.33628 2.98423 6.13878C1.34945 8.94128 2.22521 12.4444 4.96933 14.1376C7.71345 15.8308 11.3333 14.955 12.9681 12.1525C14.4278 9.75868 14.0191 6.72265 11.9756 4.85431ZM8.00536 13.2034C5.72833 13.2034 3.91839 11.3935 3.91839 9.11646C3.91839 6.83943 5.72833 5.02947 8.00536 5.02947V9.11643H12.0923C12.0924 11.3935 10.2824 13.2034 8.00536 13.2034Z" fill="#B6BEC8"/> </svg> <span>Kết quả</span> </div> <span class="mb-tab-top-gradient"></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" class="mb-tab-spotlight-button"> <div class="mb-tab-button-content"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M12.7749 2H9.5013C8.97398 2 8.54651 2.42747 8.54651 2.95479V6.22836C8.54651 6.75568 8.97398 7.18316 9.5013 7.18316H12.7749C13.3022 7.18316 13.7297 6.75568 13.7297 6.22836V2.95479C13.7297 2.42747 13.3022 2 12.7749 2Z" fill="#B6BEC8"/> <path d="M13.7206 10.4632L11.8132 8.55578C11.6339 8.37715 11.3912 8.27686 11.1381 8.27686C10.885 8.27686 10.6423 8.37715 10.463 8.55578L8.55559 10.4632C8.37684 10.6424 8.27646 10.8852 8.27646 11.1383C8.27646 11.3914 8.37684 11.6342 8.55559 11.8134L10.463 13.7208C10.6422 13.8996 10.885 14 11.1381 14C11.3912 14 11.634 13.8996 11.8132 13.7208L13.7206 11.8134C13.8995 11.6342 14 11.3914 14 11.1383C14 10.8852 13.8995 10.6424 13.7206 10.4632Z" fill="#B6BEC8"/> <path d="M6.22772 2H2.95415C2.42683 2 1.99936 2.42747 1.99936 2.95479V6.22836C1.99936 6.75568 2.42683 7.18316 2.95415 7.18316H6.22772C6.75504 7.18316 7.18252 6.75568 7.18252 6.22836V2.95479C7.18252 2.42747 6.75504 2 6.22772 2Z" fill="#B6BEC8"/> <path d="M6.22772 8.54736H2.95415C2.42683 8.54736 1.99936 8.97484 1.99936 9.50216V12.7757C1.99936 13.303 2.42683 13.7305 2.95415 13.7305H6.22772C6.75504 13.7305 7.18252 13.303 7.18252 12.7757V9.50216C7.18252 8.97484 6.75504 8.54736 6.22772 8.54736Z" fill="#B6BEC8"/> </svg> <span>Xem thêm</span> </div> <span class="mb-tab-top-gradient"></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> <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; background: #07090C; } .menu_bottom ul li { flex: 1; display: flex; align-content: center; justify-content: center; background: #07090C; border: 1px solid rgba(7, 9, 12, 0.00); transform: none } .mb-tab-spotlight-button { position: relative; display: inline-block; cursor: pointer; padding: 1px; font-weight: 400; font-size: 11px; line-height: 1.5; color: white; text-decoration: none; box-shadow: 0 25px 50px -12px rgba(24, 24, 27, 0.8); border: none; width: 100%; font-family: 'Roboto'; text-transform: uppercase; } .mb-tab-spotlight-button::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 8px; background: linear-gradient(360deg, rgba(7, 9, 12, 0), rgba(47, 52, 68, 1)); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); padding: 2px; mask-composite: exclude; pointer-events: none; opacity: 0; } .mb-tab-spotlight-button::after { content: ""; background: #19C14A; width: 20px; height: 1px; position: absolute; display: block; margin: 0px auto; left: 38%; bottom: 4px; z-index: 999; opacity: 0; } .mb-tab-button-content { position: relative; z-index: 10; display: flex; align-items: center; gap: 0; padding: 3px 0px; flex-direction: column; } .mb-tab-top-gradient { position: absolute; top: 0; left: 1.125rem; height: 1px; width: calc(100% - 2.25rem); background-image: linear-gradient(to right, rgba(33, 37, 49, 0), rgba(227, 234, 255, 1), rgba(33, 37, 49, 0)); transition: opacity 500ms; opacity: 0; z-index: 20; } /* Hover mb tab */ .menu_bottom ul li:hover, .menu_bottom ul li:focus, .menu_bottom ul li.active { .mb-tab-top-gradient { opacity: 1; } .mb-tab-button-content { border-radius: 8px; background: linear-gradient(180deg, #1f2434 0%, #12151e 100%); } .mb-tab-spotlight-button { border-radius: 8px; background-color: #18181b; color: #19C14A; } .mb-tab-spotlight-button::before, .mb-tab-spotlight-button::after { opacity: 1; } } .menu_bottom ul li a svg path{ fill: #fff; } .menu_bottom ul li:hover a svg path,.menu_bottom ul li:focus a svg path, .menu_bottom ul li.active a svg path{ fill: #19C24A; } .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 class="ads-item"> <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"> </div> <div id="dnn_balloon_botright" class="sk_balloon sk_balloon_down sk_balloon_right"> </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();"> </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> </div> <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> </div> <script type='text/javascript' src='https://xoilaczzzi.tv/wp-content/plugins/table-of-contents-plus/front.min.js?ver=2002'></script> <script type='text/javascript' src='https://xoilaczzzi.tv/wp-content/themes/bongda/resources/library/tmpl.js?v=1'></script> <script type='text/javascript' src='https://xoilaczzzi.tv/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:\/\/xoilaczzzi.tv\/vb-ajax.php","post_id":"58396","security":"a4b2b12b46"}; /* ]]> */ </script> <script type='text/javascript' src='https://xoilaczzzi.tv/wp-content/themes/bongda/dist/scripts/main.js?ver=1742499425'></script> <script type='text/javascript' src='https://xoilaczzzi.tv/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-04-07 14:45:45. It took 78 queries executed in 0.156 seconds.--> <!--Visit http://wordpress.org/extend/plugins/nginx-helper/faq/ for more details-->