a:focus{
	user-select:none;
}
.modal-post .modal-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.link-post a {
    padding: 10px;
    display: block;
    width: 100%;
    color: #f2f2f2;
    text-decoration: none;
    transition: all 0.3s;
	    font-size: 14px;
}
.link-post a:hover {
    color: #ffffff;
}
.loadpost {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
ul.listpostimage {
    list-style: none;
    padding: 0;
    padding: 0;
}
.loadpost:focus,.loadpost:active, .loadpost:hover{
	 color: inherit;
}
.alert.alert-warning.alert-label {
    font-size: 16px;
    line-height: 1.3em;
    padding: 12px;
    word-break: break-all;
}
.alert.alert-label p {
    margin: 0;
}
.content-header {
    text-align: justify;
}
.btn-cta-heade-in {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
	    background: rgba(46, 5, 87, 0);
    background: -moz-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 5, 87, 0)), color-stop(25%, rgba(46, 5, 87, 1)), color-stop(50%, rgba(46, 5, 87, 1)), color-stop(77%, rgba(46, 5, 87, 1)), color-stop(100%, rgba(13, 13, 13, 0)));
    background: -webkit-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: -o-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: -ms-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: linear-gradient(to right, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0557', endColorstr='#0d0d0d', GradientType=1 );
    
}
.tag-line img{width:320px; max-width:100%;}
.btn-cta-heade-in span {
    display: block;
}
.btn-cta-header img {
    width: 280px;
}
@media(max-width:767px){
	.btn-cta-header img{
		width: 230px;
	}
}
.loader-wrap {
    background: #0d0127;
    background: var(--bg-color) url(img/bg-load.jpg) no-repeat;
	background-size:cover;
	height:100%;
}
.modal-form .modal-content {
    border-radius: 15px;
    border: 0;
}
.modal-form .modal-body {
    padding: 0;
}
.modal-form button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    font-size: 22px;
    background: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    border-radius: 14px;
}
.modal-form .form-contact {
    border-radius: 10px;
    padding: 20px;
    padding-top: 35px;
}

@media (min-width: 1400px){
	.container{
		max-width: 1320px;
	}
}

@media (min-width: 1500px){
	.container{
		max-width: 1320px;
	}
}

@media (min-width: 1600px){
	.container{
		max-width: 1320px;
	}
}
.id_register {
    border: 2px dashed #f77049;
    display: inline-block;
    padding: 5px 10px 3px;
    background: #fbd8ce;
    font-weight: bold;
	margin-top:5px;
}
small.text-red {
    color: red;
}
body, html {
    position: relative;
	min-height:100%;
	line-height:1.3em;
	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";
}

/******LOADING******/
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(#777777), to(#555555));
    background: -webkit-linear-gradient(to right, #000000, #777777, #555555);
    background: -o-linear-gradient(to right, #000000, #777777, #555555);
    background: linear-gradient(to right, #000000, #777777, #555555);
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #000000;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.loading {
	display: block;
    color: #fff;
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999;
    height: auto;
    width: inherit;
    background: transparent;
    padding: inherit;
}

.loading img {
    max-width: 220px;
}
@media(max-width:767px){
	.loading img{max-width:180px;}
}
.loading.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
	z-index:-1;
}

.loading span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }

    125% {
        right: 0;
    }
}

/******LOADING******/

