/*CSS Blog List*/
.nl-blog-list .box-text{
    padding-bottom: 0;
}

/*widget*/
.flatsome_recent_posts .badge {
    height: 60px;
    width: 60px;
}
.flatsome_recent_posts a{
    font-size: 14px;
}


/*Css demo*/
.box-contact-home {
    padding-top: 30px !important;
}
.box-contact-home .box-top-contact-home{
    background: #E57824;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.box-contact-home .title{
    font-size: 18px;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
}
.box-contact-home .hotline-title{
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.box-contact-home .hotline-number{
    margin-top: 5px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    color: #ffffff;
}
.box-contact-home .socical-contact{
    margin-top: 10px;
}
.box-contact-home .img-contact {
    position: absolute;
    bottom: 0;
    right: -25px;
}

.box-contact-home .title-dangky-mail{
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #000000;
    border: 0;
}
.box-contact-home .wpcf7 .wpcf7-form {
    position: relative;
    height: 40px;
    border: 1px solid #d0d0d0;
    width: 100%;
    overflow: hidden;
    margin-left: 1px;
}
.box-contact-home .wpcf7 .wpcf7-form input[type=email] {
    border: 0;
    box-shadow: none;
    line-height: 35px;
    height: 40px;
    text-indent: 5px;
    font-size: 12px;
    float: left;
    width: calc(100% - 104px);
    background: #fff;
    padding: 10px;
}
.box-contact-home .wpcf7 .wpcf7-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    background-position: center;
    font-size: 15px;
    margin: 0;
    width: 104px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid #E57824;
}

/*Responsive*/
@media (max-width: 768px){
    .col-4-box .col{
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .section-bang-gia .tab-panels{
        padding: 20px 15px;
    }

    .section-tin-tuc .col-tintuc,
    .section-tin-tuc .box-contact-home{
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 600px){
    .row-4-dv .col{
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}