html, body { overflow-x: hidden; }

body {
  /* [disabled]padding: 0; */
  padding: 0 !important;
  margin: 0 auto !important;
	background-color: #fff;
	color: #fff;
	font-family: Arial, "Arial", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

h2 {
  color: #fff;
}

h3 {
  color: rgb(0, 0, 0);
  font-family: specialfont;
  font-size: 30px;
}

h4 {
  color: rgb(0, 0, 0);
  font-family: specialfont;
  font-size: 20px;

}

p {
  color: #fff;
}

.no-padding {
	padding: 0;
}
button {
	border:0px;
}
/* mainNav-start */
.navbar {
	z-index: 1050;
	border:0;
}
.navbar-before {
	background: rgba(256, 256, 256, 0.5);
	padding-top:10px;
	padding-bottom:10px;
	margin-top:50px;
	margin-left:100px;
	margin-right:100px;
	transition: all 0.8s ;
	border-bottom: 0px solid #752200;
}
.navbar-after {
	background: rgba(256, 256, 256, 0.6);
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	transition: all 0.8s ;
	border-bottom: 2px solid #752200;
}
@media only screen and (max-width: 768px) {
	.navbar-before {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	transition: all 0.8s ;
}
}
@media only screen and (max-width: 1024px) {
	.navbar-before {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	transition: all 0.8s ;
}
}
.navbar-default .navbar-brand {
    color: #fff;
	z-index:2000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FC0;
}
.navbar-default .navbar-nav > li > a {
    color: #415ad2;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #9eb2eb;
}
.navbar-default .navbar-nav > li > a:focus {
	color:#333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333;
	background-color:transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #333;
    background-color:transparent;
}	
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.logo-before {
	margin-top:-60px;
	width:400px;
	transition: all 0.8s ;
}
.logo-after {
	margin-top:0;
	width:130px;
	transition: all 0.8s ;
}
@media only screen and (max-width: 768px) {
	.logo-before {
	margin-top:0;
	width:130px;
	transition: all 0.8s ;
}
}
@media only screen and (max-width: 1024px) {
	.logo-before {
	margin-top:0;
	width:130px;
	transition: all 0.8s ;
}
}
@media only screen and (min-width: 768px) {
	.logo-before {
		margin-left:25px
	}
	.logo-after {
		margin-left:25px
	}
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left:0 auto;
  padding: 20px 0px;
  left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #9e1522;
}
.dropdown-menu-large .dropdown-header {
  color: #dcab21;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
	left: 0%;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-o-transform: translateX(-0%);
    transform: translateX(-0%);
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

.top-btn {
  padding: 5px;
  padding-top: 20px;
  position: fixed;
  z-index: 3000;
  right: 1%;
}

.top-btn1 {
  padding: 5px;
  padding-top: 20px;
  position: fixed;
  z-index: 3000;
  right: 7%;
}

.top-btn2 {
  padding: 5px;
  padding-top: 20px;
  position: fixed;
  z-index: 3000;
  right: 13%;
}

.top-btn3 {
  padding: 5px;
  padding-top: 20px;
  position: fixed;
  z-index: 3000;
  right: 19%;
}

@media (max-width: 767px) {
  .top-btn {
    width: 20%;
    padding-left: 25px;  
    right: 1%;
  }

  .top-btn1 {
    width: 20%;
    padding-left: 25px;
    right: 14%;
  }

  .top-btn2 {
    width: 20%;
    padding-left: 25px;
    right: 27%;
  }

  .top-btn3 {
    width: 20%;
    padding-left: 25px;
    right: 40%;
  }
}

/*nav tab start*/
.nav-tabs { border-bottom: 0px solid rgba(255, 255, 255, 0); }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: rgba(255, 255, 255, 0);background: rgb(14, 19, 83, 0); }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: rgb(14, 19, 83, 0) !important; background: rgba(255, 255, 255, 0); }
        .nav-tabs > li > a::after { content: ""; background: rgb(14, 19, 83, 0); height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: rgb(14, 19, 83, 0) none repeat scroll 0% 0%; color: rgba(255, 255, 255, 0); }
.tab-pane { padding: 15px 0; }
.tab-content{padding:5px}
.nav-tabs > li  {text-align:center;}
.card {background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); margin-bottom: 30px; }

@media all and (max-width:724px){
.nav-tabs > li > a {padding: 5px 5px;}
.carousel-indicators {display:none;}
}
/*nav tab end*/

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #382835; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

