:root{
	--themeBlue:#1C4190;
	--themeGreen:#2FA442;
	--lightBlue:#ecf2ff;
}

html, body {
	margin: 0;
	height: 100%;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a { text-decoration: none; color: inherit;}
.link:hover{	text-decoration: underline;}

b { font-weight: bold;}
p {	
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
}

body{
	font-family: ff-tisa-web-pro-1, ff-tisa-web-pro-2, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'Microsoft YaHei UI', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size:15px;
	line-height:20px;
	color:#333;
	background-color:#fff;
	height:100%;
}

img{
	width: auto\9;
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.gap20{	margin-bottom: 20px; }
.gap10{	margin-bottom: 10px; }
.gap30{	margin-bottom: 30px; }
.gap50{	margin-bottom: 50px; }
.pad20{ padding:20px; }
.pad1020{ padding:10px 20px; }
.padTB{padding: 50px 0px;}
.padT{padding-top: 50px;}
.padT20{padding-top: 20px;}

.grid-container{
/*	max-width: 74.16vw;*/
	max-width: 1200px;
	padding-left: 0px;
	padding-right: 0px;

}

@media(max-width:767px){
	.grid-container{
		max-width: 100%;
	}
}

.wrapper{
	height: auto !important;
	height: 100%;
	position: relative;
}
.bgBlue{
	background-color: var(--themeBlue);
}
.bgGreen{
	background-color: var(--themeGreen);
}
.bgLightBlue{
	background-color: var(--lightBlue);
}

/*------------------------------------------*/



#backToTop{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99999;
	font-size: 25px;
	color: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	cursor: pointer;
	background-color: var(--themeGreen);
	opacity: 0;
	transition: all 0.3s ease-in-out allow-discrete;
}

.showTree{
	opacity: 0.5 !important;
}

#backToTop:hover{
	opacity: 1 !important;
}

#backToTop i{
	transition: all 0.3s ease-in-out allow-discrete;
}

#backToTop:hover i{
	transform: translateY(-3px);
}

#logo img{
	height: 50px;
	width: auto;
}

#language{
	height: 50px;
	line-height: 50px;
}

#language span{
	cursor: pointer;
	padding: 10px 15px;
	background-color: var(--themeBlue);
	color: white;
	border-radius: 5px;
	border: 2px solid white;
	transition: all 0.5s ease-in-out allow-discrete;
}

#language span:hover{
	background-color: white;
	color: var(--themeBlue);
	border: 2px solid var(--themeBlue);
	font-weight: bold;

}

/*------------------menu nav------------------------*/
.navBar>li{
	font-size: 16px;
	margin-top: 5px;
	margin-left: 10px;
}

.navBar li{
	display: inline-block;
	position: relative;
}

.navBar li:hover>a{
	background-color: var(--themeBlue);
	color: white;
}

.navBar li:hover>.navTitle{
	border-radius: 5px;
}

.navActive{
	background-color: var(--themeBlue);
	color: white !important;
	border-radius: 5px;
}


.navBar li a {
	display: block;
	padding: 10px 25px;
	color: #222;
	white-space: nowrap;
}

.navRight{
	margin-right: 10px;
	background-color: var(--themeGreen);
	border-radius: 5px;
	float: right;
}

.navRight .navTitle{
	color: white;
}

.dropdownMenu{
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 100;
	background: white;
/*	border-radius: 10px;*/
	display: none;
	min-width: 120%;
}

.dropdownMenu li{
	display: block;
}

.navBar>li:hover>ul{
	display: block;
}

#slider{
	background-color: var(--themeBlue);
	padding-top: 40px;
	padding-bottom: 40px;
	width:500px;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
	max-width: 80%;
	transition: all 0.3s ease-in-out allow-discrete;
	overflow: scroll;
}

.hideSlider{
	left: -500px;
}

.showSlider{
	left: -0px;
}


