@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-Bold';
  src: url('../fonts/Baloo2-Bold.eot');
  src: url('../fonts/Baloo2-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baloo2-Bold.woff2') format('woff2'),
    url('../fonts/Baloo2-Bold.woff') format('woff'),
    url('../fonts/Baloo2-Bold.ttf') format('truetype'),
    url('../fonts/Baloo2-Bold.svg#Baloo2-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-ExtraBold';
  src: url('../fonts/Baloo2-ExtraBold.eot');
  src: url('../fonts/Baloo2-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baloo2-ExtraBold.woff2') format('woff2'),
    url('../fonts/Baloo2-ExtraBold.woff') format('woff'),
    url('../fonts/Baloo2-ExtraBold.ttf') format('truetype'),
    url('../fonts/Baloo2-ExtraBold.svg#Baloo2-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-Medium';
  src: url('../fonts/Baloo2-Medium.eot');
  src: url('../fonts/Baloo2-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baloo2-Medium.woff2') format('woff2'),
    url('../fonts/Baloo2-Medium.woff') format('woff'),
    url('../fonts/Baloo2-Medium.ttf') format('truetype'),
    url('../fonts/Baloo2-Medium.svg#Baloo2-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-Regular';
  src: url('../fonts/Baloo2-Regular.eot');
  src: url('../fonts/Baloo2-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baloo2-Regular.woff2') format('woff2'),
    url('../fonts/Baloo2-Regular.woff') format('woff'),
    url('../fonts/Baloo2-Regular.ttf') format('truetype'),
    url('../fonts/Baloo2-Regular.svg#Baloo2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-SemiBold';
  src: url('../fonts/Baloo2-SemiBold.eot');
  src: url('../fonts/Baloo2-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baloo2-SemiBold.woff2') format('woff2'),
    url('../fonts/Baloo2-SemiBold.woff') format('woff'),
    url('../fonts/Baloo2-SemiBold.ttf') format('truetype'),
    url('../fonts/Baloo2-SemiBold.svg#Baloo2-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Bango';
  src: url('../fonts/SVN-Bango.eot');
  src: url('../fonts/SVN-Bango.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SVN-Bango.woff2') format('woff2'),
    url('../fonts/SVN-Bango.woff') format('woff'),
    url('../fonts/SVN-Bango.ttf') format('truetype'),
    url('../fonts/SVN-Bango.svg#SVN-Bango') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Main */
:root {
  --main-color: #E30E1B;
  --hover-color: #FFC107;
}

body {
  font-family: Baloo2-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  background: #FFF6EE;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

strong {
  font-family: Roboto-Bold;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1290px;
  }
}

.flex-grow {
  flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.block-menu {
  background: transparent;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: 0;
}

@media screen and (max-width: 991px) {
  #fix {
    height: auto;
  }
}

.headerTop {
  padding: 15px 0;
  position: relative;
  z-index: 10;
}

.headerInfo {
  gap: 30px;
}

.headerTop p {
  font-size: 16px;
  color: #FFFFFF;
}

.headerTop p i {
  color: var(--hover-color);
  margin-right: 5px;
}

.mega-menu {
  position: relative;
  padding: 0 30px;
  background: #FFF6EE;
  border-radius: 100px;
}

.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-menu>ul>li>a {
  display: block;
  padding: 25px 0;
  font: 18px Baloo2-SemiBold;
  color: #21100C;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.search-bar-full a i {
  font-size: 20px;
}

.mega-menu>ul>li>a.active,
.mega-menu>ul>li>a:hover {
  color: var(--main-color);
}

.headerLogo {
  flex: 0 0 216px;
  max-width: 216px;
  position: relative;
  transition: all 0.3s;
}

.headerLogo .logo {
  position: absolute;
  top: -85px;
  left: 0;
  transition: all 0.3s;
}

.block-menu.sticky .headerLogo {
  flex: 0 0 85px;
  max-width: 85px;
}

.block-menu.sticky .headerLogo .logo {
  position: unset;

}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu .drop-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 220px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #4e7661;
}

/* Search Responsive */
.search-res svg {
  width: 22px;
  height: 22px;
}

.search-res svg path {
  stroke: var(--main-color);
  stroke-width: 2;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  margin: 0px;
}

.search-res .icon-search svg:nth-child(2) {
  display: none;
}

.search-res .icon-search.active {
  color: var(--main-color);
  background: var(--main-color);
  border-radius: 100%;
}

.search-res .icon-search.active path {
  stroke: #fff;
}

.search-res .icon-search.active svg:nth-child(1) {
  display: none;
}

.search-res .icon-search.active svg:nth-child(2) {
  display: inline;
}

.search-res .search-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.search-res .search-grid.active {
  opacity: 1;
  visibility: visible;
}

.search-res .search-grid.active .wrap-search-res {
  transform: translateY(0);
  pointer-events: all;
}

.search-res .search-grid .wrap-search-res {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
  z-index: 3;
  transition: 0.4s;
  transform: translateY(-20px);
  pointer-events: none;
}

.search-res .search-grid .bg-search-res {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.search-res .search-grid p {
  text-align: right;
  margin-bottom: 12px;
  width: 100%;
}

.search-res .search-grid input {
  width: calc(100% - 45px);
  line-height: 38px;
  outline: none;
  border: none;
  padding: 0 10px 0 15px;
  color: var(--main-color);
  background: rgba(40, 199, 132, 0.075);
}

.search-res .search-grid input::placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid button {
  width: 45px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  display: block;
  background: #fff;
  line-height: 36px;
  text-align: center;
}

.cart-res {
  position: relative;
  margin-right: 5px;
}

.cart-res svg {
  width: 24px;
  height: 24px;
}

.cart-res span {
  background: var(--main-color);
  color: #fff;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: -2px;
  right: -7px;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}

/*header-mobile*/
#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 27px;
  height: 23px;
  position: relative;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

.mm-wrapper_opening #hamburger::before,
.mm-wrapper_opening #hamburger::after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger::before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger::after {
  transform: rotate(-45deg);
}

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

.mm-menu_opened {
  display: flex !important;
}

.menu-m {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
    position: relative;
  }
}

.menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-res {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-res img {
  width: auto !important;
  max-height: 40px !important;
}

/*header-mobile*/
/*slide*/
.section-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-about {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  z-index: 10;
}

.about_info h2 {
  font: 126px SVN-Bango;
  color: var(--hover-color);
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about_info p {
  max-width: 950px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.control-owl button:hover {
  opacity: 1;
}

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots-slideshow .owl-dot.active {
  background: #aaa;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.wrap-iframe-map iframe {
  display: block;
  width: 100%;
  height: 450px;
}

#show_popup {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  #show_popup {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  max-width: 100% !important;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

.hover-scale:hover img {
  transform: scale(1.1);
}

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin: 0 -5px;
  }
}

.newsItem {
  position: relative;
}

.newsItem-flex {
  margin: 0 -15px;
}

.newsItem-left {
  flex: 0 0 244px;
  -ms-flex: 0 0 244px;
  max-width: 244px;
  padding: 0 15px;
}

.newsItem-right {
  flex: 0 0 calc(100% - 244px);
  -ms-flex: 0 0 calc(100% - 244px);
  max-width: calc(100% - 244px);
  padding: 0 15px;
}

.newsItem_photo {
  border-radius: 20px;
}

.newsItem:hover .newsItem__name a {
  color: var(--hover-color);
}

.newsItem__name {
  font: 24px Baloo2-Bold;
  color: #55271D;
}

.newsItem__name a {
  color: inherit;
}

.newsItem__name.text-split {
  -webkit-line-clamp: 2;
}

.newsItem__desc.text-split {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  -webkit-line-clamp: 3;
  margin: 10px 0 20px 0;
}

.othernews.share {
  margin-top: 20px;
}

.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

/* Product */
.row-product {
  margin: 0 -12px;
}

@media screen and (max-width: 767px) {
  .row-product {
    margin: 0 -5px;
  }
}

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.productItem {
  position: relative;
}

.productItem:hover .productItem__name a {
  color: var(--hover-color);
}

.productItem_info {
  position: relative;
}

.productItem__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.productItem__name a {
  color: inherit;
}

.productItem__name.text-split {
  -webkit-line-clamp: 2;
}

.productItem__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .productItem__price {
    text-align: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.productItem__price--new a,
.productItem__price--new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.productItem__price--old del {
  color: #aaa;
  font-size: 17px;
}

.productItem__price .productItem__price--new+.productItem__price--old {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new+.productItem__price--old {
    margin-left: 0;
  }
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .right-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

.control-pro-detail button.owl-prev {
  left: 10px;
}

.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li:first-child {
  padding-right: 7px;
}

.top-info-pro-detail li:last-child {
  padding-left: 7px;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attr-pro-detail li {
  margin-bottom: 15px;
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail {
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: bold;
  font-size: 20px;
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.row-video {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-video {
    margin: 0 -5px;
  }
}

.col-video {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-video {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
}

.wrap-register {
  margin: 30px;
  padding: 25px;
}

.wrap-register label {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .wrap-register {
    margin: 30px auto;
    padding: 0;
    box-shadow: none !important;
  }
}

.title-user {
  margin-bottom: 15px;
}

.title-user.login h4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
}

.login-user,
.forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.login-user:hover,
.forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user,
.activation-user,
.info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.registration-user:hover,
.activation-user:hover,
.info-user:hover {
  background: #fff;
  color: var(--main-color);
}

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

  .registration-user,
  .activation-user,
  .info-user {
    margin-top: 10px;
    width: 100%;
  }
}

.nav-user-res {
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-user-res::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.nav-user-res::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.nav-user-res::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-resizer {
  background-color: #e7e7e7;
}

.nav-user-res .nav-tabs .nav-item.show .nav-link,
.nav-user-res .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: #fff;
  border-bottom: 0;
  border-top-width: 3px;
  border-top-color: var(--main-color);
}

.nav-user-res .nav-tabs .nav-link {
  font: 14px Montserrat-SemiBold;
  white-space: nowrap;
}

.nav-user-res .nav-tabs .nav-link:hover {
  color: var(--main-color);
}

.nav-user-res .nav-tabs {
  border-color: #eee;
  flex-wrap: nowrap;
}

.history-nav {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-nav a {
  display: block;
  text-align: center;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  font-family: Montserrat-SemiBold;
  padding: 12px 25px;
  white-space: nowrap;
}

.history-nav a:hover,
.history-nav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.form-search-order {
  position: relative;
  background: #fff;
}

.form-search-order button {
  position: absolute;
  top: 3px;
  right: 4px;
  outline: none;
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  color: #fff;
}

.orderItem_top h4 {
  font: 15px Montserrat-SemiBold;
  color: var(--main-color);
}

.orderItem_top p {
  font-family: Montserrat-SemiBold;
}

.orderItem+.orderItem {
  margin-top: 15px;
}

.orderItem_bottom span {
  font-family: Montserrat-SemiBold;
}

.orderBox_photo {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

@media screen and (max-width: 576px) {
  .orderBox_photo {
    flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    max-width: 70px;
  }
}

.orderBox_price {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.orderBox_price strong {
  color: #ec2d3f;
  font-family: Montserrat-SemiBold;
}

.orderBox_price del {
  font-size: 13px;
  color: #666;
}

.orderBox_info {
  flex-grow: 1;
  padding: 0 15px;
}

.orderBox_info h3 {
  font: 13px Montserrat-SemiBold;
}

.orderBox_info h3.text-split {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 576px) {
  .orderBox_info {
    padding: 0 10px;
  }

  .orderBox_info p {
    font-size: 13px;
  }
}

.orderBox+.orderBox {
  margin-top: 10px;
}

.detailOrder-title {
  font: 13px Montserrat-SemiBold;
  color: var(--main-color);
}

.pay-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-orderDetail {
  color: var(--main-color);
  font-family: Montserrat-SemiBold;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.price-cart-detail strong {
  color: #ec2d3f;
  font-family: Montserrat-SemiBold;
}

.price-cart-detail del {
  color: #aaa;
}

.section-main {
  margin-top: 50px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
  margin-bottom: 35px;
}

.header-container h2 {
  font: 64px SVN-Bango;
  color: #803B2C;
  text-transform: uppercase;
  margin-top: 20px;
}

.header-container p {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 30px;
  background: var(--main-color);
  color: #fff;
  font: 24px Baloo2-SemiBold;
  text-transform: uppercase;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }

  .header-container p {
    font-size: 13px;
  }
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 860px;
  display: table;
}

.table-of-contents .table-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}

.table-of-contents .table-title .toc_toggle a {
  color: var(--main-color);
  padding: 0 1px;
}

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px;
  padding: 0;
}

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0;
}

.table-of-contents ul li::marker {
  color: var(--main-color);
}

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333;
}

.table-of-contents>ul {
  padding-bottom: 10px;
}

.table-of-contents>ul ul ul {
  display: none;
}

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--hover-color);
}

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial;
}

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #eeeeee;
}

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-size: 14px;
}

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
}

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px;
}

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.table-content-fixed .table-of-contents .table-title {
  display: none;
}

