/*
Theme Name: kyo
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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


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


}
.title-home {
    padding: 15px 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #FF9C00;
    font-size: 26px;
    text-align: center;
    text-shadow: 1px 0px 1px #695050;
}
.title-home:after {
    content: ' ';
    display: block;
    background-image: url(/wp-content/uploads/2025/03/icon-title.png);
    margin: 0 auto;
    width: 305px;
    height: 25px;
}
.form-dat-ban {
    max-width: 800px !important;
    margin: 0 auto !important;
}
.form-dat-ban .col {
    padding-bottom: 10px;
}
.form-dat-ban input, .form-dat-ban select, .form-dat-ban textarea {
    border-radius: 5px;
    color: #000;
    background-color: #ffffffd1;
}
.thuc-don .row {
    max-width: unset;
}
.absolute-footer {
	display: none;
}
.lienhe ul li {
	list-style: none;
	margin-left: 0;
}