.site-header .container {
    max-width: 1420px;
}
.has-sticky .site-content {
    padding-top: var(--header-bottom-height);
}
.header-top {
    background-color: #F0EDE1;
    padding: 12px 0 10px;
    text-align: center;
    position: relative;
}

.close-header-top {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 24px;
    height: 24px;
    font-size: 0;
    cursor: pointer;
}

.close-header-top:before, .close-header-top:after {
    position: absolute;
    left: 12px;
    top: 2px;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #00ACD7;
  }
  .close-header-top:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close-header-top:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0 5px;
}

.header-left img {
    width: 121px;
    height: auto;
}

.header-announcement {
    text-align: left;
    position: relative;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    font-weight: 400;
    letter-spacing: 0;
}

.header-announcement:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/annou.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 18px;
    left: 4px;
    top: 3px;
}

.header-bottom .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-center .mega-indicator {
    display: none !important;
}

/* CSS cho language dropdown */
.language-switcher {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-left: 8px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 75px;
    width: 63px;
    padding-top: 21px;
}

.language-switcher:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    height: 15px;
    width: 2px;
    background-color: #282828;
}

.language-switcher ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: calc(100% + 25px);
    left: -8px;
    background-color: #282828;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 129px;
    pointer-events: none;
}

.language-switcher:hover ul {
    opacity: 1;
    top: 100%;
    z-index: 1000;
    pointer-events: all;
}

ul.lang-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #282828;
    position: absolute;
    top: -15px;
    left: 33px;
}

.language-switcher ul li {
    padding: 10px;
}

.language-switcher ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}

.language-switcher ul li a:hover {
    color: #00ACD7;
    padding-left: 16px;
}

.language-switcher ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #00ACD7;
    left: -16px;
    top: 9px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.language-switcher ul li a:hover:before {
    left: 0;
    opacity: 1;
}

.language-switcher .current-language {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #00ACD7;
    position: relative;
    padding-left: 23px;
    top: 1px;
    white-space: nowrap;
}

.language-switcher .current-language:before {
    content: "";
    display: inline-block;
    background-image: url(../images/lang.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
}

.site-header .book-venue, .site-header .member-login {
    padding: 10px 4px 10px 16px;
    text-decoration: none;
    color: #fff;
    width: 142px;
    height: 45px;
    display: block;
    position: relative;
    font-weight: bold;
    top: 13px;
    text-align: center;
    z-index: 1;
}

.site-header .member-login svg path {
    fill: #00C160;
}

.site-header .book-venue:hover {
    color: #fff;
}

.site-header .member-login:hover {
    color: #fff;
}

.site-header .button-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: right;
}

.site-header .member-menu .button-background {
    top: 3px;
}

.site-header .button-background svg path {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.site-header .book-venue:hover .button-background svg path {
    fill: #0076BF;
}

.site-header .member-login:hover .button-background svg path {
    fill: #000000;
}

.header-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.header-popup .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}

.header-popup .popup-content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1002;
    text-align: center;
    display: inline-block;
    max-width: calc(100vw - 60px);
    width: 800px;
}

.header-popup a {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.5%;
    border-radius: 5px;
}

.header-popup .popup-content img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       
}

.header-popup .close-popup {
    position: absolute;
    top: -54px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 1003;
}
.header-popup .close-popup svg rect {
    transition: all 0.3s;
}
.header-popup .close-popup:hover svg rect {
    fill: transparent;
}

.header-popup .close-popup:hover svg path {
    stroke: currentColor;
}

.header-popup .close-popup:hover {
    color: #00ACD7;
}
.header-popup .close-popup:after {
    content: "";
    display: block;
    width: 32.5px;
    height: 32.5px;
    border-radius: 50%;
    background: rgb(0, 172, 215);
    position: absolute;
    top: 1px;
    z-index: -1;
    left: 1px;
    transition: all 0.3s;
    transform: scale(1);
}
.header-popup .close-popup:hover:after {
    transform: scale(0);
}
.header-bottom.sticky {
    position: fixed;
    top: var(--wpadminbar-height);
    width: 100%;
    z-index: 9;
}