.table-content-fixed .table-of-contents ul {
  font-size: 13px;
}

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%);
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

.addThis_item--icon span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

.social_fixed {
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 999999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: var(--main-color);
  transition: 0.3s;
}

.support-online a:not(.cart-fixed) {
  animation: hueRotate infinite 60s;
}

.support-online a:hover {
  animation: unset;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -7.5px;
  right: -7.5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(9, 51, 108, 0.5);
  opacity: 0.75;
}

.kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgba(9, 51, 108, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(9, 51, 108, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 30px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-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);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* newsletter */
.newsletter {
  margin-top: 60px;
}

.newsletter-box {
  max-width: 505px;
  margin: 0 auto;
  background: #FFE9DB;
  border-radius: 50px;
  padding: 42px;
}

#food_booing_form {
  background: transparent;
}

.newsletter-title h2 {
  font: 48px SVN-Bango;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form_info {
  position: relative;
  font: 24px Baloo2-SemiBold;
  color: #21100C;
  margin-bottom: 20px;
  padding-left: 10px;
}

.form_info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: var(--main-color);
}

.newsletter_form input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #FFF6EE;
  padding: 0 15px;
}

.newsletter_form input::placeholder {
  color: #666666;
}

.newsletter_form textarea {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  background: #FFF6EE;
  padding: 15px;
}

