/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
	font-weight: 600 !important;
}
.header-main .header-nav-main > li > a {
    font-size: 16px;
    padding: 0 20px;
    color: #333;
    font-weight: 600;
    line-height: 70px;
}
.title__home {
    font-weight: 600 !important;
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.title__home a {
    color: #e41a2f;
}
#main {
	background: #f2f2f2;
}
.section__padding {
	padding: 0 0 30px 0;
}
.section__qc  {
    padding: 30px 0;
}
.list__banner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;	
}
.list__banner .item__banner {
    max-width: calc(50% - 5px);
    width: calc(50% - 5px);
}
.box__colum__nth {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;	
}
.box__colum__nth .box__nth {
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);	
}
.box__nth__2 .news-post-news {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.box__nth__2 .news-post-news:nth-child(2n) {
	float: right;
}
.box__nth__2 .news-post-news .inner__box {
	position: relative;
}
.box__nth__2 .news-post-news .inner__box .box__thumb__img a {
	display: block;
	line-height: 0;
}
.box__nth__2 .news-post-news .inner__box .box__thumb__img a img {
	width: 100%;
	height:250px;
	object-fit:cover ;
}
.box__nth__2 .news-post-news .inner__box {
	position: relative;
}
.box__nth__2 .news-post-news .inner__box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#000 65%,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(65%,#000),to(#000));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 65%,#000 100%);
    opacity: .6;
    z-index: 2;	
}
.box__nth__2 .news-post-news .inner__box .box__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 9;
}
.box__nth__2 .news-post-news .inner__box .box__content h3 a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.box__nth__2 .news-post-news .inner__box .box__content  .view__all {
	color: #fff;
	font-size: 15px;
}
.box__nth__1 .box__thumb__img a {
	display: block;
	line-height: 0;
}
.box__nth__1 .box__thumb__img a img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}
.box__nth__1 .box__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 9;	
}
.inne {
	position: relative;
}
.box__nth__1 .box__content h3 a {
    font-size: 28px;
    line-height: 38px;
    display: block;
    color: #fff;
    font-weight: 600;
}
.date__time {
	display: flex;
	gap:10px;
}
.date__time span {
	color: #333;
	font-size: 14px;
}
.box__post__1 .date__time span ,.box__nth__1 .date__time span {
    color: #fff;
}
.list__link {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.list__link .item__link_sk {
    width: calc(33.333% - 10px);
}
.list__link .item__link_sk a {
    display: flex;
    line-height: 0;
    text-align: left;
    align-items: center;
    border: 1px solid #ede8e8;
    padding: 4px 7px;
    background: #fff;
    border-radius: 6px;
    gap: 15px;
}
.list__link .item__link_sk  a img {
	min-width: 40px;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	object-fit: cover;
}
.list__link .item__link_sk a:hover {
	border:1px solid #c50707;
}
.list__link .item__link_sk a:hover span {
	color: #c50707;
}

.clear__post {
	overflow: hidden;
	clear: both;
	margin:0 -15px;
}
.clear__post .news-post-sk-clear  {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
}

.box__post__1 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.box__post__2 {
    float: none;
    width: 100%;
/*    padding-left: 30px;*/
}

.news-post-sk-clear  .box__thumb__img  img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.news-post-sk-clear .box__content h3 {
	margin-bottom: 6px;
}
.news-post-sk-clear .box__content h3 a {
	display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.news-post-sk-clear .box__content  {
	padding: 15px 0 0 0;
}
.box__post__2 .news-post-sk-clear {
	margin-bottom: 15px;
}
.date__time__sk span {
	color: #333;
	font-size: 14px;
}
#custom_html-2 {
    display: none;
}
.box__post__1 .box__thumb__img img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}
.box__post__1 .box__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 9;
}
.box__post__1 .box__content h3 a {
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 35px;
}
.box__post__1 .inne:after {
	    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#000 65%,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(65%,#000),to(#000));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 65%,#000 100%);
    opacity: .6;
    z-index: 2;
}
.content__wrap {
    padding: 15px;
    background: #ffff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.box__thumb__img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.section__blog {
    padding-bottom: 20px;
}
.footer-widgets .widget p {
	color: #fff;
	font-size: 14px;
}
.footer-widgets .widget ul.menu {
	margin:0;
	padding: 0;
}
.footer-widgets .widget ul.menu li {
	margin: 0;
	padding: 0;
	border: 0;
}
.footer-widgets .widget ul.menu li a {
padding: 0;
    color: #fff;
    border: 0;
    font-size: 14px;
    display: block;
    line-height: 30px;
}
.footer-widgets .widget ul .recent-blog-posts-li {
	border: 0;
}
.footer-widgets .widget ul .recent-blog-posts-li a {
	color: #fff;
	font-size: 14px;
}
.footer-widgets .widget-title {
    font-size: 18px;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    color: #ffc800;
}
.is-divider {
	display: none;
}
.footer-wrapper .is-divider {
    display: block;
}
/*
list 
*/
.list__match__nc {
	clear: both;
}
.list__match__nc .left__colum {
    width: calc(100% - 300px);
    float: left;
}
.list__match__nc .right__colum {
	float: right;
	width: 300px;
	padding-left: 30px;
}
.rs-upcoming-match {
	box-shadow: 0 0 2px 2px #ccc;
}
.rs-match-result.style1 .rs-carousel .rs-video a {
    padding: 0;
}
.rs-carousel .rs-video .video-contents .play-btn {
    width: 60px;
    height: 60px;
    line-height: 72px;
    border-radius: 50%;
    background: #fbc02d;
    margin: 0 auto;
    display: block;
    position: relative;
}
.rs-carousel .rs-video .video-contents .play-btn i {
    font-size: 25px;
}
.rs-upcoming-match.tour-item {
    box-shadow: 0 0px 5px 1px #efefef;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.rs-upcoming-match.tour-item:hover {
    background: #dfdede;
}
.rs-upcoming-match.tour-item:last-child {
	margin-bottom: 0;
}
.team-logo img {
    max-height: 100px;
}
.pt-3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
    font-weight: 600;

}
.scale-item  {
    line-height: 26px;
}
.scale-item p {
	font-weight: 600;
}
.match-info {
padding-top: 15px;
}
.match-info .readon {
    display: inline-block;
    background: #2d358f;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.match-info .readon_2 {
	background:#e41a2f;
}

