/*
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{
    padding: 13px;
    font-size: 14px;
}
.breadc a{
  color: #fff;
}
.breadc p{
  margin-bottom: 0px;
    color: #fff;
}

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

.related-posts {
  padding:10px;
  background-color:#ad2424;
  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;
}


.rank-math-breadcrumb a {
color: #fff;
}

.rank-math-breadcrumb p {
padding-top: 10px;
background: #6b0200;
padding: 10px;
border-radius: 5px;
color: #fff;
}

blockquote{color:white;}
.tabbed-content .nav-vertical .active {
background: #ff0a0d;
}
.tabbed-content .nav-line>li>a:before {
background-color:#680000;
}
.tabbed-content .nav-vertical a:hover{
color: #f9c715 ;
}
.tabbed-content .nav-vertical .active a{
color: #f9c715;
padding-left: 10px;
border-right: 1px solid #f9c715 !important
}
.tabbed-content .nav-vertical a {
color: #ffffff;
padding-left: 10px;
background: #681011
}
.custom_tab  .tab-panels {
border-left: 1px solid #f9c715 !important; 
}
.nav .nav-dropdown {
border-color: #680000;
border-radius: 5px;
}
.nav-dropdown>li>a {
color: #000;
}
.nav-dropdown>li>a:hover {
background-color: #680000;
color: #fff!important;
border-radius: 10px;
margin: 0 10px;
padding-left: 10px;
padding-right: 5px;
}
@media (min-width: 850px) {
.nav-vertical+.tab-panels {
border: 2px solid #f9c715 !important;
flex: 1;
margin-top: 0!important;
padding: 0 30px 30px;
}
}
.header-button-1 a{
  color: #ffce21;
  background: linear-gradient(to top, #f40000, #dd5f11);
  position: relative;
  display: inline-block;
  padding: 2px 15px; /* Giảm padding để thu nhỏ kích thước */
  font-size: 12px; /* Giảm kích thước font chữ */
  text-decoration: none;
  border-radius: 5px; /* Giảm border-radius để thu nhỏ button */
}

/* Hover effect giống nhau */
.header-button-1 a:hover, .header-button-2 a:hover {
  color: #dd5f11;
  background: linear-gradient(to top, #ffce21, #ffffff);
}

/* Áp dụng hiệu ứng shadow cho cả ::before */
.header-button-1 a::before, .header-button-2 a::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 50%;
box-shadow: 0 0 10px 2px #ffff01, 0 0 3px 1px #ffff01; /* Giảm kích thước shadow */
z-index: -1;
animation-name: yellow-shadow;
animation-timing-function: ease;
animation-duration: 2s;
animation-iteration-count: infinite;
border-radius: 5px; /* Điều chỉnh lại border-radius cho phù hợp */
}

/* Áp dụng hiệu ứng shadow cho cả ::after */
.header-button-1 a::after, .header-button-2 a::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 50%;
height: 50%;
box-shadow: 0 0 10px 2px #0ff, 0 0 3px 1px #0ff; /* Giảm kích thước shadow */
z-index: -1;
animation-name: cyan-shadow;
animation-timing-function: ease;
animation-duration: 2s;
animation-iteration-count: infinite;
border-radius: 5px;
}

/* Keyframes cho hiệu ứng vàng */
@keyframes yellow-shadow {
0% { top: 0; left: 0; }
25% { top: 50%; left: 0; }
50% { top: 50%; left: 50%; }
75% { top: 0; left: 50%; }
100% { top: 0; left: 0; }
}

/* Keyframes cho hiệu ứng xanh */
@keyframes cyan-shadow {
0% { right: 0; bottom: 0; }
25% { right: 0; bottom: 50%; }
50% { right: 50%; bottom: 50%; }
75% { right: 50%; bottom: 0; }
100% { right: 0; bottom: 0; }
}   