body, html {
    background:#14004b;
	font-size:var(--font-size-content-large);
}
a:focus{
	outline:none;
}
.section-background-lucky:before {
    bottom: 0;
    content: "";
    background: #080066 url(../img/bg-qua.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-header:before {
    bottom: 0;
    content: "";
    background: #080066 url(../img/bg-tag-line.png) no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-left-right .logo-full img {
    height: 36px;
    margin: 0 auto;
}
.content-list-tho{
	position:relative;
}
.content-list-tho:after{
	background:rgba(0,0,0,0.5);
	z-index:1;
}
.content-list-tho>.content-text{
	position:relative;
	z-index:10;
}
a.btn.btn-join-now {
    background: #faeceb;
    color: #6a1341;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 25px 12px;
    border: 3px solid #b4569e;
    display: inline-block;
    text-decoration: none !important;
}
a.btn.btn-join-now:hover,a.btn.btn-join-now:active{
	background: #f9d6d3;
	 color: #6a1341;
	  border: 3px solid #b4569e;
}
.content-list{
	text-align:justify;
}
.content-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-list ul li {
	position:relative;
}
.content-list ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    height: calc(100% - 12px);
    width: 2px;
    content: "";
    background: #EACADF;
    background: linear-gradient(180deg, rgba(234, 202, 223, 1) 0%, rgba(238, 154, 126, 1) 100%);
}
.btn-dropdown-user.animation:before,.btn-dropdown-user,#back-top{
	background: #8413be;
}
.btn-dropdown-user.show, .btn-dropdown-user:active, .btn-dropdown-user:hover,#back-top:hover{
	background: #8413be !important;
}
.section-people .tag-line-all {
	width: 755px;
	max-width: 100%;
}
.section-people .tag-line-all .content-header {
    font-size: 20px;
    padding: 20px 30px;
}

