html{
	height: auto;
}
.navbar-default{
	background: none;
}
.navbar-default.nav-color,
.navbar-default.open{
	background: #00aed0;
    background: -moz-linear-gradient(left, #00aed0 0%, #5cd0bb 100%);
    background: -webkit-linear-gradient(left, #00aed0 0%,#5cd0bb 100%);
    background: linear-gradient(to right, #00aed0 0%,#5cd0bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed0', endColorstr='#5cd0bb',GradientType=1 );
}
.homeTop{
	color: #fff;
	padding-top: 90px;
    background: url(../images/pattern-bg.png);
    background-size: cover;
}
.homeTop h2{
	margin-top: 40px;
}
.homeTop .btn-register{
	width: 290px;
	margin: 30px 0;
}
.homeTop-left{
	min-height: 540px;
}
.homeTop-left img{
	max-width: 100%;
	position: absolute;
    bottom: 0;
}
/* ========== activity section ========== */
.activity-section{
	padding-top: 50px;
	background: #f8f8f8;
}
.activity{
	background: url(../images/title-activity.png) 50% no-repeat;
    background-size: 962px 52px;
}
.section-title {
    height: 52px;
    margin: 0 -15px;
}
.swiper-activity-wrap{
	position: relative;
	margin-bottom: -40px;
}
.swiper-activity {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 20px 15px;
}
.swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.swiper-slide img {
    max-width: 100%;
    width: 100%;
    border-radius: 9px;
    box-shadow:  0px 8px 15px rgba(0, 92, 90, 0.12);
}
.swiper-main-prev, .swiper-main-next {
    color: #fff;
    background: #00aed0;
    background: -moz-linear-gradient(left, #00aed0 0%, #5cd0bb 100%);
    background: -webkit-linear-gradient(left, #00aed0 0%,#5cd0bb 100%);
    background: linear-gradient(to right, #00aed0 0%,#5cd0bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed0', endColorstr='#5cd0bb',GradientType=1 );
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
}
.swiper-main-prev{
	left: -50px;
}
.swiper-main-next{
	right: -50px;
}
.swiper-button-disabled {
    opacity: 0.5;
}
/* ========== limit section ========== */
.limit-section{
	padding-top: 90px;
}
.limit{
	background: url(../images/title-limit.png) 50% no-repeat;
    background-size: 962px 52px;
}
.limit-section-banner {
    text-align: center;
    margin-top: 20px;
}
.limit-section-banner img{
	max-width: 100%;
	border-radius: 9px;
    box-shadow:  0px 8px 15px rgba(0, 92, 90, 0.12);
}
/* ========== gift section ========== */
.gift-section{
	text-align: center;
	padding-top: 50px;
}
.gift{
	background: url(../images/title-gift.png) 50% no-repeat;
    background-size: 962px 52px;
}
.swiper-gift-wrap{
	position: relative;
}
.swiper-gift{
	position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 20px 15px;
}
figure.gift-list-item {
    text-align: left;
    background: #fff;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 8px 15px rgba(0, 92, 90, 0.12);
}
figure.gift-list-item:hover {
    color: #333;
    box-shadow: 0px 4px 7px rgba(0, 92, 90, 0.12);
    transform: translate(0px, 1px);
}
figure.gift-list-item img {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
figure.gift-list-item figcaption {
    padding: 10px 55px 10px 15px;
    position: relative;
}
.gift-detail{
    font-size: 17px;
    line-height: 1.2;
    max-height: 40px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gift-points {
    top: -24px;
    right: 10px;
    position: absolute;
    background: #00AFAA;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    width: 48px;
    text-align: center;
    line-height: 1;
    padding: 9.5px 0;
    box-shadow:  0px 8px 15px rgba(0, 92, 90, 0.12);
}
span.gift-bonus{
	font-size: 17px;
	font-weight: 500;
	display: block;
}
.star-wrap .icon-star{
	color: #FFD600;
}
.star-wrap .icon-star-o{
	color: #E8E8E8;
}
.star-wrap .icon{
	margin-right: 5px;
}
.star-wrap .icon:last-child{
	margin-right: 0;
}
.swiper-border-next, .swiper-border-prev{
    color: #00AFAA;
    width: 40px;
    height: 40px;
    border: 2px solid #00AFAA;
    border-radius: 50%;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
}
.swiper-border-prev{
	left: -50px;
}
.swiper-border-next{
	right: -50px;
}
.gift-section button.btn-border{
	width: 290px;
	margin: 40px auto 0;
}
/* =========== 1200 ========== */
@media (max-width: 1200px){
	.swiper-main-prev, .swiper-border-prev{
		left: -20px;
	}
	.swiper-main-next, .swiper-border-next{
		right: -20px;
	}
}
/* =========== 992 ========== */
@media (max-width: 992px){
	.homeTop{
	    background: url(../images/pattern-bg-m.png) top center no-repeat;
	    background-size: cover;
	}
	.homeTop-left{
		min-height: auto;
	}
	.homeTop-left img{
		position: relative;
	    bottom: auto;
	}
	.swiper-main-prev, .swiper-border-prev,
	.swiper-main-next, .swiper-border-next{
		display: none;
	}
    .swiper-activity .swiper-slide{
        width: 80%!important;
    }
    .swiper-gift .swiper-slide{
        width: 25%!important;
    }
}
/* =========== 767 ========== */
@media (max-width: 767px){
    main{
        padding-bottom: 60px;
    }
	.homeTop .btn-register {
	    width: 100%;
	}
    .homeTop-right{
        padding: 0 25px;
    }
    .swiper-gift .swiper-slide{
        width: 40%!important;
    }
    .swiper-slide a{
        display: grid;
    }
    figure.gift-list-item figcaption {
        padding: 10px 50px 10px 15px;
    }
    .gift-detail {
        max-height: 80px;
        height: 80px;
        -webkit-line-clamp: 4;
    }
}
/* =========== 320 ========== */
@media (max-width: 320px){
    .swiper-gift .swiper-slide{
        width: 80%!important;
    }
}