@charset "utf-8";

#top_menu{
	z-index: 9;
	text-align: center;
	width: 100%;
	background: linear-gradient(135deg, #e7b43f 10%, #e2d876);
	border-bottom: 1px solid #12301b;
	transition: all 0.3s ease-in-out 0s;	
}
#top_menu.NoTop{
	transition: all 0.3s ease-in-out 0s;
}
#top_menu .top_menu-wrapper{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
#top_menu #toongtong_logo{
	display:none;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 7px;
	width: 115px;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu.noTopPage #toongtong_logo{
	opacity: 1;	
}
#top_menu .meanmenu-reveal{
	display: none;
}
#top_menu .navWrapper{
	width:100%;
}
#top_menu .navTop{
	width:100%;
	height:35px;
	padding-top:10px;
}
#top_menu .navTop li{
	float: left;
	color: #ffcb05;
	margin-bottom: 0;
}
#top_menu .navTop li a p{
	color:#12301b;
	font-size: 16px;
	font-weight:500;
	padding: 0px 20px;
}
#top_menu .navTop li.reserve a p{
	background-color:#12301b;
	color:#FFF;
	font-size: 16px;
	font-weight:500;
	padding: 0px 60px;
	margin-right:1px;
	border:1px solid #12301b;
}
#top_menu .navTop li.lang a p{
	border:1px solid rgba(0,0,0,0);
	transition: all 0.3s ease-in-out 0s;
}
#top_menu .navTop li.reserve a:hover p{
	/*background-color:rgba(231,180,63,0.3);*/
	background-color: #ffcb05;
	color: #12301b;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu .navTop li.lang a:hover p{
	background-color: #12301b;
	color: #ffcb05;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu nav{
	width:100%;
}
#top_menu nav ul,#top_menu .navTop ul{
	float: right;
}
#top_menu nav li{
	float: left;
	color: #ffcb05;
	margin-bottom: 0;
}
#top_menu nav li a{
	color: #ffcb05;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu nav li a p{
	color:#12301b;
	font-size: 16px;
	font-weight:500;
	padding: 5px 20px;
}
#top_menu nav li a:hover p{
	background-color: #12301b;
	color: #ffcb05;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu nav li:last-child a p{
	background-image:none;
	border-right:1px solid #12301b;
	border-left:1px solid #12301b;
	padding: 10px 20px;
}
#top_menu nav li:last-child a:hover p{
	background-image:none;
	transition: all 0.3s ease-in-out 0s;
}


.h1Back{
	position:absolute;
	z-index:9;
	width:200px;
	height:250px;
	background-image:url(/public/img/toongtong-logo-bg.png);
	background-repeat:repeat-x;
	background-size: cover;
	background-position: bottom;
	left: 20px;
	margin:0 auto;
}
.h1Back h1,
.h1Back p{
	font-size:13px;
	font-weight:500;
	color:#12301b;
	padding:0 10px;
	letter-spacing:-1px;
}
.toongtongLogo{
	width:130px;
	margin-top: 20px;
}

@media only screen and (max-width:450px){
/* Top MENU */
#top_menu .navTop{
	display:none;
}
#top_menu #toongtong_logo{
	display:block;
}
.h1Back{
	display:none;
}
.bg-menu {
	top:0;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 98;
}
	#top_menu.noTopPage{
		position: fixed;
		top: 0;
		padding-top: 0px;
		height: 60px;
		background-color: #12301b;
		border-bottom: 1px solid #555;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu{
		z-index:99;
		padding-top: 0px;
		height: 60px;
		background-color: #12301b;
		border-bottom: 1px solid #555;
		position: fixed;
		top: 0;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu nav li a:hover p{
		color: #000;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu nav li:hover p{
		color: #000;		
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu nav li a:hover p{
		background-color: #0f5b2f;
	}
	#top_menu #toongtong_logo{
		margin: 0;
		padding: 5px 0;
		padding-left: 5%;
		width: 53px;
		float: none;
		opacity: 1;
	}
	#top_menu .meanmenu-reveal{
		display: block;
	}
	.mean-bar{
		display:block;
	}
	.mean-container .mean-bar{
		margin-top:0 !important;
		top: 0;
	}
	.meanmenu-reveal nav p{
		margin-bottom:0;
		margin-top:0;
	}
	#top_menu nav{
		display: none;
	}
	#top_menu nav ul{
		padding: 0;
		float: none;
		width: 100%;
		border-top: 1px solid #0f5b2f;
	}
	
	#top_menu.noTopPage{
		min-width: 0px;
	}
	#top_menu nav li,
	#top_menu nav li:last-child{
		padding: 0;
		margin: 0;
		font-size: 16px;
		width: 100%;
		text-align: left;
		float: none;
		background-color: #12301b;
		border-left: none;
		border-bottom: #0f5b2f solid 1px;
	}
	#top_menu nav li p{
		padding: 15px 5%;
		color: #ffcb05 !important;
	}
	.mean-container .meanmenu-reveal{
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1px;
		font-weight: 700;
		height: 35px;
		line-height: 22px;
		padding-bottom: 11px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 12px;
		position: absolute;
		text-decoration-color: -moz-use-text-color;
		text-decoration-line: none;
		text-decoration-style: solid;
		text-indent: -9999em;
		/*top: 0;*/
		margin-top:-60px;
		width: 30px;
		right:0;
		left:auto;
	}
	.mean-container .meanmenu-reveal span{    
		background-attachment: scroll;
		background-clip: border-box;
		background-color: #ffcb05;
		background-image: none;
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto auto;
		display: block;
		border-radius: 5px;
		height: 2px;
		margin-top: 5px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.top{
		background-color: #12301b;
		margin-top: 8px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.mid{
		background-color: #12301b;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.bottom{ 
		background-color: #12301b;
		transition: all 0.3s ease-in-out 0s;
	}

	.mean-container .meanmenu-reveal.active span.top{
		transform:rotate(135deg);
		margin-top:15px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal.active span.mid{
		transform:rotate(135deg);
		opacity:0;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal.active span.bottom{
		transform:rotate(45deg);
		margin-top:-9px;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu nav li a p{
		background-image:url(/public/img/icon-recomend2.svg);
		background-position: 30px center;
		background-repeat: no-repeat;
		background-size: 15px 15px;
		font-size: 15px;
		padding: 15px 0 15px 55px;
	}
	
	#top_menu nav li:last-child a p{
		padding: 15px 0 15px 40px;
	}
	
	.toongtongLogo{
		width: 150px;
	}
	
}