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

/*************** ADD CUSTOM CSS HERE.   ***************/
main#main {
    background: #fff !important;
}

.box-blog-post .box-text .post-title a {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;	
}


.box-blog-post .box-text .post-meta {
    font-size: 14px;
}
.box-blog-post .box-text .from_the_blog_excerpt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;	
}



#masthead .nav-dropdown-default {
    padding: 0px;
}

.home_section .section-title {
	color: var(--fs-color-primary);
	border-bottom: 0;
    margin-bottom: 0;
}
.home_section .section-title a {
	font-size: 16px;
}
.home_section .section-title-main {
	border-bottom: 0;
	
}

.home_video .box-blog-post .box-image a:before{
	content: "";
    position: absolute;
    background: url('/wp-content/uploads/2026/07/dsbn_icon_youtube.svg');
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 1;
	
}

.home_new .post-item {
	padding-bottom: 0 !important;
}


.home_dichvu .box-push .box-text {
    position: absolute;
	background: #fff;
    max-width: 90%;
    left: 5%;
    bottom: 10px;
	margin: 0;
}
.home_dichvu .box-push .box-text a {
	margin: 0;
}


.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6
 {
    line-height: inherit !important;
	margin: 0;
}

#breadcrumbs {
	font-size: 14px;
	padding: 8px 0;
    background: #f1f1f1;
}
#breadcrumbs p {
	margin-bottom: 0;
}


#secondary aside {
	padding: 10px;
	padding-top: 0;
	border: 1px solid #f4f4f4;
	box-shadow: 0 1px 3px -2px rgb(0 0 0 / 24%), 0 1px 2px rgb(0 0 0 / 24%);
	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:not(.widget_categories) > ul >li >a:after {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	border: 3px solid;
}
#secondary .widget.widget_categories > ul >li >a {
	color: #141414;
	text-indent:0;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	border:1px solid;
	border-radius: 3px;
}
#secondary .widget.widget_categories > ul >li >a:hover {
	color: var(--primary-color);
}
#secondary aside > ul >li {
	margin-top: 10px;
}
.navigation-post,.tags {
	padding: 0 15px !important;	
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	article {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}




.is-divider {
  display: none;
}

@media screen and (max-width: 849px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #masthead,
  #wide-nav,
  .row.row-small {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row-small:not(.row-collapse),
  .row .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 549px) {
  #masthead,
  #wide-nav,
  .row.row-small {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .row-small:not(.row-collapse),
  .row .row-small:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 5px 10px;
  }
}
@media screen and (min-width: 850px) {
  .pb-pc-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 550px) and (max-width: 849px) {
  .pb-tb-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 549px) {
  .pb-mb-0 {
    padding-bottom: 0 !important;
  }
}
