@keyframes zoomScale {

    0%,
    to {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }
}

.ten__off {
    pointer-events: none !important;
    filter: grayscale(1) !important
}

.ten__zoomScale {
    animation: zoomScale .8s infinite
}

.ten__hover:hover {
    filter: brightness(1.1);
    cursor: pointer
}

.ten__blockNews {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 18px
}

.ten__blockNews .news_tab {
    position: absolute
}

.ten__blockNews .news_tab ul.tab {
    display: flex;
    gap: 8px
}

.ten__blockNews .news_tab ul.tab li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.ten__blockNews .news_banner .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover
}

.ten__blockNews .news_list ul .news_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px
}

.ten__blockNews .news_list ul .news_item:last-child {
    border-bottom: unset !important
}

.ten__blockNews .news_list ul .news_item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ten__subHeader {
    margin-top: 80px
}

@media(max-width:768px) {
    .ten__subHeader {
        margin-top: 99px
    }
}

.ten__subpage {
    background: url(mainsite/sub_eventlist/images/content-top.jpg) top no-repeat, url(mainsite/sub_eventlist/images/content-loop.jpg) top repeat-y
}

@media(max-width:768px) {
    .ten__subpage {
        background: url(mainsite/sub_eventlist/images/content-top-mb.jpg) top no-repeat, url(mainsite/sub_eventlist/images/content-loop-mb.jpg) top repeat-y
    }
}

.ten__subpage .section__content {
    background: url(mainsite/sub_eventlist/images/content-bottom.jpg) bottom no-repeat;
    padding-bottom: 70px
}

@media(max-width:768px) {
    .ten__subpage .section__content {
        background: url(mainsite/sub_eventlist/images/content-bottom-mb.jpg) bottom no-repeat;
        padding-bottom: 100px
    }
}

.ten__subpage .sub_inner {
    width: 55%;
    margin: 0 auto;
    position: relative;
    min-height: 1600px
}

.ten__subpage .sub_inner .btn-burger {
    position: absolute;
    right: 50px;
    top: 80px;
    transform: translateY(-50%) scale(1.5)
}

@media(max-width:768px) {
    .ten__subpage .sub_inner {
        width: 95%
    }
}

.ten__subpage .sub_inner .sub__title {
    height: 140px
}

@media(max-width:768px) {
    .ten__subpage .sub_inner .sub__title {
        padding: 0 24px
    }
}

.ten__subpage .sub_inner .detail-burger {
    display: none;
    position: absolute;
    background-color: #28405c;
    top: 140px;
    width: 100%
}

.ten__subpage .sub_inner .detail-burger ul.list-nav li {
    text-align: center;
    height: 74px;
    line-height: 74px;
    border-bottom: 2px solid #d3b177
}

.ten__subpage .sub_inner .detail-burger ul.list-nav li a {
    text-decoration: none;
    color: #fff;
    display: block
}

.ten__subpage .sub_inner.active .detail-burger {
    display: block
}

.ten__article table tr th {
    color: #a9280c;
    border: 1px solid var(--color-table-border)
}

.ten__article .midbar {
    text-align: center;
    color: #a9280c;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 52px;
    font-family: SFUAngie-Bold;
    margin: 12px 0
}

.ten__article .article {
    --font-size-base: 24px;
    --font-size-base-mobile: 24px;
    --color-content: #242424;
    --color-title: #a9280c;
    --color-heading-2: #a9280c;
    --color-heading-3: #a9280c;
    --color-heading-4: #a9280c;
    --color-heading-5: #a9280c;
    --color-heading-6: #a9280c;
    --color-href: #00f;
    --color-box-bg: wheat;
    --color-box-content: #fff;
    --color-table-bghead: wheat;
    --color-table-head: #fff;
    --color-table-bgbody: #a9280c;
    --color-table-bgfoot: #a9280c;
    --color-table-foot: #a9280c;
    --color-table-border: #a9280c;
    --color-tab-bg: #c6954d;
    --color-tab-border: #000;
    --color-tab-content: #fff;
    --color-tab-bg-hover: #a9280c;
    --color-tab-content-hover: #fff
}

.ten__article .article h2:before,
.ten__article .article h3:before {
    content: ""
}

.ten__article .article {
    font-size: var(--font-size-base);
    color: var(--color-content);
    padding: 0 20px;
    font-family: var(--font-primary);
    margin: 0 auto
}

@media(max-width:768px) {
    .ten__article .article {
        font-size: var(--font-size-base-mobile)
    }
}

.ten__article .article__title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 0
}

.ten__article .article__title,
.ten__article .article h1 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 1px solid #46544f;
    color: var(--color-title);
    text-align: center
}

.ten__article .article__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    font-size: 150%;
    color: #7d8484
}

@media(max-width:768px) {
    .ten__article .article__meta {
        padding: 16px 20px
    }
}

.ten__article .article__cate {
    display: block;
    padding: 4px;
    margin-right: 12px;
    border-radius: 4px
}

.ten__article .article__cate,
.ten__article .article__time {
    color: var(--color-content);
    font-size: .8em
}

.ten__article .article__content {
    font-size: 1em;
    color: var(--color-content);
    line-height: 1.4
}

.ten__article .article__content :not(:only-child):not(li) {
    margin-bottom: 12px
}

.ten__article .article__content :not(:only-child):not(iframe):not(img) {
    margin-left: 0
}

.ten__article .article__content :not(:only-child).table {
    width: 100%
}

.ten__article .article__content ul {
    margin-left: 20px
}

.ten__article .article__content ul li {
    list-style-position: outside;
    margin-bottom: 6px
}

.ten__article .article__content ul.bulleted li,
.ten__article .article__content ul li {
    list-style-type: disc
}

.ten__article .article__content ul.numbered li {
    list-style-type: decimal
}

.ten__article .article__content h2,
.ten__article .article__content h3,
.ten__article .article__content h4,
.ten__article .article__content h5,
.ten__article .article__content h6 {
    position: relative
}

.ten__article .article__content h2:before,
.ten__article .article__content h3:before,
.ten__article .article__content h4:before,
.ten__article .article__content h5:before,
.ten__article .article__content h6:before {
    vertical-align: middle;
    display: inline-flex;
    position: absolute;
    right: calc(100% + 12px);
    top: 4px
}

.ten__article .article__content h2 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-2)
}

.ten__article .article__content h3 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-3)
}

.ten__article .article__content h4 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-4)
}

.ten__article .article__content h5 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-5)
}

.ten__article .article__content h6 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-6)
}

.ten__article .article__content a {
    color: var(--color-href);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom .4s;
    border-bottom: 1px solid rgba(var(--color-href), .5)
}

.ten__article .article__content a:hover {
    border-bottom: 1px solid var(--color-href)
}

.ten__article .article__content a.hero {
    display: block;
    border: 1px solid var(--color-href);
    color: var(--color-href);
    font-weight: 700;
    padding: 20px
}

.ten__article .article__content iframe,
.ten__article .article__content img {
    display: block;
    max-width: 100%;
    margin: 0 auto 12px
}

.ten__article .article__content iframe+p.caption,
.ten__article .article__content img+p.caption {
    display: block;
    max-width: calc(100% - 40px);
    margin: 0 auto 12px;
    font-style: italic;
    font-size: .8em;
    color: #888;
    text-align: center
}

.ten__article .article__content img.float,
.ten__article .article__content img.float--left {
    float: left;
    margin-right: 20px
}

.ten__article .article__content img.float--right {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.ten__article .article__content .callout {
    padding: 20px;
    background: var(--color-box-bg);
    color: var(--color-box-content)
}

.ten__article .article__content .table {
    width: 100%
}

@media(max-width:768px) {
    .ten__article .article__content .table {
        overflow: auto
    }
}

.ten__article .article__content table {
    width: 100%
}

.ten__article .article__content table td {
    padding: 8px;
    border: 1px solid var(--color-table-border);
    vertical-align: middle
}

.ten__article .article__content table td img {
    max-width: 100%;
    margin: 0 auto
}

.ten__article .article__content table thead {
    background: var(--color-table-bghead);
    color: var(--color-table-head);
    font-weight: 700
}

.ten__article .article__content table thead tr {
    border: 1px solid var(--color-table-border)
}

.ten__article .article__content table thead tr th {
    padding: 12px;
    text-align: center;
    vertical-align: middle
}

.ten__article .article__content table tbody tr td {
    background: rgba(var(--color-table-bgbody), .5)
}

.ten__article .article__content table tfoot {
    background: var(--color-table-bgfoot);
    color: var(--color-table-foot)
}

.ten__article .article__content.articleAccordionContent {
    height: 0;
    overflow: hidden;
    transition: all .4s;
    opacity: .4
}

.ten__article .article__content.articleAccordionContent.active {
    height: auto;
    opacity: 1;
    transition: all 0s
}

.ten__article .article__tab {
    margin-bottom: 40px
}

.ten__article .article__tab ul {
    border-left-color: var(--color-tab-border);
    border-bottom: 1px solid;
    border-bottom-color: var(--color-tab-border);
    border-right-color: var(--color-tab-border);
    border-top-color: var(--color-tab-border);
    display: flex;
    justify-content: flex-start
}

.ten__article .article__tab ul li {
    margin: 0 4px
}

.ten__article .article__tab ul li a {
    display: block;
    padding: 10px 16px;
    background: var(--color-tab-bg);
    color: var(--color-tab-content);
    text-decoration: none
}

.ten__article .article__tab ul li a.active,
.ten__article .article__tab ul li a:hover {
    background: var(--color-tab-bg-hover);
    color: var(--color-tab-content-hover)
}

.ten__article .article__tab ul li a.active {
    font-weight: 700
}

.ten__article .subnews {
    margin: 0 auto;
    padding: 30px 20px;
    height: 1130px
}

.ten__article .subnews_list li {
    display: block;
    padding: 12px 0
}

.ten__article .subnews_list li:not(:last-child) {
    border-bottom: 1px solid #3b4849
}

.ten__article .subnews_item {
    display: flex;
    gap: 12px;
    font-size: 20px
}

@media(max-width:768px) {
    .ten__article .subnews_item {
        font-size: 28px
    }
}

.ten__article .subnews_item__thumbnail {
    width: 200px
}

.ten__article .subnews_item__thumbnail img {
    height: auto;
    width: 200px
}

.ten__article .subnews_item__meta {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 200px)
}

.ten__article .subnews_item__title {
    position: relative;
    color: #3b4849;
    font-weight: 700;
    display: flex;
    align-content: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    height: 50px
}

@media(max-width:768px) {
    .ten__article .subnews_item__title {
        width: 100%;
        order: 1;
        white-space: nowrap;
        margin-bottom: 4px
    }
}

.ten__article .subnews_item__title p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

@media(max-width:768px) {
    .ten__article .subnews_item__title p {
        white-space: nowrap
    }
}

.ten__article .subnews_item__description {
    position: relative;
    display: flex;
    align-content: flex-start;
    width: calc(100% - 100px);
    height: 100%
}

@media(max-width:768px) {
    .ten__article .subnews_item__description {
        order: 3;
        width: 100%
    }
}

.ten__article .subnews_item__description p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.2
}

@media(max-width:768px) {
    .ten__article .subnews_item__description p {
        white-space: nowrap
    }
}

.ten__article .subnews_item__date {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px
}

