:root{
	--font-size-title-small: 18px;
	--font-size-title: 24px;
	--font-size-title-large: 28px;
	--font-size-title-xlarge: 32px;
	
	--font-size-button: 16px;
	
	--font-size-content-large: 16px;
	--font-size-content: 14px;
	--font-size-content-small: 12px;
	
	
	--font-weight--regular: 400;
    --font-weight--semibold: 500;
    --font-weight--bold: 700;
    --font-weight--light: 300;
    --line-height--regular: 1.5;
    --line-height--heading: 1.25;
    --line-height--reset: 1;
    --line-height--l: 32px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 28px;
    --font-size--h4: 24px;
    --font-size--h5: 20px;
    --font-size--h6: 18px;
    --font-size--body-xl: 20px;
    --font-size--body-l: 18px;
    --font-size--body-m: 16px;
    --font-size--body-s: 14px;
    --font-size--body-xs: 12px;
    --font-size--body-xxs: 9px;
	
	--color-red: #ed1c24;
}
@media(max-width:992px){
	:root{
		--font-size--body-xl: 20px;
		--font-size--body-l: 18px;
		--font-size--body-m: 16px;
		--font-size--body-s: 14px;
		--font-size--body-xs: 12px;
		--font-size--body-xxs: 9px;
		--font-size--h1: 28px;
		--font-size--h2: 24px;
		--font-size--h3: 20px;
		--font-size--h4: 18px;
		--font-size--h5: 16px;
		--font-size--h6: 14px;
		--font-size-button: 14px;
		--font-size-content-large: 14px;
		--font-size-content: 12px;
		--font-size-content-small: 11px;
	}
}
.contact-minheight {
    min-height: calc(100vh - 223px);
}
.fw-bold {
    font-weight: bold !important;
}
.title{font-size:var(--font-size-title); font-weight:700;}
.title-large{font-size:var(--font-size-title-large)}
.title-xlarge{font-size:var(--font-size-title-xlarge)}
.title-large-letter-spacing{font-size:var(--font-size-title-large); font-weight:700;letter-spacing: -3px;}
.btn-small{font-size: var(--font-size-content-small); padding:5px 5px;height: 30px;}
.form-label {
   font-size: var(--font-size-content);
}
.btn-send{
	font-size:var(--font-size-button);
	font-weight: bold;
}
.btn-send.shadow-primary {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(248 140 27) !important;
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #f87e1f;
    border-color: #f87e1f;
}
.p-content {
    font-size: var(--font-size-content);
}
.p-content-large{
    font-size: var(--font-size-content-large);
}
.btn-outline-primary{color:#f06f0a;border-color: #f06f0a;}
.swiper-pagination-bullet-active{
	background:#f06f0a;
}
.swiper-pagination-bullet{
	background-color: #8a8a8a;
}
/********TABLE RESPONSIVE***********/
/*BACK TO TOP*/
#back-top {
-webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.6);
    padding: 0 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; cursor:pointer;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	background-image: linear-gradient(to right, #f8881c, #f46f20);
}
body .side-menu .btn{
	background-image: linear-gradient(to right, #BD1919, #f8881c);
}
#back-top svg{
	    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 32px;
    height: 32px;
    fill: #FFFFFF;
}
#back-top:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
/*BACK TO TOP*/

/********TOP***********/
.list-top {
    background: #007c97;
    border: 1px solid #024c5c;
    border-radius: 20px;
    margin-bottom: 30px;
}
/********TOP***********/

