﻿@charset "UTF-8";
/*
Theme Name: Trang cá cược 88 ver 2.0
Author: Ram
Version: 1.0
Text Domain: Trang cá cược 88 ver 2.0
Description: Template Trang cá cược 88 ver 2.0, layout & coding by Ram.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
    background-color: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1EA507;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2B2B2B;
    background: #F2F2F2;
}
.clear{
    clear: both;
}
a {
    color: #1EA507;
    text-decoration: none;
    transition: 0.2s;
}
a:hover {
    color: #fc08b3;
    text-decoration: none;
}
.headbg{
	background: #353535;
}
header{
    background: #252122;
    color: white;
}
.logo img{
    height: 60px;
    max-width: 100%;
}

.menuh{
    font-family: 'Roboto Condensed','Roboto', sans-serif;
    color: #bfbfbf;
    position: relative;
}
.menuh .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
	color: #bfbfbf;
}

.menuh a{
    color: #e9e9e9;
    position: relative;
}
.menuh li:hover, .menuh .current-menu-item{
    color: #1EA507;
}
.menuh a:hover, .menuh .current-menu-item a{
    color: #1EA507;
}

.menuh .logo a:hover::before{
    display: none;
}

.menuh .row-cols-md-auto li {
    list-style: none;
}
.home-des{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 12px 0px silver;
    background: #fff;
}

.home-des-logo{
    position: absolute;
    top: 265px;
    left: 72px;
}
.home-des-logo img{
    width: 200px;
}
.home-des-human{
    position: absolute;
    top: 0px;
    left: 222px;
}
.home-des-human img{
    width: 310px;
}
.home-des-text{
        text-align: center;
    font-size: 20px;
    max-width: 100%;
    line-height: 33px;
}
.home-des-text-head{
	color: #1EA507;
    font-size: 40px;
    font-weight: 600;
}
.home-des-text-head h1{
	width: 600px;
    max-width: 100%;
    font-size: 40px;
    margin: auto;
    font-weight: 600;
    font-family: 'Roboto Condensed','Roboto', sans-serif;
}

.nhacai-lists{
    
}

.gray{
    color: #a4a4a4 !important;
}

.nhacai-item{
    position: relative;
    /* color: #858784; */
    transition: 0.2s;
    /* background: linear-gradient(0deg, rgba(105,70,150,1) 0%, rgba(105,70,150,0) 100%); */
    /* border-radius: 10px; */
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 12px 0px silver;
}
.nhacai-item:hover{
    
}
.nhacai-item .col-md-3{
    justify-content: center;
    align-items: center;
    display: flex;
}
.nhacai-item img{
    max-width: 100%;
    width: 39px;
}
.nhacai-item-logo{
}
.nhacai-item-logo img{
    max-height: 155px;
    width: 100%;
    max-width: 100%;
}
.nhacai-item-name{
    color: #ACAAAB;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.nhacai-item-star{
    margin: auto;
}
.nhacai-item-star .fa-star{
    font-size: 18px;
    color: #FFC506;
    margin-right: 5px;
}
.nhacai-item-star strong{
    font-size: 20px;
    color: black;
    display: block;
    text-align: center;
}
.nhacai-item-star span{
    font-size: 18px;
    color: #FFC506;
    font-weight: 600;
    float: right;
    margin-left: 0.3rem;
    height: 24px;
}
.star{
    width: 38px;
}
.nhacai-item-num{
    
}
.nhacai-item-num span{
    color: #ffffff;
    display: inline-block;
    /* border-radius: 50%; */
    padding: 5px 12px;
    font-weight: 600;
    font-size: 20px;
    background: #1EA507;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.nhacai-item-km{
    color: #252122;
}
.nhacai-item-km b{
    color: #DE1E32;
}
.nhacai-item-km strong{
        font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
     color: #0B1A27;
}
.nhacai-chamdiem{
	font-size: 16px;
	font-weight: bold;
	color: #2B2F3B;
}
.nhacai-chamdiem i{
	color: #FFB60A;
}
.nhacai-chamdiem span{
	color: #DE1E32;
}
.whitebg{
	background: white;
}
.btn-play{
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    color: white;
    border-radius: 20px;
    background: #DE1E32;
    padding: 5px;
}
.btn-play:hover{
   background: #1ea507;
   color: white;
}
.btn-review{
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    color: #373737;
    border-radius: 20px;
    background: #DBDBDB;
    padding: 5px;
}
.btn-review:hover{
    background: #1ea507;
   color: white;
}
.nhacair-item .nhacai-item-logo img {
    width: 60%;
    max-width: 100%;
        
}
.nhacair-item .star {
    width: 39px;
}
.content-section{
	background: white;
}
.content-section .card a{
	color: #01403E;
}
.content-section table{
    margin-bottom: 10px;
}
.content-section tbody, .content-section td, .content-section  tfoot, .content-section  th,  .content-section thead,  .content-section tr {
        border-color: auto;
    border-style: groove;
    border-width: 1px;
}
.whitebg tbody, .whitebg td, .whitebg  tfoot, .whitebg  th,  .whitebg thead,  .whitebg tr {
        border-color: auto;
    border-style: groove;
    border-width: 1px;
    padding: 5px;
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}
.whitebg table, .content-section table{
	margin-bottom: 10px;
	max-width: 100%;
}
.content-section 
.content-section h1{
    font-family: 'Roboto Condensed','Roboto', sans-serif;
    margin-bottom: 1.5rem;    font-weight: 600;
}
#toc_container{
	background: none;
}
.title-1{
	font-family: 'Roboto Condensed','Roboto', sans-serif;
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 26px;
    color: #1EA507;
}
.title-2{
    color: #1EA507;
    font-size: 26px;
    font-weight: 600;
}
.non-bg{
	background: none !important;
}
.content-section h2, .whitebg h2{
    font-size: 24px;
    margin-bottom: 1rem;
    line-height: revert;    font-weight: 600;
}
.content-section h3, .whitebg h3{
    font-size: 20px;
    margin-bottom: 1rem;
    line-height: revert;    font-weight: 600;
}
.content-section h4, .whitebg h4{
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: revert;    font-weight: 600;
}