.rs-upcoming-match.tour-item .scale-item p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.rs-upcoming-match.tour-item .team-logo .name {
    font-size: 16px;
    font-weight: 600;
    color: #09145a;
}

.box__nth__2 .news-post-news .box__content h3 a:hover {
    color: #da251c;
}


.box__left__layout {
    float: left;
    width: calc(100% - 300px - 30px);
}
.box__left__layout .content__box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.box__right__layout {
    float: right;
    width: 300px;
}

#shop-sidebar .widget .widget-title, .box__right__layout .widget .widget-title {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
    line-height: 30px;

}
.km__post__sm {
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}
.km__post__sm .colum__img {
    float: left;
    width: 110px;

}
.km__post__sm .colum__img img {
    width: 100%;
    height: 85px;
    object-fit:cover;
}
.km__post__sm .colum__content {
    float: right;
    width: calc(100% - 110px - 15px);
}
.km__post__sm .colum__content h3 a {
    font-size: 15px;
    display: block;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    font-weight: 600;
}
.date__date span {
    font-size:14px;
    color:#6c757d;
    padding-right:10px;
}
.date__date span i {

    color:#011e41;
    font-size:12px;
}
#shop-sidebar .widget .widget-title span, .box__right__layout .widget  .widget-title span {
        font-size: 1.3em;
    font-weight: 700;
    text-transform:none;
    color:#333;
}

.box__nth__archive .news-post-news {
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}
.box__nth__archive .news-post-news .box__news__inner {
    overflow: hidden;
    clear: both;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 1px #ccc;
}
.box__nth__archive .news-post-news .box__thumb__img {
    display: block;
    width: 265px;
    float: left;
}
.box__nth__archive .news-post-news .box__thumb__img a  {
    display: block;
    line-height: 0;
    position: relative;
}

.box__nth__archive .news-post-news .box__thumb__img a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}
.box__nth__archive.box__khuyenmai .news-post-news .box__thumb__img a img{
height: 245px;
}
.box__nth__archive .news-post-news .box__content {
    float: right;
    width: calc(100% - 280px);
}
.box__nth__archive .news-post-news .box__content h3 a {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}
.date__da {

    font-size: 14px;
    color: #666;
    margin: 0 0 5px 0;

}
.date__da i {
    font-size:13px;
}
.view__all {
    text-align:right;
}
.view__all a {

    display: inline-block;
    background: #868686;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 20px;
}

.view__all a.uudai {
    background:#011e41;
}
.view__all a:hover {
    background:red;
}
.view__all a.choingay {
    background:#00397c;
}

#shop-sidebar .widget, .box__right__layout .widget {
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 15px;
    box-shadow: 0px 2px 3px 1px #ccc;

}
#shop-sidebar .widget_nav_menu ul.menu>li>a, .box__right__layout .widget_nav_menu ul.menu>li>a {
    color: #333;
    font-size: 15px;
}

.widget .is-divider {
    display: none !important;
}
.box__nth__archive .news-post-news .box__content .box__des p {
    font-size: 14px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    margin: 0 0 0px 0;
}
.box__nth__archive .news-post-news .box__content > a {
    display: inline-block;
    color: #da251c;
    font-size: 14px;
    text-decoration: underline;
}

.widget-list-dealer .dealer-item {
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #e9e8e8;
}
.widget-list-dealer .dealer-item .dealer-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-list-dealer .dealer-item .dealer-position {
    position: relative;
}
.widget-list-dealer .dealer-item .dealer-medal {
    position: relative;
}
.widget-list-dealer .dealer-item .dealer-medal span {
    color: #fff;
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 10%;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}
.widget-list-dealer .dealer-item {
    position: relative;
}
.widget-list-dealer .dealer-item .dealer-position {

    position: absolute;
    top: -15px;
    left: -6px;

}
.widget-list-dealer .dealer-item .dealer-logo {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-sidebar .dealer-logo img {
    max-width: 80px;
    height: auto;
    max-height: 75px;
}
.widget-list-dealer .dealer-item .dealer-logo img {
    display: block;
    margin: auto;
}
.widget-list-dealer .dealer-item .dealer-info {
flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.widget-list-dealer .dealer-item .dealer-info i {
    color: #fbc02d
}
.widget-list-dealer .dealer-item .dealer-info .star {
    display: block;
    text-align: left;
}
.widget-list-dealer .dealer-item .dealer-text {
    font-weight: 600;
    display: block;
    text-align: left;
    font-size: 20px;
}
.boxx__fff {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}
.widget-list-dealer .dealer-item .dealer-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.widget-list-dealer .dealer-item .dealer-button .btn-theme:hover {
    background: red;
    color: #fff;
}
.widget-list-dealer .dealer-item .dealer-desc {
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}
.btn-theme, .btn-theme-reverse {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    border-radius: 5px;
    width: 48%;
}
.btn-theme {
    background-color: #214790;
    color: #fff;
}

.btn-theme-reverse {
    color: #fff;
    background-color: #e21732;
}
.btn-theme-reverse:hover {
    background:#222733;
    color: #fff;
}
.scrollbar-content{
    max-height: 400px;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    box-shadow: 0px 15px 34px -5px rgb(193 193 193 / 30%);

}
.content__mt__nc {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;

}
.rrog {
    width: 100%;
}

.archive div#des__cate {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 1px #ccc;
}
        .archive .tab-panels div#des__cate.panel:not(.active) {
            height: 0 !important;
        }
        .devvn_readmore_flatsome {
            text-align: center;
            cursor: pointer;
            position: absolute;
            z-index: 9999;
            bottom: 0;
            width: 100%;
            background: #fff;
        }
        .devvn_readmore_flatsome:before {
            height: 55px;
            margin-top: -45px;
            content: "";
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
            display: block;
        }
        .devvn_readmore_flatsome a {
            color: #e9952c;
            display: block;
        }
        .devvn_readmore_flatsome a:after {
            content: '';
            width: 0;
            right: 0;
            border-top: 6px solid #e9952c;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0 0 5px;
        }
