@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.btn-reverse{
	color: #026CDF;
	background: #fff;
	border: 1px solid #026CDF;
}

.btn.full-btn{
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
	display: none;
}

.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;
}

.slide-content h4{
	line-height: 24px;
}

.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: 90px;
    color: #262626;
    font-size: 30px;
    font-weight: 900;
    z-index:999;
}

#countdown,#countdown-en{
	position: absolute;
	left: 45px;
	bottom: 40px;
}
#countdown li,#countdown-en li{
	float:left;
	text-align: center;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height:20px;
}
#countdown li span,#countdown-en li span{
	font-size: 25px;
	font-weight:900;
}

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

.menu .overlay{
	width: 10%;
	height: 100%;
	background: linear-gradient(90deg, rgba(38, 38, 38, 0) -24.07%, #262626 100%);
	position: absolute;
	right: -1px;
	top: 0;
	display: none;
}

.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;
}

.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;
}

.calendar li .text-box h4{
	margin-bottom: 0;
	margin-top: 30px;
}

.filter-bar{
	padding: 20px 0;

}

.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{
	margin-bottom: 100px;
}

.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: #FFF;
	border: 2px solid #ebebeb;
}

.mini-map.fixed-map{
	position: fixed;
	top: 20px;
}

.mini-map.bottom-map{
	position: absolute;
	bottom: 32px;
}

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

.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #FFF !important;
	opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot span{
	background: #FFF !important;
}

.owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	margin-top: -25px !important;
	width: 100%;
	height: 1px;
}

.owl-theme .owl-nav button{
	width: 50px;
	height: 50px;
	background: #fff !important;
	border-radius:  50px !important;
}

.owl-theme .owl-nav button span{
	display: none;
}

.owl-theme .owl-nav .owl-prev{
	float: left;
	margin-left: -25px !important;
	background: #fff url(../images/arrow.svg) no-repeat center center!important;
}

.owl-theme .owl-nav .owl-next{
	float: right;
	margin-right: -25px !important;
	background: #fff url(../images/arrow.svg) no-repeat center center!important;
	transform: rotate(180deg);
}

.filter-holder{

}

.ticket-box-map{
	display: none;
	width: 100%;
	overflow: hidden;
	display: none;
	padding: 50px 0 0;
}

.show-map{
	display: none;
}

.ticket-box-map img{
	width: 100%;
}

.ticket-box-map .close-map{
	display: block;
	width: 18px;
	height: 18px;
	background: #fff url(../images/close-icon.svg) no-repeat center center!important;
	float: right;
	margin-bottom: 20px;
}

.location {
    display: inline-block;
    background: #EEE;
    width: 100%;
    padding: 20px;
}

.location .location-img {
    float: left;
}

.location p {
    font-size: 14px;
    margin: 5px 0 0 30px;
    float: left;
    display: inline-block;
    line-height: 20px;
}

.location p b {
    font-weight: 900;
}

.location p a {
    font-weight: 900;
    color: #026CDF;
    text-decoration: none;
    position: relative;
    padding-left: 35px;
}

.location p a:before {
    content: url(../images/location-icon.svg);
    position: absolute;
    left: 0;
    top: -4px;
}

.modal {
    max-width: 90%;
    padding: 10px;
}

.head-band {
    background: #61737C;
    width: 100%;
    height: 57px;
    font-weight: 900;
    color: #fff;
    line-height: 57px;
    text-align: center;
}

.head-band p {
    position: relative;
    display: inline-block;
    font-weight: normal;
}

.head-band p span {
    position: absolute;
    top: 6px;
    left: -30px;
}

.head-band p span img {
    width: 22px;
}

.ticket-rules-section{
	    margin-bottom: 100px;
}

.ticket-rules-section p{
	font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.ticket-rules-section p strong{
	font-weight: bold;
}
