@font-face {
	font-family: 'Averta';
	src: url('../font/averta-bold-webfont.eot');
	src: url('../font/averta-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/averta-bold-webfont.woff2') format('woff2'), url('../font/averta-bold-webfont.woff') format('woff'), url('../font/averta-bold-webfont.svg#Averta') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url('../font/averta-light-webfont.eot');
	src: url('../font/averta-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/averta-light-webfont.woff2') format('woff2'), url('../font/averta-light-webfont.woff') format('woff'), url('../font/averta-light-webfont.svg#Averta') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url('../font/averta-regular-webfont.eot');
	src: url('../font/averta-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/averta-regular-webfont.woff2') format('woff2'), url('../font/averta-regular-webfont.woff') format('woff'), url('../font/averta-regular-webfont.svg#Averta') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url('../font/averta-semibold-webfont.eot');
	src: url('../font/averta-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/averta-semibold-webfont.woff2') format('woff2'), url('../font/averta-semibold-webfont.woff') format('woff'), url('../font/averta-semibold-webfont.svg#Averta') format('svg');
	font-weight: 700;
	font-style: normal;
}

body {
	color: #262626;
	background: #fafafa;
	font-family: 'Averta', Arial, Helvetica, sans-serif;
}

html {
	scroll-behavior: smooth;
}

.clear {
	display: inline-block;
	width: 100%;
}

header {
	display: inline-block;
	width: 100%;
	height: 74px;
	background: linear-gradient(90deg, #0250A7 0%, #026CDF 51.61%, #0150A7 100%);
}

header .logo {
	width: 124px;
	margin-top: 15px;
}

header .lang {
	color: #fff;
	font-size: 16px;
	float: right;
	font-weight: 300;
	margin-top: 28px;
}

header .lang:hover {
	opacity: 0.7;
}

.btn {
	background: #026CDF;
	color: #fff;
	border-radius: 5px;
	padding: 17px 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: 100;
}

.btn:hover {
	opacity: 0.9;
}

.full-size {
	margin: 60px 0;
}

.full-size img {
	width: 100%;
}

h2 {
	font-size: 32px;
	color: #262626;
	font-weight: 500;
	position: relative;
	display: block;
	width: 100%;
	margin: 60px 0 50px;
}

h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 78px;
	height: 4px;
	background: #262626;
}

h3 {
	font-size: 26px;
	font-weight: 500;
	display: block;
	width: 100%;
	margin: 20px 0 15px;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.main-banner{
	width: 100%;
	height: 100%;
	position: relative;
}

.main-banner img{
	width: 100%;
	display: none;
}

.main-banner .overlay{
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(1, 54, 112, 0.85) 0%, rgba(1, 54, 112, 0) 88.73%);
	position: absolute;
	top: 0;
	left: 0;
}

.main-banner .head-title{
    position: absolute;
    left: 45px;
    bottom: 70px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    z-index: 999;
}


.menu {
	width: 100%;
	height: 80px;
	background: #262626;
	display: inline-block;
}

.menu ul {
	display: inline-block;
	margin-top: 30px;
	float: left;
}

.menu ul li {
	float: left;
	margin-right: 30px;
}

.menu ul li a {
	font-family: 'Averta';
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 100;
}

.menu ul li a:hover {
	color: #026CDF;
}

.menu .btn {
	float: right;
	margin-top: 15px;
}
.menu .search-bar{
	margin-top: 22px;
	position: relative;
}
.menu .search-bar::before{
	content:'';
	background:url(../images/search-icon.png);
	position: absolute;
    left: 10px;
    top: 11px;
    width: 42px;
    height: 42px;
    background-size: 15px;
    background-repeat: no-repeat;
}
.menu .search-bar input[type="search"] {
	height: 35px;
    border-radius: 100px;
    width: 100%;
    padding-left: 31px;
    color: #646464;
    font-size: 15px;
}

.slide-content {}

.slide-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 100
}

.calendar {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.calendar li {
	float: left;
	width: 40%;
	display: inline-block;
}

.calendar li:last-child {
	width: 20%;
}

.calendar li .date-custom-icon {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	width: 70px;
	height: 79px;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.calendar li .date-custom-icon span:nth-child(1) {
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
}

.calendar li .date-custom-icon span:nth-child(2) {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #ED5651;
	color: #fff;
}

.calendar .text-box {
	float: left;
	padding-left: 15px;
	display: inline-block;
}

.calendar .text-box p {
	display: block;
	float: left;
	margin-right: 20px;
}

.calendar .text-box p span {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}

.calendar .text-box p span.day {
	color: #646464;
	font-weight: 500;
}

.calendar .text-box p span.time {
	position: relative;
	padding-left: 20px;
}

.calendar .text-box p span.time:before {
	position: absolute;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/date-icon.svg);
	background-size: cover;
	top: 1px;
	left: 0;
}

.filter-bar {
	padding: 20px 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.filter-bar span {
	float: left;
	color: #646464;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin-right: 20px;
}

.filter-bar ul {
	width: 100%;
}

.filter-bar ul li {
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	padding: 8px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}

.filter-bar ul li:hover, .filter-bar ul li.selected {
	color: #026CDF;
	border: 1px solid #026CDF;
	background: #EBF4FD;
}

.filter-bar ul li.selected:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/selected-icon.png);
	top: -6px;
	right: -6px;
}