.boxx__header__cate {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 1px #ccc;
    margin-bottom: 25px;
}
.boxx__header__cate .mota__dess {
        font-size: 14px;
    line-height: 1.55;
    color: #6c757d;
    font-style: italic;
}

#text-3 {
    display: none;
}
#dealer_widget-nhacai {
        padding: 0;
    box-shadow: 0 0 0 0;
    background: none;
}
.related___post {
    overflow: hidden;
    clear: both;
}
.related___post .box__des p  {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 0;
}
.related___post .box__content a.vue {
    color: #b70d0d;
    font-size: 14px;
    text-decoration: underline;
}
.related___post  .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: -5px;
}
.related___post  .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: -5px;
}
.related___post  .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000000b5 !important;
    text-align: center;
    margin: 0 5px !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 26px !important;
}
.single-post-body {
    padding-top: 0 !important;
    border-top: 0 !important; 
}
.single-post-body h3 {
    font-size: 16px;
    margin: 0 !important;
}
/*
nhacai____item
*/
.nhacai____item {

    display: flex;
    gap: 30px;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px;
    background: #f2f2f2;
    border-radius: 6px;
    align-items: center;

}
.nhacai____item .dealer-medal {
        position: absolute;
    top: -15px;
    left: -6px;
}
.nhacai____item .dealer-logo {
    width: 15%;
    text-align: center;
}
.nhacai____item .thongtin__thuong {
    width: 45%;
    text-align: center;
}
.nhacai____item .thongtin__thuong .dealer-text {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d50e2e;
}
.nhacai____item .boxx__km {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.nhacai____item .boxx__km .star i {
    color: #ebbc08;
    font-size: 14px;
    margin: 0 2px;
}
.nhacai____item .boxx__km a {
    color: #e21732;
}
.nhacai____item .nhacai____item__button {

    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:10px;

}

.nhacai____item .nhacai____item__button .btn-theme2 ,.btn-theme2-reverse{
    display: block;
    background: #0b337d;
    padding: 5px 20px;
    color: #fff;
    border-radius: 6px;
}

.nhacai____item .nhacai____item__button .btn-theme2  {
    background: #fe7821;
}
.nhacai____item .nhacai____item__button .btn-theme2:hover ,
.btn-theme2-reverse:hover  {
    background: #000;
    color: #fff;
}
.nhacai____item .dealer-logo a img {
width: 80px;
    height: 80px;
    object-fit: cover;
}
.thongtin__thuong p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 6px 0;
}

.nhacai____item .dealer-medal span {
    color: #fff;
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 10%;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}
.mobile-sidebar .nav-sidebar li a {
    color: #333;
    font-size: 16px;
}
.mobile-nav .nav-icon i {
    font-size: 20px;
    color: #333;
}
.box__right__layout .menu li,
.page-right-sidebar  .menu li {

    background-color: #fff !important;
    border-color: #fff !important;

}
.page-right-sidebar .large-9.col {
    border: 0 !important;
}
.page-right-sidebar .col.large-3 {
    padding-left: 0;
}
.page-right-sidebar  .menu {
    padding: 10px;
    background: #fff !important;
    border-radius: 10px;
}



/*
header 1
*/
.header__nth1 {
    padding:  0 !important;
}
.header__nth1 .col {
    padding-bottom: 0;
}
.header__nth1  .header-nav > li  {
    margin: 0;
}
.header__nth1  .header-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    line-height: 70px;
}
.header__nth1  .button {
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
    min-width: 126px;
    display: inline-block;
    line-height: 35px;
}
.header__nth1  .header-nav > li ul li {
    margin-left: 0 !important;
}
header 2
.header__nth2 {
    padding:  0 !important;
}
.header__nth2 .col {
    padding-bottom: 0;
}
.header__nth2  .header-nav > li  {
    margin: 0;
}
.header__nth2  .header-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    line-height: 70px;
}
.header__nth2  .button {
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
    min-width: 126px;
    display: inline-block;
    line-height: 35px;
}
.header__nth2  .header-nav > li ul li {
    margin-left: 0 !important;
}
.page1__section1 .col.large-8,
.page1__section1 .col.large-4 {
    padding-bottom: 0;
}

.page1__section1 .col.large-4 .col-inner {


}
.page1__section1 h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    color: #ffc800;
    background: #fff;
    text-align: center;
}
.thuhang {
    display: flex;
    align-items: center;
    background: #fff;
    text-align: center;
}
.thuhang > span {
    width: 33.333%;
    padding: 3px 5px;
    text-align: center; 
    font-size: 14px;
}
.item__ngchoi {
    display: flex;
    align-items: center;
    padding: 6px 0;
    background: #c2c2c2;
    margin-bottom: 2px;
}
.page__2 .item__ngchoi {
    background: #ffdaed;
}
.item__ngchoi span {
    width: 33.333%;
    padding: 5.3px 5px;
    font-size: 14px;
    text-align: center;
}
.item__ngchoi span.money {
    color: #f50000;
}