.newsletter_form textarea::placeholder {
  color: #666666;
}

.btn_submit {
  width: 100%;
  padding: 15px;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  border-radius: 8px;
  font: 24px Baloo2-SemiBold;
  transition: all 0.3s;
}

.btn_submit:hover {
  transform: translateY(-5px);
}

.section-slider {
  margin-bottom: 100px;
}

.imgslide_1 {
  position: absolute;
  left: 0;
  bottom: 40%;
  z-index: 10;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.imgslide_2 {
  position: absolute;
  right: 0;
  bottom: 40%;
  z-index: 10;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.imgslide_3 {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 10;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.imgslide_4 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 10;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

@media screen and (max-width: 1800px) {
  .section-slider {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 1700px) {
  .section-slider {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 1500px) {
  .section-slider {
    margin-bottom: 400px;
  }
}

@media screen and (max-width: 1400px) {
  .section-slider {
    margin-bottom: 500px;
  }
}

@media screen and (max-width: 1300px) {
  .section-slider {
    margin-bottom: 600px;
  }
}

@media screen and (max-width: 1100px) {
  .section-slider {
    margin-bottom: 700px;
  }
}

@media screen and (max-width: 1000px) {
  .section-slider {
    margin-bottom: 750px;
  }
}

/* section-service_link */
.section-service_link {
  padding: 35px 0;
}

.marquee-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
}

.marquee-track {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
}

.marquee-track {
  flex: none;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  align-items: center;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-right: 1rem;
  display: flex;
}

.marquee_pill {
  padding: 15px 30px;
  border-radius: 50px;
}

.marquee_pill p {
  font: 24px Baloo2-SemiBold;
  color: #FFFFFF;
}

.marquee-wrap-reverse {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.marquee-track-reverse {
  white-space: nowrap;
  will-change: transform;
  animation: marquee-reverse 50s linear infinite;
}

.marquee-track-reverse {
  flex: none;
  justify-content: flex-start;
  margin-right: -25vw;
  display: flex;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

/* section-overview */
.section-overview {
  padding: 50px 0;
}

.row-overview {
  margin: 0 -12px;
}

.col-overview {
  padding: 0 12px;
  margin-bottom: 24px;
}

.overview-box {
  padding: 46px 36px;
  color: #ffffff;
  border-radius: 24px;
}

.overview-item-1 .overview-box {
  background: linear-gradient(to bottom, #803B2C 0%, #722D1E 100%);
}

.overview-item-2 .overview-box {
  background: linear-gradient(to bottom, #FFC31D 0%, #E8AA00 100%);
}

.overview-item-3 .overview-box {
  background: linear-gradient(to bottom, #E30E1B 0%, #C2000C 100%);
}

.overview-info h2 {
  font: 28px Baloo2-ExtraBold;
  text-transform: uppercase;
  margin: 5px 0;
}

.overview-info p {
  font-size: 16px;
  line-height: 28px;
}

.about-photo {
  border-radius: 24px;
}

.overview-item-1 {
  margin-bottom: 24px;
}

.about-photo-2 {
  margin: 24px 0;
}

.about-photo-3 {
  margin-bottom: 24px;
}

/* section-service */
.section-service {
  padding: 50px 0;
}

.service-photo {
  mask-image: url(../images/mask_service.png);
  -webkit-mask-image: url(../images/mask_service.png);
  border-radius: 24px;
  mask-size: 100% 100%;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.service-info h2 {
  font: 24px Baloo2-Bold;
  color: #55271D;
  margin: 15px 0 5px 0;
}

.service-info p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.service_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

/* section-food */
.section-food {
  padding: 50px 0;
  background: #FFF0E2;
}

.food_top {
  margin-bottom: 20px;
}

.group-btn-food {
  list-style: none;
  padding: 8px;
  background: #fff;
  border-radius: 100px;
  display: inline-flex;
  margin: 0 auto;
  gap: 8px;
}

.group-btn-food li button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 100px;
  background: rgba(255, 75, 86, 0.08);
  color: var(--main-color);
  font: 15px Baloo2-Bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.group-btn-food li button.active,
.group-btn-food li button:hover {
  background: var(--main-color);
  color: #fff;
}

.group-btn-food li button.active img,
.group-btn-food li button:hover img {
  filter: brightness(0) invert(1);
}

.food_list-box {
  position: relative;
  padding: 48px 28px 28px 28px;
  background: #fff;
  border-radius: 16px;
  border: 3px solid var(--main-color);
  margin-top: 26px;
}

.food_list-box::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  bottom: 14px;
  right: 14px;
  border: 2px dashed var(--main-color);
  border-radius: 16px;
  pointer-events: none;
  z-index: 0;
}

.food_list-title {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 330px;
  padding: 12px 30px;
  text-align: center;
  background: url(../images/bg_food_title.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.food_list-title h2 {
  font: 18px Baloo2-Bold;
  text-transform: capitalize;
}

.food {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 6px;
}

/* width */
.food::-webkit-scrollbar {
  width: 6px;
}

/* background */
.food::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* scroll */
.food::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}

/* hover */
.food::-webkit-scrollbar-thumb:hover {
  background: #d80000;
}

/* firefox */
.food {
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) #f1f1f1;
}

.food-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0;
}

.food-item:last-child {
  border-bottom: 0;
}

.food-info {
  flex: 1;
  padding-right: 50px;
}

.food-info h3 {
  font: 16px Baloo2-SemiBold;
  color: #21100C;
  margin: 0;
}

.food-right {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.food-price {
  font: 17px Baloo2-Bold;
  color: var(--main-color);
}

.food-check {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}

.food-check input {
  display: none;
}

.food-check span {
  width: 18px;
  height: 18px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: block;
  position: relative;
  background: #fff;
}

.food-check input:checked+span {
  background: var(--main-color);
  border-color: var(--main-color);
}

.food-check input:checked+span::before {
  content: "✓";
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ════════════════════════════════════════════
   Food Booking – Styles
   ════════════════════════════════════════════ */

/* ── Món đã chọn (highlight) ─────────────── */
.food-item {
  transition: background 0.2s ease, box-shadow 0.2s ease;
}


/* ── Floating bar ────────────────────────── */
#fb-bar {
  position: fixed;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  background: #1a1209;
  color: #f5e6c8;
  padding: 12px;
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .45);
  z-index: 9000;
  transition: bottom 0.4s cubic-bezier(.34, 1.56, .64, 1);
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .02em;
}

#fb-bar.fb-bar--show {
  bottom: 10px;
}

#fb-count {
  font-weight: 600;
  color: var(--hover-color);
}

#fb-total {
  opacity: .85;
}

#fb-confirm-btn {
  background: linear-gradient(135deg, #FFC107, #e8c97a);
  color: #1a1209;
  border: none;
  padding: 9px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: .03em;
  transition: opacity .2s, transform .15s;
}

#fb-confirm-btn:hover {
  opacity: .9;
  transform: scale(1.04);
}

/* ── Overlay chung ───────────────────────── */
.fb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 7, 2, 0.72);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fb-overlay.fb-overlay--show {
  opacity: 1;
}

.fb-overlay.fb-overlay--show .fb-popup {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ── Popup card ──────────────────────────── */
.fb-popup {
  background: #fdf7ee;
  border-radius: 16px;
  padding: 36px 32px 28px;
  width: 100%;
  max-width: 540px;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
  transform: translateY(24px) scale(.97);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(.34, 1.56, .64, 1), opacity 0.3s ease;
}

.fb-popup-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1209;
  margin: 0 0 20px;
  letter-spacing: -.02em;
}

/* ── Close button ────────────────────────── */
.fb-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  transition: color .2s;
}

.fb-close:hover {
  color: #1a1209;
}

/* ── Table ───────────────────────────────── */
.fb-table-wrap {
  overflow-x: auto;
  margin-bottom: 4px;
}

.fb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.fb-table thead th {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #888;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #e8dcc8;
}

.fb-table tbody td {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #f0e8d8;
  color: #333;
  vertical-align: middle;
}

.fb-table tbody tr:last-child td {
  border-bottom: none;
}

.fb-price {
  font-weight: 600;
  color: #b48246;
  white-space: nowrap;
}

/* ── Remove button ───────────────────────── */
.fb-remove-btn {
  background: none;
  border: 1px solid #ddd;
  color: #999;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-remove-btn:hover {
  background: #fee;
  border-color: #f99;
  color: #c33;
}

/* ── Total row ───────────────────────────── */
.fb-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 6px;
  border-top: 2px solid #1a1209;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1209;
}

.fb-total-row strong {
  font-size: 18px;
  color: var(--main-color);
}

/* ── Action buttons ──────────────────────── */
.fb-popup-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: flex-end;
}

