.full-main {
    background: black url("../media/template/event/summer/background-Q4p2qRR.png") no-repeat fixed center !important;
    background-size: 60.1% 100% !important;
    padding: 10px 20px;
    width: 60%;
    float: left;
    text-align: center;
}

.full-left {
    background: black url("../media/template/event/summer/left-bg-YA9gc_g.png") no-repeat scroll right center !important;
    background-size: cover !important;
    width: 20%;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    float: left;
}

.full-right {
    background: black url("../media/template/event/summer/right-bg-2GVnnB9.png") no-repeat scroll left center !important;
    background-size: cover !important;
    width: 20%;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    float: left;
}

.full-menu {
    background: url("../media/template/event/summer/menu-bg-XlkvKRK.png") top no-repeat !important;
    background-size: contain !important;
    min-width: 320px;
    margin: auto;
    text-align: center;
    display: inline-block;
    /*height: calc(100vh - 30px - 15vh - 18vh);*/
    height: 537px !important;
    position: relative;
}

.full-social {
    margin: 0 auto auto auto;
    text-align: center;
    position: relative;
}

.full-menu .list {
    width: 72%;
    position: relative;
    top: 14%;
    overflow-y: auto;
    margin: auto;
    left: 0;
    right: 0;
    height: 78%;
}

.full-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

::-webkit-scrollbar-thumb {
    background-color: #ffd58d !important;
}

.nav-btn {
    background-image: url("../media/template/event/summer/button-category-1JSVqaW.png") !important;
    background-size: auto 100%;
}

.full-logo {
    width: auto;
    height: 20vh;
    margin: 10px auto auto auto;
    display: block;
}

.nav-btn {
    margin: 5px auto !important;
    width: 100% !important;
}

.nav-btn span {
    font-weight: bold !important;
}

.nav-btn span:before {
    background: linear-gradient(180deg, #0000 0, #0000) !important;
    -webkit-text-stroke: 1px #0000 !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.nav-btn span:after {
    background: -webkit-linear-gradient(-90deg, #ffeea0 8px, #c8a36d 15px) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #0000 !important;
}

.app-full {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .full-right {
        display: none;
    }

    .full-main {
        width: 70% !important;
        background-size: 100% 100% !important;
    }

    .full-left {
        width: 30% !important;
    }
}

@media only screen and (max-width: 1050px) {
    .app-full {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .full-left {
        width: 100% !important;
    }

    .full-main {
        width: 100% !important;
    }
}

.full-content {
    width: 986px;
    margin: auto;
    max-width: 100%;
}

.full-main img {
    height: auto !important;
}

.full-main ul:not(.text-left),
.full-main ol:not(.text-left) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    background-image: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    background-position: unset !important;
    text-align: unset !important;
    height: unset !important;
    font-size: unset !important;
    padding: unset !important;
    margin-bottom: unset !important;
    margin-top: unset !important;
}

h3, .pro {
    background-image: url("../media/template/event/summer/h4-E4HewOR.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    text-align: center;
    height: 45px;
    font-size: 1.5rem;
    padding: unset;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4, .pro {
    background-image: url("../media/template/event/summer/h4-E4HewOR.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    text-align: center;
    height: 45px;
    font-size: 1.5rem;
    padding: unset;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* xx2 */


body {
    scroll-behavior: smooth;
}

.mobile {
    display: none;
    position: sticky;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    background: black;
    border-bottom: solid 1px #535255;
}

.mobile .full-logo {
    float: left;
    width: auto;
    height: 50px;
}

.mobile .hamburger {
    float: right;
    background: #211e23;
    height: 48px;
    padding: 15px 8px;
    margin: 0 0 0 8px;
    min-width: 48px;
    max-width: 48px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile .hamburger > span {
    background: #565657;
    border-radius: 2px;
    display: block;
    height: 3px;
    width: 30px;
    opacity: 1;
    right: 0;
    margin-bottom: 4px;
    transition: all 0.4s ease 0s;
}

.full-left {
    z-index: 9999;
}

.full-menu {
    max-height: calc(100vh - 20vh - 180px);
}

@media only screen and (max-width: 1050px) {
    .full-menu {
        max-height: calc(100vh - 91px - 180px) !important;
    }

    h2 {
        scroll-margin-top: 91px;
    }

    .full-logo {
        margin: unset !important;
    }

    .full-left:not(.active) {
        display: none;
    }

    body:has(.full-left.active) {
        overflow: hidden;
    }

    .full-left {
        width: 100% !important;
        position: fixed;
        bottom: 0;
        top: unset;
        height: calc(100% - 91px);
    }

    .mobile {
        display: flex;
    }

    .page-manage {
        display: none;
    }

    .full-left > a {
        display: none;
    }
}

@media only screen and (max-width: 535px) {
    .mobile-off {
        display: none;
    }
}

.flex-break {
    flex-basis: 100%;
    width: 0;
}

.full-main {
    position: relative;
}
.slider-wrapper img {
    height: unset !important;
    max-width: unset !important;
}
.slider-wrapper{
    width: 900px;
    height: 400px;
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow:hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* Our image information */
.before,
.after {
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top:0;
    left:0;
    pointer-events:none;
    overflow: hidden;
}

.content-image{
    height:100%;
}

.after{
    width:125px;
}

.scroller{
    width: 50px;
    height:50px;
    position: absolute;
    left:100px;
    top:50%;
    transform:translateY(-50%);
    border-radius:50%;
    background-color: transparent;
    opacity:0.9;
    pointer-events:auto;
    cursor: pointer;
}

.scroller:hover{
    opacity:1;
}

.scrolling{
    pointer-events:none;
    opacity:1;
}

.scroller__thumb{
    width:100%;
    height:100%;
    padding:5px;
}

.scroller:before,
.scroller:after{
    content:" ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition:0.1s;
}
.scroller:before{
    top:100%;
}
.scroller:after{
    bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
    border: 5px solid #fff;
}
.scroller:before,
.scroller:after{
    background: #fff;
}
