/*
	* Theme Name: ThungLungDen
	* Description: Theme  wordpress create by team
	* Theme URI:
	* Version: 1.0
	* Author: team
	* Author URI: dat
	* Tags: theme wordpress, responsive
	* Textdomain: ThungLungDen
	* Language Folder: /languages
	* font-family: 'Montserrat', sans-serif;
 	* font-family: 'Playfair Display', serif;
 */

/*! RESET STYLE */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
video{ width: 100%;height: auto; max-width: 100%; }
.wp-video{width: 100% !important;}
body {
  width: 100%;
  
}
.form-field._checkbox_field.show_if_simple{
display: block  !important;
}
html {
  font-family: "Open Sans", system-ui;
  font-optical-sizing: auto;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  color: black;
  scroll-behavior: smooth;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
  color: #000;
}

a:hover {
  text-decoration: none !important;

}

ul {
  margin: 0 !important;
  padding: 0;
}

button,
input {
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
button:focus{
  outline: none !important;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

p,
span {
  margin: 0;
}

/*! root */

:root {

    --color-0: #000;
    --color-2: #fff;
    --color-3: #ffcc00;
    --color-4: rgb(248, 248, 248);
    --color-5: #d02727;
    --color-6: #8d8583;

    /* List border radius */
    --border-radius-size-0: 6px;
  --border-radius-size-1: 8px;
  --border-radius-size-2: 12px;
  --border-radius-size-3: 14px;
  --border-radius-size-4: 16px;
  --border-radius-size-5: 20px;
  --border-radius-size-6: 999px;
  --border-radius-size-7: 2px;
  --border-radius-size-8: 3px;
}

.background{
    background-color: var(--color-4);
}
.container{
  margin: 0 auto;
  max-width: 1200px;
}
.img-full{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-no-scroll {
  overflow: hidden;
}
.blur{
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(43, 43, 43, 0.473);
    z-index: 100;
    transition: .3s;
    display: none;
}
.btn-hover-top{
  transition: all .3s ease-in-out;
  background: linear-gradient(to bottom, var(--color-3) 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: bottom ;
}
.btn-hover-top:hover{
  background-position: top;
}
.btn-hover-left{
  transition: all .3s ease-in-out;
  background: linear-gradient(to right, var(--color-3) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease-in-out;
}
.btn-hover-left:hover{
  background-position: left bottom;
}
.excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; 
}
.arrow-top{
  width: 50px !important;
  height: 50px;
  text-align: center;
  position: relative;
  right: -200%;
}
.arrow-top ion-icon{
  width: 40px !important;
  height: 30px;
  color: var(--color-3);
}
.arrow-top:hover ion-icon{
  color: var(--color-2);
}
.slick-slide{
  height: 350px !important;
}






.fw{
  font-weight: 600 !important;
}
/* ===========================popup-gallery==================================== */
.image-popup {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: none;
}
#imagePopup .slick-dotted.slick-slider{
  margin-bottom: 0;
}
#imagePopup .slick-initialized .slick-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-popup.slick-slider img {
  height: 100vh;
  width: auto;
  object-fit: cover;
}
#imagePopup .slick-slide{
  height: 100vh !important;
}

.img-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 300;
}
.slick-prev, .slick-next {
  background-color: rgba(255, 255, 255, 0.7); 
  border: none;
  color: black;
  padding: 10px;
  cursor: pointer;
  z-index: 1001; 
}

.slick-prev {
  left: 10px !important;
}

.slick-next {
  right: 10px !important;
}


/* ===========================gallery==================================== */
.gallery__header  header{
  padding: 0;
  background: linear-gradient(90deg, rgba(242, 159, 5, 1) 0%, rgba(222, 188, 64, 1) 100%);
}
.gallery__content{
  margin-top: 7rem !important;
  border-radius: 12px;
  padding: 15px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1500px;
}
.gallery__title{
  color: var(--color-3);
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--color-3);
  width: max-content;
  padding-bottom: 5px;
}
.close{
  position: fixed;
  top: 3%;
  right: 3%;
  font-size: 40px;
  cursor: pointer;
  color: white;
}
.close:hover{
  color: var(--color-3);
}
.gallery__body{
  /* display: grid;
  grid-template-columns: auto auto auto auto;
  gap: .5rem; */
  column-count: 4;
  column-gap: 10px;
}
.gallery__body-item{
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 10px;
    overflow: hidden;
}
.gallery__body-item img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;

}
.gallery__body-item:hover img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* ===========================reuse==================================== */
.marketing__body-partner{
  padding: 3rem 0;
}
.marketing__body-des{
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}
.marketing__body-partner h1{
  color: var(--color-3);
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 46px;
  margin-bottom: 10px;
  text-align: center;

}
.marketing__body-partner-container{
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}

