@import url('https://www.lytogame.com/css/?family=Cinzel');
@import url('https://fonts.cdnfonts.com/css/imperator');
@import url('https://www.lytogame.com/css/?family=Garamond');
@font-face {
	font-family: mongolian;
	src: url('../css/font/monbaiti.ttf') format('truetype');
}

html {
	scroll-behavior: smooth;
  }

body {
	background-color: transparent;
	color: #000;
	min-height: 400px;
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		width: 81.25vw;
	}
}

/* Shrink */
.woe-hov-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.woe-hov-shrink:hover,
.woe-hov-shrink:focus,
.woe-hov-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/* Shrink*/
.pointer {
	cursor: pointer;
}

.floatelm {
	position: relative;
	z-index: 7;
}

.floatelm img.ggh {
	position: fixed;
	right: 0;
	top: 1.5vw;
	width: 12.917vw;
}

.floatelm img.website {
	position: fixed;
	right: 1.3vw;
	top: 7vw;
	width: 5.7292vw;
}

.floatelm ul.sosmed {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	right: 3vw;
	top: 13.5vw;
}

.floatelm ul.sosmed li {
	margin-bottom: 10px;
}

.floatelm ul.sosmed li img {
	width: 2.032vw;
}

@media(max-width: 768px){
	.floatelm img.ggh {
		position: fixed;
		right: 0;
		top: 3vw;
		width: 30vw;
	}

	.floatelm img.website {
		right: 0;
        top: 35vw;
        width: 20vw;
	}

	.floatelm ul.sosmed {
		right: 5vw;
		top: 34vw;
	}

	.floatelm ul.sosmed li img {
		width: 6vw;
	}

	.floatelm ul.sosmed li {
		margin-bottom: 2vw;
	}
}

/*========================= FOOTER ==============================*/
footer {
	background: url(../images/layout/footer/bg.jpg) no-repeat center top;
	background-size: 100%;
	height: 12vw;
	padding: 2vw 0 0;
	color: #522732;
	font-family: serif;
	margin-top: -0.5vw;
	z-index: 2;
	position: relative;
}

footer img.logo {
	width: 11.823vw;
	margin-top: 0.5vw;
}

ul.agreement {
	list-style-type: none;
	padding: 0;
	margin: 2vw 0 0.5vw;
	display: flex;
	justify-content: center;
}

ul.agreement li {
	border-right: 1px solid #522732;
	padding: 0 10px;
}

ul.agreement li a {
	color: #522732;
	text-decoration: none;
	font-size: 1vw;
	font-weight: bold;
	line-height: 1;
}

ul.agreement li:last-child {
	border-right: 0;
}

footer p {
	font-size: 1vw;
}

@media(max-width: 768px){
	footer {
		background: url(../images/layout/footer/bg.jpg) no-repeat center top;
		background-size: cover;
		height: auto;
		padding: 8vw 0 6vw;
		color: #522732;
		font-family: serif;
		margin-top: 0;
	}

	footer img.logo {
		width: 35vw;
		margin-top: 0;
	}

	ul.agreement {
		margin: 7vw 0 4vw;
	}

	ul.agreement li {
		line-height: 0;
		padding: 0 7px;
	}

	ul.agreement li a {
		font-size: 3vw;
	}

	footer p {
		font-size: 3vw;
		margin-bottom: 0;
	}
}

/*======================= END FOOTER=============================*/