.fb-btn {
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all .2s;
  letter-spacing: .02em;
}

.fb-btn--outline {
  background: transparent;
  border: 1.5px solid var(--main-color);
  color: var(--main-color);
}

.fb-btn--outline:hover {
  background: var(--main-color);
}

.fb-btn--primary {
  background: linear-gradient(135deg, var(--hover-color), #e8c97a);
  color: #1a1209;
}

.fb-btn--primary:hover {
  opacity: .9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(180, 130, 70, .35);
}

/* ── Summary trong form đặt tiệc ────────── */
#fb-form-summary {
  background: #fdf3e0;
  border: 1px solid #e8d8b8;
  border-radius: 10px;
  padding: 18px 20px 12px;
  margin-bottom: 20px;
}

#fb-form-summary h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1209;
  margin: 0 0 12px;
}

#fb-form-summary hr {
  border: none;
  border-top: 1px dashed #d8c8a8;
  margin: 14px 0 0;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 600px) {
  .fb-popup {
    padding: 24px 18px 20px;
  }

  #fb-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    font-size: 13px;
    padding: 12px 16px;
    bottom: -100px;
  }

  #fb-bar.fb-bar--show {
    bottom: 16px;
  }

  .fb-popup-actions {
    flex-direction: column;
  }

  .fb-btn {
    width: 100%;
    text-align: center;
  }
}

