@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #fff;
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #000;
}

* {
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.overflow-hidden {
	overflow: hidden !important;
	-webkit-overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #20509e;
	margin: 0;
	font-weight: 400;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 .75rem 0;
}

input:active,
select:active,
button:active,
textarea:active,
input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none !important;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

figure {
	margin: 0 0 0 0;
}

ul {
	list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.clear {
	clear: both;
}

.after-clear::after {
	content: '';
	width: 100%;
	display: block;
	clear: both;
}

.div_center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.green-color {
	color: #0cff00;
}

#page {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	-webkit-box-shadow: 0px -1px 30px #333;
	box-shadow: 0px -1px 30px #333;
	background-color: #000;
}

#content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

#header .header-top,
#header .header-mid,
#header .header-bottom {
	opacity: 0;
	transition: .75s;
	-webkit-transition: .75s;
	-moz-transition: .75s;
	-ms-transition: .75s;
	-o-transition: .75s;
}

#header .header-top.active,
#header .header-mid.active,
#header .header-bottom.active {
	opacity: 1;
}

.header-top {
	padding: 10px 0 0 0;
}

.navbar-brand {
	transform: translateX(-100%);
	padding: 0;
}

.contact-top-wrapper {
	width: 600px;
	max-width: 100%;
	float: right;
}

.top-contact {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
}

.top-contact ul li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
}

.top-contact ul li a:hover {
	color: #ffff00;
}

.top-login {
	text-align: right;
}

.top-login ul li {
	display: inline-block;
	margin-left: 0px;
}

.top-login ul li .input-group {
	position: relative;
}

.top-login ul li .input-group i {
	position: absolute;
	font-size: 12px;
	color: #005e20;
	top: 7px;
	left: 8px;
}

.top-login ul li input {
	border: 1px solid #000;
	border-radius: 0px;
	padding: 1px 5px 1px 25px;
	font-size: 14px;
	background: #fff;
	max-width: 155px;
	outline: 0;
}

.top-login ul li button.btn-login {
	background-color: #ffff00;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	border-radius: 0px;
	padding: 0px 15px;
	line-height: 24px;
	border: none;
	cursor: pointer;
}

.top-login ul li button.btn-login:hover {
	background-color: #005e20;
	color: #fff;
}

