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

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

.section-title-center b{
	opacity: 0;
}
.blocksp_row .col-inner>.img{
	margin-bottom: 0;
}
.blocksp_row .col-inner>.button{
	margin-bottom: 0;
}
ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before {
	color: var(--fs-color-primary);
}

.check-list ul li {
	background: url(../../uploads/checked.png) no-repeat top 5px left;
	list-style: none;
	padding: 0 0 0 24px;
	background-size: 15px;
	margin-left: 0;
}
.table-thong-so table thead td {
	background: var(--primary-color);
	color: white;
}
.sticky-sec {
	position: sticky;
    top: 60px;
    z-index: 9;
}
.sticky-sec h3 {
	margin-bottom: 0;
}
.sec-bao-gia .row {
	margin: 0 auto !important;
}
.formlienhe .col-inner{
	border: 1px solid var(--primary-color);
    box-shadow: 8px 8px 0 0 var(--primary-color);
}
.formlienhe input,
.formlienhe textarea{
    border: 1px dashed var(--primary-color);
    color: var(--primary-color);
    box-shadow: none;
    outline: none;
    margin-bottom: 15px;
}
.formlienhe input[type=submit] {
    color: white;
}
.footer-secondary, .absolute-footer {
	padding: 0;
}
.blog-archive #post-list .post {
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.blog-archive #post-list .post .entry-meta {
	display: none;
}
.map-sec .section-content p {
	margin: 0;
}
.map-sec .section-content br {
	display: none
}
.banner-main .banner-layers {
	background: linear-gradient(to top, rgb(0 0 0 / 75%), transparent 40%);
	width: 100%;
    max-width: 100%;
}
.banner-main .banner-layers .row {
	margin-left: auto;
	margin-right: auto;
}
.home-slider .banner-bg .overlay {
	background: linear-gradient(to bottom right, rgba(0,0,0,0.5) 20%, transparent 50%);
}
#content .is-divider {
	background-color: var(--primary-color);
}
.z-index-999 {
	z-index: 999;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, input[type=submit] {
	border-radius: 4px;
}
.car-main .col.medium-7 {
	background: linear-gradient(110deg,rgba(0, 0, 0, 0) 35%, rgba(20, 100, 244, 0.8) 35%, rgba(20, 100, 244, 0.8) 65%, rgba(0, 0, 0, 0) 65%);
	align-items: flex-end;
}
.car-main h3 {
	font-size: 1.8em;
}

.xedichvu_info ul{
	display: flex;
	margin: 0;
	flex-wrap: wrap;
}
.xedichvu_info ul li{
	margin: 0 0 30px 0;
	display: block;
	width: 25%;
	font-size: 1.1rem;
}
.xedichvu_info ul li strong{
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.8;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.table-thong-so {
		overflow-x: scroll;
	}
	.table-thong-so table {
		width: 680px;
	}
	.mfp-wrap #popup-bao-gia .row .medium-8 {
		display: none;
	}
	
	.banner-main h1 {
		font-size: 24px;
	}
	.banner-main h3 {
		font-size: 16px;
	}
	.header-main li.html.custom {
		display: block;
	}
	.banner-main .banner-layers .text-box {
		width: 96% !important;
	}
	.banner-main .banner-layers .text-box p {
		margin-top: 0;
	}
	.car-main .col.medium-7 {
    	background: linear-gradient(175deg, rgba(0, 0, 0, 0) 35%, rgba(20, 100, 244, 0.8) 35%, rgba(20, 100, 244, 0.8) 65%, rgba(0, 0, 0, 0) 65%);
	}
	.xedichvu_info ul li{
		width: 100%;
	}
}