/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2023, 3:10:48 PM
    Author     : minhson226
*/

html {
    overflow-x: hidden;
}

.banner__slide .swiper-slide:after {
    content: "";
    display: block;
    padding-top: 0;
}

.canvas-container {
    box-shadow: 0 0 0 10px #fff, -20px 25px #fa2b53, -10px 40px #2cf2ec;
}

.canvas-container .event-canvas.event-canvas-fake {
    opacity: 0;
}

.canvas-container .event-canvas:not(.event-canvas-fake) {
    opacity: 1;
}

.page-event h1 {
    line-height: 1.5;
}

.canvas-container .layer {
    opacity: 1;
}

@media (max-width: 768px) {

    .event-left,
    .event-right {
        grid-column: span 12 / span 12;
    }

    .kv-image {
        max-width: 90%;
    }
}

@media (max-width: 1099px) {

    .banner__slide:before,
    .banner__slide:after {
        display: none;
    }
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5%;
}

.pagination>*.is-active {
    margin: 0 10px;
}

.pagination>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.canvas-container .create-pic {

    top: -23px;
}

.canvas-container .share-pic {

    bottom: -23px;

}

.tiktokname {
    color: #fa2b53;
    font-weight: bold;
    font-size: 1.7em;

}

#inputName::placeholder {
    color: #ddd;
}

.canvas-zoom-container #canvasZoom {
    background-color: rgba(0, 0, 0, 1);
}

.canvas-zoom-container {
    background-color: #fff;
}

.form .form-group.form-file label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media (max-width: 768px) {
    .list-game-img .game-content {
        display: none;
    }
}

.form .form-group.form-text input {
    color: #fff;
}

.media-list.list-first a {
    margin: 0 40px 0;
}

.media-list.list-second a {
    margin: 0 20px 20px;
}

.media-list a {
    margin: 0 16px 16px;
}

.list-game-img .game-img:hover {
    opacity: 0.6;
}

.list-game-img .game-img {
    box-shadow: 0 0 0 3px #fff;
    transition: all 0.25s linear;
}

.canvas-zoom-container {
    max-height: 600px;
}

@media (max-width: 560px) {
    .media-list.list-first a {
        margin: 0 20px 0;
    }

    .media-list.list-second a {
        margin: 0 10px 20px;
    }

    .media-list {
        width: 100%;
    }

    .media-list a {
        margin: 0 8px 16px;
    }

    .media-list:not(.list-first):not(.list-second) img {
        max-height: 21px;
        display: inline-block;
    }

    .media-list:not(.list-first):not(.list-second) a {
        flex: 0 0 calc(33.3333333% - 16px);
        text-align: center;
    }

    .media-list-items {
        flex: 0 0 100%;
    }

    .media-list.list-second:last-child {
        margin-top: 0;
    }

    .media-list.list-second a {
        margin-bottom: 10px;
    }

    .media-list.list-second img {
        max-height: 21px;
        max-width: 80px;
    }
}

.button.button-red {
    background-color: #fa2b53;
}

.group-success-button {
    align-items: center;
    justify-content: center;
}

.group-success-button a {
    margin-left: 8px;
    margin-right: 8px;
}

.form-clone {
    display: none;
}

@media (max-width: 768px) {
    .canvas-container .layer {
        display: none;
    }

    #formUploadEvent .form-submit {
        display: none;
    }

    .form-clone {
        display: block;
        margin-top: 60px;
    }
}

@media (max-width: 560px) {

    .page-event .page-event-title>*,
    .page-event .page-event-title {
        font-size: 27px;
    }

    .page-event .page-event-title span {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .page-event .page-event-title br {
        display: none;
    }

    .complete-content h3 br {
        display: none;
    }

    .group-success-button a {
        max-width: calc(33.333333% - 8px);
        margin: 0 4px;
        font-size: 14px;
    }

    .group-success-button a {
        margin-top: 10px;
    }
}

.zoomtext {
    text-align: center;
    margin: 2em 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #fa2b53;
    margin-top: 2.5em;
}

.zoomtext span {
    color: #2cf2ec;
}

.form .form-group.form-text input#inputName::placeholder {
    color: gray;
    font-weight: 500;
}

.layer-overlay .inner img {
    margin: 0 auto 15px;
}

.layer-overlay .inner span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.layer-overlay .inner {
    text-align: center;
}

.layer-overlay.active {
    opacity: 1;
}

.layer-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
}

div#fixedimage {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
}

#fixedimage img {
    width: 50%;
}

.mt120 {
    margin-top: 120px;
}

/* customer 2024 */

body:not(.single-page):after,
body:not(.single-page):before  {
    display: none;

}

.container {
    max-width: 1400px;
}

#header .container {
    padding-right: 200px;
}