.page1__section2 .stack  .box {
    width: 16.6666666667% !important;
}
.page1__section2 .box .box-image img {
    border-radius: 7px;
}
.page1__section2 .box .box-text {
    padding: 10px 0 0 0;
}
.page1__section2 .box .box-text p ,
.page1__section2 .box .box-text p a {
    color: #9b9b9b;
    font-size: 14px;
    margin: 0;
}
.page1__section1 {
    padding-bottom: 0 !important;
}
.page1__section2 .section-title-container {
    margin: 0;
}
.page1__section2 .slider  .col.large-12 {
    padding: 0 !important;
}
.title__heding {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.title__heding span {
    color: #ffd75e;
}

.game__moi > .col.large-6 > .col-inner {
    background: #1E2024;
    border-radius: 5px;
    padding: 10px 10px 0;
}
.game__moi .col.large-4 {
    padding-bottom: 0;
}
.item__game {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #2E3138;
}
.item__game a {
    display: block;
    line-height: 0;
}
.item__game a span {
    display: block;
    text-align: center !important;
    padding: 5px 10px;
    height: 30px;
    cursor: pointer;
    font-size: 12px;
    color: #ffc104 !important;
    background: #2E3138;
    border-radius: 0 0 10px 10px;
    display: block !important;
    padding: 0px;
    line-height: 30px;
    font-weight: 600;
    background: url(images/coin-nbet.png)left 10px center no-repeat;
}
.game__moi .section-title-container {
    margin: 0;
    padding: 0;
}
.game__moi .section-title-container .section-title {

    margin: 0 0 12px 0;
    padding: 0;
    border: 0;

}
.game__moi .section-title-container .section-title .section-title-main {
    font-size: 20px;
    color: #fff;
    padding: 0;
    border: 0;
    margin: 0;
}

.game__moi .section-title-container .section-title a {
    color: #ffc104;
    font-size: 13px;
}

.page1__section3 .col.large-2,
.page1__section3 .col.large-12 {
    padding-bottom: 0;
}

.page1__section3 .box .box-text p,
.page1__section3 .box .box-text p a {
    color: #9b9b9b;
    font-size: 14px;
    margin: 0;
}
.page1__section3 .box img {
    border-radius: 8px;
}
.box__content__home {
    height: 500px;
    overflow: auto;
    padding: 15px;
    border-radius: 8px;
    background: #ffebcd;
}

.box__content__home::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff
}

.box__content__home::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.box__content__home::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}
.box__content__home3 {
    height: 500px;
    overflow: auto;
    padding: 15px;
    border-radius: 8px;
    background: #222733;
    color: #fff;
}
.box__content__home3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff
}

.box__content__home3::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.box__content__home3::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}
.game__moi .col.large-6 {
    padding-bottom: 0;
}
.tab__live{
    margin-top: -45px;
}
.tab__live ul.nav li a {
    padding: 0 10px;
    line-height: 40px;
    background: #ccc;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.tab__live ul.nav li.active a {
    background: #000;
    color: #ffd75e;
}
.section__blog .post-item  {
    padding-bottom: 0;
}
.section__blog {
    padding-bottom: 0 !important;
}
.section__blog .post-item .box {
        background: #34363d;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.section__blog .post-item .post-title {
    font-size: 15px;
    font-weight: 400 !important;
    display: block;
    text-align: left;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #aaa;
    margin: 0;
}
.section__blog .post-item .post-meta {
    font-size: 12px;
    color: #959191;
    text-align: left;
    padding-top: 10px;
}