/* section-reasons */
.section-reasons {
  padding: 50px 0;
  background: var(--main-color);
  position: relative;
  margin-top: 67px;
}

.section-reasons::before {
  content: "";
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  height: 67px;
  background: url(../images/before_reasons.png) no-repeat center;
  background-size: 100% 100%;
}

.section-reasons .header-container h2 {
  color: #fff;
}

.section-reasons .header-container p {
  background: var(--hover-color);
  color: #552710;
}

.reasons-slick_items {
  padding: 0 15px;
}

.reasons-slick {
  margin: 0 -15px;
}

.reasons-photo {
  border-radius: 16px;
}

.reasons-text img {
  margin-left: auto;
  margin-top: 10px;
}

.reasons-nav {
  text-align: center;
}

.reasons-prev {
  background: transparent;
  margin-right: 30px;
}

.reasons-next {
  background: transparent;
}

/*Section-album*/
.section-album {
  padding: 50px 0;
}


.section-album_element {
  margin: 0 -8px;
  align-items: center;
}

.album-right,
.album-left {
  flex: 0 0 22%;
  max-width: 22%;
  padding: 0 8px;
}

.album-right {
  margin-top: 70px;
}

.album-center {
  flex: 0 0 56%;
  max-width: 56%;
  padding: 0 8px;
}

