@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-SemiBold.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Regular.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Bai Jamjuree', sans-serif;
	background: #190108;
	color: #E5DCDC;
}
a {
    color: #FF5454;
    text-decoration: none;
    transition: 0.3s;
}
a:hover{
    color: #FFE964;
}
header{
	background: white;
}
.btn:hover{
    transform: translateY(-5px);
}
.header-top{
    padding: 10px 0;
    background-image: linear-gradient(to right, #160107, #1e040c, #25070f, #2c0811, #340812, #340812, #340812, #340812, #2d0911, #260810, #20060d, #19040a);
}
.logo img{
	max-width: 100%;
	height: 76px;
	width: auto;
    position: relative;
}
.logo:before{
    box-shadow: 0 0 18px #FF131363;
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.header-btns a{
    background-color: #A10200;
    border: 1px solid #A10200;
    border-radius: 10px;
    color: #D6E2FF;
    display: inline-block;
    font-weight: bold;
    padding: 6px 24px;
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
}
.header-btns a:first-of-type{
    border-color: #FBED9A;
}
.header-line{
    background-image: linear-gradient(to right, #3e0010, #571221, #712433, #8c3745, #a84a58, #a84a58, #a84a58, #a84a58, #8c3745, #712433, #571221, #3e0010);
    height: 4px;
    width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    color: #FF5454;
    font-weight: bold;
    margin-bottom: 1rem;
}
.entry-content h1{
    font-size: 32px;
}
.entry-content h2{
    font-size: 26px;
}
.entry-content h3{
    font-size: 24px;
}
.entry-content h4{
    font-size: 22px;
}
.entry-content h5{
    font-size: 20px;
}
.entry-content h6{
    font-size: 18px;
}
.entry-content .wp-caption img{
    height: auto;
    max-width: 800px;
    width: 100%;
}
.entry-content .wp-caption.aligncenter{
    clear: both;
    text-align: center !IMPORTANT;
    width: 100% !important;
}
.aligncenter {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.mainmenu{
	background: #3E0010;
}
.mainmenu .nav-item{
	padding: 4px 12px;
}
.mainmenu .nav-link
{
	color: white !important;
	font-size: 16px;
	font-weight: bold;
}
.mainmenu .navbar-nav>.menu-item{
    text-transform: uppercase;
}
.mainmenu li:hover a, .mainmenu .current-menu-item a{
	color: #FA2B47 !important;
}
.mainmenu ul.dropdown-menu {
    background-color: #3E0010;
}
.mainmenu .navbar-toggler {
    color: white;
    z-index: 999;
    position: absolute;
    top: 5px;
    right: 0;
}
.mainmenu .navbar-toggler.collapsed{
	position: static;
}
.mainmenu .navbar-toggler:focus, .mainmenu .navbar-toggler:focus{
	box-shadow: none;
}
.mainmenu .dropdown-toggle::after
{

}
.front_container .front_section:last-of-type{
    padding-bottom: 0;
    margin-bottom: 60px;
}
.front_maincontent{
    border-top: 3px solid #FFE964;
    padding: 50px 0 0;
    margin: 80px 0;
}
.front_maincontent .entry-content h1{
    margin-bottom: 32px;
}
.front_contentbox{
    margin: 80px 0;
}
.front_contentbox .section_title{
    color: #FFF1B6;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 32px;
}
.front_contentbox .section_title span:before,
.front_contentbox .section_title span:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
    width: 50px;
}
.front_contentbox .section_title span:before{
    background: url(../images/decor-right.png) center left no-repeat;
    background-size: contain;
    left: -50px;
}
.front_contentbox .section_title span:after{
    background: url(../images/decor-left.png) center right no-repeat;
    background-size: contain;
    right: -50px;
}
.front_contentbox .icon img{
    height: 100px;
    width: auto;
}
.front_contentbox .entry-content{
    line-height: 1.6;
    margin-bottom: 32px;
}
.front_contentbox .action a{
    background: transparent url(../images/btn-playbg.png) center no-repeat;
    background-size: 100% 100%;
    color: #FFF1B6;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 32px;
    text-transform: uppercase;
}
.front_lobby{
    margin: 80px 0;
}
.front_lobby:before{
    content: "";
    background-image: linear-gradient(to right, #190108, #34171f, #552732, #773846, #9c4a59, #9c4a59, #9c4a59, #9c4a59, #773846, #552732, #34171f, #190108);
    position: absolute;
    top: -2px;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 1;
}
.front_lobby .section_title{
    color: #FFF1B6;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}
.front_lobby .section_title .txt{
    background-image: linear-gradient(to top, #93000c, #9f0e19, #ab1b25, #b72531, #c22f3e);
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
    padding: 16px 48px;
}
.front_lobby .section_title .bg-border{
    background-color: #FF2929;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.front_lobby .lobitem .act a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF1B6;
    font-size: 18px;
    font-weight: bold;
    background: transparent url(../images/btn-bg.png) center no-repeat;
    background-size: 100%;
    height: 50px;
    min-width: 200px;
}
.front_games{
    margin: 80px 0;
}
.front_games .it-game{
    border: 1px solid #FF9191;
    border-radius: 16px;
    overflow: hidden;
}
.front_games .it-game img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.front_games .it-game .tt{
    color: #FF8F8F;
    font-size: 20px;
    left: 16px;
    bottom: 16px;
}
.front_games .it-game:hover{
    border-color: #FFF1B6;
}
.front_games .it-game:hover .tt{
    color: #FFF1B6;
}
.section_spacing{
    margin: 40px 0;
}


footer{
	background: #000000;
	color: #D2D2D2;
}
.foothr{
	background: transparent url(../images/ft-line.svg) center repeat;
    background-size: 100%;
    height: 3px !important;
    opacity: 1;
    margin-bottom: 36px;
}
.ft-logo{
    max-width: 100px;
}
.ft-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft-menu li:not(:last-of-type){
    margin-bottom: 15px;
}
footer a{
    color: #D2D2D2;
}
footer a:hover{
    color: white;
}
.copyright{
	border-top: 1px #d5d5d5 solid;
}
.des-section{
	background: white;
}
.des-section *{

}
.des-section img{
	max-width: 100%;
	height: auto;
}
.title-1{
	font-size: 30px;
    font-weight: 700;
}
.title-2{
	color: #FFF1B6;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.title-3{
	color: #FFF1B6;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 2px #FFB4B4 solid;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
}
.headmeta{
	background: #f4f6fc;
    padding: 2px 10px;
    font-size: 14px;
}
.headmeta a{
	color: black;
}
.sitebreadcrumb{
	color: #0B1A27; 
}
.sitebreadcrumb a{color:#0B1A27}
.sitebreadcrumb p{margin:0}
.sitebreadcrumb i{font-size:13px;margin-right:6px;color:#664300;margin-top:3px}
.sitebreadcrumb .last{
	color: #d80c14;
	font-weight: 500;
}
.content-author{
    border-radius: 12px;
    background: #2C0410;
    color: white;
    overflow: hidden;
}
.content-author-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.content-author-des{
    text-align: justify;
}
.content-author-des-icon img{
    height: 30px;
    margin-right: 10px;
}
.content-author-name{
	color: #FFF1B6;
    font-size: 22px;
    font-weight: 700;
    display: block;
}
.cat-list{
    overflow: hidden;
}

.cat-list .cat-list-img{
	display: flex;
    overflow: hidden;
    text-align: center;
    width: 100%;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #fff2b5;
}
.cat-list .cat-list-img div{
   width: 100%;
}
.cat-list .cat-list-img img{
	max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 800 / 500;
}
.cat-list .cat-list-title{
	color: #FF9191;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-list .cat-list-title:hover{
    color: #FA2B47;
}
.cat-list-des{
    color: #D2D2D2;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}
.cat-list-read{
   color: #33373A;
   font-size: 13px;
   text-align: right;
}
.cat-list-read a{
    color: #33373A;
    font-weight: 500;
}
.cat-list-read a i{
    font-size: 15px;
    background: #FCEE21;
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
}
.widget_title{
    color: #FFF1B6;
    font-size: 20px;
    font-weight: bold;
}
.widget_title .txt{
    background-image: linear-gradient(to top, #93000c, #9f0e19, #ab1b25, #b72531, #c22f3e);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 5px 40px;
}
.widget_title .bg-border{
    background-color: #FF2929;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.blog-list-news {
    background-color: #320610;
    border-radius: 12px;
    padding: 80px 16px 16px;
    margin-top: -42px;
}
.widget-post:not(:last-of-type) {
    margin-bottom: 20px;
}
.widget-post .thumb {
    width: 90px;
}
.widget-post .thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
    height: auto;
    width: 100%;
}
.widget-post .ct {
    font-size: 14px;
    width: calc(100% - 90px);
}
.widget-post .tt {
    color: #DFDEDD;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-post .tt:hover {
    color: #FFF;
}
.widget-post .date{
    color: #888;
}
.alm-btn-wrap .alm-load-more-btn{
	background: none !important;
    border: #ED1C24 1px solid !important;
    color: #ED1C24 !important;
    padding: 10px 25px !important;
    height: auto !important;
}
.btn-bet{
	background: #FFCC00;
    font-weight: 600;
}
.btn-bet:hover{
	background: #d80c14;
	color: white;
}
.toplists .nhacai-info
{
	background: rgb(237,28,36);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(233,28,35,1) 35%, rgba(151,18,23,1) 100%);	
}
.toplists .nhacai-info .des {
    font-size: 16px;
}
.btn-review{
	background: none;
    font-weight: 600;
    color: white;
    border: thin white solid;	
}
.btn-review:hover{
	background: #FFCC00;
}
.right-head{
	color: #000;
    font-size: 21px;
    font-weight: 700;
    border-bottom: 3px #ED1C24 solid;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
}
.is_pagination .page-numbers{
    border: 1px solid #FF5454;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    min-width: 40px;
}
.is_pagination .page-numbers:hover{
    border-color: #FFE964;
}
.is_pagination .page-numbers.current{
    background: #FF5454;
    color: #fff;
}
/****** ADS style************/
button.adclose {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fffffffa;
    border: thin #8ad5fcfa solid;
    color: #8ad5fcfa;
    transition: 0.2s;
}
button.adclose:hover{
	background: #8ad5fcfa;
    color: #fffffffa;
}
ins{
    display: block;
    margin-bottom: 3px !important;
    position: relative;
    margin: auto;
    max-width: 100% !important;
}
ins img{
    width: 100%;
    height: auto;
}
.adscatfish{
	position: fixed; 
	right: 0px; 
	bottom: 2px; 
	width: 100%; 
	text-align: center; 
	z-index:999;
}
.adscatfish ins{
	width: 600px;
}
.adfloat img{
	width: 75px;
	
}
#blLeft{
	position: fixed; 
	left: 5px; 
	bottom: 5px; 
	z-index: 9999;
	width: 200px;
}
#blRight{
	position: fixed; 
	right: 5px; 
	bottom: 5px; 
	z-index: 9999;
	width: 200px;
}
.modal{
    z-index: 9999;
}
.modal-dialog {
    max-width: 302px;
    width: 302px;
    margin: 100px auto;
    background: none;
}
.modal-dialog .modal-content{
	background: none;
	border: none;
}
.headerbanner ins img{
	width: 600px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
}
.stick {
    position: fixed;
    top: 10px;
}

.abs {
    position: absolute;
    bottom: 0px;
}

@media (min-width: 992px) {
.ads-pc{
	
}
.ads-mb{
	display: none;
}
}
@media (max-width: 991px) {
.ads-pc{
	display: none;
}
.ads-mb{
	display: block;
}
ins img{
	width: 100%;
	height: auto;
}
.modal-dialog {
    max-width: 240px;
    width: 240px;
    background: none;
}

}
/********** end ADS style **********/