.button-footer .elementor-button {
  width: 100%;
  background: 0 0;
  text-align: center;
  padding: 10px 20px !important;
  font-size: 14px;
  min-width: 0;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: auto;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
}

.btn-cta,
.btn-signup,
.btn-book {
  margin: 0 5px !important;
}

.language-footer .wpml-ls-legacy-dropdown a {
  color: #fff !important;
}

.language-footer .wpml-ls-sub-menu a {
  color: #000 !important;
}

.list-content-page .elementor-element-populated {
  margin: 5% 0 !important;
  width: 95% !important;
}

.list-row-item .elementor-element-populated {
  margin: 5% auto !important;
  width: 95% !important;
}

.list-content-page .tablist li span {
  font-size: 16px !important;
}

.language-footer {
  width: 100px !important;
}

.section-tab .tablist ul li {
  font-size: 16px !important;
}

@media only screen and (max-width: 991px) {
  .ui-footer-top .elementor-column-gap-no {
    flex-direction: column;
  }

  .ui-footer-top .gform_wrapper {
    justify-content: center;
    align-items: baseline;
  }
}

@media only screen and (max-width: 580px) {
  .button-footer {
    margin: 0 5px !important;
  }
}

@media only screen and (max-width: 574px) {
  .ui-footer-top .gform_wrapper {
    display: block;
  }

  .btn-book {
    margin-top: 10px;
  }

  .btn-language {
    margin-top: 0;
  }
}

@media only screen and (max-width:400px) {
  .item-row .elementor-widget-text-editor {
    height: 580px !important;
  }

  .gallery-slider .slick-dots {
    width: 88%;
  }
}

@media only screen and (max-width:378px) {
  .button-footer {
    margin: 5px 5px !important;
  }

  .item-row .elementor-widget-text-editor {
    height: 580px !important;
    width: 100% !important;
    display: inline-block;
  }

  .list-content-page .elementor-element-populated {
    width: 100% !important;
  }
}

/* css footer */
@media only screen and (max-width: 991) {
  .footer-bottom {
    width: 100% !important;
  }
}

/* issue Cookie banner*/
.dialog-close-button {
  top: 18px !important;
}

body:not(.rtl) .elementor-popup-modal.cookie-consent .dialog-message {
  width: auto !important;
  padding: 15px 50px 15px 15px !important;
}

body:not(.rtl) .elementor-popup-modal.cookie-consent .dialog-close-button {
  right: 15px;
}

@media only screen and (max-width: 574px) {
  body:not(.rtl) .elementor-popup-modal.cookie-consent .dialog-widget-content {
    transform: translate(16px, -10px) !important;
    width: 90% !important;
    margin: 0 !important;
  }

  body:not(.rtl) .elementor-popup-modal.cookie-consent .dialog-message {
    width: 90% !important;
    padding: 15px 10px 15px 15px !important;
  }
}

/* scroll to top */
#backToTopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #644e30c9;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px 15px;
  z-index: -99991912;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#backToTopBtn.show {
  z-index: 99991912;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-ko span {
  font-size: 20px;
  margin-top: 1px;
  display: block;
}

.btn-zh {
  padding: 5px 14px !important;
}

.btn-ko {
  padding: 5px 11px !important;
}

.btn-zh span {
  font-size: 24px;
  margin-top: 1px;
  display: block;
}

#backToTopBtn:hover {
  background-color: #644e30c9;
}

/*issue 3 Next arrow button needs mouse hover state to indicate where the user is about to be directed to (next slide or the banner) */
.slide-banne-home .eicon-chevron-left,
.slide-banne-home .eicon-chevron-right {
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0.6;
}

.slide-banne-home .eicon-chevron-left::before {
  font-size: 18px;
  margin-left: -3px;
}

.slide-banne-home .eicon-chevron-right::before {
  font-size: 18px;
  margin-left: 3px;
}

.slide-banne-home .eicon-chevron-left:hover,
.slide-banne-home .eicon-chevron-right:hover {
  opacity: 1;
}

/* isssu 11  Headers with link should have mouse over state*/
.slide-post-home .entry-title a:hover {
  text-decoration: underline;
}

/* issue 12 White space is good, but this is way too much. */
.slide-post-home .jet-posts__inner-content {
  min-height: 235px !important;
  padding-bottom: 35px !important;
}

/* isssue 13 Expand the clickable area (not the dot itself) of these dot buttons. */
.slide-post-home .jet-slick-dots li span,
.slide-post-home .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.list-item-post-home article:hover {
  box-shadow: none !important
}

.list-item-post-home .elementor-post__title a:hover {
  text-decoration: underline;
}

