body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fafafa;
	font-family: 'Microsoft JhengHei', sans-serif;
}


.products_inner{
	width: 90%;
	height: 600px;
	background-color: #fafafa;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}



.products_inner2{
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-1.jpg);
	background-repeat: repeat;
}

.products_inner2 img{
	width: 100%;
	height: auto;
}

.products_left{
	width: 45%;
	margin-right: 5%;
	float: left;
}

.products_left img{
	width: 100%;
	height: auto;
}

.products_right{
	width: 50%;
	float: left;
}

.products_all{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.products_4{
	width: 23%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;

}

.products_4 img{
	width: 100%;
	height: auto;
}
	



.header-wd1 {
	color: #22b2c3;
	font-size: 40px;
	line-height: 60px;
	text-align: left;
}


.header-wd2 {
	color: #333333;
	font-size: 15px;
	line-height: 30px;
}

.header-wd3 {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	background-color: #22b2c3;
	margin-bottom: 15px;
}

.header-wd4 {
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}


.td-wd1 {
	text-align: center;
	font-size: 14px;
}


.mt-20{
	margin-top: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

}

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

 @media screen and (max-width : 600px) {

.products_inner2{
	width: 100%;
	min-height: 600px;
    max-height: 5000px;
	background-image: url(../images/bg-2.jpg);
	background-repeat: repeat;

}

.products_inner2 img{
	width: 100%;
	height: auto;
}


 
.video-container {
    position: relative;
    padding-bottom: 60%;
    padding-top: 0px;
    height: 0;
    overflow: visible;

}

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


.products_left{
	width: 100%;
	margin-bottom: 15px;
}


.products_right{
	width: 100%;
	float: left;
}


.products_4{
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 15px;

}
 

    }