@media screen and (max-width: 992px) {
.dark-mode table.table-mobile-responsive:not(.table-dark) td,.dark-mode table.table-mobile-responsive:not(.table-dark) th{
	color:#ffffff !important;
}
table.table-mobile-responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.table-mobile-responsive caption {
  font-size: 1.5em;
  margin: .25em 0 .75em;
}

table.table-mobile-responsive tr {
    background: #231e3b;
    border: 1px solid #261d42;
    padding: 0.35em;
}

table.table-mobile-responsive th, table.table-mobile-responsive td {
  padding: .625em;
  text-align: center;
}

table.table-mobile-responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table.table-mobile-responsive td img { text-align: center; }

	table.table-mobile-responsive { border: 0; }

	table.table-mobile-responsive caption { font-size: 1.3em; }

	table.table-mobile-responsive thead { display: none; }

	table.table-mobile-responsive tr {
	  border-bottom: 3px solid #46488f;
	  display: block;
	  margin-bottom: .625em;
	}
	table.table-mobile-responsive tr th{
		 border-bottom: 1px solid #46488f;
	}
	table.table-mobile-responsive td {
	  border-bottom: 1px solid #5c5c5c;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	  min-height:30px;
	}
	table.table-mobile-responsive td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}

	table.table-mobile-responsive td:last-child { border-bottom: 0; }
}
/********TABLE RESPONSIVE***********/

.js_rating_star_insert_attach{
    font-weight: 500;
    font-size: 16px;
}