/* issue 16  Avoid using typo that doesn’t match anything else on the page. In this case, a condensed font name “Osward” */
.btn-view-all .elementor-button-link {
  padding: 15.5px 49px;
}

.style-btn-buton-post .jet-carousel__content .jet-carousel__item-button {
  position: relative;
}

.style-btn-buton-post .jet-carousel__item-button:hover {
  border: unset;
}

.style-btn-buton-post .jet-carousel__item-button::before {
  content: '';
  position: absolute;
  border: 4px solid #9f7f54;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.style-btn-buton-post .jet-carousel__item-button:hover::before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.tripadvise .elementor-swiper-button i:hover {
  background-color: #7a674c;
}

/* issue: 27 */
.offer-list article h2.elementor-heading-title {
  margin-left: 36px;
  position: relative;
  margin-top: 20px;
  top: 10px;
}
.offer-list article h2.elementor-heading-title a {
  color: #444444 !important;
  font-size: 14px !important;
}
.offer-list article h3.elementor-heading-title {
  margin-top: 80px;
  margin-bottom: 2px !important;
}
.offer-list article{
  position: relative;
}
.offer-list article .name-category{
  position: absolute;
  left: 0;
  right: 0;
}
.offer-list article .elementor-widget-text-editor .elementor-widget-container {
  color: #444444 !important;
  font-size: 16px !important;
}
.offer-list article .elementor-widget-theme-post-featured-image {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70.07874015748031%;
}
.offer-list article .elementor-widget-theme-post-featured-image .elementor-widget-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.offer-list article .elementor-widget-theme-post-featured-image a {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
}

.offer-list article .elementor-widget-theme-post-featured-image a img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover !important;
}

.offer-list article h2.elementor-heading-title::before {
  position: absolute;
  left: -36px;
  top: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 24px;
  height: 24px;
}

.offer-list ul li:first-child span {
  font-weight: 700 !important;
}

.offer-list ul li span {
  margin-left: 15px !important;
  display: inline-block;
}

.offer-list ul li span::before {
  position: absolute;
  left: 28px;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 20px;
  height: 20px;
}

.offer-list-zh ul li span:before {
  left: 52px;
}

.offer-list-ko ul li span:before {
  left: 38px;
}

.offer-list article.offer_cat-hotel h2.elementor-heading-title::before,
.offer-list #hotels-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-hotel-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-hotels-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-hotel-zh-hant h2.elementor-heading-title::before,
.offer-list ul li#hotels span::before {
  background-image: url(../images/hote.svg);
}

.offer-list #casino-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-casino h2.elementor-heading-title::before,
.offer-list article.offer_cat-casino-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-casino-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-casino-zh-hant h2.elementor-heading-title::before,
.offer-list ul li#casino span::before {
  background-image: url(../images/casino.svg);
}

.offer-list ul li#dine-drink span::before,
.offer-list #dine-drink-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-tet-2024 h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-tet-2024-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-tet-2024-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_cat-dine-drink-tet-2024-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-drink-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-drink-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-drink-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-drink h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-and-drink h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-and-drink-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-and-drink-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-dine-and-drink-zh-hant h2.elementor-heading-title::before {
  background-image: url(../images/dine.svg);
}

.offer-list ul li#golf span::before,
.offer-list #golf-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-golf-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-golf-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-golf-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_cat-golf h2.elementor-heading-title::before {
  background-image: url(../images/golf.svg);
}

.offer-list ul li#meetings-events span::before,
.offer-list #meetings-events-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-meeting-events h2.elementor-heading-title::before,
.offer-list article.offer_cat-meeting-events-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-meeting-events-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-meetings-events-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-activities h2.elementor-heading-title::before,
.offer-list article.offer_cat-activities-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-hoat-dong-ngoai-troi h2.elementor-heading-title::before,
.offer-list article.offer_cat-820 h2.elementor-heading-title::before,
.offer-list article.offer_cat-meeting-events-zh-hant h2.elementor-heading-title::before {
  background-image: url(../images/meeting.svg);
}


.offer-list ul li#wellness span::before,
.offer-list #wellness-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-wellness h2.elementor-heading-title::before,
.offer-list article.offer_cat-wellness-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-wellness-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-wellness-zh-hant h2.elementor-heading-title::before {
  background-image: url(../images/well.svg);
}


.offer-list ul li#entertainment span::before,
.offer-list #entertainment-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-entertainment h2.elementor-heading-title::before,
.offer-list article.offer_cat-entertainment-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-entertainment-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-entertainment-zh-hant h2.elementor-heading-title::before {
  background-image: url(../images/enter.svg);
}

