.clear {
	clear: both;	
}
body {
	background-color: #EEE;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}
#header {
	background-color: #FFF;
	border-bottom: 3px solid #1972DD;
	/*fix head*/
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}
.search_head {
	border: 1px solid #F9974E;
	padding: 5px 0;
	font-size: 17px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-left: 40px !important;
    background: #FFF url(../img/icon_search.png) no-repeat 8px center;
    background-size: 28px;
    width: 140px;
	outline-width: 0;
}
.btn_login , .btn_logout{
    border: none;
    background-color: #1972DD;
    color: #FFF;
    font-size: 17px;
    padding: 5px 25px;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 10px 0 10px;
	outline-width: 0;
	text-decoration: none;
}
#header .menu_right {
	float: right;
	padding: 5px 0;
}
#header .menu_right .icon_social {
	height: 25px;
	vertical-align: middle;
}
#header .header_a {
	margin: 0 auto;
	width: 1200px;
	padding: 15px 0;
}
#header .header_b {
	display:inline-block;
	width:1200px;
}
#header .social_share {
	padding-top:13px;
}
#header .logo {
	height: 45px;
}
#header .menu_link_header{
	margin-right: 20px;
}
#header .menu_link_header ul{
	margin-top:13px;
}
#header .menu_link_header ul li{
	float:left;
	margin-right: 10px;
}
#header .menu_link_header a{
	text-decoration: none;
    color: #000;
}
#header .menu_link_header img{
	width:20px;
	vertical-align: middle;
}
#header .header_b .menu{
	width: 1200px;
	position: absolute;
	background-color: #FFF;
	border:1px solid #C7DDFF;
	z-index: 11;
	display: none;
	padding: 10px 0;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