body {
    width: 100%;
    height: auto;
    background-image: url(../images/Homepage-BG.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -80px;
}

body.event {
    width: 100%;
    height: auto;
    background-image: none;
}

body.event:not(.single-page):after {
    display: block;
    width: 295px;
    height: 419px;
    background-image: url(../images/left-icon.png);
    left: -69px;
    top: 42%;
}

body.event:not(.single-page):before {
    display: inline;
    width: 158px;
    height: 538px;
    background-image: url(../images/right-icon.png);
    top: 11%;
}

.fz-21 {
    font-size: 21px;
}

.fz-36 {
    font-size: 36px;
}

.fz-72 {
    font-size: 72px;
}

.fz-23 {
    font-size: 23px;
}

.fz-17 {
    font-size: 17px;
}

.text-justify.my-3.fz-17 {
    padding-right: 26px;
}

.text-justify.my-3.fz-17 p {
    margin-bottom: 30px;
}

h1.fz-72 {
    margin-top: 53px;
    margin-bottom: 45px;
}

h5.fz-23 {
    margin-bottom: 25px;
}

h3.fz-36 {
    font-size: 36px;
    line-height: 3.5rem;
}

section.page-section.py-28 {
    padding-bottom: 0;
}

ul.listname li {
    display: inline;
    float: left;
    width: 25%;
    font-size: 26px;
    padding: 10px;
    text-align: center;
}

.media-list ul li {
    display: inline;
    float: left;
}



.media-list-items {
    margin-top: 40px;
}

.fz-26 {
    font-size: 26px !important;
}

.banner__slide:before,
.banner__slide:after {
    background: unset;
}

.banner__slide .swiper-slide {
    background-color: #fa2b53;
    border: solid 2px #666;
    border-radius: 4px;
}

.lg-outer .lg-img-wrap {

    padding: 0 !important;
}

.event_title {
    font-size: 33px;
    line-height: 3rem;
    font-weight: bold;
}

.mt80 {
    margin-top: 50px;
}

.eventtext p {
    font-size: 17px;
    line-height: 1.8rem;
}

.eventtext .text-justify {
    margin-right: 20px;
}

.calltoaction {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.calltoaction img {
    margin: auto;
}

body.event #footer {
    display: none;
}

#header .navigation>a.active {
    background: rgb(44 242 236);
    color: #000;
}
footer#footer .container {
    max-width: 1285px;
}

.eventtext span {
    font-weight: bold;
}

.media-list a img {
    margin: auto;
}
.media-list a {
    width: 700px;
    text-align: center;
}
.media-list hr {
    border: solid 0.1em #555;
}
h3.fz-doitac {
    font-size: 15px;
    color: #eee;
}
.term-and-condition .content {
   
    padding: 120px 70px;
}
.term-and-condition .content, .term-and-condition::before {
    background: none;
}

body.term{
    background-image: url(../images/the-le-bg.png);
}

#dynamic4_mobile{
    display: none !important;
}

@media only screen and (max-width: 1800px) {
   

    .event .container{
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1700px) {

    
    body.event:not(.single-page):after,
    body.event:not(.single-page):before {
        display: none;

    }

    

}

@media only screen and (max-width: 1360px) {

    

    #header .container {
        padding-right: 50px;
    }

    .media-list ul li {
        display: inline;
        float: left;
        max-width: 33%;
    }
}


@media only screen and (max-width: 760px) {

    #dynamic4_mobile{
        display: block !important;
        padding-top: 10px  !important;
    }
    #dynamic4{
        display: none !important;
    }

    .term-and-condition {
        padding-top: 50px;
    }
    .mt120 {
        margin-top: 20px;
    }

    h3.fz-36 {
        font-size: 27px;
        line-height: 3.5rem;
    }

    h1.fz-72,
    .fz-72 {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 48px;
    }

    h3.fz-36 {
        font-size: 25px;
        line-height: 2.2rem;
    }

    .py-28 {
        padding-top: 2rem;
    }

    .text-justify.my-3.fz-17 {
        padding-right: 5px;
    }

    .mb_top h3 {
        margin-top: 3rem;
    }

    ul.listname li {
        display: inline;
        float: left;
        width: 46%;
        font-size: 17px;
        padding: 10px;
        text-align: center;
    }

    .media-list:not(.list-first):not(.list-second) img {
        max-height: unset;
        display: inline-block;
    }

    .media-list.list-second img {
        max-height: unset;
        max-width: 100%;
    }

    .media-list ul li {
        display: inline;
        float: left;
        max-width: unset;
    }


    .calltoaction {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .event_title {
        font-size: 29px;
        line-height: 3rem;
    }

    iframe {
        width: 100%;
        max-height: 350px;
    }

    body.term{
        background-image: none;
    }
    .term-and-condition .content {
        background: #fa2b53;
    }
    .term-and-condition .content {
        padding: 50px;
    }

}