*{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
	height: auto;
}
@font-face{
	font-family: 'SVN-Fontbox-Boathouse';
	src: url('../fonts/SVN-Fontbox Boathouse Filled.otf');
}
@font-face{
	font-family: 'lato-regular';
	src: url('../fonts/lato-regular.ttf');
}
@font-face{
	font-family: 'lato-bold';
	src: url('../fonts/lato-bold.ttf');
}
@font-face{
	font-family: 'lato-light';
	src: url('../fonts/lato-light.ttf');
}
body{
	font-family: 'lato-regular';
}
button{
	outline: none;
}
a:hover{
	text-decoration: none;
}
ul{
	margin-bottom: 0;
}
/* header */
.menu-site{
	text-align: center;
	padding-top: 42px;
	position: relative;
}
.menu-site .menu-box ul li{
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.menu-site .menu-box>ul>li>a{
	display: inline-block;
	color: #000;
	padding: 0 13px;
	text-transform: uppercase;
}
.menu-site .menu-box>ul>li>a>i{
	padding-left: 5px;
}
.menu-site .menu-box .sub-menu>li{
	display: block;
	text-align: left;
	position: relative;
}
.menu-site .menu-box .sub-menu>li+li{
	border-top: thin solid #fff;
}
.menu-site .menu-box .sub-menu{
	background-color: #808640;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 200px;
	padding: 0 10px;
	display: none;
}

.menu-site .menu-box .sub-menu>li>a{
	color: #fff;
	display: block;
	padding: 10px;
}
.menu-site .menu-box .sub-menu>li>.sub-menu{
	left: 100%;
	top: 0;
	display: none;
}
.menu-site .menu-box .sub-menu>li:hover>.sub-menu{
	display: block;
} 
.menu-box .main-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i{
	float: right;
	padding-top: 3px;
}
.form-search{
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: 250px;
	z-index: 9;
}

.logo>h1 {
	margin: 0 !important;
}

.form-search input
{
	padding-right: 40px;
}
.form-search .btn-search{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.search-head-lg{
	display: inline-block;
	position: relative;
	padding-top: 32px;
	padding-left: 20px;
	cursor: pointer;
}

.search-head{
	float: right;
    position: absolute;
    left: 0;
    top: -5px;
    cursor: pointer;
}
.hotline-head{
	display: flex;
	align-items: center;
	float: right;
	padding-top: 11px;
}
.hotline-head p{
	padding-left: 10px;
	font-size: 13px;
	padding-top: 10px;
}
.hotline-head p strong{
	color: #898f4b;
	font-size: 20px;
}
.logo{
	position: relative;
}
.logo img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.head{
	padding-bottom: 10px;
}
/* home */
.slide-bn-home{
	position: relative;
}
.slide-bn-home .owl-nav .owl-prev{
	top: 50%;
	position: absolute;
	left: 50px;
}
.slide-bn-home .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 50px;
}
.slide-bn-home .owl-nav button i{
	display: inline-block;
	font-size: 25px;
	background-color: #fff;
	padding: 5px 13px;
    border-radius: 100%;
}
.slide-bn-home .owl-nav button:hover{
	color: #000!important;

}
.slide-bn-home .owl-dots{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.home-title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 80px;
	margin-top: 35px;
}
.home-why-item h3{
	font-size: 16px;
	color: #000;
}
.home-why-item p{
	color: #777777; 
}
.home-why .container>p{
	text-align: center;
}


.home-why .container>p {
	margin-top: 60px;
}
.home-why .container>p>a{
	color: #8c877d;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 65px;
	border: thin solid #e6e6e6;
	/*margin-top: 60px;*/
}

.home-why .container>p>a:hover {
	background: #d6bd6b;
	color: #324f24;
}


.home-pro{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
}
.home-pro h2{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}
.home-pro h2 span{
	font-family: 'SVN-Fontbox-Boathouse';
	font-size: 72px;
	color: #898f4b;
}
.slide-home-pro{
	position: relative;
}
.slide-home-pro .owl-nav .owl-prev{
	top: 40%;
	position: absolute;
	left: 26px;
}
.slide-home-pro .owl-nav .owl-next{
	top: 40%;
	position: absolute;
	right: 26px;
}
.slide-home-pro  .owl-nav button i{
	display: inline-block;
	font-size: 18px;
	background-color: #fff;
	padding: 4px 10px;
    border-radius: 100%;
    border: thin solid #e8e8e8;
}
.slide-home-pro  .owl-nav button:hover{
	color: #000!important;

}
.home-pro-item{
	padding: 0 45px;
}
.home-pro-item .home-pro-info h3{
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.home-pro-item .home-pro-info p{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #898f4b;
}
.home-pro-item .home-pro-info span{
	color: #000;
	font-size: 18px;
}
.home-serve .row{
	margin-left: 0;
	margin-right: 0;
	display: flex;
	width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.home-serve .row .col-md-6{
	padding: 0;
	display: flex;
}
.home-serve-info{
	background: url(../img/bg-green.png);
	background-size: 100%;
	color: #fff;
	padding: 40px 150px 50px 150px;
}
.home-serve-info h2{
	font-size: 48px;
	font-family: 'lato-light';
	margin-bottom: 25px;
}
.home-serve-info a{
	color: #fff;
	font-family: 'lato-bold';
	display: inline-block;
	padding-top: 30px;
}
.home-serve-info a i{
	display: inline-block;
	margin-left: 20px;
	border: thin solid #fff;
	padding: 5px 10px;
	border-radius: 50%;
}
.home-serve-info a:hover i{
	background-color: #fff;
	color: #898f4b;
}
.home-news .home-title{
	margin-top: 70px;
	margin-bottom: 25px;
}
.home-news-item span{
	color: #80765f;
	font-size: 13px;
	display: inline-block;
	padding-top: 25px;
}
.home-news-item .title-news{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
.home-news-item .title-news a{
	color: #000;
	font-weight: bold;
}
.home-news{
	padding-bottom: 50px;
}
.partner .home-title{
	margin-bottom: 25px;
}
.partner {
	padding-bottom: 50px;
}
.home-contact{
	display: flex;
	width: 100%;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	overflow: hidden;
}
.home-contact .home-contact-img{
	float: left;
	width: 35.15625%;
	display: flex;
}
.home-contact .form-contact{
	float: left;
	width: 29.6875%;
	background: url(../img/bg-green.png);
	background-size: 100%;
	padding: 30px 60px;
	display: flex;
}
.home-contact .form-contact form .form-group{
	position: relative;
}
.home-contact .form-contact form .form-group img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
	max-height: 40px;
}
.home-contact .form-contact form .form-group input{
	height: 40px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding-left: 53px;
}
.form-contact h2{
	color: #fff;
	margin-top: 0;
	font-size: 35px;
	font-family: 'lato-light';
	margin-bottom: 25px;
}
.hotline-form{
	float: right;
	width: 167px;
	color: #fff;
	display: flex;
    align-items: center;
    padding-left: 15px;
}
.hotline-form img{
	width: 40px;
    padding-right: 10px;

}
.hotline-form p{
	font-size: 12px;
	display: inline-block;
	margin-bottom: 0;
}
.hotline-form p strong{
	font-size: 18px;
}
.home-contact .form-contact form button{
	float: left;
	width: 100px;
	background-color: #242424;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	height: 40px;
}
/* footer */
footer{
	padding: 30px 0;
}
.ft-item>strong{
	display: block;
	padding-bottom: 20px;
	color: #000;
}
.ft-item ul li{
	list-style-type: none;
	color: #64625f;
}
.ft-item ul{
	padding-bottom: 20px;
}
.ft-item p{
	color: #64625f;
}
.ft-item form{
	position: relative;
}
.ft-item form img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
}
.ft-item form input{
	height: 41px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #e6e6e6;
	padding-left: 42px;
}
.social-ft a{
	color: #000;
	display: inline-block;
	padding: 5px 8px;
	font-size: 16px;
}
/* about */
.container-about{
	width: 1638px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.about-bn{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-title{
	font-size: 36px;
	font-weight: bold;
}
.about-bn .page-bread{
	padding-bottom: 60px;
}
.page-bread ul li{
	list-style-type: none;
	display: inline-block;
	color: #000;
	font-size: 13px;
}
.page-bread ul li a{
	color: #acacac;
}
.page-bread ul li+li:before{
	content: '/';
	padding: 0 5px;
	color: #acacac;
}
.about-item{
	text-align: center;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-title-light{
	font-size: 48px;
	color: #000;
	font-family: 'lato-light';
	margin-bottom: 30px;
	margin-top: 0;
}
.about-item> .container>p{
	width: 564px;
	margin: 0 auto;
}
.row-about{
	padding-top: 50px;
}
.phay{
	display: block;
	padding-bottom: 20px;
}
.story{
	background-color: #fff;
	width: 640px;
	margin: 0 auto;
	margin-top: 70px;
	padding: 100px 120px;
}
.tnsm{
	padding-top: 50px;
}
.tnsm-item{
	border: thin solid #e3e0dd;
	margin-top: 100px;
	padding: 25px;
}
.tnsm-item>img{
	margin-top: -75px;
}
.tnsm-item h3{
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0;
	text-transform: uppercase;
}
.about-delivery>.container>p{
	width: 375px;
}
.about-delivery .about-title-light{
	font-size: 36px;
}
/* địa điểm phục vụ */
.place-select select{
	border: none;
	border-bottom: thin solid #898f4b;
	display: block;
	width: 370px;
	margin-top: 50px;
	color: #898f4b;
	padding-bottom: 5px;
	outline: none;
}
.place-deli .place-item h2{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.place-deli .place-item p{
	font-size: 16px;
	color: #696154;
}
.place-deli .place-item span{
	display: inline-block;
	text-transform: uppercase;
	color: #91846d;
	border: 2px solid #ccb895;
	padding: 8px 20px;
}
.place-deli .place-item span:hover{
	background-color: #ccb895;
	color: #fff;
}
.place-deli{
	padding-bottom: 90px;
}
/* chi tiết địa điểm phục vụ */
.place-detail{
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 92px;
}
.place-content{
	padding-top: 15px;
	border-bottom: 3px solid #e1e1e1;
	padding-bottom: 30px;
}
.place-detail-content h1{
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.place-info span{
	display: inline-block;
	padding-left: 5px;
	color: #3f3938;
	font-size: 16px;
}
.review-star{
	padding: 10px 0 10px 0;
}

.review-star i
{
	font-size: 25px;
	color: #ccc;
}

.review-star i.checked{
	color: #edbe2f;
}
.place-detail-content>p{
	padding: 10px 0;
	text-align: justify;
}
.palce-review{
	padding-top: 30px;
	border-bottom: 3px solid #e1e1e1;
	padding-bottom: 30px;
}
/* vote sao */
.star ul li{
	list-style-type: none;
	overflow: hidden;
	padding: 5px 0;
}
.star ul li p {
    margin-bottom: 0;
    width: 15%;
    display: inline-block;
    float: left;
}
.star ul li .percent-stars {
    border-radius: 5px;
    padding: 5px;
    background: #f1f1f1;
    width: 70%;
    position: relative;
}
.percent-stars span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: #808640;
    border-radius: 5px;
}
.review-left h2{
	font-size: 24px;
	font-family: 'lato-light';
	margin-top: 0;
	margin-bottom: 0;
}
.review-left strong{
	display: inline-block;
	font-size: 48px;
	color: #000;
	font-weight: 500;
}
.review-left .review-star{
	padding: 0;
}
.star{
	padding-top: 35px;
	width: 50%;
}
.count-number{
	padding-left: 10px;
}
/* đăng kí thành công */
.dki{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 80px;
}
.dki h1{
	font-size: 48px;
	font-family: 'lato-light';
	margin-bottom: 50px;
}
.dki p{
	font-size: 18px;
	padding-top: 20px;
}
/* khuyến mại */
.km-box{
	position: relative;
	padding: 25px 0;
}
.km-box .km-info{
	position: absolute;
	top: 100px;
	right: 75px;
	width: 375px;
	background-color: #898f4b;
	padding: 30px;
}
.km-box .km-info span{
	font-size: 14px;
	display: inline-block;
	padding: 4px 9px;
}
.km-box .km-info h2 a{
	font-size: 30px;
}
.km-box .km-info h2{
	margin-bottom: 70px;
	margin-top: 30px;
}
.km-box .km-info p{
	margin-bottom: 0;
}
.km-cake .km-info{
	background-color: #fff;
}
.km-cake .km-info span{
	background-color: #898f4b;
	border: none;
}
.km-cake .km-info h2 a{
	color: #000;
}
.km-cake .km-info p{
	color: #616a47;
}
.km{
	padding-bottom: 30px;
}
/* bài viết chi tiết */
.single-news{
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 80px;
}
.title-single{
	text-align: center;
	padding-bottom: 30px;
}
.title-single h1{
	font-size: 30px;
}
.single-content>img{
	display: block;
	margin: 15px auto;
}
.single-content h2{
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
}
.single-content p{
	text-align: justify;
	line-height: 22px;
}
.single-social{
	padding-top: 20px;
	padding-bottom: 15px;
	/*margin-top: 40px;*/
	/*border-top: thin #eee solid;*/
	border-bottom: thin #eee solid;
}
.single-social a{
	color: #000;
	display: inline-block;
	padding: 0 10px;
}
.single-content{
	/*border-bottom: thin solid #e0e0e0;
	margin-bottom: 15px;*/
}
.relate-news h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
.relate-news{
	padding-top: 10px;
	padding-bottom: 50px;
	border-bottom: 3px solid #e0e0e0;
}
/* tin tức */
.news-content {
	padding-top: 40px;
}
.big-news {
	padding-bottom: 30px;
}
.big-news .big-news-info{
	padding-top: 50px;
}
.big-news .big-news-info .title-news{
	font-size: 24px;
	margin-bottom: 40px;
}
.relate-news-item{
	margin: 20px 0;
}
.wp-pagenavi{
	text-align: center;
	padding: 30px 0;
	padding-top: 50px;
}
.wp-pagenavi>a{
	color: #808640;
	display: inline-block;
	font-size: 18px;
	padding: 5px;
}
.wp-pagenavi span{
	font-size: 18px;
	color: #fff;
	background-color: #808640;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 100%;
}
/* đánh giá trang chi tiết sản phẩm */
.jr-danhgia .rate{
	overflow: hidden;
	border-right: thin solid #e1e1e1;
	margin-bottom: 50px;
}
.jr-danhgia .rate .review-left{
	float: left;
	width: 40%;
}
.jr-danhgia .rate .star{
	float: left;
	width: 60%;
	padding-top: 0;
}
.question-rate h3{
	font-size: 24px;
	font-family: 'lato-light';
}
.jr-danhgia{
	padding: 50px 0;
}
.question-rate .btn-rate-star{
	display: inline-block;
	background-color: #808640;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	padding-top: 15px;
	border-radius: 7px;
	font-size: 13px;
}

.question-rate .btn-rate-star:hover {
	background: #d6bd6b;
	color: #2f4d21;
}

.slide-pro-detail-qh{
	position: relative;
}
.slide-pro-detail-qh .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.slide-pro-detail-qh .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.slide-pro-detail-qh .owl-nav button i{
	font-size: 35px;
	color: #fff;
}
.owl-carousel .owl-nav button:hover{
	background: none!important;
}
.jr-div1 h1{
	font-size: 36px;
}
.jr-div1 p>b{
	display: block;
	padding: 5px 0 15px 0;
}
.jr-content .price{
	font-size: 30px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 15px;
}
.jr-chiase{
	padding-top: 10px;
}
.pro-detail-content{
	padding-top: 40px;
}
.jr-content{
	padding-left: 50px;
}
.item-hq h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
}
.item-hq span{
	font-size: 16px;
	color: #696154;
}
@media screen and (min-width: 1200px) {
	.menu-site .menu-box>ul>li:hover>.sub-menu{
		display: block;
	}
}
@media screen and (max-width: 1280px) {
	.home-contact .form-contact{
		padding: 15px 20px 20px 20px;
	}
	.home-serve-info{
		padding-bottom: 0;
		padding-top: 5px;
	}

}
@media screen and (max-width: 991px) {
    .menu-box{
        position: fixed;
        left:0;
        top:0;
        right:0;
        width: 0;
        height:100vh;
        z-index: 999;
        transition: all 0.3s;
        overflow: hidden;
    }
    .menu-box .bg-menu{
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height:100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 98;
    }
    .menu-box .main-menu{
        position: relative;
        z-index: 99;
        width: 250px;
        max-width: 95%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: left;
        background-color: #d6bd6b;
    }
    .menu-box .btn-hide-menu{
        position: relative;
        z-index: 99;
        color: #fff;
    }
    .menu-box .main-menu>li{
        display: block;
        width: 100%;
        border-bottom: #fff thin solid;
        text-align: left;
    }
    .menu-box .main-menu>li>span{
        display: none;
    }
    .menu-site .menu-box>ul>li>a{
        padding: 7px 10px;
        color: #fff;
        display: block;
    }
    .main-menu li:hover>a,.main-menu li.current-menu-item>a{
        background-color: #808640;
        color: #fff;
    }
	.menu-site .menu-box .sub-menu{
		position: static;
		width: 100%;
	} 
    .main-menu li.menu-item-has-children>a{
        position: relative;
        padding-right: 40px;
    }
    .menu-site .btn-show-menu{
    	background: none;
    	border-radius: 0;
    	border: thin solid #000;
    	color: #000;
    }
    .logo img{
    	position: static;
    	width: 100px;
    }
    .logo{
    	position: static;
    	text-align: center;
    	padding-top: 10px;
    }
    .menu-site{
    	padding-top: 15px;
    	text-align: left;
    	display: inline-block;
    }
    .search-head{
    	/*padding-left: 20px;
    	padding-top: 25px;*/
    }
    .hotline-head{
    	padding-top: 0;
    }
    .form-search{
    	/*left: 0;*/
    }
    .form-rate .rate_s span{
    	float: none;
    	display: block!important;
    }
  
} 
@media screen and (min-width: 768px) and (max-width: 991px){
	.home-contact .home-contact-img{
		float: none;
		width: 100%;
		display: block
	}
	.home-contact .form-contact{
		float: none;
		width: 100%;
		display: block;
	}
	.place-detail-content{
		padding-top: 30px;
	}
	.palce-review .star{
		width: 100%;
	}
	.big-news .big-news-info {
	    padding-top: 20px;
	}
	.km-box .km-info{
		position: static;
		width: 100%;

	}
	.about-bn{
		padding: 50px 0;
	}
	.story{
		padding: 50px;
		width: 550px;
	}

}


@media screen and (max-width: 767px) {

	.form-search{
		top: 230%;
	}
	#flags {
		right: 10% !important;;
		top: unset !important;
	}

	.head>.container>.row{
		display: flex;
		align-items: center;
	}
	
	.home-why .container>p
	{
		margin-top: 0;
	}

	.place-detail{
		padding-top: 30px;
	}
	.place-detail-content{
		padding-top: 30px;
	}
	.star{
		width: 100%;
	}
	.logo-ft{
		padding-bottom: 20px;
	}
	.ft-item{
		margin-bottom: 20px;
	}
	.home-serve-info{
		padding: 25px;
	}
	.slide-bn-home .owl-nav{
		display: none;
	}
	.home-title{
		margin-bottom: 30px;
	}
	.home-why-item{
		padding-bottom: 30px;
	}
	.home-why .container>p>a{
		margin-top: 0;
	}
	.home-pro{
		padding-top: 0;
	}
	.home-pro h2 span{
		font-size: 60px;
	}
	.home-news-item{
		padding: 15px 0;
	}
	.home-contact .home-contact-img{
		float: none;
		width: 100%;
		display: block
	}
	.home-contact .form-contact{
		float: none;
		width: 100%;
		display: block;
	}
	.pro-cate-bn{
		padding-top: 15px!important;
	}
	.about-bn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.about-title-light{
		font-size: 36px;
		margin-bottom: 0;
	}
	.container-about .row-about img{
		padding-bottom: 20px;
	}
	.about-item{
		padding-bottom: 30px;
	}
	.about-item> .container>p{
		width: 100%;
	}
	.story{
		width: 100%;
		padding: 20px;
	}
	.dki h1{
		font-size: 36px;
	}
	.km-box .km-info{
		position: static;
		width: 100%;

	}
	.big-news .big-news-info{
		padding-top: 10px;
	}
	.small-news .home-news-item{
		padding: 0;
	}
	.place-select select{
		width: 100%;
	}
	.place-item{
		padding-bottom: 20px;
	}
	.place-deli{
		padding-bottom: 20px;
	}
	.single-news{
		padding-top: 25px;
	}
	.relate-news{
		padding-bottom: 0;
	}
	.relate-news .relate-news-item{
		padding: 0;
	}
	.home-news {
	    padding-bottom: 0px;
	}
}

.wpcf7-form br
{
	display: none;
}
.wpcf7-form-control-wrap
{
	position: static !important;
}
div.wpcf7-response-output
{
	margin-top: 4em;
}


div.single-excerpt
{
	font-style: italic;
    font-weight: bold;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok
{
	display: none !important;
}

.rate-none {
	padding-top: 25px;
}

.rate-none span {
	font-size: 25px;
	font-weight: bold;
}

.jr-danhgia>.row
{
	margin-bottom: 15px;
}


.form-rate i {
	font-size: 25px;
	color: #ccc;
	cursor: pointer;
}


.form-rate i.checked {
	color: #edbe2f;
}

.form-rate i.reho
{
	color: #fff715;
}

.form-rate .rate_s * {
	float: left;
}

.form-rate .rate_s span{
	display: inline-block;
	padding-right: 15px;
	font-size: 20px;
}

.form-rate .rate_s {
	margin-bottom: 10px;
}

.form-rate{
	display: none;
}



.place-item {
    padding-bottom: 50px;
}

.review-star i {
	cursor: pointer;
	float: left;
}
.review-star i.checked
{
	color: #edbe2f;
}

.review-star i.hole
{
	color: #fff715;
}

.form_pace {
	display: none;
}

.loading {
	display: none;
}


#buynow .price_s>div
{
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
}

#buynow textarea {
	height: 100px;
	resize: none;
	border-radius: 0;
}
#buynow .wpcf7-submit{
	background-color: #808640;
	color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 8px 30px;
	font-size: 18px;
}
#buynow input{
	border-radius: 0;
}
#buynow  .price_s .price, #buynow  .price_s .total{
	font-weight: bold;
}
#buynow img{
	padding-top: 56px;
}

