
/* lg */ 
@media (min-width: 1350px) {
.container {
	width: 1350px;
}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
#nav > li > a {
	font-size: 12px;
	padding: 22px 0px;
}
#nav > li > a:before {
	bottom: 10px;
}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.header-area {
	display: none;
}
.mobile-menu-area {
	height: 100px;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fbf8f3;
	position: relative;
	z-index: 999;
}
.logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -90px;
	z-index: 9999;/*position: absolute;
	width: 55%;
	left:0;
	top:-45px;
	right:0;
	z-index: 999;
	border: none;
	text-align: center;
	margin: auto;*/
}
.logo img {
	max-width: 100%;
	height: auto;
}
.navbar-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	float: right;
}
/*About Us*/
.woodhouse-features {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
/*end About Us*/
/*Menu thực đơn*/
.section-title h2 {
	font-size: 32px;
}
.menu-content h3 {
	font-size: 24px;
}
.menu-carosel .owl-prev {
	left: -15px;
}
.menu-carosel .owl-next {
	right: -15px;
}
.menu-content h3 {
	font-size: 22px;
}
/*End Menu Thực đơn*/
/*Không gian nhà hàng*/
.gallery-carosel .gallery-item img {
	height: 220px;
}
.play-btn {
	width: 60px;
	height: 60px;
	font-size: 22px;
}
.overlay span {
	font-size: 18px;
}
/*end không gian nhà hàng*/

/*NEWS HOME*/
.news-grid {
	grid-template-columns: repeat(2, 1fr);
}
.news-wrapper {
	grid-template-columns: 1fr;
}
.featured-content h3 {
	font-size: 24px;
}
/*END NEWS HOME*/

/*PAGE NEWS*/
.news-grid {
	grid-template-columns: 1fr;
	gap: 25px;
}
.news-thumb img {
	height: 240px;
}
.news-title a {
	font-size: 20px;
}
/*END PAGE NEWS*/

/*PAGE IMAGE*/
.album-grid {
	grid-template-columns: repeat(3, 1fr);
}
.album-image img {
	height: 220px;
}
/*END PAGE IMAGE*/

/*NEWS DETAIL*/
.news-cover img {
	height: 400px;
}
.news-title {
	font-size: 30px;
}
.news-content {
	font-size: 16px;
}
.related-grid {
	grid-template-columns: repeat(2, 1fr);
}
/*END NEWS DETAIL*/
/*MENU RIGHT*/
.widget-title h3 {
	font-size: 20px;
}
.restaurant-menu li a {
	padding: 14px 18px;
}
/*END MENU RIGHT*/
/*CHI TIẾT ALBUM*/
 .gallery-link img{
	height:260px;
}

.other-grid{
	grid-template-columns:repeat(2,1fr);
}
/*END CHI TIẾT ALBUM*/
/*PAGE MENU*/
.section-mainmenu{
	padding:30px 0;
}

.section-title h2{
	font-size:32px;
}

.menu-category-title{
	font-size:22px;
}

.menu-item-name{
	font-size:17px;
}

.menu-item-price{
	font-size:17px;
}
/*END PAGE MENU*/


/*FOOTER */
.footer-row {
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.footer-col:after {
	display: none;
}
/*END FOOTER*/

}

/* xs */
@media (max-width: 767px) {
.header-area {
	display: none;
}
.mobile-menu-area {
	height: 85px;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fbf8f3;
	position: relative;
	z-index: 999;
}
.logo {
	width: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -80px;/*	position:absolute;
	width:50%;
	left:0;
	right:0;
	bottom:-55px;
	z-index:999;
	border: none;
	text-align: center;
	margin: auto;*/
}
.logo img {
	max-width: 100%;
	height: auto;
}
.navbar-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	float: right;
}
.section-title h2 {
    font-size: 25px !important;
}

/*About Us*/
#about-us {
	/*background: #FFFFFF;*/
	padding: 20px 0 40px 0px;
	z-index: 0;
}
.woodhouse-features {
	grid-template-columns: 1fr;
}
.feature-content h3 {
	font-size: 16px;
}
.feature-content p {
	font-size: 14px;
}
.feature-icon i {
	font-size: 24px;
}
/*END About Us*/
/*Menu thực đơn*/
.menu-image img {
	height: 310px;
}
.menu-content h3 {
	font-size: 18px;
}
.menu-icon {
	width: 60px;
	height: 60px;
	margin-top: -30px;
}
.menu-icon i {
	font-size: 22px;
}
.menu-carosel .owl-prev, .menu-carosel .owl-next {
	width: 40px;
	height: 40px;
}
/*End menu thực đơn*/
/*Không gian nhà hàng*/
.gallery-section {
	padding: 50px 0;
}
.gallery-section .section-title h2 {
	font-size: 24px;
}
.gallery-carosel .gallery-item img {
	height: 180px;
}
.overlay span {
	font-size: 15px;
}
/*End không gian nhà hàng*/
/*NHẬN XÉT CỦA KHÁCH HÀNG*/
.testimonial-section {
	padding: 50px 0;
}
.testimonial-card {
	padding: 30px 20px;
}
.quote-left {
	top: 15px;
	left: 15px;
}
.quote-right {
	right: 15px;
	bottom: 15px;
}
.customer-carosel .owl-nav {
	display: none !important;
}
/*END NHẬN XÉT CỦ KHÁCH HÀNG*/