/* ------------------------------modal-right------------------------------ */
.modal2.right .modal-dialog2 {
	position: fixed;
	top:0;
	background-color:#111;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	z-index:2000;
}
.modal2.right .modal-content2 {
	height: 100%;
	overflow-y: auto;
}
/* ----- MODAL STYLE ----- */
	.modal-content2 {
		border-radius: 0;
		border: none;
		padding:0;
	}
	
	.modal-body2 {
		max-height: calc(100vh - 80px);
    	overflow-y: auto;
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}
	.modal-body2 > div {
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}
	.modal-body2 > div > div{
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}
	.modal-title {
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}

	.modal-header2 {
		height:50px;
		background: -moz-linear-gradient(top,  #222 , #000); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(,#222), color-stop(,#000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #222 ,#000 ); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #222 ,#000 ); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #222 ,#000 ); /* IE10+ */
		background: linear-gradient(to bottom,  #222 ,#000); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=0 ); /* IE6-9 */
		padding-left:20px;
		padding-top:12px;
	}
	.modal-header2 >label {
		position:absolute;
		font-size:18px;
		color:#FFF;
  } 
  
  .modal-content {
    background-image:url(../img/event/modalbg.jpg);

  }
/*Right*/
.modal2.right.fade .modal-dialog2 {
	right: -100%;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}	
.modal2.right.fade.in .modal-dialog2 {
	right: 0;
}

.modal3 {
	position:fixed;
	height:80%;
}
/* ------------------------------modal-right-end------------------------------ */

.button-a {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  min-width: 200px;
  text-decoration: none;
  border-radius: 4px;
  padding: 15px 30px;
  color: rgba(256, 256, 256, 1);
  background-color:rgba(0, 0, 0, 0.6);
  box-shadow: rgba(189, 155, 110, 1) 0 0px 0px 2px inset;
}

.button-a:hover {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 15px 30px;
  color: rgba(0, 0, 0, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(189, 155, 110, 1) 0 0px 0px 40px inset;
}
.button-b {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  max-width: 250px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(0, 0, 0, 1);
  background-color:rgba(256, 256, 256, 1);
  box-shadow: rgba(239, 189, 30, 0) 0 0px 0px 2px inset;
}

.button-b:hover {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(0, 0, 0, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(239, 189, 30, 1) 0 0px 0px 40px inset;
}
.button-fb {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  max-width: 250px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  background-color:rgba(66, 103, 178, 1);
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 2px inset;
}

.button-fb:hover {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(66, 103, 178, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 40px inset;
}
.button-youtube {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  max-width: 250px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  background-color:rgba(0, 0, 0, 0.6);
  box-shadow: rgba(239, 189, 30, 1) 0 0px 0px 2px inset;
}

.button-youtube:hover {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(0, 0, 0, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(239, 189, 30, 1) 0 0px 0px 40px inset;
}

.btn-responsive {
  display: inline;
  max-width: 100%;
}

.darkbg {
  background-color:rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding:10px;
  padding-bottom:0;
  border: 0px solid #000;
  border-bottom: 2px solid #5498bb;
  -moz-box-shadow: 1px 1px 14px #000;
  -webkit-box-shadow: 1px 1px 14px #000;
  box-shadow: 1px 1px 14px #000;
}
.darkbg1 {
  /* background-color:rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding:10px;
  padding-bottom:0;
  border: 0px solid #000;
  border-bottom: 0px solid #F99;
  -moz-box-shadow: 1px 1px 14px #000;
  -webkit-box-shadow: 1px 1px 14px #000;
  box-shadow: 1px 1px 14px #000; */
  background :url(../img/milestone/board.png) no-repeat center; 
  padding:45px 15px;
}

.darkbg2 {
  background-color:rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding:10px;
  padding-bottom:0;
  border: 0px solid #000;
  border-bottom: 2px solid #C90;
  -moz-box-shadow: 1px 1px 14px #000;
  -webkit-box-shadow: 1px 1px 14px #000;
  box-shadow: 1px 1px 14px #000;
}

.darkbg3 {
	margin-top:30px;
  background-color:rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding:10px;
  border: 1px solid #FFF;
  -moz-box-shadow: 1px 1px 14px #000;
  -webkit-box-shadow: 1px 1px 14px #000;
  box-shadow: 1px 1px 14px #000;
}
.darkbg3:hover {
  background-color:rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding:10px;
  border: 1px solid #FFF;
  -moz-box-shadow: 1px 1px 14px #fff;
  -webkit-box-shadow: 1px 1px 14px #fff;
  box-shadow: 1px 1px 14px #fff;
}

.event {
	margin-top:20px;
}
.event1 {
	margin-left:-14px
}
.event2 {
	margin-left:14px
}
@media only screen and (max-width: 768px) {

.event {
	padding:0
}
.event1 {
	margin-left:0px;

}
.event2 {
	margin-left:0px;
}
}
td {
	padding:5px
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
/* intro-section-a-start */
.intro-section-a {
	height: auto;
	padding-top:0px;
	padding-bottom:100px;
  background :url(../img/main/main-page-bg.jpg) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
  
}
@media only screen and (max-width: 768px) {
	.intro-section-a {
	height: auto;
	padding-top:50px;
	padding-bottom:200px;
  background :url(../img/main/main-page-bg.jpg) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
}
}

.video-btn {
  background: url(../img/main/button.png);
}

.video-btn:hover {
  background: url(../img/main/button2.png);
}

.modal-body {
	max-height:550px;
	min-height:550px;
	overflow-y: auto;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#dot-matrix {
    background: url(../img/dot2.png) repeat;
    height: 100%;
    width: 100%;
    position:fixed;
    top: 0;
    z-index: -5;
}
#awan {
z-index: -5;
position:fixed;
top:0px;left:0px;
width:100%;
height:100%;
text-align:center;
margin:0px;
padding:0px;
background-color:#C0DEED;
background: url(../img/cloud.jpg) center top repeat-x;
padding-top:100px;
padding-bottom:10px;
  width: 100%;
  height: 600px;
  animation: awan-animasi 35s linear infinite;
  -ms-animation: awan-animasi 35s linear infinite;
  -moz-animation: awan-animasi 35s linear infinite;
  -webkit-animation: awan-animasi 35s linear infinite;
}
@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
.logo1 {
	position: relative;
	margin-top: 5%;
	margin-bottom:0;
	left:0;
	right:0;
}

/* intro-section-a-end */

/* intro-section-c-start */
.intro-section-b {
	height: auto;
	padding-top:0px;
	padding-bottom:100px;
  background :url(../img/front/event_page-bg.png) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
}

@media only screen and (max-width: 768px) {
	.intro-section-b {
	height: auto;
	padding-top:50px;
	padding-bottom:200px;
  background :url(../img/front/event_page-bg.png) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
}
}

.intro-section-event {
	height: auto;
	padding-top:200px;
	padding-bottom:300px;
  background :url(../img/daily/bg.jpg) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
}

.intro-section-daily {
	height: auto;
	padding-top:100px;
	padding-bottom:100px;
  background :url(../img/daily/bg-sakura.jpg) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
}

@media only screen and (max-width: 768px) {
  .tnc-btn{
    width:40%;
  }
}

.daily-bg{
  padding-right:5%;
  padding-left:5%;
  padding-bottom:9%;
  background: url(../img/daily/phase1/frame-phase1.png);
  background-size: cover; 
}

.daily-bg1{
  padding-right:5%;
  padding-left:5%;
  padding-bottom:9%;
  background: url(../img/daily/phase2/frame-phase2-en.png);
  background-size: cover; 
}

.daily-bg-cn{
  padding-right:5%;
  padding-left:5%;
  padding-bottom:9%;
  background: url(../img/daily/phase1/frame-phase1-cn.png);
  background-size: cover; 
}

.daily-bg1-cn{
  padding-right:5%;
  padding-left:5%;
  padding-bottom:9%;
  background: url(../img/daily/phase2/frame-phase2-cn.png);
  background-size: cover; 
}

.how-bg{
  padding-right:5%;
  padding-left:5%;
  padding-bottom:9%;
  background: url(../img/daily/phase1/frame-phase1.png);
  background-size: cover; 
}


/* Parent Container */
.content_img{
  display:inline;
 }
 
 /* Child Text Container */
 .content_img div{
  position: absolute;
  top: 33%;
  left: 15%;
  color: black;
  margin-bottom: 5px;
  font-family: specialfont;
  font-size: 18px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear; 
  transition: visibility 0s, opacity 0.5s linear;
 }
 
 /* Hover on Parent Container */
 .content_img:hover{
  cursor: pointer;
 }
 
 .content_img:hover div{
  width: 450px;
  padding: 5px 10px;
  visibility: visible;
  opacity: 0.7; 
 }


.popover_wrapper {
  /* position: relative; */
  display: inline;
}
.popover_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* left: -150px; */
  /* transform: translate(50px, -10px); */
  width: auto;
}
.popover_content:before {
  position: absolute;
  z-index: -1;
  content: "";
  /* right: calc(50% - 10px); */
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover_wrapper:hover .popover_content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(100px, -400px);
  transition: all 0.6s cubic-bezier(0.50, -0.02, 0.2, 0.97);
}

.popover {
  max-width: 750px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  /* z-index: 9999; */
}

.intro-section-top100 {
	height: auto;
	padding-top:100px;
	padding-bottom:100px;
  background :url(../img/top100/bg-1.jpg) no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover; 
}

iframe {
  -moz-box-shadow: 1px 1px 14px #6FF;
  -webkit-box-shadow: 1px 1px 14px #6FF;
  box-shadow: 1px 1px 14px #6FF;
}
.frame-top {
	position:absolute;
	top:0px;
}
.frame-btm {
	position: absolute;
	bottom:0px;
}
.neon {
  font-family: Arial;
  color: #FB4264;
  font-size: 32px;
  text-shadow: 0 0 2vw #F40A35;
}

.flux {
  font-family: Arial;
  color: #426DFB;
  font-size: 32px;
  text-shadow: 0 0 2vw #2356FF;
}

.neon {
  animation: neon 1s ease infinite;
  -moz-animation: neon 1s ease infinite;
  -webkit-animation: neon 1s ease infinite;
}

@keyframes neon {
  0%,
  100% {
    text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
    color: #FED128;
  }
  50% {
    text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
    color: #806914;
  }
}

.flux {
  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}

@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
    color: #28D7FE;
  }
  50% {
    text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
    color: #146C80;
  }
}

/* intro-section-c-end */

/* intro-section-d-start */
.intro-section-d {
	height: auto;
	padding: 0;
	padding-top:0px;
	background :url(../img/introbg1920x1080c.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
.dragon {
	margin-top:5%;
}
.bounce {
  -moz-animation: bounce 5s infinite;
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}
.one, .two, .three, .four{
    position:absolute;
	margin-top: 28px;
	z-index:1;
	
}
.five, .six, .seven, .eight{
    position:absolute;
	margin-top:-160px;
	z-index:1;
	
}
.one{ 
	left:1%;
}
.two{
	left:5%;
}
.three{
	left:20%;
}
.four{
	right:0%;
}
.five{
	left:0.5%;
}
.six{
	left:2%;
}
.seven{
	left:10%;
}
.eight{
	right:50%;
}

.progress-bar-vertical { 
  width: 30px;
  height:600px;
  margin:0 auto;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-end;
  -webkit-align-items: flex-end; /* Safari 7.0+ */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.reward-bar {
	width:600px;
	height:600px;
	margin:0 auto;
	position: relative;
}
.reward-item {
	height:75px;
}
@media only screen and (max-width: 768px) {
.reward-bar {
	width:320px;
	height:320px;
}
.reward-item {
	height:40px;
}
.progress-bar-vertical { 
  height:320px;

}
}
.primary-color{
	background-color:#4989bd;
}
.no-color{
	background-color:inherit;
}
.reward {
	background-color:rgba(0, 0, 0, 0.7);
	padding:10px;
	border-top: 3px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
}
/* intro-section-d-end */

/* content-section-a-start */
.content-section-a {
    padding:0;
	background-color:#000;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:auto;
}
.no-padding {
	padding: 0;
}
.hover{
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: 600px;
}
.hover:hover .caption{
	opacity: 1;
	transform: translateY(-512px);
	-webkit-transform:translateY(-512px);
	-moz-transform:translateY(-512px);
	-ms-transform:translateY(-512px);
	-o-transform:translateY(-512px);
}
.hover img{
	z-index: 4;
	width:100%;
}
.hover .caption{
	position: absolute;
	top:530px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	width: 100%;
}
.hover .blur{
	background-color: rgba(0,0,0,0.7);
	height: 800px;
	z-index: 5;
	position: absolute;
	width: 100%;
}
.hover .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 800px;
	text-align: justify;
	top:-20px;
	width: 100%;
	padding:10px;
}
/* content-section-a-end */

/* content-section-b-start */
.content-section-b {
    padding:0;
	background-color:#000;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:auto;
}
/* content-section-b-end */

/* content-section-c-start */
.content-section-c {
    padding: 0;
	background :url(../img/act-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:auto;
}

.slider .carousel {
    z-index: 1;
    padding: 0;
}

.slider .carousel-inner {

}

.act {
	margin:0 auto;
}

.slider .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}

.slider .carousel-indicators li {
    text-indent: initial;
    width: 22%;
    height: 5px;
    margin: 0 2% 0 0;
    border-radius: 0;
    background: #ffffff;
    border: none;
    opacity: 0.6;
}

.slider .carousel-indicators li:last-child {
    margin: 0;
}

.slider .carousel-indicators li.active {
    opacity: 1;
    position: relative;
}

.slider .carousel-indicators li.active:after {
    content: "";
    width: 30%;
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    background: #F00;
}
.slider .carousel-indicators li:hover{
	opacity: 1;
}

.slider .indicator-inner {
    padding-top: 25px;
    text-align: left;
}

.slider .indicator-inner span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.slider .indicator-inner span.number {
    font-size: 23px;
    font-weight: 500;
    margin-right: 10px;

}

@media only screen and (max-width: 959px) {
    .slider .carousel {
        padding: 70px 0 50px 0;
    }

    .slider .slider-content .btn {
        margin-bottom: 60px;
        padding: 6px 18px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }

    .slider .indicator-inner {
        padding-top: 10px;
    }

    .slider .slider-content h3 {
        font-size: 35px;
    }

    .slider .indicator-inner span {
        font-size: 10px;
    }

    .slider .indicator-inner span.number {
        font-size: 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 420px) {
    .slider .carousel {
        padding: 50px 0 50px 0;
    }

    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }

    .slider .indicator-inner {
        padding-top: 10px;
    }

    .slider .slider-content h3 {
        font-size: 35px;
    }

    .slider .indicator-inner span {
        font-size: 7px;
    }

    .slider .indicator-inner span.number {
        font-size: 7px;
        margin-right: 0;
    }
}
/* content-section-c-end */

/* content-section-d-start */
.content-section-d {
    padding: 0;
	background :url(../img/3d-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:80vh;
}
.container2{
	margin: 4% auto;
	width: 300px;
	height: 140px;
	position: relative;
	perspective: 1000px;
}
#carousel{
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 20s infinite linear;
}
#carousel:hover{
	animation-play-state: paused;
}
#carousel figure{
	display: block;
	position: absolute;
	width: 100%;
	height:auto;
	overflow: hidden;
}
#carousel figure:nth-child(1){transform: rotateY(0deg) translateZ(288px);}
#carousel figure:nth-child(2) { transform: rotateY(60deg) translateZ(288px);}
#carousel figure:nth-child(3) { transform: rotateY(120deg) translateZ(288px);}
#carousel figure:nth-child(4) { transform: rotateY(180deg) translateZ(288px);}
#carousel figure:nth-child(5) { transform: rotateY(240deg) translateZ(288px);}
#carousel figure:nth-child(6) { transform: rotateY(300deg) translateZ(288px);}

#carousel img{
	-webkit-filter: grayscale(1);
	cursor: pointer;
	transition: all .5s ease;
}
#carousel img:hover{
	-webkit-filter: grayscale(0);
	transform: scale(1.2,1.2);
}

@keyframes rotation{
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}
/* content-section-d-end */

/* content-section-e-start */
.content-section-e {
	height:auto;
}
.cycle {
	background-image: url(../img/360.jpg);
	height: 500px;
	cursor: move;
}
/* content-section-e-end */

/* content-section-f-start */
.content-section-f {
	background-color:#000;
	height:auto;
}
.accordian {
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordian ul {
	width: 100%;
}

.accordian li {
	position: relative;
	display: block;
	width: 20%;
	float: left;	
	border-left: 1px solid #888;
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 10%;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 50%;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
    width:1000px;	

}
.image_title h3 {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	font-size: 16px;
}
/* content-section-f-end */

/* content-section-g-start */
.content-section-g {
    padding: 0px 0;
	background :url(../img/weapon-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:auto;
}
.effect {
	position:absolute;
	z-index:10;
	margin: 0 auto;
	left: 0;
	right: 0;
}
@keyframes blink {
	0% {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}

blink{animation: blink 4s infinite;}

.weapon-text {
	margin-top:30%
}

.list {
    color: #fff;
    list-style: none;
    padding-left: 0px;
    display:block;
}

.list> a> li{
	width:300px;
    padding:20px 30px;
    display:inline;
    font-size:14px;
    margin:-1px;
    color:#2E3037;
    background: linear-gradient(#5d606d,#2b2d33);
    box-shadow: 0px 0px 2px 2px #2E3037;
}
.list> a> li:first-of-type
{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}
.list> a> li:last-of-type
{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list> a>li:hover {
    color:red;
    text-shadow: 2px 2px 10px #C90101;
    background: linear-gradient(#383A43,#151619);
    border:1px solid #424448;
   box-shadow: 0px 0px 10px 3px #151619;

    padding:25px 35px;
    cursor:pointer;
}
.list> a>li:active
{
  background:linear-gradient(#2c2e38,#060708);
  padding:20px 30px;
}
/* content-section-g-end */

.info-section-a {
	background-color:#000;
	height: auto;
	border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.hover1 {
	background:url(../img/hover1a.jpg) no-repeat;
	background-size: 100%;
}
.hover1> img {
	opacity:1;
	-webkit-transition: opacity  2s ease-out;
	-moz-transition: opacity  2s ease-out;
	-o-transition: opacity  2s ease-out;
	transition: opacity 2s ease-out;
}
.hover1> img:hover {
	opacity:0
}

.info-section-a2 {
	background-color:#000;
	height: auto;
	border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.hover2 {
	background:url(../img/hover2a.jpg) no-repeat;
	background-size: 100%;
}
.hover2> img {
	opacity:1;
	-webkit-transition: opacity  2s ease-out;
	-moz-transition: opacity  2s ease-out;
	-o-transition: opacity  2s ease-out;
	transition: opacity 2s ease-out;
}
.hover2> img:hover {
	opacity:0
}

.info-section-b {
    padding: 0;
	background :url(../img/gif-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:80vh;
}

.info-section-c{
    padding: 0;
	background :url(../img/fullmap.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	height:500vh;
}



.counter-value { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.num { font-size: 18px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }


.tab-pane {overflow-x: hidden;}



@media only screen and (max-width: 768px) {
	
	.logo1 {
	position: absolute;
	margin-top: 20%;
	margin-bottom:0;
	left:0;
	right:0;
	}
	.frame-top {
	position:absolute;
	top:0px;
	}
	.frame-btm {
	position: absolute;
	bottom:0px;
	}
	.content-section-a {
	height:850px;
	}
	
	.content-section-b {
	height:850px;
	}
	
	.content-section-c {
	height:850px;
	}
  
	.aos-item {
	display: inline-block;
	width: 100%;
	border: 5px #FFF;
	}
	
	.aos-item2 {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 20px;
	border: 5px #FFF;
	}
	
	.aos-item__inner {
    position: relative;
    width: 100%;
    height: 50%;
    float: left;
    background: #fff;
    line-height: 260px;
    text-align: center;
    color: #fff;
	}
  
	.btn-primary {
	border:0;
	font-size:14px;
	padding:15px;
	}
	
	.filter {
	font-size:11px;
	padding: 10px;
	}
  
	.btn1 {
		padding: 5px;
		right:51%;
	}
	
	.btn2 {
		padding: 5px;
		left:51%;
	}
	
	.btn1 > a {
		font-size: 10px;
	}
	
	.btn2 > a {
		font-size: 10px;
	}
	
	.list> a> li{
    padding:3px 30px;
    display: inline-block;
    font-size:10px;
    margin:0px;
    color:#fff;
    background: linear-gradient(#8cc63f,#0dad4a);
	border:1px solid #0dad4a;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
	}

	/*.footer {
		font-size:12px;
	}
	
	.footer-dark {
		font-size:12px;
	}*/
}

/*.footer {
	height:auto;
  	background-color:#382835;
    border-top: 0px solid #fff;
    color: #fff;
}

.footer-dark {
	height:auto;
	background-color:#333;
}*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.footer{
  background-color: #ff606e;
  margin: auto;
  padding: 50px;
  z-index: 5;
}

.footerwrapper{
  width: 100%;
  margin: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.footerlogo{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.footerlogo img{
  height: 100%;
  max-height: 50px;
}

.footerinfo{
  text-align: center;
}

.footerinfo a{
  text-align: center;
  text-decoration: 0;
  color: white;
}

.footerinfo a:hover{
  color: #b01010;
}