@font-face {
	font-family: "Gilroy";
	src: url("../fonts/GilroySemiBold.woff2") format("woff2"),
		url("../fonts/GilroySemiBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/GilroyMedium.woff2") format("woff2"),
		url("../fonts/GilroyMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy.woff2") format("woff2"),
		url("../fonts/Gilroy.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	background: #0f1031;
	color: #e6eaeb;
	font-family: "Gilroy", system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
		"Helvetica Neue", sans-serif;
}

h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.125em;
}
h5,
h6 {
	font-size: 1em;
}

a {
	color: #02E5E4;;
	text-decoration: none;
}
a:hover {
	color: #b8ff02;
	text-decoration: none;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1200px;
}

.wp-caption {
	max-width: 800px;
}
.wp-caption .wp-caption-text {
	background: linear-gradient(90deg, #1d2151, #111236);
	font-size: 0.9em;
	font-style: italic;
	padding: 0.4em;
}
.wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}
.wp-caption img {
	width: 100%;
}

.adscatfish ins {
	max-width: 100%;
}

ins {
	max-width: 100%;
}
.singledealer {
	background: linear-gradient(
		84deg,
		#34075a,
		#181744,
		#161741,
		#161843,
		#161b4c,
		#171f56,
		#182464,
		#1b338d
	);
	border-radius: 8px;
	border: 1px #393382 solid;
}
.singledealer strong {
	font-size: 22px;
}
.singledealer .btn-bet {
	width: fit-content;
	padding: 5px 20px;
	/* background: linear-gradient(86.36deg, #ff5714 -302.72%, #1c2700 91.14%); */
	/* border: 1px #ff5714 solid; */
	/* color: #e6eaeb; */
}
header {
	background: linear-gradient(
		90deg,
		#921af6,
		#461fa2,
		#2e2187,
		#1d2274,
		#132369,
		#102466,
		#11256a,
		#152b79,
		#1d3591,
		#2641af,
		#2641af
	);
	position: sticky;
	top: 0;
	padding-top: 15px;
	z-index: 20;
}
header:before {
	content: "";
	position: absolute;
	background: url(../images/header-decor.svg?2) center no-repeat;
	background-size: contain;
	background-position: left;
	right: 8px;
	bottom: -16px;
	height: 90px;
	width: calc(1200px + (100vw - 1254px) / 2);
}
@media (min-width: 601px) {
	.admin-bar header {
		top: 32px;
	}
}

.logo img {
	position: relative;
	height: 66px;
	transform: translate(10px, 4px);
	width: auto;
	z-index: 2;
}
.aligncenter {
	margin: auto;
	display: block;
}
.mainmenu {
	background: #0b1a27;
}

.mainmenu .nav-item {
	padding: 4px 12px;
}

.mainmenu .nav-link {
	color: white !important;
	font-size: 16px;
	font-weight: 500;
}

.mainmenu li:hover,
.mainmenu .current-menu-item {
	background: #ed1c24;
}
.navbar-nav .dropdown-menu {
	background-color: #0f1031;
	padding: 8px;
	min-width: 200px !important;
}
.mainmenu ul.dropdown-menu {
	background-color: #0b1a27;
}

.mainmenu .navbar-toggler {
	color: white;
	z-index: 999;
	position: absolute;
	top: 5px;
	right: 0;
}

.mainmenu .navbar-toggler.collapsed {
	position: static;
}

.mainmenu .navbar-toggler:focus,
.mainmenu .navbar-toggler:focus {
	box-shadow: none;
}

.mainmenu .dropdown-toggle::after {
}