.album-photo {
  border-radius: 5px;
}

.album-center-top {
  margin-bottom: 16px;
}

.album-center-top-inner {
  margin: 0 -8px;
  align-items: flex-end;
}

.album-center-top-left {
  flex: 0 0 52%;
  max-width: 52%;
  padding: 0 8px;
}

.album-center-top-right {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0 8px;
}

.album-center-bottom-inner {
  margin: 0 -8px;
}

.album-center-bottom-left {
  flex: 0 0 38.8%;
  max-width: 38.8%;
  padding: 0 8px;
}

.album-center-bottom-right {
  flex: 0 0 calc(100% - 38.8%);
  max-width: calc(100% - 38.8%);
  padding: 0 8px;
}

.row-album {
  margin: 0 -8px;
}

.col-album {
  padding: 0 8px;
  margin-bottom: 16px;
}

.album-right-photo {
  margin-bottom: 16px;
}

/* .section-question */
.section-question {
  padding: 50px 0;
}

.section-question_elements {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-grid {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.faq-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* FAQ Item */
.faq-item {
  border: 1.5px solid #e0d6cc;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.25s;
}

.faq-item.active {
  border-color: var(--main-color);
}

/* Question row */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  cursor: pointer;
  user-select: none;
}

.faq-question_text {
  font: 18px Baloo2-SemiBold;
  flex: 1;
}

.faq-item.active .faq-question_text {
  color: var(--main-color);
}

/* Toggle button */
.faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: var(--main-color);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}

