@font-face {
    font-family: verdara;
    src: url('../../vendors/fonts/AnyConv.com__verdana.otf') format('opentype'), url('../../vendors/fonts/AnyConv.com__verdana.eot') format('embedded-opentype'), url('../../vendors/fonts/AnyConv.com__verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: cafeta;
    src: url('../../vendors/fonts/UTM-Cafeta.otf') format('opentype'), url('../../vendors/fonts/AnyConv.com__UTM\ Cafeta.eot') format('embedded-opentype'), url('../../vendors/fonts/UTM-Cafeta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: alex;
    src: url('../../vendors/fonts/AnyConv.com__UTM\ Alexander.otf') format('opentype'), url('../../vendors/fonts/AnyConv.com__UTM\ Alexander.eot') format('embedded-opentype'), url('../../vendors/fonts/AnyConv.com__UTM\ Alexander.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/* ---------------------------------------- */

/* -----------------REUSEABLE-------------- */

/* ---------------------------------------- */

.text-center {
    text-align: center;
}

.desktop {
    display: block;
}

.flex {
    display: flex;
}

.mobile {
    display: none;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

ul,
li {
    list-style: none;
}

ul {
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
}

.background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.sticky-menu {
    position: sticky;
    top: 50px;
}

/* ---------------------------------------- */

/* -----------------MODAL------------------- */

/* ---------------------------------------- */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-body {
    padding: 0px !important;
}

.modal-dialog {
    max-width: unset !important;
}

.modal-open {
    overflow: hidden;
    padding: unset !important;
}

/* -------------WRAPPER------------- */

#root{
    background-color: #2c0500;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wrapper {
    background: url('../images/ld_download/bg_ld_download.png');
    width: 1656px;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    margin: 0 auto;
}

#bgvid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.btn-download {
    background: url('../images/ld_test/tai-game-ngay-2.gif');
    width: 347px;
    height: 142px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10%;
    z-index: 3;
}

.sc1-text__run {
    background: url('../images/ld_test/bg_text_running.png');
    width: 800px;
    height: 57px;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    overflow: hidden;
    z-index: 2;
}

.sc1-text__run span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    animation: runnoti 10s infinite linear;
    width: 800px;
}

@keyframes runnoti {
    from {
        left: 100%;
    }

    to {
        left: -100%;
    }
}

.group-social__button {
    top: -3%;
    left: 0%;
    z-index: 9;
    flex-direction: column;
}

.group-social__button a {
    color: #fff;
    font-size: 25px;
    font-family: cafeta;
    padding: 0px 10px 3px;
    line-height: 15px;
}

.group-social__button a:nth-child(1){
    border-right: 2px solid #fff;
}

.logo_cdo {
    width: 300px;
    margin-bottom: -15px;
}

.logo_cdo img{
    width: 100%;
}

/* ---------------------------------------- */

/* -----------------FOOTER------------------- */

/* ---------------------------------------- */

.footer-section {
    background-color: rgba(0, 0, 0, 0.452);
    position: relative;
    width: 100%;
    z-index: 4;
    padding: 10px 20px;
}

.footer_content{
    width: 1360px;
    margin: 0 auto;
    flex-direction: column;
}

.footer-section .footer_hide {
    display: none !important;
}

.footer-section .space{
    width: 200px;
}

.footer-section .space img {
    width: 100%;
}

.footer-section .infomation {
    flex: 4;
    flex-direction: column;
    margin: 0 10px;
}

.footer-section .logo-footer img {
    width: 100%;
}

.footer-section p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.logo-18__plus{
    width: 150px;
    top: 50px;
    right: 0;
}

.logo-18__plus img{
    width: 100%;
}

@media only screen and (max-width: 1656px){
    #wrapper {
        background: url('../images/ld_download/bg_ld_download.png');
        width: 100%;
        height: 100vh;
        object-fit: cover;
        overflow: hidden;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1400px){
    .footer_content {
        width: 100%;
        margin: 0 auto;
        padding: 0 1vw;
    }

    .footer-section {
        z-index: 4;
        padding: 1.5vw 0vw;
    }

    .footer-section .infomation {
        flex: 4;
        flex-direction: column;
        margin: 0 1vw;
    }

    .footer-section p {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 0;
        color: white;
    }
}

@media only screen and (max-width: 1024px){
    .footer-section p {
        font-weight: 400;
        font-size: 1.5vw;
        margin-bottom: 0;
        color: white;
    }

    .footer-section .space {
        width: 20vw;
    }

    .logo-18__plus {
        width: 14vw;
        top: 5vw;
        right: 1vw;
    }
}

@media only screen and (max-width: 768px){
    body {
        overflow-x: hidden;
        background-color: #000 !important;
    }
    
    #wrapper {
        background: url('../images/ld_download/bg_mobile.png');
        width: 100%;
        height: 208vw;
        object-fit: cover;
        overflow: auto;
        overflow-x: hidden;
        margin: 0 auto;
    }

    .mobile{
        display: flex;
    }

    #root {
        background-color: #2c0500;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .group-social__button a{
        display: none;
    }

    .sc1-text__run {
        width: 94vw;
        height: 7vw;
        bottom: 24%;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 1vw;
        overflow: hidden;
        z-index: 2;
    }

    .sc1-text__run span {
        color: #FFF;
        font-size: 3vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        animation: runnoti 10s infinite linear;
        width: 94vw;
    }

    .text-header{
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
    }

    .text-header img{
        width: 100%;
    }
    #bgvid{
        display: none;
    }

    .mb-group_social{
        bottom: 1%;
        left: 50%;
        transform: translateX(-50%);
    }

    .mb-group_social a{
        width: 50vw;
    }

    .mb-group_social img{
        width: 100%;
    }

    .btn-download {
        background: url(../images/ld_test/tai-game-ngay-2.gif);
        width: 71vw;
        height: 28vw;
        transform: translateX(-50%);
        left: 50%;
        bottom: 10%;
        z-index: 3;
    }

    .group-social__button {
        top: 0%;
        left: 0%;
        z-index: 9;
        flex-direction: column;
    }

    .logo_cdo {
        width: 41vw;
        margin-bottom: 0vw;
    }

    .scroll-down {
        top: 47%;
        left: 45%;
        width: 12vw;
        z-index: 9;
        animation: upDown 0.5s alternate infinite linear;
    }

    .scroll-down img{
        width: 100%;
    }

    @keyframes upDown {
        from{
            transform: translateY(-1vw);
        }
        to{
            transform: translateY(1vw);
        }
    }
}

@media only screen and (max-width: 468px){
    .scroll-down{
        display: none;
    }
}