* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e5e5e5;
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

img {
    vertical-align: middle;
}

.emag-wrapper {
    height: 100vh;
}

.emag-background {
    background: url('../images/bg_lhsn2024.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
}

#fullpage {
    height: 100%;
}

.section {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.emag-contain {
    width: 100%;
    margin: 0 auto;
}

.emag-wrap {
    padding-bottom: 48%;
    position: relative;
    width: 100%;
}

.emag-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
}

.emag-cover .emag-main {
    background-color: transparent;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.emag-cover img {
    width: 100%;
}

.emag-logo {
    display: block;
    /* margin-bottom: 4vw; */
}

.emag-credit {
    display: block;
    /* margin-top: 2.96875vw; */
}

.emag-sapo {
    display: block;
    margin-top: 4vw;
}

.emag-left {
    min-width: 33.2603406%;
    width: 65%;
    height: 100%;
    padding: 70px 0px 70px 50px;
}

.emag-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emag-right {
    /* padding: 3.64583333vw; */
    padding: 70px 110px 70px 30px;
    flex: 1;
    overflow: hidden;
    height: 100%;
}

.emag-right img {
    width: 100%;
}

.emag-content {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    height: 100%;
    overflow-y: scroll;
    padding-right: 3.5vw;
}

.emag-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.arrow {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    height: 1.3vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    cursor: pointer;
    animation: arrow 2s infinite;
    -moz-animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
    -o-animation: arrow 2s infinite;
}

.emag-paging {
    align-items: center;
    text-align: center;
    background-image: linear-gradient(to bottom, #a685f6, #506ded);
    position: absolute;
    /* right: 230px;
    left: 230px;
    bottom: auto !important;
    width: auto !important;
    top: 5% !important; */
    right: 3px;
    left: unset !important;
    bottom: unset !important;
    width: auto !important;
    top: 50%;
    z-index: 1003;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    color: silver;
    font-family: 'Gotham', sans-serif;
    padding: 5px;
    border-radius: 5px;
    max-width: 100px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    overflow-wrap: break-word;
}


.emag-paging li {
    min-width: 20px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: solid 2px silver;
    cursor: pointer;
    /* display: inline-block; */

}

.emag-paging li:first-child {
    border-top: none;
}

.emag-paging li span {
    text-align: center;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: silver;
    margin: 0 auto;
}

.emag-paging li.active {
    align-items: center;
    color: white;
}

.emag-paging li.active span {
    align-items: center;
    background-color: white;
}

@media screen and (max-width: 1600px) {
    .emag-content {
        font-size: 16px;
        line-height: 24px;
    }
}

@keyframes arrow {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 0px;
    }

    100% {
        bottom: 10px;
    }
}

@-webkit-keyframes arrow {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 0px;
    }

    100% {
        bottom: 10px;
    }
}

@-moz-keyframes arrow {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 0px;
    }

    100% {
        bottom: 10px;
    }
}

.sp-image-caption span {
    font-family: SFD-Regular;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}

.sp-image-caption {
    width: 100%;
}

/* h1 {
    font-size: 35px;
    background: linear-gradient(45deg, #506ded, #a685f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin-bottom: 30px;
} */

.p-anime {
    font-size: 30px;
    color: darkblue;
    font-weight: 500;
}

p {
    text-align: justify;
}

.p2 {
    font-size: 20px;
    color: darkblue;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 5px;
}

.span1 {
    font-size: 20px;
    color: #4fd2cd;
    font-weight: 300;
    padding-left: 5px;
}

.d1 {
    border-left: 3px solid #4fd2cd;
}

.gradient-text {
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
    font-size: 30px;
    background: linear-gradient(45deg, #506ded, #a685f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.a-li {
    color: white;
}

.emag-paging2 {
    align-items: center;
    text-align: center;
    background-image: linear-gradient(to bottom, #a685f6, #506ded);
    position: absolute;
    /* right: 230px;
    left: 230px;
    bottom: auto !important;
    width: auto !important;
    top: 5% !important; */
    right: unset !important;
    left: 10px;
    bottom: unset !important;
    width: auto !important;
    top: 50%;
    z-index: 1003;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    color: silver;
    font-family: 'Gotham', sans-serif;
    padding: 5px;
    border-radius: 5px;
    max-width: 100px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    overflow-wrap: break-word;
}


.emag-paging2 li {
    min-width: 20px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: solid 2px silver;
    cursor: pointer;
    /* display: inline-block; */

}

.emag-paging2 li:first-child {
    border-top: none;
}

.emag-paging2 li span {
    text-align: center;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: silver;
    margin: 0 auto;
}

.emag-paging2 li.active2 {
    align-items: center;
    color: white;
}

.emag-paging2 li.active2 span {
    align-items: center;
    background-color: white;
}

.video {
    /* background: blue; */
    /* position: absolute; */
    /* right: 50%; */
    /* left: 50%; */
    /* bottom: unset !important; */
    /* width: 100%; */
    align-items: center;
    /* padding-left: 150px; */
    /* top: 71%; */
}