.da-slider{
    background:none !important;
}
/*========== Title Document ===========*/
.our-gallery {
    text-align: center;
    color: #508d35;
    margin-top: 50px;
    font-family: 'Hanuman', Gabriola, serif, Battambang;
    font-size: 35px;
}
.title_document{
    background: #F5F6F8; line-height: 35px; height:  35px; margin-bottom: 15px; padding: 0 10px 5px 10px; border-bottom: 1px solid #d5d5d5
}
.title_detail{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #707070;
    height: 35px;
    margin-bottom: 20px;
}
/*========= Document List Style =========*/
.list-doc{
    margin:20px 0px;
}
.document_ctn{
    float: left;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    border-radius:5px;
}
.img_doc{
    width: 100%;
    height: 200px;
    background: url("imgs/pdf.png") no-repeat center;
    background-size:auto 100% !important;
    float: left;
}
.t_document{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align:center;
}
.t_document a:link, .t_document a:visited{
    color: #000;
    text-decoration: none;
}

.t_document a:hover, .t_document a:active{
    color: #1d4d95;
    text-decoration: none;
}
.desc_document{
    float: left;
    width: 100%;
}

.download_doc{
    padding: 5px 10px;
    border: 1px solid #5a9409;
    background: #5a9409;
    float:left;
    width:43.5%;
    text-align:center;
}
.download_doc a:link, .download_doc a:visited{
    color: #FFFFFF;
    text-decoration: none;
    font-size:15px;
}
.download_doc a:hover, .download_doc a:active{
    color: #ccc;
    text-decoration: none;
}

.viewd_doc{
    padding: 5px 10px;
    border: 1px solid #5a9409;
    background: #5a9409;
    float:right;  
    width:43.5%;
    text-align:center;
}
.viewd_doc a:link, .viewd_doc a:visited{
    color: #FFFFFF;
    text-decoration: none;
    font-size:15px;
}
.viewd_doc a:hover, .viewd_doc a:active{
    color: #ccc;
    text-decoration: none;
}

.arrrow_right{
    background: url("imgs/arrow_right.png") no-repeat left;
    height: 14px;
    width: 20px;
    margin: 4px 0px 0 0px;
}
.read_doc{
    padding:0px 10px;
}
.t_document h2{
    font-size:18px;    
}
.t_document h2 a{
    color:#000;
}
/*===================document row==================*/
.table-document{
    width:100%;
    margin:25px 0px 15px 0px;
}
.table-document tr td, .table-document tr th{
    border: 1px solid #ddd;
    padding:5px 10px;
}
.table-document tr th{
    font-size:15px;
}
.table-document tr th{
    text-align:center;
}
.table-document tr td{
    font-size:13px;
}
.table-document tr td:nth-child(1){
    width:7%;
    text-align:center;
}
.table-document tr th{
    background:#541e5e;
    padding:10px 10px;
    font-size:14px;
    color:#fff;
}
.download_doc_row, .view_doc{
    text-align:center;
}
.download_doc_row a, .view_doc a{
    background:#e67817;
    padding:3px 5px;
    font-size:12px;
    color:#fff;
    border-radius:3px;
}
.table-document tr td:nth-child(2){
    width:50%;
}
.table-document tr td:nth-child(2) a{
    color:#000;
}
.doc-listing a{
    font-size:13px;
}
.table-document tr:hover{
    background:#ddd;
}
.table-document tr:nth-child(even){
    background:#eee;
}
.table-document tr:nth-child(odd){
    background:#fff;
}
.left.w100.read_doc svg {
    color: white;
}
.file-image {
    height: 167px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
