body, html {
    min-height: 100%;
	background: var(--bg-color) url(../../images/bg_pc.png) no-repeat; 
    background-size: cover;
}
.loader-wrap {
	background: var(--bg-color) url(../../images/bg_pc.png) no-repeat; 
    background-size: cover;
}
body{
	color:var(--color-text);
	font-size: 16px;
    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"
}
body section {
    position: relative;
    z-index: 10;
}
img {
    max-width: 100%;
}
body:after {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
}
section.section-vongxoay {
    position: relative;
    z-index: 1;
}

/**************Page Login**********/
.card-login {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.toggle-password.password-toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    padding: 5px;
    transform: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
    min-width: 35px;
    justify-content: center;
	cursor: pointer;
}
/**/
.title-line-no-background {
    position: relative;
    overflow: hidden;
	text-align:center;
}
.title-line-no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 20px;
    font-size: var(--font-size-title);
    font-weight: 500;
}
.title-line-no-background span:before, .title-line-no-background span:after {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #000000;
}
.title-line-no-background span:before {
    right: 100%;
}
.title-line-no-background span:after {
    left: 100%;
}
.input-group.input-group-icon>.form-control {
    padding-left: 35px;
}
/**************Page Login**********/
.heading{color:var(--color-text);}
.inforText.link-a,.entry-title,.entry-title a{
   color:var(--color-text);
}
.breadcrumbs ol {
    padding: 0;
    margin: 0;
    font-style: italic
}

.breadcrumbs ol li {
    position: relative;
    padding: 5px 0px 5px 5px;
    display: inline-block;
   color:var(--color-text);
	font-size:13px;
}
.breadcrumbs ol li>a, .breadcrumbs ol li a span, .breadcrumbs ol li {
	font-size:11px;
}
.breadcrumbs ol li a,
.breadcrumbs ol li:after {
   color:var(--color-text);
}

.breadcrumbs ol li:first-child {
    padding-left: 0
}

.breadcrumbs ol li:last-child a span,
.breadcrumbs ol li:last-child span {
   color:var(--color-text);
    font-weight: 700
}

.breadcrumbs ol li:last-child:after {
    display: none
}

.breadcrumbs ol li:last-child {
    padding-right: 0
}
.breadcrumb-item+.breadcrumb-item::before{color:var(--color-text);}
#stars-js {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: transparent;
    z-index: 1000;
    pointer-events: none;
}
.datePost {
    font-size: 12px;
    margin-bottom: 5px
}

.datePost>span {
    padding-left: 5px
}