.ticket-box {
	background: #FFFFFF;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
}

.ticket-box:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.ticket-box h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	display: block;
	width: 100%;
}

.ticket-box h5 span {
	float: left;
	display: inline-block;
}

.ticket-box h5 .tag {
	padding: 4px 10px;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	margin-top: -4px;
	margin-left: 20px;
}

.ticket-box h5 .tag.green {
	background: #3CC262;
}

.ticket-box h5 .tag.pink {
	background: #E450FC;
}

.ticket-box h5 .tag.red {
	background: #FF0000;
}

.ticket-box p {
	display: block;
	width: 100%;
	float: left;
	color: #646464;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	clear: both;
	margin-bottom: 30px;
}

.ticket-box .pop-up {
	position: relative;
	color: #026CDF;
	font-size: 14px;
	font-weight: 500;
	padding-left: 25px;
	display: inline-block;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}

.ticket-box .pop-up.video-preview:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	background: url(../images/play-icon.svg);
	display: block;
	width: 19px;
	height: 19px;
}

.ticket-box .pop-up.view-point:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	background: url(../images/view-point.svg);
	display: block;
	width: 19px;
	height: 19px;
}

.ticket-box .btn {
	padding: 17px 30px;
	font-weight: 500;
	float: right;
}

.faq {}

.faq p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
}

.faq p strong {
	font-weight: 700;
}

.faq .seperator {
	width: 100%;
	height: 1px;
	background: #BFBFBF;
	margin: 25px 0;
}

.mini-map {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.mini-map img {
	width: 100%;
}

.list-banner {
	max-width: 100%;
}

.day-countdown {
	position: absolute;
	z-index: 5;
	color: #fff;
	bottom: 120px;
	left: 130px;
}

.day-countdown section {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 5px;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
}

.day-countdown section span {
	display: block;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.day-countdown section label {
	font-size: 14px;
	font-weight: 600;
}

.banner-text {
	color: #fff;
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 135px;
}

.banner-text img {
	position: absolute
}

.banner-text .banner-text-date {
	display: block;
	padding-left: 100px;
	font-weight: 600;
	font-size: 18px;
}

.banner-text .banner-text-title {
	display: block;
	padding-left: 100px;
	font-weight: 700;
	font-size: 36px;
	margin-top: 5px;
}

.product-list {}

.product-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #262626;
	position: relative;
	margin-bottom: 45px;
}

.product-title::before {
	content: '';
	background: #262626;
	height: 4px;
	width: 100px;
	position: absolute;
	left: 5px;
	bottom: -20px;
}

.product-list .product-card {
	width: 100%;
	max-width: 100%;
}

.product-list .product-card .product-info {}

.product-list .product-card .product-info figure {}

.product-list .product-card .product-info figure img {
	background: #FFFFFF;
	/* Shadow */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.product-list .product-card .product-info h4 {
	margin: 10px 0px;
	color: #262626;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	line-height: 24px;
    min-height: 50px;
}

.product-list .product-card .product-info span {
	color: #262626;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
}

.product-list .product-card a {
	background: #026CDF;
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 50px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	margin-top: 30px;
}

.product-list .product-card .small-image {
	margin: 20px 0px;
}

.product-list .product-card .small-image .swiper-slide img {
	width: 25px;
}
.product-list .product-card {
	margin-bottom:40px;
}
.product-list .product-card .big-image {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	--swiper-navigation-color: #fff; --swiper-pagination-color: #fff
}
.product-list .product-card .big-image .swiper-slide  {
	
}

.product-list .product-card .big-image .swiper-slide img {
	
	border-radius: 5px;
	width: 100%;
}

.product-list .product-card .small-image .swiper-slide img {
	border: 3px solid #d2c8c8;
	border-radius: 50%;
	padding: 2px;
}

.product-list .product-card .small-image .swiper-slide-thumb-active img {
	border: 3px solid #026CDF;
	border-radius: 50%;
	padding: 2px;
}

.product-list .more, .product-list .less{

	margin:20px auto;
}
.product-list .more span, .product-list .less span{
	border: 1px solid #BFDAF6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 14px 60px;
    color: #026CDF;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}