/* =================================
------------------------------------
  EndGam - Gaming Magazine Template
  Version: 1.0
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #000000;
}





#m_header {
	display: none;
}
#m_header2 {
	display: none;
}
#m_footer {
	display: none;
}
#m_footer2 {
	display: none;
}
#m_body {
	display: none;
}
#m_body2 {
	display: none;
}
#m_body3 {
	display: none;
}
#m_body4 {
	display: none;
}
#m_body5 {
	display: none;
}



.carousel-control-next, .carousel-control-prev {
	opacity: 0.8 !important;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
	opacity: 1 !important;
}
.m_pre {
	/* background-color: #F19021 !important; */
	/* background:rgba(241, 144, 33, 0.75) !important; */
	background:rgba(0, 0, 0, 0.75) !important;
	padding: 15px;
	border-radius: 100px;
}
.m_next {
	background:rgba(0, 0, 0, 0.7) !important;
	padding: 15px;
	border-radius: 100px;
}
.carousel-control-prev-icon {
	display: block !important;
	width: 3rem !important;
	height: 3rem !important;
}
.carousel-control-next-icon {
	display: block !important;
	width: 3rem !important;
	height: 3rem !important;
}
@media (max-width: 850px) {
	.carousel-control-prev-icon {
		width: 2rem !important;
		height: 2rem !important;
	}
	.carousel-control-next-icon {
		width: 2rem !important;
		height: 2rem !important;
	}
}
@media (max-width: 670px) {
	.carousel-control-prev {
		display: none !important;
	}
	.carousel-control-next {
		display: none !important;
	}
}
@media (max-width: 500px) {
	.m_pre {
		padding: 10px;
	}
	.m_next {
		padding: 10px;
	}
	.carousel-control-prev-icon {
		width: 1.5rem !important;
		height: 1.5rem !important;
	}
	.carousel-control-next-icon {
		width: 1.5rem !important;
		height: 1.5rem !important;
	}
}



.findex2 { display: flex;margin-left: auto;margin-right: auto;margin-bottom: 3rem;margin-top: 5vw;width: 70%;justify-content: center; }
.findex2 .bank_pay { text-wrap: nowrap; }
.findex2 .bank_pay h6 { font-size: 14px;font-weight: 700 !important;position: relative;color: #f9c43a;padding: 1.5vw; }

@media (max-width: 1250px) { 
  .findex2 { display: block; } 
  .findex2 .bank_pay h6 { margin-bottom: 30px; } 
}

.findex2 .bank { display: flex;margin-left: 1vw; }

.findex2 .bank a { width: 100%;margin-right: 1vw; }
.findex2 .bank img { width: 100%;; object-fit: cover; }

.findex2 .bank .wave { margin-top: 0.4vw; }
.findex2 .bank .agd { margin-top: 0.25vw; }
.findex2 .bank .abank {  }
/* .w3l_footer .findex2 .bank .mab { margin-top: 0.3vw; } */
.findex2 .bank .mcb { margin-top: 0.1vw; }


@media (min-width: 1500px) { 
	.findex2 .bank .agd { margin-top: 0.5vw; }
    .findex2 .bank .mcb { margin-top: 0.3vw; }
}
@media (max-width: 991px) { 
	.findex2 { display: block;width: 78%;margin-left: auto;margin-right: auto;margin-top: 3rem;margin-bottom: 2rem; }
	.findex2 .bank { display: flex;margin-left: 10px;flex-wrap: wrap; }
	.findex2 .bank a { width: 20%;margin-right: 2.5vw;margin-bottom: 3rem; }
	.findex2 .bank_pay h6 { font-size: 14px; }

	.findex2 .bank .agd { margin-top: 1.9vw; }
}
@media (max-width: 780px) {
	.findex2 .bank a { width: 25%;margin-right: 2.5vw;margin-bottom: 3rem; }
	.findex2 .bank .mcb { padding-top: 0.5vw; }
}
@media (max-width: 450px) {
    .findex2 .bank a { width: 25%;margin-right: 4.5vw; }
    .findex2 { display: block;width: 100%;margin-left: auto;margin-right: auto;padding-left: 5vw; }
}





.translator {
	padding-bottom: 8px;
}
.translator img {
	width: 50px;
	height: 28px;
	object-fit: fill;
	margin-right: 13px;
	cursor: pointer;
}
.translator #english_t {
	width: 50px;
	height: 28px;
	object-fit: contain;
	margin-right: 13px;
	cursor: pointer;
}

.translator2 {
	padding-top: 1.34px;
}
.translator2 img {
	width: 50px;
	height: 28px;
	object-fit: fill;
	margin-right: 13px;
	cursor: pointer;
}
.translator2 #english_t2 {
	width: 50px;
	height: 28px;
	object-fit: contain;
	margin-right: 13px;
	cursor: pointer;
}



.main_banner {

}

.main_banner img {
	width: 100%;
	object-fit: cover;
}

.carousel .carousel-indicators .active {
	background-color: #f9c43a;
}

.carousel .carousel-indicators button {
	height: 5.3px;
}
@media (max-width: 500px) {
	.carousel .carousel-indicators button {
		height: 4px;
	}
}





.header-main-menu {
	display: flex;
	list-style: none;
	margin-left: -30px;
	justify-content: center;
}
.header-main-menu li {
	margin-right: 50px;
}
.header-main-menu a {
	color: #f9c43a;
	text-decoration: none;
}
.header-main-menu a:hover {
	color: #fff;
}
@media (max-width: 1250px) {
	.header-main-menu {
		display: none;
	}
}



