@charset "big5";
body {
	font-family: "source-han-sans-traditional", "Microsoft JhengHei", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 0.9em;
	line-height: 2.1em;
	color: #0E0E0E;
}
.bg-tea {
	background-color: #efeee9;
}
.head_img {
	width: 99.8%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.bg-black {
	background-color: #000000;
}
.text-name {
	color: #411e04;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif, "source-han-serif-tc";
	font-size: 1.2em;
	font-weight: 500;
}

.bg-teaset {
	background-image: url(../images/bg_buy.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	background-color: #B9B8B1;
	background-size: contain;
	background-position: 0% -6rem;
}
.bg-exhibition {
	background-image: url(../images/bg_event.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}

.product-teaset1 {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.text-small {
	font-size: medium;
}



.head_img img {
	width: 100%;
}
.navbar-brand {
	width: 80px;
	height: auto;
}
.featurette-divider {
	margin: 3rem 0;
}
.icon-tip {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 0rem;
	margin-left: 1.5rem;
}
.icon-thermometer {
	margin: 0;
	padding: 10px 0 10px 46px;
	list-style: none;
	background-image: url("../images/icon_thermometer.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	line-height: 1.8em;
}
.icon-spoon {
	margin: 0;
	padding: 10px 0 10px 46px;
	list-style: none;
	background-image: url("../images/icon_spoon.png");
	background-repeat: no-repeat;
	background-position: left 0.4rem;
	background-size: 40px;
	line-height: 1.8em;
}
.icon-time {
	margin: 0;
	padding: 10px 0 10px 46px;
	list-style: none;
	background-image: url("../images/icon_time.png");
	background-repeat: no-repeat;
	background-position: left 0.4rem;
	background-size: 40px;
	line-height: 1.8em;
}
.icon-tea {
	margin: 0;
	padding: 10px 0 10px 46px;
	list-style: none;
	background-image: url("../images/icon_tea.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}

.embed-container {
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
	max-width: 680px;
	min-height: 280px;
	border: 1px solid #3A3A3A;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.row.row-grid [class*="col-"] + [class*="col-"] {
	margin-top: 15px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	font-size: 13px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


@media (min-width: 1200px) {
.row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
	margin-top: 0;
}
.text-name {
	color: #411e04;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif, "source-han-serif-tc";
}
.container {
	max-width: 1000px;
}

}

@media (min-width: 992px) {
.row.row-grid [class*="col-md-"] + [class*="col-md-"] {
	margin-top: 0;
}
.text-name {
	color: #411e04;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif, "source-han-serif-tc";
}
}

@media (min-width: 768px) {
.row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
	margin-top: 0;
}
.text-name {
	color: #411e04;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif, "source-han-serif-tc";
	font-size: 2em;
}
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	max-width: 100%;
	padding: 0 4px;
	margin-left: auto;
	margin-right: auto;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
