.test {
    border: 1px solid #ff0000;
}

body {
    font-family: Kanit, sans-serif;
    background-color: #251109;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.a-none:hover,
a,
a:hover {
    text-decoration: none !important;
}

.mt-top {
    margin-top: 75px;
}

footer {
    color: #ffffff;
    padding: 25px 0;
    position: relative;
    text-align: center;
    background-color: #2a0c03;
    font-size: clamp(0.75rem, 0.6535rem + 0.2685vw, 0.875rem);
}

.b-img {
    border: 6px solid #fff8ea;
}

/*************/
/*Back To Top*/
/*************/
.back-to-top {
    z-index: 9;
    right: 12px;
    bottom: 12px;
    opacity: 0.8;
    display: none;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    padding: 7px 15px 13px 15px;
    background-color: #e5113e;
}

.back-to-top:hover {
    background-color: #d8143b;
    transition-duration: 0.4s;
}

/**************/
/*Theme-Topbar*/
/**************/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.bg-light {
    border-radius: 10px;
    color: aqua !important;
    background-color: rgba(0, 0, 0, 0) !important;

}

.theme-topbar-box {
    /* box-shadow: 0 0 0 3px #23110a, 0 0 0 6px #4e3028, 0 0 0 10px #23110a; */
    background-image: url(../images/bg-nav.png);
    border-bottom: 2px solid #8c2000;
    width: 100%;
}

.theme-topbar-pp-btn {
    display: block;
    font-size: clamp(1.25rem, 1.2215rem + -0.2685vw, 1rem);
    font-weight: 500;
    padding-left: 25px;
    color: #ffffff !important;
    background-size: 100% 100%;
    transition: all 200ms ease;
    background: linear-gradient(360deg, #f4dc71, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: center;
}

.theme-topbar-pp-btn.active,
.theme-topbar-pp-btn:hover {
    display: block;
    font-size: clamp(1.25rem, 1.2215rem + -0.2685vw, 1rem);
    font-weight: 500;
    padding-left: 25px;
    color: #ffffff !important;
    background-size: 100% 100%;
    transition: all 200ms ease;
    background: linear-gradient(360deg, #ffd000, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: center;
}

.svg-inline--fa + span {
    margin-left: 8px;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

img.icon-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.icon-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.light-sweep {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* margin-top: -8px; */
}

.lightSweep {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-filter: brightness(2);
    -webkit-mask-size: 300% 200%;
    -webkit-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    -webkit-transition: -webkit-mask-position;
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-filter: brightness(2);
    -moz-mask-size: 300% 200%;
    -moz-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    -moz-transition: -webkit-mask-position;
    -moz-animation-timing-function: linear;
    -moz-transform: translate3d(0, 0, 0);
    -o-filter: brightness(2);
    -o-mask-size: 300% 200%;
    -o-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    -o-transition: -webkit-mask-position;
    -o-animation-timing-function: linear;
    -o-transform: translate3d(0, 0, 0);
    filter: brightness(2);
    mask-size: 300% 200%;
    mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    transition: -webkit-mask-position;
    animation-timing-function: linear;
    transform: translate3d(0, 0, 0);
    transition-duration: 3s;
    animation: move 2s ease-out infinite;
}

@keyframes move {
    from {
        -webkit-mask-position: 150% 0px;
        -moz-mask-position: 150% 0px;
        -o-mask-position: 150% 0px;
        mask-position: 150% 0px;
    }

    to {
        -webkit-mask-position: 0% 0px;
        -moz-mask-position: 0% 0px;
        -o-mask-position: 0% 0px;
        mask-position: 0% 0px;
    }
}


.content-activities {
    text-align: left;
    font-size: clamp(1rem, 0.5856rem + 0.8054vw, 1.20rem);
    background-color: #fff3cd;
    border-radius: 0;
    border: 4px solid #ffd252;
    color: #541800;
    font-weight: 400;
    background-image: url(../images/pattern-content.png);
    background-image: url(../images/bg-patern2.png);
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    border-color: transparent;
    border-image: url(../images/border.png) 146 / 2 / 0 round;
    border-style: solid;
    border-width: 20px;
    padding: 15px 10px;
}

.event-detail-title {
    font-size: clamp(1.5rem, 1.2676rem + 1.3423vw, 2rem);
    color: #cd2300;
}

.event-detail-sub-title {
    font-size: clamp(1.375rem, 1.0856rem + 0.8054vw, 1.75rem);
    font-weight: 500;
    color: #ef6100;
}

.event-detail-sub-title {
    font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
    font-weight: 500;
    color: #a64c26;
}

.border-banner {
    border: 4px solid #fde7c0;
    border-radius: 0;
    background-color: #ffffff;
}

.event-detail-more-btn {
    align-self: stretch;
    box-shadow: rgb(240, 148, 0) 0px -5px 0px inset, rgba(255, 255, 255, 0.25) 0px 4px 0px inset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    border-radius: 0px;
    background: linear-gradient(rgb(255, 224, 148), rgb(255, 175, 46));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(178 43 39);
    border-image: initial;
    padding: 0.75rem 1rem;
    color: #601411;
    font-weight: 500;
    font-size: clamp(1.25rem, 0.8641rem + 1.0738vw, 1.75rem);
    margin: 0 auto;
    border-radius: 8px;
}

/*nav tab*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
}

.nav-link {
    display: block;
    padding: 0;
    transition: all 200ms ease;
    color: #0d6efd;
    filter: grayscale(100%);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    opacity: 1;
    color: #fff;
    background-color: #0d6efd00;
    filter: grayscale(0%);
}

.nav-link .lightSweep {
    animation: null;

}

.nav-link.active .lightSweep {
    animation: move 2s ease-out infinite;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .clip-bg-blend {
        display: block !important;
        mix-blend-mode: color-dodge;
        pointer-events: none;
        opacity: .4;
        overflow: hidden;
    }
}

.youtube-ps {
    height: 1080px;
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 1920px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow-x: hidden;
}

.social-media-icons {
    width: 5.625rem;
    margin: 0 !important;
    position: fixed;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    z-index: 3;
}

.facebook-icon {
    text-decoration: none;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.floating {
    bottom: 12px;
    cursor: pointer;
    position: fixed;
    left: 32px;
    z-index: 9;
}

.floating .size-img {
    width: 200px;
}

.header {
    padding: 80px 0;
    background-image: url(../images/bg-head.png);
    background-size: auto;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center bottom;
}

.btn-animation {
    width: fit-content;
    padding: 0;
    background: url(images/button-dowload-yulgang.png) no-repeat center;
    background-size: cover;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    animation: sparkle 2s infinite ease-in-out;
}

@keyframes sparkle {

    0%,
    100% {
        /* box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.3);*/
        filter: brightness(1);
    }

    50% {
        /*box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.8);*/
        filter: brightness(1.3);
    }
}

.border-youtube {
    position: relative;
    border: 9px solid transparent;
    border-image: url(../images/frame-gold.png) 8 fill stretch;
    filter: drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.5));
    background-color: #d49f11;
}

