/*
*{
 border: 1px solid #000;
} 
*/

.tablink {
  background-color: #575959;
	font-family: 'Noto Sans TC', sans-serif;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
	margin-right: 15px;
	border-radius: 8px;
	margin-bottom: 10px;
  font-size: 15px;
  width: 20%;
}

.tablink:hover {
  background-color: #898989;
/*	color: #111111;*/
	border: solid 1px #575959;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  /*/color: white;*/
  display: none;
  padding: 80px 20px;
  height: 100%;
  margin-bottom: 50px;
}
#parts1, #parts2, #parts3, #parts4 {
	background-color: #f7f8f8;
	margin-right: 20px;
	margin-top: 100px;
}





/*字:有顏色的*/
.red{
	color: crimson;
}
/*字:有顏色的end*/

/*字:粗*/
.f-w-b{
	font-weight: bold;
}
/*字:粗 end*/

.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;
}

.remark{
    font-size: 10px;	
	margin-left: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: left;	
	margin-top: 10px;
}
sup {
	top: -.5em;
	left: -.1em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
}
.spacing_h100{
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100px;
}
.spacing_w100{
	padding-left: 50px;
	padding-right: 50px;
	width: 100px;
}
.breadcrumb{
  font-size: 12pt;
	/*background-color: #CCFFCC;*/
}
.products .row{
	flex-direction: row;
	justify-content: space-between;
/*	align-items: center;  */
	position: relative;  
	display: block; 
	display: flex;
	max-width: 100%;
/*	border: solid 1px;*/
/*	background-color: aquamarine;*/
	
}
h1.title0{
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	letter-spacing: 5px;
	padding: 10px;
	color: white;
	padding-top: 50px;
	text-decoration: none;
	font-size: 36px;
}
h1.title0.ctcx{	
/*	background-color: #682075;ctcx用#663399*/
	background-color: #595757;	
}
h1.title0.ft{	
/*	background-color: crimson;ft用*/
	background-color: #595757;	
		
}
h1.title0.ntd{	
/*	background-color: green;ntd用	*/
	background-color: #595757;	
}
h1.title0.uh{
/*	background-color: #d31075;uh用*/
	background-color: #595757;	
}
h1.title0.mt{	
/*	background-color: #1da9d9;ctcx用#663399*/
	background-color: #595757;	
}

h1.title0.ftk{	
/*	background-color: #c89f62;ctcx用#663399*/
	background-color: #595757;	
}
h1.title0.kld{	
/*	background-color: #cc9900;ftk用	*/
	background-color: #595757;	
}

h1.title0.glk{	
	background-color: #595757;	
}
h1.title0.ltd{	
/*	background-color: #814121;ltd用*/
	background-color: #595757;	
}
h1.title0.vx{	
/*	background-color: #ff6600;vx用	*/
	background-color: #595757;	
}