@media(max-width:768px) {
    .ten__article .subnews_item__date {
        order: 2;
        justify-content: flex-start;
        position: static;
        width: 100%;
        font-size: .8em;
        color: #999;
        margin-bottom: 4px
    }
}

.ten__article .subnews_pagination {
    display: flex;
    justify-content: center
}

.ten__article .subnews_pagination li {
    margin: 0 4px
}

.ten__article .subnews_pagination .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(17, 44, 42, .6);
    font-weight: 700
}

@media(max-width:768px) {
    .ten__article .subnews_pagination .page {
        width: 52px;
        height: 52px;
        font-size: 26px
    }
}

.ten__article .subnews_pagination li.active .page {
    color: #fff;
    background: #e33f00
}

.effect {
    perspective: 1200px;
    width: 2000px;
    height: 1000px;
    overflow: hidden;
    pointer-events: none !important
}

.leaf {
    position: absolute;
    right: 0;
    background-image: url(mainsite/frame1/images/7.png);
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain
}

.cd-transition-layer .bg-layer {
    opacity: 0;
    transition: all 1.25s
}

.cd-transition-layer.opening .bg-layer {
    opacity: 1
}

.cd-transition-layer.closeing .bg-layer {
    opacity: 0
}

body {
    background-color: #161e2a
}

@media(min-width:769px) {
    .frame1 {
        display: none !important
    }

    .frame1.active {
        display: block !important
    }

    .frame1,
    .frame1 .section__background,
    .frame1 .section__content {
        height: var(--sr-device-height)
    }
}

@media(max-width:768px) {

    .frame1,
    .frame1 .section__background,
    .frame1 .section__content {
        height: 1301px
    }
}

.frame1 .section__content .btn-video {
    background-image: url(mainsite/frame1/_sprites.png);
    background-position: 0 0;
    width: 137px;
    height: 150px;
    display: block;
    position: absolute;
    left: 65.5%;
    top: 44%
}

@media(max-width:768px) {
    .frame1 .section__content .btn-video {
        left: 50%;
        transform: translateX(-50%);
        top: 80%
    }
}

.frame1 .section__content .emchua18 {
    position: absolute;
    left: 2%;
    top: 9%
}

.frame1 .section__content .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12%
}

.frame1 .section__content .border {
    position: absolute;
    left: 55%;              /* đổi từ 36% → 55% */
    transform: translateX(-50%);
    bottom: 5%;            /* giữ nguyên */
}

@media(max-width:768px) {
    .frame1 .section__content .border {
        display: none
    }
}

.frame1 .section__content .list-item {
    display: flex;
    align-items: center;
    position: absolute;
    gap: 8px;
    left: 55%;              /* đổi từ 36% → 55% */
    transform: translateX(-50%);
    bottom: 8.5%;             /* đẩy xuống thấp hơn, từ 8.3% → 5% */
}

@media(max-width:768px) {
    .frame1 .section__content .list-item {
        display: none
    }
}

