body {
  font-family: '微軟正黑體', '新細明體', sans-serif;
  font-size: 20px;
}

.companyinfo {
    margin-top: 30px;
}

.bg {
	padding-bottom: 60px;
}

h1, h2, h3 {
	margin-top: 10px;
}

h2.title {
	margin-bottom: 10px;
}

.header-middle .container .row,
.left-sidebar h2:after, h2.title:after {
	border-bottom-color: #6d6d6d;
}

/*
.left-sidebar h2, .brands_products h2 {
	color: #6d6d6d;
}
*/

body,
.left-sidebar h2:before,
h2.title:before,
.brands-name .nav-stacked li a {
	background-color:#FFFCE7;
}

.brands-name,
.product-image-wrapper,
.shop-details-tab {
	border-color: #A2A2A2;
}

.tab-content .tab-pane div {
	padding-left: 10px;
	padding-right: 10px;
}

.single-blog-post {
	padding-bottom: 20px;
	border-bottom: 2px solid #F7F7F0;
}

/* Youtube RWD */ 
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    /* padding-top: 30px:用於修正的高度，可用25px或30px */
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}