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

    * {
        box-sizing: border-box;
    }
    *, *::before, *::after {
        box-sizing: border-box;
      }

    body {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100vw;
        min-height: 100vh;
        overflow-x: hidden;
        font-family: 'Roboto', sans-serif;
    }
    .header{
        background-image: linear-gradient(to top,#CFF3FF,#6BB0C8);
        height: 96px;
        border-bottom: 1px solid #000;
    }
    .wrapheader{
        max-width: 1490px;
        margin: 0 auto;
        height: 96px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    .bttrangchu{
        width: 33%;
    }
    .logoshbet{
        width: 33%;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .logoshbet img{
        width: 90%;
        margin-top: 7%;
    }
    .btndangkydangnhap{
        width: 33%;
    }
    .btndangkydangnhap{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }
   

    .wrap {
        width: 100%;
        max-width: 1490px;
        position: relative;
        margin: auto;
        padding:74px 0;
    }
    .wrap .taiapp{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: url(images/bghead.png) no-repeat center;
    }
    .taiapp .taiappleft{
        width: 30%;
    }
    .taiapp .taiappright{
        width: 70%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: center;
        align-items: center;
    }
    .taiapp .taiappright .title{
        color:#0C4963;
         font-size: 75px;
         text-transform: uppercase;
         font-weight: bold;
    }
    .taiapp .taiappright .content{
        color:#0C4963;
         font-size: 22px;
         text-align: center;
         font-weight: bold;
         display: block;
    }
    .taiapp .taiappright .content1{
        display: none;
    }
    .taiapp .taiappright .instruct{
        padding: 0 110px; 
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }
    .taiapp .taiappright .instruct .qrcode{
        background: url(images/bgqrcode.png) no-repeat round;
        width: 40%;
    }
    .taiapp .taiappright .instruct .qrcode img{
        padding: 18px;
    }
    .taiapp .taiappright .instruct .instructVideo{
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 36px;
        justify-content: center;
    }
    .taiappright .linktruycap{
        background: linear-gradient(179deg, #A5E3F9 0%, #1981A6 100%); 
        box-shadow: 0px 5.877883434295654px 5.877883434295654px rgba(0, 0, 0, 0.20) inset; 
        border-radius: 61.23px;
         border: 1.96px white solid;
         padding: 0 80px;
         margin-bottom: 24px;
    }
    .taiappright .linktruycap a{
        text-align: center;
         color: white; 
         font-size: 40px;
         text-transform: uppercase;
         text-decoration: none;
    }
    .contenttext{
        padding: 18px 32px;
        background: rgba(19, 105, 143, 0.65);
        border-radius: 16px;
    }
    .contenttext h1,h2,p{
        color: white;
        line-height: 30px;
        text-align: justify;
    }
    .contenttext h3{
        color: #f9ff00;
    }
    .contenttext h1,h2{
        text-align: center;
        text-transform: uppercase;
    }
    .bttrangchu a img{
        width: 50%;
    }

    img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .logo {
        height: 150px;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo img {
        display: block;
        height: 80%;
        width: auto;
        margin: auto;
    }

    .slide {
        width: 100%;
    }


    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
        z-index: 10;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 0;
    }

    .slick-prev {
        left: 0px;
        background: url(./mobile/img/icon-left.png) center/auto 100% no-repeat !important;
    }

    .slick-next {
        right: 0px;
        background: url(./mobile/img/icon-right.png) center/auto 100% no-repeat !important;
    }

    .info {
        position: relative;
        z-index: 1;
        width: 90%;
        margin: -30px auto 0px;
        text-align: center;
        font-size: 13px;
        line-height: 1.6;
    }

    .info.guide {
        margin: 20px auto 20px;
    }

    .info h1 {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        margin: 10px 0 2px;
        background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .info h4 {
        font-size: 18px;
        text-align: center;
        margin: 10px 0 2px;
        background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .download-app {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45%;
        height: 45px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        border-radius: 100px;
        margin: 10px auto;
        background: linear-gradient(to right, #dccab8 0%, #d2b496 100%);
        box-shadow: 0 5px 10px 0 rgba(65, 70, 85, 0.15);
        text-decoration: none;
    }

    .download-app svg {
        margin: 0 5px 0 0;
    }

    .download-app path {
        fill: #fff;
    }

    .download-btn {
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        cursor: pointer;
        margin-top: 20px;
    }

    .download-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s linear;
    }

    .download-btn a:hover {
        transform: translateY(-10px);
        -webkit-filter: drop-shadow(2px 2px 8px #154283) brightness(1.1) !important;
        filter: drop-shadow(2px 2px 8px #154283) brightness(1.1) !important;
        cursor: pointer;
        transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .download-btn img {
        width: 50%;
        margin: 0 auto;
    }

    .guide-step {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        row-gap: 50px;
        column-gap: 50px;
        margin-top: 30px;
        align-items: center;
        background: #E7E7E7;
        border: 4px solid #FFFFFF;
        border-radius: 40px;
        padding: 50px;
    }

    .step-text {
        background: linear-gradient(180deg, #B1EBFF 0%, #1C8EB6 100%);
        border: 1px solid #BDEFFF;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 40px;
        font-size: 25px;
        font-weight: 600;
        padding: 10px;
        color: #000000;
        text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.8);
        text-align: center;

    }

    .sub-guide {
        color: #0C5779;
        text-shadow: 0px 4px 20px #FFFFFF, 0px 2px 0px #A6E8FF, 0px 4px 10px rgba(255, 255, 255, 0.5);
        font-size: 24px;

    }
    .container{
        margin: 0 auto;
        background: url(images/bgtaiappIOSandroid.png) no-repeat center;
    }
    .btnback{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        text-align: center;
    }
    .btnback a img{
        width: 50%;
    }
    
    .titlehuongdan{
        text-align: center;
        background: -webkit-linear-gradient(#0C4963,#63CDFC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        font-size: 60px;
        font-weight: bold;
    }

   
    @media screen and (max-width: 1450px) {
        .logoshbet img{
            width: 90%;
            margin-top: 5%;
        }
        .wrapheader{
            padding: 0 5%;
        }
        .wrap{
            padding: 74px 5%;
        }
        .taiapp .taiappright .title{
            font-size: 60px;
        }
        .taiappright .linktruycap a{
            font-size: 34px;
        }
        .bttrangchu a img{
            width: 50%;
        }


    }
    @media screen and (max-width: 1024px) {
        .logoshbet img{
            width: 100%;
            margin-top: 0px;
        }

        .taiappright .linktruycap a{
            font-size: 19px;
        }
        .taiapp .taiappright .title{
            font-size: 36px;
        }
        .taiapp .taiappright .content{
            font-size: 17px;
        }
        .header{
            height: 80px;
        }
        .wrapheader{
            height: 77px;
        }
        .bttrangchu a img{
            width: 50%;
        }
        .titlehuongdan{
            font-size: 35px;
        }

    }

    @media screen and (max-width: 767.98px) {
        body{
            background: url(images/bgmobile.png) no-repeat center;
            box-sizing: border-box;
        }
        .header{
            height: 45px;
        }
        .wrap {
            padding: 70px 2%;
        }
        .taiapp .taiappright .content{
            display: none;
        }
        .taiapp .taiappright .content1{
            display: block;
            color:#0C4963;
            font-size: 16px;
            text-align: center;
            font-weight: bold;
        }
        .register a{
            display: flex;
            justify-content: center;
            align-items: center;

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

        }
        .register a img {
            width: 80%;
        }
        .login a img {
            width: 80%;
        }

        .wrap .taiapp{
            display: flex;
            flex-direction: column;
        }
        .wrapheader{
            padding: 0 2%;
            height: 40px;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            justify-content: flex-start;
            z-index: 1111;
        }
        .bttrangchu{
            width: 30%;
        }
        .logoshbet{
            width: 40%;
        }
        .btndangkydangnhap{
            width: 100%;
            margin-top: 10px;
        }
        .bttrangchu a img{
            width: 75%;
        }
        .taiapp .taiappright .title {
            font-size: 19px;
        }
        .taiapp .taiappright .instruct{
            padding: 0 3%;
            gap: 5%;
        }
        .taiappright .linktruycap a{
            font-size: 14px;
        }
        .taiappright .linktruycap{
            padding: 5px 5px;
        }
        .taiapp .taiappright .instruct .qrcode img{
            padding: 5px;
        }
        .taiapp .taiappright .instruct .instructVideo{
            gap: 10px;
        }
        .taiapp .taiappright{
            width: 100%;
        }
        .taiapp .taiappleft{
            width: 70%;
        }
        .download-btn {
            gap: 10px;
            flex-direction: column;
            margin-top: 0;
        }
        .btnback a img{
            width: 70%;
        }
        .titlehuongdan{
            font-size: 25px;
        }
        .contenttext{
            padding: 18px 10px;
        }
        .contenttext h1{
            font-size: 20px;
        }
        .contenttext p{
            line-height: 25px;
        }
        .contenttext h2{
            font-size: 18px;
        }

        .logo {
            height: 130px;
        }

        .box-slide {
            width: 95%;
        }

        .slick-dots li button {
            width: 8px;
            height: 8px;
        }

        .slick-initialized .slick-slide {
            padding: 10px 10px 50px;
        }

        .sub-guide {
            font-size: 16px;
            margin-top: 10px;
        }

        .guide-step {
            grid-template-columns: 49% 49%;
            padding: 6px;
            gap: 10px;
            border-radius: 22px;
        }

        .step-text {
            font-size: 9px;
        }

        .info.guide {
            margin-bottom: 100px;
        }

        .info {
            width: 95%;
        }
    }