.frame1 .section__content .list-item .qr {
    background-image: url(mainsite/frame1/_sprites.png);
    background-position: -139px 0;
    width: 114px;
    height: 146px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame1 .section__content .list-item .qr:before {
    width: 120px;
    height: 2px;
    box-shadow: 0 0 5px #e2510c, 0 0 5px #e2510c, 0 0 5px #e2510c;
    background: #e2510c;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    animation: qr 2.5s linear infinite
}

.frame1 .section__content .list-item .list-btn {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.frame1 .section__content .list-item .list-btn .btn-appstore {
    background-image: url(mainsite/frame1/_sprites.png);
    background-position: -92px -199px;
    width: 190px;
    height: 45px;
    display: block
}

.frame1 .section__content .list-item .list-btn .btn-ggplay {
    background-image: url(mainsite/frame1/_sprites.png);
    background-position: -92px -246px;
    width: 190px;
    height: 45px;
    display: block
}

.frame1 .section__content .list-item .list-btn .btn-apk {
    background-image: url(mainsite/frame1/_sprites.png);
    background-position: -92px -152px;
    width: 190px;
    height: 45px;
    display: block
}

.frame1 .section__content .list-item .btn-topup {
    background-position: 0 -152px
}

.frame1 .section__content .list-item .btn-code,
.frame1 .section__content .list-item .btn-topup {
    background-image: url(mainsite/frame1/_sprites.png);
    width: 90px;
    height: 145px;
    display: block
}

.frame1 .section__content .list-item .btn-code {
    background-position: -255px 0
}

@media(min-width:769px) {
    .frame2 {
        display: none !important
    }

    .frame2.active {
        display: block !important
    }

    .frame2,
    .frame2 .section__background,
    .frame2 .section__content {
        height: var(--sr-device-height)
    }
}

@media(max-width:768px) {

    .frame2,
    .frame2 .section__background,
    .frame2 .section__content {
        height: 1591px
    }
}

.frame2 .section__content {
    font-family: Roboto-Regular
}

.frame2 .section__content .ten__blockNews {
    margin-left: 150px;
    top: 278px
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews {
        flex-direction: column;
        margin-left: 10px;
        top: 161px;
        gap: 84px
    }
}

.frame2 .section__content .ten__blockNews .news_tab {
    left: 50%;
    transform: translateX(-50%);
    top: -70px
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews .news_tab {
        top: 51.5%
    }
}

.frame2 .section__content .ten__blockNews .news_tab ul.tab li a {
    font-family: SFUAngie-Bold;
    background-image: url(mainsite/frame2/_sprites.png);
    background-position: -172px -62px;
    width: 170px;
    height: 54px;
    color: #7d582b;
    font-size: 21px;
    padding-bottom: 10px
}

.frame2 .section__content .ten__blockNews .news_tab ul.tab li a.active {
    background-image: url(mainsite/frame2/_sprites.png);
    background-position: 0 -62px;
    width: 170px;
    height: 54px;
    color: #fff
}

.frame2 .section__content .ten__blockNews .news_banner {
    width: 750px;
    height: 420px
}

.frame2 .section__content .ten__blockNews .news_banner .swiper-slide img {
    width: 750px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover
}

.frame2 .section__content .ten__blockNews .news_banner .swiper-pagination {
    left: unset;
    width: auto;
    right: 14px
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews .news_banner .swiper-pagination {
        right: 50%;
        transform: translateX(50%)
    }
}

.frame2 .section__content .ten__blockNews .news_banner .swiper-pagination-bullet {
    background-image: url(mainsite/frame2/_sprites.png);
    background-position: -376px -62px;
    width: 30px;
    height: 30px;
    background-color: unset;
    opacity: unset
}

.frame2 .section__content .ten__blockNews .news_banner .swiper-pagination-bullet-active {
    background-image: url(mainsite/frame2/_sprites.png);
    background-position: -344px -62px;
    width: 30px;
    height: 30px
}

.frame2 .section__content .ten__blockNews .news_list {
    position: relative;
    min-width: 690px
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews .news_list {
        min-height: 360px
    }
}

.frame2 .section__content .ten__blockNews .news_list ul .news_item {
    width: 690px;
    height: 60px;
    padding: 0 18px;
    font-size: 22px;
    border-bottom: 1px solid #d2c8ba
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews .news_list ul .news_item {
        width: 93%;
        margin: 0 auto
    }
}

.frame2 .section__content .ten__blockNews .news_list ul .news_item:hover {
    background-image: url(mainsite/frame2/_sprites.png);
    background-position: 0 0;
    width: 690px;
    height: 60px;
    color: #fff
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews .news_list ul .news_item:hover {
        background: unset;
        width: 93%;
        margin: 0 auto;
        color: #7d582b
    }
}

.frame2 .section__content .ten__blockNews .news_list ul .news_item.isHot .text:before {
    content: "";
    background-image: url(mainsite/frame2/_sprites.png);
    background-position: -408px -62px;
    width: 40px;
    height: 16px;
    display: inline-block;
    margin-right: 12px
}

.frame2 .section__content .ten__blockNews .news_list .viewall {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px
}

@media(max-width:768px) {
    .frame2 .section__content .ten__blockNews .news_list .viewall {
        bottom: -90px
    }
}

.frame2 .section__content .ten__blockNews .news_list .viewall:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 6px dotted #d2c8ba;
    width: 560px;
    pointer-events: none
}

.frame2 .section__content .ten__blockNews .news_list .viewall img {
    position: relative
}

.frame2 .section__content .list-links {
    display: flex;
    position: absolute;
    left: 17%;
    align-items: flex-end;
    top: 710px;
    gap: 12px
}

@media(max-width:768px) {
    .frame2 .section__content .list-links {
        left: 50%;
        transform: translateX(-50%);
        flex-wrap: wrap;
        width: 95%;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 0;
        bottom: 1%;
        top: 1110px
    }
}

@media(min-width:769px) {
    .frame3 {
        display: none !important
    }

    .frame3.active {
        display: block !important
    }

    .frame3,
    .frame3 .section__background,
    .frame3 .section__content {
        height: var(--sr-device-height)
    }
}

@media(max-width:768px) {

    .frame3,
    .frame3 .section__background,
    .frame3 .section__content {
        height: 1301px
    }
}

.frame3 .section__content .swiper-frame3 {
    font-family: Roboto-Regular
}

@media(max-width:768px) {
    .frame3 .section__content .swiper-frame3 {
        height: 100%
    }

    .frame3 .section__content .swiper-frame3 .swiper-wrapper {
        height: 993px;
        top: 12.1%
    }
}

.frame3 .section__content .swiper-frame3 .swiper-slide {
    display: flex;
    justify-content: flex-end;
    opacity: 0 !important;
    pointer-events: none
}

.frame3 .section__content .swiper-frame3 .swiper-slide video {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.frame3 .section__content .swiper-frame3 .swiper-slide .text {
    position: absolute;
    color: #c4c3be;
    font-size: 18px;
    width: 20.4%;
    padding: 0 26px;
    left: 70%;
    top: 53.5%;
    box-sizing: border-box
}

@media(max-width:768px) {
    .frame3 .section__content .swiper-frame3 .swiper-slide .text {
        width: 47%;
        left: 52.9%;
        top: 426px
    }
}

.frame3 .section__content .swiper-frame3 .swiper-slide .btn-video {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: 0 0;
    width: 137px;
    height: 150px;
    position: absolute;
    transform: scale(.7);
    left: 67.7%;
    top: 30.3%
}

.frame3 .section__content .swiper-frame3 .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto
}

.frame3 .section__content .swiper-frame3 .swiper-pagination {
    left: 16%;
    width: auto;
    bottom: 11.5%;
    display: flex;
    gap: 24px
}

@media(max-width:768px) {
    .frame3 .section__content .swiper-frame3 .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 7.2%;
        gap: 5px;
        flex-wrap: wrap;
        width: 90%;
        row-gap: 20px;
        align-items: center;
        justify-content: center
    }
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet {
    background-color: unset;
    opacity: unset;
    position: relative
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet .text {
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    color: #f1efc8;
    font-family: SFUAngie-Bold;
    font-size: 24px;
    text-shadow: 1px 1px 2px #000;
    text-wrap: nowrap
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:first-child {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -112px -380px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(2) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -475px -228px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(3) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -475px 0;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(4) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -251px 0;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(5) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -112px -152px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(6) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -363px 0;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(7) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: 0 -266px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet:nth-child(8) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -224px -266px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:first-child {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: 0 -380px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(2) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -475px -114px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(3) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -336px -266px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(4) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -139px 0;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(5) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: 0 -152px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(6) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -224px -152px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(7) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -363px -114px;
    width: 110px;
    height: 112px
}

.frame3 .section__content .swiper-frame3 .swiper-pagination-bullet-active:nth-child(8) {
    background-image: url(mainsite/frame3/_sprites.png);
    background-position: -112px -266px;
    width: 110px;
    height: 112px
}

@media(min-width:769px) {
    .frame4 {
        display: none !important
    }

    .frame4.active {
        display: block !important
    }

    .frame4,
    .frame4 .section__background,
    .frame4 .section__content {
        height: var(--sr-device-height)
    }
}

@media(max-width:768px) {

    .frame4,
    .frame4 .section__background,
    .frame4 .section__content {
        height: 1299px
    }
}

.frame4 .section__content {
    font-family: SFUAngie-Bold
}

.frame4 .section__content .rank {
    display: block;
    width: 100%
}

@media(max-width:768px) {
    .frame4 .section__content .rank {
        width: 100%;
        left: 0;
        bottom: 0
    }
}

.frame4 .section__content .rank_filter {
    display: flex;
    justify-content: center;
    margin: 170px auto 0
}

@media(max-width:768px) {
    .frame4 .section__content .rank_filter {
        margin: 180px auto 0
    }
}

.frame4 .section__content .rank_filter select {
    width: 310px;
    height: 76px;
    margin: 0 10px;
    text-align: center;
    outline: none;
    border: none;
    color: #fff;
    font-size: 22px;
    background: url(mainsite/frame4/images/select-dropdown.png) no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.frame4 .section__content .rank_filter select option {
    background-color: #2e4875;
    color: #fff
}

@media(max-width:768px) {
    .frame4 .section__content .rank_filter select {
        font-size: 20px
    }
}

.frame4 .section__content .rank_tab {
    position: absolute;
    top: 278px;
    gap: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1
}

@media(max-width:768px) {
    .frame4 .section__content .rank_tab {
        top: 307px;
        width: 100%;
        left: 50.5%;
        gap: 38px;
        transform: scale(.85) translateX(-50%);
        transform-origin: left;
        justify-content: center
    }
}

.frame4 .section__content .rank_tab__item {
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -236px 0;
    width: 250px;
    height: 61px;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 12px
}

.frame4 .section__content .rank_tab__item.active {
    filter: drop-shadow(2px 4px 6px black) brightness(1.2)
}

.frame4 .section__content .rank_result {
    width: 1208px;
    height: 610px;
    position: absolute;
    top: 260px;
    transform: translateX(-50%);
    left: 50%;
    padding: 78px 110px 10px;
    box-sizing: border-box;
    background: url(mainsite/frame4/images/bg-ranking.png) no-repeat
}

@media(max-width:768px) {
    .frame4 .section__content .rank_result {
        top: 290px;
        left: 50%;
        width: 744px;
        height: 627px;
        padding: 82px 8px 0;
        background: url(mainsite/frame4/images/bg-rankingName-mb.png) no-repeat;
        background-size: cover
    }
}

.frame4 .section__content .rank_result__head {
    width: 100%;
    display: flex;
    color: #fae9c2;
    list-style: none;
    text-transform: uppercase
}

.frame4 .section__content .rank_result__head li {
    font-size: 24px;
    font-weight: 700;
    color: #fae9c2;
    height: 65px;
    line-height: 56px;
    text-align: center
}

.frame4 .section__content .rank_result__head li:first-child {
    min-width: 10%
}

.frame4 .section__content .rank_result__head li:nth-child(2) {
    min-width: 25%
}

.frame4 .section__content .rank_result__head li:nth-child(3) {
    min-width: 15%
}

.frame4 .section__content .rank_result__head li:nth-child(4),
.frame4 .section__content .rank_result__head li:nth-child(5) {
    min-width: 25%
}

@media(max-width:768px) {
    .frame4 .section__content .rank_result__head li {
        font-size: 18px;
        height: 58px;
        line-height: 58px
    }
}

.frame4 .section__content .rank_result__body {
    margin: 0 0 15px
}

@media(max-width:768px) {
    .frame4 .section__content .rank_result__body {
        margin: 0 0 20px
    }
}

.frame4 .section__content .rank_result__body.hide {
    display: none
}

.frame4 .section__content .rank_result__body li {
    display: flex;
    height: 45px;
    align-items: center
}

.frame4 .section__content .rank_result__body li:nth-child(odd) {
    background: hsla(0, 0%, 100%, .1)
}

.frame4 .section__content .rank_result__body li span:first-child {
    min-width: 10%
}

.frame4 .section__content .rank_result__body li span:nth-child(2) {
    min-width: 25%
}

.frame4 .section__content .rank_result__body li span:nth-child(3) {
    min-width: 15%
}

.frame4 .section__content .rank_result__body li span:nth-child(4),
.frame4 .section__content .rank_result__body li span:nth-child(5) {
    min-width: 25%
}

.frame4 .section__content .rank_result__body li:first-child span {
    color: #da1b05;
    font-weight: 700
}

.frame4 .section__content .rank_result__body li:first-child span:first-child {
    font-size: 0
}

.frame4 .section__content .rank_result__body li:first-child span:first-child:before {
    content: "";
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -228px -79px;
    width: 41px;
    height: 40px;
    display: block
}

.frame4 .section__content .rank_result__body li:nth-child(2) span {
    color: #9cbae1;
    font-weight: 700
}

.frame4 .section__content .rank_result__body li:nth-child(2) span:first-child {
    font-size: 0
}

.frame4 .section__content .rank_result__body li:nth-child(2) span:first-child:before {
    content: "";
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -271px -79px;
    width: 41px;
    height: 40px;
    display: block
}

.frame4 .section__content .rank_result__body li:nth-child(3) span {
    color: #f07a07;
    font-weight: 700
}

.frame4 .section__content .rank_result__body li:nth-child(3) span:first-child {
    font-size: 0
}

.frame4 .section__content .rank_result__body li:nth-child(3) span:first-child:before {
    content: "";
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -314px -79px;
    width: 41px;
    height: 40px;
    display: block
}

.frame4 .section__content .rank_result__body li .rank__name img {
    width: 35px;
    margin-right: 10px
}

.frame4 .section__content .rank_result__body li span {
    font-family: Roboto-Regular;
    font-size: 21px;
    color: #d7c7a5;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .frame4 .section__content .rank_result__body li span {
        font-size: 18px
    }
}

.frame4 .section__content .rank_result__foot {
    margin-top: 32px
}

@media(max-width:768px) {
    .frame4 .section__content .rank_result__foot {
        margin-top: 64px
    }
}

.frame4 .section__content .rank_result__foot .pagination {
    font-family: Roboto-Regular;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 12px
}

.frame4 .section__content .rank_result__foot .pagination li {
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -176px -79px;
    width: 50px;
    height: 49px
}

.frame4 .section__content .rank_result__foot .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #646f7f
}

.frame4 .section__content .rank_result__foot .pagination li.active,
.frame4 .section__content .rank_result__foot .pagination li:hover {
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -124px -79px;
    width: 50px;
    height: 49px
}

.frame4 .section__content .rank_result__foot .pagination li.active a,
.frame4 .section__content .rank_result__foot .pagination li:hover a {
    color: #fff;
    font-weight: 700
}

.frame4 .section__content .rank_result__foot .pagination li.disabled {
    opacity: .5;
    pointer-events: none
}

.frame4 .section__content .rank_result__foot .pagination li.hide {
    display: none
}

.frame4 .section__content .rank_result__foot .pagination li.prev {
    font-size: 0;
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: -62px -79px;
    width: 60px;
    height: 60px
}

.frame4 .section__content .rank_result__foot .pagination li.next {
    font-size: 0;
    background-image: url(mainsite/frame4/_sprites.png);
    background-position: 0 -79px;
    width: 60px;
    height: 60px
}

@media(min-width:769px) {
    .frame5 {
        display: none !important
    }

    .frame5.active {
        display: block !important
    }

    .frame5,
    .frame5 .section__background,
    .frame5 .section__content {
        height: var(--sr-device-height)
    }
}

@media(max-width:768px) {

    .frame5,
    .frame5 .section__background,
    .frame5 .section__content {
        height: 1301px
    }
}

.frame5 .section__content {
    font-family: Roboto-Regular
}

.frame5 .section__content .list-banners {
    width: 3036px;
    position: absolute;
    top: 16%;
    left: 55%;
    transform: translateX(-50%)
}

@media(max-width:768px) {
    .frame5 .section__content .list-banners {
        transform: translateX(-50%) scale(.73);
        left: 50%;
        top: 12%;
        height: auto;
        overflow: initial
    }
}

.frame5 .section__content .list-banners .swiper-wrapper {
    pointer-events: none
}

.frame5 .section__content .list-banners .swiper-wrapper .swiper-slide {
    position: relative;
    background: url(mainsite/frame5/images/banner-box.png) no-repeat;
    height: 550px;
    opacity: 0
}

.frame5 .section__content .list-banners .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.frame5 .section__content .list-banners .swiper-wrapper .swiper-slide-visible {
    opacity: 1;
    pointer-events: auto
}

.frame5 .section__content .list-banners .swiper-button-prev {
    left: 25%;
    background-image: url(mainsite/frame5/_sprites.png);
    background-position: -226px -32px;
    width: 60px;
    height: 60px
}

@media(max-width:768px) {
    .frame5 .section__content .list-banners .swiper-button-prev {
        left: 45%;
        top: 115%;
        transform: translateX(50%) scale(1.5)
    }
}

.frame5 .section__content .list-banners .swiper-button-prev:after {
    display: none
}

.frame5 .section__content .list-banners .swiper-button-next {
    right: 25%;
    background-image: url(mainsite/frame5/_sprites.png);
    background-position: -164px -32px;
    width: 60px;
    height: 60px
}

@media(max-width:768px) {
    .frame5 .section__content .list-banners .swiper-button-next {
        right: 47%;
        top: 115%;
        transform: translateX(50%) scale(1.5)
    }
}

.frame5 .section__content .list-banners .swiper-button-next:after {
    display: none
}

.frame5 .section__content .list-icons {
    display: flex;
    position: absolute;
    left: 53.9%;
    bottom: 17.5%;
    gap: 122px;
    transform: translateX(-50%)
}

@media(max-width:768px) {
    .frame5 .section__content .list-icons {
        left: 50%;
        gap: 88px;
        bottom: 19%
    }
}

.frame5 .section__content .list-icons .btn-fb {
    background-position: -82px 0
}

.frame5 .section__content .list-icons .btn-fb,
.frame5 .section__content .list-icons .btn-yt {
    background-image: url(mainsite/frame5/_sprites.png);
    width: 80px;
    height: 80px;
    display: block
}

.frame5 .section__content .list-icons .btn-yt {
    background-position: -82px -82px
}

.frame5 .section__content .list-icons .btn-comu {
    background-position: 0 0
}

.frame5 .section__content .list-icons .btn-comu,
.frame5 .section__content .list-icons .btn-tt {
    background-image: url(mainsite/frame5/_sprites.png);
    width: 80px;
    height: 80px;
    display: block
}

.frame5 .section__content .list-icons .btn-tt {
    background-position: 0 -82px
}

.frame5 .section__content .logo {
    background-image: url(mainsite/frame5/_sprites.png);
    background-position: -164px 0;
    width: 208px;
    height: 30px;
    display: block;
    position: absolute;
    left: 54%;
    top: 85.5%;
    transform: translateX(-50%)
}

@media(max-width:768px) {
    .frame5 .section__content .logo {
        left: 50%;
        top: 84%
    }
}

.frame5 .section__content .footer {
    text-align: center;
    position: absolute;
    left: 53.9%;
    transform: translateX(-50%);
    color: #6f8398;
    width: 100%;
    font-size: 15px;
    top: 89.8%
}

@media(max-width:768px) {
    .frame5 .section__content .footer {
        width: 96%;
        left: 50%;
        top: 88%;
        font-size: 16px
    }
}

@keyframes qr {
    0% {
        top: 10%
    }

    50% {
        top: 90%
    }

    to {
        top: 10%
    }
}

.float_left {
    position: absolute;
    left: 0
}

@media(min-width:769px) {

    .float_left,
    .float_left .section__background,
    .float_left .section__content {
        width: 289px !important;
        height: var(--sr-device-height)
    }
}

.float_left .section__content .flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    gap: 8px
}

.float_left .section__content .flex-center .emchua18 {
    position: relative;
    left: -50px;
    margin: 2px 0 32px
}

.float_left .section__content .flex-center .list-nav {
    position: relative;
    top: -30px
}

.float_left .section__content .flex-center .list-nav:before {
    content: "";
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: 0 0;
    width: 202px;
    height: 368px;
    display: block
}

.float_left .section__content .flex-center .list-nav .nav.disable {
    filter: grayscale(1) !important;
    pointer-events: none
}

.float_left .section__content .flex-center .list-nav .nav-1 {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -320px -122px;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: 9px;
    top: 18px
}

.float_left .section__content .flex-center .list-nav .nav-1.active,
.float_left .section__content .flex-center .list-nav .nav-1:hover {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -320px 0;
    width: 120px;
    height: 120px
}

.float_left .section__content .flex-center .list-nav .nav-2 {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -442px 0;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: 77px;
    top: 84px
}

.float_left .section__content .flex-center .list-nav .nav-2.active,
.float_left .section__content .flex-center .list-nav .nav-2:hover {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -320px -244px;
    width: 120px;
    height: 120px
}

.float_left .section__content .flex-center .list-nav .nav-3 {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -442px -244px;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: 9px;
    top: 149px
}

.float_left .section__content .flex-center .list-nav .nav-3.active,
.float_left .section__content .flex-center .list-nav .nav-3:hover {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -442px -122px;
    width: 120px;
    height: 120px
}

.float_left .section__content .flex-center .list-nav .nav-4 {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -122px -370px;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: 214px;
    left: 77px
}

.float_left .section__content .flex-center .list-nav .nav-4.active,
.float_left .section__content .flex-center .list-nav .nav-4:hover {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: 0 -370px;
    width: 120px;
    height: 120px
}

.float_left .section__content .flex-center .list-nav .nav-5 {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -366px -370px;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: 8px;
    top: 279px
}

.float_left .section__content .flex-center .list-nav .nav-5.active,
.float_left .section__content .flex-center .list-nav .nav-5:hover {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -244px -370px;
    width: 120px;
    height: 120px
}

.float_left .section__content .flex-center .qr {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -204px 0;
    width: 114px;
    height: 146px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 8px
}

.float_left .section__content .flex-center .qr:before {
    width: 120px;
    height: 2px;
    box-shadow: 0 0 5px #e2510c, 0 0 5px #e2510c, 0 0 5px #e2510c;
    background: #e2510c;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    animation: qr 2.5s linear infinite
}

.float_left .section__content .flex-center .btn-download {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: 0 -492px;
    width: 190px;
    height: 45px;
    display: block
}

.float_left .section__content .flex-center .btn-topup {
    background-image: url(mainsite/float_left/_sprites.png);
    background-position: -192px -492px;
    width: 190px;
    height: 45px;
    display: block
}

.float_right {
    position: absolute;
    right: 0
}

@media(min-width:769px) {

    .float_right,
    .float_right .section__background,
    .float_right .section__content {
        width: 126px;
        height: 446px
    }
}

.float_right .section__content .list-btn {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px
}

.float_right .section__content .list-btn .btn-fb {
    background-position: -47px 0
}

.float_right .section__content .list-btn .btn-comu,
.float_right .section__content .list-btn .btn-fb {
    background-image: url(mainsite/float_right/_sprites.png);
    width: 45px;
    height: 45px;
    display: block
}

.float_right .section__content .list-btn .btn-comu {
    background-position: 0 0
}

.float_right .section__content .list-btn .btn-yt {
    background-position: -47px -47px
}

.float_right .section__content .list-btn .btn-tt,
.float_right .section__content .list-btn .btn-yt {
    background-image: url(mainsite/float_right/_sprites.png);
    width: 45px;
    height: 45px;
    display: block
}

.float_right .section__content .list-btn .btn-tt {
    background-position: 0 -47px
}

.navigation {
    position: absolute !important;
    top: 0
}

@media(max-width:768px) {

    .navigation,
    .navigation .section__background,
    .navigation .section__content {
        height: 119px
    }
}

.navigation .section__content {
    font-family: Metropolis-Regular
}

.navigation .section__content .list-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 12px 18px 0;
    gap: 28px
}

.navigation .section__content .list-icon {
    display: flex;
    gap: 18px;
    margin-left: auto
}

.navigation .section__content .list-icon .account {
    display: flex;
    align-items: center;
    color: #d1af66;
    font-size: 25px;
    gap: 12px
}

.navigation .section__content .list-icon .account .btn-login {
    background-image: url(mainsite/navigation/_sprites.png);
    background-position: -60px 0;
    width: 58px;
    height: 58px;
    display: block
}

.navigation .section__content .list-icon .account .btn-logout {
    background-image: url(mainsite/navigation/_sprites.png);
    background-position: 0 -60px;
    width: 58px;
    height: 58px;
    display: block
}

.navigation .section__content .list-icon .language {
    background-image: url(mainsite/navigation/_sprites.png);
    background-position: 0 0;
    width: 58px;
    height: 58px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 200
}

.navigation .section__content .list-icon .language input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.navigation .section__content .list-icon .language .floattop__item--language {
    position: absolute;
    left: 50%;
    translate: -50%;
    font-size: 28px;
    padding-bottom: 3px;
    font-size: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat
}

.navigation .section__content .list-icon .language .floattop__item--language:after {
    width: 16px;
    height: 8px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

.navigation .section__content .list-icon .language__list {
    border-radius: 8px;
    background-color: #221c20;
    width: 100%;
    position: absolute;
    top: 82px;
    left: 15%;
    translate: -50% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    min-width: 130px
}

.navigation .section__content .list-icon .language__list .dropdown-content {
    width: 100%;
    position: relative;
    top: 0
}

.navigation .section__content .list-icon .language__item {
    height: 40px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 21px
}

.navigation .section__content .list-icon .language__item:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0
}

.navigation .section__content .list-icon .language__item:last-child:after {
    display: none
}

.navigation .section__content .list-icon .language__item a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.navigation .section__content .list-icon .language__item.active,
.navigation .section__content .list-icon .language__item:hover {
    cursor: pointer;
    background: #644f33
}

.navigation .section__content .list-icon .language input:checked+label+.language__list {
    max-height: 999px;
    padding: 1px
}

.wrapper__content.tw .footer .section__content {
    font-family: NotoSerifTC-Bold
}

@media(min-width:769px) {

    .footer,
    .footer .section__background,
    .footer .section__content {
        height: 333px
    }
}

@media(max-width:768px) {

    .footer,
    .footer .section__background,
    .footer .section__content {
        height: 353px
    }
}

.footer .section__content {
    font-family: Roboto-Regular
}

.footer .section__content .list-icons {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 64%;
    gap: 122px;
    transform: translateX(-50%)
}

@media(max-width:768px) {
    .footer .section__content .list-icons {
        bottom: 81%;
        gap: 90px
    }
}

.footer .section__content .list-icons .btn-fb {
    background-position: -82px 0
}

.footer .section__content .list-icons .btn-fb,
.footer .section__content .list-icons .btn-yt {
    background-image: url(mainsite/footer/_sprites.png);
    width: 80px;
    height: 80px;
    display: block
}

.footer .section__content .list-icons .btn-yt {
    background-position: -82px -82px
}

.footer .section__content .list-icons .btn-comu {
    background-position: 0 0
}

.footer .section__content .list-icons .btn-comu,
.footer .section__content .list-icons .btn-tt {
    background-image: url(mainsite/footer/_sprites.png);
    width: 80px;
    height: 80px;
    display: block
}

.footer .section__content .list-icons .btn-tt {
    background-position: 0 -82px
}

.footer .section__content .footer {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translateX(-50%);
    color: #6f8398;
    font-size: 17px
}

.footer .section__content .footer:before {
    content: "";
    background-image: url(mainsite/footer/_sprites.png);
    background-position: -164px 0;
    width: 208px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px
}

@media(max-width:768px) {
    .footer .section__content .footer {
        top: 40%;
        width: 88%;
        font-size: 20px
    }
}

.ten__popup.static {
    font-family: Metropolis-Regular
}

.ten__popup.static .btn_close {
    right: -9%;
    top: 0
}

@media(max-width:749px) {
    .ten__popup.static .btn_close {
        left: 91%;
        top: -10%
    }
}

@media(max-width:749px) {
    .ten__popup.static .ctainer {
        transform: translate(-50%, -50%) scale(.9)
    }
}

.ten__popup.static .content {
    padding: 14% 7.5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    color: #000;
    font-size: 22px
}

.ten__popup.static .content.big {
    padding: 5% 4% 0
}

.ten__popup.static .content .btn {
    background-image: url(mainsite/popup/_sprites.png);
    background-position: 0 -62px;
    width: 322px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    padding-top: 8px
}

.ten__popup.static .content .title {
    color: #6b2b15;
    font-size: 72px;
    text-transform: uppercase;
    font-family: TheBlowar-Regular
}

.ten__popup.static .content .title span {
    color: #e75750
}

.ten__popup.static .content .title.bg {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbce49;
    text-shadow: 3px 3px 3px #000;
    font-size: 36px;
    padding-top: 14px;
    box-sizing: border-box
}

.ten__popup.static .content .table_history {
    width: 90%;
    height: 100%;
    margin: 0 auto
}

.ten__popup.static .content .table_history::-webkit-scrollbar-thumb {
    background: #e71426
}

.ten__popup.static .content .table_history table {
    background-color: #fff4df;
    padding: 8px;
    border-collapse: collapse;
    width: 100%
}

.ten__popup.static .content .table_history table thead {
    background-color: #2b3560;
    color: #fff
}

.ten__popup.static .content .table_history table thead tr th {
    padding: 16px;
    border: 1px solid #92abd0
}

.ten__popup.static .content .table_history table tbody tr td {
    padding: 16px;
    border: 1px solid #92abd0;
    color: #415a80
}

.popup_login .content {
    color: #434343;
    font-size: 22px
}

@media(max-width:749px) {
    .popup_login .content {
        gap: 16px !important
    }
}

.popup_login .content .text {
    margin: 24px auto
}

.popup_login .content .list-btn .btn {
    margin-top: 12px
}

.popup_login .content .notice {
    line-height: 28px;
    margin: 24px auto
}

.popup_register .content form {
    width: 95%;
    margin-top: 12px;
    height: 70%;
    overflow-y: auto;
    padding: 0 24px;
    overflow-x: hidden
}

.popup_register .content form .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px
}

