/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
    font-family: "STFangsong", sans-serif;
	background-color: #f7eeca;
	font-weight: 400;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #98322a;
	transition: opacity 0.5s;
	opacity: 0;
}
.menu{
	height: 100%;
	padding-left: 180px;
	padding-right: 180px;
}
.menu_row{
	height: 100%;
	justify-content: center;
}
.menu_item{
	height: 100%;
}
.menu_btn{
	display: block;
	height: 100%;
	font-size: 18px;
	color: #fff;
	padding-top: 26px;
	padding-left: 35px;
	padding-right: 35px;
}
.menu_btn:hover::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 26px;
	padding-right: 25px;
}
.menur_row{
	align-items: center;
}
.menur_item{
	padding-left: 15px;
	padding-right: 15px;
}
.menur_ibtn{
	display: block;
	width: 20px;
	height: 20px;
}
.menur_ibtn img{
	transition: transform 0.3s;
}
.menur_ibtn:hover img{
	transform: scale(1.1);
}
.menur_btn{
	display: block;
	font-size: 17px;
	color: #fff;
	background-color: #ff6200;
	border: 1px solid #ff6200;
	border-radius: 30px;
	padding: 7px 20px 5px;
}
.menur_btn:hover{
	color: #ff6200;
	background-color: #fff;
}
.btn_lang{
	display: block;
	font-size: 18px;
	color: #fff;
}
.header_logo{
	position: absolute;
	top: 23px;
	left: 30px;
	width: 100px;
}
.mobile_btn{
	position: absolute;
	top: 19px;
	right: 20px;
	width: 30px;
	cursor: pointer;
	display: none;
}
header.scroll .header_bg{
	opacity: 1;
}

@media (min-width: 992px){
    .menu_row{
        opacity: 0;
        transition: opacity 0.5s;
    }
    header.scroll .menu_row{
        opacity: 1;
    }
}

