*{
	outline: none !important;
}
b, strong {
    font-weight: 700;
}
.loader-wrap{
	background-position: center center !important;
}
body .modal-content {
    background: #500875;
	border:0;
}
body, html {
    background: #0d032f !important;
	font-family: 'SVN-Gotham', Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight:500;
	line-height:1.5em;
}
main {
    background: #0d032f;
}
.modal button.btn-close{
	 line-height: 0;
}
img{max-width:100%;}
.modalPolicy button.btn-close {
	position: absolute;
    font-size: 24px;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 0 !important;
	background: transparent;
    color: #fff;
}
.modalPolicy .modal-title {
    font-size: 20px;
    font-weight: bold;
}
.modalPolicy div.listHisBoothNotPlay {
    padding: 0;
    background: transparent;
    border-radius: 10px;
    margin-top: 15px;
}
.radioContainer .policy {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
button.btn-policy{
	border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    font-size:var(--font-size-content-small);
}
.modalPolicy .tab-pane-content {
    padding: 15px;
    font-size: var(--font-size-content);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-weight: 300;
}
.modalPolicy .tab-pane-content li {
    margin-bottom: 5px;
}
.modalPolicy .tab-pane-content p {
    margin-bottom: 0.7rem;
}
.modalPolicy .tab-content>.tab-pane {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
button.btn-close-modal {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 10px;
}
button.btn-close-modal:hover {
    background: rgba(0, 0, 0, 0.3);
}
.race-track {
  position: absolute; /* Cố định ở đáy màn hình */
  bottom: 0;
  width: 100vw; /* Chiều rộng toàn màn hình */
  height: 10px; /* Chiều cao đường đua */
  overflow: hidden;
  background: #333; /* Màu nền đường đua */
}

.track {
  position: absolute;
  width: 200vw; /* Gấp đôi chiều rộng màn hình để lặp mượt */
  height: 100%;
  background: repeating-linear-gradient(
	45deg,
	#fff 0px,
	#fff 20px,
	#df1f26 20px,
	#df1f26 40px
  ); /* Vạch kẻ trắng xen kẽ, liên mạch */
  animation: moveTrack 35s linear infinite; /* Animation nhanh và mượt */
}

@keyframes moveTrack {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(-100vw); /* Di chuyển toàn bộ chiều rộng màn hình */
  }
}
.logo-header img.logo-lenovo,.logo-header img.logo-intel{
	 position: static;
	 z-index:1000;
}
.logo-header{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    margin: 0;
}
.info-header-logo{
	 width: auto;
    margin: 0 auto;
}
.info-header-logo img{
	  width: 450px;
    max-width: 89%;
}
.info-header .title-sub{
	position:relative;
	background: transparent;
	margin: 0;
    padding: 0;
	font-size: var(--font-size-content-large);
	color:#ffffff;
	display: block;
	line-height:1.3em;
}
.info-header .title-sub>span {
    padding: 10px 10px;
    display: block;
    background: #df1f26;
    margin: 0 48px;
	font-weight:700 !important;
}
li.list-group-item.vua-tro-choi-note {
    width: 100%;
}
li.list-group-item.vua-tro-choi-note>span {
    text-transform: lowercase;
}
li.list-group-item.vua-tro-choi-note>span:first-letter{
    text-transform: uppercase;
}
@media(max-width:550px){
	.info-header .title-sub>span{
	 margin: 0 40px;
	}
}
.info-header .title-sub:before, .info-header .title-sub:after {
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 50px;
    height: 100%;
}
.info-header .title-sub:before {
    background: transparent url(../img/bg-text-sub-right.png) no-repeat;
	 background-position: right center;
    background-size: cover;
    right: 0;
}
.info-header .title-sub:after{
		background:transparent url(../img/bg-text-sub-left.png) no-repeat;
	 background-position: left center;
	  background-size: cover;
	 left:0;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.7rem + 3px);
    line-height: 1.25;
}
.form-select, .form-control,.form-select, .form-control::placeholder,.form-floating>label:not(.error){
	 font-size: 18px;
	 font-weight: 500 !important;
}
.form-select, .form-control {
    border-radius: 8px;
}
.form-control,.form-control:focus,.form-select,.form-select:focus{
    background: #0c0633;
    color: #fff;
}
.form-select-wp{
	position:relative;
}
.form-floating>label:not(.error),.form-select>label:not(.error){color: #fff;}
.form-select-wp .form-floating>.form-select{
	    padding-top: 1.725rem;
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select-wp:after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    font-size: 14px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.form-floating>.form-select:
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.8) translateY(-.5rem) translateX(.15rem);
}
.form-floating>label>span {
    font-size: 14px;
}
.btn-send {
    background: #df1f26 url(../img/bg-right-btn.png) no-repeat;
    background-position: right center;
    font-size: 22px !important;
}
.btn-send:hover,.btn-send:active,.btn-send:focus, .btn-send:disabled{
    background: #df1f26 url(../img/bg-right-btn.png) no-repeat !important;
	background-position:right center !important;
}
.section-checkinfo {
	
}
.contact-form .form-control:disabled,.contact-form .form-select:disabled{
    background-color: #14095c;
    opacity: 1;
}
.clearButton {
    background: transparent;
}
.radioContainer{
	 margin: 10px 0 0;
    padding: 10px 15px;
    background: #0c0633;
    border-radius: 8px;
    border: 1px solid;
    position: relative;
}
div.form-check-wp {
    /* margin: 10px 0 0; */
    /* padding: 10px 15px; */
    /* background: #0c0633; */
    /* border-radius: 8px; */
    /* border: 1px solid; */
}

