@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
.mgr-bottom-10{
	margin-bottom:10px;
}
.mgr-bottom-20{
	margin-bottom:20px;
}
.mgr-top-10{
	margin-top:10px;
}
.mgr-top-20{
	margin-top:20px;
}
.mgr-top-30{
	margin-top:30px;
}
.mgr-top-40{
	margin-top:40px;
}
.contact-form label{
	padding:5px 0px 0px 0px;
}
.clear{
	clear:both;
}
/* ======== header ========= */
.header_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
}
.logo_cus{
	padding-top: 8px;
	padding-bottom: 8px;
}
.slogan{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.view-en-page{
	padding-top: 6px;
	padding-bottom: 2px;
}
.lang{
	padding-top: 2px;
	cursor: pointer;
}
.lang span{
	color: #c3972d;
	font-size: 16px;
}
.lang span i{
	margin-right: 6px;
	font-size: 20px;
}
.tel_top{
	padding-top: 2px;
}
.tel_top a{
	color: #c3972d;
	font-size: 16px;
	text-decoration: none;
}
.lang-sub{
	display: none;
	width: 160px;
	height: auto;
	background: #333;
	position:absolute;
	top: 66px;
	left: 15px;
	z-index: 9999;
	text-align:center;
	border: 8px solid #666;
}
.lang-sub ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.lang-sub ul li{
	border-bottom:1px solid #393939;
	padding:2px 0;
}
.lang-sub ul li:hover{
	background:#5fc8cc;
}
.lang-sub ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:block;
}
/* ====== content ====== */
.content_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 0px 30px 0px;
}
.content{}
.content h1{
	color: #fff;
	background: #5fc8cc;
	border-left: 6px solid #feab12;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.content h2{
	font-size: 22px;
	color: #333;
}
.content h3{
	font-size: 20px;
	color: #333;
}
.content p{
	font-size: 15px;
	line-height: 24px;
	color: #333;
}
.content a{
	color: #333;
}
.content ul{
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content ul li{
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.facebook_like_page{
	margin-top: 20px;
	margin-bottom: 20px;
}
.country_flag{
	margin-top: 15px;
	margin-bottom: 15px;
}
.country_flag ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.country_flag ul li{
	float: left;
	margin: 5px;
	height: 64px;
}
.country_flag ul li img{
	width: 80px;
}
.video_home{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ======= package tour ======= */
.pop_package{
	width: 100%;
	height: auto;
	background: #c2e3e4;
	padding: 30px 0px;
}
.pop_package h2{
	text-align: center;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
}
.tour_home_box{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.tour_home_box:hover img{
	opacity: 0.8;
}
.tour_home_title{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
.tour_home_title h3{
	margin: 0px;
	line-height: 18px;
}
.tour_home_title h3 a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
.tour_box{
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}
.tour_box:hover{
	background: #f2f2f2;
}
.tour_desc{}
.tour_desc h3{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
}
.tour_desc h3 a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.tour_desc h3 a:hover{
	color: #5fc8cc;
}
.tour_price{
	text-align: center;
	padding-top: 30px;
}
.tour_price span{
	font-weight: bold;
	color: #b16060;
	font-size: 22px;
}
.tour_button{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tour_overview{
	background: #f2f2f2;
	padding: 20px;
	min-height: 334px;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
	border-radius: 10px;
}
.tour_overview p{
	color: #555;
	font-size: 15px;
	line-height: 22px;
}
.tour_detail{
	margin-top: 30px;
	padding: 20px 30px 30px 30px;
	border-top: 4px solid #dadada;
	background: #f2f2f2;
	border-radius: 10px;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}
.tour_detail h2{
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #333;
}
.tour_detail h3{
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #333;
	border-left: 6px solid #feab12;
    padding-left: 15px;
	text-transform: capitalize !important;
}
.tour_detail p{
	color: #333;
	font-size: 15px;
	line-height: 22px;
}
.tour_detail ul{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 20px;
}
.tour_detail ul li{
	color: #333;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tour_detail table td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.h1_custom{
	text-align: center;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: bold;
	padding: 10px 15px;
	background: #333;
	margin-bottom: 20px;
	border-radius: 6px;
}
/* ======= temple info ====== */
.att_box{
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 490px;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}
.att_box:hover img{
	opacity: 0.8;
}
.att_desc{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.att_desc h3{
	margin: 0px;
	padding-bottom: 5px;
}
.att_desc h3 a{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.att_desc h3 a:hover{
	color: #5fc8cc;
}
.att_desc p{
	color: #333;
	line-height: 22px;
}
.att_button{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ============ Testimonial =============== */
.tes_wrapper{
	background: #f2f2f2;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 15px 20px;
	border-bottom: 3px solid #e1e1e1;
	overflow: hidden;
}
.tes_wrapper h2{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.tes_wrapper h2 i{
	font-size: 10px;
	color: #888;
	margin-right: 6px;
	margin-left: 6px;
}
.tes_wrapper h3{
	font-size: 16px;
	margin-top: 10px;
}
.review_button{
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.review_button a img{
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}
/* ======= footer ======= */
.logo_partner{
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d2d2d2;
}
.logo_b{
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo_b img{
	border-radius: 6px;
	overflow: hidden;
	border: none;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}
.logo_b img:hover{
	-moz-box-shadow: 0 0 8px #444;
    -webkit-box-shadow: 0 0 8px #444;
    box-shadow: 0 0 8px #444;
}
.footer_wrapper{
	width: 100%;
	height: auto;
	padding-top: 15px;
	background: #279da0;
}
.footer_wrapper h2{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.footer_wrapper p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.menu_footer{
	text-align: center;
	padding-top: 15px;
}
.menu_footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.menu_footer ul li{
	float: left;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menu_footer ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.menu_footer ul li a:hover{
	border-bottom: 3px solid #fff;
}
.social{
	padding-bottom: 20px;
}
.social h2{
	text-align: right;
}
.social ul{
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}
.social ul li{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
.social ul li a:hover{
	opacity: 0.8;
}
.flag_counter{
	width: 225px;
	float: right;
}
.trip_advisor_traveller{
	width: 160px;
	height: auto;
	float: right;
	margin-right: 20px;
}
.copyright{
	border-top: 1px solid #fff;
	margin-top: 40px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
}
.copyright p{
	color: #fff;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}
.trip_advisor{
	margin-top: -15px;
}





.btnorange {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer !important;
	color:#333333 !important;
	font-family:Arial;
	font-size:15px !important;
	font-weight:bold !important;
	padding:6px 24px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffee66;
}
.btnorange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.btnorange:active {
	position:relative;
	top:1px;
}


@media (max-width:480px) {
	.container{
		width:100%;
	}
	.logo_cus{
		text-align: center;
	}
	.view-en-page{
		text-align: center;
	}
	.lang{
		text-align: center;
		padding-top: 10px;
	}
	.lang-sub{
		left: 50%;
		margin-left: -80px;
		top: 78px;
	}
	.tel_top{
		text-align: center;
		padding-bottom: 15px;
	}
	.menu_footer ul{
		width: 100%;
	}
	.menu_footer ul li{
		float: none;
		border-bottom: 1px solid #7dd3d6;
	}
	.footer_wrapper h2{
		text-align: center;
	}
	.footer_wrapper p{
		text-align: center;
	}
	.social{
		text-align: center;
	}
	.social h2{
		text-align: center;
	}
	.social ul{
		float: none;
		display: inline-block;
	}
	.flag_counter{
		float: none;
		margin: 0 auto;
	}
	.trip_advisor_traveller{
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}
	.tour_desc{
		padding-top: 10px;
	}
	.country_flag ul li:first-child{
		margin-left: 5px;
	}
	.country_flag ul li:nth-child(3n+1){
		margin-left: 5px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.logo_cus{
		text-align: center;
	}
	.view-en-page{
		text-align: center;
	}
	.lang{
		text-align: center;
		padding-top: 10px;
	}
	.lang-sub{
		left: 50%;
		margin-left: -80px;
		top: 78px;
	}
	.tel_top{
		text-align: center;
		padding-bottom: 15px;
	}
	.trip_advisor_traveller{
		margin-top: 20px;
	}
	.amazingslider-title-1{
		font-size: 20px !important;
	}
	.country_flag ul li:nth-child(3n+1){
		margin-left: 5px;
	}
	.country_flag ul li:first-child{
		margin-left: 5px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.menu_footer ul li{
		padding-left: 20px;
		padding-right: 20px;
	}
	.country_flag ul li:nth-child(3n+1){
		margin-left: 5px;
	}
	.country_flag ul li:first-child{
		margin-left: 5px;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1100px;
	}
}