body{
	font-size: 16px;
	line-height: initial;
	color: #666;
	background-color: #fff;
	font-family: 'Kanit', sans-serif;
    font-weight: 100;
}
/* width */
body::-webkit-scrollbar {
    width: 7px;
}

/* Track */
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey; 
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
    background: #4199a1; 
    border-radius: 10px;
}

a{
	color: #000;
}
@media only screen and (min-width: 1025px) {
	a:hover{
		color: #009ba0;
	}
}

.shifter-page{
	background-color: #fff;
	transition: .3s;
}
body.database .shifter-page {
    overflow-x: hidden;
}
.scrolloff {
	pointer-events: none;
}

.box-nav ol li{
	float: left;
	margin-left: 5px;
}
.owl-pagination {
    font-size: 1em;
}

hr.line{
	width: 1100px;
	margin: 0 auto;
	height: 1px;
	border: none;
	background-color: #cecece;
	margin-top: 20px;
}

.box-headR .box-search input[type="text"] {
  outline: 0;
}

div#box-search-result {
  margin: 8px;
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: #fff;
  border: 1px solid #2f9291;
  max-height: 300px;
  overflow: auto;
}
  #box-search-result .list {
    border-bottom: 1px solid #e8e8e8;
    transition: .5s;
  }
  #box-search-result .list:hover {
    background-color: #f1f1f1;
  }
    #box-search-result .list a {
      padding: 6px 23px;
    }

.cookie-con-head {
  position: fixed;
  z-index: 998;
  padding: 20px;
/*   padding-right: 43px; */
  background-color: rgba(82, 76, 76, 0.92);
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
/*   max-width: 1070px; */
  display: none;
}
  .cookie-con-head .clostcookie {
    width: 30px;
    height: 30px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: contain;
    border: 1px #a7a7a7 solid;
    line-height: 28px;
    text-align: center;
    z-index: 10000;
    right: 0px;
    top: -20px;
    margin-top: 0px;
    margin-right: 0px;
    color: #111;
    cursor: pointer;
    position: absolute;
  }
  .cookie-con-head .inner-cookie {
    color: #fff;
    position: relative;
    padding-right: 170px;
    padding-left: 43px;
    max-width: 1090px;
    margin: auto;
  }
  .cookie-con-head .inner-cookie a {
    padding: 0px 5px;
    color: #fff;
    text-decoration: underline !important;
    display: inline-block;
  }
@media (max-width: 1112px) {
  .cookie-con-head .inner-cookie {
    padding-right: 0px;
    text-align: left;
  }
}
.cookie-con-head .inner-cookie .button-submit {
  width: 120px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #f05c23;
  color: #fff;
}
.cookie-con-head .inner-cookie .button-submit a {
  color: #fff;
}
@media (max-width: 1112px) {
  .cookie-con-head .inner-cookie .button-submit {
    position: relative;
    margin-top: 10px;
    transform: none;
    margin-left: 5px;
    display: inline-block;
  }
}
.cookie-con-head .inner-cookie .button-submit:hover {
  opacity: 0.6;
}

/* --------------------------------------------------- fancybox --------------------------------------------------- */

a.fancybox {
  position: relative;
}
  a.fancybox::before {
    content: "";
    background: rgba(0, 0, 0, 0.5) url('../images/icon-full-img.png') no-repeat center;
    background-size: 35px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: .5s;
  }
  a.fancybox:hover::before {
    opacity: 1;
  }

/* --------------------------------------------------- BTN Top --------------------------------------------------- */

.btn-top{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #7f7f7f;
	position: fixed;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 999;
}
body.evidence .btn-top{
	bottom: 0px;
}
	.btn-top:hover{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-color: #009ba0;
	}
		.btn-top:before{
			position: absolute;
			content: '';
			width: 39px;
			height: 39px;
			top: 2px;
			left: 2px;
			border: 1px solid #fff;
			background: url(../images/btn-top.svg) no-repeat center center;
		}
		.btn-top.th:before{
			background-image: url(../images/btn-top-th.svg);
		}

.pEdit-L{
	position: absolute;
	left: 15px;
	height: 15px;
	z-index: 99;
}
.pEdit-R{
	position: absolute;
	right: 15px;
	height: 15px;
	z-index: 99;
}

/* --------------------------------------------------- Reset CMS --------------------------------------------------- */


.box-content-cms h1{ font-size: 1.38em;}
.box-content-cms h2{ font-size: 1.23em;}
.box-content-cms h3{ font-size: 1.18em;}
.box-content-cms h4{ font-size: 1.1em;}
.box-content-cms h5{ font-size: 1.05em;}
.box-content-cms h6{ font-size: 1em;}

.box-content-cms h1 ,
.box-content-cms h2 ,
.box-content-cms h3 ,
.box-content-cms h4 ,
.box-content-cms h5 ,
.box-content-cms h6 ,
.box-content-cms strong ,
.box-content-cms b ,
.box-content-cms i{
	font-weight: 400;
}
.box-content-cms em{
	font-style: italic;
}
.box-content-cms ul,
.box-content-cms ol{
	padding-left: 40px;
}
.box-content-cms ul ,
.box-content-cms menu ,
.box-content-cms dir {
    list-style-type: disc;
}
.box-content-cms ol {
    display: block;
    list-style-type: decimal;
}
.box-content-cms h1 ,
.box-content-cms h2 ,
.box-content-cms h3 ,
.box-content-cms h4 ,
.box-content-cms h5 ,
.box-content-cms h6 ,
.box-content-cms strong ,
.box-content-cms b ,
.box-content-cms i,
.box-content-cms span,
.box-content-cms em{
	display: inline;
}
.box-content-cms a{
	display: inline !important;
	color: #009ba0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
/* 	color: #333; */
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
}
.box-content-cms a:hover{
	color: #333;
	text-decoration: underline;
}
.box-content-cms img{
	max-width: 80%;
	height: auto;
	margin: 25px auto;
	display: inline;
}
.noDataText{
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	padding: 20px 0;
}
/* --------------------------------------------------- MENU --------------------------------------------------- */

