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

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

.section-title-center span.section-title-main:after{
    content: "";
    display: table;
    clear: both;
    background-image: url("https://maiche.htcadsdigital.com/wp-content/uploads/2026/05/after-title.png");
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 27px;
    background-size: 220px
}
.border.border-white{
    border-color: #FFF;
}
.border{
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}
.mhp-bc-current{
	display: inline-flex;
}
.box-text.text-center{
	background: linear-gradient(-45deg,#ffde59,#f9d50b)!important;
}
.section-title b{
	background-color: transparent;
}
.is-divider {
    display: none !important;
}
.p-2 {
    padding: 20px;
}
.sanphamgird .sanpham-item .sanpham-title{
	text-align: center;
	font-size: 1.15rem;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

