/*@media screen and (min-width:0\0) {
     Your Code for Internet Explorer
}
@-moz-document url-prefix() {
      Your Code for Firefox    
}
body.chrome-on-pc {
     Your Code for Chrome on PC
}*/
#shwd{
	 box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}
#tb{
	border-radius:15px;
}
	div.bd1 { 
			border-width: 2px; 
			
			border-style: solid;
			border-radius: 10px;
			padding-top:10px;
			
			width: 400px;
        	height: 220px;
			border-color: #F09432;
			}
	div.bd2 { 
			border-width: 2px; 
			
			border-style: solid;
			border-radius: 10px;
			padding-top:10px;
			
			width: 400px;
        	height: 220px;
			border-color: #D69E61;
		   }
/*แสดงภาพแบบขยาย*/	 

.card .content-item {
  position: relative;
}
.card .content-item .pic a{
  width: 350px;
  height: 210px;
  border-radius: 1px;
  overflow: hidden;
  display: block;
}

.card .content-item .pic img {
  width: 400px;
  margin: -30px 0 0 -40px;
  transition: 300ms;
}
.card .content-item:hover .pic img {
  transform: scale(1.3);
}
/*ส่วนของการ์ด
div.card, #smcard{max-width: 200px; min-width: 150px;}
div.card, #lgcard{max-width: 304px; min-width: 200px;}
div.card, #bigcard{max-width:600px; min-width: 550px;}
div.card, #jumbocard{max-width:800px; min-width: 550px;}
div.card img, #smimg{max-width: 90px;max-height: 120px;}
div.card img, #lgimg{max-width: 300px;}
div.card img, #bigimg{max-width: 300px; max-height: 150px;}*/


     

/*ส่วนภาพheader*/
div.imax img{ 
  width: 100%;
  height: 300px;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url('image/bg.jpg');
  background-repeat : no-repeat; 
  background-position :  top left; 	
  background-attachment: fixed;
}

