.main-menu-content ul.menu-content-lg > li.has-sub,
.main-menu-content ul.menu-content.master > li.has-sub
{
    font-weight: bolder;
}
.main-menu-content ul.menu-content-lg > li.has-sub > ul.menu-content > li.nav-item,
.main-menu-content ul.menu-content.master > li.has-sub > ul.menu-content > li.nav-item {
    margin-left: 10px;
    font-size: 1.0rem;
    font-weight: normal;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a > i {
    margin-right: 10px;
}

form label.required:after,
span.required:after
{
    color: red;
    content: " *";
}

.ui-datepicker{
    z-index: 10000 !important;
    position: absolute !important;
}

.brw-1 {
    border-right-width: 1px !important;
}

.counter-value {
    font-size: 0.8rem;
}

.counter-txtarea {
    position: relative;
    left: 50%;
}

.mt-05 {
    margin-top: 0.5rem;
}
.list-unit {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.vs-radio-con .list-check {
    margin-left: auto;
    margin-right: auto;
}
.vs-checkbox-con .list-check {
    margin-left: auto;
    margin-right: auto;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: '...';
}

.custom-file-input:lang(ja) ~ .custom-file-label::after {
    content: '...';
}

.mv-middle {
    margin-top: auto;
    margin-bottom: auto;
}

.application_reason_display {
    background-color: #F5F5F1;
    border: 1px solid #D9D9D9;
    color: #5F5F5F;
    padding: 0.7rem 0.7rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.25;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.dataTable.table-striped.DTFC_Cloned tbody,
table.dataTable.table-striped tbody tr:nth-of-type(2n+1).DTFC_NoData {
    background-color: transparent;
}

.swal2-container.swal2-center {
    z-index: 11000 !important;
}

.btn-gao{
    width: 150px;
    margin-bottom: 2px;
}


.footer-contact-wrapper, .footer-contact-mobile-wrapper {
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 540px;
}

.bgheader{
   max-width: 540px;
   margin: auto;
}

.btn-back{
    position: absolute;
    right: 20px;
    color: #fff;
}

.btn-back:hover{
    color: #fff;
    opacity: 0.8;
}

html body{
     max-width: 540px;
     margin: auto;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
     min-height: calc(100% - 60px);
}

html body .content.app-content {
   margin: auto;
}

.s-home{
    padding: 0px 10px;
}

.footer-contact-mobile-wrapper {
    display: flex;
    justify-content: space-around;
    background: #333;
}

.footer-contact-mobile-wrapper, .footer-contact-mobile-wrapper a, .footer-contact-mobile-wrapper a:hover, .footer-contact-mobile-wrapper a:focus, .footer-contact-mobile-wrapper a:visited {
    color: #000;
}

.footer-contact-mobile-wrapper {
    background: #aed8d4;
}

.footer-contact-mobile-wrapper {
    bottom: 0;
}

.footer-contact-mobile-content {
    padding: 10px 0;
    text-align: center;
}

.footer-contact-mobile-wrapper p {
    margin: 0;
    font-size: 1rem;
    line-height: 12px;
    font-weight: 500;
}

.tel .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/home-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}

.messenger .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/lock-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}

 .withdraw .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/money-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}

.zalo .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/usd-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.zoom {
  animation: zoomInOut 2s infinite; 
}

.contact .card .card-header{
   padding: 1.5rem;
   display: unset;
}

.contact label{
    font-size: 1rem;
}

.btn-join{
    width: 250px !important;
    color: #fff !important;
}

.content-home{
    font-size: 1.085rem;
    background: #aed8d4;
    color: #333;
    font-weight: 500;
}

.content-home h2{
    font-size: 1.4rem;
}


.list-group li{
    display: flex;
    width: 100%;
    padding: 0.75rem 0.25rem;
    border: none;
}

.list-group li a{
    color: #000;
    width: 100%;
    font-size: 1.2rem;
}

.list-group svg {
    margin-right: 10px;
    position: relative;
    width: 25px;
}

