/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VNCODE.,JSC <saka.dacloi@gmail.com>
 * @copyright (C) 2009-2021 VNCODE.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
.breadcrumb-title {
    background: url('../images/tracuubanner.png') no-repeat;
    /*background: url('http://ctnkh.com.vn/images/loading.svg') no-repeat;*/
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 80px;
}

    .breadcrumb-title strong {
        color: #005bb8;
        font-size: 36px;
        font-weight: 700;
        font-family: tahoma;
    }

        .breadcrumb-title strong span {
            display: inline-block;
            width: 5px;
            height: 27px;
            background: #e75718;
            margin-right: 5px;
        }
.search-adv {
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .search-adv .title {
        text-transform: uppercase;
        color: #2b2b2b;
        font-weight: 500;
        font-size: 12px;
    }

    .search-adv .form-control {
        width: 100%;
    }

        .search-adv .form-control:focus {
            -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.08);
            border-color: #dcdcdf;
        }

    .search-adv .btn-custom {
        color: white;
        -webkit-border-radius: 0.3em !important;
        border-radius: 0.3em !important;
        text-transform: uppercase;
        font-size: 12px;
        height: 4em;
        line-height: 4em;
        display: inline-block;
        font-weight: 600;
        width: 20.5em;
        text-align: center;
        background: #e71827;
        border: none;
    }

.section-tracuu {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    position: relative;
    top: -50px;
}

    .section-tracuu .box-df {
        border: 1px solid #eaeaea;
    }
.box-df {
  background-color: #fff;
  min-height: 20px;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 4px !important;
}
