@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-image: url("../Picture/5532862.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-text {
	background: rgba(255, 255, 255, 0.5);
}

.header-text h2 {
	text-align: center;
	padding: 3rem;
}

.detail-text {
	background: rgba(255, 255, 255, 0.5);	
	padding: 3rem 15rem;	
}
.detail-text h6 {
	padding-top: 1.5rem;
}
.text .container .detail-text a {
	padding-top: 1rem;
	text-decoration: none;
}
.pdf {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding: 2rem 0rem;
}
.img {
	
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	align-items: center;	
}
.img img {
	padding: 1.5rem 0rem;
	width: 80%;
}
.text-en {
	background: rgba(255, 255, 255, 0.5);
	padding: 2rem 2rem 3rem;;
	text-align: center;
}
.text-en a {
	text-decoration: none;
	
	
}
/*TimeLine Section*/
.time-text {
	background: rgba(255, 255, 255, 0.5);
	padding: 1rem;
	
}
.time-text {
	list-style: none;
}
.time-text h5 {
	margin-top: 0.8rem;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	color: #222;
}
.time-text p {
	display: flex;
	text-decoration: none;
	font-size: 16px;
	padding-left: 7rem;
	padding-right: 7rem;
	font-weight: 300;
	color: #444;
}
/*TimeLine Section*/

/*Map Section*/
.maps{
	text-align: center;
}
.map {
/*	background: #FFF06D;*/
	padding: 3rem;	
	background: rgba(255, 255, 255, 0.5);
}
/*Map Section*/

/*TextHeader Section*/
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
	font-size: 40px;
	width: 100%;
	margin-top: 2rem;
	padding-top: 2rem;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*TextHeader Section*/


@media screen and (max-width:1000px) {
	.detail-text {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}












