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

.related-posts {
  padding:10px;
  background-color:#ebebeb;
  border-radius:10px;
}

.head-rp {
  font-weight:700;
  font-size:20px;
  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;
}



    .header-main{
box-shadow: #f1ca64 0px 10px 25px;
}
a.button.secondary.is-medium{
color: #000!important;
}
#logo img {
 padding: 5px 0px;
}
h1,h2{
text-shadow: 1px 1px 0 #54033e, 1px -1px 0 #54033e, -2px 2px 0 #54033e, -1px -1px 0 #54033e, 1px 0 0 #54033e, 0 2px 0 #54033e, -2px 0 0 #54033e, 0 -1px 0 #54033e;
color: #fff!important;
}
@keyframes zoom-in-zoom-out {
0% {
  transform: scale(1, 1);
}
50% {
  transform: scale(1.15, 1.15);
}
100% {
  transform: scale(1, 1);
}
}
.header-button, .dang-ky-bao-gia{
animation: zoom-in-zoom-out .8s ease infinite;
}
div#comments {
  display: none;
}
a.button.primary.reveal-icon{
background: url(images/button.webp);
background-size: cover;
box-shadow: #d07dd5 0px 10px 30px;
color: #ffffff;
} 