body {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;

	background-image: url('../images/main-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.body-cover {
	overflow: hidden;
	position: relative;
}

img {
	max-width: 100%;
}

h1, h2, h3 {
	font-size: 16px;
	color: #fff;
}
p {
	font-size: 14px;
	color: #000;
}

.container {
	max-width: 1280px;
	margin: auto;
}

.add-pl {
	padding-left: 80px;
}

header {
	position: relative;
	width: 100%;
	z-index: 1000;
	padding: 0;

	background-image: url('../images/bg-topbar.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: block;
	position: relative;
	width: 320px;
}

.logo img {
	width: 320px;
	position: absolute;
	left: 0;
	bottom: -60px;
}

.main-menu {
	flex: 1;
	max-width: 50%;
}

.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

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

.main-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.text-black {
	color: #000 !important;
}
.section-top {
	padding-bottom: 140px;
	position: relative;
	z-index: 1;
}

.section-top img {
	width: 100%;
}

.section-after-top {
	position: relative;
	z-index: 2;
	margin-top: -320px;
}

.section-after-top p {
	font-size: 18px;
	margin: 30px -40px;
}

.section-after-top img {
	width: 100%;
}

.button-row {
	display: flex;
	justify-content: space-between;
}

.button-row a {
	width: 45%;
}

.title-top {
	display: block;
	width: 420px;
	margin-bottom: 30px;
}

.top-content {
	margin-top: 100px;
	position: relative;
	z-index: 5;
}

.top-content p {
	margin-bottom: 60px;
}

.top-button-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.play-button {
	display: block;
	width: 200px;
	margin-right: 32px;
}

.logo-pg-1 {
	display: block;
	width: 140px;
}

.top-pic {
	position: relative;
	height: 600px;
	z-index: 1;
}

.top-pic img {
	position: absolute;
	width: 700px;
	top: 0;
	right: 0;
	max-width: none;
}

.section-login {
	padding: 60px 0;
}

.title-login {
	max-width: 400px;
	margin: auto;
	margin-bottom: 45px;
}

.input-login {
	border: none;
	padding: 10px;
	border: 1px solid #B48D4E;
	background-color: #000;
	border-radius: 10px;
	width: 100%;

	font-size: 18px;
	text-align: center;
	color: #fff;
}

.input-group {
	position: relative;
}

.input-group img {
	width: 32px;
	position: absolute;
	top: 6px;
	left: 10px;
}

.login-button {
	display: block;
	padding: 12px 0;

	width: 100%;
	background-image: url('../img/button-login.png');
	background-size: 100% 100%;

	text-align: center;
	color: #B9B9B9;
	font-size: 18px;

	margin-top: 20px;
}

.login-button:hover {
	text-decoration: none;
	color: #B9B9B9;
}

.section-jackpot {
	padding: 100px 0;
	background-image: url('../img/bg-jackpot.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jackpot-number {
	background-image: url('../img/bg-jackpot-number.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;

	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;

	position: relative;
	overflow: hidden;
}

.jackpot-number span {
	font-size: 68px;
	letter-spacing: 10px;
	font-weight: bold;

	background: -webkit-linear-gradient(#F0D098, #8D6025);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wink-pos-1 {
	position: absolute;
	top: -30%;
	left: -20%;
}

.wink-pos-2 {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.section-provider {
	padding: 150px 0;
}

.img-title {
	text-align: center;
	margin-bottom: 60px;
}

.img-title img {
	height: 40px;
}

.img-title p {
	margin-top: 30px;
}

.provider-slide {
	padding: 0px;
}

.provider-slide img {
	margin-bottom: 20px;
}

.slick-dots li button {
	opacity: 0;
}

.slick-dots li {
	background-color: transparent;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.slick-dots li.slick-active {
	background-color: #fff;
}

.section-promotion {
	padding: 100px 0;
	background-image: url('../img/bg-promotion.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.promotion-slider img {
	padding: 10px;
}

.promotion-slider .slick-dots {
	bottom: -40px;
}

.section-feature {
	padding: 100px 0;
}

.feature-cover {
	display: flex;
	justify-content: space-between;
	grid-gap: 16px;
}

.feature-cover .feature-box {
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 460px;

	width: 25%;
	position: relative;
}

.feature-cover .feature-box p {
	text-align: center;
	position: absolute;
	padding: 0 15px;
	bottom: 25px;
	width: 100%;
}

.number-row {
	display: flex;
	justify-content: center;
	grid-gap: 30px;
	margin-top: 60px;
}

.the-number {
	color: #777777;
	font-size: 20px;
	margin: 0 30px;
}

.the-number img {
	width: 50px;
	margin-right: 10px;
}

.section-qa {
	padding: 30px 0;
	background-image: url('../img/bg-qa.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.faq-item {
	padding: 10px 0;
	position: relative;
	color: #BEBEBE;
	font-size: 18px;
	cursor: pointer;
}

.faq-item img {
	width: 10px;
	position: absolute;
	left: 5px;
	top: 20px;
}

.faq-item .aa {
	padding-left: 30px;
	font-size: 22px;
	color: #888;
}

.faq-item .qq {
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 15px;
	display: none;
	border-left: 2px solid #8b5724;
	color: #888;
}

.faq-item .qq p {
	font-size: 14px;
}

.faq-item.open .qq {
	display: block;
}

.faq-item.open img {
	transform: rotate(180deg);
}

.footer-logo {
	display: block;
	margin: auto;
	width: 360px;
}

footer {
	padding: 60px 0;
	background: rgb(236,25,64);
	background: linear-gradient(0deg, rgba(236,25,64,1) 47%, rgba(239,102,146,1) 82%, rgba(255,255,255,0) 100%);
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-menu {
	text-align: center;
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.footer-menu a {
	color: #DFA45E;
	font-size: 18px;
}

.copyright {
	text-align: center;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

.mobile-play-button {
	display: none;
}

.provider-slider-mobile {
	display: none;
}

.promotion-slider-mobile {
	display: none;
}

.rule-box {
	padding: 16px;
	background-color: #000;
	color: #909090;
	position: relative;
	cursor: pointer;

	max-width: 480px;
	margin: auto;
	font-family: 'Kanit';
	font-weight: 400;
	border: 1px solid #9b6126;
}

.rule-box:hover {
	background-color: #000;
}

.rule-box p {
	font-size: 14px;
}

.rule-box span {
	position: absolute;
	right: 16px;
	top: 2px;
	z-index: 1;
	font-size: 30px;
}

.hide-rule {
	padding-top: 32px;
	font-size: 14px;

	display: none;
}

.fix-width img {
	width: 300px;
}

.login-box {
	padding: 60px;
	background-image: url('../images/bg-box.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.lr-button {
	display: block;
	width: 400px;
	margin: 0 16px;
}

.lr-button img {
	width: 100%;
}

.simple-content {
	text-align: center;
	color: #fff;
}

.simple-content p {
	color: #fff;
}

.simple-content h2 {
	font-size: 30px;
	margin-bottom: 16px;
	color: #8b5724;
}

.section-dragon {
	background-image: url('../images/bg-city.png');
	background-repeat: no-repeat;
	background-size: cover;

	height: 580px;
	position: relative;
	margin-top: 50px;
}

.dragon-block {
	display: flex;
	justify-content: space-between;
}

.dragon-item {
	position: relative;
	width: 55%;
}

.dragon-item img {
	position: absolute;
	width: 100%;
	top: -40px;
}

.dragon-content {
	padding: 60px 0;
	padding-top: 90px;
}

.dragon-content h3 {
	color: #f29522;
	font-size: 20px;
	margin-top: 16px;
}

.section-n-provider {
	position: relative;
	padding-top: 60px;
}

.section-n-provider p {
	font-size: 16px;
	color: #fff;
}

.section-intro-text p {
	font-size: 18px;
	text-align: center;
}

.pg-logo-2 {
	width: 400px;
	display: block;
	margin: auto;
}

.dragon-content {
	width: 40%;
}

.dragon-content p {
	color: #ccc;
	font-size: 16px;
}

.section-content {
	padding-top: 180px;
	padding-bottom: 30px;
}

.section-content h3 {
	font-size: 20px;
	color: #8b5724;
	margin-bottom: 10px;
}

.section-content p {
	margin-bottom: 30px;
}

.slide-cover {
	padding: 30px 0;
}

.color-white {
	color: #fff!important;
}

.aa-content h3 {
	color: #ff004d;
	font-size: 24px;
	font-weight: bold;
}

.aa-content strong {
	color: #ff004d;
	font-size: 22px;
}

.aa-content ul {
	padding-left: 15px;
	list-style-type: amharic;
}

.aa-content ul.no-number {
	list-style-type: none;
	padding-left: 0;
}

.aa-content ul li {
	font-size: 14px;
	margin-bottom: 0px;
	color: #000;
}

.aa-content a {
	color: #ff004d;
	text-decoration: none;
}

.footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

	text-align: center;
	width: 100%;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	color: #e2bf2f;
	padding: 0 10px;
}

.show-mobile-flex {
	display: none;
}

.show-mobile {
	display: none;
}

.provider-slide {
	padding: 0px;
}

.provider-slide img {
	margin-bottom: 5px;
}

.section-before-bottom {
	position: relative;
	z-index: 2;
	padding-bottom: 200px;
}

.section-city-bottom {
	position: relative;
	z-index: 1;
}

.mobile-title {
	height: 38px;
}

.bank-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 960px;
	margin: auto;
}

.bank-list img {
	width: 25%;
	padding: 10px;
	border-radius: 16px;
}

.promotion-page-item {
	display: flex;
	flex-wrap: wrap;
}

.promotion-page-item img {
	width: 31%;
	margin: 0 1%;
}

.btn-control ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.btn-control ul li {
	display: inline-block;
}

.btn-control ul li a {
	display: block;
	width: 200px;
}

.bold-title {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.bold-title img {
	height: 80px;
}

.l-left {
	position: absolute;
	left: 0;
	bottom: 100px;
	z-index: -1;
}

.l-right {
	position: absolute;
	right: 0;
	bottom: 100px;
	z-index: -1;	
}

.section-candy-bottom {
	text-align: center;
	padding-top: 300px;
}

.p-candy {
	margin: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.header-mobile-logo {
	display: none;
}

.section-mobile-top {
	display: none;
}

.section-mobile-login {
	display: none;
}

/*zzz*/
@media only screen and (max-width: 1200px) {
  
	.title-jackpot {
		width: 480px;
		display: block;
		margin: auto;
	}

	.jackpot-number {
		width: 800px;
		margin: auto;
	}

	p {
		font-size: 16px;
	}

	.feature-cover .feature-box p {
		font-size: 16px;
	}

}

@media only screen and (max-width: 991px) {

	.top-pic img {
		width: 550px;
		top: 60px;
	}

	.feature-cover {
		flex-wrap: wrap;
		justify-content: center;
	}

	.feature-cover .feature-box {
		width: 35%;
	}

	.the-number {
		font-size: 16px;
	}

	.the-number img {
		width: 35px;
	}

	.section-feature {
		padding: 60px 0
	}

	.logo {
		width: 200px;
	}

	.main-menu {
		max-width: 70%;
	}

	.jackpot-number {
		max-width: 100%;
	}

	.fix-width {
		flex-wrap: wrap;
	}

	.fix-width img {
		width: 48%;
		margin-bottom: 16px;
	}

	.btn-control ul li a {
		display: block;
		width: 120px;
	}

}

@media only screen and (max-width: 767px) {

	body.locked {
		position: absolute;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-size: initial;
	}

	header {
		padding-top: 30px;
	}

	.btn-control-desktop {
		display: none;
	}

	.header-mobile-logo {
		display: block;
	}

	.top-menu {
		padding: 0;
	}

	.logo img {
		bottom: -60px;
	}

	.section-after-top {
		margin-top: -200px;
	}

	.add-pl {
		padding-left: 30px;
	}

	.add-pl img {
		width: 80%;
	}

	.aa-computer {
		position: relative;
	}

	.aa-computer img {
		position: absolute;
		bottom: -120px;
		right: 0;
		width: 60vw;
		max-width: none;
	}

	.section-after-top p {
		margin: 30px 0;
	}

	.burger-icon {
		margin-right: 30px;
	}

	.burger-menu {
		transition: 0.3s;
		display: block;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;

		position: absolute;

		padding-top: 100px;

		transform: translateX(100%);
		background-color: rgba(0,0,0,0.8);
	}

	.burger-menu.menu-open {
		transition: 0.3s;
		transform: translateX(0);
	}

	.burger-menu ul li a {
		color: #fff;
	}

	.input-group {
		margin-bottom: 15px;
	}

	.login-button {
		margin-top: 15px;
	}

	.jackpot-number span {
		font-size: 48px;
	}

	.section-jackpot {
		padding: 30px 0;
	}

	.section-provider {
		padding: 60px 0;
	}

	.feature-cover .feature-box {
		height: 320px;
	}

	.feature-cover .feature-box p {
		font-size: 12px;
		bottom: 15px;
	}

	.feature-cover .feature-box p br {
		display: none;
	}

	.number-row {
		flex-wrap: wrap;
	}

	.number-row .the-number {
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.number-row .the-number img {
		width: 30px;
	}

	.footer-row {
		flex-wrap: wrap;
	}

	.footer-menu {
		order: 2;
		width: 50%;
		flex-wrap: wrap;
	}

	.footer-menu a {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.copyright {
		padding: 15px;
		font-size: 10px;
	}

	.section-qa {
		padding: 60px 0;
	}

	.top-pic img {
		right: -110px;
		z-index: -1;
	}

	.top-content .play-button {
		display: none;
	}

	.mobile-play-button {
		display: block;
		margin: auto;
	}

	.provider-slider {
		display: none;
	}

	.provider-slider-mobile {
		display: block;
	}

	.provider-slide {
		padding: 4px;
	}

	.provider-slide img {
		margin-bottom: 4px;
	}

	.jackpot-number {
		padding-top: 25px;
		padding-bottom: 40px;
	}

	.login-logo {
		width: 200px;
		display: block;
		margin: auto;
	}

	.section-login p {
		font-size: 12px;
	}

	.promotion-slider-desktop {
		display: none;
	}

	.promotion-slider-mobile {
		display: block;
		padding: 0px;
	}

	.promotion-slider .slick-dots {
		bottom: 0;
	}

	.hide-mobile {
		display: none;
	} 

	.show-mobile-flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.dragon-content {
		width: 100%;
	}

	.footer-menu {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.city-img {
		width: 100%;
	}

	header {
		padding: 5px 0;
	}

	.logo {
		width: 110px;
		margin-top: -10px;
	}

	.burger-icon {
		margin-right: 10px;
	}

	.section-top {
		overflow: hidden;
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.top-pic {
		height: 300px;
	}

	.top-pic img {
		top: 0;
		right: -30px;
		width: 280px;
	}

	.top-content {
		margin: 0;
	}

	.top-content p {
		font-size: 10px;
		text-align: left;
		color: #999;
		margin-bottom: 16px;
	}

	.top-content p br {
		display: none;
	}

	.jackpot-number span {
		font-size: 36px;
		letter-spacing: 5px;
	}

	.wink-pos-1 {
		top: -18%;
	}

	.wink-pos-2 {
		bottom: -6%;
	}

	.img-title img {
		height: 30px;
	}

	.feature-cover {
		grid-gap: 10px;
	}

	.feature-cover .feature-box {
		width: 48%;
		padding: 0;
		margin: 0;
		height: 250px;
	}

	.feature-cover .feature-box p {
		font-size: 10px;
		padding-bottom: 5px;
		margin: 0;
	}

	.number-row .the-number {
		width: 44%;
		margin: 0;
	}

	.title-login img {
		height: 16px;
		margin: auto;
		display: block;
	}

	.img-title {
		margin-bottom: 16px;
	}

	.img-title img {
		height: 18px;
	}

	.login-form {
		max-width: 320px;
		margin: auto;
	}

	.faq-item .aa {
		font-size: 16px;
		padding-left: 30px;
	}

	.faq-item .qq p {
		font-size: 12px;
		margin: 0;
	}

	.faq-item img {
		width: 8px;
		top: 18px;
	}

	.section-qa {
		overflow: hidden;
	}

	.qa-img {
		width: 100%;
		margin-top: -60px;
	}	

	.section-qa .img-title p {
		font-size: 12px;
		color: #fff;
	}

	footer {
		padding: 30px 0;
	}

	.footer-menu a {
		font-size: 12px;
	}

	.number-row .the-number {
		font-size: 16px;
	}

	.small-when-mobile {
		font-size: 12px;
		padding: 0 16px;
	}

	.section-promotion {
		padding: 40px 0;
	}

	.section-qa {
		padding: 40px 0;
	}

	.number-row .the-number img {
		width: 20px;
	}

	.img-title p {
		font-size: 14px;
		margin-top: 10px;
	}

	.section-feature {
		padding-bottom: 0;
	}

	.title-jackpot {
		width: 300px;
	}

	.fix-width img {
		width: 45%;
		margin: auto;
		margin-bottom: 10px;
	}

	.mobile-wrap {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.login-box {
		padding: 16px 16px;
	}

	.lr-button {
		margin: 0 5px;
	}

	.login-box p {
		font-size: 8px;
		padding: 0 6px;
	}

	.login-box p br {
		display: none;
	}

	.simple-content {
		text-align: left;
	}

	.simple-content h2 {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.simple-content p {
		font-size: 14px;
		margin: 0;
		color: #fff;
		line-height: 21px;
	}

	.simple-content p br {
		display: none;
	}

	.dragon-item img {
		position: relative;
		top: -100px;
	}

	.content-remove-bottom {
		padding-bottom: 0!important;
	}

	p {
		font-size: 12px;
	}

	.dragon-block {
		flex-wrap: wrap;
	}

	.dragon-item {
		width: 40%;
	}

	.dragon-content {
		width: 60%;
		position: relative;
		bottom: 0;
		z-index: 5;
		padding-bottom: 0px;
	}

	.section-content {
		padding: 48px 0;
	}

	.faq-item.open .qq {
		font-size: 14px;
	}

	.faq-box {
		padding: 30px 0;
	}

	.sp-section {
		background-image: url('../images/bg-gold.png');
		background-repeat: no-repeat;
		background-size: cover;

		height: 160px;
		margin-top: 100px;
		margin-bottom: 100px;

		display: flex;
		align-items: center;
		justify-content: center;

		clear: both;
	}

	.pg-logo-2 {
		width: 220px;
		display: none;
	}

	.section-dragon {
		margin-top: 0;
		height: 220px;
	}

	.title-top {
		width: 140px;
		margin-bottom: 10px;
	}

	.logo-pg-1 {
		width: 80px;
		display: block;
		margin-left: 30px;
	}

	.rule-box {
		max-width: 240px;
		padding: 6px;
		font-size: 12px;
	}

	.rule-box span {
		padding-top: 4px;
		font-size: 12px;
	}

	.lr-button {
		width: 140px;
	}

	.lr-button img {
		display: block;
		margin: auto;
	}

	.slide-cover {
		padding: 0;
		background-image: none;
	}

	.promotion-slider img {
		padding: 0;
	}

	.slick-dots {
		position: relative;
	}

	.faq-box {
		padding: 30px 16px;
	}

	.section-content h3 {
		font-size: 12px;
	}

	.section-content p {
		font-size: 9px;
	}

	.logo img {
		bottom: -3px;
		position: relative;
	}

	.section-top {
		padding-top: 0;
	}

	.section-after-top p {
		font-size: 10px;
		margin: 10px 0;
	}

	.add-pl {
		padding-left: 15px;
	}

	.section-after-top {
		margin-top: -100px;
	}

	.aa-computer img {
		bottom: -90px;
		right: -40px;
		width: 70vw;
	}

	.show-mobile-flex a {
		width: 45%;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.mobile-title {
		height: 24px;
	}

	.dragon-content p {
		font-size: 8px;
		margin: 0;
	}

	.pg-logo-2 {
		width: 180px;
	}

	.dragon-content img {
		width: 140px;
	}

	.dragon-content br {
		display: none;
	}

	.dragon-content {
		padding: 0;
		padding-top: 5px;
		width: 60%;
		top: auto;
	}

	.show-mobile-flex {
		margin-top: 6px;
	}

	.dragon-button {
		width: 90px!important;
		display: block;
		margin: auto;
		margin-top: 10px;
	}

	.aa-content h3 {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.aa-content strong {
		font-size: 16px;
	}

	.aa-content ul li {
		font-size: 14px;
		color: #000;
		line-height: 21px;
	}

	.aa-content p {
		font-size: 14px;
		margin: 0;
		color: #000;
		line-height: 21px;
	}

	.aa-content ul {
		padding-left: 15px;
	}

	.section-after-top .container {
		padding: 0;
	}

	.slick-dotted.slick-slider {
		margin: 0;
	}

	.slick-dots {
		bottom: 0;
	}

	.slick-dots li {
		width: 8px;
		height: 8px;
		border: 1px solid #f1883c;
	}

	.dragon-item {
		position: relative;
	}

	.dragon-content {
		position: relative;
	}

	.section-dragon {
		height: auto;
		padding: 30px 0;
	}

	footer p {
		margin: 0;
	}

	.section-city-bottom {
		margin-top: -50px;
	}

	.dragon-item img {
		top: -4px;
	}

	.dragon-block {
		align-items: center;
	}

	.bank-list {
		max-width: 90%;
	}

	.bank-list img {
		width: 25%;
		padding: 6px;
		border-radius: 10px;
	}

	.promotion-page-item img {
		width: 48%;
	}

	.section-top {
		display: none;
	}

	.section-after-top {
		display: none;
	}

	.section-mobile-top {
		display: block;
		background-image: url('../images/bg-top-mobile.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top center;
		background-color: #FC0049;
	}

	.section-mobile-top p {
		font-size: 8px;
		color: #fff;
		margin-top: 10px;
	}

	.mobile-top-logo {
		display: block;
		text-align: center;
		padding-bottom: 120px;
	}

	.mobile-top-logo img {
		width: 240px;
	}

	.section-intro-text {
		display: none;
	}

	.l-left,
	.l-right {
		display: none;
	}

	.mobile-provider {
		background-color: #FC0049;
		margin-top: -1px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.section-mobile-login {
		display: block;
		margin-top: 0px;
		background-image: url('../images/bg-login.png');
		background-repeat: no-repeat;
		background-size: cover;

		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		padding: 30px 0;

		color: #fff;
	}

	.section-mobile-login p {
		color: #fff;
		font-size: 8px;
		text-align: center;
		margin: 0;
	}

	.mm-button-group {
		display: flex;
		justify-content: center;
	}

	.mm-button-group a {
		width: 45%;
	}

	body {
		background-image: url('../images/main-mobile-bg.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}

	.bold-title img {
		height: 40px;
	}

	.section-n-provider {
		padding: 15px 0;
	}

	.section-n-provider p {
		font-size: 14px;
	}

	.section-candy-bottom {
		padding-bottom: 200px;
	}

	.section-before-bottom {
		padding-bottom: 0;
	}

	.p-candy {
		font-size: 12px;
	}

	.footer-logo {
		width: 240px;
	}

}