@media(max-width:749px) {
    .popup_register .content form .row {
        margin-bottom: 24px
    }
}

.popup_register .content form .row.bg {
    position: relative
}

.popup_register .content form .row.bg:before {
    content: "";
    background-image: url(mainsite/popup/_sprites.png);
    background-position: 0 0;
    width: 764px;
    height: 60px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.popup_register .content form .row .value {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.popup_register .content form .row .value a {
    color: red
}

.popup_register .content form .row .value label {
    text-align: left
}

.popup_register .content form .row .value input,
.popup_register .content form .row .value select {
    height: 50px;
    padding-left: 12px;
    background-color: #fff;
    border: 1px solid #000
}

.popup_register .content form .row .value select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative
}

.popup_register .content form .row .value.icon-select {
    position: relative
}

.popup_register .content form .row .value.icon-select:after {
    content: "";
    position: absolute;
    right: 2%;
    top: 72%;
    transform: translateY(-50%);
    background-image: url(mainsite/popup/_sprites.png);
    background-position: -666px -62px;
    width: 23px;
    height: 16px;
    display: block
}

.popup_register .content form .row .value.checkbox {
    flex-direction: row;
    flex-wrap: nowrap
}

.popup_register .content form .row .value.checkbox input {
    min-width: 25px;
    min-height: 25px;
    align-self: flex-start;
    position: relative;
    top: -9px
}

.popup_register .content form .row .value.checkbox div {
    text-align: left
}

.popup_register .content form .row .value.radio {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    position: relative;
    top: 4px
}

.popup_register .content form .row .value.radio input {
    min-width: 25px;
    min-height: 25px
}

.popup_register .content form .btn {
    margin: 24px auto
}

#popup_history.popup .content,
.popup_history.popup .content {
    justify-content: flex-start
}

#popup_history.popup .content .list-btn,
.popup_history.popup .content .list-btn {
    display: flex;
    margin-top: 12px;
    gap: 22px
}

#popup_history.popup .content .template_history,
.popup_history.popup .content .template_history {
    width: 100%;
    height: 68%;
    margin-top: 6px
}

#popup_history.popup .content .template_history nav,
.popup_history.popup .content .template_history nav {
    font-family: Roboto;
    margin-top: 18px
}

#popup_history.popup .content .template_history nav .pagination>li.active>a,
#popup_history.popup .content .template_history nav .pagination a:hover:not(.active),
.popup_history.popup .content .template_history nav .pagination>li.active>a,
.popup_history.popup .content .template_history nav .pagination a:hover:not(.active) {
    background-color: #2b3560;
    color: #fff
}

#popup_condition.popup .content form {
    margin: 0 12px
}

