body {
/* 	background-color: #ebeff2;*/
	font-family: 'Kanit', sans-serif;
	
}
.container{
  width:100%;
  height:100%;
  margin:auto;
/*  background-color: #fff;*/
/*  border-radius:5px;*/
  border-style:groove;	
  border-color:#8cc43f;
}
a{ text-decoration:none;
color:#0077aa;

}
.mainPage{
  max-width: 85%;
  width:100%;
  height:auto;
  margin:0 auto;
  
}
/*
.mandumeImage{
  padding:20px;
  width:100%;
  height:auto;
  margin:0 auto;
  border-radius:10px;
  background-color: #ebeff2;
}
*/
img{
/*  border-radius:10px;*/
/*  border-top-right-radius:10px;*/
}
 h1{
  text-align:center;
  padding-top:100px;
  font-size:80px;
}
.history{width:600px; margin:auto;}
/*
header{
  text-align:center;
  font-size:2em;
	background-color:white;	
	padding: 10px
   border-bottom: 3px solid #8cc43f; 
}
*/

.logo{
	font-size: 0.6em;
/*
	text-decoration: underline;
	text-decoration-color: #f2951e ;
*/
}
.Parent {
	width:100%;
	background:white;
	margin:0 auto;
    display: flex;
    flex-direction: row;
}
  
.child1 {
    width: 50%;
	padding: 10px;
    height: auto;
    color: white;
}
.child1 > img {
    width: 100%;
	height: 100%;
    max-height: 300px;
/*	max-height: 300px;*/
    color: white;
}
  
.child2 {
    width: 50%;
	padding: 10px;
    color: black;
    height: auto;
}
.child2 > li {
	float: left;	
	}

.date_page{
			width:100%;
			background:white;
			margin:0 auto;
            display: flex;
            flex-direction: row;
}
.date_checkin {
            width: 35%;
			padding: 10px;
            height: auto;
            color: black;
			text-align: center;
			border-style: inset
/*			margin: 0 auto*/
}
.date_checkout {
            width: 35%;
			padding: 10px;
            height: auto;
            color: black;
			text-align: center;
			border-style: inset
/*			margin: 0 auto*/
}.date_button {
            width: 30%;
			padding: 10px;
            height: auto;
            color: black;
			text-align: center;
			border-style: inset
}
.price{
/*	text-align:right;*/
	color:black ;
	font-size: 0.7em
}
.pagePrice {
			width:100%;
			background:white;
			margin:0 auto;
            display: flex;
            flex-direction: row;
}
.pagePrice1 {
            width: 50%;
			text-align: left;
			font-size: 0.8em;
/*			padding: 10px;*/
            height: auto;
}
.pagePrice2 {
            width: 50%;
			text-align: right;
            height: auto;
			color:#f2951e ;
			font-size: 1.5em
}
.btnBooking{
	width:70%;
/*	background-color: #8cc43f;*/
	background-color: green;
	color:white;
	border: none;
/*	padding: 10px;*/
	border-radius: 15px;
	font-size: 0.7em;
}
#CheckIn, #CheckOut{
	width:40%;
	text-align: center;
	border-radius: 10px;
	border-style: outset;
	background-color: black;
	color: white
}


.flex-container {
  display: flex;
  flex-direction: row;
	width:100%;
  font-size: auto;
  text-align: center;
/*  margin-top: -0.1%;*/
/*	background-color: wheat;*/
font-family: 'Century Gothic', sans-serif;
/*font-size: auto;*/
/*border: 1px solid #f39535;	*/
}

.f1{
  color:black;
/*  padding: 10px;*/
  flex: 50%;
/*  border: 3px solid #f39535;*/
  font-size: auto;
}
	
#detail .product-images {
  max-width:80vw;
  width: 100%;
  float: left;
  margin: 0 auto;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider  a img {
  width: 100%;
/*  max-width: 800px;*/
  max-height: 350px;
  height: 350px;
  margin: 0 auto;
  object-fit: cover;	
/*  border-top-left-radius: 15px;*/
/*  border-top-right-radius: 15px;*/
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:10px 10px;
  max-width: 50%;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
/*  color: #B7B7B7;*/
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .7;
  transition: opacity .25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: 1;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}	

/*summary*/
.summary{
  width:100%;
  max-width: 90%;	
}


@media (max-width: 1000px) {
.Parent, .date_page {
    flex-direction: column;
}  						
.child1 {
	width: 100%;
	padding: 0px;
}	
.child2 {
	width: 100%;
}
.date_checkin, .date_checkout, .date_button{
	width: 100%;	
	}
#detail .product-images {
max-width:75vw;
  width: 100%;
  float: none;
  margin: 0 auto;
}	
#detail .product-images .main-img-slider  a img {
  width: 100vw;
  max-height: 350px;
  margin: 0 auto;
  object-fit: cover;
}	
.mainPage{ 
  width:100%;
  max-width: 90%;		
}
	#detail .product-images .main-img-slider  a img {
  width: 100vw;
  max-height: 250px;
  margin: 0 auto;
  object-fit: cover;
}
	#detail .product-images {
max-width:100vw;
  width: 100%;
  float: none;
  margin: 0 auto;
}	
	
}