#closeMobileMenu {
	text-align: right;
	padding-right: 30px;
	margin-bottom: 30px;
}

#closeMobileMenu span{
	font-size: 25px;
	cursor: pointer;
	padding: 10px 15px;
	color: white;
	border-radius: 5px;
	transition: all 0.3s ease-in-out allow-discrete;
}

#closeMobileMenu span:hover{
	background-color: white;
	color: var(--themeBlue);
}

.mobileNavTitle{
	padding: 5px 10px;
	border-radius: 10px;
}

.mobileNavSubTitle{
	padding: 5px 20px;
	display: none;
}

.mobileNavSubTitle>div{
	border-left: 2px solid #002a85;
}

.mobileNavTitle a {
	font-size: 15px;
	line-height: 30px;
	display: block;
	color: white;
	padding: 5px 10px;
	transition: all 0.3s ease-in-out allow-discrete;
}

.mobileNavTitle a:hover {
	background-color: #002a85;
}


/*------------------------------------------*/

#banner{
	padding: 10vh 20px 30vh 20px;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.bannerTitle{
	font-size: 40px;
	line-height: 50px;
	color: white;
	letter-spacing: 5px;
	animation-name: upBottom;
	animation-duration: 1s;
	padding-top: 20px;
}
.bannerSubTitle{
	font-size: 28px;
	color: white;
	opacity: 0;
	animation-name: bottomUp;
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	text-align: center;
}
.bannerSubTitle>img{
	max-width: 500px !important;
}

.bannerLogo{
	line-height: 50px;
}

.bannerLogo img{
	max-width: 30%;
	vertical-align: middle;
	animation-name: bottomUpLogo;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

#bannerBottom{
	position: absolute;
	bottom: 20px;
	right: 120%;
	opacity: 0;
	animation-name: rightLeft;
	animation-duration: 0.8s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes bottomUp{
	from{
		transform: translateY(50px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes bottomUpLogo{
	from{
		transform: translateY(50px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

@media(max-width:768px){
	.bannerLogo img{
		max-width: 40%;
	}
}



@keyframes upBottom{
	from{
		transform: translateY(-50px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes rightLeft{
	from{
		right: 120%;
		opacity: 0;
	}
	to{
		right: -2%;
		opacity: 1;
	}
}



/*------------------------------------------*/

.blockTitle{
	font-size: 32px;
	color: var(--themeBlue);
	line-height: 50px;
	transition: all 0.3s ease-in-out allow-discrete;
}


#register{
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease-in-out allow-discrete;
}



#register:hover .blockTitle{
	color: white;
	font-size: 35px;
	z-index: 999;
	position: relative;
}



#backGroundAni{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color:  var(--themeBlue);
	top: 0px;
	right: 100%;
	z-index: 99;
	transition: all 0.2s ease-in-out allow-discrete;
}

#register:hover #backGroundAni{
	right: 0;
}

.memberName{
	text-align: center;
	padding: 2px 10px;
	border-radius: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.owl-carousel img:hover +div{
	background-color: var(--themeGreen);
	color: white;
}


/*-------------------timeline-----------------------*/

 #timeline .timeline-item:after, #timeline .timeline-item:before {
	 content: '';
	 display: block;
	 width: 100%;
	 clear: both;
}

 #timeline {
	 width: 100%;
	 margin: 30px auto;
	 position: relative;
	 padding: 0 10px;
	 -webkit-transition: all 0.4s ease;
	 -moz-transition: all 0.4s ease;
	 -ms-transition: all 0.4s ease;
	 transition: all 0.4s ease;
}

#timeline *{
	box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
}

 #timeline:before {
	 content: "";
	 width: 3px;
	 height: 100%;
	 background: var(--themeBlue);
	 left: 50%;
	 top: 0;
	 position: absolute;
}
 #timeline:after {
	 content: "";
	 clear: both;
	 display: table;
	 width: 100%;
}
 #timeline .timeline-item {
	 margin-bottom: 20px;
	 position: relative;
}
 #timeline .timeline-item .timeline-icon {
	 background: var(--themeBlue);
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 position: absolute;
	 top: 0;
	 left: 50%;
	 overflow: hidden;
	 margin-left: -23px;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 border-radius: 50%;
	 text-align: center;
	 color: white;
}

 #timeline .timeline-item .timeline-content {
	 width: 45%;
	 background: #fff;
	 padding: 20px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -ms-border-radius: 5px;
	 border-radius: 5px;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	 border-bottom: 3px  solid rgba(0, 0, 0, 0.2);
}
 #timeline .timeline-item .timeline-content h2 {
	 padding: 15px;
	 background: var(--themeBlue);
	 color: #fff;
	 margin: -20px -20px 0 -20px;
	 font-weight: 300;
	 -webkit-border-radius: 3px 3px 0 0;
	 -moz-border-radius: 3px 3px 0 0;
	 -ms-border-radius: 3px 3px 0 0;
	 border-radius: 3px 3px 0 0;
}
 #timeline .timeline-item .timeline-content:before {
	 content: '';
	 position: absolute;
	 left: 45%;
	 top: 20px;
	 width: 0;
	 height: 0;
	 border-top: 7px solid transparent;
	 border-bottom: 7px solid transparent;
	 border-left: 7px solid var(--themeBlue);
}
 #timeline .timeline-item .timeline-content.right {
	 float: right;
}
 #timeline .timeline-item .timeline-content.right:before {
	 content: '';
	 right: 45%;
	 left: inherit;
	 border-left: 0;
	 border-right: 7px solid var(--themeBlue);
}

 @media screen and (max-width: 768px) {
	 #timeline {
		 margin: 30px;
		 padding: 0px;
		 width: 90%;
	}
	 #timeline:before {
		 left: 0;
	}
	 #timeline .timeline-item .timeline-content {
		 width: 90%;
		 float: right;
	}
	 #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
		 left: 10%;
		 margin-left: -6px;
		 border-left: 0;
		 border-right: 7px solid var(--themeBlue);
	}
	 #timeline .timeline-item .timeline-icon {
		 left: 0;
	}
}