#popup_condition.popup .content .table {
    width: 85%;
    height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto
}

#popup_condition.popup .content .table .text {
    margin-top: 12px;
    font-weight: 700
}

#popup_condition.popup .content .table .text span {
    font-weight: inherit
}

#popup_condition.popup .content .table .text-invite {
    background-color: #fff;
    width: 85%;
    margin: 12px 0 6px;
    height: 40px;
    padding-left: 18px;
    box-sizing: border-box;
    border-radius: 34px
}

#popup_condition.popup .content .table .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 24px 0;
    position: relative
}

#popup_condition.popup .content .table button {
    background-color: transparent;
    margin: 12px auto
}

#popup_condition.popup .content .captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px
}

#popup_condition.popup .content .captcha img {
    background-color: #fff;
    border: 1px solid
}

#popup_condition.popup .content .captcha .refresh {
    background-image: url(mainsite/popup/_sprites.png);
    background-position: -620px -62px;
    width: 44px;
    height: 44px
}

#popup_condition.popup .content .captcha-input input {
    height: 40px;
    width: 50%;
    text-align: center;
    border: 1px solid #000;
    margin-top: 8px
}

#popup_getlist.popup .content tr td,
#popup_getlist.popup .content tr th,
.popup_getlist.popup .content tr td,
.popup_getlist.popup .content tr th {
    padding: 8px !important
}

@media(max-width:749px) {

    #popup_getlist.popup .content .template_history,
    .popup_getlist.popup .content .template_history {
        transform: scale(.9) !important
    }
}

@media(max-width:749px) {

    #popup_getlist.popup .content .template_history .table_history,
    .popup_getlist.popup .content .template_history .table_history {
        height: 600px !important
    }
}

#popup_getlist.popup .content .btn_get,
.popup_getlist.popup .content .btn_get {
    background-image: url(mainsite/popup/_sprites.png);
    background-position: -500px -201px;
    width: 174px;
    height: 56px;
    display: block;
    font-size: 0;
    transform: scale(.8)
}

#popup_rule.popup .content .iframe {
    margin-top: 12px;
    width: 95%;
    height: 75%
}

@media(max-width:749px) {
    #popup_rule.popup .content .iframe {
        height: 81%
    }
}

#popup_rule.popup .content div.iframe {
    overflow-x: hidden;
    overflow-y: auto
}

#popup_reward.popup .content .text {
    font-size: 28px;
    margin-top: 2px;
    width: 93%;
    color: #434343;
    font-weight: 700
}

#popup_reward.popup .content .text #rewardContainer {
    margin-top: 42px
}

#popup_reward.popup.gift-10 .content #rewardContainer {
    width: 84%;
    height: 58%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    font-size: 18px
}

.popup_inform .text {
    font-size: 28px;
    color: #434343;
    margin-top: 90px
}

.popup_transform form {
    width: 95%;
    margin-top: 12px;
    height: 70%;
    overflow-y: auto;
    padding: 0 24px
}

.popup_transform form .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px
}

@media(max-width:749px) {
    .popup_transform form .row {
        margin-bottom: 24px
    }
}

.popup_transform form .row .value {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.popup_transform form .row .value label {
    text-align: left
}

.popup_transform form .row .value input,
.popup_transform form .row .value select {
    height: 50px;
    padding-left: 12px;
    background-color: #fff;
    border: 1px solid #000
}

.popup_transform form .row .value.image {
    align-items: center;
    position: relative
}

.popup_transform form .row .value.image img {
    width: 273px;
    height: 360px
}

.popup_transform form .row .value.image .imagePreview {
    position: absolute;
    left: 220px;
    top: 32px
}

.popup_transform form .row .value.image .imagePreview img {
    width: 223px;
    height: 295px;
    -o-object-fit: cover;
    object-fit: cover
}

.popup_transform form .row .value.flex {
    flex-direction: row;
    align-items: center;
    text-wrap: nowrap;
    width: 80%;
    margin: 0 auto
}

.popup_transform form .row .value.flex label {
    min-width: 30%
}

.popup_transform form .row .value.flex input,
.popup_transform form .row .value.flex select {
    width: 100%
}

.popup_transform form .row .value.upload input {
    padding-top: 10px
}

.popup_transform form .row .value.upload input::-webkit-file-upload-button {
    display: none
}

.popup_transform form .row .value.checkbox {
    flex-direction: row;
    flex-wrap: nowrap
}

.popup_transform form .row .value.checkbox input {
    min-width: 25px;
    min-height: 25px;
    align-self: flex-start
}

.popup_transform form .row .value.checkbox div {
    text-align: left
}

.popup_transform form .row .value.radio {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px
}

.popup_transform form .row .value.radio input {
    min-width: 25px;
    min-height: 25px
}

.popup_transform form .btn {
    margin: 24px auto
}

.popup_transform .notice {
    margin-left: 70px;
    margin-top: -12px;
    font-size: 18px;
    font-style: italic
}

.popup_transform .btn-transform img {
    transform: scale(.8)
}

.popup_congratulations .text {
    margin: 24px auto
}

@media(max-width:749px) {
    .popup_result .btn_close {
        left: 93.5% !important;
        top: -12% !important
    }
}

@media(max-width:749px) {
    .popup_result .ctainer {
        transform: translate(-50%, -50%) scale(.69) !important
    }
}

.popup_result .content {
    position: unset !important;
    padding: 0 !important
}

.popup_result .content .btn-download {
    font-family: TheBlowar-Regular;
    background-image: url(mainsite/popup/_sprites.png);
    background-position: -324px -62px;
    width: 294px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 28px
}

.floating__popup.th .ten__popup.static,
.floating__popup.th .ten__popup.static .ctainer .content .title {
    font-family: Chonburi-Regular
}

.floating__popup.th .ten__popup.static.popup_transform form .row .value.flex label {
    min-width: 52%;
    font-size: 18px;
    text-align: right
}

.floating__popup.th .ten__popup.static.popup_transform .notice {
    margin-left: 280px;
    font-size: 14px
}

.floating__popup.id .ten__popup.static.popup_transform form .row .value.flex label {
    min-width: 33%
}

.floating__popup.cn .ten__popup.static,
.floating__popup.tw .ten__popup.static {
    font-family: NotoSerifTC-Bold
}

.floating__popup.cn .ten__popup.static.popup_transform form .row .value.flex label,
.floating__popup.tw .ten__popup.static.popup_transform form .row .value.flex label {
    min-width: 20%
}

.ten__popup {
    z-index: -1;
    width: 2000px;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

@media(max-width:749px) {
    .ten__popup {
        width: 768px;
        height: 1200px
    }
}

.ten__popup.active {
    z-index: 10;
    pointer-events: auto;
    display: block;
    visibility: visible
}

.ten__popup .opacity {
    position: absolute;
    width: 100%;
    height: 10000vh;
    background: rgba(5, 5, 5, .9)
}

.ten__popup .ctainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box
}

.ten__popup .ctainer .btn_close {
    background-image: url(mainsite/popup/_sprites.png);
    background-position: 0 -335px;
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    z-index: 10
}

.ten__popup .ctainer .effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ten__popup .ctainer .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box
}

.ten__popup .template_history .table_history {
    width: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aaa #ccc
}

.ten__popup .template_history .table_history::-webkit-scrollbar {
    width: 6px
}

.ten__popup .template_history .table_history::-webkit-scrollbar-thumb {
    border-radius: 10px
}

.ten__popup .template_history .table_history::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px
}

.ten__popup .template_history .table_history table {
    width: 98%;
    margin: 0 auto
}

.ten__popup .template_history nav .pagination>li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px
}

.ten__popup .template_history nav .pagination>li>a {
    color: #000;
    float: left;
    text-decoration: none !important
}

.ten__popup .template_history nav .page-next,
.ten__popup .template_history nav .pagination>li>a.page-link {
    padding: 5px 14px
}

.ten__popup .template_history nav .pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.floating__popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:769px) {

    .sub_eventlist,
    .sub_eventlist .section__background,
    .sub_eventlist .section__content {
        height: auto
    }
}

@media(max-width:768px) {

    .sub_eventlist,
    .sub_eventlist .section__background,
    .sub_eventlist .section__content {
        height: auto
    }
}

.sub_eventlist .section__content {
    font-family: Roboto-Regular;
    position: relative
}

