.home{
    margin-top: 20px;
}
.home-top{
    padding: 15px;
}
.home-top__banner-slider{
    width: 53.38%;
    padding: 10px;
}
.home-top__video{
    width: 22.55%;
}
.news{
    width: 22.55%;
}
.home-top__social{
    display: flex;
    justify-content: space-between;
}
.htv-bot {
    padding: 10px 10px;
    margin-top: 10px;
    height: 49%;
    border-radius: 10px;
}
.home-top__social-item{
    display: block;
    max-width: 19%;
}
.btn-video-arrow{
    cursor: pointer;
}
.btn-video-arrow:hover{
    filter: brightness(0.5);
}
.btn-taigame-main{
    background: rgb(242,240,71);
    background: linear-gradient(180deg, rgba(242,240,71,1) 0%, rgba(58,220,78,1) 100%);
    border: 3px solid white;
    border-radius: 10px;
    font-size: 38px;
    line-height: 128px;
    color: white;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
.btn-taigame-main:hover{
    filter: brightness(120%);
    text-decoration: none;
    color: white;
}
.home-top__banner-slider .slick-dots{
    bottom: 0;
    background: rgba(0, 0, 0, 0.51);
    height: auto;
    padding-bottom: 5px;
    font-size: 10px;
}
.home-top__banner-slider .slick-dots li{
    width: 10px;
    height: 10px;
    background: url('/frontend/images/webv3/slider-dot1.png');
    background-size: 100% 100%;
}
.home-top__banner-slider .slick-dots li button{
    width: 10px;
    height: 10px;
}
.home-top__banner-slider .slick-dots li.slick-active{
    background: url('/frontend/images/webv3/slider-dot1-active.png');
    background-size: 100% 100%;
}

.home-top__banner-slider .slick-dots li button:before{
    display: none!important;
}
.home-top__banner-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
    height: 100%;
}
.home-top__banner-slider div{
    height: 100%;
}
.home-top__banner-slider .slick-slide img{
    height: 100%;
    object-fit: cover;
}
.download-btn-item{
    max-width: 25%;
    margin-bottom: 20px;
}
.list-taigame{
    width: 100%;
}
.btn-taigame-item{
    width: 49%;
}
.big-news{
    width: 48%;
}
.small-news{
    width: 37%;
}
.title-news{
    text-transform: uppercase;
    color: #7115cc!important;
    font-size: 25px;
    margin-bottom: 0;
}
.card-big__thumb{

}
.card-big__info{

}
.card-big__info-title{
    font-size: 20.8px;
    color: #7115cc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    border-left: 4px solid #ff2e0d;
    line-height: 1;
    padding-left: 5px;
}
.card-big__info-title:hover{
    color: #7115cc;
    text-decoration: none;
}

.card-big__info-desc{
    font-size: 12.5px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Montserrat, sans-serif;
}
.card-sm__thumb img{
    height: 86px;
    object-fit: cover;
}
.small-news__slider{
    max-height: 150px;
    overflow: auto;
    padding-right: 15px;
}
.small-news__slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000000;
}

.small-news__slider::-webkit-scrollbar {
    width: 6px;
    background-color: #000000;
}

.small-news__slider::-webkit-scrollbar-thumb {
    background-color: white;
    cursor: pointer;
}
.small-news__slider-item{
    border-left: 3px solid #ff2e0d;
    margin-bottom: 10px;
    padding-left: 5px;
}

.card-sm__title{
    font-size: 16.67px;
    color: #7115cc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1;
}
.card-sm__title:hover{
    color: #7115cc;
    text-decoration: none;
}