.blog-container {
	width: 90%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.blog-container .blog_left {
	width: 80%;
}
.blog-container .blog_right {
	width: 20%;
}
.blog-main {
	margin-top: 50px;
}
.double_blog {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.blog_item {
	display: flex;
	width: 45%;
	margin-right: 35px;
	margin-bottom: 13px;
}
.blog_item .blog_item_image {
	width: 50%;
	margin-right: 15px;
}
.blog_item .blog_item_image img {
	width: 100%;
}
.blog_item .blog_item_text {
	width: 50%;
}
.blog_item .blog_item_text h3 {
	font-size: 5.3rem;
	font-weight: 800;
	text-align: center;
}
.blog_item .blog_item_text p {
	padding-left: 20px;
	font-size: 12.7px;
	color: #fff;
}

@media (max-width: 1200px) {
	.blog_item {
		width: 100%;
	}
	.blog-container .blog_left {
		width: 70%;
	}
	.blog-container .blog_right {
		width: 30%;
	}
	.blog_item .blog_item_image {
		width: 100%;
	}
	.blog_item .blog_item_image img {
		width: 100%;
	}
	.blog_item .blog_item_text {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.blog_item {
		display: block;
		margin-right: 30px;
	}
	.blog-container .blog_left {
		width: 70%;
	}
	.blog-container .blog_right {
		width: 30%;
	}
	.blog_item .blog_item_image img {
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.blog_item .blog_item_text p {
		padding-left: 0px;
		text-align: center;
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.blog-container {
		padding: 0;
		width: 95%;
		display: block;
	}
	.blog_item {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.blog_item .blog_item_image img {
		width: 50%;
	}
	.blog-container .blog_left {
		width: 100%;
	}
	.blog-container .blog_right {
		width: 100%;
		margin-top: 60px;
	}
}

.blog_text {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.blog_text .blog_text_i {
	width: 20%;
	margin-right: 25px;
}
.blog_text .blog_text_i h3 {
	text-align: center;
	font-size: 3rem;
	font-weight: 800;
	color: #F9C43A;
}
.blog_text .blog_text_i p {
	text-align: center;
	color: #F9C43A;
}
@media (max-width: 1250px) {
	.blog_text .blog_text_i {
		width: 30%;
		margin-right: 25px;
	}
}
@media (max-width: 1200px) {
	.blog_text {
		flex-wrap: wrap;
		margin-left: 15px;
	}
	.blog_text .blog_text_i {
		width: 40%;
		margin-right: 15px;
	}
}
@media (max-width: 500px) {
	.blog_text .blog_text_i p {
		font-size: 9.5px;
	}
}


.intro-section {
	background-image: url('../img/index/intro.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.intro {
	display: flex;
	padding: 50px 0 0 0;

	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.intro_image {
	width: 40%;
	margin-right: 5vw;
}
.intro_image img {
	width: 100%;
}
.intro_text {
	padding-top: 3vw;
	width: 50%;
}
.intro_text h3 {
	font-weight: 700;
	font-size: 2vw;
	color: #F9C43A;
	margin-bottom: 1vw;
}
.intro_text p {
	font-size: 1vw;
	font-weight: normal;
	color: #fff;
}

@media (max-width: 1200px) {
	.intro-section {
		background-image: none;
		background-color: #060606;

		padding-top: 4.3em;
	}
	.intro {
		display: block;
		width: 100%;
		padding: 0;
	}
	.intro_image {
		background-image: url('../img/index/intro.jpg');
		background-size: cover;
		background-position: left;
		background-repeat: no-repeat;

		width: 100%;
		margin-right: 0;
	}
	.intro_text {
		padding-top: 30px;
		padding-bottom: 30px;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		background-color: #060606;
	}
	.intro_text h3 {
		font-weight: 700;
		font-size: 23px;
		color: #F9C43A;
		margin-bottom: 15px;
	}
	.intro_text p {
		font-size: 14px;
		color: #fff;
	}
}




.game-featured-section {

}
.game_container {
	width: 100%;
	max-width: 3000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;

	background-image: url('../img/slot/gbf.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gf_left {
	width: 40%;
	margin-right: 0.5vw;
}
.gf_left img {
	width: 100%;
}

.gf_right_cover {
	width: 60%;
	padding-right: 3vw;
	/* padding-top: 25px; */
}
.gf_right {

}

.gf_right .gf_item {
	margin-bottom: 1vw;
}
.gf_right .gf_item h3 {
	font-size: 2vw;
	font-weight: 700;
	text-align: center;
	color: #F9C43A;
}
.gf_right .gf_item .gf_text {
	display: flex;
	padding: 0vw 0.5vw 0vw 0.5vw;
}
.gf_right .gf_item .gf_text img {
	width: 18%;
	margin-right: 0.7vw;
}
.gf_right .gf_item .gf_text p {
	padding-top: 0.7vw;
	color: #fff;
	text-align: justify;
	font-size: 1vw;
	font-weight: normal;
	line-height: normal;
}

@media (min-width: 3000px) {
	.gf_left {
		width: 40%;
		margin-right: 15px;
	}
	.gf_right .gf_item {
		margin-bottom: 15px;
	}
	.gf_right .gf_item h3 {
		font-size: 50px;
		font-weight: 700;
		text-align: center;
		color: #F9C43A;
	}
	.gf_right .gf_item .gf_text {
		display: flex;
		padding: 0vw 3px 0vw 3px;
	}
	.gf_right .gf_item .gf_text img {
		width: 18%;
		margin-right: 15px;
	}
	.gf_right .gf_item .gf_text p {
		padding-top: 30px;
		color: #fff;
		text-align: justify;
		font-size: 25px;
		line-height: normal;
	}
}
@media (max-width: 1200px) {
	.game_container {
		width: 100%;
		display: block;
		background-image: none;
	}
	.gf_left {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.gf_right_cover {
		width: 100%;
		padding-top: 30px;
		padding-right: 0;

		background-image: url('../img/slot/gbf.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.gf_right {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 5px;
	}
	.gf_right .gf_item {
		margin-bottom: 15px;
	}
	.gf_right .gf_item .gf_text {
		padding: 0vw 0vw 0vw 0vw;
	}
	.gf_right .gf_item .gf_text img {
		width: 15%;
		margin-right: 15px;
	}
	.gf_right .gf_item h3 {
		font-size: 23px;
	}
	.gf_right .gf_item .gf_text p {
		padding-top: 15px;
		font-size: 14px;
	}
}
@media (max-width: 942px) {
	.gf_right .gf_item .gf_text img {
		width: 25%;
		height: 13vw;
		margin-right: 15px;
	}
	.gf_right .gf_item .gf_text p {
		padding-top: 1vw;
	}
}
@media (max-width: 850px) {
	.gf_right .gf_item .gf_text img {
		width: 25%;
		height: 23vw;
		margin-right: 15px;
	}
	.gf_right .gf_item .gf_text p {
		padding-top: 1.7vw;
	}
}
@media (max-width: 540px) {
	.gf_right_cover {
		padding-top: 30px;
	}
	.gf_right .gf_item .gf_text {
		display: block;
	}
	.gf_right .gf_item .gf_text img {
		width: 25%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	.gf_right .gf_item:nth-child(1) {
		margin-bottom: 35px;
	}
	.gf_right .gf_item:nth-child(2) {
		margin-bottom: 25px;
	}
	.gf_right .gf_item .gf_text p {
		padding-top: 7px;
}
}

.ab_section {
	width: 100%;
	position: relative;
	
	background-image: url('../img/ab/cm3.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 7vw;
	padding-bottom: 4vw;
}
.ab {

}
.ab_main {
	display: flex;
	padding-left: 9vw;
}
.ab_left {
	position: relative;
	width: 60%;
	padding-top: 4.5vw;
}
.ab_left_top_text {

}
.ab_left_top_text h5 {
	font-size: 1.1vw;
	font-weight: 700;
    color: #F9C43A;
	margin: 0;
    padding: 0;
	margin-bottom: 0.3vw;
}
.ab_left_top_text p {
	color: #fff;
	font-size: 1vw;
	font-weight: normal;
	margin: 0;
    padding: 0;
}
.ab_left_info {
	display: flex;
	margin-top: 0.7vw;
}
.ab_left_info_item {
	margin-right: 2.5vw;
}
.ab_left_info_item h3 {
	text-align: center;
	color: #F9C43A;
	font-size: 2.3vw;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.ab_left_info_item p {
	text-align: center;
	color: #F9C43A;
	font-size: 1vw;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.ab_left_bottom_text {
	margin-top: 3vw;
}
.ab_left_bottom_text h3 {
	color: #F9C43A;
	font-size: 2vw;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	padding: 0;
	margin-bottom: 0.3vw;
}
.ab_left_bottom_text p {
	color: #fff;
	font-size: 1vw;
	font-weight: normal;
	margin: 0;
    padding: 0;
}
.ab_left_logo {
	display: flex;
	margin-top: 1.1vw;
}
.ab_left_logo_item {
	width: 25%;
	display: flex;
	align-items: center;
	margin-right: 0.5vw;
}
.ab_left_logo_image {
	width: 35%;
	margin-right: 0.7vw;
}
.ab_left_logo_image img {
	width: 100%;
}
.ab_left_logo_text {
	width: 65%;
}
.ab_left_logo_text p {
	color: #fff;
	font-size: 1vw;
	margin: 0;
    padding: 0;
}
.ab_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
}
.ab_right img {
	width: 100%;
	height: 47vw;
}
.ab_cat {
	width: 100%;
	position: relative;
	display: flex;
	align-items: end;
	margin-top: 4.3vw;
}
.ab_cat_title {
	position: absolute;
}
.ab_cat_title h3 {
	margin-bottom: 6.5vw;
	display: flex;
	color: #F9C43A;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	font-size: 2vw;
	transform: rotate(-90deg);
}
.ab_cat_main {
	display: flex;
	padding-left: 9vw;
	
}
.ab_cat_item:nth-child(1) {
	background-image: url('../img/ab/c1.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	width: 15%;
	margin-right: 1vw;
}
.ab_cat_item:nth-child(2) {
	background-image: url('../img/ab/c2.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	width: 15%;
	margin-right: 1vw;
}
.ab_cat_item:nth-child(3) {
	background-image: url('../img/ab/c3.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	width: 15%;
	margin-right: 1vw;
}
.ab_cat_item:nth-child(4) {
	background-image: url('../img/ab/c4.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	width: 15%;
	margin-right: 1vw;
}
.ab_cat_item:nth-child(5) {
	background-image: url('../img/ab/c5.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	width: 15%;
	margin-right: 1vw;
}
.ab_cat_text {
	padding: 9vw 1.4vw 2vw 1.4vw;
}
.ab_cat_text h3 {
	color: #F9C43A;
	font-size: 1vw;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin: 0;
    padding: 0;
	margin-bottom: 0.5vw;
}
.ab_cat_text p {
	color: #fff;
	font-size: 0.9vw;
	font-weight: normal;
	line-height: normal;
	text-align: justify;
	margin: 0;
    padding: 0;
}
@media (max-width: 800px) {
	.ab_section {
		width: 100%;
		position: relative;
		
		background-image: url('../img/ab/mobile1.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.ab {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.ab_main {
		display: block;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
	}
	.ab_left {
		position: relative;
		width: 100%;
		padding-top: 15px;
	}
	.ab_left_top_text {

	}
	.ab_left_top_text h5 {
		font-size: 15px;
		font-weight: 700;
		color: #F9C43A;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
	}
	.ab_left_top_text p {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	.ab_left_info {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.ab_left_info_item {
		width: 40%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.ab_left_info_item h3 {
		text-align: center;
		color: #F9C43A;
		font-size: 23px;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}
	.ab_left_info_item p {
		text-align: center;
		color: #F9C43A;
		font-size: 9px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	.ab_left_bottom_text {
		margin-top: 23px;
	}
	.ab_left_bottom_text h3 {
		color: #F9C43A;
		font-size: 23px;
		font-weight: 700;
		font-style: italic;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
	}
	.ab_left_bottom_text p {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	.ab_left_logo {
		display: flex;
		margin-top: 10px;
	}
	.ab_left_logo_item {
		width: 25%;
		display: flex;
		align-items: center;
		margin-right: 5px;
	}
	.ab_left_logo_image {
		width: 35%;
		margin-right: 7px;
	}
	.ab_left_logo_image img {
		width: 100%;
	}
	.ab_left_logo_text {
		width: 65%;
	}
	.ab_left_logo_text p {
		color: #fff;
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
	.ab_right {
		position: static;
		right: 0;
		top: 0;
		width: 100%;
		margin-top: 30px;
		margin-left: -9.7vw;
	}
	.ab_right img {
		width: 100%;
		height: auto;
	}
	.ab_cat {
		width: 100%;
		position: relative;
		display: block;
		align-items: end;
		margin-top: 30px;
	}
	.ab_cat_title {
		position: static;
	}
	.ab_cat_title h3 {
		margin-bottom: 0;
		display: block;
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		font-size: 20px;
		transform: none;
		text-align: center;
	}
	.ab_cat_main {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 17px;
		padding-left: 0;

		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.ab_cat_item:nth-child(1) {
		background-image: url('../img/ab/c1.png');
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		width: 48%;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.ab_cat_item:nth-child(2) {
		background-image: url('../img/ab/c2.png');
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		width: 48%;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.ab_cat_item:nth-child(3) {
		background-image: url('../img/ab/c3.png');
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		width: 48%;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.ab_cat_item:nth-child(4) {
		background-image: url('../img/ab/c4.png');
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		width: 48%;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.ab_cat_item:nth-child(5) {
		background-image: url('../img/ab/c5.png');
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		width: 48%;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.ab_cat_text {
		padding: 107px 15px 15px 15px;
	}
	.ab_cat_text h3 {
		color: #F9C43A;
		font-size: 13px;
		font-style: italic;
		font-weight: 500;
		line-height: normal;
		text-align: center;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
	}
	.ab_cat_text p {
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		line-height: normal;
		text-align: justify;
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 640px) {
	.ab_left_logo {
		display: block;
		margin-top: 10px;
	}
	.ab_left_logo_item {
		width: 100%;
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.ab_left_logo_image {
		width: 15%;
		margin-right: 7px;
	}
	.ab_left_logo_image img {
		width: 100%;
	}
	.ab_left_logo_text {
		width: 65%;
	}
	.ab_left_logo_text p {
		color: #fff;
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
}






.featured-section {
	position: relative;
	overflow: hidden;

	background-color: #010101;
}
.feature {
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;

	background-image: url('../img/index/fb.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.feature .feature_left {
	width: 26.5%;
}
.feature .feature_right {
	width: 26.5%;
}
.feature .feature_mid {
	width: 47%;
	padding-top: 50px;
}
.feature .feature_mid h3 {
	text-align: center;
	color: #F9C43A;
	font-size: 30px;
	font-weight: 700;
}
.feature .feature_mid p {
	color: #fff;
	font-size: 14px;
}

.feature .feature_left img {
	width: 100%;
}
.feature .feature_right img {
	width: 95%;
}

@media (max-width: 1200px) {
	.feature {
		width: 100%;
	}
}
@media (max-width: 980px) {
	.feature {
		width: 100%;
		display: block;
		background-image: none;

		padding-top: 30px;
	}
	.feature .feature_left {
		width: 100%;
		
		background-image: url('../img/index/fb.jpg');
		background-size: cover;
		background-position: left;
		background-repeat: no-repeat;
	}
	.feature .feature_right {
		width: 100%;
	}
	.feature .feature_mid {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.feature .feature_left img {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.feature .feature_right img {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


.info_section {
	width: 90%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;

	background-image: url('../img/index/ib.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

}

.info {
	display: flex;
	padding-top: 1vw;
	padding-bottom: 2vw;
}
.info .mobile {
	display: none;
}
.info .info_image {
	width: 50%;
}
.info .info_image:nth-child(1) {
	padding-left: 25px;
	position: relative;
	top: 35px;
}
.info .info_image:nth-child(2) {
	padding-left: 15px;
	position: relative;
	bottom: 23px;
}
.info .info_image img {
	width: 100%;
}

.info .info_text {
	padding-right: 15px;
	padding-bottom: 10px;
	width: 50%;
}
.info:nth-child(2) .info_text {
	padding-left: 53px;
	padding-right: 15px;
	padding-bottom: 10px;
	width: 50%;
}
.info .info_text h3 {
	color: #F9C43A;
	font-size: 30px;
	font-weight: 700;
}
.info .info_text p {
	color: #fff;
	font-size: 14px;
}

/* #m_body4 .info .info_text h3 {
	color: #F9C43A;
	font-size: 20px;
} */

@media (max-width: 1200px) {
	.info_section {
		width: 100%;
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
	
		background-image: none;
		padding-top: 50px;
	}
	
	.info {
		display: block;
	}
	.info .window {
		display: none;
	}
	.info .mobile {
		display: block;
	}
	.info .info_image {
		width: 100%;
		padding-left: 0;
		padding-top: 90px;

		background-image: url('../img/index/ibb2.jpg');
		background-size: 100% 100%;
		background-position: left top;
		background-repeat: no-repeat;

		top: 0;
		bottom: 0;
	}
	.info .info_image:nth-child(2) {
		width: 100%;
		padding-left: 0;
		padding-top: 90px;

		background-image: url('../img/index/ibb2.jpg');
		background-size: 100% 100%;
		background-position: right bottom;
		background-repeat: no-repeat;

		top: 0;
		bottom: 0;
	}
	.info .info_image img {
		height: 40vw;
	}
	.info .info_text {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.info:nth-child(2) .info_text {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.info:nth-child(1) .info_text {
		padding-bottom: 35px;
	}
	.info:nth-child(2) .info_text {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}





.game_spad {
	padding-top: 10vw;
	padding-bottom: 2.75vw;
}
/* @media (min-width: 1600px) {
	.game_spad {
		padding-top: 180px;
		padding-bottom: 50px;
	}
} */
@media (max-width: 500px) {
	.game_spad {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.game-section {
	background-image: url('../img/slot/mb.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.game-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.game-container .game_left {
	width: 77%;
	padding-top: 5.4vw;
}
.game-container .game_right {
	width: 23%;
}
.game-container .game_right .widget-item {
	margin-bottom: 1.1vw;
}
.game-container .game_right .tw-item {
	margin-bottom: 0.5vw;
}
.game-container .game_right .tw-thumb {
	width: 13vw !important;
}
.game-container .game_right .tw-thumb img {
	width: 100%;
}
.game-container .game_right .add img {
	width: 10vw !important;
}
.game-container .game_right .widget-title {
	font-size: 1.75vw;
}
.game-container .game_right .categories-widget {
	width: 13vw;
}

@media (max-width: 1200px) {
	.game-container .game_right {
		
	}
}


.game_top {
	width: 80%;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	margin-left: auto;	
	margin-right: auto;
}
.game_top a {
	width: 10.3vw;
	margin-right: 1.3vw;
	margin-bottom: 1.3vw;
}
.game_top a img {
	width: 100%;
	height: 10vw;
}
.game_top .g1 {
	width: 18.3vw;
}
.game_top .g6 {
	width: 18.3vw;
}
.game_top .g7 {
	width: 18.3vw;
}

.game_bottom {
	width: 80%;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	margin-left: auto;	
	margin-right: auto;
	padding-top: 3vw;
}
.game_bottom a {
	width: 13vw;
	margin-right: 1.3vw;
	margin-bottom: 1.3vw;
}
.game_bottom a img {
	width: 100%;
}
.game_bottom .gf4 {
	width: 41.5vw;
	margin-right: 1.3vw;
	margin-bottom: 1.3vw;
}



.game_top_main {
	display: flex;
	align-items: end;
}
.game_bottom_main {
	display: flex;
	align-items: end;
}
.game_top_text {
	width: 10%;
	position: relative;
	left: 5vw;
}
.game_bottom_text {
	width: 10%;
	position: relative;
	left: 5vw;
}
.game_title {
	display: block;
	color: #F9C43A;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	text-align: end;
	font-size: 4vw;
	margin-bottom: 2vw;
	
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.game_title_2 {
	display: block;
	color: #F9C43A;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	text-align: end;
	font-size: 4vw;
	margin-bottom: 2vw;
	
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* @media (min-width: 3000px) {
	.game-section {
		background-size: cover;
		background-position: bottom;
	}
}
@media (min-width: 1600px) {
	.game-container {
		width: 80%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
	.game-container .game_left {
		width: 77%;
		padding-top: 50px;
	}
	.game_top {
		width: 80%;
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		margin-left: auto;	
		margin-right: auto;
	}
	.game_top a {
		width: 145px;
		margin-right: 13.5px;
		margin-bottom: 13.5px;
	}
	.game_top a img {
		width: 100%;
		height: auto;
	}
	.game_top .g1 {
		width: 253px;
	}
	.game_top .g6 {
		width: 253px;
	}
	.game_top .g7 {
		width: 253px;
	}
	
	.game_bottom {
		width: 80%;
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		margin-left: auto;	
		margin-right: auto;
		padding-top: 30px;
	}
	.game_bottom a {
		width: 182px;
		margin-right: 13.5px;
		margin-bottom: 13.5px;
	}
	.game_bottom a img {
		width: 100%;
	}
	.game_bottom .gf4 {
		width: 574px;
		margin-right: 13.5px;
		margin-bottom: 13.5px;
	}

	.game-container .game_right {
		width: 23%;
	}
	.game-container .game_right .widget-item {
		margin-bottom: 10px;
	}
	.game-container .game_right .tw-item {
		margin-bottom: 10px;
	}
	.game-container .game_right .tw-thumb {
		width: 200px !important;
	}
	.game-container .game_right .tw-thumb img {
		width: 100%;
	}
	.game-container .game_right .add img {
		width: 200px !important;
	}
	.game-container .game_right .widget-title {
		font-size: 23px;
	}
	.game-container .game_right .categories-widget {
		width: 200px;
	}
} */
@media (max-width: 950px) {
	.game-section {
		background-image: url('../img/slot/sg2.jpg');
		background-size: 100% 100%;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.game-container {
		display: block;
		width: 95%;
	}
	.game-container .game_left {
		width: 100%;
		padding-top: 113px;
	}
	.game_top {
		width: 90%;
		justify-content: center;
	}
	.game_bottom {
		width: 90%;
		justify-content: center;
		padding-top: 0px;
		margin-top: 100px;
	}
	.game_top a {
		width: 190px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_top a img {
		width: 100%;
		height: 200px;
	}
	.game_top .g1 {
		width: 395px;
	}
	.game_top .g6 {
		width: 395px;
	}
	.game_top .g7 {
		width: 395px;
	}

	.game_bottom a {
		width: 190px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_bottom .gf4 {
		width: 595px;
		margin-right: 13px;
		margin-bottom: 13px;
	}



	.game-container .game_right {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
	}
	.game-container .game_right .tm {
		display: flex;
	}
	.game-container .game_right .tm_t_old {
		display: none;
	}
	.game-container .game_right .tm_t_new {
		display: block;
	}
	.game-container .game_right .tm_t_new {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		text-align: center;
		font-size: 30px;
	}
	.game-container .game_right .tm_left {
		width: 50%;
	}
	.game-container .game_right .tm_right {
		width: 50%;
		margin-top: 0;
	}
	.game-container .game_right .tw-item .tw-thumb {
		width: 85% !important;
		margin-bottom: 15px;
	}
	.game-container .game_right .categories-widget {
		width: 85%;
	}
	.game-container .game_right .categories-widget li a {
		padding-right: 0 !important;
	}
	.game-container .game_right .ct {
		font-size: 1rem !important;
	}
	.game-container .game_right .widget-item .add img {
		width: 73% !important;
		margin-top: 20px;
	}

	.game_title {
		display: block;
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		margin-bottom: 30px;
		text-align: end;
		font-size: 80px;
		
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.game_title_2 {
		display: block;
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		margin-bottom: 30px;
		text-align: end;
		font-size: 80px;
		
		margin-top: 130px;
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.game_top_main {
		display: flex;
		align-items: end;
		padding-top: 80px;
	}
	.game_bottom_main {
		display: flex;
		align-items: end;
		padding-top: 0;
	}
	.game_top_text {
		left: 0;
		width: 10%;
		margin-right: 25px;
	}
	.game_bottom_text {
		left: 0;
		width: 10%;
		margin-right: 25px;
	}
}
@media (max-width: 853px) {
	.game_top a {
		width: 230px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_top .g1 {
		width: 475px;
	}
	.game_top .g6 {
		width: 475px;
	}
	.game_top .g7 {
		width: 475px;
	}

	.game_bottom a {
		width: 150px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_bottom .gf4 {
		width: 480px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_title {
		font-size: 50px;
	}
	.game_title_2 {
		font-size: 50px;
	}
}
@media (max-width: 694px) {
	.game-container .game_left {
		padding-top: 65px;
	}

	.game_top a {
		width: 170px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_top a img {
		width: 100%;
		height: 150px;
	}
	.game_top .g1 {
		width: 350px;
	}
	.game_top .g6 {
		width: 350px;
	}
	.game_top .g7 {
		width: 350px;
	}

	.game_bottom {
		width: 90%;
		justify-content: center;
		padding-top: 0px;
		margin-top: 80px;
	}
	.game_bottom a {
		width: 100px;
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.game_bottom .gf4 {
		width: 325px;
		margin-right: 13px;
		margin-bottom: 13px;
	}

	.game_top_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_bottom_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_title {
		font-size: 50px;
	}
	.game_title_2 {
		font-size: 50px;
		margin-top: 130px;
	}
}
@media (max-width: 562px) {
	.game-section {
		background-size: 113% 100%;
	}

	.game_top a {
		width: 150px;
	}
	.game_top .g1 {
		width: 315px;
	}
	.game_top .g6 {
		width: 315px;
	}
	.game_top .g7 {
		width: 315px;
	}
	.game_bottom a {
		width: 95px;
	}
	.game_bottom .gf4 {
		width: 310px;
	}

	.game-container .game_left {
		padding-top: 108px;
	}
	.game-container .game_right {
		width: 100%;
	}
}
@media (max-width: 482px) {
	.game-container .game_left {
		padding-top: 35px;
	}
	.game_top {
		width: 95%;
	}
	.game_bottom {
		width: 95%;
	}
	.game_top a {
		width: 120px;
	}
	.game_top a img {
		width: 100%;
		height: 130px;
	}
	.game_top .g1 {
		width: 255px;
	}
	.game_top .g6 {
		width: 255px;
	}
	.game_top .g7 {
		width: 255px;
	}
	.game_bottom a {
		width: 75px;
	}
	.game_bottom .gf4 {
		width: 250px;
	}

	.game_top_text {
		width: 15%;
		margin-right: 5px;
	}
	.game_bottom_text {
		width: 15%;
		margin-right: 5px;
	}
	.game_bottom {
		margin-top: 50px;
	}
	.game_title {
		font-size: 30px;
	}
	.game_title_2 {
		font-size: 30px;
		margin-top: 0;
	}
}
@media (max-width: 402px) {
	.game-container .game_left {
		padding-top: 35px;
	}
	.game_top {
		width: 100%;
	}
	.game_bottom {
		width: 100%;
	}
	.game_top a {
		width: 130px;
	}
	.game_top .g1 {
		width: 275px;
	}
	.game_top .g6 {
		width: 275px;
	}
	.game_top .g7 {
		width: 275px;
	}
	.game_bottom a {
		width: 80px;
	}
	.game_bottom .gf4 {
		width: 270px;
	}

	.game_bottom {
		margin-top: 30px;
	}
	.game_top_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_bottom_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_title {
		font-size: 30px;
		margin-top: 0;
		position: relative;

	}
	.game_title_2 {
		font-size: 30px;
		margin-top: 0;
		position: relative;

	}
}
@media (max-width: 379px) {
	.game-container .game_left {
		padding-top: 30px;
	}
	.game_top {
		width: 100%;
	}
	.game_bottom {
		width: 100%;
	}
	.game_top a {
		width: 120px;
	}
	.game_top .g1 {
		width: 255px;
	}
	.game_top .g6 {
		width: 255px;
	}
	.game_top .g7 {
		width: 255px;
	}
	.game_bottom a {
		width: 75px;
	}
	.game_bottom .gf4 {
		width: 250px;
	}

	.game_bottom {
		margin-top: 30px;
	}
	.game_top_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_bottom_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_title {
		font-size: 25px;
		margin-top: 0;
		position: relative;

	}
	.game_title_2 {
		font-size: 25px;
		margin-top: 0;
		position: relative;

	}
}
@media (max-width: 354px) {
	.game-container .game_left {
		padding-top: 20px;
	}
	.game_top {
		width: 100%;
	}
	.game_bottom {
		width: 100%;
	}
	.game_top a {
		width: 110px;
	}
	.game_top a img {
		width: 100%;
		height: auto;
	}
	.game_top .g1 {
		width: 235px;
	}
	.game_top .g6 {
		width: 235px;
	}
	.game_top .g7 {
		width: 235px;
	}
	.game_bottom a {
		width: 70px;
	}
	.game_bottom .gf4 {
		width: 235px;
	}

	.game_bottom {
		margin-top: 30px;
	}
	.game_top_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_bottom_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_title {
		font-size: 25px;
		margin-top: 0;
		position: relative;

	}
	.game_title_2 {
		font-size: 25px;
		margin-top: 0;
		position: relative;

	}
}
@media (max-width: 333px) {
	.game-container .game_left {
		padding-top: 10px;
	}
	.game_top {
		width: 100%;
	}
	.game_bottom {
		width: 100%;
	}
	.game_top a {
		width: 90px;
	}
	.game_top .g1 {
		width: 195px;
	}
	.game_top .g6 {
		width: 195px;
	}
	.game_top .g7 {
		width: 195px;
	}
	.game_bottom a {
		width: 55px;
	}
	.game_bottom .gf4 {
		width: 195px;
	}

	.game_bottom {
		margin-top: 30px;
	}
	.game_top_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_bottom_text {
		width: 10%;
		margin-right: 5px;
	}
	.game_title {
		font-size: 20px;
		margin-top: 0;
		position: relative;

	}
	.game_title_2 {
		font-size: 20px;
		margin-top: 0;
		position: relative;

	}
}
@media (max-width: 276px) {
	.game-container .game_left {
		padding-top: 25px;
	}
}


.ga_section {
	background-image: url('/img/ga/cm1.webp');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	/* padding-top: 3.5vw; */
	/* padding-bottom: 5vw; */
	height: 89.8vw;
	padding-top: 0.1vw;
}
.ga {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.ga_title {
	display: flex;
	justify-content: space-between;
	margin-top: 6.5vw;
}
.ga_title .mobile_title {
	display: none;
}
.ga_title h5 {
	color: #F9C43A;
    text-transform: uppercase;
    font-weight: 700;

	font-size: 1.75vw;
}
.ga_main {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.7vw;
}
.ga_item {
	display: flex;
	width: 50%;
	margin-bottom: 5.7vw;
	align-items: center;
}
.ga_text {
	width: 35%;
	padding-left: 2.3vw;
	padding-right: 2.3vw;
}
.ga_text h3 {
	color: #F9C43A;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;

	font-size: 2.3vw;
	margin-bottom: 1.9vw;
}
.ga_text p {
	color: #fff;
	font-size: 1vw;
}
.ga_image {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
}
.ga_image a {
	width: 50%;
}
.ga_image img {
	width: 100%;
}
.ga_mobile_image_group {
	display: none;
}
@media (max-width: 800px) {
	.ga_section {
		background-image: url('/img/ga/mobile1.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	
		/* padding-top: 3.5vw; */
		/* padding-bottom: 5vw; */
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ga {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	.ga_title {
		display: flex;
		justify-content: space-between;
		margin-top: 23px;
		padding-left: 15px;
		align-items: center;
	}
	.ga_title h3 {
		display: none;
	}
	.ga_title .mobile_title {
		display: block;
		color: #381F01;
		font-weight: 700;
		font-size: 45px;
		font-style: italic;
	}
	.ga_title h5 {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
	
		font-size: 14px;
	}
	.ga_main {
		display: flex;
		flex-wrap: wrap;
		margin-top: 45px;
	}
	.ga_item {
		display: flex;
		width: 100%;
		margin-bottom: 45px;
	}
	.ga_text {
		width: 45%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ga_text h3 {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
	
		font-size: 23px;
		margin-bottom: 15px;
	}
	.ga_text p {
		color: #fff;
		font-size: 14px;
	}
	.ga_image {
		width: 55%;
		display: flex;
		flex-wrap: wrap;
	}
	.ga_image a {
		width: 50%;
	}
	.ga_image img {
		width: 100%;
	}
	.ga_mobile_image_group {
		display: block;
	}
	.ga_mobile_image1 {

	}
	.ga_mobile_image1 img {
		width: 100%;
	}
	.ga_mobile_image2 {
		margin-top: 15px;
	}
	.ga_mobile_image2 img {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.ga_title {
		display: block;
		justify-content: space-between;
		margin-top: 23px;
		padding-left: 0;
		align-items: center;
	}
	.ga_title h3 {
		display: none;
	}
	.ga_title .mobile_title {
		display: block;
		color: #381F01;
		font-weight: 700;
		font-size: 45px;
		font-style: italic;
		text-align: center;
	}
	.ga_title h5 {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
	
		font-size: 14px;
		text-align: center;
	}
	.ga_main {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.ga_item {
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}
	.ga_text {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ga_text h3 {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
	
		font-size: 23px;
		margin-bottom: 15px;
	}
	.ga_text p {
		color: #fff;
		font-size: 14px;
	}
	.ga_image {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.ga_image a {
		width: 50%;
	}
	.ga_image img {
		width: 100%;
	}
}




.ifo_section {
	background-image: url('/img/ga/a1.webp');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 7vw;
	padding-bottom: 5.2vw;
}
.ifo {
	display: flex;
}
.ifo_left {
	width: 40%;
}
.ifo_left img {
	display: none;
	width: 100%;
}
.ifo_right {
	width: 60%;
	padding-left: 3vw;
	padding-right: 3.7vw;
}
.ifo_text {

}
.ifo_text h3 {
	font-size: 2vw;
	font-weight: 700;
    color: #F9C43A;
	margin: 0;
	padding: 0;
	margin-bottom: 1vw;
}
.ifo_text p {
	font-size: 1vw;
    color: #fff;
	text-align: justify;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}
@media (max-width: 800px) {
	.ifo_section {
		background: none;
		background-color: #000;

		padding-top: 0;
		padding-bottom: 0;
	}
	.ifo {
		display: block;
	}
	.ifo_left {
		width: 100%;
	}
	.ifo_left img {
		display: block;
		width: 100%;
	}
	.ifo_right {
		background-image: url('/img/ga/a3.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.ifo_text {
		width: 85%;
		margin-left: auto;
		margin-right: auto;

		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ifo_text h3 {
        font-size: 23px;
		margin-bottom: 17px;
	}
	.ifo_text p {
		font-size: 14px;
	}
}






h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #585858;
	line-height: 1.6;
	font-weight: 500;
}

img {
	max-width: 100%;
}

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

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

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

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	color: #f9c43a;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	padding-right: 38px;
}
@media (max-width: 767px) {
	.section-title h2 {
		padding-right: 30px;
	}
}
@media (max-width: 500px) {
	.section-title h2 {
		padding-right: 0;
	}
}



.spad {
	padding-top: 75px;
	padding-bottom: 75px;
}
@media (max-width: 500px) {
	.spad {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

.footer-logo {
	/* font-size: 2rem; */
}
.footer-logo img {
	width: 8rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #383838;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #F9C43A;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(249, 196, 58, 0.24);
	box-shadow: 0 0 9px 3px rgba(249, 196, 58, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #383838;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 15px 15px 0;
}

.header-warp {
	max-width: 1496px;
	margin: 0 auto;
}




.header-social {
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1250px) {
	.header-social {
		display: none;
		width: 100%;
	}
}

.header-social p,
.footer-social p,
.geme-social-share p {
	display: inline-block;
	color: #9190a5;
	font-size: 16px;
	padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #b01ba5;
}

.header-bar-warp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #383838;
	padding: 25px 40px 10px;
	-webkit-box-shadow: 0 0 9px 3px rgba(56,56,56,0.53);
	box-shadow: 0 0 9px 3px rgba(56,56,56,0.53);
}
@media (max-width: 1250px) {
	.header-bar-warp {
		width: 100%;
		padding: 5px 20px 0px;
		background: rgba(56,56,56,0.9);
	}

}


.site-logo {
	float: left;
	/* font-size: 2rem; */
	position: relative;
	bottom: 6.4px;
	text-decoration: none;
}
.site-logo img {
	width: 7rem;
	object-fit: cover;
}

.user-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px;
}
@media (max-width: 1250px) {
	.user-panel {
		font-size: 11px;
		padding-top: 15px;
	}
}

.user-panel a {
	color: #F9C43A;
	text-decoration: none;
	border: 1px solid #F9C43A;
	padding: 5px 8px 8px 8px;
	border-radius: 5px;
}

.user-panel a:hover {
	color: #fff;
}



.footer_container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-menu {
	list-style: none;
	text-align: center;
	margin-left: -20px;
	margin-bottom: 30px;
}

.main-menu li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #f9c43a;
	position: relative;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

/* .main-menu li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: 0;
	top: 1px;
	background-image: url("../img/icons/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right center;
} */

.main-menu li a i {
	color: #928d92;
	margin-left: 5px;
}

.main-menu li a:hover {
	color: #fff;
}

.main-menu li a:hover:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li a:hover i {
	color: #fff;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #fff;
}

.main-menu li:hover>a:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li .sub-menu {
	position: absolute;
	list-style: none;
	text-align: left;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li {
	display: block;
}

.main-menu li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 30px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #b01ba5;
}

.slicknav_menu {
	display: none;
}

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.hero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item {
	
}
.hero-item img {
	width: 100%;
	object-fit: cover;
}

.hero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/* ----------------
  Intro section
---------------------*/

.text-box .top-meta {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-box .top-meta a {
	color: #b01ba5;
}

.text-box h3 {
	margin-bottom: 40px;
	max-width: 370px;
}

.text-box p {
	font-size: 15px;
	font-weight: 500;
	color: #68647d;
	margin-bottom: 35px;
}

.text-box .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

.text-box .read-more img {
	margin-left: 13px;
}

/* ----------------
 Blog Section
---------------------*/

.blog-section {
	background-image: url('../img/index/Jili\ -\ Main\ jili\ our\ unique\ background.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 1200px) {
	.blog-section {
		background-size: cover;
	}
}

.blog-section .section-title {
	margin-bottom: 25px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #6f2b95;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #b01ba5;
}

.blog-item {
	margin-top: 86px;
}

.blog-item .blog-thumb {
	width: 362px;
	float: left;
	margin-right: 30px;
}

.blog-item .text-box {
	overflow: hidden;
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 15px;
}
.widget-item .add img {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 500px) {
	.widget-item .add img {
		width: ;
	}
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #F9C43A;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 767px) {
	.widget-item .widget-title {
		font-size: 17.5px;
	}
}
@media (max-width: 500px) {
	.widget-item .widget-title {
		font-size: ;
	}
}

.trending-widget .tw-item {
	margin-bottom: 5px;
}
.trending-widget .tw-item .tw-thumb {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.trending-widget .tw-item .tw-thumb img {
	width: 100%;
}
@media (max-width: 767px) {
	.trending-widget .tw-item .tw-thumb {
		width: 95%;
	}
}
@media (max-width: 500px) {
	.trending-widget .tw-item {
		margin-bottom: 15px;
	}
}


.trending-widget .tw-item:last-child {
	margin-bottom: 0;
}

.trending-widget .tw-thumb {
	overflow: hidden;
}

.trending-widget .tw-text .tw-meta {
	color: #68647d;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a {
	color: #b01ba5;
}

.trending-widget .tw-text h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}


.tm_right {
	margin-top: 15px;
}
.categories-widget {
	background: rgba(249,196,58,0.3);
	padding: 15px 0 5px 0;
	border-radius: 15px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.categories-widget {
		width: 95%;
	}
}
@media (max-width: 500px) {
	.categories-widget {
		width: 65%;
	}
}

.categories-widget ul {
	list-style: none;
	margin-left: -30px;
}

.categories-widget ul li {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.categories-widget ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("../img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
	text-decoration: none;
	text-align: center;
}

.categories-widget ul li a:hover {
	color: #F9C43A;
	background-position: right center;
}


.tm_t_new {
	display: none;
}
@media (max-width: 950px) {
	.tm_t_new {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		margin-bottom: 30px;
		text-align: center;
		font-size: 30px;
	}
}

@media (max-width: 500px) {
	.tm {
		display: flex;
	}
	.tm_t_old {
		display: none;
	}
	.tm_t_new {
		display: block;
	}
	.tm_t_new {
		color: #F9C43A;
		text-transform: uppercase;
		font-weight: 700;
		font-style: italic;
		margin-bottom: 30px;
		text-align: center;
		font-size: 30px;
	}
	.tm_left {
		
	}
	.tm_right {
		margin-top: 0;
	}
	.tw-item .tw-thumb {
		width: 85% !important;
	}
	.categories-widget {
		width: 85%;
	}
	.categories-widget li a {
		padding-right: 0 !important;
	}
	.ct {
		font-size: 1rem !important;
	}
	.widget-item .add img {
		width: 73%;
		margin-top: 20px;
	}
}






.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #72628b;
	background: none;
	padding-right: 60px;
	color: #fff;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	color: #b01ba5;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	background: none;
	border: none;
	text-transform: uppercase;
}

.latest-comments .lc-item {
	margin-bottom: 30px;
}

.latest-comments .lc-item:last-child {
	margin-bottom: 0;
}

.latest-comments .lc-item .lc-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.latest-comments .lc-item .tw-text a {
	color: #b01ba5;
}

.latest-comments .lc-item .tw-text span {
	color: #68647d;
}

/* --------------------
  Intro video section
-----------------------*/

.intro-video-section {
	position: relative;
}

.intro-video-section img {
	width: 100%;
}
@media (max-width: 980px) {
	.intro-video-section {
		margin-bottom: 35px;
	}
}



.video-play-btn {
	position: absolute;
	left: calc(50% - 61px);
	top: calc(50% - 61px);
	width: 122px;
	height: 122px;
	text-align: center;
	padding-top: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.video-text {
	margin-bottom: 80px;
	padding: 27px 0;
	padding-left: 25px;
	position: relative;
}

.video-text h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1px;
}

.video-text p {
	font-size: 18px;
	color: #a3a1b3;
	font-weight: 500;
	margin-bottom: 0;
}

.video-text:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: -22px;
	top: 0;
	border-left: 3px solid #de46d6;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
}

/* ----------------
  Featured section
---------------------*/

.featured-bg {
	width: calc(50% - 156px);
	float: left;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.featured-box {
	float: right;
	width: calc(50% + 156px);
	background: #fff;
	padding: 100px 50px 130px 79px;
}

.featured-box .text-box {
	max-width: 810px;
}

.featured-box .text-box .top-meta {
	color: #68647d;
}

.featured-box .text-box h3 {
	font-size: 60px;
	max-width: 100%;
}

.featured-box .text-box p {
	font-size: 16px;
}

.featured-box .text-box .read-more {
	color: #251e2f;
}

.gradient-bg,
.newsletter-section {
	background: #000;
}

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 38px 0 95px;
	text-align: center;
}
@media (max-width: 500px) {
	.newsletter-section {
		padding: 50px 0 95px;
	}
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
}

/* ----------------
  Footer section
---------------------*/

.footer-section {
	text-align: center;
	background-color: #393939;
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 25px;
}

.footer-left-pic {
	position: absolute;
	left: -13px;
	bottom: 19px;
}

.footer-right-pic {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.footer-menu {
	margin-top: 15px;
}

.footer-menu li {

}
@media (max-width: 500px) {
	.footer-menu li {
		margin-bottom: 15px;
	}
}
.footer-menu li:last-child a {
	margin-right: 0;
}

.footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.copyright {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #f9c43a;
	text-decoration: none;
}

.copyright a {
	color: #f9c43a;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: none;
}

/* ----------------
  Other Pages
=====================
---------------------*/

.set-bg {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
@media (min-width: 2100px) {
	.set-bg {
		background-size: cover;
	}
}

.page-top-section {
	height: 250px;
	padding-top: 210px;
}
@media (min-width: 1900px) {
	.page-top-section {
		height: 280px;
	}
}
@media (max-width: 1300px) {
	.set-bg {
		background-size: cover;
	}
	.page-top-section {
		height: 250px;
	}
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 153px;
}
@media (max-width: 980px) {
	.page-info {
		padding-left: 30px;
	}
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a {
	font-style: italic;
	color: #fff;
	margin: 0 5px;
	font-weight: 700;
	text-decoration: none;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	font-style: italic;
	color: #f9c43a;
	margin: 0 5px;
	font-weight: 700;
}

/* --------------
  Games Page
-----------------*/

.games-section {
	padding: 108px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: 40px;
	height: 34px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.game-filter li:hover {
	background: #c313b7;
}

.game-filter li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 7px;
}

.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.game-item .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #b01ba5;
}

.game-item .read-more img {
	margin-left: 13px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

/* ------------------
  Game single Page
---------------------*/

.games-single-page,
.review-section,
.blog-page,
.contact-page {
	padding: 104px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #b01ba5;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #b01ba5;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.rating-widget {
	background: #34164b;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #b01ba5;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #68647d;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #b01ba5;
}

.testimonials-widget {
	background: #34164b;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #68647d;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #b01ba5;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
}

.game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-info h4 span {
	color: #b01ba5;
}

.game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 0;
}

/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c313b7;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}

/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}
	.hero-item p {
		font-size: 22px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}
	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.game-filter li {
		width: 31px;
		height: 31px;
	}
	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		/* padding: 39px 15px 0; */
	}
	.hero-item h2 {
		font-size: 110px;
	}
	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 0;
	}
	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.footer-right-pic {
		right: 15px;
	}
	.footer-left-pic {
		left: -44px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

.slick_original {
	display: none;
}
.dropdown_m {
	display: none;
}

/* toggle on */
.turn_on {
	display: block;
}
/* end toggle */

@media only screen and (max-width: 1250px) {
	.site-logo {
		bottom: 0;
	}
	.main-menu.primary-menu {
		display: none;
	}



	.slick_original {
		padding: 10px 20px 10px;
		display: flex;
		background: rgba(56,56,56,0.9);
		justify-content: space-between;
	}
	.slick_original .dropdown {
		position: initial;
	}
	.slick_original .dropdown .drop {
		padding: 3px 7px 5px 7px !important;
		background-color: rgb(43, 43, 43);
		color: #fff;
		border: none;
	}
	.slick_original .dropdown:hover {
		color: #fff;
		border: none;
	}
	.slick_original .dropdown .drop:hover {
		background-color: rgb(43, 43, 43);
		color: #fff;
		border: none;
	}

	.dropdown_m {
		padding: 25px 20px 10px;
		background: rgba(56,56,56,0.9);
		border-radius: 0;
		width: 100%;
	}
	.dropdown_m ul {
		display: block;
		list-style: none;
		margin-left: -23px;
	}
	.dropdown_m ul li {
		margin-bottom: 13px;
	}
	.dropdown_m ul li a {
		color: #F9C43A;
		text-decoration: none;
	}



	.slicknav_menu {
		display: none;
		/* background: #383838; */
		background: rgba(56,56,56,0.9);
	}
	.slicknav_menutxt {
		font-size: 10px;
	}
	.slicknav_icon {
		font-size: 10px;
	}
	.slicknav_btn {
		margin-right: 10px;
		background: #3a3a3a;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #25394c;
		color: #fff;
	}
	.hero-item h2 {
		font-size: 70px;
	}
	.hero-item p {
		font-size: 18px;
	}
	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}
	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}
	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}
	.intro-text-box {
		margin-bottom: 40px;
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.featured-box .text-box h3 {
		font-size: 45px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.video-text:after {
		left: 0;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}
	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.hero-item p {
		font-size: 15px;
	}
	.video-text h2 {
		font-size: 30px;
	}
	.video-play-btn {
		top: calc(30% - 61px);
	}
	.featured-box {
		padding: 100px 15px;
	}
	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}
	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
}