/* index */
.kv{
	
}
.kv_bg{
	max-width: none;
	width: 100%;
}
.main_sec{
	padding-top: 50px;
	padding-bottom: 50px;
}
.main_con{
	max-width: 1100px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.foreword{
	font-size: 25px;
	color: #98322a;
	font-style: italic;
	margin-bottom: 10px;
}
.foreword_end{
	font-size: 25px;
	color: #98322a;
	text-align: right;
	margin-bottom: 20px;
}
.foreword_hr{
	border-top: 3px solid #98322a;
	opacity: 1;
	margin-top: 0;
	margin-bottom: 40px;
}
.about_text{
	font-size: 17px;
	margin-bottom: 30px;
}
.map iframe{
	width: 100%;
	height: 400px;
}
.about_info_row{
	margin-bottom: 16px;
}
.about_info_title{
	font-size: 25px;
	color: #98322a;
	font-weight: 500;
}
.about_info_text{
	font-size: 17px;
}
.reserve_btn{
	display: block;
	width: 160px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background-color: #98322a;
	border: none;
	border-radius: 5px;
}
.reserve_btn:hover{
	background-color: #af5048;
}
.about_social{
	margin-top: 5px;
}
.about_social_btn{
	display: block;
	width: 36px;
	border-radius: 7px;
	margin-left: 3px;
	margin-right: 3px;
}
.about_social_btn img{
	transition: transform 0.3s;
}
.about_social_btn:hover img{
	transform: scale(1.1);
}
.photo_item{
	display: block;
}
.photo_item:first-child{
	display: block;
}
.photo_item img{
	max-width: none;
	width: 100%;
}
.photo_text{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	font-size: 26px;
	color: #98322a;
	text-align: center;
}
.sec_title{
	font-size: 76px;
	color: #98322a;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}
.sec_menu{
	padding-top: 120px;
	padding-bottom: 120px;
}
.menup_btn{
    display: block;
	max-width: 300px;
	font-size: 20px;
	color: #98322a;
	text-align: center;
	letter-spacing: 1px;
	border: 2px solid #98322a;
	padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.menup_btn:hover{
	color: #fff;
	background-color: #98322a;
}
.menu_sort{
	margin-bottom: 50px;
}
.menu_sort_row{
	border: 1px solid #98322a;
	background-color: #f7eeca;
}
.menu_sort.fixed{
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	z-index: 2;
}
.menu_sort.fixed .menu_sort_con{
	max-width: 1100px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.menu_sort_test.fixed{
	height: 70px;
	margin-bottom: 50px;
}
.menu_sort_btn{
	width: 33.33%;
	color: #5a5a5a;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}
.menu_sort_btn:hover, .menu_sort_btn.active{
	color: #fff;
	background-color: #98322a;
}
.menu_page{
	display: none;
}
.menu_page.active{
	display: block;
}
.menup_item{
	margin-bottom: 15px;
}
.menup_group{
	margin-bottom: 30px;
}
.menup_title{
	font-size: 25px;
	color: #98322a;
	margin-bottom: 8px;
}
.menup_text{
	font-size: 20px;
	font-weight: bold;
}
.menup_sup{
	padding-left: 12px;
}
.sec_other{
	background-color: #77776c;
	z-index: 3;
}
.sec_other .sec_title{
	color: #f7eeca;
}
.other_btn{
	display: block;
	color: #f7eeca;
	margin-bottom: 40px;
}
.other_btn_img{
	padding-bottom: 80%;
	border-radius: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.other_btn_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.other_btn_text{
	font-size: 25px;
	text-align: center;
}
.other_btn:hover{
	color: #7e1c15;
}
.other_btn:hover img{
	transform: scale(1.05);
}
.other_hr{
	border-top: 3px solid #f7eeca;
	opacity: 1;
	margin-bottom: 60px;
}
.contact_text{
	font-size: 25px;
	color: #f7eeca;
	margin-bottom: 30px;
}
input:focus{
	outline: none;
}
.form_row{
	margin-bottom: 30px;
}
.contact_input{
	width: 100%;
	color: #98322a;
	padding: 8px;
	background-color: #f7eeca;
	border: none;
	border-radius: 5px;
}
.contact_submit{
	display: block;
	width: 160px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	background-color: #98322a;
	border: none;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}
.contact_submit:hover{
	background-color: #af5048;
}

/* footer */
footer{
	padding: 40px 0;
	background-color: #f7eeca;
	z-index: 3;
}
.flogo_row{
	justify-content: center;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}
.flogo_item{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.flogo_btn{
	display: block;
}
.flogo_btn img{
	max-height: 64px;
}
.footer_title{
	font-size: 25px;
	color: #98322a;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer_info_item{
	margin-bottom: 20px;
}
.footer_info_title{
	font-size: 20px;
	color: #98322a;
	font-weight: 500;
}



/* other */
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popup_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	background-color: #c79f60;
	cursor: pointer;
}
.popup_box{
	max-width: 540px;
	border-radius: 10px;
	background-color: #f7eeca;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.popup_box_in{
	max-height: calc(100vh - 30px);
	padding: 30px;
	overflow-y: auto;
}
.popup_img{
	margin-bottom: 10px;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	
	/* header */
	header{
		height: 60px;
	}
	header.active .header_bg{
		opacity: 1;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background-color: #98322a;
		overflow-y: auto;
		border-top: 1px solid #c3716a;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.menu_item.active::after{
		display: none;
	}
	.menu_btn{
		height: auto;
		padding: 15px;
		font-size: 20px;
		text-align: center;
	}
	.menu_right{
		position: relative;
		padding-top: 40px;
		padding-right: 0;
	}
	.menur_row{
		justify-content: center;
	}
	.header_logo{
		width: 70px;
		top: 18px;
		left: 15px;
	}
	.mobile_btn{
		display: block;
	}
	.menu_sort.fixed{
		top: 60px;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	
	.kv{
		height: 400px;
	}
	.kv_bg{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.foreword{
		font-size: 20px;
	}
	.foreword_end{
		font-size: 20px;
	}
	.main_sec{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about_right{
		padding-top: 15px;
	}
	.about_info_title{
		font-size: 20px;
	}
	.map iframe{
		height: 300px;
	}
	.slick-prev, .slick-next{
		width: 22px;
		height: 38px;
		background-size: contain;
	}
	.photo_text{
		font-size: 20px;
	}
	.sec_title{
		font-size: 36px;
		margin-bottom: 40px;
	}
	.sec_menu{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.other_btn{
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	.other_btn_text{
		font-size: 20px;
	}
	.contact_text{
		font-size: 20px;
	}
	.contact_submit{
		font-size: 20px;
	}
	.flogo_item{
		width: 50%;
	}
	.flogo_btn img{
		max-height: 54px;
		margin-left: auto;
		margin-right: auto;
	}
	
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.footer_logo{
		margin-left: auto;
		margin-right: auto;
	}
}