.marketing__body-partner-container .marketing__body-partner-item:nth-child(odd) {
margin-top: 50px;
}

.marketing__body-partner-item{
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 1.25rem;
transition: .5s;
width: 25%;
min-width: 300px;
margin-bottom: 2rem;
margin-top: 5px;
height: max-content;
cursor: pointer;
}
.marketing__body-partner-item:hover{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.marketing__body-partner-content {
display: flex;
gap: 40px;
animation: scrollLeft 20s linear infinite;
}
.marketing__body-partner-item:hover ~ .marketing__body-partner-content,
.marketing__body-partner-content:hover {
  animation-play-state: paused;
}

@keyframes scrollLeft {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-50%);
}
}
.marketing__body-partner-item h3{
margin: 1.2rem 0;
font-size: 1rem;
font-weight: 600;
color: var(--color-3);
}
.marketing__body-partner-item-des{
color: #737373;
margin: 0 auto;
font-size: 1rem;
line-height: 1.5rem;
}
.marketing__body-partner-item-header{
display: flex;
align-items: center;
gap: 20px;
}
.marketing__body-partner-item-header img {
width: 50px;
height: 50px;
border-radius: 99%;
object-fit: cover;
}
.home__navbar-icon, .dropdown-icon{
  display: none;
}
/* ===========================footer==================================== */
footer{
  background: linear-gradient(90deg, rgba(242,159,5,1) 0%, rgba(222,188,64,1) 100%);
}
footer .container{
  display: flex;
  padding: 3rem 0;
  color: white;
}
.footer__item-title{
  text-align: center;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
}
.footer__item ul li{
  margin-left: 2rem;
}
.footer__item-title img{
  height: auto;
  object-fit: cover;
}
.footer__item{
  border-right: 1px solid white;
  padding: 0 1.5rem;
  width: 33.3%;
}
.footer__item:nth-child(3){
  border: 0;
}
.footer__item iframe{
  width: 100% !important;
  height: 250px;
}
.contact__footer{
  position: fixed;
  right: 1%;
  top: 70%;
  z-index: 10;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.contact__footer-item{
  width: max-content;
  border: 1px solid var(--color-3);
  margin-bottom: 5px;
  padding: 5px 5px 2px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: white;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.contact__footer-item:nth-child(2){
  background-color: var(--color-3);
}
.contact__footer-item:hover{
  background-color: var(--color-3);
}
.contact__footer-item:hover a{
 display: block;
 margin-left: 5px;
 color: white;
 font-weight: 600;
 font-size: 20px;
 padding: 10px;
}
.contact__footer-item a{
  display: none;
}
.contact__footer-item img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
}
.contact__footer-item a{
  width: 100%;
  height: 100%;
}
/* ===========================header==================================== */

.main-menu {
  margin: 0em;
  font-size: 1rem;
  color: #414141;
}

.main-menu ul,
.main-menu li {
  display: flex;
  list-style-type: none;
}

.main-menu ul li a,
.main-menu ul li .sub-menu {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.main-menu ul li a {
  text-wrap: nowrap;
  color: var(--color-2) !important;
  padding: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;

}
.main-menu ul li a:hover {
  color: var(--color-5) !important;
}

.main-menu li {
  position: relative;
  padding: 0 5px;
  text-wrap: nowrap;
}

.main-menu ul li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  width: auto;
  background: var(--color-2);
  font-size: 1rem;
  font-weight: 500;
  color: #414141;
  text-transform: capitalize;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

/* .main-menu ul li:hover .sub-menu{
display: block;
} */
/* .menu-item.menu-item-object-page {
  transition: all .3s ease;
} */



.menu-item.menu-item-object-page:hover .sub-menu {
  display: block;
}

.menu-item.menu-item-object-page:hover .menu-item.menu-item-type-taxonomy .sub-menu {
  display: none;
}



.menu-item.menu-item-object-page .sub-menu {
  left: 0;
}


.menu-item.menu-item-object-page .menu-item.menu-item-type-taxonomy:hover .sub-menu {
  display: block;
}

.menu-item.menu-item-type-taxonomy .sub-menu {
  left: 100%;
  top: 0;
}
.menu-item-has-children a{
  pointer-events: auto;
}
.main-menu .sub-menu li:hover {
   color: var(--color-4);
   background-color: #F9FAFB;
   border-radius: 20px;
}

.main-menu .sub-menu li {
  padding: 5px 0.5em;
  width: 100%;

}

.main-menu .sub-menu a {
  padding: 10px;
  margin: 0;
}

header{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 0 10px;
}
header.scroll{
  background: linear-gradient(90deg, rgba(242,159,5,1) 0%, rgba(222,188,64,1) 100%);
}
.address{
  background-color: rgb(235 235 235);
}
.address p{
  text-align: end;
  font-style: italic;
  padding: 10px 0;
  margin-right: 1rem;
  font-size: 15px;
}
header nav{
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    position: relative;
}
.header__logo{
    margin-right: 3rem;
}
.header__logo a {
    width: 100%;
    height: 100%;
    
}
.header__logo img {
    width: 250px;
    height: auto;
    object-fit: cover;
}
.header__list{
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

/* ===========================banner-home==================================== */
.home__banner{
    padding: 0 10px;
    /* margin-top: 2rem; */
    position: relative;

}
.home__banner-img-wrap{
    position: relative;
}
.home__body .home__banner-img-item{
    height: 700px !important;
}
.home__banner-img-item{
    height: 550px !important;
}
.home__banner-img-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next_caro, .previous_caro {
    font-size: 25px;
    position: absolute;
    transform: translateY(-100%);
    top: 50%;
    transition: .5s;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .next_caro{
    right: -6px;
  } 
  .previous_caro{
    left: -6px;
  }

  .home__body .home__banner-info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    z-index: 2;
    text-align: left;
  }
  .home__banner-info-item img{
    width: 35px;
    height: 35px;
    object-fit: cover;
    background-color: white;
    border-radius: 99rem;
  }

  .home__banner-info-top{
    color: white;
  }
  .home__banner-info-top h1 span{
    font-size: 84px !important;
    font-weight: 400;
  }
  .home__banner-info-top div{
    color: white;
  }

  .home__banner-info-bottom{
    margin-top: 2rem;
  }
  .home__banner-info-bottom,.home__banner-info-item{
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .pageMenu__body .home__banner-info-bottom,.pageMenu__body .home__banner-info-item{
  justify-content: center;
  }
  .home__banner-info-item{
    border: 1px solid white;
    color: white;
    border-radius: 99rem;
    padding-right: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, var(--color-2) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .home__banner-info-item a{
    color: white;
  }
  .home__banner-info-item:hover,.home__banner-info-item:hover a{
    background-position: left bottom;
    color: var(--color-3);

  }

/* ===========================home__introduce==================================== */
.home__introduce .container{
  display: flex;
  gap: 3rem;
  padding: 3rem 0;
}
.home__introduce-item{
  text-align: center;
  gap: 1.5rem;
  width: 33.3%;
  cursor: pointer;
}
.home__introduce-item img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  transition: transform .5s ease-in-out;
  margin-bottom: .5rem;
}
.home__introduce-item:hover img{
  transform: rotateY(360deg);
}
.home__introduce-item-info h4 {
  margin-bottom: 5px;
}

/* ===========================home__content==================================== */
.home__content{
  padding: 3rem 0;
}
.home__content-top{
  display: flex;
  align-items: center;
  gap: 12rem;
  margin-bottom: 3rem;
}
.home__content-top-info,.home__content-top-img{
  flex: 5;
}
.home__content-top-info h3{
  color: var(--color-3);
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 58px;
  margin-bottom: 15px;
}
.home__content-top-info div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home__content-top-info ul li {
  margin-left: 2rem;
}
.home__content-top-info hr {
    width: 30%;
    height: 3px;
    background: #777777;
}
.home__content-top-img{
  width: 100%;
  height: 100%;
  text-align: center;
}
.home__content-top-img img {
  --w: min(504px, 50vw);;
  
  aspect-ratio: 1;
  outline: calc(var(--w) /2) solid #00000070;
  outline-offset: calc(var(--w)/-2);
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  width: var(--w);
  height: 100%;
}
.home__content-top-img:hover img{
  outline: 8px solid var(--color-3);
  outline-offset: 14px;
}

.home__content-bottom{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home__content-bottom-item{
  position: relative;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 240px;
  cursor: pointer;
  display: inline-block;
  transition: all .5s ease;
}
.home__content-bottom-item:hover::after{
  background-color: transparent;  
}
.home__content-bottom-item::after,.home__time-item::after,.home__menu::after,
.home__banner-img::after,.aboutUs__introduce-bottom-item::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.473);
  z-index: 1; 
  transition: .3s;
}
.home__content-bottom-item div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
/* ===========================home__time==================================== */
.home__time{
  padding: 3rem 0;

}
.home__time-title{
  text-align: center;
  margin-bottom: 3rem;
}
.home__time-title h1{
  color: var(--color-3);
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 46px;
  margin-bottom: 10px;
}
.home__time-title p{
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.home__time .container{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}
.home__time-item{
  position: relative;
  display: inline-block;
  height: 350px;
  transition: all .2s ease-in-out;
}
.home__time-item-info{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  width: 96%;
  height: 96%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid white;
  padding: 10px;
}
.home__time-item:hover, .aboutUs__introduce-bottom-item:hover{
  z-index: 10;
  transform: scale(1.02);
}
.home__time .container:hover .home__time-item:not(:hover),.aboutUs__introduce-bottom-list:hover .aboutUs__introduce-bottom-item:not(:hover) {
  filter: grayscale(100%);
  opacity: 0.75;
}

.home__time .container:hover .home__time-item:not(:hover)::after, .aboutUs__introduce-bottom-item:not(:hover)::after {
  background-color: rgba(#000, 0.5);
}
.home__time-item-info h5{
  color: var(--color-3);
  font-size: 20px;
}
.home__time-item-info div{
  text-align: start;
  color: white;
}
.home__time-item-info ul li{
  margin-left: 2rem;
}
.home__time-item:nth-child(1):after,.home__time-item:nth-child(6):after{
  display: none;
}
.home__time-item:nth-child(1) .home__time-item-info,.home__time-item:nth-child(6) .home__time-item-info{
  border: none;
  justify-content: start;
  overflow: hidden;
}
.home__time-item:nth-child(6) div{
  color: #000;
}
/* ===========================home__menu==================================== */
.home__menu{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 700px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.home__menu-content{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: -webkit-fill-available;
  text-align: center;
}
.home__menu-content h3{
  color: var(--color-3);
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home__menu-link{
  display: flex;
  gap: .7rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bbq__body .home__menu-link{
  margin-left: 0;
}
.home__menu-content a{
  color: var(--color-2);
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-right: 20px;
  text-align: center;
}
.home__menu-list-wrap{
  display: flex;
  align-items: start;
  overflow: hidden;
  position: relative;
  width: 100%;

}


.home__menu-list{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  transition: transform .7s ease;
  flex: 0 0 100%;
  padding: 0 10px;
}
.menuLauNam__list,.menuLauNam__item{
  display: block !important;
  width: 100% !important;
}
.menuLauNam__item section{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.home__menu-item-desc ul li {
  margin-left: 2rem;
  list-style: initial;
}
.home__menu-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 1rem);
  color: white;
  border-bottom: 1px solid white;
  padding: 5px;
  text-transform: capitalize;
  font-size: 14pt;
  height: 100%;
}
.home__menu-item.menuLauNam-full{
  display: block !important;
}

.home__menu-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.home__menu-item-img{
  width: auto;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.home__menu-item-desc{
  line-height: 1.25rem;
  font-size: 1rem;
  letter-spacing: .0142857143em;
  font-weight: 400;
  color: rgb(77, 79, 87);
  margin-top: 8.5px;

}
.menuBBQ__body-nuong-bottom .home__menu-item{
  color: black;
  border-bottom: 1.5px solid black;
  font-weight: 600;
}
.menuBBQ__body-nuong-bottom h1, .menuBBQ__body-nuong-bottom ion-icon{
  color: var(--color-3);
  font-weight: 600;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  cursor: pointer;
}
.menuBBQ__body-nuong-bottom ion-icon{
  margin-right: .5rem;
  font-weight: 800;
}
.menuBBQ__body-nuong-price{
  color: var(--color-3);
}
.active, #lau-nuong-link, .lauNam__body #coffee-link{
  border-bottom: 3px solid var(--color-3);
  cursor: pointer;
}
.home__menu-link-bottom{
  background-color: var(--color-3);
  color: #000 !important;
  padding: 10px 30px; 
  border-radius: 15px;
  margin: 0 !important;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px !important;
}
.home__menu-link-bottom:hover{
  color: var(--color-5) !important;
}
/* ===========================home__map==================================== */
.home__map{
  display: flex;
  gap: 3rem;
  padding: 3rem 0;
}
.home__map-left,.home__map-right{
  flex: 5;
}
.home__map-left-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.home__map-left-link a {
  border: 2px solid var(--color-3);
  padding-right: 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home__map-left-link a:hover {
  color: var(--color-2);
}

.home__map-left-link a ion-icon{
  color: white;
  background-color: var(--color-3);
  font-size: 40px;
  border-radius: 50%;
}
.home__map-left-link p{
  font-style: italic;
}
.home__map-left iframe{
  border-radius: 18px !important;
  width: 100%;
}
.home__map-right form{
  display: flex;
  flex-direction: column;
  align-items: end;
}
.home__map-right h3{
  color: var(--color-3);
  font-size: 30px;
  margin-bottom: 2rem;
  width: 100%;
}
.home__map-right input,.home__map-right textarea{
  border: 0;
  border-bottom: 1px solid rgb(104, 104, 104);
  padding: 10px;
  margin-bottom: 1rem;
  width: 100% !important;
}
.home__map-right textarea{
  height: 137px;
  min-height: 137px;
  max-height: 137px;
  
}
.home__map-right button{
  color: var(--color-2);
  background-color: var(--color-3);
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 60%;
}
.home__map-right button:hover{
  background-color: #ffd52e;
}
/* ===========================home__gallery==================================== */
.home__gallery{
  padding: 3rem 0;
}
.home__gallery .container{
  text-align: center;
}
.home__gallery-header{
  text-align: center;
}
.home__gallery-header p{
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
.home__gallery-header h1{
  color: var(--color-3);

  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 46px;
  margin-bottom: 2rem;
}
.home__gallery-body{
  position: relative;
  margin-bottom: 2rem;
}

.home__gallery-img-item{
  height: 300px !important;
  margin-right: 1rem;
}
.link{
  border: 1px solid var(--color-3);
  padding: 10px 30px;
  border-radius: 15px;
  cursor: pointer;
}
.link:hover{
  color: var(--color-2);
}
.next_gallery, .previous_gallery {
  font-size: 45px;
  color: var(--color-6);
  position: absolute;
  transform: translateY(-100%);
  top: 50%;
  transition: .5s;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--color-6);
  border-radius: 99rem;
}

.next_gallery {
  right: -5%;
}
.previous_gallery {
  left: -5%;
}
.next_gallery:hover, .previous_gallery:hover{
  color: var(--color-3);
  border: 3px solid var(--color-3);
}


/* ===========================Trang Giới thiệu==================================== */
.aboutUs__introduce,.aboutUs__content{
  padding: 2rem 10px;
}
 .home__banner-info{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  z-index: 2;
}
.aboutUs__title{
  text-transform: uppercase;
  text-align: center;
}
.aboutUs__title span{
    font-family: "Quicksand", sans-serif;
    font-size: 20px;

}
.aboutUs__title h1{
    color: var(--color-3);
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-size: 46px;
    margin: 2rem 0;
    text-transform: capitalize;
}
.bbq__body .aboutUs__body{
  margin-bottom: 2rem;
}
.aboutUs__content-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.aboutUs__content-item .slick-next,.aboutUs__content-item .slick-prev{
  display: none !important;
}
.aboutUs__content-item:last-child{
  margin-bottom: 0 !important;
}
.aboutUs__content-item-info ul li{
  margin-left: 2rem;
}
.aboutUs__content-item:nth-child(even){
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
/* ==================================bbq__body=============================================== */
.bbq__body .aboutUs__content-item:nth-child(even){
  flex-direction: row;
}
.bbq__body .aboutUs__content-item{
  flex-direction: row-reverse;
}
.aboutUs__content-item-img-wrap,.aboutUs__content-item-info{
  width: 50%;
  height: max-content;
}
.aboutUs__content-item-img{
  overflow: hidden;
  border-radius: 30px;
}
.aboutUs__content-item-img::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 2px solid white;
  width: 97%;
  height: 97%;
  border-radius: 30px;
}
.aboutUs__content-item-img img{
  max-height: 400px;
}
.aboutUs__content-item-info h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
}
.bbq__body .aboutUs__content-item-info h3 {
  font-size: 1.2rem;
}

.aboutUs__introduce-bottom-list{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.aboutUs__introduce-bottom-item{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  height: 350px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.aboutUs__introduce-bottom-info{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 96%;
  height: 96%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid white;
  border-radius: 15px;
  padding: 10px;
}
.aboutUs__introduce-bottom-info h3{
  font-weight: 600;
  font-size: 30px;
  color: var(--color-3);
}
.aboutUs__introduce-bottom-info div{
  text-align: start;
  color: white;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  bottom: 3% !important;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button:before{
  display: block;
  width: 1rem !important;
  height: 1rem !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  text-indent: -9999px;
}


/* ===========================pagination==================================== */
.pagination{
  text-align: end;
  margin-top: 1rem;
}
.page-numbers{
  padding: 7px 12px;
  border-radius: 10px;
  border: 1px solid var(--color-3);
}
.page-numbers:hover,.current{
  background-color: var(--color-3);
  color: white;
}

/* ===========================blog==================================== */
.blog__container{
  padding: 2rem 0;
}
.blog__list{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem;
  padding: 0 10px;
}
.blog__item{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.blog__item h3{
 text-transform: capitalize;
}
.blog__item img{
  height: 300px !important; 

}
.blog__item:hover{
  transform: scale(.99);
  transition: all .2s ease-in-out;
}
.blog__item:hover::after{
  background-color: #00000067;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}

.blog__item:hover::before{
  content: 'Xem chi tiết';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 27%;
  color: var(--color-3);
  font-size: 2rem;
}

.blog__item:hover h3{
  color: var(--color-3);
}
.blog__info{
  position: relative;
  padding: 7px 10px;
  z-index: 3;
}
.blog__category{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.blog__category-item{
  width: max-content;
  padding: 0 2rem 7px 2rem;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1.5px solid rgb(153, 153, 153);

}
.blog__category-item a{
  color: rgb(117 117 117);
  font-size: 1.2rem;
}
.blog__category-item:hover a,.blog__category-item.selected a{
  color: var(--color-3);
}
.blog__category-item.selected {
  border-bottom: 1.5px solid var(--color-3);

}


/* ===========================detailBlog==================================== */
.detailBlog__header header{
  background: linear-gradient(90deg, rgba(242,159,5,1) 0%, rgba(222,188,64,1) 100%);
  padding: 0;
}
.detailBlog{
  margin-top: 7rem;
  margin-bottom: 2rem;
  align-items: start;
  padding: 0 1rem;
}

.detailBlog__right-list{
display: grid;
grid-template-columns: auto auto auto;
gap: 1rem;
}
.detailBlog__right-list::-webkit-scrollbar,
.gallery__body::-webkit-scrollbar {
  display: none;
}
.detailBlog__right-title{
  font-size: 2rem;
  padding-bottom: .5rem;
  font-weight: 600;
  margin-bottom: .5rem;
  text-align: center;
  position: relative;
}
.detailBlog__right-title::before,.detailBlog__right-item-info h4::before{
  position: absolute;
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background: var(--color-3);

}
.detailBlog__right-item{
  padding: 10px;
}
.detailBlog__right-item:hover{
  background-color: #d8d8d8;
  border-radius: 10px;
}
.detailBlog__right-item img{
  height: 300px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
}
.detailBlog__right-item-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.detailBlog__right-item-info span{
  color: var(--color-6);
}
.detailBlog__right-item-info h4{
  padding-bottom: .5rem;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.detailBlog__left {
  margin-bottom: 5rem;
}
.detailBlog__left img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.detailBlog__left h1{
  border-bottom: 1px solid rgb(156, 156, 156);
  text-transform: uppercase;
  margin: 1rem 0;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: 600;

}
.detailBlog ul li{
  margin-left: 2rem !important;
}
/* ===========================menuBBQ__body-nuong==================================== */
.menuBBQ__body-nuong{
  padding: 2rem 10px;
}

/* ===========================pageMenu==================================== */
  .pageMenu__item .container{
    display: flex;
    align-items: center;
    padding: 2rem 0;
  }
  .pageMenu__item:nth-child(even) .container{
    flex-direction: row-reverse;
  }
  .pageMenu__item:nth-child(even){
    background-color: var(--color-4);
  }
  .pageMenu__item-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex: 4;
    cursor: pointer;
  }
  .pageMenu__item-link img{
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  .pageMenu__item-link a {
    background-color: var(--color-3);
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }
  .pageMenu__item-link a:hover {
    background-color: #eaba00;
  }
  .pageMenu__item-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex: 5;
  }
  .pageMenu__item-img-item img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
  }
  .pageMenu__item-des{
    display: none;
  }
  .pageMenu__container{
    padding: 0 12px;
  }
  .pageMenu__body .home__map{
    padding: 2rem 12px;
  }
/* ===========================tablet==================================== */
@media (max-width:1350px){
  .home__body section,.aboutUs__body section,.bbq__body section,.lauNam__body section,.coffee__body section,.contact__body section,
  .menuLauNam__body section,.menuBBQ__body section{
    padding: 2rem 10px;
  }
  .home__banner{
    padding: 0 !important;
  }
  .header__logo{
    margin-right: 0;
  }
  .main-menu ul li a, .main-menu ul li .sub-menu{
    margin: 0 5px;
  }
  .home__content-top{
    gap: 2rem;
  }
  .previous_caro,.next_caro,.previous_gallery,.next_gallery{
    display: none !important;
  }
  header{
    padding: 0;
  }
}
@media (max-width:1400px){
  .image-popup.slick-slider img{
    height: auto;
    width: 100%;
  }
}
@media (max-width:1200px){

/* ===========================pageMenu==================================== */
.pageMenu__item-img{
  overflow-x: auto;
}
/* ===========================header==================================== */
.main-menu ul li a{
  color: var(--color-3) !important;
}
  .home__navbar-icon{
    position: absolute;
    top: .8rem;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 2.8125rem;
    text-align: center;
    z-index: 99999;
    transition: .5s;
    -webkit-transition: .5s;
    font-size: 30px;
    font-weight: 100;
    color: white;
    display: block;
  }
  .menu-item.menu-item-object-page:hover .sub-menu {
    display: none;
  }
  .menu-item.menu-item-object-page{
    width: 100%;
  }
  .main-menu li {
    display: block;
  }
  .main-menu ul li .sub-menu  {
    display: none;
    position: unset;
    box-shadow: none;
    background-color: rgb(243 243 243);
    border-radius: 10px;
    width: 100%;
  }
  .menu-item.menu-item-object-page.open .sub-menu {
    display: block !important;
  }
  #main-menu.open {
    bottom: -14%;
  }
  #main-menu{
    z-index: 999;
    position: fixed;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background: #fff;
    color: var(--color-3);
    overflow: hidden;
    flex-direction: column;
    align-items: start;
    transition: 0.3s ease-in-out;
  }
  .dropdown-icon {
      margin-left: 0.5em;
      position: absolute;
      right: 0;
      font-size: 1em; 
      display: block;
  }
  .main-menu ul li .sub-menu{
    font-size: 0.9rem;
  }
  .gallery__body{
    column-count: 3;
  }

}
@media (max-width:1000px){
/* ===========================home__time==================================== */
.home__time .container{
  grid-template-columns: auto auto;
}
}
@media (max-width:800px){
/* ===========================detailBlog==================================== */
.detailBlog__right-list{
  grid-template-columns: auto;
}
.detailBlog__right-item-info h4{
  margin-bottom: .3rem;
}
.detailBlog__left img{
  height: 400px;
}
/* ===========================pageMenu==================================== */
  .pageMenu__item .container{
    display: block;
  }
  .pageMenu__item-link{
    margin-bottom: 0.8rem;
  }
/* =============================================================== */
  .gallery__body-item img{
    -webkit-transform: scale(1);
  }

  .slick-next, .slick-prev{
    display: none !important;
  }
  .aboutUs__introduce-bottom{
    overflow-x: scroll;
    display: flex;
  }

  .aboutUs__introduce-bottom-item{
    width: 350px !important;
  }
  .gallery__body{
    column-count: 2;
  }
  .home__time span{
    font-size: 10pt !important ;
  }
/* ===========================aboutUs__content==================================== */

  .aboutUs__content-item{
    flex-direction: column !important;
    gap: 0;
    margin-bottom: 1rem;
  }
  .aboutUs__content-item:nth-child(even){
    flex-direction: column !important;
    gap: 0;
    margin-bottom: 1rem;
  }
  .aboutUs__content-item-img-wrap, .aboutUs__content-item-info{
    width: 100%;
  }
/* =============================================================== */
  .home__content-bottom-item p{
    font-size: 25pt !important;
  }
  .home__time span{
    font-size: 10pt !important ;
  }
  .home__body section span,.home__body section a{
    font-size: 12pt;
  }  
.home__menu-link-bottom,.btn-hover-left{
  text-wrap: nowrap;
}

  .home__banner{
    padding: 0 !important;
  }

/* ===========================banner==================================== */
.home__body .home__banner-info{
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 100%;
  text-align: center;
}
.home__banner-info-top span strong{
  font-size: 12px !important;
}
  .home__banner-info-top h1 span{
    font-size: 3rem !important;
  }
  .home__banner-info-top h2 span{
    font-size: 2rem !important;

  }
  .home__banner-info-bottom{
    flex-direction: column;
  }
  .home__banner-img .slick-list{
    height: 500px;
  }
/* ===========================home__introduce==================================== */

  .home__introduce .container{
    flex-direction: column;
    align-items: start;
    padding: 2rem 1rem;
    gap: 2rem;
  }
  .home__introduce-item{
    width: 100%;
  }
/* ===========================home__content==================================== */
.home__content-top,.home__content-bottom{
  gap: 1rem;
}

/* ===========================home__map==================================== */
.home__map {
  flex-direction: column;
}
/* ===========================footer==================================== */
footer .container{
flex-direction: column;
gap: 2rem;
}
.footer__item{
  width: 100%;
}
.blog__list{
  grid-template-columns: auto auto;
}
.detailBlog{
  display: block;
}

}
/* ===========================mobile==================================== */
@media (max-width:600px){
/* ===========================pageMenu==================================== */
.pageMenu__item .container{
  position: relative;
  padding: 0;
  margin: 1.5rem 0;
}
.pageMenu__item-link{
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 94%;
  color: white;
  z-index: 2;
  border: 1px solid white;
  border-radius: 12px;
}
.pageMenu__item-link a,.pageMenu__item-link h3,.pageMenu__item-link img{
  display: none;
}

.pageMenu__item-img-item{
  display: none;
}
.pageMenu__item-img-item:nth-child(1),.pageMenu__item-img,.pageMenu__item-des{
  display: block !important;
}

.pageMenu__item-img img{
  width: 100%;
  height: 300px;
}
.pageMenu__item-img::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 98%;
  background-color: rgba(43, 43, 43, 0.473);
  z-index: 1; 
  transition: .3s;
  border-radius: 12px;
}
 
/* ===========================menuLauNam==================================== */

  .menuLauNam__item section{
    display: block;
  }
  .gallery__body-item{
    max-height: 300px;
  }
  .home__banner-info-top p span{
    font-size: 2rem !important;
  }
/* ===========================popup==================================== */
  .close{
    position: absolute;
    color: #000;
    z-index: 100;
    top: .5%;
    right: 5%;
  }
  .home__banner-info{
    width: 100%;
  }
  .home__content-top,.home__content-bottom{
    flex-direction: column;
    gap: 2rem;
  }
  .home__time .container{
    grid-template-columns: auto;
  }
  .home__map-left-link{
    gap: 1rem;
  }
  .home__time-item:nth-child(6),.home__time-item:nth-child(1){
    display: none;
  }
  .home__content-top-img img{
    --w: min(504px, 90vw);
  }
  .home__menu-item{
    font-size: 12pt;
    align-items: start;
    text-align: start;
    min-height: 50px;
  }
  .home__menu-item.menuLauNam-full{
    width: 100% !important;
  }
  .home__menu-content{
    top: 2%;
  }
  .home__menu-link-bottom{
    padding: 10px;
  }
  .home__menu{
    background-attachment: scroll;
    height: 860px;
  }
  .bbq__body .home__menu{
    height: 950px;
  }
  .home__time span{
    font-size: 12pt !important ;
  }
  .home__menu-content a{
    font-size: 12pt !important;
    margin-right: 0;
  }
  .home__content-top-info h3{
    font-size: 48px;
  }
  .home__menu-link{
    margin-left: 0;
  }
  .header__logo img{
    width: 200px;
  }
  .blog__list{
    grid-template-columns: auto;
  }
  
}






