body, html {
    min-height: 100%;
	background: var(--bg-color) url(../../images/bg_pc.jpg) 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;
}
.loader-wrap {
    background: var(--bg-color) url(../../images/bg_pc.jpg) no-repeat;
}
/**************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);
  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: #f00 !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);
}
.swal2-html-container .randomcode {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 12px;
	color:var(--bg-color);
}
.swal2-styled.swal2-confirm {
    min-width: 100px;
}
.numberLucky {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 12px;
}
.numberLucky>span {
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 10px 10px;
    background: #fdfdfd;
    color: #000;
    line-height: 1em;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
/*********swal2*********/
.note-login {
    font-size: 14px;
    text-align: center;
}
button.btn[type="submit"] {
    font-weight: bold;
    font-size: 18px;
}

.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;
}