/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.11.3
*/


/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.icon-box{ border-radius: 10px;}
h1, h2,.icon-box h3, h4{ color: #D2242B;}
b,strong{ color:#D2242B; }
.footer-thien-khoi b,strong,.footer-thien-khoi span,.footer-thien-khoi p{ color:white; }
.footer-thien-khoi  .is-divider 
{
	background-color:white; 
}

input[type='submit'] {
    margin: 0;
    background-color: #F1C40F !important;
    border-radius: 20px;
    position: relative;
    overflow: hidden; /* Ensure the overlay stays within the button */
}

input[type='submit']::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Adjust opacity for overlay */
    transition: opacity 0.3s ease;
    opacity: 0;
}

input[type='submit']:hover::before {
    opacity: 1; /* Display the overlay on hover */
}

input[type='submit']:hover {
    margin: 0;
    background-color: #F1C40F !important;
    border-radius: 20px;
}

