/*
  *{
 border: 1px solid #000;
} 
*/
.listbox .item{
  width: 100%;
  height: auto;
}
body{
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}
header,well,footer{
  margin-left: auto;
  margin-right: auto;
}
h1,h2,h3,h4,h5,h6,p,ul{
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans TC', sans-serif;
	
}
/*header{
  height: 580px;
}*/

/* .top_bg_logo{
  margin-top:90px;
  margin-bottom: 45px;
  //margin-left: 80px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
 */

.breadcrumb{
	font-size: 12pt;
}
.products img{
  width: 100%;
  border-radius: 10px;
/*  box-shadow: 5px 5px 5px #999999;*/
}

.products img:hover{
  
/*	border-color: #36c2ce;*/

/*  border-style: solid;*/
/*  border-width: 3px ;*/
}
h3{
margin-top:100px;
margin-bottom: 30px;
}
.products .row{
	flex-direction: row;
	justify-content: space-between;
/*	align-items: center;  */
	position: relative;  
	display: block; 
	max-width: 100%;
}
.box-products{
	width: 30%;
	display: inline-block;
	border-radius: 10px;
	margin-left: 15px;
 	margin-right: 15px;
	margin-bottom: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.3);
	transition: 0.5s;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	position: relative;
    min-height: 1px;    
}

.box-products:hover{
	box-shadow: 5px 5px 30px rgb(0,0,0,0.4);
	transform: translate(-5px,-5px);
	
	font-weight: 1000;
}
.bottom{
	position: relative;

}
.name{	
	text-align: center;
	letter-spacing: 2px;
/*	background: linear-gradient(transparent 0%, #96c9f4 100%);*/
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.name-s{	
	text-align: center;
	letter-spacing: 1px;
/*	background: linear-gradient(transparent 0%, #96c9f4 100%);*/
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
}

/*
.row>h1{
	display: block;
	border: 1px solid red;
}
*/
/*切換中或英文版 
.products .en-ch = 總覧各縫紉機
*/
.products .ch a{
	font-family: "微軟正黑體", "新細明體", "細明體", "標楷體";
	font-size: 13pt;	/*---切換成中文---*/
	font-weight: 600;
}
.products .en a{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 12pt;	/*---切換成英文---*/
	font-weight: 600;
}
.products .ch a,
.products .en a{
	color: red;
	float: right;	
	text-decoration: none;
	margin-right: 20px;	
}
.products .ch a:hover,
.products .en a:hover{
	color: blue;
}
.products .ch,
.products .en{
	width: 100%;
	margin-bottom: 20px;
	
}
/*切換中或英文版 
.products .en-ch = 總覧各縫紉機
*/


.products ul{
  list-style-type: none;
}
.products h5{
  font-size: 16px;
  line-height: 1.2;
  height: 5px;	
/*  margin-top:10PX;*/
  margin-bottom: 50px;
  text-align: center;
	letter-spacing: 2px;
}



@media screen and (max-width: 1200px) {
	.products h3{
/*    margin-top: 20px;*/
    margin-left: 20px;
  }
	.products h1{
/*    margin-top: 20px;*/
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .navbar-brand1 img{
    width: 30px;
    margin-left: 13px;
  }
  .products h3{
    margin-top: 20px;
    margin-left: 20px;
  }

  .products .col-xs-12{
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .navbar-brand1 img{
    width: 30px;
    margin-left: 13px;
  }
.top_bg_logo img{
    width: 92%;
  }


}
@media screen and (max-width: 480px) {
	.box-products{
		width: 90%;
/*		border: solid 1px red;*/
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}
  .navbar-brand1 img{
    margin-left: 15px;
  }
  .top_bg_logo img{
    width: 92%;
  }
  
  .products .col-xs-12{
    width: 90%;
  }
  .well .col-xs-12{
    width: 100%;
  }
	.products h1{
/*    margin-top: 20px;*/
    margin-left: 20px;
  }
.products h3{
    margin-top: 40px;
	margin-bottom: 20px;
    margin-left: 15px;
/*	font-size: 14pt;  */
  }
}
