@import url('https://fonts.googleapis.com/css?family=Maitree:500&subset=thai');

@font-face {
	font-family:  'Maitree', serif;
	 /* unicode-range: U+0E00–U+0E7F;*/
}

body {
 font-family: 'Maitree', serif;
  margin: 0;
  background-color: #f1f1f1;
}

p{
	line-height:30px;
}

div{
	font-family: 'Maitree', serif;
	line-height:30px;
}

.head-board h1 {
    font-size: 40px;
	font-weight:550;
    line-height: 0.9em;
    margin: 25px 0px 25px 0px;
    text-align: center;
    color: #017de9;
}

.modal-dialog-wd{
	border-radius: 0 0 20px 20px;
	background: #33333395;
}

.wd_text_center{
	text-align:center;
}

.wd_box_xl{
	font-family: 'Maitree', serif;
	font-size:22px;
	padding:40px 15px 40px 15px;
	background-color: #FFF;
	line-height:25px;
	/*background:url(../gallery/Adobe/sky2.jpg) top left  repeat-x;
	border-radius: 25px;*/
}
.wd_box_xl .wd_opacity{
  background-color: #FFFFFF50; /* Black w/ opacity */
  border-radius: 10px;
}

.wd_box_detail{
	font-family: 'Maitree', serif;
	font-size:18px;
	padding:15px 50px 15px 50px;
	line-height:20px;
	margin-top:20px;	
}

.wd_box_sm{
	font-family: 'Maitree', serif;
	font-size:16px;
	padding:10px 50px 10px 50px;
	background-color: #FFE;
	margin-top:20px;
}


#navbar {
  background-color: #FFF;
  position: fixed;
  top: -60px;
  width: 100%;
  display:block;
  transition: top 0.3s;
  z-index:89;
  min-height:65px;
   border-bottom:#F39 solid 3px;
   padding-left: 25px;
   padding-right:25px;
}

#navbar a {
  border-radius: 10px;
  float:  right;
  display: block;
  color:#C03 ;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight:500;
   padding: 5px 15px 5px 15px;
   margin: 10px;
}

#navbar a:hover {
  background-color: #FFC;
  color: rgb(1, 125, 233);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
 background-image:url(../icon/TOP-BANNER.png);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  height:150px;
  width:111px;
}

#myBtn:hover {
  height:160px;
}

/*  ---  Array < >  ^  ...  ---- */

i {
  /*  border: solid #C00;
    border-width: 0 2px 2px 0;
 */
    display: inline-block;
    padding: 3px;
	margin-right:4px;
}

.div_full{ 
	clear: both;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {transform: rotate(135deg); -webkit-transform: rotate(135deg);}
.up { transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);}
.down { transform: rotate(45deg); -webkit-transform: rotate(45deg);}
/* -------- Item ---------------- */
.wd_chip {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
	margin-bottom:10px;
}
.wd_chip img {  float: left;  margin: -10px 0 0 -25px;  height: 65px; width: 65px; border-radius: 50%; }
.line_box_button{border-bottom:#FCF 2px solid;}
.wd_shadow_black{box-shadow: 0 5px 18px 0 rgba(0, 5, 23, 0.5);}
.wd_border_button{border-bottom: #8f9884 2px  solid;border-top: #FFF  1px dashed;}
@media (max-width:768px){
	#barNavigation_2018{display:none;}
	.wd_box_xl , .wd_box_detail , .wd_box_sm{
		font-size:16px;
		padding:10px 5px 10px 5px;
		background-color: #FFF;
		line-height:20px;
		margin-top:10px;	
	}
	.head-board h1 {
		font-size: 25px;
		line-height: normal;
	}
	.wd_shadow_black{
		margin-bottom:15px;
		box-shadow: 0 2px 8px 0 rgba(0, 5, 23, 0.5);
	}
}