.box-header-main{
	width: 100%;
/* 	height: 120px; */
	border-top: 6px solid #333333; 
	position: sticky;
	position: -o-sticky;
	position: -moz-sticky;
	position: -webkit-sticky;	top: 0px;
	z-index: 999;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body.nav-close .box-header-main{
	top: -162px;
	opacity: 0;
}
body.down .menu-close {
    top: 88px;
}
	.box-header-main .box-logo a {
	    background-color: transparent !important;
	}
		.box-header-main .box-logo div.logo{
			width: 215px;
			height: 60px;
			background: url(../images/logoC.svg) no-repeat center center !important;
		    background-size: 100% auto !important;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.box-header-main .box-logo div.logo2{
		    width: 95px;
		    height: 60px;
	        background: url(../images/logoC.svg) no-repeat left center !important;
		    background-size: 204px auto !important;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		body.down .box-header-main .box-logo div.logo2 {
		    background-size: 126px auto !important;
		    height: 34px;
		    width: 58px;
		}
		
.box-tophead{
	padding: 12px 0 0px;
	background-color: #fff;
	border-bottom: 1px solid #F3F3F3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-tophead .box-logo {
  display: flex;
  align-items: center;
}
  .box-tophead .box-logo img.img-museumpass {
    width: 130px;
    border-left: 1px solid #c3c3c3;
    margin-left: 13px;
  }
  
.box-headR{
/* 	min-width: 645px; */
    padding-top: 36px;
}
	.box-headR .box-top .box-inner{
		display: table;
		float: right;	
	}
		.box-headR .box-top .box-inner>div{
			float: left;
		}	
		
	.box-headR .box-top .box-search-hashtag {
		display: table;
		float: right;	
	    border-right: 1px solid #f0f0f0;
	}
		.box-headR .box-search-hashtag .btn-search-hashtag {
		    display: block;
		    width: 24px;
		    height: 24px;
		    background: #f3f3f3 url(../images/searchtag.svg) no-repeat center center;
	        background-size: contain;
		    float: left;
		    border-radius: 100%;
		    margin: 0 7px;
		}
		
	.box-headR .box-top  .box-menu-Point {
	    float: right;
        margin-top: -3px;
	}
		.box-headR .box-top  .box-menu-Point .M-Point {
			float: right;
			display: flex;
			text-align: center;
			line-height: 27px;
			font-size: 0.81em;
			padding: 0px 10px;
		    text-transform: initial;
		    border-right: 1px solid #f0f0f0;
		}
		.box-headR .box-top .box-menu-Point .M-Point.a {
		    overflow: hidden;
		    height: 30px;
		    transition: .5s cubic-bezier(0.4, 0, 1, 1) ;
		}
			.box-headR .box-top .box-menu-Point .M-Point.a a {

			}
				.box-headR .box-top  .box-menu-Point .M-Point h3 {
					font-size: 0.89em;
				    line-height: 14px;
				    margin-bottom: -5px;
				    text-align: right;
				}
				.box-headR .box-top  .box-menu-Point .M-Point span {
					font-size: 1em;
					color: #009ba0;
				    float: right;
			        height: 20px;
				}
				.box-headR .box-top  .box-menu-Point .M-Point span i {
				    float: right;
			        margin-left: 5px;
				}
				.box-headR .box-top  .box-menu-Point .M-Point a > i {
			        width: 30px;
				    height: 30px;
				    float: left;
				    margin-right: 7px;
				    margin-left: -9px;
				    margin-top: -1px;
				    background-size: 100%;
				    background-repeat: no-repeat;
				}
				.box-headR .box-top  .box-menu-Point .M-Point i.I-GetPoint {
					background-image: url(../images/I-GetPoint.gif);
				}
				.box-headR .box-top  .box-menu-Point .M-Point i.I-PartOfHonor {
					background-image: url(../images/I-PartOfHonor.gif);
				}
				.box-headR .box-top  .box-menu-Point .M-Point i.I-Leaderboard {
					background-image: url(../images/I-Leaderboard.gif);
				}
				.box-headR .box-top  .box-menu-Point .M-Point i.I-Popular {
					background-image: url(../images/I-Popular.gif);
				}
	
	.box-headR .box-top .box-cart {
  	display: inline-block;
    margin: 0px;
    margin-left: 20px;
    margin-right: -10px;
    border-radius: 50px;
    background-color: #d45c36 !important;
    color: #fff !important;
    padding: 4px 10px;
    vertical-align: top;
  	font-size: 14px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    line-height: 18px;
    word-spacing: normal !important;
    letter-spacing: normal !important;
  }
  .box-headR .box-top .box-inner #accessibility_icon {
    padding: 4px 10px;
  }
	.box-headR .box-top .box-cart img {
		float: left;
		margin-right: 5px;
		width: 18px;
    margin-left: 4px;
	}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box-headR .box-top .box-cart {
	    width: 40px;
	    height: 26px;
	    padding: 4px 6px;
	}
}
		
	.box-headR .box-bottom .box-inner{
		display: table;
		float: right;	
	}
		.box-headR .box-bottom .box-inner>div{
			float: left;
		}
					
.box-headR .box-top {
	margin-bottom: 10px;
}
body.menuBlank.down .box-headR .box-top {
	padding-top: 20px;
    margin-bottom: 5px;
}
.box-headR .box-search{
	height: 24px;
	width: auto;
	padding-right: 0;
	background-color: #f3f3f3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	line-height: 24px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 7px;
}
	.box-headR .box-search .btn-search{
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/icon-mag2.svg) no-repeat center center;
		float: left;
	}
		.box-headR .box-search input[type="text"]{
			background: none;
			border: none;
			width: 0px;
			height: 24px;
			line-height: 24px;
			float: left;
			display: block;
			padding: 0;
		}
		.box-search input[type="submit"]{
			display: none;
		}

