:root {
    --main-text-color: #fff;
}
body{
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
}
.bk-0b001b{
    background: #0b001b;
}
.wrapper-content-post * :not(a){
    color: #FFF;
}
figcaption{
    text-align: center;
    color: #000 !important;
}
.navbar-area.is-sticky .lion-logo img{
    max-width: 60%;
}
.header .top-header {
    background: #070b28;
    color: var(--main-text-color);
}
.header .top-header p{
    color: var(--main-text-color);
}
.area-user .btn {
    background-color: #ffffff;
    height: 35px;
    line-height: 36px;
    font-size: 14px;
    padding: 0;
    width: 120px;
    border: 0;
    border-radius: 0;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
}
.area-user .btn:hover{
    background: #ffd370;
    border: 1px solid #fff;
}
.content-single,.sidebar-single{
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    background: rgb(11, 18, 46);
}
/* ================ */

/*=============*/
.btn-register{
    background: #df143f !important;
    color: #fff !important;
}
.btn-login-submit{
    background:linear-gradient(#f7e583,#debd5f,#bc8b30); ;
}
.hotline{
    display: flex;
    font-size: 18px;
}
.hotline i{
    font-size: 27px;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hotline a{
    margin-left: 6px;
    color: #fff;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-slides{
    top: 100px;
    margin-bottom: 52px;
}
.banner-item{
    height: 500px;
    display: block;
}
.banner-desc{
    position: absolute;
    top: 50%;
    left:50%;
    bottom: 0;
    transform: translate(-50%);
    width: 30%;
    text-align: center;
}
.btn-banner{
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 6px 30px !important;
}
.banner-slides .owl-dots{
    position: absolute;
    bottom: 10px;
    right: 50px;
}
.title-baner{
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: -1px;
}
.top_noti_content p{
    display: inline-block;
    color: #f7d8a9 !important;
}
#footer{
    background:#0b001b;
    color: #fff;
}
.footer-item--title {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 21px;
    position: relative;
    font-size: 18px;
}
.footer-item--title:after {
    content: "";
    display: block;
    height: 1px;
    width: 90px;
    background: #fff;
    bottom: 14px;
    left: 0;
    position: absolute;
}
.lst-footer{
    padding-left: 10px;
}
.lst-footer li{
    display: flex;
    color: #888787;
    padding-bottom: 3px;
    font-size: 14px;
}
.lst-footer li a{
    color: #f0ad4e;
    padding-left: 6px;
}
.lst-footer li a:hover{
    text-decoration: none;
    color: #fff;
}
.social-network{
    margin-top: 10px;
}
.social-network a i{
    font-size: 32px;
}
.company-corp{
    padding: 10px 0 15px;
    font-size: .9em;
    background: #0b001b;
    text-align: center;
    border-top: 2px solid #290a59;
}
.ruler-step{
    padding: 20px 0;
    position: relative;
    bottom: -46px;
    background: url(/wp-content/uploads/2019/12/img-banner-guide-2.png) no-repeat;
    background-size: 75% 100%;
    background-color:#0b001b;
;
    z-index: 10;
}
.list-suport{
    display: flex;
}
.suport-item{
    display: flex;
    align-items: center;
    padding-right: 50px;
    cursor: pointer;
}
.suport-item_left img{
    height: 24px;
    width: auto;
}
.suport-des_title{
    font-weight: bold;
}
.suport-des_title,.suport-des_small{
    display: block;
    color: #fff;
    font-size: 14px;
}
.suport-item_right{
    padding-left: 10px;
}
.box-guide .entry-post-content{
    position: relative;
    background: url(/wp-content/uploads/2019/12/bg-guide03.png) no-repeat right bottom;
    background-size:45%;
    padding: 35px 25px !important;
}
.box-guide .entry-post-content h3{
    font-size: 26px !important;
    font-weight: 700;
    color: #fff;
}
.box-guide .entry-post-content .read-more-btn{
    background:#fff;
    top: 22px;
}
.single-blog-post.box-guide{
    height: 216px;
}
.game-item{
    position: relative;
    background-position: center;
    overflow: hidden;
}
.game-item .game-item--content{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.game-item .game-item--content .game-item--title{
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
}
.game-item .game-item--content .btn-play{
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    position: absolute;
    background: #fff;
    color: #000;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
}
.game-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.game-item:hover:before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.game-item:hover .game-item--content .btn-play{
    transition: all 0.5s ease;
    font-size: 14px;
    width: 120px;
    height: auto;
    padding: 5px 20px;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: relative;
}
.noidung-content-ft{
    display: flex;
    flex-wrap: wrap;
}
.item-thanhtoan{
    width:19%;
    margin: .5%;
}
.item-thanhtoan img:hover{
    transform: scale(.95);
    transition: .3s;
}
/*
=========================================
preloader
=========================================
 */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b122e;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.preloader.hide {
    opacity: 0;
    display: none; }

.loader {
    position: relative;
    width: 60px;
    height: 60px;

    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #f9314b;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #f9314b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); } }

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); } }

