.elementor-8565 .elementor-element.elementor-element-96483b1{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8565 .elementor-element.elementor-element-046335d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -20px;}.elementor-8565 .elementor-element.elementor-element-046335d.elementor-element{--align-self:center;}.elementor-8565 .elementor-element.elementor-element-cda7293{--display:flex;}.elementor-8565 .elementor-element.elementor-element-2afc6e8{--display:flex;}.elementor-8565 .elementor-element.elementor-element-0c4c3f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8565 .elementor-element.elementor-element-27a4817{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-8565 .elementor-element.elementor-element-96483b1{--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:-14px;--margin-right:0px;}.elementor-8565 .elementor-element.elementor-element-046335d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -40px;}.elementor-8565 .elementor-element.elementor-element-046335d.elementor-element{--align-self:flex-end;--flex-grow:0;--flex-shrink:1;}}@media(max-width:767px){.elementor-8565 .elementor-element.elementor-element-96483b1{--margin-top:0px;--margin-bottom:0px;--margin-left:-30px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8565 .elementor-element.elementor-element-046335d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8565 .elementor-element.elementor-element-046335d.elementor-element{--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:1;}}/* Start custom CSS for html, class: .elementor-element-046335d *//* ============================
   HERO BANNER TOÀN TRANG
   ============================ */

/* VÙNG CHỨA HÌNH BANNER */
.hero-section {
  position: relative;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
}

.hero-section img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

/* VÙNG NỘI DUNG TRÊN BANNER */
.hero-content {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-82%, -50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  padding: 0;
}

/* TIÊU ĐỀ */
.hero-content h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #FDF6E3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: fadeInUp 3s ease-in-out forwards;
  animation-delay: 1s;
}

/* MÔ TẢ */
.hero-content p {
  font-size: 24px;
  font-weight: 700;
  color: #FDF6E3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  margin: 10px 0;
  animation: fadeInUp 4s ease-in-out forwards;
  animation-delay: 2s;
}

/* NÚT DƯỚI BANNER */
.hero-content .hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.hero-content .hero-buttons a {
  background: #FFC107;
  color: #002b36;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-content .hero-buttons a:hover {
  background: #FF8C00;
  color: white;
  transform: scale(1.05);
}

/* =============================
   PHIÊN BẢN MOBILE RESPONSIVE
   ============================= */
@media (max-width: 768px) {
  .hero-content {
    left: 80%;
    transform: translate(-82%, -50%);
  }

  .hero-content h1 {
    font-size: 20px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-content .hero-buttons a {
    font-size: 12px;
    padding: 0px 12px;
    font-weight: 700;
  }
}

/* ============================
   HERO-BANNER KHÁC (NẾU DÙNG)
   ============================ */

.hero-banner {
  position: relative;
  height: 35vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('banner-image.jpg') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFB700;
}

.hero-banner h1 {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #FFEB3B;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.hero-banner h2 {
  font-size: 24px;
  font-weight: 500;
  color: #FFEB3B;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.hero-banner p {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* ========================
   NÚT CTA BÊN DƯỚI MÓN ĂN
   ======================== */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2px;
}

.cta-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 2px 2px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid rgba(255, 183, 0, 0.8);
  background: rgba(0, 43, 54, 0.5);
  color: #FFB700;
  text-decoration: none;
  min-width: 120px;
  height: 25px;
  line-height: 15px;
  transition: all 0.3s ease;
}

.cta-buttons i {
  position: relative;
  top: 1px;
}

.cta-buttons a:hover {
  background: rgba(255, 183, 0, 0.8);
  color: #002b36;
}

/* =====================
   ANIMATION KEYFRAMES
   ===================== */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac885e8 */.functional-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.functional-item {
  background: #002b36;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
}

.functional-item:hover {
  transform: scale(1.05);
  background: #003f4f;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.functional-item .icon {
  font-size: 44px;
  color: #FFB700;
  margin-bottom: 10px;
}

.functional-item p {
  color: #FFB700;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s ease;
}
.functional-item:hover p {
  color: #FFFFFF;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6040df */.app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* Giảm chiều cao header */
  background: #002b36;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo img {
  width: 85px;
  height: auto;
  transition: all 0.3s ease;
}

/* Định dạng menu ngang */
.app-header .menu {
  display: flex;
  gap: 18px; /* Khoảng cách giữa các mục menu */
}

/* Canh icon và chữ trên cùng một hàng */
.app-header .menu a {
  display: flex;
  align-items: center; /* Giữ icon và chữ trên cùng một hàng ngang */
  flex-direction: row; /* Đảm bảo icon nằm ngang với chữ */
  gap: 8px; /* Khoảng cách giữa icon và chữ */
  font-size: 12px;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Kích thước icon đồng bộ */
.app-header .menu a i {
  font-size: 13px;
  color: #FFB700;
  display: inline-block; /* Đảm bảo icon không bị xuống dòng */
}

/* Hiệu ứng hover */
.app-header .menu a:hover i {
  color: #FF8C00;
}

/* Định dạng container của ngôn ngữ */
.language-switcher {
  position: relative; /* Giữ vị trí so với menu */
  display: flex;
  align-items: center;
}

/* Nút ngôn ngữ */
.language-switcher .lang-button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

/* Icon trong nút ngôn ngữ */
.language-switcher .lang-button i {
  font-size: 14px;
  color: #FFB700;
}

/* Định dạng dropdown */
.lang-dropdown {
  display: none; /* Mặc định ẩn */
  position: absolute;
  top: 100%; /* Hiển thị ngay dưới nút ngôn ngữ */
  right: 0; /* Canh phải để không bị lệch */
  background: #002b36;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 120px; /* Đảm bảo đủ rộng để hiển thị */
}

/* Định dạng các lựa chọn ngôn ngữ */
.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 0;
  white-space: nowrap; /* Không cho text xuống dòng */
}

/* Hover để hiển thị dropdown */
.language-switcher:hover .lang-dropdown {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-429055c */.footer-section {
  background: #001f25;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}

.footer-info p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-maps a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.footer-maps a:hover {
  color: #ff69b4;
}

.footer-social a {
  color: #FFD700;
  margin: 0 10px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #ff69b4;
}/* End custom CSS */