/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.4
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow {
	background: transparent !important;
}

.wpsisac-image-slide-wrap {
	position: relative;
	transition: 0.2s all ease-in-out;
}

.wpsisac-image-slide-wrap:after {
	position: absolute;
	content: "CHƠI NGAY";
	left: 50%;
	transform: translatex(-50%);
	bottom: -80px;
	background: red;
	width: 100%;
	height: 50px;
	border: 0;
    background-image: linear-gradient( #b9102c , #b9102c);
    color: #fff;
    min-width: 100px;
    padding: 0 0.2em;
    font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 1.2rem;
}
.wpsisac-image-slide-wrap:hover {
	opacity: 0.8;
	transform: scale(1.05);
	transition: 0.2s all ease-in-out;
}
.wpsisac-clearfix {
	overflow: hidden;
    height: 260px;
}

.wpsisac-image-slide-wrap {
	background: #000;
    border-radius: 20px;
    border: 1px solid #fae893;
    padding: 10px;
}

.wpsisac-image-slide-wrap .slick-active {
	border: 3px solid #fae893 !important;
}

.wpsisac-slick-carousal.wpsisac-center .slick-slide .wpsisac-image-slide-wrap {
	opacity: 1;
}

.wpsisac-image-slide a:hover {
	transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.2s all ease-in-out;
}

@media (max-width: 1020px) {
	.wpsisac-clearfix {
    	height: 310px;
	}
}

@media (max-width: 768px) {
	.wpsisac-clearfix {
    	display: none;
	}
}
.slick-list, .wpsisac-image-slide-wrap {
	overflow: visible;
}