body .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,.dark-mode .form-control, .dark-mode .form-select{
	color: #ffffff
}
.navbar-brand>img{width:150px;}
body .select2-dropdown {
    background-color: #131022;
    border: 1px solid #aaa;
}
body .select2-container--bootstrap-5 .select2-selection{
	background-color: #1f1c2d;
    border: 1px solid #42404e;
	border-radius: 0.5rem;
}
body .select2-container--bootstrap-5 .select2-selection--single {
    padding: 0.5rem 2.25rem 0.6rem 0.75rem;
}
body .form-white .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered, .dark-mode .form-white .form-control, .dark-mode .form-white .form-select .form-white,html.dark-mode body .form-white .title-tham-gia,.dark-mode .form-white .form-label, .dark-mode .form-white .col-form-label{
	color: #333;
}
.dark-mode .form-white .form-control, .dark-mode .form-white .form-select{
	border: 1px solid #d4d7e5;
}
.form-white .form-control::-moz-placeholder{color:#000000;opacity:1}
.form-white .form-control::placeholder{color:#000000;opacity:1}
.dark-mode .form-white .form-control:valid, .dark-mode .form-control.is-valid, .dark-mode .form-white  .form-select:valid, .dark-mode .form-white .form-select.is-valid{
	border-color: rgb(212 215 229) !important;
}
/******Banner Home********/
.banner-middle {
    height: 600px;
}
.banner-middle-in{
	width:100%;
}
.banner-middle-in:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    content: "";
    background: #ffffff;
    height: 83%;
}
.image-people{width:725px;display: inline-block; max-width:100%;}
img.people {
    margin-top: -30px;
}
.maybay {
    width: 195px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: -103px;
}
.wp-people-text {
    text-align: right;
    display: inline-block;
}
.tagline {
    color: #f8891f;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.people-text{
	max-width:100%;
	width:450px;
}
.logo-radeon {
    position: absolute;
    left: -15%;
    bottom: 33%;
    width: 100px;
}
.logo-ryzen-pro {
    position: absolute;
    right: 8%;
    width: 90px;
    bottom: 55%;
}
.container-people-banner{
	z-index:1000;
}
@media(max-width:1400px){
		.image-people {
		width: 650px;
		display: inline-block;
		max-width: 100%;
	}

.maybay {
    width: 195px;
    right: -37px;
    top: -23%;
}
.logo-radeon {
    left: 49%;
    bottom: 19%;
    width: 85px;
} 
.logo-ryzen-pro {
    right: 8%;
    width: 90px;
    bottom: 55%;
}
	img.people {
		margin-top: 16px;
	}
}

@media(max-width:1200px){
		.image-people {
		width: 650px;
		display: inline-block;
		max-width: 100%;
	}
.maybay {
    width: 195px;
    right: -37px;
    top: -23%;
}
.logo-radeon {
    left: 49%;
    bottom: 19%;
    width: 85px;
}
.logo-ryzen-pro {
    right: 8%;
    width: 90px;
    bottom: 55%;
}
	img.people {
		margin-top: 16px;
	}
	.banner-middle{height:650px;}
}
@media(max-width:992px){
	.image-people {
		width: 700px;
		display: inline-block;
		max-width: 100%;
	}
.maybay {
    width: 240px;
    right: 0;
    top: -35%;
}
.logo-radeon {
    left: 49%;
    bottom: 19%;
    width: 85px;
}
.logo-ryzen-pro {
    right: 8%;
    width: 90px;
    bottom: 55%;
}
	img.people {
		margin-top: 16px;
	}
	.banner-middle{height:620px;}
}
@media(max-width:767px){
	.image-people {
		width: 500px;
		display: inline-block;
		max-width: 100%;
	}
	.maybay {
		width: 160px;
		right: 0;
		top: -120px;
	}
	.logo-radeon {
		left: 45%;
		bottom: 20px;
		width: 50px;
	}
	.logo-ryzen-pro {
		right: 20px;
		width: 50px;
		bottom: 100px;
	}
	img.people {
		margin-top: 16px;
	}
	.banner-middle{height:500px;}
}

@media(max-width:576px){
	.banner-middle{height:400px;}
	.image-people {
		width: 300px;
		display: inline-block;
		max-width: 100%;
	}
	.maybay {
		width: 160px;
		right: 0;
		top: -120px;
	}
	.logo-radeon {
		left: 45%;
		bottom: 20px;
		width: 50px;
	}
	.logo-ryzen-pro {
		right: 20px;
		width: 50px;
		bottom: 100px;
	}
	img.people {
		margin-top: 16px;
	}
}
/******End Banner Home********/
/******START ADD ORDER*******/

.note-image {
    color: #333;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #ccc;
}


.icon-user i {
    font-size: 80px;
    color: #fff;
}
.recordset{position:relative;}
.btnMinus {
    position: absolute;
    right: 0;
    top: 0;
}
.btnMinus {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}
.btnMinus .btn{
    width: 100%;
    height: 100%;
	padding:0;
}
/******End ADD ORDER*******/

.single-tikit .content .content-area h4{margin-top:0}
.form-control{
	transition: all 0.3s;
    padding: .275rem .75rem 0.35rem 0.75rem;
	min-height:45px;
	color:#000;
}
.form-control:focus {
    background: #f1f1f1;
}
ul.note{color:#333;}
.step-title{
	font-size:20px;
}
.step-title span{display:block; line-height:1.3em;}
.step-title span.step-large{font-size:30px;}
.step-title span.step-small {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}
.item-step-count .item-step{
    padding: 30px;
    background-image: url(../images/khung-b1.png);
	background-repeat:no-repeat;
	background-position:top center;
    background-size: 100% 100%;
    margin-right: 35px;
}
.item-step .s-h-play img {
    width: 110px;
}
.item-step .s-h-play {
    background: #636466;
    padding: 15px 10px;
}
.item-step-count:nth-child(2) .item-step{
	 background-image: url(../images/khung-b2.png);
}
.item-step-count:nth-child(3) .item-step{
	 background-image: url(../images/khung-b3.png);
}
.item-step-count:nth-child(4) .item-step{
	 background-image: url(../images/khung-b4.png);
}
.item-step-count:nth-child(2) .item-step .s-h-play{background: #007c97;}
.item-step-count:nth-child(3) .item-step .s-h-play{background: #f26522;}
.item-step-count:nth-child(4) .item-step .s-h-play{background: #ed1c24;}
.arrow-item{
	position:relative;
}
.arrow-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f054";
    background-size: contain;
    width: 40px;
    height: auto;
    font-size: 45px;
    color: #000;
    background: #fff;
    transform: translateY(-50%);
}
.arrow-item:first-child:before{
	display:none;
}
.arrow-item.item-step-count:nth-child(2):before{color: #007c97;}
.arrow-item.item-step-count:nth-child(3):before{color: #f26522;}
.arrow-item.item-step-count:nth-child(4):before{color: #ed1c24;}
@media(max-width:992px){
	.arrow-item:before{
		display:none;
	}
	.item-step-count .item-step{
		background: transparent !important;
		border: 1px solid #ccc;
		padding:0;
		margin:0;
	}
	.item-step-count:nth-child(2) .item-step{border: 1px solid #007c97;}
	.item-step-count:nth-child(3) .item-step{border: 1px solid #f26522;}
	.item-step-count:nth-child(4) .item-step{border: 1px solid #ed1c24;}
	.partent.partent-people{display:none;}
	.step-large{font-size:24px;}
}
.swal2-container.swal2-center>.swal2-popup {
    transform: none;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 12px 8px #f88c1c;
    padding: 30px 40px;
}
.swal2-html-container,.swal2-title{color:#000 !important; padding:0 !important; margin:0 !important;font-size:1.3em !important;}
.swal2-html-container{margin-top:1rem !important; font-size: 16px !important;line-height: 1.5em !important;}
.swal2-styled.swal2-confirm,.swal2-styled.swal2-deny{
	font-size: 1.3rem !important;
    padding: 5px 20px 5px 20px;
    box-shadow: inset 0px 0px 10px 7px #F88C1C;
    background: #F88C1C !important;
    font-size: 18px !important;
    font-weight: bold;
}
.btn-send {
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
    background: #f87e1f;
    border-color: #f87920;
}
.btn-df {
    padding: 5px 25px;
}
.btn-join-image {
    width: 280px;
    display: inline-block;
}
.button-join-banner .btn-join-image {
    width: 200px;
    display: inline-block;
}
.list-arrow-none span.toggle-btn{display:none;}
#loadnews.modal .modal-content .modal-body{
	border:0;
	border-radius:0;
	padding:0;
}
	
#loadnews.modal .modal-dialog{
	transform: none;
    border-radius: 30px;
    background-color: #000000;
    box-shadow: inset 0px 0px 12px 8px #3bc5ce;
    padding: 30px 40px;
}
#loadnews.modal .modal-header{border:0;}
div#loadnews .modal-content {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
#loadnews.modal  .modal-dialog-scrollable .modal-content{
	height:auto;
}
#loadnews.modal .modal-header .modal-title {
    font-size: 30px;
    line-height: 1.2em;
}
button.swal2-styled {
    text-transform: uppercase;
}
.btn-link-header:hover,.btn-join-now:hover,.btn-register-join:hover{
    border: 1px solid #F99D18;
    color: #F99D18;
}
.banner img {
    width: 100%;
}

/*****************The Le*******************/
.list-content-thele{
	
}
.content-thele *{font-size:var(--font-size-content);}
.thele-icon-wp{
	width:100px;
}
.thele-icon {
    width: 100px;
}
.thele-icon {
    border: 1px solid;
    padding: 10px;
}
.thele-content{
    width: calc(100% - 100px);
    padding-left: 20px;
}
.thele-title.title{
	font-size: var(--font-size-title-small);
}
@media(max-width:767px){
	.thele-icon-wp,.thele-content{
		width:100%;
	}
	.thele-content{
		padding:0; margin-top:30px;
	}
	
}
/*****************The Le*******************/
.register-wp.single-feature {
    text-align: center;
}
.container-register{
	padding-top:15em;
}
.content-thele-home {
    text-align: justify;
}
button.btn-close {
    border: 0;
    line-height: 1.3em;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    line-height: 0;
    border-radius: 50%;
	   background: transparent;
    z-index: 1000;
    font-size: 26px;
    width: 30px;
    height: 30px;
    color: #fff;
}
button.btn-close:hover,button.btn-close:active,button.btn-close:focus{
	outline:none;
	box-shadow:none;
	border:0;
	color:red;
}
.modal-content,.modal-content label.form-label ,.modal-content  .col-note{
    color: #ffffff;
}
.modal-content label.error{
	color: #65bbf9;
}
.form-control-lg {
    padding: .3rem 1rem .5rem 1rem;
}
ul.note li{margin-top:5px;}
label.error {
    font-size: 12px;
    color: red;
    margin: 0;
    position: absolute;
    bottom: 2px;
    left: 10px;
}
.alert.alert-danger,ul.note li{
	font-size:16px;
}
.jarallax,.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img,.jarallax-keep-img > .jarallax-img{
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.jarallax-keep-img-contain > .jarallax-img{
    position: absolute;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
label.form-label {
    font-weight: 500;
	font-size:14px;
}
.row-register {
    background: transparent;
}
.parner-text {
    color: #000000;
}
ul.navbar-nav.navbar-nav-link>li>a{text-transform: uppercase;font-weight: bold;}
li.nav-item.nav-item-facebook a i {
    font-size: 32px;
}
header.header {
    background: #ffffff;
    width: 100%;
    z-index: 1000;
	box-shadow:0 0 10px 5px rgb(0 0 0 / 40%);
	-moz-box-shadow:0 0 10px 5px rgb(0 0 0 / 40%);
	-webkit-box-shadow:0 0 10px 5px rgb(0 0 0 / 40%);
}
.dark-mode header.header{
	background:#000000;
}
.section-register {
    margin-top:-18em;
}

.btn-link-header,.btn-join-now,.btn-register-join{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding:5px 20px 5px 20px;
    border-radius: 50px;
    /* box-shadow: inset 0px 0px 10px 7px #F99D18; */
    transition: all 0.3s ease-in;
    display: inline-block;
    border: 1px solid #F99D18;
	background: transparent;
}
.content-thele p{
	color:#ffffff;
}
.color-blue{
	color:#F99D18;
}
.mySwiperGiftWP.swiper-arrow-out{
	padding-left:65px;
	padding-right:65px;
}
@media (max-width:576px){
	.mySwiperOut .swiper-button-next-unique, .mySwiperOut .swiper-button-prev-unique{
		width:35px;
		height:35px;
		font-size: 16px;
	}
	.mySwiperGiftWP.swiper-arrow-out{
		padding-left:20px;
		padding-right:20px;
	}	
}
	

.mySwiperOut{position:relative;}
.swiper-button-next-unique, .swiper-button-prev-unique {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 50px;
    text-align: center;
    font-size: 35px;
}
.mySwiperOut .swiper-button-next-unique, .mySwiperOut .swiper-button-prev-unique {
    border: 3px solid #333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    margin-top: -105px;
}
.swiper-button-prev-unique{
	 right: auto;
    left: 0;
}
.swiper-button-next-unique {
    right: 0;
    left: auto;
}
.read-more-text{
	font-size:1.3rem;
}
.read-more-text>strong{color:red;}
a.btn-view-order:hover, a.btn-view-order:focus , a.btn-view-order:active{
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    color: red;
}
.btn.btn-outline-warning.mt-3 {
    cursor: auto;
}

section.section.section-gift {
    background: #b8c1c6;
}
.gift-number {
    font-size: var(--font-size-title-large);
    font-weight: bold;
}
.gift-text{
	 font-size: var(--font-size-content-large);
    font-weight: 500;
}
/******section.section.section-gift******/
.partent{
	position:absolute;
}
.partent.partent-left {
    top: 0;
    left: 0;
    z-index: 10;
    height: auto;
    width: 640px;
	max-width:100%;
    opacity: 0.5;
}
.partent.partent-people{
    width: 750px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.row-gift{
	z-index:100;
}
/******Page Thele******/
.text-dark p{color:#000000}
/******Page Thele******/
.contact-section .contact-area h2.title-tham-gia{font-size:22px;}
/******section.section.section-gift******/
@media (max-width: 1600px) {
	.section-register {
		margin-top: -14em;
	}
}
@media (max-width: 1550px) {
	.section-register {
		margin-top: -12em;
	}
}

@media (max-width: 1500px) {
	.section-register {
		margin-top: -12em;
	}
}
@media (max-width: 1400px) {
	.section-register {
		margin-top: -12em;
	}
	.btn-link-header,.btn-join-now,.btn-register-join{
		padding:5px 10px 5px 10px;
	}
}
@media (max-width: 1200px) {
	.menu>li>a,.btn-link-header{
		font-size:15px;
	}
	.s-h-play h4{
		 font-size: 20px;
	}
	.step-title span.step-large{font-size:20px;}
	.step-title span.step-small{font-size:14px;}
}
@media (max-width: 1100px) {
	.section-register {
		margin-top: -11em;
	}
}
@media (max-width: 992px) {
	.single-tikit .content .content-area{padding: 15px 15px 25px 15px;}
	.content-thele-home {
		text-align: left;
	}
	.section-register {
		margin-top: -13em;
	}
	section.section.ex-lottery.ex-lottery2.jarallax-keep-img {
		padding-bottom: 3rem !important;
	}
	section.section.how-to-play.jarallax-keep-img {
		padding-top: 0 !important;
	}
	.container-register {
		padding-top: 5em;
	}
	.content-thele-home, .content-thele-home p {
		font-size: 16px;
		line-height: 1.5em;
	}
	.btn-df {
		font-size: 18px;
	}
	.contact-section .contact-area h2.title-tham-gia{font-size:18px;}
}
@media (max-width: 767px) {
	.contact-section .contact-area h2 {
		padding: 0;
		font-size: 24px;
	}
	.contact-section .contact-area{padding-left:0; padding-right:0;}
	.btn-register-join {
		font-size: 16pt;
		bottom: -21px;
	}
	.col-image,.btn-view-order,.uploader-list .uploader{
		width: 100%;
	}
	.col-note {
		width: 100%;
		padding: 0;
	}
	.section-register {
		margin-top: -6.5rem;
	}
	#loadnews.modal .modal-header .modal-title {
		font-size: 23px;
		line-height: 1em;
	}
	#loadnews.modal .modal-dialog{padding:20px; padding-right:5px;}
	#loadnews.modal .modal-dialog-scrollable .modal-content{height:auto;}
	.step-title span.step-large{font-size:20px;}
	.step-title span.step-small{font-size:14px;}
	.item-step .s-h-play img {
		width: 80px;
	}
	.tagline{font-size:12px;}
}
@media (max-width: 576px) {
	.s-h-play h4{
		 font-size: 16px;
	}
	.ex-lottery .ex-lottery-slider .owl-nav div.owl-prev {
	  left: 0;
	}
	.ex-lottery .ex-lottery-slider .owl-nav div.owl-next {
	  right: 0;
	}
	.s-h-play.gift_small img {
		width: 65%;
	}
}
@media (max-width: 500px) {
	.header .mainmenu-area.mainmenu-area2 .navbar .navbar-brand img {
		max-height: 100%;
	}
	.section-register {
		margin-top: -7.5rem;
	}
	.btn-join-now {
		font-size: 22px;
		width: 269px;
		height: 40px;
	}
}
@media (max-width: 400px){
	.section-register {
		margin-top: -4.5rem;
	}
}
.password-toggle-btn span.fa-regular.fa-eye{color:#333;}
/*=================== IMAGE ===============*/
.image-full{
	    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
    display: block;
}
.image-full img {
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-full:after{
	  content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.image-full.cover{
	-o-object-fit: cover;
    object-fit: cover;
}
.image-full.contain{
	-o-object-fit: contain;
    object-fit: contain;
}
/*=================== IMAGE ===============*/