.col-button a {
    margin: 0 10px;
}
#stars-js {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: transparent;
	z-index: 1000;
	pointer-events: none;
}
/******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: #ffffff;
    -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: 180px;
}
@media(max-width:767px){
	.loading img{max-width:160px;}
}
.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******/
small.text-red{color:#fff;}
a {
    color: #000;
}
: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-item h3 {
    font-weight: 300;
}
.list-features-item .icon {
    width: 100px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.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: 30px;
    background: #ffffff;
    padding: 30px 40px;
}
.swal2-html-container{margin-top:1rem !important;}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny {
    font-size: 1.3rem !important;
    padding: 5px 20px 2px 20px;
    background: #7367f0 !important;
}
img{max-width:100%;}
body {
    font-size: 18px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-weight: 300;
    font-style: normal;
	overflow-x:hidden;
	line-height: 1.5em;
	color:#000000;
}
section.py-5.position-relative.section-thele {
    z-index: 100;
}
.banner-in img{width:100%;}
.color-white{color:#ffffff;}
body,html{
	min-height:100%;
background: var(--bg-color);
}
main{background:#fff;}
.form-floating>label{color:#333;}
.btn-send {
    border: 0;
    min-width: 200px;
    color: #fff !important;
    font-size: 22px;
    padding-bottom: 2px;
    background:var(--color-secondary);
    border: 0;
}
.btn-send:hover,.btn-send:focus{
    background:var(--color-secondary);
	color:#ffffff;
}
.form-label{
    font-size: 18px;
}
.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;
}
.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(../media/nhan-qua-chat-choi/img/arrow.png) 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:100;
}
.text-justify {
    text-align: justify;
}
.title-thele {
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}
.title-thele>.title-thele-bg{
	position:relative;
	padding:10px;
}
.title-thele>.title-thele-bg:after {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 125%;
    height: 150%;
    background: url(../images/bg-title.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}
.title-thele>.title-thele-bg>span {
    position: relative;
    z-index: 100;
	color:#fff;
	line-height:1.3em;
	
}
.title-thele>div{
	position:relative;
	z-index:10;
}
@media(max-width:992px){
	.title-thele.title-after, .title-thele.title-before{padding:0 122px;}
	.title-after:after, .title-before:before{
		 width: 160px;
		height: 34px;
	}
}
.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;
	color:#F4C70B;
}
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;}
/*******start btn policy********/
button.title-arrow.title-arrow-bg {
	background: transparent;
    border: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #92001b;
	padding-right:45px;
	line-height:1.3em;
}
@media(max-width:767px){
	button.title-arrow.title-arrow-bg{font-size:24px;}
	button.title-arrow.title-arrow-bg:after{
		width: 20px;
		height: 11px;
	}
}
button.title-arrow.title-arrow-bg:focus,button.title-arrow.title-arrow-bg:active{
	border:0;
	box-shadow:none;
	outline:none;
}
button.title-arrow.title-arrow-bg>span{
	position:relative;
	z-index:1;
}
button.title-arrow.title-arrow-bg:before{
	 content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 125%;
    height: 150%;
    background: url(../images/btn-line-policy.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}
@media(max-width:767px){
	button.title-arrow.title-arrow-bg:before{
		width:100%;
		height:100%;
	}
}
button.title-arrow.title-arrow-bg:after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:35px;
	height:20px;
	background:url(../images/arrow-bottom.png) no-repeat;
	background-size:100% 100%;
	transform: translateY(-50%);
}
/*******end btn policy********/
/*******start thele********/
.block-title{
	
}
.title-arrow {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    color: #92001b;
    font-size: 20px;
}
.title-arrow:before {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 125%;
    height: 150%;
    background: url(../images/btn-line-policy.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}
@media(max-width:767px){
	.title-arrow:before{
		width: 100%;
	}
}
.block-list {
    list-style: none;
    padding: 0;
    padding-left: 15px;
}
.block-list li {
    position: relative;
    padding-left: 35px;
}
.block-list li:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:30px;
	height:24px;
	background:url('../images/icon-list.png') no-repeat;
	background-size:100% 100%;
}
/*******end thele********/
/***************/
.footer .title-footer{
    font-size: var(--font-size-title);
    font-weight: bold;
	color: #fff;
}
footer.footer {
    background: #181818;
}
.content-footer{font-size:13px;}
.col-lg-social{
    margin-bottom: 20px;
}
.col-lg-social:last-child{
    margin-bottom: 0px;
}
.icon-social a{color:#ffffff; font-size:20px; text-decoration:none;}
.icon-social a .icon{font-size:40px;}
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;
}
@media(max-width:450px){
	.icon-social a .icon{font-size:30px;}
	.icon-social a {font-size:18px}
	button.title-arrow.title-arrow-bg {
		padding-right: 30px;
		font-size: 22px;
	}
	button.title-arrow.title-arrow-bg:after {
		top: 20%;
		right: 10px;
		width: 20px;
		height: 11px;
	}
}
/******************/
@media(min-width:992px){
figure.effect-sarah figcaption>h2:after{
    position: absolute;
    bottom: -30px;
    left: 50%;
    content: "";
    width: 43px;
    height: 30px;
    background: transparent url(../images/btn-top.png) no-repeat;
    transform: translateX(-50%);
	opacity:1;
	transition: all 0.3s ease 0s;
}
figure.effect-sarah:hover figcaption>h2:after{
	opacity:0;
	transition: all 0.3s ease 0s;
}
}
/******************/
/**************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: 40px;
    left: 2vw;
	line-height:0;
}
.logo-banner img{
	max-width:100%;

}
.logo-banner img{height:40px}
@media(max-width:1500px){
	.logo-banner {
		top: 20px;
	}
}
@media(max-width:992px){
	.logo-banner img{height:30px}
}
@media(max-width:768px){
	.logo-banner {
		top: 10px;
	}
	.logo-banner img{height:20px}
}

@media(max-width:576px){
	.logo-banner img{height:20px}
}
@media(max-width:450px){
	.logo-banner img{height:15px}
}
@media(max-width:350px){
	.logo-banner img{height:10px}
}
.form-control {
    font-size: 1.1rem;
    background: #ffffff;
    min-height: 55px;
}
@media(max-width:767px){
	.form-control {
		font-size: 1rem;
		min-height: 40px;
	}
}
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;}
}
@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;
		}
		
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	overflow:hidden;
}
figure.effect-sarah img{}
figure.effect-sarah {
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.tab-item-intro figure.effect-sarah{
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #7927d1;
}
@media(min-width:992px){
	figure.effect-sarah:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(123,37,216,0.2);
		transition:all 0.3s ease-in-out;
	}
	figure.effect-sarah:hover:after{
		background: rgba(123,37,216,0.8);
	}
	figure.effect-sarah:hover img {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figure.effect-sarah figcaption {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    z-index: 10;
    height: 100%;
    line-height: 1.3em;
	}

	figure.effect-sarah h2 {
		position: absolute;
		margin:0;
		width:100%;
		padding: 25px;
		padding-bottom:10px;
		top: calc(100% - 125px);
		transition: position 0.3s;
		transition: top 0.5s ease 0s;
		left:0;
	}
	figure.effect-sarah:hover figcaption>h2 {
		top: 0;
		transition: top 0.5s ease 0s;
	}

	figure.effect-sarah .content-text {
		padding: 1em 0;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
			margin-top: 40px;
			font-weight:300;
	}

	figure.effect-sarah:hover .content-text  {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}
@media(max-width:992px){
	figure.effect-sarah figcaption{
		text-align: left;
			position: relative;
			padding: 20px;
			z-index:10;
	}
	figure.effect-sarah>img{
		z-index: 1;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	figure.effect-sarah:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(123,37,216,0.6);
		z-index:1
	}
}
.nav-link-color {
	width: 50px;
	height: 50px;
}
.tab-color-choose {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.color-choose-image {
	padding-left: 50px;
}
@media(max-width:767px){
	.nav-link-color {
		width: 35px;
		height: 35px;
	}
	.color-choose-image{padding-left:20px;}
}
/**************end block nhan-qua-chat-choi**********/
@media(max-width:1200px){
	.title-thele{font-size:2.8rem;}
}
@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;
	}
	.title-thele{font-size:2.6rem;}
}
@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-thele{font-size:28px;}
	.title-after:after, .title-before:before{display:none;}
	.content-slide .title{font-size:22px;}
	.btn-send {
		 min-width: 135px;
		font-size: 16px;
	}
	.col-button a {
		margin: 0 4px;
		padding:7px 3px 3px;
	}
	.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){
	.title-thele{font-size:22px;}
	.list-thele ul li .title-list{
		 font-size: 1.1rem;
		text-align: initial;
	}
}
#stars-js {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: transparent;
	z-index:1;
}