/*======================== MENU ============================*/
.container-fluid{
	justify-content: center;
    display: flex;
}
.navbar-brand{
	height: 4.5vw;
    padding: 0vw 0.5vw;
    margin-top: -1.8vw;
}
.navbar-brand img{
	height: 100%;
    width: 100%;
}
.navbar-brand:hover img{
	opacity: 0.8;
}
.navbar-inverse .navbar-nav>li>a {
    /* color: #fff; */
	color: #f5f5f5;
}
.navbar-nav>li>a {
	height: 3vw;
    padding: 0vw 1.3vw;
    display: flex;
    align-items: center;
    color: #f5f5f5;
    font-size: 1vw;
    font-family: 'Cinzel Bold';
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active {
    color: #fcefb9  !important;
	background-color: transparent;
    /* background: url(../images/layout/global/arrow-icon.png) no-repeat center bottom !important;
	background-size: 15px !important; */
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fcefb9  !important;
	background-color: transparent;
    /* background: url(../images/layout/global/arrow-icon.png) no-repeat center bottom;
	background-size: 15px !important; */
}
.navbar-nav>li>a:hover {
	color:#fff !important;
}
.navbar-home img{
	height:100%;
}
.navbar-home:hover img{
	opacity: 0.9;
    filter: brightness(0);
}
.active .navbar-home img{
	opacity: 0.9;
    filter: brightness(0);
}
.container-fluid {
	padding-right: 0vw;
    padding-left: 0vw;
    background-color: #6e608e9c;
    width: 55%;
    height: 3.5vw;
    display: flex;
    align-items: center;
	border-radius: 3vw;
    border: 0.15vw solid #f5f5f5;
}
.navbar-inverse {
	/* background-color: #0000005e;
	border: unset; */
	background-color: transparent;
    border: unset;
    margin-top: 2vw;
}

@media(max-width: 768px){
	.container-fluid{
		display: block;
	}
	.navbar-inverse .navbar-toggle {
		border: unset;
	}
	.navbar-nav>li>a {
		height: 2vw;
        padding: 6vw 5vw;
        font-size: 4vw;
	}
	.container-fluid {
		padding-right: 4vw;
        padding-left: 4vw;
		background-color: unset;
        width: unset;
        height: unset;
		border: unset
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: #6e608e9c;
	}
	.navbar-inverse {
		background-color: #6e608e9c;
		border: unset;
		margin-top: unset;
	}
	.navbar-brand img {
		height: 70%;
        width: 60%;
        /* padding-top: 3vw; */
		padding: 1vw 0;
	}
	.navbar-brand {
		height: unset;
		padding: unset;
		margin-top: unset;
	}
	.navbar-toggle {
		margin-top: 0vw;
        margin-bottom: 0vw;
        height: 25vw;
	}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active {
		color: #fcefb9  !important;
		background: unset !important;
		background-size: 0px !important;
	}
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
		color: #fcefb9  !important;
		background: unset;
		background-size: 0px !important;
	}
}
/*======================== END MENU ============================*/

/*======================== SECTION 1 ============================*/
.section1 {
	background: url(../images/layout/section1/bg.png) no-repeat center top;
	background-size: 100%;
	height: 65vw;
    position: relative;
    z-index: 6;
}

@media(max-width: 768px){
	.section1 {
		background: url(../images/layout/section1/mobile/bg.png) no-repeat center top;
		background-size: 100%;
		height: 190vw;
		position: relative;
		z-index: 6;
	}
}

/*====================== END SECTION 1 ===========================*/

/*======================== SECTION 2 ============================*/
.section2 {
	background: url(../images/layout/section2/bg.png) no-repeat center top;
	background-size: 100%;
	height: 65vw;
    position: relative;
    margin-top: -10vw;
    z-index: 5;

}

@media(max-width: 768px){
	.section2 {
		background: url(../images/layout/section2/mobile/bg.png) no-repeat center top;
		background-size: 100%;
		height: 234vw;
        position: relative;
        margin-top: -48vw;
     	z-index: 5;
	}
}

/*====================== END SECTION 2 ===========================*/

/*======================== SECTION 3 ============================*/
.section3 {
	background: url(../images/layout/section3/bg.png) no-repeat center top;
	background-size: 100%;
	/* height: 103vw; */
	height: 147vw;
    position: relative;
    margin-top: -11vw;
	/* margin-top: -5vw; */
    z-index: 4;
}

@media(max-width: 768px){
	.section3 {
		background: url(../images/layout/section3/mobile/bg.png) no-repeat center top;
		background-size: 100%;
		height: 695vw;
        position: relative;
        margin-top: -70vw;
    	z-index: 4;
	}
}