.box-headR .box-btn-social{
	margin-right: 7px;
}		
	.box-headR .box-btn-social a{
		width: 24px;
		height: 24px;
		display: block;
		float: left;
		margin: 0 7px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.box-headR .box-btn-social a.fb{
			background: url(../images/icon-fb.svg) no-repeat center center #3b5998;
			background-size: 32% auto ;
		}
			.box-headR .box-btn-social a.fb:hover{
				background-color: #2358cb;
			}
		.box-headR .box-btn-social a.tw{
			background: url(../images/icon-tw.svg) no-repeat center center #42c9f8;
			background-size: 65% auto ;
		}
			.box-headR .box-btn-social a.tw:hover{
				background-color: #1bc0f7;
			}
		.box-headR .box-btn-social a.ig{
			background: url(../images/icon-ig.svg) no-repeat center center #9d7043;
			background-size: 60% auto ;
		}
			.box-headR .box-btn-social a.ig:hover{
				background-color: #d2781e;
			}			

.box-headR .box-lang{
	
}
	.box-headR .box-lang .lang{
		
	}
/*
		.box-headR .box-lang .lang a:after{
			content: '';
			width: 18px;
			height: 10px;
			display: block;
			position: absolute;
			top: 8px;
			right: 8px;
			background: url(../images/icon-arrowD.svg) center center no-repeat;
			background-size: 70% auto;
		}
*/
/*
	.box-headR .box-lang .hide-lang{
		display: none;
		position: absolute;
		bottom: -24px;
		z-index: 99;
	}
		.box-headR .box-lang .hide-lang a{
			text-align: center;
		}
*/
		.box-headR .box-lang>div>a , .box-headR .box-lang>div>span{
			width: 49px;
			height: 24px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			border-radius: 12px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			background-color: #009ba0;
			color: #fff;
			text-transform: uppercase;
			font-size: 0.81em;
			line-height: 24px;
			padding: 0 14px;
			font-weight: 400;
			background: no-repeat center center;
			display: block;
		}
		.box-headR .box-lang>div>a.en{
			background-image: url(../images/eng.svg);
		}
		.box-headR .box-lang>div>a.th , .box-headR .box-lang>div>span.th{
			background-image: url(../images/thai.svg);
		}

.box-headR .box-bottom{
	font-weight: 300;
	font-size: 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 10px;
}
	.box-headR .box-bottom ul{
		display: table;
		border-right: 1px solid #f0f0f0;
		float: left;
	}
		.box-headR .box-bottom ul li{
			float: left;
			margin: 0 15px;
			line-height: 32px;
			height: 32px;
		}
		.box-headR .box-bottom ul li a{
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			text-transform: capitalize;
		}
			.box-headR .box-bottom ul li a:hover{
				color: #009ba0;
			}
	.box-headR .box-login{
		float: left;
		line-height: 32px;
		height: 32px;
		padding: 0 10px 0 15px;
	}
		.box-headR .box-login a{
			color: #ffffff;
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
		    float: left;
		    background: #7f7f7f url(../images/icon-humen.svg) no-repeat center right;
		    padding: 0px 33px 0px 15px;
		    border-radius: 50px;
		    line-height: 26px;
/* 		    margin: 4px 0px; */
		}	
			.box-headR .box-login a:hover {
			    background-color: #009ba0;
			    color: #ffffff;
			}
			.box-headR .box-login a.active{
				color: #009ba0;
		    background: transparent;
        padding: 0px 10px 0px 0px;
		    line-height: 24px;
        max-width: 88px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
			}
			.box-headR .box-login a.active:hover{
				color: #333;
			}
		.box-login .display{
			float: left;
		    display: none;
		}
		.box-login a.active+.display {
		    display: block;
		}
			.box-login .display span{
				width: 32px;
				height: 32px;
				background: center center no-repeat;
				background-size: 100% auto;
				display: block;
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				border-radius: 100px;
				overflow: hidden;
				z-index: 1;
				margin-top: -5px;
			}		
		
.box-menu{
    width: calc(100% + 134px);
    float: right;
    margin-right: -78px;
/*
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
*/
}
body.menuBlank .box-menu {
    display: none;
}
	.box-menu .menu-main{
		margin: 0 auto;
	    display: block;
	    
    display: flex;
    flex-flow: row;
	}
		.box-menu .menu-main li{
	    width: 100%;
			
/*
			float: left;
			width: 14.28%;
*/
			text-align: center;
			border-right: 1px solid #f0f0f0; 
			text-transform: capitalize;
			font-size: 13px;
			font-weight: 300;
			position: relative;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
			.box-menu .menu-main li:last-child{
				border-right: none; 
			}
			.box-menu .menu-main > li > a{
				padding: 15px 0;
				display: block;
			}
			body.down .box-menu .menu-main > li > a{
				padding: 0px 0;
			}
			.box-menu .menu-main li a{
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
				.box-menu .menu-main li:hover a,
				.box-menu .menu-main li.active a , 
				.box-headR .box-bottom ul li.active a {
					color: #009ba0;	
				}
			.box-menu .menu-main .sub-menu{
				width: 100%;
		    max-width: 300px;
        min-width: 170px;
				background-color: rgba(127, 127, 127, 0.9);
				position: absolute;
				z-index: 10;
				top: 50px;
        left: 50%;
		    transform: translateX(-50%);
		    transition: 1s;
		    max-height: 0px;
		    overflow: hidden;
			}
			.box-menu .menu-main li:hover .sub-menu{
				max-height: 300px;
			}
				.box-menu .menu-main .sub-menu li{
					float: none;
					border: none;
					text-align: left;
					width: 100%;
					padding: 9px 10px 9px 15px;
					-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
				}
				.box-menu .menu-main .sub-menu li a{
					margin: 0;
					color: rgba(255, 255, 255, 0.5) !important;
					padding-left: 10px;
				}
					.box-menu .menu-main .sub-menu li a:before{
						content: '';
						width: 3px;
						height: 3px;
						background-color: rgba(255, 255, 255, 0.5);
						display: block;
						position: absolute;
						top: 10px;
						left: 0px;
						-webkit-border-radius: 4px;
						-moz-border-radius: 4px;
						border-radius: 4px;
						-webkit-transition: all 0.3s linear;
						-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
						transition: all 0.3s linear;
					}
				.box-menu .menu-main .sub-menu li:hover,
				.box-menu .menu-main .sub-menu li.active{
					background-color: #009ba0;
				}
					.box-menu .menu-main .sub-menu li:hover a,
					.box-menu .menu-main .sub-menu li.active a{
						color: #fff;
					}
						.box-menu .menu-main .sub-menu li:hover a:before{
							background-color: rgba(255, 255, 255, 1);
						}

body.down .box-header-main .box-logo div.logo{
	height: 72px;
}
	body.down .box-tophead{
		    padding: 5px 0 0;
	}
		body.down .box-headR .box-top{
			margin-bottom: 10px;
		}
		body.down .box-headR .box-bottom{
/* 			display: none; */
		}
		body.down .box-menu{
/* 			width: 770px; */
		}
			body.down .box-menu .menu-main li{
			    padding: 9px 0;
			}
				body.down .box-menu .menu-main .sub-menu{
				    top: 38px;
				}
					body.down .box-menu .menu-main .sub-menu li{
						float: none;
						border: none;
						text-align: left;
						width: 100%;
						padding: 9px 10px 9px 15px;
					}
	
	/* Menu Vote */

	.menupopular {
		background: #ffdb09;
		padding-left: 5px;
		padding-right: 20px;
		border-radius: 20px;
	}

	@media only screen and (max-width: 680px) {
		.menupopular{
			font-size: 13px !important;
			padding-bottom: 5px;
		}

		.home-after-popular {
			border-top: 1px solid #F3F3F3;
		}
	}


/* --------------------------------------------------- FOOTER --------------------------------------------------- */

.box-footer-main{
	border-top: 6px solid #333333; 
	width: 100%;
	background-color: #737373;
}
	.box-footer-main a{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.box-footer-main .box-top{
		padding: 50px 0;
		background-color: #737373;
	}
		.box-footer-main .box-top .box-content{
			float: left;
			width: 340px;
			border-right: 1px solid rgba(255, 255, 255, 0.1);
			min-height: 380px;
		}
			.box-footer-main .box-top .box-content>div{
				margin-bottom: 20px;
			}
				.box-footer-main .box-top .box-content .text-head{
					font-weight: 400;
					font-size: 1em;
					color: #fff;
					margin-bottom: 10px;
					padding-left: 0px;
				}

.box-footer-main .box-top .box-contact p{
	margin-bottom: 6px;
	padding-left: 12px;
	color: #fff;
}
.box-footer-main .box-top .box-contact p a{
	display: inline-block;	
	color: #fff;
}
.box-footer-main .box-top .box-contact p a:hover{
	color: #009ba0;
}

.box-footer-main .box-top .box-social{
	padding-bottom: 10px;
} 
	.box-footer-main .box-top .box-social .box-btn-social{
		margin-right: 7px;
		padding-left: 12px;
	}		
		.box-footer-main .box-top .box-social .box-btn-social a{
			width: 24px;
			height: 24px;
			display: block;
			float: left;
			margin-right: 15px;
		    margin-left: 0px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			border-radius: 12px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
			.box-footer-main .box-top .box-social .box-btn-social a.fb{
				background: url(../images/icon-fb2.svg) no-repeat center center #fff;
				background-size: 32% auto ;
			}
				.box-footer-main .box-top .box-social .box-btn-social a.fb:hover{
					background-color: #3b5998;
				}
			.box-footer-main .box-top .box-social .box-btn-social a.tw{
				background: url(../images/icon-tw2.svg) no-repeat center center #fff;
				background-size: 65% auto ;
			}
				.box-footer-main .box-top .box-social .box-btn-social a.tw:hover{
					background-color: #42c9f8;
				}
			.box-footer-main .box-top .box-social .box-btn-social a.ig{
				background: url(../images/icon-ig2.svg) no-repeat center center #fff;
				background-size: 60% auto ;
			}
				.box-footer-main .box-top .box-social .box-btn-social a.ig:hover{
					background-color: #9d7043;
				}			

.box-footer-main .box-top .box-logo{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 10px;
}
	.box-footer-main .box-top .box-logo a{
		display: table;
	}
		.box-footer-main .box-top .box-logo a img{
			width: 130px;
			height: auto;
			margin-left: 11px;
		}

.box-sitemap-main{
	padding: 15px 0 0;
	margin: 0 auto;
	width: 660px;
	float: right;
}
	.box-sitemap-main .row{
		margin-bottom: 20px;
	}
		.box-sitemap-main .col{
			float: left;
			display: table;
			width: 175px;
			margin: 0 25px;
			min-height: 100px;
		}
		.box-sitemap-main .row.menu .col{
			width: 118px;
		}
			.box-sitemap-main .row .col:last-child{
				margin-right: 0px;
			}
				.box-sitemap-main .col h3{
					font-weight: 400;
					font-size: 1em;
					color: #fff;
					margin-bottom: 10px;
					text-transform: uppercase;
					border-bottom: 1px solid rgba(255, 255, 255, 0.5);
				}
/*
				.box-sitemap-main  .row.menu .col h3{
					border: 0px;
				}
*/
					.box-sitemap-main .col h3 a{
						color: #fff;
					}
						.box-sitemap-main .col h3 a:hover{
							color: #009ba0;
						}
			.box-sitemap-main .col ul{
				margin-bottom: 10px;
				padding-left: 20px;
			}
				.box-sitemap-main .col ul li{
					font-size: 0.81em;
					line-height: 22px;
				}
					.box-sitemap-main .col ul li a{
						color: #fff;
					}
						.box-sitemap-main .col ul li a:hover{
							color: #00bfc5;
						}
					.box-sitemap-main .col ul li a:before{
						content: '';
						display: block;
						width: 4px;
						height: 4px;
						background-color: #fff;
						position: absolute;
						top: 9px;
						left: -10px;
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px;	
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						transition: all 0.3s ease;
					}
						.box-sitemap-main .col ul li a:hover:before{
							background-color: #009ba0;
						}
	
	.box-footer-main .box-bottom{
		height: 30px;
		background-color: #333333;
	}
		.box-footer-main .box-bottom .copy{
			color: #fff;
			font-size: 0.69em;
			line-height: 30px;
			text-align: center;
			width: 100%;
		}


/* --------------------------------------------------- Navigate --------------------------------------------------- */

.part-headerpage{
  padding: 15px 0px;
	background: url(../images/jigsaw.jpg);
  background-size: auto 100%;
	text-align: center;
	color: #fff;
	font-size: 1.88em;
	font-weight: 400;
	text-transform: uppercase;
}
.part-edit-news {
    position: absolute;
    right: 0px;
}

.box-nav ol{
	color: #757575;
}
.box-nav ol li{
	float: left;
	line-height: 26px;
	height: 26px;
	font-size: 0.69em;
}
.box-nav ol li a{
	display: inline-block;
	color: #757575;
}
.box-nav ol li a img{
	display: inline;
	vertical-align: text-top;
}
.box-nav ol li img{
	vertical-align: baseline;
	display: inline-block;
}
.box-nav ol li:hover a{
	color: #009ba0;
}

/* --------------------------------------------------- Part Shotcut --------------------------------------------------- */

.part-shotcut{
	width: 100%;
	margin-top: 20px;
	display: table;
	background: #343432;
}
	.box-shotcut {
	}
	.box-shotcut.box1 {
		width: 45%;
		float: left;
		position: absolute;
		height: 100%;
	}
		.box-shotcut.box1 .box-text {
			color: #fff;
			margin-right: 20%;
			transform: translateY(-50%);
			top: 50%;
			position: absolute;
			right: 0px;
		}
			.box-shotcut.box1 .box-text h1 {
			    font-size: 2em;
			    font-weight: 500;
			}
			.box-shotcut.box1 .box-text hr {
				width: 80px;
				border: 0;
				border-bottom: 2px solid #fff;
				margin: 20px auto 20px 0px ;
			}
			.box-shotcut.box1 .box-text .Goto {
			    background: #148652;
			    display: table;
			    padding: 0px 15px;
			    border-radius: 15px;
			    color: #fff;
			    margin-top: 30px;
		        text-transform: uppercase;
			    transition: .5s;
			}
			.box-shotcut.box1 .box-text .Goto:hover {
				background:#737373;
			}
			
	.box-shotcut.box2 {
		width: 55%;
	    background: url(../images/BG-shotcut.jpg) no-repeat center;
	    background-size: cover;
		float: right;
	    font-size: 1.5em;
	}
		.box-shotcut.box2 .box-text {
			text-align: center;
			background: rgba(0, 0, 0, 0.4);
			color: #fff;
			display: table;
		    margin: 70px auto;
		    padding: 60px 40px;
			text-transform: uppercase;
			font-weight: 500;
		    min-width: 550px;
		}
			.box-shotcut.box2 .box-text h1 {
				font-size: 2em;
			    line-height: 60px;
			}
			.box-shotcut.box2 .box-text h2 {
				font-size: 1.2em;
			}
			.box-shotcut.box2 .box-text hr {
				width: 100px;
				border: 0;
				border-bottom: 2px solid #148652;
				margin-top: 21px;
			}


.mce-container .mce-btn i{
	display: inline-block;
}
.modernAlertWrapper {
    font-size: 1em;
}

	.part-view-social .box-btn-social {
	    padding: 12px 0px;
	}
	.box-btn-social {
	    padding-right: 10px;
	    float: right;
	}
	.box-footer-main .box-btn-social {
	    float: left;
	}
	body.evidence .box-btn-social {
		float: left;
	}
		.box-btn-social > div {
		    float: left;
		    line-height: 13px;
		    font-size: 0.69em;
		}
			.box-btn-social > div h3 {
			    font-size: 1.05em;
			    font-weight: 400;
		        text-align: center;
			}
				.box-btn-social a {
				    width: 62px;
				    height: 24px;
				    display: block;
				    float: left;
				    margin: 0 0 0 10px;
				    background-size: auto 100%;
				    -webkit-transition: all 0.3s ease;
				    -moz-transition: all 0.3s ease;
				    -o-transition: all 0.3s ease;
				    transition: all 0.3s ease;
				}
				.box-btn-social a:hover {
					opacity: .7;
				}
				a.btn-social.fb {
				    background-image: url(../images/facebook.svg);
				}
				a.btn-social.tw {
				    background-image: url(../images/twitter.svg);
				}
				a.btn-social.go {
				    background-image: url(../images/google.svg);
				}
				a.btn-social.li {
				    background-image: url(../images/line.svg);
				    width: 86px;
				}

.linktoprofile{
	background-color: rgba(0,160,160,0.5);
	position: absolute;
	top: 10px;
	left: 30px;
	display: block;
	z-index: 2;
	padding: 5px 5px;
	border-radius: 10px;
}
.linktoprofile span:nth-child(1){

margin-right: 10px;
width: 40px;
height: 40px;
background: no-repeat center center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
background-size: auto 100%;
display: block;
border: 3px solid #fff;
float: left;
}
.linktoprofile span:nth-child(2){
	display: block;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #fff;
	max-width: 200px;
	overflow: hidden;
}
.linktoprofile span:hover{
	color: #606060;
}
.linktoprofile span:nth-child(3){
	width: 0;
	height: 0;
	clear: both;
}

/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	hr.line{
		width: 745px;
	}
	
	.box-Menu .M-Menu {
	    width: 180px !important;
    }
    .box-headR .box-bottom ul li {
	    margin: 0px 10px;
	}
	.box-menu {
    width: 100%;
    float: right;
    margin-right: 0px;
  }
/* --------------------------------------------------- BTN Top --------------------------------------------------- */

	.btn-top{
		right: 0px;
	}

/* --------------------------------------------------- MENU --------------------------------------------------- */

	ul.menu-top{
		margin-left: 17px;
	}
	ul.menu-top li{
		margin: 0px 17px;
	}
	
	body.down .box-header-main .box-logo div.logo {
		height: 30px;
		width: 100px;
	}
		body.down .box-menu {
		    width: 100%;
		}
			body.down .box-menu .menu-main li {
			    padding: 5px 0;
			}
				body.down .box-menu .menu-main .sub-menu {
				    top: 32px;
				}
	
		.box-header-main .box-logo div.logo{
			display: none;	
		}
		
/* --------------------------------------------------- FOOTER --------------------------------------------------- */


.box-footer-main .box-top{
	padding: 30px 0;	
}
	.box-footer-main .box-top .box-content{
		width: 240px;
	}

	.box-sitemap-main{
		width: 490px;
	}
		.box-sitemap-main .row{
			margin-bottom: 20px;	
		}
			.box-sitemap-main .col{
				width: 140px;
				margin: 0 10px;
			}
			.box-sitemap-main .row.menu .col{
				width: 100px;
			}
			
/* --------------------------------------------------- Part Shotcut --------------------------------------------------- */

	.box-shotcut.box1 .box-text{
	    margin-right: 5%;
	}
	.box-shotcut.box2 .box-text {
	    min-width: initial;
	}

body.down .menu-close {
    top: 103px;
}
.box-headR .box-top .box-menu-Point .M-Point.a {
    max-width: 50px;
}
.box-headR .box-top .box-menu-Point .M-Point.a:hover {
    max-width: 200px;
}

	
}
/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	hr.line{
		width: 95%;
	}

	#header,
	.shifter-navigation{display: block;}
	.shifter-page {
	    padding-top: 43px;
	}
	.box-header-main{ display: none; }
/*
	body{
		overflow: hidden;
	}
*/

/* --------------------------------------------------- BTN Top --------------------------------------------------- */

.btn-top{
	right: 0px;
}


/* --------------------------------------------------- Reset CMS --------------------------------------------------- */

	.box-content-cms img {
		max-width: 100%;
		display: block;
	}

/* --------------------------------------------------- MENU MOBILE --------------------------------------------------- */

	.shifter-enabled .shifter-handle {
		width: 43px;
		height: 40px;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		background: #fff;
		border: none;
		cursor: pointer;
		display: block;
		overflow: hidden;
		text-indent: 200%;
		white-space: nowrap;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.shifter-enabled .shifter-handle:after {
		height: 2px;
		width: 25px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #333333;
		box-shadow: 0 5px 0 #333333, 0 -5px 0 #333333;
		content: '';
		display: block;
		margin: auto;
	}	
	.shifter-open .shifter-navigation{
		background-color: #FFF;
		border-right: 1px solid #F3F3F3;
	}	
	#header {
		width: 100%;
		height: 43px;
		position: fixed !important;
		z-index: 5;
		background: rgba(255, 255, 255, 1);
		border-top: 3px solid #333333;
		border-bottom: 1px solid #F3F3F3;
		overflow: hidden;
		top: 0px;
	}
	#header.fixed-top{
		position: fixed !important;
		top: 0px;
	}
	.all-full>*{
		display: table;
		height: 40px;
	}	
	#header .box-logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    margin: auto;
	}
	#header a.logo-mobile {
	    background-color: transparent !important;
	}
	#header a.logo-mobile img{
		width: auto;
		height: 25px;
	    background-color: transparent !important;
	}
	#header .box-logo-mobile img.img-museumpass {
    height: 25px;
    border-left: 1px solid #c3c3c3;
    margin-left: 10px;
    padding-left: 3px;
}
	.shifter-navigation {
		background-color: #051143;
	}
	
	.shifter-navigation .box-search{
		height: 30px;
		width: 204px;
		padding-right: 0;
		background-color: #f3f3f3;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		line-height: 30px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin: 10px 7px 0;
	}
		.shifter-navigation .box-search .btn-search{
			display: block;
			width: 30px;
			height: 30px;
			background: url(../images/icon-mag2.svg) no-repeat center center;
			float: right;
		}
			.shifter-navigation .box-search input[type="text"]{
				background: none;
				border: none;
				height: 30px;
				line-height: 30px;
				float: left;
				display: block;
		    width: calc(100% - 30px);
				padding-left: 10px;
				padding-right: 10px;
			    outline: 0;
			}
			
		.shifter-navigation .box-search a.btn-search-hashtag {
		    width: 30px;
		    height: 30px;
		    background: #f3f3f3 url(../images/searchtag.svg) no-repeat center center;
		    background-size: 21px auto;
		    position: absolute;
		    border-radius: 100%;
		    right: -50px;
		    top: 0px;
		}
			.shifter-navigation .box-search a.btn-search-hashtag::before {
			    content: "";
			    border-left: 1px solid #e6e6e6;
			    height: 100%;
			    left: -10px;
			    position: absolute;
			}
			
	.shifter-navigation ul.menu{
		font-weight: 400;
		font-size: 1em;
		width: 270px;
		overflow: hidden !important;
		margin: 10px 0;
	}
		.shifter-navigation ul.menu li{
			line-height: 30px;
			height: 30px;
			padding: 0 10px;
		}
			
	.shifter-navigation ul.top-menu{
		width: 270px;
		overflow: hidden !important;
		border-top: 1px solid #F3F3F3;
		margin: 10px 0;
	}
		.shifter-navigation ul.top-menu li {
			float: none;
			padding: 0 10px;
			width: 270px;
			line-height: 40px;
			font-size: 1em;
			font-weight: 400;
			color: #000;
			text-align: left;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			border-bottom: 1px solid #F3F3F3;
		}
			.shifter-navigation ul.top-menu li.sub:after{
				content: '';
				display: block;
				position: absolute;
				left: 240px;
				top: 16px;
				width: 18px;
				height: 10px;
				background: url(../images/icon-arrowD3.svg) no-repeat center center;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
				.shifter-navigation ul.top-menu li.sub.rotate:after{
					-webkit-transform: rotate(-180deg);
					-moz-transform: rotate(-180deg);
					-o-transform: rotate(-180deg);
					-ms-transform: rotate(-180deg);
					transform: rotate(-180deg);		
				}
				.shifter-navigation ul.top-menu li.active>a{
					color: #009ba0 !important;
				}
			.shifter-navigation ul.top-menu li a{
				text-align: left;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
				.shifter-navigation ul.top-menu li:hover a{
					color: initial;
				}
					.shifter-navigation ul.sub-menu{
						padding: 0 10px;
						    margin-bottom: 10px;
						    display: none;
					}
						.shifter-navigation ul.sub-menu li{
							border: none;
							line-height: 30px;
						}
						.shifter-navigation ul.sub-menu li:before{
							content: '';
							width: 4px;
							height: 4px;
							position: absolute;
							top: 13px;
							left: 0px;
							background-color: #000;
							-webkit-border-radius: 4px;
							-moz-border-radius: 4px;
							border-radius: 4px;
						}
						.shifter-navigation ul.sub-menu li.active:before{
							background-color: #009ba0;
						}
	
	.shifter-navigation .box-login{
		line-height: 30px;
		padding: 10px 10px 0 10px;
		width: 270px;
		text-transform: uppercase;
	}
		.shifter-navigation .box-login .wrap{
			display: table;
		}		
			.shifter-navigation .box-login a{
				margin-right: 10px;
				float: left;
				color: #009ba0;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
				float: left;
				padding: 0px 15px;
				border-radius: 50px;
				line-height: 26px;
				margin: 4px 0px;
			}	
			.shifter-navigation .box-login a:not(.active){
				padding: 0px 33px 0px 15px;
				color: #ffffff;
				background: #009ba0 url(../images/icon-humen.svg) no-repeat center right;
			}	
				.shifter-navigation .box-login a:hover{
					color: #009ba0;
				}
			.shifter-navigation .box-login .display{
				float: left;
			}
				.shifter-navigation .box-login .display span{
					width: 32px;
					height: 32px;
					background: center center no-repeat;
					background-size: 100% auto;
				}		
	
	.shifter-navigation .box-menu-Point{
		margin: 10px 0;
		width: 270px;
	    padding: 0px 11px;
	}
		.shifter-navigation .box-menu-Point a{
		    display: flex;
		    align-items: center;
			width: 100%;
		    line-height: 1;
		}
			.shifter-navigation .box-menu-Point .M-Point i {
			    width: 30px;
			    height: 30px;
			    float: left;
			    margin-right: 10px;
			    background-size: 100%;
	            margin-top: -2px;
			}
			.shifter-navigation .box-menu-Point .M-Point i.I-GetPoint {
				background-image: url(../images/I-GetPoint.svg);
			}
			.shifter-navigation .box-menu-Point .M-Point i.I-PartOfHonor {
				background-image: url(../images/I-PartOfHonor.svg);
			}
			.shifter-navigation .box-menu-Point .M-Point i.I-Leaderboard {
				background-image: url(../images/I-Leaderboard.svg);
			}
			.shifter-navigation .box-menu-Point .M-Point i.I-Popular {
				background-image: url(../images/I-Popular.gif);
			}

	
	.shifter-navigation .box-btn-social{
	    margin: 10px 0 10px 43px;
	    width: 193px;
	    float: none;
	    padding: 0px;
	}
		.shifter-navigation .box-btn-social .wrap{
			display: table;
			margin: 0 auto;	
		}		
			.shifter-navigation .box-btn-social a{
				width: 24px;
				height: 24px;
				display: block;
				float: left;
				margin: 0 7px;
				-webkit-border-radius: 12px;
				-moz-border-radius: 12px;
				border-radius: 12px;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
				.shifter-navigation .box-btn-social a.fb{
					background: url(../images/icon-fb.svg) no-repeat center center #3b5998;
					background-size: 32% auto ;
				}
				.shifter-navigation .box-btn-social a.tw{
					background: url(../images/icon-tw.svg) no-repeat center center #42c9f8;
					background-size: 65% auto ;
				}
				.shifter-navigation .box-btn-social a.ig{
					background: url(../images/icon-ig.svg) no-repeat center center #9d7043;
					background-size: 60% auto ;
				}
	
.shifter-navigation .box-lang{
/* 	margin: 10px 0; */
/* 	width: 270px; */
	float: left;
}
	.shifter-navigation .box-lang .lang{
		display: table;
		margin: 0 auto;
	}
		.shifter-navigation .box-lang>div>a,
		.shifter-navigation .box-lang>div>span{
			width: 49px;
			height: 24px;
			text-align: center;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			background-color: #009ba0;
			color: #fff;
			text-transform: uppercase;
			font-size: 1em;
			line-height: 24px;
			padding: 0 14px;
			font-weight: 400;
			float: left;
			margin: 0 10px;
		}
		.shifter-navigation .box-lang>div>.en {
			background-image: url(../images/eng.svg);
		}
		.shifter-navigation .box-lang>div>.th {
			background-image: url(../images/thai.svg);
		}
		
	.shifter-navigation .box-btn-lang-main{
		width: 270px;
		margin: 20px 0;
	}
	
	
	.box-shotcut {
	    float: none !important;
	    width: 100% !important;
        position: relative !important;
        display: table;
        padding-top: 30px;
	}
		.box-shotcut.box1 .box-text {
		    transform: none;
		    top: 0px;
		    position: relative !important;
		    text-align: center;
		    margin: 0px;
	        color: #bbb;
            font-size: 0.7em;
		}
		.box-shotcut.box1 .box-text h1 {
		    color: #fff;
	    }
		.box-shotcut.box1 .box-text .Goto {
			margin: 20px auto 30px auto;
		    padding: 5px 20px;
		}
		.box-shotcut.box1 .box-text hr {
			margin: 20px auto
		}
		.box-shotcut.box2 .box-text {
		    margin: 30px auto;
		    padding: 35px 40px;
		    font-size: 0.5em;
		    min-width: 90%;
		}
		.box-shotcut.box2 .box-text h1 {
		    line-height: 30px;
		}
		.box-shotcut.box2 .box-text hr {
		    margin-top: 10px;
		}

	
	
/* --------------------------------------------------- FOOTER --------------------------------------------------- */

	.box-footer-main .box-top{
		padding: 20px 0 0;
	}
		.box-footer-main .box-top .box-content{
			float: none;
			width: 95%;
			margin: 0 auto;
			border-right: none;
				min-height: 100px;
		}
			.box-footer-main .box-top .box-content .text-head{
				text-align: center;
			}
			.box-footer-main .box-top .box-contact p{
				text-align: center;
				padding-left: 0px;
			}
		.box-footer-main .box-top .box-social{
			border-top: 1px solid rgba(255, 255, 255, 0.1);
			padding-top: 10px;
			padding-bottom: 0px;
		}
			.box-footer-main .box-top .box-social .box-btn-social{
				margin-right: 0;
				padding-left: 0;
				display: table;
				margin: 0 auto;
				float: none;
			}
				.box-footer-main .box-top .box-social .box-btn-social a{
					    margin: 0 15px;
				}
		.box-sitemap-main{
			display: none;
		}
		.box-footer-main .box-top .box-logo a{
			margin: 0 auto;
		}
		.box-footer-main .box-bottom .copy{
			font-size: 0.1em;
		}


}


/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3){
/*
	body{
		overflow: hidden;
	}
*/
}



.newborn{
	background: #FF971E;
    display: inline-block;
    margin: 0px;
    margin-left: 20px;
    margin-right: -10px;
	color: #fff !important;
    padding: 4px 10px;
    vertical-align: top;
    font-size: 14px;
    right: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    line-height: 18px;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    border-radius: 50px;
    top: 3px;
}

.newborn-m{
	background: #FF971E;
    display: inline-block;
    margin: 0px;
    margin-left: 20px;
    margin-right: -10px;
	color: #fff !important;
    padding: 4px 10px;
    vertical-align: top;
    font-size: 14px;
     
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    line-height: 18px;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    border-radius: 50px;
	height: 30px;
    text-align: center;
    width: 80%;
    text-align: center;
    
}


.wisdomwalk {
	background: #F0C2C4;
 
    display: inline-block;
    margin: 0px;
    margin-left: 20px;
    margin-right: -10px;
	color: #fff !important;
    padding: 4px 16px;
    vertical-align: top;
    font-size: 14px;
    right: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    line-height: 18px;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    border-radius: 33px;
    top: 3px;
}


.wisdomwalk-m{
	background: #F0C2C4;
    display: inline-block;
    margin: 0px;
    margin-left: 20px;
    margin-right: -10px;
    color: #fff !important;
    padding: 4px 10px;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    line-height: 18px;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    border-radius: 50px;
    height: 30px;
    text-align: center;
    width: 80%;
    margin-top:15px;
}


.nightatmuseum-m{
	background: #14164F;
    display: inline-block;
    margin: 0px;
    margin-left: 20px;
    margin-right: -10px;
	color: #fff !important;
    padding: 4px 10px;
    vertical-align: top;
    font-size: 14px;
     
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    line-height: 18px;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    border-radius: 50px;
	height: 42px;
    text-align: center;
    width: 80%;
    text-align: center;
    margin-bottom: 15px;
}

 
								.nightAtMuseum
								{
									background: #14164F;
									display: inline-block;
									margin: 0px;
									margin-left: 20px;
									margin-right: -10px;
									color: #fff !important;
									padding: 4px 16px;
									vertical-align: top;
									font-size: 14px;
									right: 30px;
									cursor: pointer;
									overflow: hidden;
									z-index: 100;
									line-height: 18px;
									word-spacing: normal !important;
									letter-spacing: normal !important;
									border-radius: 33px;
									top: 3px;
									margin-bottom: 10px;
									width: 100%;
								}
								.nightAtMuseumStar{
									width: 32px;
									height: 32px;
									display: inline;
									position: absolute;
									left: 11vw;
									top: -5px;
								}
								.nightAtMuseumStarRight{
									width: 32px;
									height: 32px;
									display: inline;
									position: absolute;
									right: 11vw;
									top: -5px;
								}