@charset "utf-8";
/* Media quires for a responsive layout */
/* For tablets & smart phones */
header{
    width: 100%;
	height:80px; 
}
#banner{
	margin-top: 80px;	
}
nav{
	width: 200px;
	height:300px; 
	margin-top: 0px;	
	margin-left: 0px;
}
nav ul li{
	width:100%;
	height:30px;
}
nav ul li a{
	width:100%;
	height:38px;
	padding:0px 0px;
	font-size:1.5em;
}

#logo{
	margin-left:40px;
	width: 400px;
}
#contact{
	display: none;
}
#contactM{
	display:block;
	margin-top: 20px;
}
#contactM p{
	text-align: center;
}
#line{
	width: 36px;
    height: 36px;
}
#fb{
	width: 36px;
    height: 36px;
}
#google{
	width: 36px;
    height: 36px;
}
#telphonePic{
	background:transparent url("../images/ic_call_black_48dp.png?crc=4076289768")
		 no-repeat center center;background-size:cover;
	display: inline-block;
	width: 20px;
    height: 20px;
}
#telphoneP{
	font-size:1.5em;
	text-align: center;
}
#welcome{
	border-style: solid;
    border-width: 1px;
    border-color: #7F7F7F;
    background-color: #F7931E;
    border-radius: 10px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 4px;
    color: #FFFFFF;
    font-family: lato, sans-serif;
    font-weight: 900;
    width:100%;
    height:16px;
}
#textDiv{
top: 40%;
height:100px;
}
.titleLine{
    border-bottom: solid 1px #666;
    width:100%;
    display: inline-block;
}
.titlePic{
	width: 100%;
}
#video{
    float: left;
    width: 100%;
    text-align:center;
}
.videoDiv{
	width:90%;
	height:260px;
	margin-left: auto;
	margin-right: auto;
}
.videoDiv iframe{
	width:100%;
	height:260px;
}
.regular {
    width:90%;
    height:60px;
    margin: 0px auto;
}
/*選單*/
.nav {
    display: none;
    float: none;
    margin-top: 17px;
    box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
}
.toggle {
    display: inline-block;
    background: #FFF;
    padding: 10px 15px;
}
.nav li{
    float: none;
}
.nav li a{
    padding: 0px 0px;
}
.nav li:hover ul {
    position: relative;
    display: block;
    background: transparent;
}
.nav li:hover ul li{
    background: transparent;
}
.nav li:hover ul li a{
    padding-left: 30px;
}
.arrow-bottom {
    top: 20px;
}
.regular3{
	width: 100%;
}
.regular3 div{
    width: 100%;
    height:auto;
    overflow: hidden;
    z-index: 20;
    position: relative;    
}
.regular3 div img{
    width: 100%;
}
.regular3 .customerEA{
width:80px;
height:26px;
border:solid 1px #fff;
margin-top: 10px;
margin-left:auto;
margin-right:auto;
color: #fff;
display: block;
text-decoration: none;
}
.regular3 .customerEA:hover{
    color:#000;
    background-color:#fff;
}
.regular3 div .customerText{
    width: 100%;
    height:260px;
    top:400px;
    left:0px;
    position:absolute;
    background-color: #ccc;
    z-index: 50;
    display: block;
}
.advertising1{
	width: 100%;
	height: 130px;

}
.advertising1 div{
    float:left;
    width: 100%;
}
.advertising1 div a{
    text-decoration: none;
}
.advertising1 div img{
    width: 100%;
}
.customer2{
	width: 100%;
    margin: 0px auto;
    z-index: 50;
}
.customer2 div{
    float:left;
    width: 100%;
    margin-left: 2px;
    margin-right:2px;
    margin-bottom: 5px;
}
.customer2 div a{
    text-decoration: none;
}
.customer2 div img{
    width: 100%;
}
.customer2 .slick-list{
    width: 100%;
}
.advertising2{
	width: 100%;
	height: 130px;
    margin: 0px auto;
    z-index: 50;
}
.advertising2 div{
    float:left;
    width: 100%;
}
.advertising2 div a{
    text-decoration: none;
}
.advertising2 div img{
    width: 100%;
}
#allClass{
    width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}
.classDiv{
    width:31%;
    margin:5px;
    float:left;
    position: relative;
    text-align: center;
}
.classDiv img{
    width:80%;
}
.classDiv div{
    width:80%;
    height:20px;
    z-index: 50;
    top:60%;
    /*left:5%;*/
    margin-left:auto;
    margin-right: auto;
    position: absolute;
    border:solid 2px #999;
    padding: 5px;
    border-radius:20px;
    font-weight: 900;
    float:left;
}
#videoLeft{
    width:100%;
    margin-right: auto;
    margin-left:auto;
}
#videoRight{
    width:100%;
    margin-right: auto;
    margin-left:auto;
}
#footerMap{
    width:95%;
}
.footerMapClass{
    width:100%;
}
#pdfDiv2{
    display: block;
}
#pdfDiv1{
    display: none;
}
.saftyfoodContent{
    float:left;
    margin-left:20px;
    width:100%;
}
#searchDiv1{
width:100%;
}
#search{
    right: 5px;
    top: 30px;
}
.customer2{
    width:98%;
    margin: 0px;
}
#goTopDiv{
    float:left;
    position: fixed;
    bottom: 20px;
    right: 20px;
}