#content {
	padding: 30px 0;
}
#container {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 3%;
	width: 75%;
    padding: 0 5%;
	background-color: rgba(245, 245, 245, 0.9);
}

#nav-qa a , #nav-links a{
	color: #5D5555 !important;
}

.nav-margin {
	margin-top: 10px;
}
#logo {
	position: absolute;
	top: 5px;
	display: inline-block;
	width: 22.5%;
	background-color: transparent;
	max-width: 365px;
}

#logo:before {
	content: "";
	display: block;
	padding-top: 35%;
}

#banner-img {
	background-size: 100% 100%;
	border: 20px solid #fff;
}

#banner-img:before {
	content: "";
	display: block;
	padding-top: 40%;
}


#banner>.row {
	margin: 0px;
}
.banner-menu .btn {
	width: 100%;
}
.banner-menu {
	min-height: 40px;
	padding: 10px;
}
.banner-menu a{
    padding: 0;
	text-align: center;
	width: 100%;
}
.banner-menu a:hover {
	background-color: #bbdefb;
}

#banner .s4 {
	padding: 0;
}

nav {
	background-color: #5D5555 !important;
}
.brand-logo {
	margin-left: 10px;
}
#portal {
	transition: top 5s ease-in-out, left 5s ease-in-out, transform .2s;
	display: inline-block;
	position: fixed;
	z-index: 100;
	background-size: 100% 100%;
	top: 50vh;
	left: 88%;
}
#portal-menu {
	display: inline-block;
}
#portal-trigger {
	width: 1px;
	height: 1px;
	padding: 0;
}
#footer {
	height: 70px;
	color: rgb(255,255,255);
	text-align: center;
	background-color: #212121;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
    background-position: left top, left top;
    background-size: 100% auto;
    background-repeat: no-repeat, repeat;
    font-family: "微軟正黑體","Microsoft JhengHei","Times New Roman",Times,serif;
}

.pagination li {
    padding: 0;
}
.pagination li a {
    margin: 0;
    display: block;
    width: 30px;
}

.position1 {
	top: 30vh !important;
	left: 75% !important;
}

.position2 {
	top: 30vh !important;
	left: 88% !important;
}

.position3 {
	top: 40vh !important;
	left: 80% !important;
}

.position4 {
	top: 50vh !important;
	left: 75% !important;
}

.position5 {
	top: 50vh !important;
	left: 88% !important;
}

@media only screen and (max-width: 992px) {
	#container {
		width: 100%;
        border-radius: 0 !important;
        margin-bottom: 0;
        margin-top: 0;
	}
	#slider-container {
		padding: 0;
	}
    #footer {
        margin-top: 0;
        height: 100px;
    }
}