.sub_eventlist .section__content .sub__title {
    font-family: SFUAngie-Bold;
    text-transform: uppercase;
    color: #f9e6bb;
    font-size: 51px;
    line-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .sub_eventlist .section__content .sub__title {
        font-size: 46px;
        text-wrap: nowrap
    }
}

.sub_eventlist .section__content .sub__title img.left {
    position: relative;
    left: 20px
}

@media(max-width:768px) {
    .sub_eventlist .section__content .sub__title img.left {
        position: absolute;
        left: 40px
    }
}

.sub_eventlist .section__content .sub__title img.right {
    position: relative;
    top: 15px;
    right: 70px
}

@media(max-width:768px) {
    .sub_eventlist .section__content .sub__title img.right {
        position: absolute;
        top: 50px;
        right: 40px
    }
}

.sub_eventlist .section__content .news {
    width: 100%;
    margin-top: 18px
}

.sub_eventlist .section__content .news ul.tab {
    display: flex;
    justify-content: center;
    gap: 12px
}

@media(max-width:768px) {
    .sub_eventlist .section__content .news ul.tab {
        width: 100%;
        gap: 12px;
        margin-top: 42px;
        margin-bottom: 0
    }
}

.sub_eventlist .section__content .news ul.tab li {
    display: flex;
    align-items: center
}

@media(max-width:768px) {

    .sub_eventlist .section__content .news ul.tab li:after,
    .sub_eventlist .section__content .news ul.tab li:before,
    .sub_eventlist .section__content .news ul.tab li:last-child:after {
        display: none
    }
}

