.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Jost", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Jost", Sans-serif;}.elementor-kit-7 h1{font-family:"Jost", Sans-serif;}.elementor-kit-7 h2{font-family:"Jost", Sans-serif;}.elementor-kit-7 h3{font-family:"Jost", Sans-serif;}.elementor-kit-7 h4{font-family:"Jost", Sans-serif;}.elementor-kit-7 h5{font-family:"Jost", Sans-serif;}.elementor-kit-7 h6{font-family:"Jost", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*menu trang*/
.menu-2 {
    transform: translateY(-101px);
    -moz-transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    background: rgba(2, 3, 5, 0.75);
    border-bottom: 1px solid #282C42;
}

.elementor-sticky--effects.menu-2 {
    height: auto !important;
    transform: translateY(0px);
}

.menu-2:before {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .1s ease-in;
    opacity: 1;
}

.menufix .jet-mobile-menu__container {
    display: block !important;
}

.menufix .jet-mobile-menu__container-inner {
    height: 100vh !important;
}

.dialog-lightbox-widget-content {
    background-color: rgba(0,0,0,.9) !important;
}

.button_td {
    margin-bottom: 0 !important;
}

.border-bottom_td .elementor-heading-title {
    border-bottom: 2px solid #BB9B6A;
}

.menu-food_td .elementor-icon-box-title {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.menu-food_td .elementor-icon-box-title span {
    flex-shrink: 0;
    padding-right: 2%;
    background: #0e0d0a;
    z-index: 1;
    position: relative;
}

.menu-food_td .elementor-icon-box-title::after {
    content: "";
    flex-grow: 1;
    border-bottom: 1px dotted #333;
    position: relative;
}

/*Slider*/
.sliderim_td .swiper-slide-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 1s ease;
  z-index: 1;
  pointer-events: none;
}

.sliderim_td .swiper-slide-inner:hover::before {
  opacity: 0;
}

html::-webkit-scrollbar-thumb {
    background: #BB9B6A;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25) , inset -2px -2px 2px rgba(0,0,0,.25);
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25) , inset -2px -2px 2px rgba(0,0,0,.25);
}

html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html::-webkit-scrollbar-track {
    background: #000;
}/* End custom CSS */