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

/*************** 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, ul li.bullet-checkmark, ul li.bullet-star{
	border-bottom: 1px dashed #ddd;
}
ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before{
	color: var(--primary-color);
}

.footerform .wpcf7 input[type='submit'], .col-bao-gia .wpcf7 input[type='submit'] {
	background: #b20000;
}
.check-list ul li {
	background: url(../../uploads/check.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: 55px;
    z-index: 9;
}
.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;
}
/* .footerform .col-inner {
	background: url(../../uploads/F02-1.jpg) no-repeat bottom;
	background-size: cover;
} */
.footer-secondary {
	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
}
#logo a img{
	width: 280px;
	height: 26px;
}
.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%);
}

@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;
	}

}