/***********list time**********/
ul.list-time {
    list-style: none;
    padding: 0;
    text-align: center;
	position:relative;
}
ul.list-time li .time-item-wp {
    position: relative;

}
ul.list-time li .time-item-wp .title-time {
    padding-bottom: 16px;
}

@media(max-width:768px) {
     ul.list-time {
         counter-reset: section;
     }

	ul.list-time li {
		width: 33.3333%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

     ul.list-time li .time-item{
         background: #e7e7e7;
         padding: 10px;
         border-radius: 10px;
         height: 100%;
         width: 100%;
     }

      ul.list-time li:after {
         width: auto;
         height: auto;
         background: transparent;
         transform: initial;
         top: 0;
         left: 0;
         display: none;
     }

      ul.list-time li:after {
         counter-increment: section;
         content: counter(section);
         top: 0;
         left: 0;
         position: absolute;
         color: white;
         background: #555;
         border: 5px solid #555;
         padding: 2px;
         border-radius: 50%;
         width: 25px;
         height: 25px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         font-size: 14px;
     }
 }
 @media(max-width:550px) {
	ul.list-time li {
		width: 85%;
	}
	
 }

@media(min-width:992px){
	ul.list-time:after {
		position: absolute;
		content: "";
		top:35%;
		left: 0;
		transform: translateY(-50%);
		height: 6px;
		width: 100%;
		background: rgba(239,153,167,1);
	background: -moz-linear-gradient(left, rgba(239,153,167,1) 0%, rgba(180,97,211,1) 31%, rgba(178,95,212,1) 32%, rgba(91,119,236,1) 64%, rgba(47,205,220,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,153,167,1)), color-stop(31%, rgba(180,97,211,1)), color-stop(32%, rgba(178,95,212,1)), color-stop(64%, rgba(91,119,236,1)), color-stop(100%, rgba(47,205,220,1)));
	background: -webkit-linear-gradient(left, rgba(239,153,167,1) 0%, rgba(180,97,211,1) 31%, rgba(178,95,212,1) 32%, rgba(91,119,236,1) 64%, rgba(47,205,220,1) 100%);
	background: -o-linear-gradient(left, rgba(239,153,167,1) 0%, rgba(180,97,211,1) 31%, rgba(178,95,212,1) 32%, rgba(91,119,236,1) 64%, rgba(47,205,220,1) 100%);
	background: -ms-linear-gradient(left, rgba(239,153,167,1) 0%, rgba(180,97,211,1) 31%, rgba(178,95,212,1) 32%, rgba(91,119,236,1) 64%, rgba(47,205,220,1) 100%);
	background: linear-gradient(to right, rgba(239,153,167,1) 0%, rgba(180,97,211,1) 31%, rgba(178,95,212,1) 32%, rgba(91,119,236,1) 64%, rgba(47,205,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef99a7', endColorstr='#2fcddc', GradientType=1 );
		border-radius: 999px;
	}
	ul.list-time li .icon{
	    position: absolute;
		left: 50%;
		bottom: -6px;
		transform: translateX(-50%);
	}
}
@media(min-width:1200px){
	ul.list-time li .icon{
	    position: absolute;
		left: 50%;
		bottom: -6px;
		transform: translateX(-50%);
	}
	ul.list-time:after{top:45%;}
}
ul.list-time>li{
	position:relative;
	z-index:1;
}
/*********end list time*******/
.modal-form .modal-content{
	overflow:hidden;
}
.btn-close{
	position:absolute;
	top:0;
	right:0;
	background:transparent;
	font-size:30px;
	color:#fff;
}
.btn-close:hover,.btn-close:focus,.btn-close:active{
	box-shadow:none;
	border:0;
	color:#ffffff;
}
.btn-close i{
	font-weight:300;
}
.form-check-label a {
    font-style: italic;
    color: #fff;
    font-weight: 300;
}

.image-post-list-full, .image-post-list-full .review-attach-list,.image-post-list-full .list-image, .image-post-list-full .uploader-list,.image-post-list-full .uploader-list .uploader{
	width:100%;
}
.image-post-list-full .uploader-list .uploader:not(.insert-file) .uploader-label i:before, .image-post-list-full .uploader-list .uploader:not(.insert-file) .uploader-label i:after {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: calc(50% - 7px);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-style: italic;
}
.image-post-list-full .uploader-list .uploader:not(.insert-file) .uploader-label i:before {
    content: "Upload";
}
.image-post-list-full .uploader-list .uploader:not(.insert-file) .uploader-label i::after {
    content: "HĂ¬nh áº£nh";
    margin-top: 18px;
}

.image-post-list-full .insert-file .uploader-label{
	font-size:20px;
}

.breadcrumbs ol {
    padding: 0;
    margin: 0;
    font-style: italic
}

.breadcrumbs ol li {
    position: relative;
    padding: 5px 0px 5px 5px;
    display: inline-block;
    color: #fff;
	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: #ffffff
}

.breadcrumbs ol li:first-child {
    padding-left: 0
}

.breadcrumbs ol li:last-child a span,
.breadcrumbs ol li:last-child span {
    color: #3fbaf7;
    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:#fff;}
.inforText.link-a {
    color: #fff;
    font-size: 13px;
}
.inforText a{
	 color: #fff;
}