.site-header .header-bottom, .site-header.white .header-bottom {
    background-color: white;
}
.site-header.beige .header-bottom {
    background-color: #F0EDE1;
    border-bottom: 1px solid #959595;
}
.site-header .mega-menu-wrap {
    max-width: calc(100% - 71px) !important;
}
.site-header .mega-menu-item > .mega-sub-menu {
    left: -69px !important;
    top: 57px !important;
}
.site-header .mega-menu-item > .mega-sub-menu:after {
    content: "";
    display: block !important;
    width: 0;
    height: 0;
    position: absolute;
    top: -13px;
    left: 88px;
    width: 30px;
    height: 16px;
    background-image: url(../images/icon-submenu-after.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.language-switcher ul li,
.site-header .dropdown-content li,
.mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item {
    opacity: 0 !important;
    transform: translateY(5px) !important;
    transition: opacity .3s linear,transform .2s cubic-bezier(.165,.84,.44,1) !important;
}
.language-switcher:hover ul li,
.site-header .member-dropdown:hover .dropdown-content li,
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.language-switcher:hover ul li:nth-child(1),
.site-header .member-dropdown:hover .dropdown-content li:nth-child(1),
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(1) {
    transition: opacity .3s linear 0.075s,transform .3s linear 0.075s !important;
}
.language-switcher:hover ul li:nth-child(2),
.site-header .member-dropdown:hover .dropdown-content li:nth-child(2),
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(2) {
    transition: opacity .3s linear 0.15s, transform .3s linear 0.15s !important;
}
.language-switcher:hover ul li:nth-child(3),
.site-header .member-dropdown:hover .dropdown-content li:nth-child(3),
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(3) {
    transition: opacity .3s linear .225s, transform .3s linear .225s !important;
}
.language-switcher:hover ul li:nth-child(4),
.site-header .member-dropdown:hover .dropdown-content li:nth-child(4),
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(4) {
    transition: opacity .3s linear .3s, transform .3s linear .3s !important;
}
.language-switcher:hover ul li:nth-child(5),
.site-header .member-dropdown:hover .dropdown-content li:nth-child(5),
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(5) {
    transition: opacity .3s linear .375s, transform .3s linear .375s !important;
}
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(6) {
    transition: opacity .3s linear .45s, transform .3s linear .45s !important;
}
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(7) {
    transition: opacity .3s linear .525s, transform .3s linear .525s !important;
}
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(8) {
    transition: opacity .3s linear .675s, transform .3s linear .675s !important;
}
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(9) {
    transition: opacity .3s linear .75s, transform .3s linear .75s !important;
}
.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(10) {
    transition: opacity .3s linear .825s, transform .3s linear .825s !important;
}
.site-header .mega-menu-link {
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;   
}
.site-header .mega-sub-menu .mega-menu-link {
    line-height: 25px !important;
    position: relative !important;
}
.site-header .mega-sub-menu .mega-menu-link:hover {
    color: #00ACD7 !important;
    padding-left: 16px !important;
}
.site-header .mega-sub-menu .mega-menu-link:before {
    content: "";
    display: block !important;
    position: absolute !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #00ACD7 !important;
    left: -16px;
    top: 19px !important;
    border-radius: 50%;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    opacity: 0;
}
.site-header .mega-sub-menu .mega-menu-link:hover:before {
    left: 0;
    opacity: 1;
}
.site-header .mega-sub-menu > .mega-menu-column:first-child {
    width: calc(100% - 280px) !important;   
}
.site-header .mega-sub-menu > .mega-menu-column + .mega-menu-column {
    width: 280px !important;
}
.site-header .mega-sub-menu > .mega-menu-column + .mega-menu-column .mega-menu-item {
    display: none !important;
    text-align: right !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.site-header .mega-sub-menu > .mega-menu-column + .mega-menu-column .mega-menu-item.show {
    display: block !important;
}

.site-header .mega-sub-menu > .mega-menu-column + .mega-menu-column .mega-menu-item .mega-block-title {
    display: none !important;
}

.site-header .mega-sub-menu > .mega-menu-column + .mega-menu-column .mega-menu-item img {
    width: 250px;
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

.site-footer {
    background-color: #000;
    padding: 60px 0;
    color: #fff;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    gap: 30px;
    position: relative;
}

.footer-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
}

ul.footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    gap: 20px;
}

.footer-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-socials, .footer-menu, .footer-submenu, .footer-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-socials a {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #00ACD7;
}

.footer-socials a:hover {
    background-color: #0076BF;
}

.footer-socials a img {
    opacity: 0;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 55px;
    gap: 20px;
    position: relative;
}

.footer-bottom-menu {
    gap: 30px;
}

.footer-bottom-menu a {
    font-size: 14px;
    line-height: 24px;
}

.footer-bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom-right {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    top: 2px;
}
.footer-bottom-right > *:last-child {
    margin: 0;
}
.footer-item > a {
    font-weight: bold;
    color: #00ACD7;
}

.footer-item > a:hover {
    color: #0076BF;
}

.footer-subitem > a {
    color: #fff;
    font-weight: normal;
    opacity: .7;
}

.footer-subitem > a:hover {
    opacity: 1;
}

.footer-left {
    width: 256px;
}

.footer-right {
    width: calc(100% - 256px);
    max-width: 860px;
}

li.footer-item {
    margin-bottom: 24px;
}

li.footer-subitem {
    margin-right: 0;
    margin-top: 8px;
}

ul.footer-submenu {
    margin-top: 16px;
}

.footer-menu:last-child li {
    margin-right: 0;
}

.site-header .member-dropdown {
    position: relative;
    display: flex;
    margin-left: 8px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 75px;
    width: auto;
    padding-top: 22px;
}
.site-header .member-dropdown.book-venue-dropdown {
    height: 75px;
    margin-left: 0;
    padding-top: 0;
}

.site-header .member-menu {
    cursor: pointer;
    color: #000;
    position: relative;
    top: 1px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    gap: 8px;
    height: 75px;
}
.site-header .member-menu.book-venue-menu  {
    color: rgb(255, 255, 255);
    width: 142px;
    height: 45px;
    display: block;
    position: relative;
    font-weight: bold;
    top: 13px;
    text-align: center;
    z-index: 1;
    padding: 10px 4px 10px 16px;
    text-decoration: none;
}
.site-header .member-menu .mega-indicator {
    display: none;
}
.site-header .member-dropdown:hover .member-menu,
.site-header .member-menu:hover {
    color: #00ACD7;
}

.site-header .member-dropdown.book-venue-dropdown:hover .member-menu,
.site-header .member-menu.book-venue-menu:hover {
    color: #fff;
}

.site-header .member-menu svg {
    position: relative;
    top: -3px;
}

.site-header .dropdown-content {
    list-style: none;
    margin: 0;
    padding: 20px 5px 20px 20px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: calc(100% + 25px);
    left: auto;
    right: 0;
    background-color: #282828;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: max-content;
    pointer-events: none;
    min-width: 286px;
}

.site-header .dropdown-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #282828;
    position: absolute;
    top: -15px;
    right: 54px;
}

.site-header .member-dropdown:hover .dropdown-content {
    opacity: 1;
    top: calc(100% - 2px);
    z-index: 1000;
    pointer-events: all;
}

.site-header .dropdown-content li {
    padding: 9px 10px;
}

.site-header .dropdown-content li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}

