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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
	--secondary-color: #ccffff;
}
strong,b {
	font-weight: bold !important;	
}
.zalo-share-button {
	vertical-align: bottom;
}
.rs-ul, .rs-ul ul {
	list-style: none;
}
.rs-ul li {
	margin-left: 0px !important;
}
.section-title-normal,
.section-title-main {
	border-bottom: unset !important;
}
.section-title-container b {
	 background-color: transparent;
}
.single-input {
	display: flex;
}
.wpcf7 input,
.wpcf7 text-area {
	border-radius: 4px;
}
/* header */
.header .sub-menu {
	border-radius: 5px;
	overflow: hidden;
	padding: 20px 15px;
	padding-bottom: 5px;
	border: none;
}
.header .sub-menu >li >a {
	padding-top: 0;
	border-bottom: unset;
/* 	color: #f9f9f9; */
}
.header .sub-menu >li > a:hover {
	padding-top: 0;
	border-bottom: unset;
/* 	color: #fff !important; */
}
#menu-item-17271 .nav-dropdown {
	display:block; 
}
#menu-item-17271 .nav-dropdown > li > a {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.box-text.hover-bounce{
	padding: 10px 0px 10px 0px !important;
    background: rgba(0,0,0,0.5);
}
h5.post-title {
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.box-blog-post .is-divider {
	display: none;
}
.box-vertical .box-text {
	vertical-align: top;
/* 	padding-top: 0px !important; */
}
.box-vertical .button svg {
	width: 15px;
    line-height: 2.4em;
    transform: translateY(3px);
	fill: #fff;
}
.box-image img {
	border-radius: 5px;
}
.section-video .row {
	background: #111;
}
.video_list .post-item {
	cursor: pointer;
}
.section-video .video_list > .col-inner {
	max-height: 463px;
	overflow-y: auto;
	overflow-x: hidden;
}
.section-video .video_list > .col-inner::-webkit-scrollbar {
  	width: 10px;
	height: 10px;
}
.section-video .video_list > .col-inner::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}
.section-video .video_list > .col-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.section-video .video_list .row::-webkit-scrollbar {
    width: 10px;
}
.widget .is-divider {
	background: transparent;
}

.blog_author_img img{
	border-radius: 5px;
}
/* related post */
#related-posts .relatedcat {
	border: 1px solid var(--primary-color);
	padding :0 10px;
	border-radius: 7px; 
	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(--secondary-color); */
	padding-left: 10px;
}
s
#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(--secondary-color);
}

/* widget */
/* widget */
#secondary aside {
	padding: 10px;
	padding-top: 0;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	overflow: hidden;
}
#secondary .widget-title {
	display: inline-block;
	width: calc(100% + 30px);
	line-height: 2em;
	margin-left: -15px;
	margin-right: -15px;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
}
#secondary aside > ul >li >a {
	position: relative;
	text-indent: 20px;
	padding-top: 0px;
}
#secondary .widget > ul >li >a:after {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	border: 3px solid;
}
#secondary aside > ul >li {
	margin-top: 10px;
}


/* end filter */
/* search */
#search-lightbox .live-search-results {
	font-size: 0.6em;
	border-radius: 20px;
    box-shadow: 0px 0px 5px #ccc;
    overflow: hidden;
    background-color: rgba(0,0,0,0.3);
    padding-right: 15px;
	padding-left: 15px;
    margin-top: 30px;
}
#search-lightbox .autocomplete-suggestions {
	border-bottom: 1px dashed #ccc;
}
/* end search */
/* slider */
 .flickity-button {
	opacity: 0.7 !important;
	-webkit-box-shadow: none !important;
	 box-shadow: none !important;
	 background-color: transparent !important;
}
.slider  .flickity-button svg{
	color: #ccffff;
	border: 1px solid;
	border-radius: 3px;
	background-color: rgba(0,0,0, 0.7);
}
.slider  .flickity-button:hover svg {
	background: rgba(0,0,0,0.9);
}
.slider  .flickity-button:hover  .arrow {
	fill: #fff !important;
}
/* end slider */

/* Change section */
.widget .single-input {
		display: block;
	}
.mfp-content #main-menu .menu-item-home img {
	display: none;
}
.mfp-content #main-menu .menu-item-home a:after {
	content: "Home";
}
.header-search-form {
	margin-right: 0 !important;
}
.header-search-form	.searchform .ux-search-submit{
	background-color: #111 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px;
}
.html_nav_position_text {
	margin-left: 0 !important;
}

.lbk span {
	color: #141414;
}
.fb-comments iframe {
	width: 100%;
}

.tags > a {
	display: inline-block;
	border: 1px solid ;
	border-radius: 3px;
	padding: 3px 10px;
	margin-top: 10px !important;
	margin-left: 10px !important; 
	color: #111;
	transition: 0.2s all;
}
.tags > a:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

.comment-list li .avatar, .comment-list li .avatar {
	border-radius: 0 !important;
}

.lbk-badge {
	margin-left: 10px;
	border-radius: 5px;
	background-color: #009b3b;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}
body .yotu-videos.yotu-preset-abnb  .yotu-video > .yotu-video-title {
	color: #f1f1f1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body .yotu-videos.yotu-preset-abnb .yotu-video  .yotu-video-description {
	color: #f9f9f9 !important;
}

/* reponsive */
@media only screen and (max-width: 550px) {
	.single-input {
/* 		display: block; */
	}
	.header-bottom-nav .menu-item {
		margin: 0 5px !important;
	}
	.header-bottom-nav .menu-item a {
		font-size: 0.8em;
		text-transform: none;
	}
	
	.fb_dialog, #fb-customer-chat {
		display: none;
	}
	.section-video .video_list > .col-inner {
		overflow-x: auto;
	}
	.video_list  .row {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.video_list .post-item {
		min-width: 150px;
		padding-bottom: 0px;
	}
	.video_iframe iframe {
		height: 239px;
	}
	
	body .yotu-videos.yotu-preset-abnb  .yotu-video > .yotu-video-title {
		font-size: 14px !important;
	}

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


#header .header-bottom .flex-row .flex-col.show-for-medium .nav .html {
	width: 100%;
}
.nav-small .nav>li>a, .nav.nav-small>li>a {
	font-size: 14px !important;
}
.lbk-menu-mobile {
	display: flex;
	width: 100%;
	justify-content: space-between;
	list-style: none;
}
.lbk-menu-mobile a {
	font-weight: 600;
	font-size:1.2em;
}

.lbk-menu-mobile li {
	margin-bottom: 0;
}

#header #top-bar .lbk-icon {
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #f4f4f4;
	text-align: center;
}

#header #top-bar .lbk-icon svg {
	height: 15px;
	color: #000000;
	margin-top: 5px;
	margin-left: 1px;
}

#header .html.custom a {
    font-size: 12px;
}

.home .post-item .col-inner .box-text {
    padding: 10px;
}

.home .post-item .col-inner:hover img {
    transform: scale(1.05);
}

.lbk-youtube .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ccffff;
	background: #FF0000;
}

.lbk-youtube .button:hover {
	color: #FF0000;
	background: #ccffff;
	border-color: #FF0000;
}

.tahi-description {
	margin-top: 20px;
}


.fb-share-button, .zalo-share-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.single-post .gallery-item img {
	width: 100%;
}