#header .header_b .menu .item_part_cat{
	margin-left: 10px;
	width: 285px;
	float:left;
}
#header .header_b .menu-1 .item_part_cat h4{
	background-color: #ffa765;//#F9974E
	text-align: center;
	padding: 10px 0 10px 10px;
	color: #FFF;
	border: 1px solid #ffa765;
}
#header .header_b .menu-2 .item_part_cat h4{
	background-color: #1972DD;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
}
#header .header_b .menu-3 .item_part_cat h4{
	background-color: #ee2b7c;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
}
#header .header_b .menu-4 .item_part_cat h4{
	background-color: #8e04ff;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
}
#header .header_b .menu-5 .item_country a{
	text-decoration: none;
	color: #878787;
	margin-left: 15px;
}
#header .header_b .menu .item_part_cat ul{
	float: left;
	width: 287px;
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header .header_b .menu .item_part_cat ul li{
	padding: 2px;
	width: 134px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
}
#header .header_b .menu .item_part_country {
	width: 100%;
}
#header .header_b .menu .item_part_country ul{
	width: 100%;
}
#header .header_b .menu .item_part_country ul li{
	float:left;
	margin-left: 15px;
}
#header .header_b .item_part_cat a {
	text-decoration: none;
	color: #878787;
	font-size: 15px;
}
#header .header_b .menu-1 .lang_arrowup{
    position: absolute;
    top: -8px;
    left: 230px;
    height: 8px;
}
#header .header_b .menu-2 .lang_arrowup{
    position: absolute;
    top: -8px;
    left: 320px;
    height: 8px;
}
#header .header_b .menu-3 .lang_arrowup{
    position: absolute;
    top: -8px;
    left: 390px;
    height: 8px;
}
#header .header_b .menu-4 .lang_arrowup{
    position: absolute;
    top: -8px;
    left: 480px;
    height: 8px;
}
#header .header_b .menu-5 .lang_arrowup{
    position: absolute;
    top: -8px;
    left: 570px;
    height: 8px;
}
#footer {
	margin-top: 60px;
	background-color: #FFF;
}
#footer .footer_a {
	margin: 0 auto;
	width: 1200px;
	padding: 15px 0 70px 0;
}
#footer .footer_b {
	display:inline-block;
	width:1200px;
}
#footer .menu_left {
	float: left;
}
#footer .menu_right {
	float: right;
	padding: 5px 0;
}
#footer .menu_left ul li{
	float: left;
	margin-right: 5px;
	color: #000;
}
#footer a{
	text-decoration: none;
	color: #000;
}
#footer .copyright {
	margin-top:5px;
	color:#878787;
	font-size: 13px;
}
#footer .language {
	width: 30px;
}
#footer .logo {
	height: 45px;
}
#content {
	margin: 0 auto;
	width: 1200px;
	margin-top: 95px;
}
#content .breadcrumbs {
	padding: 10px 5px 10px 15px;
	overflow-x: auto;
    width: 98%;
    white-space: nowrap;
	float: left;
}
#content .breadcrumbs a{
	color: #878787;
}
/*
#content .breadcrumbs_link li{
	float: left;
	margin-right: 10px;
	color: #878787;
	line-height: 1.2;
}
#content .breadcrumbs_link li a{
	text-decoration: none;
	color: #878787;
	font-size: 17px;
	line-height: 1.2;
}
*/
.page {
	margin-top: 15px;	
	display: inline-block;
	width: 100%;
}
.page_main {
	float: left;
	width: 800px;
}
.page_sidebar {
	float: right;
	width: 385px;
}
.page_main .gallery img {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page_main .gallery .img_m {
	max-width:800px;
	max-height:600px;
}
.page_main .gallery .gallery_sm {
	margin-top: 8px;
}
.page_main .gallery .gallery_sm a{
	text-decoration: none;
}
.page_main .gallery .gallery_sm img{
	/*
	max-width: 259px;
	max-height: 170px;
	*/
	/*width: 195px;*/
	height: 100px;
}
.page_main .gallery .gallery_sm a:nth-child(2),
.page_main .gallery .gallery_sm a:nth-child(3){
	margin-left: 0 5px;
}
.page_detail {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.page_detail h4 {
	display: inline-block;
	margin: 10px;
	font-size: 18px;
}
.page_detail .calm {
	float: right;
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px 10px 35px;
    background: #FFF url(../img/icon_search.png) no-repeat 8px center;
    background-size: 28px;
	outline-width: 0;
	margin-right: 10px;
}
.page_detail .edit {
	float: right;
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px 10px 35px;
    background: #FFF url(../img/icon/icon_gplace_edit.png) no-repeat 8px center;
    background-size: 20px;
	outline-width: 0;
}
.page_detail .edit a{
	text-decoration: none;
	color: #5395E5;
}
.page_detail .add_image {
	float: left;
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px 10px 35px;
    background: #FFF url(../img/icon/icon_gplace_edit.png) no-repeat 8px center;
    background-size: 20px;
	outline-width: 0;
}
.page_detail .add_image a{
	text-decoration: none;
	color: #5395E5;
}
.page_detail .detail_h {
	font-size: 17px;
	color: #5395E5;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4;
}
.page_detail .detail {
    margin-top: 15px;
	line-height: 1.5;
}
.page_detail .detail img{
    width: 100%;
}
.page_review {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.page_review h4 {
	display: inline-block;
	margin: 10px;
	font-size: 18px;
}
.page_review .count_review {
	color: #5395E5;
}
.page_review .review {
	float: right;
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px 10px 35px;
    background: #FFF url(../img/icon/icon_gplace_edit.png) no-repeat 8px center;
    background-size: 20px;
	outline-width: 0;
	cursor: pointer;
}
.page_review .review_sort {
	float: right;
	margin: 10px 10px 0 0;
}
.page_review .review_comment {
	margin-top: 10px;
	padding: 10px;
	display: none;
}
.page_review .review_comment textarea{
	width: 99%;
	resize: none;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	outline-width: 0;
}
.page_review .review_comment .btn_comment{
	float:right;
	border: none;
    background-color: #1972DD;
    color: #FFF;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline-width: 0;
}
.page_review .review_comment #upfile{
	border: none;
    background-color: #1972DD;
    color: #FFF;
    font-size: 15px;
    padding: 7px 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline-width: 0;
	display: inline-block;
}
.page_review .review_item {
	
	border-bottom: 1px solid #EEE;
	padding: 15px 0;
}
.page_review .review_item p{
	font-size:15px;
}
.page_review .review_item .calm_k{
	color:#F9974E;
}
.page_review .review_item .calm_k img{
	width:15px;
	vertical-align: middle;
}
.page_review .review_item .review_detail_overall {
	margin-top:5px;
}
.page_review .review_item .review_detail_overall img{
	vertical-align: middle;
}
.page_review .review_item .review_detail_overall .ratestar{
	height:18px;
}
.page_review .review_item .review_detail_overall span{
	color:#878787;
	font-size:13px;
}
.page_review .review_item .review_detail_overall .review_img_icon{
	height:10px;
	margin:0 2px 0 10px;
}
.page_review .review_item .review_detail {
    margin-top: 10px;
	line-height: 1.5;
}
.page_review .review_item .review_detail img{
    max-width: 650px;
	margin-top: 5px;
}
.review_item .review_item_l {
	float:left;
	width:80px;
}
.review_item .review_item_r {
	float:left;
	width:670px;
}
.review_item .review_item_r .edit_comment{
	float:right;
	text-decoration: none;
	color: #5395E5;
	margin-left: 15px;
}
.review_item .review_item_l .follow {
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	outline-width: 0;
	width: 70px;
	margin: 5px auto;
	font-size: 13px;
	text-align: center;
}
.review_item .review_item_l .review_user_img {
	overflow: hidden;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 5px auto;
}
.page_review .review_item .review_social {
	color:#878787;
	font-size:13px;
	margin-top: 20px;
}
.page_review .review_item .review_social img{
	height:20px;
	vertical-align: middle;
}
.list_show {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.list_show h4 {
	display: inline-block;
	margin: 10px;
	font-size: 18px;
}
.list_show .view_all {
	float: right;
	text-decoration: none;
	color: #1972DD;
	margin: 10px;
}
.list_show .list_item {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.list_show .list_item .item{
	float:left;
	width: 245px !important;
}
.list_show .list_item .itemimg{
	width: 100%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list_show .list_item .item_name{
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #000;
}
.list_show .list_item .count_review{
	color: #5395E5;
	font-size: 12px;
}
.list_show .list_item .item_dist{
	color: #878787;
	font-size: 12px;
}
#page_sidebar {
	float: right;
	width: 385px;
}
#page_sidebar .page_address {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
}
#page_sidebar .page_address h1{
	display: inline-block;
	font-size: 18px;
}
#page_sidebar .page_address .place{
	/*float:right;*/
	margin-top: 10px;
}
#page_sidebar .page_address .place img{
	width: 15px;
	vertical-align: middle;
}
#page_sidebar .page_address .place span{
	color: #CCC;
	font-size: 12px;
	vertical-align: middle;
}
#page_sidebar .page_address .address {
	font-size: 14px;
	vertical-align: middle;
	color: #878787;
	line-height: 1.5;
}
#page_sidebar .page_address .address img{
	width: 20px;
	vertical-align: middle;
}
#page_sidebar .page_address .rate_review img{
	height:15px;
	vertical-align: middle;
	margin-right: 5px;
}
#page_sidebar .page_address .rate_review span{
	vertical-align: middle;
	color: #1972DD;
	font-size: 13px;
}
#page_sidebar .page_address .page_con_detail {
	margin-top: 6px;
	font-size: 14px;
	vertical-align: middle;
	color: #878787;
	line-height: 1.5;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	overflow: hidden;
}
.page_address .list_date_time {
	padding-left:30px;
	display:none;
}
.page_address .list_date_time span {
	width: 30px;
	display: inline-block;
}
.show_date {
	width: 15px !important;
	margin-left: 5px;
}
#page_sidebar .page_address .page_con_detail img{
	width: 20px;
	vertical-align: middle;
}
#page_sidebar .page_address .page_con_detail .link_ex{
	color:#5395e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