/*
page 3
*/
.page3__section2 .stack  .box {
    width: 16.6666666667% !important;
}
.page3__section2 .box .box-image img {
    border-radius: 7px;
}
.page3__section2 .box:hover {
    background: #144b8c;
}
.page3__section2 .box .box-text {
    padding: 10px 0 0 0;
}
.page3__section2 .box .box-text p ,
.page3__section2 .box .box-text p a {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.page3__section2 .box {
     background: #ffca2e;
     overflow: hidden;   
     border-radius: 10px;
}
.page3__section2 .box .box-text{
    display: inline-block;
    background: #ffca2e;
    padding: 0 25px;
    line-height: 30px;
    border-radius: 6px;
    color: #000;
}
.page3__section2 .box:hover .box-text{
    background: #144b8c;
}
.page3__section2 .box:hover .box-text p,
.page3__section2 .box:hover .box-text p a {
    color: #fff;
}
.page3__section2 ,
.page3__section2  .col.large-12 {
    padding-bottom: 0 !important;
}
.section__blog .col.large-12 {
    padding-bottom: 0;
}

.section__blog .icon-box {
    background: #222733;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.section__blog .icon-box p,
.section__blog .icon-box a {
    color: #0dabff;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.page3__blog .tab__live {
    margin: 0;
}
.page3__blog .tab__live ul.nav li.active a {
    background: #fff;
    color: #16a5f0;
}

.page3__blog .tab__live ul.nav li a {
    padding: 0 10px;
    line-height: 40px;
    background: #222733;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.page1__section1 .col.large-12 {
    padding-bottom: 0;
} 

.xemma {
    width: 120px;
    display: block;
    margin: auto;
    background: none !important;
    color: #0dabff;
    font-size: 14px;
    padding: 0;
    line-height: 30px; 
}
.xemma span {
    text-decoration: underline;
}

/*
section__camket
*/
.section__camket {
    padding-bottom: 0 !important;    
}
.section__camket  .icon-box {
    background: #222733;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.section__camket  .icon-box h3 {
    color:#0dabff;
    font-size: 18px;
}
.section__camket  .icon-box p {
font-size: 15px;
    color: #aaa;
    line-height: 21px;
    margin: 0;
    height: 63px;
    overflow: hidden;
}

.section__camket .icon-box .icon-box-img {
    width: 45px !important;
}
.section__camket .icon-box:hover {
    background: #0992da;
}
.section__camket .icon-box:hover h3,
.section__camket .icon-box:hover p {
    color: #fff;
}
.section__camket .icon-box img {
        filter: brightness(0) invert(1);
}

.page4__blog .icon-box {
    margin-bottom: 10px;
}
.page4__blog  .tab__live {
    margin-top: 0;
    padding: 10px 10px 0;
    border-radius: 10px;
    background: #222732;
}

.page4__blog .tab__live ul.nav li.active a {
    background: #0992da;
    color: #fff;
}

.game-item__box .game-item__image {
    padding-bottom: 100%;
    position: relative;
}
.game-item__box .game-item__image video {
        position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
/*
section__video
*/

.section__video .section-title-container {
    margin: 0;
    padding: 0;
}
.section__video .section-title-container .section-title {

    margin: 0 0 0 0;
    padding: 0;
    border: 0;

}
.section__video .section-title-container .section-title .section-title-main {
font-size: 25px;
    color: #333;
    padding: 0;
    border: 0;
    margin: 0;
}
.section__chiase .section-title-container {
    margin: 0;
    padding: 0;
}
.section__chiase .section-title-container .section-title {

    margin: 0 0 20px 0;
    padding: 0;
    border: 0;

}
.section__chiase .section-title-container .section-title .section-title-main {
    font-size: 25px;
    color: #333;
    padding: 0;
    border: 0;
    margin: 0;
}
.section__video .col.large-4,
.section__video .col.large-8 {
    padding-bottom: 0;
}
.section__live .row__img .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.section__sale ,
.section__sale  .col.large-4{
    padding-bottom: 0  !important;
}
.section__chiase ,
.section__chiase .col.large-12 {
    padding-bottom: 0 !important;
}
.section__chiase  .post-item {
    padding-bottom: 0 !important;
}
.section__chiase ul.nav li a{
    padding: 0 10px;
    line-height: 40px;
    background: #58458d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.section__chiase ul.nav li.active a {
    background: #2d6cdc;
    color: #fff;
}
.section__chiase  .post-item .post-title {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 0 0 4px 0;
}
.section__chiase  .post-item p {
    font-size: 14px;
}
.section__chiase  .post-item .box-image img {
    border-radius: 10px ;
}

.section__khuyenmai .section-title-container {
    margin: 0;
    padding: 0;
}
.section__khuyenmai .section-title-container .section-title {

    margin: 0 0 20px 0;
    padding: 0;
    border: 0;

}
.section__khuyenmai .section-title-container .section-title .section-title-main {
    font-size: 28px;
    color: #333;
    padding: 0;
    border: 0;
    margin: 0;
}
.section__khuyenmai p {
    font-size: 16px;
}
.seo__content .accordion{
    background: #2967d9;
    padding: 20px;
    border-radius: 10px;
}

.seo__content .accordion .accordion-title {
    border: 0;
}
.seo__content .accordion .accordion-title {
    color: #fff;
    font-size: 18px;
}
.seo__content .accordion .accordion-title.active {
font-weight: 500;
    color: #ffa800;
    background: transparent;
}
.seo__content .accordion .accordion-title i {
    font-size: 22px;
}
.section__chiase .col.large-4,
.section__chiase .col.large-8 {
    padding-bottom: 0;
}
.seo__content .accordion-inner {

    padding: 10px !important;
    background: #e9eaed;
    border-radius: 10px;
}

.game-hot .game-hot-item a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #feffff;
}
.game-hot .game-hot-item a figure {
    position: relative;
    margin: 0;
    background: url(images/45ddb3d.png) no-repeat bottom;
    background-size: 100%;
    padding-top: 131%;
    padding-bottom: 9%;
}
.game-hot .game-hot-item a figure img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    -webkit-animation-name: money;
    -webkit-animation-duration: .5s
}
.game-hot .game-hot-item a figure .game-hot-item-effect img:nth-child(2) {
    -webkit-animation-duration: .7s
}

.game-hot .game-hot-item a figure .game-hot-item-effect img:nth-child(3) {
    -webkit-animation-duration: .9s
}

.game-hot .game-hot-item a figure .game-hot-item-effect img:nth-child(4) {
    -webkit-animation-duration: 1.1s
}

.game-hot .game-hot-item a figure .game-hot-item-effect img:nth-child(5) {
    -webkit-animation-duration: 1.3s
}

.game-hot .game-hot-item a figure .game-hot-item-effect img:nth-child(6) {
    -webkit-animation-duration: 1.5s
}

.game-hot .game-hot-item a figure .game-hot-item-effect img:nth-child(7) {
    -webkit-animation-duration: 1.7s
}
.game-hot .game-hot-item a figure img {
    -webkit-animation-name: Scroll;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}
.game-hot .game-hot-item a .game-hot-item-title {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgb(64 0 57 / 50%);
}
.game-hot .game-hot-item a .game-hot-item-ban-ca {
    position: absolute;
    width: 95px;
    top: 74%;
    left: 59%;
    right: 0;
    -webkit-animation-name: none;
}
.game-hot .game-hot-item a .game-hot-item-button {
    margin: 40px 0 0;
    text-align: center;
}

.game-hot .game-hot-item a .game-hot-item-button .button {
    position: relative;
    padding: 2px 14px 2px 14px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    color: #fefeff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    background: radial-gradient(50.43% 23.75% at 50.43%,at 0,#fffdc9 0,rgba(255,254,230,0) 100%),radial-gradient(65% 65% at 50.43%,at 0,rgba(254,229,3,.3) 0,rgba(251,255,31,0) 100%),linear-gradient(.32turn,#ebc026 5.69%,#c06800 62.72%);
    background: radial-gradient(50.43% 23.75% at 50.43% 0,#fffdc9 0,rgba(255,254,230,0) 100%),radial-gradient(65% 65% at 50.43% 0,rgba(254,229,3,.3) 0,rgba(251,255,31,0) 100%),linear-gradient(.32turn,#ebc026 5.69%,#c06800 62.72%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), inset 0 -4px 5px rgb(217 130 0 / 87%);
    transition: all .3s ease-in-out;
}
.game-hot .game-hot-item a .game-hot-item-button .button:hover {
    background: red;
}
.slots-item a {
    display: block;
    position: relative;
    text-decoration: none;
}
.slots-item a figure {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0;
}
.slots-item a figure:after, .slots-item a figure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    height: 86%;
    z-index: -1;
    transform: translate(-50%,-50%) skewY(-4deg);
    border-radius: 10px;
    transition: .3s;
}
.slots-item a figure img {
    max-width: 100%;
    transition: all .3s;
}
.slots-item a figure:after {
    height: 88%;
    transform: translate(-50%,-50%) skewY(-3deg);
    background-color: rgba(5,106,145,.3);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.slots-item a .button {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transform: scale(.8);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.slots-item a p {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .05em;
    mix-blend-mode: normal;
    text-shadow: 0 0 50px rgba(0,0,0,.4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg,#ffcc1b,#ffcc1b 26.04%,#fff29b 42.19%,#fff9c2 54.17%,#ffc513 78.65%);
}
.slots-item a:hover .button {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.slots-item a:hover figure:after {
    opacity: 1;
    visibility: visible;
}
.slots-item a:hover figure:before {
    -webkit-animation: glowing 1.5s infinite;
    animation: glowing 1.5s infinite;
}
.game-hot .col.large-4 {
    padding-bottom: 0;
}
.section__nohu .col.large-5,
.section__nohu .col.large-7 {
    padding-bottom: 0;
}


.section__nohu .title__heding ,
.game-hot .title__heding {
    font-style: normal;
    font-size: 36px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 600;
    color: #feffff;
    text-shadow: 0 0 10px rgba(0,117,255,.8), 0 0 15px rgba(0,56,255,.7), 0 0 25px rgba(0,56,255,.6), 0 0 30px rgba(14,162,255,.5), 0 0 40px rgba(0,56,255,.4);
}
.section__tin .post-title {
    color: #ecd078;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 0 0 10px 0;
    font-size: 13px;
}
.section__tin .post-item p {
    font-size: 13px;
    color: #c6c6c6;
}



.home-category__item[data-v-216d54fc] {
    position: relative;
    cursor: pointer;
}

.home-category__item .icon[data-v-216d54fc] {
    position: absolute;
    left: 0;
    top: -20%;
    z-index: 1;
    transition: all .3s;
}

.home-category__item .icon[data-v-216d54fc] {
    position: absolute;
    left: 0;
    top: -20%;
    z-index: 1;
    transition: all .3s;
}
.home-category__item .content[data-v-216d54fc] {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 14px 28px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #606b8a;
    width: 100%;
}
.home-category__item .content[data-v-216d54fc] {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 14px 28px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #606b8a;
    width: 100%;
}
.home-category__item .content h4[data-v-216d54fc] {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #2b303d;
    letter-spacing: .01em;
    margin-bottom: 8px;
}
.home-category__item .content .link[data-v-216d54fc] {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #d80027;
    text-transform: uppercase;
    margin-top: 12px;
}

.section__bong {
    padding: 0 !important;
    margin-top: -250px;
}


.section--top-game .top-game-item[data-v-7192d3c2] {
    position: relative;
    display: block;
    padding-bottom: 40%;
    transform: scale(.96);
    transition: all .3s;
}

.section--top-game .top-game-item__thumb[data-v-7192d3c2] {
    position: relative;
    padding-top: 100%;
}


.section--top-game .top-game-item__thumb img[data-v-7192d3c2] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.section--top-game .top-game-item__content[data-v-7192d3c2] {
    background-size: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 271px;
    padding: 24px;
    background: url(images/bg-item.png)no-repeat;
}

.section--top-game .top-game-item__content .title[data-v-7192d3c2] {
    font-weight: 600;
    font-size: 22px;
    white-space: normal;
    line-height: 32px;
    color: #2b303d;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.section--top-game .top-game-item__content .title[data-v-7192d3c2] {
    font-weight: 800;
    font-size: 22px;
    white-space: normal;
    line-height: 32px;
    color: #2b303d;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.section--top-game .top-game-item__content[data-v-7192d3c2] .button {
    width: 100%;
    margin: 0;
    padding: 0px 10px;
    border-radius: 10px;
}
.topgamebai__title {
    margin: 0;
    padding: 0;
}
.topgamebai__title .section-title {
    border: 0;
    padding: 0;
    margin: 0 0 0px 0;
    text-align: center;
}
.topgamebai__title .section-title .section-title-main {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
}
.game__center .box p,
.game__center .box p a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.game__center {
    padding-bottom: 0 !important;
}

.section__info img {
    border-radius: 20px;
}
.the__thao {
    margin-top: -40px;
}
.xemtatca__all {
    min-width: 300px;
    height: 60px;
    max-width: 300px;
    background: red;
    color: #fff;
    border-radius: 10px;
    min-height: initial;
    max-height: initial;
    padding: 0;
    line-height: 60px;
    font-size: 23px;
    margin: 30px auto 0;
    display: block;
}
.section__blog__tab  .tabbed-content {
    margin-top: -40px;
}
.section__blog__tab  .tabbed-content .nav  li a {
    padding: 5px 20px;
    border-radius: 4px;
    background: #ccc;
    color: #000;
    margin-left: 10px;
}
.section__blog__tab  .tabbed-content .nav  li.active a {
    background: #ffc10b;
    color: #fff;
}
.section__km .topgamebai__title {
    margin-bottom: 20px;
}
.section__km img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.section__km {
    padding-bottom: 0 !important;
}
.section__km .col.large-4 {
    padding-bottom: 0;
}

.footer__databet .icon-box {
    display: flex;
    align-items: center;
    color: #ffe300;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer__databet .icon-box p {
    color: #ffe300;
    font-weight: 600;
}
.footer__databet p{
    color: #ced4de;
    font-size: 14px;
}
.footer__databet .ux-menu .menu-item {
    border: 0;
}
.footer__databet .ux-menu .menu-item a {
    color: #ced4de;
    line-height: 30px;
    min-height: inherit;
    border: 0;
    display: block;
    padding: 2px 0;
    font-size: 14px;
}
.footer__databet .ux-menu .menu-item a:hover {
    color: #ffe300;
}
.row__padding .col.large-12 {
    padding-bottom: 0;
}
.absolute-footer {
    display: none !important;
}
.menu__footer  .ux-menu  {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.menu__footer .col.large-12,
.menu__footer .col {
    padding-bottom: 0;
}
.menu__footer  .ux-menu .menu-item a {
    padding: 0;
    min-height: initial;
    color: #fff;
    font-size: 14px;
}
.menu__footer {
    padding: 10px 0 !important;
}
.menu__footer p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.footer__fabet p{
    color: #ced4de;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.footer__fabet .ux-menu .menu-item {
    border: 0;
}
.footer__fabet .ux-menu .menu-item a {
color: #ced4de;
    line-height: 24px;
    min-height: inherit;
    border: 0;
    display: block;
    padding: 2px 0;
    font-size: 14px;
}
.footer__fabet .ux-menu .menu-item a:hover {
    color: #ffe300;
}
.footer__fabet .social-icons {
    margin-bottom: 20px;
}
.footer__fabet {
    padding-bottom: 10px !important;
}



.footer__nbets p{
    color: #ced4de;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.footer__nbets p a {
    color: #ffe300;
}
.footer__nbets .ux-menu .menu-item {
    border: 0;
}
.footer__nbets .ux-menu .menu-item a {
color: #ced4de;
    line-height: 24px;
    min-height: inherit;
    border: 0;
    display: block;
    padding: 2px 0;
    font-size: 14px;
}
.footer__nbets .ux-menu .menu-item a:hover {
    color: #ffe300;
}
.footer__nbets {
    padding-bottom: 0 !important;
}
.copyright__nbet {
    padding: 10px 0 !important;
}
.copyright__nbet p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}


.footer__one88 .ux-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.footer__one88 .ux-menu .menu-item a {
    padding: 0 20px;
    min-height: initial;
    color: #fff;
    font-size: 16px;
}
.footer__one88 .col.large-12{
    padding-bottom: 0;
}
.footer__one88 {
    padding: 10px 0 !important;
}

.section__ff__one img {
    width: auto;
}
/*section__fcb88*/
.section__fcb88 .before__row {

}
.section__fcb88 .before__row .ux-menu {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    margin-bottom: 20px;
}

.section__fcb88 .before__row .ux-menu .menu-item a {
    padding: 0;
    min-height: initial;
    color: #888;
    font-size: 14px;
}
.section__fcb88 .col {
    padding-bottom: 0;
}

.section__fcb88 .center__row .ux-menu .menu-item a {
    padding: 0;
    min-height: initial;
    color: #888;
    font-size: 14px;
    display: block;
    line-height: 35px;
}
.section__fcb88 .center__row p {
    color: #888;
    font-size: 14px;
    display: block;
    line-height: 35px;
    margin: 0;
}
.section__fcb88 .center__row p a {
    color: red;
}
.section__fcb88 .title__heding {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 6px;
}
.section__fcb88 .center__row .ux-menu .menu-item a:hover ,
.section__fcb88 .before__row .ux-menu .menu-item a:hover{
    color: red;
}






@media only screen and (max-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.footer__one88 .ux-menu {
        justify-content: center;
    display: flex;
    overflow: scroll;
    overflow-x: scroll;
    white-space: nowrap;
    gap: initial;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 5px 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.the__thao {
    margin-top: 0;
}
.section__blog .topgamebai__title {
    margin-bottom: 20px;
}
.section__bong {
    margin: 0 !important;
}
.home-category__item .content[data-v-216d54fc] p {
    display: none;
}
.home-category__item .content .link[data-v-216d54fc] {
    display: none;
}
.section__tin .col.large-4 {
    padding-bottom: 0;
}
.section__tin .post-item  {
    padding-bottom: 10px;
}
.section__tin .post-item  .box-vertical {
    display: flex;
    gap: 10px;
}
.section__tin .post-item  .box-vertical .box-image {
    width: 130px !important;
}
.section__qc {
    padding: 10px 0;
}
.section__video {
    padding-bottom: 0 !important;
}
.section__khuyenmai {
    padding-bottom: 0 !important;
}
.section__khuyenmai p {
    font-size: 16px;
    margin: 0;
}
.list__banner .item__banner {
    max-width: 100%;
    width: 100%;
}
.list__banner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}
.box__colum__nth {
    flex-direction: column;
}
.box__colum__nth .box__nth {
    max-width: 100%;
    width: 100%;
}
.box__nth__1 .box__thumb__img a img {
    height: auto;
    min-height: 250px;
}
.list__match__nc .left__colum {
    width: 100%;
}

.list__match__nc .right__colum {
    width: 100%;
    padding: 0;
}
.box__post__1 {
    width: 100%;
    margin-bottom: 20px;
}
.box__post__2 {
    width: 100%;
    padding: 0;
}
.box__post__1 .box__thumb__img img {
    height: auto;
    min-height: 250px;
}
.box__left__layout {
    width: 100%;
}
.box__right__layout {
    width: 100%;
}
.item__game {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #2E3138;
    width: 48%;
    float: left;
    margin: 0 1% 10px;
}
.tab__live {
    margin: 0;
}

.tab__live ul.nav ,
.section__chiase ul.nav{
    justify-content: center;
    display: flex;
    overflow: scroll;
    overflow-x: scroll;
    white-space: nowrap;
    gap: initial;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 5px 0;
    display: flex;
    width: 100%;

    flex-direction: row;
    flex-wrap: nowrap;
}
 .section__chiase ul.nav {
    margin-top: 10px;
 }
.tab__live ul.nav li a {
    padding: 0 6px;
    line-height: 40px;
    background: #ccc;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.page1__section2,
.page1__section3  {
    padding-bottom: 0 !important;
}
.slots-item {
    float: left;
    width: 48%;
    margin: 0 1% 10px;
}
.section--top-game {
    padding: 20px 0 !important;
}
.section__blog__tab .tabbed-content {
    margin-top: 0;
}
.section__fcb88 .before__row .ux-menu{
    justify-content: center;
    display: flex;
    overflow: scroll;
    overflow-x: scroll;
    white-space: nowrap;
    gap: initial;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 5px 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

}


@media only screen and (max-width: 600px) {
#footer .title__heding {
    font-size: 16px;
}
.section__blog__tab  ul.nav {
    justify-content: center;
    display: flex;
    overflow: scroll;
    overflow-x: scroll;
    white-space: nowrap;
    gap: initial;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 5px 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.section__blog__tab .tabbed-content .nav li a {
    margin-left:0;
}
.xemtatca__all {
    min-width: 200px;
    height: 35px;
    max-width: 200px;
    background: red;
    color: #fff;
    border-radius: 10px;
    min-height: initial;
    max-height: initial;
    padding: 0;
    line-height: 35px;
    font-size: 16px;
    margin: 0px auto 0;
    display: block;
}
.section--top-game .top-game-item__content[data-v-7192d3c2] {
    min-height: 200px;
}
.section--top-game .top-game-item__content .title[data-v-7192d3c2] {
    font-weight: 800;
    font-size: 20px;
    white-space: normal;
    line-height: 25px;
    color: #2b303d;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.topgamebai__title .section-title .section-title-main {
    font-weight: 600;
    font-size: 28px;
    line-height: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
}
.home-category__item .content h4[data-v-216d54fc] {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #2b303d;
    letter-spacing: .01em;
    margin-bottom: 8px;
}
.home-category__item .content[data-v-216d54fc] {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 3px 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #606b8a;
    width: 100%;
}
.home-category__item .icon[data-v-216d54fc] {
    position: absolute;
    left: 0;
    top: -12px;
    z-index: 1;
    transition: all .3s;
}
.section__nohu .title__heding, .game-hot .title__heding {
    font-size: 22px;
}
.section__nohu {
    padding-bottom: 0 !important;
}
.section__nohu .col.large-4 {
    padding-bottom: 0;
}
.game-hot .game-hot-item a .game-hot-item-button .button {
        padding: 2px 5px;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fefeff;
    font-size: 12px;
}
.game-hot {
    padding-bottom: 0 !important;
}
.game-hot .game-hot-item a .game-hot-item-button {
    margin: 8px 0 0;
    text-align: center;
}
.game-hot .game-hot-item a figure {
    padding-top: 145%;
}
.game-hot .game-hot-item a .game-hot-item-title {
    font-size: 13px;
}
.game-hot .col.large-4 {
    padding-bottom: 0;
}
.section__gameone {
    padding-bottom: 0 !important;
}
.seo__content {
    padding: 0 !important;
}
.seo__content .accordion .accordion-title {
    font-size: 14px;
}
.page3__blog .tab__live ul.nav li a {
    padding: 1px 10px;
    font-size: 15px;
}
.page1__section2 .stack .box {
    width: 33.333% !important;
    gap: 0;
    --stack-gap: 0 !important;
    padding: 0 10px;
    margin-bottom: 15px !important;
}
.page1__section2 .stack {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.page1__section2 .box .box-text p, .page1__section2 .box .box-text p a {
    font-size: 12px;
    line-height: 23px;
    height: 23px;
    overflow: hiddenl;
    display: block;
}
.box__nth__2 .news-post-news .inner__box .box__content h3 a {
    font-size: 14px;
}
.box__nth__2 .news-post-news .inner__box .box__thumb__img a img {
    height: 176px;
}
.box__nth__2 .news-post-news .inner__box .box__content .view__all {
    display: none;
}
.box__nth__1 .box__content h3 a {
    font-size: 20px;
    line-height: 28px;
}
.list__link {
    flex-direction: column;
    gap: 6px;
}
.list__link .item__link_sk {
    width: 100%;
}
.clear__post .news-post-sk-clear {
    width: 100%;
}

.clear__post .news-post-sk-clear:last-child {
    margin-bottom: 0;
}
.news-post-sk-clear .box__thumb__img img {
    height: auto;
}
.team-logo img {
    max-height: 45px;
}
.rs-upcoming-match.tour-item .scale-item p {
    font-size: 13px;
}
.pt-3 p {
    font-size: 13px;
}
.rs-upcoming-match.tour-item .team-logo .name {
    font-size: 13px;
}
.nhacai____item {
    gap: 10px;
    flex-direction: column;
}
.nhacai____item .dealer-logo ,
.nhacai____item .thongtin__thuong,
.nhacai____item .boxx__km,
.nhacai____item .nhacai____item__button{
    width: 100%;
}
.nhacai____item .nhacai____item__button{

    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.nhacai____item .nhacai____item__button .btn-theme2, .btn-theme2-reverse {
    width: 100%;
}
.related___post .news-post-sk-clear .box__thumb__img img {
    height: 165px;
}

.related-post {
    margin-bottom: 20px;
}

.box__nth__archive .news-post-news .box__thumb__img {
    width: 100%;
}
.box__nth__archive .news-post-news .box__content {
    width: 100%;
    padding: 15px 0 0 0;
}
.box__nth__archive .news-post-news .box__thumb__img a img {
    height: auto;
}

}