/*===============*/
.four-zero-four {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #070b28;
    position: relative;
}
.four-zero-four .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.four-zero-four .content .inner-content .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #dfe3ff;
}
.mybtn1{
    display: inline-block;
    background: #fff;
    padding: 6px 10px;
}
.section-title .title-main{
    font-size: 32px;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bank-sub{
    font-size: 18px;
}
.noidung-content-ft{
    width: 80%;
    margin: 0 10%;
}
.noidung-content-ft .item-icon-tt{
    width:11% ;
}
.item-icon-tt img:hover {
    transform: rotate(360deg);
    transition: 1s;
}
.breadcrumb-wrapper{
    padding-top: 160px;
    min-height: 260px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/12/herobg2.jpg);
}
.breadcrumb-wrapper .title-hd {
    color: #fff;
    padding-left: 1rem;
    border-left: 5px solid #fff;
}
.title-single-post{
    font-size: 2em;
    position: relative;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-single-post::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 14%;
    height: 2px;
    background:#fff;
}
.nav-menu-footer li a{
    color: #8e8e8e;
}
.show-mobile{
    display: none;
}
.list-cat-sidebar{
    padding-left: 0;
    list-style: none;
}
.list-cat-sidebar li{
    margin-bottom: 8px;
}
.list-cat-sidebar li.active a{
    color:#df143f ;
}
.owl-carousel .post-slides-item img{
    height: 200px !important;
}
.item-thumbnail{
    margin-bottom: 0;
}
.post-item{
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.post-item .item-title a{
    font-size: 16px !important;
    color: #f7e583 !important;
    text-transform: uppercase;
}
.item-excerpt{
    font-size: 14px;
}
.item-box-text{
    padding: 10px 8px;
    background: #150035;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.read-more{
    text-align: right;
    color: #f7e583;
}
/*mobile*/
@media only screen and (max-width: 48em) {
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block;
    }
    .top-header{
        padding: 8px 0 !important;
    }
    .hotline{
        font-size: 14px;
    }
    .hotline i {
        font-size: 18px;
    }
    .area-user{
        text-align: center;
    }
    .banner-slides {
        top: 95px;
    }
    .banner-desc{
        width: 100%;
    }
    .title-baner{
        font-size: 32px;
    }
    .evolta-responsive-menu .logo{
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
    }
    .evolta-responsive-menu{
        height: 38px;
    }
    .header-sp-menu.js-sp-menu{
        display: block;
        position: absolute;
        top: 12px;
        left: 10px;
        height: 18px;
        width: 23px;
        border: none;
        background: none;
    }
    .header-sp-menu span:nth-of-type(1) {
        position: absolute;
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 1px;
        background: #debd5f;
        left: 0;
        top: 1px;
        transition: all 0.3s 0.1s;
    }
    .header-sp-menu span:nth-of-type(2) {
        position: absolute;
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 1px;
        background:#debd5f;
        left: 0;
        opacity: 1;
        top: 7px;
        transition: all 0.3s 0.1s;
    }
    .header-sp-menu span:nth-of-type(3) {
        position: absolute;
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 1px;
        background: #debd5f;
        left: 0;
        top: 13px;
        transition: all 0.3s 0.1s;
    }
    .header-nav.nav-mobile,.nav-mobile-login{
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        background: #262626;
        z-index: 4;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 0.5s;
        height: 0;
    }
    .header-nav.header-sp-menu-open,.nav-mobile-login.mobile-login-open{
        opacity: 1;
        height: calc(100vh - 128px);
    }
    .header-sp-menu.header-sp-menu-open span:nth-of-type(1) {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-sp-menu.header-sp-menu-open span:nth-of-type(2) {
        opacity: 0;
    }
    .header-sp-menu.header-sp-menu-open span:nth-of-type(3) {
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-mobile ul.nav-menu{
        margin-top: 20px;
        padding-left: 10px;
    }
    .menu-item-mobile{
        display: block;
    }
    .menu-item-mobile a{
        margin: 0 7px 10px;
        background-color: #1d1d1d;
        opacity: 0.9;
        height: 40px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        padding: 12px 50px;
        border-radius: 20px;
    }
    .mobile-login{
        right: 12px;
        display: block;
        position: absolute;
        top: 0;
        background: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #debd5f;
    }
    .mobile-login i{
        background: linear-gradient(#f7e583,#debd5f,#bc8b30);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nav-mobile-login .area-user{
        margin-top: 100px;
    }
    .ruler-step{
        bottom: -36px;
        background-size: 100% 100%;
    }
    .ruler-step .list-suport{
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 5px 0;
        justify-content: space-between;
        overflow-y: hidden;
    }
    .list-suport .suport-item .suport-item_left{
        width: 62px;
    }
    .section-title span {
        font-size: 32px !important;
    }
    .bank-sub {
        font-size: 14px;
    }
    .item-thanhtoan{
        width: 46%;
        margin: 4px;
    }
    figure{
        max-width: 100% !important;
    }
}
/* ========================================================== */
/**css phone**/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 26px;
  left: 26px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: #E88A25;
  background: -webkit-linear-gradient(left, #e88a25, #d40000);
  background: -o-linear-gradient(right, #e88a25, #d40000);
  background: -moz-linear-gradient(right, #e88a25, #d40000);
  background: linear-gradient(to right, #e88a25, #d40000);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  border: 2px solid white;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
  font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}


@media (max-width: 798px) {
    #hotline-hd{
        display: none;
    }
    .button-mobile{
        display: flex;
        justify-content: center;
    }
    .button-mobile button{
        font-size: 12px;
    }
    .submenu-mobile{
        transition: all .2s !important;
    }
    .navbar-dark.float-left{
        bottom: 130px;
        left: -30px;
    }
    .menu-style_mobile{
        height: 2px;
    }
    .text-right{
        text-align: left !important;
    }
}

body { background-color: #0b001b; color: white; }

.table { color: white;}

h1,h2,h3,h4 { color: white;}

.item_price , .label_dangky{
  border-radius:10px;
  background-color: #e60000;
  color:#FFF;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding:5px 20px 5px 20px;
  margin:8px;

}
.text_vangchanh{
  color:#fded8b;
}
/*
.bg-ghi{background: #333333; padding:5px; color:#fff !important;}
.bg-smoke{background: #f5f5f5;}
*/

.nav-tabs > li{margin-left:8px;}
.nav-tabs > li > a{
  font-family: "UTMAvo";
  background-color: #333;
    border: medium none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    color:#cfcfcf;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs > li > a:hover,.nav-tabs > li.active a{
  background-color: red;
  font-family: "UTMAvo";
    border: medium none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
}

.listMb li{float:left;width:48%;font-size:12px;font-weight:bold;padding-top:15px;padding-left:0px;position:relative;list-style:none;}
.listMb li .else{float:none;display:block;border-bottom:1px solid #f0f0f0;padding-bottom:10px;margin-bottom:10px;color:#b90000;}
.listMb li span{display:inline-block;}
.listMb li a, .listMb li i{float:right;padding-right:20px;}

.blink{-webkit-animation:blink 1s linear infinite;-moz-animation:blink 1s linear infinite;animation:blink 1s linear infinite; color: yellow;}