<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer, .popup-img {
    display: none;
}

@font-face {
    font-family: "UTM Gods Word";
    src: url('/frontend/fonts/UTM Gods WordR.ttf');
}
@font-face {
    font-family: "UTM Neo Sans Intel";
    src: url('/frontend/fonts/UTM Neo Sans Intel.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UTM Neo Sans Intel";
    src: url('/frontend/fonts/UTM Neo Sans IntelBold.ttf');
    font-weight: bold;
    font-style: normal;
}
.sidebar-right-icon{
    display: none;
}
.main {
    position: relative;
    background: url("/frontend/images/preresgiter/dmhg/bg.jpg") center;
}
.btn-dangky-container{
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.desc-btn{
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 2px 15px;
}
.btn-dangky{
    position: relative;
    display: inline-block;
    width: 285px;
    max-width: 50%;
    transition: transform 200ms ease;
    overflow: hidden;
}
.mirror-effect:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(30deg);
    background-color: rgba(255, 255, 255, 0.2);

    animation-name: mirror;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
.mirror-effect:hover:before {
    transition: left 500ms ease;
    left: 300px;
}
.btn-dangky:hover{
    filter: brightness(110%);
}
@keyframes mirror {
    0%   {left: -100px;}
    100% {left: 300px;}
}
@-moz-keyframes mirror {
    0%   {left: -100px;}
    100% {left: 300px;}
}

@-webkit-keyframes mirror {
    0%   {left: -100px;}
    100% {left: 300px;}
}
.modal-register .modal-dialog{
    max-width: 602px;
}
.modal-register .modal-content{
    padding: 20px 15px;
    background: #ffedf8;
    border: 2px solid #f4316d;
    border-radius: 30px;
    font-family: "UTM Neo Sans Intel", sans-serif;
    font-size: 25px;
}
.modal-register .modal-content h3{
    font-size: 41px;
    color: #f4316d;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-register .btn-register-confirm{
    background: #f4316d;
    color: white;
    font-size: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    height: 40px;
    width: 213px;
    text-align: center;
}
.modal-register .btn-register-confirm:hover{
    text-decoration: none;
    filter: brightness(110%);
}
.btn-report{
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 5px 15px;
    background: #f47820;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
.btn-report:hover{
    text-decoration: none;
    color: white;
    filter: brightness(110%);
}
.btn-list{
    width: 300px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.if-desc__download{
    position: absolute;
    left: 2%;
    bottom: 16%;
    width: 40%;
    text-align: center;
}
.btn-download{
    max-width: 70%;
    width: 324px;
    display: block;
    margin: 0 auto;
}
.btn-download:hover .btn-dl-fx{
    display: block!important;
}
.btn-download:hover .btn-dl{
    display: none!important;
}
.p1-container,.p2-container{
    position: relative;
}
.logo-dmhg{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 33%;
    max-width: 630px;
}
.slogan1-dmhg{
    position: absolute;
    bottom: 7%;
    right: 0;
    width: 47%;
    max-width: 912px;
}
.text2-dmhg{
    position: relative;
    max-width: 56%;
}
.bg-p21-dmhg{
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
}
.bg-p22-dmhg{
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
}
.p3-container{
    position: relative;
    padding: 50px 0 20px;
}
.game-intro{
    display: grid;
    grid-template-columns: 16% 83%;
    grid-column-gap: 1%;
}
.game-intro-for .slick-slide,.game-intro-nav .slick-slide {
    margin: 0 5px;
}
.game-intro-nav .slick-slide{
    opacity: 0.5;
    cursor: pointer;
}
.game-intro-nav .slick-slide:hover{
    opacity: 1;
}
.game-intro-nav .slick-slide.slick-current{
    opacity: 1;
}
.game-slider{
    position: relative;
}
.prev{
    position: absolute;
    left: 18%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
}
.next{
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
}
.btn-arrow:hover{
    opacity: 1;
}
.p4-container{
    width: 40%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.bottom__download{
    text-align: center;
}
@media only screen and (max-width: 1410px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1220px) {

}
@media only screen and (max-width: 992px) {
    .btn-arrow{
        max-width: 35px;
    }
}
@media only screen and (max-width: 910px) {

}
@media only screen and (max-width: 769px) {
    .main{
        background: url("/frontend/images/preresgiter/dmhg/bg.jpg") top center;
        background-size: 100% auto;
    }
    .btn-arrow{
        max-width: 25px;
    }
    .p3-container{
        padding: 15px 0;
    }
    .p4-container{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 610px) {
    .p4-container{
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {

}</pre></body></html>