.list-group svg + svg {
   float: right;
}

.block-nap svg{
    fill: #fff;
    display: block;
    width: 25px;
    margin: auto;
}

.block-nap h3{
    margin-top: 5px;
    color: #fff;
    font-size: 1rem;
}

.bg-nap{
    background: #328b35 !important;
    border-radius: 30px;
    padding: 4px 0px;
    margin-top: -30px;
}

.account__transaction-line {
    background: #fff;
    border-radius: 100%;
    height: 28px;
    width: 1px;
    margin: auto;
    margin-top: 10px;
}

h2.pointer{
    font-size: 2.2rem;
}

.swal2-styled.swal2-confirm{
    background: #328b35 !important;
}


.profile input::placeholder {
    font: 1.1rem/3 sans-serif;
    color: #5F5F5F;
}

.profile .form-group label{
     font-size: 1.2rem;
     color: #000;
     margin-bottom: 5px;
}

.s-list .item img{
    margin-left: 5px;
    margin-top: 10px;
    max-width: 40px;
}

.s-list .item h3{
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
}

.s-list .item h4{
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}

.s-list .item .amount{
    font-size: 1.2rem;
    margin-right: 5px;
    line-height: 54px;
    font-weight: 600;
}

.divider{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.text-lose{
    color: #ff0000;
}

.text-win{
    color: #008000;
}

.text-pending{
    color: #FF9F43;
}

.btn-home-back, .btn-privacy{
    color: #000;
}

.btn-home-back i, .btn-privacy i{
    font-size: 1.8rem;
}

.block-back{
    padding-left: 8px;
}

.block-link-infor{
    padding-right: 8px;
}

.text-intro{
    background: #fff !important;
}

.text-intro span{
    background: rgb(50, 139, 53) !important;
    padding: 5px 15px;
    font-size: 1.1rem;
    border-radius: 5px;
}

.text-intro a{
    color: #333 !important;
}

.btn-import{
    width: 100%;
    height: 105px;
    border-radius: 0px;
    background: #aed8d4;
    border: 2px solid #328b35;
}

.btn-import span{
   background: #328b35;
   border-radius: 10px;
   color: #fff;
   padding: 8px 20px;
}

.btn-export{
    width: 100%;
    height: 105px;
    border-radius: 0px;
    background: #aed8d4;
    border: 2px solid #328b35;
    border-left: 0px;
}

.btn-export span{
   background: #328b35;
   border-radius: 10px;
   color: #fff;
   padding: 8px 20px;
}

.btn-active{
    background: #ea5455;
    border: 2px solid #ea5455;
}

.btn-active span{
   background: #b8c2cc;
   border-radius: 10px;
   color: #000;
   padding: 8px 20px;
}

.form-login input{
    border-radius: 20px;
    border: 2px solid #328b35;

}
.form-login .btn {
    border-radius: 40px;
    border: 2px solid #328b35;

}

.form-login .flag{
   left: 20px;
   top:  2px;
}

.form-login .flag span{
    position: absolute;
    left: 40px;
    top: 2px;
    font-size: 1.2rem;
}

.form-register .flag span{
    position: absolute;
    left: 40px;
    top: 1px;
    font-size: 1.2rem;
}

.form-login .eye{
   right: 10px;
   font-size: 1.5rem;
}

.has-icon-left .form-control {
    padding-right: 2rem;
    padding-left: 6.5rem;
}

.has-icon-right .form-control {
    padding-left: 1.5rem;
}

.forget-pass{
    color: #fff;
    margin-left: 10px;
    font-size: 1.2rem;
}

.forget-pass:hover{
    color: #fff;
}

.tab-content{
    position: fixed;
    z-index: 999;
    width: 540px;
    padding: 0px 10px;
    top: 0;
}

#search_result{
    padding-top: 70px;
    padding-bottom: 50px;
}

.gscrollbar-fixer {
    margin-right: auto !important;
}

