/*
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.   ***************/

.widget_media_image{
	width:100%;
}
.banner-custom-page  .section-bg.bg-loaded {
    background-image: url(/wp-content/uploads/2020/12/Group-833.jpg);
}
.tschon  .section-bg.bg-loaded {
       background-image: url(/wp-content/uploads/2020/12/Rectangle-410-copy-3.jpg);
}
.quytrinh-mb .box-img-1 {
	margin-top:20px;
}
.quytrinh-mb .box-text-inner li{
	margin-left:0 !important;
}
.quytrinh-mb .box-text-inner h4{
	color:#ffffff;
}
.quytrinh-mb .box-text-inner li span{
	text-align:justify;
	color:#ffffff;
	    display: block;
}
.nav > li > a{
	color:#000000;
}
.header-nav-main > .menu-item > .sub-menu {
    padding: 0;
}
.header-nav-main .menu-item .sub-menu {
    background-color: #00a858!important;
    color: #ffffff;
    border: none !important;
}
.header-nav-main .nav-dropdown-col>a, .header-nav-main .menu-item .sub-menu li a {
    font-size: 14px !important;
    font-weight: 400;
}
.header-nav-main .menu-item .sub-menu li a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: none !important;
    width: 100%;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-bottom-color: #00a858!important;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color:#00a858!important;
}
.header-nav-main .menu-item .sub-menu li a:hover{
	color:yellow;
}
.dvnb-fter .widget {
	padding:0;
	margin-bottom:0;
}
.dvnb-fter .widget  ul li{
	border-top:none;
}
.dvnb-fter .widget a{
	    font-size: 14px;
}
.bottom-contact{
	display:none;
}
.from_the_blog_excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-item .box-image{
	border-radius: 4px;
}
.yt-video-place img{
	width:100%;
}
.fv-style-img p , .fv-style-img p span {
   font-size:16px ;
    font-family: sans-serif;
}
#logo{
	margin-right:0 !important;
	    width: auto !important;
}
#logo img{
	    margin: 0;
    padding: 5px 0 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.box-call{
		display:none;
	}
	.fanpage-video{
		margin-top:0;
	}
}