/*====================== END SECTION 3 ===========================*/

/*======================== SECTION 4 ============================*/
.section4 {
	background: url(../images/layout/section4/bg.png) no-repeat center top;
	background-size: 100%;
	/* height: 115vw; */
	height: 150vw;
    position: relative;
    /* margin-top: -10vw; */
	margin-top: -17vw;
    z-index: 3;
}

@media(max-width: 768px){
	.section4 {
		background: url(../images/layout/section4/mobile/bg.png) no-repeat center top;
		background-size: 100%;
		/* height: 272vw; */
		height: 339vw;
        position: relative;
        /* margin-top: -35vw; */
		margin-top: -85vw;
    	z-index: 3;
	}
}

/*====================== END SECTION 4 ===========================*/

/*======================== SECTION 5 ============================*/
.section5 {
	background: url(../images/layout/section5/bg.png) no-repeat center top;
	background-size: 100%;
	height: 75vw;
    position: relative;
    margin-top: -20vw;
    z-index: 2;
}

@media(max-width: 768px){
	.section5 {
		background: url(../images/layout/section5/mobile/bg.png) no-repeat center top;
		background-size: 100%;
		height: 185vw;
        position: relative;
        margin-top: -13vw;
    	z-index: 2;
	}
}

/*====================== END SECTION 5 ===========================*/

/*======================== SECTION 6 ============================*/
.section6 {
	background: url(../images/layout/section6/bg.png) no-repeat center bottom;
	background-size: 100%;
	/* height: 110vw; */
	height: 100vw;
    position: relative;
    margin-top: -13vw;
}
.title-sec6{
	padding: 0vw 32vw;
    top: 20vw;
    position: absolute;
    width: 100%;
}
.section6 h4{
	font-size: 1.3vw;
    font-family: 'Cinzel Bold';
	color: #bd95d1;
	margin-bottom: 1vw;
}
th {
    text-align: center;
    color: #a191b3;
    padding: 0.8vw 4vw !important;
	font-size: 1vw;
    font-family: 'mongolian';
}
td{
	/* text-align: center; */
    color: #fff;
    padding: 0.8vw 1vw !important;
    font-size: 0.9vw;
    font-family: 'mongolian';
}
.bg-table {
	background: url(images/layout/score/bg-table.png) no-repeat center top;
	background-size: 100%;
	height: 50vw;
	padding: 2vw;
}
.table-striped{
	border:unset;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	/* background-color: #1e1338; */
	background-color: transparent;
}
.wrap-content-score{
	width: 75%;
    margin: 0 auto;
    padding-top: 30vw;
}
.text-rules h3{
	font-size: 1.7vw;
    /* font-family: 'Cinzel Bold'; */
	font-family: 'Garamond Regular';
	font-weight: bold;
	color: #f5f5f5;
	/* background: -webkit-linear-gradient(#ebd8f6, #bd95d1); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
	margin-bottom: 1vw;
	padding: 1vw 13vw;
	text-transform: uppercase;
    letter-spacing: 0.15vw;
}
.noted-rules{
	font-size: 1vw;
    /* font-family: 'Cinzel Bold'; */
    font-family: 'Garamond Regular';
    color: #fff;
    margin-top: -2vw;
    padding: 0vw 13vw;
}

.table3 {
	border-radius: 10px;
    overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #ccc;
}

.table3 th:first-child {
    border-top-left-radius: 10px;
}

.table3 th:last-child {
    border-top-right-radius: 10px;
}