.btn-login-mobile {
	background-color: #ffff00;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	border-radius: 0px;
	padding: 0px 10px;
	line-height: 24px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.btn-login-mobile:hover {
	background-color: #005e20;
	color: #fff;
}

.btn-line-mobile {
	background-color: #00B900;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	border-radius: 0px;
	padding: 1px 7px 1px 5px;
	line-height: 24px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.btn-line-mobile img {
	width: 23px;
}

.btn-line-mobile:hover {
	color: #fff;
}

.header-mid {
	margin-bottom: 20px;
	background-image: url(../images/bg-green-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#slide-banner {
	margin-top: -5px;
}

.header-bottom {
	position: relative;
	min-height: 40px;
}

.header-bottom-inner {
	width: 100%;
	background-image: url(../images/bg-menu-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	transition: 0ms;
	padding: 8px 0;
}

.navbar-bottom {
	padding: 0;
}

.navbar-bottom .navbar-nav {
	margin-left: auto;
	margin-right: auto;
}

.navbar-bottom .navbar-nav .nav-item {
	border-left: 1px solid #000;
	display: inline-block;
}

.navbar-bottom .navbar-nav .nav-item:last-child {
	border-right: 1px solid #000;
}

.navbar-bottom .navbar-nav .nav-item .nav-link {
	padding: 0rem 1.9rem;
	font-weight: 500;
	color: #000;
	font-size: 17px;
}

.navbar-bottom .navbar-nav .nav-item.active .nav-link {
	color: #035b01;
}

.navbar-bottom .navbar-nav .nav-item .nav-link:hover {
	transform: scale(1.07);
}

/*home-about*/
#home-about {
	padding: 30px 0;
	background-image: url(../images/bg-black-mid.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.category-bet li {
	width: 20%;
	float: left;
	padding: 5px;
	text-align: center;
}

ul.category-bet li a {
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
	width: 170px;
	max-width: 100%;
}

ul.category-bet li a img {
	width: 100%;
}

#home-about h1, #home-about h2, #home-about h3 {
	text-align: center;
	color: #2afe00;
	font-weight: 400;
	text-shadow: 0px 1px 3px #000;
	padding: 15px 0;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/bg-title-grey.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

#home-about p {
	text-align: center;
	color: #fff;
	font-weight: 300;
	line-height: 26px;
	text-shadow: 0px 2px 5px #000;
	margin-bottom: 0;
}

#home-about p span,
.home-bottom-left-box p span {
	color: #fcff00;
	font-weight: 400;
}

#home-about p span.bigsize {
	font-size: 22px;
}

/*home-about*/
#home-bottom {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 30px 0;
	background-image: url(../images/bg-green-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.promotion-inner {
	display: block;
	text-decoration: none;
	border: 3px solid #fcff00;
	margin-bottom: 30px;
	width: 360px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.promotion-inner:hover {
	transform: scale(1.05);
}

.home-bottom-left-box {
	background-color: rgba(0, 0, 0, 0.43);
	border-radius: 8px;
	overflow: hidden;
}

.home-bottom-left-box h4 {
	background-image: url(../images/bg-title-green.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
	font-size: 19px;
}

.home-bottom-left-box p {
	color: #fff;
	margin: 0;
	padding: 12px 15px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.trial-box {
	background-color: #d6ba00;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
}

.trial-box ul li {
	font-size: 18px;
	color: #000;
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
}

.trial-box ul li span {
	color: #184202;
}

footer {
	background-image: url(../images/bg-footer-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding: 30px 0;
}

.footer-left-inner {
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
	border: 2px solid #d6ba00;
}

.footer-left-inner h4 {
	background: #00411c;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 7px 5px;
	border-bottom: 2px solid #d6ba00;
}

.footer-left-inner ul {
	padding: 20px 35px;
}

.footer-left-inner ul li {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 5px 5px 5px 65px;
	margin-bottom: 20px;
}

.footer-left-inner ul li a {
	font-size: 20px;
	font-weight: 400;
	color: #fff200;
}

.footer-left-inner ul li a:hover {
	color: #0cff00;
}

.footer-left-inner ul li:last-child {
	margin-bottom: 0px;
}

.footer-left-inner ul li:nth-child(1) {
	background-image: url(../images/facebook.png);
}

.footer-left-inner ul li:nth-child(2) {
	background-image: url(../images/line.png);
}

.footer-left-inner ul li:nth-child(3) {
	background-image: url(../images/phone.png);
}

.footer-right {
	min-height: 225px;
	height: 100%;
	width: 100%;
	display: table;
}

.footer-right-inner {
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.footer-right-inner h2 {
	color: #fff;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 20px;
}

/*login page*/
#login-wrapper {
	width: 768px;
	max-width: 100%;
	height: 100vh;
	margin: 0 auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 35px 0;
	background-image: url(../images/bg-login-mobile.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px -1px 30px #333;
	box-shadow: 0px -1px 30px #333;
}

.login-top-area {
	margin-top: 20%;
	text-align: center;
}

.login-top-area img {
	width: 150px;
}

.login-top-area h1 {
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0;
}

.login-mid-area {
	width: 425px;
	max-width: 100%;
	margin: 0 auto;
}

.form-group {
	text-align: center;
	margin-bottom: 1.35rem;
}

.form-group img {
	width: 35px;
	margin-right: 10px;
}

.form-group input {
	border: none;
	padding: 3px 10px;
	background-color: #c4c4c4;
	color: #000;
	border-radius: 1px;
	width: 275px;
}

.button-group {
	text-align: center;
	padding-top: 5px;
}

.button-group button.login-submit {
	background-color: #ffff00;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	border-radius: 0px;
	padding: 2px 0;
	width: 110px;
	text-align: center;
	line-height: 24px;
	border: none;
	cursor: pointer;
	margin: 0 5px;
}

.button-group button.login-submit:hover {
	background-color: #005e20;
	color: #fff;
}

.button-group a.register-button {
	background-color: #005e20;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	border-radius: 0px;
	padding: 2px 0;
	width: 110px;
	text-align: center;
	line-height: 24px;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
}

.button-group a.register-button:hover {
	background-color: #ffff00;
	color: #000;
}

.login-bottom-area {
	text-align: center;
	padding: 2.5rem 0;
}

.login-bottom-area a {
	border: 1px solid #fff;
	padding: 5px 20px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
}

.login-bottom-area a img {
	width: 25px;
	margin-right: 5px;
}

/*end index*/
.mt-2,
.my-2 {
	margin-top: .5rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

/*padding*/
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pt-3,
.pt-3 {
	padding-top: 1rem !important;
}

.text-center {
	text-align: center;
}

.page-cover {
	width: 100%;
	background-image: url(../images/bg-pic.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: -25px;
}

h1.page-heading {
	text-align: center;
	font-size: 1.85rem;
	color: #fff;
	padding: 15px;
	position: relative;
	margin: 3rem 0 2rem 0;
}

h1.page-heading::before {
	content: '';
	width: 100%;
	height: 10px;
	background-image: url(../images/topic-line.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

h1.page-heading::after {
	content: '';
	width: 100%;
	height: 10px;
	background-image: url(../images/topic-line.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

h2.page-heading {
	text-align: center;
	font-size: 1.45rem;
	color: #fff;
	padding: 25px 10px;
	position: relative;
	margin: 2rem 0;
}

h2.page-heading::before {
	content: '';
	width: 100%;
	height: 10px;
	background-image: url(../images/topic-line-long.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

h2.page-heading::after {
	content: '';
	width: 100%;
	height: 10px;
	background-image: url(../images/topic-line-long.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.article-wrap p {
	margin-bottom: .5rem;
	font-size: 1.1rem;
	font-weight: 300;
}

.article-wrap p span {
	color: #fff200;
}

.article-wrap ul {
	padding-left: 2rem;
}

.article-wrap ul li {
	margin-bottom: .5rem;
	font-size: 1.1rem;
	font-weight: 300;
}

.icon-check,
.icon-crown,
.icon-angle {
	position: relative;
	padding-left: 30px;
	margin-left: 1rem;
}

.icon-angle {
	padding-left: 20px;
	margin-bottom: 1.25rem !important;
}

.icon-check::before {
	content: '\f0a9';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-decoration: inherit;
	color: #fff;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 1px;
	left: 0;
}

.icon-crown::before {
	content: '\f521';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-decoration: inherit;
	color: #ffff00;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
}

.icon-angle::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-decoration: inherit;
	color: #ffff00;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 1px;
	left: 0;
}

.heading-green {
	color: #fff;
	background: #00411c;
	padding: 7px 20px;
	display: inline-block;
	font-size: 1.15rem;
	margin-bottom: 1rem;
}

.football-bottom p {
	font-weight: 300;
	font-size: 19px;
	margin-bottom: 0;
	line-height: 1.8;
}

.agent-example {
	width: 550px;
	max-width: 100%;
	margin: 25px auto;
	border: 2px solid #ffff00;
	padding: 1.5rem 2rem;
	background: rgb(15, 61, 35);
	background: linear-gradient(185deg, rgba(15, 61, 35, 0.7038165608040091) 0%, rgba(0, 65, 28, 1) 100%);
}

.agent-example ul {
	list-style: disc;
}

/* Icon 2 */
.navbar-toggler {
	padding: 3px 0 0 0;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
}

#nav-icon2 {
	width: 26px;
	height: 20px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 15px 15px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 15px 0 0 15px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
	top: 7px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
	top: 15px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 4px;
	top: 5px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 2px);
	top: 5px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 4px;
	top: 12px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 2px);
	top: 12px;
}

/*-------------------*/
/***** Apollo *****/
/*-----------------*/
.effect-apollo {
	background: transparent;
	position: relative;
	overflow: hidden;
}

.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	/*
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
*/
}

.effect-apollo .hover-apollo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.effect-apollo:hover .hover-apollo::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

/*deposit*/
h1.title-page {
	color: #0cff00;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 25px;
}

.deposit p {
	text-align: left !important;
	font-size: 1.2em;
	line-height: 30px !important;
	margin-bottom: 15px !important;
}

.deposit ul {
	color: #fff;
	font-weight: 300;
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 40px;
}

@media (max-width:700px) {
	.deposit p {
		font-size: 20px !important;
	}
}

.deposit iframe {
	height: 800px;
}

@media (max-width:550px) {
	.deposit iframe {
		height: 1200px;
	}
}

/* wp */
.entry-header {
	display: none !important;
}

.home-about-first a,
.article-wrap p a {
	color: #e1b16f !important;
}

.home-about-first a:hover,
.article-wrap p a:hover {
	text-decoration: underline !important;
}

.contact-right img {
	width: 205px;
}

.link-button button.btn-red {
	background-color: #f44336;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	padding: 1px 15px;
	line-height: 23px;
	border: none;
}

.link-button button.btn-gold {
	background-color: #F3B33D;
	font-size: 12px;
	color: #000;
	border-radius: 5px;
	padding: 1px 15px;
	line-height: 23px;
	border: none;
}

@media (max-width: 767.98px) {
	.link-button {
		text-align: center;
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.link-button button {
		font-size: 14px !important;
		padding: 4px 20px !important;
	}
}