.section-info-after-banner .tag-line-all .btn-cta-header {
    font-size: 18px;
}
.tag-line-all .content-header p a {
    display: inline-block;
}
.tag-line-all .content-header p:last-child {
    margin: 0;
}
.tag-line-all .content-header p a:focus, .tag-line-all .content-header p a:active {
    border: 0;
    outline: none;
}
img.image-sao {
    position: absolute;
    top: 0;
    z-index: 1;
}
@media(max-width:767px){
	.section-people .tag-line-all .content-header {
        font-size: 14px;
        padding: 15px 30px;
    }
}
@media(max-width:576px){
	.section-people .tag-line-all .content-header {
        font-size: 14px;
        padding: 15px 30px;
    }
}
@media(max-width:380px){
	.section-people .tag-line-all .content-header {
        font-size: 14px;
        padding: 15px 30px;
    }
}
/* Container 3 cột */
ul.three-columns {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
/* Item */
ul.three-columns li {
    position: relative;
}
ul.three-columns li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -25px;
    top: -140px;
    font-size: 240px;
    font-weight: bold;
    background: linear-gradient(90deg, #ffffff, #202020);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 290px;
    height: auto;
    width: auto;
    opacity: 0.25;
	pointer-events: none;
}
/* Reset counter cho ul */
ul.three-columns {
  counter-reset: li;
}
ul.three-columns li .content-li {
    text-align: left;
}
ul.three-columns li .content-li .title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 300;
}
ul.three-columns li .content-li .content-text {
    font-size: var(--font-size-content-large);
    line-height: 1.4em;
    font-weight: 300;
}
.note-info{
    font-style: italic;
}
.title-weight-bold{
    font-size: 65px;
    font-weight: 300;
}
.img.img-title {
    display: inline-flex;
}
.img.img-title img {
	height: 65px;
    margin: 0 auto;
}
@media(max-width:992px){
	.img.img-title img {
		height: 55px;
		margin: 0 auto;
	}
}
@media(max-width:767px){
	.img.img-title img {
		height: 45px;
		margin: 0 auto;
	}
}
@media(max-width:576px){
	.img.img-title img {
		height: 35px;
		margin: 0 auto;
	}
}
.title-banner, .title-banner span {
    font-size: 80px;
    line-height: 1.5em;
    justify-content: center;
}
.title-banner.title-banner-sub, .title-banner.title-banner-sub span {
    font-size: 50px;
}
.title-banner.title-banner-sub.title-gradient, .title-banner.title-banner-sub.title-gradient span {
    font-size: 70px;
}
.title-banner.title-banner-sub>b {
    background: linear-gradient(90deg, rgba(234, 202, 223, 1) 0%, rgba(238, 154, 126, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.title-gradient{
	 background: linear-gradient(90deg, rgba(234, 202, 223, 1) 0%, rgba(238, 154, 126, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-thele{font-size:55px;}
.title-small{font-size:var(--font-size-title)}
.content-list-other {
    font-size: var(--font-size-content-medium);
    background: #10004f;
    padding: 20px;
    border-radius: 10px;
    outline: 2px solid #000000;
    color: #fff;
}
.note-info {
    font-size: var(--font-size-content-large);
    line-height: 1.5em;
}
.link-here{
	color:#f73737;
}
@media(max-width:1400px){
	ul.three-columns li .content-li .title {
		font-size: 24px;
	}
}
@media(max-width:1200px){
	.logo-left-right .logo-full img {
		height: 40px;
	}
	.title-thele {
        font-size: 45px;
    }
	.title-banner, .title-banner span {
		font-size: 60px;
	}
	.title-banner.title-banner-sub, .title-banner.title-banner-sub span {
		font-size: 40px;
	}
	.title-banner.title-banner-sub.title-gradient, .title-banner.title-banner-sub.title-gradient span {
		font-size: 50px;
	}
	.title-weight-bold{
		font-size: 50px;
	}
}
@media(max-width:992px){
	.logo-left-right .logo-full img {
		height: 32px;
	}
	.title-thele {
        font-size: 35px;
    }
	.title-banner, .title-banner span {
		font-size: 60px;
	}
	.title-banner.title-banner-sub, .title-banner.title-banner-sub span {
		font-size: 40px;
	}
	.title-banner.title-banner-sub.title-gradient, .title-banner.title-banner-sub.title-gradient span {
		font-size: 50px;
	}
	.title-weight-bold{
		font-size: 40px;
	}
	.bg-qr:before,.bg-qr:after{
		height: 50px;
	}
	ul.three-columns li .content-li .title{
		margin-bottom:10px;
		font-size: 22px;
	}
	ul.three-columns li .content-li {
		padding-left: 35px;
	}
	ul.three-columns li .content-li .content-text p {
		margin-bottom: 5px;
	}
	ul.three-columns li::before {
		top: -45px;
		left:0;
		font-size: 130px;
		line-height: 130px;
	}
}
@media(max-width:767px){
	.logo-left-right .logo-full img {
		height: 30px;
	}
	.title-thele {
        font-size: 33px;
    }
	.title-banner, .title-banner span {
		font-size: 50px;
	}
	.title-banner.title-banner-sub, .title-banner.title-banner-sub span {
		font-size: 35px;
	}
	.title-banner.title-banner-sub.title-gradient, .title-banner.title-banner-sub.title-gradient span {
		font-size: 40px;
	}
	.title-weight-bold{
		font-size: 40px;
	}
	a.btn.btn-join-now{font-size:18px;}
	.bg-qr:before,.bg-qr:after{
		height: 40px;
	}
	.bg-qr {
		padding: 30px 25px;
	}
	
}
@media(max-width:576px){
	.logo-left-right .logo-full img {
		height: 28px;
	}
    .title-thele {
        font-size: 32px;
    }
	.title-banner, .title-banner span {
		font-size: 45px;
	}
	.title-banner.title-banner-sub, .title-banner.title-banner-sub span {
		font-size: 30px;
	}
	.title-banner.title-banner-sub.title-gradient, .title-banner.title-banner-sub.title-gradient span {
		font-size: 38px;
	}
	.title-weight-bold{
		font-size: 35px;
	}
	.bg-qr:before,.bg-qr:after{
		height: 35px;
	}
	ul.three-columns li .content-li {
		padding-left: 20px;
    }
    ul.three-columns li .content-li .title {
        font-size: 16px;
    }
	ul.three-columns li .content-li .content-text {
		font-size: var(--font-size-content);
		line-height: 1.4em;
		font-weight: 300;
	}
	.note-info {
		font-size: var(--font-size-content);
	}
}
@media(max-width:450px){
	.logo-left-right .logo-full img {
		height: 23px;
	}
	.title-thele {
        font-size: 24px;
    }
	.title-banner, .title-banner span {
		font-size: 34px;
	}
	.title-banner.title-banner-sub, .title-banner.title-banner-sub span {
		font-size: 20px;
	}
	.title-banner.title-banner-sub.title-gradient, .title-banner.title-banner-sub.title-gradient span {
		font-size: 22px;
	}
	.title-weight-bold{
		font-size: 26px;
	}
}
section.section-footer .image.image-vongquay-gift {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
}
section.section-footer .image-vongquay-gift .img-vongquay {
    width: 40%;
}
section.section-footer .image-vongquay-gift .img-vongquay-gift {
    width: 60%;
}
.neon-text {
       font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(to bottom, #8a2be2 20%, #ff0000 60%, #ff4500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 0px #5e00a3) drop-shadow(4px 4px 0px #000);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
    line-height: 1.5em;
}