.offer-list ul li#services span::before,
.offer-list #services-tab article h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-event h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-event-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-event-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-event-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-entertainment h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-entertainment-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-entertainment-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-season-2023-entertainment-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-event h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-event-vn h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-event-ko h2.elementor-heading-title::before,
.offer-list article.offer_cat-festive-event-zh-hant h2.elementor-heading-title::before,
.offer-list article.offer_location-hoiana-hotel-suites h2.elementor-heading-title::before {
  background-image: url(../images/service.svg);
}

/* issue: 18 */
@media only screen and (max-width: 1805px) {
  .offer-list ul li span:before {
    left: 23px;
    top: 10px;
  }
  .offer-list.offer-list-vn ul li span:before{
    left: 7px;
  }
}

@media only screen and (max-width: 1799px) {
  .offer-list ul li span:before {
    left: 23px;
    top: 10px;
  }
}

@media only screen and (max-width: 1720px) {
  .offer-list ul li span:before {
    left: 18px;
    top: 10px;
  }
}

@media only screen and (max-width: 1640px) {
  .offer-list ul li span:before {
    left: 11px;
    top: 10px;
  }

  .offer-list ul li span {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1490px) {
  .offer-list ul li span:before {
    left: 4px;
    top: 10px;
  }
}

@media only screen and (max-width: 1366px) {
  .offer-list ul li span:before {
    left: 3px;
    top: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-list ul li span:before {
    left: 4px;
    top: 13px;
    width: 15px;
    height: 15px;
  }

  .offer-list ul li span {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1050px) {
  .offer-list ul li span:before {
    left: 4px;
    top: 13px;
    width: 15px;
    height: 15px;
  }

  .offer-list ul li span {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .section-mobie-header .elementor-widget-shortcode {
    margin: 0 !important;
  }

  .offer-list article {
    border-bottom: 1px solid;
    padding-bottom: 25px !important;
  }

  .offer-list article:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }

  .offer-list ul li span::before {
    position: absolute;
    left: 3px;
    top: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 15px;
    height: 15px;
  }

  .offer-list ul li span {
    font-size: 9px !important;
  }
}

@media only screen and (max-width: 787px) {
  .offer-list ul li span {
    font-size: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .offer-list ul li span {
    font-size: 14px !important;
  }
}

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

  .section-mobie-header .wpml-ls-sub-menu a span {
    font-size: 11px !important;
  }

  .section-mobie-header .elementor-widget-button .elementor-button-link {
    font-size: 8px !important;
    padding: 8px !important;
  }

  .section-mobie-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px 30px 5px 8px;
    font-size: 11px;
  }

  .section-mobie-header .elementor-heading-title.elementor-size-default {
    width: 30px;
    height: 30px;
  }

  .section-mobie-header .menu-toggle {
    width: 30px;
    height: 30px;
    padding-left: 7px;
  }

  .section-mobie-header-vn .elementor-widget-shortcode {
    width: 100% !important;
    max-width: 66px !important;
  }
}

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

  .slide-post-home .jet-slick-dots li span,
  .slide-post-home .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
}

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

  .slide-post-home .jet-slick-dots li span,
  .slide-post-home .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
  }
}

/* issue số 8 style menu */

.menu-nav-custom .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a{
  color: #72480F;
}
.menu-nav-custom .elementor-nav-menu > .menu-item > .sub-menu > .menu-item:hover > a{
  color: #fff;
}