.card-sm__desc{
    font-size: 10.4px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Montserrat, sans-serif;
}
.title-game{
    max-width: 40%;
}
.list-game__slider{
    margin: 0 -5px;
}
.list-game__slider .slick-slide{
    margin: 0 5px;
}
.list-game__slider .slick-dots a{
    padding: 0 8px 2px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
}
.list-game__slider .slick-dots a:hover{
    background: #ff512a;
}
.list-game__slider .slick-dots .slick-active a{
    background: #ff512a;
}
.list-game__slider .slick-prev{
    left: -49px;
    transform: translateY(-50%);
    width: 34px;
    height: 94px;
    background: #ffebc3;
    border-radius: 8px 0 0 8px;
    padding: 5px;
}
.list-game__slider .slick-prev:before{
    content: '';
    display: block;
    width: 24px;
    height: 38px;
    background: url("/frontend/images/webv3/v2/back2.png");
}
.list-game__slider .slick-next{
    right: -49px;
    transform: translateY(-50%);
    width: 34px;
    height: 94px;
    background: #ffebc3;
    border-radius: 0 8px 8px 0;
    padding: 5px;
}
.list-game__slider .slick-next:before{
    content: '';
    display: block;
    width: 24px;
    height: 38px;
    background: url("/frontend/images/webv3/v2/next2.png");
}
.list-game__slider .slick-next:hover::before{
    background: url("/frontend/images/webv3/v2/next2-fx.png");
}
.list-game__slider .slick-prev:hover::before{
    background: url("/frontend/images/webv3/v2/back2-fx.png");
}
.game__item{
    border: 3px solid white;
    cursor: pointer;
    position: relative;
}
.game__item-img-container{
    position: relative;
}
.game__item-img-container::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.game__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game_item-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}
.game__item:hover .game_item-desc{
    height: 100%;
}
.btn-container{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.btn-container a{
    display: inline-block;
    max-width: 45%;
}
.download-pay{
    width: 35%;
}
.guide-func{
    width: 41%;
}
.top-event{
    width: 23%;
}
.top-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dp-title{
    color: white;
    font-size: 33px;
}
.dp-desc{
    color: white;
    font-size: 14.5px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
}
.dp-list a{
    padding: 10px 5px;
    border-radius: 10px;
    text-align: center;
}
.dp-list a span{
    background: #ffba00;
    display: inline-block;
    width: 100%;
    padding: 2px 3px;
    color: white;
    border-radius: 5px;
    margin-top: 5px;
}

.dp-list a:hover{
    background: rgba(255, 255, 255, 0.4);
}
.download-pay__top{
    background: #d031fa;
    padding: 15px;
    position: relative;
}
.download-pay__bot{
    background: #ff3412;
    padding: 15px;
    position: relative;
}
.sub-game{
    max-width: 20%;
    position: absolute;
    top: -10%;
    right: 2%;
    pointer-events: none;
}
.sub-cart{
    max-width: 15%;
    position: absolute;
    top: -2%;
    right: 2%;
    pointer-events: none;
}
.download-pay__bot .dp-list a:hover{
    background: transparent;
}
.guide-func{
    padding: 15px;
    background: #ff942c;
    position: relative;
}
.sub-setup{
    max-width: 18%;
    position: absolute;
    top: -6%;
    right: 2%;
    pointer-events: none;
}
.gf-item{
    padding: 50px 10px 10px;
    background: #dc7700;
    border: 5px solid #f3e6bf;
    position: relative;
}
.gf-title{
    color: white;
    font-size: 25px;
    position: absolute;
    padding: 2px 10px;
    border-radius: 0 0 8px 8px;
    background: #f3e6bf;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
.gf-item__slider{
    margin: 0 -3px;
}
.gf-item__slider .slick-dots a{
    padding: 0 8px 2px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
}
.gf-item__slider .slick-dots a:hover{
    background: #ff512a;
}
.gf-item__slider .slick-dots .slick-active a{
    background: #ff512a;
}
.gf-item__slider .slick-slide{
    margin: 0 3px;
}
.gf-item__slider-item{
    position: relative;
    cursor: pointer;
}

.gf-item__slider-item span{
    display: inline-block;
    padding: 2px 5px;
    color: white;
    background: rgba(0, 0, 0, 0.71);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tv-item{
    background: rgba(136, 97, 63, 0.71);
    padding: 15px;
    border: 2px solid white;
    border-radius: 15px;
    position: relative;
}
.sub-cup{
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.sub-star{
    max-width: 18%;
    position: absolute;
    top: -14%;
    right: -4%;
    pointer-events: none;
}

.tv-title{
    font-size: 25px;
    color: white;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
.top-item span{
    text-align: center;
    color: white;
    font-size: 14.6px;
    font-family: Montserrat,sans-serif;
}
.top-item span:nth-child(1){
    display: inline-block;
    width: 20%;
}
.top-item span:nth-child(2){
    display: inline-block;
    width: 45%;
}
.top-item span:nth-child(3){
    display: inline-block;
    width: 30%;
    color: #f9d07b;
}
.top-title{
    border: 1px solid white;
    border-radius: 10px;
    background: #6d4e33;
    padding: 5px 0;
}
.top-title span{
    color: white!important;
}
.contact-item{
    background: rgba(72, 3, 128, 0.85);
    padding: 15px 15px;
    border: 2px solid white;
    border-radius: 15px;
    min-height: 320px;
}
.contact1{
    width: 42%;
}
.contact2{
    width: 21%;
}
.contact3{
    width: 33%;
}
.contact-title{
    color: white;
    font-size: 33.3px;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
.contact-desc{
    color: white;
    font-size: 14.58px;
    font-family: Montserrat, sans-serif;
}
.form-contact div .form-control{
    width: 49%;
}
.form-contact .form-control{
    font-family: Montserrat, sans-serif;
    font-size: 18.75px;
    color: #434343;
    border-radius: 10px;
}
.btn-submit-contact{
    color: white;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-size: 25px;
    padding: 3px 20px;
    background: #ff431e;
    border-radius: 10px;
    border: none;
}
.line-contact .lc-img{
    width: 61px;
}
.line-contact .lc-info{
    width: calc(100% - 71px);
    color: white;
}
.line-contact .lc-title{
    font-size: 25px;
}
.line-contact .lc-detail{
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: white;
    text-decoration: none;
    word-break: break-all;
}
.contact3 .line-contact .lc-img{
    width: 25px;
    height: auto;
}
.contact3 .line-contact .lc-info{
    width: calc(100% - 35px);
    color: white;
}
.contact3 .line-contact .lc-detail{
    font-size: 18px;
}
.slider-v4 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider-v4.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.modal{
    background: #000000b8;
}
#modalQR .modal-dialog{
    max-width: 450px;
}
#modalQR .modal-content{
    background: transparent;
    border: 0;
}
#modalQR .modal-body{
    padding: 15px 15px;
    border-radius: 10%;
}
#modalQR .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
}
#modalQR .modal-content .close:focus{
    outline: none;
}
#modalQR .qr-desc{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}
#modalArticle .modal-dialog{
    max-width: 940px;
}
#modalArticle .modal-content{
    background: transparent;
    border: 0;
}
#modalArticle .modal-body{
    padding: 20px 25px;
    border-radius: 15px;
}
#modalArticle .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
}
.md-content{
    height: 80vh;
    overflow-y: auto;
}
#modalArticle .modal-content .close:focus{
    outline: none;
}

