@font-face {
    font-display: swap;
    font-style: normal;
    font-family: 'BeVietnamPro';
    font-weight: 700;
    src: local("BeVietnamPro"), url('/fonts/BeVietnamPro-Bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-style: normal;
    font-family: 'BeVietnamPro';
    font-weight: 600;
    src: local("BeVietnamPro"), url('/fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-style: normal;
    font-family: 'BeVietnamPro';
    font-weight: 500;
    src: local("BeVietnamPro"), url('/fonts/BeVietnamPro-Medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-style: normal;
    font-family: 'BeVietnamPro';
    font-weight: 400;
    src: local("BeVietnamPro"), url('/fonts/BeVietnamPro-Regular.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: BeVietnamPro, sans-serif;
}

html,
body {
    font-family: BeVietnamPro, sans-serif;
}

ul, li {
}

a {
    text-decoration: none;
}

.wraper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin: auto;
    height: 100%;
    width: 100%;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.wraper .wrap-header {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
    border-bottom: 1px solid;
    border-bottom: 1px solid #f4f2f1;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 10.5px 0;
    width: 100%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25);
    -webkit-transition: top .3s;
    transition: top .3s;
}

.content-header {
    max-width: 1096px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wraper .wrap-header .logo {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wraper .wrap-header .logo a {
}

.wraper .wrap-header .logo a img {
    width: 212px;
    height: 33px;
    cursor: pointer;
}

.wraper .wrap-header .right-header {
    display: flex;
    align-items: center;
}

.wraper .wrap-header .right-header .menu-top {
    /* display: none; */
    /* margin-right: 20px; */
    position: relative;
}

.wraper .wrap-header .right-header .menu-top .btn-menu {
    border-radius: 4px;
    padding: 8px;
    border: none;
    display: flex;
}

.wraper .wrap-header .right-header .menu-top .btn-menu:hover {
    background: #fdede7;
}

.wraper .wrap-header .right-header .menu-top .btn-menu svg {
    width: 20px;
    height: 20px;
    color: #897b76;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}

.wraper .wrap-header .right-header .menu-top .btn-menu svg:hover {
    color: #f05c22;
    fill: #f05c22;
}

.wraper .wrap-header .right-header .menu-top .dropdown-menu {
    display: block;
    position: absolute;
    /* position: absolute; */
    top: 55px;
    right: -30px;
    background: #fff;
    border-radius: 8px;
    width: 225px;
    padding: 4px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    -webkit-animation: dropdownAnimation .2s ease-in-out;
    animation: dropdownAnimation .2s ease-in-out;
    z-index: 9999;
}

.wraper .wrap-header .right-header .menu-top .dropdown-menu li {
    color: #6e625e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
}

.wraper .wrap-header .right-header .menu-top .dropdown-menu li:hover {
    background: #f4f2f1;
    border-radius: 5px;
}

.wraper .wrap-header .right-header .menu-top .dropdown-menu li svg {
}

.wraper .wrap-header .right-header .login-widget {
}

.wraper .wrap-header .right-header .login-widget .btn-login {
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f05c22), color-stop(27.89%, #f05c22), color-stop(89.06%, #de3721), color-stop(97.4%, #ab1f00));
    background: linear-gradient(180deg, #f05c22, #f05c22 27.89%, #de3721 89.06%, #ab1f00 97.4%);
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: none;
}

.wraper .wrap-header .right-header .login-widget .btn-login:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdae37), color-stop(46.09%, #ec6b24), color-stop(89.06%, #de3721), color-stop(97.4%, #ab1f00));
    background: linear-gradient(180deg, #fdae37, #ec6b24 46.09%, #de3721 89.06%, #ab1f00 97.4%);
    -webkit-box-shadow: -4px 0 6px 0 #dd490f inset;
    box-shadow: inset -4px 0 6px 0 #dd490f;
    color: #fff;
}

.wrap-select-region {
    display: flex;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 8px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.wrap-select-region .btn-region {
    display: flex;
    -ms-flex-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wrap-select-region:hover {
    background: #fdede7;
}

.wrap-select-region .btn-region svg {
    width: 22px;
    height: 22px;
    color: #6e625e;
    vertical-align: -.15em;
    fill: currentColor;

}

.wrap-select-region:hover .btn-region svg {
    color: #f05c22;
    fill: currentColor;
}

.wrap-select-region .name-region {
    color: #6e625e;
}

.wrap-select-region:hover .name-region {
    color: #f05c22;
}

.menu-uer-header {
    position: relative;
}

.menu-uer-header .user-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menu-uer-header .user-header img {
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

.menu-uer-header .user-header svg {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    fill: #2c3e50;
}

.dropdown-user-menu {
    user-select: none;
    background: #fff;
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    -webkit-animation: dropdownAnimation-data-v-5807e988 .3s ease-in-out forwards;
    animation: dropdownAnimation-data-v-5807e988 .3s ease-in-out forwards;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 2;
    font-size: 14px;
    border-radius: 8px;
    padding: 14px;
}

.dropdown-user-menu .user-menu {
    color: #37312f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    padding: 14px 4px;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: 1px solid #c8c8c8;
}

.dropdown-user-menu .user-menu:hover {
    background: #f4f2f1;
}

.dropdown-user-menu .user-menu svg {
}

.dropdown-user-menu .commonInfoUser {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    flex-direction: column;
}

.dropdown-user-menu .commonInfoUser .userInfo {
    display: flex;
    justify-content: normal;
    align-items: center;
}

.dropdown-user-menu .commonInfoUser .userInfo img {
    border-radius: 50%;
    overflow: hidden;
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.dropdown-user-menu .commonInfoUser .userInfo .userInfoContent {
}

.dropdown-user-menu .commonInfoUser .userInfo .userInfoContent .userName {
    line-height: 150%;
    color: #1c1817;
    font-weight: 700;
    font-size: 16px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-user-menu .commonInfoUser .userInfo .userInfoContent .userId {
    user-select: all;
    color: #6e625e;
    line-height: 150%;
}

.dropdown-user-menu .commonInfoUser .userCoin {
    display: flex;
    align-items: center;
    background-color: #fef4f0;
    margin: 10px 0;
    font-weight: bold;
    /* background: #e46f44; */
    padding: 6px 10px;
    font-size: 16px;
}

.dropdown-user-menu .commonInfoUser .userCoin label {
    padding: 5px 10px;
    background: #ff8f00;
    border-radius: 50%;
    color: #fff;
    /* font-weight: 600; */
    text-align: center;
    vertical-align: baseline;
    margin-right: 10px;
}

.dropdown-user-menu .commonInfoUser .userCoin p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #6e625e;
    gap: 11px;
}

.dropdown-user-menu .commonInfoUser .userCoin p span {
    color: #df4e19;
    /* margin-left: 8px; */
}

.dropdown-user-menu .menu-logo {
    /* border-top: 1px solid #c8c8c8; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 12px; */
    padding-top: 12px;
}

.dropdown-user-menu .menu-logo img {
    width: 50%;
}

.slideHome {
}

.slideHome div {
}

.slideHome .slider-wrapper div img {
}

.main-content {
    max-width: 1096px;
    margin: auto;
    width: 100%;
    margin-top: 75px;
}

.list-game {
    width: 100%;
    max-width: 1096px;
    margin: auto;
    padding: 10px;
    /* border: 1px solid; */
}

.list-game .home-title {
    font-size: 24px;
    color: #37312f;
    font-weight: 700;
    text-transform: uppercase;
}

.list-game-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding-bottom: 20px;
}

.list-game-wrapper .game-item {
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(114, 127, 142, .2);
    box-shadow: 0 2px 12px 0 rgba(114, 127, 142, .2);
    height: 300px;
}

.list-game-wrapper .game-item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(240, 92, 34, .75);
    box-shadow: 0 0 20px 0 rgba(240, 92, 34, .75);
}


.game-item h4.title-game {
    margin: 10px 0 10px;
    height: 48px;
    font-size: 16px;
    color: #454545;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    box-sizing: border-box;
    font-family: BeVietnamPro, sans-serif;
}

.game-item .wrap-img-item {
    position: relative;
    overflow: hidden;
}

.game-item .wrap-img-item img {
    width: 168px;
    height: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.game-item .wrap-btnNap {
    border: 2px solid #e26900;
    border-radius: 4px;
}

.game-item :hover .wrap-btnNap {
    border: none;
    border-radius: 4px;
}

.game-item .wrap-btnNap .btnNap {
    width: 100%;
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    color: #f05c22;
}

.game-item:hover .btnNap {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdae37), color-stop(46.09%, #ec6b24), color-stop(89.06%, #de3721), color-stop(97.4%, #ab1f00));
    background: linear-gradient(180deg, #fdae37, #ec6b24 46.09%, #de3721 89.06%, #ab1f00 97.4%);
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    height: 34px;
}

.load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.load-more .load-more__content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 11px 14px;
    border-radius: 4px;
    border: 1px solid #e26900;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f05c22), color-stop(27.89%, #f05c22), color-stop(89.06%, #de3721), color-stop(97.4%, #ab1f00));
    background: linear-gradient(180deg, #f05c22, #f05c22 27.89%, #de3721 89.06%, #ab1f00 97.4%);
    cursor: pointer;
    width: 100%;
    max-width: 120px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 700;
    font-size: 16px;
}

.load-more .load-more__content:hover {
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdae37), color-stop(46.09%, #ec6b24), color-stop(89.06%, #de3721), color-stop(97.4%, #ab1f00));
    background: linear-gradient(180deg, #fdae37, #ec6b24 46.09%, #de3721 89.06%, #ab1f00 97.4%);
    -webkit-box-shadow: -4px 0 6px 0 #dd490f inset;
    box-shadow: inset -4px 0 6px 0 #dd490f;
}
.wrap-benefit {
    position: relative;
    /* background: linear-gradient(104deg, rgba(253, 240, 235, .8) -7.3%, rgba(253, 240, 235, .9) 36.59%, rgba(214, 240, 254, .75) 70.56%, #e4edf1 115.86%); */
    padding-bottom: 80px;
}
.wrap-benefit .benefit-header{
    margin: 80px 0 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
}
.wrap-benefit .wrap-list-item{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.wrap-benefit .wrap-list-item .item-benefit{
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background: radial-gradient(372.84% 141.42% at 0 0, hsla(0, 0%, 100%, .6) 0, hsla(0, 0%, 100%, .2) 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(114, 127, 142, .2);
    box-shadow: 0 0 20px 0 rgba(114, 127, 142, .2);
}
.wrap-benefit .wrap-list-item .item-benefit img{
    width: 72px;
    height: 72px;
}
.wrap-benefit .wrap-list-item .item-benefit .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #37312f;
    margin-top: 20px;
    text-align: center;
}
.wrap-footer{
    position: relative;
    padding-bottom: 40px;
    background: #000;
    color: #fff;
}
.wrap-footer .footer{
    padding-top: 40px;
    /* max-width: 1096px; */
    /* margin: auto; */
    /* font-size: 14px; */
    padding: 40px;
}
.wrap-footer .footer .footer-top{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #6e625e;
    padding-bottom: 18px;
}
.wrap-footer .footer .footer-top img{
    height: 25px;
    width: 212px;
}
.footer-content {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.footer-content .col-content{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.footer-content .col-content .title{
    font-size: 14px;
    font-weight: 500;
    color: #a3a09f;
}
.footer-content .col-content a{
    color: #fff;
    font-weight: 500;
}
.footer-bottom{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    color: #d0cac8;
    font-size: 14px;
    font-weight: 500;
}
.footer-bottom .copyright{}
.footer-bottom .dflex{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.footer-bottom .dflex .item-footer{}
.footer-bottom .dflex .item-footer a{
    color: #fff;
    font-weight: 500;
}
.wrap-games {}
.wrap-games .games{
    display: flex;
    align-items: center;
}

.wrap-games .games .game-icon{
    position: relative;
}
.wrap-games .games .game-icon .game-icon-shadow{}
.wrap-games .games .game-icon .game-avarta{}
.wrap-games .games .game-icon img{}
.wrap-games .games .game-name{}

@media screen and (max-width: 1024px) {
    .content-header {

        padding: 0 10px;

    }

    .list-game-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .game-item .wrap-img-item {
        position: relative;
        padding-top: 100%;
    }

    .game-item .wrap-img-item .img-game {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .wrap-benefit {
        padding: 20px;
    }
    .wrap-benefit .benefit-header{
        margin: 30px 0 32px;
    }
    .wrap-benefit .wrap-list-item{
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .list-game-wrapper .game-item  {
        cursor: pointer;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 15px;
    }

    .footer {
        padding-top: 40px;
        max-width: 1096px;
        margin: auto;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .wraper .wrap-header .logo a img {
        width: 120px;
        height: auto;
    }

    .wrap-select-region {
        margin: 0 10px;
        padding: 0px;
    }

    .wraper .wrap-header .right-header .menu-top .btn-menu {
        padding: 5px;
    }

    .list-game-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrap-benefit {
        padding: 10px;
    }
    .wrap-benefit .wrap-list-item{
        gap: 20px;
    }

    .wrap-footer .footer .footer-top {
        flex-direction: column;
        text-align: center;
    }
    .footer-content {
        width: 100%;
        /* background: #f00; */
        /* text-align: center; */
    }
    .footer-content .col-content {
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }

    .wrap-footer .footer .footer-top a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .wrap-footer .footer .footer-top img{}
    .footer-bottom {
        flex-direction: column;
        /* text-align: left; */
        align-items: flex-start;
    }
    .footer-bottom .dflex{
        justify-content: space-between;
        align-items: center;
        /* background: #f00; */
        width: 100%;
        margin-top: 20px;
    }
    .wrap-footer .footer {
        padding: 40px 10px 0 10px;
    }
}
