/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* PART 1 - truoc chuyen canh Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}
/* PART 2 - hieu ung khi chuyen canh Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	opacity: 1;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 15px;
}
.elementor-heading-title {
	line-height: 1.3 !important;
}
b, strong {
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 1rem;
}
h1 {
		font-size: 26px;
}
h2 {
		font-size: 24px;
}
h3 {
		font-size: 22px;
}
h4 {
		font-size: 19px;
}
h5 {
		font-size: 17px;
}
h6 {
		font-size: 15px;
}
.entry-content ul li, .entry-content ol li {
		margin-bottom: 5px;
}
ul.page-child {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.page-child li {
    display: inline-block;
}
ul.page-child li a {
    position: relative;
    display: block;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #404040;
    padding: 6px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.page-child li a:hover, ul.page-child li.current_page_item a {
    color: #eebd00;
}
ul.page-child li:first-child a {
    padding-left: 0;
}
ul.page-child li:last-child a {
    padding-right: 0;
}