/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.7
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
  box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333;
    margin-bottom: 15px;
    padding: 23px 20px;
    border: none;
    background: #f8f8f8;
    font-size: 1em;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.9px;
	box-shadow: none;
  
}

/* chữ chạy */
 .word-reveal span {
      display: inline-block;
      opacity: 0;
      transform: translateY(10px);
      animation: fadeUp 0.4s forwards;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeDown {
      to {
        opacity: 0;
        transform: translateY(10px);
      }
    }

    .word-reveal {
      font-size: 36px;
      font-weight: bold;
      font-family: sans-serif;
      color: #333;
      display: inline-block;
      white-space: nowrap;
    }