/* style-menu */
.section-header-custom.elementor-sticky--active{
 padding-bottom: 20px !important;
 transition: all 0.2s ease 0s;
}
.section-header-custom.elementor-sticky--active {
  padding-bottom: 0 !important;
}
.section-header-custom.elementor-sticky--active a img{
  height: 60px !important;
}
.section-header-custom .logo-image .elementor-widget-container{
  opacity: 1;
  display: block;
  transition: all 0.3s ease 0s;
}
.section-header-custom .logo-image .elementor-widget-container img{
  margin-top: 6px;
}
.section-header-custom.elementor-sticky--active .logo-image .elementor-widget-container{
  opacity: 0;
  display: none;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
.section-header-custom .sticky-menu-logo .elementor-widget-container{
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.section-header-custom.elementor-sticky--active .sticky-menu-logo .elementor-widget-container{
  display: block !important;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.section-header-custom.elementor-sticky--active .sticky-menu-logo img{
  width: 100%;
  max-width: 37px;
  margin-top: 4px;
  margin-bottom: 6px;
}
.section-header-custom.elementor-sticky--active .elementor-nav-menu{
  padding-top: 10px;
  padding-bottom: 8px;
}
.btn-header a{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-width: 140px !important;
}
.site-top.language-bar{
  border: unset !important;
}
.section-header-custom{
  border-top: 1px solid #DEDEDE;
}
.section-header-custom .column-logo .elementor-widget-wrap.elementor-element-populated{
  position: fixed;
  left: calc(50% - 74px);
  z-index: 99999;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #9F7F54;
  padding: 6px !important;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, left 0.3s ease 0s;
  width: auto;
}
.section-header-custom.elementor-sticky--active .column-logo .elementor-widget-wrap.elementor-element-populated{
  background-color: transparent;
  left: calc(50% - 59px);
  transition: width 0.3s ease 0s, height 0.3s ease 0s, left 0.3s ease 0s;
}
.section-header-custom .column-logo .elementor-widget-wrap.elementor-element-populated .logo-image .elementor-widget-container{
  width: 128px;
  height: 95px;
}
.elementor-sticky--active .column-logo .elementor-widget-wrap.elementor-element-populated .sticky-menu-logo .elementor-widget-container{
  left: calc(50% - 42px);
  width: 90px;
  height: 47px;
}
.section-mobie-header .menu-logo-mobile .elementor-widget-container{
  opacity: 1;
  display: block;
  transition: none;
}
.section-mobie-header.elementor-sticky--active .menu-logo-mobile .elementor-widget-container{
  opacity: 0;
  display: none;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
.section-mobie-header .sticky-menu-logo-mobile .elementor-widget-container{
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.section-mobie-header .menu-logo-mobile.elementor-widget-theme-site-logo{
  margin-bottom: 0 !important;
}
.section-mobie-header.elementor-sticky--active .sticky-menu-logo-mobile .elementor-widget-container{
  display: block !important;
  opacity: 1;
  transition: none;
}
.section-mobie-header .column-logo-mobile-2 .elementor-element-populated {
  position: fixed;
  left: calc(50% - 82px);
  z-index: 99999;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, left 0.3s ease 0s;
  width: auto;
}
.section-mobie-header.elementor-sticky--active .column-logo-mobile-2 .elementor-element-populated {
  left: calc(50% - 58px);
}
.section-mobie-header .sticky-menu-logo-mobile .elementor-widget-container img,
.section-mobie-header .menu-logo-mobile .elementor-widget-container img{
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.section-mobie-header .sticky-menu-logo-mobile .elementor-widget-container img{
  margin-top: 10px;
  height: 65px;
}
@media only screen and (max-width: 991px) {
  .section-mobie-header{
    z-index: 99;
  }
  .section-header-custom .column-logo .elementor-widget-wrap.elementor-element-populated .logo-image .elementor-widget-container {
    width: 138px;
    height: 50px;
  }
  .section-mobie-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{
    display: inline-block;
  }
  .section-mobie-header .logo-image img{
    width: 100%;
    max-width: 95px;
  }
  .section-header-custom.elementor-sticky--active .sticky-menu-logo img {
    width: 100%;
    max-width: 47px;
    margin-top: -16px;
    margin-bottom: 6px;
  }
  .menu-toggle{
    float: none !important;
  }
  .mobile-toggle.show a{
    padding-left: 14px;
  }
  .elementor-52 .elementor-element.elementor-element-85eb7c1.elementor-column > .elementor-widget-wrap{
    justify-content: start !important;
  }
  .column-btn .elementor-widget-wrap.elementor-element-populated{
    position: relative;
    top: -35px;
  }
  .column-logo-mobile .elementor-widget-container{
    display: flex;
    justify-content: center;
  }
  .column-logo-mobile img{
    width: 100%;
    max-width: 100px;
  }
  .column-btn-mobile .elementor-button{
    padding: 9px 7px !important;
    font-size: 10px !important;
  }
  .section-mobie-header .column-logo-mobile-2 .elementor-element-populated {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .section-mobie-header.elementor-sticky--active .column-logo-mobile-2 .elementor-element-populated {
    left: 50% !important;
  }
  section.mobile-header.section-mobie-header.elementor-sticky--active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .section-mobie-header.elementor-sticky--active.notyet-sticky--active .sticky-menu-logo-mobile .elementor-widget-container,
  .section-mobie-header.elementor-sticky--active.notyet-sticky--active .menu-logo-mobile .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: none;
  }
  .section-mobie-header.elementor-sticky--active.notyet-sticky--active .sticky-menu-logo-mobile {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .section-mobie-header.elementor-sticky--active:not(.notyet-sticky--active) .sticky-menu-logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    height: 100%;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
  .section-mobie-header.elementor-sticky--active.notyet-sticky--active .menu-logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    height: 100%;
    max-height: 50px;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    animation: none;
  }
  .section-mobie-header.elementor-sticky--active:not(.notyet-sticky--active) .menu-logo-mobile {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
