/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.14.2
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.0.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
	/*Nút đăng ký:*/
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
background: linear-gradient(to right, #87CEFA, #00008B, #87CEFA);
width:100%;
text-align:center;
text-transform:uppercase;
}
	/*Chữ nhấp nháy*/
/*<p class="text-animation"> Chữ nhấp nháy</p>*/
@-webkit-keyframes my {
0% { color: #F8CD0A; }
50% { color: #33CC33; }
100% { color: #FF0000; }
}
@-moz-keyframes my {
0% { color: #F8CD0A; }
50% { color: #33CC33; }
100% { color: #FF0000; }
}
@-o-keyframes my {
0% { color: #F8CD0A; }
50% { color: #33CC33; }
100% { color: #FF0000; }
}
@keyframes my {
0% { color: #F8CD0A; }
50% { color: #33CC33; }
100% { color: #FF0000; }
}
.text-animation {
background:none;
font-size:15px;
font-weight:bold;
-webkit-animation: my 700ms infinite;
-moz-animation: my 700ms infinite;
-o-animation: my 700ms infinite;
animation: my 700ms infinite;
}

/*font accordian*/
.text-accordian {
background:none;
font-size:20px;
font-weight:bold;
-webkit-animation: my 3000ms infinite;
-moz-animation: my 3000ms infinite;
-o-animation: my 3000ms infinite;
animation: my 3000ms infinite;
}

/*font accordian*/
.text-accordian12px {
background:none;
font-size:15px;
font-weight:bold;
-webkit-animation: my 3000ms infinite;
-moz-animation: my 3000ms infinite;
-o-animation: my 3000ms infinite;
animation: my 3000ms infinite;
}