#page_sidebar .page_trip {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
#page_sidebar .page_trip h2{
	display: inline-block;
	font-size: 18px;
}
#page_sidebar .page_trip ul{
	margin-top: 10px;
}
#page_sidebar .page_trip ul li{
	float:left;
}
#page_sidebar .page_trip a{
	text-decoration: none;
    color: #1972DD;
}
#page_sidebar .suggest_trip a{
	text-decoration: none;
	border: none;
    background-color: #5395E5;
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 5px;
    outline-width: 0;
	line-height: 2.5;
}
#page_sidebar .page_trip .popular{
	line-height: 1.3;
	padding: 2px 0;
	margin: 5px 0;
}
#page_sidebar .page_trip .popular img{
	max-height: 100px;
	max-width: 120px;
	margin-right: 5px;
}
#page_sidebar .page_trip .popular a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 215px;
}
.manage_trip h2{
	display: inline-block;
	font-size: 18px;
}
.manage_trip {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.manage_trip .trip_item {
	margin-top: 5px;
}
.manage_trip .trip_item .arrow_move {
	width: 20px;
	vertical-align: middle;
}
.manage_trip .trip_item .delete {
	width: 15px;
	vertical-align: middle;
}
.manage_trip .trip_item input[type="text"] {
	border: 1px solid #878787;
    padding: 3px 15px;
    font-size: 17px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	width: 230px;
    outline-width: 0;
	color: #878787;
}
.manage_trip .trip_item .order {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #1972DD;
	border:2px solid #1972DD;
	text-align: center;
	display: inline-block;
}
.manage_trip .save_trip {
	text-decoration: none;
    border: none;
    background-color: #1972DD;
    color: #FFF;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 10px 0 0 25px;
    outline-width: 0;
}
.manage_trip .save_trip a{
	text-decoration: none;
	color: #FFF;
}
#page_sidebar .page_score {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
#page_sidebar .page_score h3{
	display: inline-block;
}
#page_sidebar .page_score .score_all{
	font-weight: bold;
	font-size: 23px;
}
#page_sidebar .page_score .page_score_review{
	color: #1972DD;
	font-size: 13px;
}
#page_sidebar .page_score .per_score{
	margin-top: 5px;
}
#page_sidebar .page_score img{
	height: 20px;
	vertical-align: middle;
}
.process_bar{
	width: 200px;
	background-color:#FFF!important;
	border: 1px solid #F9974E;
	border-radius:8px;
	display: inline-block;
}
.process{
	background-color:#F9974E!important;
	border-radius:8px 0 0 8px;
	height:20px;
}
.show_pc {
		
}
.show_mobile {
	display: none;	
}
.clear_div_mobile {
	
}
.fancybox-skin {
	padding: 0px !important;
	background: #FFF !important;
}
.fancybox-wrap {
  position: absolute;
  top: 30px !important;
}
.manage_trip .ui-state-default {
	border: none !important;
	background: #FFF !important;
}
#btn_place {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}
.trip_detail {
	border: 1px solid #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}
.trip_detail h1{
	display:inline-block;
	font-size: 25px;
}
.trip_detail .edit {
	float: right;
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px 10px 35px;
    background: #FFF url(../img/icon/icon_gplace_edit.png) no-repeat 8px center;
    background-size: 20px;
	outline-width: 0;
}
.trip_detail .edit a{
	text-decoration: none;
	color: #5395E5;
}
.trip_detail .detail{
	padding-top: 5px;
}
.trip_detail .detail span{
	line-height: 1.3;
}
.trip_item {
	/*padding: 30px 20px;*/
}
.trip_item .trip_number {
	background-color:#f98450;
	width: 60px;
	height: 40px;
	border-radius: 50%;
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	display: inline-block;
	color: #fff;
}
.trip_item .order_item_trip {
	text-align: center;
	margin:40px 0 20px 0;
}
#map {
	width:800px;
	height:400px;
	margin:25px 0 40px 0;
}

