/*
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.   ***************/

	

.chitiet {
	background-color: #161616;
	padding: 20px;
	border-radius:10px
}
.saboxplugin-wrap{
	border-radius:15px;
	background-color:#00000026;
	margin-bottom:20px !important
}
.widget .badge{
	width:80px;
}
.recent-blog-posts a{
	font-size: 14px;
}
.breadc{
    background-color: #efefef;
    padding: 13px;
    font-size: 14px;
}
.breadc a{
    color: #333;
}
.breadc p{
	margin-bottom: 0px;
    color: #333;
}
.home .breadc{
	display: none;
}
/*
header #masthead{
	border-bottom: 1px solid #f1f1f1;
}

#main{
	background-image:linear-gradient(-90deg, rgb(145 208 217 / 59%), rgb(255 255 255 / 0%));
}
*/
.header-block{
	min-height: 0px;
}

.wpcf7-spinner{
	display: none;
}

.post-meta {
    font-size: 12px !important;
}
.post-meta .item-post-mt {
    padding-left: 10px;
    display: inline-block;
    text-transform: capitalize;
}
.post-meta .item-post-mt i {
    margin-right: 3px;
}
.post-meta .item-post-mt:first-child {
    padding-left: 0px;
}


/* Custom CSS */
#slider-877696929 .flickity-slider > * {
  max-width: 125px!important;
}
@media (min-width:550px) {
  #slider-877696929 .flickity-slider > * {
    max-width: 150px!important;
  }
}
.related-posts {
  padding:20px;
  background-color:#ebebeb;
  border-radius:10px;
}

.head-rp {
  font-weight:700;
  font-size:20px;
  font-family:oswald;
  padding-bottom:10px;
  text-transform:uppercase;
}

.li-rp {
  margin-left:20px;
}


.related-posts li {
  padding:5px;
  margin:0;
  border-bottom:1px dashed #CCC;
  list-style:disc;
  margin-left:30px;
}

.related-posts h3 {
  padding-bottom:15px;
  Font-size:20px;
  text-transform:uppercase;
}


/* Code mới */

.header-button-1:before {
  content: """";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
  animation: shockwave 1s 0.5s ease-out infinite;
}
.header-button-1:after {
        z-index: -1;
  content: """";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
  animation: shockwave 1s 0.65s ease-out infinite;
}
""/* button-hapnhay */
.header-button-2:before {
  content: """""""";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
  animation: shockwave 1s 0.5s ease-out infinite;
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px #c874f4, inset 0 0 1px #c874f4;
  }
  95% {
    box-shadow: 0 0 16px #f8ec5c,
      inset 0 0 16px #f8ec5c;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.header-button-2--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}
.header-button-2:after {
        z-index: -1;
  content: """""""";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
  animation: shockwave 1s 0.65s ease-out infinite;
}

/* animation text */
@keyframes gradient-animation{
	0% {
    background-position: 200% 0;
	}
100% {
    background-position: -200% 0;
	}
}
 .h1-heading-title h1{
   background: linear-gradient(-225deg, #28a745 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
 -webkit-background-clip: text;
	 color: transparent;
}

.h1-heading-title h1{
	background-size: 200% 100%;
  animation: gradient-animation 5s linear infinite;
        }
/* header-mobile */
.mfp-wrap .mfp-content{
	    background-color: rgba(0, 0, 0, 0.5);
}
.mobile-sidebar li a{
	color: #fff;
}
/* .header-divider */
.header-divider{
	display: none !important;
}
.banner-footer{
 position:fixed;
 bottom: 0;
 z-index: 1000;
}
.banner-footer .list-banner{
  padding: 0;
}
.copyright-footer{
 position: relative;
}
.box_close button, .btn_open_banner {
    font-weight: 600;
    padding: 0px 10px;
    border: none;
    height: 25px;
    background-color: #ff8a00;
    color: #fff;
    margin: 0 !important;
    margin-right: 0px !important;
    line-height: 1;
    font-size: 10px;
    text-transform: initial;
    background: linear-gradient(to right, #C02425 0%, #F0CB35 50%, #C02425 100%);
}
.btn_open_banner{
 position: fixed;
 left: 30px;
 bottom: 0;
 z-index: 1000;
}
.box_close{
 position: absolute;
 left: 0;
 top: 0;
 transform: translate(-25%, -100%);
}
@media (min-width: 768px){
 .banner-footer{
  padding-left: 0 !important;
 }
 
}
@media (max-width: 767px){
 .banner-footer{
  left: 0;
  right: 0;
 }
}

/* .top-nha-cai */
.top-nha-cai .section{
	padding: 0 15px;
}
.top-nha-cai .dat-cuoc-btn{
		border: 1px solid #E53935;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
		background-color: #E53935;
		font-size: 13px;
		padding: 0px 6px;
		margin: 0 0 10px;
		width: 106px;
}
.top-nha-cai .uu-dai-btn{
	border: 1px solid #30AF4A;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
		background-color: #30AF4A;
		font-size: 13px;
		padding: 0px 6px;
		margin: 0;
		width: 106px;
}
.top-nha-cai .img{
	margin-bottom: 12px;
}
.top-nha-cai .section-content{
	text-align: center;
}
@media (max-width: 767px){
	.top-nha-cai .section{
		padding: 0 8px;
	}
}	




 .header-button, .dang-ky-bao-gia{
  animation: zoom-in-zoom-out .8s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
a.button.secondary.is-bevel{
 font-size: 14px;
 color: #000;
}
.header-main{
 box-shadow: #d8fcfc 0px 10px 20px;
}
.header .flex-row{
 max-width: 1250px !important
}

.image-glow{
   -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}
.box-image{
}
a.button.alert{
 background-image: linear-gradient(40deg, rgb(255 0 0) 60%, #f6e32f);
 border: none;
}
a.button.secondary.lowercase.header-button{
 background-image: radial-gradient(#ff8a00, #e52e71);
}
a.button.secondary{
 background-image: linear-gradient(40deg, rgb(255 0 0) 60%, orange);
 border: none;
 color: #fff!important;
}
a.button.primary.is-bevel{
 background-image: linear-gradient(to right, violet, darkred, purple);
  border: none;
}  

.top-nha-cai .flickity-slider > * {
  max-width: 125px!important;
}
@media (min-width:550px) {
  .top-nha-cai .flickity-slider > * {
    max-width: 150px!important;
  }
}