.site-header .dropdown-content li a:hover {
    color: #00ACD7;
    padding-left: 16px;
}

.site-header .dropdown-content li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #00ACD7;
    left: -16px;
    top: 9px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.site-header .dropdown-content li a:hover:before {
    left: 0;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 9;
    color: #ffffff;
    display: none;
    text-align: center;
    transition: color 0.5s, background 0.5s;
}
.back-to-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.back-to-top:hover {
    background-color: #ffffff;
    color: #00ACD7;
}
.back-to-top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .5s;
    background: #282828;
    z-index: -1;
}

.back-to-top:hover:before {
    width: 0;
    height: 0;
}

@media (min-width: 1500px) {
    .site-header .container {
        max-width: 1600px;
        padding: 0 40px;
    }
}
@media (max-width: 1399px) {
    .header-center {
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
    .site-header .mega-menu-link {
        padding: 0 5px !important;
    }
    .site-header .mega-sub-menu .mega-menu-link:before {
        top: 8px !important;
    }
}
@media (max-width: 1320px) and (min-width: 1250px) {
    .site-header .mega-menu-link {
        padding: 0 5px !important;
        font-size: 15px !important;
    }
    .language-switcher .current-language,
    .site-header .member-menu,
    .site-header .book-venue, .site-header .member-login {
        font-size: 15px;
    }
    .site-header .book-venue, .site-header .member-login {
        width: 135px;
    }
}
@media (max-width: 1249px) and (min-width: 1200px) {
    .site-header .mega-menu-link {
        padding: 0 5px !important;
        font-size: 14px !important;
    }
    .language-switcher .current-language,
    .site-header .member-menu,
    .site-header .book-venue, .site-header .member-login {
        font-size: 14px;
    }
    .site-header .book-venue, .site-header .member-login {
        width: 135px;
    }
}
@media (min-width: 1200px) {
    .mega-menu.max-mega-menu.mega-menu-horizontal {
        position: relative;
        top: -2px !important;
    }
}
@media (max-width: 1199px) {
    .language-switcher ul li a:hover {
        color: #282828;
        padding: 0;
    }
    
    .language-switcher ul li a:before {
        display: none;
    }
    .site-header .mega-menu-item > .mega-sub-menu {
        width: 536px !important;
    }
    .language-switcher:before {
        display: none;
    }
    .header-right {
        display: none;
    }
    .language-switcher {
        display: flex;
        margin: 0;
        padding: 0 30px;
        height: auto;
        width: 100%;
        text-align: center;
        margin-top: 6px;
        justify-content: space-between;
    }
    .mega-menu-toggle.mega-menu-open:after {
        display: none !important;
    }
    .mega-menu-wrap .mega-close {
        display: none !important;
    }
    .language-switcher ul {
        opacity: 1;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: none;
        width: 100%;
        justify-content: center;
        border-radius: 0;
        padding: 0;
        pointer-events: all;
        opacity: 1;
        overflow: hidden;
    }
    .language-switcher ul.open {
        height: 37px;
    }
    .language-switcher ul li {
        padding: 0 10px 0;
        transform: none !important;
        opacity: 1 !important;
    }
    .language-switcher .current-language {
        top: 0;
        display: none;
    }
    .language-switcher ul li a {
        color: #282828;
    }
    .language-switcher ul li.current-lang a {
        color: #00ACD7;
    }
    ul.lang-menu:before {
        display: none;
    }
    .site-header .book-venue, .site-header .member-login {
        width: 100%;
        max-width: 348px;
        padding: 8px 10px;
        border-radius: 50px;
        line-height: 26px;
        height: 41px;
        top: 0;
    }
    .site-header .book-venue {
        background-color: #00ACD7;
    }
    .site-header .book-venue:hover {
        background-color: #0076BF;
    }
    .site-header .member-login {
        background-color: #282828;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .site-header .member-login:hover {
        background-color: #000000;
    }
    .header-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .site-header .button-background {
        display: none;
    }
    .header-center .mega-indicator {
        display: block !important;
        width: 34px !important;
        height: 34px !important;
        border-radius: 50%;
        border: 1px solid #00ACD7;
        background-color: #fff !important;
        top: 14px;
    }
    .header-center .mega-indicator::before, .header-center .mega-indicator::after {
        content: "" !important;
        position: absolute !important;
        background-color: #00ACD7 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .header-center .mega-indicator:before {
        width: 2px;
        height: 14px;
        left: 15px;
        top: 8px;
    }
    .header-center .mega-indicator:after { 
        width: 14px !important;
        height: 2px !important;
        left: 9px;
        top: 14px;
    }
    .header-center .mega-toggle-on .mega-indicator {
        background-color: #00ACD7 !important;
    }
    
    .header-center .mega-toggle-on .mega-indicator::before,
    .header-center .mega-toggle-on .mega-indicator::after {
        background-color: #fff !important;
    }
    
    .header-center .mega-toggle-on .mega-indicator::before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .site-header .mega-sub-menu > .mega-menu-column + .mega-menu-column {
        display: none !important;
    }
    .site-header .mega-menu-item > .mega-sub-menu {
        width: 100% !important;
    }
    .site-header .mega-sub-menu > .mega-menu-column:first-child {
        width: 100% !important;
    }
    .site-header .mega-menu-item > .mega-sub-menu:after {
        display: none !important;
    }
    li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
        max-width: none !important;
    }
    ul.mega-sub-menu {
        background-color: #fff !important;
        padding: 0 !important;
    }
    a.mega-menu-link {
        color: #282828 !important;
    }
    a.mega-menu-link:hover {
        color: #00acd7 !important;
    }
    .mega-sub-menu a.mega-menu-link {
        font-weight: normal !important;
    }
    ul.mega-sub-menu > li.mega-menu-item {
        padding: 0 !important;
    }
    .header-bottom .mega-menu {
        border-top: 1px solid #959595 !important;
        top: var(--header-height) !important;
        height: calc(var(--vh-screen, 100vh) - var(--header-height)) !important;
        max-height: calc(var(--vh-screen, 100vh) - var(--header-height)) !important;
    }
    .header-bottom.sticky .mega-menu {
        top: 73px !important;
        height: calc(-73px + 100vh) !important;
    }
    .header-left img {
        height: 50px;
    }
    .header-bottom {
        padding-bottom: 11px;
    }
    .site-header .container {
        padding: 0 13px;
    }
    .site-header .mega-menu-link {
        padding: 0 30px !important;
        border-bottom: 1px solid #F0EDE1 !important;
        min-height: 62px !important;
        line-height: 62px !important;
    }
    .site-header .mega-menu-item.mega-toggle-on > .mega-menu-link {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="382" height="1" viewBox="4 0 386 1" fill="none"><line y1="0.5" x2="390" y2="0.5" stroke="%23282828" stroke-dasharray="8 8"/></svg>') !important;
        background-repeat: repeat-x !important;
        background-position: bottom left !important;
        background-size: 390px !important;
        transition: none !important;
        border-bottom: none !important;
    }
    .menu-bottom {
        padding-bottom: 30px;
    }
    .header-right {
        gap: 0;
    }
    .site-header .mega-sub-menu .mega-menu-item:first-child .mega-menu-link {
        /* background-color: #F0EDE1 !important; */
    }
    .site-header .mega-sub-menu .mega-menu-link {
        border-bottom: 0 !important;
        line-height: 50px !important;
        min-height: 50px !important;
    }
    .site-header .mega-sub-menu  .mega-menu-item:last-child .mega-menu-link{
        border-bottom: 1px solid #F0EDE1 !important;
    }
    .site-header .mega-sub-menu .mega-menu-link:before {
        display: none !important;
    }
    .site-header .mega-sub-menu .mega-menu-link:hover {
        padding-left: 30px !important;
        background-color: #F0EDE1 !important;
        color: #282828 !important;
    }
    .mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #00ACD7 !important;
    }
    .header-announcement {
        padding-left: 61px;
        padding-right: 61px;
        font-size: 14px;
        line-height: 20px;
    }
    .header-top {
        padding: 11px 0 9px;
    }
    .header-announcement:before {
        left: 21px;
        top: 50%;
        -webkit-transform: translateY(calc(-50% - 1px));
            -ms-transform: translateY(calc(-50% - 1px));
                transform: translateY(calc(-50% - 1px));
    }
    .close-header-top {
        right: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .mega-menu-toggle .mega-toggle-block {
        margin: 0 !important;
    }
    .mega-menu-toggle .mega-toggle-animated-box {
        width: 24px !important;
        height: 24px !important;
        padding: 5px 4px !important;
        top: -3px;
    }
    .mega-menu-toggle .mega-toggle-animated-inner, .mega-menu-toggle .mega-toggle-animated-inner::before, .mega-menu-toggle .mega-toggle-animated-inner::after {
        width: 20px !important;
        height: 2px !important;
        border-radius: 0 !important;
    }
    .mega-menu-toggle .mega-toggle-animated-inner {
        margin-top: 0 !important;
        right: 4px !important;
        top: 5px !important;
    }
    .mega-menu-toggle .mega-toggle-animated-inner::before {
        width: 15px !important;
        top: 9px !important;
        right: 0;
    }
    .mega-menu-toggle .mega-toggle-animated-inner::after {
        bottom: -18px !important;
        top: 18px !important;
    }
    .mega-menu-toggle.mega-menu-open .mega-toggle-animated-slider .mega-toggle-animated-inner {
        right: 3px !important;
    }
    .mega-menu-toggle.mega-menu-open .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg) !important;
                transform: translate3d(0, -18px, 0) rotate(-90deg) !important;
    }
    .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner, .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before, .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
        width: 23px !important;
    }
    .site-header .member-dropdown {
        padding: 0;
        height: auto;
        margin-left: 0;
        left: 0;
        transform: none;
        order: -1;
        width: 100%;
        margin-bottom: 21px;
        flex-wrap: wrap;
    }
    .site-header .member-menu {
        padding: 0 30px;
        border-bottom: 1px solid #F0EDE1;
        min-height: 60px;
        line-height: 60px;
        width: 100%;
        align-items: center;
    }   
    .site-header .member-menu svg {
        top: 0px;
    } 
    .site-header .member-menu .mega-indicator {
        display: block;
        position: relative;
        margin-left: auto;
        top: 0;
    }
    .site-header .dropdown-content {
        display: none;
        position: static;
        opacity: 1;
        transition: none;
        z-index: 0;
        width: 100%;
        background: transparent;
        padding: 0;
        border-radius: 0;
        border-bottom: 1px solid #F0EDE1;
    }
    .site-header .dropdown-content li a {
        color: #282828;
        font-weight: 400;
        line-height: 26px;
        padding: 12px 30px;
        display: block;
    }
    .site-header .dropdown-content:before {
        display: none;
    }
    .site-header .dropdown-content li {
        padding: 0;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    .site-header .dropdown-content li a:hover {
        background: #F0EDE1;
        color: #282828;
        padding: 12px 30px;
    }
    .site-header .dropdown-content li a:before {
        display: none;
    }
    .site-header .dropdown-content li:first-child a {
        text-transform: capitalize;
    }
    .site-header .member-dropdown.book-venue-dropdown {
        margin-bottom: 0;
        height: auto;
    }
    .site-header .member-menu.book-venue-menu {
        top: 0;
        text-align: left;
        padding: 0 30px;
        color: #000;
        width: 100%;
        height: 75px;
        display: flex;
    }
    .site-header .member-dropdown.book-venue-dropdown:hover .member-menu, .site-header .member-menu.book-venue-menu:hover {
        color: #00ACD7;
    }
    .site-header .member-menu .button-background {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer-top {
        display: block;
    }
    .footer-right .row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-right .row > ul {
        width: calc(50% - 10px);
    }
    .footer-bottom {
        display: block;
        margin-top: 25px;
    }
    .footer-right {
        width: 100%;
        max-width: none;
        margin-top: 39px;
    }
    .site-footer {
        padding: 30px 0;
    }
    .footer-left {
        width: 100%;
    }
    .footer-left img {
        max-height: 60px;
    }
    ul.footer-socials {
        margin-top: 19px;
    }
    li.footer-item {
        margin-bottom: 12px;
    }
    ul.footer-submenu {
        margin-top: -2px;
    }
    .footer-right .row {
        gap: 28px 20px;
    }
    .footer-bottom-right {
        line-height: 20px;
        position: static;
        margin-top: 18px;
    }
    .back-to-top {
        bottom: 15px;
    }
    .back-to-top.back-sticky {
        position: absolute;
        top: -8px;
        right: 0;
        bottom: auto;
    }
}
@media (max-width: 767px) {    
    .site-footer {
        position: relative;
    }
}
@media (max-width: 600px) {
    .header-bottom.sticky {
        top: 0;
    }
}