/*NEWS HOME*/
.news-grid {
	grid-template-columns: repeat(2, 1fr);
}
.news-wrapper {
	grid-template-columns: 1fr;
}
.news-featured {
	flex-direction: column;
}
.featured-thumb {
	width: 100%;
}
.featured-thumb img {
	height: 220px;
}
/*END NEWS HOME*/

/*PAGE NEWS*/
.news-content {
	padding: 20px;
}
.news-thumb img {
	height: 220px;
}
.news-title a {
	font-size: 18px;
}
.news-desc {
	font-size: 14px;
	line-height: 1.7;
}
.news-btn {
	padding: 9px 20px;
	font-size: 14px;
}
/*END PAGE NEWS*/

/* PAGE IMAGE*/
.album-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.album-image img {
	height: 180px;
}
.album-info {
	padding: 12px;
}
.album-info h3 {
	font-size: 15px;
	min-height: 45px;
}
/*END PAGE IMAGE*/

/*NEWS DETAILS*/
.news-cover {
	border-radius: 12px;
}
.news-cover img {
	height: 240px;
}
.news-title {
	font-size: 24px;
	line-height: 1.5;
}
.news-meta {
	gap: 12px;
	font-size: 14px;
}
.news-content {
	font-size: 15px;
	line-height: 1.8;
}
.related-news h2 {
	font-size: 26px;
}
.related-grid {
	grid-template-columns: 1fr;
	gap: 20px;
}
.related-thumb img {
	height: 220px;
}
.related-info h3 {
	font-size: 16px;
}
.pagination li a {
	min-width: 40px;
	height: 40px;
	font-size: 14px;
}
/*END NEWS DETAILS */
/*MENU RIGHT*/
.menu-widget {
	margin-top: 30px;
}
.widget-title {
	padding: 15px;
}
.widget-title h3 {
	font-size: 18px;
}
.restaurant-menu li a {
	padding: 12px 15px;
	font-size: 15px;
}
/*END MENU RIGHT*/
/*CHI TIẾT ALBUM*/
.gallery-link img{
	height:240px;
}

.gallery-overlay h4{
	font-size:16px;
}

.other-grid{
	grid-template-columns:1fr;
}

.other-thumb img{
	height:220px;
}

.other-title{
	font-size:26px;
}
/*END CHI TIẾT ALBUM*/

/*PAGE MENU*/
.section-mainmenu{
	padding:50px 0;
}
.menu-masonry{
	column-count:1;
}
.menu-category-card{
	padding:18px;
}

.menu-category-title{
	font-size:20px;
	text-align:center;
}
.menu-row{
	display:flex;
	align-items:flex-end;
	flex-wrap:nowrap;
}
.menu-item-name{
	flex:0 1 auto;
	width:auto;
	font-size:15px;
	line-height:1.4;
}
.menu-line{
	flex:1;
	display:block;
	border-bottom:1px dotted #cfcfcf;
	margin:0 8px 6px;
	min-width:20px;
}
.menu-item-price{
	flex:0 0 auto;
	width:auto;
	font-size:15px;
	white-space:nowrap;
}
.menu-item-desc{
	margin-top:5px;
	font-size:13px;
	line-height:1.6;
}
/*END PAGE MENU*/




/*FOOTER*/
.footer-row {
	grid-template-columns: 1fr;
	text-align: center;
}
.footer-logo {
	margin: auto auto 20px;
}
.social {
	justify-content: center;
}
.footer-bottom {
	flex-direction: column;
	text-align: center;
	margin: 0px 0px 50px 0;
}
.back-top {
	width: 45px;
	height: 45px;
	right: 15px;
	bottom: 15px;
}
/*END FOOTER*/

.zalo-support{
	display:none;
}


#copyright {
	padding-bottom: 70px !important;
}
}

/* XS Portrait */
@media (max-width: 480px) {
.header-top {
	height: auto;
	line-height: 45px;
}
.mobile-menu-area {
	height: 70px;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fbf8f3;
	position: relative;
	z-index: 999;
}
.logo {
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -35px;/*	position:absolute;
	width:50%;
	left:0;
	right:0;
	bottom:-55px;
	z-index:999;
	border: none;
	text-align: center;
	margin: auto;*/
}
.logo img {
	max-width: 100%;
	height: auto;
}
#about-us {
	/*background: #FFFFFF;*/
	padding: 20px 0 40px 0px;
	z-index: 0;
}
#scrollUp {
	background: #e3bd5e;
	bottom: 155px;
	height: 40px;
	right: 5px;
	text-align: center;
	width: 40px;
	border-radius: 4px;
}
.logo-wrap {
	padding: 15px 0;
}
.hotline {
	line-height: 45px;
	font-size: 16px;
}
/*Bổ sung*/
/*NEWS HOME*/
.news-grid {
	grid-template-columns: repeat(1, 1fr);
}
.news-wrapper {
	grid-template-columns: 1fr;
}
.news-featured {
	flex-direction: column;
}
.featured-thumb {
	width: 100%;
}
.featured-thumb img {
	height: 220px;
}
/*END NEWS HOME*/

/*PAGE IMAGE*/
.album-grid {
	grid-template-columns: 1fr;
}
.album-image img {
	height: 240px;
}
/*END PAGE IMAGE*/


}

/* --------------------------------------
Large Mobile :480px.
-----------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
#about-us {
	/*background: #FFFFFF;*/
	padding: 20px 0 40px 0px;
	z-index: 0;
}
.hotline {
	font-size: 13px;
}
.footer-area .col-sm-2, .footer-area .col-sm-3, .footer-area .col-sm-5 {
	width: 100%;
}
}