/*Home*/
#home_slide {
	margin-top: 20px;
}
#home_slide .home_left{
	width:830px;
	height:605px;
	float:left;
	overflow: hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#home_slide .home_right{
	width:355px;
	float:right;
	background-color: #FFF;
	border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#home_slide .home_right .item_rec{
	border-bottom:1px solid #EFEFEF;
	display: inline-block;
	padding: 7px;
	line-height: 1.3;  
}
#home_slide .home_right .item_rec a{
	text-decoration: none;
	color: #5395E5;
}
#home_slide .home_right .item_rec .img_p{
	height: 100px;
	margin-right: 10px;
	width: 120px;
}
#home_slide .home_right .review_user_img {
    overflow: hidden;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	display: inline-block;
	float:left;
	margin-right: 10px;
}
#home_reccommend {
	margin-top:10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 15px;
}
#home_reccommend h3{
	font-size: 23px;
	text-align: center;
}
#home_reccommend ul li {
	float:left;
	width: 33%;
	text-align: center;
}
#home_reccommend ul li a{
	text-decoration: none;
	color:#878787;
}
#home_reccommend ul li .active{
	color: #5395E5;
	font-weight: bold;
}
#home_reccommend ul li a:hover{
	color: #5395E5;
	font-weight: bold;
}
#home_slide .home_left .review_user_img {
    overflow: hidden;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.reccommend_cat {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.reccommend_cat .reccommend_item {
	border:1px solid #f3f3f3;
	width: 282px;
	float:left;
	margin: 10px 10px 0 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.reccommend_cat .reccommend_item h2{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 5px;
	font-size: 18px;
}
.reccommend_cat .reccommend_item h2 a{
	text-decoration: none;
	color: #39C;
}
.reccommend_cat .reccommend_item .item_detail {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 2px 5px;
	font-size: 14px;
	color: #878787;
}
.reccommend_cat .reccommend_item .item_view {
	font-size: 11px;
	color: #009688;
	font-weight: bold;
}
.reccommend_cat .reccommend_item:nth-child(4n+4) {
    margin: 10px 0 0 0;
}
.reccommend_item .img_corp{
	width: 285px;
	height: 180px;/*160px*/
	overflow: hidden;
	text-align: center;
}
.reccommend_item .img_corp img{
	width: 100%;
	margin-top: -5%;
	/*
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	*/
	/*
	max-width: 100%;
    max-height: 100%;
	*/
}
.reccommend_item .item_like {
	margin:0 0 0 5px;
	vertical-align: middle;
	width:15px;
}
.reccommend_item .item_share {
	margin-left:5px;
	vertical-align: middle;
	width:15px;
}
.reccommend_item .item_place {
	margin:2px 0 0 5px;
	vertical-align: middle;
	height:17px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0 !important;
	top: 20px;
	right: 20px;
	width: auto !important;
	left: unset !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper_home .imgtxt{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
	width: 100%;
	height: 35px;
	padding: 20px;
}
.swiper_home .imgtxt p{
	color: #FFF;
	font-size: 20px;
}
.swiper_home .imgtxt span{
	color:#FFF;
	display: inline-block;
	margin-top:5px;
	font-size: 15px;
}
#place_new {
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 15px;
}
#place_new h3{
	display: inline-block;
	font-size: 20px;
}
#place_new .view_all{
	float: right;
	text-decoration: none;
	color: #1972DD;
}
#trip_near {
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 5px;
}
#trip_near h3{
	display: inline-block;
	font-size: 20px;
	margin: 5px;
}
#trip_near .list_item .itemimg{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
#trip_near .list_item a{
	text-decoration: none;
	color: #5395E5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inherit;
}
#trip_near .swiper-button-next{
	width: 20px;
	height: 36px;
	background-size: 15px 44px;
}
#trip_near .swiper-button-prev{
	width: 20px;
	height: 36px;
	background-size: 15px 44px;
}
#trip_near .trip_province{
	height: 230px;
}
/*Province district*/
#list_place {
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 15px;
	position: relative;
}
#list_place h3{
	display: inline-block;
	font-size: 20px;
	margin: 10px 0 0 5px;
}
#list_place .sort_item{
	float: right;
	border: 1px solid #5395E5;
	color: #5395E5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 30px 10px 10px;
	background: #FFF url(../img/arrow-down.png) no-repeat 96% center;
	background-size: 20px;
	outline-width: 0;
}
#list_place .choose_district{
	border: 1px solid #CCC;
	background-color: #FFF;
	position: absolute;
	min-width: 150px;
	right: 15px;
	top: 60px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 2;
}
#list_place .menu_cate{
	float:right;
}
#list_place .menu_cate li{
	float:left;
	margin: 0 5px;
}
#list_place .menu_cate li a{
	text-decoration: none;
	color: #878787;
}
#list_place .pv_district{
	margin: 20px 0;
}
#list_place .pv_district a{
	color:#1972DD;
	font-weight:bold;
	font-size: 17px;
	text-decoration: none;
}
#list_place .pv_district .show_hide{
	width: 20px;
	vertical-align: middle;
}
#list_place .group_district {
	margin-top: 0px;	
}
.trip_province .cimg {
	height:200px;
	overflow: hidden;
	margin-bottom: 10px;
}
/*Gallery frame*/
.body_frame_gallery {
	margin: 0px;
	background-color: #fff;
	width: 100%;
}
.frame_gallery_content {
	display:inline-block;
	width:100%;
}
.frame_gallery_content .gallery_img {
	width:800px;
	height:710px;
	background-color:#000;
	float:left;
}
.frame_gallery_content .gallery_img .img_b{
	background-color:#000;
	width:800px;
	height:600px;
	position: relative;
}
.frame_gallery_content .gallery_img .img_b .img_show{
	max-width: 800px;
	max-height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.frame_gallery_content .gallery_img .gallery_img_thumb {
	margin: 5px 0;
	opacity: 0.3;
	transition: opacity .6s;
}
.frame_gallery_content .gallery_img .gallery_img_thumb:hover {
	opacity: 1;
	transition: opacity .6s;
}
.frame_gallery_content .gallery_img .gallery_img_thumb img{
	height: 100px;
}
.frame_gallery_content .gallery_img .gal_prev {
	left: 20px;
    height: 70px;
    margin-top: -30px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 50;
    background: url(../img/arrow_prev.png);
    background-size: 50px;
    opacity: 0.4;
    background-repeat: no-repeat;
}
.frame_gallery_content .gallery_img .gal_prev:hover {
	opacity: 0.8;
}
.frame_gallery_content .gallery_img .gal_next {
	right: -5px;
    height: 70px;
    margin-top: -30px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 50;
    background: url(../img/arrow_next.png);
    background-size: 50px;
	opacity: 0.4;
    background-repeat: no-repeat;
}
.frame_gallery_content .gallery_img .gal_next:hover {
	opacity: 0.8;
}
.frame_gallery_content .frame_content{
	float:left;
	width: 400px;
	height: 710px;
	overflow-y: auto;
	position: relative;
}
.frame_content .gal_review_pic{
	display:inline-block;
	width:360px;
	padding:20px;
}
.frame_content .review_user_img {
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 10px;
}
.frame_content .review_user_img img {
    width: 55px;
    margin-left: -8px;
    margin-top: -8px;
}
.frame_content .gal_pname {
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
}
.frame_content .gal_pclass {
	display: inline-block;
	color: #F9974E;
}
.frame_content .gal_pfollow {
	display: inline-block;
	color: #5395E5;
	margin-top: 5px;
}
.frame_content .gal_ptime {
	display: inline-block;
	color: #CCC;
	font-size: 13px;
}
.frame_content .gal_option {
	float:right;
	height: 20px;
}
.frame_content .gal_review {
    margin-top: 15px;
    line-height: 1.4;
}
.frame_content .review_social {
    color: #878787;
    font-size: 13px;
}
.frame_content .review_img_icon{
	height: 20px;
    vertical-align: middle;
}
.frame_content .place_interest{
	background-color:#EEE;
}
.frame_content .place_interest span{
	font-weight: bold;
}
.frame_content .place_interest a{
	text-decoration: none;
	color: #5395E5;
}
.frame_content .gal_review_pic .item_place{
    border: 1px solid #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
	margin-top: 5px;
	display:inline-block;
	width: 95%;
}
.frame_content .gal_review_pic .item_place .place_img{
    height: 100px;
	float: left;
	margin-right: 10px;
}
.frame_content .gal_review_pic .item_place a{
	display:inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.frame_content .gal_review_pic .place_rate{
	margin-top:5px;
	color:#5395E5;
	font-size: 13px;
}
.frame_content .gal_review_pic .place_rate img{
	height:15px;
}
.frame_content .gal_review_pic .place_distance{
	margin-top:5px;
	color:#878787;
	font-size: 12px;
}
.frame_content .comment {
	padding: 0 10px;
}
.frame_content .item_comment {
	margin: 10px 0 0 0;
}
.frame_content .item_comment .u_comment{
	font-size: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 310px;
	float: left;
	line-height: 1.3;
	padding: 5px;
	background-color: #EEE;
}
.frame_content .box_comment {
	border-top:1px solid #878787;
	position: fixed;
	top: 660px;
	padding: 5px 10px;
	background-color: #FFF;
}
.frame_content .box_comment input[type="text"] {
	border: 1px solid #CCC;
	padding: 3px 15px;
	font-size: 17px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 290px;
	outline-width: 0;
	margin-top: 3px;
}
/*End Gallery frame*/

/*Image Slide*/
.swiper1 .swiper-wrapper {
	height: 230px !important;
}
.swiper2 .swiper-wrapper {
	height: 230px !important;
}
.swiper3 .swiper-wrapper {
	height: 230px !important;
}
.swiper1 .swiper-button-next {
    background-image: url(../img/icon/icon_gplace_arrow_next.png);
    background-size: 50px;
    width: 50px;
    height: 50px;
    margin-top: -50px;
}
.swiper1 .swiper-button-prev {
	background-image: url(../img/icon/icon_gplace_arrow_prev.png);
	background-size: 50px;
	width: 50px;
    height: 50px;
    margin-top: -50px;
}
.swiper2 .swiper-button-next {
    background-image: url(../img/icon/icon_gplace_arrow_next.png);
    background-size: 50px;
    width: 50px;
    height: 50px;
    margin-top: -50px;
}
.swiper2 .swiper-button-prev {
    background-image: url(../img/icon/icon_gplace_arrow_prev.png);
	background-size: 50px;
	width: 50px;
    height: 50px;
    margin-top: -50px;
}
.swiper3 .swiper-button-next {
    background-image: url(../img/icon/icon_gplace_arrow_next.png);
    background-size: 50px;
    width: 50px;
    height: 50px;
    margin-top: -50px;
}
.swiper3 .swiper-button-prev {
    background-image: url(../img/icon/icon_gplace_arrow_prev.png);
	background-size: 50px;
	width: 50px;
    height: 50px;
    margin-top: -50px;
}
.gallery_sm {
	opacity: 0.3;
	transition: opacity .6s;
}
.gallery_sm:hover {
	opacity: 1;
	transition: opacity .6s;
}
/*End Image Slide*/

div.frame_content::-webkit-scrollbar {
	width: 0px;
}
div.frame_content::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
div.frame_content::-webkit-scrollbar-thumb {
	background: #888; 
}

.about_us_txt {
	line-height: 1.7;
	padding: 0 40px;
}
.user_login {
    text-align: right;
    padding-right: 10px;
    position: relative;
	display: inline-block;
}
.user_login span{
	color:#1972dd;
}
.user_login .menu_login{
	border: 1px solid #CCC;
    position: absolute;
    right: 0;
	top: 25px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
    background-color: #FFF;
    z-index: 1;
    display: none;
    width: 140px;
    z-index: 90;
	padding: 10px 15px;
}
.user_login .menu_login a{
	text-decoration: none;
    color: #5395E5;
	line-height: 1.5;
}
#ggmap {
	color: #5395e5;
}
.list_country {
	text-align:center;
	margin: 10px 0 20px 0;
}
.list_country a{
	text-decoration: none;
    color: #5395E5;
	line-height: 1.5;
}
/*Auto com*/
.ui-autocomplete li {
    padding: 9px 0;
}
.ui-autocomplete li:hover{
    border: none !important;;
}
.ui-autocomplete li a{
    background-color: #FFF !important;
	border: none !important;
}
.ui-autocomplete li a:hover{
    background-color: #FFF !important;
	border: none !important;
}
.autocomplete_txt {
	color: #5395E5 !important;	
}
/*Box manage trip*/
.box_m_trip {
	min-width: 150px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.box_m_trip .manage_trip {
	margin-top: 0px;
	background-color: #f7f7f7;
	max-height: 600px;
	overflow-y: auto;
}
.box_m_trip .manage_trip .trip_item {
	background-color: #f7f7f7;	
}
.box_m_trip .manage_trip .trip_item input[type="text"] {
	width: 120px;
}
div.box_m_trip .manage_trip::-webkit-scrollbar {
	width: 0px;
}
div.box_m_trip .manage_trip::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
div.box_m_trip .manage_trip::-webkit-scrollbar-thumb {
	background: #888; 
}
#like_num {
	color:green;
	margin-right: 5px;
}
.seach_detail {
	margin-top:0px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#share_page, .share_page, .item_like, .item_place {
	cursor: pointer;
}

#light_bg_popup {
	width: 100%;
	height: 1200px;
	position: fixed;
	z-index: 101;
	top: 0%;
	left: 0%;
	background-color:rgba(68, 68, 68, 0.8);
	text-align: center;
	padding-top: 4%;
}
#popup_box img {
	width: 800px;	
}
#close-popup {
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	color:#FFF;
	margin-bottom: 10px;
}