/*------------------------------------------*/

#gMap{
	height: 500px;
}

.contactInfo{
	text-align: center;
	padding: 20px 10px;
}

.contactInfo>div{
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 20px 0px;
	border-bottom: 2px solid var(--themeBlue);
	background-color: white;
}

.contactInfo .fa-solid{
	font-size: 30px;
	color: var(--themeBlue);
	margin-bottom: 10px;
}

#footer{
	padding-top: 30px;
}

.footerTitle{
	font-size: 18px;
	color: var(--themeBlue);
	margin-bottom: 20px;
}

#footer ul{
	color: #7c90ad;
}

#footer li{
	margin-bottom: 10px;
}

#copyRight{
	margin-top: 80px;
	padding: 20px;
	color: white;
}

/*-------------------page-----------------------*/

#breadcrumb .grid-container, #pageContent .grid-container{
	padding: 20px;
}

#pageTitle{
	font-size: 36px;
	line-height: 40px;
	color: var(--themeBlue);
}

.currentPageTitle{
	opacity: 0.5;
}

.eachAward{
	border-radius:10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.3s ease-in-out allow-discrete;
}

.eachAward:hover{
	background-color: var(--themeBlue);
	color: white;
	font-weight: bold;
}

.eachAward img{
	transition: all 0.3s ease-in-out allow-discrete;
	transform-style: preserve-3d;
}

.eachAward:hover img{
	transform: scale(1.1);
	transform: rotateY(360deg);
}

.awardName{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	line-height: 20px;
	height: 40px;
}