.datePost>span:first-child {
    padding-left: 0
}
.entry-title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    height: 37px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.entry-title a{
	display:block;text-decoration:none;
}
.jarallax, .jarallax-wp{
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img, picture.jarallax-img img,.jarallax-wp>.jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.form-floating>label{color:#333;}
.btn-send {
	min-width: 200px;
  color: #fff;
  font-size: var(--font-size-title);
  background: var(--color-secondary) !important;
  border: 0;
}
.btn-send:hover,.btn-send:focus,.btn-send:active{
    background:  var(--color-third) !important;
	color:#ffffff;
}
.form-label {
	font-size: 16px;
    display: block;
    color: initial;
}
.ffile-duthi {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.ffile-duthi label.form-label {
    color: #000;
}
.title-form {
    color: #ff6900;
    text-shadow: 2px 5px 2px rgb(0 0 0 / 30%);
}
.note .title-note {
    color: #ff6900;
    font-size: 1.6rem;
}
.card-login .title-large{
    font-size: var(--font-size-title-large);
    font-weight: bold;
}
.form-label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.form-control {
    /* font-size: 1.1rem; */
    /* background: #ffffff; */
    /* min-height: 55px; */
	/* font-weight: bold; */
}
.btn-view-infor{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
    background: #1d0571;
    width: 100%;
    display: block;
    text-decoration: underline;
    color: #ffffff;
    border-radius: 5px;
}
/*********swal2*********/
body .swal2-container .swal2-title {
    font-size: var(--font-size-title-large);
    padding-top: 0;
    margin-bottom: 0;
    color: var(--color-text);
    line-height: 1.5em;
}
body .swal2-html-container {
    font-size: var(--font-size-content);
    margin: 7px 0px !important;
	font-weight: 300 !important;
    color: var(--color-text) !important;
}
body .swal2-styled.swal2-cancel{
	border: 0;
    border-radius: 0.25em;
    background: transparent !important;
    color:#ffffff !important;
    font-size: 22px !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    line-height: 1em;
    margin: 0;
    box-shadow: none !important;
    width: 40px;
    height: 40px;
}
body .swal2-container.swal2-center>.swal2-popup {
    padding: 30px 15px;
    background: var(--bg-color);
    width: 600px;
    max-width: 95%;
}
.swal2-html-container .randomcode {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 12px;
	color:var(--bg-color);
}
.swal2-styled.swal2-confirm {
    min-width: 100px;
    background: var(--color-secondary) !important;
}
.numberLucky {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 12px;
}
.numberLucky>span {
	font-size: 4rem;
    font-weight: bold;
    padding: 4px 10px 10px;
    line-height: 1em;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #a951ff;
    background: linear-gradient(180deg, #f0e6ff 0%, #b366ff 50%, #9933ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/*********swal2*********/
.note-login {
    font-size: 14px;
    text-align: center;
}
button.btn[type="submit"] {
    font-weight: bold;
}

.footer .title-footer{
    font-size: var(--font-size-title);
    font-weight: bold;
	color: #fff;
    line-height: 1.5em;
}
footer.footer {
    background: #160046;
}
footer.content-footer p {
    display: inline-block;
    line-height: 1.5em;
    color: #ffffff;
    margin: 0;
    font-size: var(--font-size-content);
}
ul.nav.nav-footer-link-social li a {
    font-size: 26px;
    color: #fff;
    width: 40px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
text-decoration: none;
}

ul.nav.nav-footer-link-social li a.facebook{
	border:4px solid #f1f1f1
}
ul.nav.nav-footer-link-social li a.instagram{
	font-size: 45px;
}
main {
    background: #1b034f;
}
.news-post .image-full-news:after{
	padding-top:55%;
}
.news-post .time_note {
    font-size: 12px;
    color: #e5e5e5;
}
.news-post a.image-full-news  img {
    filter: grayscale(100%);
}
.news-post a.image-full.image-full-news {
    border-radius: 8px;
}

/******Time*********/
.pulsingButton {
	width: 10px;
	height: 10px;
	display: inline-block;
	box-shadow: 0 0 0 0 rgb(215 0 24 / 70%);
	border-radius: 50%;
	background-color: #f26522;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}
/******End Time********/
.title-gift {
    text-transform: uppercase;
    font-weight: bold;
}


/*******Start button_sparkle*********/
.button_sparkle {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transtion: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 0.75rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));

  transition: transform var(--transtion);
     margin: 0 auto;
	text-decoration: none !important;
}
.button_sparkle:hover {
    text-decoration: none !important;
}
.alert-quiz-info .button_sparkle{
	padding: 10px 20px;
}
.button_sparkle::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: var(--black-700);
    border-radius: var(--border_radius);
    box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%), 0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))), 0 0 0 calc(var(--active, 0) * 0.375rem) hsl(260deg 1.74% 80.12% / 75%);
    transition: all var(--transtion);
    z-index: 0;
}
.button_sparkle::before {
    background-color: hsl(0deg 0% 23.62%);
}
.button_sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: hsl(0deg 0% 11.81% / 75%);
 
  background-position: top;

  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transtion);
  z-index: 2;
}

.button_sparkle:is(:hover, :focus-visible) {
  --active: 1;
}
.button_sparkle:active {
  transform: scale(1);
}

.button_sparkle .dots_border {
  --size_border: calc(100% + 2px);

  overflow: hidden;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;

  border-radius: var(--border_radius);
  z-index: -10;
}

.button_sparkle .dots_border::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);

  width: 100%;
  height: 2rem;
  background-color: white;

  mask: linear-gradient(transparent 0%, white 120%);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.button_sparkle .sparkle {
  position: relative;
  z-index: 10;

  width: 1.75rem;
}

.button_sparkle .sparkle .path {
  fill: currentColor;
  stroke: currentColor;

  transform-origin: center;

  color: hsl(0, 0%, 100%);
}

.button_sparkle:is(:hover, :focus) .sparkle .path {
  animation: path 1.5s linear 0.5s infinite;
}

.button_sparkle .sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}
.button_sparkle .sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}
.button_sparkle .sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {
  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }
  17% {
    transform: scale(var(--scale_path_1, 1));
  }
  49% {
    transform: scale(var(--scale_path_2, 1));
  }
  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.button_sparkle .text_button {
	position: relative;
    z-index: 10;
    background-image: linear-gradient(90deg, hsla(0 0% 100% / 1) 0%, hsla(0 0% 100% / var(--active, 0)) 120%);
    background-clip: text;
    font-size: 1rem;
    color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5em;
}
div#startButtonWp button#startButton:focus,div#startButtonWp button#startButton:active{
	outline:none !important;
}
button.button_sparkle>*{
	pointer-events:none;
}
button.button_sparkle.button_sparkle_reset {
    padding: 8px 2rem 11px;
}
button.button_sparkle.button_sparkle_reset::before{
	background-color: hsl(0deg 98.66% 52.25%);
}
button.button_sparkle.button_sparkle_reset::after{
	background-color: hsl(0deg 98.66% 52.25%);
}
button.button_sparkle.button_sparkle_reset span.text_button {
    font-size: 18px;
}
/********END button_sparkle********/
.page-item .page-link {
    border: 1px solid var(--color-primary);
    color: #fff;
    background: var(--color-primary);
    padding: 5px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	border:0;
}

.page-item .page-link:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: #ffffff;
}

.page-item.active .page-link,
.page-item.active .page-link:hover {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    color: #fff;
}
.required{color:red;}