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

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.breadcrumb-sub{
    display: none !important;
}
.div-title-xanh .section-title-normal {
    border-bottom: 2px solid #3498db;
}
.div-title-xanh  .section-title-normal span {
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: 0;
    margin-bottom: 0;
    background: #3498db;
    padding: 4px 15px;
    font-size: 16px;
    color: white;
    padding-top: 7px;
    border-left: 4px solid #e67e22;
    color: #ffffff;
}
.div-title-vang .section-title-normal {
    border-bottom: 2px solid  #e67e22;
}
.div-title-vang  .section-title-normal span {
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: 0;
    margin-bottom: 0;
    background:  #e67e22;
    padding: 4px 15px;
    font-size: 16px;
    color: white;
    padding-top: 7px;
    border-left: 4px solid #3498db;
    color: #ffffff;
}
.div-title-do .section-title-normal {
    border-bottom: 2px solid  #e74c3c;
}
.div-title-do  .section-title-normal span {
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: 0;
    margin-bottom: 0;
    background:  #e74c3c;
    padding: 4px 15px;
    font-size: 16px;
    color: white;
    padding-top: 7px;
    border-left: 4px solid #2ecc71
    color: #ffffff;
}
@media(max-width: 855px){
    .section-tim-kiem{
            min-height: 145px !important;
    }
     .section-tim-kiem .searchform-wrapper{
            font-size: 1.1em;
     }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}