/*@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);
}
.imaximg{ 
  max-width: 100%;
  max-height: 300px;
}
/*body {
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 background-image:url('../image/bg2.png');
	 background-repeat : no-repeat; 
	 background-position :  top left; 	
	 background-attachment: fixed;
}*/