.content-scoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(131, 131, 131, 0.3);
    background-color: #e1e1e1;
}
.content-scoll::-webkit-scrollbar {
    width: 10px;
    background-color: #e1e1e1;
}
.content-scoll::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
}
.content-section img{
    max-width: 100%;
    height: auto !important;
}
.content img{
    max-width: 100%;
    height: auto !important;
}
.content div{
    max-width: 100%;
}
.aligncenter {
    clear: both;
    text-align: center;
    margin: auto;
    display: block;
}
table.aligncenter{
	display: inline-table !important;
}
.wp-caption-text{
	    text-align: center;
    /* border: thin silver solid; */
    border-top: none;
    margin-top: 10px;
    /* font-style: italic; */
    /* background: black; */
    font-size: smaller;
}
.content-section iframe,.content-section table, .content-section embed, .content-section .wp-caption{
    max-width: 100% !important;
}
.content-section .card iframe,.content-section .card table, .content-section .card embed, .content-section .card div{
    max-width: 100% !important;
}
.right-head{
    background: #E64D5D;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    font-family: 'Roboto Condensed','Roboto', sans-serif;
    color: #F4F6FC;
    font-weight: 600;
    text-transform: uppercase;
}
.nhacair-item{
    transition: 0.2s;
    background: white;
    border: thin #1EA507 solid;
    border-radius: 5px;
}
.nhacair-item .nhacai-item-num{
    color: #ffffff;
    display: inline-block;
    /* border-radius: 50%; */
    padding: 5px 12px;
    font-weight: 600;
    font-size: 20px;
    background: #1EA507;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}


.nhacair-item strong{
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
    color: #0B1A27;
}
.nhacair-item .nhacai-item-km {
    color: #858784;
    font-weight: 500;
    font-size: 14px;
}
.nhacair-item .nhacai-chamdiem {
    font-size: 14px;
    font-weight: bold;
}
.nhacair-item:hover{
    
}
.nhacair-item a{
}
.nhacair-item a.btn-play{
	
}
.right-box{
    font-size: 13px;
    line-height: 25px;
    background: white;
}
.right-box .head{
    font-family: 'UTM Micra';
    font-weight: 500;
    background: url(img/r-head.svg) no-repeat;
    background-position: left 8px;
    padding-left: 30px;
}
.right-box .head-live{
    font-family: 'UTM Micra';
    font-weight: 500;
    background: url(img/r-head-live.svg) no-repeat;
    background-position: left 7px;
    padding-left: 23px;
}
.right-post-item{

}
.right-post-item-title{
	color: #202B3D;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.right-post-item-title a{
	color: #202B3D;
}
.right-post-item-des{
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer{
    padding-top: 30px;
    line-height: 30px;
    background: #252122;
    color: #8F8F8F;
}
.footer .footer1{
	
}
.footer a{
	color: #8F8F8F;
}
.footer-logo{
    width: 150px;
}
.social-icons{

}
.foot-map{
	    width: 100%;
}
.social-icons img{
    width: 30px;
    margin-left: 8px;
    transition: 0.2s;
}
.social-icons img:hover{
    opacity: 0.5;
}
.contact-mb{
    background: #ECBB2E;
    border-radius: 10px;
    margin: 15px;
    color: #000000f0;
    box-shadow: 0px 3px 6px #0000005c;
    padding: 10px;
    font-size: small;
}
.contact-mb p{
    margin-bottom: 5px;
}
.bookmarker-detail{
    color: #DADADA;
    

}
.bookmarker-logo{

}
.bookmarker-title{
        font-size: 25px;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: black;
}
.bookmarker-logo img{
        width: 260px;
    max-width: 100%;
}
.bookmarker-des{

}
.bookmarker-btn img{
    width: 350px;
    transition: 0.2s;
        max-width: 90%;
}
.bookmarker-btn img:hover{
    opacity: 0.7;
}
.bookmarker-point{
    line-height: 32px;
}
.bookmarker-point-head{
    font-size: 18px;
    font-weight: bold;
    background: #007733;
    color: white;
    display: inline-block;
    padding: 5px 35px 5px 10px;
    position: relative;
    overflow: hidden;
}
.bookmarker-point-head:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 43px;
    top: -19%;
    right: -6%;
    /* z-index: -1; */
    background: #ffffff;
    transform: rotate( -25deg);
    z-index: 1;
}
.bookmarker-detail .nhacai-chamdiem{
	line-height: 35px;
    font-size: 15px;
}
.bookmarker-point-body{
    
}
.bookmarker-uudiem{
        background: #ffffff;
    height: 215px;
    color: black;
}
.bookmarker-uudiem-head{
        font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    /* border-bottom: 3px #e91c8d solid; */
    display: inline-block;
    background: url(img/libg.png);
    background-repeat-y: no-repeat;
    background-position: bottom;
    padding: 0px 5px;
}
.bookmarker-uudiem-body{
    
}
.bookmarker-nhuocdiem{
    background: #ffffff;
    height: 215px;
    color: black;
}
.bookmarker-nhuocdiem-head{
        font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    /* border-bottom: 3px #e91c8d solid; */
    display: inline-block;
    background: url(img/libg.png);
    background-repeat-y: no-repeat;
    background-position: bottom;
    padding: 0px 5px;
}
.bookmarker-nhuocdiem-body{
    
}
.bookmarker-uudiem-body ul, .bookmarker-nhuocdiem-body ul{
    padding-left: 10px;
    list-style: decimal;
}
.bookmarker-uudiem-body ul li, .bookmarker-nhuocdiem-body ul li{
    margin-bottom: 10px;
    
}
.bookmarker-point-body .progress{
    --bs-progress-height: 5px;
}
.bookmarker-point-body .progress .progress-bar{
    --bs-bg-opacity: 1;
    background-color: #ECBB2E !important;
}
.btn-play2 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent linear-gradient(180deg, var(--unnamed-color-fa4452) 0%, var(--unnamed-color-c1342e) 79%, var(--unnamed-color-aa2e29) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FA4452 0%, #C1342E 79%, #AA2E29 100%) 0% 0% no-repeat padding-box;
}
.progress-before{
    font-size: 13px;
    margin-bottom: 5px;
}
.content-author{
     background: white;
     box-shadow: 0px 1px 12px 0px silver;
     border-radius: 5px;
}
.content-author-img img {
    width: 145px;
    max-width: 90%;
    border-radius: 50%;
}
.content-author-des{
    font-size: 13px;
}
.content-author-des-icon img{
    width: 30px;
    margin-right: 10px;
}

.list-post{

}
.list-post-item{
background: #fff;
}
.list-post-item .list-post-item-img img{
aspect-ratio: 800 / 500;
}
.list-post-item-title{
	font-size: 15px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    padding: 0px 10px;
    transition: 0.2s;
}
.list-post-item-title a{
	color: #0B1A27;
}
        .list-post-item-des{
                -webkit-line-clamp: 4;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    text-align: justify;
		    padding: 0px 10px;
		    font-size: 14px;
		    color: #858784;
        }
        
.des-section{
	background: #ffffff;
    box-shadow: 0px 1px 12px 0px silver;
    border-radius: 5px;
}
.author-content img.avatar {
    float: right;
    border-radius: 50%;
}
.author-content img{
	margin-bottom: 15px;
}
#btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
}
.sitebreadcrumb{
	font-size: smaller;
    /* background: #ebebeb; */
    padding: 5px 0px;
    margin-bottom: 15px;
}
.sitebreadcrumb a{
	color:#858784;
}
.sitebreadcrumb p{
	margin: 0;
}
.fmap iframe{
	width: 100%;
	height: 200px;
}
.menu_m_btns {
    color: #1EA507;
    position: absolute;
    right: 0px;
    top: 12px;
    padding: 0;
    font-size: 20px;
    background: 0 0;
    cursor: pointer;
    display: inline-block !important;
}
.form {
    /*position: absolute; */
    top: 50px;
    padding: 0px;
    /* background: #000000; */
    /* width: 100%; */
    z-index: 9999;
    /* border-radius: 0; */
    /* height: 0px; */
    overflow: hidden;
    transition: 0.3s;
}
.formm{
	
}
.head-search{
    background: #F2F2F2;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px 8px;
    display: block;
    width: 100%;
}
.hometitle2{
	background: url(img/hometitle2.png) no-repeat;
    background-size: cover;
    font-size: 40px;
    font-weight: 600;
    color: white;
}
.ad_top {
    margin: 0.5rem 0 0.5rem 0;
}
.ad_top .ad_top_item img {
    width: 100%;
    height: 70px;
}
.head-1 {
    font-size: 18px;
    font-weight: bold;
    background: #007733;
    color: white;
    display: inline-block;
    padding: 5px 35px 5px 10px;
    position: relative;
    overflow: hidden;
    border-left: 6px #F9E401 solid;
}
.head-1:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 43px;
    top: -19%;
    right: -6%;
    /* z-index: -1; */
    background: #191817;
    transform: rotate( -25deg);
    z-index: 1;
}
.headbt{
	color: #D03E47;
    font-weight: 500;
    border: 2px #D03E47 solid;
    border-radius: 0;
}
.nhacai-info{
    background: #2B2F3B;
    border-radius: 8px;
    font-size: 14px;
}
.nhacai-info-logo{
}
.nhacai-info-des{
    text-align: right;
}
.nhacai-info .col-md-3{
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.nhacai-info-des .btn{
    margin-left: 15px;
}
.nhacai-info-des .btn-oth {
    background: #5E6270;
    border-radius: 10px;
    color: white;
    font-size: 13px;
}
.nhacai-info-des-bt{
    text-align: right;
}
.nhacai-info-des .btn-danger {
    background: #AB1535;
    border-radius: 5px;
    border-bottom: 3px #BC0000 solid;
    padding: 5px 40px;
    text-transform: uppercase;
}
.nhacai-info-logo img{
    max-width: 100%;
    max-height: 100px;
    height: auto !important;
    width: auto;
}

.nhacai-info-star{
    margin-top: 10px;
}
.nhacai-info-star .fa-star{
    font-size: 10px;
    color: #FFC423;
    margin-right: 4px;
}
.nhacai-info-star strong{
    font-size: 22px;
    color: black;
    margin-right: 8px;
}
.nhacai-info-star span{
    font-size: 12px;
    color: #000;
    font-weight: 600;
    float: right;
    margin-left: 4px;
    height: 17px;
}
.nhacai-info .nhacai-info-star .fa-star{
    font-size: 15px;
    color: #FFC423;
    margin-right: 4px;
}
.nhacai-info .nhacai-info-star strong{
    font-size: 22px;
    color: black;
    margin-right: 8px;
}
.nhacai-info .nhacai-info-star span{
    font-size: 15px;
    color: inherit;
    font-weight: 600;
    float: right;
    margin-left: 4px;
    height: 19px;
}
.nhacai-info-star .d-flex{
    display: flex;
    align-items: center;
}
.dealer_cover{
	width: 100%;
	height: auto;
	max-height: 500px;
}
.nhacai-info-name{
	font-weight: bold;
	font-size: 25px;
    color: #DADADA;
}
.btn-bet{
	background: #DE1E32;
    border-radius: 25px;
    color: white;
    font-size: 14px;
    padding: 5px 45px;
}
.btn-bet:hover{
	background: #1ea507;
	color: white;
}

.nhacai-info-point{
	font-weight: 800;
    color: #DADADA;
    font-size: 20px;
}
.nhacai-info-point-pecent{
	    width: 100%;
}
.nhacai-info-point-pecent div{
	    background: #000000;
    height: 100%;
    color: #ECBB2E;
    display: inline-block;
    align-items: center;
    font-size: 40px;
    font-weight: 800;
    border: #ECBB2E 2px dashed;
    /* width: 100%; */
    /* text-align: center; */
    border-radius: 10px;
    padding: 45px;
}
.nhacai-info-point-pecent div span{
	display: block;
    font-size: 14px;
    font-weight: 400;
}
.bookmarker-pointer{
	    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 12px 0px silver;
}
.bookmarker-pointer .nav .nav-item button.active {
    background: #fc2157;
    box-shadow: 0px 3px 6px #0000005c;
    color: white;
}
.bookmarker-pointer .nav .nav-item button {
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
    color: #636363;
}
.cat-list{
	border-bottom: 1px #edccd3 solid;
}
.cat-list:last-child{
	border-bottom: none;
}
.cat-list .cat-list-img{
	display: flex;
    aspect-ratio: 800 / 500;
    overflow: hidden;
    text-align: center;
    width: 100%;
    align-items: center;
    border: 1px #ab1535 dashed;
    padding: 5px;
}
.cat-list .cat-list-img div{
	    width: 100%;
}
.cat-list .cat-list-img img{
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.cat-list .cat-list-title{
	    display: block;
    text-transform: uppercase;
}
.cat-list-des{
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    font-size: 15px;
}
.cat-list-read{
	
}
.cat-list-read a{
    font-size: 13px;
}
.cat-list-read a i{
    font-size: 15px;
}
.white-bg{
	    background: white;
    box-shadow: 0px 1px 12px 0px silver;
    border-radius: 5px;
}










@media (min-width: 1400px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1180px !important;
}

}
@media (min-width: 1200px)
{
    .content-scoll{
    max-height: 1000px;
    overflow-y: scroll;
}
    .menuh .row-cols-md-auto .col, .menuh .row-cols-md-auto li{
        /*width: 12.3%;*/
    }
.menuh .navbar-nav .nav-link{
	padding-right: 30px !important;
	padding-top: 10px;
    padding-bottom: 10px;
   font-size: initial !important;
}
.ad_top .ad_top_item {
    padding: 0px 0.5rem 0.3rem 0rem;
}
}
@media (min-width: 768px)
{
.menuh .navbar-nav .nav-link {
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: smaller;
}
.navbar-toggler{
	display: none;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.ad_top .ad_top_item img {
    
    height: auto;
}
.stick {
    position: fixed;
    top: 10px;
}

.abs {
    position: absolute;
    bottom: 0px;
}

}
@media (max-width: 1199px)
{
    .home-des::after{
        display: none;
    }
    .md-hiden{
    	display:none;
    }
}
@media (max-width: 992px)
{
    .home-des-logo{
        display: none;
    }
    .home-des-human {
        left: 0px !important;
    }
    
    .nhacai-item-num {
        
    }

}

@media (max-width: 767px)
{
.whitebg table, .content-section table {
    width: 100% !important;
}
.nhacai-info-des {
    border-left: none;
    text-align: center;
}
.nhacai-info-des .btn {
    margin-right: 0px;
    width: 80%;
}
body {
    background-position: center 55px;
}
	.hmenu{
		background: linear-gradient(0deg, rgba(19,17,46,1) 0%, rgba(51,37,85,1) 100%);
	}
	.fmap {
	    text-align: center;
	}
	.fmap iframe {
	    width: 95%;
	    height: 80px;
	}
    .hiden-mobi {
        display: none;
    }
    .hiden-pc{
        display: block !important;
    }
    .menuh {
    	    padding: 5px;
    }
    
    .menuh .col, .menuh li{
        padding-left: 3px;
        padding-right: 3px;
    }
    .menuh a {
        width: 100%;
	    display: block;
	    margin-bottom: 6px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    color: white;
    }
    .menuh a:hover {
        
    }
    .nhacai-chamdiem{
    	        text-align: center;
	    font-size: 12px;
	    padding: 10px 15px;
	    background: #fc1e61;
	    color: white;
    }
    .nhacai-chamdiem span {
    color: #dddddd;
}
    header {
    background: #000;
}
    .logo{
    	   text-align: right;
		    position: absolute;
		    right: 5px;
		        top: -5px;
		    margin-top: 5px !important;
    }
    .logo img {
            width: 140px;
    height: auto;
    max-width: 100%;
    }
    .navbar-toggler{
	    
    }
    #formtimkiem{
    	display: none;
    }
    .menu_m_btns{
    	top: -5px;
    }
    .home-des::before {
        background-size: 420px !important;
        width: 420px !important;
        height: 420px !important;
    }
    
    .home-des {
        min-height: 450px !important;
    }
    .nhacai-item{
            
    }
    .nhacai-item-logo img {
        width: auto;
        height: auto;
        max-width: 80%;
    }
    .nhacai-item-km {
        text-align: center;
        margin: 1rem;
    }
    .btn-play {
        width: 40%;font-size: small;
    }
    .btn-review {
        width: 40%;font-size: small;
    }
    .nhacair-item .btn-play {
        width: auto;
    }
    .nhacai-item-btn{
        margin-top: 1.5rem;
    }
    .nhacai-item-km strong {
        font-size: 20px;
    }
    .footer{
        
        background-size: 100%;
        background-position: center bottom;
        min-height: 500px;
        padding-top: 5px;
        line-height: 22px;
        font-size: 13px;
    }
    .footer-logo {
        width: 130px;
    }
    .footer-copyright{
        text-align: center;
    }
    .bookmarker-uudiem {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .bookmarker-nhuocdiem {
        width: 100% !important;
    }
    .bookmarker-point {
        margin-bottom: 1rem;
    }
    .content-author-des{
        text-align: center;
    }
    .ad_top .ad_top_item img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.home-des-text-head h1 {
    font-size: 25px;
	}
	.home-des-text {
    font-size: 15px;
    padding: 0px 15px;
	}
}
@media (max-width: 550px)
{
    .home-des::before {
        background-size: 250px !important;
        width: 250px !important;
        height: 250px !important;
    }
    .home-des-human{
        width: 45% !important;
    }
    .home-des-human img {
        width: 100% !important;
    }
    
    
    .home-des {
        min-height: 300px !important;
    }
    .hiden-mobi{
        display: none;
    }
    .hiden-pc{
        display: block !important;
    }
    .home-des-text-pc{
        display: none !important;
    }
}
@media (max-width: 380px)
{
    .home-des::before {
        display: none !important;
    }
    .home-des-human{
        display: none !important;
    }
  
    .home-des-text-pc{
        display: block !important;;
    }
    .home-des {
        min-height: auto !important;
        height: auto !important;
    }
    
}
.hiden-pc{
     display: none;
 }
/****** 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 **********/
