@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
--*/
body{
	background:#383838;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


#m_header {
	display: none;
}
#m_header2 {
	display: none;
}
#m_footer {
	display: none;
}
#m_footer2 {
	display: none;
}
#mt_body {
    display: none;
}
#m_body {
	display: none;
}
#m_body2 {
	display: none;
}




.carousel-control-next, .carousel-control-prev {
	opacity: 0.8 !important;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
	opacity: 1 !important;
}
.carousel-control-prev {
	width:4.5%;
}
.carousel-control-next {
	width:4.5%;
}
.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: 2rem !important;
	height: 2rem !important;
}
.carousel-control-next-icon {
	display: block !important;
	width: 2rem !important;
	height: 2rem !important;
}
@media (max-width: 1600px) {
	.carousel-control-prev {
		width: 5.5%;
	}
	.carousel-control-next {
		width: 5.5%;
	}
}
@media (max-width: 1300px) {
	.carousel-control-prev {
		width: 7.5%;
	}
	.carousel-control-next {
		width: 7.5%;
	}
}
@media (max-width: 850px) {
	.carousel-control-prev {
		width: 7.5%;
	}
	.carousel-control-next {
		width: 7.5%;
	}
	.carousel-control-prev-icon {
		width: 1rem !important;
		height: 1rem !important;
	}
	.carousel-control-next-icon {
		width: 1rem !important;
		height: 1rem !important;
	}
	.m_pre {
		padding: 10px;
	}
	.m_next {
		padding: 10px;
	}
}
@media (max-width: 500px) {
	.carousel-control-prev {
		width: 7.5%;
	}
	.carousel-control-next {
		width: 7.5%;
	}
	.m_pre {
		padding: 5px;
	}
	.m_next {
		padding: 5px;
	}
	.carousel-control-prev-icon {
		width: 1rem !important;
		height: 1rem !important;
	}
	.carousel-control-next-icon {
		width: 1rem !important;
		height: 1rem !important;
	}
}
@media (max-width: 400px) {
	.carousel-control-prev {
		width: 9%;
	}
	.carousel-control-next {
		width: 9%;
	}
}