#breadcrumbs a{
	color: #acacac;
}
#flags{
	width: 45px!important;
	position: absolute;
	top: 40px;
	right: -30px;
	z-index: 900;
}


/*Back to top*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.ft-item form .form-group {
	margin-bottom: 0;
}

.ft-item form .form-group img {
	cursor: pointer;
}


/*Phonering*/
.quick-alo-phone{
	/*display: none;*/
}

.quick-alo-phone.quick-alo-static {
	opacity:.6;
}
.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
	opacity:1;
}
.quick-alo-ph-circle {
	width:160px;
	height:160px;
	top:20px;
	left:20px;
	position:absolute;
	background-color:transparent;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:2px solid rgba(30,30,30,0.4);
	border:2px solid #bfebfc 9;
	opacity:.1;
	-webkit-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
	animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
	-webkit-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
	-webkit-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone:hover .quick-alo-ph-circle {
	border-color:#00aff2;
	opacity:.5;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
	border-color:#75eb50;
	border-color:#baf5a7 9;
	opacity:.5;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
	border-color:#00aff2;
	border-color:#bfebfc 9;
	opacity:.5;
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle {
	border-color:#ccc;
	opacity:.5;
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle {
	border-color:#75eb50;
	opacity:.5;
}
.quick-alo-ph-circle-fill {
	width:100px;
	height:100px;
	top:50px;
	left:50px;
	position:absolute;
	background-color:#000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:2px solid transparent;
	opacity:.1;
	-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill {
	-webkit-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill {
	-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity:0 !important;
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone:hover .quick-alo-ph-circle-fill {
	background-color:rgba(0,175,242,0.5);
	background-color:#00aff2 9;
	opacity:.75 !important;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
	background-color:rgba(117,235,80,0.5);
	background-color:#baf5a7 9;
	opacity:.75 !important;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
	background-color:rgba(0,175,242,0.5);
	background-color:#a6e3fa 9;
	opacity:.75 !important;
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill {
	background-color:rgba(204,204,204,0.5);
	background-color:#ccc 9;
	opacity:.75 !important;
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill {
	background-color:rgba(117,235,80,0.5);
	opacity:.75 !important;
}
.quick-alo-ph-img-circle {
	width:60px;
	height:60px;
	top:70px;
	left:70px;
	position:absolute;
	background:rgba(30,30,30,0.1) url("https://i.imgur.com/YWJeVO2.png") no-repeat center center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:2px solid transparent;
	opacity:.7;
	-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle {
	-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle {
	-webkit-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
	animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone:hover .quick-alo-ph-img-circle {
	background-color:#00aff2;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
	background-color:#75eb50;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
	background-color:#00aff2;
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle {
	background-color:#ccc;
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle {
	background-color:#75eb50;
}
@-moz-keyframes quick-alo-circle-anim {
	0% {
		-moz-transform:rotate(0) scale(.5) skew(1deg);
		opacity:.1;
		-moz-opacity:.1;
		-webkit-opacity:.1;
		-o-opacity:.1;
	}
	30% {
		-moz-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.5;
		-moz-opacity:.5;
		-webkit-opacity:.5;
		-o-opacity:.5;
	}
	100% {
		-moz-transform:rotate(0) scale(1) skew(1deg);
		opacity:.6;
		-moz-opacity:.6;
		-webkit-opacity:.6;
		-o-opacity:.1;
	}
}
@-webkit-keyframes quick-alo-circle-anim {
	0% {
		-webkit-transform:rotate(0) scale(.5) skew(1deg);
		-webkit-opacity:.1;
	}
	30% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		-webkit-opacity:.5;
	}
	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		-webkit-opacity:.1;
	}
	}
	@-o-keyframes quick-alo-circle-anim {
	0% {
		-o-transform:rotate(0) kscale(.5) skew(1deg);
		-o-opacity:.1;
	}
	30% {
		-o-transform:rotate(0) scale(.7) skew(1deg);
		-o-opacity:.5;
	}
	100% {
		-o-transform:rotate(0) scale(1) skew(1deg);
		-o-opacity:.1;
	}
}
@-moz-keyframes quick-alo-circle-fill-anim {
	0% {
		-moz-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2;
	}
	50% {
		-moz-transform:rotate(0) -moz-scale(1) skew(1deg);
		opacity:.2;
	}
	100% {
		-moz-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2;
	}
}
@-webkit-keyframes quick-alo-circle-fill-anim {
	0% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2;
	}
	50% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		opacity:.2;
	}
	100% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2;
	}
}
@-o-keyframes quick-alo-circle-fill-anim {
	0% {
		-o-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2;
	}
	50% {
		-o-transform:rotate(0) scale(1) skew(1deg);
		opacity:.2;
	}
	100% {
		-o-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2;
	}
}
@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform:rotate(0) scale(1) skew(1deg);
	}
	10% {
		-moz-transform:rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-moz-transform:rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-moz-transform:rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-moz-transform:rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-moz-transform:rotate(0) scale(1) skew(1deg);
	}
	100% {
		-moz-transform:rotate(0) scale(1) skew(1deg);
	}
}
@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform:rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform:rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
	}
}
@-o-keyframes quick-alo-circle-img-anim {
	0% {
		-o-transform:rotate(0) scale(1) skew(1deg);
	}
	10% {
		-o-transform:rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-o-transform:rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-o-transform:rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-o-transform:rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-o-transform:rotate(0) scale(1) skew(1deg);
	}
	100% {
		-o-transform:rotate(0) scale(1) skew(1deg);
	}
}
.quick-alo-phone {
	position: fixed;
	background-color: transparent;
	width: 150px;
	height: 150px;
	cursor: pointer;
	z-index: 200000 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	right: -5px;
	bottom: 15%;
}

@media (min-width: 492px) and (max-width: 991px)
{
	.jr-Cafe .pro-hq:nth-child(2n+1)
	{
		clear: both;
	}
}


@media (min-width: 992px) and (max-width: 1023px)
{
	.jr-Cafe .pro-hq:nth-child(3n+1)
	{
		clear: both;
	}
}

@media (min-width: 1024px)
{
	.jr-Cafe .pro-hq:nth-child(4n+1)
	{
		clear: both;
	}
}

.fa-zalo:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(../img/zalo_icon.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}