@media(max-width: 768px){
	.section6 {
		background: url(../images/layout/section6/mobile/bg.png) no-repeat center bottom;
		background-size: 100%;
		height: 320vw;
        position: relative;
        margin-top: -13vw;
        z-index: 1;
	}
	.title-sec6 {
		padding: 0vw 15vw;
		top: 25vw;
		position: absolute;
		width: 100%;
	}
	.section6 h4 {
		font-size: 3.8vw;
		font-family: 'Cinzel Bold';
		color: #bd95d1;
		margin-bottom: 1vw;
	}
	.wrap-content-score {
		width: 90%;
		margin: 0 auto;
		padding-top: 40vw;
	}
	.bg-table {
		background: url(images/layout/score/bg-table.png) no-repeat center top;
		background-size: 100%;
		height: 90vw;
		padding: 2vw;
	}
	.table3{
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
		/* background-color: #302055; */
		font-size: 2vw;
	}
	.table3 th{
		text-align: center;
        color: #bc9fff;
        padding: 0px 0px !important;
        font-size: 3vw !important;
        font-family: 'mongolian';
	}
	.table3 tr{
		font-size: 2vw !important;
		padding: 3px 0px !important;
	}
	.table3 td{
		font-size: 2.5vw !important;
	}
	.table3 tbody{
		font-size: 2vw !important;
		padding: 3px 0px !important;
	}
	.table3 h6{
		font-size: 2vw !important;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.text-rules h3 {
		font-size: 4.5vw;
		margin-bottom: 1vw;
		padding: 0vw 10vw;
		text-transform: uppercase;
		margin-top: -5vw;
	}
	.noted-rules {
		font-size: 3.3vw;
		padding: 0vw 11vw;
	}
}

/*====================== END SECTION 6 ===========================*/

/*====================== GLOBAL ===========================*/
.wrap-content {
	width: 50vw;
	margin: 0 auto;
}

.bg-heading {
	background: url(../images/layout/global/bg-heading.png) no-repeat center top;
	background-size: 100%;
	width: 50vw;
	height: 3.021vw;
	padding-top: 1vw;
	margin: 0 auto;
}

.bg-heading p {
	font-family: 'Roboto Light';
	color: #f3bc00;
	font-size: 1vw;
	text-align: center;
	margin: 0;
	line-height: 1;
}

.mb-2 {
	margin-bottom: 2vw !important;
}

.mt-2 {
	margin-top: 2vw !important;
}

.mt-3 {
	margin-top: 3vw !important;
}

.mt-5 {
	margin-top: 5vw !important;
}

.width-10 {
	width: 10%;
}

.width-30 {
	width: 30%;
}

.width-20 {
	width: 20%;
}

.width-50 {
	width: 50%;
}

.width-80 {
	width: 80%;
}

.text-align-center {
	text-align: center;
}

.no-border-left {
	border-left: 0;
}

.no-border-right {
	border-right: 0;
}

.padding-1_5vw {
	padding: 1.5vw !important;
}

.color-white {
	color: #fff;
}

.vertical-align-top {
	vertical-align: top;
}

@media(max-width: 768px){
	.wrap-content {
		width: auto;
	}

	.bg-heading {
		background: url(../images/layout/global/mobile/bg-heading.png) no-repeat center top;
		background-size: 100%;
		width: auto;
		height: 13.5vw;
		padding-top: 5vw;
	}

	.bg-heading p {
		font-size: 3.5vw;
	}

	.mb-2 {
		margin-bottom: 4vw !important;
	}

	.mt-2 {
		margin-top: 4vw !important;
	}

	.mt-3 {
		margin-top: 6vw !important;
	}

	.mt-5 {
		margin-top: 10vw !important;
	}

	.padding-1_5vw {
		padding: 3vw !important;
	}
}

/*====================== END GLOBAL ===========================*/


/*======================== SCORE =============================*/
.score p {
	font-family: 'Roboto Medium';
	color: #cab43d;
}

.score-content table {
	font-family: 'Roboto Regular';
	font-size: 0.9vw;
	border-color: #c40000;
}

.score-content table tr td {
	padding: 0.5vw;
}

.score-content table thead tr td {
	background-color: #430c0d;
	color: #cec464;
	white-space: nowrap
}

@media(max-width: 768px){
	.score .bg-heading {
		padding-top: 5.5vw;
	}

	.wrap-content.score {
		padding: 0 3vw;
	}

	.score-content table {
		font-size: 2.8vw;
	}

	.score-content table tr td {
		padding: 2vw;
	}
}

/*====================== END SCORE ===========================*/