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

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

.product-small > .col-inner {
    box-shadow: 0px 0px 10px 1px #607D8B;
    border-radius: 10px;
    height: 100%;
}

.product-small > .col-inner .box-image img {
	border-radius: 10px 10px 0 0;
}
.product-small > .col-inner .box-text {
	padding: 10px;
}
body {
	font-family: Arial !important;
	overflow-x: none;
}

#main section {
	border-bottom: 1px solid #592c7c14;
}

b {
	visibility: hidden;
}
strong,b {
	font-weight: 700 !important;
}
.is-divider {
	display: none;
}
.icon-box {
	cursor: pointer;
}
.wpcf7-submit {
	background-color: var(--primary-color) !important;
}
/*********** section title **********/
.section-title b {
	visibility: hidden;
}
.section-title .section-title-main {
	border: none;
}
.has-divider .section-title:after {
	position: absolute;
	content: " ";
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 30px;
	background-image: url(/wp-content/uploads/2021/03/dangkygrabcar-under-title.png);
	background-repeat: no-repeat;
}
/* Banner */
.banner form p {
	color: #141414;
}
/* Home */
.lbk-posts .post-item >.col-inner {
	height: 100%;
}
/* Single */
/* widget */
#secondary .widget {
	padding: 10px;
	padding-top: 0;
	border: 1px solid var(--primary-color);
	overflow: hidden;
}
#secondary .widget-title {
	display: inline-block;
	width: calc(100% + 20px);
	padding: 5px 10px;
	margin-left: -10px;
	line-height:1.6em;
	color: #fff;
	background-color: var(--primary-color);
}
#secondary .widget > ul >li >a {
	position: relative;
	padding-left: 25px;
}
#secondary .widget > ul >li >a:before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0px;
	border:5px solid var(--primary-color);
	
}
#related-posts {
	padding: 15px;
}
#related-posts .relatedcat {
	border: 1px solid var(--primary-color);
	padding:0 10px;
	overflow: hidden;
}
#related-posts .relatedcat h3 {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	width: auto;
	margin-right: -10px;
	margin-left: -10px;
	color: #fff;
	background-color: var(--primary-color);
	padding-left: 10px;
}
#related-posts .relatedcat >ul li {
	list-style: none;
	margin-bottom: 0
}
#related-posts .relatedcat >ul li >a {
	position: relative;
	font-size: 1rem;
	text-indent: 20px;
	display: inline-block;
	padding: 3px;
}
#related-posts .relatedcat >ul li a:hover {
	text-decoration: underline;
}
#related-posts .relatedcat >ul li a:before {
	position: absolute;
	content: " ";
	top: 0.8rem;
	left:0;
	width: 8px;
	height:8px;
	background-color: var(--primary-color);
}
.single article a {
	color: #00f;
}
/* end single */
/*footer */
.footer-col ul li {
	
}
.footer-col ul li {
	list-style: none;
	margin: 0;
	width: 100%;
	position: relative;
	font-size: 1rem;
	display: inline-block;
	padding: 3px;
}
.footer-col.list ul li {
	text-indent: 20px;
}
.footer-col.list ul li:after {
	content: "";
	position: absolute;
	top: 0.8em;
	left:0;
	border: 4px solid #f4f4f4;
}
/* form*/
.lienhe-form .wpcf7 {
	background-color: #ccc;
	padding: 30px;
	padding-bottom: 0;
}
#form-dang-ki .wpcf7-submit {
	display: block;
	width: 100%;
}
.wpcf7 form {
	margin-bottom: 0 !important;
}
.phone-form {
	display: flex;
}


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

}
@media only screen and (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.banner2 .text-box.banner-layer {
		width: 100% !important;
		padding: 15px;
		font-size: inherit;
	}
}