
body{
	font-family:"Montserrat", sans-serif;
}
/**************/
header.header-form .menu>li>a {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
header.header-form .menu>li>a:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -1.75em;
    margin: 0;
    transform: translateY(-50%);
}
header.header-form .menu>li:last-child>a:after{
	display:none;
} 
/**************/
.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%;
}

/******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: #ff7248;
}
: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%;
    padding:1.5rem 1rem;
	width:350px;
	max-width:100%;
	margin:0 auto;
}
@media(max-width:576px){
	.list-features-items .list-features-item {
		padding:0;
	}
}
.list-features-item .content {
    line-height: 1.2em;
    font-size: 16px;
	color:#ffffff;
}
.list-features-item h3 {
    font-weight: 300;
}
.list-features-item .icon {
    width: 55px;
    margin: 0 auto;
	margin-bottom: 10px;
}
@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;
	}
}
.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: #ffffff;
}
.swal2-content {
    line-height: 1.5em;
    margin-top: 10px !important;
}
.swal2-html-container{margin-top:1rem !important;}
.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%;}
body {
    font-size: 16px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: normal;
    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;}
.form-floating>label{color:#333;}
.btn-send:hover,.btn-send:focus{
	  background: #fff;
    border-color: #ff7248;
	color:#ff7248;
}
.form-label{
    font-size: 14px;
	margin-bottom:3px;
}
.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: #f1f1f1;
    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;
    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;
}
/*BACK TO TOP*/
#back-top {
	background-image: linear-gradient(to right, #60a93d, #305e19);
}
@media (max-width:992px) {
	#back-top {right:15px;}
}
#back-top svg{
	    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 32px;
    height: 32px;
    fill: #FFFFFF;
}
#back-top:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.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: 34px;
    font-weight: bold;
    position: relative;
    z-index: 100;
    color: #ffffff;
    text-transform: uppercase;
}
.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;}
.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;
}
footer.footer {
    background: #181818;
}
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;
}
/**************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{
	-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;
	}
}
@media(max-width:380px){
	.logo-banner {
		top: 5px;
	}
	.logo-banner img {
		height: 15px;
	}
}

.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;}
}
@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:1200px){
	.title-thele{font-size:30px;}
}
@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:28px;}
}
@media(max-width:767px){
	body{font-size:16px;}
	.form-label{font-size:14px;}
	.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: 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){
	.title-thele{font-size:20px;}
	.list-thele ul li .title-list{
		 font-size: 1.1rem;
		text-align: initial;
	}
}

body, html {
    background: rgb(17,14,14);
    min-height: 100%;
}
label.error{
	background:#ffea88;
	color:#be2426;
}
h2.title.text-red {
    color: #be2426;
}

.modal-form .form-contact {
    border-radius: 10px;
    padding: 20px;
    padding-top: 35px;
    background: #fffbe1;
}
.content-time p {
    margin: 0;
}
.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{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5em;
}
.img-line-intro{z-index:100;}
@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: #be2426;
}
section.section-intro {
    position: relative;
    z-index: 100;
}
section.section-gift {
    position: relative;
    z-index: 10;
}
section.section-thele{
	z-index: 1;
}
.gift-box {
    position: absolute;
    top: 0;
}
.gift-box img{
    width:100px;
	max-width:100%;
}
.gift-box.gift-box-01 {
    top:75%;
    right: 15%;
}

.gift-box.gift-box-01 img {
    width: 90px;
    transform: rotate(130deg);
}

.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: 10%;
    left: 10%;
}
.gift-box.gift-box-02 img {
    width: 100px;
}

.gift-box.gift-box-03 {
	top: 66%;
    left: 2%;
}
.gift-box.gift-box-03 img {
    width: 75px;
    transform: rotate(-15deg);
}
.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;
}
footer.footer,body, html{
    background: #980d0d;
}
@media(max-width:1200px){
	.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:100px;}
	.gift-box.gift-box-01 {
		opacity:0.35;
		top: 0%;
		right: -5%;
	}
	.gift-box.gift-box-02 {
		top: 50%;
		left:-2%;
		opacity:0.5
	}
}
@media(max-width:992px){
	.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: 8%;
		right: -4%;
	}
	.gift-box.gift-box-02 {
		top: 88%;
		left: -8%;
		opacity:0.5
	}
	.gift-box.gift-box-05 img{
		 width: 115px;
	}
}

@media(max-width:767px){
	.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%;
		right: -10%;
	}
	.gift-box img{
		opacity:0.5;
	}
	.gift-box.gift-box-05 img{
		 width: 115px;
	}
}
@media(max-width:450px){
	.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:#000000;
}
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;}
}
body, html{
	background:url(../../media/seagate-promotion/img/bg-ctnq.png) #c9f1b3;
}

small.text-red{
	color:#be2426;
}
.title-red span,.title-red{
	color:#be2426;
}
.list-features-item .content{
		color:#fff8ce;
}
.form-control{
	background: #ffffff;
    border-color: #980d0d;
}
.text-white span{color:#ffffff;}
.text-black span,.text-black{color:#000000;}
.section-form .title-thele{
	color:#ffffff;
}
.btn.btn-join{
    background: rgba(255,146,105,1);
    background: -moz-linear-gradient(left, rgba(255,146,105,1) 0%, rgba(233,83,58,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,146,105,1)), color-stop(100%, rgba(233,83,58,1)));
    background: -webkit-linear-gradient(left, rgba(255,146,105,1) 0%, rgba(233,83,58,1) 100%);
    background: -o-linear-gradient(left, rgba(255,146,105,1) 0%, rgba(233,83,58,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,146,105,1) 0%, rgba(233,83,58,1) 100%);
    background: linear-gradient(to right, rgba(255,146,105,1) 0%, rgba(233,83,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9269', endColorstr='#e9533a', GradientType=1 );
    color: #fff;
    padding: 10px 20px 8px 20px;
    border: 0;
    font-size: 1.4rem;
    line-height: 1.3em;
    font-weight: bold;
}
@media(max-width:992px){
	.btn-send {
		min-height: 45px;
		font-size: 24px;
	}
}
/***********/
.list-group-item.list-group-thele-item {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    background: transparent;
    border: 0;
	color:#ffffff;
}
.list-group-item.list-group-thele-item  img.image-thele {
    width: 130px; 
}
.list-group-item.list-group-thele-item .content-thele {
    width: calc(100% - 140px);
    padding-left: 2rem;
} 
.content-thele .title {
    font-size: 22px;
    font-weight: bold;
	text-transform:uppercase;
}
.content-thele .content {
    font-size: 16px;
	line-height:1.3em;
}
@media(max-width:767px){
	.content-thele .title {
		font-size: 18px;
	}
	.content-thele .content {
		font-size: 16px;;
	}	
}
.row-list-pro ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.row-list-pro ul li{margin-bottom:7px;}
@media(max-width:576px){
	.row-list-pro ul li {
		margin-bottom: 7px;
		border-bottom: 1px solid #7ed554;
		padding: 7px 0;
	}
	.row-list-pro ul li:last-child{
		border:0;
	}
}
.content-thele .content{
    font-size: 18px;
    line-height: 1.5em;
}
.btn.btn-join.btn-white{
	background: #ffffff;
    color: #6EBE49;
}
@media(max-width:767px){
	.list-group-item.list-group-thele-item{justify-content:center}
	.list-group-item.list-group-thele-item img.image-thele{width:120px;}
	.list-group-item.list-group-thele-item .content-thele {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.content-thele .content{font-size:16px;}
}

@media(max-width:576px){
	.list-group-item.list-group-thele-item img.image-thele{width:100px;}
	header.header-form .menu>li{margin-right:22px;}
	header.header-form .menu>li>a {
		position: relative;
		font-size: 16px;
		font-weight: 600;
	}
	header.header-form .menu>li>a:after {
		right: -14px;
	}
}
/***********/
.content-page-thele {
    background: #fff;
    padding: 20px;
    border: 5px solid #e5b052;
    overflow-y: auto;
    word-break: break-word;
}
.content-page-thele-title {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: bold;
}
.form-send.form-page-send {
    padding: 20px;
    background: #FFAFA2;
    border: 5px solid #e5b052;
}
.form-send.form-page-send .form-control{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.form-send.form-page-send .btn-send{
    border: 0;
    min-width: auto;
    min-height: 0;
    background: #fff;
    color: #FFAFA2;
    font-size: 22px;
    padding-bottom: 5px;
}
.form-send.form-page-send  a.btn-view-order {
    color: #000;
}
.form-send.form-page-send .note-image{
    background: #fff;
    padding: 20px;
    border: 3px solid #e5b052;
}
.form-send.form-page-send .note-image ul{margin:0}

.form-send.form-page-send label.error {
    background: #e58778;
    color: #ffffff;
	border-radius:0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-send.form-page-send .note-image ul li{
    font-size: 14px;
    margin-bottom: 5px;
	line-height:1.5em;
}
@media(max-width:767px){
	.btn.btn-join,.form-send.form-page-send .btn-send{font-size:18px;}
}
@media(max-width:576px){
	.uploader-list{width:74px;}
}

.list-features-steps .item-list-features{position:relative;}
.list-features-steps .item-list-features:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 50px;
    background: transparent url(../../media/seagate-promotion/img/arrow.png) no-repeat;
    background-size: contain;
    z-index: 100;
}
.list-features-steps .item-list-features:nth-child(1):after{
	 top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
@media(min-width:992px){
	.list-features-steps .item-list-features:nth-child(2):after{
		top: 50%;
		transform: translateY(-50%);
		left: calc(100% - 15px);
	}
}
@media(max-width:992px){
	.list-features-steps .item-list-features:nth-child(2):after {
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
}

@media(min-width:992px){
	.list-features-steps .item-list-features:nth-child(3):after{
		top: 50%;
		transform: translateY(-50%);
		right: -15px;
	}
}
@media(max-width:992px){
	.list-features-steps .item-list-features:nth-child(3):after{
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		right: -15px;
	}
}
.list-features-steps .item-list-features:nth-child(4):after{
	display:none;
}
@media(max-width:767px){
	.list-features-steps .item-list-features:after {
		width: 20px;
		height: 35px;
	}
	.list-features-steps .item-list-features:nth-child(1):after {
		right: -4px;
	}
	.list-features-steps .item-list-features:nth-child(2):after {
		bottom: -21px;
	}
}