@import url('https://fonts.googleapis.com/css?family=Courgette|Sarabun:400,800|Source+Sans+Pro&display=swap&subset=thai');
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
 .zone_thai{
	font-family: 'Lato', sans-serif;
	font-family: 'Sarabun', sans-serif;
	word-spacing:5px;
	color: #031c1c; 
}

		.zone_thai{
					font-family: 'Lato', sans-serif;
					font-family: 'Sarabun', sans-serif;
					font-size: 1.2rem;
					text-shadow: 0px 1px 2px #00000069;
					border-top: #CC9 1px solid;
					box-shadow: 2px 2px 8px rgb(127 137 161 / 80%);
		}
		 code_art{
			    font-size: 10px;
    			color: #bd4147;
    			position: absolute;
				  margin-top:-5px;				
		 }
		 
		.btn-type-3 {
			display: inline-block;
			padding: 10px 28px 10px 28px;
			font-weight: bold;
			text-decoration: none;
			border: 2px solid #B71C1C;
			border-radius: 20px;
			color: white;
			background-image: linear-gradient(#EF5350, #E53935);
			transition: all .2s ease-in-out;
		}
		.btn-type-3:hover {
			padding: 12px 30px 12px 30px;
			background-image: linear-gradient(#F44336, #E53935);
				border-radius: 10px;
		}
		.btn-type-3:active {
			background-image: linear-gradient(#E53935, #EF5350);
		}      

/*
body {
  font-family: K2D, "Georgia", Times, serif;
  color: #555;
}
*/
h1, .h1  {
  font-weight: 500  ;
  color: #175184;
}
h1, .h1 : hover {
  font-weight: 700  ;
  color: #e9e9e9e6;
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: normal;
  color: #200505e8;
text-shadow: 0px 0px 1px #00000069;
}


/*
 * Override Bootstrap's default container.
 */

.container {
 /* max-width: 60rem;*/
}


/*
 * Masthead for nav
 */

.blog-masthead {
  margin-bottom: 0.9rem;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
 box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}

/* Nav links */
.nav-link {
  position: relative;
  padding: 1rem;
  font-weight: 500;
  color: #cdddeb;
}
.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: transparent;
}

/* Active state gets a caret at the bottom */
.nav-link.active {
  color: #fff;
}
.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.3rem;
  vertical-align: middle;
  content: "";
  border-right: .3rem solid transparent;
  border-bottom: .3rem solid;
  border-left: .3rem solid transparent;
}


/*
 * Blog name and description
 */
 
.blog-header-wd {
  padding-bottom: 1.25rem;
  margin-bottom: 3rem;
  border-bottom: .09rem  solid #CCC;
  box-shadow: 0px 25px 30px rgba(127, 137, 161, 0.2);
}
.blog-header {
  margin-bottom: 2rem;
  margin-top:-5px;
  padding-top:2rem;
  padding-bottom: 1rem;
  border-bottom: .06rem  solid #CCC;
  box-shadow: 0px 4px 12px rgba(127, 137, 161, 0.8);
  border-radius: .25rem;
  /*background: url(../../gallery/Air-2.png) top center , linear-gradient(to top right,#2490d9,#00d685);*/
  /*background:url(../../gallery/Adobe/sky2.jpg) top center no-repeat;*/
  height:279px; 
}
.blog-title {
	font-weight: bold;
	text-decoration: none;
   margin-bottom: 0;
   font-size: 2.75rem;
    line-height: 2.75rem;
		color:#003;
}
.blog-description {
		 font-size: 1.25rem;
		 color: #910909e8;
		font-weight: 600;
    line-height: 2.25rem;
		padding-left:15px; margin-left:15px;
		border-left:4px solid #ca4743;
		/*
		-webkit-box-shadow: inset 0 -0.1rem 0.25rem rgba(0,0,0,.3);
    box-shadow: inset 0 -0.1rem 0.25rem rgba(0,0,0,.3);
		*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 2.2rem;
  }
	.blog-description {
    font-size: 0.9rem; 		
		font-weight: 400;
    line-height: 2rem;

	}
	
}


/*
 * Main column and sidebar layout
 */

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 0rem;
  /*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
  padding: 0rem;
  background-color: inherit;
  border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


.wd-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 2rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wd-btn-outline-primary {
    color: #FFF; /* 0275d8 */
    background-image: none;
    background-color: #039;
    border-color: #0275d8;
}
.wd-btn:hover{
	background-color: #FFF;
	color: #0275d8;
  border-radius: 0.25rem;
}
.wd-btn.active:after{
	color: #FF0;
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 4rem;
}
.blog-pagination > .btn:hover {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-sidebar-wd{
	padding-right:15px;
	/*-webkit-box-shadow: inset 0 -0.1rem 0.25rem rgba(0,0,0,.3);
    box-shadow: inset 0 -0.1rem 0.25rem rgba(0,0,0,.3);*/
	margin-top:-20px;
	padding-top:10px;
}

.blog-post {
  margin-bottom: 0.5rem;
  padding:10px;
  padding-top:15px;
  margin:10px;
}
.blog-post-title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  color:#339;
}
.blog-post-title-wd {
  margin-bottom: .5rem;
  font-size: 2.5rem;
  color:#FFF;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding-top:2.5rem;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
  text-shadow: 0px 1px 2px #00000069;
  border-top:#CC9 1px solid;
  box-shadow: 2px 2px 8px rgba(127, 137, 161, 0.8);
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.word_shadow{
	text-shadow: 1px 2px 1px #3c0606d6;
  	cursor: text ;
 }
 .ligth_shadow{
	text-shadow: 2px 2px 1px #FFFFFF;
  	cursor: text ;
 }
 .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #1bb1dc;
    transition: 0.5s;
}
.card:hover:after {
    width: 100%;
}
.blog-main-wd{
		  box-shadow:  0px 2px 7px #31200760 rgb(66, 139, 202);
      background: url(../../gallery/Adobe/sky2.jpg) top center  no-repeat;
	/*	background:url(../../gallery_news/PictureUnlock_VCG_144308_user0.pictureunlock.jpg) top  no-repeat; */
}

@media (max-width: 600px) {
	.blog-post-title-wd {
	  font-size: 1.8rem;
	  color:#633;
		padding:5px;
		margin:5px;
	}
	#about_blog{
		display:none;
	}
	
	.blog-main-wd{
			background:url(../../gallery_news/PictureUnlock_VCG_144308_user0.pictureunlock.jpg) top  no-repeat;
	}
	#booking_bg_2020{
		display:none;
	}
	
}


