.floating-btn {
    position: fixed !important;
    bottom: 200px;
    right: 100px;
}

.container-ele element {
    background: red;
}

.game-iframe {
    width: 100%;
    height: 100vh;
    border: none;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none;
}

.faq-desktop {
    display: block;
}

.faq-mobile {
    display: none;
}

.responsive-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border: none;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.question-form-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border: none;
}

.question-form-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



@media (max-width: 767px) {
    .banner-desktop {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
    .faq-desktop {
        display: none;
    }

    .faq-mobile {
        display: block;
    }
    
    .responsive-iframe {
        padding-bottom: 75%;
    }
    
    .question-form-iframe {
        padding-bottom: 75%;
    }
}



.form-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 96.5151515152%; /* 16:9 aspect ratio */
    border: none;
}

.form-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border: none;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#g-244401301 {
    padding: 0 0 !important;
    width: 84% !important;
    max-width: 100% !important;
    float: none;
    display: inline-block;
}

#splash-container.is-responsive-tablet #g-244401301 {width: 100% !important;}
#splash-container.is-responsive-mobile #g-244401301 {width: 100% !important;}


#splash-container.is-responsive-tablet #g-5 {max-width: 100% !important;}

#g-381567458 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

#g-194672864 {
    min-height: auto !important;
}

#sfid-3572656842 .nav-item {
    margin-right: 1.2rem;
    border-radius: 9999px;
    overflow: hidden;
    transition: 0.2s ease;
    background-color: #000000;
    padding-left: 1rem;
    padding-right: 1rem;
}

#sfid-3572656842 .nav-item:hover {
    background-color: rgb(254, 44, 85) !important
}

#sfid-3572656842 .nav-item:last-of-type {
    margin-right: 0;
}

.sf.nav.horizontal-hamburger-left-v2 .nav-hamburger:before {
    font-size: 32px;
}

#splash-container.is-responsive-tablet #sfid-3572656842 .nav-item,
#splash-container.is-responsive-mobile #sfid-3572656842 .nav-item{
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.teaser-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 177.78%;
    overflow: hidden;
}

.teaser-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 992px) {
    #g-532170556 {
        display: none !important;
    }
    
    .teaser-icon-left {
        left: -15% !important;
    }
    
    .teaser-icon-right {
        right: -8% !important;
    }
    
    
    .flex-center {
        align-items: flex-start !important;
    }
    
    .giaiphap-right {
        padding-left: 2em !important;
    }
    
    .question-form-iframe {
        padding-bottom: 120% !important;
    }
}
#ttbCookieBanner {
    display: none !important;
}

.youtube-card iframe {
    border-radius: 16px;
}

.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.giaiphap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}