.faq-toggle:hover {
  background: #b51f15;
}

.faq-toggle .icon-plus {
  display: block;
}

.faq-toggle .icon-close {
  display: none;
  font-size: 22px;
  line-height: 1;
}

.faq-item.active .faq-toggle .icon-plus {
  display: none;
}

.faq-item.active .faq-toggle .icon-close {
  display: block;
}

.faq-item.active .faq-question {
  background: rgba(255, 75, 86, 0.05);
}

/* Answer panel */
.faq-answer {
  display: none;
}

.faq-answer_inner {
  padding: 14px 18px 18px;
  color: #666666;
  line-height: 22px;
}

/* section-news_promotion */
.section-news_promotion {
  padding: 50px 0;
}

.col-news_promotion {
  padding: 0 30px;
  margin-bottom: 30px;
}

.row-news_promotion {
  margin: 0 -30px;
}

.desc_news {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 40px;
  text-align: center;
}

.promotion-photo {
  border-radius: 24px;
}

.news-slick_items {
  margin: 20px 0;
}

.news-slick {
  margin: -20px 0;
}

.news-slick_items .newsItem {
  height: 214px;
}

/*Section-Scroll*/
.scroll-container {
  position: relative;
  padding: 50px 0;
  /* min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center; */
}


.follow-section {
  position: relative;
}

.follow-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 15%;
  background: linear-gradient(to right, rgba(255, 246, 238, 0), rgba(255, 246, 238, 1));
  pointer-events: none;
  z-index: 2;
}

.follow-content {
  margin: 0 -12px;
  align-items: center;
}

.intro-panel {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 12px;
}

.social-right {
  padding: 0 12px;
}

.social-bottom {
  margin-top: 12px;
  padding-left: 142px;
}

.social-item {
  flex: 0 0 382px;
  max-width: 382px;
  padding: 0 6px;
}

.social-flex {
  margin: 0 -6px;
}

.social-photo {
  border-radius: 12px;
}

/* section-menu_spec */
.section-menu_spec {
  padding: 50px 0;
}

.menu_spec_top {
  margin-bottom: 30px;
}

.menu_spec_list {
  width: 100%;
  overflow-y: auto;
}

.group-btn-menu_spec {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}

.group-btn-menu_spec li button {
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid var(--main-color);
  font: 15px Baloo2-Bold;
  color: var(--main-color);
  transition: all 0.3s;
}

.group-btn-menu_spec li button:hover,
.group-btn-menu_spec li button.active {
  background: var(--main-color);
  color: #FFFFFF;
}

.menu_spec_bg {
  padding: 50px 40px;
  border-radius: 16px;
  border: 5px solid var(--main-color);
  position: relative;
}

.menu_spec_bg::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px dashed var(--main-color);
  pointer-events: none;
  border-radius: 8px;
}

.col-menu_spec {
  padding: 0 10px;
  margin-bottom: 20px;
}

.row-menu_spec {
  margin: 0 -10px;
}

/* footer */
.footerBg {
  background: #C72630;
  color: #FFFFFF;
}

.footerInfo {
  flex: 0 0 30%;
  max-width: 30%;
}

.footerLink {
  flex: 0 0 20%;
  max-width: 20%;
}

.footerLink ul {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footerLink ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 15px;
}

.footerLink ul li a {
  font-size: 18px;
}

.footerName {
  font: 186px SVN-Bango;
  color: #FEF9F5;
  text-transform: uppercase;
}

