html,body.homev2,div,span,applet,object,iframe,.homev2 h1,.homev2 h2,.homev2 h3,.homev2 h4,.homev2 h5,.homev2 h6,.homev2 p,.homev2 blockquote,.homev2 pre,a,.homev2 abbr,.homev2 acronym,.homev2 address,.homev2 big,.homev2 cite,.homev2 code,.homev2 del,dfn,em,img,ins,kbd,q,.homev2 s,samp,.homev2 small,strike,.homev2 strong,.homev2 sub,.homev2 sup,tt,var,.homev2 b,u,i,center,.homev2 dl,.homev2 dt,.homev2 dd, ol, ul, li,fieldset,.homev2 form,.homev2 label,legend,.homev2 table,.homev2 caption,.homev2 tbody,.homev2 tfoot,.homev2 thead,.homev2 tr,.homev2 th,.homev2 td,article,aside,canvas,details,embed,.homev2 figure,figcaption,.homev2 footer,.homev2 header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body.homev2{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html,body.homev2{
	position: relative;
	width: 100%;
  overflow-x: hidden;
}
body{
	font-family:"Nunito Sans","微軟正黑體","Microsoft JhengHei","微軟雅黑體","Microsoft YaHei","蘋果儷中黑","Apple LiGothic Medium",Arial,Helvetica,sans-serif;
	font-size: 16px;
}
a{
	text-decoration: none !important;
}
/****************************** Common Style ******/
.homev2 #cover{
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background-color: #4b00b5;
}
.oy{
	overflow-y: hidden;
}
.box{
	box-sizing: border-box;
    padding: 0 66px;
}
.inner{
	max-width: 1300px;
}
.container-v2{
	overflow-x: hidden;
}
.submenu_mobile > ul::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 11px rgb(0 0 0 / 30%);
	border-radius: 7px;
	background-color: #F5F5F5;
}
.submenu_mobile > ul::-webkit-scrollbar,
body::-webkit-scrollbar{
	width: 11px;
	background-color: transparent;
}
.submenu_mobile > ul::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 7px rgb(0 0 0 / 30%);
	background-color: #979191;
	background-clip: content-box;
	border: 2px solid transparent;
}
.submenu_lv1::-webkit-scrollbar,
.submenu_lv2::-webkit-scrollbar,
.submenu_other::-webkit-scrollbar{
	width: 8px;
	background-color: transparent;
}
.submenu_lv1::-webkit-scrollbar-thumb,
.submenu_lv2::-webkit-scrollbar-thumb,
.submenu_other::-webkit-scrollbar-thumb{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 7px rgb(0 0 0 / 30%);
	background-color: #979191;
	background-clip: content-box;
	border: 0px solid transparent;
}
.color_neon,a.color_neon,.homev2 p.color_neon{
	color:#cefa4b;
}
.bgc_neon{
	background-color: #cefa4b;
}
.bgc_blue{
	background-color: #011e60;
}
.bgc_purple{
	background-color: #4b00b6;
}
.color_white{
	color:#fff;
}
.color_purple{
	color:#4b00b6;
}
.color_darkgrey{
	color:#414141;
}
.align_center{
	text-align:center;
}
.homev2 .bold,
.homev2 strong{
	font-weight: 900;
}
.homev2 h1{
	position: relative;
	font-size: 60px;
	line-height: 64px;
    -webkit-text-stroke: 2px #cefa4c;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    /*white-space: nowrap;*/
}
html[lang="zh-hant"] .homev2 h1, html[lang="zh-hans"] .homev2 h1, html[lang="zh-hant"] #arm h1, html[lang="zh-hans"] #arm h1{
	-webkit-text-stroke:0px;
	-webkit-text-fill-color: initial;
	color:#cefa4c;
}
.homev2 h2,#social h2{
	font-size: 42px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 20px;
}
.homev2 h3,#social h3{
	font-size: 30px;
	line-height: 34px;
	font-weight: 900;
}
.homev2 h4,#social h4{
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
}
.homev2 p,.btn_float_expand p,#social p{
	position: relative;
	color:#fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.homev2 a,#social a,.submenu_mobile a{
	font-size:18px;
	line-height: 24px;
	font-weight: 900;
}
.link_arrow_neon{
	padding-right:35px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.link_arrow_purple{
	padding-right:35px;
	background-image: url("../img/arrow_purple.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.link_button{
	box-sizing: border-box;
	padding:10px 20px;
	display: inline-block;
	padding-right: 60px;
    padding-left: 40px;
    background-size: 25px;
    background-position: center right+10px;
}
/********************/
/****************************** Header Style ******/
.header{
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
    padding: 0 50px 0 62px;
    transition: height 0.5s;
}
.header.active{
	height: 100px;
}
.header:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	transition: height 0.5s;
	background-color: rgba(65,65,65,0.95);
	z-index: -1;
}
.header.active:before{
	height: 100%;
}
.logo img{
	transition:height 0.5s;
	height: 64px;
}
.header.active .logo img{
	height: 40px;
}
.menu{
	flex:1;
	padding-left: 40px;
    box-sizing: border-box;
}
.menu > ul > li{
	position: relative;
	float: left;
}
.menu > ul > li:nth-last-child(-n+2){
	float:right;
}
.menu > ul > li > a{
	position: relative;
	display: inline-block;
	color:#fff;
	font-weight: 900;
	box-sizing: border-box;
	padding:0 30px;
	font-size: 16px;
	line-height: 20px;
	height: 26px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s;
}
.menu > ul > li > a:hover,
.menu > ul > li > a.active{
	color:#cefa4b !important;
}
.menu > ul > li > a:not(:nth-last-child(-n+2)).active:after{
	content:'';
	position: absolute;
	background-image: url("../img/arrow_down.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 14px;
	left: 50%;
	margin-left: -13px;
	bottom: -100%;
}
.menu > ul > li:last-child a{
	padding-right: 0;
}
.menu > ul > li > a.icon_lang{
	padding-left: 0;
	padding-right: 0;
	width: 50px;
}
.icon_lang:before{
	content:'';
	display: inline-block;
    background-image: url("../img/lang.png");
    background-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
}
.icon_lang:hover:before{
	background-image: url("../img/lang2.png");
}
.menu ul li a.icon_search{
	padding-left: 54px;
}
.icon_search:before{
	content:'';
	display: inline-block;
    background-image: url("../img/search.png");
    background-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 30px;
}
.icon_search:hover:before{
	background-image: url("../img/search2.png");
}
ul.lang_dropdown {
    position: fixed;
    /* width: 100%; */
    display: none;
}
ul.lang_dropdown.active{
	display: block;
	animation:fadeIn 0.4s;
}
ul.lang_dropdown li {
    /* width: 100%; */
    padding: 0;
    margin: 0 1.5em 0 -0.8em;
    display: inline-block;
}
ul.lang_dropdown li a{
	display: block;
	padding: 0;
	color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0 5px 0;
    line-height: 20px;
}
ul.lang_dropdown li a:hover{
	color:#cefa4b;
}
.btn_menu{
	display: none;
}
/*************************************************************/
.submenu{
	position: fixed;
	display: block;
	left: 40px;
	top: 80px;
	background-color: rgba(65,65,65,0.95);
	width:calc(100% - 80px);
	z-index: 100;
	box-sizing: border-box;
	transition: all 0.4s;
	height: 0;
	overflow: hidden;
}
.submenu_column{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.submenu.active{
	height: calc(100% - 120px);
}
.submenu.active.active2{
	height: 160px;
}
.submenu_inner{
	position: relative;
	box-sizing: border-box;
	padding:40px 60px 40px 0px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.submenu_lv0{
	position: relative;
	flex:1;
	display: none;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.submenu_lv0.active{
	display: flex;
	animation: fadeIn 0.5s;
	justify-content: space-between;
}
.submenu_lv0_4column_inner,
.submenu_lv0_6column_inner{
	display: flex;
	flex-wrap: wrap;
}
.submenu_lv0_4column_inner > div{
	height: 48%;
	box-sizing: border-box;
	margin-bottom: 2%;
}
.submenu_lv0_6column_inner > div{
	height: 50%;
}
.submenu_lv0_2column > div:nth-child(2),
.submenu_lv0_3column > div:nth-child(3),
.submenu_lv0_4column_inner > div:nth-child(2),
.submenu_lv0_4column_inner > div:nth-child(4),
.submenu_lv0_6column_inner > div:nth-child(3),
.submenu_lv0_6column_inner > div:nth-child(6){
	border-right: 0;
}
.submenu_lv1{
	position: relative;
	width:35%;
	height: 100%;
	box-sizing: border-box;
	padding:0 40px;
	border-right:1px solid #868688;
}
.submenu.active .submenu_lv1{
	overflow-y: auto;
}
.submenu_lv0_4column_inner,
.submenu_lv0_6column_inner{
	width: 70%;
}
.submenu_lv0_2column .submenu_lv1{
	/*width: 50%;*/
	width: 35%;
}
.submenu_lv0_3column .submenu_lv1{
	width: 23.3%;
}
.submenu_lv0_4column .submenu_lv1{
	width: 50%;
}
.submenu_lv0_6column .submenu_lv1{
	width: 33.3%;
}
.submenu_lv1 li a,
.submenu_lv1 a.sublink{
	position: relative;
	color: #fff;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    cursor: pointer;
}
.submenu_lv1 li a:hover,
.submenu_lv1 li a.active{
	color:#cefa4b;
	font-size: 18px;
	font-weight:900;
}
.submenu_lv1 li a[data-id]:hover:after,
.submenu_lv1 li a[data-id].active:after{
    position: absolute;
	content:'';
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	width: 20px;
    height: 20px;
    right: 0;
    top: 0;
}
.submenu_lv2{
	position: relative;
	display: none;
	/*width: 60%;*/
	width: 35%;
	height: 100%;
	box-sizing: border-box;
	padding:0 40px;
}
.submenu.active .submenu_lv2{
	overflow-y: auto;
}
.submenu_lv2.active{
	display: block;
	animation: fadeIn 0.4s;
}
.submenu_lv2 li a{
	position: relative;
	color: #fff;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    cursor: pointer;
}
.submenu_lv0 a.sublink:hover,
.submenu_lv2 li a:hover,
.submenu_lv2 li a:hover h5.color_neon{
	color:#0050ff;
}
.submenu_other{
	position: relative;
	width: 30%;
	height: 100%;
	box-sizing: border-box;
	padding:0 40px;
	border-left:1px solid #868688;
	display: none;
}
.submenu_other.active{
	display: block;
}
.submenu.active .submenu_other{
	overflow-y: auto;
}
.submenu_img{
	width: 100%;
	height: auto;
	max-width: 360px;
	max-height: 360px;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 20px;
}
.submenu_title{
	font-size: 18px;
	font-weight:900;
}
.submenu_des{
	color:#fff;
	margin:20px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.submenu_link{
	display: inline-block;
	margin:20px 0;
	margin-top: 40px;
}
.submenu_lv0_4column > div .submenu_link{
	/*margin-top: 0;*/
}
.btn_submenu_close{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 16px;
	height: 15px;
	background-image: url("../img/close.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 100;
}
.submenu_search{
	display: none;
	justify-content: center;
	align-items: flex-start;
    margin: 0 auto;
}
.submenu_search.active{
	display: flex;
}
.submenu_search > div{
	position: relative;
}
.submenu_search > div:after{
	position: absolute;
	content: '';
	background-image: url("../img/search.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
    height: 20px;
    right: 25px;
    top: 50%;
    z-index: 1000;
    margin-top: -10px;
}
.submenu_search input{
	font-size: 16px;
	width:40vw;
	height: 50px;
    box-sizing: border-box;
    padding: 5px 25px;
    outline: 0;
    border-radius: 25px;
    border: 0;
    background-color: #ccc;
}
.submenu_mobile{
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(65,65,65,0.95);
	z-index: 100;
  z-index: 101;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.4s;
	padding:0 20px;
}
.mobile_lang_icon{
	margin-right: 5px;
	position: relative;
    top: 1px;
}
/****************************** Part Animation ******/
#banners{
	position: relative;
	width: 100%;
	height: 100vh;
	opacity: 0;
}
.banners_con{
	position: relative;
	width: 100%;
	height: 100%;
}
.banners{
	position: relative;
	width: 100%;
	height: 100%;
}
.banner{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #333;
	overflow: hidden;
}
.banner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.banner video{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.banner_content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding:73px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner_content{
	justify-content: flex-end;
	/*padding-bottom: 150px;*/
}
.banner_content_inner{
	width: 60%;
}
.banner_content h1{
    margin-bottom: 20px;
}
.banner_content p{
	margin-bottom: 60px;
}
.banner_content a{
	margin-bottom: 60px;
    display: inline-block;
}
.banners_con .swiper-pagination{
	text-align: left;
    box-sizing: border-box;
    /*padding: 80px 73px;*/
    padding: 0 73px;
    margin-bottom: 80px;
	bottom: 0;
}
.banners_pagination{
	background-color: #fff;
	width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}
.banners_pagination_active{
	background-color: #cefa4b;
}
#mainbanner .banner:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%);
}
.btn_scroll{
	position: absolute;
	width: 35px;
	height: 80px;
	bottom: 42px;
	left: 50%;
	margin-left: -17px;
	background-image: url("../img/mouse_down.png");
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center bottom;
	z-index: 2;
	animation:rolling 2s infinite;
}
@keyframes rolling {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0%);
	}
}

#v2_video_con{
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 332px;
	background-position: center center;
	overflow: hidden;
	height: 100vh;
}
.anima_box{
	position: absolute;
	background-color: rgba(75,0,182,1);
	z-index: 1000;
}
.anima_box1{
	width: 100%;
	height: 100%;
	bottom: 50%;
	right: 50%;
}
.anima_box2{
	width: 0%;
	height: 0%;
	top: -22px;
	left: 116px;
}
.anima_box3{
	width: 0%;
	height: 0%;
	top: 116px;
	left: -22px;
}
.anima_box4,
.anima_box5,
.anima_box6,
.anima_box7{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.anima_strip1,
.anima_strip2{
	position: absolute;
	width: 14px;
	height: 96px;
	background-color: rgba(75,0,182,1);
	transform-origin: center center;
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -7px;
}
#v2_video{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	z-index: 2000;
}
/****************************** Part Arm ******/
#arm{
	position: relative;
	height: 100vh;
}
#arm h1{
font-size:52px;
line-height:60px;
-webkit-text-stroke: 1px #cefa4c;
}
.mouse_right{
	width: 75px;
	margin-top: 20px;
	animation:rollingX 2s infinite;
}
@keyframes rollingX {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0%);
  }
}
#canvas{
    position: absolute;
    width: 70vw;
    height: calc(70vw *9/16);
    bottom: 0;
    left: 50%;
    transform: translateX(-48%);
}
.slides{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	overscroll-behavior: none;
	height: 100vh;
	background-color: #0050ff;
}
#slides_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 100vh;
	background-color: #4b00b5;
}
.slide{
	position: relative;
	width: 75%;
	display: inline-block;
	box-sizing: border-box;
	height: 100vh;
}
.slide_content{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:140px 0px 100px 100px;
	display: flex;
}
#slide-1 .slide_content{
	left: 0;
	padding-left: 73px;
}
#slide-1 .slide_content_left{
	box-sizing: border-box;
    width: 60%;
    justify-content: center;
}
#slide-1 .slide_content_right{
	width: 0;
}
.slide_content_left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 40%;
	box-sizing: border-box;
    /*padding-top: 10px;*/
}
.slide_content_right{
	width: 60%;
	box-sizing: border-box;
    padding-left: 73px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

  	box-sizing: border-box;
    padding-bottom: 24%;
}
.slide_content h1{
	margin-bottom: 20px;
    white-space: normal;
}
.slide_content p{
	white-space: normal;
	margin-bottom: 40px;
}
.slide_content img{
	max-width: 100%;
	max-height:100%;
	box-shadow: 20px 10px 15px rgb(0 0 0 / 20%);
	/*
	width: 100%;
    object-fit: contain;
    */
}
#slide-1 img{
	box-shadow: none;
	width: 75px;
	height:auto;
}
.btn_vplay{
  width: 0;
  height: 0;
  border-bottom: 45px solid transparent;
  border-top: 45px solid transparent;
  border-left: 75px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -22px;
  z-index: 10;
  display: none;
}
/****************************** Part Spotlight ******/
#spotlight{
	position: relative;
	display: flex;
}
#spotlights{
	position: relative;
	width: 60%;
	background-color: #676767;
	min-height: 400px;
	box-sizing: border-box;
	padding:73px;
}
#spotlights h2{
	margin-bottom: 30px;
}
#newsandevents{
	position: relative;
	width: 40%;
	min-height: 400px;
}
#news{
	position: relative;
	width: 100%;
	background-color: #4b00b5;
	box-sizing: border-box;
	padding:73px;
}
#news h2{
	margin-bottom: 30px;
}
#events{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding:73px;
	display: block;
}
#events h2{
	margin-top: 20px;
}
.spotlight{
	display: flex;
	padding-bottom: 20px;
	border-bottom:2px solid grey;
	margin-top: 20px;
}
.spotlight > div:nth-child(1) img{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	max-width: 237px;
	max-height: 158px;
}
.spotlight > div:nth-child(2){
	padding:40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.spotlight > div:nth-child(2) h3{
	margin-bottom: 20px;
}
.spotlight:nth-of-type(1){
	margin-top: 40px;
}
.spotlight:last-of-type{
	margin-bottom: 40px;
}
.news_item{
	box-sizing: border-box;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid grey;
}
.news_item:last-of-type{
	border-bottom:0;
	margin-bottom: 40px;
}
.news_date{
	font-weight: 900;
	margin-bottom: 10px;
}
.news_cap{
	font-weight: 400;
}
/****************************** Part Nees ******/
#whatsnew{
	position: relative;
	box-sizing: border-box;
	padding:73px;
}
.grid{
	position: relative;
	width: 90%;
	max-width: 1584px;
	margin: 0 auto;
	margin-top: 40px;
}
.grid-sizer,
.grid_item{
	width:33.33%;
	max-width: 528px;
	overflow: hidden;
}
.grid_item > div{
	position: relative;
}
.grid_item > div > img{
	position: relative;
	display: block;
	width: 100%;
	max-height: 725px;
	object-fit: cover;
	object-position: center center;
	transition:all 0.5s;
}
.grid_item > div.short_img > img{
	max-height:500px;
}
.grid_content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding:40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 60%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 60%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
	transition:all 1s;
}
.grid_content p{
	display: none;
}
.grid_content_top{
	transition: all 1s;
}
.grid_content_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding:40px 20px;
	opacity: 0;
	transform:translateY(20px);
	transition: all 1s;
}
@media only screen and (min-width: 768px){
	.grid_content:hover{
		background: rgba(0,80,255,0.95);
		cursor:pointer;
		height: 100%;
	}
	.grid_content:hover p{
		display: inline;
	}
	.grid_content:hover .grid_content_top{
		flex:1;
	}
	.grid_content:hover .grid_content_bottom{
		opacity: 1;
		transform:translateY(0px);
	}
	.grid_item:hover  img{
		transform:scale(1.2);
	}
}
.grid_content_top h4{
	margin-bottom: 6px;
}
.grid_content_top h3{
	margin-bottom: 16px;
}
/****************************** Part Social Media ******/
#social{
	position: relative;
	display: flex;
	background-color: #414141;
  line-height: 1;
}
#social > div{
	width: 50%;
	box-sizing: border-box;
	padding:73px;
}
.social_left{
	display: flex;
	justify-content: flex-end;
}
.social_left_inner{
	width: 100%;
	max-width: 647px;
}
.social_right{
	display: flex;
	justify-content: flex-start;
}
.social_right_inner{
	width: 100%;
	max-width: 647px;
}
.social_link{
	margin-right: 20px;
}
#social p{
	margin-bottom: 20px;
}
/****************************** Part Footer ******/
.footer,
.footer a,
.footer p{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
}
.footer{
	position: relative;
	box-sizing: border-box;
	background-color: #414141;
	padding:80px 73px 40px 73px;
	overflow: hidden;
}
.footer a{
	color:#fff;
}
.footer_top{
	display: flex;
	max-width: 1440px;
	margin:0 auto;
}
.footer_top p{
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer_top_column{
	width: 25%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
}
.footer_bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1440px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
    padding-right: 50px;
}
.footer_bottom_left{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.footer_bottom_left a{
	display: inline-block;
	box-sizing: border-box;
	padding:0px 10px;
	line-height: 16px;
	border-right:1px solid #fff;
	margin-bottom: 5px;
}
.footer_bottom_left span.nav-header{
  padding-left: 10px;
  display: inline-block;
}
.footer_bottom_left a:nth-child(1){
	padding-left: 0;
}
.footer_bottom_left a:last-child{
	border-right:0;
}
.footer_bottom_right{
	margin-top: 20px;
}
.footer_bottom_right img{
	height: 40px;
}
.btn_float{
	position: fixed;
	width: 110px;
	height: 110px;
	background-color: #cefa4b;
	z-index: 90;
	background-image: url("../img/menu.png");
	background-size: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
	bottom: 54px;
    right: 54px;
}
.btn_float.inactive{
	background-image: none;
}
.btn_float_expand_outer{
	position: fixed;
	width: 110px;
	height: 110px;
	max-width: 376px;
    max-height: 373px;
	right: 54px;
    bottom: 54px;
    z-index: 100;
    overflow: hidden;
    display: none;
  text-transform: uppercase;
}
.btn_float_expand{
	position: absolute;
	bottom: 0;
	right: 0;
    max-width: 376px;
    max-height: 373px;
    background-image: url("../img/menu_yellow.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vw;
    transform-origin: bottom right;
}
.btn_float_expand a{
	cursor: pointer;
}
.btn_float_expand a,
.btn_float_expand div{
	position: relative;
	width: 110px;
    height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}
.btn_float_expand a p{
	color:#4b00b5;
	font-size: 14px;
}
.btn_float_expand a img{
	max-width: 50%;
}
#btn_float_close{
	opacity: 0;
	background: #cefa4c;
}





/***********************************************/
#test{
	display: none;
}
#test{
	position: fixed;
	top: 0%;
	left: 50%;
	color:lime;
	font-size: 12px;
	z-index: 300000;
	background-color: rgba(0,0,0,0.8);
}

.js input.form-autocomplete{
  background-image: none;
}

/*search autu-complete*/
ul.ui-autocomplete{
  max-width: 500px;
}
ul.ui-autocomplete *{
  line-height: 1.2em;
  font-size: 13px;
}
ul.ui-autocomplete p{
  color: #888;
}
.ui-autocomplete-fields div{
  height: 20px;
}

#newsandevents{
  display: flex;
  flex-direction: column;
}
.homev2 #events{
  flex: 1;
}

.submenu_mobile > ul > li > a,.submenu_mobile > ul > li > ul > li > a{
  text-transform: uppercase;
}

.btn_float_expand p{
  margin: 0;
}

.light-menu-box ul{
  padding-left: 25px;
}