.passAwards{
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.passAwards td{
	margin: 0;
	border: 1px solid black;
	padding: 8px 10px;
	background-color: var(--lightBlue);
}

.tableGap{
	height: 30px;
	border: 0px !important;
	background-color: white !important;
}

.awardYear{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px !important;
	background-color: var(--themeBlue) !important;
	color: white;
}

.awardYear span{
	color: #00d530;
}

.awardCategory{
	font-weight: bold;
	text-align: center;
}

.awardCategory td{
	padding: 20px;
	background-color: #a1bdf9;
}


.eachMember{
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-bottom: 2px solid var(--themeBlue);
	background-color: white;
	transition: all 0.3s ease-in-out allow-discrete;
}
.eachMember:hover{
	transform: translateX(-4px) translateY(-4px);
}

.eachMember a{
	display: block;
}

.eachMember:hover img{
	filter: brightness(1.2);
}

.memberName2{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.memberRegion{
	font-size: 16px;
}

.gallery div{
	transition: all 0.3s ease-in-out allow-discrete;
}

.gallery div:hover{
	transform: translateX(-4px) translateY(-4px);
}

.gallery div a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid var(--themeBlue);
}


.positionT{
	display: inline-block;
	padding: 10px 40px;
	font-size: 20px;
	color: white;
	background-color: var(--themeBlue);
	font-weight: bold;
	border-radius: 5px;
}


/*-------------------info-----------------------*/

.eachInfo{
	border-radius: 100%;
	padding: 20px;
	background-color: white;
	transition: all 0.3s ease-in-out allow-discrete;
}
.eachInfo:hover{
	transform: translateX(-4px) translateY(-4px);
}

.eachInfo img{
	border-radius: 100%;
}

.eachInfo a{
	display: block;
}

.eachInfo:hover img{
	filter: brightness(1.2);
}

.eachInfo:hover + .infoName{
	color: var(--themeBlue);
	transform: translateY(-4px);
}

.infoName{
	text-align: center;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 15px;
	transition: all 0.3s ease-in-out allow-discrete;
}

.mfp-close{
	color: white !important;
}


@media(max-width:768px){
	.mfp-close{
		color: grey !important;
	}
}


/*-------------------organizer-----------------------*/

#organizer img{
	width: auto;
}

.unit1{
	max-height: 80px;
}

.unit3{
	max-height: 110px;
}

.unit2Linehtight{
	line-height: 110px;
}

/*-------------------press-----------------------*/
.eachPress{
	border-radius: 20px;
	box-shadow: 0px 0px 2px  var(--themeBlue);
	padding:10px;
}

.pressDate{
	line-height: 30px;
	color: var(--themeBlue);
}

.pressDateIcon{
	color: var(--themeBlue);
}

.pressTitle{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	color: var(--themeBlue);
	line-height: 50px;
}

.pressContent{
	margin-bottom: 30px;
	color: #333;
}

.pressImg{
	border-radius: 10px;
	box-shadow: 0px 0px 5px grey;
	margin-top: 10px;
	margin-bottom: 10px;
}

.readMore{
	display: inline-block;
	padding: 10px 30px;
	font-size: 20px;
	color: white;
	background-color: var(--themeBlue);
	font-weight: bold;
	border-radius: 8px;
	border: 2px solid white;
	cursor: pointer;
	transition: all 0.3s ease-in-out allow-discrete;
}

.readMore:hover{
	border: 2px solid var(--themeBlue);
	color: var(--themeBlue);
	background-color: white;
}

.pressDetail div{
	margin-bottom: 20px;
	text-indent: 30px;
	line-height: 22px;

}

/*------------------- evaluation committee -----------------------*/

.committeeParty{
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.committeePartyE{
	height: 75px;
	line-height: 25px;
	overflow: hidden;
}

.committeeTitle{
	color: #a4a4a4;
}



@media(max-width:767px){
	.committeeParty{
		font-size: 14px;
		height: 60px;
		line-height: 20px;
	}
	.awardsCategory{
		font-size: 16px;
	}	
}
