@import url("rsu.css");
@import url(https://fonts.googleapis.com/css?family=Kanit:400,300&subset=thai,latin);
/* @media(min-width: 1210px){
		#resp-sive-menu{
			display:none;
		}
		#menu{display: block;}
	}
	@media(max-width: 1210px){
		#resp-sive-menu{
			display:block;
		}
		#menu{display: none;}
	} 	
 */

 .HeaderAddr{
 	border:1px solid #e2e2e2;padding:5px 15px;background:#e2e2e2;font-size:14px;border-radius:10px
 }
	.row h1 {font-size:32px;margin-left:10px;margin-bottom:5px;padding-left:10px;}
	h1,p,h3,h4,h2,h5,h6{
	font-family:'Kanit',cursive,serif;
	/* margin:0px;
	padding:0px; */
}
.forCate h3{
	font-size:18px;
	font-family:'Kanit',cursive,serif;

}
.forCate p.rowForCate,p.rowForCate{
	font-size:14px;
}
.fixMinHeight{
	min-height: 200px;
}

.breadcrumb{
	margin-bottom:5px;
}

.thumbnail .fixhidethum{
	min-height:400px;
}

.sidebar_jr{
	margin-bottom: 10px;
}


.rowheader a,.headerSubSection a {
	color:black;
	font-size:12px;
	float:right;
	margin-top:15px;
	
}

.rowheader h4 a {
	text-decoration:none;
	font-size:18px;
}
.rowheader h4 {
	display:inline;
	margin:0px;
	padding:0px;
	font-size:16px;
	
	
}
.rowheader{
	border-top:4px solid #4C63FC;
	padding:15px 0px;
}

/* 
	**** showcolor backaground 
 */

.row.bgBox {
	background: #fff;
	color:#484848 ;
	 border-radius:10px;
	 border: 10px solid transparent;
	 background-clip: padding-box;
    padding: 5px;
}

.row.bgShow {
	background: #eee;
	color:#484848 ;
}
.row.bgShow-1 {
	background: #E6E6FA;
	color:#484848 ;
}
.row.bgShow-2 {
	background: #333;
	color:orange ;
}
.row.bgShow-3 {
	background: #444;
	color:orange ;
}

.headerSection{
	font-size:38px;
}

.headerSubSection{
	font-size: 28px;
}



footer {
 /* position: absolute;
  bottom: 0;
  width: 100%;
   Set the fixed height of the footer here 
  height: 60px;*/
  background-color: #f5f5f5;
}

.tagshow.tagshow-default{
	background: #555;
	color:orange;
	font-family: kanit;
	letter-spacing: 1px;
}

.btnMake.btnMake-success {
	background: #ff5c33;
	color:#f5f5f5;
	font-size: 100%;
	letter-spacing: 1px;
	text-shadow: 0px 1px 2px rgba(51, 51, 51, 0.25);
	
	/*box-shadow: 0px 0.7px 1px 1px rgba(119, 119, 119, 0.42);
	 -webkit-box-shadow: 0px 0.7px 1px 1px rgba(119, 119, 119, 0.42);
	-moz-box-shadow: 0px 0.7px 1px 1px rgba(119, 119, 119, 0.42);
	-o-box-shadow: 0px 0.7px 1px 1px rgba(119, 119, 119, 0.42);
	-ms-box-shadow: 0px 0.7px 1px 1px rgba(119, 119, 119, 0.42); */
}

a.btnMake.btnMake-success:hover {
	/* color: orange; */
	text-decoration: none;
	color: #fff
}

.tagshow,.btnMake {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.nav-footer div.col-footer {
	padding:10px;
	
}
.nav-footer ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.nav-footer ul li{
	padding:5px;
	font-size: 13px;

}

.nav-footer ul li > ul li{
	padding:5px;
	margin-left:10px;
	
}

/*
.nav-footer div.col-footer:last-chlid{
	border-right:none;
}*/


/*.jr{
	    display: inline-block;
    
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
   
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.jr-lg{
	font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}*/

./*jr-line{
	background:url('http://www.dhakulchan.com/group/images/sidebar/logo/line.png') no-repeat 0px 0px/15px 17px;
	padding-left:20px;
}*/

.small-small{
	font-size: 75%;
	line-height: 20px;
}


	.img-max-resize {
		min-height:auto;
		min-width: 170px;
		max-width: 300px;
	}

	div.bgOurService,div.bgOurService img   {
	 	-webkit-transition:-webkit-transform 1s;
		-moz-transition:-moz-transform 1s;
		transition:transform 1s;
	}

	div.bgOurService:hover,div.bgOurService:hover img{
	 -webkit-transform: scale(1.1,1.1); /* Safari */
	 -moz-transform: scale(1.1,1.1); /* firefox */
  	  transform: scale(1.1,1.1);
	}
	
	div.bgOurService {
		background: #0080ff;
		border-radius: 12px;
		border:10px solid white;
	}
	.thumbnail,.boxItems ,img.ImgConfig {
		-webkit-transition:-webkit-transform 0.5s;
		-moz-transition:-moz-transform 0.5s;
		transition:transform 0.5s;
	}
	.thumbnail:hover,.boxItems:hover,img.ImgConfig:hover{
		-webkit-transform: scale(1.05,1.05); /* Safari */
	 	-moz-transform: scale(1.05,1.05); /* firefox */
  	  	transform: scale(1.05,1.05);
	}
	
	.thumbnail > img,.thumbnail a > img {
		height:189px;
		width:280px;

	}
	.thumbnail .caption,.context-product {
		min-height:150px;
	}
	.row.boxItems {
		margin-left:0px;
		margin-right:0px;
		 margin-bottom: 15px;
		 margin-top: 15px
	}
	.boxItems {
		   
		    background-color: #fff;
		   	border:1px solid #ddd;
		    border-radius: 4px;
			padding:4px;
		    /*  -webkit-transition: border .2s ease-in-out;
		    		    -o-transition: border .2s ease-in-out;
		    		    transition: border .2s ease-in-out;  */
		    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    		 box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	}