#modalGiftcode .modal-dialog{
    max-width: 1261px;
}
#modalGiftcode .modal-content{
    background: transparent;
    border: 0;
}
#modalGiftcode .modal-body{
    position: relative;
    padding: 0;
}
#modalGiftcode .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
}
#modalGiftcode .modal-content .close:focus{
    outline: none;
}

.title-code{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 56%;
}
.nickname-user{
    width: 30%;
    height: 5.7%;
    position: absolute;
    top: 37%;
    left: 50%;
    font-family: "UTM Bebas", sans-serif;
    font-size: 1.5vw;
    color: white;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.input_code{
    width: 29%;
    height: 11.4%;
    position: absolute;
    top: 57%;
    left: 50%;
    font-family: "Montserrat", sans-serif;
    font-size: 2vw;
    color: #650f89;
    transform: translateX(-50%);
    text-align: center;
    background: transparent;
    border: none;
}
.input_code:focus,.input_code:active{
    border: none;
    outline: none;
}
.btn-bottom{
    width: 32%;
    height: 7%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    color: white;
}
.btn-bottom a{
    width: 45.5%;
    height: 100%;
    border-radius: 30px;
    border: 3px solid #ffdbaa;
    text-align: center;
    font-size: 1.3vw;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.btn-bottom a:hover{
    text-decoration: none;
    color: white;
}
.btn-bottom-confirm{
    background: rgb(255,195,80);
    background: linear-gradient(180deg, rgba(255,195,80,1) 0%, rgba(193,39,141,1) 100%);
}
.btn-bottom-back{
    background: rgb(249,191,32);
    background: linear-gradient(180deg, rgba(249,191,32,1) 0%, rgba(233,34,2,1) 100%);
}
.alert-code{
    width: 13%;
    height: 23%;
    position: absolute;
    top: 77%;
    left: 70%;
    background: url(/frontend/images/webv3/alert-code.png);
    background-size: 100% 100%;
    padding: 0.8% 0.8% 2.8%;
    color: white;
}
.alert-code__title{
    font-family: "UTM Bebas", sans-serif;
    font-size: 18px;
}
.alert-code__desc{
    font-family: Montserrat, sans-serif;
    font-size: 11px;
}


#modalMail .modal-dialog{
    max-width: 827px;
}
#modalMail .modal-content{
    background: transparent;
    border: 0;
}
#modalMail .modal-body{
    position: relative;
    padding: 0;
}
#modalMail .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -6%;
    right: 0;
    z-index: 1;
}
#modalMail .modal-content .close:focus{
    outline: none;
}
.bg-mail{
    width: 93%;
    margin-left: 2.5%;
}
.mail-btn-history{
    position: absolute;
    top: 5%;
    right: 0.7%;
    max-width: 4.1%;
    cursor: pointer;
}
.mail-btn-history:hover,.mail-btn-send:hover{
    filter: brightness(115%);
}
.mail-tem{
    position: absolute;
    top: 8%;
    right: 10%;
    max-width: 15.1%;
    mix-blend-mode: multiply;
}
.mail-box{
    position: absolute;
    bottom: -6%;
    left: 0;
    max-width: 25%;
}
.info-sender{
    position: absolute;
    width: 31.4%;
    top: 9%;
    left: 10%;
}
.mail-btn-send{
    position: absolute;
    width: 16.2%;
    bottom: -9.1%;
    right: 9%;
    cursor: pointer;
}
.info-sender__title{
    font-family: "UTM Bebas", sans-serif;
    font-size: 41px;
    line-height: 1;
    color: #0b316f;
}
.name-ingame{
    font-family: "UTM Bebas", sans-serif;
    font-size: 27px;
    color: #c90f1a;
}
.send-content{
    position: absolute;
    width: 52%;
    top: 40%;
    right: 10%;
}
.sc-input-nhan{
    background: #c90f1a;
    color: white;
    font-family: "UTM Bebas", sans-serif;
    font-size: 22.4px;
    padding: 2px 10px;
    border-radius: 7px;
    border: none;
    height: 31px;
}
#ip-receiver{
    background: #cccccc;
    color: #003366;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding: 2px 10px;
    border-radius: 0 7px 7px 0;
    height: 31px;
}
/* Change the white to any color */
#ip-receiver:-webkit-autofill,
#ip-receiver:-webkit-autofill:hover,
#ip-receiver:-webkit-autofill:focus,
#ip-receiver:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#ip-receiver:-webkit-autofill{
    background: #cccccc;
    color: #003366;
    -webkit-text-fill-color: #003366 !important;
}
.send-content .form-control:focus,.send-content .form-control:active{
    outline: none;
    box-shadow: none;
}
#ip-content{
    background: transparent;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 12.5px;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px dashed #8a8780;
    height: 65px;
}
.mg-item_body{
    max-height: 105px;
    overflow: auto;
}
#modalMail .icon-item{
    cursor: pointer;
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
}
#modalMail .icon-item img{
    max-width: 70px;
}
#modalMail .icon-item:hover, #modalMail .icon-item.selected{
    filter: brightness(120%);
    border: 2px solid #c90f1a;
}
#modalMail .icon-item .item-quantity{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.81);
    text-align: center;
    color: red;
    padding: 3px 0;
}
.sc-input-sl{
    background: #0b316f;
    color: white;
    font-family: "UTM Bebas", sans-serif;
    font-size: 22.4px;
    padding: 2px 10px;
    border-radius: 7px;
    border: none;
    height: 31px;
}
#ip-quantity{
    background: #cccccc;
    color: #003366;
    font-family: "UTM Bebas", sans-serif;
    font-size: 22.4px;
    padding: 2px 10px;
    border-radius: 0 7px 7px 0;
    height: 31px;
}
#modalMail .form-group{
    margin-bottom: 5px;
}
.modal-ex .modal-content{
    background: transparent;
}
.modal-ex .modal-body {
    padding: 40px 15px;
}
.modal-ex-content{
    font-size: 25px;
    color: #003366;
    font-family: "UTM Bebas", sans-serif;
}
.modal-ex-img{
    display: inline-block;
    max-width: 25%;
}
.btn-xacnhan{
    display: inline-block;
    max-width: 30%;
}
.btn-xacnhan-info{
    display: inline-block;
    max-width: 90%;
}
.bg-mail-gradient{
    background: white;
}
#modalExchangeHistory.modal-ex .modal-body{
    padding: 15px;
    position: relative;
}
#modalExchangeHistory.modal-ex .btn-history-xacnhan{
    position: absolute;
    padding: 5px 15px;
    color: white!important;
    background: #c90f1a;
    bottom: 0;
    right: 0;
}
#modalExchangeHistory.modal-ex .btn-history-xacnhan:hover{
    text-decoration: none;
}
#modalExchangeHistory .c_table-history{
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
}
#modalExchangeHistory .table-mail-history{
    color: black;
    font-size: 14px;
}
#modalExchangeHistory .table-mail-history td{
    padding: 5px;
    color: black;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
}
#modalExchangeHistory .table-mail-history th{
    color: #003366;
    font-size: 14.5px;
    font-family: "UTM Bebas", sans-serif;
    padding: 5px;
}
#history-tab{
    border: none;
    justify-content: center;
    margin-top: 15px;
}
#history-tab .nav-link{
    padding: 3px 25px;
    margin: 0 7px;
    color: #003366;
    font-size: 20px;
    font-family: "UTM Bebas", sans-serif;
    background: transparent;
    width: 130px;
    border: none;
}
#history-tab .nav-link:focus{
    outline: none;
}
#history-tab .nav-link.active,#history-tab .nav-link:hover{
    background: url('/frontend/images/webv3/mail-bg-btn.png');
    background-size: 100% 100%;
    color: white;
    border: none;
}
.history-btn{
    position: absolute;
    top: 0;
    right: -7%;
    width: 7%;
}
.btn-mail{
    padding: 5px 15px;
    color: white!important;
    background: #c90f1a;
    font-size: 20px;
    font-family: "UTM Bebas", sans-serif;
    margin-top: 10px;
}
.btn-mail:hover{
    text-decoration: none;
    background: #c92400;
}
#modalDownload .modal-dialog{
    max-width: 648px;
}
#modalTPL .modal-dialog{
    max-width: 540px;
}
#modalGash .modal-dialog, #modalGashNotify .modal-dialog{
    max-width: 400px;
}
#modalDownload .modal-content, #modalTPL .modal-content,#modalGash .modal-content, #modalGashNotify .modal-content{
    background: transparent;
    border: 0;
}
#modalDownload .modal-body, #modalTPL .modal-body{
    padding: 0;
}
#modalDownload .modal-content .close, #modalTPL .modal-content .close,#modalGashNotify .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -30px;
    right: -10px;
    z-index: 1;
}
#modalGash .modal-content .close {
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 4%;
    right: 6%;
    z-index: 1;
}
.form-gash{
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.pincode-gash{
    height: 45px;
    line-height: 45px;
    border: 3px solid #ffcc94;
    border-radius: 7px;
    text-align: center;
    background: #dc005c;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 5px 10px;
}
.pincode-gash:focus, .pincode-gash:active{
    border: 3px solid #ffca93;
    outline: none;
}
.pincode-gash::placeholder{
    color: rgba(255, 255, 255, 0.71);
}
.gash-desc{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.btn-gash-nap{
    width: 50%;
    display: inline-block;
}
.gash-notify{
    width: 100%;
    height: 500px;
    position: relative;
    background: white;
    overflow: hidden;
    border-radius: 20px;
}
.gash-notify .gash-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gn-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.gn-content.hide{
    opacity: 0;
}
.list-btn-nap{
    position: absolute;
    top: 54%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}
.title-download {
    font-size: 48px;
    color: white;
    font-family: "UTM Avo", sans-serif;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 4%;
    left: 8%;
    transform: translateY(-50%);
    text-shadow: 1px 1px 16px #9e00c8, 1px 1px 20px #9e00c8, 1px 1px 43px #c24ee1, 1px 1px 250px #c24ee1;
    text-transform: uppercase;
}
.desc-download {
    font-size: 23px;
    font-family: "UTM Bebas", sans-serif;
    text-align: center;
    position: absolute;
    top: 16%;
    left: 50%;
    width: 90%;
    color: white;
    transform: translateX(-50%);
}
.list-btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%,-50%);
}
.btn-download-item{
    background: transparent;
    background-size: auto 100%;
    padding: 2% 2%;
    border: 2px solid transparent;
    border-radius: 15px;
}
.btn-download-item:hover{
    background: url("/frontend/images/webv3/bg-btn-download.png");
    background-size: auto 100%;
    border: 2px solid white;
}
#modalIframe .modal-dialog{
    max-width: 1200px!important;
}
#modalIframe .modal-content{
    background: #282828;
    color: white;
    position: relative;
}
#modalIframe .modal-content .close{
    position: absolute;
    top: -35px;
    right: -35px;
    opacity: 1;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-item{
    position: relative;
    height: 100%;
}
.video-item:before {
    content: '';
    width: 20%;
    height: 23%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/frontend/images/webv2/home/btn-play-video.png);
    background-size: 100% 100%;
    z-index: 1;
}
.video-item img{
    height: 154px;
    object-fit: cover;
    border-radius: 15px;
}
.video-item-cover {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 1% 2%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.video-item:hover .video-item-cover {
    background: rgba(0, 0, 0, 0.1);
}

.list-game,.guide-game{
    position: relative;
    padding-top: 75px;
    margin-top: 80px!important;
}
.title-game{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
#modalBanner2 .modal-dialog{
    max-width: 940px;
}
#modalBanner2 .modal-content{
    background: transparent;
    border: 0;
}
#modalBanner2 .modal-body{
    padding: 0;
}
#modalBanner2 .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -15px;
    z-index: 1;
}
#modalBanner2 .modal-content .close:focus{
    outline: none;
}
#modalBanner2 .modal-content .close span{
    display: inline-block;
    width: 30px;
    height: 37px;
}
#modalBanner2 .modal-content .close:hover{
    opacity: 1;
    filter: brightness(120%);
}
.list-winner.show{
    padding-top: 20%;
    text-align: center;
}
.show-bxh{
    background: #ffba00;
    width: 100%;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
}
.show-bxh:hover{
    color: white;
    background: #ff9e0e;
}
.show-bxh img{
    display: none;
}
.show-bxh.loading img{
    display: inline-block;
}
@media only screen and (max-width: 1230px) {
    #modalIframe .modal-content .close {
        position: absolute;
        top: -36px;
        right: 0;
        opacity: 1;
        max-width: 25px;
    }
    .home-top{
        display: block!important;
    }
    .home-top__video{
        width: 30%;
        float: left;
        margin-bottom: 10px;
    }
    .home-top__banner-slider{
        width: 68%;
        float: right;
        margin-bottom: 10px;
    }
    .news{
        width: 100%;
        clear: both;
        overflow: hidden;
    }
    .card-big{
        width: 30%;
        float: left;
    }
    .small-news__slider{
        width: 68%;
        float: right;
    }
    .small-news__slider {
        max-height: 240px;
    }
}
@media only screen and (max-width: 993px) {
    .guide-game__container{
        display: block!important;
    }
    .download-pay,.guide-func,.top-event{
        width: 100%;
        margin-top: 10px;
    }
    .dp-title{
        font-size: 5vw;
    }
    .contact-container{
        display: block!important;
    }
    .contact1,.contact2,.contact3{
        width: 100%;
        margin-top: 10px;
    }
    .contact-title{
        font-size: 5vw;
    }
    .home-top__banner-slider .slick-dots li{
        width: 10px;
        height: 10px;
    }
    #modalArticle .modal-content .close,#modalQR .modal-content .close{
        top: -40px;
        right: 0;
    }
    .home-top{
        display: flex!important;
        flex-direction: column;
    }
    .home-top__banner-slider{
        width: 100%;
        order: 1;
    }
    .home-top__video{
        width: 100%;
        order: 2;
    }
    .news{
        order: 3;
    }
    .sub-cup{
        opacity: 0.2;
    }

    .list-taigame,.big-news,.small-news{
        width: 100%;
        margin-top: 10px;
    }
    .list-taigame{
        display: flex!important;
        justify-content: space-between;
    }
    .list-taigame a{
        width: 32%!important;
        display: inline-block!important;
    }
    .btn-taigame-item {
        width: 66%;
    }
    .btn-taigame-item a{
        width: 49%!important;
    }
    .btn-taigame-item a:nth-child(1){
        margin-right: 2%;
    }
    .btn-taigame-main{
        padding: 10px;
        font-size: 6vw;
        line-height: 66px;
    }
    .video-item img{
        height: 280px;
    }
    .download-btn-item{
        max-width: 30%;
    }
}
@media only screen and (max-width: 769px) {
    .home-top__banner-slider,.home-top__video,.home-top__social{
        width: 100%;
        margin-top: 10px;
    }
    .home-top__social{
        display: flex!important;
        justify-content: space-between;
        flex-direction: row;
    }
    .home-top__social a{
        max-width: 19%;
    }
    .htv-bot{
        margin-top: 10px;
    }
    .home-bot{
        display: block!important;
    }

    .card-big__thumb a{
        height: 100%;
    }
    .card-big__thumb a img{
        height: 100%;
        object-fit: contain;
    }
    .card-big__info-title{
        font-size: 3vw;
        line-height: 1.2;
    }
    .card-sm__title{
        font-size: 2.7vw;
        line-height: 1.2;
    }
    .bg-code{
        display: none!important;
    }
    .bg-code-mb{
        display: block!important;
    }
    .title-code{
        max-width: 90%;
    }
    .nickname-user{
        width: 50%;
        font-size: 3.5vw;
    }
    .input_code{
        width: 50%;
        height: 12%;
        top: 56.7%;
        font-size: 4vw;
    }
    .btn-bottom{
        width: 53%;
    }
    .btn-bottom a{
        font-size: 3vw;
    }
    .alert-code{
        width: 28%;
        height: 24%;
        top: 34%;
        left: 70%;
        padding: 1% 1% 5%;
    }
    .alert-code__title{
        font-size: 15px;
    }
    #modalMail .modal-dialog{
        max-width: 500px;
    }
    .bg-mail{
        display: none!important;
    }
    .bg-mail-mb{
        display: block!important;
        width: 93%;
        margin-left: 2.5%;
    }
    .info-sender {
        width: 55%;
        top: 6%;
        left: 11%;
    }
    .mail-box{
        bottom: -3%;
    }
    .send-content {
        position: absolute;
        width: 78%;
        top: 40%;
        left: 49%;
        transform: translateX(-50%);
    }
    .mail-btn-send {
        position: absolute;
        width: 25%;
        bottom: -5.5%;
        right: 9%;
        cursor: pointer;
    }
    .mail-btn-history {
        position: absolute;
        top: 5%;
        right: -1%;
        max-width: 6.1%;
        cursor: pointer;
    }
    .mail-tem {
        position: absolute;
        top: 6%;
        right: 14%;
        max-width: 19.1%;
        mix-blend-mode: multiply;
    }
    .history-btn{
        display: none;
    }
    .sc-input-nhan,#ip-receiver,.sc-input-sl,#ip-quantity{
        font-size: 16px;
    }
    .desc-download{
        font-size: 22px;
    }
    .list-game, .guide-game{
        padding-top: 55px;
        margin-top: 55px!important;
    }
    #modalBanner2 .modal-content .close{
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 500px) {
    .gf-title{
        font-size: 18px;
    }
    .card-big__info-title{
        font-size: 16px;
    }
    .card-big__info-desc{
        font-size: 10.5px;
    }
    .card-sm__title{
        font-size: 14px;
    }
    .form-contact .form-control{
        font-size: 16px;
    }
    .contact3 .line-contact .lc-detail{
        font-size: 16px;
    }
    .ft-warning{
        font-size: 18px;
    }
    .btn-submit-contact{
        font-size: 18px;
    }
    .download-pay__top,.download-pay__bot,.guide-func,.tv-item{
        padding: 15px;
    }
    .title-download{
        font-size: 30px;
    }
    .desc-download{
        font-size: 16px;
    }
    #modalDownload .modal-content .close {
        width: 25px;
        height: 25px;
        top: -33px;
        right: 0;
    }
    #modalArticle .modal-body{
        padding: 20px 15px;
        border-radius: 15px;
    }
    .btn-taigame-main{
        line-height: 36px;
    }
    .video-item img{
        height: 175px;
    }
    .list-game, .guide-game{
        padding-top: 35px;
        margin-top: 35px!important;
    }
    .home-top__banner-slider .slick-dots li{
        margin: 0 2px;
    }
}