/*有做超連結*/
h1.title0.ctcx-a{	
/*	background-color: #682075;ctcx用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.ft-a{	
	background-color: crimson;/*ft用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.ntd-a{	
	background-color: green;/*ntd用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.uh-a{	
/*	background-color: #d31075;uh用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.mt-a{	
/*	background-color: #1da9d9;mt用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.ftk-a{	
/*	background-color: #c89f62;ftk用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.kld-a{	
/*	background-color: #cc9900;kld用*/
	background-color: #595757;	
	color: white;	
}
h1.title0.glk-a{	
	background-color: #595757;/*glk用*/	
	color: white;
}
h1.title0.ltd-a{	
/*	background-color: #814121;ltd用*/
	background-color: #595757;	
	color: white;
}
h1.title0.vx-a{	
/*	background-color: #ff6600;vx用	*/
	background-color: #595757;	
	color: white;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1.title0.ctcx-a:hover, h1.title0.ft-a:hover, h1.title0.ntd-a:hover, h1.title0.uh-a:hover, h1.title0.mt-a:hover, h1.title0.ftk-a:hover, h1.title0.kld-a:hover, h1.title0.glk-a:hover, h1.title0.ltd-a:hover, h1.title0.vx-a:hover{	
	background-color: #dcdddd;/*ctcx用*/
	color: #333333;	
}
/*有做超連結--end*/

.boxs{
/*	width: 100%;*/
	max-width: 100%;
	margin-bottom: 50px auto;		
	flex-direction: row;
	justify-content: space-between;
/*	align-items: center;*/
	position: relative;
	display: flex;
/*	background-color: aquamarine;   */
}
.left{
/*	width: 75%;*/
	flex: 3;
/*	border: solid 2px #333;*/	
	flex-direction: row;
	justify-content: space-between;
/*	align-items: center;  */
	position: relative;  
	display: block; 
}
h3{
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.right{
/*	border: solid 2px red;*/
	flex: 1;
}
.product-sidebar{
	width: 100%;
	margin-bottom: 30px;
	float: left;	
}
.box-products-1{
	width: 30%;
	display: inline-block;
	border-radius: 10px;
	margin-left: 0px;
 	margin-right: 20px;
	margin-bottom: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 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{
	width: 30%;
	display: inline-block;
	border-radius: 8px;
	margin-left: 0px;
 	margin-right: 20px;
	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: 1px;
	font-weight: 400;
	position: relative;
    min-height: 1px; 	
	text-align: center;
/*	border: 1px solid #333333;*/
}

.box-products:hover{
	box-shadow: 5px 5px 30px rgb(0,0,0,0.4);
	transform: translate(-5px,-5px);	
	font-weight: 700;
}
.bottom{
	position: relative;

}
.name{	
	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: 16px;
/*	text-decoration: underline;*/
}
.box-products .name.bottom-l:hover{
	text-decoration: underline;
}
.name-s{	
	text-align: center;
	letter-spacing: 1px;
/*	background: linear-gradient(transparent 0%, #96c9f4 100%);*/
	padding-bottom: 20px;
/*	margin-bottom: 20px;*/
/*	border-top: solid 1px #333333;*/
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}


.products img{
	width: 80%;
	border-radius: 10px;
/*  box-shadow: 5px 5px 5px #999999;*/
}
/*
.products img:hover{
  width: 105%;
  border-style: solid;
  border-width: 3px ;
  
}
*/
.videos{
	margin-bottom: 40px;
	width: 90%;
}
.video {
	width: 80px;
	margin-left: 20px;	
	display: inline-block
}
#contents #tab1 p img:hover, 
#contents #tab2 p img:hover{
	border: none;
}

#contents #tab2 .tab-font1-b img:hover,
#contents #tab3 .tab-font1-b img:hover{
	border: none;
}
.products .products-photo{
	
}


/*空白高度,寬度*/
.space50{
	height: 50px;
	padding: 50px 0px;
}
.space100{
	height: 100px;
	padding: 50px 0px;
/*	background-color: #333;*/
}
.space150{
	height: 150px;
	padding: 50px 0px;
/*	background-color: #333;*/
}
.spacew20{
	width: 20px;
	padding: 0px 20px;
}


/*切換中或英文版  
products .ch + products .en = 各縫紉機總覽
products .main .en-ch-products = 各縫紉機
products .main .en-ch-numbering = 縫紉機編碼 
*/
.products .ch a,
.products .main .ch-products a,
.products .main .ch-numbering a{
	font-family: "微軟正黑體", "新細明體", "細明體", "標楷體";
	font-weight: 600;
	font-size: 13pt;    /*---切換成中文---*/
	}
.products .en a,
.products .main .en-products a,
.products .main .en-numbering a{
	font-weight: 600;
	font-size: 12pt;	/*---切換成英文---*/
}
.products .ch a,
.products .en a,
.products .main .en-products a,
.products .main .en-numbering a,
.products .main .ch-products a,
.products .main .ch-numbering a{
	color: red;
	float: right;	
	text-decoration: none;
}
.products .ch a:hover,
.products .en a:hover,
.products .main .en-products a:hover,
.products .main .en-numbering a:hover,
.products .main .ch-products a:hover,
.products .main .ch-numbering a:hover{
	color: blue;
}
.products .ch,
.products .en{
	width: 75%;
}

.products .main .en-products,
.products .main .ch-products{
	margin-top: 5px;
}
/*切換中或英文版 
products .ch + products .en = 各縫紉機總覽
products .main .en = 各縫紉機
products .main .en-ch = 縫紉機編碼
*/


.products ul{
  list-style-type: none;
	width: 100%;
}
.products h5{
/*  height: 50px;	*/
  font-size: 8px;
  margin-top:15PX;
  margin-bottom: 40px;
  text-align: center;
	
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
	.boxs{
		flex-direction: column;
	}
	.left{
		display: inline-block;
	}
	.right{
		display: inline-block;
	}
  .navbar-brand1 img{
    width: 30px;
    margin-left: 13px;
  }
  .products h3{
/*    margin-top: 20px;*/
	  margin-bottom: 20px;
    margin-left: 20px;
  }

   .products .products-inner .col-xs-12{
    width: 50%;
  } 
}
@media screen and (max-width: 680px) {
	.boxs{
/*		border: solid 1px red;*/
		padding-left: 15px;
	}
	.box-products{
		width: 28%;
		margin-left: 8px;
		margin-right: 5px;
		margin-bottom: 35px;
		font-size: 12px;
	}
  .navbar-brand1 img{
    width: 30px;
    margin-left: 13px;
  }

	h3{
		margin-top: 50px;
/*		font-size: 16pt;*/
	}
	.name{
		font-size: 14px;
	}

}
@media screen and (max-width: 480px) {
	
	h1.title0{	
	margin-right: 0px;	
	font-size: 30px;
}
	.boxs{
		display: block;
	}
	.left{
		flex: 1;
		display: block;
	}
	.right{
		flex: 1;
		display: block;
	}
	.box-products,.box-products-1{
		width: 95%;
	}
	.name{
		font-size: 16px;
	}

  .navbar-brand1 img{
    margin-left: 15px;
  }
  .top_bg_logo img{
    width: 92%;
  }
  .products h3{
    margin-top: 40px;
	  margin-bottom: 20px;
    margin-left: 15px;
/*	font-size: 14pt;  */
  }
  .breadcrumb{
	font-size:10pt;
	}
  .products .en a,
.products .main .en-products a,
.products .main .en-numbering a,
.products .main .ch-products a,
.products .main .ch-numbering a{
		font-size: 11pt;	    
	}	
	 .products .ch,
	.products .en {
		width: 95%;
	}	
  .products .products-inner .col-xs-12{
    width: 90%;
  }
  
}