.banner4 {
	background: url(../images/ab/PlaynGO-About\ Us\ tittle\ bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

    width: 100%;
    height: 15vw;
    padding-bottom: 50px;
    display: flex;
    align-items: end;
    vertical-align: bottom;
}
@media (min-width: 3000px) {
	.banner4 {
        /* align-items: center; */
	}
}
@media (max-width: 1000px) {
	.banner4 {
        height: 20vw;
        padding-bottom: 20px;
		background-size: cover;
        background-position: center;
		height:30vw;
	}
}
@media (max-width: 500px) {
	.banner4 {
		padding-top: 0;
		padding-bottom: 15px;
		height:30vw;
	}
}
@media (max-width: 380px) {
	.banner4 {
		padding-top: 0;
		padding-bottom: 15px;
		height: 30vw;
	}
}
@media (max-width: 300px) {
	.banner4 {
        background-position: center;
    }
}
.banner3 {
	background: url(../images/ga/PlaynGO-Gallery\ tittle\ bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

    width: 100%;
    height: 15vw;
    padding-bottom: 50px;
    display: flex;
    align-items: end;
    vertical-align: bottom;
}
@media (min-width: 3000px) {
	.banner3 {
        /* align-items: center; */
	}
}
@media (max-width: 1000px) {
	.banner3 {
        height: 20vw;
        padding-bottom: 20px;
		background-size: cover;
        background-position: center;
		height:30vw;
	}
}
@media (max-width: 500px) {
	.banner3 {
		padding-top: 0;
		padding-bottom: 15px;
		height:30vw;
	}
}
@media (max-width: 380px) {
	.banner3 {
		padding-top: 0;
		padding-bottom: 15px;
		height: 30vw;
	}
}
@media (max-width: 300px) {
	.banner3 {
        background-position: center;
    }
}
.banner2 {
	background: url(../images/game/game_banner.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

    width: 100%;
    height: 15vw;
    padding-bottom: 50px;
    display: flex;
    align-items: end;
    vertical-align: bottom;
}
@media (min-width: 3000px) {
	.banner2 {
        /* align-items: center; */
	}
}
@media (max-width: 1000px) {
	.banner2 {
        height: 20vw;
        padding-bottom: 20px;
		background-size: cover;
        background-position: center;
		height:30vw;
	}
}
@media (max-width: 500px) {
	.banner2 {
		padding-top: 0;
		padding-bottom: 15px;
		height:30vw;
	}
}
@media (max-width: 380px) {
	.banner2 {
		padding-top: 0;
		padding-bottom: 15px;
		height: 30vw;
	}
}
@media (max-width: 300px) {
	.banner2 {
        background-position: center;
    }
}
.web_page {
	display: flex;
	align-items: end;
	
	width: 85%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}
.web_page h3 {
	color: #F30021;
	font-size: 35px;
	font-weight: 700;
	margin-right: 10px;
	text-decoration: none;
}
.web_page p {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	padding-bottom: 2.2px;
}
@media (max-width: 500px) {
	.web_page h3 {
		font-size: 25px;
	}
	.web_page p {
		font-size: 13px;
		padding-bottom: 3.5px;
	}
}
@media (max-width: 380px) {
	.web_page {
		width: 100%;
		padding-top: 50px;
		padding-left: 13px;
	}
	.web_page h3 {
		font-size: 21px;
	}
	.web_page p {
		font-size: 12px;
		padding-bottom: 2.7px;
	}
}
@media (max-width: 300px) {
	.web_page {
		padding-top: 30px;
		padding-left: 5px;
	}
	.web_page h3 {
		font-size: 1.5em;
	}
	.web_page p {
		font-size: 0.8em;
		padding-top: 4px;
	}
}




.game_cat_section {
	background: url(../images/game/gc.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	
	padding: 30px 0 30px 0;
}
@media (min-width: 3000px) {
	.game_cat_section {
		background-size: cover;
		background-position: center;
	}
}
.game_cat_main {
	display: flex;
	width: 63%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}

.game_cat_footer {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	padding-right: 15px;
	align-items: center;
}
.game_cat_footer .fi {
	width: 20%;
	margin-right: 15px;
}
.i_hover {
	display: none;
}
.game_cat_footer .fi:hover .i_hover {
	display: block;
}
.game_cat_footer .fi:hover .i_normal {
	display: none;
}
.game_cat_footer .fi:nth-child(1) {
	width: 10%;
}
.game_cat_footer .fi img {
	width: 100%;
}
.game_cat_footer .fi:nth-child(1) img {
	width: 100%;
	height: 75px;
}
@media (max-width: 1340px) {
	.game_cat_footer .fi:nth-child(1) img {
		width: 100%;
		height: 5.5vw;
	}
}
@media (max-width: 1200px) {
	.game_cat_footer {
		padding-left: 10px;
		padding-right: 0;
	}
	.game_cat_footer .fi:nth-child(1) img {
		width: 100%;
		height: 8vw;
	}
}
@media (max-width: 500px) {
	.game_cat_footer .fi {
		width: 30%;
		margin-right: 10px;
	}
	.game_cat_footer .fi:nth-child(1) {
		width: 15%;
	}
	.game_cat_footer .fi:nth-child(1) img {
		width: 100%;
		height: 10.7vw;
	}
}


.game_cat_mid {
	width: 100%;
}
.game_cat_text1 {
	display: none;
	margin-bottom: 15px;
}
.game_cat_text1 .gp {
	color: #fff;
	margin-bottom: 23px;
}
.game_cat_text1 .gp h3 {
	color: #fff;
	font-size: 43px;
	font-weight: 700;
}
.game_cat_text1 .gp p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 43px;
}


.game_cat_text2 {
	width: 5%;
}
.game_cat_text2 .gp {
	color: #fff;
	padding-top: 180px;
	padding-left: 65px;
}

.game_cat_text2 .gp h3 {
	color: #fff;
	font-size: 75px;
	font-weight: 700;
	position: relative;
	
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.game_cat_text2 .gp p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	left: 60px;
	bottom: 140px;

	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


.game_cat {
	display: flex;
}
.game_cat_item1 {
	width: 35%;
	margin-right: 13px;
}
.game_cat_item1 a {
	width: 100%;
}
.game_cat_item1 img {
	width: 100%;
	margin-bottom: 10px;
}
.game_cat_item2 {
	width: 35%;
	margin-right: 13px;
}
.game_cat_item2 a {
	width: 100%;
}
.game_cat_item2 img {
	width: 100%;
	margin-bottom: 10px;
}
.game_cat_item3 {
	width: 35%;
	margin-right: 13px;
}
.game_cat_item3 a {
	width: 100%;
}
.game_cat_item3 img {
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.game_cat_text1 {
		display: block;
	}
	.game_cat_text2 {
		display: none;
	}
	.game_cat_section {
		background: url(../images/game/mobile.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

		/* background-color:#383838; */
	}
	.game_cat_main {
		display: block;
		padding-left: 0;
		width: 90%;
	}
	.game_cat {
		display: block;
	}
	.game_cat_item1 {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.game_cat_item2 {
		width: 100%;
	}
	.game_cat_item3 {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.game_cat_item1 a {
		width: 48.5%;
		margin-right: 10px;
	}
	.game_cat_item1 a:nth-child(2) {
		margin-right: 0;
	}
	.game_cat_item3 a {
		width: 48.5%;
		margin-right: 10px;
	}
	.game_cat_item3 a:nth-child(2) {
		margin-right: 0;
	}
}

.game_about_section {
	background: url(../images/game/a1.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding: 4.5vw 0 4.5vw 0;
}
.game_about_image_mobile {
	display: none;
}
.game_about_m {
	display: flex;
}
.game_about_left {
	width: 54%;
}
.game_about_right {
	width: 46%;
	padding: 1vw 3vw 1vw 0;
}
.game_about_right .game_about_item {

}
.game_about_right .game_about_item:nth-child(2) {
	margin-top: 1.5vw;
}
.game_about_right .game_about_item:nth-child(3) {
	margin-top: 1.5vw;
}

.game_about_right .game_about_item h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 2.5vw;
	margin-bottom: 0.5vw;
}
.game_about_right .game_about_item:nth-child(2) h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 1.8vw;
	margin-bottom: 0.5vw;
}
.game_about_right .game_about_item:nth-child(3) h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 1.8vw;
	margin-bottom: 0.5vw;
}
.game_about_right#m_body2 .game_about_item h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 2.5vw;
	margin-bottom: 0.5vw;
}
.game_about_right#m_body2 .game_about_item:nth-child(2) h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 1.8vw;
	margin-bottom: 0.5vw;
}
.game_about_right#m_body2 .game_about_item:nth-child(3) h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 1.8vw;
	margin-bottom: 0.5vw;
}
.game_about_right .game_about_item p {
	color: #fff;
	font-size: 0.9vw;
}
.game_about_right .game_about_item .game_about_logo {
	display: flex;
}
.game_about_right .game_about_item .game_about_logo .a_logo {
	width: 7%;
	margin-left: 0.5vw;
	margin-top: -0.8vw;
}
.game_about_right .game_about_item .game_about_logo img {
	width: 100%;
}
@media (max-width: 1000px) {
	.game_about_section {
		background: none;
		padding: 0 0 0 0;
	}
	.game_about_m {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.game_about_image_mobile {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.game_about_left {
		width: 100%;
	}
	.game_about_right {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0 35px 0;
	}
	.game_about_right_mobile_image {
		background: url(../images/game/a3.jpg);
		background-size: cover;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	.game_about_right .game_about_item {
		margin-top: 7px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.game_about_right .game_about_item:nth-child(2) {
		margin-top: 25px;
	}
	.game_about_right .game_about_item:nth-child(3) {
		margin-top: 25px;
	}

	.game_about_right .game_about_item h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 28px;
		margin-bottom: 5px;
	}
	.game_about_right .game_about_item:nth-child(2) h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.game_about_right .game_about_item:nth-child(3) h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.game_about_right#m_body2 .game_about_item h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 25px;
		margin-bottom: 5px;
	}
	.game_about_right#m_body2 .game_about_item:nth-child(2) h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.game_about_right#m_body2 .game_about_item:nth-child(3) h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.game_about_right .game_about_item p {
		color: #fff;
		font-size: 14px;
		line-height: 2em;
	}
	.game_about_right .game_about_item .game_about_logo {
		display: flex;
	}
	.game_about_right .game_about_item .game_about_logo .a_logo {
		width: 35px;
		margin-left: 10px;
		margin-top: -12.5px;
	}
}







.translator {
	display: flex;
	padding-top: 19px;
}
.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 {
	display: none;
	padding-top: 23.4px;
}
.translator2 img {
	width: 40px;
	height: 22px;
	object-fit: fill;
	margin-right: 13px;
	cursor: pointer;
}
.translator2 #english_t {
	width: 40px;
	height: 22px;
	object-fit: contain;
	margin-right: 13px;
	cursor: pointer;
}

.carousel {

}
.carousel img {
	width: 100%;
}
/* .carousel-control-prev {
	width: 3.5%;
}
.carousel-control-next {
	width: 3.5%;
}
.carousel-control-prev-icon {
	position: absolute;
	left: 5px;
}
   
.carousel-control-next-icon {
	position: absolute;
	right: 5px;
}

@media (max-width: 750px) {
	.carousel-control-prev-icon {
		width: 15px;
	}
	   
	.carousel-control-next-icon {
		width: 15px;
	}
} */


.about_section {
	background: url(../images/index/about.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding: 2vw 0 2vw 0;
}
.about_image_mobile {
	display: none;
}
.about_m {
	display: flex;
}
.about_left {
	width: 40%;
}
.about_right {
	width: 60%;
	padding: 1vw 8vw 1vw 0;
}
.about_right .about_item {

}
.about_right .about_item:nth-child(2) {
	margin-top: 2vw;
}
.about_right .about_item h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 2.5vw;
}
.about_right .about_item:nth-child(2) h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 1.8vw;
}
.about_right#m_body .about_item h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 2.5vw;
	margin-bottom: 15px;
}
.about_right#m_body .about_item:nth-child(2) h3 {
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
	font-weight: 700;
	font-size: 1.8vw;
	margin-bottom: 15px;
}
.about_right .about_item p {
	color: #fff;
	font-size: 0.9vw;
}
.about_right .about_item .about_logo {
	display: flex;
}
.about_right .about_item .about_logo .a_logo {
	width: 7%;
	margin-left: 0.5vw;
	margin-top: -1.15vw;
}
.about_right .about_item .about_logo img {
	width: 100%;
}
@media (max-width: 1000px) {
	.about_section {
		background: none;
		padding: 0 0 0 0;
	}
	.about_m {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.about_image_mobile {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.about_left {
		width: 100%;
	}
	.about_right {
		background: url(../images/index/about_bg_mobile.jpg);
		background-size: cover;
		background-position: bottom right;
		background-repeat: no-repeat;

		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0 35px 0;
	}
	.about_right .about_item {
		margin-top: 7px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.about_right .about_item:nth-child(2) {
		margin-top: 25px;
	}

	.about_right .about_item h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 28px;
		margin-bottom: 5px;
	}
	.about_right .about_item:nth-child(2) h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.about_right#m_body .about_item h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 28px;
		margin-bottom: 5px;
	}
	.about_right#m_body .about_item:nth-child(2) h3 {
		color: #D71C25;
		text-shadow: 2px 2px 5px #000;
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.about_right .about_item p {
		color: #fff;
		font-size: 14px;
		line-height: 2em;
	}
	.about_right .about_item .about_logo {
		display: flex;
	}
	.about_right .about_item .about_logo .a_logo {
		width: 35px;
		margin-left: 10px;
		margin-top: -12.5px;
	}
}







.cat_section {
	background: url(../images/index/cm.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 1600px) {
	.cat_section {
		background-size: cover;
	}
}
@media (min-width: 3000px) {
	.cat_section {
		background-size: cover;
	}
}

.cat {
	display: flex;
	width: 70%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 15px;
}
.cat .cat_left {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}
.cat .cat_left .cimage1 { width: 60%;margin-right: 15px;margin-bottom: 30px; }
.cat .cat_left .cimage2 { width: 35%;margin-right: 15px;margin-bottom: 30px; }
.cat .cat_left .cimage3 { width: 35%;margin-right: 15px;margin-bottom: 30px; }
.cat .cat_left .cimage4 { width: 60%;margin-right: 15px;margin-bottom: 30px; }
.cat .cat_left .cimage5 { width: 60%;margin-right: 15px;margin-bottom: 30px; }
.cat .cat_left .cimage6 { width: 35%;margin-right: 15px;margin-bottom: 30px; }
.cat .cat_left .cimage7 { width: 97%;margin-right: 15px;margin-bottom: 30px; }

.cat .cat_left img {
	width: 100%;
	height: 140px;
}

.cat .cat_left .cimage7 img {
	height: 95px;
}

.cat .cat_right {
	width: 25%;
	background: url(../images/index/cr.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.cat .cat_right a {
	display: block;
	width: 58%;
	margin-left: auto;
	margin-right: auto;
}
.cat .cat_right img {
	width: 100%;
}
.cat .cat_right .cat_release {
	margin-top: 45%;
}
.cat .cat_right .cat_trend {
	margin-top: 22%;
}
.cat .cat_right .cat_play {

}
.cat .cat_right .cat_play a {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
}
.cat .cat_right .cat_play img {
	width: 100%;
}
@media (max-width: 1150px) {
	body {
		background-color: #252525;
	}
	.cat_section {
		background: url(../images/index/mobile.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/* background-color: #383838; */

		padding-bottom: 15px;
	}
	.cat {
		width: 100%;
		display: block;
	}
	.cat .cat_left {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
	}
	.cat .cat_right {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		background-size: fill;
		height: 2300px;
	}
	.cat .cat_right a {
		width: 58%;
	}
	.cat .cat_right .cat_release {
		margin-top: 0%;
		padding-top: 350px;
	}
	.cat .cat_right .cat_trend {
		margin-top: 0%;
		padding-top: 180px;
	}
	.cat .cat_right .cat_play a {
		width: 100%;
		padding-top: 350px;
	}
}
@media (max-width: 900px) {
	.cat .cat_right {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		background-size: fill;
		height: 230vw;
	}
	.cat .cat_right a {
		width: 54%;
	}
	.cat .cat_right .cat_release {
		margin-top: 0%;
		padding-top: 35vw;
	}
	.cat .cat_right .cat_trend {
		margin-top: 0%;
		padding-top: 16vw;
	}
	.cat .cat_right .cat_play a {
		width: 71%;
		padding-top: 38.9vw;
	}
}
@media (max-width: 700px) {
	.cat .cat_left {
		width: 90%;
		padding-left: 10px;
	}
	.cat .cat_left .cimage1 { width: 60%;margin-right: 10px;margin-bottom: 30px; }
	.cat .cat_left .cimage2 { width: 35%;margin-right: 10px;margin-bottom: 30px; }
	.cat .cat_left .cimage3 { width: 35%;margin-right: 10px;margin-bottom: 30px; }
	.cat .cat_left .cimage4 { width: 60%;margin-right: 10px;margin-bottom: 30px; }
	.cat .cat_left .cimage5 { width: 60%;margin-right: 10px;margin-bottom: 30px; }
	.cat .cat_left .cimage6 { width: 35%;margin-right: 10px;margin-bottom: 30px; }
	.cat .cat_left .cimage7 { width: 97%;margin-right: 10px;margin-bottom: 30px; }	

	.cat .cat_left img {
		width: 100%;
		height: 110px;
	}
	.cat .cat_left .cimage7 img {
		height: 95px;
	}
}
@media (max-width: 500px) {
	.cat .cat_left {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.cat .cat_left .cimage1 { width: 100%;height: 35vw;margin-left: auto;margin-right: auto;margin-bottom: 30px; }
	.cat .cat_left .cimage2 { width: 100%;height: 35vw;margin-left: auto;margin-right: auto;margin-bottom: 30px; }
	.cat .cat_left .cimage3 { width: 100%;height: 35vw;margin-left: auto;margin-right: auto;margin-bottom: 30px; }
	.cat .cat_left .cimage4 { width: 100%;height: 35vw;margin-left: auto;margin-right: auto;margin-bottom: 30px; }
	.cat .cat_left .cimage5 { width: 100%;height: 35vw;margin-left: auto;margin-right: auto;margin-bottom: 30px; }
	.cat .cat_left .cimage6 { width: 100%;height: 35vw;margin-left: auto;margin-right: auto;margin-bottom: 30px; }
	.cat .cat_left .cimage7 { width: 100%;height: 15vw; margin-left: auto;margin-right: auto;margin-bottom: 30px; }	

	.cat .cat_left img {
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;

		height: 35vw;
		margin-bottom: 30px;
	}
	.cat .cat_left .cimage7 img {
		width: 100%;
		height: 18vw;
	}
}


.bottom_section {

}
.bottom_section img {
	width: 100%;
	height: 34vw;
	object-fit: cover;
}
@media (max-width: 319px) {
	.bottom_section img {
		height: auto;
	}
}




.pillars_section {
	background: url(../images/index/cm.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 1vw;
	padding-bottom: 2vw;
}
/* @media (min-width: 2000px) {
	.pillars_section {
		padding-bottom: 230px;
	}
}
@media (min-width: 3000px) {
	.pillars_section {
		padding-bottom: 380px;
	}
} */


.pillar_header {
	padding-top: 1vw;
	padding-bottom: 1vw;
}

.pillar_header h3 {
	text-align: center;
	font-size: 2.5vw;
	font-weight: 700;
	color: #D71C25;
	text-shadow: 2px 2px 5px #000;
}

.pillar_main {
	display: flex;
	width: 80%;
	/* max-width: 1100px; */
	padding-left: 3vw;

	margin-left: auto;
	margin-right: auto;
}
.pillar_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 75%;
	padding-left: 1vw;
	margin-top: 2vw;

	margin-left: auto;
	margin-right: auto;
}
.pillar_logo_image {
	width: 9%;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.pillar_logo_image:nth-child(10) {
	width: 13%;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.pillar_logo_image:nth-child(11) {
	width: 13%;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.pillar_logo_image:nth-child(12) {
	width: 13%;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.pillar_logo_image:nth-child(13) {
	width: 13%;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.i_hover {
	display: none;
}
.pillar_logo_image:hover .i_normal {
	display: none;
}
.pillar_logo_image:hover .i_hover {
	display: block;
}
.pillar_logo_image img {
	width: 100%;
}
.pillar_logo_image:nth-child(3) img {
	width: 100%;
	height: 9vw;
}
.pillar_logo_image:nth-child(11) img {
	width: 100%;
	height: 1.7vw;
}
.pillar_logo_image:nth-child(12) img {
	width: 100%;
	height: 1.65vw;
}
.pillar_logo_image:nth-child(13) img {
	width: 100%;
	height: 1.7vw;
}


@media (max-width: 1200px) {
	.pillar_logo {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 95%;
		padding-left: 13px;
		margin-top: 25px;
	
		margin-left: auto;
		margin-right: auto;
	}
	.pillar_logo_image {
		width: 28%;
		margin-right: 13px;
		margin-bottom: 15px;
	}
	.pillar_logo_image:nth-child(7) {
		width: 28%;
		margin-right: 13px;
		margin-top: 15px;
		margin-bottom: 35px;
	}
	.pillar_logo_image:nth-child(8) {
		width: 28%;
		margin-right: 13px;
		margin-top: 15px;
		margin-bottom: 35px;
	}
	.pillar_logo_image:nth-child(9) {
		width: 28%;
		margin-right: 13px;
		margin-top: 15px;
		margin-bottom: 35px;
	}
	.pillar_logo_image:nth-child(10) {
		width: 43%;
		margin-right: 13px;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.pillar_logo_image:nth-child(11) {
		width: 43%;
		margin-right: 13px;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.pillar_logo_image:nth-child(12) {
		width: 43%;
		margin-right: 13px;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.pillar_logo_image:nth-child(13) {
		width: 43%;
		margin-right: 13px;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.pillar_logo_image img {
		width: 100%;
	}
	.pillar_logo_image:nth-child(3) img {
		width: 100%;
		height: 31vw;
	}
	.pillar_logo_image:nth-child(11) img {
		width: 100%;
		height: 6.3vw;
	}
	.pillar_logo_image:nth-child(12) img {
		width: 100%;
		height: 7vw;
	}
	.pillar_logo_image:nth-child(13) img {
		width: 100%;
		height: 7.2vw;
	}
}

.pillar_item1 {
	width: 25%;
	margin-right: 1vw;
	
	background: url(../images/index/oo.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.pillar_item2 {
	width: 25%;
	margin-right: 1vw;
	
	background: url(../images/index/oo.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.pillar_item3 {
	width: 25%;
	margin-right: 1vw;
	
	background: url(../images/index/oo.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.pillar_item4 {
	width: 25%;
	margin-right: 1vw;
	
	background: url(../images/index/oo.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_top {
	margin-bottom: 0.7vw;
}
.p_mid {
	margin-bottom: 0.7vw;
	width: 85%;
	margin-left: auto;
	margin-right: auto
}
.p_bot {
	margin-bottom: 1.7vw;
	width: 85%;
	margin-left: auto;
	margin-right: auto
}
.p_top h3 {
	text-align: center;
	color: #fff;
	font-size: 1.4vw;
}
.p_mid p {
	color: #fff;
	font-size: 0.8vw;
}
.p_bot {
	display: flex;
	justify-content: center;
	align-items: end;
}
.p_bot .pb_image {
	width: 38%;
	margin-right: 3.1vw;
}
.p_bot .pb_image img {
	width: 100%;

}
.p_bot .pb_image:hover {
	/* filter: drop-shadow(0px 1000px 0 #D71C25);
	transform: translateY(-1000px); */
	/* filter: invert(16%) sepia(99%) saturate(7404%) hue-rotate(4deg) brightness(95%) contrast(100%); */
}
.p_bot h3 {
	font-size: 5vw;
}

@media (max-width: 1200px) {
	.pillars_section {
		/* background-color: #383838; */
		background: url(../images/index/mobile.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

		padding-top: 5px;
		padding-bottom: 10px;
	}
	.pillar_header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pillar_header h3 {
		font-size: 28px;
	}
	.pillar_main {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 95%;
		margin-top: 5px;
	}
	.pillar_item1 {
		width: 46%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.pillar_item2 {
		width: 46%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.pillar_item3 {
		width: 46%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.pillar_item4 {
		width: 46%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.p_top {
		margin-bottom: 10px;
	}
	.p_mid {
		margin-top: 15px;
	}
	.p_bot {
		align-items: center;
		margin-bottom: 23px;
	}
	.p_top h3 {
		text-align: center;
		color: #fff;
		font-size: 20px;
	}
	.p_mid p {
		color: #fff;
		font-size: 11px;
	}
	.p_bot .pb_image {
		width: 100px;
		margin-right: 40px;
	}
	.p_bot .pb_image img {
		width: 100%;
	}
	.p_bot h3 {
		font-size: 70px;
		padding-bottom: 13px;
	}
}
@media (max-width: 580px) {
	.pillars_section {
		background-size: cover;
		background-position: top;
	}
	.pillar_main {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
		padding-left: 0;
	}
	.pillar_logo {
		width: 100%;
	}
	.pillar_item1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.pillar_item2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.pillar_item3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.pillar_item4 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.p_top h3 {
		text-align: center;
		color: #fff;
		font-size: 20px;
	}
	.p_mid {
		margin-top: 20px;
	}
	.p_mid p {
		color: #fff;
		font-size: 14px;
	}
	.p_bot .pb_image {
		width: 90px;
		margin-right: 40px;
	}
	.p_bot h3 {
		font-size: 85px;
		padding-bottom: 13px;
	}
}
@media (max-width: 399px) {
	.pillar_main {
		width: 90%;
	}
}






 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}


/*--logo--*/
.head_container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1200px) {
	.head_container {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

.header-top {
  background-color: #081624;
  padding-bottom: 10px;
}
.head-top {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.logo {
	margin-right: 130px;
	margin-top: -3px;
}
@media (max-width: 500px) {
	.logo {
		margin-right: 10px;
	}
}
.logo img {
	width: 150px;
}
.logo h1{
	font-size: 3em;
}
.logo h1 a{
	text-decoration: none;
	color:#fff;
}
.logo h1 a span{
	color:#0099e5;
}
.top-nav{
	margin-top: 1.2em;
}
.top-nav ul {
	display: flex;
	list-style: none;
}
.top-nav ul li {
	
}
.mobile_head {
	display: flex;
	flex-wrap: nowrap;
}
.menu {
  display: none;
}
.top-nav ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;		
	font-size: 1.1em;
	font-weight: 500;
	margin:0em 1.3em;
}
.top-nav #m_header li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;		
	font-size: 0.8em;
	font-weight: 500;
	margin:0em 1.3em;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	color:#0099e5;
}

.top-nav ul li .m_button {
	background-color: #F30021;
	margin-top: -5px;
	padding: 1px 13px 5.3px 13px;
	border-radius: 5px;
	font-weight: 700;
}

/*---------*/
/*----*/
.banner{
	background: #081624;
	width:100%;
	display:block;
	background-size:cover;
	text-align:center;
	/* padding:5em 0; */
}
.banner .m-banner {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 254px;
	text-align: center;
	z-index: 10000;
}
.banner .m-banner h2{
	text-align: center;
	font-size:3.5em;
	color:#fff;
}
.banner .m-banner a {
	background-color: #081624;
	color:#fff;
}
.banner img {
	width: 100%;
	object-fit: cover;
	filter: brightness(50%);
}


.gcat_section {
	background-image: url(/images/ga/m1.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 5vw;
	padding-bottom: 1vw;
}
.gcat {
	width: 80%;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	padding-left: 1.5vw;
	padding-right: 1vw;
}
.gcat_left {
	width: 47%;
	margin-right: 2vw;
}
.gcat_right {
	width: 47%;
	margin-right: 0vw;
}
.gcat_item1 {
	width: 100%;
	margin-bottom: 2vw;
}
.gcat_top {
	display: flex;
	margin-bottom: 0.7vw;
}
.gcat_top_image1 {
	width: 32.5%;
	margin-right: 0.5vw;
}
.gcat_top_image1 img {
	width: 100%;
}
.gcat_top_image2 {
	width: 32.5%;
	margin-right: 0.5vw;
}
.gcat_top_image21 {

}
.gcat_top_image21 img {
	width: 100%;
	margin-bottom: 0.5vw;
}
.gcat_top_image22 {

}
.gcat_top_image22 img {
	width: 100%;
}
.gcat_top_image3 {
	width: 32.5%;
	margin-right: 0.5vw;
}
.gcat_top_image3 img {
	width: 100%;
}
.gcat_bot {
	display: flex;
	align-items: center;
	padding-right: 0.5vw;
}
.gcat_bot_text {
	width: 67.5%;
}
.gcat_bot_text h3 {
	text-align: center;
	color: #fff;
    font-weight: 700;
    font-size: 2.5vw;
	text-shadow: 2px 2px 3px #000;
}
.gcat_bot_image1 {
	width: 32.5%;
}
.gcat_bot_image1 img {
	width: 100%;
}
@media (max-width: 800px) {
	.gcat_section {
		background-image: url(/images/ga/m2.webp);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		padding-top: 31vw;
		padding-bottom: 22vw;
	}
	.gcat {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	
		display: block;
		justify-content: center;
		flex-wrap: wrap;
	
		padding-left: 0;
		padding-right: 0;
	}
	.gcat_left {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.gcat_right {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.gcat_item1 {
		width: 100%;
		margin-bottom: 2vw;
	}
	.gcat_top {
		display: flex;
		margin-bottom: 1.5vw;
	}
	.gcat_top_image1 {
		width: 32.5%;
		margin-right: 1.5vw;
	}
	.gcat_top_image1 img {
		width: 100%;
	}
	.gcat_top_image2 {
		width: 32.5%;
		margin-right: 1.5vw;
	}
	.gcat_top_image21 {
	
	}
	.gcat_top_image21 img {
		width: 100%;
		margin-bottom: 0.5vw;
	}
	.gcat_top_image22 {
	
	}
	.gcat_top_image22 img {
		width: 100%;
	}
	.gcat_top_image3 {
		width: 32.5%;
		margin-right: 1.5vw;
	}
	.gcat_top_image3 img {
		width: 100%;
	}
	.gcat_bot {
		display: flex;
		align-items: center;
		margin-right: 1.5vw;
	}
	.gcat_bot_text {
		width: 67.5%;
	}
	.gcat_bot_text h3 {
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 7vw;
		text-shadow: 2px 2px 3px #000;
	}
	.gcat_bot_image1 {
		width: 32.5%;
	}
	.gcat_bot_image1 img {
		width: 100%;
	}
}




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

	padding-top: 2vw;
	padding-bottom: 4vw;
}
.ga {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.ga_text1 {
	margin-bottom: 1.5vw;
}
.ga_text1 h3 {
	color: #D71C25;
    font-weight: 700;
    font-size: 2.5vw;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	margin-bottom: 0.7vw;
}
.ga_text1 p {
    color: #fff;
    font-size: 0.9vw;
	margin-bottom: 1vw;
}
.ga_text2 {
	width: 71%;
}
.ga_text2 h5 {
	color: #D71C25;
    font-weight: 700;
    font-size: 1.8vw;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 0.7vw;
}
.ga_text2 p {
    color: #fff;
    font-size: 0.9vw;
}
.ig_normal {
	
}
.ig_hover {
	display: none;
}
.ga_logo {
	margin-top: 1vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ga_logo_image {
	width: 8.5%;
	margin-right: 0.7vw;
}
.ga_logo_image:hover .ig_hover {
	display: block;
}
.ga_logo_image:hover .ig_normal {
	display: none;
}
.ga_logo_image img {
	width: 100%;
}
.ga_logo_image:nth-child(3) img {
	width: 100%;
	height: 6.1vw;
}
.ga_logo2 {
	margin-top: 0.3vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 5vw;
}
.ga_logo_image2 {
	width: 14%;
	margin-right: 0.7vw;
}
.ga_logo_image2:hover .ig_hover {
	display: block;
}
.ga_logo_image2:hover .ig_normal {
	display: none;
}
.ga_logo_image2 img {
	width: 100%;
	margin-bottom: 0.55vw;
}
.ga_logo_image2:nth-child(2) img {
	width: 100%;
	height: 1.4vw;
}
.ga_logo_image2:nth-child(4) img {
	width: 100%;
	height: 1.5vw;
}

.mobile_logo {
	display: none;
}
.mobile_image {
	display: none;
}
@media (max-width: 800px) {
	.ga_section {
		background-image: url(/images/ga/a2.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.ga {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.ga_text1 {
		margin-bottom: 23px;
	}
	.ga_text1 h3 {
		color: #D71C25;
		font-weight: 700;
		font-size: 28px;
		text-shadow: 2px 2px 5px #000;
		text-align: center;
		margin-bottom: 13px;
	}
	.ga_text1 p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 23px;
	}
	.ga_text2 {
		width: 100%;
	}
	.ga_text2 h5 {
		color: #D71C25;
		font-weight: 700;
		font-size: 20px;
		text-shadow: 2px 2px 5px #000;
		margin-bottom: 13px;
	}
	.ga_text2 p {
		color: #fff;
		font-size: 14px;
		line-height: 2em;
	}
	.ga_logo {
		margin-top: 13px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.ga_logo_image {
		width: 18%;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	.ga_logo_image img {
		width: 100%;
		margin-bottom: 9.2px;
	}
	/* unnecessary css */
	.ga_logo_image2:nth-child(2) img {
		width: 100%;
		height: auto; 
	}
	/* end */
	.ga_logo_image:nth-child(3) img {
		width: 100%;
		height: 21vw;
	}
	.ga_logo_image:nth-child(9) img {
		width: 100%;
		height: 6.5vw;
	}
	.ga_logo2 {
		display: none;
	}
	.mobile_logo {
		display: block;
	}
	.ga_logo_image2 {
		width: 22%;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	.ga_logo_image2 img {
		width: 100%;
		height: auto;
	}
	.mobile_image {
		display: block;
		margin-top: 13px;
	}
	.mobile_image img {
		width: 100%;
	}
}
@media (max-width: 276px) {
	.ga_logo_image2:nth-child(13) {
		width: 25%;
		height: 5vw;
	}
	.ga_logo_image2:nth-child(13) img {
		height: 5vw;
	}
	.ga_logo_image2:nth-child(13) .ig_hover {
		margin-top: 2.5vw;
	}
}


.ac_section {
	background-image: url(/images/ab/m1.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 1.5vw;
	padding-bottom: 18vw;
}
.ac {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.ac_left {
	width: 50%;
}
.ac_right {
	width: 50%;
}
.ac_text1 {
	margin-bottom: 0.8vw;
}
.ac_text1 h3 {
	color: #D71C25;
    font-weight: 700;
    font-size: 2.5vw;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	margin-bottom: 0.3vw;
}
.ac_text1 p {
    color: #fff;
    font-size: 0.9vw;
}
.ac_text1_center {
	margin-top: 0.8vw;
	margin-bottom: 1.2vw;
}
.ac_text1_center h5 {
    color: #fff;
    font-size: 0.9vw;
	font-weight: 700;
	text-align: center;
}
.ac_text2 {
	margin-bottom: 0.8vw;
}
.ac_text2 h5 {
	color: #D71C25;
    font-weight: 700;
    font-size: 1.5vw;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 0.3vw;
}
.ac_text2 p {
    color: #fff;
    font-size: 0.9vw;
	margin-bottom: 0.7vw;
}
.ac_text3 {
	margin-bottom: 0.8vw;
}
.ac_text3 h5 {
	color: #D71C25;
    font-weight: 700;
    font-size: 1.5vw;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 0.3vw;
}
.ac_text3 p {
    color: #fff;
    font-size: 0.9vw;
}
.ac_list {
	background-image: url(/images/ab/m2.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;

	padding: 0.7vw 1vw 0.5vw 1vw;
}
.ac_list ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.ac_list ul li {
	display: flex;
	margin-bottom: 0.3vw;
}
.ac_list ul li span {
    color: #D71C25;
    font-size: 0.9vw;
	font-weight: 500;
	background-color: #fff;
	border-radius: 50%;
	padding: 0.1vw 0.5vw 0.1vw 0.5vw;
	margin-right: 1.7vw;
}
.ac_list ul li p {
    color: #fff;
    font-size: 1vw;
}
.ac_image_group {
	display: none;
}
@media (max-width: 800px) {
	.ac_section {
		background-image: url(/images/ab/mobile.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	
		padding-top: 23px;
		padding-bottom: 30px;
	}
	.ac {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.ac_left {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.ac_right {
		width: 100%;
	}
	.ac_text1 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.ac_text1 h3 {
		color: #D71C25;
		font-weight: 700;
		font-size: 28px;
		text-shadow: 2px 2px 5px #000;
		text-align: center;
		margin-bottom: 5px;
	}
	.ac_text1 p {
		color: #fff;
		font-size: 14px;
	}
	.ac_text1_center {
		margin-top: 17px;
		margin-bottom: 27px;
	}
	.ac_text1_center h5 {
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
	}
	.ac_text2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.ac_text2 h5 {
		color: #D71C25;
		font-weight: 700;
		font-size: 20px;
		text-shadow: 2px 2px 5px #000;
		margin-bottom: 5px;
	}
	.ac_text2 p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.ac_text3 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.ac_text3 h5 {
		color: #D71C25;
		font-weight: 700;
		font-size: 20px;
		text-shadow: 2px 2px 5px #000;
		margin-bottom: 5px;
	}
	.ac_text3 p {
		color: #fff;
		font-size: 14px;
	}
	.ac_list {
		background-image: url(/images/ab/m2.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		padding: 21px 15px 10px 18px;
	}
	.ac_list ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		list-style: none;
	}
	.ac_list ul li {
		display: flex;
		margin-bottom: 13px;
	}
	.ac_list ul li span {
		color: #D71C25;
		font-size: 14px;
		font-weight: 500;
		background-color: #fff;
		border-radius: 50%;
		padding: 2.3px 10px 3px 10px;
		margin-right: 18px;
		height: 28px;
	}
	.ac_list ul li p {
		color: #fff;
		font-size: 17px;
	}
	.ac_image_group {
		display: block;
		margin-top: 20px;
		margin-bottom: 13px;
		padding-top: 18vw;

		background-image: url(/images/ab/m3.jpg);
		background-size: 100% 100%;
		background-position: left;
		background-repeat: no-repeat;
	}
	.ac_image_group img {
		width: 100%;
		position: relative;
	
	}
}
@media (max-width: 425px) {
	.ac_list ul li span {
		color: #D71C25;
		font-size: 14px;
		font-weight: 500;
		background-color: #fff;
		border-radius: 50%;
		padding: 2.3px 10px 3px 10px;
		margin-right: 10px;
		height: 28px;
	}
	.ac_list ul li p {
		color: #fff;
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.ac_list ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		list-style: none;
	}
}







.ab_about_section {
	background-image: url(/images/ab/a1.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 1.5vw 0 1.4vw 0;
}
@media (max-width: 1000px) {
	.ab_about_section {
		background: none;
		padding: 0 0 0 0;
	}
	.game_about_right_mobile_image2 {
		background-image: url(/images/ab/a3.jpg);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
}




.ban-in{
	float:left;
	width:28%;
}
.ban-in img{
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	-ms-border-radius:200px;
	-o-border-radius:200px;
	border: 6px solid #fff;
	margin:0 auto;
}
.ban {
	min-height: 365px;
}
/*-----*/
.ban-grid,.ban-grid1,.ban-grid2,.ban-grid3{
	position: relative;
}
.ban-grid img {
  position: absolute;
  left: 0px;
}
.ban-grid1 img {
  position: absolute;
  left: 272px;
}
.ban-grid2 img{
  position: absolute;
  left: 554px;
}
.ban-grid3 img{
  position: absolute;
  left: 821px;
}
/*--content--*/
/*--content-top--*/
/*----*/
.content-top {
  padding: 4em 0 0;
}
.col-top-bottom{
	background: #081624;
	padding: 3.1em;
	text-align: center;
	  margin: 2em 1em 0;
}
h3.menber{
	font-size:3em;
	text-shadow: 1px 1px 9px #000;
	 color:#fff;
	 float: left;
}
a.now-in{
	 
	padding:0.3em 0.7em;
	display:block;
	font-size:1.2em;
	color:#FFF;
	margin:0 auto;
	float: right;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	background: #434343;
}
a.now-in:hover{
		background: #0099e5;
		border: 2px solid #0099e5;
}
.per{
	position: relative;
}
.six{
	position: absolute;
	top:0;
	background:rgba(234, 76, 137, 0.38);
	padding: 12em 1em 0;
	width: 90%;
  	height: 100%;
  	text-align: center;
  	display: none;
}
.six h4{
	font-size:3.5em;
	color:#fff;
}
.top-col{
	padding: 0;
}

.per:hover .six{
	display: block;
}
.black{
	position: relative;
}
.col{
	position: absolute;
	top:0;
	background:rgba(234, 76, 137, 0.38);
	padding: 6em 1em 0;
	width: 93%;
  	height: 100%;
  	text-align: center;
  	display: none;
}
.col h4{
	font-size:3.5em;
	color:#fff;
}
.black:hover .col{
	display: block;
}
/*----*/

.bottom-content h4 {
  font-size: 1.8em;
  color: #0099e5;
  margin-bottom: 0.5em;
}
.bottom-content ul li{
	list-style: none;
}
.bottom-content ul li a{
	text-decoration: none;
	color:#7C7C7C;
	font-size: 0.95em;
	 margin: 0.7em 0 0;
  	display: block; 	
}
.bottom-content ul li a:hover{
	color:#0099e5; 	
}
.bottom-content1 iframe{
	border: none;
	width:100%;
	min-height: 300px;	
}
.content-bottom {
  padding: 4em 0;
}
i.glyphicon.glyphicon-ok {
  color: #0099e5;
  font-size: 14px;
  margin-right: 10px;
}
/*--//about--*/
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.resp-tab-item{
	color:#0099e5;
	font-size: 1.1em;
	cursor: pointer;
	padding: 6px ;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:9%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #0099e5;
	margin: 0 0.5em 0;
}
.resp-tab-active{
	background:#0099e5;
	text-shadow: none;
	color:#fff;
	border: 2px solid #0099e5;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{

	padding:2em 1em;
}
.img-top {
	float: left;
	width: 33.33%;
	  position: relative;
}

.tab_desc {
  background: rgba(234, 76, 137, 0.43);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
    padding: 17em 2em 0;
    display: none;
}
/*----*/
ul.round-top {
  text-align: center;
}
.round-top li{
	display: inline-block;
}
.round-top li i{
	color:#fff;
	font-size: 1.2em;
	background: #000;
	width:50px;
	height: 50px;
	border-radius: 100px;
  line-height: 3em;
}
.round-top li i.glyphicon.glyphicon-link{
	color:#000;
	background: #fff;
}
.img-top:hover .tab_desc{
	display: block;
}






.findex2 { display: flex;margin-left: auto;margin-right: auto;margin-bottom: 30px;margin-top: 30px;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: #F30021;padding: 1.5vw; }

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

.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-bottom: 10px;margin-top: 35px; }
	.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; }
}

/*--footer--*/
.footer{
	background: #081624;
	padding: 0 0 30px 0;
	text-align: center;
}
.footer_logo {
	margin: 10px 0 25px 0;
}
.footer_logo img {
	width: 180px;
}
.top-footer ul li{
	display: inline-block;
}
.top-footer ul li i{
	background:url(../images/img-sprite.png) -1px 0px;
	width:52px;
	height:52px;
	display: inline-block;
	vertical-align: middle;
}
.top-footer ul li i.youtube{
	background-position: -56px 0px;
}
.top-footer ul li i.facebook{
	background-position: -110px 0px;
}
.top-footer ul li a{
	display: inline-block;
	color:#fff;
	 font-size: 1.5em;
  	text-decoration: none;
    margin: 0 0% 0 5%;
}
.footer-grid li{
	display: inline-block;
	margin-bottom: 15px;
}
.footer-grid  li a{
	display: inline-block;
	color:#fff;
	font-size: 1.1em;
	font-weight: 500;
  	text-decoration: none;
  	margin: 0 1em;
}
.footer-grid  li a:hover{
	color:#0099e5;
}
.footer p{
	color:#fff;
	font-size: 1.1em;
}
.footer p a{
	color:#0099e5;
	text-decoration: none;
}
.footer p a:hover{
	color:#fff;
}
ul.footer-grid {
	padding: 35px 0 20px 0;
}

/*--//foooter--*/
/*--games--*/
.games h3{
	margin: 0 0 0.5em;
  font-size: 3.5em;
  color: #000;
  text-align:center;
}
.games {
  padding: 4em 0;
}
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 0.4%;
    background: #FFF;
  padding: 8px;
  position: relative;
  box-shadow: 0 1px 3px rgba(221, 221, 221, 1);
  width: 32.4%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: rgba(234, 76, 137, 1);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 10px 20px 0px 20px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 1.1em;
}
.da-thumbs li a div  h5 {
  color: #FFF;
  font-size: 2em;
  margin: 2.5em 0 0 0;
  text-align: center;
}
/*--//games--*/		
/*--about-start--*/
.about{
	padding:4em 0px;
}
.advantages {
  padding: 4em 0;
}
.about-top h3{
	font-size: 3.5em;
  	color: #000;
  	text-align: center;
}
.about-bottom{
	margin-top:2%;
	text-align:center;
}
.about-top{
	text-align:center;
}
.about-bottom p{
	font-size: 1em;
  	line-height: 1.9em;
  	color: #7c7c7c;
}
.about-bottom p:nth-child(2){
	width:90%;
	margin:1% auto 0;
}
.about-btm{
	  width: 80%;
  margin: 3em auto 0;
}
/*--about-end--*/
.advantages-left h3{
	font-size: 2.5em;
 	color: #000;
}
.advn-one {
	margin-top: 7%;
}
.add-mian {
	margin-top: 3%;
}
.add-left {
	width: 10%;
	float: left;
}
.add-left p {
	color: #fff;
	background: #0099e5;
	border-radius: 100px;
	-webkit-border-radius:100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	text-align: center;
	font-size: 1.5em;
  width: 50px;
  height: 50px;
  line-height: 2.5em;
}
.add-right {
	width: 84%;
	float: right;
}
.add-right h4, .advn-two h4 {
	font-size: 1.4em;
}
.add-right h4 a, .advn-two h4 a{
	text-decoration:none;
		color: #0099e5;
}
.add-right p {
	color: #7c7c7c;
	font-size: 1em;
	line-height: 1.9em;
	margin-top: 8px;
}
.advn-two ul {
	margin-top: 3%;
}
.advn-two ul li {
	list-style: none;
}
.advn-two p{
	color: #7c7c7c;
	font-size: 1em;
	line-height: 1.9em;
	margin-top: 8px;
}
.advn-two {
	margin-top: 7%;
}
.advn-two ul li a {
	color: #7c7c7c;
	font-size: 1em;
	text-decoration: none;
	margin: 0.8em 0;
	display: block;
}
.advn-two ul li a:hover{
	color:#0099e5;
}
.team{
	padding:6em 0px;
}
.team-bottom{
	margin-top:4%;
}
.team-top{
	text-align:center;
}
.team-top h3{
	font-size: 2.5em;
 	color: #000;
}
/*--about-Part-Ends-Here --*/
/*--team--*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
/*----*/
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background: #0099e5;
}

.ch-img-1 { 
	background-image: url(../images/team-1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/team-3.jpg);
}

.ch-img-3 { 
	background-image: url(../images/team-2.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 90px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
/*--//team--*/
/*--blog--*/
.blog h3{
	font-size: 3.5em;
  color: #000;
  text-align: center;
}
.blog-grid h4{
	font-size: 1.2em;
	text-transform: uppercase;
}
.blog-grid h4 a{
	color:#E64B50;
	text-decoration:none;
}
.blog-grid p{
	font-size: 0.9em;
  color: #7C7C7C;
  line-height: 1.9em;
  margin:  0.8em 0;
}
.blog-grid {
	padding: 1.5em 1em;
}
.blog-in {
    border: 1px solid #BDBCBC;
}
span.date-in{
	float:left;
	color:#7C7C7C;
	font-size:1em;
}
i.glyphicon.glyphicon-calendar {
  font-size: 14px;
  margin-right: 0.3em;
}
a.comments{
	float:right;
	color:#7C7C7C;
	text-decoration:none;
	font-size:1em;
}
i.glyphicon.glyphicon-comment {
  font-size: 14px;
  margin-right: 0.3em;
  vertical-align: middle;
}
.blog-head {
  padding: 2em 0 0;
}
.blog h1 {
  font-size: 3em;
  color: #e64b50;
  text-align: center;
}
.blog {
  padding: 4em 0;
}

a.news-btn{
	

}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  display:inline-block;
	text-decoration:none;
	background:#d20962;
	color: #FFF;
  	padding: 0.4em 0.8em;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  	text-decoration:none;
  	color:#fff;
}
.more-top {
  text-align: center;
  margin: 1em 0em 0;
}
/*--//blog--*/
/*--single--*/
.single-grid h4{
	font-size:1.5em;
	margin: 0.7em 0;
	color:#0099e5;
}
.single-grid h4 a{
	color:#000;
	text-decoration:none;
}
.single-grid h4 a:hover{
	color:#a1cd3d;
}
.single-grid p{
	color: #7c7c7c;
  font-size: 1em;
  line-height: 1.9em;
}
.comments-top h3,.comment-bottom h3{
	font-size:2.5em;
	color:#000;
	 margin-bottom: 0.5em;
}
.single {
  padding: 4em 0;
}
h4.media-heading{
	font-size:1.5em;
	color:#000;
}
.media-body p{
	color: #7c7c7c;
  font-size: 1em;
  line-height: 1.9em;
}
.comments-top {
  padding: 3em 0;
}
.comment-bottom form{
	max-width: 750px;
}
.comment-bottom input[type="text"],.comment-bottom textarea{
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background:none;
	outline:none;
	  border: 1px solid #A09F9F;
	  font-size:1em;
	  color:#A09F9F;
	-webkit-appearance: none;
}
.comment-bottom textarea{
	resize:none;
	min-height: 180px;
}
.comment-bottom input[type="submit"]{
	font-size: 1.1em;
	background:#0099e5;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.comment-bottom input[type="submit"]:hover{
	background:#000;
}
.cal ul li{
	display: inline-block;
}
.cal ul li span{
	color:#7C7C7C;
	font-size:1em;
	margin-right: 1em;
}
.cal ul li a{
	color:#7C7C7C;
	text-decoration:none;
	font-size:1em;
}
/*--single--*/
/*-- contact --*/
.contact {
  padding: 4em 0;
}
.contact h3{
  font-size: 3.5em;
  color: #000;
  text-align: center;
}
.contact-grids {
  padding: 3em 0 0;
}
.map iframe{
	min-height:467px;
	width:100%;
	border:none;
}
.contact-bottom input[type="text"],.contact-bottom input[type="email"]{
	width:100%;
	padding:1em;	
	border:1px solid #bbb;
	-webkit-appearance:none;
	outline:none;
	color:#fff;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	background: none;
	margin: 0em 0 1em;
	font-size: 1em;
}
.contact-bottom input[type="text"]:hover,.contact-bottom input[type="email"]:hover,.contact-bottom textarea:hover{
	color:#0099e5;
	border-color:#0099e5;
}

.contact-bottom textarea{
	width:100%;
	padding:1em;	
	border:1px solid #bbb;
	-webkit-appearance:none;
	outline:none;
	color:#bbb;
	min-height:220px;
	resize:none;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	 background: none;
	 font-size: 1em;
}
.contact-bottom input[type="submit"]{
	background: #0099e5;
	color: #fff;
	border: none;
	outline: none;
	margin:1em 0px 0;
	padding: 0.5em 1em;
	font-size: 1.1em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-bottom input[type="submit"]:hover{
	background: #000;
}
.address-grid i{
	color:#0099e5;
	font-size:4em;
	float: left;
	margin: 0 5% 0 0;
  display: inline-block;
}
.address1{
	float: left;
	  margin-top: 1em;
}
.address1 p{
	font-size:1.4em;
	color: #7c7c7c;
	line-height: 1.5em;	
}
.address1 p a{
	text-decoration:none;
	color: #7c7c7c;
}
.address1 p a:hover{
	color:#0099e5;
}
.address-more h4{
	color:#000;
	font-size:2em;
	margin: 0 15px 0.7em;
}
.address {
  padding: 2em 0 0;
}
/*--//contact--*/
/*--typo--*/
h3.typo1 {
  font-size: 3.3em;
  color: #000;
  text-align: center;
}
.page-header h3{
	font-size: 3em;
	color:#000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
.page {
  padding: 4em 0 4em;
}
/*--//typo--*/
/*--responsive--*/
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1200px){
.ban-grid1 img {
  left: 219px;
}	
.ban-grid2 img {
  left: 447px;
}
.ban-grid3 img {
  left: 676px;
}
	
}
@media(max-width:1024px){
.ban-grid1 img {
  left: 219px;
}	
.ban-grid2 img {
  left: 447px;
}
.ban-grid3 img {
  left: 676px;
}
.ban {
  min-height: 270px;
}
.col-top-bottom {
  padding: 1.9em;
}
.six {
  padding: 9em 1em 0;
  width: 87%;
}
.col {
  padding: 4em 1em 0;
  width: 91%;
}
.content-middle {
  padding: 5em 0;
}
.bottom-content ul li a {
  font-size: 0.79em;
}
.tab_desc {
  padding: 13.5em 2em 0;
}
.resp-tab-item {
  width: 11%;
}
/*--games--*/
.da-thumbs li a div h5 {
  margin: 1.9em 0 0 0;
}
/*--blog--*/
.blog-grid h3 {
  font-size: 1em;
}
a.more {
  width: 45%;
}
}
@media(max-width:1000px){
.ban-grid1 img {
  left: 165px;
}	
.ban-grid2 img {
  left: 345px;
}
.ban-grid3 img {
  left: 518px;
}

}




.mobile_nav {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 9;
	border-top: 1px solid #323232;
	background-color: #081624;
}
.mobile_nav {
	padding: 30px 0 11px 13px;
}
.mobile_nav ul {
	list-style: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mobile_nav ul li {
	margin-bottom: 20px;
}
.mobile_nav ul li a {
	text-decoration: none;
	font-weight: 500;
	color: #fff;
}
.mobile_nav ul li .m_button {
	background-color: #F30021;
	margin-left: -13px;
	padding: 4.3px 13px 6.5px 13px;
	border-radius: 5px;
	font-weight: 700;
}

@media(max-width: 1070px){
	.translator {
		display: none;
	}
	.translator2 {
		display: flex;
	}
	.mobile_setting_on {
		display: block;
	}

.head_container {
	padding-bottom: 3px;
}
.menu {
	display: block;
}
.menu{
	cursor: pointer;
}
.menu .bi {
	position: relative;
	top: 7.4px;
	font-size: 35px;
	color: #fff;
}
.top-nav {
	display: none;
}
.top-nav .menu{
	display: block;
}
.top-nav {
  margin-top: 0em;
}

.header-top {
	background-color: #081624;
	padding-bottom: 10px;
  }
.head-top {
	justify-content: space-between;
}
/*----*/
.ban-grid1 img {
  left: 170px;
}
.ban-grid2 img {
  left: 342px;
}
.ban-grid3 img {
  left: 519px;
}
.ban {
  min-height: 205px;
}
.banner {
  padding: 3em 0 5em;
}
/*----*/	
.black {
  float: left;
  width: 50%;
}
.bottom-content ul li a {
  font-size: 0.95em;
}
.tab_desc {
  padding: 10em 2em 0;
}
.per img{
	margin: 0 auto;
}
.six {
  padding: 13em 1em 0;
  width: 40.5%;
  left: 15.3em;
}
.resp-tab-item {
  width: 15%;
}
.bottom-content {
  margin: 1em 0 0;
}
.per {
  margin: 2em 0 0;
}
.top-footer {
  float: left;
  width: 33.3%;
}
.banner h2 {
  margin: 0 0 0.8em;
  font-size: 3em;
}
/*--games--*/
.da-thumbs li a div h5 {
  margin: 1em 0 0 0;
}
.da-thumbs li a div span {
  padding: 0px 0; 
  font-size: 1em;
}
.games {
  padding: 3em 0;
}
.games h3 {
  font-size: 3em;
}
/*--about--*/
.about-btm {
  width: 67%;
  margin: 2em auto 0;
}
.about-right {
  margin-top: 2em;
}
.advantages {
  padding: 1em 0 3em;
}
.advn-one,.advn-two {
  margin-top: 3%;
}
.advantages-left {
  margin-top: 2em;
}
.ch-grid li {
  margin: 6px;
}
.about-top h3 {
  font-size: 3em;
}
.advantages-left h3 {
  font-size: 2em;
}
.about {
  padding: 3em 0px;
}
/*--blog--*/
.blog-top {
  float: left;
  width: 33.3%;
  padding: 0 5px;
}
.blog-grid {
  padding: 1.5em 0.7em;
}
.blog-grid h3 {
  font-size: 0.85em;
}
.blog-grid p {
  margin: 0.5em 0;
  font-size: 1em;
}
a.more {
  width: 54%;
}
.blog-head {
  padding: 1em 0 0;
}
.blog h3 {
  font-size: 3em;
}
/*--single--*/
/*--contact--*/
.in-contact {
  margin-bottom: 1em;
}
.contact-bottom-top {
  margin: 0em 15px 0;
}
.address-grid {
  margin-bottom: 1em;
}
.contact h3 {
  font-size: 3em;
}
/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}
}
@media(max-width:736px){
.ban-grid1 img {
  left: 165px;
}
.ban-grid2 img {
  left: 333px;
}
.ban-grid3 img {
  left: 496px;
}
}
@media(max-width:667px){
.ban-grid1 img {
  left: 147px;
}
.ban-grid2 img {
  left: 294px;
}
.ban-grid3 img {
  left: 444px;
}
}
@media(max-width:640px){
/*----*/
.ban-grid1 img {
  left: 140px;
}
.ban-grid2 img {
  left: 282px;
}
.ban-grid3 img {
  left: 427px;
}
/*----*/
.banner {
  padding: 2em 0 3em;
}	
.col {
  padding: 3.5em 1em 0;
  width: 90%;
}
.six {
  padding: 12em 1em 0;
  width: 49%;
  left: 10.8em;
}
.tab_desc {
  padding: 7.5em 2em 0;
}
.resp-tab-item {
  width: 18%;
}
.content-bottom {
  padding: 3em 0;
}
.content-top {
  padding: 3em 0 0;
}
/*--games--*/
.da-thumbs li a div span {
  font-size: 0.8em;
}
.da-thumbs li a div h5 {
    margin: 0.7em 0 0 0;
  font-size: 1.7em;
}
.games h3 {
  font-size: 2.2em;
}
/*--blog--*/
.blog h3 {
  font-size: 2.2em;
}
.blog {
  padding: 3em 0;
}
a.more {
  width: 64%;
  font-size: 0.9em;
}
/*--single--*/
.comments-top h3, .comment-bottom h3 {
  font-size: 2em;
}
.single {
  padding: 3em 0;
}
/*--contact--*/
.contact {
  padding: 3em 0;
}
.contact h3 {
  font-size: 2.2em;
}
.address1 p {
  font-size: 1.5em;
}
.contact-grids {
  padding: 2em 0 0;
}
/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
h3.typo1 {
  font-size: 2.5em;
}
.page {
  padding: 3em 0;
}
}
@media(max-width:600px){
.ban-grid1 img {
  left: 130px;
}
.ban-grid2 img {
  left: 263px;
}
.ban-grid3 img {
  left: 394px;
}
}
@media(max-width:568px){
.ban-grid1 img {
  left: 120px;
}
.ban-grid2 img {
  left: 248px;
}

.ban-grid3 img {
  left: 375px;
}
}
@media(max-width:480px){
.ban-grid1 img {
  left: 162px;
}
.ban {
  min-height: 378px;
  width: 80%;
  margin: 0 auto;
}
.ban-in {
  float: left;
  width: 53%;
}
.ban-grid2 img {
  left: 0px;
  top:190px;
}
.ban-grid3 img {
  left:162px;
  top:190px;
}
/*----*/
.banner h2 {
  margin: 0 0 0.5em;
  font-size: 2.5em;
}
.col h4 {
  font-size: 2.5em;
}
.col {
  padding: 2.5em 1em 0;
  width: 87%;
}
h3.menber {
  font-size: 1.8em;
}
a.now-in {
  font-size: 0.9em;
}
.six {
  width: 67.2%;
  left: 5em;
}
.content-bottom {
  padding: 2em 0;
}
.content-top {
  padding: 2em 0 0em;
}
.bottom-content h4 {
  font-size: 1.6em;
}
.resp-tab-item {
  width: 21%;
}
.round-top li i {
  width: 30px;
  height: 30px;
  line-height: 2em;
    font-size: 1em;
}
.tab_desc {
  padding: 5.7em 0em 0;
}
.resp-tab-item {
  font-size: 1em;
}
.footer-grid li a {
  margin: 0 0.5em;
}
.footer p {
  font-size: 0.9em;
}
.sap_tabs {
  padding: 0em 0 0em;
}
.top-footer ul li a {
  font-size: 1.2em;
  margin: 0 0% 0 0%;
}
/*--games--*/
.da-thumbs li {
  width: 49.2%;
}
.da-thumbs li a div h5 {
  margin: 1.4em 0 0 0;
}
.games h3 {
  font-size: 2.3em;
}
.games {
  padding: 2em 0;
}
/*--about--*/
.about-top h3 {
  font-size: 2.3em;
}
.advantages-left h3 {
  font-size: 1.7em;
}
.advantages {
  padding: 1em 0 2em;
}
.about {
  padding: 2em 0px;
}
.about-btm {
  width: 100%;
}
/*--blog--*/
.blog {
  padding: 2em 0;
}
.blog-top {
  width: 100%;
  padding: 0 30px;
  margin: 0 0em 1em;
}
.blog h3 {
  font-size: 2.3em;
}
/*--single--*/
.single-grid h4 {
  font-size: 1.2em;
}
.comments-top {
  padding: 2em 0;
}
.single {
  padding: 2em 0;
}
/*--contact--*/
.contact {
  padding: 2em 0;
}
.contact-grids {
  padding: 2em 0 0;
}
.address-grid i {
  font-size: 2.8em;
}
.address1 p {
  font-size: 1.4em;
}
.address-more h2 {
  font-size: 1.5em;
}
.address {
  padding: 2em 0 0;
}
.contact h3 {
  font-size: 2.3em;
}
/*--typo--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}
h3.typo1 {
  font-size: 2em;
}
.page {
  padding: 2em 0;
}

}
@media(max-width:414px){
.ban {
  width: 90%;
}
.col-top-bottom {
  padding: 1em;
}
h3.menber {
  font-size: 1.5em;
}
}
@media(max-width:375px){
.ban-in img {
  border: 4px solid #fff;
}
.ban-grid1 img {
  left: 150px;
}
.ban-grid2 img {
  left: 0px;
  top: 162px;
}
.ban-grid3 img {
  left: 150px;
  top: 162px;
}
.ban {
  min-height: 327px;
}
h3.menber {
  font-size: 1.3em;
}
}
@media(max-width:320px){
.banner h2 {
  font-size: 2em;
}	
.ban-grid1 img {
  left: 122px;
}
.ban-grid2 img {
  left: 0px;
  top: 138px;
}
.ban-grid3 img {
  left: 122px;
  top: 138px;
}
.ban {
  min-height: 275px;
}
.banner {
  padding: 1em 0 2em;
}
.black {
  padding: 0 4px;
}
h3.menber {
  font-size: 1.2em;
  margin-top: 0.2em;
}
a.now-in {
  font-size: 0.75em;
}
.col h4 {
  font-size: 1.5em;
}
.col {
  padding: 1.7em 1em 0;
  width: 94%;
}
.six h4 {
  font-size: 2.5em;
}
.six {
  width: 89%;
  left: 1.1em;
  padding: 11em 0 0;
}
.col-top-bottom {
  margin: 1em 0em 0;
}
.bottom-content1 iframe {
  min-height: 180px;
}
.bottom-content1 ,.bottom-content{
  padding: 0;
}
.bottom-content h4 {
  font-size: 1.1em;
}
.bottom-content ul li a {
  font-size: 0.85em;
  line-height: 1.7em;
}
.resp-tab-item {
  font-size: 0.9em;
  width: 29%;
  padding: 3px;
  margin: 0 0.5em 0 0;
}
.tab_img {
  padding: 1.5em 0em 2em;
}
.tab_desc {
  padding: 3.7em 0em 0;
}
.top-footer ul li a {
  font-size: 1em;
}
.footer-grid li a {
  font-size: 1em;
}
.top-nav{
  width: 13%;
}
/*--games--*/
.games h3 {
  font-size: 2em;
}
.da-thumbs li a div span {
  font-size: 0.7em;
  margin: 0.3em 0 0;
}
.da-thumbs li a div h5 {
  margin: 0.4em 0 0 0;
  font-size: 1.1em;
}
.games {
  padding: 1.5em 0;
}
/*--about--*/
.about-top h3 {
  font-size: 2em;
}
.about-bottom p {
  font-size: 0.9em;
}
.about-btm {
  margin: 1em auto 0;
}
.about-right {
  margin-top: 1em;
}
.about-bottom p:nth-child(2) {
  width: 100%;
}
.advantages-left {
  margin-top: 1em;
  padding: 0;
}
.advantages-left h3 {
  font-size: 1.5em;
}
.add-left {
  width: 17%;
}
.add-left p {
  font-size: 1.2em;
  width: 40px;
  height: 40px;
  line-height: 2.3em;
}
.add-right {
  width: 82%;
}
.add-right p,.advn-two p,.advn-two ul li a {
  font-size: 0.9em;
}
.advantages {
  padding: 1em 0 1em;
}
/*--blog--*/
.blog h3 {
  font-size: 2em;
}
.blog-top {
  width: 100%;
  padding: 0 15px;
  margin: 0 0em 1em;
}
.blog-grid h4 {
  font-size: 1em;
  line-height: 1.9em;
}
.blog-grid p {
  font-size: 0.9em;
}
.blog {
  padding: 1.5em 0;
}
/*--single--*/
.single-grid h4 {
  font-size: 1em;
  line-height: 1.7em;
}
.single-grid p ,.media-body p{
  font-size: 0.9em;
}
.comments-top h3, .comment-bottom h3 {
  font-size: 1.7em;
}
h4.media-heading {
  font-size: 1.2em;
}
.comment-bottom form {
  width: 100%;
}
.comment-bottom input[type="text"], .comment-bottom textarea {
  padding: 0.6em;
}
.comment-bottom textarea {
  min-height: 130px;
}
/*--contact--*/
.contact h3 {
  font-size: 2em;
}
.map iframe {
  min-height: 150px;
  padding: 0;
}
.contact-grids {
  padding: 1em 0 0;
}
.in-contact {
  padding: 0;
}
.contact-bottom input[type="text"] {
  padding: 0.6em;
}
.contact-bottom-top textarea {
  padding: 0.6em;
  min-height: 160px
}
.contact-bottom-top {
  margin: 0;
}
.contact-form input[type="submit"] {
  margin: 0.5em 0px 0;
}
.address {
  padding: 1em 0 0;
}
.address-more h4 {
  font-size: 1.5em;
}
.address-grid {
  padding: 0;
}
.address1 {
  margin-top: 0.5em;
}
.map ,.contact-form{
  padding: 0;
}
.address1 p {
  font-size: 1.1em;
}
/*--typo--*/
h1#h1-bootstrap-heading {
  font-size: 1.5em;
}
h2#h2-bootstrap-heading {
  font-size: 1.4em;
}
h3#h3-bootstrap-heading {
  font-size: 1.3em;
}
button.btn.btn-lg {
  font-size: 0.9em;
  margin: 0 0 0.5em 0px;
  padding: 9px;
}
.grid1 {
  margin: 0.7em 0 0;
}
button.btn.btn-1 {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}
button.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px;
  margin: 0 0 0.5em;
}
button.btn.btn-xs {
  font-size: 0.7em;
}
ul.nav.nav-pills a{
	padding: 0.5em;
  font-size: 0.9em;
}
span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page {
  padding: 1.5em 0;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
h3.typo1 {
  font-size: 1.7em;
}
.page-header h3 {
  font-size: 1.8em;
} 
}