:root {
    --B3B3B3: #B3B3B3;
    --FFD733: #FFD733;
    --282828: #282828;
    --FFFFFF: #FFFFFF;
    --E1E1E1: #E1E1E1;
    --12141D: #12141D;
    --C4C4C4: #C4C4C4;
    --282828: #282828;
    --333333: #333333;
    --777777: #777777;
    --16133E: #16133E;
    --0A0A0A: #0A0A0A;
    --162336: #162336;
    --717D8F: #717D8F;
    --171411: #171411;
    --C7C7C7: #C7C7C7;
    --E7ECF2: #E7ECF2;
    --020202: #020202;
    --000000: #000000;
    --111827: #111827;
    --998675: #998675;
    --E1E1E1: #E1E1E1;

    --D6AA79: #D6AA79;
    --AE804E: #AE804E;
    --0B0B0B: #0B0B0B;
    --D7AB7A: #D7AB7A;
}

body {
    background: var(--0B0B0B);
    color: var(--282828);
    line-height: 1.4;
}

#app {
    margin: 0 auto;
    overflow: hidden;
}

.gradient-text {
    background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient-bg {
    background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
}

.page {
    height: 100%;
    width: 1440px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.page-bg {
    background-color: transparent;
}

.fontSize {
    font-size: 18px;
}

header {
    position: relative;
    background-color: var(--140b06);
    width: 100%;
    height: 100vh;
    max-height: 1500px;
    display: flex;
    position: relative;
}

header .hd_before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.hd_before img {
    width: 100%;
    height: auto;
}


.hr_l {
    height: 100%;
    display: flex;
    align-items: center;
}

.hr_l_ct {
    width: 55%;
    padding-bottom: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hr_l_ct h1 {
    color: var(--FFFFFF);
    font-size: 3em;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Reem Kufi Fun", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.hr_l_ct h1 p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr_l_ct h1 p:nth-child(1){
    font-size: 1.2em;
}


.hr_l_ct h1 p img {
    width: 1em;
    height: 1em;
}

.r_l_t {
    width: 60%;
    text-align: center;
    color: var(--FFFFFF);
    margin-top: 1em;
    font-size: 1.4em;
    text-transform: uppercase;
}
html[lang="zh"] .r_l_t,
html[lang="zh-cn"] .r_l_t {
    width: 76%;
}

.jury {
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 1em;
    background: url(../images/mosha.png) no-repeat center;
    background-size: cover;
    margin-top: -8em;
}

.ju-title {
    display: flex;
    justify-content: center;
}

.ju-title h3 {
    color: var(--282828);
    font-size: 1.2em;
    padding: .4em 1em;
    font-weight: bold;
}

.rounded-tab {
    --r: 1.5em;
    /* control the radius */
    line-height: 1.8;
    /* control the height */
    padding-inline: .5em;
    border-inline: var(--r) solid var(--D6AA79);
    border-radius: 0 0 calc(2*var(--r)) calc(2*var(--r)) / var(--r);
    mask:
        radial-gradient(var(--r) at var(--r) 100%, #0000 98%, #000 101%) calc(-1*var(--r)) 0 / 100% var(--r) repeat-x,
        conic-gradient(#000 0 0) padding-box;
    background: var(--D6AA79) border-box;
    width: fit-content;

}

.ju-text {
    font-size: 1em;
    padding: 2em;
}

.ju-text h4 {
    font-size: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 1em;
}

.ju-text h4 span {
    position: relative;
}

.ju-text h4 span::before {
    content: '';
    position: absolute;
    left: -1.5em;
    bottom: 0;
    width: 1.2em;
    height: 1.5em;
    background: url(../images/left.png) no-repeat center;
    background-size: contain;
}

.ju-text h4 span::after {
    content: '';
    position: absolute;
    right: -1.5em;
    bottom: 0;
    width: 1.2em;
    height: 1.5em;
    background: url(../images/right.png) no-repeat center;
    background-size: contain;
}

.ju-text p {
    margin-bottom: .5em;
    color: var(--white);
}
html[lang="th"] .ju-text p,
html[lang="ko"] .ju-text p,
html[lang="zh"] .ju-text p,
html[lang="zh-cn"] .ju-text p {
    text-align: center;
}

/*  */
.title {
    font-size: 2em;
    color: var(--FFFFFF);
    text-align: center;
    padding-bottom: 1.56em;
    text-transform: uppercase;
}

.title h2 {
    font-size: 1em;
    font-weight: 300;
    opacity: .5;
}

.title h2 span {
    position: relative;
    padding: 0 .5em;
}

.title h2 span::before {
    content: '';
    position: absolute;
    left: -4em;
    top: .6em;
    width: 4em;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.title h2 span::after {
    content: '';
    position: absolute;
    right: -4em;
    top: .6em;
    width: 4em;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

/*  */
.sec7 {
    margin-top: 6.6em;
}

.c7_sum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c7_sum li {
    width: 24%;
    padding: 0 1%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: grayscale(100%);
    pointer-events: none;
}

.c7_sum li::after {
    content: '';
    width: 1em;
    height: 3em;
    background: url(../images/lt.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c7_sum li:nth-child(4):after {
    display: none;
}

.c7_sum li h4 {
    font-size: 1em;
    padding: 1em 0 1em;
}

.c7_sum li p {
    font-size: .9em;
    font-weight: 400;
}

.c7_sum li a {
    font-size: .9em;
    color: var(--282828);
    display: inline-block;
    padding: .4em 1.5em;
    border-radius: 1em;
    font-weight: 600;
}

.c7_sum li.active {
    filter: grayscale(0%);
    pointer-events: all;
}

/* 2025-06-19 add */
.c7_content .time {
    font-size: .7em;
    color: var(--FFFFFF);
    opacity: .5;
    padding: 3em 2em;
    text-align: right;
}

/*  */
footer {
    background-color: var(--FFD733);
    margin-top: 6em;
}

.ft_content {
    padding: 2em 0 2em 0;
    display: flex;
    justify-content: center;
}

.ft_content p {
    font-size: 1.1em;
}

.ft_l {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft_l p {
    text-align: center;
    font-weight: 500;
}

.ft_logo {
    width: 12em;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 1920px) {
    header {
        height: 1000px;
    }
}

@media (max-width: 1650px) {
    .jury {
        margin-top: -5em;
    }

}

@media(max-width: 1450px) {
    .page {
        width: 1190px;
    }

    .fontSize {
        font-size: 17px;
    }

    .mr_txt h6 {
        font-size: 1em;
    }

    .title {
        font-size: 40px;
    }

    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 6em;
    }
    /* add */
    .hr_l_ct h1 {
        font-size: 2.7em;
    }
}

@media(max-width: 1280px) {
    .page {
        width: 999px;
    }

    .fontSize {
        font-size: 16px;
    }

    header {
        height: 700px;
    }

    .title {
        font-size: 36px;
    }

    .hr_l_ct h1 {
        font-size: 38px;
    }

    .r_btn a {
        padding: .3em 1.5em;
    }

    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 5em;
    }
}

@media(max-width: 1099px) {
    .page {
        width: 799px;
    }

    header {
        height: 600px;
    }

    .fontSize {
        font-size: 14px;
    }

    .title {
        font-size: 28px;
    }

    .hr_l_ct h1 {
        font-size: 32px;
    }

    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 4em;
    }

    .c6_icons {
        width: 4em;
        height: 4em;
    }

    .c6_sum li h4 {
        font-size: 1.2em;
        padding: 1.3em 0 .5em;
    }

    .c3_btn {
        margin-top: 4em;
    }

}

@media(max-width: 799px) {
    .hr_txt {
        padding-top: 1.4rem;
    }

    .fontSize {
        font-size: .32rem;
    }

    .page {
        width: 100%;
        padding: 0 5%;
    }


    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 2em;
    }

    .title {
        font-size: .65rem;
    }

    .title p {
        font-size: .5em;
    }

    header {
        height: 14rem;
        overflow: hidden;
    }

    header .hd_before {
        width: 180%;
        height: auto;
        min-height: auto;
        top: 32%;
        right: 0;
    }
    /*  */
    html[dir="rtl"] header .hd_before{
        right: -85%;
    }
    .hr_l_ct {
        width: 100%;
        margin-top: 0rem;
    }

    .hr_l {
        padding-top: 3rem;
        align-items: flex-start;
    }

    /* add */
    .hr_l_ct h1 p span {
        padding-right: 0em;
    }
    .hr_l_ct h1 {
        font-size: .65rem;
    }

    .r_l_t{
        width: 80%;
        font-size: 1.2em;
        margin-top: .5em;
    }
    html[lang="zh"] .r_l_t,
    html[lang="zh-cn"] .r_l_t {
        width: 60%;
    }

    .sec2 .page {
        width: 100%;
        padding: 0;
    }

    .jury {
        padding: 0 5%;
        border-right: transparent;
        border-left: transparent;
        border-radius: 0;
    }

    .ju-title {
        text-align: center;
    }
    /*  */
    html[lang="th"] .ju-text p,
    html[lang="ko"] .ju-text p,
    html[lang="zh"] .ju-text p,
    html[lang="zh-cn"] .ju-text p {
        text-align: left;
    }

    .ju-text h4 span {
        text-align: center;
    }

    .ju-text h4 span::before {
        content: '';
        position: absolute;
        left: -1.5em;
        bottom: 0;
        width: 2em;
        height: 3em;
        background: url(../images/left.png) no-repeat center;
        background-size: contain;
    }

    .ju-text h4 span::after {
        content: '';
        position: absolute;
        right: -1.5em;
        bottom: 0;
        width: 2em;
        height: 3em;
        background: url(../images/right.png) no-repeat center;
        background-size: contain;
    }

    /*  */
    html[lang="zh"] .ju-text h4 span::before,
    html[lang="zh-cn"] .ju-text h4 span::before,
    html[lang="zh"] .ju-text h4 span::after,
    html[lang="zh-cn"] .ju-text h4 span::after{
        width: 1em;
        height: 1.5em;
    }

    .c7_content {
        overflow: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .c7_content::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .c7_sum {
        width: 18rem;
    }

    .c7_sum li {
        font-size: .35rem;
    }

    .c7_sum li::after {
        right: -1em;
    }

    .ft_l {
        flex-direction: column;
    }

    .ft_logo {
        margin-bottom: 1em;
    }
}

/*  */
.ca_sum {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.ca_sum .ca_list {
    width: calc(25% - 1.2%);
    height: auto;
    margin: 0 1.6% 4em 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    box-sizing: border-box;
}
/*  */
html[dir="rtl"] .ca_sum .ca_list {
    margin: 0 0 4em 1.6%;
}
.ca_sum .ca_list:nth-child(4n) {
    margin: 0 0 4em 0;
}
/*  */
html[dir="rtl"] .ca_sum .ca_list:nth-child(4n) {
    margin: 0 0 4em 0;
}


.ca_sum .ca_list .kol_item {
    width: 100%;
    height: 22em;
    display: flex;
    margin-bottom: 1.5em;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    overflow: hidden;
    border-radius: .5em;
    position: relative;
}

.kol_item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/*  */
.more_sum {
    width: 100%;
    height: auto;
    font-size: .8em;
    line-height: 1.2;
    z-index: 6;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em 4% 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(to bottom, rgba(11, 11, 11, 0) 0, rgba(11, 11, 11, .2) 10%, rgba(11, 11, 11, 1) 100%);
    background: linear-gradient(to bottom, rgba(11, 11, 11, 0) 0, rgba(11, 11, 11, .2) 10%, rgba(11, 11, 11, 1) 100%);
}

.more_sum .more-name {
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
}

.more-zhiwei {
    margin: .5em 0 1em;
    font-size: 1em;
    font-weight: 600;
}

.kol_share {
    font-size: 1em;
    border-radius: 2em;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.kol_share:hover {
    opacity: .85;
    transition: all .3s ease-in-out;
}
.kol_share p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
}
/* RTL */
html[dir="rtl"] .kol_share p img {
    transform: scaleX(-1);
}
.kol_share p span {
    padding-left: .5em;
    font-weight: 600;
    text-transform: uppercase;
}

/*  */
html[dir="rtl"] .kol_share p span {
    padding-left: 0;
    padding-right: .5em;
}

/* kol */
.kol-intro-close {
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    top: .5em;
    right: .5em;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 19;
}
/*  */
html[dir="rtl"] .kol-intro-close {
    right: auto;
    left: .5em;
}
.kol-intro-close svg {
    width: 100%;
    height: auto;
}

.kol-intro {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 11, .3);
    display: none;
}


.kol-intro .kol-intro-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5em;
    border-radius: .5em;
    width: 720px;
    height: auto;
    max-height: 600px;
    background-color: var(--0B0B0B);
    border: 1px solid var(--D7AB7A);
}

.kol-intro-text {
    width: 100%;
    height: 100%;
}

.kol-intro-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-top-left {
    width: 24%;
    display: flex;
}

.intro-top-right {
    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.intro-top-left img {
    width: 100%;
    height: auto;
}

.kol-intro p {
    font-weight: bold;
    font-size: 1.3em;
    padding: .5em 0;
    text-transform: uppercase;
}

.kol-intro .intro-top-right a {
    padding: .3em 2.5em;
    text-transform: uppercase;
    color: var(--282828);
    font-weight: 700;
    border-radius: 1em;
}

.pvg {
    pointer-events: none;
    filter: grayscale(100%);
}

.kol-intro span {
    display: block;
    font-size: 18px;
    color: #E94A2A;
    max-height: 120px;
    overflow: auto;
}

.kol-img {
    display: none;
}

.kol-img img {
    width: 100%;
    height: auto;
}

.ovhide {
    display: none;
}

.kol-info {
    max-height: 5.5rem;
    height: 5.5em;
    overflow: auto;
    font-size: .9em;
    color: var(--FFFFFF);
    line-height: 1.4;
    margin-top: .5em;
    padding-right: .3em;
}

/*  */
html[dir="rtl"] .kol-info  {
    padding-right: 0;
    padding-left: .3em;
}

.kol-middle {
    padding-top: 1em;
}

.kol-name {
    font-size: 1.35em;
    font-weight: bold;
}

.kol-position {
    font-size: 1.12em;
    font-weight: 400;
}

.kol-intro-link {
    margin-top: .8em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.kol-intro-link .isintro-link {
    display: none;
}

.kol-intro-link a {
    display: flex;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: .6em;
}
/*  */
html[dir="rtl"] .kol-intro-link a {
    margin-right: 0;
    margin-left: .6em;
}

.kol-intro-link a.facebook {
    background: url(../images/medias/facebook.svg) no-repeat center;
    background-size: contain;
}

.kol-intro-link a.twitter {
    background: url(../images/medias/x.svg) no-repeat center;
    background-size: contain;
}

.kol-intro-link a.linkedin {
    background: url(../images/medias/linkedin.svg) no-repeat center;
    background-size: contain;
}

.kol-intro-link a.link {
    background: url(../images/medias/link.svg) no-repeat center;
    background-size: contain;
}

.kol-intro-link a.youtube {
    background: url(../images/medias/youtube.svg) no-repeat center;
    background-size: contain;
}

.kol-intro-link a.instagram {
    background: url(../images/medias/instagram.svg) no-repeat center;
    background-size: contain;
}

.kol-intro-link a.tiktok {
    background: url(../images/medias/tiktok.svg) no-repeat center;
    background-size: contain;
}
.kol-intro-link a.telegram {
    background: url(../images/medias/telegram.svg) no-repeat center;
    background-size: contain;
}
.kol-intro-link a:last-child {
    margin-right: 0px;
}
/*  */
html[dir="rtl"] .kol-intro-link a:last-child {
    margin-left: 0px;
}

.kol-intro-link a img {
    width: 100%;
    height: auto;
}

.kol-intro-link a:hover {
    filter: grayscale(0%);
}

@media (max-width: 1099px) {
    .ca_sum .ca_list {
        width: calc(100% / 3 - 1.2%);
        margin: 0 1.8% 4em 0;
    }

    .ca_sum .ca_list:nth-child(4n) {
        margin: 0 1.8% 4em 0;
    }

    .ca_sum .ca_list:nth-child(3n) {
        margin: 0 0 4em 0;
    }
    /*  */
    html[dir="rtl"] .ca_sum .ca_list {
        margin: 0 0 4em 1.8%;
    }

    html[dir="rtl"] .ca_sum .ca_list:nth-child(4n) {
        margin: 0 0 4em 1.8%;
    }

    html[dir="rtl"] .ca_sum .ca_list:nth-child(3n) {
        margin: 0 0 4em 0;
    }
}

@media(max-width: 799px) {
    .ca_sum .ca_list {
        width: calc(50% - 1.5%);
        margin: 0 3% 4em 0;
    }

    .ca_sum .ca_list:nth-child(4n) {
        margin: 0 3% 4em 0;
    }

    .ca_sum .ca_list:nth-child(3n) {
        margin: 0 3% 4em 0;
    }

    .ca_sum .ca_list:nth-child(2n) {
        margin: 0 0 4em 0;
    }
    /*  */
    html[dir="rtl"] .ca_sum .ca_list {
        margin: 0 0 4em 3%;
    }

    html[dir="rtl"] .ca_sum .ca_list:nth-child(4n) {
        margin: 0 0 4em 3%;
    }

    html[dir="rtl"] .ca_sum .ca_list:nth-child(3n) {
        margin: 0 0 4em 3%;
    }

    html[dir="rtl"] .ca_sum .ca_list:nth-child(2n) {
        margin: 0 0 4em 0;
    }

    /* kol */
    .kol-intro .kol-intro-item {
        padding: 1.5em;
        width: 90%;
        height: auto;
        max-height: 12rem;
    }

    .kol-img {
        display: block;
        width: 40%;
        height: auto;
    }

    .intro-top-left {
        display: none;
    }

    .intro-top-right {
        width: 100%;
    }

    .intro-top-right a {
        display: none;
    }

    .kol-other {
        width: 58%;
    }

    .kol-middle {
        display: flex;
        justify-content: space-between;
        padding-top: 0em;
    }

    .ovhide {
        display: flex;
        margin: 1.5em auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: .4em 0;
        border-radius: 2em;
        width: 100%;
        font-weight: 600;
        color: var(--FFFFFF);
    }
    .kol-info {
        max-height: 10.5em;
        height: 10.5em;
    }
    .kol-intro-link a {
        width: 2.5em;
        height: 2.5em;
        margin-right: .6em;
    }
}