footer {
	background: #0f1031;
	color: #8b8ca5;
	margin-top: 25px;
}
.footer {
	position: relative;
}
.footer:before {
	content: "";
	background: linear-gradient(270deg, #02e5e4, #04baef, #3063ff, #921af6);
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
}
img.flogo {
	max-width: 270px;
	height: auto !important;
}
.foothr {
	background: #ed1c24;
	height: 3px !important;
	opacity: 1;
}

.fmap iframe {
	width: 100%;
	height: 210px;
}

footer .menu {
	padding: 0px;
	list-style: none;
}

footer a {
	color: #8b8ca5;
}
footer a:hover {
	color: #02E5E4;;
}
footer ul {
	list-style-type: none;
	padding: 0;
}
footer ul > li {
	margin-bottom: 0.5rem;
}

.footer-slogan {
	font-weight: 600;
	color: #c5c5d1;
}

.copyright {
	border-top: 1px #393b70 solid;
	color: #535585;
	font-size: 14px;
}

.des-section {
	background: rgba(0, 0, 0, 0.459);
}

.des-section * {
}

.des-section img {
	max-width: 100%;
	height: auto;
}
.content-section {
	color: #e1e2e9;
}
.content-section img {
	max-width: 100%;
	height: auto;
}
.content-section tbody,
.content-section td,
.content-section tfoot,
.content-section th,
.content-section thead,
.content-section tr {
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
}
.headingh {
	color: #ffed7c;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: #00000099;
	margin-left: -15px;
	margin-right: -15px;
}
.headingh * {
	font-size: 22px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.title-1 {
	font-size: 25px;
	font-weight: 700;
	color: #02E5E4;
}
.title-2 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.title-3 {
	color: #ffed7c;
	font-size: 22px;
	font-weight: 700;
	/* border-bottom: 3px #ED1C24 solid; */
	/* padding: 0px 0px 5px 0px; */
	text-transform: uppercase;
}
body.category-nha-cai-lua-dao .title-2 {
	display: flex;
	align-items: center;
}
body.category-nha-cai-lua-dao .title-2:before {
	content: "";
	background: url(../images/prefix-img-cat.svg) center no-repeat;
	background-size: contain;
	background-position: left top;
	transform: translateY(-2px);
	display: inline-block;
	height: 36px;
    width: 130px;
}
.headmeta {
	background: linear-gradient(
		84deg,
		#34075a,
		#181744,
		#161741,
		#161843,
		#161b4c,
		#171f56,
		#182464,
		#1b338d
	);
	border-radius: 4px;
	padding: 6px 10px 3px 10px;
	font-size: 14px;
}

.headmeta a {
	color: #fff;
}

.sitebreadcrumb {
	color: #8095DF;
	display: flex;
	align-items: center;
}

.sitebreadcrumb a {
	color: #8095DF;
}
.sitebreadcrumb a:hover {
	color: #00e5e4;
}
.sitebreadcrumb a:first-of-type {
	display: flex;
	align-items: center;
	gap: 4px;
}
.sitebreadcrumb a:first-of-type:before {
	content: "";
	background: url(/wp-content/uploads/2025/06/icon-home.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	height: 22px;
	width: 22px;
}
.sitebreadcrumb a:hover:hover:before {
	background-image: url(/wp-content/uploads/2025/06/icon-home-hover.svg);
}

.sitebreadcrumb p {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.sitebreadcrumb .last {

}

.content-author {
	background: linear-gradient(
		84deg,
		#34075a,
		#181744,
		#161741,
		#161843,
		#161b4c,
		#171f56,
		#182464,
		#1b338d
	);
	border-radius: 4px;
	overflow: hidden;
	color: #ffffff;
}

.content-author-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.content-author-des {
	text-align: justify;
}

.content-author-des-icon img {
	height: 30px;
	margin-right: 10px;
}

.content-author-name {
	color: #02E5E4;;
	font-size: 25px;
	font-weight: 700;
	display: block;
}

.cat-list {
	overflow: hidden;
	/* background: white; */
}

.cat-list .cat-list-img {
	display: flex;
	overflow: hidden;
	text-align: center;
	width: 100%;
	align-items: center;
}

.cat-list .cat-list-img div {
	width: 100%;
}

.cat-list .cat-list-img img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: 100%;
	aspect-ratio: 800 / 500;
	border-radius: 8px;
	overflow: hidden;
}

.cat-list .cat-list-title {
	color: white;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cat-list .cat-list-title * {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
}
.cat-list .cat-list-title:hover {
	color: #00e5e4;
}
.cat-list-des {
	color: #BABCCB;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
}

.cat-list-read {
	color: #33373a;
	font-size: 13px;
	text-align: right;
}

.cat-list-read a {
	color: #33373a;
	font-weight: 500;
}

.cat-list-read a i {
	font-size: 15px;
	background: #fcee21;
	color: white;
	padding: 3px 5px;
	border-radius: 3px;
}

.alm-btn-wrap .alm-load-more-btn {
	background: #182950 !important;
	border: #2f6598 1px solid !important;
	color: #637bcc !important;
	padding: 10px 25px !important;
	text-transform: uppercase;
	height: auto !important;
	width: 100% !important;
	transition: 0s !important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
	background: linear-gradient(to bottom left, #02e5e4 0%, #3063ff 50%, #921af6 100%) !important;
    border: thin solid #94cbff;
	color: #fff !important;
}
.alm-btn-wrap .alm-load-more-btn.loading {
	pointer-events: none;
	opacity: 0.8;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
	visibility: hidden;
}

.nhacai-info {
	background: #000000;
	color: #f2f2f2;
	position: relative;
	padding: 12px 20px 12px 0;
}

.nhacai-info .logo {
	width: 90px;
	max-width: 90%;
	z-index: 2;
	position: relative;
}

.nhacai-info .name {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.nhacai-info .slogan {
	font-size: 13px;
}

.nhacai-info .des {
	font-size: 14px;
}

.nhacai-info .des b {
	color: #ffcc00;
}

.nhacai-info .nhacai-sstar {
	font-size: 16px;
	color: #fff;
}

.nhacai-info .nhacai-sstar svg {
	margin-right: 3px;
	color: #02E5E4;;
	font-weight: 600;
}

.btn-bet {
	background: linear-gradient(
		to bottom left,
		#02e5e4 0%,
		#04baef 10.7%,
		#1795f6 21.4%,
		#3063ff 68%,
		#921af6 100%
	);
	border: thin solid #94cbff;
	font-weight: 500;
	color: white;
	border-radius: 8px;
	text-transform: uppercase;
	transition: 0.3s;
	width: 100%;
}
.btn-bet:hover {
	color: white;
	transform: translateY(-3px);
}

.toplists .nhacai-info {
	border: 1px solid #393382;
	background: linear-gradient(
		84deg,
		#34075a,
		#181744,
		#161741,
		#161843,
		#161b4c,
		#171f56,
		#182464,
		#1b338d
	);
	color: #d1c6ee;
	border-radius: 10px;
}

.toplists .nhacai-info .des {
	font-size: 16px;
}
.toplists .nhacai-info .des ul {
	padding: 0;
	margin: 0;
}
.btn-review {
	background: transparent;
	color: #637bcc;
	font-weight: 500;
	border: thin solid #2f6598;
	border-radius: 8px;
	text-transform: uppercase;
	transition: 0.3s;
	width: 100%;
}

.btn-review:hover {
	color: white;
	border-color: white;
	transform: translateY(-3px);
}

.nhacai-item-num span {
	color: #ffffff;
	padding: 0;
	font-weight: 600;
	position: absolute;
	width: 35px;
	height: 35px;
	overflow: hidden;
	/* background: #FFCC00; */
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	display: flex;
	border-radius: 0px 8px 8px 0px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	background: linear-gradient(359deg, #a43bff 0%, #7248ff 100%);
}
.toplists .nhacai-info:nth-child(1) .nhacai-item-num span {
	background: linear-gradient(359deg, #BF8209 0%, #FFD210 100%);
}
.toplists .nhacai-info:nth-child(2) .nhacai-item-num span {
	background: linear-gradient(359deg, #CE0024 0%, #FF233F 100%);
}
.toplists .nhacai-info:nth-child(3) .nhacai-item-num span {
	background: linear-gradient(359deg, #0C42BC 0%, #2A6FFC 100%);
}
.right-box .nhacai-item-num span {
	top: 36px;
}
.right-head {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.home-ask {
}
.home-ask #accordion {
}
.home-ask-item {
	border: 1px solid #2c375d;
	border-radius: 6px;
	margin-bottom: 10px;
	background: #171837;
	color: #e6eaeb;
	overflow: hidden;
}
.accordion-item:not(:first-of-type) {
	border-top: 1px solid #2c375d;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23353771'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2302E5E4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.home-ask-item .btn-link {
	color: #02E5E4;;
	font-size: 20px;
	font-weight: bold;
}
.home-ask-item i.far {
	color: #39b191;
	margin-right: 3px;
}
.accordion-header .accordion-button {
	background: #111236;
	box-shadow: unset;
	color: white;
	font-weight: 600;
}
.accordion-header h5 {
	position: relative;
}
.home-ask-item-body {
	padding: 10px 10px 10px 35px;
	color: #ffffffbf;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}
.home-ask-item .accordion-header .fa-caret-down {
	color: #39b191;
	position: absolute;
	top: 15px;
	right: 0px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
/****** ADS style************/
button.adclose {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fffffffa;
	border: thin #8ad5fcfa solid;
	color: #8ad5fcfa;
	transition: 0.2s;
}

button.adclose:hover {
	background: #8ad5fcfa;
	color: #fffffffa;
}

ins {
	display: block;
	margin-bottom: 3px !important;
	position: relative;
	margin: auto;
	max-width: 100% !important;
}

ins img {
	width: 100%;
	height: auto;
}

.adscatfish {
	position: fixed;
	right: 0px;
	bottom: 2px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

.adscatfish ins {
	width: 600px;
}

.adfloat img {
	width: 75px;
}

#blLeft {
	position: fixed;
	left: 5px;
	bottom: 5px;
	z-index: 9999;
	width: 200px;
}

#blRight {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 9999;
	width: 200px;
}

.modal {
	z-index: 9999;
}

.modal-dialog {
	max-width: 302px;
	width: 302px;
	margin: 100px auto;
	background: none;
}

.modal-dialog .modal-content {
	background: none;
	border: none;
}

.headerbanner ins img {
	width: 600px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100px !important;
}

.stick {
	position: fixed;
	top: 10px;
}

.abs {
	position: absolute;
	bottom: 0px;
}

@media (min-width: 992px) {
	.ads-pc {
	}

	.ads-mb {
		display: none;
	}
}

@media (max-width: 991px) {
	.ads-pc {
		display: none;
	}

	.ads-mb {
		display: block;
	}

	ins img {
		width: 100%;
		height: auto;
	}

	.modal-dialog {
		max-width: 240px;
		width: 240px;
		background: none;
	}
}

/********** end ADS style **********/

.menu-main {
	display: flex;
	justify-content: right;
	transform: translateY(-5px);
}

.menu-main ul {
	margin: 0;
	padding: 0;
}

.menu-main ul li {
	display: inline-block;
}

.menu-main ul li a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #8095e0;
	font-size: 1rem;
	font-weight: 400;
	padding: 5px 15px !important;
	transition: 0.2s;
}

.menu-main ul li img {
	object-fit: contain;
	height: 22px;
	width: 22px;
}
.menu-main ul li img.nav-icon-active {
	display: none;
}
.menu-main ul li.current-menu-item img.nav-icon {
	display: none;
}
.menu-main ul li.current-menu-item img.nav-icon-active {
	display: block;
}
.menu-main ul li.current-menu-item a {
	color: #00e5e4;
	transition: 0.2s;
}
.menu-main ul li:hover a {
	color: #00e5e4;
	transition: 0.2s;
}
.menu-main ul li:hover img.nav-icon {
	display: none;
}
.menu-main ul li:hover img.nav-icon-active {
	display: block;
}
.menu-main i {
	font-size: 15px;
	margin-right: 2px;
}
header .action-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

header .action-header .search .btn-search {
	background: none;
	color: #ffed7c;
	border: none;
	padding: 0;
	font-size: 19px;
	transition: 0.2s;
}

header .action-header .search .btn-search:hover {
	color: #ed1c24;
	transition: 0.2s;
}

.modal-backdrop.show {
	z-index: 15;
}

#modalSearchForm {
	font-size: 18px !important;
	font-weight: 600;
}

#modalSearchForm .modal-dialog {
	max-width: 500px;
	width: 100%;
}

#modalSearchForm .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

#modalSearchForm .modal-header {
	padding: 10px;
}

#SearchModalLabel {
	font-size: 18px !important;
	font-weight: 600;
}

#formtimkiem {
	position: relative;
}

#formtimkiem input {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 !important;
}

#formtimkiem button {
	background: #bb0303;
	font-size: 12px;
	color: #fff;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	border-radius: 0;
	padding: 1px 10px;
}

.topsapo {
	background: url(../images/sapo-bg.webp) center no-repeat;
	background-size: 100% 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 48px;
}
.topsapo h1 {
	color: #e6eaeb;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 1rem;
}
.topsapo h1 span {
	color: #00e5e4;
}
.topsapo-inner {
	color: #dcdce1;
	max-width: 960px;
	margin: 0 auto;
}
.topsapo a {
	color: inherit;
	text-decoration: underline;
}
.right-box {
	margin-bottom: 20px;
}
.right-box .nhacai-info {
	padding: 20px 16px 16px;
}
.right-box .nhacai-info .name {
	margin-top: 1rem;
}