.item-product img{
    height: 125px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.item-product .card-body{
    padding:10px
}

.item-product .text-muted{
    font-size: 1rem;
    color: #1f9d57 !important;
    font-weight: 700;
    padding: 2px 0px 4px 0px;
}

.title-product{
    font-weight: 700;
    color: #000 ;
    font-size: 0.825rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mtt-1{
    margin-top: 5px;
}

#search_result nav{
    margin: auto;
    justify-items: center;
}

#search_result nav ul .page-link {
    padding: 0.35rem 0.711rem;
}

.pagination .page-item.active .page-link {
    background-color: #328b35;
}

.content_inner{
    margin-bottom: 80px;
    color: #000;
}

.content_inner img {
    max-width: 100%;
    height: auto;
}

a.btn{
    padding: 0.9rem 1rem;
}


.rule {
     margin: 10px 10px;
     color: #000;
}
 .rule__content {
     display: flex;
     font-size: 1.1rem;
}
.rule__text{
    margin-top: 5px;
    /*text-transform: uppercase;*/
}
 .rule__color {
     width: 30px;
     height: 30px;
     margin: 0 20px 20px 0;
}
 .rule .color-1 {
     background-color: #16a085;
}
 .rule .color-2 {
     background-color: #c0392b;
}
 .rule .color-3 {
     background-color: #d35400;
}
 .rule .color-4 {
     background-color: #a2742a;
}
 .rule .color-5 {
     background-color: #34495e;
}
 .rule .color-6 {
     background-color: #2980b9;
}

.rule .color-7 {
     background-color: #ac6291;
}

 .rule .color-8 {
     background-color: #a426a4;
}

 .rule .color-9 {
     background-color: #194dac;  
}

 .rule .color-10 {
     background-color: #432f43;
}
 .wheel {
     width: 462px;
     height: 462px;
     border-radius: 50%;
     border: solid 6px #fff;
     box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
     position: relative;
}
 .wheel__inner {
     width: 450px;
     height: 450px;
     border-radius: 50%;
     position: relative;
     overflow: hidden;
     transition: cubic-bezier(0.19, 1, 0.22, 1) 5s;
}
 .wheel__sec {
    position: absolute;
    top: 0;
    left: 150px;
    width: 0;
    height: 0;
    border: solid;
    border-width: 228px 74px 0;
    border-color: transparent;
    transform-origin: 50% 100%;
}
 .wheel__sec:nth-child(1) {
     border-top-color: #16a085;
}

 .wheel__sec:nth-child(2) {
     border-top-color: #c0392b;
     transform: rotate(36deg);
}
 .wheel__sec:nth-child(3) {
     border-top-color: #d35400;
     transform: rotate(72deg);
}
 .wheel__sec:nth-child(4) {
     border-top-color: #a2742a;
     transform: rotate(108deg);
}
 .wheel__sec:nth-child(5) {
     border-top-color: #34495e;
     transform: rotate(144deg);
}
.wheel__sec:nth-child(6) {
     border-top-color: #2980b9;
     transform: rotate(180deg);
}

.wheel__sec:nth-child(7) {
     border-top-color: #ac6291;
     transform: rotate(216deg);
}

.wheel__sec:nth-child(8) {
     border-top-color: #a426a4;
     transform: rotate(252deg);
}

.wheel__sec:nth-child(9) {
     border-top-color: #194dac;
     transform: rotate(288deg);
}

.wheel__sec:nth-child(10) {
     border-top-color: #432f43;
     transform: rotate(324deg);
}

