/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
body header .header-bottom-nav > li > a{
    color: #fff;
    font-size: 18px;
    opacity: 1 ;
    font-style: italic;
    font-weight: 400;
}
body header .header-bottom-nav > li.active > a,
body header .header-bottom-nav > li:hover > a{
    color: #F44336;

}
.header-main .top-divider{
    display: block !important;
    opacity: .9;
    border-top: 1px solid #fff;
}
.header-main .nav .nav-dropdown{
    border: none;
}
.home .col.post-item{
    padding-bottom: 15px;
}
.home .col.post-item .box.box-vertical .box-text{
    padding-bottom: 0;
    font-size: 14px;
}
.home .col.post-item  p.from_the_blog_excerpt{
    font-size: 14px;
}
.home .col.post-item .box.box-vertical h5.post-title.is-large{
    font-size: 14px;
}
.footer-1{
    padding-top: 50px;
}
.copyright-footer {
    border-top: 1px solid;
    padding-top: 15px;
}
.footer-1 .widget .is-divider{
    height: 0;
    margin-bottom: 40px;
}
header.entry-header h1{
    border-bottom: 5px solid #2f3e69;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    text-transform: uppercase;
    color: #2f3e69;
}
header.entry-header  .is-divider{
    display: none;
}
.chungnhan .gallery-col.col {
    padding-bottom: 0 ;
}
.chungnhan .gallery-col.col .box-image{
    text-align: center;

}
.chungnhan .gallery-col.col .box-image img{
    height: 100px;
    border: 1px solid #ddd;
    width: auto !important;
}
.product-small.col>.col-inner{
    border: 1px solid #4CAF50;
}
.product-small.col:hover .box-text{
    background-color: #4CAF50;
}
.product-small.col .box-text a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.product-small.col:hover .box-text:after{
    color: #fff;
    border-color: #fff;
}
.product-small.col .box-text:after{
    content: '+ Xem thêm';
    border: 1px dotted #4CAF50;
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    padding: 3px 5px;
}
.product-small.col:hover .box-text a{
    color: #fff;
}