.swiper_gallery .swiper-slide{
	width: auto;
}
.img_map_trip {
	width : 800px;
	/*margin-left: 85px;	*/
}
/*Mobile small screen ip5 */
@media screen and (max-device-width: 320px){
	
}
/*640*/
@media screen and (max-device-width: 768px){
	hr {
		margin: .5em 0;
	}
	.show_pc {
		display:none;	
	}
	.show_mobile {
		display: block;	
	}
	.clear_div_mobile {
		clear: both;
	}
	#header {
		padding: 0 5px;	
	}
	#header .header_a {
		width: 100%;
	}
	#header .header_b {
		width: 100%;
	}
	#header .social_share {
		padding-top:5px;
	}
	#header .btn_login {
		padding: 1px 10px;
		margin: 0 0;
	}
	#header .btn_logout {
		padding: 1px 10px;
		margin: 0 0;
		font-size: 15px;
	}
	#header .search_head {
		width: 60px;
		padding: 0 0;
		background-size: 20px;
		padding-left: 30px !important;
		font-size: 15px;
	}
	#header .logo {
		height: 35px;
	}
	#content {
		width: auto;
		padding: 0 5px;
		margin-top: 110px;
	}
	.page_main {
		width: 100%;
	}
	.page_main .gallery img {
		width: 100%;
	}
	.page_main .gallery .gallery_sm {
		display: none;
	}
	.page_detail {
		padding: 10px 15px;
	}
	.page_detail h4 {
		display: inline-block;
		margin: 5px;
	}
	.page_detail .edit, .calm {
		padding: 10px 5px 10px 32px !important;
		font-size: 12px;
	}
	.page_review .review_item .review_detail img{
		max-width: 100%;
		max-height: 100%;
		height: 100% !important;
		width: 100% !important;
	}
	#page_sidebar {
		width: 100%;
		margin-top: 10px;
	}
	#page_sidebar .page_address, .page_trip, .manage_trip, .page_score{
		padding: 15px !important;
	}
	.page_review {
		padding: 15px !important;
	}
	.review_item .review_item_l {
		width: 100%;
	}
	.review_item .review_item_r {
		width: auto;
	}
	.list_show {
		padding: 15px 5px;
	}
	.list_show .list_item {
		width: 100%;
	}
	.list_show .list_item .item {
		float: left;
		width: 50% !important;
		height: 170px;
	}
	#page_sidebar .manage_trip .trip_item input[type="text"] {
		width: 60%;
	}
	#footer {
		padding: 0 5px;
	}
	#footer .footer_a {
		width: auto;
		padding: 15px 0 20px 0;
	}
	#footer .footer_b {
		display:inline-block;
		width: auto;	
	}
	#footer .footer_search {
		width: 100%;
	}
	#footer .footer_search .search_head{
		width: 70%;
		margin-left: 10%;
	}
	#footer a{
		font-size: 13px;
	}
	#footer .copyright {
		font-size: 12px;
	}
	#footer .flag_footer {
		margin-top: 5px;
	}
	.process_bar{
		width: 150px;
	}
	
	.swiper-wrapper {
		height: auto !important;
	}
	.swiper1 .swiper-button-next {
		background-size: 30px;
		width: 20px;
	}
	.swiper1 .swiper-button-prev {
		background-size: 30px;
		width: 20px;
	}
	.swiper2 .swiper-button-next {
		background-size: 30px;
		width: 20px;
	}
	.swiper2 .swiper-button-prev {
		background-size: 30px;
		width: 20px;
	}
	.swiper3 .swiper-button-next {
		background-size: 30px;
		width: 20px;
	}
	.swiper3 .swiper-button-prev {
		background-size: 30px;
		width: 20px;
	}
	
	.frame_gallery_content .gallery_img {
		width: 100%;
		height: auto;
	}
	.frame_gallery_content .gallery_img .img_b {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.frame_gallery_content .gallery_img .img_b .img_show {
		position: unset;
		transform: none;
		max-width: 100%;
		max-height: 315px;
	}
	.frame_gallery_content .gallery_img .gallery_img_thumb {
		width: 100%;
	}
	.frame_gallery_content .gallery_img .gallery_img_thumb img {
		height: 50px;
	}
	.frame_gallery_content .frame_content {
		width: 100%;
		height: 350px;
		padding-bottom: 20px;
	}
	.frame_content .gal_review_pic{
		display:inline-block;
		width: 90%;
		padding:15px 10px;
	}
	.frame_content .place_interest {
		width: 94% !important;
	}
	.frame_content .place_int {
		width: 94% !important;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-size: 15px !important;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-size: 15px !important;
	}
	
	
	#map {
		width:100%;
		height:300px;
		margin:0 0;
	}
	.trip_item {
		padding: 0px 0px;/*10px 0px*/
	}
	.trip_detail {
		padding: 20px 10px;
	}
	#header .header_a {
		padding: 15px 0 0 0;
	}
	#header .menu_link_header {
		width: 100%;
		margin-right: 0px;
		height: 35px;
	}
	/*Home*/
	#home_slide {
		margin-top: 5px;
	}
	#home_slide .home_left{
		width:100%;
		height:auto;
	}
	.swiper_home .imgtxt p {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 95%;
	}
	.swiper_home .imgtxt {
		padding: 10px;
		font-size: 14px;
		height: 10px;
	}
	#home_slide .home_right {
		width: auto;
		margin-top: 5px;
		float: left;
		width: 99%;
	}
	#home_slide .home_right .item_rec {
		width: 100%;
	}
	.reccommend_cat .reccommend_item {
		width: 49%;
		margin: 5px 0 0 0;
	}
	.reccommend_item .img_corp {
		width: 100%;
		height: 120px;
	}
	.reccommend_cat .reccommend_item:nth-child(2n+2) {
		margin: 5px 0 0 0;
		float: right;
	}
	.reccommend_cat .reccommend_item:nth-child(2n+1) {
		clear: both;
	}
	#home_reccommend {
		padding: 20px 5px;
	}
	#place_new {
		padding: 20px 5px;
	}
	#trip_near .trip_province {
		height: auto;
	}
	.swiper-menu-mobile .swiper-slide {
		height: 50px;
	}
	.swiper_home .swiper-slide {
		height: 270px;
	}
	.trip_province .cimg {
		height: 130px;
	}
	.swiper_trip .swiper-slide {
		height: 170px;
	}
	.swiper-menu-mobile .swiper-wrapper {
		height: 50px;	
	}
	#list_place {
		padding: 20px 5px;
	}
	.about_us_txt {
		padding: 0 10px;
	}
	#page_sidebar .page_trip .popular a {
		width: 50%;
	}
	.trip_item .order_item_trip {
		margin:10px 0;
	}
	.frame_content .box_comment {
		width: 98%;
	}
	.frame_content .item_comment .u_comment {
		width: 75%;
	}
	.frame_content .box_comment input[type="text"] {
		width: 65%;
	}
	.frame_gallery_content .gallery_img .gal_prev {
		background-size: 35px;
	}
	.frame_gallery_content .gallery_img .gal_next {
		background-size: 35px;
	}
	.page_review h4 {
		margin: 0px;
	}
	#header .menu_right {
		padding: 5px 7px 5px 0;	
	}
	#header .menu_link_header ul {
		margin-top:0px;
	}
	#header .header_b .menu {
		width: 94%;
		overflow-y: scroll;
		height: 450px;
	}
	#header .header_b .menu-1 .lang_arrowup {
		left: 20px;
	}
	#header .header_b .menu-1 .item_part_cat h4 {
		padding: 5px 0;
		font-size: 13px;
	}
	#header .header_b .menu-2 .lang_arrowup {
		left: 62px;
	}
	#header .header_b .menu-2 .item_part_cat h4 {
		padding: 5px 0;
		font-size: 13px;
	}
	#header .header_b .menu-3 .lang_arrowup {
		left: 105px;
	}
	#header .header_b .menu-3 .item_part_cat h4 {
		padding: 5px 0;
		font-size: 13px;
	}
	#header .header_b .menu-4 .lang_arrowup {
		left: 148px;
	}
	#header .header_b .menu-4 .item_part_cat h4 {
		padding: 5px 0;
		font-size: 13px;
	}
	#header .header_b .menu-5 .lang_arrowup {
		left: 190px;
	}
	#header .header_b .menu .item_part_cat {
		width: 48%;
		margin-left: 1%;
	}
	#header .header_b .menu .item_part_cat ul{
		width: 50%;
		margin: 5px 0;
	}
	#header .header_b .menu .item_part_cat ul li {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inherit;
	}
	#header .header_b .item_part_cat a {
		text-decoration: none;
		color: #878787;
		font-size: 14px;
	}
	.img_map_trip {
		width : 100%;
		margin-left: 0px;
	}
	#popup_box img {
		width: 90%;	
	}
	#content .breadcrumbs {
		padding: 10px 5px 10px 5px;
	}
	.scroll-x {
			width: 90%;
			overflow-x: auto;           /* เปิดแนวนอน */
			overflow-y: hidden;         /* ปิดแนวตั้ง */
			white-space: nowrap;        /* ไม่ให้ขึ้นบรรทัดใหม่ */
			-webkit-overflow-scrolling: touch; /* ลื่นบน iOS */
			scroll-behavior: smooth;
			margin-right:10px;
		}		
		.scroll-x::-webkit-scrollbar {
			display: none; /* Safari + Chrome */
		}
}
/*Ipad*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
	
}

/*Mobile
@media screen and (max-device-width: 962px){
	
}
*/

/*Ipad
@media screen and (min-device-width: 962px) and (max-device-width: 1024px) and (orientation:portrait){
	
}
@media screen and (min-device-width: 962px) and (max-device-width: 1024px) and (orientation:landscape){
	
}
*/