.sub_eventlist .section__content .news ul.tab li a {
    font-family: SFUAngie-Bold;
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: -250px 0;
    width: 170px;
    height: 54px;
    color: #7d582b;
    font-size: 21px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.sub_eventlist .section__content .news ul.tab li a.active {
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: 0 -142px;
    width: 170px;
    height: 54px;
    color: #fff
}

.sub_eventlist .section__content .news .news_list {
    margin-top: 24px
}

@media(max-width:768px) {
    .sub_eventlist .section__content .news .news_list {
        width: 95%;
        margin: 14px auto 0
    }
}

.sub_eventlist .section__content .news .news_list .news_item {
    background-color: #fff;
    padding: 24px;
    display: flex;
    gap: 20px;
    margin-bottom: 18px
}

.sub_eventlist .section__content .news .news_list .news_item.isHot .info .title:before {
    content: "";
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: -374px -56px;
    width: 40px;
    height: 16px;
    display: inline-block;
    margin-right: 16px;
    transform: scale(1.2)
}

.sub_eventlist .section__content .news .news_list .news_item .banner {
    width: 323px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.sub_eventlist .section__content .news .news_list .news_item .banner img {
    pointer-events: none
}

.sub_eventlist .section__content .news .news_list .news_item .banner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sub_eventlist .section__content .news .news_list .news_item .info {
    display: flex;
    flex-direction: column;
    position: relative
}

.sub_eventlist .section__content .news .news_list .news_item .info .date {
    color: #979797;
    font-size: 22px
}

.sub_eventlist .section__content .news .news_list .news_item .info .title {
    color: #be4a01;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700
}

.sub_eventlist .section__content .news .news_list .news_item .info .btn-more {
    transform: scale(.7);
    transform-origin: left bottom;
    position: absolute;
    bottom: 0;
    left: 0
}

.sub_eventlist .section__content .news .pagination {
    font-family: Roboto-Regular;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 12px;
    margin-top: 24px
}

.sub_eventlist .section__content .news .pagination li {
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: -302px -118px;
    width: 50px;
    height: 49px
}

.sub_eventlist .section__content .news .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #646f7f;
    text-decoration: none
}

.sub_eventlist .section__content .news .pagination li.active,
.sub_eventlist .section__content .news .pagination li:hover {
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: -250px -118px;
    width: 50px;
    height: 49px
}

.sub_eventlist .section__content .news .pagination li.active a,
.sub_eventlist .section__content .news .pagination li:hover a {
    color: #fff;
    font-weight: 700
}

.sub_eventlist .section__content .news .pagination li.disabled {
    opacity: .5;
    pointer-events: none
}

.sub_eventlist .section__content .news .pagination li.first,
.sub_eventlist .section__content .news .pagination li.hide,
.sub_eventlist .section__content .news .pagination li.last {
    display: none
}

.sub_eventlist .section__content .news .pagination li.prev {
    font-size: 0;
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: -312px -56px;
    width: 60px;
    height: 60px
}

.sub_eventlist .section__content .news .pagination li.next {
    font-size: 0;
    background-image: url(mainsite/sub_eventlist/_sprites.png);
    background-position: -250px -56px;
    width: 60px;
    height: 60px
}

@media(min-width:769px) {

    .sub_eventdetail,
    .sub_eventdetail .inner,
    .sub_eventdetail .section__background {
        height: auto
    }
}

@media(max-width:768px) {

    .sub_eventdetail,
    .sub_eventdetail .inner,
    .sub_eventdetail .section__background,
    .sub_eventdetail .section__content {
        height: auto
    }
}

.sub_eventdetail .section__content {
    font-family: Roboto-Regular;
    position: relative
}

.sub_eventdetail .section__content .sub_inner .sub__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sub_eventdetail .section__content .sub_inner .sub__title .midbar {
    justify-content: flex-start;
    color: #f8cd4a;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    width: 75%
}

.sub_eventdetail .section__content .sub_inner .sub_article {
    width: 80%
}

@media(max-width:768px) {
    .sub_eventdetail .section__content .sub_inner .sub_article {
        width: 100%;
        padding-bottom: 240px
    }
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar {
    position: absolute;
    left: 82%;
    top: 5.5%
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar .img-menu {
    position: relative;
    z-index: 2
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    padding-top: 18px;
    background-color: #304d74;
    border: 4px solid #ede7ac;
    width: 285px
}

@media(max-width:768px) {
    .sub_eventdetail .section__content .sub_inner .sub_sidebar ul {
        width: 50%;
        gap: 12px
    }
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar ul li {
    position: relative;
    width: 100%;
    text-align: center;
    height: 63px;
    line-height: 63px;
    font-size: 18px
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #b3a88c;
    width: 100%
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar ul li a {
    display: block;
    color: #d7c7a5;
    text-decoration: none;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sub_eventdetail .section__content .sub_inner .sub_sidebar ul li a:hover {
    background-color: #468cbc;
    color: #fff
}

@media(min-width:769px) {

    .sub_newsdetail,
    .sub_newsdetail .section__background,
    .sub_newsdetail .section__content {
        height: auto
    }
}

@media(max-width:768px) {

    .sub_newsdetail,
    .sub_newsdetail .section__background,
    .sub_newsdetail .section__content {
        height: auto
    }
}

.sub_newsdetail .section__content {
    font-family: Roboto-Regular;
    position: relative
}

.sub_newsdetail .section__content .sub_inner .sub__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sub_newsdetail .section__content .sub_inner .sub__title .text {
    font-family: SFUAngie-Bold;
    text-transform: uppercase;
    color: #f9e6bb;
    font-size: 51px
}

.sub_newsdetail .section__content .sub_inner .sub__title .info__link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

@media(max-width:768px) {
    .sub_newsdetail .section__content .sub_inner .sub__title .info__link {
        flex-wrap: wrap;
        transform: scale(.8);
        transform-origin: left top;
        row-gap: 0
    }
}

.sub_newsdetail .section__content .sub_inner .sub__title .info__link a {
    color: #ceddef;
    text-decoration: none
}

.sub_newsdetail .section__content .sub_inner .sub__title .info__link a.active {
    color: #e3894c
}

.sub_newsdetail .section__content .sub_inner .sub__title .info__link .icon-home {
    background-image: url(mainsite/sub_newsdetail/_sprites.png);
    background-position: 0 -58px;
    width: 30px;
    height: 24px;
    display: block
}

.sub_newsdetail .section__content .sub_inner .sub__title .info__link .icon-next {
    background-image: url(mainsite/sub_newsdetail/_sprites.png);
    background-position: -32px -58px;
    width: 10px;
    height: 14px;
    display: block
}

.sub_newsdetail .section__content .sub_inner .sub_article {
    width: 80%
}

@media(max-width:768px) {
    .sub_newsdetail .section__content .sub_inner .sub_article {
        width: 100%;
        padding-bottom: 240px
    }
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar {
    position: absolute;
    left: 82%;
    top: 6%
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar ul li {
    position: relative;
    margin-bottom: 12px;
    pointer-events: none
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: auto
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar ul li img.banner {
    width: 300px;
    height: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 47px
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar ul li .text {
    background-image: url(mainsite/sub_newsdetail/_sprites.png);
    background-position: 0 0;
    width: 300px;
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 24px 4px
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar ul li .text .title {
    font-size: 21px;
    line-height: 26px;
    color: #f9ecc2;
    font-family: SFUAngie-Bold
}

.sub_newsdetail .section__content .sub_inner .sub_sidebar ul li .text .date {
    font-size: 16px
}

@media(min-width:769px) {

    .sub_search,
    .sub_search .section__background,
    .sub_search .section__content {
        height: auto
    }
}

@media(max-width:768px) {

    .sub_search,
    .sub_search .section__background,
    .sub_search .section__content {
        height: auto
    }
}

.sub_search .section__content {
    font-family: Roboto-Regular;
    position: relative
}

.sub_search .section__content .sub__title {
    font-family: SFUAngie-Bold;
    text-transform: uppercase;
    color: #f9e6bb;
    font-size: 51px;
    line-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .sub_search .section__content .sub__title {
        font-size: 44px;
        text-wrap: nowrap
    }
}

.sub_search .section__content .sub__title img.left {
    position: relative;
    left: 20px
}

@media(max-width:768px) {
    .sub_search .section__content .sub__title img.left {
        position: absolute;
        left: 25px
    }
}

.sub_search .section__content .sub__title img.right {
    position: relative;
    top: 15px;
    right: 70px
}

@media(max-width:768px) {
    .sub_search .section__content .sub__title img.right {
        position: absolute;
        top: 48px;
        right: 20px
    }
}

.sub_search .section__content .gsc-control-cse {
    background-color: transparent;
    border: unset
}

.sub_search .section__content .gsc-above-wrapper-area {
    border: unset
}

.sub_search .section__content .gsc-webResult.gsc-result {
    border: unset;
    border-bottom: 1px solid #48453d
}

.sub_search .section__content .gs-fileFormatType,
.sub_search .section__content .gs-promotion .gs-visibleUrl,
.sub_search .section__content .gs-result .gs-title *,
.sub_search .section__content .gs-spelling a,
.sub_search .section__content .gs-webResult .gs-snippet,
.sub_search .section__content .gs-webResult .gs-visibleUrl,
.sub_search .section__content .gsc-cursor-page {
    color: #48453d
}

@media(min-width:769px) {

    .frame404,
    .frame404 .section__background,
    .frame404 .section__content {
        height: 1000px
    }
}

@media(max-width:768px) {

    .frame404,
    .frame404 .section__background,
    .frame404 .section__content {
        height: 1300px
    }
}

.frame404 .section__content .logo {
    position: absolute;
    left: 51%;
    transform: translateX(-50%) scale(1.5);
    top: 8%
}

@media(max-width:768px) {
    .frame404 .section__content .logo {
        top: 13%
    }
}

.frame404 .section__content .btn-home {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64%
}

@media(max-width:768px) {
    .frame404 .section__content .btn-home {
        top: 52%
    }
}

.sub_nav {
    width: 2000px;
    position: absolute;
    left: 0;
    top: 0
}

@media(min-width:769px) {

    .sub_nav,
    .sub_nav .section__background,
    .sub_nav .section__content {
        height: 80px
    }
}

@media(max-width:768px) {
    .sub_nav {
        width: 768px
    }

    .sub_nav,
    .sub_nav .section__background,
    .sub_nav .section__content {
        height: 100px
    }
}

.sub_nav .section__content {
    font-family: SFUAngie-Bold;
    display: flex;
    padding: 0 12%
}

@media(max-width:768px) {
    .sub_nav .section__content {
        padding: 0 18px
    }
}

.sub_nav .section__content .logo {
    transform: scale(1.2);
    position: relative;
    top: 20px
}

@media(max-width:768px) {
    .sub_nav .section__content .logo {
        transform: scale(1);
        top: 5px
    }
}

@media(min-width:769px) {
    .sub_nav .section__content ul.list-nav {
        display: flex;
        align-items: center;
        gap: 38px;
        margin-left: 58px;
        font-family: Roboto-Regular;
        font-weight: 700
    }

    .sub_nav .section__content ul.list-nav li {
        font-size: 22px;
        height: 80px;
        line-height: 80px;
        text-align: center
    }

    .sub_nav .section__content ul.list-nav li a {
        text-decoration: none;
        color: #243955
    }

    .sub_nav .section__content ul.list-nav li ul.hasSub {
        display: none
    }

    .sub_nav .section__content ul.list-nav li:hover {
        position: relative
    }

    .sub_nav .section__content ul.list-nav li:hover a {
        color: #a9280c
    }

    .sub_nav .section__content ul.list-nav li:hover ul.hasSub {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #e3edf5;
        position: absolute;
        top: 79px;
        width: 100%
    }

    .sub_nav .section__content ul.list-nav li:hover ul.hasSub:before {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        top: -10px;
        left: 0
    }

    .sub_nav .section__content ul.list-nav li:hover ul.hasSub li {
        width: 100%;
        text-align: center;
        height: 48px;
        line-height: 48px
    }

    .sub_nav .section__content ul.list-nav li:hover ul.hasSub li a {
        color: #243955
    }

    .sub_nav .section__content ul.list-nav li:hover ul.hasSub li:hover a {
        color: #a9280c
    }
}

@media(max-width:768px) {
    .sub_nav .section__content ul.list-nav {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        background-color: rgba(46, 70, 101, .9);
        padding-top: 20px;
        padding-left: 20px
    }

    .sub_nav .section__content ul.list-nav li a {
        text-decoration: none;
        text-transform: capitalize;
        color: #e2dab8;
        font-size: 21px
    }

    .sub_nav .section__content ul.list-nav li .hasSub {
        display: none
    }

    .sub_nav .section__content ul.list-nav li:hover {
        position: relative
    }

    .sub_nav .section__content ul.list-nav li:hover:before {
        content: "";
        background-image: url(mainsite/sub_nav/_sprites.png);
        background-position: -172px -62px;
        width: 34px;
        height: 31px;
        display: inline-block;
        margin-right: 8px
    }

    .sub_nav .section__content ul.list-nav li:hover a {
        color: #f8d466
    }

    .sub_nav .section__content ul.list-nav li:hover .hasSub {
        margin-left: 14px;
        display: block
    }
}

@media(max-width:768px) {
    .sub_nav .section__content.custom-desktop {
        display: none
    }
}

.sub_nav .section__content.custom-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(min-width:769px) {
    .sub_nav .section__content.custom-mobile {
        display: none
    }
}

.sub_nav .section__content.custom-mobile.active .btn-burger {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: -81px -130px;
    width: 79px;
    height: 79px;
    z-index: 2
}

.sub_nav .section__content.custom-mobile.active .detail-burger {
    display: block
}

.sub_nav .section__content.custom-mobile .btn-download {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: 0 -68px;
    width: 170px;
    height: 60px;
    display: block
}

.sub_nav .section__content.custom-mobile .btn-topup {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: -172px 0;
    width: 170px;
    height: 60px;
    display: block
}

.sub_nav .section__content.custom-mobile .btn-code {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: 0 0;
    width: 170px;
    height: 66px;
    display: block
}

.sub_nav .section__content.custom-mobile .btn-burger {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: 0 -130px;
    width: 79px;
    height: 79px;
    display: block
}

.sub_nav .section__content.custom-mobile .detail-burger {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 900px;
    padding-top: 100px;
    display: none
}

.sub_nav .section__content.custom-mobile .detail-burger .list-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 60%
}

.sub_nav .section__content.custom-mobile .detail-burger .list-icons .btn-fb {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: -235px -130px;
    width: 70px;
    height: 70px;
    display: block
}

.sub_nav .section__content.custom-mobile .detail-burger .list-icons .btn-comu {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: -162px -130px;
    width: 71px;
    height: 71px;
    display: block
}

.sub_nav .section__content.custom-mobile .detail-burger .list-icons .btn-yt {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: -72px -211px;
    width: 70px;
    height: 70px;
    display: block
}

.sub_nav .section__content.custom-mobile .detail-burger .list-icons .btn-tt {
    background-image: url(mainsite/sub_nav/_sprites.png);
    background-position: 0 -211px;
    width: 70px;
    height: 70px;
    display: block
}

.sub_fr {
    position: absolute;
    right: 12px
}

@media(min-width:769px) {

    .sub_fr,
    .sub_fr .section__background,
    .sub_fr .section__content {
        width: 200px;
        height: 533px
    }
}

.sub_fr .section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.sub_fr .section__content .btn-topup {
    background-position: -167px 0;
    margin-top: -20px
}

.sub_fr .section__content .btn-code,
.sub_fr .section__content .btn-topup {
    background-image: url(mainsite/sub_fr/_sprites.png);
    width: 165px;
    height: 120px;
    display: block
}

.sub_fr .section__content .btn-code {
    background-position: 0 0
}

.sub_fr .section__content .btn-appstore {
    background-position: -162px -122px
}

.sub_fr .section__content .btn-appstore,
.sub_fr .section__content .btn-ggplay {
    background-image: url(mainsite/sub_fr/_sprites.png);
    width: 160px;
    height: 45px;
    display: block
}

.sub_fr .section__content .btn-ggplay {
    background-position: 0 -169px
}

.sub_fr .section__content .btn-apk {
    background-image: url(mainsite/sub_fr/_sprites.png);
    background-position: 0 -122px;
    width: 160px;
    height: 45px;
    display: block
}

.sub_fr .section__content .list-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 81%;
    gap: 6px
}

.sub_fr .section__content .list-icons .btn-home {
    background-position: -256px -169px
}

.sub_fr .section__content .list-icons .btn-fb,
.sub_fr .section__content .list-icons .btn-home {
    background-image: url(mainsite/sub_fr/_sprites.png);
    width: 45px;
    height: 45px;
    display: block
}

.sub_fr .section__content .list-icons .btn-fb {
    background-position: -209px -169px
}

.sub_fr .section__content .list-icons .btn-comu {
    background-position: -162px -169px
}

.sub_fr .section__content .list-icons .btn-comu,
.sub_fr .section__content .list-icons .btn-yt {
    background-image: url(mainsite/sub_fr/_sprites.png);
    width: 45px;
    height: 45px;
    display: block
}

.sub_fr .section__content .list-icons .btn-yt {
    background-position: -47px -216px
}

.sub_fr .section__content .list-icons .btn-tt {
    background-image: url(mainsite/sub_fr/_sprites.png);
    background-position: 0 -216px;
    width: 45px;
    height: 45px;
    display: block
}

.common_required_loading {
    margin-top: -1px
}

@media(min-width:769px) {

    .common_required_loading,
    .common_required_loading .inner,
    .common_required_loading .section__background,
    .common_required_loading .section__content {
        height: 1000px
    }
}

@media(max-width:768px) {

    .common_required_loading,
    .common_required_loading .inner,
    .common_required_loading .section__background,
    .common_required_loading .section__content {
        height: 1000px
    }
}

.common_required_loading .loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(8, 8, 8, .97);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 312
}

.common_required_loading .loading.active {
    display: flex
}

.common_required_loading .lds-spinner div {
    animation: lds-spinner 1.2s linear infinite
}

.common_required_loading .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff
}

.common_required_loading .lds-spinner div:first-child {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.common_required_loading .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.common_required_loading .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

.common_required_loading .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

.common_required_loading .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

.common_required_loading .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

.common_required_loading .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

.common_required_loading .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

.common_required_loading .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

.common_required_loading .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

.common_required_loading .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

.common_required_loading .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

:root {
    --width-desktop-safe: 1720px;
    --maxwidth-desktop-safe: calc(100% - 40px);
    --width-mobile-safe: calc(100% - 40px);
    --width-desktop: 2000px;
    --width-mobile: 768px;
    --height-desktop: 1000px;
    --height-mobile: 1000px;
    --fontsize-primary-desktop: 24px;
    --fontsize-primary-mobile: 28px;
    --fontheight-primary: 1.4;
    --fontweight-heavy: 900;
    --fontweight-bold: 700;
    --fontweight-semibold: 600;
    --fontweight-medium: 500;
    --fontweight-normal: 400;
    --fontweight-light: 300
}

@media(min-width:769px) {
    :root {
        --fontsize-primary: var(--fontsize-primary-desktop)
    }
}

@media(max-width:768px) {
    :root {
        --fontsize-primary: var(--fontsize-primary-mobile)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1;
    font-family: sans-serif;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

caption {
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

em {
    font-style: italic
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

fieldset {
    min-width: 0
}

legend {
    max-width: 100%;
    white-space: normal;
    color: inherit;
    display: block
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Roboto-Regular;
    src: url(prod/fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: Roboto-Light;
    src: url(prod/fonts/Roboto-Light.ttf)
}

@font-face {
    font-family: Roboto-Black;
    src: url(prod/fonts/Roboto-Black.ttf)
}

@font-face {
    font-family: UTMCAFETA;
    src: url(prod/fonts/UTMCAFETA.ttf)
}

@font-face {
    font-family: UTM-BEBAS;
    src: url(prod/fonts/UTM-BEBAS.ttf)
}

@font-face {
    font-family: Beaufor-LOL-Bold;
    src: url(prod/fonts/Beaufor-LOL-Bold.ttf)
}

@font-face {
    font-family: UTM-AvoBold;
    src: url(prod/fonts/UTM-AvoBold.ttf)
}

@font-face {
    font-family: NVNValky-LightItalic;
    src: url(prod/fonts/NVNValky-LightItalic.ttf)
}

@font-face {
    font-family: Metropolis-Regular;
    src: url(prod/fonts/Metropolis-Regular.otf)
}

@font-face {
    font-family: TheBlowar-Regular;
    src: url(prod/fonts/TheBlowar-Regular.ttf)
}

@font-face {
    font-family: Chonburi-Regular;
    src: url(prod/fonts/Chonburi-Regular.ttf)
}

@font-face {
    font-family: NotoSerifTC-Bold;
    src: url(prod/fonts/NotoSerifTC-Bold.otf)
}

@font-face {
    font-family: SFUAngie-Bold;
    src: url(prod/fonts/SFUAngie-Bold.ttf)
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fdfdfd
}

html.popup-opened {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none
}

body {
    font-family: UTMCAFETA;
    line-height: var(--fontheight-primary);
    font-size: var(--fontsize-primary);
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    background: none
}

body.popup-opened {
    overflow: hidden
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.row>.col-1 {
    flex-basis: 8.3333333333%
}

.row>.col-1,
.row>.col-offset-1 {
    padding: 0 10px;
    max-width: 8.3333333333%
}

.row>.col-offset-1 {
    margin-left: 8.3333333333%
}

.row>.col-2 {
    flex-basis: 16.6666666667%
}

.row>.col-2,
.row>.col-offset-2 {
    padding: 0 10px;
    max-width: 16.6666666667%
}

.row>.col-offset-2 {
    margin-left: 16.6666666667%
}

.row>.col-3 {
    padding: 0 10px;
    flex-basis: 25%;
    max-width: 25%
}

.row>.col-offset-3 {
    padding: 0 10px;
    margin-left: 25%;
    max-width: 25%
}

.row>.col-4 {
    flex-basis: 33.3333333333%
}

.row>.col-4,
.row>.col-offset-4 {
    padding: 0 10px;
    max-width: 33.3333333333%
}

.row>.col-offset-4 {
    margin-left: 33.3333333333%
}

.row>.col-5 {
    flex-basis: 41.6666666667%
}

.row>.col-5,
.row>.col-offset-5 {
    padding: 0 10px;
    max-width: 41.6666666667%
}

.row>.col-offset-5 {
    margin-left: 41.6666666667%
}

.row>.col-6 {
    padding: 0 10px;
    flex-basis: 50%;
    max-width: 50%
}

.row>.col-offset-6 {
    padding: 0 10px;
    margin-left: 50%;
    max-width: 50%
}

.row>.col-7 {
    flex-basis: 58.3333333333%
}

.row>.col-7,
.row>.col-offset-7 {
    padding: 0 10px;
    max-width: 58.3333333333%
}

.row>.col-offset-7 {
    margin-left: 58.3333333333%
}

.row>.col-8 {
    flex-basis: 66.6666666667%
}

.row>.col-8,
.row>.col-offset-8 {
    padding: 0 10px;
    max-width: 66.6666666667%
}

.row>.col-offset-8 {
    margin-left: 66.6666666667%
}

.row>.col-9 {
    padding: 0 10px;
    flex-basis: 75%;
    max-width: 75%
}

.row>.col-offset-9 {
    padding: 0 10px;
    margin-left: 75%;
    max-width: 75%
}

.row>.col-10 {
    flex-basis: 83.3333333333%
}

.row>.col-10,
.row>.col-offset-10 {
    padding: 0 10px;
    max-width: 83.3333333333%
}

.row>.col-offset-10 {
    margin-left: 83.3333333333%
}

.row>.col-11 {
    flex-basis: 91.6666666667%
}

.row>.col-11,
.row>.col-offset-11 {
    padding: 0 10px;
    max-width: 91.6666666667%
}

.row>.col-offset-11 {
    margin-left: 91.6666666667%
}

.row>.col-12 {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%
}

.row>.col-offset-12 {
    padding: 0 10px;
    margin-left: 100%;
    max-width: 100%
}

@media(max-width:768px) {
    .row>.col-mobile-1 {
        padding: 0 10px;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .row>.col-mobile-offset-1 {
        padding: 0 10px;
        margin-left: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .row>.col-mobile-2 {
        padding: 0 10px;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .row>.col-mobile-offset-2 {
        padding: 0 10px;
        margin-left: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .row>.col-mobile-3 {
        padding: 0 10px;
        flex-basis: 25%;
        max-width: 25%
    }

    .row>.col-mobile-offset-3 {
        padding: 0 10px;
        margin-left: 25%;
        max-width: 25%
    }

    .row>.col-mobile-4 {
        padding: 0 10px;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row>.col-mobile-offset-4 {
        padding: 0 10px;
        margin-left: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row>.col-mobile-5 {
        padding: 0 10px;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .row>.col-mobile-offset-5 {
        padding: 0 10px;
        margin-left: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .row>.col-mobile-6 {
        padding: 0 10px;
        flex-basis: 50%;
        max-width: 50%
    }

    .row>.col-mobile-offset-6 {
        padding: 0 10px;
        margin-left: 50%;
        max-width: 50%
    }

    .row>.col-mobile-7 {
        padding: 0 10px;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .row>.col-mobile-offset-7 {
        padding: 0 10px;
        margin-left: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .row>.col-mobile-8 {
        padding: 0 10px;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .row>.col-mobile-offset-8 {
        padding: 0 10px;
        margin-left: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .row>.col-mobile-9 {
        padding: 0 10px;
        flex-basis: 75%;
        max-width: 75%
    }

    .row>.col-mobile-offset-9 {
        padding: 0 10px;
        margin-left: 75%;
        max-width: 75%
    }

    .row>.col-mobile-10 {
        padding: 0 10px;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .row>.col-mobile-offset-10 {
        padding: 0 10px;
        margin-left: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .row>.col-mobile-11 {
        padding: 0 10px;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .row>.col-mobile-offset-11 {
        padding: 0 10px;
        margin-left: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .row>.col-mobile-12 {
        padding: 0 10px;
        flex-basis: 100%;
        max-width: 100%
    }

    .row>.col-mobile-offset-12 {
        padding: 0 10px;
        margin-left: 100%;
        max-width: 100%
    }
}

iframe {
    width: 100%;
    height: 100%;
    position: relative
}

.wrapper {
    width: var(--width-desktop);
    transform-origin: top left;
    overflow-x: hidden;
    overflow-y: auto
}

@media(max-width:768px) {
    .wrapper {
        width: var(--width-mobile)
    }
}

.wrapper__content {
    overflow-x: hidden;
    overflow-y: hidden;
    width: var(--width-desktop)
}

.container {
    display: block;
    margin: 0 auto;
    width: var(--width-desktop-safe);
    max-width: var(--maxwidth-desktop-safe)
}

@media(max-width:768px) {
    .container {
        width: var(--width-mobile-safe)
    }
}

hr.split {
    margin: 0;
    border: 0;
    background: transparent
}

hr.split--low {
    height: 16px
}

hr.split--medium {
    height: 24px
}

hr.split--high {
    height: 32px
}

hr.split--giant {
    height: 48px
}

.section {
    position: relative;
    display: block;
    width: var(--width-desktop)
}

@media(max-width:700px) {
    .section {
        width: var(--width-mobile)
    }
}

@media(max-width:768px) {
    .section {
        width: var(--width-mobile)
    }
}

.section__background {
    display: block;
    width: 100%
}

.section__background img,
.section__background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section__background video {
    position: absolute;
    top: 0
}

.section__content {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.section.autoHeight .section__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.section.autoHeight .section__content {
    display: block;
    position: relative
}

.section--fixedHeight>.section__background {
    position: static;
    display: block;
    width: 100%;
    height: 100%
}

.section--fixedHeight>.section__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:700px) {
    .section--fixedHeight>.section__background img {
        height: auto
    }
}

@media(max-width:768px) {
    .section--fixedHeight>.section__background img {
        height: auto
    }
}

.section--fixedHeight>.section__content,
.section__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.section__overlay {
    background: rgba(0, 0, 0, .8) 100%;
    background: linear-gradient(transparent 20%, rgba(0, 0, 0, .8))
}

.desktop {
    display: block !important
}

.desktop-inline {
    display: inline-block !important
}

.desktop-flex {
    display: flex !important
}

.desktop-grid {
    display: grid !important
}

.mobile,
.mobile-flex,
.mobile-grid,
.mobile-inline {
    display: none !important
}

@media(max-width:768px) {

    .desktop,
    .desktop-flex,
    .desktop-grid,
    .desktop-inline {
        display: none !important
    }

    .mobile {
        display: block !important
    }

    .mobile-inline {
        display: inline-block !important
    }

    .mobile-flex {
        display: flex !important
    }

    .mobile-grid {
        display: grid !important
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: table
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.text-left {
    text-align: left;
    justify-content: flex-start !important
}

.text-center {
    text-align: center;
    justify-content: center !important
}

.text-right {
    text-align: right;
    justify-content: flex-end !important
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-column {
    flex-direction: column
}

.flex-start {
    justify-content: flex-start
}

.flex-end {
    justify-content: flex-end
}

.flex-middle {
    align-items: center
}

.flex.column {
    flex-direction: column
}

.flex.space-between {
    justify-content: space-between
}

.flex.center {
    align-items: center
}

.flex.wrap {
    flex-wrap: wrap
}

@media(max-width:768px) {
    .mobile-flex {
        display: flex
    }

    .mobile-flex-wrap {
        flex-wrap: wrap
    }

    .mobile-flex-column {
        flex-direction: column
    }

    .mobile-flex-start {
        justify-content: flex-start
    }

    .mobile-flex-end {
        justify-content: flex-end
    }

    .mobile-flex-middle {
        align-items: center
    }

    .mobile-flex.column {
        flex-direction: column
    }

    .mobile-flex.space-between {
        justify-content: space-between
    }

    .mobile-flex.center {
        align-items: center
    }

    .mobile-flex.wrap {
        flex-wrap: wrap
    }
}

.floating {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:769px) {
    .floating {
        left: 50%;
        transform: translateX(-50%);
        width: calc(2000px*var(--sr-scale-ratio))
    }
}

.floating * {
    pointer-events: all
}

@media(max-width:768px) {
    .floating__top {
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 500;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.scrollwatch-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    background: transparent;
    pointer-events: none
}

@keyframes shine {
    to {
        filter: brightness(120%)
    }
}

@keyframes shine_scale {
    to {
        filter: brightness(90%);
        transform: scale(1.1);
        transform-origin: center center
    }
}

@keyframes shine_move {
    to {
        filter: brightness(110%);
        transform: translateX(12px)
    }
}

.fancybox-active {
    height: 100% !important
}

table {
    font-family: var(--font-table);
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Roboto-Regular
}

table tr {
    background-color: transparent;
    color: #000;
    height: 60px
}

table tr th {
    padding: 10px;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    border: 0
}

table tr td {
    padding: 10px 20px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #c8c0a2
}

.d-none {
    display: none !important
}

.popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup__background,
.popup__background--unclosable {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100vh;
    transition: opacity 1s
}

.popup__content {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all .2s;
    transform: scale(0)
}

.popup__tool {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    padding: 5px;
    display: flex;
    opacity: 0;
    visibility: hidden
}

.popup__close {
    pointer-events: all;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 42px;
    height: 42px
}

.popup.active {
    pointer-events: all
}

.popup.active,
.popup.active .popup__background,
.popup.active .popup__background--unclosable {
    opacity: 1;
    visibility: visible
}

.popup.active .popup__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.popup.active .popup__tool {
    opacity: 1;
    visibility: visible
}

.popup--open-image .popup__content .image img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.popup--open-video .popup__content {
    width: 80%;
    height: 60%
}

.popup--open-video .popup__content .embed {
    width: 100%;
    height: 100%
}

.popup--open-video .popup__content .embed iframe {
    display: block;
    width: 100%;
    height: 100%
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }

    to {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes down {
    0% {
        transform: translate3d(0, -25%, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes transUpDown {

    0%,
    to {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(5px)
    }
}