.border-youtube::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 294px;
    content: '';
    pointer-events: none;
    background-image: url(../images/line-vdo-top.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.border-youtube::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 294px;
    content: '';
    pointer-events: none;
    background-image: url(../images/line-vdo-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.bg-content {
    padding: 0 0 80px 0;
    background-image: url(../images/bg-content.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
    background-size: auto;
}

.bingo {
    padding: 80px 0 40px 0;
}

.section::before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 250px;
    content: '';
    transform: translate(-50%, 0);
    pointer-events: none;
    background: linear-gradient(0deg, #251009 0%, rgb(196 49 0 / 0%) 100%);
}

.bg-content::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 600px;
    content: '';
    transform: translate(-50%, 0);
    pointer-events: none;
    background: linear-gradient(180deg, #251009 0%, rgb(196 49 0 / 0%) 100%);
}

.section .bg-content::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 294px;
    content: '';
    transform: translate(-50%, 0);
    pointer-events: none;
    background-image: url(../images/line-section.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.frame-content-1 {
    background-color: #572c22;
    padding: 45px;
}

.event-update {
    padding: 60px 0;
    background-color: #000000;
}

.game-guide {
    padding: 60px 0;
    background-color: #ffffff;
}

.caster {
    padding: 60px 0;
    background-color: #000000;
}

.news {
    padding: 60px 0;
    background-image: url(../images/bg-news.png);
    background-repeat: no-repeat;
    background-position: center top;
    /* background-attachment: fixed; */
    position: relative;
}

.bg-content::before {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 50%;
    width: 100%;
    height: 30px;
    content: "";
    transform: translate(-50%, 0px);
    pointer-events: none;
    background-image: url(../images/line-footer.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: contain;
}

.frame-content {
    position: relative;
    z-index: 2;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}



.box-content {
    background-color: #f6e5b9;
    padding: 10px 160px;
    color: #744626;
    font-size: clamp(1.125rem, 0.6426rem + 1.3423vw, 1.75rem);
    background: url(../images/frame02.png) repeat-y center center;
    background-size: contain;
}

.box-content-news {
    padding: 10px 160px;
    background: url(../images/paper-2.png) repeat-y center center;
    background-size: contain;
}


.yg-floating {
    bottom: 60px;
    cursor: pointer;
    position: fixed;
    left: 12px;
    z-index: 9;
}


.spin {
    border-radius: 50%;
    margin-top: -44px;
    margin-left: -12px;
    animation: spin 2.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@media (min-width: 1921px) {
    .theme-topbar-box {
        width: 1920px !important;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .bg-content {
        background-size: cover;
    }

    .box-content,
    .box-content-news {
        padding: 24px 92px;
    }
}

@media (min-width: 992px)and (max-width:1199px) {
    .header {
        padding: 40px 0;
    }

    .box-content,
    .box-content-news {
        padding: 12px 120px;
    }
}

@media (min-width: 768px)and (max-width:991px) {
    .header {
        padding: 40px 0;
    }

    .box-content,
    .box-content-news {
        padding: 12px 100px;
    }

    .content-activities {
        border-image: url(../images/border.png) 142 / 2 / 0 round;
        border-style: solid;
        border-width: 13px;
        padding: 15px 8px;
    }
}

@media (min-width: 576px)and (max-width:767px) {
    .header {
        padding: 40px 0;
    }

    .box-content,
    .box-content-news {
        padding: 12px 100px;
    }

    .content-activities {
        border-image: url(../images/border.png) 142 / 2 / 0 round;
        border-style: solid;
        border-width: 13px;
        padding: 15px 8px;
    }

    .bg-content::after {
        height: 100px;
    }
}


@media (max-width: 575px) {

    .header {
        padding: 40px 0;
    }

    .bg-content {
        padding: 0 0 40px 0;
    }

    .box-content,
    .box-content-news {
        padding: 12px 60px;
    }

    .content-activities {
        border-image: url(../images/border.png) 142 / 2 / 0 round;
        border-style: solid;
        border-width: 13px;
        padding: 15px 0;
    }

    .bg-content::after {
        height: 100px;
    }
}

@media (max-width:320px) {

    .box-content,
    .box-content-news {
        padding: 12px 50px;
    }
}