.footerTitle {
  font: 22px Baloo2-ExtraBold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footerArticle {
  padding: 50px 0;
}

.footerPowered_element {
  padding: 12px 0;
}

.footerPowered_element span {
  text-transform: uppercase;
  font-weight: bold;
}

.footerPowered_element a:hover {
  color: var(--main-color);
  transition: all 0.3s;
}

/* .block-search */

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 70%;
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: poBaiJamjuree;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

.close-form-search:hover {
  color: #f00;
}

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

  .backtop,
  .addThis_listSharing {
    right: 15px;
  }

  #fix {
    height: auto !important;
    position: unset;
  }

  .headerTop {
    display: none;
  }

  .footerPowered_element {
    justify-content: center !important;
    text-align: center;
  }

  .mm-listitem {
    text-transform: uppercase;
  }

  .form-search-d.active {
    width: 100%;
  }

  .left-pro-detail,
  .right-pro-detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .row-product {
    margin: 0 -5px;
  }

  .col-product {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .contact-text,
  .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .col-video,
  .col-news {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .row-video,
  .row-news {
    margin: 0 -5px;
  }

  .section-social_media,
  .section-news_promotion,
  .section-question,
  .section-album,
  .section-reasons,
  .section-menu_spec,
  .section-food,
  .section-service,
  .section-overview,
  .section-service_link {
    padding: 25px 0;
    overflow: hidden;
  }

  .imgslide_1,
  .imgslide_2,
  .imgslide_3,
  .imgslide_4 {
    display: none;
  }

  .section-about {
    position: unset;
    padding: 25px 0;
    overflow: hidden;
  }

  .section-slider::before {
    display: none;
  }

  .about_info h2 {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .about_info p {
    color: #363636;
    font-size: 16px;
    line-height: 26px;
  }

  .newsletter {
    margin-top: 30px;
  }

  .newsletter-title h2 {
    font-size: 28px;
  }

  .form_info {
    font-size: 18px;
  }

  .newsletter-box {
    padding: 30px;
  }

  .btn_submit {
    font-size: 18px;
  }

  .section-slider {
    margin-bottom: 0;
  }

  .marquee_pill p {
    font-size: 14px;
  }

  .marquee {
    grid-column-gap: 5px;
  }

  .marquee-wrap {
    margin-bottom: 0;
  }

  .header-container p {
    font-size: 16px;
  }

  .header-container h2 {
    font-size: 30px;
  }

  .overview-info h2 {
    font-size: 20px;
    margin: 10px 0;
  }

  .service-info h2 {
    font-size: 18px;
  }

  .service-info p {
    font-size: 14px;
    line-height: 22px;
  }

  .group-btn-food li button {
    gap: 5px;
    padding: 10px;
    font-size: 14px;
  }

  .food_list-title h2 {
    font-size: 16px;
  }

  .food-info {
    padding-right: 15px;
  }

  .food-price,
  .food-info h3 {
    font-size: 15px;
  }

  .group-btn-menu_spec {
    padding-bottom: 8px;
    gap: 8px;
    justify-content: flex-start;
  }

  .group-btn-menu_spec li button {
    font-size: 14px;
  }

  .col-menu_spec {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .row-menu_spec {
    margin: 0 -5px;
  }

  .reasons-slick {
    margin: 0 -5px;
  }

  .reasons-slick_items {
    padding: 0 5px;
  }

  .faq-grid {
    flex-wrap: wrap;
  }

  .faq-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .intro-panel {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .desc_news {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 30px;
  }

  .footerLogo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footerLink,
  .footerInfo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footerName {
    font-size: 120px;
  }

  .section-reasons {
    margin-top: 0;
  }
}


@media screen and (max-width: 768px) {
  .about_info h2 {
    font-size: 36px;
  }

  .header-container h2 {
    font-size: 26px;
  }

  .header-container p {
    font-size: 14px;
  }

  .group-btn-food {
    gap: 5px;
    width: 100%;
    overflow-y: auto;
  }

  .group-btn-food li button {
    white-space: nowrap;
  }

  .col-product {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .food-price,
  .food-info h3 {
    font-size: 14px;
  }

  .menu_spec_bg {
    padding: 20px;
  }

  .menu_spec_bg::before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }

  .reasons-text img {
    height: 40px;
  }

  .faq-question_text {
    font-size: 15px;
  }

  .newsItem-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .newsItem-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .newsItem__name {
    font-size: 18px;
  }
}