.wheel__sec span{
    height: auto;
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 170px;
    line-height: 20px;
    font-size: 1rem;
    transform: rotate(270deg);
}

 .wheel__sec:nth-child(1) span {
    top: -170px;
    left: -72px;
    width: 150px;
}

 .wheel__sec:nth-child(2) span {
    top: -151px;
    left: -91px;
    width: 182px;
}

 .wheel__sec:nth-child(3) span {
    top: -159px;
    left: -83px;
    width: 166px;
}

 .wheel__sec:nth-child(4) span {
    top: -164px;
    left: -82px;
    width: 167px;
}

 .wheel__sec:nth-child(5) span {
    top: -155px;
    left: -80px;
    width: 160px;
}

 .wheel__sec:nth-child(6) span {
    top: -146px;
    left: -79px;
    width: 158px;
    transform: rotate(97deg);
}

 .wheel__sec:nth-child(7) span {
    top: -166px;
    left: -59px;
    width: 120px;
    transform: rotate(97deg);
}

 .wheel__sec:nth-child(8) span {
    top: -143px;
    left: -76px;
    width: 160px;
     transform: rotate(97deg);
}

 .wheel__sec:nth-child(9) span {
    top: -153px;
    left: -71px;
    width: 143px;
    transform: rotate(90deg);
}

.wheel__sec:nth-child(10) span {
    top: -153px;
    left: -71px;
    width: 148px;
    transform: rotate(90deg);
}

 .wheel__text {
     margin: 70px 0 0 70px;
}
 .wheel__arrow {
     width: 70px;
     height: 70px;
     background: #fff;
     position: absolute;
     top: 195px;
     left: 190px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: "Open sans", sans-serif;
}
 .wheel__arrow::after {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     border: solid;
     border-width: 0 10px 20px;
     border-color: transparent;
     border-bottom-color: #fff;
     top: -15px;
     left: 25px;
}
 .wheel__button {
     width: 60px;
     height: 60px;
     background-color: #d71a1c;
     border: none;
     border-radius: 50%;
     cursor: pointer;
     transition: 0.3s;
     font-weight: 600;
     font-size: 1rem;
     display: table-cell;
     vertical-align: middle;
     color: #fff;
    
}

@supports (-webkit-touch-callout: none) {
    .wheel__button {
        padding-left: 12px;
    }
}
 .wheel__button:hover {
     color: #fff;
}
 .wheel__button:active {
     border: solid 3px rgba(0, 0, 0, 0.1);
     font-size: 15px;
}

.wheel__button_d{
    pointer-events: none;
    cursor: default;
    text-align: center;
}

 .popup {
     position: fixed;
     width: 500px;
     top: 0;
     left: 50%;
     transform: translate(-50%, -110%);
     background: #fff;
     box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 30px 20px;
     transition: all 0.5s;
     opacity: 0;      
}
 .popup.active {
     transform: translate(-50%, 0);
     opacity: 1;
}
 .popup__emotion {
     color: #f39c12;
     text-align: center;
     font-size: 30px;
     margin: 0 0 25px 0;
}
 .popup__note {
     text-align: center;
}
 .congratulation {
     position: fixed;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.2);
     display: none;
}
 .congratulation__container {
     width: 450px;
     padding: 30px;
     background-color: #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-image: url('../images/bg2.jpg');
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
}
 .congratulation__close {
     position: absolute;
     top: 10px;
     right: 10px;
     color: #fff;
     cursor: pointer;
     transition: all 0.5s;
}
 .congratulation__close:hover {
     transform: rotate(360deg);
}
 .congratulation__emotion {
     color: #f39c12;
     text-align: center;
     margin: 0 0 20px 0;
}
 .congratulation__note {
     text-align: center;
}

