html, body {
	overflow-x: hidden;
}

body {
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", serif;
	font-size: 16px;
	/*background-color: #f2f2f2;*/
}

/*.carousel .item {
  height: 750px;
}*/

.carousel-inner .item {
  width: 100%;
  height: auto;
}

.page-title {
	background-image: url(../image/bg-page-title.png);
	background-repeat: no-repeat;
	height: 100px;
}

.page-title h1{
	margin-top: 2px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.middle  {
	text-align: center;
}

.middle  ul {
	display: inline-block;
}

.index-intro span{
	font-size: 18px;
}

.company-slogan p{
	font-size: 22px;
}

tr:hover .th-hover-img img {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 0 !important;
}

tr .th-hover-img img{
	display: none;
}

.image-iso {
    max-height: 800px;
}

img {
	margin: auto;
}

.pop {
	cursor: pointer;
}

.dropdown {
	cursor: pointer;
}

@media (min-width: 769px) {
	.dropdown:hover .dropdown-menu {
    display: block;
}
}
