﻿body,
html {
    font-family: "BeVietnamPro", sans-serif;
    font-weight: 400;
}

/* Container */
.page-container {
    background-color: #faf9f5;
    overflow-x: hidden;
}

/* Head */
.head {
    position: relative;
    /*background: linear-gradient(180deg, #ffe3b4 43.91%, #faf9f5 100%);*/
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 100px;
    height: 100vh
}

    .head img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 64px);
        z-index: 0;
    }

.head-bird {
    position: absolute;
    right: 0;
    top: 0;
    width: 387px;
    height: 288px;
}

.head-title {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.head-title-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

    .head-title-text .child-0 {
        color: #e64f00;
        font-size: 28px;
        font-weight: 700;
    }

    .head-title-text .child-1 {
        color: #1e517c;
        font-size: 40px;
        font-weight: 700;
    }

    .head-title-text .child-2 {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

        .head-title-text .child-2 div {
            color: #e64f00;
            font-size: 64px;
            font-weight: 700;
            line-height: 120%;
            text-align: center;
        }

.head-title-button {
    border: none;
    width: fit-content;
    height: 77px;
    gap: 8px;
    border-radius: 4000px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 40px;
    background-color: #e64f00;
    box-shadow: 0px 8px 0px 0px #b04b16;
}

    .head-title-button span {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0.2px;
        text-align: center;
        color: #ffffff;
    }

/* Entries preview */
.entries-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 48px;
    padding: 0 200px 140px 200px;
}

    .entries-preview .entries-center {
        width: 800px;
        height: 450px;
        border-radius: 24px;
        box-shadow: 0px 4px 32px 0px #00000008;
        box-shadow: 0px 24px 32px -8px #00000012;
        object-fit: cover;
    }

        .entries-preview .entries-center iframe {
            border-radius: 24px;
        }

    .entries-preview .entries-horizontal {
        height: 180px;
        width: auto;
    }

        .entries-preview .entries-horizontal .swiper-slide {
            border-radius: 11.21px;
            overflow: hidden;
        }

    .entries-preview .entries-link {
        display: flex;
        gap: 8px;
        text-decoration: none;
    }

        .entries-preview .entries-link span {
            color: #1e517c;
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

/* Contest information */
.contest-information {
    gap: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 120px 140px 120px;
    position: relative;
    overflow: hidden;
}

    .contest-information .contest-background-img {
        position: absolute;
        width: 723px;
        height: 1056px;
        opacity: 10%;
        right: 110px;
        top: 55px;
        object-fit: cover;
        transform: translate(80px, 30px);
    }

    .contest-information .contest-information-title {
        background: linear-gradient(90deg, #e64f00 0%, #ff8546 46.63%, #e64f00 100%);
        width: 518px;
        height: 80px;
        clip-path: polygon( 30px 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0 50% );
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .contest-information .contest-information-title span {
            font-weight: 700;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #ffffff;
        }

    .contest-information .contest-information-content {
        display: flex;
        /*align-items: center;*/
        gap: 80px;
    }

        .contest-information .contest-information-content img {
            height: 720px;
            width: 485px;
            border-radius: 20px;
            object-fit: cover;
        }

        .contest-information
        .contest-information-content
        .contest-information-paragraphs {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .contest-information
        .contest-information-content
        .contest-information-paragraph {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

            .contest-information
            .contest-information-content
            .contest-information-paragraph
            .title {
                font-weight: 600;
                font-size: 32px;
                margin-bottom: 0;
                line-height: 23px;
                letter-spacing: 0%;
                color: #e64f00;
            }

            .contest-information
            .contest-information-content
            .contest-information-paragraph
            .text {
                font-weight: 400;
                font-size: 18px;
                line-height: 23px;
                margin-bottom: 0;
            }

            .contest-information
            .contest-information-content
            .contest-information-paragraph
            .sub-title {
                font-weight: 300;
                font-style: italic;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0%;
                color: #e64f00;
            }

            .contest-information
            .contest-information-content
            .contest-information-paragraph
            .link {
                font-weight: 500;
                font-size: 18px;
                line-height: 100%;
                color: #E64F00;
                text-decoration: underline;
                text-decoration-style: solid;
                text-decoration-thickness: 0%;
                text-decoration-skip-ink: auto;
            }

/* Submit instruction */
.submit-instruction {
    gap: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 120px 140px 120px;
}

    .submit-instruction .submit-instruction-title {
        background: linear-gradient(90deg, #e64f00 0%, #ff8546 46.63%, #e64f00 100%);
        width: 546px;
        height: 80px;
        clip-path: polygon( 30px 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0 50% );
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .submit-instruction .submit-instruction-title span {
            font-weight: 700;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #ffffff;
        }

    .submit-instruction .submit-instruction-content {
        display: flex;
        gap: 80px;
    }

        .submit-instruction .submit-instruction-content .submit-instruction-image {
            width: 560px;
            height: 609px;
            object-fit: contain;
        }

        .submit-instruction .submit-instruction-content .submit-instruction-paragraphs {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .submit-instruction .submit-instruction-content .submit-instruction-paragraph {
            display: flex;
            gap: 20px;
        }

            .submit-instruction
            .submit-instruction-content
            .submit-instruction-paragraph
            .paragraph-index {
                width: 67px;
                height: 67px;
                box-shadow: 0px 8px 12px 0px #00000014;
                border-radius: 100%;
                flex-shrink: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #fff;
            }

                .submit-instruction
                .submit-instruction-content
                .submit-instruction-paragraph
                .paragraph-index
                span {
                    font-weight: 600;
                    font-size: 32px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #e64f00;
                }

            .submit-instruction
            .submit-instruction-content
            .submit-instruction-paragraph
            .paragraph-content {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

                .submit-instruction
                .submit-instruction-content
                .submit-instruction-paragraph
                .paragraph-content
                .title {
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 100%;
                    color: #1e517c;
                }

                .submit-instruction
                .submit-instruction-content
                .submit-instruction-paragraph
                .paragraph-content
                .description {
                    display: flex;
                    flex-direction: column;
                    gap: 12px;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 23px;
                    letter-spacing: 0%;
                }

                .submit-instruction
                .submit-instruction-content
                .submit-instruction-paragraph
                .paragraph-content
                .view-more-button {
                    border: none;
                    width: fit-content;
                    background: transparent;
                    padding-left: 0;
                    display: flex;
                    gap: 8px;
                    align-items: center;
                }

                    .submit-instruction
                    .submit-instruction-content
                    .submit-instruction-paragraph
                    .paragraph-content
                    .view-more-button
                    span {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                        text-align: center;
                        color: #1e517c;
                    }

                    .submit-instruction
                    .submit-instruction-content
                    .submit-instruction-paragraph
                    .paragraph-content
                    .view-more-button
                    img {
                        flex-shrink: 0;
                    }

/* Participant */
.participant {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .participant .participant-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .participant .participant-title {
        position: absolute;
        top: 60px;
        background: linear-gradient(90deg, #e64f00 0%, #ff8546 46.63%, #e64f00 100%);
        width: 546px;
        height: 80px;
        clip-path: polygon( 30px 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0 50% );
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .participant .participant-title span {
            font-weight: 700;
            font-size: 32px;
            line-height: 100%;
            text-align: center;
            color: #ffffff;
        }

    .participant .participant-content {
        width: 100%;
        z-index: 10;
        display: flex;
        gap: 30px;
        /*justify-content: space-between;*/
        align-items: end;
        padding-top: 100px;
    }

        .participant .participant-content .img-wrapper {
            height: 680px;
            /*width: 430px;*/
            width: 70%;
            overflow: hidden;
        }

            .participant .participant-content .img-wrapper img {
                transform: translate(0px, 70px) scale(0.8);
                /*transform: translate(115px, -235px) scale(1.4);*/
                float: right;
                height: 100%;
            }

        .participant .participant-content .participant-description {
            position: relative;
            /*width: 818px;*/
            height: 530px;
            margin-bottom: 50px;
            margin-right: 7vw;
        }

            .participant .participant-content .participant-description > img:first-child {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: -1;
            }

            .participant
            .participant-content
            .participant-description
            .participant-paragraphs {
                display: flex;
                flex-direction: column;
                gap: 34px;
                padding: 90px 50px 0 100px;
            }

                .participant
                .participant-content
                .participant-description
                .participant-paragraphs
                .participant-paragraph:nth-child(2) {
                    padding-left: 50px;
                }

                .participant
                .participant-content
                .participant-description
                .participant-paragraphs
                .participant-paragraph:nth-child(3) {
                    padding-left: 100px;
                }

                .participant
                .participant-content
                .participant-description
                .participant-paragraphs
                .participant-paragraph {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                }

                    .participant
                    .participant-content
                    .participant-description
                    .participant-paragraphs
                    .participant-paragraph
                    .title {
                        font-weight: 600;
                        font-size: 32px;
                        line-height: 100%;
                        color: #e64f00;
                    }

                    .participant
                    .participant-content
                    .participant-description
                    .participant-paragraphs
                    .participant-paragraph
                    .description {
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 23px;
                        letter-spacing: 0%;
                        display: flex;
                        flex-flow: column;
                        gap: 34px;
                    }

/* Popup */
.modal-dialog-padded {
    max-width: 800px;
    margin: 1.75rem auto;
}

    .modal-dialog-padded .modal-content {
        padding: 40px 80px;
        border-radius: 24px;
    }

#submissionModal .modal-content .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
}

#submissionModal .modal-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

    #submissionModal .modal-title .title {
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }

    #submissionModal .modal-title .brief {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: #6e6e6e;
    }

#submissionModal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 40px;
}

    #submissionModal .modal-body input {
        border-color: #e1e3e6;
        border-radius: 18px;
        padding: 24px 32px;
    }

    #submissionModal .modal-body .text-editor .info {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }

#submissionModal .upload-container {
    position: relative;
    border-style: dashed;
    border-color: #9c9af8;
    border-width: 1.5px;
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    background-color: #fbfbfb;
}

    #submissionModal .upload-container > img:first-child {
        flex-shrink: 0;
        height: 48px;
        width: 48px;
    }

#submissionModal .image-preview-container {
    position: relative;
    border-style: dashed;
    border-color: #9c9af8;
    border-width: 1.5px;
    border-radius: 12px;
    padding: 16px 32px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    font-size: 16px;
    background-color: #fbfbfb;
}

#submissionModal .image-preview-item {
    width: 76px;
    height: 64px;
    position: relative;
}

    #submissionModal .image-preview-item .remove-image {
        position: absolute;
        top: -5px;
        right: -5px;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border: 1px solid #f3ecec;
    }

    #submissionModal .image-preview-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 6.4px;
    }

#submissionModal .add-more-button {
    border-style: dashed;
    border-color: #9c9af8;
    border-width: 1.5px;
    border-radius: 12px;
    background-color: #e5eef7;
    width: 76px;
    height: 64px;
}

#submissionModal .modal-footer {
    padding-bottom: 24px;
}

    #submissionModal .modal-footer button {
        width: 180px;
        height: 56px;
        gap: 8px;
        border-radius: 4000px;
        padding-top: 16px;
        padding-right: 40px;
        padding-bottom: 16px;
        padding-left: 40px;
        border: none;
        background-color: #e64f00 !important;
    }

        #submissionModal .modal-footer button span {
            font-weight: 500;
            font-size: 20px;
            line-height: 120%;
            letter-spacing: 0.2px;
            text-align: center;
            color: #fff;
        }


#copyright {
    padding: 3px 0 10px 0px;
    background: #fafafa
}

    #copyright .footer-left {
        text-align: left;
    }

        #copyright .footer-left h1 {
            font-weight: bold;
            font-size: 15px;
            text-transform: uppercase;
            color: white;
            margin-top: 0
        }

        #copyright .footer-left p {
            color: white;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
        }

    #copyright .footer-right {
        text-align: right;
        float: right;
        margin-top: 20px;
    }

        #copyright .footer-right a {
            margin-right: 10px
        }

.wr_center {
    margin: auto;
    position: relative;
    /* width: 1250px; */
    margin: 15px auto;
    /* margin: 15px auto 10px; */
    overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #copyright .footer-right {
        text-align: left;
    }
}

#editor {
    height: fit-content;
}

.custom-li {
    list-style: none;
    padding-left: 1em;
}

    .custom-li > li::marker {
        content: "- ";
    }



.custom-li-plus {
    list-style: none;
    padding-left: 0;
}

    .custom-li-plus > li {
        position: relative;
        padding-left: 20px; /* chừa chỗ cho dấu + */
    }

        .custom-li-plus > li::before {
            content: "+";
            position: absolute;
            left: 0;
            color: #000; /* đổi màu nếu muốn */
        }