.congratulation__note, .congratulation__note2{
     font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.game-rs{
    margin-top: 115px;
}

@media only screen and (max-width: 768px) {
    .btn-gao{
        width: 110px;
        margin-bottom: 2px;
    }

    .mtt-1{
        margin-top: 15px;
    }

    .btn-join{
        width: 180px !important;
    }
    .s-home .card, .s-contact .card{
       width: 95% !important;
    }

    .s-contact .card .card-img-top{
       width:  60%;
       margin: auto;
    }

    .footer-contact-wrapper, .footer-contact-mobile-wrapper, .bgheader, html body .content.app-content, .tab-content {
        width: 100%;
    }

    .s-home{
        padding: 0px 0px;
    }

    .title-product{
        font-size: 0.925rem;
    }

    .btn-cart{
       padding: 8px 20px !important;
    }
}

@media (max-width: 576px) {
    .modal {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.img-game {
    height: 270px;
}

@media (max-height: 915px) {
   .img-game {
        height: 240px;
    }
}

@media (max-height: 800px) {
   .img-game {
        height: 220px;
    }
}

@media (max-height: 740px) {
   .img-game {
        height: 185px;
    }
}

@media (max-height: 736px) {
   .img-game {
        height: 165px;
    }
}

@media (max-height: 700px) {
   .img-game {
        height: 140px;
    }
}


@media (max-width: 767px) {
    .game-rs{
        margin-top: 105px;
    }

    .wheel {
     width: 375px;
     height: 375px;
     border-radius: 50%;
     border: solid 6px #fff;
     box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
     position: relative;
    }
     .wheel__inner {
         width: 363px;
         height: 363px;
         border-radius: 50%;
         position: relative;
         overflow: hidden;
         transition: cubic-bezier(0.19, 1, 0.22, 1) 5s;
    }

    .wheel__sec {
        position: absolute;
        top: 0;
        left: 121px;
        width: 0;
        height: 0;
        border: solid;
        border-width: 184px 61px 0;
        border-color: transparent;
        transform-origin: 50% 100%;
    }

    .wheel__arrow {
         width: 70px;
         height: 70px;
         background: #fff;
         position: absolute;
         top: 153px;
         left: 149px;
         border-radius: 50%;
         display: flex;
         justify-content: center;
         align-items: center;
         font-family: "Open sans", sans-serif;
    }

    .rule {
        margin: 0;
    }    

    .rule__color {
        width: 20px;
        height: 20px;
    }

     .rule__text{
        font-size: 0.955rem;
    }

    .wheel__sec:nth-child(1) span {
        top: -142px;
        left: -75px;
        width: 150px;
    }

     .wheel__sec:nth-child(2) span {
        top: -151px;
        left: -54px;
        width: 109px;
    }

     .wheel__sec:nth-child(3) span {
        top: -163px;
        left: -53px;
        width: 107px;
    }

     .wheel__sec:nth-child(4) span {
        top: -173px;
        left: -53px;
        width: 107px;
    }

     .wheel__sec:nth-child(5) span {
        top: -155px;
        left: -80px;
        width: 160px;
    }

     .wheel__sec:nth-child(6) span {
        top: -139px;
        left: -57px;
        width: 113px;
        transform: rotate(97deg);
    }

     .wheel__sec:nth-child(7) span {
        top: -143px;
        left: -60px;
        width: 120px;
        transform: rotate(97deg);
    }

     .wheel__sec:nth-child(8) span {
        top: -144px;
        left: -58px;
        width: 111px;
        transform: rotate(97deg);
    }

     .wheel__sec:nth-child(9) span {
        top: -127px;
        left: -73px;
        width: 143px;
        transform: rotate(90deg);
    }


    .wheel__sec:nth-child(10) span {
        top: -141px;
        left: -48px;
        width: 99px;
        transform: rotate(90deg);
    }

    .congratulation__container{
        width: 98%;
    }
    .congratulation__note, .congratulation__note2{
        font-size: 1rem;
    }
}

@media (max-width: 475px) {
    .btn {
        font-size: 1rem;
        padding: 0.9rem 1rem;
    }
}

@media (max-width: 414px) {
    .rule {
        margin: 20px 0px;
        color: #000;
    }

}


@media (max-width: 390px) {
   .rule__text {
        font-size: 0.825rem;
    }
}

@media (max-width: 375px) {
   .content-rule {
       font-size: 1.1rem;
    }
}

@media (max-height: 850px) {
   .profile{
     margin-top:  2rem !important;
   }

   .profile .list-group li {
       padding: 0.55rem 0.25rem;
   }
}

    