a {
    color: #200464;
}
:root{
	--font-size-title-small: 18px;
	--font-size-title: 22px;
	--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-title-small: 18px;
		--font-size-title: 22px;
		--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:767px){
	:root{
		--font-size-title-small: 16px;
		--font-size-title: 18px;
		--font-size-title-large: 24px;
		--font-size-title-xlarge: 28px;
		
		--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;
	}
}
/****************/
.list-features-items .list-features-item {
    background-size: 100% 100%;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
@media(min-width:992px){
	.list-features-items .list-features-item {
		padding: 1.5rem 0;
	}
}
@media(max-width:768px){
	.list-features-items .list-features-item{width:350px;}
}
.list-features-item .content {
    line-height: 1.2em;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.list-features-item h3 {
    font-weight: 300;
}
.list-features-item .icon {
    width: 90px;
    margin: 0 auto;
}
.list-features-item .title {
    color: #fff;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}
@media(max-width:1400px){
	.list-features-item .icon{width:55px;}
	.list-features-item .icon{margin-bottom:10px;}
}
@media(max-width:1200px){
	.list-features-item .icon{width:55px;}
	.list-features-item .icon{margin-bottom:10px;}
	.list-features-item .content {
		line-height: 1.2em;
	}
}
@media(max-width:768px){
	.list-features-item .title{font-size:22px;}
}
.list-features-specical .list-features-item h3{
	font-size:1.2rem;
}
.features-area-specical .list-features-specical  .list-features-items{
	cursor:pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-decoration:none;
}
.features-area-specical .list-features-specical  .list-features-items:hover{
	background:#d1e2f6
}
/****************/
.nav-tabs .nav-link {
    border-width: 3px;
}
/****************/
span.col-auto {
    max-width: 100%;
	line-height: 1.5em;
}
.swal2-container.swal2-center>.swal2-popup {
    transform: none;
    border-radius: 20px;
    background: #240469;
}

.swal2-content {
    line-height: 1.5em;
    margin-top: 10px !important;
}
.swal2-html-container{margin-top:1rem !important; color: #ffffff;}
body .swal2-container .swal2-title{
	color:#fff;
    text-transform: uppercase;
    font-size: var(--font-size-title);
}
.numberLucky>span {
    line-height: 1.5em;
    padding: 0px 12px 5px;
    background: #3f149d;
    color: inherit;
}
.swal2-html-container {
    margin: 0 auto;
    line-height: 1.5em;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny {
    font-size: 1.3rem !important;
    padding: 5px 20px 2px 20px;
    background: #ff7248 !important;
}
.swal2-actions {
    margin-top: 10px !important;
}
img{max-width:100%;}
section.py-5.position-relative.section-thele {
    z-index: 100;
}
.banner-in img{width:100%;}
.color-white{color:#ffffff;}
.form-floating>label{color:#333;}
.contact-form .btn-send {
    background: #500b73;
    border-color: #500b73;
    min-width: 170px;
    min-height: auto;
    color: #fff;
    /* font-size: 24px; */
    padding-bottom: 2px;
    line-height: 1.5em;
    padding: 10px 0;
}
.contact-form .btn-send:hover,.contact-form .btn-send:focus{
	 background: #7516a6;
    border-color: #7516a6;
	color: #fff;
}
.form-label{
    font-size: 16px;
	margin-bottom:3px;
	color:#ffffff;
    font-weight: 500;
}
.title-form {
    color: #ff6900;
    text-shadow: 2px 5px 2px rgb(0 0 0 / 30%);
}
label.error {
    text-transform: capitalize;
    font-size: 10px;
    color: red;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 999;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 8px 8px;
    padding: 2px 5px;
    opacity: 1;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
	    line-height: 1.5em;
    background: #670c95;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;

}
.note .title-note {
    color: #ff6900;
    font-size: 1.6rem;
}
.list-thele ul li{margin-bottom:2rem; position: relative; padding-left:40px;}
.list-thele ul li .title-list {
    text-transform: uppercase;
    color: #ff6900;
    position: relative;
    font-weight: bold;
    font-size: 1.2rem;
}
.list-thele ul li:before{
	content: "";
    width: 30px;
    height: 33px;
    background: url(../images/arrow.png) no-repeat no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
img.start{
	 position: absolute;
	 width:200px;
}
img.start-01{top: 45%; left: 10%; width:25px;}
img.start-02{top: 65%; right: 16%; width:50px;}
img.start-03{bottom: 20%; left: 15%; width:30px;}
img.start-04{bottom: 10%; left: 5%; width:40px;}
img.start-05{top: 80%; right: 20%; width:50px;}
img.maybay-01{top: 35%; right: 20%; width:100px;}
img.maybay-02{bottom: 20%; left: 10%; width:100px;}
@media(max-width:767px){
	img.start-01{top: 45%; left: 10%; width:20px;}
	img.start-02{top: 65%; right: 6%; width:45px;}
	img.start-03{bottom: 20%; left: 5%; width:20px;}
	img.start-04{bottom: 10%; left: 5%; width:30px;}
	img.start-05{top: 80%; right: 3%; width:40px;}
	img.maybay-01{top: 35%; right: 5%; width:35px;}
	img.maybay-02{bottom: 20%; left: 7%; width:45px;}
}
img.play-right,img.play-left{
	 position: absolute;
	 width:500px;
}
img.play-left {
   
    top: 30%;
    left: -10%;
}
img.play-right {
    bottom: 10%;
    right: -10%;
}
.col-note {
	width: 100%;
    padding-left: 19px;
    line-height: 1.3em;
    align-items: center;
    display: inline-flex;
}
.btn-messengerlink {
    position: fixed;
    bottom: 65px;
    right: 25px;
	z-index:1000000000;
}
/*BACK TO TOP*/
section.section-thele{
	z-index:10;
	overflow:hidden;
}
.text-justify {
    text-align: justify;
}
.title-thele {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    z-index: 100;
    color: #ff7248;
    text-transform: uppercase;
}
.title-thele>div{
	position:relative;
	z-index:10;
}
.title-before:after,.title-before:before{
	content:"";
	position:absolute;
	top:0;
}
.title-before:before{width:42px; height:45px; background:url(img/start-title.png) no-repeat;top:20px;left:-45px}
.title-before:after{
    width: 42px;
    height: 45px;
    background: url(img/start-title.png) no-repeat;
    top: -20px;
    right: -38px;
}
.title-before:after,.title-before:before{
	background-size: contain;
}
@media(max-width:992px){
	.title-before:after, .title-before:before{
		 width: 35px;
		height: 38px;
	}
	.title-before:before{
		top:10px;
	}
}
.content-title{font-size:20px;}
/*tabs-game*/
.tabs-game .nav.nav-tabs .nav-link {
    background: #C0DBF0;
    border: 0;
    color: #000;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 15px 15px 0 0;
}
.tabs-game .nav-tabs .nav-link.active{
	 background: #ffffff;
    color: #F7931E;
}
.tabs-game .tab-content {
    background: #fff;
    padding: 30px 15px;
    border-radius: 0 30px 30px;
    border: 0;
    font-size: 18px;
}
.timefromto span.time {
    padding: 5px 18px;
    background: #c0dbf0;
    border-radius: 10px 10px;
    color: #000;
    font-weight: bold;
    border: 2px solid;
}
/*tabs-game*/
.content-thele a {
    color: #ff6900;
}
.content-slide p{font-size:16px; font-style:italic;}
.content-slide .title{font-size:34px;}
button.splide__arrow{
	background:transparent;
}
button.splide__arrow svg{display:none;}
button.splide__arrow:after{
	content:"";
	width:50px;
	height:50px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	font-size:50px;
}
button.splide__arrow.splide__arrow--prev:after{
	content: "\f0d9";
}
button.splide__arrow.splide__arrow--next:after{
	content: "\f0da";
}
button.splide__arrow:hover:after{color:#000000;}
.item-content-cachthuc{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3em;
}
.cachthuc-1 {
    padding-right: 100px;
}
@media(max-width:992px){
	.cachthuc-1{padding-right:0;}
.cachthuc-1 .arrow-right{display:none;}
}
.cachthuc-1 .arrow-right {
    width: 103px;
    position: absolute;
    top: 50%;
    right: 0;
}
.cachthuc-1 .cachthuc-1-in{
	    background: url(../images/bg-content-01.png) no-repeat;
	background-size: 100% 100%;
    height: 300px;
    padding: 55px 65px 55px 55px;
}
.cachthuc-2 {
    background: url(../images/bg-content-02.png) no-repeat;
	background-size: 100% 100%;
    height: 300px;
    padding: 69px 42px 55px 48px
}
.cachthuc-3 {
    background: url(../images/bg-content-03.png) no-repeat;
	background-size: 100% 100%;
    height: 300px;
    padding: 67px 48px 50px 48px;
}
.footer .title-footer{
    font-size: var(--font-size-title);
    font-weight: bold;
	color: #fff;
    line-height: 1.5em;
}
footer.footer {
    background: transparent;
}
footer.content-footer p {
    display: inline-block;
    line-height: 1.5em;
    color: #ffffff;
    margin: 0;
    font-size: var(--font-size-content);
}
footer a {
    text-decoration: none;
	color:#fff;
}
footer a:hover {
    color: #c145ff;
}
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;
}
/**************Image Full**********/
.image-full{
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
	display:block;
}
.image-full:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.image-full>img{
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-full-cover>img{
	-o-object-fit: cover;
    object-fit: cover;
}
/**************Image Full End**********/
/**************start block nhan-qua-chat-choi**********/
.logo-banner {
	position: absolute;
    top: 30px;
    left: 30px;
}
.logo-banner img{
	max-width:100%;
	height: 45px;
}
@media(max-width:1500px){
	.logo-banner {
		top: 30px;
	}
	.logo-banner img {
		height: 50px;
	}
}
@media(max-width:1200px){
	.logo-banner img {
		height: 36px;
	}
}
@media(max-width:992px){
	.logo-banner {
		top: 15px;
		left: 10px;
	}
	.logo-banner img {
		height: 35px;
	}
}
@media(max-width:768px){
	.logo-banner {
		top: 10px;
		left: 15px;
	}
	.logo-banner img {
		height: 30px;
	}
}
@media(max-width:576px){
	.logo-banner {
		top: 5px;
		left: 10px;
	}
	.logo-banner img {
		height: 20px;
	}
}
@media(max-width:380px){
	.logo-banner {
		top: 5px;
	}
	.logo-banner img {
		height: 18px;
	}
}

.form-control {
    font-size: 20px;
    background: #f7f7f7;
    min-height: 50px;
    font-weight: bold;
}
.form-control:focus{
	background:#f1f1f1;
}
nav.scroll-tabs {
    overflow-x: auto;
    overflow-y: hidden;
}
nav.scroll-tabs .nav-tabs {
    min-width: 500px;
}
@media(max-width:767px){
	nav.scroll-tabs .nav-tabs{min-width:365px;}
	.form-control {
		font-size: 18px;
		background: #f7f7f7;
	}
}
@media(max-width:576px){
	.tabs-game .tab-content,.tabs-game .nav.nav-tabs .nav-link{
	    border-radius: 0;
	}
}
img.tab-img {
	width: 100%;
}
h3.title_tab{
	font-size: var(--font-size-title-xlarge);
}
.tab-item-content {
	position: absolute;
	top: 0;
	padding: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	 z-index: 10;
}
.tab-item-intro:after{
	position: absolute;
	top: 0;
	left: 0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	border-radius: 15px;
}
@media(max-width:992px){
	img.play-right, img.play-left {
		position: absolute;
		width: 100px;
	}
	.list-thele ul li .title-list{
		 font-size: 1.2rem;
		text-align: initial;
	}
}
@media(max-width:767px){
	body{font-size:16px;}
	.form-label{font-size:16px;}
	.item-content-cachthuc{font-size:18px}
	.content-slide p{font-size:14px;}
	.content-title,.tabs-game .tab-content{
		font-size: 16px;
	}
	.title-thele.title-after, .title-thele.title-before{padding:0;}
	.title-before:after, .title-before:before{display:none;}
	.content-slide .title{font-size:22px;}
	.btn-send {
		/* min-width: 130px; */
		min-height: 50px;
		/* font-size: 25px; */
	}
	.tabs-game .nav.nav-tabs .nav-link{
		font-size: 18px;
		padding: 10px 15px;
	}
	img.play-left {
		left: 0;
	}
	img.play-right {
		right: 0;
	}
}
@media(max-width:500px){
	.list-thele ul li .title-list{
		 font-size: 1.1rem;
		text-align: initial;
	}
}
body, html {
    background: rgb(17,14,14);
    min-height: 100%;
	color:#ffffff;
	  font-size: 16px;
	font-weight: 300;
    font-style: normal;
	line-height: 1.3em;
}
.note-footer a {
    color: #8413be;
}
h2.title.text-red {
    color: #ffffff;
	font-size:26px; 
}
.modal-form .form-contact {
    border-radius: 10px;
    padding: 20px;
    padding-top: 35px;
    background: #1d015c;
}
.modal-form button.btn-close{
	   position: absolute;
    right: 0;
    top: 0;
    right: 0;
    font-size: 22px;
    background: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.content-time p {
    margin: 0;
}
section.banner.position-relative {
    z-index: 10;
}
.line-banner-botton img{display:block; width:100%;}
.section-rocket .content-time-intro {
	color: #be2426;
	position:relative; 
	z-index:10;
}
.section-rocket .content-time-intro .title{
	font-size: 36px;
	font-weight: bold;
	line-height:1.5em;
}
.section-rocket .content-time-intro .content p, .section-rocket .content-time-intro .content{
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5em;
}
.img-line-intro{z-index:100;}
.image-song {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 350px;
    z-index: 1;
}
.image-ong-gia-noel{
    position: absolute;
     bottom: 25%;
    right: 0;
    width: 350px;
    z-index: 1;
}
@media(max-width:1500px){
	.image-song {
		width: 300px;
	}
}
@media(min-width:1024px){
	.section-rocket .content-time-intro .title{
		width: 100%;
	}
	.section-rocket .content-time-intro .content{
		width: 100%;
	}
	.section-rocket .content-time-intro {
		padding: 30px;
	}
}

@media(min-width:992px){
	.section-rocket .content-time-intro .title{
		width:100%;
	}
	.section-rocket .content-time-intro .content{
		width: 100%;
	}
	
}

.content-time:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
	z-index:-1;
}

.content-time-text, .content-time-text p{
    font-size: 36px;
    line-height: 1.3em;
	color:#c83624;
}
@media(max-width:767px){
	.content-time-text, .content-time-text p{
		font-size:26px;
	}
	.section-rocket .content-time-intro .content p{
		font-size: 16px;
		line-height: 1.5em;
	}
}
.content-time-text p>span {
    font-weight: bold;
	color:#000000;
}
img.rocket {
     position: absolute;
    bottom: 0;
    right: -7%;
    width: 180px;
    z-index: 10;
	margin:0;
	opacity:0.7;
}

.section-laptop .content-time {
    padding:50px 30px;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    padding-left: 310px;
}
img.laptop {
    position: absolute;
    top: -32%;
    left: -7%;
    width: 375px;
	z-index:10;
}

.section-gift .col-list-gift>.row{
	position:relative;
	z-index:10;
}
.section-gift .container{
	position:relative;
	z-index:10;
}
.title-gift {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 20px;
}
.content-gift p {
    margin-bottom: 5px;
}
.content-gift {
    font-size: 16px;
    line-height: 1.3em;
}
.gift-item {
    color: #ffffff;
}
section.section-intro {
    position: relative;
    z-index: 100;
}
.section-intro-after{
	 position: relative;
}
section.section-gift {
    position: relative;
    z-index: 10;
}
section.section-thele{
	z-index: 1;
}
.gift-box {
    position: absolute;
    top: 0;
	z-index:0;
}
.gift-box img{
    width:100px;
	max-width:100%;
}
.gift-box.gift-box-01 {
    top: 10%;
    left: 15%;
}
.gift-box.gift-box-011 {
    top:87%;
    right: 35%;
}

.gift-box.gift-box-011 img {
    width: 50px;
    transform: rotate(0);
}

.gift-box.gift-box-02 {
    top: 60%;
    right: 16%;
}
.gift-box.gift-box-02 img {
    width: 125px;
}
.gift-box.gift-box-03 {
    top: 40%;
    left: 7%;
}
.gift-box.gift-box-03 img {
    width: 150px;
}
.gift-box.gift-box-04 {
    top: 90%;
    left: 10%;
}
.gift-box.gift-box-05 {
    right: 8%;
    top: calc(100% - 90px);
}
.gift-box.gift-box-05 img{
	width:180px;
}
.image-gift img {
    max-width: 380px;
}
@media(min-width:992px){
	.image-gift img{width:450px;  max-width: 450px;}
}
body, html{
    background: #0d0127;
}
.phone-number-default>strong{line-height:40px;}
.phone-number-default, .phone-number-default:after, .phone-number-default>strong{
	background:#8413be;
}
.phone-number-default>strong,.btn-click-social{color:#fff;}
.phone-number-default>strong:before{border-left-color:#8413be;}
.logo-banner img {
    height: 65px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.btn-click-social{
	width: 60px;
    height: 60px;
}
.btn-click-social i {
    font-size: 18px;
}
@media(max-width:1200px){
	.logo-banner img {
		height: 55px;
	}
	.section-rocket .content-time{padding-right: 185px;}
	.section-laptop .content-time{padding-left: 325px;}
	img.rocket{width: 150px;  right:0%; opacity: 0.6;}
	img.laptop {
		position: absolute;
		top: 12%;
		left: 0;
		width: 330px;
	}
	.gift-box img{width:80px;}
	.gift-box.gift-box-01 {
		opacity:0.35;
		top: 0%;
	}
	.gift-box.gift-box-02 {
		right:2%;
		opacity:0.5
	}
	.gift-box.gift-box-03 {
		top: 25%;
		left: 5%;
	}
	.gift-box.gift-box-03 img {
		width: 150px;
	}
}
@media(max-width:992px){
	.logo-banner img {
		height: 45px;
	}
	.image-gift img {
		max-width: 280px;
	}
	.section-rocket .content-time{padding-right: 190px;}
	.section-laptop .content-time{padding-left: 275px;}
	img.rocket{
		    width: 120px;
		bottom: 0%;
		right: -5%;
		opacity:0.35;
	}
	img.laptop {
		position: absolute;
		top: 12%;
		left: -8%;
		width: 330px;
	}
	.gift-box{
		opacity:0.5
	} 
	.gift-box img{width:100px;}
	.gift-box.gift-box-01 {
		top: 1%; 
	}
	.gift-box.gift-box-02 {
		right: 2%;
		opacity:0.45
	}
	.gift-box.gift-box-02 img{
		 width: 70px;
	}
	.gift-box.gift-box-03 {
		top: 13%;
		left: 5%;
	}
	.gift-box.gift-box-03 img{
		 width: 70px;
	}
}

@media(max-width:767px){
	.logo-banner img {
		height: 35px;
	}
	.image-gift img {
		max-width: 230px;
	}
	img.laptop {
		position: absolute;
		top: 30px;
		left: 50%;
		width: 215px;
		transform: translateX(-50%);
	}
	.section-laptop .content-time {
		padding: 20px;
		padding-top: 200px;
	}
	img.rocket {
		width: 112px;
		bottom: 0;
	}
	.section-rocket .content-time {
		padding: 20px;
		padding-bottom: 52px;
	}
	.gift-box.gift-box-01 {
		top: 4%;
	}
	.gift-box img{
		opacity:0.5;
	}
	.gift-box.gift-box-01 img{
		 width: 45px;
	}
}
@media(max-width:450px){
	.logo-banner img {
		height: 20px;
	}
	.image-gift img {
		max-width: 220px;
	}
	
}
@media(min-width:767px){
	.section-form{
		position:relative;
	}
}
@media(min-width:992px){
	.section-form:after,.section-form:before{
		width:70px;
		height:201px;
	}
}
@media(min-width:1200px){
	.section-form:after,.section-form:before{
		width:80px;
		height:230px;
	}
}
#preloader:after, #preloader:before{
	background:#ffc235;
}
main.main-background.position-relative{
	z-index:100;
}
.container{
    position: relative;
    z-index: 100;
}
@media(min-width:992px){
	figure.effect-sarah .content-text {
			margin-top: 40px;
	}
	figure.effect-sarah h2{
		top:calc(50% - 78px);
	}
}
.tab-item-intro figure.effect-sarah {
    border-radius: 0;
    overflow: inherit;
    border: 0;
    padding-bottom: 50px;
    margin: 0;
    overflow: hidden;
}
.tab-item-intro-xmas figure.effect-sarah h2{
	padding-top: 30px;
}
@media(max-width:992px){
	.tab-item-intro-xmas figure.effect-sarah h2{padding-top:20px;}
}
.title-thele{
	display: inline-block;
	font-size: 2.4rem;
}
small.text-red{
	color:#ffffff;
}
.title-red span,.title-red{
	color:#ffffff;
}
.form-control{
background: #ffffff;
    border-color: #670c95;
}
.text-black span,.text-black{color:#be2426;}
.section-form .title-thele{
	color:#ffffff;
}
.gift-box.gift-box-snow-top {
    left: 10%;
    top: 18%;
}
.gift-box.gift-box-snow-top img{width: 108px;}
.content-gift .title {
    padding: 5px 15px 1px;
    background: #fff;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 9px;
    border-radius: 16px;
	font-size:20px;
}
.content-gift .title-img{
	padding: 0;
    background: transparent;
}
.content-gift .title-img .name{display:none;}
.content-gift .content{
	font-size:18px;
}
.section-form img.image-position-intro{
	position:absolute;
}
.section-form img.image-position-bido {
    left: 0;
    top: -1px;
}
img.image-position-intro.image-position-bidolo{
    bottom: 82px;
    right: 10px;
    width: 230px;
	position:absolute;
}
.loader-wrap.dark{
	background: #0d0127;
}
.form-select{
	border-color: #ffc235;
}
.uploader-list .uploader-label .name_file{color:#000;}
.uploader-list .uploader-label .name_file {
    display: inline-flex;
    align-items: center;
}
#stars-js {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: transparent;
    z-index: 1;
}
@media(max-width:992px){ 
	.btn-send {
		/* min-height: 45px; */
		/* font-size: 24px; */
	}
}
figure.effect-sarah figcaption:after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    content: "";
    width: 70px;
    height: 70px;
    background: transparent url(../images/btn-wp.png) no-repeat;
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.3s ease 0s;
    background-size: 100%;
}

figure.effect-sarah:hover img{opacity:1;}
.tab-item-intro-xmas figure.effect-sarah h2,figure.effect-sarah .content-text{color:#ffffff;}
.tab-item-intro:after, figure.effect-sarah:after{display:none;}
/* .loader-wrap { */
    /* background: #f88000 !important; */
/* } */
@media(max-width:1200px){
	.title-thele{
		 font-size: 1.8rem;
	}
	.image-song {
        width: 270px;
        opacity: 0.5;
    }
	.image-ong-gia-noel {

		width: 250px;
		opacity: 0.5;
	}
	img.image-position-bido,.gift-box.gift-box-snow-top img{
		width: 335px;
	}
	.image-position-bidolo {
		bottom: 170px;
		width: 150px;
		opacity: 0.7;
	}
}
@media(max-width:992px){
	figure.effect-sarah figcaption:after{display:none;}
	.title-thele{
		 font-size: 1.8rem;
	}
	.image-song {
        width: 200px;
        opacity: 0.5;
    }
	.image-ong-gia-noel {

		width: 185px;
		opacity: 0.5;
	}
	img.image-position-bido, .gift-box.gift-box-snow-top img{
		width: 150px;
	}
	img.image-position-intro.image-position-bidolo {
		bottom: 170px;
		width: 140px;
		opacity: 0.7;
	}
}
@media(max-width:767px){
	.title-thele{
		 font-size: 1.8rem;
	}
	.image-song {
        width: 150px;
        opacity: 0.5;
    }
	img.image-position-bido,.gift-box.gift-box-snow-top img{
		width: 205px;
	}
	img.image-position-intro.image-position-bidolo {
		bottom: 170px;
		width: 140px;
		opacity: 0.7;
	}
}
@media(max-width:576px){
	.title-thele{
		 font-size: 1.6rem;
	}
	 .image-song {
        width: 150px;
        opacity: 0.5;
    }
	img.image-position-bido, .gift-box.gift-box-snow-top img{
		width: 150px;
	}
	img.image-position-intro.image-position-bidolo {
		bottom: 170px;
		width: 140px;
		opacity: 0.7;
	}
	.image-ong-gia-noel {
        width: 120px;
    }
	.title.title-img {
		max-width: 75%;
		margin: 0 auto;
		margin-top: 10px;
	}
}

@media (max-width: 450px) {
	.title-thele{
		 font-size: 1.4rem;
	}
    img.image-position-intro.image-position-bidolo {
        bottom: 160px;
        width: 125px;
    }
    .title.title-img {
        max-width: 225px;
    }
}
/*******Section Tiêu chí********/
.title-tieuchi {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    background: rgba(46, 5, 87, 0);
    background: -moz-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 5, 87, 0)), color-stop(25%, rgba(46, 5, 87, 1)), color-stop(50%, rgba(46, 5, 87, 1)), color-stop(77%, rgba(46, 5, 87, 1)), color-stop(100%, rgba(13, 13, 13, 0)));
    background: -webkit-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: -o-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: -ms-linear-gradient(left, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    background: linear-gradient(to right, rgba(46, 5, 87, 0) 0%, rgba(46, 5, 87, 1) 25%, rgba(46, 5, 87, 1) 50%, rgba(46, 5, 87, 1) 77%, rgba(13, 13, 13, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0557', endColorstr='#0d0d0d', GradientType=1 );
    display: inline-block;
    margin: 0;
    padding: 5px 30px 10px;
    line-height: 1.5em;
}
@media (max-width: 450px) {
	.title-tieuchi {
		font-size: 20px;
	}
}
.content-list ul{
	    margin: 0;
    padding: 0;
}
.content-list ul li {
    font-size: var(--font-size-content);
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 35px;
    margin-bottom: 10px;
}
.content-list ul li .title {
    font-size: 18px;
}
@media (max-width: 767px) {
	.content-list ul li .title {
		font-size: 16px;
	}
}
.content-list ul li p {
    margin: 0;
	text-align: justify;
}
.content-list ul li:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(img/start.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}
/*****END Section Tiêu chí******/
/*****Section BAITHI******/
.section-post .title {
    text-decoration: none;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    margin: 10px 10px;
}
.section-post .gift-item {
    color: #ffffff;
	background: #500875;
	background: -moz-linear-gradient(top, rgba(80,8,117,1) 0%, rgba(138,14,160,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,8,117,1)), color-stop(100%, rgba(138,14,160,1)));
	background: -webkit-linear-gradient(top, rgba(80,8,117,1) 0%, rgba(138,14,160,1) 100%);
	background: -o-linear-gradient(top, rgba(80,8,117,1) 0%, rgba(138,14,160,1) 100%);
	background: -ms-linear-gradient(top, rgba(80,8,117,1) 0%, rgba(138,14,160,1) 100%);
	background: linear-gradient(to bottom, rgba(80,8,117,1) 0%, rgba(138,14,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500875', endColorstr='#8a0ea0', GradientType=0 );
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #650194;
	height:100%;
}
.section-post .gift-item .image {
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
}
a.page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    background: #fff;
	color: #000;
    border: 0;
    justify-content: center;
}
.page-link:hover{color: #000;}
.active>.page-link, .page-link.active {
    background: #8413be;
}

/***END Section BAITHI****/
#back-top {
	background: #8413be;
    bottom: 100px;
    width: 40px;
    height: 40px;
    right: 40px;
}
@media (max-width: 992px) {
    #back-top {
		bottom: 105px;
		right: 29px;
    }
}
.btn-fixed-right {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}
@media (max-width: 992px) {
	.btn-fixed-right {
		right: 20px;
		bottom: 30px;
	}
    .btn-click-social {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
	.btn-fixed-right {
		right: 20px;
		bottom: 30px;
	}
    .btn-click-social {
        width: 60px;
        height: 60px;
    }
}
.modal-dialog-scrollable .modal-body {
    overflow: initial;
}
.modal-dialog-scrollable .modal-content{border:0;}
body .modal-content{
	background: #500875;
    background: -moz-linear-gradient(top, rgba(80, 8, 117, 1) 0%, rgba(138, 14, 160, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80, 8, 117, 1)), color-stop(100%, rgba(138, 14, 160, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 8, 117, 1) 0%, rgba(138, 14, 160, 1) 100%);
    background: -o-linear-gradient(top, rgba(80, 8, 117, 1) 0%, rgba(138, 14, 160, 1) 100%);
    background: -ms-linear-gradient(top, rgba(80, 8, 117, 1) 0%, rgba(138, 14, 160, 1) 100%);
    background: linear-gradient(to bottom, rgba(80, 8, 117, 1) 0%, rgba(138, 14, 160, 1) 100%);
}
.modal-dialog-scrollable .modal-body{padding-top:0;}
button.btn-close {
    background: transparent;
    color: #fff;
    opacity: 1;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
}
body .modal-header {
    border: 0;

}
body .modal-header .linkfbmodal a{
    color:#ffffff;
}
.linkfbmodal {
    margin-top: 25px;
}
@media(max-width:576px){
	body .modal-header {
		border: 0;
		display: block;
		text-align: center;
	}
	.modal-post .modal-title {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.linkfbmodal {
		margin-top: 0;
		font-size: 13px;
	}
    .section-post .title {
        font-size: 14px;
        margin: 10px 3px;
    }
	.link-post a{font-size:12px;}
	.section-post .gift-item{
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
	.section-post .gift-item .image {
		border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
	}
}
.btn-close:hover,.btn-close:focus{
	outline: none;
	box-shadow:none;
	color:#fff;
}
body .fancybox__container{
	z-index: 10009;
}
button.splide__arrow:after{color:#fff;}
button.splide__arrow:hover:after{
	color:#fff;
}
.slider-splide-gallery .image-gallery-main{background:#000000;}
.menu-line .underline {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background: #9318d3;
	transition: 0.3s ease-out;
	border-radius: 2px;
}
.tabpost.tabpost-hot .nav-tabs{
	border: 0;
}
.tabpost.tabpost-hot button.nav-link {
	border: 0;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	background: transparent;
	padding: 7px 3px;
	margin: 0 15px;
}
.tabpost.tabpost-hot button.nav-link:focus,.tabpost.tabpost-hot button.nav-link:active{
	outline:none!important;
	box-shadow:none !important;
}
@media(max-width:767px){
	.tabpost.tabpost-hot button.nav-link{font-size:18px;}
}
.modal-form .modal-content {
    background: #180120 url(img/bg-ss-02.png) no-repeat;
    background-size: cover;
    background-position: top center;
	border-radius: 10px;
    overflow: hidden;
}
.modal-form .form-contact{background:transparent;}
.modal-form .modal-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.modal-form .modal-body{
	z-index:10;
}
.col-list-title{
	position:relative;
	z-index:10;
}
@keyframes floatBanner {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.gift-item.gift-item-main{
	animation: floatBanner 3s ease-in-out infinite;
}

.gift-item.gift-giai-04 {
    margin-top: -14%;
}
.section-intro-after{
    background: #180120 url(img/bg-full.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.content-list.content-list-all {
    padding: 24px;
    background: rgb(82 0 73 / 50%);
    border-radius: 15px;
}
.form-floating>label{
	pointer-events: none;
}
@media(max-width:767px){
	.content-list.content-list-all {
		padding: 20px 15px;
		background: rgb(82 0 73 / 50%);
		border-radius: 15px;
	}
}
@media(min-width:992px){
	.row-gift-list .gift-item img{width:85%}
	.row-gift-list .gift-item.gift-item-main img{width:100%}
}