@charset "utf-8";
.top_main_intro {
    margin: -30px -30px 0 -30px;
}
.top_main_intro > div {
    margin-top: 0;
    padding-top: 20px;
}
.tpmnntr_main_image {
    background-color: #FFF4E7;
    padding: 30px 30px 0 30px;
}
.tpmnntr_text_intro {
    padding: 30px;
    padding-bottom: 0;
    background: linear-gradient(to bottom, #FFF4E7 49.999999999%, #FFF 50%);
}
.tpmnntr_text_intro_textin {
    background: url(Images/desc_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 20px 30px;
}
.vdthmntr_title_sub {
    font-size: 130%;
    color: #0B0C0C;
    margin-bottom: 0.5em;
}
.vdthmntr_title_main {
    font-size: 180%;
    color: #BF993A;
    margin-bottom: 20px;
}
.video_theme_intro {
    margin-top: 20px;
}
.vdthmntr_theme_list {
    background: linear-gradient(to bottom, transparent 49.999999999%, #CEB263 50%);
}
.vdthmntr_theme_list > ul {
    width: auto;
    max-width: 1200px;
}
.vdthmntr_theme_item {
    background-color: transparent !important;
    padding: 0;
}
.theme_intro_video {
    padding: 20px 30px;
    background-color: #CEB263;
    margin-top: -1px;
}
.thmntrlnks_item_link {
    position: relative;
    overflow: hidden;
    background: none transparent !important;
    padding-left: 30px;
    padding-right: 30px;
}
.thmntrlnks_item_link::before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: 50%;
    background: url(./Images/desc_bg.jpg) center center;
    background-size: cover;
}
.thmntrlnks_item_link > a {
    position: relative;
}
.how_to_participate > div:first-child {
    background-color: #EFDFB9 !important;
}
.hwtprtcpt_link {
    background: linear-gradient(to bottom, #EFDFB9 49.999999999%, transparent 50%);
}
.hwtprtcpt_link > a {
    background-color: #1D2033;
}
.rwrdnfcnt_item {
    background-color: #EFDFB9;
}
.reward_info_content li:nth-child(odd) .rwrdnfcnt_item {
    background-color: #1D2033;
}
.reward_info_title {
    color: #1D2033;
}
.rwrdnfcnt_item {
    align-items: stretch;
}
.rwrdnfcnt_item > div {
    display: flex;
    align-items: center;
}
.rwrdnfcnt_item_imge {
    justify-content: center;
    background: url(./Images/rwrdnfcnt_item_imgeBG.jpg) center bottom;
    background-size: cover;
    padding: 15px;
}
.rwrdnfcnt_item_imge > img {
    max-width: 80px;
}
.rwrdnfcnt_item_title {
    padding: 1em 0;
    min-width: 10em;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .rwrdnfcnt_item_title {
        min-width: 0;
        justify-content: flex-start;
        padding: 1em 20px;
    }
}
@media screen and (max-width:475px) {
    .rwrdnfcnt_item_imge {
        max-width: none;
        width: 100%;
        flex-grow: 1;
    }
    .rwrdnfcnt_item_title {
        justify-content: center;
        padding-bottom: 0;
    }
}
.news_list > div {
    background-color: #EFDFB9;
}
.nwslstlst_item_top {
    display: block;
    position: relative;
    overflow: hidden;
}
.nwslstlst_item_top {
    position: relative;
    content: "";
    display: block;
    height: 0;
    padding-bottom: 23.41220423412204%;
    background: url(./Images/nwslstlst_item_top_image.png);
    background-size: cover;
}
.nwslstlst_item_top_time {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 6em;
    /**/
    display: block;
    padding: 0 0 0 1em;
    width: 100%;
    min-width: 0;
    color: #1D2033;
    font-size: 200%;
}
.nwslstlst_item_top_time > div {
    display: inline;
}
.nwslstlst_item_top_image {
    display: none !important;
}
.nwslstlst_item_content p:first-child {
    margin-top: 0;
}
.blckbtm_contact {
    background-color: #E7E2DE;
    font-size: 130%;
}
.blckbtm_logos {
    background: #1D2033;
}
.blckbtm_copyright {
    color: #1D2033;
    background-color: #CEB263;
    padding: 0.5em 1em;
}
.blckbtmlgs_item_logo > img {
    max-width: 120px
}