/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.wp-caption .wp-caption-text {
    background: #E5FBF1;
}

::marker {
    color: #16a765;
}

.home-title h1, .home-title h2 {
    font-family: "Rowdies", sans-serif;
    font-weight: 700;
	text-transform: uppercase;
}

.single-post .article-inner ul li {
    margin-left: 2.3em;
}
.box-blog-post .is-divider
{
	display: none;
}
.home .box-text.text-center
{
	background: #fff;
}
.home .post-title
{
	font-size: 1.3em;
}
.from_the_blog_excerpt
{
	color: #5a5a5a;
}
.sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}

.sticky-nav .nav-item {
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: inherit;
}

.sticky-nav .home {
  width: 20%;
  background: #fff;
  color: #333;
}

.sticky-nav .video {
  width: 30%;
  background: linear-gradient(130deg, #d6ffe0, #f5f5f5);
  color: #333;
}

.sticky-nav .shopee {
  width: 50%;
  background: linear-gradient(135deg, #ee4d2d 0%, #ff7337 100%);
  color: #fff;
  font-weight: bold;
}

.sticky-nav .icon {
  margin-bottom: 4px;
}

.sticky-nav img {
  width: 27px;
  height: 27px;
  display: block;
}

.sticky-nav .nav-item.active {
  color: #44b556;
}

/* subtext dưới nút mua ngay */
.sticky-nav .shopee .main-text {
  font-size: 18px;
  font-weight: bold;
}
.sticky-nav .shopee .sub-text {
  font-size: 11px;
  font-weight: normal;
  animation: blinkSubText 1s infinite;
}
/* Hiệu ứng blink */
@keyframes blinkSubText {
  0%, 49% {
    opacity: 1;
    color: #fff;
  }
  50%, 100% {
    opacity: 0.4;
    color: #ffe600; /* màu vàng nổi bật khi nhấp nháy */
  }
}
@media (min-width: 1025px) {
  .sticky-nav {
    width: 560px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
  }
}
.lt-footer, .copyright-footer {
    font-size: 90%;
	font-weight: normal;
}
.lt-footer
{
	color: #373737;
}