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

/*************** ADD CUSTOM CSS HERE.   ***************/
.pd-0px {
	padding: 0px !important;
}
.pd-bt-0px {
	padding-bottom: 0px !important;
}
.main-md-post-home {
    margin: 0px auto !important;
}
.title-category {
    background: linear-gradient(#2196f3, #065092);
    height: 45px;
}
.title-category .icon-title {
    width: 70px;
    height: 45px;
    float: left;
    background: #ED1C24;
    border-radius: 0 20px 20px 0;
    position: relative;
}
.title-category .icon-title img {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 35px;
    height: 35px;
}
.title-category .title-cate {
    padding-left: 80px;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
    line-height: 46px;
    margin: 0;
}
.title-category .title-cate a {
    color: #fff;
}
.md-post-home .post-item .box-image {
    float: left;
}
.md-post-home .post-item .box-text {
    float: right;
    width: 80%;
    padding-left: 15px;
	padding-bottom: 0px;
}
.md-post-home .post-item {
	padding-bottom: 1px;
}
.md-post-home .post-item .box {
    display: flex;
    padding: 10px;
    background: #ffffff;
}
.md-post-home {
	margin-top: 0px !important;
	background: #f1f1f1;
}
.main-md-post-home {
	padding-top: 30px !important;
}
div.header-bottom {
    background-image: linear-gradient(#2196f3, #065092);
}
.nav.nav-left {
    justify-content: center !important;
	text-align: center;
}
.nav.nav-left h1 {
	color: #e90000;
}
.nav.nav-left .sub-title-site {
	color: #e90000;
}
.contain_post_info >div {
    background: #ff9400;}
.contain_post_info .unit_cost {
    background: #1e88e5;
     margin-bottom: 5px;
}
.contain_post_info .call_now {
    background: red;
    margin-bottom: 5px;
}
.contain_post_info .booking_appointment {
    background: #4CAF50;
     margin-bottom: 5px;
}
.contain_post_info a {
    display: block;
    padding: 5px;
}
.form-dang-ky{
       background: url(/wp-content/uploads/2025/05/bg-form-res.jpg);
    color: white;
    padding: 13px; 
}
.form-dang-ky .title-dang-ky{
    text-align: center;
    color: white;
}

.form-dang-ky-tu-van {
	text-align: center;
}
.title-dang-ky-tu-van {
    margin-bottom: 15px;
}
.form-dang-ky-tu-van input[type=text] {
	border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
	width: 80%;
}
.title-dang-ky-tu-van {
	color: #fff;
}
.title-dang-ky-tu-van h3 {
	color: #fff;
}
.nut-dang-ky .wpcf7-spinner {
	display: none;
}
.nut-dang-ky .wpcf7-submit {
    background: #1c88e0;
    border-radius: 5px;
}

.widget_service_desc {
    padding: 20px 30px;
    background-image: linear-gradient(to bottom, #ED1C24, rgb(155, 78, 78));
}
.widget_service_desc h4, .widget_service_desc h5, .widget_service_desc p, .widget_service_desc {
    color: white;
}
.news .post-item {
	padding-bottom: 0px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.title-category .title-cate a {
    color: #fff;
    font-size: 15px;
}

}