:root {
    --text-active: #f5ca1c;
    --text-white: #ffffff;
    --white-80: rgba(255, 255, 255, 0.8);
    --white-80: rgba(255, 255, 255, 0.7);
    --text-light-gray1: #afafaf;
    --text-light-gray2: #f8f8f8;
    --text-light-gray3: #d1d1d1;
    --text-light-gray4: #6a6a6a;
    --base-color: #d4c482;
    --base-color2: #d4c99c;
    --dark-color1: #1b1a18;
}

body {
    font-family: 'Afacad', sans-serif;
}

.base-color {
    color: var(--base-color) !important;
}

.dark-color1 {
    color: var(--dark-color1) !important;
}

.gray4 {
    color: var(--text-light-gray4) !important;
}

.dark-color1-bg {
    background: rgba(27, 26, 24, 0.5);
}

.event-name-color {
    color: #FD3B3B !important;
}

.event-bg {
    background: #201D16 !important;
}

.event-date-bg {
    background: #2D2C2B !important;
}

.event-border-bot {
    border-bottom: 1px solid #453B17;
}

.text-active {
    color: var(--text-active) !important;
}

.color-base {
    color: var(--base-color) !important;
}

.nav-item-custom {
    font-size: 18px;
    font-weight: bold;
}

.nav-item:hover {
    transition: all 0.5s;
    color: var(--text-active) !important;
}

.text-hover-active1:hover {
    transition: all 0.5s;
    color: var(--base-color) !important;
}

.text-white {
    color: var(--text-white) !important;
}




.main-typography-left {
    color: var(--base-color) !important;
    font-style: normal;
    font-weight: bolder;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Akira Expanded', sans-serif;
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #1b1a18;
}

.typography-box {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #1b1a18;
}

.crb-breadcrumb > a {
    color: white !important;
    font-family: Afacad;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: capitalize;
}

    .crb-breadcrumb > a:hover {
        color: #9b9b9a !important;
        transition: all 0.5s;
    }

.crb-breadcrumb > i {
    color: white !important;
    font-size: 9px;
}

.main-typography {
    color: var(--base-color) !important;
    line-height: 100%;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Akira Expanded', sans-serif;
}

.main-section-text {
    color: var(--base-color) !important;
    line-height: 100%;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
}

.main-section-us {
    font-family: 'Akira Expanded', sans-serif;
}

.main-section-vn {
    font-family: 'Afacad', sans-serif !important;
}


.sub-typography-right {
    color: #fff;
    font-family: Afacad;
    font-size: 14px;
    font-weight: 200;
    line-height: 100%; /* 18px */
    text-transform: none;
}

.sub-text-2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 100%; /* 18px */
    text-transform: none;
    color: #fff;
}

.sub-typography {
    color: var(--base-color) !important;
    font-family: 'Akira Expanded', sans-serif;
    font-size: 24px;
    height: 30px;
    display: block;
    text-transform: uppercase;
}

.white-80 {
    color: var(--white-80);
}

.text-l-gray {
    color: var(--text-light-gray);
}

.fw-700 {
    font-weight: 700;
}

.fw-500 {
    font-weight: 500;
}

.fw-900 {
    font-weight: 900;
}

.fw-bolder {
    font-weight: bolder;
}

.fw-normal {
    font-weight: normal;
}

.fz-8 {
    font-size: 10px;
}

.fz-10 {
    font-size: 10px;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-25 {
    font-size: 25px;
}

.fz-36 {
    font-size: 36px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.div-menu {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.bg-color-0 {
    background-color: #000000;
}

.border-top-color-base {
    border-top: 1px solid rgba(212, 201, 156, 0.5);
}

.no-decoration {
    text-decoration: none;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
        padding: 0;
    }

a {
    text-decoration: none;
}

.sl-nav {
    cursor: pointer;
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 29px;
            right: -15px;
            display: block;
            --tw-bg-opacity: 1;
            background-color: rgb(24 24 27 / var(--tw-bg-opacity));
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            transition: all 0.5s;
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 15px;
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
            transition: all 0.5s;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                --tw-bg-opacity: 1;
                background-color: rgb(24 24 27 / var(--tw-bg-opacity));
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
                transition: all 0.5s;
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: white;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover,
                .sl-nav li ul li span.active {
                    color: var(--base-color);
                    transition: all 0.5s;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}




#button_backtotop {
    display: inline-block;
    background-color: var(--base-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button_backtotop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button_backtotop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button_backtotop:active {
        background-color: #555;
    }

    #button_backtotop.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */



@media (min-width: 500px) {


    #button_backtotop {
        margin: 30px;
    }
}
