@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@font-face {
	font-family: Raleway;
	src: url('/template/8/font/Raleway-Regular.ttf');
}
@font-face {
    font-family: Raleway;
	src: url('/template/8/font/Raleway-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: Raleway;
	src: url('/template/8/font/Raleway-Italic.ttf');
    font-style: italic;
}
body,h1,h2,h3,h4,h5,h6 {
	font-family: Raleway,'Noto Sans TC','Barlow Condensed', sans-serif, Arial !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 !important;
}
body {
	text-align: center;
}

a {color: black;}
a:hover {
	color: #ff8000;
	text-decoration: none;
}
.blur {
	filter: blur(5px);
	transition: filter 6s;
}
.blur.clear {
	filter: blur(0) !important;
}

.p10 {padding: 10px;}
.p20 {padding: 20px;}
.p30 {padding: 30px;}
.p40 {padding: 40px;}
.p50 {padding: 50px;}
.p75 {padding: 75px;}
.p100 {padding: 100px;}

.pt10 {padding: 10px 0 10px 0;}
.pt20 {padding: 20px 0 20px 0;}
.pt30 {padding: 30px 0 30px 0;}
.pt40 {padding: 40px 0 40px 0;}
.pt50 {padding: 50px 0 50px 0;}
.pt75 {padding: 75px 0 75px 0;}
.pt100 {padding: 100px 0 100px 0;}

.plr20 {padding-left: 20px !important; padding-right: 20px !important;}

.ps0m20 {padding-left: 20px; padding-right: 20px;}
.ps20m0 {padding-left: 0; padding-right: 0;}

.btn1 {
	border: 2px solid #333;
	background-color: rgba(255,255,255,0.6);
	font-size: 16px;
	font-weight: 100;
	text-decoration: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	transition: background-color 0.5s;
}
.btn1:hover {
	background-color: orange;
}

.shadow {
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

.body_width {
	max-width: 1280px;
	margin: auto;
	text-align: left;
}
.header_bg {
	z-index: -2;
	position: absolute;
	background-color: #333;
	width: 100%; min-height: 120px;
}
.carousel_bar {
	position: absolute;
	width: 100%; height: 14%;
	background-color: #333;
	z-index: 10;
}
#header_image {
	position: relative;
	min-height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
#header_image div.blur {
	position: relative; 
	width: 100%;
	/* height: 100vh; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#header_image div.blur img {
	opacity: 0;
}
#header_title {
	position: absolute; 
	top:50%; left:50%; 
	width: 100%;
	transform:translate(-50%,-50%);	
	font-size: 50px;
	color: white;
	font-weight: bold;
	letter-spacing: 5px;
	text-shadow: 0 0 10px black;
}
/*
#header_padding {
	height: 0;
}
*/
#gig_logo {
	max-width:150px;
	margin-left: 0;
}
.header {
	position: absolute;
	width: 100%;
	color: white;
	font-weight: 500;
	z-index: 12;
}
.header a, .header button {
	color: white;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header.zh-hk a {
	font-weight: 200;
}
.header.en a {
	font-weight: 700;
}
.header a:hover {
	text-decoration: none;
}
.header ul.links_ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header ul.links_ul li {
	display: inline;
	padding-top: 0;
	height: auto;
}
.header a.header_link {
	display: inline;
	border: 2px solid rgba(255,255,255,0);
	padding: 10px;
	font-size: 16px;
	letter-spacing: 2px;
}
.header a.header_link:hover, .header a.header_link.active {
	border: 2px solid rgba(255,255,255,1);
}
#header_div1 {
	padding: 42px 10px 40px 10px;
	height: auto;
}
#links_div {
	display: block;
	text-align: right;
}
#btn_menu {
	display: none;
	position: absolute;
	font-size: 28px;
	padding-top: 8px;
}
/*
li:has(a[data-toggle=dropdown]:hover) .dropdown-menu {
	display: block;
}
*/
.dropdown-menu.show {
	width: auto;
	margin: 0;
	border: 0;
	text-align: left;
}
button.btn_lang {
	background-color: inherit;
	/*
	border: 2px solid white;
	padding: 5px 10px;
	*/
	border: 0 solid white;
	padding: 0;
	font-size: 13px;
	font-weight: 100;
	color: white;
	transition: background-color 0.5s !important;
}
button.btn_lang:hover {
	background-color: none;
	color: orange;
}
@media only screen and (max-width: 992px) {
	#gig_logo {
		max-width:250px;
		margin-left: 25px;
	}
	.header a.header_link {
		display: block;
		font-size: 24px;
	}
	.header .dropdown-menu.show {
		position: relative !important;
		transform: none !important;
		height: auto !important;
		margin-bottom: 10px;
	}
	.header .dropdown-item {
		font-size: 22px;
		padding: 10px 0;
	}
	.header.zh-hk a {
		font-weight: 500;
	}
	.header_bg {
		min-height: 100px;
	}
	.carousel_bar {
		/* height: 100px; */
	}
	#header_title {
		font-size: 36px;
	}
	#header_div1 {
		padding: 28px 10px 20px 10px;
		/* height: 100vh; */
	}
	#btn_menu {
		display: block;
	}
	#links_div {
		display: none;
		text-align: center;
	}
	.header ul.links_ul li {
		display: block;
		padding-top: 15px;
		/* height: 60px; */
	}
	.dropdown-menu.show {
		width: 100%;
		border: 1px solid white;
		text-align: center;
	}
	.btn1 {
		font-size: 18px;
	}
	button.btn_lang {
		border: 2px solid white;
		padding: 5px 15px;
		font-size: 24px;
		font-weight: 500;
	}
	button.btn_lang:hover {
		background-color: orange !important;
		color: white;
	}
	.leftcenter {text-align: center;}
	.rightcenter {text-align: center;}
	.ps0m20 {padding-left: 0; padding-right: 0;}
	.ps20m0 {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width: 640px) {
}
.bg_black {
	background-color: rgba(0,0,0,0.8);
	z-index: 16;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.8);
	transform: translate3d(0px, 20px, 0px);
}
.dropdown-menu a {
	color: rgba(255,255,255,0.7);
}
.dropdown-menu a:hover {
	background-color: inherit;
	color: rgba(255,255,255,1);
}

#footer {
	background-color: #444;
	color: white;
}
#footer a {
	color: #d0d0d0;
	font-size: 14px;
}
@media only screen and (max-width: 992px) {
	#footer h5 {
		font-size: 24px;
	}
	#footer a {
		font-size: 22px;
	}
}
table#brands {
	position: absolute;
	height: 100px;
	left: 0;
	transition: left 3s;
}
table#brands td {
	border: 0;
	margin: 0;
	padding: 0 1px 0 0;
}
table#brands td img {
	width: 120px;
}
button.btn_lang_footer {
	background-color: inherit;
	border: 2px solid white;
	padding: 7px 12px;
	font-weight: 100;
	color: white;
	transition: background-color 0.5s !important;
}
button.btn_lang_footer:hover {
	background-color: orange !important;
}
#social_site i {font-size: 24px;}
#social_site a {margin: 0 4px;}
#mainpage_social_site a {margin: 0 4px;}

.carousel-indicators li {
	width: 15px; height: 15px;
	border-radius: 16px;
	border: 10px;
}
#ico_top {
	display: inline-block;
	width: 48px; height: 48px;
	font-size: 24px;
	border-radius: 24px;
	padding: 7px;
}
.w3-col {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.w3-col img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}