body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #333;
    line-height: 1.5rem;
}

#header_top {
    background-image: url(images/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    border-top: 3px solid #056F42;
    position: relative;
}

.btnprint:hover {
    color: #056F42 !important;
    cursor: pointer;
}

.btnprint {
    border: 1px solid #666;
    padding: 10px;
    font-size: 14px;
    display: block;
    position: relative;
    text-align: left;
    background-color: #056F42;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}

.header-nav .pull-left {
    display: flex;
    align-items: center;
}

.header-nav .pull-left .title-logo {
    display: flex;
    align-items: center;
}

.btnprint {}

.header-nav .logo {
    margin: 8px 0px;
}

.header-nav .logo img {
    width: 70px;
}

.bt-copyright {
    background-color: #029289;
    min-height: 60px;
}

.frm_page {
    border: 1px solid #666;
    margin: 0 auto;
    display: table;
    margin-bottom: 25px;
    border-top: none;
}

section.main-content-details {
    text-align: justify;
    padding: 20px;
}

.main-content-details img,
.image-avata img {
    width: 100%;
}

.copyright {
    margin: 0px;
    color: #fff !important;
    text-align: center;
}

.image-avata {
    margin: 15px 0px;
}

.header-cate-title h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.btnprint a {
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #818181;
    padding: 7px;
    border-radius: 5px;
}

.desc-content {
    font-weight: bold;
}

.content-details {
    text-align: justify;
    line-height: 25px;
}

.content_print .container {
    width: 800px;
}

a.back_home {
    float: right;
    top: 0px;
    position: absolute;
    right: 0;
    border: none;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}