div.form-check-wp .form-check-list-choose {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
div.form-check-wp .questions {
    margin-bottom: 8px;
}
div.form-check-wp .form-check-list-choose label {
    font-weight: 500;
    cursor: pointer;
}
div.form-check-wp .form-check-list-choose .check-item {
    gap: 4px;
}
div.form-check-wp .form-check-list-choose .form-check-input:checked{
	background-color: #df1f26;
    border-color: #df1f26;
	box-shadow:0 0 0 .25rem rgba(223,31,38,.25);
}
.list-top-user-top {
    position: relative;
}
.link-info-checkin{
	padding: 10px;
    display: block;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.top-user-play{
	color:#fff;
}
.topUser {
    font-weight: bold;
}
.topUser-info {
    padding: 5px 10px;
    background: #1d0076;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.topUser-info strong {
    font-weight: bold;
    text-decoration: underline;
}
.top-user-play ul.list-group li.list-group-item {
    background: #10023b;
    color: #fff;
    border: 0;
    border-color: #ffffff;
    border-top: 1px solid #26009d;
padding: 15px;
}
.top-user-play ul.list-group li.list-group-item:first-child{
	border-top:0;
}
.top-user-play .race-track {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background: #333;
    left: 0;
    border-radius: 3px;
}
.top-user-play .list-group-item-in {
    position: relative;
    padding-bottom: 15px;
}
button.btn-refresh-icon-position {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 7px;
    line-height: 1.5em;
    width: 32px;
}
.section-form .form-contact-wp .info-form{
    text-align: justify;
    line-height: 1.3em;
    font-size: var(--font-size-content-large);
	font-weight: 300;
}
.listHisBoothNotPlay .nav-tabs{
	border: 0;
}
.listHisBoothNotPlay .nav-tabs .nav-link {
    color: #fff;
    border: 0;
}
.listHisBoothNotPlay .nav-tabs .nav-link.active {
	background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border: 0;
    margin-bottom: 0;
}
/******************/
.section-thele.section-form {
    position: relative;
    z-index: 100;
}
.xe-dua {
    text-align: center;
    width: 100%;
    position: absolute;
    padding: 30px 0;
    top: 50%;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
}
.xe-dua-empty-height {
    height: 290px;
    position: relative;
}
.line-xe-dua {
    width: 100%;
}
.container-xe-dua{
	position:relative;
	z-index:1;
}
.container-xe-dua{
	position:relative;
	z-index:1;
}
img.jarallax-img-no-js {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}
.container{
	position:relative;
	z-index:10;
}
@media(max-width:1200px){
	.xe-dua-empty-height {
		height: 200px;
	}
	
}
@media(max-width:992px){
	.xe-dua-empty-height {
		height: 130px;
	}
	img.jarallax-img-no-js{top:0;}
}
/******************/
@media(max-width:1400px){
	.logo-header {
		position: absolute;
		width: 100%;
		left: 0;
		top: 25px;
	}
	img.logo-intel {
		left: 0;
		height: 72px;
	}
	img.logo-lenovo {
		right: 0;
		height: 85px;
	}
	.form-contact-wp{
		margin-top:85px;
	}
}
@media(max-width:992px){
	
	img.logo-intel {
		left: 0;
		height: 67px;
	}
	img.logo-lenovo {
		right: 0;
		height: 80px;
	}
	.form-contact-wp{
		margin-top:80px;
	}
}
@media(max-width:767px){
	img.logo-intel {
		left: 0;
		height:67px;
	}
	img.logo-lenovo {
		right: 0;
		height: 80px;
	}
	.form-contact-wp{
		margin-top:80px;
	}
}
@media(max-width:576px){
	img.logo-intel {
		left: 0;
		height:67px;
	}
	img.logo-lenovo {
		right: 0;
		height: 80px;
	}
	.form-contact-wp{
		margin-top:80px;
	}
}

@media(max-width:450px){
	img.logo-intel {
		left: 0;
		height:60px;
	}
	img.logo-lenovo {
		right: 0;
		height: 70px;
	}
	.form-contact-wp{
		margin-top:70px;
	}
    .info-header .title-sub>span {
        padding: 5px 10px;
        font-size: 12px;
    }
	.btn-send {
		font-size: 18px !important;
		width:100%;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: 55px;
		line-height: 1.25;
	}
	.form-select, .form-control,.form-select, .form-control::placeholder,.form-floating>label:not(.error){
		 font-size: 16px;
		 font-weight: 500 !important;
	}
}
@media(max-width:400px){
	img.logo-intel {
		left: 0;
		height:43px;
	}
	img.logo-lenovo {
		right: 0;
		height: 50px;
	}
	.form-contact-wp{
		margin-top:55px;
	}
}

.title-image img {
    width: auto;
    height: auto;
}
.chang-dua {
    position: relative;
}
.chang {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 1.5em;
}
.chang-dua .noidung-chang {
    background: #171717;
    border-radius: 15px;
    overflow: hidden;
}
@media(min-width:767px){
	.chang {
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}
	.chang-dua .noidung-chang{
		height:100%;
	}
}
.noidung-chang .title,.noidung-chang .content{
	padding: 15px;
}
.noidung-chang .title {
    text-transform: uppercase;
    background: #fff;
    color: #ff0a13;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
    padding-top: 5px;
}
.noidung-chang .bg-caro {
    width: 100%;
    height: 25px;
    background: transparent url(../img/bg-caro.png) repeat-x;
    background-size: contain;
}
.noidung-chang .content {
    text-align: justify;
    font-size: var(--font-size-content-large);
    line-height: 1.3em;
}
.noidung-chang .content p, .noidung-chang .content{
	font-weight: 300;
}
.noidung-chang .content p b,.noidung-chang .content p strong,.noidung-chang .content strong{
	color:#ff0a13;
}
.list-chang ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-chang ul li{
	margin-top:30px;
}
.list-chang ul li .img {
	 margin-bottom: 10px;
}
.list-chang ul li .img img {
    height: 38px;
	display: block;
}
.list-chang ul li .content {
    font-size: var(--font-size-content-large);
    text-align: justify;
    font-weight: 300;
}
.list-chang ul li .content b,.list-chang ul li .content  strong{
	font-weight:bold;
	color:#ffffff;
}
.title-sub-text {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
}
.row-gift .gift-image {
    margin-top: -10%;
}
.row-gift .title-section{
	position:relative; 
	z-index:100;
}
.row.row-list-gift .gift-image {
    width: 95%;
    margin: 0 auto;
	text-align:center;
}
.gift-image.gift-champion,.gift-image.gift-boc-tham {
    width: 100%;
}
.image-caro {
    width: 50%;
    position: absolute;
    bottom: 0;
}
.image-caro.image-caro-left {
    left: 0;
	  text-align: left;
}
.image-caro.image-caro-right {
    right: 0;
    text-align: right;
}
.container-list-gift .container {
    position: relative;
    z-index: 1;
}
.no-pointer{
	pointer-events:none;
}
.btn-view-infor-wp {
    margin-top: 10px;
}
@media(max-width:1200px){
	.noidung-chang .title{font-size: 38px;}
}
@media(max-width:992px){
	.noidung-chang .title{font-size: 30px;}
	.title-sub-text {
		font-size: 22px;
	}
	.list-chang ul li{
		margin-top:20px;
	}
	.list-chang ul li .img img {
		height: 30px;
	}
	
}
@media (max-width: 767px) {
	.title-sub-text {
        font-size: 16px;
    }
    .list-chang ul li .img img {
        height: 20px;
    }
	.chang {
		font-size: 20px;
	}
	.noidung-chang .title{font-size: 26px;}
	.list-chang ul li .img {
		margin-bottom: 5px;
	}
	.image-caro {
		width: 50%;
		position: absolute;
		bottom: 20%;
	}
}
@media (max-width: 576px) {
	.title-sub-text {
        font-size: 14px;
    }
}
@media (max-width: 420px) {
	.title-sub-text {
        font-size: 12px;
    }
}