:root {
    --orange: #ff7e07;
    --orange-hover: #c46003;
    --black: #000;
    --blue-bold: #011079;
    --white: #fff;
}

@font-face {
    font-family: svn-bree;
    src: url(../fonts/BreeSerif-Regular.ttf);
}
@font-face {
    font-family: svn-agency;
    src: url(../fonts/SVN-Agency-FB-bold.ttf);
}
@font-face {
    font-family: svn-every;
    src: url(../fonts/SVN-Every-Movie-Every-Night.ttf);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.container-header {
    max-width: 1300px;
    margin: 0 auto;
}




.box1 {
    min-height: 100vh;
    background: url("https://ik.imagekit.io/jxxbpd8gv/VSBet/assets/background.png?updatedAt=1746278655453") no-repeat center center/cover; /*change*/
    width: 100%;
    padding-bottom: 20px;
    background-size: cover;

}
.box1-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 90px;
    margin-bottom: 20px;
}
/* .box1-item:first-child img {
    width: 200px;
}
.box1-item:nth-child(2) img {
    width: 130px;
}
.box1-item:nth-child(3) img {
    width: 250px;
}
.box1-item:last-child img {
    width: 100px;
} */
.box1-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.box1-about {
    padding: 20px;
    max-width: 70%;
    background: #00000078;
    margin-bottom: 20px;
}
.box1-about h1 {
    font-family: svn-every;
    font-size: 40px;
    color: var(--white);
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    text-shadow: 0px 4px 0px rgb(229 123 48);
}
h2 {
    display: inline-block;
    position: relative;
}
h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 80%;
    height: 3px;
    background-color: var(--orange);
}
.box1-about h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 80%;
    height: 3px;
    background-color: var(--orange);
}
.box1-about p {
    font-family: svn-bree;
    font-size: 16px;
    color: var(--white);
    line-height: normal;
    margin-bottom: 15px;
    line-height: normal;
}
.box1-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.box1-list-icon img {
    width: 60px;
}
.swiper-slide {
    width: 200px !important;
    display: flex;
    justify-content: center;
}
.box1-video {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

.responsive-video {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 ratio */
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
@media (max-width: 768px) {
    .box1 {
        min-height: 100vh;
        background: url("https://ik.imagekit.io/jxxbpd8gv/VSBet/assets/background2.png?updatedAt=1746338693591") no-repeat center center/cover; /*change*/
        width: 100%;
        padding-bottom: 20px;
        background-size: cover;
    
    }
    .box1-list {
        padding-top: 80px;
        display: flex;
        gap: 0;
    }
    /* .box1-item:first-child img {
        width: 150px;
    }
    .box1-item:nth-child(2) img {
        width: 80px;
    }
    .box1-item:nth-child(3) img {
        width: 180px;
    }
    .box1-item:last-child img {
        width: 80px;
    } */
    .box1-about {
        padding: 20px;
        max-width: 100%;
        background: #00000078;
        margin-bottom: 20px;
        margin: 0 16px 20px;
    }
    .box1-about h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .box1-list-icon img {
        width: 50px;
    }
    .box1-list-icon {
        gap: 30px;
    }
    
    
    .box1-video {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .box1-video {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    
    .responsive-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    }
    
    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    }
}


.box2 {
    min-height: 100vh;
    background: url("https://res.cloudinary.com/dzvf9yvg4/image/upload/v1748321640/bg1_axho9c.png") no-repeat center center/cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box2-container {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 30px;
}
.box2-left {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: end;
    min-height: 100vh;
}
.box2-right {
    width: 60%;
    background: rgba(70, 70, 70, 0.3);
    padding: 20px;
}
.box2-right h2 {
    font-family: svn-every;
    color: var(--white);
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    text-shadow: 0px 4px 0px rgb(229 123 48);
}
.box2-right p, .box2-right p a{
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}
.box2-right ul {
    padding-left: 30px;
    list-style: disc;
    margin-bottom: 10px;
}
.box2-right ul li {
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .box2-container {
        flex-direction: column;
        gap: 0px;
    }
    .box2-left {
        width: 90%;
        min-height: auto;
    }
    .box2-right {
        width: 100%;
        background: rgba(70, 70, 70, 0.3);
        padding: 20px
    }
    .box2-right h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .box2-right p, .box2-right p a {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .box2-right ul {
        padding-left: 20px;
    }
    .box2-right ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
}


.box3 {
    min-height: 100vh;
    background: url("https://res.cloudinary.com/dzvf9yvg4/image/upload/v1748321640/bg1_axho9c.png") no-repeat center center/cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.box3-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.box3-left {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: end;
}
.box3-right {
    width: 50%;
    background: rgba(70, 70, 70, 0.3);
    padding: 20px
}
.box3-right h2 {
    font-family: svn-every;
    color: var(--white);
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    text-shadow: 0px 4px 0px rgb(229 123 48);
}
.box3-right p, .box3-right p a{
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}
.box3-right ul {
    padding-left: 30px;
    list-style: disc;
    margin-bottom: 20px;
}
.box3-right ul li {
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .box3-container {
        flex-direction: column;
        gap: 0px;
    }
    .box3-left {
        width: 90%;
    }
    .box3-right {
        width: 100%;
        background: rgba(70, 70, 70, 0.3);
        padding: 20px
    }
    .box3-right h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .box3-right p, .box3-right p a {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .box3-right ul {
        padding-left: 20px;
    }
    .box3-right ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
}
.box4 {
    padding-top: 100px;
    padding: 100px 20px 20px;
    background: url("https://res.cloudinary.com/dzvf9yvg4/image/upload/v1748321640/bg1_axho9c.png") no-repeat center center/cover;
    position: relative;
    text-align: center;
}
.box4-img1 {
    position: absolute;
    top: 70% !important;
    transform: translateY(-50%);
    left: -60px;
}
.box4-img2 {
    position: absolute;
    top: 70% !important;
    transform: translateY(-50%) scale(0.9);
    right: 0px;
}
.box4 h2 {
    font-family: svn-every;
    color: var(--white);
    font-size: 30px;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0px 4px 0px rgb(229 123 48);
}
.box4 h3 {
    font-family: svn-every;
    color: var(--white);
    font-size: 25px;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.box4-button {
    text-align: center;
    position: relative;
}
.box4-button button {
    font-family: svn-agency;
    color: var(--white);
    font-size: 20px;
    padding: 5px 30px 8px;
    background: var(--orange);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 20px;
    position: relative;
}

.box4-button button:hover {
    background: var(--orange-hover);
    box-shadow: #ff7e07 0px 0px 10px;
    transition: .3s linear;
}
.image-grid {
    max-width: 800px;
    margin: 0 auto;
    columns: 4;
    column-gap: 10px;
    position: relative;
    z-index: 10;
}
.image-grid img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .box4 h3 {
        font-family: svn-every;
        color: var(--white);
        font-size: 18px;
        line-height: normal;
        text-align: center;
        margin-bottom: 20px;
    }
}


/* Footer */
footer {
    background: url("https://res.cloudinary.com/dzvf9yvg4/image/upload/v1748321640/bg-ft_lbu2pw.png") no-repeat center center/cover;
    width: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ft-container {
    display: flex;
    gap: 100px;
}
.ft-container h3 {
    font-family: svn-every;
    color: var(--white);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.ft-container h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 80%;
    height: 3px;
    background-color: var(--orange);
}
.ft1, .ft2, .ft3 {
    width: 33%;
}
.ft1 .ft1-logo img {
    width: 250px;
    margin-bottom: 20px;
}
.ft1 .ft1-text p {
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}
.ft2 ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
.ft2 ul li a img {
    width: 50px;
}
.ft3 ul a {
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .ft-container {
        flex-direction: column;
        gap: 20px;
        padding: 0px 20px;
    }
    .ft1, .ft2, .ft3 {
        width: 100%;
    }
    .ft1 .ft1-logo img {
        width: 150px;
        margin-bottom: 20px;
    }
    .ft2 ul {
        gap: 10px;
    }
    .ft2 ul li a img {
        width: 50px;
    }
}
footer hr {
    width: 70%;
    margin: 20px auto;
    height: 1px;
    background: #ffffff;
    border: none;
}
.taitro-container {
    padding: 20px 0px 0px;
}
.taitro-left h2 {
    font-family: svn-every;
    color: var(--white);
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    text-shadow: 0px 4px 0px rgb(229 123 48);
}
.taitro-left p{
    font-family: svn-bree;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .taitro-container {
        padding: 20px 16px 0px;
    }
    .taitro-left h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .taitro-left p{
        font-size: 14px;
        margin-bottom: 20px;
    }
}


@media (max-width: 768px) {
    .image-grid {
        columns: 2;
        column-gap: 10px;
    }
    .image-grid img {
        display: block;
        margin-bottom: 10px;
        max-width: 100%;
    }
}
#loadingIndicator2 img {
    width: 50px;
}
#loadingIndicator2 {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#loadingIndicator img {
    width: 50px;
}
#loadingIndicator {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#fp-nav ul li a span {
    background: var(--orange);
}
.fp-watermark {
    display: none !important;
}
.mb {
    display: none;
}
@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
}
.icon-wheel {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    animation: wheel 1s linear infinite;
}
@keyframes wheel {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.04);
    }
}
.icon-wheel img {
    width: 120px;
}
.icon-wheel:hover {
    transform: scale(1.1);
    transition: .3s linear;
}
.tuyendung {
    margin-top: 10px;
}
.tuyendung a {
    font-family: svn-every;
    color: var(--white);
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
    display: inline-block;
}