/*
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: #55b9861c;
    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:20px;
  background-color:var(--primary-color);
  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;
}


/* Code mới */


.header-main {
    background: linear-gradient(to right, #002412, #57bd89, #002412) !important;
}
.home_content>.col>.col-inner {
    height: 100%;
    overflow: auto;
}

.startButton, #header .button,#startButton {
    background: linear-gradient(-225deg, #28a745 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
/*     -webkit-background-clip: text; */
    color: #fff;
    background-size: 200% 100%;
    animation: gradient-animation 5s linear infinite;
}
@keyframes gradient-animation{
    0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}