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

/*************** ADD CUSTOM CSS HERE.   ***************/

#header {
  background-image: url('https://legabet.bio/wp-content/uploads/2025/06/bg-legabet-scaled.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}


.header-wrapper {
  background-image: url('https://legabet.bio/wp-content/uploads/2025/06/legabet-bg-header.avif');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 500px 400px;
}


.menu-item svg {
	max-height: 20px;
	max-width: 20px;
}

.section-home-banner {
	padding: 0 !important;
}

.section-home-banner .col-1 {
	padding-left: 0;
}

.section-home-banner .col-2 {
	padding-right: 0;
}

.home #main #content {
	background: transparent;
	padding: 20px 0;
}

.section-home-banner img, .section-home-banner .banner-bg, .section-home-banner .banner {
	border-radius: 16px;
}

.section-home-banner .flickity-page-dots {
    left: 10px;
    right: inherit;
    transform: translate(0%, -50%);
    top: 50%;
    display: inline-grid;
    align-content: center;
}

.section-home-banner .flickity-page-dots .dot.is-selected {
	    background-color: #ffb626;
    border: #ffb626;
}

.section-home-banner .slider-nav-light .flickity-page-dots .dot {
    border-color: #fff;
    margin: 5px;
}

.section-banner {
	padding: 0 !important;
}

.section-banner .banner, .section-banner .bg {
	border-radius: 24px 24px 0 0;
}
.section-banner .col {
	padding: 0 !important;
}


.section-game-1 {
	padding: 0 10px;
}
.section-game-1 img {
	    border-radius: 32px;
}



.section-game-1 .col:hover img {
    transform: scale(1.01);
    filter: brightness(1.15);
}

.section-new-content {
	padding: 0 20px;
}

.section-new-content h1 {
	font-size: 22px;
	    color: #fbfbfb;
}

.section-new-content h2 {
	font-size: 20px;
	    color: #fbfbfb;
}

.section-new-content h3 {
	font-size: 18px;
	    color: #fbfbfb;
}
.section-new-content p {
	color: #ababab;
}
.section-game-2 .col-inner a:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(13, 13, 13, .9);
    z-index: 1;
    border-radius: 32px;
}

.section-game-2 .col:hover .col-inner a:after {
	opacity: 1;
}

.section-game-2 .col-inner {
	position: relative;
}
.section-game-2 .col-inner a:before {
    content: 'Chơi game';
    background: linear-gradient(92.62deg, #ffd047 -10.93%, #f5b923 102.54%);
    border-radius: 6px;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    transition: transform .3s ease-in;
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-weight: 700;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, 0%) translateY(200%);
    width: 100px;
    justify-content: center;
	opacity: 0;
}

.section-game-2 .col:hover .col-inner a:before {
	transform: translate(-50%, 0%) translateY(0%);
	opacity: 1
}

.section-game-2 .col:hover img {
    transform: scale(1);
    filter: brightness(1.15);
}

.section-banner .text-h {
	text-align: left;
	
	z-index: 9999;
    position: absolute;
    top: 8px;
    left: 75px;
}

.section-banner .text-p {
	margin-top: 0px;
}

.section-banner h2 {
    font-size: 38px;
    font-weight: 600;
}


.section-banner .text img {
	width: 64px;
	height: 64px;
}

.section-banner p {
    font-size: 15px;
    color: white;
}

.header-button-1 a {
    padding: 5px 18px 4px;
}

.header-button-1 a span {
    font-weight: bold;
    font-size: 15px;
	text-transform: initial;
}

.header-button-1 a:hover span {
	color: black;
}

.header-button-2 a {
	background: linear-gradient(90deg, #ffc979 0%, #fffad8 100%);
    padding: 5px 18px 4px;
}

.header-button-2 a span {
    font-weight: bold;
    font-size: 15px;
	color: #683704;
	text-transform: initial;
}

.header-button-2 a:hover 
}

#post-list img {
	border-radius: 16px;
}

#post-list .is-divider {
	display: none;
}

.section-post .box .is-divider {
	display:  none;
}

.section-post .box img {
	border-radius: 16px;
}

.section-footer-1 .col-1 {
	        flex-basis: 140px;
        max-width: 140px;
}

.section-footer-1 .col-3 {
	        flex-basis: 330px;
        max-width: 330px;
}

.section-footer-1 .col-3 a, .section-footer-1 .col-3 li {
	border: none !important;
	color: white !important;
	font-weight: 600;
}

.section-footer-1 .col-3 .stack-col {
    flex-direction: row;
}

.section-footer-1 .col-3 .ux-menu-link {
	margin-left: 15px !important;
}

.section-footer-1 .col-2 {
	    flex-basis: calc(100% - 470px);
        max-width: calc(100% - 470px);
}

.section-footer-1 {
	
    border-bottom: 1px solid #3c3a40;
}

.section-footer-2 {
	
    border-bottom: 1px solid #3c3a40;
}

.section-footer-2 .icon-box-text p:nth-child(1) {
	font-weight: 600;
	color: white !important;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 16px;
}

.section-footer-2 .icon-box-text p:nth-child(2) {
	font-size: 12px;
	    color: #d6d6d6 !important;
}

.section-footer-2 .icon-box-left {
    flex-flow: row wrap;
    flex-wrap: nowrap;
    align-items: center;
}
.section-footer-2 .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 8px;
}

.section-footer-2 .col-2 .icon-box {
    background-color: #313035;
    padding: 8px 20px 4px;
    border-radius: 16px;
}

.section-footer-2 .col-2 .icon-box p:nth-child(2) {
	font-size: 14px;
	margin-bottom: 0;
}

.blog-archive .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }

.blog-archive .large-10 img {
	border-radius: 10px;
}

.blog-archive .large-10 .image-cover {
	padding-top: 66.66% !important;
}

#post-list>.row>.post-item {
	        flex-basis: 25%;
        max-width: 25%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.stuck .header-bottom {
    background-color: #13151a;
}
	
	#post-list>.row>.post-item {
	        flex-basis: 50%;
        max-width: 50%;
}

	.section-home-banner .col-1 {
    padding-left: 15px;
}
	.section-home-banner .slider-nav-light .flickity-page-dots .dot {
    margin: 2px;
}
	.section-home-banner .col-2 {
    padding-right: 15px;
}
	.section-home-menu .row-item .col {
    flex-basis: 33%;
    max-width: 33%;
    padding: 0 7.5px 15px;
}
	.section-home-menu {
		padding-left: 15px !important;
	}
	
	.section-content-new {
		padding: 20px 15px !important;
	}
	
	.mobile-sidebar  img {
    width: 40px;
    height: 40px;
}
	
	.off-canvas .nav-vertical>li>a {
    padding-bottom: 7px;
    padding-top: 7px;
}
	
	.section-banner {
    padding: 0 15px !important;
}
	.section-banner h2 {
    font-size: 32px;
}
	.section-banner .text-box  {
		width: 90% !important;
		        top: 0% !important;

	}
	
	.section-banner .banner {
    padding-top: 50% !important;
}
	
}